/* CSS Document */

body{
  font-family: 'Outfit', sans-serif;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 1020;
}
.toggle,
[id^=drop] {
  display: none;
}

/* Giving a background-color to the nav container. */
.nav-bg{
    background: #000 !important;
}
nav { 
  margin:0;
  padding: 0;
  /*background-color: #254441;*/
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  /* float: right; */
  padding:0;
  margin:0;
  list-style: none;
  /* position: relative; */
  }
  
/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;
  /* background-color: #254441; */
  }

/* Styling the links */
nav a {
  display:block;
  padding:14px 20px;
  color:#FFF;
  font-size:17px;
  text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover {
  background-color: #000000;
  color: #fff;
}
nav a.logo-design{
    font-size: 25px;
}
nav a.logo-design:hover {background: unset;}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute; 
  /* has to be the same number as the "line-height" of "nav a" */
  /* top: 85px; */
  background: #F4511E;
  /* width: 100%; */
}
  
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}
  
/* Fisrt Tier Dropdown */
nav ul ul li {
  width: 100%;
  float:none;
  display:list-item;
  position: relative;
  border-bottom: 1px solid #fff;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top:-60px;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
  left:170px; 
}

  
/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' +'; }
nav li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  nav {
    margin: 0;
  }

  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }

  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    background-color: #254441;
    padding: 8px 10px;
    color:#FFF;
    font-size: 15px;
    text-decoration:none;
    border:none;
  }

  .toggle:hover {
    background-color: #000000;
  }

  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
  }

  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #000000;
  }
  
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121; 
  }

  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
    
  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }
    
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ 

  }
  #logo{
    width: 250px;
}
}

/*start topbar css*/
.top-bar {
    background: #F4511E;
    padding-top: 10px;
}
.top-bar ul{
    padding-left: 0;
}
.top-bar ul li{
    padding-right: 15px;
}
.top-bar ul li i{
    padding-right: 10px;
}
.top-bar ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#logo{/* width: 319px; */}
#logo img{width: 40%;}
/*footer css*/
.footer-top .footer-address-icon{
    height: 42px;
    width: 110px;
    background-color: #f5f5ff;
    text-align: center;
    border-radius: 70px 50px 70px 5px;
    border-bottom: 4px solid #398970;
    /* position: absolute; */
    left: 0;
    top: 0px;
    color: #0062cc;
}
.footer-top .footer-address-icon1{
    height: 42px;
    width: 46px;
    background-color: #f5f5ff;
    text-align: center;
    border-radius: 70px 50px 70px 5px;
    border-bottom: 4px solid #398970;
    /* position: absolute; */
    left: 0;
    top: 0px;
    color: #0062cc;
}
.footer-top .footer-address-icon2{
    height: 42px;
    width: 46px;
    background-color: #f5f5ff;
    text-align: center;
    border-radius: 70px 50px 70px 5px;
    border-bottom: 4px solid #398970;
    /* position: absolute; */
    left: 0;
    top: 0px;
    color: #0062cc;
}

