/*
Theme Name: IMPL
Theme URI: https://impl-in.com/
Version: 0.1
Author: IMPL
Author URI: https://www.impl-in.com/
Description: IndiGlow MultiBiz Private limited
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #363636;
}

h1,
h2,
h3,
h4,
h5 {
    color: #424242;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
}
h4{
    font-family: 'Oxygen', sans-serif;
    font-size: 23px;
}
h5 {
    font-size: 21px;
}

p {
    color: #7c7c7c;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
}

a {
    font-family: 'Quicksand', sans-serif;
    color: #656262;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

a:hover {
    text-decoration: none;
    color: #60a149;
}
.col-pd{padding: 0;}
.pd-left{padding-left:0;}
.pd-right{padding-right:0;}

button:focus {
    box-shadow: none;
    outline: none;
}
.bg-light-green {
    background: #63b745;
}
.bg-green {
    background: #149942;
}

.footer-nav li:hover {
    margin-left: 5px;
}
section.inner-banner-sec {
    width: 100%;
    background: #0070ba;
    height: 134px;
   
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.inner-banner-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 52 120 / 86%) 0%, rgba(255,255,255,0) 83%);
}

section.inner-banner-sec .auto-container {
    position: relative;
    z-index: 1;
}
section.inner-banner-sec .inner-banner-heading {
    width: 100%;
}
.mailids
{text-transform:lowercase;}
section.inner-banner-sec h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #fff;
    line-height: 57px;
    margin: 0.2rem auto 1rem;
    letter-spacing: -1px;
    font-family: 'Oxygen', sans-serif;
}
@media screen and (max-width: 576px) {

section.inner-banner-sec .inner-banner-heading {
    width: 100%;
}
section.inner-banner-sec h2 {
    font-size: 35px;
    line-height: 39px;
}
}

/*-------------General css--------------
---------------------------------------*/

section {
    position: relative;
    padding: 60px 0 60px;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
    width: 100%;
}

.theme-heading-sec {
    text-align: left;
    margin-bottom: 3rem;
}
.theme-heading-sec span {
    color: #157dbd;
}
.theme-heading-sec h2 {
    color: #164682;
    font-size: 32px;
    letter-spacing: -0.5px;
    width: 100%;
}
.theme-heading-sec p {
    font-weight: 500;
    color: #7c7c7c;
    font-size: 16px;
    letter-spacing: -0.1px;
    margin-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
}
a.theme-btn {
    background: #164682;
    padding: 0.55rem 1.1rem;
    margin: 1.5rem 0 0;
    color: #ededed;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.1px;
    position: relative;
    overflow: hidden;
    display: table;
    border-radius: 4px;
}

a.theme-btn:hover {
    background: #3c8ac1;
}

.theme-content {
    margin-top: 1.5rem;
}

.theme-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
}

