/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
/*@import url('https://fonts.googleapis.com/css?family=ProximaNova-Regular');*/

/* @font-face {
    font-family:ProximaNova-Regular;
    src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
    font-family:ProximaNova-Bold;
    src: url(../fonts/ProximaNova-Bold.ttf);
} */
/* @font-face {
  font-family:ProximaNova-Regular;
  src: url(../fonts/PROXIMANOVA-BOLD.OTF);  
} */
/* @font-face {
    font-family:ProximaNova-Semibold;
    src: url(../fonts/ProximaNova-Semibold.otf);
}
@font-face {
  font-family:ProximaNova-Light;
  src: url(../fonts/ProximaNova-Light.otf);
} */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


/*tablet container override*/
@media (min-width:768px){
  .container{
    width:100%;  
  }
  /* .navbar-nav>li>a{
    border-bottom:none;
  } */
}

*{
  margin:0;
  padding:0;
}
.push,
footer{
  min-height:70px;
  z-index:2;
}
.textBold{
  font-family:ProximaNova-Bold !important;
}

/*Splash Screen*/

.splash-screen{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600842317/athancare_website_assets/spash_spinner_knaq9a.gif') 
              50% 50% no-repeat #fff;
}

.nav>li>a:focus{
  outline:none;
  color:unset;
}
.nav>li>a:hover {
    color:unset;
    text-decoration: underline;
    /*color:unset;
    
    text-decoration: none;*/
    background-color: rgba(238, 238, 238, 0);
    /*text-decoration: none;
    outline:none;*/
}

a:hover{
  color:unset !important;
}

a:focus{
  background-color:unset !important;
}

.fltLeft{
    float: left;
}

.fltRight{
    float: right;
}

