
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto+Slab&display=swap');

html,
body {

    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif;
    color: #262626;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.content-box{
  padding: 3% 0%;
}

.content-box p{
  text-align: justify;
}

.service_image img{
  width: 500px;
  padding: 1%;
}


/*---------- Top Header Css Starts -----------*/

.top_header{
  background: #1078b8;
  border-bottom: 1px solid rgba(192, 201, 210, .4);
  padding: 7px 0;
}

.tagline p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.top_call{
  /*float: left;*/
}

.top_call ul{
  margin: 0;
  padding: 0;
}

.top_call ul li, .top_call ul li a{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.top_call li i{
  color: #fff;
  margin-right: 5px;
}

.top_call ul li{
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
}




/*---------- Top Header Css Ends -----------*/


/*-----------------------------------
Header css class
-----------------------------------*/

.header{
  background-color: #fff;
}

.navbar{
  padding: 0rem 5rem;
}

.header img{
  width: 100%;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #1078b8;
}

.navbar-light .navbar-nav .nav-link {
  color: #1078b8;
}

.navbar-light .navbar-nav .nav-link:hover{
  color: #1b1b3a;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-expand-lg .navbar-nav li{
  border-bottom: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav li:hover {
  color: #1b1b3a;
  border-bottom: 2px solid #1078b8;
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
  transition: all 0.5s;
}

.nav-link {
  display: block;
  padding: 1.5rem 1rem;
  color: #1078b8 !important;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #fbfbfa;
  font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Slab', serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #1078b8;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0rem;
}

.dropdown-menu .dropdown-item{
  color: #fff;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1078b8;
  text-decoration: none;
  background-color: #fff;
}

.dropdown .dropdown-menu {
   transition: all 0.5s;
   overflow: hidden;
   transform-origin: top center;
   transform: scale(1, 0);
   display: block;
}
 .dropdown:hover .dropdown-menu {
   transform: scale(1);
}


/*-----------------------------------
Header css Ends
-----------------------------------*/


/*-----------------------------------
Banner css class
-----------------------------------*/

.breadcrumb-background-image {
    background: url(../images/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: bottom;   
    background-repeat: no-repeat;
    position: relative;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumb-background-image .overlay {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgb(16, 120, 184) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000', GradientType=1);
}

.breadcrumb-background-image h3{
    text-align: center;
    color: #fff;
    padding-top: 5%;
}

.breadcrumb {
    border-radius: 0;
    background-color: transparent;
    padding: 1% 0 1% 0;

}
.breadcrumb li, .breadcrumb li a {
    font-size: 15px;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: .5rem;
      padding-left: .5rem;
      color: #fff;
      content: "/";
  }

/*-----------------------------------
Banner css class
-----------------------------------*/


/*---------- Care Facility Css Starts -----------*/

.care_facility{
  position: relative;
  padding-bottom: 40px;
  margin-top: -30px;
}

.care_facility .card {
    filter: drop-shadow(2px 4px 6px #ccc);
    margin-bottom: 5%;
}

.care_facility .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.care_facility .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  text-align: center;
}

.care_facility .card-body img{
  width: 100px;
  height: 100px;
  margin-bottom: 5%;
}

.care_facility .card-body h5 {
  color: #1b1b3a;
  font-size: 20px;
  text-transform: uppercase;
}


/*---------- Care Facility Css Ends -----------*/



/*---------- Welcome Css Starts -----------*/

.welcome{
  padding: 3% 0%;
  background: #c1e9f5 url(../images/download.png) fixed no-repeat center top;
  background-size: cover;
  margin-top: -47px;
  padding-top: 70px;
  padding-bottom: 50px;
  /*text-align: center;*/
}

.welcome_head{
  margin-bottom: 2%;
}

.welcome_intro{
  margin-bottom: 3%;
}

.section-heading {
  position: relative;
  margin-bottom: 50px;
}

.section-heading h2 {
  letter-spacing: 1px;
  color: #0f2943;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #1b1b3a;
  margin: auto;
  margin-top: 15px;
}

.section-heading-white {
  position: relative;
  margin-bottom: 50px;
}

.section-heading-white h2 {
  letter-spacing: 1px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}

.section-heading-white h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  margin-top: 15px;
}

.section-heading span {
    text-align: center;
    position: relative;
    display: block;
}

.image_box img{
  width: 100%;
}

.service_image img{
  width: 500px;
}

/*---------- Welcome Css Ends -----------*/


/* why choose Us */

.why-us{
  padding: 3% 0%;
  background: #c1e9f5 url(../images/download.png) fixed no-repeat center top;
  background-size: cover;
  margin-top: -47px;
  padding-top: 70px;
  padding-bottom: 100px;
}

.why_us_info {
  background: #fff;
  color: #545f71;
  float: left;
  margin-bottom: 20px;
  padding: 3%;
  /*width: calc(50% - 10px);*/
}

.why_us_wrap h2{
  background: #1078b8;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 10px 20px 8px;
  text-align: center;
}

.why_us_wrap h5{
  color: #1078b8;
}



/* why choose Us */

/*---------- Blog Css Start -----------*/

.blog{
  padding: 3% 0%;
  background: #c1e9f5 url(../images/download.png) fixed no-repeat center top;
  background-size: cover;
  margin-top: -47px;
  padding-top: 70px;
  padding-bottom: 100px;
}


.blog .blog-card {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  display: inline-table;
  box-shadow: -2px 8px 12px #ccc;
  border-radius: 0px;
  /*height: 100%;*/
  margin-bottom: 5%;
}

.blog .blog-card img{
    width: 100%;
    height: 200px;
}

.blog .blog-card h5 {
  padding: 20px 20px 10px 20px;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1b1b3a;
  text-align: center;
}

.blog .blog-card p {
  font-size: 15px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

.cus-btn-block{
  display: inline-block !important;
}

.cus-btn {
  background: transparent;
  padding: 8px 20px;
  border: 1px solid #f2923e;
  color: #f2923e;
  margin-top: 20px;
  outline: none !important;
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.cus-btn:hover, .cus-btn:active, .cus-btn:focus {
  background-color: #f2923e !important;
  border: 1px solid #f2923e;
  color: #fff;
  outline: none !important;
}


/*---------- Blog Css Ends -----------*/


/*---------- Appointment Form Css Starts -----------*/

.appoint-form {
    position: relative;
    /* padding: 60px 0;     */
    /* background-color: red; */
    background-image: url("../images/bg-doc.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}


.appoint-form .newsletter {
    background: url(../images/screening-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 190px;
    padding-right: 150px;
}


.appoint-form .newsletter .newsletter-head h2 {
    color: #fff;
}

.appoint-form .newsletter .newsletter-head h2::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 20px;
}

.appoint-form .newsletter .newsletter-head p {
    color: #fff;
    font-style: italic;
}

.appoint-form .newsletter .newsletter-body {
    color: #fff;
    margin-top: 30px;
}

.appoint-form .newsletter .newsletter-body div label {
    color: #fff;
}

.appoint-form .newsletter .newsletter-body div button {
    background-color: #1b1b3a;
}

.appoint-form .form-box {

    padding: 20px;
    margin-top: 20px;
    padding-top: 40px;
}

.appoint-form .form-box .apnt-form {
    width: 69%;
    margin-left: 100px;
    margin-right: 100px;
    background-color: #1b1b3a;
    padding: 20px;
    margin-bottom: 40px;
}

.appoint-form .form-box .apnt-form h2 {
    color: #fff;
}

.appoint-form .form-box .apnt-form h2::after {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin-top: 20px;
}

.appoint-form .form-box .apnt-form div label {
    color: #fff;

}

.appoint-form .form-box .apnt-form div button {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #0f2b51;
    border: none;
}


.cll-act-phone a img {
    width: 22px;
    filter: invert(1);
    margin-right: 20px;
}

.cll-act-whatsapp a img {
    width: 24px;
    /* filter: invert(1); */
    margin-right: 20px;
}

.cll-act-video a img {
    width: 24px;
    filter: invert(1);
    margin-right: 20px;
}

.cll-act-phone,
.cll-act-whatsapp,
.cll-act-video {
    margin-bottom: 30px;
}

.cll-act-phone a:hover,
.cll-act-whatsapp a:hover,
.cll-act-video a:hover {
    box-shadow: 0px 2px 2px #0000009c;
}

.cll-act-phone a {
    padding: 10px 35px;
    font-size: 20px;
    background-color: #1b1b3a;
    border-color: transparent !important;
    border-radius: 0px !important;
}

.cll-act-whatsapp a {
    padding: 10px 49px;
    font-size: 17px !important;
    background-color: #64b161;
    border-color: transparent !important;
    border-radius: 0px !important;
}

.cll-act-video a {
    padding: 10px 57px;
    font-size: 20px;
    background-color: #de2926;
    border-color: transparent !important;
    border-radius: 0px !important;
}




/*---------- Appointment Form Css Ends -----------*/


/*-----------------------------------
Testimonial css class
-----------------------------------*/

.testimonial{
  padding: 3% 0%;
  text-align: center;
  background-color: #1078b8;
  color: #fff;
}

.testimonial_text{
  /*border: 1px solid #eee;*/
  padding: 2%;
}

/*-----------------------------------
Testimonial css class
-----------------------------------*/

/* ----------- Contact Css Start -------------
-----------------------------------------------*/


.content_box{
    padding: 3% 0% 2% 0%;
}

.contact_info {
    background: url(../images/cnt_info_bg.jpg) repeat;
    padding: 50px 40px 50px;
}

.contact_info ul {
    margin: 0px;
    padding: 0px;
}

.apply_online {
    padding: 3% 0%;
}

.wdt_100 {
    width: 100%;
    float: left;
}

.contact_info ul li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 20px 0px 20px 70px;
    margin-bottom: 15px;
}

.cnt_map_icon {
    background: url(../images/cnt_map.png) no-repeat 0px 8px;
}

.cnt_mail_icon {
    background: url(../images/cnt_mail.png) no-repeat 0px 8px;
}

.cnt_call_icon {
    background: url(../images/cnt_call.png) no-repeat 0px 8px;
}

.contact_info p {
    margin-bottom: 0px;
    line-height: 22px;
}

/* ----------- Contact Css Ends -------------
-----------------------------------------------*/


/* ----------- Video Css Starts --------
-----------------------------------------------*/

.video{
  position: relative;
  padding: 60px 0;
  background-color: #f4f4f4 !important;
  text-align: center;
}

/* ----------- Video Css Ends --------
-----------------------------------------------*/


/* ----------- Footer Css Starts --------
-----------------------------------------------*/

/* ================================================== */
/* 05. Footer */
/* ================================================== */
      
.footer {
  position: relative;
  padding: 35px 0 0px 0;
  background-color: #1078b8;
}
.footer .row1 { 
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer h3 {
    display: block; 
    padding:0px 0 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.footer .footer-logo {
    display: block !important;
    padding: 20px 0;
    margin-bottom: 10px;
    /*border-bottom: 1px #7bd0d9 solid;*/
}
.footer .footer-logo img{
    width:100%;
}
.footer p {
    font-size: 14px;
    line-height:24px;
    color: #fff;
    font-weight:400;
}

.footer li{
    color: #fff;
}

.footer li a{
    font-size: 15px;
    line-height:24px;
    color: #fff;
    font-weight:400;
    text-decoration: none;
}
.footer li a:hover{
     color:#00cde3;
}
.footer .contact{
    padding:15px 0 10px 0;  
}
.footer .contact li a{
    padding: 10px 0 10px 0px;
    display: inline-block;
    font-size:16px;
    font-weight:400;
    color: #fff;
}

.footer .contact li{
    color: #fff;
}
/*.footer .contact li a.mail{
    background:url(../images/footer-mail-icon.png) left center no-repeat;   
}
.footer .contact li a.ph-number{
    background:url(../images/footer-ph-icon.png) left center no-repeat; 
}*/
.footer .connect-with p{
    float:left;
    font-weight:500;
    font-size:16px;
    line-height:24px;
}
.footer .services{
    padding-left:50px;
}
.footer .services li{
    padding-bottom:10px;
}
.footer-blog h3{
    padding-bottom:10px;
}
.footer .blog-list{ 
    float:left; 
    width:100%;
    padding-bottom:25px;
}
.footer .blog-list .blog-img{
    float:left;
}
.footer .blog-list .blog-detail{
    float:left;
    padding:5px 5px 5px 15px;
}
.opening-hours .top p{
    width:200px;
    padding-bottom:10px;
}
.opening-hours .top p span{
    float:right;
}
.footer ul.follow-us {
    display: block;
    float:right;
}

.footer ul{
    margin: 0;
    padding: 0;
}

.footer ul li{
    list-style: none;
}

.footer ul.follow-us li {
    display: block;
    padding: 0 4px;
    float: left;
    list-style: none;
}
.footer ul.follow-us li:first-child {
    padding-left: 0px;
}
.footer ul.follow-us li a {
    width: 26px;
    height: 26px;
    display: block; 
    border-radius: 5px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #0098a8;
    border: 1px solid #00d3e9;
    background: #00d3e9;    
}
.footer ul.follow-us li .fa{ 
    position:relative;
    top:-5px;
}
.footer ul.follow-us li a:hover {
    background: transparent;
    color:#fff;
    border:1px solid #fff;  
}
.footer .subscribe {
    display: block;
    border-top:1px #7bd0d9 solid;
    margin-top:25px;    
}
.footer .subscribe h3{  
    padding:35px 0 15px 0;
}
.footer .subscribe #mc_embed_signup{
    background:#fff;
    position:relative;  
}
.footer .subscribe input[type='email'] {
    width: 82%;
    height: 40px;
    padding: 0 15px;
    border: none;
    background: none;
    font-size: 14px;
    line-height:24px;
    color: #a1a1a1;
    font-weight:400;
}
.footer .hide-box{
    position: absolute; 
    left: -5000px;
}
a.scroll-top {
    width: 44px;
    height: 44px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    display: none;
    right: 35px;
    bottom: 20px;
    /*background: rgba(0,207,230,1);
    background: -moz-linear-gradient(left, rgba(0,207,230,1) 0%, rgba(0,230,184,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,207,230,1)), color-stop(100%, rgba(0,230,184,1)));
    background: -webkit-linear-gradient(left, rgba(0,207,230,1) 0%, rgba(0,230,184,1) 100%);
    background: -o-linear-gradient(left, rgba(0,207,230,1) 0%, rgba(0,230,184,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,207,230,1) 0%, rgba(0,230,184,1) 100%);
    background: linear-gradient(to right, rgba(0,207,230,1) 0%, rgba(0,230,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cfe6', endColorstr='#00e6b8', GradientType=1 );*/
    background-color: #01a858;
}
a.scroll-top:hover {
    opacity:0.7;
}

.footer .logo-section img{
  width: 100%;
}

/* ----------- Footer Css Ends --------
-----------------------------------------------*/


/* ----------- Copyright Css Starts -------------
-----------------------------------------------*/

.copyright{
    padding: 1% 0%;
    background: #1078b8;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
}

/* ----------- Copyright Css Ends -------------
-----------------------------------------------*/

/* ----------- Social Media Css Ends -------------
-----------------------------------------------*

.social {
    position: fixed;
    top: 35%;
    z-index: 99;
    left: 0px;
    right: 100%;
}

.social ul {
    padding: 0px;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(62px, 0);
    -ms-transform: translate(62px, 0);
    -o-transform: translate(62px, 0);
    transform: translate(-45px, 0);
}
.social ul li {
    display: block;
    margin: 3px;
    /*background: rgba(0, 0, 0, 0.9);*
    width: 80px;
    text-align: right;
    padding: 2px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.social ul li:hover {
    webkit-transform: translate(15px);
    -moz-transform: translate(15px);
    -ms-transform: translate(15px);
    -o-transform: translate(15px);
    transform: translate(15px);
    background: rgba(255, 255, 255, 0.9);
}
.social ul li a{font-size:14px !important;}

.social ul li:hover a {
    color: #fff;
    text-decoration: none;
}


.social ul li:hover i {
    color: #fff;
    /*background: rgba(0, 0, 0, 0.36);*
}
.social ul li i {
    margin: 3px;
    color: #000;
    padding: 2px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    /*background: #ffffff;*
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    display: inline-block;
    color: #fff !important;
}

.social ul .tumb i{ color: #32506C;}
.social ul .yt i{ color: #ed1b24;}
.social ul .faceb i{ color: #3C5A9A;}
.social ul .twt i{ color: #00ACEC;}
.social ul .gp i{ color: #DD4C3B;}
.social ul .wa i{ color: #18c139;}
.social ul .pin i{ color: #CB2028;}
.social ul .inst i{ color: #007BB6;}

.social ul .tumb{ background: #32506C !important;}
.social ul .yt{ background: #ed1b24 !important;}
.social ul .faceb{ background: #3C5A9A !important;}
.social ul .twt{ background: #00ACEC !important;}
.social ul .gp{ background: #DD4C3B !important;}
.social ul .wa{ background: #18c139 !important;}
.social ul .pin{ background: #CB2028 !important;}
.social ul .inst{ background: #007BB6 !important;}


/* ----------- Social Media Css Ends -------------
-----------------------------------------------*/


/* ----------- Social Media Css Ends -------------
-----------------------------------------------*/

.social{
  float: right;
}

.social ul{
  margin: 0;
  padding: 0;
}

.social li {
    display: inline-block;
    padding: 0px 0px;
}


.social ul .linkd:hover i {
    color: #fff;
    background: #1c75bc;
    transform: rotate(360deg)
}

.social ul .pin:hover i {
    color: #fff;
    background: #CB2028;
    transform: rotate(360deg)
}

.social ul .twt i {
    color: #fff;
    background: #00ACEC;
}

.social ul .twt:hover i {
    color: #00ACEC;
    background: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social ul .faceb i {
    color: #fff;
    background: #3C5A9A;
}

.social ul .faceb:hover i {
    color: #3C5A9A;
    background: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social ul .inst i {
    color: #fff;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social ul .inst:hover i {
    color: red;
    background: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social ul .yt i {
    color: #fff;
    background: #ed1b24;
}


.social ul .yt:hover i {
    color: #ed1b24;
    background: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.social ul .vk:hover i {
    background: #da1c5b;
    transform: rotate(360deg)
}

.social ul .wapp i {
    color: #fff;
    background: #007d3b;
}


.social ul .wapp:hover i {
    color: #007d3b;
    background: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}


.social ul li i {
    margin-right: 0;
    color: #fff;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    text-align: center;
    display: inline-block
}


/* ----------- Social Media Css Ends -------------
-----------------------------------------------*/


.registration_box{
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  padding: 5%;
}


/* ----------- Blog Detail Css Starts -------------
-----------------------------------------------*/

.blog-detail-box h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1%;
  font-weight: 700;
}

.blog-detail-box .blog-img{
  padding-bottom: 1%;
}

.blog-detail-box .blog-img img{
  width: 100%;
}

.blog-detail-box ul.blog_date{
  margin: 2% 0%;
  padding: 0;
}

.blog-detail-box ul.blog_date li{
  display: inline-block;
}

/* ----------- Blog Detail Css Ends -------------
-----------------------------------------------*/




/* ----------- Sidebar Css Starts -------------
-----------------------------------------------*/

.sidebar{
  border: 1px solid #eee;
  padding: 0% 5%;
}

.sidebar-title{
  background-color: #044980;
  padding: 5px 5px;
  margin: 5% 0%;
}

.sidebar-title h2{
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;

}

.sidebar ul{
  margin: 0;
  padding: 0;
}

.sidebar ul li{
  /*display: block;*/
  list-style: none;
}

.sidebar .blog_list{
  padding-bottom: 5%;
}

.sidebar .blog_list img{
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.sidebar .blog_list p a{
  text-decoration: none;
  color: #2D3954;
}

.sidebar .blog_list p {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0px;
}

.sidebar .blog_list p a:hover{
  color: #da0b4e;
}

.sidebar ul.blog_date li{
  display: inline-block;
}


/* ----------- Sidebar Css Ends -------------
-----------------------------------------------*/



/* Our Videos Css Starts */

.our-video{
  padding: 5% 0%;
}

/* Our Videos Css Ends */


/*----------- Gallery Css Starts -------------
-----------------------------------------------*/

.video_gallery_box{
    margin-bottom: 2%;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.join_us img{
    width: 100%;
}

/*----------- Gallery Css Ends -------------
-----------------------------------------------*/


/* Appointment Button CSS Starts */

.appointment_btn {
    border: 1px solid #1078b8!important;
    width: 200px!important;
    right: -83px!important;
    border-top-right-radius: 20px!important;
    border-top-left-radius: 20px!important;
    border: 1px solid #1078b8;
    border-bottom: none;
    cursor: pointer;
    /* width: 170px; */
    height: 34px;
    overflow: hidden;
    background: #1078b8;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 250px;
    /* right: -68px; */
    text-align: center;
    -webkit-transform: rotate(
-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(
-90deg);
    font-size: 18px;
    z-index: 111;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    z-index: 9999999;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 10px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
    top: 100px;
    width: 100%;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

/* Appointment Button CSS Ends */




/* ----------- Blog Detail Css Starts -------------
-----------------------------------------------*/

.blog-detail-box h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1%;
  font-weight: 700;
}

.blog-detail-box .blog-img{
  padding-bottom: 1%;
}

.blog-detail-box .blog-img img{
  width: 100%;
}

.blog-detail-box ul.blog_date{
  margin: 2% 0%;
  padding: 0;
}

.blog-detail-box ul.blog_date li{
  display: inline-block;
}

/* ----------- Blog Detail Css Ends -------------
-----------------------------------------------*/




/* ----------- Sidebar Css Starts -------------
-----------------------------------------------*/

.sidebar{
  border: 1px solid #eee;
  padding: 0% 5%;
}

.sidebar-title{
  background-color: #044980;
  padding: 5px 5px;
  margin: 5% 0%;
}

.sidebar-title h2{
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;

}

.sidebar ul{
  margin: 0;
  padding: 0;
}

.sidebar ul li{
  /*display: block;*/
  list-style: none;
}

.sidebar .blog_list{
  padding-bottom: 5%;
}

.sidebar .blog_list img{
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.sidebar .blog_list p a{
  text-decoration: none;
  color: #2D3954;
}

.sidebar .blog_list p {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0px;
}

.sidebar .blog_list p a:hover{
  color: #da0b4e;
}

.sidebar ul.blog_date li{
  display: inline-block;
}


/* ----------- Sidebar Css Ends -------------
-----------------------------------------------*/

/* ----------- Contact Css Start -------------
-----------------------------------------------*/


.content_box{
    padding: 3% 0% 2% 0%;
}

.contact_info {
    background: url(../images/cnt_info_bg.jpg) repeat;
    padding: 50px 40px 50px;
}

.contact_info ul {
    margin: 0px;
    padding: 0px;
}

.apply_online {
    padding: 3% 0%;
}

.wdt_100 {
    width: 100%;
    float: left;
}

.contact_info ul li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 20px 0px 20px 70px;
    margin-bottom: 15px;
}

.cnt_map_icon {
    background: url(../images/cnt_map.png) no-repeat 0px 8px;
}

.cnt_mail_icon {
    background: url(../images/cnt_mail.png) no-repeat 0px 8px;
}

.cnt_call_icon {
    background: url(../images/cnt_call.png) no-repeat 0px 8px;
}

.contact_info p {
    margin-bottom: 0px;
    line-height: 22px;
}

/* ----------- Contact Css Ends -------------
-----------------------------------------------*/


/*------------ Whatsapp Css Starts-----------------------
-----------------------------------------------------------*/

.whatsapp{
    position: fixed;
    bottom: 1%;
    left: 1%;
    z-index: 999;
    background: #18c139;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 1px 1px 1px;
}

.whatsapp .wapp i {
    color: #fff;
    background: #18c139;
    font-size: 35px;
    /* padding: 15%;
    border-radius: 50%; */
}

/*------------ Whatsapp Css Ends-----------------------
-----------------------------------------------------------*/



/* Memeber CSS Starts */

.member{
  padding: 3% 0%;
  background: #eee;
}

.member_image{
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 5%;
}

.member_image img{
  width: 100%;
}


/* Memeber CSS Ends */


/* FAQ CSS Starts */

.faq{
  padding: 3% 0%;
}
.accordion {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.accordion .card {
  border-radius: 0;
}
.accordion .card-header {
 padding: 15px 16px;
 border-radius: 0;
 background-color: #f6f6f6;
}
.accordion .card-header:hover, .accordion .card-header.active {
 padding: 15px 16px;
 border-radius: 0;
 background-color: #1078b8;
}
.accordion .card-header h5 {
  margin: 0;
}
.accordion .card-header h5 button {
 display: block;
 width: 100%;
 padding: 0;
 border: 0;
 font-weight: 500;
 color: rgba(0, 0, 0, .87);
 text-align: left;
 white-space: normal;
 font-size: 16px;
}
.accordion .card-header:hover h5 button, .accordion .card-header.active h5 button {
 display: block;
 width: 100%;
 padding: 0;
 border: 0;
 font-weight: 500;
 color: #fff;
 text-align: left;
 white-space: normal;
 font-size: 16px;
}
.accordion .card-header h5 button:hover, .accordion .card-header h5 button:focus, .accordion .card-header h5 button:active, .accordion .card-header h5 button:hover:active {
  text-decoration: none;
}
 .accordion .card-body p {
   color: #616161;
}
 .accordion .card-body p:last-of-type {
   margin: 0;
}
 .accordion > .card:not(:first-child) {
   border-top: 0;
}
 .collapse.show .card-body {
   border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/* FAQ CSS Ends */



/* Latest Update CSS Starts */

.latest_update_wrap{
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.latest_update_image img{
  width: 100%;
}

.latest_update_info{
  padding: 10px 5px;
  text-align: center;
}

.latest_update_info h5 a{
  font-size: 16px;
  color: #0056b3;
}

/* Latest Update CSS Starts */




/* ----------- Blog Detail Css Starts -------------
-----------------------------------------------*/

.blog-detail-box h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1%;
  font-weight: 700;
}

.blog-detail-box .blog-img{
  padding-bottom: 1%;
}

.blog-detail-box .blog-img img{
  width: 100%;
}

.blog-detail-box img.featured_image{
  float: right;
  width: 500px;
  padding: 1% 2%;
}

.blog-detail-box ul.blog_date{
  margin: 2% 0%;
  padding: 0;
}

.blog-detail-box ul.blog_date li{
  display: inline-block;
}

/* ----------- Blog Detail Css Ends -------------
-----------------------------------------------*/