a.back-to-top {
    background: #164682;
    position: fixed;
    bottom: 10px;
    right: 12px;
    color: white;
    display: none;
    z-index: 99;
    width: 38px;
    height: 38px;
    border-radius: 100px;
}
.clients .item.col-pd {
    width: 24%;
    float: left;
    margin-bottom: 10px;
}
a.back-to-top i {
    font-size: 14px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

a.back-to-top:hover {
    background: #22599d;
}

a.author-link {
    color: #084ea2;
    font-weight: 700;
}
.owl-nav {
    text-align: center;
    margin-top: 0.8rem;
}
button.owl-prev, button.owl-next {
    position: relative;
    background: #ffffff!important;
    width: 34px;
    height: 34px;
    overflow: hidden;
    margin: 2px;
    transition: 0.3s ease;
    border: solid 1px rgb(127 153 187 / 60%)!important;
    border-radius: 4px;
}

button.owl-prev span,
button.owl-next span {
    font-size: 28px;
    color: #164682;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.owl-prev:hover, 
button.owl-next:hover {
    background: #164682!important;
}
button.owl-prev:hover span, 
button.owl-next:hover span{
    color: white!important;
}

@media screen and (max-width: 991px) {
.auto-container {
    padding: 0px 26px;
}
}

@media screen and (max-width: 576px) {
.theme-heading-sec h2 {
    font-size: 26px;
}
.theme-heading-sec h6{
    font-size: 16px;
    letter-spacing: -0.5px;
}
.theme-heading-sec h2 br {
    display: none;
}
button.owl-prev {
    left: 0%;
}
button.owl-next {
    right: 0%;
}
}


/*------------Topbar area css------------
---------------------------------------*/
.header_logo
{
    color: #164682;
    font-family: verdana;
    margin-left: -74px;
    text-align: center;
    position: relative;
    margin-right: 194px;
}
.topbar-sec {
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: solid 5px #ebd91a;
    z-index: 99;
    padding: 5px 0;
    background: #164682;
}
section.topbar-sec .topbar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.top-right-sec {
    display: flex;
    align-items: center;
}
.topbar-sec .email-wrapper {
    padding: 0 2.5rem 0 0;
    position: relative;
}
.topbar-sec .address-wrapper {
    margin-right: 1rem;
}
.topbar-sec .email-wrapper a, .topbar-sec .call-wrapper a{
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 600;
    transition: 0.3s ease;
    text-transform: none;
}
.email-wrapper a:hover, .call-wrapper a:hover {
    color: #ebd91a;
}
.link-wrapper a {
    position: relative;
    margin-right: 28px;
}
.link-wrapper a:hover {
    color: #fdba4e;
}
.link-wrapper a:first-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background: rgb(219 221 228 / 28%);
    position: absolute;
    right: -18px;
}
.topbar-sec .email-wrapper span, .topbar-sec .call-wrapper span {
    margin-right: 10px;
    font-size: 16px;
}
.topbar-sec .email-wrapper:after {
    content: "";
    /*width: 1px;*/
    height: 100%;
    background: rgb(200 202 211);
    position: absolute;
    right: 18px;
}
.link-wrapper {
    display: flex;
    align-items: center;
}
a.book-btn {
    background: #ebd91a;
    padding: 9px 18px;
    color: white;
    border-radius: 3px;
    margin-left: 2rem;
    text-transform: uppercase;
    font-size: 14px;
}
a.book-btn:hover {
    background: #3c8ac1;
}
.topbar-sec .social-sec {
    display: flex;
}
.topbar-sec .social-sec a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 6px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s ease;
    height: 32px;
    width: 22px;
}
.social-sec a:hover {
    color: #2ecd8a;
}
.topbar-sec .social-sec span {
    color: #ebeff1;
    margin-right: 9px;
    letter-spacing: 0.7px;
    font-size: 15px;
}
.search-form-wrapper{

}
.mob-call{
    display: none;
}
@media screen and (max-width: 992px) {
.topbar-sec .email-wrapper {
    margin: 0 1rem 0 0;
}
.topbar-sec .social-sec {
    padding-left: 0.3rem;
}
}
@media screen and (max-width: 576px) {

.topbar-sec {
    padding:0;
}
.mob-call{
    display: block;
}
.topbar-sec .social-sec a {
    margin: 0px 1px 0 0;
    width: 21px;
    font-size: 15px;
}
/*.topbar-sec .email-wrapper {*/
/*    display: none;*/
/*}*/
.call-wrapper {
    display: block;
}
.email-wrapper a:before {
    content: "Email Us:";
    display: flex;
    color: #ebd91a;
}
a.book-btn {
    padding: 9px 10px;
    margin-left: 8px;
    font-size: 12px;
}
.topbar-sec .social-sec {
    border-left: none;
    padding: 7px 3px;
}

section.topbar-sec .row {
    justify-content: space-between;
    padding: 0;
}
.email-wrapper a, .call-wrapper a {
    font-size: 14px!important;
    letter-spacing: -0.5px;
    margin-left: 3px;
}
.topbar-sec .email-wrapper span, .topbar-sec .call-wrapper span {
    margin-right: 0px;
    font-size: 16px;
    border-left: solid 1px #7f99bb;
    padding-left: 8px;
}
.call-wrapper i {
    font-size: 15px;
}
.top-left-sec {
    display: flex;
    padding: 0 0.6rem;
    justify-content: space-between;
    width: 100%;
}
.link-wrapper {
    display: none;
}
.topbar-sec .email-wrapper:after {
    right: 0px;
}
.appointment-cancel-text{
    display: none;
}
}
@media screen and (max-width: 350px){
.topbar-sec .social-sec a {
    margin: 0px 0px 0 0;
    width: 20px;
    font-size: 14px;
}
a.book-btn {
    padding: 9px 5px;
    margin-left: 6px;
    font-size: 12px;
}
.topbar-sec .call-wrapper span {
    margin-right: 0px;
    font-size: 16px;
    padding-left: 5px;
}
.topbar-sec .call-wrapper a {
    letter-spacing: -0.3px;
}
}

/*------------Header area css------------
---------------------------------------*/