hr{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

input:focus{
  outline:none !important;
}

button:focus,
[role=button]:focus,
[role=button]:active{
  outline:0 !important;
}

.modal{
    /* margin-top: 70px;  */
}

.modal-flex{
    display: flex;
    align-items: center;
    height: 100vh;
}

/* .modal-dailog{
  display: flex;
} */

.modal-dialog-custom{
    margin: 1.75rem auto
} 

.book-appt-modalcontent{
  width: 100%;
  display: flex;
  flex-direction: column; 
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-scrollable{
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-scrollable .modal-body-custom{
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
  height: 100%;
  flex: 1 1 auto;
}

.confirm-appt-modalcontent{
  height: 100vh;
  margin: 1.75rem 0;
  display: flex;
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.choose-appt-modalcontent{
  height: 80vh;
}

.ca-doc-detail{
  display: flex;
  height: 100vh;
  overflow: auto;
}

.docProfile{
  width: 100%;
}

.ca-newappt{
  overflow: auto;
}

/* .formbook{
  height: 100%;
} */


.modal-open .modal{
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}

.ba-bottom{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/*Root*/

html{
  overflow-y:scroll;
  background-color:#fff;
  height:100%;
  font-family:ProximaNova-Regular;
  margin:0;
  padding:0;
}

body {
    height:100%;
    margin:0;
    padding:0 !important
}

h1,h2,h3{
  font-family: inherit;
  margin: 0;
  padding: 0;
}

.mob-search > .form-group{
  margin-bottom:0;
}
.mob-search > .form-group > .form-control{
  border-radius: 0;
  width:85%;
  height:43px;
  margin:10px auto;
  border-color:#e3e3e3;
  text-transform: capitalize;
  background-color: #e3e3e321;
  font-weight: bold;
}

.searchDoctorTitle{
  font-size: 14px;
  color: #000;
  padding: 10px 36px;
}

.searchQuerySelection{
  display: flex;
  padding: 0 30px;
  margin: 0;
}

.searchQueryItem{
  margin: 0 10px;
}

.searchQueryItem label{
  display: flex;
  margin: 0;
}

.searchQueryLabel{
  margin: 0;
}

.searchQueryName{
  padding: 0 10px;
}

.search-list-mobile{
  padding:20px;
}
.mob-search-icon > .glyphicon{
  /*padding:5px 10px;*/
}

.main-content{  
  min-height: 100%;
/* margin: 0 auto 70px;*/
}

.clear{
    clear: both;
}

.navbar-header{

  /*display:inline-block !important;*/
  /*width:20% !important;/
 
  vertical-align: middle;
  margin-bottom:0;
}

.navbar-brand{
  margin:0 !important;
  height:unset !important;

  /*
  display:inline-block;
  
  padding:0 !important;
  /*padding-top:5px;
  padding-bottom:5px;*/
}

.navbar-brand>img.showLogo{
  display: block;
}

.navbar-brand>img.hideLogo{
  display: none;
} 

.navbar-nav>li{
  font-size:16px;
  padding-top:15px;
  padding-bottom:15px;
}

.navbar-nav>li>.menu-item{
  padding:10px 15px;
  font-family: ProximaNova-Regular;
  margin: 0 5px;
  border-radius: 25px;
  border: 1px solid transparent;
}

.navbar-nav>li>.menu-item:hover{
  text-decoration: none;
  cursor:pointer;
  border-color: #fff !important;
  border-radius: 20px;
}

.navbar-nav>li>.blueBorder:hover{
  border-color:#007d9f !important;
}


.navbar-nav>li>.linkActiveBlue:hover{
  /* border: 1px solid #007d9f; */
  border-color: #007d9f !important;
}

.navbar{
  margin-bottom:0;
    /*box-shadow: 0 3px 6px 0 #0000000d;
  background-color: #ffffff;*/
}

.navbar-toggle{
  /*height:35px;*/
  width:45px;
  padding:9px;
  float:left;  
  margin-right:0px;
  color:#2db0d0;
}

.navbar-toggle > div.nav-close{
  margin-right:21%;
}

.navbar-right{
  /* width:75%; */
  margin-right:0 !important;
}

.navbar-collapse.in{
  box-shadow: 2px 2px 15px #b9becead;
}

.navbar-collapse{
  padding:0;
  max-height:100vh !important;
  overflow: hidden;

  
}


.header.active * .navbar-nav>li>a {
    color:#007d9f !important;
    /* border-color: #007d9f; */
}

.header.active * .navbar-nav>li>a.linkActive{
  border-color: #007d9f !important;
}

.header{
    background-color: transparent;
    /*height:85px;*/
    color: #007d9f;
    width: 100% !important;
    z-index: 10;
    /*font-family: "Myriad Pro Regular";*/
    transition: all 0.2s ease-in-out;
    padding: 0;
    margin: 0;
    padding-right: 0 !important;
}

.header.active {
    color: #007d9f;
    background: #fff;
    /*-webkit-box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);
    -moz-box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);
    box-shadow:0px 2px 4px 0 rgba(188, 188, 188, 0.2);*/
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

footer ul {
    margin: 0;
  /*  padding: 10px 0 0 20px;*/
}

.navbar-toggle .icon-bar {
    background-color: #399fc7;
}




/*End*/
li{
    list-style: none;
}
.row {
    margin-right: 0px; 
    margin-left: 0px; 
}

.md-whiteframe-1dp, .md-whiteframe-z1{
  box-shadow: unset !important;
  border:1px solid #e2e2e2;
}

.md-virtual-repeat-container{
  z-index: 10000 !important;
}

.nav-container-block{
  font:0;
}

/* .headerContainer{
    display: flex;
    justify-content: space-between;
} */
/* 
.navbarHeader{
    flex: 1;
}

.navbarSearch{
    flex: 2;
}

.navbarLastSection{
    flex: 1;
} */

/* @media screen and (min-width: 1050px) and (max-width: 1450px){
  .navbarHeader{
    flex-basis: 20%;
  }

  .navbarSearch{
    flex-basis: 40%;
  }

  .navbarLastSection{
    flex-basis: 25%;
  }
} */

.headerRight{
  display: flex;
  justify-content: space-between;
}

.login-btn{
  background-color:#fff;
  color:#007d9f;
  padding:10px 25px;
  border-radius:25px;
  font-family: ProximaNova-Regular;
}


.header_class_login {
    position: absolute;
    background-color: #ffffff;
    width: 230px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.16);
    top: 62px;
    right:-14px;
    overflow:hidden;
}

.header-menu1,
.header-menu2{
   font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #2886af;
  padding:15px;
}

.header-menu1:hover,
.header-menu2:hover{
    background-color: #0088ab;
    color: #ffffff; 
}




page-loader{
  text-align: center;
  background-color:transparent !important;
}
.loader{
  position:static;
  display:inline-block;
  margin:25% auto;
  border:none;
  border-top: 3px solid #3498db;
}

*{
  box-sizing: border-box;
}
.body-container{
  /*background:url('../images/img/Layer1.png');
  background-position: left top;
  background-repeat:no-repeat; 
  background-size: 100%;*/
  background-color:#fff; 
}

.mar-left-16{
  margin-left:12%;
}

/*.navbar{
  margin-top:10px;
  min-height:100%;
}

.navbar-nav > li{
	float:right !important;
}

.navbar-nav > li > a{
  color: #f3f5f7;
}


.navbar-inverse{
  background-color:#fff;
  border:none; 
  margin:0px;
  box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, 0.18);
}
.navbar-toggle{
  
}



.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{
  background-color:transparent; 
}

.navbar-modal > div > div.modal-content{
  height:80vh;
}

.navbar-inverse .navbar-toggle .icon-bar{
  background-color:#939393;
  width:23px;
  margin-bottom:6px;
}

.search-icon{
  float:right;
  padding:15px 25px;
}*/

/* >>>>>>>>>>>> Styling new home page Start <<<<<<<<<<< */


.body-container .container{
  overflow: hidden;
}


.bannerSection{
  min-height: 664px;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600781349/athancare_website_assets/home/backgrounds/homeBannerBackground_aegyxy.jpg') no-repeat; */
  background: #2886af;
  background-position: center -100px;
  background-size: cover;
  position: relative;
}

.bannerWrapper{
  padding: 0 50px;
  overflow: hidden;
  display:flex;
  justify-content: space-between
}

.bannerLeftContent{
  width:40%;
  padding-right:20px
}

.topBannerRight{
  width: 60%;
  text-align: right;
  margin-top: 80px;
}

.topBannerRight img{
  width: 100%;
  /* position: relative;
  left: -53px; */
}

.homeBannerContent{
  /* flex: 1; */
  padding-top: 155px;
}

.bannerHeading{
  font-size: 52px;
  color: #fff;
  font-family: ProximaNova-Bold;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.15;
}

.bannerCtaButtons{
  display: flex;
}

.ctaBtn{
  width:260px;
  display: inline-block;
  padding: 10px 0;
  border: 2px solid #fff; 
  border-radius: 20px;
  text-align: center;
}

.ctaBtn a{
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: ProximaNova-Regular;
}

.ctaBtn a:hover{
  text-decoration: none;
}

.dash-cta-btn{
  border-color: #2886af;
  color: #2886af;
  cursor: pointer;
}

.createAppt{
  padding: 5px 0;
}

.dash-cta-btn a{
  color: #2886af;
  font-family: ProximaNova-Semibold;
}

.bookApptButton{
    cursor: pointer;
    color: #fff;
}

.loginButton{
  margin-left: 20px;
  padding: 10px 0;
  cursor: pointer;
  color: #fff;
}

/* .bannerRightImage {
  /* width: 100%;
  height: 635px;
  background: url(../../../public_html/common/images/home/576578.gif) no-repeat;
  background-position: 100% 70px;
  background-size: 60%; */

/* .bannerRightImage img{
  position: absolute;
  top: 110px;
  right: -80px;
  width: 64%;
} */

/* Styling why are we different section */

.whySection{
    min-height: 625px;
}

.whyWrapper{
    /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600762919/athancare_website_assets/home/backgrounds/diff_background_vurvpr.png') no-repeat; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: 0px 75px;
}

.whyMainContent{
  display: flex;
  flex-direction: row;
}

.whySectionHeading{
  color: #000000;
  font-size: 2.2rem;
  font-family: ProximaNova-Semibold;
  align-self: center;
  margin-top:50px;
}

.whyContentImage{
  display: inline-block;
  width: 70px;
  border-radius: 50%;
  margin-bottom: 13px;
}

.whyContentImage img{
  width: 100%;
}

.whyContentTitle{
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.whyContentTitle span{
  color: #3c4858;
  font-size: 2rem;
  font-family: ProximaNova-Bold;
  line-height: 1.12;
}

.whyContentList{
  color: #5c5c5c;
}

.whyContentList ul li{
    font-size: 18px;
    font-family: ProximaNova-Regular;
    line-height: 1.6;
    position: relative;
    padding: 0 4px;
    display: flex;
    align-items: center;
}

.whyContentList span{
  /* padding: 0 10px 0 0; */
  background: #3c4858;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.headingLines{
  text-align: center;
  margin-bottom: 52px;
}
.headingLine{
  display: inline-block;
  height: 4px;
  background: #00b5ec;
  border-radius: 2px;
}

.largeLine{
  width: 49px;
  margin-right: 5px;
}

.smallLine{
  width: 17px;
  margin-right: 4px;
}

.extraSmallLine{
  width: 9px;
}

.whyContentHeading{
    color: #3c4858;
    font-family: ProximaNova-Bold;
    font-size: 32px;
    line-height: 1.16;
}

.whyContentList{
    color: #5c5c5c;
    font-size: 18px;
    font-family: ProximaNova-Regular;
    line-height: 1.12;
}



.whySectionImage{
    /* flex: 1; */
    flex-basis: 45%;
    text-align: left;
}

.whySectionImage img{
    width: 100%;
}

.whyContent{
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 58px;
  padding-bottom: 5px;
}

/* Styling consultation */

.consultationSection{
  min-height: 820px;
}

.consultationWrapper{
  display: flex;
  height: 800px;
  align-items: center;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600762911/athancare_website_assets/home/backgrounds/consultatiton_background_rskcgw.png') no-repeat; */
  background-position: 0 20px;
}

.consultationContent{
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  justify-content: center;
}

.consultationContentImage{
  display: inline-block;
  width: 72px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.consultationContentImage img{
  width: 100%;
}

.consultationTitle{
  justify-content: flex-start;
}



.consultationImage{
  flex-basis: 55%;
  text-align: right;
}

.consultationImage img{
  width: 100%;
}

.consultationContentList{
  color: #5c5c5c;
  font-size: 18px;
  font-family: ProximaNova-Regular;
  line-height: 1.12;
}

.consultationContentList ul li{
  font-size: 18px;
  font-family: ProximaNova-Regular;
  line-height: 1.6;
  position: relative;
  padding: 0 4px;
  display: flex;
  align-items: center;
}

.consultationContentList span{
/* padding: 0 10px 0 0; */
  background: #3c4858;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

/* Styling reminders section */


.remindersSection{
  min-height: 600px;
}

.remindersWrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.remindersContentImage{
  display: inline-block;
  width: 70px;
  border-radius: 50%;
  margin-bottom: 13px;
}

.remindersContentImage img{
  width: 100%;
}

.remindersContentTitle{
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.remindersContentTitle span,
.contentTitle span{
  color: #3c4858;
  font-size: 2rem;
  font-family: ProximaNova-Bold;
  line-height: 1.12;
}

.remindersContentList{
  color: #5c5c5c;
  color: #5c5c5c;
  font-size: 18px;
  font-family: ProximaNova-Regular;
  line-height: 1.12;
}

.remindersContentList ul li{
  font-size: 18px;
  font-family: ProximaNova-Regular;
  line-height: 1.6;
  position: relative;
  padding: 0 4px;
  display: flex;
  /* align-items: center; */
}

.remindersContentList span{
  /* padding: 0 10px 0 0; */
  background: #3c4858;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  margin-top:10px;
}

.remindersMainContent{
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600762926/athancare_website_assets/home/backgrounds/reminders_background_elh6gg.png') no-repeat; */
  background-position: center 90px;
  
}

.remindersSectionImage{
  flex-basis: 50%;
  text-align: left;
}

.remindersSectionImage img{
  width: 100%;
}

.remindersContent{
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 50px;
}

/* Styling Records Security Section */

.recordsSecuritySection{
  min-height: 880px;
}

.recordsSecurityWrapper{
  display: flex;
  align-items: center;
  padding-top: 225px;
  padding-left: 50px;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600762931/athancare_website_assets/home/backgrounds/security_background_d5yslr.png') no-repeat; */
  background-position: 0px 0px;
}

.recordsSecurityContent{
  flex-basis: 45%;
  padding-right: 50px;
}

.recordsSecurityContentImage{
  display: inline-block;
  width: 70px;
  border-radius: 50%;
  margin-bottom: 13px;
}

.recordsSecurityContentImage img{
  width: 100%;
}

.recordsSecurityTitle{
  justify-content: flex-start;
}

.recordsSecurityImage{
  flex-basis: 55%;
  text-align: right;
}

.recordsSecurityImage img{
  width: 100%;
}

.recordsSecurityContentList{
  color: #5c5c5c;
  font-size: 18px;
  font-family: ProximaNova-Regular;
  line-height: 1.12;
}

.recordsSecurityContentList ul li{
  font-size: 18px;
  font-family: ProximaNova-Regular;
  line-height: 1.6;
  position: relative;
  padding: 0 4px;
  display: flex;
  /* align-items: center; */
}

.recordsSecurityContentList span{
/* padding: 0 10px 0 0; */
  background: #3c4858;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  margin-top:10px;
}
.stateLoader{
  position:absolute;
  opacity:0.7;
  right:20px;
}

/* Styling team Section */

.teamSection{
  min-height: 820px;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600762940/athancare_website_assets/home/backgrounds/team_section_background_elrgfm.png') no-repeat; */
  background-size: 100%;
}

.teamSectionWrapper{
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.teamSectionHeading{
  color: #000000;
  font-size: 40px;
  font-family: ProximaNova-Semibold;
  align-self: center;
}

.teamSectionHeadingLines{
  text-align: center;
}

.teamSectionHeadingLines .headingLine{
  display: inline-block;
  height: 4px;
  background: #00b5ec;
  border-radius: 2px;
}

.teamSectionHeadingLines .largeLine{
  width: 49px;
  margin-right: 4px;
}

.teamSectionHeadingLines .smallLine{
  width: 17px;
  margin-right: 3px;
}

.teamSectionHeadingLines .extraSmallLine{
  width: 9px;
}

.teamSectionLargeHeading{
    padding-right: 25px;
    color: #fff;
    font-size: 91px;
    text-transform: uppercase;
    font-family: ProximaNova-Bold;
    text-align: right;
    text-shadow: 9px 15px 20px rgba(0, 0, 0, 0.09);
    opacity: 0.5;
    position: absolute;
    top: 22%;
    right: 2%;
}

.content_visible{
   display: block;
}

.teamSectionSlider{
    display: flex;
    flex-direction: row;
    z-index: 0;
}

.teamSectionSliderContent{
  display: flex;
  align-items: center;
  padding: 40px 0 0 0;
}

.sliderContentTitle{
  font-family: ProximaNova-Bold;
  color: #000;
  font-size: 32px;
  justify-content: flex-start;
  line-height: 1.4;
  opacity: 0.8;
}

.teamSectionSpecialization{
    color: #000;
    opacity: 0.5;
    font-size: 22px;
    font-family: ProximaNova-Regular;
    margin-bottom: 20px;
}

.teamSectionContent{
  font-size: 17px;
  color: #000000;
  font-family: ProximaNova-Regular;
  line-height: 1.65;
  opacity: 0.8;
}

.teamSliderMainContent{
  display: inline-block;
  padding-left: 50px;
  width: 40%;
  min-height: 300px;
}

.teamSectionSliderImages{
  width: 60%;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.teamMemberImage{
  padding: 20px;
}

.teamMemberImage img{
  width: 100%;
}

.teamMemberImage1{
  flex-basis: 50%;
}


.teamMemberImage2{
  flex-basis: 28.3%
}

.teamMemberImage3{
  flex-basis: 21.7%;
}
/* .teamMemberImage2 img{
  width: 100%;
} */

.teamSliderIndicator{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.teamSliderIndicator>ul>li{
  display:inline-block;
  width:60px;
  height:2px;
  background-color:#cccccc;
  margin:0 20px;
}

/* .teamSliderIndicator>ul>li:hover{
  cursor:pointer;
} */

.teamSliderIndicator_active{
  background-color:#2886af !important;
}

/* Styling App download section */

.appDownloadSection{
    height: 575px;
}

.appDownloadWrapper{
  display: flex;
  align-items: center;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600762905/athancare_website_assets/home/backgrounds/appDownload_background_v6uiiw.png') no-repeat; */
  background-position: -22px -110px;
  background-size: 100% 
}

.appDownloadContent{
  flex: 1;
  padding-top: 120px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.appDownloadContentList{
  color: #6e6e6e;
  margin-bottom: 20px;
}

.appDownloadContentList ul li{
  font-size: 14px;
  font-family: ProximaNova-Regular;
  line-height: 2;
  position: relative;
  padding: 0 4px;
  display: flex;
  /*align-items: center;*/
}

.appDownloadContentList span{
/* padding: 0 10px 0 0; */
  background: #616161;
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  margin-top:10px;
}

.playStoreBtn{
  display: inline-block;
}
.appleStoreBtn{
   display: inline-block;
   margin: 0 16px;
}

.appDownloadTitle{
  justify-content: flex-start;
  margin-bottom: 10px;
}

.appDownloadTitle span{
  color: #000000;
  line-height: 1.2;
  font-size: 28px;
  font-family: ProximaNova-Regular;
}

.appDownloadImage{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  position: relative;
  top: 120px;
  padding-left: 50px;
}

/* .appDownloadImage img{
  width: 100%;
} */

.appDownloadSubheading{
  font-size: 14px;
  font-family: ProximaNova-Regular;
  line-height: 1.2;
  color: #6e6e6e;
  margin-bottom: 15px;
}

/* >>>>>>>>>>>> Styling new home page End <<<<<<<<<<< */

.header-m{

  padding: 0px;
  overflow:hidden;
  padding:0px;
  height:700px;
}

.header-m > div{
  margin-top:185px;
}

.font1{
	height: 61px;
	font-family: ProximaNova-Regular;
	font-size: 45px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
} 

.font2{
	height: 62px;
	font-family: ProximaNova-Regular;
	font-size: 55px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: -2px;
	text-align: left;
	color: #000000;
}

.font3{
	height: 62px;
	font-family: ProximaNova-Regular;
	font-size: 55px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.47;
	letter-spacing: normal;
	text-align: left;
	color: #007d9f;
}

.section1{
	text-align: center;
 
}

.section1 > h1{
	margin:16px 0;
	height: 44px;
	object-fit: contain;
	font-family: Arial;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	  text-align:center;
	color: #fff;
}

.section1-text{
	width: 100%;
	height: 63.4px;
	object-fit: contain;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

/*Search Bar*/

.search-container{
  position:relative;
  bottom:210px;
  width:83%;
  margin:auto;
}

.search-section > div.row{
  margin-left: 16px;
}
.search-section{
  /*background: url('../images/img/search_container.svg');
  background-position:center; 
  border-radius: 50px;
  background-color: #007d9f;
  margin:auto;
  padding:1%;
  position:relative;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);*/
  font-size: 0;
  /* padding:10px 2.5%; */
  padding:5px 2.5%;
  border-radius: 50px;
  /* background-color: #007d9f; */
  background-color: #fff;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);

}

.search-section * span.glyphicon{
  color:#00000066;
  line-height: 1.5;
  font-size:14px;
}

.searchLoader{
  font-size:16px;
}
  


.search-section * input{
  width:95%;
  font-family:ProximaNova-Semibold;
  /* font-size: 15px; */
  font-size: 18px;
  background-color:transparent;
  border:none;
  /*border-bottom:1px solid #fefefe*/;
  padding:15px;
  /* color:#fefefe; */
  color: #00000066;
  line-height:1;
  text-transform: capitalize;

}
.block-1{
  /* border-bottom:1px solid #75d0f6; */
  padding-bottom:2px;
  cursor:pointer;
  display: flex;
  align-items: center;
}

.block-1 img{

}



.submit-search{
  padding-right:6px;
}

.active-input{
  opacity:0.8;
}

.search-section * input::placeholder{
  /* color:#fff; */
  color: #000000a8;
  font-family: ProximaNova-Regular;
  font-weight:bold;
  font-size:14px;
  opacity:0.5;
  overflow: hidden;
}

.search-section * button{
  background-color:#fff;
  border-color:transparent;
  border-radius: 40px;
  padding:13px 20px;
}
/*
.form-group{
  margin: 0px 20px;
  float:left;
}

.form-control{
  padding:0px;
  border-radius: 0px;
  height:25px;
  box-shadow: none;
  cursor:pointer;
}

.form-control:hover{
  outline:none;
  box-shadow: none;
}
.search-container * input {
  
}

.search-container * input:focus {
  outline:none;
}

.search-container * input::placeholder {
  color:#fff;
}*/



/*Login Form*/

.form1 {
    /*width: 428px;*/
    /*margin: 4em auto;*/
    padding: 20px 30px 35px 30px;
    border-radius: 6px; 
    
    border: 1px solid #ebebeb4f;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 1px 0px, rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px;
}


#loginModal * .modal-title{
  margin-top:10px;

  font-family: ProximaNova-Regular;
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 1px;
  text-align: left;
  color: #3a819f;
}

.modal-backdrop{
  opacity:0.8 !important;
  z-index: 1000 !important;
}

.modal-header .close{
  margin-top:12px;
  font-size:36px;
}

.modal-header{
  border:none;
  padding:10px 15px 15px 15px;
}

.material-container1{
    width: 100%;
    text-transform: capitalize;
}



.material-container-button.md-button.md-raised {
    /*border-radius: 50px;*/
    display: block;
    /*width: 78%;*/
    width:100%;
    margin: auto;
    margin-top:20px;
    background-color: #0088ab;
    height: 48px;
    color: white;  
}
.material-container-button.md-button.md-raised[disabled] {
    background-color:#ceaeae;
    color: white;  
}

/*Login Container*/
.login-container{
  background: url('login_container.svg') no-repeat;
  width: 175px;
  height: 39px;
  object-fit: contain;
  border-radius: 18px;
  background-color: #007d9f;
}

/*Services*/
.service > div{
  padding:35px 20px;
}

.service-list{
  opacity: 0;
  transition: all 0.5s ease-out;
}

.service > div > div.service-icon{
  background:url('../images/img/Ellipse1.svg') no-repeat;
  width: 117px;
  height: 117px;
  object-fit: contain;
  margin:auto;
    
}

.service > div > div.service-icon >img{
  margin:23%;
  height:63px;
  width:63px;
}

.service-icon{

}

.service-border-lt{
  border-left: 1px solid #f0f0f0;
}

.service-border-btm{
  border-bottom: 1px solid #f0f0f0;
}

.service-border-rt{
  border-right:  1px solid #f0f0f0;
}

.service1{
  background:url('../images/img/service1.png');
}

.service2{
  background:url('../images/img/service2.png');
  
}

.service3{
  background:url('../images/img/service3.png') no-repeat;
  
}

.service4{
  background:url('../images/img/service4.png') no-repeat;
  
}

.service5{
  background:url('../images/img/service5.png') no-repeat;
  
}

.service-h {  
  height: 20px;
  object-fit: contain;
  font-family:'ProximaNova-Regular';
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top:20px;
}

.service-text{
  padding:10px 0px;
  height: 17px;
  object-fit: contain;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color:#dbdbdb;
}

.loginsignup{
  border-radius: 25px;
  background-color:#007d9f;
}


.vertical-slider .container{
  
 
 }

 .vertical-slider .container  .row{

 }

.vertical-slider .container  .row > div{
   }


.vertical-slider .slide{
  height:850px;
  overflow:hidden;
}

#slide1{
 background-color:#f5fcff;
}



#slide2{
  background-color:#e5f7ff;
}

#slide3{
  background-color:#daf1fc;
}

#slide4{
  position:relative;
  background-color:#c6e7f7;
}

.vertical-slider .slide:nth-child(odd) {
  
}


.vertical-slider * h3.text1{
  margin:0px 0px 0px 0px !important;
  /* height: 29px; */
  object-fit: contain;
  font-family:ProximaNova-Regular;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #01587b;
}

.vertical-slider * h2.text2{
  margin:11px 0px 0px 0px !important;
  object-fit: contain;
  font-family: ProximaNova-Regular;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.vertical-slider * ul{
    margin: 25px 0px;
    list-style-position: inside;
    padding-left: 0px;
}

.vertical-slider * ul > li{
  list-style-type: initial !important;
  object-fit: contain;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #5c5c5c;
  margin-left:5%;

}



.slide-content1,.slide-content2,.slide-content3, .slide-content4 {
  padding-left:5%;
  padding-right:5%;  
 
}


.slide-img{
  border-top: none !important;
  vertical-align: middle !important;
  overflow: hidden;

}

.bottom-section{
  
  
  background-color:#fff;
  position: relative;
  overflow: hidden;
  
}

.bottom-section >.row{
  
  
}


.bottom-img1{
  position: relative;
  bottom: 70px;
}

.bottom-section * h1{
  object-fit: contain;
  font-family: ProximaNova-Regular;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.bottom-section * p{
 
  max-width: 559.2px;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #6e6e6e;
}

.bottom-left-content * ul {
  
  padding:10px 0px!important; 
}

.bottom-left-content * ul > li{
  list-style-position:outside;
  list-style-type : disc !important;
  margin-left:12px;
  object-fit: contain;  
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #6e6e6e; 
}

.apple-img{
  margin-left:16px;
}

footer{
  position:relative;
  padding:10px 55px;
  background-color: #358AB2;
  /* background: url('https://res.cloudinary.com/daedgnllx/image/upload/v1600768024/athancare_website_assets/home/backgrounds/footer_back_wszufu.png'); */
  background-size:cover;
  background-repeat: no-repeat;
  color:#fff;
  font-family: ProximaNova-Regular;
  padding:50px;
  font-size:16px;

}

.footer-block{
  height:218px;
}
.ft-block1 > img{
  padding:7px 0 18px 0;
}

.ft-block1 > p{
  line-height: 1.5;
}

.ft-block2,
.ft-block4{
  min-height:100%;
  padding:10px;
  border-left:1px solid #ffffff1c;
  border-right:1px solid #ffffff1c; 
}

.ft-block2 > h3,
.ft-block3 > div > h3,
.ft-block4 > h3,
.ft-block5 > h3{
  margin-bottom:12px;
  font-family: ProximaNova-Bold;
  font-size:18px;

}

.ft-block2 > ul > li,
.ft-block3 >  div > ul > li,
.ft-block4 > ul > li{
  opacity:0.8;
  padding:5px 0;
  text-decoration: underline;
}

.ft-block5 > a{
  text-decoration: none;
}

.ft-block3,
.ft-block5{
 padding-top:10px;
}
.ft-block3-s1{
    /* padding:0 16px 15px 16px; */
}

.ft-block3-s2{
  padding:15px 16px 0 16px;
}

.ft-block3-s1{
  /*border-bottom:solid 1px #ffffff1c;*/
}

/*ul.footer-list {
  display:inline-block;
  width:50%;
}*/

.copyright{
  display: inline-block;
  width:50%;
  text-align: right;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: rgba(79, 79, 79, 0.6);
}

footer > ul > li{
  padding:10px;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #6e6e6e;

}   

footer ul li a,
footer ul li a:focus{
   color: #fff;  
}

.dd-menu-active{
      border-radius: 5px;
      background-color:#e6f6ff;
      color:#31789f !important;
      font-weight:600;
      text-transform: capitalize;
  }

.docls-col1{
    position:relative; 
    display:inline-block;
    width:21%;
    padding-top:15px;
    text-align: center;
    
}
/* .docls-col1 >img{
    box-shadow: 1px 1px 31px #80808017;
    object-fit: cover;
    width:80%;
    height:117px;
    background-color: #c2bde6;
} */

.doc-list-img{
  box-shadow: 1px 1px 31px #80808017;
  object-fit: cover;
  width:130px;
  height:130px;
  border-radius : 50%;
  vertical-align: top;
  background-color: #c2bde6;
  display:inline-block;
}

 .docls-col2{
    display: inline-block;
    border-bottom:1px solid #e8e8e8;
    padding:0;
    width:100%;
    vertical-align:top;
  }

  /* .doclist-bookappt{
    width: 30%;
  } */

 .docls-bookappt{
    text-align:center;
    padding:0;
    /* width: 30%; */
    display: flex;
    justify-content: center;
    /* margin-top: 35px; */
  }

  .docls-bookappt button{
    margin: 0 10px;
  }

  .docls-cardbottom{
      padding: 0;
  }

  .docls-address, .docls-doctorfees{
    font-family: ProximaNova-Semibold;
  }

 .docls-address{
      /* padding: 0 50px; */
      padding:0 25px;
      margin-top:6px;

  }

 .docls-feedback{
      margin-top:6px;
      padding:0;
      width: 20%;
  }

   .docls-data{
      min-height:150px;
      padding:15px 20px;
      /* padding-top:15px;
      padding-bottom:5px; */
      border-right:1px solid #e8e8e8;
    }
   .docls{
        padding:0;
        padding-right:15px;

    }
    .docls-h{

    }
    .docls-bot{
        /* margin-left:21%; */
        /* width:79%; */
        width: 100%;
        padding:15px 0 15px 0;
    }

    .docls-botContainer{
        padding: 0 40px;
        margin-left: 123px;
    }

   
    .docls-address > span,
    .docls-feedback > span {
        top:3px;
        display: inline-block;
        vertical-align: top;
        padding:2px 7px;
      }

    .docls-address > span.addr-text,
    .docls-feedback > span.fb-text{
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width:85%;
      font-family: ProximaNova-Regular;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: normal;
      text-align: left;
      color: #1e1e1e;
      text-transform: capitalize;

    }

    .docls-doctorfees{
      margin-top:13px;
      padding:0 35px;
      color: #1e1e1e;
      font-size: 14px;
      font-family: ProximaNova-Regular;
    }

    .docdetails-doctorfees{
      display: flex;
      align-items: center;
      padding: 0;
      color: rgba(30, 30, 30, 0.7);
      margin: 0;
    }

    .docls-doctorfees > span{
      /* margin: 0 5px; */
    }
    
    .docls-bookappt > button{
        display: flex;
        justify-content: center;
        padding:13px 0;
        /* color:#49add7; */
        color: #fff;
        font-family: ProximaNova-Regular;
        font-weight: bold;
        font-size:13px;
        border-radius: 26px;
        border: solid 1px #49add7;
        /* background-color: #ffffff; */
        background-color: #2886af;
        width:77%;         
    } 
    .docls-bookappt > button:hover{
      /* background:#49add7; */
      background: #ffffff;
      /* color:#fff; */
      color: #2886af;
    }

    .docls-docdata{
        border-radius: 8px;
        box-shadow: 0px 2px 5px 0 rgba(188, 188, 188, 0.2);
        border: solid 1px #ebebeb;
        background-color: #ffffff;        
        margin-top:15px;
        margin-bottom:15px;
    }
   
     

    .docls-col1 >.doc-likes{
          /*position:absolute;
          left:52px;*/
        font-family:Proximanova-Regular;
        font-size:14px;
        padding-top:14px;
        padding-bottom:0;
    }
    .docls-col1 >.doc-likes >.glyphicon{
        margin-top:-4px;
        margin-right:4px;
        font-size:20px;
        vertical-align: middle;
    }  



    .docls-data-h{
        font-family: ProximaNova-Semibold;
        font-size: 16px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        
        text-transform: capitalize;
    }
    .docls-data-h > a{
      color: #1e1e1e !important;
    }
    .docls-data-details{
      overflow: hidden;
      /*margin-top:8px;*/
    }

    .docls-data-details > ul{
      margin-bottom: 0;
    }

    .docls-data-details > ul > li{
        white-space:nowrap; 
        overflow: hidden;
        text-overflow:ellipsis;
        margin-top:4px;
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.4;
        letter-spacing: normal;
        text-align: left;
        color: rgba(30, 30, 30, 0.7);
        text-transform: capitalize;
    }
    .docls-timings{
      padding: 20px;  
    }

    .docls-time-icon{
        padding-top:8px;
        padding-bottom:8px;
    }
    .docls-time{
        padding:10px 2%;
        font-family: ProximaNova-Regular;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        width: 50%;
    }
    .doctor-listing-section > .container{
        padding:20px 15px;
        background-color: #fff;
    }

    .bread-crumbs{

        padding:15px 35px;
        font-family: ProximaNova-Regular ;
        font-size: 13px;
        font-style: normal;
        font-stretch: normal;
        line-height:2.0;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        background-color: #f3f5f7 !important;
    }

    .bread-crumbs > .glyphicon-menu-right{
      font-size:11px;
      margin-left:5px;
      margin-right:5px;
    }

    .bread-crumbs > a{
      font-size:14px;
      font-family:ProximaNova-Regular;
      color:#000000;
    }
    .listing-filter{
      padding-left:10px;
      padding-right:25px;
    }
    .listing-filter > .lf-h,
    .docls-h{

        font-family: ProximaNova-Regular;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        text-transform: capitalize;
    }

    .docls-h > .ls-title{

    }

    .docls-h > .ls-count{
      opacity: 0.7;
      font-family: ProximaNova-Regular;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      
      letter-spacing: normal;
      text-align: left;
      color: rgba(30, 30, 30, 0.7);
    }

    .listing-filter > .lf-block{
        border-radius: 8px;
        border: solid 1px #e5e5e5;
        background-color: #ffffff;
        margin-top:15px;
        margin-bottom:15px;
    }

    .lf-title{
        padding:12px 15px;
        border-bottom:solid 1px #e5e5e5;       
        
    }
    .lf-title:hover{
      cursor: pointer;
    }
    .lf-title-text{
        width:50%;
        display: inline-block;
        font-family: ProximaNova-Regular;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e; 

    }

    .docls-clinic-imgs{
        
        padding:0 0 15px 0;
    }

    .docls-clinic-imgs > img{
        object-fit: cover;
        height:44.5px;
        width:22%;
        border-radius: 6px;
        background-color: #c2bde6;
        margin:2px;
    }

    .loc-filter-checks{
      padding:10px 0 0 0;
    }

    .lf-title-icon{
        width:48%;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
        font-size:14px;
    }
    .lf-loc-list,
    .lf-time-list{
        padding:12px 15px;    
    }
    .lf-loc-list > ul{
    
    }

    .lf-loc-list > ul > li,
    .lf-time-list > ul > li{
       text-transform: capitalize;
      /*opacity: 0.7;*/
      font-family: ProximaNova-Regular;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      
      letter-spacing: normal;
      text-align: left;
      color: rgba(30, 30, 30, 0.7);
    }

.docls-alltimings{
  display:none;
  box-shadow:1px 1px 4px #80808033;
  width:100%;
  position:absolute;
  background-color:#fff;
  padding:10px;
  z-index:1;
  font-size:12px;
  font-family: ProximaNova-Regular;
  text-align:left;
  left:0;
  color:rgba(30, 30, 30);

}

.docls-showmore-time{
  position:relative;
  color :#105473;
  font-size:13px;
  font-family: ProximaNova-Semibold;
  margin-top:4px;
}

.docls-showmore-time:hover .docls-alltimings{
  display:block;
}

.slotsNA{
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center
  /* padding:92px 0; */
}

.refreshingSlotsComponent{
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center
}


.choose-appt-title{
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  color: #000;
}

.ba-head{
  width: 100%;
      border-bottom:1px solid #e3e3e3;
        /*background-color: #49add7;*/
      padding:15px;
      font-size:0;
      display: flex;
      justify-content: space-between;
    }
    .ba-head-title{
        width:50%;
        display:inline-block;   
        font-family: ProximaNova-Regular;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000; 
    }
    .ba-close{
        display: inline-block;
        width:50%;
        text-align: right;
        vertical-align: top;
    }
    .ba-close >img{
      width:13px;
      height:13px;
      position: relative;
      top:3px;
    }


    .ba-todayslot,
    .ba-tomorrowslot {
        /*border-right: 1px solid #ccc;*/
        height: 61px;
        background-color: #f4f4f4;
        cursor: pointer;
        padding: 15px 0px;
        border-bottom: 1px solid #ccc;
        text-align:center;
        background-color:#2886af;
        color:#94bccd;
    }

    .ba-tomorrowslot{
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }

    .ba-todayslot > h3,
    .ba-tomorrowslot > h3{
        font-family: ProximaNova-Regular;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin-bottom:2px;
      
    }

    .ba-todayslot > p,
    .ba-tomorrowslot > p{
       
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        
    }

    .activeTab{
       box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
        border-bottom: 3px solid #ffffff;      
        background-color:#2886af;
        /*background: url(../images/small-arrow.png) no-repeat center 55px  !important;*/
    }

    .activeTab h3{
        color: #fff
    }
    
    .activeTab p{
        color:#fff;
    }
    .activeTab:hover{
        border-bottom: 3px solid #fff !important;
        /*color: #0d85e4;*/
    }
    .ba-selectdate{
        background:url('common/images/Calender-16.png') no-repeat;
        background-position: 70%
    }
    
    .ba-mtime-heading h3,
    .ba-atime-heading h3,
    .ba-etime-heading h3,
    .ba-ntime-heading h3 {
        font-family: ProximaNova-Semibold;
        opacity: 0.7;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.7);
        padding:20px 55px;
        text-align: left;
        margin:0 30px;
    }

    .ba-mtime-heading h3{
      background:url('../images/img/morning-grey.png') no-repeat;
      background-size:40px;
      background-position:0 10px;
    }

    .ba-atime-heading h3{
      background:url('../images/img/afternoon-grey.png') no-repeat;
      background-size:40px;
      background-position:0 10px;
    }

    .ba-etime-heading h3{
      background:url('../images/img/evening-grey.png') no-repeat;
      background-size:40px;
      background-position:0 10px;
    }

    .ba-etime-heading .ConsultingIcon{
      background:url('../images/img/video-xs.png') no-repeat;
      background-size:40px;
      background-position:0 10px;
    }

    .ba-ntime-heading h3{
      background:url('../images/img/night-grey.png') no-repeat;
      background-size:40px;
      background-position:0 10px;
    }

    .ba-mtime-heading ul {
        padding:10px 25px;
        background-color:#f2f9ff;
    }
    .ba-atime-heading ul {
        padding:10px 25px;
        background-color:#f4f7e2;
    }
    .ba-etime-heading ul {
        padding:10px 25px;
        background-color:#f5f5f5;
    }
    .ba-ntime-heading ul {
        padding:10px 25px;
        background-color:#f4f7e2;
    }


    .time-chart li{
        display:inline-block;
        font-family: ProximaNova-Regular;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        background:#fff;
        margin:3px;
    }

    .ba-slotbt {
        width: 76px;
        color: #0d85e4;
        border-color: #0d85e4;
        padding:7px;
        border-radius: 5px;
        background-color:#fff;
        border:1px solid !important;
    }

    button.ba-slotbt:disabled{
        color: #969696 !important;
        border-color: #969696 !important;
        background:transparent !important;
        text-decoration: line-through;
    }

    button.ba-slotbt:disabled:hover{        
        color: #969696 !important;
        border-color: #969696 !important;
    }

    .activeslot{
        background-color: #49add7;
        color:#fff;
    }

    button.ba-slotbt:hover{
        background-color:#0d85e4;
        color:#fff;
    }
    .ba-bottom{
        text-align: right;
        padding:15px 20px;
    }
    .ba-selected-slot{
        margin-right: 20px;
        display: inline-block;
        font-family: ProximaNova-Regular;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #969696;
    }
    .ba-continue{
        display: inline-block;
    }
    .ba-continue button,
    .appointment-msg button,
    .bs-btn-submit{
        padding:10px 67px;
        border-radius: 30px;
        border: solid 1px #49add7;
        background-color: #ffffff;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.85;
        letter-spacing: normal;
        text-align: left;
        text-transform: uppercase;
        background-color: #2886af;
        color:#fff;
    }

    .ba-continue button:disabled,
     .appointment-msg button:disabled,
    .bs-btn-submit:disabled{
      opacity:0.5;
    }

    /*.ba-continue button:hover:enabled,
    .bs-btn-submit:hover:enabled,
     .appointment-msg button:hover:enabled{
       background-color: #49add7;
       color:#fff;
    }*/

    .form-control{
      border-color:#c5c5c5;
    }

    /*.sd1-content{
      font-size:0;
      padding:20px 25px;
    }

    .sd1-col1{
      display: inline-block;
      padding:width:;
      width:40%;
      border:1px solid #000;
    }
    .sd1-docdata-head{
      font-size: 0;
      border:1px solid #000; 

    }

    .sd1-date{
      display:inline-block;
      width:50%;
      font-size: 16px;
      text-align: left;
    }
    .sd1-time{
      display:inline-block;
      width:50%;
      font-size: 16px;
      text-align: right;
    } 

    .sd1-docdata-data{
      padding:15px;
      font-size: 0;

    }

    .sd1-doc-img{
      display:inline-block;
      width:35%;
    }

    .sd1-doc-img > img{
      height:91px;
      width:92px;
    }

    .sd1-docdata-spec{
      display: inline-block;
      width:60%;
      font-size:14px;
      vertical-align: top;
    }
    .sd1-docdata-spec h3{
      font-family: ProximaNova-Regular;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.75;
      letter-spacing: normal;
      text-align: left;
      color: #1e1e1e;
    }*/

    .formbook * input{
      /*margin-bottom:10px;
      padding:18px 15px;
      margin-right:10px;*/
    }

    .formbook * button{
      margin:20px;
    }

    .sd1-pat-img{
      display: inline-block;

    }

    .sd1-pat-img >img{
      width:20px;
      height:20px;
      border-radius: 50%
    }
    .patient-with-number{
      width:73%;
      white-space: nowrap;
      text-overflow: ellipsis; 
      display: inline-block;
      font-size: 14px;
      line-height: 2;
      letter-spacing: normal;
      text-align: left;
      
      text-transform: capitalize;
      margin-left:10px;
    }

    .pat-data-for-book{
      margin-top:25px;
      margin-bottom:0;
      height:150px;
      overflow-y:auto;
    }

    .pat-data-for-book > li{
      padding:0 20px 0 0;
      
    }

    .pat-data-for-book > li>div{
      border-radius: 32.5px;
      border: solid 1px #c5c5c5;
      background-color: #ffffff;
      padding:5px 10px;
      margin-bottom:15px;
      color: #000000;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .sd1-docname{
      margin:20px auto 10px auto;
      font-family: ProximaNova-Semibold;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 0.9;
      letter-spacing: normal;
      text-align: center;
      color: #fff;
      text-transform: capitalize;
    }



    .dd-block{
        /*margin-top:15px;*/
        padding:20px;
        background-color:#fff;       
        font-size: 0;   
    }
    .dd-left{
        display:inline-block;
        width:78%;
        vertical-align: top;    
                        
    }
    .dd-right{
        display: inline-block;
        width:22%;
        padding-left:15px;
               
      
    }
    .dd-docdetail{
        width:100%;
        font-size: 0;
         padding:15px;
        display: inline-block;
        border-radius: 10px;
        box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);
        border: solid 1px #ebebeb;
        background-color: #ffffff;


    }
    .dd-docimg{
      position:relative;
      display:inline-block;
      vertical-align:top;
      width:20%;
      text-align: center;
      font-size: 18px;
      text-align: -webkit-center;
    }

    .dd-docimg > .dd-profile-img{
      /* width:142px; */
      width: 142px;
      height: 142px;
      border-radius: 50%;
      background-color:#49add7;
      overflow: hidden;
      display: flex;
      justify-content: center;
    }

    

    .dd-docimg > .dd-profile-img > img{
        /* width:100%;
        height:142px;        */
        width:100%;
        height:100%;       
    }

    .default-img{
      width: auto !important;
    }


    .dd-perdetail {
        min-height:150px;
        padding:0 10px;
        display: inline-block;
        width:50%;
        font-size:16px;
        border-right: 1px solid #0000001a;
    }
    .dd-perdetail-block > h3{
        font-family: ProximaNova-Semibold;
        font-size: 16px;
        /*font-weight: 600;*/
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: #3178a0;
        text-transform: capitalize;
    }
    .dd-perdetail-block > .dd-per-detail{     
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;  */
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: left;
        color: rgba(30, 30, 30, 0.7);
    }

    .dd-perdetail-block > .dd-per-detail > a{
      font-family:ProximaNova-Semibold;
    }

    .dd-docabout{
        min-height:150px;
        padding:0 20px;
        width:30%;       
        display: inline-block;
        vertical-align: top;
        word-wrap: break-word;
    }
/* 
    @media screen and (max-width: 600px){
      #desktop-content{
        visibility: hidden;
      }
    } */

    .dd-docabout-block > h3{
        margin-top:8px;
        font-family: ProximaNova-Semibold;
        font-size: 15px;
        /*font-weight: 600;*/
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #3178a0;
        text-transform: capitalize;
    }
    .dd-docabout-text{
        margin-top:10px;
        margin-bottom:15px; 
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: rgba(30, 30, 30, 0.7);
    }
    .dd-docabout-btn{
        border:1px solid #49add7;
        font-size: 14px;
        background-color:transparent;
        padding:5px 20px;
        border-radius: 33px;
        font-family: ProximaNova-Regular;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: normal;
        text-align: left;
        color: #49add7;

    }
    .dd-docabout-btn:hover{
      background-color:#49add7;
      color:#fff;
    }
    .dd-doc-likes{
        position: absolute;
        /* left:50px; */
        width:80%;
        vertical-align: middle;
        padding-top:12px;
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #7aaf05;
    }

    .dd-doc-likes > span{
      position:relative;  
      top:3px;
      margin-left:8px;
    }

    .dd-main{
        margin-top:20px;
        font-size: 0;
        
    }
    .dd-side-menu{
        
        display: inline-block;
        width:22%;
        font-size: 16px;
        padding:10px 7px;
        border: solid 1px #e5e5e5;
        background-color: #ffffff;
        border-radius: 10px;

    }
    .dd-side-menu > ul > li{
        padding:2px 15px;
        font-family: ProximaNova-Semibold;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.53;
        letter-spacing: normal;
        text-align: left;
        color: #858585;
    }
    .dd-side-menu > ul > li:hover{
        cursor:pointer;
        /*border:2px solid #e6f6ff;
        border-radius: 5px;*/
        color:#31789f;
        
    }
    .dd-doc-detail{
        display: inline-block;
        padding:0 20px;
        width:77%;
        font-size: 16px;
        vertical-align: top;
        box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);
        border: solid 1px #ebebeb;
        border-radius:10px;
        background-color: #ffffff;
        font-size:0px;
        margin-left:1%;
        margin-bottom:267px;
    }
    

    .dd-clinic{
        /*box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);*/
        
        padding:20px 10px 0 10px;
    }

    .dd-clinic-block{
      margin-top:17px;
      border-bottom: 1px solid #e3e3e3;
    }

    .dd-clinic > div{
          margin-bottom:14px;
          
        }

    .dd-clinic-col1{
        display:inline-block;
        font-size:18px;
        vertical-align: top;
        /* width:40%; */
        width: 60%;
        padding:10px 10px 10px 0;
        background-color: #ffffff; 
    }
    .dd-clinic-col1 > h2{
      margin-bottom:5px;
        font-family: ProximaNova-Regular;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #1e1e1e;
        text-transform: capitalize;
    }
    .dd-clinic-col1 > h3{
        font-family: ProximaNova-Semibold;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: #3178a0;
        text-transform: capitalize;
    }
    .dd-clinic-col1 > p{
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #777777;
        text-transform: capitalize;
    }
    .dd-clinic-col2{
        display:inline-block;
        vertical-align: top;
        font-size:18px;
        /* width:62%; */
        width: 45%;
        /* padding:42px 9px 10px 9px;  */
        padding: 22px 9px 22px 0px;
    }
    .dd-days{
        font-family: ProximaNova-Regular;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000000;
        margin-bottom:10px;

    }
     .dd-time{
        font-family: ProximaNova-Regular;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #8a8a8a;
        margin-top:8px;        
    }
    .dd-clinic-col3{
        /* margin-top:14px; */
        display:inline-block;
        font-size:18px;
        vertical-align: bottom;
        /* width:38%; */
        width: 55%;
        padding:0 0 20px 10px;  
    }
    .dd-clinic-images > img{
      margin:3px 3px 3px 0;
        width: 45px;
        height: 46px;
        border-radius: 6px;
        background-color: #c2bce9;
    }
    .dd-clinic-col3 > .dd-viewmap{
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #3178a0;
    }
    .dd-specializations,
    .dd-service,
    .dd-experience{
        /*box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);*/
        /*border-bottom: solid 1px #ebebeb*/
        background-color: #ffffff;
        padding:10px 10px;
    }
    .dd-experience{
      padding-top:0;
    }
    .dd-feedback{
        padding:20px 10px;
        /*  min-height: 85vh;*/
    }

    .dd-specializations > div,
    .dd-experience > div,
    .dd-service > div {
      border-bottom: solid 1px #ebebeb;
    }

    .dd-clinic > div > h3,
    .dd-specializations > div > h3,
    .dd-experience > div >h3,
    .dd-service > div > h3,
    .dd-feedback > div > h3{
        font-family: ProximaNova-Semibold;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.87;
        letter-spacing: normal;
        text-align: left;
        color: #3178a0;
        margin-bottom:10px;


    }
    .dd-specializations> div > ul,
    .dd-service > div > ul,
    .dd-experience > div > ul {
      padding-left:10px;
    }
    .dd-specializations > div > ul > li,
    .dd-service > div > ul > li,
    .dd-experience >div > ul > li
    {   display:inline-block;
        vertical-align:top; 
        font-family: ProximaNova-Regular;
        font-size: 15px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2a2a2a;
        padding:6px 0 6px 0;
        margin-left:17px;
        margin-right:20px;
        width:43%;
        text-transform: capitalize;
        word-wrap: break-word;
    }
    .dd-specializations >div> ul > li::before,
    .dd-service >div> ul > li::before,
    .dd-experience >div> ul > li::before,
    .dd-feedback >div> ul > li::before{
      content: "\2022";
      position:relative;
      top:2px;
      color: #949494;
      font-size: 28px;
      font-weight: bold;
      display: inline-block; 
      width: 1em;
      margin-left:-1em;
      margin-top:5px;
    }
    .dd-feedback >div> ul > li{
        list-style-type: none;
        font-family: ProximaNova-Regular;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #2a2a2a;
        padding:9px;
        margin-left:3%;
        /*text-transform: capitalize;*/
    }
    .dd-feed-title{
        font-family: ProximaNova-Regular;
        display: inline-block;
        width:50%;
        text-transform: capitalize;

    }
    .dd-feed-time{
        display: inline-block;
        width:50%;
        text-align: right;
        font-family: ProximaNova-Semibold;
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #3885b2;
    }
    .dd-feedback >div> ul > li > p{
        margin-top:10px;
        opacity: 0.67;
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        word-break: break-all;
        color: rgba(42, 42, 42, 0.67);
    }
    .dd-appinstall{
        border-radius:10px;
        box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);
        border: solid 1px #ebebeb;
        background-color: #ffffff;
        padding:20px 15px;
        margin-bottom:20px;
    }
    .dd-appinstall >h2{
        font-family: ProximaNova-Regular;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #3885b2;
    }
    .appins-img {
        
    }
    .appins-img * img{
        width:85px;
        height:27px;
        margin-top:20px;

    }
    .dd-app-benefits{
        border-radius:10px;
        box-shadow: 0px 2px 4px 0 rgba(188, 188, 188, 0.2);
        border: solid 1px #ebebeb;
        background-color: #ffffff;
        font-size:14px;
        padding:20px 10px;
    }
    .dd-app-benefits > h2{
        font-family: ProximaNova-Regular;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #3885b2;
        margin-bottom:15px;
    }
    .dd-app-benefits > ul > li{
        list-style-type: none;
        margin-left:1%;
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.14;
        letter-spacing: normal;
        text-align: left;
        color: #757575;
    }
    .dd-app-benefits > ul > li::before{
      content :"-";
    }
  
    .dd-feed-ques{
        margin-left:4%;
    }
    .dd-feed-ques > div{
        display:inline-block;
        font-family: ProximaNova-Regular;
        font-size: 14px;
        font-weight: 600;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #3885b2;
    }
    .dd-feed-ques > div > button {
        margin-left:10px;
    }
    .fixSide{
        position:fixed;
        top:100px;
    }
    .dd-nodata-msg{
        font-size:14px;
        font-family: ProximaNova-Regular;
        opacity:0.4;
        padding:10px;
    }

    ng-map {
      width: 95%;
      height: 150px;
      /* margin-bottom: 20px; */
      margin: 0 auto 20px auto;
    }
     
    

  

 


  /* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 5px;
  pointer-events: none;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

 


  

.pad-top-100{
  padding:100px 0px;
}

.s-img1{

  width:86%;
 
}

.s-img2{
  
  width:70%;
 
}

.s-img3{
  
  width:76%;
 
}

.s-img4{
  
  width:52%;
 
}


.fade-in{
  opacity: 1;

}

/*ABOUT US*/
.aboutus-container{
  background-color:#fff;
  padding:0px;
  overflow: hidden;
}

.about-1{
  /* background:url('../images/img/aboutus_back.png') no-repeat; */
  background-position:right top;
  background-size: contain;
}

.aboutUsContent{
  width: 60%;
}

.aboutUsImage{
  width: 40%;
  padding-top: 30px;
}

.aboutUsImage img{
  width: 85%;
}

.content-1 > h1, .content-2 > h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #131313;
}

.content-1 > p{
  margin-top: 20px;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.content-2{
  margin-top:60px;
}
/*.content-2 > ul{
  margin-top: 20px;
}*/

.content-2 > p{
  margin-top:20px;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.content-3 > ul > li{
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.about-4{
 
}

.about-3 > .container > h1, .content-4 > h1
,.content-5>h1{
  padding:50px 0 50px 0;
  font-family: ProximaNova-Bold;
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #131313;
}
.heading-b::before{
  position:relative;
  bottom:12px;
  right:10px;
  content:"\00a0\00a0\00a0\00a0\00a0\00a0";
  border-bottom: 4px solid #49add7;
  box-sizing: border-box;
}

.about-3 > .container > div.row{
  transform:scale(0.95);

}

.about-3 > .container > div.row > div{
  margin:0px 0px;

}

.about-3 > .container >div.row > div > img{
  border-radius:10px;
  box-shadow: 1px 1px 7px #8080803d;
}

.member-caption{
  position: relative;
  left:13%;
  bottom:50px;
  width:270px;
  margin:auto;
  padding:20px 45px;
  background:url('../images/img/lay.png') no-repeat;
  background-position:top left;
  
}

.member-caption > h4{
  height: 13px;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.member-caption > h5{

  height: 13px;
  font-family: ProximaNova-Regular;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #6d6d6d;
}

.content-4 > p{
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
  margin-top: 20px;
}

/* About us Team Section New start */

.teamSliderSection{
  height: 470px;
}
.teamHeading{
  color: #131313;
  font-family: ProximaNova-Bold;
  font-size: 34px;
  text-align: center;
}

#wrapper {
  margin: 50px 0;
  width: 100%;
	/* height: 350px; */
	/* position: absolute; */
	left: 0;
	bottom: 0;
}
 
.owl-carousel{
  margin-top: 65px;
  height: 320px;
}
/*
.owl-carousel .owl-stage-outer{
  height: 320px;
}

.owl-carousel .owl-stage{
  height: 320px;
} */

.owl-carousel .owl-item{
  text-align: center;
	width: 167px;
  height: 320px;
  margin: 0 20px; 
}

.owl-carousel .owl-item:hover{
  cursor: pointer;
}
/* 
.owl-carousel div {
	text-align: center;
	width: 167px;
	height: 320px;
	float: left;
  position: relative;
  margin: 0 20px; 
} */

.owl-carousel div img {
	border: none;
	width: 100%;
  height: auto;
}
.owl-carousel div span.memberName{
  display: block;
  color: #131313;
  font-size: 18px;
  font-family: ProximaNova-Bold;
  line-height: 1.2;
  margin-top: 20px;
  white-space: nowrap;
}

.owl-carousel div span.memberDesignation{
  display: block;
  color: #49add7;
  font-size: 16px;
  font-family: ProximaNova-Regular;
  line-height: 1.2;
  margin-top: 5px;
  white-space: nowrap;
}

#pager {
  text-align: center;
  padding-top: 20px;
}
#pager a {
  background: #ccc;
  display: inline-block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
#pager a.selected {
  background: #999;
}
#pager a:hover {
  background: #666;
}
#pager a span {
  display: none;
}
/* #carousel div:hover span,
#carousel div.hover span {
	background-color: #333;
	color: #fff;
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 3px;
} */

/* About us Team Section New end */


/*for doctors*/
.fordoc-container{
  background-color:#fff;
  padding: 0px;
  overflow: hidden;
}
.fordoc-1{
  margin:73px 0 0 0;
  /*padding:0px 50px;*/
  background:url('../images/img/fordoc-header1.png') no-repeat;
  background-position: top left;
  background-size:100% 100%;
}

.fordoc-1 > .container{
  overflow:hidden;
}

.fd-content-top{
  margin:9% 0 12% 0;
}

.fordoc-1 * h1{
  font-family: ProximaNova-Bold;
  font-size: 2rem;
  /*font-weight: bold;*/
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color:#fff;
  
}


.fordoc-1 * .btn,
.joinus > div.container * .btn{
  background-color:#ff9e37;
  font-family: ProximaNova-Semibold;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  /* padding:14px 0 14px 15px; */
  padding: 16px 20px;
  overflow: hidden;
  text-transform: uppercase;
}

.free-trial-btn{
  margin:20px 0;
}

.fordoc-1 * .btn,
.joinus > div.container * .btn{
  border-radius:10px;
}

.fordoc-1 * .btn-icon,
.joinus > div.container * .btn-icon{
   padding:14px 18px;
   background-color:#ed871b;
   margin-left:18px;
/*  position:absolute;
  padding:13px 15px;
  background-color:#ed871b;
  color:#fff;
  border-radius: 0 10px 10px 0;*/
}

.fordoc-1 * p{
  
  font-family: ProximaNova-Semibold;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color:#fff;
  margin:20px 0px;
}

.fordoc-1 * ul > li{  
    font-family: ProximaNova-Regular;
    font-size: 1.1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.fordoc-1 * ul > li::before{
  content: "";
  background: url(../images/img/bullet-r-arrow-white.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 6px;
  background-size: 6px 9px;
  display: inline-block;
  margin-right: 5px;
}

.fordoc-2 > .container{
  overflow: hidden;
}

.fd-content1{
  margin-top:0;
}

.fordoc-2 * h1{
  padding:2% 0 1% 0;
  font-family: 'ProximaNova-Regular';
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.fordoc-2 * h3{
  margin-top:35px;
  font-family: ProximaNova-Regular;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.fordoc-2 * label{

 font-family: 'ProximaNova-Regular';
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color:#505050; 
}

.fordoc-2 * label::before{
  content: "";
  background: url(../images/img/bullet-right-arrow.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 6px;
  background-size: 6px 9px;
  display: inline-block;
  margin-right: 5px;
}



.fordoc-2 * p{

  font-family: ProximaNova-Regular;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #505050;

}

.fordoc-2 * ul > li {
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #505050;

}
.fordoc-2 * ul > li::before {
  content: "";
  background: url(../images/img/bullet-right-arrow.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 6px;
  background-size: 6px 9px;
  display: inline-block;
  margin-right: 5px;
  margin-left:3%;
}



.fordoc-3{
  padding:18% 0px;
  background:url('../images/img/bringbackground.png') no-repeat;
  /*background-size:100% 100%;*/
  background-position:top left;
}

.fordoc-3 * h1{
  font-family: ProximaNova-Regular;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.fd-content2{
  
  padding:0px 24px;
}




.fordoc-3 * p{
  margin-top:15px;
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #505050;

}

.fordoc-3 * ul > li{
  font-family: ProximaNova-Regular;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.fordoc-3 * ul > li::before{
  content: "";
  background: url(../images/img/bullet-right-arrow.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 6px;
  background-size: 6px 9px;
  display: inline-block;
  margin-right: 7px;
}

.fordoc-4{
  padding:4% 0 6% 0;
    
}

.fordoc-4 * h1{
  font-family: ProximaNova-Regular;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}



.fordoc-4 * p{
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #505050;

}

.fordoc-4 * ul > li{
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.fordoc-4 * ul > li::before{
    content: "";
    background: url(../images/img/bullet-right-arrow.png);
    background-repeat: no-repeat;
    height: 10px;
    width: 6px;
    background-size: 6px 9px;
    display: inline-block;
    margin-right: 7px;
}

.fd-content4{
  margin-top:13%;
}

.fordoc-5{
  padding:12% 0;
  background: url(../images/img/athancare-app-background.png) no-repeat;
  /*background-size: 100% 101%;*/

}

.fordoc-5 * h1{
  font-family: ProximaNova-Regular;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}


.fordoc-5 * p{
  margin-top:10px;
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #505050;

}

.fordoc-5 * ul > li{
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.fordoc-5 * ul > li:before{
  content: "";
  background: url(../images/img/bullet-right-arrow.png);
  background-repeat: no-repeat;
  height: 10px;
  width: 6px;
  background-size: 6px 9px;
  display: inline-block;
  margin-right: 7px;
}


.fd-content5{
  margin-top: 11%;
}

.customer-rev-content > h1{
  font-family: ProximaNova-Regular;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1a1b1f;
}

.customer-rev-content > p{
  margin:auto;
 
  font-family: ProximaNova-Regular;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #505050;
}

.doc-img{
  
  width: 99%;
  height: auto;
  text-align: right;
  object-fit: contain;
}

.doc-img1{
    padding: 13% 0 0 0;
     width:100%;
    height: auto;
    text-align: right;
    object-fit: contain;
}

.fordoc-6{
  padding: 7% 0px 0px 0px;
}

.fordoc-6 > .container{
  overflow:hidden;
}

.customer-rev-content > p{
  margin-top:13px;
}

/* >>>>>>>>>>>>>>> for doctor new styling start <<<<<<<<<<<<<<<<<<< */

/* .forDocContainer{
  background: #126FAE;
  padding: 0;
  height: 675px;
  margin: 80px 0 0 0;
} */

/* Styling section 1 */

.section_1{
  background: url('../../common/images/for_doctors/banner_section/bannerBackground.png') no-repeat;
  background-position: top right;
  background-size: 100%;
  height: 800px;
  padding: 80px 0 0 0;
}

.sectionWrapper{
  display: flex;
  align-items: center;
  padding: 50px;
  color: #fff;
}

/* Styling section content */

.sectionContent{
  flex: 1;
  padding: 50px;
  text-align: left;
  
}

/* Styling Banner title */

.sectionContent .bannerTitle {
    margin-bottom: 25px; 
}

.sectionContent .bannerTitle h2{
  font-family: PROXIMANOVA-BOLD;
  font-size: 42px;
  /* font-weight: bolder; */
  line-height: 1.2;
} 

/* Styling Banner content */

.sectionContent .bannerContent{
  font-family: ProximaNova-Regular;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}

/* Styling cta button */

.sectionContent .ctaButton{
  background: #b5e9ff;
  border-radius: 10px;
  color: #176b8f;
  font-size: 16px;
  font-family: ProximaNova-Semibold;
  padding: 13px 0;
  width: 220px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

/* Styling section image */

.sectionImage{
  background: url('../../common/images/for_doctors/banner_section/Untitled-3.gif') no-repeat;
  width: 100%;
  background-size: contain;
  flex: 1;
  height: 500px;
  padding: 0 50px;
}

/* Styling section 2 */

.section_2{
  height: 500px;
}

.receptionWrapper{
  display: flex;
}

.receptionImage{
  width: 62%;
  /* height: 480px; */
  /* background: url('../images/for_doctors/reception_section/reception_left.jpg') no-repeat; */
}

.receptionImage img{
  width: 100%;
}

.receptionContent{
  width: 38%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* padding: 80px 0; */
}

.receptionContent .receptionTitle{
  margin-bottom: 16px;
}
.contentImage{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow:  0 11px 18px 0 rgba(40, 134, 175, 0.28);
  margin-bottom: 15px;
}

.contentImage img{
  border-radius: 50%;
}

.contentTitle{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

/* .contentTitle span{
    line-height: 1.2;
    color: #333333;
    font-size: 1.8rem;
    font-family: ProximaNova-Bold;
} */

/* Styling list */

.contentList{
  color: #505050;
}
.contentList ul li{
    font-size: 15px;
    font-family: ProximaNova-Regular;
    line-height: 1.6;
    position: relative;
    padding: 0 4px;
}

.contentList span{
  padding: 0 5px 0 0;
}

/* styling section 3*/

.section_3{
  height: 755px;
  background: url('../images/for_doctors/workflow_section/workflow_background.png') no-repeat;
  background-size: 100%;
}

.workflowWrapper{
  display: flex;
  padding: 220px 0 0 0;
}

.workflowContent{
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 150px;
  padding-bottom: 110px;
  /* flex: 1; */
  /* padding: 80px; */
}

.techWorkflowTitle{
    background: url(../images/for_doctors/square_matrix.png) no-repeat;
    background-position: top left 210px;
    
}

.techWorkflowTitle span{
  font-size: 1.8rem;
}

.workflowImage{
  /* flex: 1; */
  width: 45%;
  padding-right: 50px;
  /* height: 480px;  
  background: url('../images/for_doctors/workflow_section/workflow.png') no-repeat;
  background-position: center; */
}

.workflowImage img{
  width: 100%;
}

/* Styling section 4 */



.joinus > div.container h1.joinusHeading{
  color: #fff;
  font-size: 30px;
  font-family: ProximaNova-Regular;
  line-height: 1.4;
}

.joinus > div.container h2.joinusSubheading{
  font-size: 16px;
  font-family: ProximaNova-Regular;
  color: #ffffff;
  line-height: 2;
}

.joinus > div.container div.joinusMobInput{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.joinus>div.container>div>.mob-input>div.joinusForm{
    border-bottom: 2px solid #e2e2e2;
}

.joinus > div.container div.joinusMobInput label{
    color: #ffffff;
    font-family: ProximaNova-Regular;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: normal;
}

.joinus > div.container div.joinusMobInput input{
  padding: 5px 10px;
}


/* Styling section 5 */

.section_5{
  height: 700px;
  background: url('../images/for_doctors/patient_engagement_section/Path631.png') no-repeat;
  background-size: 100%;
}

.patEngagementWrapper{
  display: flex;
  padding: 100px 0 0 0;
}

.engagementImage{
  width: 48%;
  padding: 0 0 0 100px;
}

.engagementImage img{
  width: 100%;
}

.engagementContent{
  /* flex: 1;
  padding: 80px; */
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 80px 0; 
}

.patEngagementTitle{
  background: url(../images/for_doctors/square_matrix.png) no-repeat;
  background-position: top right;
  justify-content: flex-start;
  margin-bottom: 30px;
}

/* Styling section 6 */

.section_6{
    height: 540px;
    background: url('../images/for_doctors/insights_section/insights_background.png') no-repeat;
    background-size: 100%;
}
/* 
.insightsContainer{
  padding: 150px 0;
} */

.insightsWrapper{
    display: flex;
    align-items: center;
    padding: 130px 0 0 0;
}

.insightsContent{
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 80px;
}

.insightsContent .contentImage{
  margin-bottom: 20px;
}

.insightsTitle{
  background: url(../images/for_doctors/square_matrix.png) no-repeat;
  background-size: contain;
  background-position: top right;
  padding-right: 20px;
  margin-bottom: 35px;
}

.insightsImage{
  width: 55%;
  padding: 30px 150px 0 0;
}

.insightsImage img{
  width: 100%;
}

/* style section 7 */

.section_7{
  height: 690px;
  background: url('../images/for_doctors/security_section/Path545.png') no-repeat;
  background-size: 100%;
}

.securityWrapper{
  display: flex;
  padding: 200px 0 0 0;
}

.securityImage{
  width: 45%;
  padding-left: 50px;
}

.securityImage img{
  width: 100%;
}

.securityContent{
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-bottom: 80px;
}

.securityContent .contentImage{
  margin-bottom: 25px;
}

.securityTitle{
    background: url(../images/for_doctors/square_matrix.png) no-repeat;
    padding-right: 20px;
    background-size: contain;
    background-position: top right;
    justify-content: flex-start;
    margin-bottom: 40px;
}

/* style section 8 */

.section_8{
  height: 800px;
  background: url('../images/for_doctors/myathancare_section/myathancare_background.png') no-repeat;
  background-color: #fafafa;
  background-size: 100%;

}

.myAthancareWrapper{
  display: flex;
  align-items: center;
  padding: 130px 0;
}

.myAthancareContent{
  padding: 60px 125px 0 0;
  width: 58%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.myAthancareTitle{
  background: url(../images/for_doctors/square_matrix.png) no-repeat;
  background-size: contain;
  background-position: top left 160px;
  justify-content: flex-start;
  margin-bottom: 35px;
}

.myAthancareImage{
  width: 42%;
  padding-right: 80px;
}

.myAthancareImage img{
  width: 100%;
}

.myAthancareSubheading{
  font-size: 15px;
  font-family: ProximaNova-Regular;
  line-height: 1.2;
  color: #505050;
  margin-bottom: 15px;
}

/* style section 9 */

.section_9{
  height: 600px;
  background: url('../../common/images/for_doctors/our_speciality/speciality_background.png') no-repeat;
  background-size: 100%;
  background-position-y:-10px;
}

/* Styling spec wrapper */

.specialityWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Styling speciality heading*/

.specialityHeading{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.specialityHeading .headingImage{
    width: 61px;
    height: 61px;
    border-radius: 50%;
    box-shadow: 0 11px 18px 0 rgba(40, 134, 175, 0.28);
    margin-bottom: 20px;
}

.headingText{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 30px;
    font-family: ProximaNova-Bold;
    background: url('../../common/images/for_doctors/square_matrix.png') no-repeat;
    background-position: top right 116px;
    background-size: contain;
    width: 500px;
    position: relative;
}

.headingText::after{
  padding-top: 55px;
  position: absolute;
  width: 80px;
  display: block;
  content: '';
  border-bottom: 5px solid #419BF9;
  left: 222px;
}

/* Speciality Card container */

.specialityCardsContainer{
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0;
    justify-content: space-between;
}

/* speciality card */

.specialityCard{
  border-radius: 20px;
  width: 230px;
  height: 290px;
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(112, 112, 112, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.specDoctorProfile{
    height: 200px;
    padding: 20px 0;
}

.demoButton{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    padding: 40px;
    cursor: pointer;
}

.demoButton .demoButtonText{
  display: inline-block;
  border: 1px solid #2886af;
  color: #2886af;
  text-transform: uppercase;
  font-family: ProximaNova-Semibold;
  padding: 5px 20px;
  border-radius: 60px;

}

.specImage{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gynaeImage{
  background: #ffeefa;
}

.gynaeImage img{
  width: 100%;
}
.dentistImage img{
  width: 100%;
}
.pedImage{
  background: #e9faff;
}

.othersImage{
  background: #f3d5d5;
}
.specText{
  color: #333333;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.specSeparator{
  background: #9ec8db;
  height: 3.8px;
  width: 100%;
}

/* style section 10 */

.section_10{
  height: 750px;
  background: url('../../common/images/for_doctors/product_section/product_background.png') no-repeat;
  background-size: 100%;
}

.productWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productHeading{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom:20px;
}

.productHeadingImage{
  width: 61px;
  height: 61px;
  border-radius: 50%;
  box-shadow: 0 11px 18px 0 rgba(40, 134, 175, 0.28);
  margin-bottom: 20px;
}

.productText{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 30px;
    font-family: ProximaNova-Bold;
    background: url(../../common/images/for_doctors/square_matrix.png) no-repeat;
    background-position: top right 3px;
    background-size: contain;
    width: 260px;
    position: relative;
}

.productText::after{
  padding-top: 55px;
  position: absolute;
  width: 80px;
  display: block;
  content: '';
  border-bottom: 5px solid #419BF9;
}

productDescription{
  margin-top: 67px;
}
.productDescription p{
  color: #505050;
  font-size: 18px;
  font-family: ProximaNova-Regular;
  text-align: center;
}

.playpause {
  background-image:url('../../common/images/for_doctors/product_section/play_button.png');
  background-repeat:no-repeat;
  width:50%;
  height:50%;
  position:absolute;
  left:0%;
  right:0%;
  top:0%;
  bottom:0%;
  margin:auto;
  background-size:contain;
  background-position: center;
}



.productImage{
  margin: 50px 0;
  width: 60%;
  position: relative;
}

.productImage .video{
width: 100%;
opacity: 0.8;
}


.productImage .playpause {
background-image:url(../images/for_doctors/product_section/play_button.png);
background-repeat:no-repeat;
width:50%;
height:50%;
position:absolute;
left:0%;
right:0%;
top:0%;
bottom:0%;
margin:auto;
background-size:contain;
background-position: center;
}

.productImage img{
  width: 100%;
}

/* Styling section 11 */

.section_11{
  height: 600px;
  background: #fafafa;
}

.testimonialContainer{
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}

.testimonialWrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonialHeading{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonialSlider{
  height: 600px;
  width: 100%;
  padding: 50px 0;
}

.testSlider{
  height: 600px;
}

div.testi-container{
    position: relative;
}

.nav_icons{
  z-index: 1;
}

.nav_icons img{
  width: 14px;
  height: 28px;

}

.prev_icon{
  position: absolute;
  top: 15%;
  left: 20%;
  cursor: pointer;
}

.next_icon{
  position: absolute;
  top: 15%;
  right: 20%;
  cursor: pointer;
}

.animateLeft{
  overflow: hidden;
  transform: translateX(-100%);
  transition: all 0.5s linear;
}

div.testi-slider{
    height: 270px;
}

.sliderContent{
  position: relative;
  overflow: hidden;
}

.sliderContent.ng-hide{
  opacity: 0;
  left: 0;
}

.sliderContent.ng-hide.ng-hide-active{
  opacity: 1;
  left: -100px;
}

/* .sliderContent{
  position: relative;
  overflow: hidden;
}

.sliderContent.ng-hide{
  opacity: 0;
}

.sliderContent.ng-hide-add,
.sliderContent.ng-hide-remove {
  transition: all linear 5s;
}

.sliderContent.ng-enter.ng-enter-active {
  opacity: 1;
} */

/* .sliderContent.ng-enter,
.sliderContent.ng-leave,
.sliderContent.ng-move {
  transition: 0.5s linear all;
}

.sliderContent.ng-enter,
.sliderContent.ng-move {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.sliderContent.ng-enter.ng-enter-active,
.sliderContent.ng-move.ng-move-active {
  height: 120px;
  opacity: 1;
}

.sliderContent.ng-leave {
  opacity: 1;
  overflow: hidden;
}

.sliderContent.ng-leave.ng-leave-active {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
} */

/* .sliderContent.ng-enter,
.sliderContent.ng-leave {
  -webkit-transition:all linear 0.3s;
  -moz-transition:all linear 0.3s;
  -o-transition:all linear 0.3s;
  transition:all linear 1s;
  position:absolute;
}

div.sliderContent.ng-enter {
  opacity: 1;
}

div.sliderContent.left div.ng-enter {
  left:-100%;
}

div.sliderContent .ng-enter.ng-enter-active, .slide-container .ng-leave {
  left:0;
}

div.sliderContent.right .ng-leave.ng-leave-active {
  left:-100%;
}

div.sliderContent.left .ng-leave.ng-leave-active {
  left:100%;
} */

div.testi-slider>div.sliderContent>div.testi-desc-block{
  padding-bottom: 25px;
}
div.testi-slider>div.sliderContent>div.testi-desc-block>p.testi-desc{
  width: 500px;
  margin: 0 auto;
  font-family: ProximaNova-Light;
  font-size: 16px;
  color: #000;
}

div.testi-slider>div.sliderContent>.docName{
    margin-top: 10px;
    font-size: 16px;
    font-family: ProximaNova-Bold;
    line-height: 1.6;
}

div.testi-slider>div.sliderContent>.specName{
  padding: 0;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
}

.prev_icon{
  width: 40px;
  height: 40px;
}

.next_icon{
  width: 40px;
  height: 40px;
}

div.testi-indicator{
  margin-top: 0px;
}

div.testi-indicator>ul>li{
  display:inline-block;
  width:7.5px;
  height:7.5px;
  background-color:#cccccc;
  margin:0 3px;
  border-radius: 50%;
}

/* div.testi-indicator>ul>li:hover{
  cursor:pointer;
} */


.testHeadingImage{
  width: 61px;
  height: 61px;
  border-radius: 50%;
  box-shadow: 0 11px 18px 0 rgba(40, 134, 175, 0.28);
  margin-bottom: 20px;
}

.testHeadingText{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 30px;
  font-family: ProximaNova-Bold;
  background: url(../../common/images/for_doctors/square_matrix.png) no-repeat;
  background-position: top right 20px;
  background-size: contain;
  width: 530px;
  position: relative;
}

.testHeadingText::after{
  padding-top: 65px;
  position: absolute;
  width: 80px;
  display: block;
  content: '';
  border-bottom: 5px solid #419BF9;
}

/* >>>>>>>>>>>>>>> for doctor new styling end <<<<<<<<<<<<<<<<<<< */
/*footer*/

/* .footer-sec{
  background:;
} */

.fish{
  opacity:0;
}

.fishb{
  opacity:1;

}


/*Caraousel*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.fade-carousel {
    position: relative;
}
.fade-carousel .carousel-inner .item {
    height:100%;
}

.carousel-indicators{  
  bottom:27%;
  width:auto;
  margin-left:0;
  z-index:8;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
 
  
    
   
    
    z-index: 3;
    color: #fff;
    text-align: center;

    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(0%,-220px,0);
         -moz-transform: translate3d(0%,-220px,0);
          -ms-transform: translate3d(0%,-220px,0);
           -o-transform: translate3d(0%,-220px,0);
              transform: translate3d(0%,-220px,0);
}
.hero h3 {
   margin-top:30px;
  font-family: ProximaNova-Regular;
  font-size: 1.4rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.hero h4{
 
  font-family: ProximaNova-Regular;
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.hero p{
  padding:1%;
  font-family: ProximaNova-Regular;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.fade-carousel .carousel-inner{
  
  border-radius: 5px;
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    height:250px;
    overflow:hidden;
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
   
}
.fade-carousel .slides .slide-2 {
  
}
.fade-carousel .slides .slide-3 {
  
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 600px) {
    html{
      font-size: 100%
      
    }

 
    

    .doc-review{
      overflow:hidden;
      margin-top:10%;
      background:url('../images/img/background1.png') no-repeat;
      background-position: 80px 0;
      background-size: 100%;
    }


    .bottom-section{
      height: 850px;
      padding:190px 0 0 0; 
    }

      .fd-content2{
        margin-top:13%;
      }
    
    .partner-with-us{
      margin-top:0;
    }

    .partner-with-us * .r-content > div{
      height:512px;
    }


    .s-img1{
      /* margin-top:18%; */
      margin-top:16vh;
    }

    .s-img2{
     /* margin-top:13%; */
     margin-top:13vh;
    }

    .s-img3{
      margin-top:11vh;
    }

    .s-img4{
      margin-top:11vh;
    }

     /*.slide-content1, .slide-content2, .slide-content3, .slide-content4{
        position:relative;
        margin-top:50%;
        height: 270px;
       
        

      }

      .slide-content1 {
        background: url(../images/1.png);
        background-position: center;        
        background-repeat: no-repeat;
      }
      .slide-content2 {
        background: url(../images/2.png);
        background-position: center;        
        background-repeat: no-repeat;
      }
      .slide-content3 {
        background: url(../images/3.png);
        background-position: center;        
        background-repeat: no-repeat;
      }
      .slide-content4 {
        background: url(../images/4.png);
        background-position: center;        
        background-repeat: no-repeat;
      }

      .slide-content1 > div,
      .slide-content2 > div,
      .slide-content3 > div,
      .slide-content4 > div{
        position:absolute;
        top:-8px;
        left:32px;
        width:100%;
      }
      .vertical-slider * h2.text2{
        margin-top:40px !important;
      }*/

     
      .slide-content1 {
        padding-top:50%;
      }
      .slide-content2 {
        padding-top:50%;
      }
      .slide-content3 {
        padding-top:50%;
      }

      .slide-content4 {
        padding-top:50%;
      }


    .bottom-left-content > div{
      margin:0;
    }


    .about-1 > div.container > div.row{
      padding-top:10%;
      padding-bottom:8%;
    }

    .abt-img-right{ 
      transform:translate(8%);
    }

    
    .carousel-indicators{
        left:93%;
      }

    .fordoc-5{
      padding:5% 0 4% 0;
    }

    .joinus > div.container > div>.mob-input{
      /*width:500px;
      margin:20px 36%;*/
      text-align:center;
      margin-top:50px;
      margin-bottom:40px;
    }

  .joinus > div.container > div>.mob-input>div{
      text-align: left;
      width: 37%;
      border-bottom: 1px solid #fff;
      display: inline-block;
      padding: 0 20px;
    }

   .hero{
      width:59%;
      margin:-6% 37%;
      
    }

    .fordoc-2 > .container >.row{
      margin:5% 0;
    }

    .fade-carousel .carousel-inner{
      background:transparent;
    }

    .doc-review-img{
      margin:4% 0;
      width:35%;
    }

    .bottom-section * h1{
      width: 462px;
      height: 68px;
    }

    .bottom-section{
      background-size: 240%;
    }  
  .header-m{
    background:url('../images/img/rectangle_gradient.png'), url('../images/img/hdf_c.png');
    background-position:right top, right top;
    background-repeat:no-repeat, no-repeat;
    background-size:650px, 650px;

  }


  .section-service{
    background:url('../images/img/group40.png') no-repeat;
    background-size:100%;
    padding:100px 0px;
    height:850px;
    background-color: #2b6e88;
  }  
  .fordoc-3{
    padding:5% 0;
  }     
   .fordoc-3{
        background-size: 100% 100% ;
  }

   .fordoc-5{
     background-size: 100% 100%;
    }
}
.time-chart{
  padding:15px 0;
}


.layout-modal1{
    width:75%;
}

.confirm-modal-content{
  width:750px;
  
}

.confirm-modal-center{
  margin: 15% auto;
}


ul.ba-date-drop{
    right:2px;
    left:unset
}

.show-more {
    padding: 9px 0 8px 0px;
    border-radius: 25px;
    width: 140px;
    cursor: pointer;
    /* background-color: #c3bce5; */
    border: solid 1px #c4c7c8;
    margin: 40px auto;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    /* color: #959595; */
    color: #ffffff;
    background-color: #2a799c;
  }
  
/* .show-more:hover{
    background-color: #ffffff;
    color: #959595;
} */

.color_white{
  color:#fff;
}

/* .navbar-brand>img{
  display: block;
} */

.hide_logo{
  display: none;
}

.show_logo{
  display: block;
}

.colorLink{
  color:#000 !important;
}

.fade-out{
  opacity: 0;

}

.doc-review-img{
  height:auto;
  border-radius:5px;
  box-shadow:1px 1px 6px #9dc0cca6;
}

.partner-with-us > div{
  padding:50px 0px 150px 0px;
  width:90%;
}

.partner-with-us * .l-content{
  box-shadow: 16.8px 8.9px 24px 0 rgba(0, 0, 0, 0.13);
  padding:88px 0px;
  background-color:#fff;
  z-index:1;
  border-radius: 10px;
   height:550px;
}

.partner-with-us * .r-content{
 padding:20px 0px;
}

.partner-with-us * .r-content > div{
  padding: 35px 35px 20px 35px ;
  background-color:#fff;
  border-radius: 0px 5px 5px 0px;
  
}

.partner-with-us * .r-content > div >form >h1{
  font-family: 'ProximaNova-Regular';
  font-size: 34px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom:20px;
}


.partner-with-us * .r-content > div >form >h1 >span{
  font-size:28px;
  font-weight:normal; 
}

.partner-with-us * .r-content * button.btn{

  padding: 3% 12%;
  border-radius: 27px;

}

.partner-with-us * .r-content * button.btn:focus{
  outline:none;
}


.partner-with-us > * .material-container {
  width:100%;
}
.joinus{
  background:url('../images/img/freetrail_background.jpg') no-repeat;
  background-size:100% 100%;

}

.joinus > div.container{
  padding:60px;
  color:#fff;
  overflow:hidden;
}

.joinus > div.container * h1{
  font-family:ProximaNova-Regular;
  font-size: 2.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.joinus > div.container * h2{
  font-family:'ProximaNova-Regular';
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}


.joinus > div.container * input{
  margin-top:20px;
  font-family:ProximaNova-Semibold;
  font-size:16px;
  background-color:transparent !important;
  width:85%;
  margin:auto;
  border:none;
  /*border-bottom:1px solid #fff;*/
  padding:10px;
  color:#fff;
}

.joinus > div.container * input::placeholder{
  color:#fff !important;
}

.joinus > div.container * input::before{
  content : "+91";
}

.confirmation-msg{
  margin-top:170px;
  text-align: center;
  font-family: 'ProximaNova-Regular';
}



.confirmation-msg > h2{
  font-weight:bold; 
  padding:20px 0px;
  font-size:21px;
}
.confirmation-msg > h3{
  font-size: 18px;
}

.partnerwithus-form > md-input-container{
  margin:15px 0;
}



/*.navbar-collapse.in ul{
    text-align: center;
    height:100vh;   
    background-color:#fff;

}*/

.city-dropdown, .locality-dropdown, .searchquery-dropdown{
  position:absolute;
  /*left:3% !important;
  top:67%;
  */
  background:#fff;
  width:94%;
  z-index:1;
  left:3%;
  box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.16);
  /*border:solid 1px #d5d5d59e;*s/
  padding:0;
  
  /*border-radius:0 0 10px 10px;*/
  overflow:hidden;
 
}

.city-dropdown{
  height: 376px;
  overflow: auto;
}



.city-dropdown > ul,
.locality-dropdown > ul,
.searchquery-dropdown > ul{
  margin:0;
  max-height: 376px;
  overflow-y: auto;
}




/*.city-dropdown > ul > li > ul > li > a,
.locality-dropdown > ul > li > a,
.searchquery-dropdown > ul > li >a{
  display: block;
  padding:12px;
  font-family:ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: #707070;
  border-bottom:solid 1px #d5d5d59e;
  text-transform:capitalize;  
}*/

.city-dropdown > ul > li,
.locality-dropdown > ul > li,
.searchquery-dropdown > ul >li{
  display: block;
  padding:12px;
  font-family:ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-align: left;
  color: #707070;
  border-bottom:solid 1px #d5d5d59e;
  text-transform:capitalize; 

  } 


.searchquery-dropdown > .head-title{
  background-color:#ebebeb;
  padding:12px;
  font-family:ProximaNova-Regular;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align:left;
  color:#383838;
}

.city-dropdown > ul > li > ul > li:hover
.locality-dropdown > ul > li:hover
.searchquery-item:hover{
  background-color:#D4EBF5;
  cursor: pointer;
  color:#fff !important;
  outline:none;

}


.specialization-search-list {
    width: 100%;
    overflow-y: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    border-top: 1px solid #eae1e1;
    position: absolute;
    top:65px;
    z-index: 1;
    background-color: #ffffff;
    text-transform: capitalize;
    box-shadow: 1px 1px 7px #198fb39e;
}

.list_class1 {
    font-family: 'ProximaNova-Regular';
    font-size:14px;
    cursor: pointer;
    text-transform: capitalize;
    text-align: left;
    cursor: pointer;
    padding: 12px 21px;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    color: #727272;
    border:1px solid #d5d5d5;
    border-top:none;
    
}



.list_class1:hover{
  background-color:#007d9f;
  color:#fff;
}

.profile-img-sm{
  width:39px;
  height:39px;
  border:none;
  box-shadow: none;
  margin:0;
}

.column1{
  display: inline-block;
  vertical-align: middle;
  margin-right:15px;
  /* width:15%; */
 

}
.column2{
  display: inline-block;
  vertical-align:middle;
  /* width:70%; */
}


.column3 {
  /* width:10%; */
  display: block;
  text-align:right;
  margin: 10px 0;
  float: right;
 
}


.column2 > h3{
  font-family: 'ProximaNova-Regular';
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

.column2 > span{
  font-family: 'ProximaNova-Regular';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  /*color: #747474;*/
  padding-right:0;
  padding-left:0;
}

.column2 > ul{
  margin-bottom:0; 
  margin-left:0;

}

.doctor-searchlist,
.clinic-searchlist,
.specialization-searchlist{
  margin-bottom:0;
}
.doctor-searchlist * .glyphicon{
  /*color:#000;*/
}

.doc-img-not{
    font-family:monospace;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    
    /*line-height: 60px;*/
    text-align: center;
    background: #0088ab;
    padding:0px 8px;
}

.city-dropdown > ul > li:hover,
.locality-dropdown > ul >li:hover,
.searchquery-item:hover{
  background-color:#007d9f0d;
  color:#707070 !important;
  font-family: ProximaNova-Semibold;
}

.dropdownActive{
  background-color:#007d9f0d;
  /* font-family: ProximaNova-Semibold; */
  /* color:#fff !important; */
}


.listing-search-section{
  background:url('../images/img/docls-cover.png') no-repeat;
  background-size:cover;
  margin-top:76px;
  padding-top:40px;
  padding-bottom:35px;
}

.listing-search-contaienr{
   width:50%;  /*If we have two fields in the container */
  /*width: 85%; *//*If we have three fields in the container */
  margin:auto;
}

.searchDoctorsTitle{
  color: #fff;
  font-size: 18px;
  width: 50%;
  margin: auto;
  padding: 10px 5px;
}

.doctor-listing-section{
  background-color:#f3f5f7;
}

.docls-noimg{
  
}

.docls-norecord{
  width:100%;
  text-align:center;
  height:100%;
  font-size:18px;
  padding:100px 0;

}

.feedback-modal * .modal-content{
  font-size:0;
 /* height:416px;*/
  padding:0 18px 18px 18px;
 
}
.feed-doc-img{
  display:inline-block;
  width: 30%;
  height:100%;
  overflow: hidden;
  vertical-align: top;
  line-height: 340px;
}

.feedback-input{
  margin-bottom:30px;
}

.feed-doc-img > img{
    border-radius: 29px;
    width: 279px;
    transform: translate(-59px, -13px) rotate(-13deg);
}

.feed-user-input{
  /*display:inline-block;
  width:70%;*/
  padding:15px 30px;
  height:100%;
}
.feed-user-input > .form-group{
  margin-bottom:20px;
}



.ques-text{
  /*/*margin-top:20px;
  margin-bottom:20px;
  font-family: ProximaNova-Regular;
  font-size: 18.5px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;*/
  
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-top:15px;
}


.user-feed-text{
  /*margin-top:20px;
  margin-bottom: 10px;*/
  /*font-family: ProximaNova-Regular;
  font-size: 18.5px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;*/
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  color: #000000;
}

.feed-user-input * .form-group{
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
}

.feed-user-input * .form-group > .form-control{
  border: 0px;
  padding: 20px 45px;
  border-radius: 35px;
  /*border-color: #c5c5c5; */
  background-color: #f9f9f9;
  box-shadow:none;  
}

.feed-user-input * .form-group > textarea.form-control{
  
  border-radius: 20px;
  height:179px;
  resize: none;
  padding:20px;
}

.feed-user-input * .form-group > .glyphicon{
    position: absolute;
    font-size: 14px;
    right: 18px;
    top: 13px;
}

.feed-user-input * .feedback-msg > .glyphicon{
  top:33px;
}

  

.user-recommendation > .btn{
  padding:9px 47px;
  border-radius: 20px;
  margin-right:10px;
  margin-left:15px;
  margin-top:30px;
  margin-bottom:30px; 
}
.user-recommendation > .btn::focus{
  background-color:unset; 
}
.feedback-cancel
{ 
  background-color:#e6e6e6;
  padding:10px 45px;
  border-radius: 20px;
  margin-right:15px;
}
.feedback-submit{   
  margin-left:10px;
  border-radius: 20px; 
  padding:10px 45px;
}


.docls-clinicname{
  /*display: inline-block;
  text-decoration: underline;*/
}
/* .docls-clinicname:hover{
  text-decoration: underline;
} */

.Column2.active{
  color:#007d9f !important;
}

s.btn:focus, s.btn:active:focus{
  outline:none;
  background-color:#4198c2;
  color:#fff;
}

.locality-block,
.city-block
{ 
  position:relative;
  display:inline-block;
  width:30%;
  padding:15px 10px;
}

.search-query{
  text-indent: 45px;
    border: 0;
    border-radius: 33px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
}



/* Doctor List Animation */
/*
.docls-docdata.ng-enter,
.docls-docdata.ng-move {
  transition: 0.3s ease all;
}

.docls-docdata.ng-enter,
.docls-docdata.ng-move {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.docls-docdata.ng-enter.ng-enter-active,
.docls-docdata.ng-move.ng-move-active {
  height: 200px;
  opacity: 1;
}

.docls-docdata.ng-leave {
  opacity: 1;
  overflow: hidden;
}

.docls-docdata.ng-leave.ng-leave-active {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
}

*/
/*Shimmer no data*/

.shine {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px; 
  display:inline-block;
  position:relative; 
  
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
  }



div.nodata-shimmer {
  width: 160px;
  overflow:hidden;
  display: inline-flex;
  flex-direction: column; 
  margin-left: 25px;
  /*margin-top: 10px;
  margin-bottom:10px;*/
  vertical-align: top; 
}

lines {
  height: 10px;
  margin-top: 10px;
  width: 160px; 
}

div.shimmer-img {
  height:40px;
  width:40px;
  border-radius:50%;
}



@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  
  100% {
    background-position: 468px 0; 
  }
}

.invalid-message{
  font-size:14px;
  font-family:ProximaNova-Regular;
}

.pres-type{
  display:inline-block;
  color:#2f7c9d;
  border-radius:25px;
  border:1px solid #2f7c9d;
  padding:5px 10px;
  font-weight:600;
  font-size:12px;
  

}


/*Doctor Dashboard*/

.doc-dashboard-header{
  height:78px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.doc-dashboard{
  margin-bottom:40px;
}

.tab-container{
  height:62px;
  background-color: #448fc5;
}

.tab-white-container{
  background-color: #fff
}

.doc-dash-tabs{
  margin-top:20px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #e5e5e5;
}

.appt-tab{
  cursor: pointer;
}

.doc-dash-grey-tabs{
  color: #4e4e4e;
  margin-top:20px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;

}
.dash-tab-active{
  font-family: ProximaNova-Semibold;
  color:#ffffff;
  border-bottom:3px solid #fff;
  box-shadow: 2px 5px 2px -2px rgba(0, 0, 0, 0.16);
}

.dash-blue-tab-active{
  font-family: ProximaNova-Semibold;
  color:#448fc5;
  border-bottom:3px solid #448fc5;
  box-shadow: 2px 5px 2px -2px rgba(0, 0, 0, 0.16);
}

.pat-dash-list{
  padding: 15px !important;
}

.doc-patient-list {
  min-height:700px;
  padding:0 15px;
}

.doc-patient-list > .table{
  border: 1px solid #dbdbdb;
  padding:0 20px;
  margin-top:25px;
}

.doc-patient-list > .table>thead>tr{

}
.doc-patient-list > .table>thead>tr>th{
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #939393;

  border-bottom:none;
  padding:20px; 
} 

.doc-patient-list > .table>tbody>tr>td{
  padding:20px 15px;
}

.center-message{
  padding: 15% 0 !important;
}
.pl-drop-m{
  position: absolute;
  right: 0;
  left: auto
}

.pl-title-block{
  margin:30px 0 0 0;
  height:50px;
}

.pl-title{
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
  
}

.pl-title > .appt-count{
  margin-left: 10px;
  font-size: 16px;
  font-weight: 100;
  color: #a3837b;
  font-family: ProximaNova-Regular;

}

.pt-name-num{
  display:inline-block;
  vertical-align:top;
  /*max-width:80%;*/
  overflow-wrap:break-word;
}

.pt-age-gen{
  display:inline-block;
  vertical-align: text-bottom;
}

.pl-ptid{
  opacity: 0.5;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.docname{
  opacity: unset;
  color: #939393;
  display: inline-block;
}

.addrecord-modal{
  cursor: default;
}

.addrecord-modal img{
  cursor: pointer;
}

.pt-name{
  max-width:240px;
  text-transform: capitalize;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
 
  margin:0;
}

.pt-nm{
  display: inline-block;
}

.cropped-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
}

.appt-pt-number,
.pt-number{
  padding:5px 0;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #939393;
  margin:0;
}

.appt-pt-number{
  width:190px;
}

.pt-age-gen > div{
  margin-left:10px;
  background-color: #448fc5;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding:5px 4px;
  border-radius:5px;
}

.appt-date-time{
  padding: 33px 15px !important;
}

.pl-appt-time{
  font-family:ProximaNova-Semibold;
  font-size:16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.pl-appt-date{
  font-family:ProximaNova-Regular;
  font-size:16px;
  line-height: 1.19;
  color: #939393;
}

.pl-appt-duration{
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #939393;
}

.pl-status,
.pl-er-date{
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #000000;
  text-align:left;
  
}

.pl-status-by{
  text-transform: unset;
  line-height: 1.19;
  color: #939393;
}

  .lastvisit-time{
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000000;
    text-transform: capitalize;
    text-align:center; 
  }

.payment-value{
  padding: 0 15px;
  text-align: center;
  max-width: 100px !important;
}

.add-records-heading{
  padding: 20px 0 !important;
}

.payment-heading{
  padding: 20px 48px !important;
}

.appttime-heading{
  padding: 20px 22px !important;
}

.apptstatus-heading{
  padding: 20px 27px !important;
}

.pay-amt{
  display: inline-block;
  text-align: right;
}

.paid-amt{
  display: inline-block;
  text-align: left;
}

.pl-status{
  max-width:90px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pl-er-time{
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #989898;
  text-align: left;
}

.pl-pres,
.pl-rpt{
  display: inline-block;
  padding:7px;
  background-color:#fff;
  border:1px solid #cecece;
}

.add-rpt-icon{
  padding:10px;
  color:#357ba0;
  font-size: 20px;
}

.doc-selection-block{
  padding:25px 0;
  background-color:#f7f7f7;
}

.doc-selection-block * .dropdown{
  width:370px;
}

.doc-selection-block * .dropdown-toggle{
  cursor:pointer;
}

.doc-selection-block * .dropdown > .dropdown-menu{
  /*right:7%;
  width:100%;
  border-radius:0 0 25px 25px;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.33);
  overflow: hidden;*/

  margin-bottom: 10px;
    max-height: 400px;
    right: 7%;
    width: 100%;
    /* border-radius: 0 0 25px 25px; */
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.33);
    overflow-y: auto;
    top: 141%;
}
.doc-selection-block * .dropdown > .dropdown-menu >li>a{
  padding:0 15px;
  white-space:normal;

}
.doc-select{
  /*height:87px;
  padding:15px;*/

}

.doc-select-drop{
  padding:15px 10px;
  /*border-top:1px solid #e3e3e3;*/

}


.doc-sel-name{
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: left;
  color: #000000;
  text-transform: capitalize;
}

.doc-sel-prev,
.doc-sel-img,
.doc-sel-detail
{
  display: inline-block;
  vertical-align: middle;
  padding:0 6px;
}

.doc-sel-dropdown{
  display: inline-block;
  vertical-align: bottom;
  font-size:14px;
  padding-bottom:2px;


}
.valign-mid{
  vertical-align: middle;
  padding-top:4px;  
}
.block1>.detail{
  display: inline-block;
  vertical-align: top;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #777777;

}



.doc-sel-img > img{
  height:43px;
  width:43px;
  border-radius: 25px;
}


/*---------------*/

.vertical-middle{
  vertical-align:middle !important;
}


input#input_date {
    /* text-indent: 1%; */
    width:150px;
    background: url(../images/calendar.png) no-repeat scroll 16px 7px;
    background-size: 16px 16px;
    text-indent: 44px;
    cursor: pointer;
    height: 34px;
    border-radius: 15px;
    background-color: #ffffff;
    border: solid 0.5px #848484b8;

    font-family: ProximaNova-Semibold;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: -0.4px;
    text-align: left;
    color: #848484;
}

.pl-dateset{

}

#loginModal > .modal-dialog{
  width:491px;
  height:392px;
  background-color:#fff;
  border-radius: 5px;
}

.loginModalDialog{
  margin: 120px auto;
}

.loginSelectionDialog{
  margin: 120px auto;
}

#loginModal > .modal-dialog > .modal-content{
  border:none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 0;
}

#newPatientModal > .modal-dialog{
  width:491px;
  height:392px;
  background-color:#fff;
  border-radius: 5px;
}

.newPatientModalDialog{
  margin: 120px auto;
}

#newPatientModal > .modal-dialog > .modal-content{
  border:none;
  box-shadow: none;
  border-radius: 5px;
  font-size: 0;
}

.login-banner-img{
  display: inline-block;
  width:408px;
  overflow: hidden;
}

.login-banner-img >img{
  height:100%;

}

.form-data{
  display: inline-block;
  vertical-align: top;
  padding:35px 40px;
  width:491px;
  font-size:14px;
}

.form-data .loginAs{
   text-transform: capitalize;
}

.form-data form{
  margin-top: 70px;
}

.form-data form.newpat-form{
  margin-top: 20px;
}

.form-data form label{
  font-size: 13px;
  font-family: ProximaNova-Regular;
}

.form-data form input{
  color: #2a799c;
  font-size: 18px;
  font-family: ProximaNova-Semibold;
}

.newpat-form-data form input{
  font-size: 16px;
}

.form-data form input.passwordField{
  position: relative;
}
.form-data form .eyeIcon{
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}
.form-data .login-submit-btn{
  width: 340px;
  height: 50px;
}

.login-form-head>.title{
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 0.9px;
  text-align: left;
  color: #000000;
  float:left;
}

.login-form-head>.close-icon{
  float:right;
}

.newpat-head>.close-icon{
  float:right;
  margin: 0 0 9px 0;
}


.login-input-block{
  font-size:16px;
}
.login-submit-btn{
  border-radius:25px;
  padding:7px;
  width:60%;
  background-color: #2a799c !important;

}
.login-submit-btn:disabled{
  background-color:#2a799c !important;
  opacity: 0.5;
  color:#fff !important;
}

.login-type-group{
  display: inline-block;
  transform: translateX(-10px);
  padding:10px 0 0 0;
}
.login-type-group > md-radio-button{
  display:inline-block;
  transform:scale(0.7);
  font-family: ProximaNova-Regular;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.27;
  letter-spacing: normal;
  text-align: left;
  color: #8c8d8e;
}

.login-type-group >  md-radio-button .md-off,
 .login-type-group >  md-radio-button .md-on{
  height:18px;
  width:18px;
  top:-3px;
}



md-primary{

}

.pat-seen,
.pat-upcoming,
.pat-expected{
  /*width:85%;*/
  margin:auto;
  min-height:105px;
  background-color: #fff;
  border:1px solid #c3c3c3;
  border-radius:10px;
  padding:9px;
  font-size:0;
}



.pat-seen-data,
.pat-seen-stat{
  display:inline-block;
  vertical-align: middle;
}

.pat-seen-data{
  width:70%;
}

.pat-count-card1{
  padding:0 44px 0 15px;
}

.pat-count-card2{
  padding:0 22px 0 22px;
}

.pat-count-card3{
  padding:0 15px 0 44px;
}


.ct-1,
.ct-2{
  display: inline-block;
}

.ct-1 > h4{
  font-family: ProximaNova-Semibold;
  margin-bottom:5px;
  font-size: 14px;
  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.ct-1 > h3{
  display: inline-block;
  margin-right:10px;

  font-family: ProximaNova-Bold;
  font-size: 45px;

  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;

  color: #2886af;
}

.ct-2{
  font-family: ProximaNova-SemiBold;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.1px;
  text-align: left;
  color: #8c8c8c;
}

.pat-seen-block{
  padding:0 35px;
}

.pat-seen-stat{
  font-size: 36px;
  text-align: center;
  color:#ff5353;
  width:30%;
  
}

.header-block1{
  display:inline-block;
  font-size:0px;
  width:200px;
}

.header-block1 > .doc-img{  
  display:inline-block;
  width:70px;   
}
.header-block1 > .doc-img >img{
  width:50px;
  height:50px;
}
.header-block1 > .doc-detail{
  display:inline-block;
  width:100px; 
}
.header-block1 > .drop{
  display: inline-block;
  width:30px;
}

.navbar-nav>li .login-pat-search{
  display: flex;
  justify-content: center;
    /*font-size: 0;
    display:inline-block;
    width:80%;
    margin:0;*/
    
}

.login-pat-search>div.nav-lt
{width:500px;
  /*display:inline-block;
  width:50%;
  vertical-align: middle;
  padding-right:40px;*/

}

div.nav-rt{
  padding:10px 0;
}





.login-menu1
{
  display: inline-block;
  vertical-align: middle;
  padding:0 35px 0 25px;
}

.login-menu1{
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #2886af;
}
.login-menu2{
    /*width:230px;*/
    /*text-align: right;*/
    padding-right:10px;
    display: inline-block; 
    border-spacing: 10px;
    vertical-align: middle;
   /*padding: 13px 0;*/
    position:relative;
}
.Column1{
    display: inline-block;
    vertical-align: middle;
    padding-right:10px;
}
.Column2{
    display: inline-block;
    vertical-align: middle;
    /* background-color: red; */
}
.Column2 > .doc-name{
  max-width:160px;
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;  
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Column2 > .doc-spec{
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;  
  letter-spacing: normal;
  text-align: left;
  color: #777777;
  text-transform: capitalize;
}

.docSpec{
  display: inline-block;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}

.img-doc-profile{
    background:#337ab733;
    height:50px;
    width:50px;
    border-radius: 50%;
}

.login-pat-search * .form-group{
  margin:0;
}
.login-pat-search * .form-group > .form-control{
  border-radius:25px;
 
  padding:20px;
}

.hosp-doc-list>h3{
  padding:30px 15px 15px 15px;
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000000;
}
.hosp-doc-list * .doc-card{
  min-height:260px;
  margin-top:50px;
  border-radius:10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.hp3,
.hp1,
.hp4,
.hp5,
.hp6{
  text-align: center;
  padding:0 20px;
  font-size: 0;
}

.hp1{

}
.hp1 > img{
  height:67px;
  width:67px;
  border-radius: 50%;
  margin-bottom:-22px;
  position:relative;
  bottom:30px; 
}

.hp2 > h3{
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
}

.hp3 > span{
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
}

.hp4{
  padding-top:5px;
  padding-bottom:10px;
}

.hp4-a1{
  border-right:1px solid #838383;

}

.hp4-a1,
.hp4-a2{
  max-width:110px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  padding:0 5px;
  display:inline-block;
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #838383;
}

.hp5{
  padding-top:10px;
  padding-bottom:10px;
  background-color:#f8f8f8;
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.3px;
  color: #838383;
}


.hp6-a1,
.hp6-a2{
  display:inline-block;
  width:50%;
  font-size:14px;
}

.hp6-a1-b1,
.hp6-a2-b1{
  font-family: ProximaNova-Bold;
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: -0.6px;
 
  color: #ee6857;
}

.hp6{
  padding:10px 0;
}

.hp6-a1{
  border-right:1px solid #d0d0d0;
}

.hp6-a1-b2,
.hp6-a2-b2{
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #777777;
}


.no-patient-data{
  padding:15px;
  /* height:400px; */
  background:url('public_html/common/images/img/web-no-img.png');
  font-family: ProximaNova-Regular;
  font-size: 16px;
  text-align: center;
}

.form-heading1{
  font-family: ProximaNova-Regular;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #2886af;
}

.changepass-form{
    padding:20px 40px 40px 40px;
    font-family:ProximaNova-Regular;
}

 @media only screen and (min-width: 1600px){
    .container{
      width:1574px !important;
    }
  }
.back_white{
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.pat-drop>.dropdown-menu>ul,
.pat-drop>.dropdown-menu{
  margin:0;
  padding:0;
}

.pat-drop>.dropdown-menu{
  right:4%;
  max-height:350px;
  overflow:auto;
  box-shadow:0 20px 20px 0 rgba(0, 0, 0, 0.33);
}

.pat-menuitem>a{
  height:48px;
  text-decoration:none !important;
  display: block;
  padding:15px;
  text-transform: capitalize;
  font-family: ProximaNova-Regular;
  color:#000;

}

.pat-menuitem>a:focus,
.pat-menuitem>a:hover{
  background:#337ab7 !important;
  color:white !important;

}

.no-search-result{
  padding:15px;
  color:#000;
  font-family:ProximaNova-Regular;
}

.add-rpt-btn{
  background:transparent;
  border:none;
}
.add-rpt-btn:disabled{
  opacity:0.6;
}

.browse-btn{
  border-radius: 4px;
    color: #fff;
    background-color: #b11919;
    margin-left: 8px;
    padding: 5px 15px;
    border: none;
    font-family: ProximaNova-Semibold;
}

.browse-btn:disabled{
  background-color: #939393;
}

.file-warning{
    font-family: ProximaNova-Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.15;
    letter-spacing: normal;
    text-align: left;
    color: #bebebe;
    margin-top:10px;
}

.view-image-modal{
    border-radius:20px;
    overflow: hidden;
    width: 622px;
    background-color: #ffffff;

}

.report-modal-field{
    display:inline;
    height: 10px;
    opacity: 0.6;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.6)

}

.submitReport{
    font-family: ProximaNova-Regular;
    height:43px;
    width:133px;
    background-color:#00749b;
    color:#ffffff;
    border:none;
    border-radius:6px;
}

.submitReport:disabled{
  opacity:0.5;
}

.material-container{
  width:100%;
}

/**/
input[type="checkbox"]{

}

/* Customize the label (the container) */
.checkblock {
 
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkblock input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index:101;
 
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border:1px solid #c4c7c8;
}

/* When the checkbox is checked, add a blue background */
.checkblock input:checked ~ .checkmark {
  background-color: #49add7;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkblock input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkblock .checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height:12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subcity-label{
  margin-left:5px;
}

.content1{
    padding:30px;
    background-color: #f9f5f5;
}

.doctor-image{
  display:inline-block;
  vertical-align: top;
  
  background-color: rgb(65, 162, 206, 0.6);
  border-radius: 50%;
  padding: 6px;
}

.doctor-image > img{
  width:92px;
  height:92px;
  border-radius:50%;

}

.speciality{
  font-family:ProximaNova-Regular;
    display:inline-block;
    padding:0px 15px;

}

#patDataList, #patListCalendarDropdown{
  right:0;
  left:auto;
}

.time-heading{
  /* min-height:235px; */
  height: 100%;
}

#timingsModal > .modal-dialog{
  width:400px;
}

#timingsModal > .modal-dialog * .title{
  font-size:16px;
  font-family:ProximaNova-Semibold;
  display: inline-block;
}

#timingsModal > .modal-dialog * .close{
  margin-top:0;
}

.alltime-table * tr{
  border:none;
}

.fil-text,
.fil-icon{
  display:none;
}

.dd-sidem-list * .glyphicon{
  display:none;
  margin:11px 0;
}

.dd-menu-active > .glyphicon{
  display:block;
}

.feed_active{
  background-color:#337ab7 !important;
  color:#fff !important;
}

.bottom-btn{
    /*right: 20px;
    position: absolute;
    bottom: 20px;*/
}

.dd-mapview{
  margin-bottom:15px;
}

.invoice-head{
  text-align:center;
  padding:25px 15px;
}



.invoice-head > a,
.invoice-head > a:hover,
.invoice-head > a:focus {
  text-decoration:none;
  color:#fff !important;
}

.invoice-head > a > .glyphicon{
  font-size:34px;
  top:0;
  display:inline-block;
  vertical-align:middle
}

.invoice-head > a > .down-text{
  font-size:14px;
  display:inline-block;
  margin-left:8px;
  vertical-align:middle
}
.pat-invoice{

}

.dd-map-text{
  font-family: ProximaNova-Regular;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.15;
  letter-spacing: normal;
  text-align: left;
  color: #3178a0;
  margin-left:6%;
}



.ca-ph-msg{
  font-family: ProximaNova-Regular;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #868686;
  margin:10px 0;
}

.ca-num{
  /* height:471px; */
  height: 570px;
  width: 100%;
  padding:0 15px 15px 15px;
  font-family: ProximaNova-Regular;
  display: flex;
  height: 100vh;
  overflow: hidden;
  flex-direction: column;
}

.ca-doc-detail{
  height:100%;
  background-color:#2886af;
  padding:20px;
}

blur{
  background-color:#0080a0;
  color:#0080a0;
}



.summary{
  margin-bottom:20px;
  height:50px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #e5e5e5;
}

.ca-services{
  /*margin-top:20px;*/
  padding:7px ;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border-bottom:1px solid #74bfe0;

 
}

.ca-service-list{
  margin-top:15px;
  margin-bottom:15px;
  font-family: ProximaNova-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #e5e5e5;
}

.upperhead{
  width:310px;
  padding:10px;
  /*background-color:#f2f2f2;*/
  color:#2886af;
  margin:20px auto;
  border-top:1px solid #8ac5d8;;
  border-bottom:1px solid #8ac5d8;;
}
.clock-appointment{
  float:left;
  padding:0 10px 0 0
}
/* .upperhead .b-date{
  position:relative;
  top:1px;
  font-family:ProximaNova-Regular;
  font-size:15px;
  font-weight:normal;
  font-style:normal;
  font-stretch:normal;
  line-height:normal;
  letter-spacing:normal;
  text-align:center;
} */
.upperhead .b-date{
  font-family: ProximaNova-Regular;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color:#2886af;
}


.upperhead .b-time{
  position:relative;
  top:1px;
  font-family:ProximaNova-Regular;
  font-size:15px;
  font-weight:normal;
  font-style:normal;
  font-stretch:normal;
  line-height:normal;
  letter-spacing:normal;
  text-align:center;
  color: #2886af;
}
.ca-input{
  margin-top:42px;
  height:170px;
}

.ca-input > md-input-container > input{
  font-family:ProximaNova-Semibold;
}

.ca-input>md-input-container .md-errors-spacer{
  min-height:10px;
}

.ca-resend{
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #2886af;
}

.ca-resend > img{
  width:20px;
}

.boa-block{
  /*padding:0 15px 20px 30px;*/
}

.boa-head{
  font-size:16px;
  padding: 20px 25px 20px 10px;
}

.newpat-head{
  font-size: 18px;
  font-family: ProximaNova-Semibold;
}

.boa-tex1{
  float:left;
  line-height: 1.19;
  color: #404040;

}

.newpat-head-text{
  padding: 5px 0;
}

.boa-addmember{
  float:right;
  font-family: ProximaNova-Semibold;
  color: #2886af;
}

.appointment-msg{
  margin-top:50px;
  text-align:center
}

.appointment-msg h3 {
    padding: 13px 45px 0 0;
    font-family: ProximaNova-Regular;
    font-size: 14px;
    color: #969696;
}

.boa_pat_selected{
  color:#2892c3 !important;
  border-color:#2892c3 !important;
}

.boa-msg1{
  position: absolute;
  bottom:15px;
  right:15px;
  font-family:ProximaNova-Regular;
  font-style: italic;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: right;
  color: #f83c3c;
}

#rescheduleModal > .modal-dailog{
  width:520px;
} 

.reschedulemodal-text{
  padding:10px;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.reschedule-msg {
  margin-top:20px;
}
.reschedule-msg >  button{
    font-family:ProximaNova-Regular;
    font-size:16px;
    margin:10px;
    background-color:#fff;
    border:1px solid #2886af;
    outline:none;
    border-radius:25px;
    padding:7px 35px;
    color:#2886af;
} 

.reschedule-msg >  button.re_yes{
  background-color:#2886af;
  color:#fff;
}

/*Terms*/

.terms{
    margin-top:80px;
    font-family: ProximaNova-Regular;
    line-height: 2;
    
  }

  .terms > h2{
    background-color : #076889;
    padding:20px;
    font-weight: bold;
    font-size:28px;
    color:#fff;
  }
  .terms > p{
    padding:20px 30px 30px 30px;
    white-space: pre-line;
  }
  .terms>p::first-line{
    
  }

  .user-name{
    background:url('../images/img/man-user.png');
    background-repeat:no-repeat;
    background-position: 20px 10px;
  }

  .user-mob{

    background:url('../images/img/mobile-phone.png');
    background-repeat:no-repeat;
    background-position: 20px 10px;
  }

  .user-otp{
    width:300px;
    background:url('../images/img/mobile-phone.png');
    background-repeat:no-repeat;
    background-position: 20px 10px;
  }

  .feed-head{
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
    font-size: 0;
  }

  .feed-head-title{
    width: 50%;
    display: inline-block;
    font-family: ProximaNova-Semibold;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .feed-otp-verify{

  }

  .feed-otp-msg2{
    font-family: ProximaNova-Regular;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
  }

  .feed-otp-msg2 > span.change
  {
    margin-left:14px;
    color:#2886af;
  }

  .feed-resend-otp{
    font-family: ProximaNova-Semibold;
    padding: 18px 5px 0 5px;
    font-size: 16px;
    color:#2886af;
  }

  .feed-otp-msg2 > span.number{
    font-family:ProximaNova-Semibold;
  }

  .badge{
    font-size:14px;
    font-family: ProximaNova-Semibold;
    padding:10px 21px;
    text-transform: capitalize;
    margin: 5px 10px 5px 0;
    border-radius:25px;
    background-color: #49add7;
}

.badge > img{
    vertical-align:middle;
    height:11px;
    width:11px;
    margin-left:15px;
    margin-bottom:2px;
}


.report-modal-container{
  overflow:hidden;
  background-color:#fff;
  height:668px;
}

.report-image-container{
    height: 668px;/* equals max image height */
    line-height: 47;
    text-align: center; 
    margin: 1em 0;
    overflow:hidden;
    /*background:#fff;
    height:500px;
    
    padding:0px;*/
}

.report-left-btn{
    height:50px;
    width:50px;
    position:absolute;
    top:240px;
    left:-50px;
    opacity:0.7;
}

.report-right-btn{
    height:50px;
    width:50px;
    position:absolute;
    top:240px;
    right:-50px;
    opacity:0.7;
}

.disabled{
    /*display:none;*/
    cursor:default;
}

.report-pdf{
    width:100px;
    height:100px;
    line-height:1;
    /* margin-top:250px; */
}

.report-pdf-text{
  margin:210px 0;
  font-family: ProximaNova-Regular;
  color:#2886af;
  line-height:1;
}

.ft-block5 > a >img{
  margin-right:10px;
}

.privacy,
.terms{
  margin-top:80px;
  font-family: ProximaNova-Regular;
  line-height: 2;
  
}


.terms > h2,
.privacy > h2{
  background-color : #076889;
  padding:20px 30px 20px 30px;
  font-weight: bold;
  font-size:28px;
  color:#fff;
}

.terms > p,
.privacy > p{
  padding:20px 30px 30px 30px;
  white-space: pre-line;
}
.terms > p > .title-heading,
.privacy > p > .title-heading{
  font-size:24px;
  line-height: 2.5;
  font-family: ProximaNova-Semibold;
}

.load_blur{
  opacity:0.7;
}

.map-back{
  position:relative;
  background:url('../images/img/map_company.png');
  height:500px;
  margin:20px 0;
 
}

.query-form{
    font-family: ProximaNova-Regular;
    top: -18px;
    position: absolute;
    width: 516px;
    height: 480px;
    background: white;
    padding: 27px 21px;
    box-shadow: 0px 35px 76px 0 rgba(0, 0, 0, 0.3);
    right: 49px;
    border-radius: 20px;


}
.query-form * input[type="text"],
.query-form * textarea{
  text-indent: 40px;
 /* padding: 15px;*/
  background-color:#f9f9f9;
  border:none;
  outline:0;
  box-shadow: none;
  border-radius: 20px
}

.query-form > form >input[type="submit"]{
  width:100%;
  border-radius: 20px;
  background-color:#4ca3dd;
  padding:10px;
}

.query-form * textarea{
  resize: none;
  height:213px;
}

.query-form * .form-group{
  position:relative;
}

.query-form * .form-group > .glyphicon{
  position:absolute;
  top:9px;
  right:17px;
}

.gradient-layer{
  background-image: linear-gradient(#fff, #ffffff00, #fff);
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  top:-17px;
  height: 540px;

}

.query-or{
  text-align:center;
  font-size: 16px;
  color:#aaaaaa;
  padding:23px;
}

.query-social{
  left: 112px;
  bottom: -20px;
  position: absolute;
}

.query-social > a{
  margin:0 28px;
}

.qf-name{
  background:url('../images/img/user-icon.png');
  background-repeat:no-repeat;
  background-position: 25px 11px;
}

.qf-email{
  background:url('../images/img/envelope.png');
  background-repeat:no-repeat;
  background-position: 25px 12px;
}

.map-label{
  padding: 25px 40px 45px 40px;
  position: absolute;
  top: 50px;
  left: 111px;
  background: url(../images/img/map-label.png);
  width: 343px;
  height: 152px;
  font-size: 16px;
  line-height: 1.2;
  color:#fff;
  font-family: Proximanova-Regular;
}

.map-label>span>a {
  color: #fff;
}

.query-confirm{
    font-family: ProximaNova-Semibold;
    font-size: 15px;
    text-align: center;
}


/*Custom Radio Button*/
.avai {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
font-weight: normal;
}

/* Hide the browser's default radio button */
.avai input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;

}

/* On mouse-over, add a grey background color */
.avai:hover input ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.avai input:checked ~ .radiomark {
  background-color: #49add7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.avai input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.avai .radiomark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}


/*Search for mobile*/
#searchbar{
}

#directiveModal > .modal-dialog>.modal-content{
  border-radius:8px;
  overflow:hidden;
  height:570px;
}

/*
.datepick{
 position: absolute;
}
.mdcalander{
position:absolute;  
  box-shadow:1px 1px 15px #80808066

}
.joinus > div.container > div>.mob-input
     >div{
      text-align: left;
      width: 37%;
      border-bottom: 1px solid #fff;
      display: inline-block;
      padding: 0 20px;
    }

*/

.joinus>div.container>div>.mob-input>div{
    text-align: left;
    width: 37%;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 20px;
  }

  .brand-text{
    padding: 0 !important;
    top: 30px;
    left: 20px;
    position: absolute;
    font-size: 22px;
}

.selectdate-block{
  display:inline-block;
  vertical-align: middle;
  
}

.selectdate-block > h3{
  font-size:16px;
  /* line-height: 2; */
}

.exp_rev_dtm{
  width:65px;
  display:inline-block;
}

.pdf-page{
  text-align:center;
  margin-bottom:20px;
}

.can-invoice{
  box-shadow:1px 1px 5px #808080d9;

}

.pdf-container{
  height:90vh;
  background:url('../images/img/spiner.gif') no-repeat center;
}

.clinic-map-img{
  position:relative;
  height:118px;
  /* width:201px; */
  background-color:red;
  background:url('../images/img/clinic-map-icon.png');
  background-size:contain;
  background-repeat: no-repeat;
  background-position:top center; 
}

/*Appointment Confirmation Modal*/
.appointment_modal {
  /* width: 86%; */
  margin: 0 auto;
  text-align: center;
  padding: 50px 100px 25px 100px;

}

.appointment_modal > .appt-conf {

  font-family: ProximaNova-Semibold;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal; 
  text-align: center;
  color: #242424;
}

.sub-heading{
  color:#808080;
  padding-top: 10px;
  padding-bottom:10px;
}

.heading{
  font-family:ProximaNova-Regular;
  font-size: 18px;
  font-weight:normal;
  font-style:normal;
  font-stretch:normal;
  line-height:1.56;
  letter-spacing:normal;
  text-transform:capitalize;
  color: #1e1e1e;
  margin:0px auto !important;
  word-wrap:break-word;  
}

.lowercase-text{
  text-transform: lowercase;
}

/* SECTION 1 CSS */
.car{
  font-family: ProximaNova-Regular;
  background-color:#fff;
  margin-top:72px;
}
.car-1>.container{
  padding:0 75px;
}
.car-1{
  height:630px;
  background:url('../images/img/career-sec-1.jpg') no-repeat top;
  background-size:100%;
}
.car-1-head{
  display:inline-block;
  margin-top:162px;
}
.car-1-head>h1{
  font-weight:300;
  font-size:48px;
  line-height: 1;
}
.car-1-head>p{
  font-family: ProximaNova-Light;
  padding:20px 0;
  font-size:20px;
  line-height:1.36;

}
.car-1-head>button{
  font-family: ProximaNova-Semibold;
  background:transparent;
  padding:9px 50px;
  border:solid 2px #000;
  border-radius:10px;
  margin:45px 0;
}

/* SECTION 2 CSS */
.car-2{
  height:290px;
  background-color:#fff;
  text-align:center;
}
.car-2>.container>h1{
  margin-top:55px;
  margin-bottom:10px;
  font-family: ProximaNova-Semibold;
  font-size:32px;
  opacity:0.9;
}
.car-2>.container>p{
  padding:20px;
  font-family: ProximaNova-Light;
  font-size: 17px;
  line-height: 1.5;
}


/* sec 3 */
.car-3{
  height:520px;   
  background-color:#f5f5f5;
}
.car-3>.container>h1{
  margin-top:80px;
  margin-bottom:40px;
  font-family: ProximaNova-Semibold;
  font-size:32px;
  opacity:0.9;
  text-align:center;
}

.car-3-sub>img{
  height:52px;
  width:52px;
  margin:38px 0;
}

.car-3-sub>h2{
  font-family: ProximaNova-Semibold;
  font-size:18px;


}
.car-3-sub>p{
  padding:16px 0;
  font-size:14px;
}

/* SEC $ */

.car-4>.container{
  padding:0;
}
.car-4>.container>img{
  background-color:#009ac2;
  width:100%;
  height:auto;
}
.car-5{
  height:400px;
}

.car-5>.container>h1{
  margin-top:80px;
  font-family:ProximaNova-Semibold;
  font-size:32px;
  opacity:0.9;
  text-align:center;

}
.car-5-sub{
  margin-top:60px
}
.car-5-sub>img{
  height:48px;
  width:48px;
  margin:15px;
}
.car-5-sub>h2{
  font-family: ProximaNova-Regular;
  font-size:18px;
}
.car-6>.container{
  padding:0;
}
.car-6>.container>img{
  background-color:#009ac2;
  width:100%;
  height:auto;
}
.car-7{
  height:630px
}

.core-values>h1{
  margin-top:90px;
  font-family:ProximaNova-Semibold;
  font-size:32px;
}

.values-slider{
  display:none;
  height:350px;
}
.value_visible{
  display:block;
  padding:0 70px;
}
.values-slider>img{
  height:212px;
  width:212px;
}
.values-slider>h2{
  font-family:ProximaNova-Semibold;
  font-size:24px;
}
.values-slider>p{
  font-family: ProximaNova-Light;
  font-size:17px;
  padding:25px 0;       
}

.value-indicator{
  margin-top:50px;
}


.value-indicator>ul>li{
  display:inline-block;
  width:60px;
  height:2px;
  background-color:#cccccc;
  margin:0 3px;
}
.value-indicator>ul>li:hover{
  cursor:pointer;
}
.value_indicator_active{
  background-color:#2886af !important;

}
.car-8{
  background-color:#f5f5f5;
  height:500px;
}
.car-8>.container{
  padding:0 80px;
}
.car-8>.container>h1{
  margin-top:90px;
  margin-bottom:35px;
  font-family:ProximaNova-Semibold;
  font-size:32px;
  text-align:center;
  opacity:0.8;
}
.car-8-sub>h2{
  font-family: ProximaNova-Semibold;
  opacity:0.8;
  font-size:22px;
}


.back-1{
  background:url('../images/img/openingimg-1.jpg');
}
.back-2{
  background:url('../images/img/openingimg-2.jpg');
}
.back-3{
  background:url('../images/img/openingimg-3.jpg');
}
.back-4{
  background:url('../images/img/openingimg-4.jpg');
}
.car8-img-back{
  position:relative;
  margin:30px auto;
  background-color: #009ac2;
  height:200px;
  width:200px;
  border-radius:50%;
  overflow: hidden;
}

.car8-img-back > h2{
  font-family: ProximaNova-Semibold;
  color:#fff;
  position:absolute;
  width:100%;
  font-size:22px;
  z-index:1;
}

.apply-block{
  position:absolute;
  opacity:0;
  height:100%;
  width:100%;
  background-color:#2886af;
  -webkit-transition: ease-in-out 0.1s; /* Safari */
  transition: ease-in-out 0.1s;
}

.car8-img-back:hover > .apply-block{
  opacity:0.5;
}
.apply-text{
  display:inline-block;
  vertical-align: middle;
  opacity:0;
  width:200px;
  left:0;
  line-height:200px;
  -webkit-transition: linear 0.3s; /* Safari */
  transition: linear 0.3s;
}
.car8-img-back:hover > .apply-text{
  opacity:1;
  cursor:pointer;
}


.jobs-sec1>div{
  margin-top:76px;
  background:url('../images/img/career/banner.jpg');
  background-repeat: no-repeat;
  height:383px;
  background-size:contain;
}
.jobs-sec2>div>h1{
  float:left;
  font-family:ProximaNova-Semibold;
  font-size: 36px;
  color: #363737;
  padding:35px;
}

.jobs-sec2>div>.select-job-category{
  float:right;
  padding:35px;
}

.jobs-sec3>div{
  margin-bottom:30px;
}

.jobinfo-card{
  border: solid 1px #e1e1e1;
  background-color: #ffffff;
  padding:30px;
  margin-top:15px;
  margin-bottom:15px;

}


.jobinfo-card>h3{
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  margin-bottom:10px;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
}

.job-icon-1,
.job-icon-2{
  display:inline-block;
  width:25px;
  vertical-align: text-bottom;  
}
.job-icon-1>img{
  width: 17.9px;
  height: auto;
}

.job-icon-2>img{
  width: 10.5px;
  height: auto;

}

.job-list-text1{
  font-family: ProximaNova-Regular;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #687178;
  margin-bottom:10px
}

.jobinfo-card>p{
 
}

.jobinfo-card:hover{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.job-apply{
  
}

.job-apply>form{
  width:70%;
  margin:100px auto;
  background-color:#f6f6f6;
  padding:60px 80px 30px 80px;
  font-family: ProximaNova-Regular;
  margin-bottom:100px
}

.job-apply>form>h1{
  font-size: 28px;
  font-family: ProximaNova-Semibold;
  color: #515357;
}

.job-apply>form>.form-group{
  margin:40px 0;
}

.job-apply>form>.form-group>label{
  font-size: 20px;
  font-weight:100;
  color: #515357;
}

.job-apply>form>.form-group>div>input{
  height:40px;
  border-radius:6px;
}
.job-apply>form>.form-group>div>BUTTON{
  border-radius: 60pc;
  padding:7px 25px;
  margin-top:20px
}



.infoModal{
  z-index: 100;
  top: 40%;
}

.info-content{
  padding:10px;
  width: 500px;
  margin: 0 auto;
}

.info-content>div>p{
  font-family: ProximaNova-Regular;
  font-size:18px;
}

.jod{
  font-family: ProximaNova-Regular;
  margin:120px 120px 0 120px;
}
.jod-head{
  margin-bottom:60px;
}
.jod-head>h1{
  float:left;
  text-transform: capitalize;
}
.jod-head>button{
  float:right;
}
.jod-head>p{
  font-size: 16px;
  line-height: 1.11;
  text-align: left;
  color: #515357;
  opacity:0.8;
}

.jod-description>h2{
  font-family: ProximaNova-Semibold;
  font-size: 20px;
  line-height: 2.27;
  color: #2c2d2e;
  text-transform:capitalize;
}
.jod-description>div>p,
.jod-description>div>ul>li{
  text-align: justify;
  opacity:0.8;
  font-size: 16px;
  line-height: 1.4;
  color: #515357;
}

.button-block{
  margin:70px 0;
}

.jod-button{
  background-color:transparent;
  color:#007d9f;
  font-size:16px;
  border-radius: 5px;
  border:1px solid #007d9f;
  outline:none;
  text-transform: uppercase;
  padding:8px 22px;
}

.jod-button-active{
  background:#007d9f;
  color:#fff;
}

.dob-picker[readonly]{
  background-color:transparent;
}

/*Additional CSS*/

.new-member-form * .form-control{
  border:none;
  outline: none;
  border-bottom:1px solid #c5c5c5;
  border-radius: 0px;
  box-shadow: none;
  margin:10px 0 0 0;
  padding-left:0;  
}


input[type="file"] {
  display: none;
}
.custom-file-upload {
  top: 0;
  position: absolute;
  right: 15px;
  background-color: #2886af;
  color: #fff;
  border-radius: 0 6px 6px 0;
  height: 40px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
}


@media (max-width:1024px){
  .login-pat-search>div.nav-lt{
    width:240px;
  }
  .navbar-header{
    box-shadow:none;
  }
}

/*Header Section*/

.linkActive{
  border-color: #fff !important;
}

.linkActiveBlue{
  border-color: #007d9f !important;
}

.border_blue{
  border-color: #007d9f !important;
}

.activeLoginBtn,
.scrollActive{
  background-color: #007d9f;
  color: #fff;
}

/* New Login Screen 1 css */

.loginScreen2{
  display: none;
}

.loginContainer{
  background: url('../images/new-login/login_background.png') no-repeat;
  background-position: center -69px;
  background-size: 102%;
  background-color: #fff;
  width: 491px;
  height: 415px;
  border: 1px solid #0000000d;
  border-radius: 7px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.closeIcon
{
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}


.loginContainer h2{
  text-align: center;
  text-transform: uppercase; 
  font-size: 18px;
  font-family: ProximaNova-Bold;
  color: #535353;
  letter-spacing: 1px;
  padding-top: 35px;
}


.loginWrapper{
  /* padding-top: 35px; */
  padding-top: 10px;
}
/* Styling user card */

.userCards{
  padding-top: 15px;
}

.userCard{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border: 1px solid rgba(40, 134, 175, 0.22);
  width: 186px;
  height: 44px;
  border-radius: 7px;
  margin: 20px 0;
  cursor: pointer;
}

.userProfile{
  display: flex;
  align-items: center;
}

.userType{
  padding: 0 12px;
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  color: #2886af;
}

.filtercity{
    box-shadow: none;
    text-transform: capitalize;
    border: none;
    /* border-bottom: 1px solid #0000ff42; */
    border-radius: 0px;
    /* display: inline-block; */
    font-size: 16px;
    margin-left: 4px;
    color: #1c7d9f;
    padding:0;
    background: transparent;
}
.filtercity:focus{
  box-shadow: none;
}


.filtercity::-ms-expand {
  display: none;
}
.filtercity {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.editLocationIcon{
  position: absolute;
  right: 45px;
  bottom: 5px;
}

.paynow-btn{
  padding: 10px 0 0 0;
}

.paynow-btn span{
  background: #307139;
  color: #fff;
  font-size: 14px;
  font-family: ProximaNova-semibold;
  border-radius: 20px; 
  cursor: pointer;
  width: 80px;
  display: inline-block;
  padding: 10px 0px;
  text-align: center;
}

/* a.paynow-btn:hover{
  text-decoration: none;
  color: #fff;
} */

/** Toggle Switch Styling */
.apptTypeSwitch{
  padding: 20px 25px;
  display: flex;
  align-items: center;
}

.slotSwitch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 20px;
  text-align: right;
}

.slotSwitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggleSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggleSlider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggleSlider {
  background-color: #2196F3;
}

input:focus + .toggleSlider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggleSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
  border-radius: 34px;
}

.toggleSlider.round:before {
  border-radius: 50%;
}

.teleConsultContainer{
  padding: 0 15px;
}

.apptTypeSwitch label{
  margin-bottom: 0;
}

.teleConsultLabel{
  display: inline-block;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  color: #2886af;
}

/* Tele consultation options */

.consultation-rightblock{
  overflow: auto;
}

.teleconsultation-options{
  padding: 40px 0;
}

.teleconsultation-option{
  cursor: pointer;
  border-bottom: 1px solid #0000001f;
  height: 70px;
  padding: 15px 20px;
}

.teleIcon{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teleIcon img{
  width: 50%;
}

.normalIcon{
  display: inline-flex;
  border: 1px solid #e4c83b;
}

.normalIcon img{
  width: 12px;
  height: 12px;
}
.optionsTeleIcon{
  width: 34px;
  height: 34px;
}

.optionsTeleIcon img{
  width: unset;
}

.callIcon{
  background-color: #006ebb;
}

.videoIcon{
  background-color: #065288;
}

.chatIcon{
  background-color: #00ade5;
}

.apptListIcon{
  display: inline-flex;
}

.apptListIcon img{
  width: 10px;
  height: 10px;
}


.consult-name{
  padding: 7px 15px;
}

.consulation-name{
  color: #000000;
  font-size: 16px;
  font-family: ProximaNova-Semibold;
}

.consult-message{
  padding: 0 2px;
  color: #6c6c6c;
  font-size: 12px;
  font-family: ProximaNova-Regular;
}

.consultation-price{
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.consultation-amount{
  /* margin: 0 5px;
  width: 32px; */
  padding: 0 20px;
  width: 100px;
}

.consultation-select{
  /* padding: 0 15px; */
  padding: 2px 0 0 2px;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #2886af;
}

.consultation-inner-sphere{
  background-color: #ffffff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.selectedOption{
  background-color: #2886af;
}

/* input[type='radio']{
  -webkit-appearance: none;
  background-color: #2886af;
  width: 9px;
  height: 9px;
  border-radius: 50%;
} */

.pad-15{
  padding: 0 15px;
}

.confirm-appt-back{
  display: inline-block;
  /* width:30%; */
  width: 20%;
  padding: 2px 0;
}

.confirm-appt-title{
  width: 40%;
  text-align: right;
  padding: 0 20px;
  margin-left: 16px;
}

.confirm-appt-close{
  display: inline-block;
  width:30%;
  text-align: right;
  margin-left: 10%;
}

.dd-tele-option{
  cursor: pointer;
  /* height: 40px; */
  display: flex;
  /* align-items: center; */
}

.doc-fees-newui{
  display: flex;
}

.online-fees-content{
  display: flex;
  padding: 0 10px;
}

.dd-consultation-amount{
  /* padding: 8px 17px; */
  /* padding: 8px; */
  padding: 0 8px;
}

.dd-consultation-amount span{
  font-size: 12px;
  padding: 1.5px 0;
  font-family: ProximaNova-Semibold;
  color: #000000;
}

.dd-pad-15{
  padding: 8px 15px;
}

.docls-shift-title{
  padding: 20px 8px;
  font-family: ProximaNova-Semibold;
  font-size: 14px; 
}

.docls-teleshift-title{
  padding: 20px 30px;
}

.docls-teleshift-title-single{
  padding: 20px 11px;
}
.docls-timings{
  padding: 0 20px;  
}

.docls-tele-time{
  /* padding: 10px 17px; */
  width: 40%;
}

.plr-17{
  padding: 10px 17px;
}

.mlr-28{
  margin: 0 28px;
}

.docls-fees{
  display: flex;
  align-items: center;
}

.fees-type-text{
  color: #616161;
  font-family: ProximaNova-Regular;
  font-size: 14px;
  line-height: 20px;
}

.dd-fees-type-text{
  display: inline-block;
}


.clinic-fees{
  display: flex;
  padding: 5px;
}

.dd-clinic-fees{
  display: inline-flex;
  padding: 0;
}

.dd-both-type-fees{
  padding: 0 12px;
}

.pad-5{
  padding: 5px;
}

.fees-seperator:after{
  content: "";
  display: block;
  width: 1px;
  background-color: #61616140;
  height: 17px;
  margin: 2px 12px;
}

.docls-rupee-icon{
    width: 12px;
    height: auto;
}

.docls-rupee-icon img{
  width: 12px;
  height: 10px;
}

.clinic-fees-text{
  font-size: 13px;
  line-height: 20px;
  padding: 1.5px 0;
  font-family: ProximaNova-Semibold;
  color: #000000;
}

.dd-fees-text{
  line-height: 21px;
}

.dd-shift-heading{
  font-size: 14px;
  font-family: ProximaNova-Regular;
  color: #000000;
  padding: 20px 0;
}                                        

.dd-clinic-timing{
  padding: 0;
}

/* Health records in patient dashboard styling */

/* .health-record-thumbnail img{
  width: 100%;
  height: 450px;
} */

.health-record-sidecolumns{
  width: 6.33333%;
}

/* .health-record-card{
  width: 220px;
} */

.health-record-thumbnail{
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
  height: 280px;
  text-align: center;
  margin-bottom: 40px;
}

.health-record-thumbnail h3{
  color: #2E6992;
  font-size: 18px;
  font-family: ProximaNova-Semibold;
  text-align: center;
  padding: 15px 0;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 185px;
}

.health-record-thumbnail img{
  width: 100%;
  height: 100px;
}

.record-image-container{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  /* box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0),
  0 100px 80px rgba(0, 0, 0, 0); */
  background: transparent;
}

.prescription-text{
  font-family: ProximaNova-Semibold;
  font-size: 18px;
  padding: 20px 0 10px 0;
  text-transform: capitalize;
}

.report-datetime{
  color: #363737ab;
  font-family: ProximaNova-Semibold;
  font-size: 13px;
  padding: 0 0 8px 0;
}

.report-date{
  border-right: 2px solid #363737ab;
}

.report-time{
  padding: 0 5px;
}

.caption-text{
  font-size: 14px;
  font-family: ProximaNova-Semibold;
  color: rgba(0, 0, 0, 0.7);
}

.caption-value{
  font-size: 12px;
  font-family: ProximaNova-Regular;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90px;
}

.record-for-doctor{
  font-size: 13px;
  font-family: ProximaNova-Semibold;
  color: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
  border-top: 2px solid #2E6992;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 185px;
}

.record-docname{
  color: #000000;
  text-transform: capitalize;
}

.page-navigation{
  text-align: center;
}

.report-type-select{
  display: inline-block;
  /* padding: 0 15px; */
  padding: 1px 0 0 1px;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #2886af;
  cursor: pointer;
}

.report-type-sphere{
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.health-record-card{
  width: unset;
}

/* payment Summary styling */

.paymentsummary-modal-content{
  width: 750px;
}

.payment-details-heading{
  color: #006ebb;
  font-size: 18px;
  font-family: ProximaNova-Semibold;
  padding: 0;
}

.payment-details-close{
  text-align: center;
}

.paymentSummaryModal .modal-content{
  padding: 10px 0;
}

.paymentSummaryModal .modal-content .payment-details-head{
  border-bottom: 1px solid #00000078;
  margin: 0 20px;
}

.payment-details-close{
  text-align: right;
    padding: 0;
}

.paysummary-details-container{
  color: #2886af;
  margin: 0 40px;
}

.details-row{
  padding: 5px 0;
}

.net-handling-fees{
  padding: 0;
}

.gst-fees{
  padding: 0;
}

.gst-fees-space::after{
  content: "";
  display: block;
  width: 100px;
  background-color: #0000004a;
  height: 1px;
  margin: 20px 0 0 0;
}

.paysummary-details{
  font-family: ProximaNova-Semibold;
  font-size: 14px;
  padding: 5px 0;
}

.total-amount-details{
  color: #000000;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
}

.action-buttons-container{
  padding: 10px 0;
}

.action-buttons{
  text-align: center;
}

.paysummary-action-button{
  display: inline-block;
  text-align: center;
  border: 1px solid #2886af;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 10px;
  color: #2886af;
  font-family: ProximaNova-Semibold;
  font-size: 16px;
  cursor: pointer;
}

.paysummary-action-button:hover{
  background: #2886af;
  color: #ffffff;
}