body{
    font-family:  "Exo", sans-serif;
}
h1, h2, h3, h4, h5{
    color: #006241;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    color: #006241;
    text-decoration: none;
}
section{
    padding: 50px 0;
}
.landing-banner{
    background: url(../img/banner.webp) no-repeat center;
    background-size: cover;
    position: relative;
}
.landing-banner h1{
    font-size: 55px;
    font-weight: 700;
}
.landing-img{
    position: absolute;
    bottom: 0;
}
.landing-text{
    padding: 10px 0;
}
footer{
    background: #006241;
    padding: 50px 0;
}
.footer-top{
    padding-bottom: 50px;
    border-bottom: 1px solid#FFFFFF8A;
}
.footertopleft h2{
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px;
}
.footertopleft p{
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFFD1;
}
.footertopleft ul li a{
    font-size: 13px;
    color: #fff;
}
.footertopleft ul{
    display: flex;
}
.footertopleft ul li{
    padding: 0 0 0 10px;
}
.footertopleft ul li:first-child{
    padding: 0;
}
.footertopleft i{
    color: #ffffff;
    width: 20px;
    height: 20px;
    background: #f03b40;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    font-size: 12px;
}
.footertopright{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.footertopright p{
    color: rgba(255, 255, 255, 0.82);
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    text-align: center;

}
.footertopright a{
    color: #FFFFFFD1;
}
.footer-btn{
    background: #F03B40;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid#F03B40;
    transition: 0.3s ease-in-out;
}
.footer-btn:hover{
    border: 1px solid#F03B40;
    background: transparent;
    color: #F03B40;

}
.footer-bottom{
    padding: 50px 0;
    border-bottom: 1px solid#FFFFFF8A;
}
.footer-logo p{
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0;
    text-align: justify;
}
.footer-logo ul li a{
    font-size: 16px;
    padding: 0 5px;
}


.footer-logo i{
    width: 40px;
    height: 40px;
    background: #fff;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.footer-logo ul{
    display: flex;
}
.footer-links h3, .footer-contact h3{
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.footer-links h3::before, .footer-contact h3::before{
    position: absolute;
    content: '';
    width: 15%;
    height: 2px;
    bottom: -7px;
    background: #f03b40;
}
.footer-links a{
    font-size: 13px;
    color: #fff;
}
.footer-links ul{
    display: flex;
    flex-wrap: wrap;
}
.footer-links ul li{
    width: 50%;
    padding-bottom: 10px;

}
.footer-contact a{
    color: #FFFFFFD1;
    font-size: 14px;
}
.footer-contact ul li {
    padding-bottom:20px;
    position:relative;
    padding-left:30px;
}
.footer-contact  i{
    position:absolute;
    left:0;
    top:5px;
    color:#fff;
}
.copyright{
    text-align: center;
    padding: 50px 0 0 0;
    text-align: center;
}
.copyright p{
    margin: 0;
    color: #fff;
}
.footer-contact{
    padding-left: 30px;
}

/* Service-css */
.section-title-landing{
    text-align: center;
    padding-bottom: 30px;
}
.section-title-landing h2{
    color: #333;
    font-weight: 600;
    font-size: 40px;
}
.section-title-landing span{
    color: #006241;
}
.section-title-landing p{
    color: #00000094;
}
.servie-box-landing{
    border-radius:18px;
    padding: 30px;
    border: 1px solid #A6A6A6;
    background: #FFF;
    height: 100%;
}
.servie-box-landing img{
    padding-bottom: 20px;
}
.servie-box-landing h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.servie-box-landing p{
    color: #00000094;
}
.landing-service{
    position: relative;
    overflow: hidden;
}
.landing-service::before{
    position: absolute;
    content: '';
    width: 12%;
    height: 45%;
    background: #F6F6F6;
    right: 20px;
    top: -200px;
    border-radius: 30px;
    transform: rotate(45deg);
    z-index: -1;
}
.landing-service::after{
    position: absolute;
    content: '';
    width: 12%;
    height: 45%;
    background: #F6F6F6;
    left: 20px;
    bottom: -230px;
    z-index: -1;
    border-radius: 30px;
    transform: rotate(45deg);
}
.service-btn{
    text-align: center;
    padding-top: 30px;
}
.service-btn a{
    background: #F03B40;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border: 1px solid#F03B40;
}
.service-btn a:hover{
    background: transparent;
    color: #F03B40;
    border: 1px solid#F03B40;

}

/* Nurse-service-css */
.nusrse-service{
    background: #F6F6F6;
    position: relative;
    z-index: 1;
    padding: 80px 0;
}
.nurse-img{
    position: relative;
}
.nurse-img img{
    border-radius: 16px;
}
.nurse-img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -30px;
    z-index: -1;
    border-radius: 30px 16px 30px 16px;
    bottom: -30px;
    background: #0565272B;
}
.nurse-des-main{
    padding-top: 80px;
}
.nurse-desription {
    padding-left: 80px;
}
.nurse-desription h3{
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}
.nurse-desription p{
    color: #00000085;
    font-size: 17px;
    line-height: 27px;
}
.nurse-desription a{
    margin-top: 10px;
    display: inline-block;
}
.nurse-des-2{
    padding-left: 0;
    padding-right: 80px;
}
.nurse-img2::before{
    right: -30px;
    left: unset;
}
.table-landingmain table {
    font-family:exo;
    border-collapse: collapse;
    width: 100%;
}
.table-landingmain th{
    background: #D9F5ED;
    color: #006241;
    padding: 10px 12px;
    border-right: 1px solid#0000003B;
    text-align: center;
}
  
.table-landingmain td{
    border-right: 1px solid#0000003B;
    text-align: left;
    padding:10px 12px;
    /* width: 25%; */
}
.tble-landing .table-landingmain td{
    text-align: center;
}
.tble-pricing .table-landingmain td{
    text-align: center;
}
  
.table-landingmain  tr:nth-child(odd) {
    background-color:#D9D9D94A;
  }
  .table-landingmain th:last-child{
    border: none;
  }
  .table-landingmain td:last-child{
    border: none;

  }
  .table-landingmain tr:nth-child(2){
    border: none;
  }
  
  .landing-cta{
    /* background: #DEDEDE5E; */
    background: #ffffff;
    padding: 50px 0;
  }
  .landing-cta-title h2{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
  }
  .landing-cta-btn{
    float: inline-end;
  }
  .landing-cta-title span{
    color: #006241;
  }
.video-in iframe{
    object-fit: cover; /* This can control how the poster image is scaled */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.landing-blog{
    background: #F5F5F5;
}
.blog-desription h3{
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.blog-desription p{
    color: #5D5D5D;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
}
.blog-imglanding {height: 140px; overflow: hidden; border-radius: 8px;}
.blog-imglanding img{
    border-radius: 8px;
}
.blog-desription a{
    font-size: 15px;
    font-weight: 600;
    color: #F03B40;
}
.blog-desription i{
    font-size: 12px;
}
.landing-faq-main .accordion-item{
    margin-bottom: 15px;
    border: none;
    border-radius: 8px;
}
.landing-faq-main .accordion-button{
    background-color:#F5F5F5 ;
    border: none;
    font-size: 16px;
    color: #000;
    border-radius: 8px;
    font-weight: 500;
}
.landing-faq-main .accordion-button:focus{
    box-shadow: none;
}
.landing-faq-main .accordion-button:not(.collapsed)::after{
    content:"\f068";
    font-family: 'FontAwesome';
}
.landing-faq-main .accordion-button::after{
    font-family: "Font Awesome 6 free";
    content:"\2b";
    background: #F03B40;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.landing-faq-main .accordion-button:not(.collapsed){
    background: #F5F5F5;
}
.accordion-button:not(.collapsed){
    border-radius:  8px 8px 0px 0px;
}
.accordion-collapse .collapse .show{
    border-radius:  0px 0px 8px 8px;
}
.landing-faq-main .accordion-body{
    background: #F5F5F5;
}
.landing-box {
    width: 70%;
    margin: auto;
    padding: 40px;
    border: 1px solid#BABABA;
    border-radius: 30px;
    background: #fff;
}
.landing-box p{
    font-size:16px;
    line-height:28px;
    color:#919191;
    
}
.testides{
    display: flex;
    align-items: center;
}
.testilaning-img{
    width: 77px;
}
.testilaning-text{
    width: 91%;
    padding-left: 15px;
}
.testilaning-text  p{
    margin-bottom: 0;
    font-size: #929292;
    font-weight: 400;
}
.testilaning-text h3{
    color: #33393D;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.testilaning-img {flex: 0 0 77px;}
.testilaning-img img{
    border-radius: 50%;
    height: 77px;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    line-height: 0 !important;
    font-size: 50px !important;
}
.owl-carousel .owl-nav .owl-prev{
    left: 10%;

}
.owl-carousel .owl-nav .owl-next{
    right: 10%;

}
main{
    overflow: hidden;
}
.landing-testimonials{
    position: relative;
}
.landing-testimonials::before{
    position: absolute;
    content: '';
    width: 15%;
    height: 131%;
    background: #F6F6F6;
    right: -150px;
    bottom: -422px;
    border-radius: 30px;
    transform: rotate(130deg);
    z-index: -1;
}
.landing-testimonials::after{
    position: absolute;
    content: '';
    width: 15%;
    height: 95%;
    background: #F6F6F6;
    left: -151px;
    top: -348px;
    z-index: -1;
    border-radius: 30px;
    transform: rotate(139deg);
}
.landing-service .col-lg-4 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.landing-service .col-lg-6 {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.footertopright span{
    font-weight: 400;
}
.poptbl table {}
.poptbl table tr th, .poptbl table tr td { border: 1px solid #b8e3d7 !important; text-align: center;}

.location-section { margin-bottom: 10px; border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;}
a.btnMore { color: #006241;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    cursor: pointer;
}
a.btnMore:hover {color: #013d29;}
.modalscroll { height: calc(100vh - 150px); overflow-y: auto;}
.modal-dialog.modal-xl {
    max-width: 1199px;
    width: 90%;
}

.owl-theme .owl-dots .owl-dot span { border-color: #006241 !important;}
.blog-desription .short { height: 74px; overflow: hidden; margin-bottom: 6px;}

.mt60 {margin-top: 60px !important;}

@media (max-width: 767px) {   
    .table-landingmain th, .table-landingmain td {padding: 8px;}
    .section-title-landing {width: 100%;}
    .section-title-landing h2 {font-size: 25px;}
    .landing-img {position: relative;}
    .landing-banner .landing-text {padding: 0;}
    .landing-banner .landing-text h1 { font-size:25px}
    .nurse-desription {padding-left: 0; padding-top: 0px;}
    .landing-cta-title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    section, section.landing-cta, .nusrse-service { padding: 40px 0;}
    section.landing-table-content {padding: 0;}
    section.tble-landing {padding-top: 0;}
    
    .footer-btn {padding: 10px 15px; font-size: 12px;}
    .landing-box {width: 100%; padding: 20px;}
    .footertopright {justify-content:center;}
    .nurse-img {margin-bottom: 30px;}
    .nurse-img2 {margin-bottom: 60px;}
    .blog-desription .short { height: 48px; overflow: hidden; margin-bottom: 6px;}
    .footer-contact {padding-left: 0;}
    .mt60 {margin-top: 40px !important;}
}

.modal-body {
    padding: 30px;
    max-height: calc(100vh - 116px);
    overflow: auto;
}
.modal-open .modal {overflow-y: hidden;}
.modal-header {padding-right: 24px;}

.h2box {
      overflow: hidden;
      height: 1px;
      transition: height 0.5s ease;
    }
.alignleft {text-align: left !important;}
ul.listbul { margin-left: 16px; }
ul.listbul li {list-style-type: square;}


body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}