header {
   background: #fff;
    transition: 0.5s ease;
    position:relative;
    width: 100%;
    top: 0px;
    z-index: 999;
    height: 115px;
}
.row.theme-inner-header {
    position: relative;
    height: 90px;
    justify-content: space-between;
    align-items: center;
}
header.fixedhead {
    background: #232323;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

a.logo img {
    width: 109px;
    height:auto;
}
nav.nav-menu {
    height: 63%;
    padding: 0 0rem 0 2rem;
    margin-left: auto;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
}
.navbar-brand
{
    padding-top:0px !important;
    padding:bottom:0px !important;
}
.nav-menu a {
    padding-top: 12px;
    padding-bottom: 12px;
    transition: 0.3s;
    padding-left: 20px!important;
    padding-right: 17px!important;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    /* text-transform: capitalize; */
    /* font-weight: 500; */
    /* letter-spacing: -0.1px; */
    /* color: #7f99bb; */
    font-size: 14px;
    display: block;
    color: #1b1b1b;
    font-weight: 600;
    text-transform: uppercase;
    webkit-transition: .3s;
    transition: .3s;
    -webkit-transition: all 0.3s ease 0s;
}
.nav-menu .active > a, .nav-menu .active:hover > a {
    color: #ffffff!important;
    background: #ebd91a;
    border-bottom: 3px solid #c02025;
}
.nav-menu a:hover, .nav-menu li:hover > a {
    color: #ebd91a !important;
}
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 11px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding:8px;
    background: rgb(255 255 255);
    transition: 0.3s;
    border-top: solid 3px #3c8ac1;
}
.nav-menu li.drop-down {
    position: relative;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 215px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 15px 15px!important;
    font-size: 14px;
    text-transform: capitalize;
    color: #232323!important;
    border-bottom: solid 1px rgb(52 47 40 / 12%);
    font-weight: 500;
    letter-spacing: -0.4px;
    display: block;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a {
  color: #b39960;
}

.nav-menu .drop-down ul li:hover > a {
    color: #ffffff!important;
    background: #ebd91a;
}

.nav-menu .drop-down > a:after {
    padding-left: 5px;
    font-family: "FontAwesome";
    content: "\F0d7";
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\F0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    padding-left: 5px;
}

.nav-menu li.reserve-btn {
    background: #b39960;
    box-sizing: border-box;
    border: solid 1px #ececec;
}
.nav-menu li.reserve-btn a {
    color: #f9f9f9;
}
.nav-menu li.reserve-btn:hover a {
    color: white;
}

nav.nav-menu .drop-down span {
    display: none;
}


.call-wrapper {
    display: flex;
    align-items: center;
    margin-left: 0rem;
    height: 100%;
    justify-content: center;
    cursor: pointer;
}
.email-wrapper i, .call-wrapper i {
    color: #fff;
}
.call-wrapper p {
    margin: 0;
    font-size: 18px;
    color: #CEA26F;
    font-weight: 500;
    text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
nav.nav-menu {
    padding: 0.6rem 1rem;
}
.nav-menu a {
    padding: 9px 8px!important;
    font-size: 14.5px;
}
a.logo img {
    height: auto;
}
.call-wrapper p {
    font-size: 18px;
    font-weight: 400;
}
}
@media screen and (max-width: 576px) {
.call-wrapper {
    display: block;
}
a.logo:before {
    height: 129%;
}
li.active a:before {
    display: none;
}
.row.theme-inner-header:after {
    width: 18%;
}
}

/* Mobile Navigation */
.mobile-nav-toggle {
    z-index: 9998;
    border: 0;
    background: #ebd91a;
    font-size: 23px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    padding: 0.6rem 0.8rem;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    right: 5px;
}

.mobile-nav-toggle i {
    color: #ffffff;
}
.mobile-nav {
  position: fixed;
    top: 145px;
    right: 87px !important;
    bottom: 15px;
    /* left: 15px; */
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: 0.7s ease;
    opacity: 1;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    transform: translateY(-120%);
    width: 28%;
    float: right;
    text-align: right;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    text-align: left;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #ebd91a;
  text-decoration: none;
}
.mobile-nav li.drop-down {
    position: relative;
}
.mobile-nav li.drop-down span {
    position: absolute;
    top: 7px;
    left: 17px;
    z-index: 999999;
    width: 100px;
    height: 28px;
    background: transparent;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0.4rem;
    font-size: 18px;
    color:#fff;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  background: #164682;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*------------Banner section------------
---------------------------------------*/

.carousel-item {
    position: relative;
    height: 85vh;
    background-size: cover;
    background-position: center center;
}

.carousel-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 52 120 / 35%) 0%, rgba(255,255,255,0) 100%);
}

