/********** Template CSS **********/
:root {
    --primary: #13a7f1;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
    --Orange: #f88137;
    --black: black;
}

.btn {
    font-weight: 900;
    transition: .5s;
    color: var(--primary);
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: var(--primary);
}
.icon-color{
    color: #13a7f1 !important;
}
.them-bg {
    color: var(--primary);
    width: 100%;
}

p {
    font-size: 18px;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.bg-primary-1 {
    background: var(--primary);
}

.bg-orange-1 {
    background: var(--Orange);
    color: black;
}

.bg-sandel {
    background: rgb(244, 240, 238);
}

.bg-axe {
    background: #f0ebeb !important;
}

.text-orange-1 {
    color: var(--Orange);
}

.text-dark {
    color: #fff !important;
}

.text-black {
    color: var(--black) !important;
}

.text-primary-1 {
    color: var(--primary);
}

i {
    color: var(--primary) !important;
}

.com-icon {
    color: var(--primary) !important;
}

.at i {
    color: var(--Orange) !important;
}

.dot i {
    color: var(--Orange) !important;
    font-size: 5px !important;
}


.foot-at i {
    color: #fff !important;
}

.foot {
    color: #fff !important;
}

.foot-dot i {
    font-size: 3px !important;
    color: #fff !important;
}

.foot-number {
    color: #fff !important;
}
/* ======About-Our_Strength */
.our_strength {
    width: 100% !important;
}

/* ========NAVBAR======== */
.nav-icon i {
    font-size: 1.2vw;
    color: var(--primary) !important;
}

.nav-icon i:hover {
    color: var(--Orange) !important;
}

.hotLine .nav-top {
    font-size: 1.3vw;
    color: var(--Orange) !important;
}

.hotLine .nav-top:hover {
    color: var(--primary) !important;
}

.navbar-brand img {
    max-width: 210px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.at i:hover,
.at i:active {
    color: #13a7f1 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #13a7f1;
}

/* ========Model========== */

.model-width {
    width: 100%;
}

.model-img {
    width: 50px;
    ;
    height: 50px;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup-content {
    position: relative;
    margin: 15% auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    right: 10px;
    color: rgb(255, 0, 0);
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.slider-section {
    position: relative;
    
}

.hidden {
    display: none;
}
.slider-button {
    font-size: 20px !important;
    background-color: #13a7f1;
    color: white;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 15px;
}

.slider-button:hover {
    background-color: var(--Orange);
    color: rgb(255, 255, 255) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-section .single-slider .slider-content {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-section .single-slider .slider-content {
        padding: 110px 0px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
     .slider-button {
    margin-top: 10px;
}
}
@media only screen and (max-width: 376px) {
         .slider-button {
    margin-top: 3px;
}

}

.slider-section .single-slider .slider-content p {
    color: #fff;
    margin-bottom: 30px;
}

.slider-section .single-slider .slider-content .theme-btn {
    background: #fff;
    color: #13A7F1;
}

.slider-section .single-slider .slider-content .theme-btn:hover {
    -webkit-box-shadow: 0 10px 25px rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.5);
}

.slider-section .tns-nav {
    bottom: 30px;
}

.slider-section .tns-nav button {
    background: rgba(255, 255, 255, 0.4);
}

.slider-section .tns-nav button.tns-nav-active {
    background: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*  */
.tns-nav {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 99;
}

.tns-nav button {
    cursor: pointer;
    text-indent: -999999px;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 15px;
    height: 15px;
    background: rgba(0, 173, 181, 0.31);
    margin: 0 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tns-nav button.tns-nav-active {
    background: #13a7f1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* =======slider-End========== */


/* =======Home Page====== */
.Home-About h1 {
    font-size: 3vw;
}

.Home-About-2 {
    text-align: justify;
}

.Home-service h2 {
    font-size: 2.5vw;
}

.about-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0;
    animation: imageFade 9s infinite;
      border: 4px solid var(--Orange);
}

.first-img {
    animation-delay: 0s;
}

.second-img {
    animation-delay: 3s;
}

.third-img {
    animation-delay: 6s;
}

@keyframes imageFade {
    0% { opacity: 0; }
    10% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
}
.service-content p {
    text-align: justify;
}
.down {
    color: #FFFFFF !important;
}

@media only screen and (max-width: 770px) {
    .Home-service h2 {
        font-size: 4vw;
    }
}

@media only screen and (max-width: 430px) {
    .Home-About h1 {
        font-size: 24px;
    }

    .Home-service h2 {
        font-size: 5.5vw;
    }
}

/* ==========About Start========== */
.about img {
    width: 100%;
}

.about-title {
    color: var(--Orange);
}

.base img {
    width: 100%;
    height: 200px;
}

.about-strenghts h4 {
    line-height: 50px;
    margin-top: 1vw;
    margin-left: 50px !important;
}


@media only screen and (max-width: 770px) {
    .about-strenghts h4 {
        line-height: 48px;
        margin-top: 1vw;
        font-size: 3.1vw !important;
        margin-left: 90px !important;
    }
}

@media only screen and (max-width: 430px) {
    .about-strenghts h4 {
        line-height: 35px;
        margin-top: 1vw;
        font-size: 3.4vw !important;
        margin-left: 10px !important;
    }

    .title-Strengths {
        font-size: 4.5vw !important;
    }
}

@media only screen and (max-width: 380px) {
    .about-strenghts h4 {
        line-height: 30px;
        margin-top: 1vw;
        margin-left: 0px !important;
        font-size: 3.5vw !important;
    }
}

/* ==========About End=========== */

/* ========Management Team======= */
.team-head {
    display: flex;
}

.team-1 h6 {
    font-size: 20px;
}

.team-head .img-1 {
    width: 230px;
    height: 300px;
    object-fit: cover;
}

.team-head-1 {
    margin-top: 60px;
    margin-left: 25px;
}
.team-member img {
    width: 250px;
    height: 300px;
    object-fit: cover;
}

.t-member-1 {
    display: flex;
}

@media only screen and (max-width: 770px) {
    .team-head {
        display: inline-block;
    }

    .t-member-1 {
        display: block;
    }

    .team-content .team-content-1 {
        margin-top: 5px !important;
    }
}

@media only screen and (max-width: 430px) {
    .team-head {
        display: block;
    }

    .team-head .img-1 {
        width: 240px;
        height: 300px;
        object-fit: cover;
    }
}

/* =========Management End========== */
/* =======Services-Start======== */

@media only screen and (max-width: 430px) {
    .service-care p {
        font-size: 4vw;
    }

    .service-care h4 {
        font-size: 5vw;
    }

    .service-care-1 {
        font-size: 6.5vw;
    }

}

/* =======Services-End======== */
/* ============Service-Location Start======== */
.service-location p {
    text-align: justify;
}

.location-chennai p {
    text-align: justify;
}

.location-coimbatore p {
    text-align: justify;
}

.location-madurai p {
    text-align: justify;
}

.location-pondy p {
    text-align: justify;
}

.location-thanjavur p {
    text-align: justify;
}

@media only screen and (max-width: 430px) {

    /* Chennai */
    .location-chennai h1 {
        font-size: 5.5vw;
    }

    .location-chennai h2 {
        font-size: 5vw;
    }

    .location-chennai p {
        font-size: 3.8vw;
    }

    /* coimbatore */
    .location-coimbatore h1 {
        font-size: 5.5vw;
    }

    .location-coimbatore h2 {
        font-size: 5vw;
    }

    .location-coimbatore p {
        font-size: 3.8vw;
    }

    /* Madurai*/
    .location-madurai h1 {
        font-size: 5.5vw;
    }

    .location-madurai h2 {
        font-size: 5vw;
    }

    .location-madurai p {
        font-size: 3.8vw;
    }

    /* Pondy*/
    .location-pondy h1 {
        font-size: 5.5vw;
    }

    .location-pondy h2 {
        font-size: 5vw;
    }

    .location-pondy p {
        font-size: 3.8vw;
    }

    /* Thanjavur */
    .location-thanjavur h1 {
        font-size: 5.5vw;
    }

    .location-thanjavur h2 {
        font-size: 5vw;
    }

    .location-thanjavur p {
        font-size: 3.8vw;
    }

    /*  */
    .service-location h1 {
        font-size: 5.5vw;
    }

    .service-location h2 {
        font-size: 5vw;
    }

    .service-location p {
        font-size: 3.8vw;
    }

}

/* ============Service-Location End======== */
.service-item {
    position: relative;
    height: 500px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 250px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-img {
    width: 250px;
    height: 250px;
    border: 5px solid var(--Orange);
}


.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    background: var(--Orange);
}

.service-item a i {
    color: #EFF5F9 !important;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

/* =======Contact us====== */
.service-item-1 {
    position: relative;
    height: 400px;
    padding: 0 30px;
    transition: .5s;
}

.service-item-1 .service-icon {
    width: 250px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-img {
    width: 250px;
    height: 250px;
    border: 5px solid var(--Orange);
}

.service-item-1 a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    background: var(--Orange);
}

.service-item-1 a i {
    color: #EFF5F9 !important;
}

.service-item-1:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

/* =======Service Page End====== */
/*  */
.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

/* ============Doctor is pannel======== */
@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: azure;
    border-radius: 45px;
    font-size: 25px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}

/*  */
.doctors {
    font-size: 3vw;
}

@media screen and (max-width:770px) {
    .doctors {
        font-size: 4.5vw;
    }
}

@media screen and (max-width:430px) {
    .doctors {
        font-size: 5.5vw;
    }
}

/* ==========AdvisoryBoard======= */
.t-name {
    color: black;
    font-weight: 400;
}

table {
    border-collapse: collapse;
    width: 80%;
    margin-left: 10vw;
    border-radius: 15px;
}

th,
td {
    border: 3px solid #4e4b4b !important;
    padding: 8px;
    text-align: left;
    width: 200px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: black;
}

@media screen and (max-width:800px) {
    table {
        width: 98%;
        margin-left: 1vw;
        border-radius: 15px;
    }

    th,
    td {
        width: 100px;
        font-weight: 100;
        font-size: 2vw;
    }
}

@media screen and (max-width:430px) {
    table {
        width: 100%;
        margin-left: -25px !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-radius: 3px;
    }

    th,
    td {
        border: 3px solid #b1a5a5 !important;
        padding: 1px;
        width: 60px;
        font-weight: 100;
        font-size: 2.5vw;
    }
}

@media screen and (max-width:380px) {
    table {
        width: 100%;
        margin-left: -35px !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-radius: 3px;
    }

    th,
    td {
        border: 3px solid #b1a5a5 !important;
        padding: 1px;
        width: 60px;
        font-weight: 100;
        font-size: 2.5vw;
    }
}

/* =========AdvisoryBoard======== */
/* ==============Our professional team========= */
.activities {
    font-size: 2.8vw;
}

@media screen and (max-width:770px) {
    .activities {
        font-size: 4.4vw;
    }
}

@media screen and (max-width:430px) {
    .activities {
        font-size: 5.2vw;
    }
}

/* ==============Our professional team========= */
/* ========Branches=========== */
.branches-title {
    font-size: 3vw;
}

.branches a {
    color: #13a7f1;
    font-size: 18px;
}

.branches a:hover {
    color: var(--light);
    border: 1px solid rgb(247, 244, 244);
    background-color: var(--Orange);
    padding: 8px;
    border-radius: 10px;
}

@media only screen and (max-width: 770px) {
    .branches a {
        line-height: 50px !important;
        font-size: 18px;
    }

    .branches-title {
        font-size: 4.5vw;
    }
}

@media only screen and (max-width: 430px) {
    .branches-title {
        font-size: 5vw;
    }
}

/* ========Branches=========== */
/* ======Partner-Start========= */
.partner-slider-loop {
    width: 100%;
    overflow: hidden;
    background-color: #eff6fd;
    padding: 20px 0;
  }
  
  .slide-track-loop {
    display: flex;
    animation: scrollLoop 60s linear infinite;
    width: max-content; /* allow it to auto-size based on children */
  }
  
  .slide-loop-1,.slide-loop-2,.slide-loop-3,.slide-loop-4,.slide-loop-5,.slide-loop-6 {
    width: 200px;
    height: 150px;
    margin: 0 10px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  
  .slide-loop-1 img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
  }
  
  .slide-loop-2 img {
    max-width: 188px;
    max-height: 80px;
    object-fit: contain;
  }
  
  .slide-loop-3 img {
    max-width: 197px;
    max-height: 80px;
    object-fit: contain;
  }
  
  .slide-loop-4 img {
    max-width: 120px;
    max-height: 124px;
    object-fit: contain;
  }
  
  .slide-loop-5 img {
    max-width: 140px;
    max-height: 80px;
    object-fit: contain;
  }
  
  .slide-loop-6 img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
  }
  @keyframes scrollLoop {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .partner-header {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
/* =========Partner-End======= */

/* ======Footer========== */
.footer p {
    font-size: 1.1vw;
}

.Footer-Links a {
    font-size: 1.1vw;
}

.Footer-Links :hover,
.Footer-Links :active {
    color: var(--primary) !important;
}

.map {
    border-radius: 100px;
}

.social-media i {
    color: #fff !important;
}

.social-media .footer-soc {
    background-color: #13a7f1 !important;
}

.social-media .footer-soc :hover,
.social-media .footer-soc :active {
    color: var(--Orange) !important;

}

/* Responsive Version */
@media only screen and (max-width: 770px) {
    .Footer-Links a {
        font-size: 2.3vw;
    }

    .footer p {
        font-size: 2.3vw;
    }
}

@media only screen and (max-width: 430px) {
    .Footer-Links a {
        font-size: 5vw;
    }

    .footer p {
        font-size: 5vw;
    }
}

/* Contact-Us */
.contact h6 {
    font-size: 20px !important;
}

.contact h2 {
    font-size: 20px !important;
    text-align: center;
}
 .books{
        font-size: 28px !important;
    }
@media only screen and (max-width: 780px) {
    .contact-head h1 {
        font-size: 4vw;
    }
}

@media only screen and (max-width: 430px) {
    .contact-head h1 {
        font-size: 5vw;
    }
}

/* ===========Youtubr-Video========= */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 80%;
    max-width: 700px;
    background-color: #fff;
    padding: 0;
}

.close-1 {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-1:hover,
.close-1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.play-button {
    display: inline-block;
    background-color: #13a7f1;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}

.iframe {
    width: 100%;
    height: 400px;
}
/* ============youtubeVideo============= */
.youtube-video-1 {
    width: 300px;
    height: 400px;
}

.youtube-video-2 {
    width: 300px;
    height: 400px;
}

.youtube-video-3 {
    width: 300px;
    height: 400px;
}

@media only screen and (max-width: 770px) {
    .youtube-video-3 {
        margin-top: 10px;
    }

}

@media only screen and (max-width: 430px) {
    .youtube-video-1 {
        width: 320px;
        height: 350px;
        margin-left: 25px;
    }

    .youtube-video-2 {
        width: 320px;
        height: 350px;
        margin-left: 25px;
        margin-top: 10px;
    }

    .youtube-video-3 {
        width: 320px;
        height: 350px;
        margin-left: 25px;
    }
   
}

@media only screen and (max-width: 380px) {
    .youtube-video-1 {
        width: 300px;
        height: 280px;
        margin-left: 15px;
    }

    .youtube-video-2 {
        width: 300px;
        height: 280px;
        margin-left: 15px;
    }

    .youtube-video-3 {
        width: 300px;
        height: 280px;
        margin-left: 15px;
    }
}

/* ============youtubeVideo============= */
/* ======404-Error======== */
.error {
    max-width: 250px;
    font-size: 24px;
    margin-top: 20vh;
    margin-bottom: 20vh;
    margin-left: 35vw;
}

@media only screen and (max-width: 430px) {
    .error {
        margin-left: 18vw;
    }
}

/* Whatsup */

/* ======404-Error======== */
/* Call Now-Start */
.book {
    font-size: 24px;
    color: #ffffff;

}
.sitemap {
    line-height: 35px;
    margin-left: 50px;
}

@media only screen and (max-width: 770px) {
    .sitemap {
        margin-left: 0px;
    }
}
/* Support */
.contact-booking{
   font-size: 24px !important;
    background-color: white;
    color:var(--Orange);
    width: 30%;
    padding: 10px;
    border-radius: 15px;
    font-family: 'Jost', sans-serif;  
}
.short-link {
    font-size: 20px !important;
    background-color: #13a7f1;
    color: white;
    width: 80%;
    padding: 5px;
    padding-top: 10px;
    cursor: pointer;
    border-radius: 15px;
    font-family: 'Jost', sans-serif;
}

.short-link:hover {
    background-color: var(--Orange);
    color: rgb(255, 255, 255) !important;
}

.button-container {
    position: fixed;
    bottom: 100px;
    right: 10px;
    font-weight: bolder;
    z-index: 99;
}

#main-button {
    background-color: var(--Orange);
    color: white;
    padding: 15px;
    border: none;
    border-radius: 20%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 19px;
    z-index: 99;
    animation: pulse 1.5s infinite;
   font-weight: bolder;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

#popup-container {
    display: none;
    position: fixed;
    top: 300px;
    right: 20px;
    height: 230px;
    background-color: #EFF5F9 !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px 10px;
    z-index: 99;

}

.popup-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.whatsup {
    margin-top: 1vw;
}

.referral {
    margin-top: 3vw;
}

.phone {
    margin-top: 3vw;
}
.talk-us{
    margin-top: 3vw;
}

@media only screen and (max-width: 770px) {
    .whatsup {
        margin-top: 2vw;
    }

    .referral {
        margin-top: 7vw;
    }

    .phone {
        margin-top: 7vw;
    }
.talk-us{
    margin-top: 5vw;
}

    #popup-container {
        top: 100px;
        right: 20px;
        height: 250px;
        padding: 0px 10px;

    }

}

@media only screen and (max-width: 430px) {
    .whatsup {
        margin-top: 3vw;
    }

    .referral {
        margin-top: 13vw;
    }

    .phone {
        margin-top: 13vw;
    }
    .talk-us{
        margin-top: 13vw;
    }
}



/*  */
.resq-link {
	position: relative !important;
	display: inline-block !important;
	text-decoration: none !important;
  }
.lion-icon {
	position: absolute !important;
   margin-top: 0px !important;
	top: 0;
	left: 0;
	width: 40px; 
	height: auto;
	display: none !important; /* Initially hide the lion icon */
  }
  
  .resq-link:hover .text {
	visibility: hidden !important; /* Hide the text when hovered */
  }
  
  .resq-link:hover .lion-icon {
	display: inline-block !important; /* Show the lion icon when hovered */
margin-top: -1vh !important; 
}
/*  */
.blog-img{
    border: 2px orange solid;
}
/* Change-slider */

    .carousel-caption {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(47, 59, 75, 0.7);
            /* background: rgba(9, 30, 62, .7); */
            z-index: 1;
        }

        .header-content {
            font-size: 18px;
        }

        @media (max-width: 576px) {
            .carousel-caption h5 {
                font-size: 14px;
                font-weight: 500 !important;
            }

            .carousel-caption h3 {
                font-size: 20px;
                font-weight: 600 !important;
            }
        }

        .carousel-control-prev,
        .carousel-control-next {
            width: 10%;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            width: 3rem;
            height: 3rem;
        }

        @media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
        }
        
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}