.footer-top{
    background: #262e45!important;
    padding-top: 60px;
    /* border-top: 4px solid #F4511E; */
    /* border-top-left-radius: 25px; */
    /* border-top-right-radius: 25px; */
}
.at-footer-logo a{
    color: #fff;
    text-decoration: none;
}
.at-footer-logo img{
    width: 60%;
    padding-bottom: 20px;
}
.footer-top h4{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 9px;
}
.footer-top ul{
    list-style-type: none;
    padding-left: 0;
    /* padding-top: 10px; */
}
.footer-top ul li{}
.footer-top ul li a{
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
.footer-top p{
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    text-align: justify;
}
.footer-top h5{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 3px;
}
.footer-top i{color: #94412F;padding-top: 13px;}
.footer-address p{
    padding-left: 10px;
}
.footer-address p a{color: #fff;text-decoration: none;}
.footer-copyright{
    background: #F4511E;
    padding: 10px;
}
.footer-copyright span{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
/*start services css*/
.services-contents{}
.services-contents h2 strong{
    color: #F4511E;
    font-size: 24px;
}
.services-contents h2{
    padding-bottom: 18px;
    padding-top: 15px;
    font-size: 28px;
}
.services-contents p{
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
}
.services-contents p strong{}
.services-contents strong{
    padding-right: 11px;
}
.sec-services{
    background: #f6f6f6;
    background-image: url('../images/services/practice-marketing-bg.jpg');
    background-repeat: repeat!important;
    background-size: cover!important;
    background-attachment: scroll!important;
    background-position: right top!important;
    background-color: #f6f6f6!important;
    padding-top: 85px;
}
.cat-services{}
.cat-services span{
    font-weight: 400;
    letter-spacing: 2px;
}
.cat-services h2{
    color: #fff;
    font-size: 36px;
}
.cat-services-inner{background-color: #fff;padding: 20px;height: 460px;box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);border-radius: 10px;}
.cat-services-inner h5{
    text-align: center;
    padding-top: 25px;
}
.cat-services-inner h5 a{
    text-decoration: none;
    color: #022345;
}
.cat-services-inner h5 a:hover{color: #F4511E;}
.cat-services-inner p{
    padding-top: 9px;
    text-align: justify;
}        
.cat-services-inner img{
    width: 100%;
}
#service-border{
    border-top: 1px solid #E8E8E8;
    padding-bottom: 14px;
}
.cat-services-inner span a{
    text-decoration: none;
    font-size: 16px;
    color: #022345 !important;
    font-weight: 600;
}
.cat-services-inner span a:hover{color: #F4511E !important;}
.cat-services-inner span a i{
    padding-left: 8px;
}
.cat-services-inner span{
    padding-top: 18px;
}

/*start about css*/
.sec-about{
    margin-top: 85px;
    margin-bottom: 85px;
}
.sec-about h2{
    font-size: 36px;
    font-weight: 700;
}
.sec-about p{
    text-align: justify;
    font-size: 17px;
    padding-top: 14px;
}
.sec-about a{}
.custom-btn {
  width: 160px !important;
  height: 45px !important;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  font-size: 17px;
}
.send-btn{
  width: 200px !important;
  height: 55px !important;
  border-radius: 13px;
}
/* 3 */
.btn-3 {
  background: rgb(0,172,238);
  background: linear-gradient(to right, #FF5722, #FF8030);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  margin-top: 20px;
}
.sent-btn-3{
    line-height: 53px;
    /* background: #142b5f; */
    background: linear-gradient(to right, #FF5722, #FF8030);
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Outfit', sans-serif;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #144D56;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: #144D56;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #144D56;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
/*contact css*/
.aon-page-benner-area {
    background-image: url(../images/about/gynaecologist-laparoscopist-infertility-specialist-in-andheri-west-mumbai.jpg);
    position: relative;
}
.aon-page-benner-overlay {
    position: absolute;
    opacity: 0.8;
    background-color: #043c30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sf-banner-heading-wrap {
    display: table;
    position: relative;
    /* height: 400px; */
    width: 100%;
    max-width: 1170px;
    margin: auto;
    text-align: center;
}
.sf-banner-heading-area {
    display: table-cell;
    padding: 50px 15px;
    vertical-align: middle;
    color: #fff;
}
.sf-banner-heading-large {
    font-size: 55px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #ffe27a;
}
.sf-banner-breadcrumbs-nav ul {
    margin: 0;
    margin-top: 18px;
}
.sf-banner-breadcrumbs-nav ul li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin-right: 20px;
    color: #fff;
}
.sf-banner-breadcrumbs-nav ul li a {
    color: #fff;
    text-decoration: none;
}
.sf-banner-breadcrumbs-nav ul li.arrow:after {
    content: "\f105";
    position: absolute;
    right: -13px;
    top: 1px;
    font-size: 18px;
    color: #fff;
    font-family: "FontAwesome";
    margin-left: 7px;
}
.sf-banner-heading-area p{
    white-space: pre-wrap;
    font-size: 16px;
    text-align: center;
}
.sf-banner-breadcrumbs-nav{
}
.sec-contact{
    margin-top: 80px;
    margin-bottom: 20px;
}
.cat-contact{
    background: #262e45;
    padding: 35px;
    border-radius: 30px;
}
.cat-contact h2{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
}
.cat-contact p{
    color: #fff;
    padding-top: 13px;
}
.cat-contact-inner{
    padding-top: 13px;
}
.cat-contact-inner i{
    color: #f4511e;
    background: #fff;}
.cat-contact-inner i.fa-map-signs{
    padding: 14px 14px;
    border-radius: 34px;
}
.cat-contact-inner i.fa-envelope{
    padding: 14px 14px;
    border-radius: 34px;
}
.cat-contact-inner i.fa-phone{
    padding: 14px 16px;
    border-radius: 27px;
}
.cat-contact-inner p{
    text-align: justify;
    padding-left: 34px;
    padding-top: unset;
}
.cat-contact-inner p a{text-decoration: none;color: #fff;}
.cat-contact-inner h5{color: #fff;padding-left: 30px;font-size: 21px;font-weight: 600;}
.cat-form h2{
    color: #262e45;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 18px;
}
.cat-form{}
.cat-form input{
    font-size: 15px;
    background: #DDEFFF;
    padding: 24px;
    border-radius: 20px;
    border: unset;
}
.cat-form textarea{
    font-size: 15px;
    background: #DDEFFF;
    padding: 18px;  
    border-radius: 20px;
    border: unset;
}
.custom-form-control{
    background: #DDEFFF !important;
}
.sec-iframe{
    margin-bottom: 70px;
} 

/*services css*/
.side-bar{
    background: #262e45;
    padding: 30px;
    margin-bottom: 55px;
    border-top: 4px solid #F4511E;
    border-bottom: 4px solid #F4511E;
}
.side-bar ul{}
.side-bar ul li{
    list-style-type: disclosure-closed;
    color: #fff;
    line-height: 50px;
    content: '\f105';
}
.side-bar ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    /* line-height: 13px; */
}
.side-bar h3{
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 10px;
}
.side-bar ul li a.active{
    background: #F4511E;
    border-radius: 1px;
    padding: 5px;
    border-radius: 5px;
}  
#service-img {
  position: relative;
  border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
  color: white;
  box-shadow: 15px 15px rgba(0,0,0,.15);
  transition: all .4s ease;    
}
#service-img:hover {
  border-radius: 0% 0% 50% 50% / 0% 0% 5% 5% ;
  box-shadow: 10px 10px rgba(1,0,7,.55);  
}
/*what we do css*/
.sec-what-we-do{
    margin-bottom: 35px;
}
.cat-what-we-do h2{
    font-size: 36px;
    font-weight: 700;
    padding-top: 22px;
}
.cat-what-we-do p{
    text-align: justify;
    font-size: 17px;
    padding-top: 15px;
}
.cat-what-we-do{
    padding-top: 60px;
}
.cat-what-we-do ul{
    padding-left: 0;
}
.cat-what-we-do li{
    list-style-type: none;
}
.cat-what-we-do li strong{
    color: #262e45;
    font-size: 18px;
    line-height: 40px;
}
/*start focus css*/
.sec-focus{
    margin-top: 120px;
    margin-bottom: 130px;
}
.cat-focus{
    background: #f7f7f7;
    padding: 30px;
    padding-bottom: 45px;
}
.cat-focus h3{
    font-size: 21px;
    padding-top: 40px;
}
.cat-focus p{
    padding-top: 20px;
}
.cat-focus h2{
    padding-top: 30px;
    font-size: 36px;
    font-weight: 700;
}
#focus-text{color: #616161;font-size: 20px;font-weight: 300;padding-bottom: 70px;}
.cat-focus-inner
{
  padding: 60px 25px 53px;
  background-color: #fff;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: #262e45;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
  height: 360px;
}
/*start counter design*/
.counter{
    margin-bottom: 70px;
}
.count-up img{
    height: 80px;
}
.count-up h3{
    line-height: 1.5;
    margin: 0;
    font-size: 18px;
    color: #39896F;
}
.count-up p{
    font-size: 35px;
    color: #F4511E;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 30px;
}  
.count-up{
    background: #F6FCFF;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 10%);
    padding: 60px;
    border-radius: 20px;
}    
/*start about css*/
.cat-about{}
.cat-about h2{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: inherit;
    color: #262e45;
}
.cat-about p{}
.cat-about img{
    border-radius: 60px;
}

/*start how does css*/
.cat-how-does{
    background: #7AD4D9;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 4px 18px 0 rgb(0 0 0 / 10%);
}
.cat-how-does h3{
    padding-left: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}
.cat-how-does p{
    padding-left: 25px;
    font-size: 17px;
    color: #fff;
}
.how-does-sec{
  background: #f6f6f6;
    background-image: url('../images/digital-marketing-healthcare-industry.jpg');
    background-repeat: repeat!important;
    background-size: cover!important;
    background-attachment: scroll!important;
    background-position: right top!important;
    background-color: #f6f6f6!important;
    padding-top: 85px;
}
.how-does-sec img{width: 70px;}