@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    background: linear-gradient(90deg, #FFFFFF 0%, #E6EDF8 100%);
    font-family: "Roboto", sans-serif;
}
.about-body{
    background: transparent;
}
.mission-section{
    background: linear-gradient(90deg, #FFFFFF 0%, #E6EDF8 100%);
}
.list-header{
    gap: 20px;
}
.gap-header-list{
    gap: 120px;
}
.list-header li.active-link{
  color: #115ABC !important;
  border: 1px solid #115ABC;
  border-radius: 50px;
}
.list-header li.active-link a{
  color: #115ABC !important;
  font-weight: 600;  
}
.list-header li a:hover{
    text-decoration: none;
}
.list-header li a{
    color: #5D5D5D;
  font-weight: 400;
}
.list-header li:hover{
    background: #115ABC;
    border-radius: 50px;
}
.list-header li:hover a{
    color: #fff !important;
}
.text-about{
    color: #282828;
    font-weight: 400;
    font-size: 50px;
}
.vision-section{
    background: linear-gradient(90deg, #FFFFFF 0%, #E6EDF8 100%);
}
.list-header li{
  padding: 8px 14px;
}
.btn-primary{
    background: #115ABC;
    border: 1px solid #115ABC;
box-shadow: 6px 4px 18px 0px #00000024;
color: #FFFFFF;
font-weight: 600;
text-transform: capitalize;
border-radius: 8px;
padding: 12px 25px;
}
.btn-primary:hover{
background: transparent;
    border: 1px solid #115ABC;
    color: #115ABC;
}
.right-arrow-icon:hover{
background: transparent;
    border: 1px solid #115ABC;
}
.right-arrow-icon:hover .right-icon-arrow{
    color: #115ABC !important;
}
.bg-hero-left-img{
    background: url('../images/hero-left-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    width: 100%;
   display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 520px;
}
.mobile-header{
    display: none;
}
.container-fluid{
    margin: auto;
    max-width: 1500px;
}
 .hero-content{
        /* position: absolute; */
    /* top: 60px; */
    /* left: 55px; */
    padding: 50px;
    width: -webkit-fill-available;
 }
 .hero-content .txt-heart{
    color: #C64248;
    font-weight: 400;
    font-size: 60px;
 }
 .hero-content .txt-heart span{
    color: #115ABC;
    font-weight: 700;
 }
 .hero-content .para-heart {
    font-size: 18px;
    color: #5D5D5D;
    font-weight: 400;
 }
.btn-content-hero {
    /* position: absolute; */
    /* bottom: 45px; */
    /* left: 55px; */
    padding: 50px;
    width: -webkit-fill-available;
   
    margin-top: auto;   /* pushes it to bottom */
}
.call-icon-wrapper{
    border: 1px solid #1376F8;
    width: max-content;
    display: flex; align-items: center;
    padding: 5px;
    border-radius: 14px;
}
.phone-calling{
    background: #115ABC;
    color: #fff;
        font-size: 30px;
    padding: 12px;

    border-radius: 14px;
}
.txt-contact{
    color: #282828;
    font-weight: 600;
    font-size: 18px;
}
.para-contact{
    color: #115ABC;
    font-weight: 500;
    font-size: 18px;
}



/* about-section */
.about-section .txt-heart{
    font-weight: 400;
    color: #282828;
    font-size: 50px;

}
.about-section .txt-heart span{
    font-weight: 600;
    color: #115ABC;
}
.txt-badge{
    background: #C642481A;
    color: #C64248;
    font-weight: 600;
    width: max-content;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;

}
.para-about{
    font-weight: 400;
    color: #5D5D5D;
    font-size: 18px;
}
/* about-section */


/* service-Section */
.txt-service{
    color: #115ABC;
    font-weight: 600;
}
.para-service{
    color: #5D5D5D;
    font-weight: 400;
    font-size: 16px;
}
.service-card{
    position: relative;
    border-radius: 24px;
}
.testimonial-card-right{
    background: #E8EFF8 !important;
}
.testimonial-card-right-01{
    background: #CEDFF2 !important;
}
.service-card-body{
    background: #115ABC;
       padding: 45px 25px;
    margin-top: -20px;
    padding-bottom: 25px;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
.service-card-body h4{
    font-weight: 600;
    color: #fff;
    font-size: 24px;
}
.service-card-body p{
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

/* Main card */
.service-box{
    background: #fff;
    border-radius: 24px;
    position: relative;
    z-index: 2;
}

/* Hover bar */
.service-hover-txt{
    background: #115ABC;
    padding: 18px 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-radius: 0 0 24px 24px;
    transition: 0.35s ease;
    z-index: 1;
}

/* Show ONLY hover text */
.service-card:hover .service-hover-txt{
    /* bottom: -70px; */
    bottom: -60px;
}

/* Text styling */
.service-hover-txt a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.service-hover-txt .arrow{
    font-size: 22px;
}



/* service-Section */


/* choose-us */

.right-content-choose .txt-heart{
     
    color: #282828;
    font-weight: 400;
    font-size: 50px;
}
.right-content-choose .txt-heart span{
    color: #115ABC;
    font-weight: 700;
 }
.right-content-choose .para-heart {
    font-size: 20px;
    color: #5D5D5D;
    font-weight: 400;
 }
 

/* choose-us */

.txt-heart-beat{
    color: #282828;
    font-weight: 400;
    font-size: 50px;
    text-transform: capitalize;
}
.txt-heart-beat span{
       color: #115ABC;
    font-weight: 700;
}
.para-heartbeat{
    color: #5D5D5D;
    font-weight: 400;
    font-size: 18px;
}
.border-target{
    padding: 35px;
    border-radius: 20px;
}
.bg-transparent{
    background: transparent;
}
.target-icon{
    color: #727272;
    font-size: 70px;
}
.text-mission{
    font-weight: 600;
    color: #115ABC;
    font-size: 24px;
}
.para-mission{
    font-weight: 400;
    color: #5D5D5D;
    font-size: 18px;
}


/*  */
.tab-content{
    /* line-height: 55px; */
    line-height: normal;
}
.tab-content li a{
    font-weight: 400;
    color: #B8B8B8;
    font-size: 30px;
}
.tab-content li.active-tab a{
    color: #C64248;
}
.tab-content li a:hover{
    text-decoration: none;
}
.content-left-choose{
    position: absolute;
    bottom: 0px;
    padding: 30px;
    color: #fff;
}
.content-left-choose h4{
    font-weight: 600;
}
.content-left-choose p{
    font-weight: 400;
    /* font-size: 22px; */
    font-size: 18px;
}
.heading-box{
    padding: 25px;
    border-radius: 14px;
}
.heading-box .phone-calling {
    background: #115ABC;
    color: #fff;
    font-size: 28px;
    padding: 12px;
    border-radius: 14px;
}
.choose-us-section .bg-white{
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}
.txt-doctor{
    color: #115ABC;
    font-weight: 600;
    font-size: 18px;
}

.slider-wrapper{
    position: relative;
    margin-bottom: 30px;
}

.testimonial-stack{
    position: relative;
    display: grid;
}

/* Cards */
.testimonial-card{
    position: absolute;
    /* inset: 0; */
    display: flex;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    transition: 0.6s ease;
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    z-index: 1;
}

/* Front card */
.testimonial-card.active {
    position: relative;
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 3;
}

/* Second card */
.testimonial-card.next {
    opacity: 1;
    transform: translateY(-40px) scale(0.96);
    z-index: 2;
}

/* Third card */
.testimonial-card.prev2 {
    opacity: 1;
    transform: translateY(-80px) scale(0.92);
    z-index: 1;
}


/* .testimonial-card.active{
     position: relative; 
    opacity: 1;
    transform: translateY(0) scale(1);
    z-index: 3;
}

.testimonial-card.next{
    opacity: 1;
    transform: translateY(-20px) scale(0.97);
    z-index: 2;
} */

.badge{
    color:#ff5a5a;
    font-weight:600;
}



.quote{
    font-size:80px;
    color:#e8eefc;
}

/* p{
    color:#666;
    line-height:1.8;
} */

.doctor{
    display:block;
    margin-top:40px;
    color:#115ABC;
    font-weight:600;
}
.contact-us-section .para-heart{
    font-size: 18px;
    color: #5D5D5D;
    font-weight: 400;
}
.contact-us-section .txt-heart{
    color: #282828;
    font-weight: 400;
    font-size: 50px;
}

 .contact-us-section .txt-heart span{
    color: #115ABC;
    font-weight: 700;
 }
 .contact-right-content{
    background: #C64248;
    padding: 22px 32px;
    border-radius: 12px;
 }
 .location-icon{
   background: #FFFFFF33;
    padding: 15px;
    font-size: 24px;
    color: #fff;
    border-radius: 14px;
    display: flex;
 }
.detail-content h3{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
}
.detail-content p{
    color: #FFFFFFE5;

    font-weight: 500;
    font-size: 14px;
}

/*  */


/* Team Section Start */
.team-section{
    background: linear-gradient(90deg, #FFFFFF 0%, #E6EDF8 100%);

}
.card{
    border: none;
    border-radius: 20px;
}
.card-body .txt-found{
    color: #115ABC;
    font-weight: 600;
    font-size: 24px;
}
.card-body .para-found{
    color: #5D5D5D;
    font-weight: 400;
    font-size: 18px;
}
.cage-wrapper{
    border: 1px solid #115ABC;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    padding: 18px;

}
.para-cage{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #5D5D5D;
}
.cage-wrapper .cage-icon{
background: #115ABC1A;
        display: flex;
    margin: auto;
    color: #115ABC;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 75px;
    color: #115ABC;
    border-radius: 50%;
    height: -webkit-fill-available;
}
.border-row{
       position: absolute;
    top: 40%;
    left: 8%;
    width: 84%;
    border-top: 2px dashed #115ABC;
    z-index: 0;
    transform: translate(0px, -6px);
}
.team-section .txt-heart{
    color: #282828;
    font-weight: 400;

}
/* Team Section Start */


/* footer */
.footer{
    background: url('../images/footer-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 80px 0px;
}
.footer-txt{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.footer-txt span{
    font-weight: 600;
}
.input-field{
    height: 60px;
    background: #fff;
    border-radius: 50px;
    padding: 20px;
}
.input-field::placeholder{
    color: #115ABC;
    font-weight: 400;
    font-size: 18px;
}
.right-arrow-icon{
        background: #115ABC;
    padding: 15px;
    border-radius: 50px;
    width: max-content;
    display: flex;
    position: absolute;
    right: 0px;
    transform: translate(-21px, -57px);
    cursor: pointer;
}
.right-icon-arrow{
    font-size: 24px;
    color: #fff;
}
.list-footer{
    line-height: 40px;
}
.list-footer li a{
    color: #fff;
    font-weight: 400;
}
.txt-footer{
    font-weight: 600;
}
.horizontal-row{
    border-color: #ffff;
}
.list-footer-detail{
    gap: 30px;
    justify-content: center;
}
.list-footer-detail li a{
    color: #fff;
    font-weight: 400;
}
.list-footer-detail li a span{
    font-weight: 600;
}
.bg-social-footer{
    padding: 18px 30px;
    background: #115ABC;
    border-radius: 50px;
}
.social-txt{
    gap: 15px;
}
.social-txt li{
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 50px;
}
.social-txt li a{
    color: #fff;
    font-weight: 400;
}
.social-txt li:hover{
    background: #fff;
}
.social-txt li:hover a{
    color: #000;

}
.social-txt li a:hover{
   
    text-decoration: none;
}
.para-footer{
    color: #fff;
    font-weight: 500;
}
/* footer */

/* form */
.input-field-form{
    height: 60px;
    border: 0.5px solid #B3B0B1;
    background: #FFFFFF;
    border-radius: 4px;
}
.input-field-form::placeholder{
    font-weight: 500;
    color: #9C9C9C;
}
.input-field-form:focus{
    outline: none !important;
    box-shadow: none !important;
    border: 0.5px solid #B3B0B1;
}
.txt-label span{
    color: #E94646;
}
.txt-label{
    font-weight: 500;
    color: #3F3F3F;
    font-size: 20px;
}
.txt-connect{
    color: #282828;
    font-weight: 400;
    font-size: 60px;
}
.txt-connect span{
    font-weight: 700;
    color: #115ABC;
}
.para-connect{
    color: #5D5D5D;
    font-size: 18px;
    font-weight: 400;
}
.br-30{
    border-radius: 30px;
}
/* form */


.list-success{
    line-height: 50px;
}
.about-content-left{
    background: #115ABC;
        position: absolute;
    width: -webkit-fill-available;
    bottom: 0px;
    border-radius: 20px;
}
.about-content-left h1{
    color: #FFFFFF;
    font-weight: 600;
}
.about-content-left p{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
}
.list-success li::marker{
    color: #115ABC;
}
.list-success li a{
    font-weight: 400;
    color: #115ABC;
    font-size: 24px;
}
.list-success li a:hover{
    text-decoration: none;
}
.mobile-header-nav{
    display: none;
}
.close-icon {
    display: none;
}
.about-hero-img{
        width: 25%;
}
@media screen and (max-width:1280px) {
    
p br{
        display: none;
    }
    h1 br{
        display: none;
    }
    h2 br{
        display: none;
    }
    h3 br{
        display: none;
    }
    h4 br{
        display: none;
    }
    h5 br{
        display: none;
    }
    h6 br{
        display: none;
    }
    .service-hover-txt{
        display: none;
    }
    .gap-services{
        row-gap: 30px;
        justify-content: center;
    }
}
@media screen and (max-width:1025px) {
    .flex-content{
        row-gap: 20px;
        justify-content: center !important;
        column-gap: 40px;
    }
    p br{
        display: none;
    }
    h1 br{
        display: none;
    }
    h2 br{
        display: none;
    }
    h3 br{
        display: none;
    }
    h4 br{
        display: none;
    }
    h5 br{
        display: none;
    }
    h6 br{
        display: none;
    }
    .service-hover-txt{
        display: none;
    }
}

@media screen and (max-width:550px) {
     .gap-contact{
 justify-content: left;
     }
     .flex-content{
        justify-content: center !important;
     }
     
}
@media screen and (max-width:767px) {
    .hero-wrapper-detail{
        margin-left: 0px !important;
       
    }.about-section .txt-heart{
        font-size: 22px;
    }
    .vission-wrapper .row .col-xl-4{
        padding: 0px !important;
    }
    .choose-us-section.choose-us-wrapper{
        padding-top: 10px !important;
    }
    
    /* .tab-content{
        padding-top: 0px !important;
        margin-top: 0px !important;
    } */
    .text-mission{
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    .para-heartbeat {
        font-size: 14px;
    }
    .service-card-body {
    padding: 40px 15px;
    }
    .testimonial-stack .right-content-choose{
        padding: 12px !important;
    }
    .contact-right-content {
    padding: 12px 14px;
    }
    .about-content-left p {
    font-size: 12px;
}
.list-success {
    line-height: 40px;
}
.list-success li a {
    font-size: 20px;
}

.about-content-left h1 {
    font-size: 24px;
}
.about-content-left {
    border-radius: 12px;
    padding: 1rem !important;
}
.list-success{
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 30px;
}
   
        .txt-connect {
        font-size: 22px !important;
    }
    .para-connect {
        font-size: 14px;
    }
    .input-field::placeholder{
        font-size: 14px;
    }
        .right-content-choose .txt-heart {
            font-size: 20px !important;
        }
            .footer-txt {
        font-size: 22px !important;
    }
    .content-left-choose {
        padding: 18px;
    }
    .testimonial-card img{
        width: 25%;
        /* margin-top: 8px; */
    }
    
    .content-left-choose p {
    font-size: 16px;
    margin-bottom: 0px !important;
}
.content-left-choose h4 {
    font-size: 22px;
}
    .call-icon-wrapper {
            padding: 8px;
    border-radius: 8px;
    }
    .phone-calling {
    font-size: 24px;
    padding: 15px;
    border-radius: 8px;
    }

    .txt-service {
        margin-top: 15px !important;
        font-size: 22px;
    }
    .para-service {
        font-size: 14px;
    }
    .heading-box {
    padding: 15px;
    }
    .work-img{
        margin-top: 10px;
    }
    .slider-wrapper {
        margin-bottom: 0px;
    }
    .card{
        margin-bottom: 20px;
    }
    .mission-section .row{
        padding-top: 0px !important;

    }
    .cage-wrapper .cage-icon {
        font-size: 60px;
    }
    .cage-wrapper {
        width: 150px;
        height: 150px;
        margin-top: 30px;
    }
    .mission-section{
        padding-bottom: 0px !important;
    }
    .about-hero-img{
            margin: auto !important;
    width: 75% !important;
    }
    .text-about {
        font-size: 24px;
    }
    .border-row{
         display: none ;
    }
    .right-content-choose .para-heart {
    font-size: 16px;
    }
    .tab-content{
        margin-bottom: 20px !important;
    }
    .tab-content li a {
        font-size: 18px;
    }
    .tab-content {
    line-height: 15px;
}
.tab-content li a br{
    display: none;
}
.social-txt {
    gap: 10px;
}
.para-footer {
    font-size: 12px;
}
     .footer-txt {
        margin-bottom: 25px;
    }

    .txt-footer {
        margin-top: 20px;
    }
    .footer {
        padding: 30px 0px;
    }
    .service-section {
        padding-bottom: 0px !important;
    }
    .service-card:hover .service-hover-txt {
    z-index: 111111;
}
    .choose-us-section .container{
        max-width: 100%;
    }
    .bg-hero-left-img {
        min-height: 400px;
    }
    .para-about br{
        display: none;
    }
    .contact-right-content h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .location-icon {
    background: #FFFFFF33;
    padding: 15px;
    font-size: 18px;
    }
    .service-card{
        margin-bottom: 20px;
    }
    .choose-us-section .bg-white {
        padding: 12px;
    }
.choose-us-section .row {
        flex-direction: column-reverse;
    }
    .social-txt li {
    padding: 5px 14px;
    }
    .about-section .txt-heart br{
        display: none;
    }
    .flex-padding{
        padding: 0px !important;
    }
    .bg-hero-left-img{
        padding: 14px;
    }
   
     .hero-right-img{
        margin-top: 20px;
     }
    .gap-contact{
 gap: 10px;

 margin-bottom: 8px;
 /* text-align: center; */

}
    .btn-content-hero{
        padding: 0px !important;
    }
      .hero-content{
        padding: 0px !important;
        margin-top: 14px;
      }
      .hero-content .txt-heart {
        font-size: 22px !important;
    }
    .hero-content .para-heart {
    font-size: 18px;
    }
/* .left-img{
    display: none;
} */
.choose-us-section{
    margin-top: 0px;
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}
.contact-us-section .txt-heart {
    font-size: 30px;
}
    .contact-us-section .para-heart {
    font-size: 16px;
    }
    .btn-primary{
        margin-top: 0px !important;
    }
    .detail-content h3 {
        font-size: 20px;
    }
    .detail-content p  br{
        display: none;
    }
    .detail-content p {
        font-size: 12px;
    }
    .testimonial-card{
        position: relative;     /* 🔥 KEY LINE */
        opacity: 1;
        transform: none;
        margin-bottom: 24px;
    }

    .testimonial-card.next{
        display: none;          /* mobile pe pichy wala hide */
    }
    .testimonial-card.prev2{
        display: none;          /* mobile pe pichy wala hide */
    }

    .left-img{
        width: 100%;
        /* height: 220px; */
    }

    .right-content-choose{
        padding: 0px !important;
    }
    .testimonial-card{
        transition: none;
    }
    .para-about {
    font-size:14px !important;
}
.social-txt li a{
    font-size: 12px;
}
.flex-content{
    gap: 20px;
}
.bg-social-footer {
    padding: 15px 15px;
    border-radius: 18px;
}
.list-footer-detail {
    gap: 15px;
}
.team-section .txt-heart {
    font-size: 22px;
    margin-top: 10px;
}
.para-heart {
    font-size: 14px;
}
.card-body{
    padding: 12px;
}
.card-body .txt-found {
    font-size: 22px;
}
.card-body .para-found {
    font-size: 15px;
    margin-bottom: 0px !important;
}
.right-content-choose{
    margin-top: 15px;
}
}
@media screen and (max-width:991px) {
    .desktop-header{
        display: none;
    }
    .txt-heart-beat {
        font-size: 24px;
    }
    .service-wrapper{
        padding-top: 40px;
    }
    .vision-section .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .vission-wrapper .row{
        row-gap: 20px;
    }
    
    .gap-services .col-xl-4{
        margin-top: 0px !important;
    }
      .about-content-left p {
    font-size: 12px;
}
.about-content-left h1 {
    font-size: 24px;
}
.about-content-left {
    border-radius: 12px;
    padding: 1rem !important;
}
.about-hero-img{
        width: 55%;
}
    .list-header li.active-link {
        width: max-content;
    }
     .list-header li:hover{
        width: max-content;
    }
    .choose-us-section.vision-section{
        padding-top: 0px !important;
    }
    .team-section{
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .mobile-header-nav .bg-white{
        border-radius: 12px;
    }
    .close-icon {
    display: none;
     font-size: 30px;
        color: #000;
}
.menu-icon,
.close-icon {
    cursor: pointer;
}
    .mobile-header-nav{
    position: absolute;
    width: -webkit-fill-available;
    z-index: 11111;
    display: none;
    }
    .txt-connect {
        font-size: 30px;
    }
    .team-section .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .flex-content{
        row-gap: 20px;
        column-gap: 0px !important;
        justify-content: center !important;
    }
    .footer-txt br{
        display: none;
    }
    .footer-txt {
        font-size: 30px;
    }
    .service-card{
        margin-bottom: 20px;
    }
    .service-card:hover .service-hover-txt {
    z-index: 111;
}
    .contact-right-content{
        margin-top: 20px;
    }
    .testimonial-card{
        flex-direction: column;
        padding: 12px;
    }
    .contact-us-section .row{
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .left-img{
        width: 100%;
        /* height: 260px; */
    }
    .service-section{
        padding-bottom: 50px;
    }
.para-about {
    font-size: 22px;
}
    .para-about br{
        display: none;
    }
    .left-img img{
        width: 100%;
        border-radius: 24px 24px 0 0;
    }
    .contact-us-section .para-heart br {
        display: none;
    }
    .about-section .row{
          margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 30px !important;
    }
    .testimonial-stack {
        margin-top: 0px;
        width: -webkit-fill-available;
            /* min-height: 440px; */
    }
    .service-section .row{
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 8px !important;
    }
    .right-content-choose{
        padding: 0px !important;
    }
    .txt-heart br{
        display: none;
    }
    .right-content-choose .txt-heart{
        font-size: 30px;
    }
    .menu-icon{
        font-size: 30px;
        color: #000;
    }
    .mobile-header{
        display: block;
    }
    .hero-section .row{
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 30px !important;
    }
    .hero-content{
        position: inherit !important;
      left: inherit !important;
        bottom: inherit !important;
        
    }
    .hero-content .txt-heart br{
        display: none;
    }
    .hero-content .txt-heart {
        font-size: 30px;
    }
    
    .hero-content .para-heart br {
        display: none;
    }
    .btn-content-hero{
        position: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
    }
}