@media screen and (min-width: 576px){
    .ftr-content br {
        display: none;
    }
}

@media screen and (min-width: 1440px) {
    
    /* banner  */
    .banner-caption{
        padding-right: 0;
    }
    .banner-img {
        aspect-ratio: 16 / 9;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 570px;
    }
    .bq-wrap {
        width: 77%;
    }
}

@media screen and (min-width: 1600px) {
    .feature-style-11 .container {
        max-width: 1080px;
    }
    .container {
        max-width: 1440px;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 635px;
    }
    
}

@media screen and (max-width: 1199px) {
    /* banner  */

    /* .banner-sec-style-1{
        height: 100vh;
    } */
    .banner-caption {
        padding-right: 0;
        align-items: center;
        text-align: center;
    }
    .head-logo {
        margin-bottom: 50px;
    }
    .btn-wrap {
        text-align: center;
    }
    .btn-wrap {
        padding: 2.5rem 0 1.5rem;
    }
    .banner-img {
        aspect-ratio: 16 / 5;
    }
    /* footer */
    .footer {
        padding-bottom: 2rem;
    }
    .ftr-wrap {
        gap: 30px;
    }

    /* feature style 11 */
    .feature-style-11 .img-wrap {
        top: -110px;
    }
    .feature-img-wrap {
        margin-top: 10rem;
    }
    .banner-sec-style-1 {
        min-height: 74vh;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 410px;
    }
    .bq-wrap {
        width: 86%;
    }
    .btm-text h4 {
        margin-top: -1.5rem;
    }
    .banner-sec-style-1 .btn-wrap {
        padding: 1.5rem 0 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    .sec-head{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .floating-btn {
        bottom: 20px;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }
    .vi-feature-style-1 .feature-card-wrap .feature-card {
        margin: 0;
    }
    .vi-feature-style-1 .feature-card-wrap ul.feature-card ul {
        margin-left: 50px;
    }
    .vi-feature-style-1 .feature-card-wrap {
        padding-bottom: 9.5rem;
    }
    .vi-feature-style-1 .feature-content-wrap {
        gap: 4.5rem;
    }
    .vi-feature-style-12 .sec-head h2 br {
        display: none;
    }
     /* feature style 10 */
    .feature-content {
        padding-top: 30px;
    }
    /* feature style 11 */
    .feature-style-11 .feature-img-2 {
        min-height: 450px;
        border-radius: 0 0 40px 40px;
        -webkit-border-radius: 0 0 40px 40px;
        -moz-border-radius: 0 0 40px 40px;
        -ms-border-radius: 0 0 40px 40px;
        -o-border-radius: 0 0 40px 40px;
}
    .feature-style-11 .img-wrap {
        top: -100px;
    }
    .feature-img-wrap {
        margin-top: 9rem;
    }
    /* feature style 14 */
    .feature-style-14 .sec-head h2
    {
        margin-bottom: 6px;
    }
    .feature-style-14 .sec-head h4
    {
        margin-bottom: 30px;
    }
    .split-right-content{
        margin-top: 30px;
    }
    .feature-style-14 .list-wrap ul{
        row-gap: 0;
    }
    .feature-style-14 .list-wrap ul {
        grid-template-columns: 100%;
    }
    .feature-style-14 .list-wrap ul li {
        border-bottom: 1px dotted #DCDCDC;
        padding: 10px 0;
    }
    .feature-style-14 .list-wrap ul{
        row-gap: 0;
    }
    .feature-style-14 .list-wrap ul li:last-child{
        border-bottom: none;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .personal-thinking-sec .btm-text {
        text-align: center;
    }
    .banner-caption {
        padding-bottom: 0;
    }
    .footer {
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 767px) {
    .vi-feature-style-1 .feature-card-wrap {
        display: flex;
        justify-content: center;
        margin-left: -9rem;
    }
    /* banner */
    .banner-img {
        aspect-ratio: 16 / 6;
    }
    /* feature style 11 */
        .feature-img-wrap {
        margin-top: 7rem;
    }
    .feature-style-11 .img-wrap {
        top: -75px;
    }

    /* feature style 14 */
    .quotes-wrap {
        gap: 25px;
    }
    .block-quotes {
        /* font-size: 14px; */
        padding: 10px 12px;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 380px;
        border-radius: 0 0 30px 30px;
        -webkit-border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        -ms-border-radius: 0 0 30px 30px;
        -o-border-radius: 0 0 30px 30px;
    }
    .bq-wrap {
        width: 76%;
    }
}

@media screen and (max-width: 680px){
      /* feature style 10 */
    .feature-style-10 .feature-card .feature-img1 {
        width: 140px;
    }
    .feature-style-10 .feature-card .feature-img2 {
        width: 150px;
    }
     /* feature style 13 */
    .list-wrap ul {
        grid-template-columns: 100%;
    }
    .list-wrap ul li {
        border-bottom: 1px dotted #DCDCDC;
        padding: 10px 0;
    }
    .list-wrap ul{
        row-gap: 0;
    }
    .list-wrap ul li:last-child{
        border-bottom: none;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 300px;
    }
}
@media screen and (max-width: 575px){
    .container {
        max-width: 92%;
    }
    .btn {
        padding: 10px 3.125rem;
        letter-spacing: -0.36px;
    }
    .vi-feature-style-9 .cta-content {
        gap: 15px;
    }
    .vi-feature-style-9 .cta-content h3 {
        letter-spacing: -0.4px;
    }
    .vi-feature-style-9 .cta-content h4 {
        letter-spacing: -0.32px;
    }
    .vi-feature-style-1 .sec-head br {
        display: block;
    }
    .vi-feature-style-12 .feature-content .feature-card {
        gap: 18px;
        padding: 18px;
    }
    .vi-feature-style-12 .feature-content .feature-card h3 {
        min-height: 40px;
        padding-right: 12px;
    }
    /* banner */
     .banner-caption p{
        margin-bottom: 10px;
    }
    .banner-img {
        aspect-ratio: 16 / 8;
    }
    .head-logo {
        margin-bottom: 45px;
    }
    .banner-caption-wrap {
        padding-top: 20px;
    }
    /* feature style 11 */

    .feature-style-11 .img-wrap {
        top: -50px;
    }
    .feature-img-wrap {
        margin-top: 5rem;
    }
     /* feature style 13 */
     .list-icon img{
        height: 38px;
        width: 24px;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 250px;
    }
    .bq-wrap {
        width: 100%;
    }
    .block-quote-wrap {
        padding: 0 20px;
    }
    .quotes:nth-child(3) {
        top: 8rem;
    }
    .ftr-content p br {
        display: block;
    }
}

@media screen and (max-width: 480px) {
   .feature-style-11 .feature-img-2 {
        min-height: 200px;
        border-radius: 0 0 20px 20px;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        -o-border-radius: 0 0 20px 20px;
}
    .quotes:nth-child(even) {
        top: 3.6rem;
        right: 5.5rem;
    }
    .quotes:nth-child(3) {
        top: 7.5rem;
    }   
    .btm-text h4 {
        margin-top: 0;
    }
    .quotes-wrap img {
        max-width: 350px;
    }
}
@media screen and (max-width: 420px) {
    .vi-feature-style-9 .feature-content .row .col {
        width: 100%;
    }
    /* feature style-10 */
    .feature-style-10 .feature-card .feature-img2 {
        width: 100px;
    }
    .feature-style-10 .feature-card .feature-img1 {
        width: 110px;
    }
}

@media screen and (max-width: 380px) {
    .vi-feature-style-1 .feature-content-wrap {
        gap: 3rem;
    }
    .vi-feature-style-1 .feature-card-wrap .feature-card {
        width: 150px;
        height: 150px;
    }
    .vi-feature-style-1 .feature-card-wrap ul li h3 {
        font-size: 1.1rem;
    }
    .vi-feature-style-12 .feature-content .col {
        width: 100%;
    }
     /* banner */
    .banner-sec-style-1 {
        min-height: 890px;
    }
    .feature-style-11 .feature-img-2 {
        min-height: 170px;
    }
    .block-quote-wrap {
        padding: 0;
        top: 1.5rem;
    }
    .quotes-wrap img {
        height: 220px;
        object-fit: cover;
    }
    .block-quotes p {
        font-size: var(--font13);
    }
    .quotes:nth-child(even) {
        right: 4rem;
    }
    .banner-sec-style-1 .amount-wrap{
        flex-direction: row;
    }
    .amount-wrap{
        align-items: center;
        flex-direction: column;
    }
}