.carousel-control-prev, .carousel-control-next {
    width: auto;
    display: table;
    background: #fff;
    opacity: 1;
    transition: 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
    color: #ebd91a;
}
.carousel-control-prev {
    border-radius: 0 100px 100px 0;
}
.carousel-control-next {
    border-radius: 100px 0px 0px 100px;
}

a.carousel-control-prev {
    left: 0px;
    position: absolute;
}

a.carousel-control-next {
    right: 0px;
    position: absolute;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #7f99bb;
    color: #ffffff;
}

.carousel-control-next i,
.carousel-control-prev i {
    padding: 32px 10px;
    border-radius: 100px;
}

.carousel-item .container {
    position: relative;
    height: 100%;
}
.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 50%;
    padding: 2rem 1rem;
    border-radius: 10px;
    text-align: left;
}

.banner-caption h5 {
    color: #546a61;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin: 0 0 1rem;
    font-size: 25px;
    text-align: left;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.banner-caption h1 {
    z-index: 6;
    min-width: 1000px;
    max-width: 1000px;
    font-weight: 600;
    white-space: normal;
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 80px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    letter-spacing: 2px;
    font-size: 65px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.banner-caption p {
    z-index: 7;
    min-width: 640px;
    max-width: 640px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    white-space: normal;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.banner-caption a.theme-btn {
    background: transparent;
    color: white;
    padding: 0.6rem 1.5rem;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    box-shadow: none;
    border-radius: 5px;
    display: inline-block;
    border: solid 1px white;
}
.banner-caption a.theme-btn:hover {
    background: #22599d;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 4px transparent;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #164682;
    box-shadow: 0px 0px 0px 0.1px #154580;
}

@media screen and (max-width: 1200px) {
    .banner-caption {
        width: 60%;
    }
    .banner-caption h1 {
        width: 100%;
    }
    .banner-caption p {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .banner-caption {
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .banner-caption {
        width: 95%;
    }
    .banner-caption h1 {
        font-size: 43px;
        line-height: 46px;
    }
    .banner-caption p {
        font-size: 14px;
        width: 100%;
        line-height: 22px;
    }
    .carousel-control-prev {
        left: 0px;
        display: none;
    }
    .carousel-control-next {
        right: 0px;
        display: none;
    }
    .carousel-indicators {
        bottom: 40px;
    }
}


/*-----Rejuvenate Section-----
-----------------------------*/

.brdr-left {
    border-left: solid 1px #e2e5e9;
}
.rejuvenate-box {
    padding: 1rem 1.5rem;
}
.rejuvenate-box h4 {
    color: #164682;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
.rejuvenate-box {
    padding: 0rem 0.5rem;
}
}
@media screen and (max-width: 576px){
section.rejuvenate-sec {
    padding: 30px 0 15px;
}
.rejuvenate-box {
    padding: 1.5rem 0.5rem 0.6rem;
    border-bottom: solid 1px rgb(127 153 187 / 25%);
}
}


/*-----About Us Section-----
--------------------------*/

section.about-sec {
    position: relative;
    padding-top: 35px;
}
section.about-sec:before {
    background-color: #e5eaf1;
    background-size: cover;
    background-position: center;
    background-image: url(http://demo.themewinter.com/wp/instive/wp-content/uploads/2019/08/bg.png);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 420px;
}
section.about-sec .theme-heading-sec {
    text-align: left;
    margin-bottom: 1rem;
}
.video-sec {
    padding-right: 2rem;
    position: relative;
}
.video-sec img{
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.video-sec:after {
    content: "";
    height: 100%;
    width: 95%;
    border: solid 9px #164682;
    left: 28px;
    top: 32px;
    position: absolute;
    z-index: 1;
    border-radius: 15px;
}
.erectile-col {
    display: flex;
    align-items: end;
}
.erectile-content {
    padding-left: 1rem;
}
@media screen and (max-width: 991px) {
.video-sec {
    display: inline-block;
}
.erectile-content {
    margin-top: 4rem;
}
.video-sec img {
    height: 350px;
}
section.about-sec:before {
    height: 490px;
}
}
@media screen and (max-width: 576px){
.video-sec img {
    height: auto;
}
}


/*-----Three Easy Steps-----
--------------------------*/


section.easy-steps-sec {
    background: #164682;
}

section.easy-steps-sec .container{
    position: relative;
    z-index: 1;
}
.service-area-box a {
    text-align: center;
    display: block;
}
section.easy-steps-sec .brdr-left {
    border-left: solid 1px rgb(226 229 233 / 72%);
}
.easy-steps-sec .theme-heading-sec {
    text-align: center;
    margin-bottom: 3rem;
}
.easy-steps-sec .theme-heading-sec h2 {
    color: white;
}
.step-box p {
    color: white;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.step-box {
    padding: 1rem;
    text-align: center;
}
.step-box img {
    height: 45px;
    margin-bottom: 1.5rem;
    filter: brightness(0.5) invert(1);
}
.step-box a {
    display: block;
    color: #67cff7;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
}
.step-box a:last-child {
    color: white;
}
.video-sec a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 19px;
    color: #ffffffc7;
    width: 60px;
    height: 60px;
    background: #db3a3a;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 991px) {
section.easy-steps-sec .brdr-left:last-child {
    border-left: none;
    border-top: solid 1px rgb(226 229 233 / 72%);
}
}
@media screen and (max-width: 560px) {
.middle-brdr {
    border-top: solid 1px rgb(226 229 233 / 72%);
}
}


/*-----Health News Section-----
-----------------------------*/

.health-news-sec .theme-heading-sec {
    text-align: center;
    margin-bottom: 3rem;
}
.news-wrapper {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}
.news-wrapper:hover {
    box-shadow: 4px 7px 24px 3px #dbe3ec;
}
.news-heading-sec {
    text-align: center;
    padding: 1rem;
    background: transparent;
}
.news-img-wrapper img {
    max-height: 230px;
    object-fit: cover;
    height: 100vh;
}
.news-heading-sec h4 {
    font-size: 18px;
    letter-spacing: -0.4px;
    font-weight: 600;
    line-height: 23px;
    /*-webkit-line-clamp: 2;*/
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #164682;
    font-family: 'Open Sans';
}
.news-date-sec p {
    color: #3c8ac1;
    font-size: 15px;
    letter-spacing: -0.2px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.news-date-sec i.fa {
    padding-right: 5px;
}
.news-heading-sec a.news-btn {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #3c8ac1;
    transition: 0.3s ease;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    display: block;
}
.health-news-sec a.theme-btn {
    margin: 3% auto 0;
}
.news-heading-sec a.news-btn i.fa {
    padding-left: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}
.news-heading-sec a.news-btn:hover i.fa {
    padding-left: 12px;
    opacity: 0;
}
@media screen and (max-width: 991px) {
.news-img-wrapper img {
    /*max-height: 170px;*/
}
.clients .item.col-pd
{
    width:100% !important;
}
}

/*appointment form-sec*/

section#consultation {
    background: #e5eaf1;
    background-image: url(http://demo.themewinter.com/wp/instive/wp-content/uploads/2019/08/quote_bg_texture.png);
    background-size: cover;
    background-position: center;
}
.quote-form-wrapper {
    background: white;
    padding: 2rem 2rem;
    border-radius: 8px 0 0 8px;
    height: 100%;
}
.quote-form-wrapper .theme-heading-sec {
    text-align: left;
    margin-bottom: 1.8rem;
}
.form-flex {
    display: flex;
    padding: 0 6px;
}
.form-flex .form-group {
    padding: 0 9px;
}
.form-control {
    min-height: 48px;
    border: solid 1px #2c5794;
    color: #7f99bb;
    outline: none !important;
    border-radius:none !important;
}
.form-control::placeholder {
    font-weight: 400;
    color: #8c96a3;
    text-transform: uppercase;
    font-size: 14px;
}
input[type="submit"] {
    background: #1a4986;
    max-height: 50px;
    height: 100vh;
    text-transform: uppercase;
    color: white;
    transition: 0.3s ease;
}
input[type="submit"]:hover {
    background: #3c8ac1;
}
section.service-area-sec .theme-heading-sec {
    text-align: center;
}
.service-area-box {
    background: #fff;
    margin: 22px 8px 25px 0px;
    padding: 1rem 1.3rem;
    max-height: 166px;
    height: 100vh;
    border: solid 1px rgb(127 153 187 / 28%);
    border-radius: 5px;
    transition: 0.3s ease;
}
.service-area-box:hover {
    box-shadow: 4px 7px 24px 3px #dbe3ec;
}
.service-area-box h4 {
    font-size: 18px;
    letter-spacing: -0.4px;
}
.service-area-box p {
    font-size: 16px;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
    max-height: 72px;
    height: 100vh;
}
.service-area-box a {
    color: #164682;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.service-area-box a:hover {
    color: #3c8ac1;
}
section#consultation img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 991px) {
.quote-form-wrapper {
    padding: 1.2rem 0.6rem;
}
}
@media screen and (max-width:560px) {
.service-area-box p {
    max-height: 50px;
}
.service-area-box {
    max-height: auto;
}
#quote-form.pd-right {
    padding-right: 15px;
}
.quote-form-sec .pd-left {
    padding-left: 15px;
}
.quote-form-wrapper {
    border-radius: 8px 8px 0 0px;
}
section#consultation img {
    border-radius: 0 0 8px 8px;
}
}

/*------------Footer section------------
---------------------------------------*/


footer {
    background-image: url(assets/img/bg1.jpg);
    padding: 20px 0 0;
    background-position: center;
    background-size: contain;
    background-repeat-x: repeat;
    position: relative;
}
footer:after {
    content: "";
    background: rgb(2 11 22 / 54%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
footer .container {
    position: relative;
    z-index: 1;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer p, footer ul li a, footer span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1px;
    font-weight: 400;
}
footer ul li a:hover {
    color:#66a2cd;
}
footer h4 {
    color: #b9b9b9;
    font-weight: 500;
    margin-bottom: 1.3rem;
    font-size: 24px;
    letter-spacing: -0.1px;
    border-bottom: solid 1px #313131;
    padding: 0 0 0.6rem;
    position: relative;
}
.footer-logo img {
    width: 100%;
    padding: 10px;
    background: white;
}

/*footer-about and quick links*/

.newsletter-sec, .quick-links-wrapper, .open-hrs-wrapper {
    margin: 2rem 0;
}

.footer-logo {
    margin-bottom: 0.8rem;
}
.footer-about-cont {
    border-left: solid 1px #313131;
    padding: 0.5rem 0rem 0.5rem 2rem;
}
.footer-about-cont p {
    margin: 0;
}

.social-sec a {
    display: inline-flex;
    background: transparent;
    width: 24px;
    height: 33px;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
    color: #7f99bb;
    font-size: 17px;
    margin-right: 6px;
}
.social-sec a:hover {
    color:#124382;
}

ul.footer-nav li {
width: calc(100% / 2 - 1em);
    padding: 0.2rem 0;
    position: relative;
    display: inline-flex;
    align-items: baseline;
}
ul.footer-nav li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 9px;
    display: inline-block;
    margin-right: 8px;
    color:#7f99bb;
}
ul.footer-nav li a {
    padding: 4px 0;
}
.footer-openhrs ul {
    margin-bottom: 0.3rem;
}
.footer-openhrs ul li {
    padding: 0.2rem 0 0.5rem 0rem;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.1px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
}
.footer-openhrs li span {
    color: #fff;
    display: block;
}
.footer-openhrs li i {
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 1200px) {
.footer-about-wrapper {
    text-align: center;
}
.footer-about-cont {
    border-left: none;
    padding: 0.7rem 0;
}
}
@media screen and (max-width: 900px) {
.newsletter-sec {
    text-align: center;
}
}
@media screen and (max-width: 576px) {
.newsletter-sec, .quick-links-wrapper, .open-hrs-wrapper {
    margin: 1.5rem 0;
}
}

/*---------Footer-Bottom-copyright-----------
-------------------------------------------*/

footer.footer-bottom {
    padding: 0px;
    background: #171d28;
    border-top: solid 1px rgb(243 244 243 / 15%);
}
footer.footer-bottom:after {
    display: none;
}
.copyright-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.copyright-wrapper p {
    margin: 0;
    padding: 1rem 0 1rem;
}
ul.footer-bottom-nav {
    margin: 0;
}
ul.footer-bottom-nav li {
    display: inline-block;
    padding: 0 0.5rem;
    position: relative;
    border-right: solid 1px #2e2e2e;
}
ul.footer-bottom-nav li:last-child {
    border-right: none;
}

@media screen and (max-width: 1200px) {
.about-business-wrapper {
    text-align: center;
}
.about-business-wrapper p {
    padding: 0 7rem;
}
}
@media screen and (max-width: 992px) {
.about-business-wrapper p {
    padding: 0 0rem;
}
}

@media screen and (max-width: 576px) {
.copyright-wrapper {
    display: block;
    text-align: center;
    padding: 0.5rem 0.1rem;
}
.copyright-wrapper p {
    padding: 0;
}
.copyright-wrapper p:nth-child(1) {
    margin-top: 0.5rem;
    letter-spacing: 0.1px;
}
}



/*About-Us-page*/

section.about-us-sec {
    text-align: center;
}
.about-us-sec .theme-heading-sec {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about-us-sec .about-content {
    width: 95%;
    margin: auto;
}

section.why-focus-sec {
    padding-top: 16px;
}
.why-focus-sec .theme-heading-sec,
.who-are-sec .theme-heading-sec {
    text-align: left;
    margin-bottom: 1.5rem;
}
.why-focus-col {
    padding-top: 2.1rem;
}

section.inner-call-action-sec {
    background: #164682;
    text-align: center;
}
section.inner-call-action-sec:after {
    content: "";
    background-image: url(assets/img/inner-head.jpeg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.09;
}
section.inner-call-action-sec .container{
    position: relative;
    z-index: 1;
}
section.inner-call-action-sec .theme-heading-sec {
    text-align: center;
}
section.inner-call-action-sec .theme-heading-sec h2 {
    color: white;
}
section.inner-call-action-sec p {
    color: white;
    font-weight: 400;
}
.clinic-feat-wrapper {
    border-right: solid 1px #ffffff4d;
}
.clinic-feat-wrapper p {
    margin: 0;
}
section.inner-call-action-sec a {
    font-size: 25px;
    color: white;
    margin: 2.5rem 0 0;
    font-family: 'Oxygen', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    border: solid 1px white;
    padding: 0.4rem 1.5rem;
    border-radius: 50px;
    transition: 0.3s ease;
    text-transform:lowercase;
}
section.inner-call-action-sec a:hover {
    color: #83ccff;
    border: solid 1px #83ccff;
}
section.who-are-sec a {
    background: #164682;
    padding: 0.3rem 2rem;
    color: white;
    margin: 1.5rem 0 0;
}
.who-are-col {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 576px) {
    .clinic-feat-wrapper {
        border-right: none;
        padding: 0.8rem 3.5rem;
        border-bottom: solid 1px #e3e3e33d;
}
.inner-call-action-sec .theme-heading-sec {
    margin-bottom: 2rem;
}
section.inner-call-action-sec a {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding: 0.4rem 1.3rem;
}
section.who-are-sec {
    padding-bottom: 0.5rem;
}
}

/*Team-page*/

section.team-sec .row {
    width: 90%;
    margin: 0 auto 0.5rem;
}
.team-title h2 {
    color: #164682;
    font-size: 28px;
    letter-spacing: -0.5px;
    width: 100%;
    margin-bottom: 1rem;
}
section.team-sec img {
    max-height: 310px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.team-content-col {
    display: flex;
    align-items: center;
}
.row.location-divider {
    margin: 15px auto!important;
}
.location-divider h4 {
    background: #164682;
    color: white;
    padding: 10px 20px;
    text-align: center;
    margin: 0;
}

/*News-listing-page*/

.blog-listing-sec .news-wrapper {
    margin-bottom: 2rem;
}
.blog-listing-sec .news-img-wrapper img {
    max-height: 200px;
    object-fit: cover;
    height: 100vh;
}
.sidebar-form form {
    padding: 1.5rem 0.7rem 0.7rem;
    background: #f0f1ec;
    border: 1px solid;
}
.sidebar-form h2 {
    color: #141414;
    line-height: 34px;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    font-size: 30px;
    font-family: inherit;
    margin:0px;
}
.sidebar-form h5 {
    color: #141414;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-size: 16px;
        font-family: inherit;
}
.call-action-sidebar {
    padding: 2rem;
    text-align: center;
    border: solid 2px #006fb8;
    background: #f0f1ec;
    border-radius: 8px;
    margin-bottom: 20px;
}
.call-action-sidebar h2 {
    color: #141414;
    font-size: 26px;
    margin-bottom: 0.6rem;
}
.call-action-sidebar a {
    font-size: 24px;
    color: aliceblue;
    background: transparent;
    padding: 0.1rem 2rem;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    border-radius: 50px;
    border: solid 1px white;
    margin-bottom: 0.8rem;
    transition: 0.3s ease;
}
.call-action-sidebar a:hover {
    background: #1a4a86;
}
.call-action-sidebar p {
    color: #141414;
}
.listing-pagination ul {
    list-style: none;
    border-top: solid 1px #29559136;
    padding: 0.7rem 0 0;
    text-align: center;
}
.listing-pagination ul li {
    display: inline-block;
    font-weight: 600;
    font-family: 'Oxygen', sans-serif;
    padding: 2px 8px;
    font-size: 18px;
    color: #7f99bb;
    cursor: pointer;
}
.listing-pagination ul li.active {
    color: #295591;
}


/*News-Details-page*/

.news-details-wrapper{
   background: #eff2ff; 
   padding: 5px;
}
.news-details-heading {
    padding: 12px 24px 0;
}
.news-details-heading h3 {
    font-size: 28px;
    letter-spacing: -0.5px;
    color: #1c4c89;
}
.news-details-content {
    padding: 12px 26px;
}
.news-details-content p {
    line-height: 26px;
}
.share-post-sec {
    background: #dee2ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 1.5rem;
}
.share-post-sec h4 {
    margin: 0;
}
.share-post-icon img {
    width: 30px;
    margin-right: 7px;
}
.recent-post-wrapper{
    background: #eff2ff;
}
.recent-post-wrapper h4 {
    background: #164682;
    color: white;
    font-weight: 400;
    text-align: center;
    padding: 0.7rem;
    margin: 0;
}
.news-sidebar ul {
    list-style: none;
    padding: 0.5rem 2rem;
    margin: 0;
}
.news-sidebar ul li {
    padding: 15px 0;
    border-bottom: solid 1px #1b4a8438;
}
.news-sidebar ul li h5 {
    font-size: 18px;
    color: #164682;
    letter-spacing: -0.1px;
}
.recent-post-wrapper .news-date {
    color: #3c8ac1;
    font-size: 15px;
    margin: 0 0 12px;
}
.news-sidebar .news-btn {
    color: #164682;
    font-weight: 600;
    font-size: 15px;
}
.stickyadd {
    transition: 0.5s ease;
    position: sticky;
    top: 0;
    z-index: 99999999;
    /* height: 90px; */
    width: 100%;
    border-bottom: solid 1px rgb(255 255 255 / 0%);
    /* background: white; */
    box-shadow: 0px 0px 29px -1px rgb(0 0 0 / 17%);
    height: 97px;
    background: #fff;
}
.stickyadd a.logo.navbar-brand img {
    height: 99px;
}
.header-position a.logo img
{
    width:80px;
}
.header-position .nav-menu a
{
    color:#fff;
    font-weight:bold;
}
.header-position .nav-menu a:hover, .nav-menu li:hover > a {
    color: #141414 !important;
}
.news-sidebar .news-btn:hover {
    color: #3c8ac1;
}


.gallery .service-area-box img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.gallery .item.col-pd {
    width: 24%;
    float: left;
    margin-bottom: 10px;
}

.gallery  .service-area-box {
    background: #fff;
    margin: 22px 8px 25px 0px;
    padding: 0px;
    max-height: 166px;
    height: 100vh;
    border: solid 1px rgb(127 153 187 / 28%);
    border-radius: 5px;
    transition: 0.3s ease;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 992px)
{
    .d-lg-none {
        display: block!important;
    }
}



@media screen and (max-width: 767px) {
  .mobile-nav {
    position: fixed;
    top: 15px;
    left: 0px;
    bottom: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: 0.7s ease;
    opacity: 1;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    transform: translateY(-120%);
    width: 100%;
    text-align: left;
    }
    .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 26, 26, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
    }
    .header_logo
    {
        display:none;
    }
    .topbar-sec .email-wrapper
    {
    padding:0px !important;
    }
    
    .ticker.hiring_text a{
        color:#fff;
        font-size: 12px;
    }
    
    .stickyadd a.logo.navbar-brand img
    {
        height: 96px !important;
    }
    a.logo img {
    width: 90px !important;
}
header{
    top: 2px !important;
    height: 97px !important;
}

.service-area-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.service-area-box a{
    margin-top:33px !important;
}
    
    
}

.col-lg-12.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.col-lg-6.form-group label {
    display: inline-block;
    margin-bottom: 0.5rem;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
}

.carrer_cont p{
    color:#141414;
}

.col-lg-12.carrer_cont ul li {
    color: #141414;
}
.col-lg-12.carrer_cont p a {
    color: #007bff !important;
    font-weight: bold;
    text-transform: lowercase;
}

.sidebar-form.career h2 {
    color: #164682;
    line-height: 34px;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    font-size: 30px;
    font-family: inherit;
    margin: 0px;
}

.sidebar-form.career h5
{
    margin-top:15px;
    color: #164682;
}

.highlight-name span {
    color: #c01f26;
}
.ticker.hiring_text a{
    color:#fff;
}
.ticker.hiring_text a span {
    font-size: 13px;
    text-transform: lowercase;
    color: #ebd91a;
}
.col-lg-12.carrer_cont {
    background: #fff;
    border: 1px solid #e1e1e1;
    float: left;
    margin: 10px 0;
    padding: 20px 20px 10px;
    width: 100%;
}




