.dropdown-content.show {
    display: block;
}
.header-menu  li.header-list  li.menu-has-children .dropdown-content   li  a{
color: #fff;
}
ul.header-menu li:hover a {
    color: #34b1ff;
}
nav.header-navigation.header-nav--mobile.d-xl-none ul.header-menu.header-menu--mobile li.dropdown ul.dropdown-content >li a,
ul.header-menu li.header-list.menu-has-children ul.dropdown-content > li a{
color: #fff;
}
nav.header-navigation.header-nav--mobile.d-xl-none ul.header-menu.header-menu--mobile li.dropdown ul.dropdown-content >li:hover a,
 ul.header-menu li.header-list.menu-has-children ul.dropdown-content > li:hover a{
    color: #34b1ff;
}

/* css 66% white spec remove */

.schedule-content{
    padding: 2.5rem 0px;
}
.schedule{
    margin: 2.25rem 0rem;
}
.about-card{
    margin-top: 2.5rem;
}
.about-founder{
    margin-top: 2.5rem;
}
.about-founder:last-child{
    margin-bottom: 2.5rem;
}
.section-block{
    margin-bottom: 2.5rem;
}
.section-indets{
    margin-top: 2.5rem;
}
.section__description{
    margin-bottom: 1rem;
}

.blogs-post{
    margin-bottom: 2.5rem;
}
.difference,
.private{
    margin-top: 2.5rem;
}
.contacts,
.faqs{
    padding: 2.5rem 0rem;
}
.features-content-body{
    padding: 30px 10px;
}
.features.features_first.section-indets .features-content__top {
    transform: translateY(-130px);
    overflow: visible;
}
.specificity.mb-4.specificity_top.Unique-life {
    transform: none;
    margin-top: -85px;
    margin-bottom: 45px !important;
}
.advisor-profile.mt-2 p{
    margin-bottom: 0px;
}
section.about-founder.data-advisor {
    margin-bottom: 1.5rem;
}
/* section.features.features_first.section-indets.titanic-story .section-block {
    margin-bottom: 2.15rem;
} */
section.features.features_first.section-indets.titanic-story .section-block {
    margin-bottom: 0px;
}
section.features.features_first.section-indets.titanic-story {
    padding-bottom: 40px;
}


@media (max-width: 340px) {

    #banner .banner__title {
        font-size: 1.2rem;
    }

    .faqs-question__text {
        max-width: 200px;
        font-size: 15px;
    }

    .banner-faqs__subtitle,
    .banner_short__subtitle {
        width: 80%;
    }

    .blogs-post-img {
        height: 220px;
    }
}

@media (min-width: 547px) and (max-width: 700px) {
    .banner-faqs__subtitle {
        width: 40%;
    }

    .banner_short__subtitle {
        width: 62%;
    }

    .faqs-question__text {
        max-width: 350px;
        font-size: 15px;
    }

    .blogs-post-img {
        height: 320px;
    }
}

@media (min-width: 701px) and (max-width: 767px) {
    .banner-faqs__subtitle {
        width: 35%;
    }

    .banner_short__subtitle {
        width: 60%;
    }

    .faqs-question__text {
        max-width: 400px;
        font-size: 15px;
    }

    .blogs-post-img {
        height: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (max-width: 767px) {
    #banner .banner__title {
        /*font-size: 1.5rem;*/
        line-height: 2rem;
        margin-bottom: 2rem;
        width: 90%;
    }

    .banner__subtitle {
        font-size: .9rem;
    }

    .banner-faqs {
        background-size: cover
    }

    .faqs-item {
        width: 85%;
    }

    .blogs-post-wrapper {
        padding: .6rem 1rem 1.5rem 1rem;
    }

    .blogs-post-about-author-body {
        padding: .6rem 1rem 1.5rem 1rem;
    }

    .banner-about {
        background-position-x: 15%;
    }

    .about-card,
    .about-founder-content {
        padding: 1rem;
    }

    .about-header__title {
        font-size: 1.5rem;
    }

    .divider {
        flex-basis: 25%;
    }

    .contacts-map {
        height: 350px;
    }

    .contacts-info {
        margin-bottom: 1rem;
        margin-left: 15px;
    }

    .calculator-table {
        width: 100%;
    }

    .calculator-table select,
    .calculator-table #Forms-Edit-Field1,
    .calculator-table #Forms-Edit-Field2 {
        width: 100% !important;
    }

    .spacer {
        padding: 8px 0;
    }

    .section-block__title {
        font-size: 1.6rem;
    }

    .section-block__description {
        font-size: 16px;
    }

    .risks__description,
    .calculator__subtitle {
        width: 100%;
    }
}

@media only screen and (min-device-width: 320px) and (max-width: 992px) {
    .banner {
        margin-top: 60px;
    }

    .banner-faqs,
    .banner_short {
        margin-top: 60px;
    }

    .contacts-form__subtitle {
        width: 80%;
    }
}

