@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
	     url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
  font-family: 'poppinsregular';
  font-size: 18px;
  color: #303030;
  padding-top: 100px;
}
.inline-block{
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.bg-color1{
  background-color: #cdf0f2;
}
.bg-color2{
  background-color: #dffece;
}
.bg-color3{
  background-color: #feedce;
}
/*.bg-color4{
  background-color: #feedce;
}*/
/* ------- Navigation ------- */
.custom-navbar .navbar-nav .active .nav-link{
  color: #424242 !important;
}
.custom-navbar .navbar-nav .nav-link{
  font-family: 'poppinsmedium';
  font-size: 18px;
  color: #4a7fda !important;
}
.btn-register-login{
  background-color: #4a7fda;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.btn-register-login:hover{
  background-color: #fff;
  color: #4a7fda;
  border-radius: 5px;
}
.home-page-header{
  padding: 150px 0 180px 0;
  position: relative;
}
.home-page-header:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 201px;
  background-image: url(../images/waves-shape-2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-page-title{
  margin-bottom: 75px;
}
.home-page-title h2{
  font-family: 'robotobold';
  font-size: 60px;
  color: #426cb4;
  text-shadow: 2px 2px 5px rgba(148, 147, 147, 0.75); 
}
.home-page-title h4{
  font-family: 'poppinsmedium';
  font-size: 24px;
  color: #30528d;
}
.header-searchbar{
  background-color: #fff;
  border-radius: 5px;
  /*overflow: hidden;*/
}
.header-searchbar-wrapper{
  z-index: 1;
  position: relative;
}
.header-searchbar-wrapper span{
  font-family: 'poppinslight';
  font-size: 24px;
  color: #30528d;
}
/* .fmd-header .scrolling{
  background-color: #fff;
}
 *//* custom select */
.custom-select {
  position: relative;
  padding: 0;
  border: none;
  display: table-cell;
}
.custom-select select {
  display: none; 
}
.select-selected {
  background-color: #fff;
  color: #424242 !important;
  padding: 6px 16px;
  cursor: pointer;
  border-bottom: none;
  white-space: nowrap;
  overflow-x: hidden;
}
/* custom select end */
.custom-prepend{
  border: none;
  background-color: transparent;
}
.custom-prepend img{
  padding: .375rem .75rem;
}
.serrch-form .form-control{
  border: none;
  border-radius: 0px;
  height: 52px;
}
.serrch-form .form-control:focus{
  outline: none;
  border: none;
  box-shadow: none;
}
.submit-search{
  background-color: #426cb4;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: -1px;
}
/* Style the arrow inside the select element: */
/*.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
*/
/* Point the arrow upwards when the select box is open (active): */
/*.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}*/
.select-items div {
  color: #424242;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(140, 140, 140, 0.1) transparent;
  cursor: pointer;
}
.select-items {
  position: absolute;
  background-color: #fff;
  color: #30528d;
  top: 135%;
  left: 0;
  right: 0;
  z-index: 99;
  height: auto;
  overflow-y: scroll;
  min-width: 250px;
  max-height: 150px;
  overflow: auto;
}
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(205, 240, 242, 1);
}
.main-category-sec{
  margin-bottom: 35px;
}
.cat-header{
  margin-bottom: 60px;
}
.cat-header h3{
  font-family: 'robotobold';
  font-size: 34px;
  color: #426cb4;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cat-header h4{
  font-family: 'poppinsmedium';
  font-size: 18px;
  color: #424242;
}
.category-item{
  background-color: #fff;
  box-shadow: 0px 0px 9.9px 1.1px rgba(186, 186, 186, 1.37);
  padding: 65px 25px 0;
  border-radius: 5px;
  min-height: 490px;
  color: #424242;
  -webkit-transition: background-color 0.2s linear, transform 0.7s, box-shadow 0.7s;
  -ms-transition: background-color 0.2s linear, transform 0.7s, box-shadow 0.7s;
  transition: background-color 0.2s linear, transform 0.7s, box-shadow 0.7s;
  margin-bottom: 30px;
}
.category-item:hover{
  background-color: rgba(66,108,180,1);
  background-color: -moz-linear-gradient(-45deg, rgba(66,108,180,1) 0%, rgba(48,82,141,1) 100%);
  background-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(66,108,180,1)), color-stop(100%, rgba(48,82,141,1)));
  background-color: -webkit-linear-gradient(-45deg, rgba(66,108,180,1) 0%, rgba(48,82,141,1) 100%);
  background-color: -o-linear-gradient(-45deg, rgba(66,108,180,1) 0%, rgba(48,82,141,1) 100%);
  background-color: -ms-linear-gradient(-45deg, rgba(66,108,180,1) 0%, rgba(48,82,141,1) 100%);
  background-color: linear-gradient(135deg, rgba(66,108,180,1) 0%, rgba(48,82,141,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426cb4', endColorstr='#30528d', GradientType=1 );
  color: #fff;
  box-shadow: 12px 11px 13px 0px rgba(186, 186, 186, 0.75);
  transform: translateY(-10px);
}
.category-item:hover .category-image svg #bo1{
  fill: #fff;
}
.category-image{
  text-align: center;
}
.category-image svg{
  max-height: 65px;
  width: auto;
}
.category-image figure{
  margin-bottom: 80px;
}
.category-detail h4{
  font-family: 'poppinsbold';
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.category-detail p{
  font-family: 'poppinsmedium';
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.new-app-section{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  padding: 60px 0;
}
.new-app-section-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(66, 108, 180, 0.9);
}
.new-app-header{
  color: #fff;
  margin-bottom: 25px;
}
.new-app-header h4{
  font-family: 'robotobold';
  font-size: 34px;
  text-transform: uppercase;
}
.new-app-header p{
  font-family: 'poppinsregular';
  font-size: 18px;
  max-width: 50%;
}
.new-app-features{
  display: inline-block;
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
.features-icon{
  display: inline-block;
  height: 140px;
  width: 140px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.features-icon img{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 60%;
  width: auto;
}
.app-image-section{
  margin-bottom: -315px;
}

/* New Home */ 

.fmd-header{
  padding: 0 40px;
  transition: all 0.5s;
}
.fmd-navbar{
  padding: 25px;
}
.fmd-navbar .dropdown-menu{
  border: none;
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
  border-radius: 0;
}
.fmd-navbar .nav-item .nav-link{
  font-family: 'poppinsregular';
  font-size: 18px;
  line-height: 27px;
  color: #303030;
}
.register-login .btn{
  font-family: 'poppinsregular';
  font-size: 18px;
  line-height: 27px;
  color: #303030;
}
.register-login .btn-login{
  color: #ffffff;
  border: none;
  border-radius: 25px;
  background: #9aaee1;
  background: -moz-linear-gradient(top,  #9aaee1 0%, #3f63be 100%);
  background: -webkit-linear-gradient(top,  #9aaee1 0%,#3f63be 100%);
  background: linear-gradient(to bottom,  #9aaee1 0%,#3f63be 100%);
  padding: 10px 40px;
  margin-left: 45px;
}
.home-banner-wrapper{
  padding: 130px 0;
  position: relative;
}
.home-banner-content{
  position: relative;
  z-index: 1;
}
.banner-header{
  max-width: 530px;
  margin-bottom: 30px;
}
.banner-header h2{
  font-family: 'poppinssemibold';
  font-size: 60px;
  line-height: 90px;
  color: #303030;
  margin: 0 0 45px 0;
  position: relative;
}
.banner-header h2:after{
  content: '';
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #303030;
  bottom: -15px;
  left: 0;
  border-radius: 2px;
}
.banner-header p,
.search-form-sec p{
  font-family: 'poppinsregular';
  font-size: 18px;
  line-height: 27px;
  color: #303030;
  margin: 0;
}
.search-form-sec p{
  margin-bottom: 15px;
}
.search-form-bar{
  background-color: #fff;
  border-radius: 45px;
  display: flex;
  max-width: 820px;
  -webkit-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.16);
  box-shadow: 6px 6px 25px 0px rgba(0,0,0,0.16);
}
.search-form-bar form{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}
.search-form-group input:focus,
.search-form-bar .search-btn{
  outline: none;
  box-shadow: none;
}
.search-form-bar .search-btn{
  font-family: 'poppinsregular';
  font-size: 18px;
  color: #ffffff;
  padding: 16px 50px;
  border-radius: 35px;
  border: none;
  transition: background 0.5s;
  background: #9aaee1;
  background: -moz-linear-gradient(top,  #9aaee1 0%, #3f63be 20%);
  background: -webkit-linear-gradient(top,  #9aaee1 0%,#3f63be 40%);
  background: linear-gradient(to bottom,  #9aaee1 0%,#3f63be 60%);
}
.search-form-bar .search-btn:hover{
  background: -moz-linear-gradient(top,  #9aaee1 0%, #3f63be 100%);
  background: -webkit-linear-gradient(top,  #9aaee1 0%,#3f63be 100%);
  background: linear-gradient(to bottom,  #9aaee1 0%,#3f63be 100%);
}
.search-form-group{
  display: flex;
  align-items: center;
  margin: 10px 15px;
}
.search-form-group img{
  margin-right: 15px;
}
.search-form-group input{
  border: none;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  background-color: #fff !important;
}
.home-banner-background{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  text-align: right;
}

.home-banner-background{
  width: 60%;
  height: auto;
}

.patient-help-sec{
  padding: 100px 0;
}
.patient-help-header{
  margin-bottom: 100px;
}
.patient-help-header h3{
  font-family: 'poppinssemibold';
  font-size: 36px;
  line-height: 42px;
  color: #303030;
  position: relative;
  margin: 0 0 45px 0;
}
.patient-help-header h3:after{
  content: '';
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #303030;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 2px;
}
.patient-help-header p{
  font-family: 'poppinsregular';
  font-size: 18px;
  color: #303030;
  margin: 0;
}

.help-item{
  padding: 10px;
  text-align: center;
}

.help-icon{
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 0 auto 30px auto;
  background: #9aaee1;
  background: -moz-linear-gradient(top,  #9aaee1 0%, #3f63be 100%);
  background: -webkit-linear-gradient(top,  #9aaee1 0%,#3f63be 100%);
  background: linear-gradient(to bottom,  #9aaee1 0%,#3f63be 100%);
}

.help-item h6{
  font-family: 'poppinssemibold';
  font-size: 18px;
  color: #303030;
  margin-bottom: 15px;
}

.help-item p{
  font-family: 'poppinsregular';
  font-size: 18px;
  line-height: 27px;
}
.try-app-sec{
  background-color: #CEDAF8;
  padding: 60px;
  margin-top: 140px;
}

.try-app-sec h3{
  font-family: 'poppinssemibold';
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 45px;
  position: relative;
}

.try-app-sec h3:after{
  content: '';
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #303030;
  bottom: -15px;
  left: 0;
  border-radius: 2px;
}

.try-app-sec p{
  font-family: 'poppinsregular';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}

.try-app-sec .media-body p{
  margin-bottom: 0;
}

.feature-icon-bg{
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 20px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
}

.try-app-sec .media{
  margin-bottom: 30px;
}
.app-mockup{
  margin-top: -180px;
}
.featured-point{
  margin-bottom: 60px;
}
.download-apps a{
  margin-right: 20px;
}
.are-you-doctor-sec{
  padding: 100px 0;
}

.are-you-doctor-sec h3{
  font-family: 'poppinssemibold';
  font-size: 36px;
  line-height: 42px;
  color: #303030;
  position: relative;
  margin: 0 0 45px 0;
}

.are-you-doctor-sec h3:after{
  content: '';
  position: absolute;
  height: 4px;
  width: 100px;
  background-color: #303030;
  bottom: -15px;
  left: 0;
  border-radius: 2px;
}

.are-you-doctor-sec p,
.are-you-doctor-sec ul li{
  font-family: 'poppinsregular';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 35px;
}

.are-you-doctor-sec ul{
  padding-left: 20px;
  margin-bottom: 0;
}

.are-you-doctor-sec ul li{
  margin-bottom: 15px;
}

footer{
  padding: 100px 0;
  color: #fff;
  position: relative;
  background-color: #3F63BE;
  overflow: hidden;
}

footer:after{
  content: '';
  position: absolute;
  height: 385px;
  width: 687px;
  background-image: url('../images/footer-bgcmp.svg');
  background-position: center;
  background-size: contain;
  bottom: -160px;
  left: -280px;
}

footer h5{
  font-family: 'poppinssemibold';
  margin-bottom: 20px;
}

footer ul{
  list-style-type: none;
  padding-left: 0;
}

footer ul li a{
  font-family: 'poppinsregular';
  color: #fff;
  transition: all 0.5s;
}

footer ul li a:hover{
  color: #fff;
}

footer form input{
  font-family: 'poppinsregular';
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 35px;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 100%;
}

footer .social-icons li.list-inline-item{
  margin-right: 20px;
}

footer form input:focus{
  outline: none;
  box-shadow: none;
}

.footer-img{
  margin-bottom: 20px;
}

footer form input::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 0.4;
}
footer form input:-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.4;
}
footer form input::-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.4;
}
footer form input:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.4;
}
footer form input::-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.4;
}
footer form input::placeholder {
  color: #ffffff !important;
  opacity: 0.4;
}



/* new homes ends here */
.doctors-vectors{
  padding-top: 120px;
  position: relative;
}
.doctors-vectors img{
  position: relative;
  z-index: 1;
}
.doctor-section{
  overflow: hidden;
  /*min-height: 630px;*/
  background-image: url('../images/doctor-bg1.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.doctors-vectors:after{
  content: '';
  background-image: url('../images/doctors-blue-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}*/
.doctor-content{
  margin-top: 160px;
  margin-bottom: 30px;
}
.doctor-content h4{
  font-family: 'robotobold';
  font-size: 34px;
  text-transform: uppercase;
  color: #426cb4;
  margin-bottom: 30px;
}
.doctor-content p{
  font-family: 'poppinsmedium';
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 55px;
}
.doctor-content ul{
  margin-bottom: 50px;
  padding-left: 15px;
}
.doctor-content ul li{
  margin-bottom: 20px;
}
.doctor-content a{
  display: inline-block;
  background-color: #4a7fda;
  border: 2px solid transparent;
  color: #fff;
  border-radius: 5px;
  padding: 6px 28px;
  transition: all 0.5s;
}
.doctor-content a:hover{
  background-color: #fff;
  border: 2px solid #4a7fda;
  color: #4a7fda;
  text-decoration: none;
}
.download-app-sec{
  background-color: #30528d;
  padding: 90px 0 120px;
  color: #fff;
  background-image: url('../images/wave-footer.png');
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-bottom: -2px;
}
.download-app-sec a:hover{text-decoration: none;}
.download-app-header h3{
  font-family: 'robotobold';
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
}
.download-app-header{
  margin-bottom: 70px;
}
.download-app-media{
  background-color: #fff;
  border: 3px solid #4a7fda;
  color: #4a7fda;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 9.9px 1.1px rgba(40, 40, 40, 1);
  width: fit-content;
  min-width: 340px;
  margin: 15px auto;
  align-items: center;
}
.download-app-sec a:hover .download-app-media{
  background-color: #4a7fda;
  border: 3px solid #fff;
  color: #fff;
  box-shadow: 12px 11px 13px 0px rgba(40, 40, 40, 0.75);
  transform: translateY(-10px);
  transition: background-color 0.2s linear, transform 0.7s, box-shadow 0.7s;
}
.download-app-media .media-body{
  margin-left: 5px;
}
.download-app-media .media-body p{
  font-family: 'poppinsbold';
  font-size: 22px;
  line-height: 24px;
}
.download-app-sec a:hover .download-app-media svg #icon path,
.download-app-sec a:hover .download-app-media svg #icon{
  fill: #fff;
}

.download-app-media .media-body h5{
  font-family: 'poppinsbold';
  font-size: 36px;
  margin-bottom: 0;
}
.footer-sec{
  padding: 50px;
  background-color: #5c839d;
}
.footer-links h5{
  font-family: 'poppinsbold';
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.footer-links ul{
  padding-left: 0;
  list-style-type: none;
}
.footer-links ul li{
  margin-bottom: 5px;
}
.footer-links ul li a{
  font-family: 'poppinsmedium';
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  font-weight: normal;
}
.bottom-footer-sec{
  padding: 20px 0;
  background-color: #30528d;
}
.bottom-row p{
  font-family: 'poppinslight';
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  line-height: 35px;
}
.bottom-row ul{
  display: inline-block;
  float: right;
  margin-bottom: 0;
}
.bottom-row ul li a{
  color: #fff;
}
.bottom-row ul li a .fa{
  transition: all 0.5s;
  font-size: 24px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
}
.bottom-row ul li a .fa:hover{
  background-color: #fff;
  border-radius: 50px;
  color: #30528d;
}
.signup-pade-cover-block{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 660px;
}
.signin-pade-cover-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 430px;
}
.fmd-form{
  background-color: #fff;
  box-shadow: 5px 9px 43px 0px rgba(130, 130, 130, 0.34);
  padding: 30px 60px;
  border-radius: 5px;
  margin-bottom: 100px;
}
.sign-up-form{
  margin-top: -55%;
}
.sign-in-form{
  margin-top: -30%;
}
.fmd-form .form-header{
  font-family: 'poppinssemibold';
  margin-bottom: 60px;
}
.fmd-form .form-control{
  border: 1px solid #d8d8d8;
  border-radius: 35px;

}
.gender-option .input-group{
  padding-left: 10px;
  padding-right: 10px;
}
.fmd-form .form-check-input{
  margin-right: 15px;
}
.doctor-patient{
  margin-bottom: 20px;
}
/*.doctor-patient .form-check{
  text-align: center;
}*/
.sign-up-btn{
  font-family: 'poppinsmedium';
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #3961e3;
  color: #3961e3;
  margin-bottom: 30px;
  border-radius: 35px;

}
.sign-up-g-btn{
  display: inline-block;
  width: 100%;
  background-color: #e3420a;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 35px;
  
}
.sign-up-g-btn:hover{
  background-color: #fff;
  border: 1px solid #e3420a;
  color: #e3420a;
}
.sign-up-fb-btn{
  display: inline-block;
  width: 100%;
  background-color: #3f68ef;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.sign-up-fb-btn:hover{
  background-color: #fff;
  border: 1px solid #3f68ef;
  color: #3f68ef;
}
.sign-up-form.fmd-form .form-check{
  padding-left: 36px;
}
.search-sec{
  height: 200px;
   background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.search-sec .container, .search-sec .row{height: 100%;}
.search-sec .header-searchbar{
  margin-top: auto;
  margin-bottom: -26px;
  box-shadow: 3px 4px 5px 0px rgba(195, 195, 195, 0.75); 
}
.find-doc-sec{
  padding: 80px 0 0;
}
.find-doc-header{
    /*border-bottom: 1px solid rgba(74, 127, 218, 0.5);*/
}
.find-doc-header h3{
  font-family: 'poppinssemibold';
  font-size: 36px;
  line-height: 42px;
  color: #303030;
  margin: 0 0 45px 0;
  text-align: center;
}
.filter-btn{
  display: inline-block;
  font-family: 'poppinsmedium';
  font-size: 20px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #303030;
  color: #303030;
  padding: 6px 22px;
  border-radius: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.filter-btn.active,
.filter-btn:active,
.filter-btn:hover,
.filter-btn:focus{
  color: #fff;
  background-color: #4a7fda;
  border: 1px solid #4a7fda;
  text-decoration: none;
}
.search-divider{
  border-top: 1px solid rgba(74, 127, 218, 0.5);
}
.doc-list-sec{
  margin-bottom: 20px;
}
.doc-list-item{
  padding: 15px 40px;
  background-color: rgba(248,248,248,1);
  box-shadow: 8px 14px 13px 0px rgba(186, 186, 186, 0.75);
  color: #424242;
  border-radius: 5px;
  margin-top: 70px;
  margin-bottom: 120px;
  -webkit-transition: background 0.5s ease-out;
  -moz-transition: background 0.5s ease-out;
  -o-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;

}
.doc-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 160px;
  width: 130px;
  border-radius: 15px;
  margin-top: -70px;
  display: inline-block;
  float: left;
  transition: transform 0.7s;
}
.doc-info-content{
  padding: 10px 25px;
  float: left;
  color: #303030;
  max-width: calc(100% - 130px);
}
.doc-info-content h4{
  font-family: 'poppinsmedium';
  font-size: 18px;
  margin-bottom: 5px;
}
.doc-info-content h4 span{
  font-family: 'poppinsmedium';
  font-size: 14px;
}
.doc-info-content h5{
  font-family: 'poppinsmedium';
  font-size: 16px;
  margin-bottom: 5px;
}
.doctor-overall-ratings span,
.doc-ratings span{
   background-color: #3F63BE;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.doc-desc{
  padding-top: 25px;
}
.doc-desc h6{
  font-family: 'poppinsmedium';
  font-size: 16px;
  margin-bottom: 15px;
}
.doc-desc h6 a{
  color: #4a7fda;
}
.doc-desc p{
  font-family: 'poppinslight';
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color: #4a7fda;
}
.doc-list-item:hover{
   box-shadow: 8px 14px 13px 0px rgba(186, 186, 186, 0.75);
  background-color: #3F63BE;
  color: #fff;
}
.doc-list-item:hover .doc-desc h6 a,
.doc-list-item:hover .doc-desc p,
.doc-list-item:hover .doc-info-content{
  color: #fff;
}
.doc-list-item:hover .doc-ratings span{
  color: #fff;
  background: #fff;
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.doc-list-item:hover .doc-image{
  transform: translateY(-8%);
}
.doc-map{
  height: 80vh;
}
.doc-profile-pade-cover-block{
 background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 410px;
}
.doctor-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 420px;
  border-radius: 5px;
  margin-top: -150px;
  margin-bottom: 70px;
  webkit-box-shadow: 6px 6px 17px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 6px 6px 17px 0px rgba(0,0,0,0.12);
  box-shadow: 6px 6px 17px 0px rgba(0,0,0,0.12);
}
.boctor-profile-header{
  margin-top: 50px;
}
.boctor-profile-header h3{
  font-family: 'robotomedium';
  font-size: 44px;
  margin-bottom: 25px;
}
.boctor-profile-header h4{
  font-family: 'robotomedium';
  font-size: 22px;
  margin-bottom: 25px;
}
.boctor-profile-header p{
  font-family: 'robotomedium';
  font-size: 18px;
  margin-bottom: 25px;
}
.doctor-overall-ratings span{
  font-size: 32px;
}
.doctor-profile-details{
  margin-bottom: 30px;
}
.doctor-profile-details h4{
  font-family: 'poppinsmedium';
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.doctor-profile-details p,
.doctor-profile-details ul li{
  font-family: 'poppinslight';
  font-size: 18px;
}
.doctor-profile-details ul{
  padding-left: 25px;
  list-style-type: none;
}
.doctor-profile-details ul li{
  position: relative;
}
.doctor-profile-details ul li:before{
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -18px;
  background-color: #424242;
  border-radius: 50%;
}
.appoinment-sidebar-form{
  border-radius: 8px;
  background-color: #f1f1f1;
  overflow: hidden;
  margin-bottom: 15px;
}
.appoinment-sidebar-header{
  /*background-color: #3F63BE;*/
  color: #fff;
  padding: 15px 25px;
  background: #9aaee1;
  background: -moz-linear-gradient(top, #9aaee1 0%, #3f63be 100%);
  background: -webkit-linear-gradient(top, #9aaee1 0%,#3f63be 100%);
  background: linear-gradient(to bottom, #9aaee1 0%,#3f63be 100%);
}
.appoinment-sidebar-header h5{
  font-family: 'poppinsbold';
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.appoinment-sidebar-body{
  padding: 25px;
}
.appoinment-sidebar-body .form-group label{
  font-family: 'poppinslight';
  font-size: 18px;
  color: #424242;
}
.appoinment-sidebar-body .form-group .form-control{
  border: none;
  border-radius: 35px;
}.btn-consult-now{
  font-family: 'poppinsmedium';
  font-size: 18px;
  color: #426cb4;
  text-align: center;
  border: 2px solid transparent;
}
.btn-consult-now.focus, .btn-consult-now:focus{
  box-shadow: none;
}
.btn-consult-now:hover{
  color: #426cb4;
  border: 2px solid #426cb4;
  background-color: #fff;
}
.doctor-profile-details h4:first-child{
  margin-top: 0;
}
.search-sec .search-form-bar{
  transform: translateY(50%);
      position: relative;
    z-index: 99;
}
#map_canvas{
  height: 80vh !important;
}

/*
	font-family: 'FontAwesome';
	font-family: 'robotolight';
	font-family: 'robotomedium';
	font-family: 'robotoregular';
	font-family: 'robotobold';
	font-family: 'poppinslight';
	font-family: 'poppinsmedium';
	font-family: 'poppinsregular';
	font-family: 'poppinssemibold';
	font-family: 'poppinsbold';
*/
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .fmd-navbar {
      padding: 25px 0;
    }
    .register-login .btn-login{
      margin-left: 20px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .category-item {padding: 30px 15px 0;}
  .category-image figure {margin-bottom: 30px;}
  .doctor-content h4 {margin-bottom: 15px;}
  .doctor-content ul li {margin-bottom: 10px;}
  .doctor-content p {margin-bottom: 20px;}
  .doctor-content ul {margin-bottom: 20px;}
  .doctor-content{margin: 30px 0;}
  .download-app-media .media-body h5 {font-size: 32px;}
  .download-app-sec {margin-bottom: -2px;}
  .footer-logo{text-align: center;margin: 0 0 40px;}
  .features-icon {height: 100px;width: 100px;}
  .doc-image {height: 130px;width: 110px;margin-top: -60px;}
  .doc-info-content {padding: 10px; max-width: calc(100% - 110px);}
  .doc-list-item {padding: 15px 20px;}
  .doc-filter {white-space: nowrap;overflow: auto;}
  .doc-profile-pade-cover-block {height: 300px;margin-bottom: 0}
  .doctor-image {margin-top: -120px;margin-bottom: 50px;}
  .boctor-profile-header h3 {font-size: 32px;margin-bottom: 15px;}
  .boctor-profile-header h4 {font-size: 20px;margin-bottom: 15px;}
  .boctor-profile-header p {margin-bottom: 10px;}
  .boctor-profile-header {margin-top: 20px;}
  .fmd-header {background-color: #fff;}
  
  .home-banner-background{width: 60%;top: 50%;transform: translateY(-50%);}
  .home-banner-wrapper {padding: 60px 0;}
  .banner-header h2 {font-size: 48px;line-height: 76px;max-width: 75%;}
  .patient-help-header {margin-bottom: 60px;}
  .app-mockup{margin-top: 0}
  .featured-point { margin-bottom: 30px;}
  .download-apps img{margin-bottom: 25px;}
  .are-you-doctor-sec ul{margin-bottom: 40px;}
  
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .navbar-brand{width: 60%;}
  .app-detail{order: 1;}
  .app-image{order: 0;}
  .app-image-section {margin-bottom: 0;margin-top: -200px;}
  .features-icon {height: 70px;width: 70px;}
  .new-app-section {margin-top: 150px;}
  .doctor-section {background-image: url(../images/doctors-blue-bg1.png);}
  .doctors-vectors {padding-top: 60px;margin: 20px 0;}
  .doctor-content ul li {margin-bottom: 10px;}
  .doctor-content p {margin-bottom: 30px;}
  .doctor-content ul {margin-bottom: 20px;}
  .doctor-content{margin: 30px 0;}
  .download-app-media {margin-bottom: 20px;}
  .footer-links{margin-bottom: 40px;text-align: center;}
  .footer-logo{margin: 40px 0;text-align: center;}
  .app-image, .new-app-header, .bottom-row{text-align: center;}
  .bottom-row ul{display: inline-block;margin: 0 auto;float: none;margin: 10px 0;}
  .new-app-header p {max-width: 100%;}
  .app-image-section img{width: 75%;}
  .btn-register-login {width: 100%;}
  .signup-pade-cover-block {height: 480px;}
  .signin-pade-cover-block {height: 320px;}
  .fmd-header{background-color: #fff;}
  .search-sec .header-searchbar {margin-bottom: -75px;}
  .find-doc-sec {padding: 120px 0 0;}
  .doc-filter {white-space: nowrap;overflow: auto;}
  .doc-list-item {padding: 15px;}
  .doc-info-content {padding: 10px;}
  .doc-image {height: 130px;width: 110px;margin-top: -60px;}
  .doc-info-content {padding: 10px; max-width: calc(100% - 110px);}
  .doc-list-item{margin-bottom: 90px;}
  .doc-profile-pade-cover-block {height: 300px;margin-bottom: 0}
  .boctor-profile-header h3 {font-size: 32px;margin-bottom: 15px;}
  .boctor-profile-header h4 {font-size: 20px;margin-bottom: 15px;}
  .boctor-profile-header p {margin-bottom: 10px;}

  .fmd-header {background-color: #fff;}
    .search-form-bar{max-width: 100%;border-radius: 35px;}
    .search-form-bar form{flex-direction: column;}
    .search-form-group {padding: 15px;width: 100%;margin: 0;}
    .search-form-bar .search-btn{width: 100%;}
    .banner-header h2 {font-size: 28px;line-height: 44px;margin: 0 0 30px 0;}
    .home-banner-wrapper {padding: 100% 0 40px;}
    .home-banner-background {width: 75%;left: 0;right: 0;margin: 0 auto;}
    .home-banner-content{text-align: center;}
    .banner-header h2:after, .are-you-doctor-sec h3:after{left: 0;right: 0;margin: 0 auto;}
    .patient-help-header h3 {font-size: 22px;line-height: 34px;margin: 0 0 32px 0;}
    .patient-help-header {margin-bottom: 40px;}
    .try-app-sec{padding: 20px 0;}
    footer:after{display: none;}
    .try-app-sec h3 {font-size: 22px;line-height: 32px;margin-bottom: 25px;}
    .download-apps img{margin-bottom: 25px;}
    .featured-point {margin-bottom: 30px;}
    .are-you-doctor-sec h3 {font-size: 22px;line-height: 35px;margin: 0 0 35px 0;}
    .are-you-doctor-sec {padding: 60px 0;}
    .are-you-doctor-sec ul{margin-bottom: 40px;}

    .are-you-doctor-sec h3,.are-you-doctor-sec p,.try-app-sec h3, .try-app-sec p{text-align: center;}
    footer{padding: 60px 0;text-align: center;}
    footer ul{
      margin-bottom: 35px;
    }

}
@media (max-width: 480px) {
  .submit-search{margin: 0 auto;width: 100%;border-top-right-radius: 0;border-bottom-right-radius: 5px;border-top-left-radius: 0;border-bottom-left-radius: 5px;}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .download-app-media{min-width: auto;}
  .download-app-media .media-body p {font-size: 16px;}
  .download-app-media .media-body h5 {font-size: 20px;}
  .select-items {left: -15px;min-width: 220px;}
}