body{font-family: "Mulish", sans-serif;font-size: 16px;font-weight: 400;overflow-x: hidden;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 15px;}
.row {margin: 0 -15px;align-items: center;}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 60px 0;clear: both;position: relative;margin: 0 auto;z-index: 1;}
h1,h2,h3,h4,h5,h6{font-family: "Mulish", sans-serif;color: #09112A;}
p {color: #000;font-size: 1.125rem;font-weight: 400;margin-bottom: 1.6rem}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span, b{vertical-align:baseline;}

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1440px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

a:hover{
    color: #0B8EE2 !important;
}

/*Reset Css*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #4842d2;
}


header {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    /*z-index: 8;*/
}

header .row {
    align-items: center;
}

header ul li {
    display: inline-block;
    padding: 0px 15px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.nav-link {
    padding: 0;
}

header ul li a {
    color: #191d27 !important;
    font-weight: 500 !important;!i;!;
    transition: .5s all !important;!i;!;
    font-size: 1.25rem !important;!i;!;
    text-transform: capitalize;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000000 !important;
    padding: 6px 15px 4px 15px;
    font-weight: 500 !important;!i;!;
    border-bottom: 1px solid #ffc41230;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 12px !important;!i;!;
    font-weight: 600 !important;!i;!;
    transition: .5s all !important;!i;!;
}

.dropdown-menu{
    background-color: #ffffff;
    padding: 0;
    margin:0;
}

.dropdown-item.active, .dropdown-item:active {
    background: #3b3843;
}

.dropdown-item:focus, .dropdown-item:hover {background: #0B8EE2 !important;color: #ffffff !important;}

a.menu-bottom {
    /* display: none; */
}

header ul {
    position: relative;
    text-align: right;
}

header ul.btn-ul {
    text-align: right;
}

header ul.btn-ul li.me-btn a.btn {
    background: #4c56c0;
    color: #fff !important;
}
header ul li.btn-head a.btn-out-green {
    color: #00c6c0 !important;
    border-color: #00c6c0;
    padding: 15px 25px;
    background: transparent;
}


img{
    max-width: 100%;
}


.btn {
    border-radius: 50px;
    padding: 14px 40px;
    color: #000000 !important;
    font-size: 1.125rem;
    border: 1px solid;
    text-transform: capitalize;
    transition: .5s all;
    font-weight: 600;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
}

header ul.social-icons {
    display: inline-block;
    margin: 0 15px 0 0;
}

header ul.social-icons li {
    padding: 0 6px;
}


h2 {
    font-size: 2.75rem;
    font-weight: 600;
    color: #1d1d1f;
    margin: 0 0 30px;
    line-height: 2.9rem;
} 


.btn-block .btn:first-child {
    margin: 0 8px 0 0;
}


.info-banner h1 {
    color: #09112A;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.75rem;
    margin: 0 0 30px;
}

.info-banner p {
    font-size: 1.125rem;
    color: #09112A;
    line-height: 28px;
    margin: 0 0 20px;
}

footer {
    padding: 60px 0;
    background: url("../images/bg-foot.png") no-repeat;
    background-size: cover;
    
}





.info-banner h1 > span {
    color: #0B8EE2;
}

.info-banner h5 {
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.info-banner h5 > span {
    color: #0B8EE2;
}

.info-banner h5 > img {
    margin-right: 20px;
}

.info-banner ul li {
    display: inline-block;
    color: #0B8EE2;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 12px;
    position: relative;
    z-index: 1;
    line-height: 1.5rem;
}

.info-banner ul li:first-child {
    padding-left: 0;
}

.info-banner ul li::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 10%;
    width: 3px;
    height: 80%;
    background: #0B8EE2;
}

.info-banner ul li:last-child::before {
    display:none;
}

.info-banner ul {
    margin-bottom: 25px;
}

.info-banner h4 {
    color: #0B8EE2;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125rem;
    padding: 8px 20px 8px 0;
    border-radius: 3px;
    margin: 15px 0 20px;
}

.img-banner img {
    max-width: 115%;
    left: -13%;
    position: relative;
    filter: drop-shadow(0px 12px 15px black);
}

.btn-trans {
    border: 1px solid #0B8EE2 !important;
    color: #09112A !important;

}

.btn-trans:hover {
    background: #0B8EE2;
    color: #fff !important;
}

.our-invest .row {
    justify-content: center;
    text-align: center;
}

.info-text ul li {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    line-height: 1.4rem;1.8rem:;
    color: #333333;
}

.info-text ul li svg {
    margin-right: 7px;
    color: #0B8EE2;
    font-size: 18px;
}

.info-text ul {
    margin-bottom: 0;
}

.our-tools {
    text-align: center;
}

.box-icon {
    background: #0B8EE2;
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.info-tool h4 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-tool p {
    color: #42526B;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.info-tool {
    padding: 40px 30px;
    background: #fff;
    border-radius: 16px;
    transition: .5s all;
}

.info-tool:hover {
    box-shadow: 4px 9px 15px #0000001f;
}

.head {
    margin-bottom: 60px;
}
.our-tools .row:last-child {
    margin-top: 20px;
}
.our-cta {
    text-align: center;
}

.our-cta p {
    font-weight: 600;
}

.btn-blue {
    background: #0B8EE2;
    border-color: #0B8EE2;
    border-radius: 7px;
    color: #fff !important;
}

.btn-blue:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.info-foot a.ftr-logo {
    display: block;
    margin-bottom: 30px;
}

.info-foot h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.info-foot ul.foot-social li {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: #00000033;
    border-radius: 5px;
    margin: 0 3px;
    transition: .5s all;
}

.info-foot ul.foot-social li svg {
    font-size: 22px;
    color: #09112A;
    transition: .5s all;
}

.info-foot ul.foot-social {
    margin-bottom: 25px;
}

.info-foot ul.foot-social li:hover {
    background: #298ee0;
}

.info-foot ul.foot-social li:hover svg {
    color: #fff;
}

.info-foot ul.foot-social li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.nav-tabs.tab-stock {
    border: none;
    position: relative;
    z-index: 1;
    width: 60%;
    justify-content: space-between;
    margin: 70px auto 90px;
}

.nav-tabs.tab-stock li.nav-item {
    padding: 0 30px;
    border: none !important;
    background: transparent;
}

.nav-tabs.tab-stock li.nav-item .nav-link {
    border: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7e7e7e;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    background: transparent !important;
}

.nav-tabs.tab-stock li.nav-item .nav-link > span {
    display: block;
    margin-bottom: 60px;
}

.nav-tabs.tab-stock::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50px;
    background: #7e7e7e;
    width: 100%;
    height: 1px;
}

.nav-tabs.tab-stock li.nav-item .nav-link::before {
    background: #298ee0;
    height: 10px;
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 46.5px;
    border-radius: 3px;
}

.nav-tabs.tab-stock li.nav-item .nav-link::after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 14px solid #388ede;
    border-radius: 4px;
    bottom: 52px;
}

.nav-tabs.tab-stock li.nav-item .nav-link::before, .nav-tabs.tab-stock li.nav-item .nav-link::after {
    opacity: 0;
    transition: .5s all;
    position: absolute;
    content: "";
}

.nav-tabs.tab-stock .nav-item.show .nav-link, .nav-tabs.tab-stock .nav-link.active , .nav-tabs.tab-stock .nav-link:hover {
    color: #0B8EE2 !important;
}

.nav-tabs.tab-stock li.nav-item.show .nav-link::before, .nav-tabs.tab-stock .nav-link.active::before,.nav-tabs.tab-stock li.nav-item.show .nav-link::after, .nav-tabs.tab-stock .nav-link.active::after {
    opacity: 1;
}


.nav-tabs.tab-stock li.nav-item .nav-link.active::before, .nav-tabs.tab-stock li.nav-item .nav-link.active::after, .nav-tabs.tab-stock li.nav-item.show .nav-link::before, .nav-tabs.tab-stock li.nav-item.show .nav-link::after , .nav-tabs.tab-stock li.nav-item .nav-link:hover::before, .nav-tabs.tab-stock li.nav-item .nav-link:hover::after{
    opacity: 1;
}

.nav-tabs.tab-stock li.nav-item .nav-link img {
    filter: grayscale(1);
    transition: .5s all;
}

.nav-tabs.tab-stock li.nav-item .nav-link.active img , .nav-tabs.tab-stock li.nav-item .nav-link:hover img {
    filter: grayscale(0);
}

footer .row {
    align-items: start;
}

footer .formhead h2 {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

footer .formhead p {
    font-size: 1rem;
    margin-bottom: 20px;
}

footer form .form-control {
    border: none;
    border-bottom: 2px solid #E6E8EC;
    border-radius: 0;
    padding: 12px 14px;
    background: transparent;
    color: #838E9E;
    font-size: 16px;
    resize: none;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

footer form ::placeholder {
    color: #838E9E;
}

footer form textarea.form-control {
    margin-bottom: 25px;
}

.our-feature .row {
    align-items: start;
}

.our-feature .row:last-child {
    margin-top: 0;
}

.btn-none {
    color: #298ee0 !important;
    border-color: transparent;
    border-radius: 8px;
}

.btn-none:hover {
    background: #09112A !important;
    color: #fff !important;
    border-color:#09112A ;
}

.our-plan {
    text-align: center;
}

.nav-tabs.tab-plan {
    border: none;
    padding: 12px;
    background: #f5f5f5;
    display: inline-flex;
    border-radius: 50px;
    margin-bottom: 80px;
}

.nav-tabs.tab-plan li.nav-item {
    border: none !important;
}

.nav-tabs.tab-plan  .nav-item .nav-link {
    border: none !important;
    background: #F5F5F5 !important;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #838E9E;
    transition: .5s all;
}

.nav-tabs.tab-plan .nav-item .nav-link.active , .nav-tabs.tab-plan .nav-item .nav-link:hover {
    background: #0B8EE2 !important;
    color: #fff !important;
}

.nav-tabs.tab-plan .nav-item .nav-link:first-child {
    margin-right: 5px;
}

.info-price {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    text-align: left;
}

.info-price h4 {
    color: #000000;
    font-size: 25px;
    line-height: 2.3rem;
    padding: 18px 25px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    border-top: 4px solid #388ede;
}

.info-price .price-body.info-text {
    /* padding: 0 30px; */
}

.info-price .price-body.info-text h3 {
    font-size: 2.75rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #4790dc;
    background: transparent;
    padding: 5px 25px 0;
    display: flex;
    align-items: end;
    justify-content: start;
}

.info-price .price-body.info-text h3 > span {
    font-size: 12px;
    color: #42526B;
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 22px;
    margin-top: 7px;
    text-transform: uppercase;
    left: 7px;
}

.info-price .price-body.info-text a.btn {
    display: block;
    border: 1px solid #3970b1 !important;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 12px 30px;
    width: 100%;
    margin-inline: auto;
    border-radius: 4px;
    color: #2e6fb3 !important;!i;!;
}

.info-price .price-body.info-text a.btn:hover {
    background: #3970b1 !important;
    color: #fff !important;
}

.info-price .price-body.info-text ul {
    text-align: left;
    padding: 30px 0 40px;
    margin-bottom: 0;
}

.info-price .price-body.info-text ul li:last-child {
    margin-bottom: 0;
}

.in-price {
    background: rgb(56 142 222 / 10%);
    padding: 0 30px 30px;
    box-shadow: 0px 7px 3px #dfdfdf;
}

.info-price h4 > span {
    display: block;
    position: absolute;
    background: #fff;
    color: #388ede;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    padding: 6px 30px;
    right: -12px;
    top: 13px;
    transform: rotate(35deg);
}

h5.price-note {
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}

.info-banner.info-login h1 {
    margin-bottom: 15px;
}

.info-banner.info-login p {
    font-weight: 600;
}

.form-login .form-group {
    margin-bottom: 20px;
}

.form-login .form-group label {
    font-weight: 300;
    font-size: 1.125rem;
    margin-bottom: 5px;
}

.form-login .form-group .form-control {
    height: 44px;
    border-radius: 5px;
    border: 1px solid #E6E8EC;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 300;
    color: #838E9E;
}

.form-login ::placeholder {
    color: #838E9E;
}

.form-login .form-group a {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    text-decoration: underline;
}

.form-login .form-group p.form_tagline {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.form-login .form-group p.form_tagline input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.form-login .form-group p.form_tagline input[type="checkbox"]:checked {
    filter: hue-rotate(335deg) drop-shadow(0px 2px 2px black);
}

.stock-box.info-text {min-height: 500px;display: inline-flex;flex-direction: column;justify-content: center;text-align: left;padding: 40px 30px;border: 1px solid #EFEFEF;border-radius: 10px;box-shadow: 0 0 10px #061c3d1f;position: relative;background: #fff;}

.stock-box.info-text h2 {
    font-size: 2.25rem;
    font-weight: 900;
}

.stock-box.info-text ul li:last-child {
    margin-bottom: 0;
}

.stock-box.info-text .btn.btn-blue {width: 40%;padding: 14px 15px;}

.stock-box.info-text::before, .stock-box.info-text::after {
    position: absolute;
    content: "";
    background: #298ee0;
    width: 80px;
    height: 80px;
    top: -60px;
    right: -60px;
    z-index: -1;
}

.stock-box.info-text::after {
    top: inherit;
    right: inherit;
    left: -60px;
    bottom: -60px;
}

.our-banner.our-login {
    padding: 120px 0;
}

.img-logos img {
    filter:  grayscale(1);
    height: 30px;
}

.info-text ul li img {
    position: absolute;
    left: -10px;
    width: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-text ul li > span.title {
    color: #388ede;
    font-weight: 800;
    display: block;
    font-size: 1.125rem;
    margin-bottom: 3px;
}

.stock-box.info-text ul li {
    padding-left: 90px;
}

header ul li.phone-head img {
    width: 30px;
    margin-right: 11px;
}

a.logo img {
    width: 80%;
}

.tab-pane .row {
    align-items: inherit;
}


.our-feature .info-text ul {
    display: flex;
    flex-wrap: wrap;
}

.our-feature .info-text ul li {
    flex: 33%;
    color: #000;
    text-align: left;
    font-size: 16px;
}

.our-stock .nav-tabs.tab-stock li.nav-item .nav-link img {
    max-height: 72px;
}


@keyframes check-svg-path-anim {
  0%{
    stroke-dasharray:0 400;
    stroke-width:50;
  }
  to{
    stroke-dasharray:400 0;
    stroke-width:20;
  }
}
@keyframes check-svg-circle-anim {
  0%{
    stroke-dasharray:0 2023;
    stroke-width:50;
  }
  to {
    stroke-dasharray:2023 0;
    stroke-width:20
  }
}
.check-svg-commonds {
  fill:none;
  stroke:#198754;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:20;
  transform-origin:50% 50%;
}
.check-svg-circle {
  stroke-dasharray: 2023;
  stroke-dashoffset: 2023;
  transform: rotate(-90deg);
  animation: 1s ease-in-out 0.5s 1 normal forwards running check-svg-circle-anim;
}
.check-svg-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: 0.5s ease-in-out 1s 1 normal forwards running check-svg-path-anim;
}

.thankyou-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000003d;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    transform: translateY(100%);
}

.thankyou-popup .popup-inner {position: relative;text-align: center;background: #fff;padding: 30px 100px;max-width: 800px;border-radius: 20px;}

.thankyou-popup .popup-inner .popup-circle {
    position: absolute;
    height: 110px;
    width: 110px;
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    box-shadow: #00000030 6px 3px 45px 0px;
}

.thankyou-popup .popup-inner .clap.popup-circle {
    right: -60px;
    top: -60px;
}

.thankyou-popup .popup-inner .popup-circle svg {width: 100%;height: 100%;}

.thankyou-popup .popup-inner .clap.popup-circle svg path {
    fill: #fb7e85;
}

.thankyou-popup .popup-inner .popup-circle.thumbs-up {
    left: -60px;
    bottom: -60px;
}

.thankyou-popup  svg {
    height: 165px;
    width: 165px;
}

.popup-inner .textbox {
    text-align: left;
    margin-top: 30px;
}


.popup-inner .textbox h3 {
    margin-bottom: 20px;
}

.popup-inner .close {
    position: absolute;
    right: 50px;
    top: 20px;
    background: transparent;
    border: none;
}

.popup-inner .close svg {
    height: 20px;
    width: 20px;
}

.active-popup.thankyou-popup {
    transform: translateY(0);
}

/*start new pages css*/

img.img-fam {
    position: absolute;
    border-radius: 30px;
    top: 0;
}

.family-crafting {
    padding: 100px 0;
}

.info-fam-craft {
    padding: 70px 60px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 5px 15px #0000005c;
    text-align: center;
}

.info-fam-craft h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 45px;
}

.info-fam-craft h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 45px;
}

.info-fam-craft p {
    margin: 0;
}

.fam-approach {
    padding: 100px 0;
}

.fam-approach .info-app {
    width: 88%;
}

.fam-approach .info-app p {
    margin-bottom: 0;
}

.fam-approach .info-app2 h4 {font-size: 1.5rem;font-weight: 600;margin-bottom: 15px;text-transform: capitalize;}

.fam-approach .info-app2 p {
    margin-bottom: 0;
    font-size: 16px;
}

.fam-approach .info-app2 {
    padding: 35px;
    background: #fff;
    border-radius: 30px;
    transition: .5s all;
    text-align: center;
    box-shadow: 5px 10px 25px #00000021;
}

.fam-approach .row .row:first-child {
    margin-bottom: 20px;
}

.fam-approach .info-app2 * {
    transition: .5s all;
}

.fam-choose {padding: 100px 0;}

.fam-choose * {
    /* color: #fff; */
    text-align: center;
}

.fam-choose .row{
    align-items: start;
}

.fam-choose h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.fam-choose p {
    margin-bottom: 0;
}

.info-fam-test {
    padding: 60px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.info-fam-test p {
    min-height: 140px;
    font-style: italic;
    font-weight: 600;
}

.info-fam-test h4 {
    font-weight: 700;
    font-size: 1.25rem;
    font-style: italic;
}

.info-fam-test::before {
    position: absolute;
    content: "\"";
    bottom: -10px;
    font-size: 220px;
    font-weight: 700;
    line-height: 80px;
    right: 90px;
    font-family: math;
    color: #388ede;
}

.info-fam-test:hover {
    box-shadow: 0 5px 15px #00000047;
}

.fam-testimonials {
    padding: 100px 0;
}

.fam-cta {
    /* background: #438edc; */
    text-align: center;
}

.fam-cta * {
    /* color: #fff; */
}

.fam-cta .btn {
    /* background: #203864; */
    /* border-color: #203864; */
}

.fam-cta .info-fam-cta {
    width: 60%;
    margin: 0 auto;
}

.img-hedge img {
    width: 100%;
}

.info-hedge {
    background: #388ede;
    padding: 135px 30px;
    height: 100%;
}

.banner-hedge [class*='col'] {
    padding: 0;
}

.banner-hedge .row {
    align-items: start;
}

.info-hedge h2 {
    color: #fff;
    margin-bottom: 60px;
}

.info-hedge h4 {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 19px;
}

.info-hedge p {
    color: #fff;
    margin: 0;
}

.img-hedge {
    height: 100%;
}

.fam-approach.hedge-fund img {
    /* margin-bottom: 20px; */
    transition: .5s all;
}

.hedge-fund .info-app2:HOVER {
}

.hedge-fund .info-app2:HOVER * {
    color: #000;
}

.hedge-fund .info-app2 {
    text-align: center;
}

.hedge-fund .info-app2 p {
    min-height: 100px;
    width: 90%;
    margin: 0 auto;
}

.fam-choose.fund-sol .head {
    width: 70%;
    margin-inline: auto;
}

.fam-choose.fund-sol .info-fam-choose {
    background: #fff;
    border-radius: 10px;
    padding: 40px 22px 30px 22px;
    box-shadow: 0 5px 12px #0000001a;
}

.fam-choose.fund-sol .info-fam-choose h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    width: 60%;
    margin-inline: auto;
}

.fam-choose.fund-sol .info-fam-choose p {
    color: #000;
    font-size: 15px;
    min-height: 120px;
}

.fam-choose.fund-sol .row:last-child {
    margin-top: 30px;
}

.fund-stock .row {
    align-items: start;
}

h3 {
    background: #388ede;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.fund-stock [class*='col'] {
    padding: 0 5px;
}

.fund-stock .in-fstock {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.fund-stock h4 {
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    width: 90%;
    padding: 0 15px 5px;
}

.fund-stock ul li {
    list-style: disc;
    margin-bottom: 7px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 20px;
    font-size: 1.125rem;
    width: 90%;
    color: #000000;
}

.fund-stock {
    padding: 100px 0;
}

.info-fstock {
    border: 1px solid #ddd;
    min-height: 260px;
}

.info-fstock ul {
    padding: 0 15px;
}

/*end new pages css*/




.menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: black;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
        color: #fff !important;
        bottom: inherit;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        transform: translateX(500px);
        width: 400px;
        top: 0;
        transition: .5s all;
        background: linear-gradient(170deg, #fff 0%, #fff 100%);
        height: 100%;
        z-index: 10000179 !important;
        padding-top: 70px;
        border: 1px solid #0a3365;
        transition: .5s all;
    }
    .main-menu ul {
        padding: 0 35px;
        width: 100%;
    }
    .menu li {
        display: inline-block;
        border-bottom: 1px solid #b3b3b3;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        text-align: left;
        padding: 8px 0px;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #000000 !important;
        font-weight: 400 !important;
        padding: 0;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: capitalize;
    }
    .menu-open .main-menu {
        right: 0;
        transform: translateX(0px);
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    
.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
}

.dropdown-toggle::after {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    top: 15px;
    position: absolute;
}

span.head-men img {
    width: 80%;
    display: table;
    margin: auto;
    margin-bottom: 20px;
}

span.head-men {
    display: block;
    text-align: center;
}

span.head-men p {
    font-weight: 500;
    color: #000 !important;
    margin-bottom: 30px;
}

.menu li.sign-up a {
    text-align: center;
    color: #fff !important;
    padding: 10px 30px;
}

.menu li.btn-head a {
    text-align: center;
    padding: 0 0 0;
    text-decoration: none;
    border-bottom: 1px solid;
    width: auto;
    margin: auto;
    display: table;
    color: #298ee0 !important;
}

.menu li.sign-up {
    border: none;
    padding-bottom: 0;
}

.menu li.btn-head {
    margin-bottom: 30px;
    border: none;
}

.menu-open body {
    position: relative;
    z-index: 1;
}

.menu-open body::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #0000009e;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.fancybox-content {
    width: 600px;
    text-align: center;
    padding: 60px;
}

.fancybox-button svg path {
}

.fancybox-content .info-app2 * {
}

.fam-approach .info-app2 p a {
    vertical-align: baseline;
    text-transform: lowercase;
    color: #000;
    font-weight: 700;
    display: block;
}

.fam-approach .info-app2 p a:hover {
    color: #000 !important;
}


.fancybox-content .info-app2 h4{
    font-size: 2rem ;
    margin-bottom: 20px;
}


.fancybox-content .info-app2 p{
    
     margin-bottom: 0px;
    
}

.fam-choose .info-fam-choose {
    transition: .5s all;
    padding: 38px;
    border-radius: 10px;
    border-radius: 16px;
}

.fam-approach .info-app2:first-child {
    margin-bottom: 30px;
}

.fam-choose.our-fund-sol .info-fam-choose:hover , .fam-choose.our-fund-sol .owl-item.center .info-fam-choose {background: #298ee0;}

.family-banner .info-banner h5 {
    color: #0B8EE2;
    font-weight: 800;
    font-size: 1.625rem;
}

.family-banner {
    padding: 90px 0 120px;
}
.family-banner .row {
    position: relative;
    z-index: 1;
}

.family-banner .row::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -120px;
    background: url("../images/bg-line.png") no-repeat;
    width: 100%;
    height: 1px;
    background-size: 100%;
    z-index: -1;
}

.hd-text {
    width: 70%;
    margin-inline: auto;
}

.fam-choose.our-fund-sol .info-fam-choose img {
    width: auto !important;
    filter: brightness(0) invert(1);
}

.fam-choose.fund-sol.our-fund-sol .item {
    padding: 20px 0;
}

.fam-choose.our-fund-sol .info-fam-choose:hover .box-icon ,  .fam-choose.our-fund-sol .owl-item.center .info-fam-choose .box-icon {background: #ffffff;}

.fam-choose.our-fund-sol .info-fam-choose:hover * , .fam-choose.our-fund-sol .owl-item.center .info-fam-choose * {
    color: #fff;
}

.fam-choose.our-fund-sol .info-fam-choose * {
    transition: .5s all;
}

.fam-choose.our-fund-sol .info-fam-choose:hover img , .fam-choose.our-fund-sol .owl-item.center .info-fam-choose img {
    filter: unset !important;
}

.owl-fund-sol {
    position: relative;
    z-index: 1;
    margin-top: 140px;
}

.owl-fund-sol::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    background: url('../images/bg-fund-line.png') no-repeat;
    width: calc(100% - 70px);
    height: 94px;
    background-size: 100%;
    z-index: 4;
}

.owl-fund-sol::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: #ffffff;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    z-index: 2;
    top: -25px;
}

.owl-fund-sol.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    background: #85C7F1;
    transition: .5s all;
}

.owl-fund-sol.owl-theme .owl-dots .owl-dot.active span, .owl-fund-sol.owl-theme .owl-dots .owl-dot:hover span {
    background: #0B8EE2;
    width: 80px;
}

.fund-stock.our-inv-stat ul.nav-tabs.tab-invest {
    border: none !important;
    background: transparent;
    --bs-nav-tabs-border-color: #fff ;
}

.fund-stock.our-inv-stat ul.nav-tabs.tab-invest li.nav-item {list-style-type: none;margin: 0;font-size: 1.25rem;font-weight: 600;height: 74px;display: flex;align-items: center;width: 100%;margin-bottom: 15px;border: none !important;line-height: normal;}

.fund-stock.our-inv-stat ul.nav-tabs.tab-invest li.nav-item button {
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 40px;
    border: none;
    border-left: 2px solid #333;
    border-radius: 0;
    color: #333;
    transition: .5s all;
}

.fund-stock.our-inv-stat ul.nav-tabs.tab-invest li.nav-item button.nav-link.active {
    background: transparent;
    color: #0B8EE2;
    font-weight: 800;
    border-color: #0B8EE2;
}

.fund-stock.our-inv-stat .nav-tabs {
    border: none;
}

.info-invest-tab {
    padding-top: 180px;
    margin-left: -40px;
}

.info-invest-tab h4 {font-weight: 700;color: #333333;font-size: 2.25rem;line-height: 26px;border: 0;position: relative;z-index: 1;padding: 0 0 0 60px;margin-bottom: 40px;}

.info-invest-tab h4::before {
    position: absolute;
    content: "";
    background: url("../images/fund-tick.png") no-repeat;
    width: 44px;
    height: 44px;
    background-size: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-invest-tab ul {
   padding-left: 60px;
}

.info-invest-tab .in-inv:first-child {
    padding-bottom: 50px;
}

.info-invest-tab .in-inv:last-child {
    margin-top: 60px;
}

.info-invest-tab .in-inv:first-child {
    border-bottom: 1px solid #000;
}

.fam-choose.fund-sol.our-fund-sol {
    padding: 100px 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 50px !important;
}

.our-app .info-app2 {
    text-align: left;
    padding-left: 142px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.our-app .info-app2 .box-icon {position: absolute !important;left: 35px;top: 35px;}

.our-app .info-app2 p {
    font-size: 1.125rem;
}

.our-app .info-app2 p a {
    display: inline-block;
}

.our-app  .info-app {
    width: 95%;
}

.our-app .info-app p {
    margin-bottom: 40px;
}

.our-app .info-app img {
    max-width: 115%;
    position: relative;
    left: -15%;
}

.fam-choose .info-fam-choose:hover {
    box-shadow: 5px 10px 25px #00000021;
}

.fam-choose .row {
    padding: 150px 0;
    position:relative;
    z-index: 1;
}

.fam-choose .row::before , .fam-choose .row::after {
    position: absolute;
    content: "";
    background: url("../images/fam-arr1.png") no-repeat;
    width: 485px;
    height: 135px;
    background-size: 100%;
    left: 230px;
    bottom: 0;
    z-index: -1;
}

.fam-choose .row::after {
    top: 0;
    bottom: inherit;
    left: inherit;
    right: 250px;
    transform: scaleY(-1);
}

.info-table table tr {
    height: 60px;
}
.info-table table tr td, .info-table table tr th {
    width: 18% !important;
    text-align: center;
    border-bottom: none;
}

.info-table table tr td:first-child ,.info-table table tr th:first-child  {
    padding-left: 30px !important;
    width: 48% !important;
    text-align: left;
    font-size: 14px;
}

.info-table table thead {
    border-block: 1px solid #4486cb;
}

.info-table table thead th {
    color: #438edc;
    font-weight: 600;
    font-size: 1.1rem;
    border: 1px solid #438edc;
}


.info-table table tr.heading td {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: capitalize;
}

.info-table table tr.partition td {
    background: #4c8eda;
}