@media only screen and (min-device-width: 993px) and (max-width: 1199px) {
    .banner {
        margin-top: 100px;
    }
}

@media only screen and (min-device-width: 320px) and (max-width: 1199px) {
    .header-link_btn {
        display: block;
        position: relative;
        font-size: 0.9rem !important;
        font-weight: 700;
        padding: .4rem 2rem;
    }

    .header-link_btn:first-child {
        margin-bottom: 0.7rem;
    }

    .banner__subtitle {
        width: 90%;
    }
}

@media only screen and (min-device-width: 768px) and (max-width: 1199px) {
    .banner__title {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 4rem;
    }

    .banner__subtitle {
        font-size: .8rem;
        width: 100%;
    }

    .header-menu--mobile li a {
        font-size: 1.9rem;
    }

    .header-logo a {
        width: 100%;
    }

    #banner .banner__title {
        width: 100%;
    }
}

@media (min-width: 341px) and (max-width: 410px) {
    .banner-content {
        /*transform: translateY(-10%);*/
    }

    #banner .banner__title {
        font-size: 1.3rem;
    }

    .banner-faqs__subtitle,
    .banner_short__subtitle {
        width: 70%;
    }

    .faqs-question__text {
        max-width: 220px;
        font-size: 15px;
    }

    .blogs-post-img {
        height: 240px;
    }
}

@media (min-width: 411px) and (max-width: 546px) {
    .banner-faqs__subtitle {
        width: 52%;
    }

    .faqs-question__text {
        max-width: 230px;
        font-size: 15px;
    }

    .blogs-post-img {
        height: 290px;
    }

    .banner_short__subtitle {
        width: 60%;
    }

    /*.banner__subtitle {*/
    /*    width: 60%;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 990px) {

    .banner-faqs,
    .banner_short {
        height: 180px
    }

    .banner-content {
        transform: translateY(-5%);
    }

    .banner-faqs__subtitle {
        width: 52%;
    }

    .banner_short__subtitle {
        width: 70%;
    }

    .blogs-post-img {
        height: 320px;
    }

    .contacts-map {
        height: 510px;
    }

    .about-header__title_basis {
        flex-basis: 115%;
    }

}

@media (max-width: 767px) {
    .features-image img {
        border-width: 10px;
    }
}

@media (max-width: 1023px) {
    html {
        font-size: 16px;
    }

    .features__description_short {
        width: 100%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .faqs-item {
        width: 80%;
    }

    .faqs-question__text {
        max-width: 520px;
    }

    .banner-faqs__subtitle,
    .banner_short__subtitle {
        font-size: .9rem;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {

    .banner-faqs,
    .banner_short {
        height: 235px
    }

    .banner-content {
        transform: translateY(-7%);
    }

    .banner-faqs__subtitle {
        width: 50%;
    }

    .banner_short__subtitle {
        width: 70%;
    }

    .banner__subtitle {
        width: 100%;
    }

    .blogs-post-img {
        height: 400px;
    }

    .contacts-form__subtitle {
        width: 80%;
    }

    .about-header__title_basis {
        flex-basis: 65%;
    }
}

@media only screen and (max-width: 992px) and (min-device-width: 320px) {
    .features-content {
        height: auto;
    }
}

@media only screen and (min-device-width: 1200px) {
    #banner .banner__title {
        width: 100%;
    }

    .banner__subtitle {
        width: 98%;
    }

    .banner-content {
        transform: translateY(0%);
    }

    .banner-faqs,
    .banner_short {
        height: 280px;
    }

    .banner-faqs__subtitle,
    .banner-faqs__subtitle {
        width: 40%;
    }

    .about-header__title_basis {
        flex-basis: 36%;
    }
}

@media only screen and (min-device-width: 1425px) {
    .banner__subtitle {
        width: 81%;
    }
}

@media only screen and (min-device-width: 1440px) {
    #banner .banner__title {
        width: 85%;
    }

    .banner-faqs,
    .banner_short {
        height: 335px;
    }

    .banner-contact .banner_short__subtitle {
        width: 40%;
    }

    .about-header__title_basis {
        flex-basis: 23%;
    }
}

@media only screen and (min-device-width: 1650px) {
    #banner .banner__title {
        width: 72%;
    }

    .banner__subtitle {
        width: 70%;
    }

    .banner-faqs,
    .banner_short {
        height: 390px;
    }

    .banner-contact .banner_short__subtitle {
        width: 35%;
    }

    .about-header__title_basis {
        flex-basis: auto;
    }
}

@media only screen and (min-device-width: 1800px) {
    #banner .banner__title {
        width: 66%;
    }

    .banner__subtitle {
        width: 64%;
    }

    .banner-faqs,
    .banner_short {
        height: 420px;
    }
}

/* HS  */

.banner-faqs,
.banner_short {
    margin-top: 123px !important;
}

.advisor-profile.mt-2 {
    max-width: clamp(180px, calc(100% / 5), 300px);
    width: 100%;
}

.advisor-img {
    height: 300px;
}


/* @media(max-width:1199px) {
       .banner {
        margin-top: 90px;
        height: 900px !important;
    }
} */

@media(max-width:1199px) {
    ul.dropdown-content {
        position: static;
        text-align: center;
    }

    li.header-list.dropdown {
        text-align: center;
        position: relative;
    }

    .header-menu--mobile {

        text-align: center;
    }

    ul.header-menu.header-menu--mobile li {
        width: 100%;
    }

    a.header-link_btn.header-link_btn-call.btn.btn-info,
    a.header-link_btn.btn.btn-primary {
        max-width: fit-content;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header-nav--mobile {
        overflow-y: scroll;
    }

    .header-menu--mobile {
        height: auto;
        padding-top: 15%;
    }
    .banner-faqs, .banner_short {
        margin-top: 94px !important;
    }

}

@media(max-width:991px) {

    .banner-faqs,
    .banner_short {
        margin-top: 54px !important;
    }

    .banner {
        margin-top: 54px;
    }

    .features-image img {
        height: auto;
        border: 0px solid #fff;
    }
}

@media(max-width:767px) {
    img.img-fluid.about-founder__img {
        max-width: 100% !important;
    }

    .about-founder__img {
        height: auto;
    }

    .about-founder img.img-fluid.about-founder__img {
        object-fit: cover;
        border: 0px solid #fff;
    }
    .banner-faqs, .banner_short {
        margin-top: 50px !important;
    }
}

@media(max-width:575px) {
    .features-content {
        min-height: auto !important;
        height: auto;
    }
    .specificity.mb-4.specificity_top.Unique-life {
        margin-top: -105px;
    
    }
    
}

/* HS END */

section#banner {
    position: relative !important;
}

section#banner .container-fluid.h-100 {
    position: absolute !important;
    position: absolute;
    height: auto !important;

}

