/********** General **********/
a {
   transition: all .3s ease-in-out !important;
}
/********** General End **********/


/********** Header **********/
/* body .header_section {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 99999;
   transition: all .3s ease-in-out;
}
body .header_section .logo-black {
   display: none;
}
body .header_section.sticky-active {
   background-color: #ffffff;
   box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
body .header_section.sticky-active .logo-black {
   display: block;
}
body .header_section.sticky-active .logo-white {
   display: none;
}
body .custom_nav-container .navbar-nav {
   padding-top: 0;
}
body .header_section.sticky-active .custom_nav-container .navbar-nav .nav-item .nav-link {
   color: #0C0C0C;
} */
body .title-heading {
   font-size: 37px;
}
/********** Header End **********/


/********** Header **********/
.newsletter-bg .bg-appointment {
   background: linear-gradient(rgba(55, 55, 63, 0.7), rgba(55, 55, 63, 0.7)), url(../img/subscribe.jpg);
   background-repeat: no-repeat;
   background-position: center;
}
/********** Header End **********/


/********** Homepage - Contact Us **********/
.action .bg-action {
   background: linear-gradient(rgba(55, 55, 63, 0.7), rgba(55, 55, 63, 0.7)), url(../img/contact-us-banner.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
/********** Homepage - Contact Us End **********/


/********** About Us Page **********/
.bg-page-header.about {
   background: linear-gradient(rgba(55, 55, 63, 0.7), rgba(55, 55, 63, 0.7)), url(../img/about-us-banner.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
/********** About Us Page End **********/


/********** Contact Us Page **********/
.bg-page-header.contact {
   background: linear-gradient(rgba(55, 55, 63, 0.7), rgba(55, 55, 63, 0.7)), url(../img/contact-us-banner.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
}
/********** Contact Us Page End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   /* body .navbar-collapse {
      background-color: #ffffff;
   }
   body .custom_nav-container .navbar-nav {
      padding-top: 15px;
   }
   body .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
      color: #0C0C0C;
   }
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::before,
   body .header_section.sticky-active .custom_nav-container .navbar-toggler span::after {
      background-color: #0C0C0C;
   } */
   .navbar-toggler {
      margin: 5px 0;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/


/********** 767px and below **********/
@media (max-width: 767px) {
   /***** Header *****/
   body .title-heading {
      font-size: 25px;
   }
   /***** Header End *****/
}
/********** 767px and below End **********/