section#banner .container-fluid.h-100 h1.banner__title {
    margin-top: 0px !important;
}


/* 6 FEB  */

.banner-content {
    margin-top: 46px;
}

@media(min-width:2000px) {
    section#banner .container-fluid.h-100 {
        position: absolute !important;
        position: absolute;
        height: auto !important;
        top: 22vh;
    }
}

@media(max-width:1999px) {
    section#banner .container-fluid.h-100 {
        position: absolute !important;
        position: absolute;
        height: auto !important;
        top: 22.5vh;
    }
}

@media(max-width:1910px) {
    section#banner .container-fluid.h-100 {
        position: absolute !important;
        position: absolute;
        height: auto !important;
        top: 22.5vh;
    }
}

@media(max-width:1600px) {
    .banner-content {
        margin-top: 22px;
    }

    section#banner .container-fluid.h-100 {
        top: 25vh;
    }
}

@media(max-width:1400px) {
    section#banner .container-fluid.h-100 {
        top: 26vh;
    }
}

@media(max-width:1199px) {
    .banner-content {
        margin-top: 42px;
    }

    section#banner .container-fluid.h-100 {
        top: 19.5vh;
    }
}

@media(max-width:767px) {
    .banner-content {
        margin-top: 0;
    }

    section#banner .container-fluid.h-100 {
        top: 23vh;
    }
}

/* 6 FEB END */
.click-img {
    height: 100%;
    width: 100%;
}

.click-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.click-img a img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.main-data {
    display: flex;
    align-items: flex-start;
}

.click-img {

    width: 14.3%;
    border: 14px solid #fff;
}


.width {
    width: 85.7%;
}

.features__title.section-header__title, .section-header__title {
    margin-bottom: 0;
    width: 90%;
}
.main-data { display: flex; align-items: flex-start; background: #efefef;}
.grid-singleblog{
    justify-content: space-between;
    gap: 15px;
}


@media(max-width:1600px) {
    .width {
        width: 85%;
    }

    .click-img {
        width: 15%;
    }
}

@media(max-width:1400px) {
    .width {
        width: 83%;
    }

    .click-img {
        width: 17%;
    }
}

@media(max-width:1024px) {
    .width {
        width: 78%;
    }

    .click-img {
        width: 23%;
    }
}

@media(max-width:1005px) {
    .click-img {
        height: 189px;

    }
}

@media(max-width:767px) {
    .main-data {
        flex-direction: column;
    }

    .width {
        width: 100%;
    }

    .click-img {
        height: auto !important;
        width: 100%;


    }
}

@media(max-width:575px) {
    .main-data {
        flex-direction: column;
    }

    .width {
        width: 100%;
    }

    .click-img {
        height: 360px !important;
        /* width: auto; */
        width: 100%;
        /* height: auto; */
    }
    .click-img a img{
        object-fit: cover;
    }
}