

@font-face {
      font-family: 'OpenSans-Regular';
      src: url('../fonts/OpenSans/OpenSans-Regular.eot');
      src: local('OpenSans-Regular'), 
      url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'), 
      url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
      font-family: 'OpenSans-Bold';
      src: url('../fonts/OpenSans/OpenSans-Bold.eot');
      src: local('OpenSans-Bold'), 
      url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff'), 
      url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
      font-family: 'times-new-roman';
      src: url('../fonts/times-new-roman/times-new-roman.eot');
      src: local('times-new-roman'), 
      url('../fonts/times-new-roman/times-new-roman.woff') format('woff'), 
      url('../fonts/times-new-roman/times-new-roman.ttf') format('truetype');
}
body{
	word-wrap: break-word;
    font-family: 'OpenSans-Regular';
        background-color: #fff!important;
}

.tnr{
    font-family: 'times-new-roman';
    font-weight: 600;
    letter-spacing: 1px;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none!important;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 0px;
}
li {
    list-style-type: none;
}
p {
    margin: 0;
    font-size: 1em;
    line-height: 1.9em;
    letter-spacing: .5px;
}

ul {
    margin: 0!important;
    padding: 0!important;
}



.font-regular{
    font-family: 'OpenSans-Regular';
}
.font-bold{
    font-family: 'OpenSans-Bold';	
}

.col-white{
	color: #fff!important;
}
.col-blue{
	color: #006A98;
}
.col-red{
	color: #C72A32;
}

.big-blue-text{
    color: #006A98;
    font-family: 'OpenSans-Bold';
    font-size: 25px;
}
.small-blue-text{
    color: #006A98!important;
    font-family: 'OpenSans-Bold';
    margin-bottom: 5px;    
}
.big-red-text{
	color: #C72A32;
	font-family: 'OpenSans-Bold';
    font-size: 24px;
    margin-bottom: 15px;
}
.small-red-text{
	color: #C72A32!important;
	font-family: 'OpenSans-Bold';
    font-size: 19px!important;
}

.login-btn{
	cursor: pointer;
	border:1px solid #006A98;
	color: #333;
	background-color: transparent;
	padding: 5px 15px;
    border-radius: 2px;
}
.blue-white-btn{
	cursor: pointer;
	border:1px solid #006A98;
	color: #006A98;
	background-color: transparent;
	padding: 5px 15px;
    font-family: 'OpenSans-Bold';
}
.blue-btn{
	cursor: pointer;
	border:1px solid #006A98;
    background-color: #006A98;
    color: #fff;
    padding: 5px 15px;
    font-family: 'OpenSans-Bold';
}
.white-btn{
	cursor: pointer;
	border:1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 5px 15px;
}
.red-btn{
	cursor: pointer;
	border:1px solid #C72A32;
    background-color: #C72A32;
    color: #fff;
    padding: 5px 15px;
    font-family: 'OpenSans-Bold';
}
.trans-btn{
	cursor: pointer;
    background-color: transparent;
    color: #333;
    text-decoration: underline;
    border: unset;
    padding: 5px 15px;
}




.container-radio {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.container-radio:hover input ~ .checkmark {
  background-color: transparent;
}
.container-radio input:checked ~ .checkmark {
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
.container-radio .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c72932;
}



.check label input {
  display: none;
}
.check label span {
    height: 11px;
    width: 11px;
    border: 1px solid grey;
    display: inline-block;
    position: relative;
    border-radius: 3px;
}
[type=checkbox]:checked + span:before {
/*    content: '\2714';
    position: absolute;
    top: -11px;
    left: 0px;
    font-size: 16px;
    color: #1c6a97;*/
}
.red-dropdown{
    background-color: #C72A32;
    color: #fff;
    padding: 5px 2px;
    border: unset;
    cursor: pointer;
}
.white-dropdown{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #656262;
    padding: 8px 2px;
    width: 100%;
    font-size: 13px;
    outline: none;    
    cursor: pointer;
}
.banner-bottom{
    background-color: #EDEDED;
    padding: 15px 0px;
}
.red-number{
	color: #C72A32;
	font-family: 'OpenSans-Bold';
	font-size: 22px;
    margin-bottom: 0px;
}

#reviews{
	background-image: url('../images/testi.jpg');
}



.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

@media(max-width: 1000px){
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  display: -webkit-inline-box;
}
.carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(100%);
}
.carousel-inner .carousel-item-left.active, 
.carousel-inner .carousel-item-prev {
  transform: translateX(-100%);
}
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}
}


.circle-icons img{
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    float: left;
}
.circle-icons span{
    color: #fff;
    font-family: 'OpenSans-Bold';
    padding-left: 20px;
    float: left;
    padding-top: 10px;	
}
.banner-form{
	padding: 0px 75px!important;
}

@media(max-width: 1200px){
.banner-form{
	padding: 15px!important;
}
}
@media(max-width: 992px){
.circle-icons img{
    margin-bottom: 20px;
}
}

.banner-form p{
    color: #fff;
    font-family: 'OpenSans-Bold';
    margin-bottom: 20px;
}

@media(min-width: 768px){
.banner-form-input{
	background-color: #1a4572;
	padding: 30px 50px;
    margin-bottom: 40px;
}
.listing-form-input{
    background-color: #1a457270;
    padding: 20px 50px;
}
}

.first-radio{
    margin: 0px 40px;
}
.banner-form-input .container-radio{
	line-height: 20px;
    font-size: 15px;    
}
.location-input{
    background-color: #fff!important;
    height: 50px;
    border-radius: 3px!important;
}
.search-input{
    background-color: #fff!important;
    height: 50px;
    border-radius: 3px!important;
}
.img-fluid div {
    padding: 25px 40px;
    height: 225px;
}

.img-fluid div:not(.not-slide)
{
    background-color: #fff;
}

.img-fluid div.not-slide div {
    background-color: #fff;
    text-align: left;
}

#recipeCarousel{
    padding: 0px 100px;
}

@media(max-width: 768px){
#recipeCarousel{
    padding: 0px 25px;
}
.img-fluid div{
    height: unset;
    padding: 25px 25px;
}
}

.carousel-control-prev-icon{
    background-color: #fff!important;
    height: 30px!important;
    width: 30px!important;
    padding: 0px;
    border-radius: 50%;
    opacity: .9!important;
    color: red;
    font-size: 20px;
}
.carousel-control-next-icon{
    background-color: #fff!important;
    height: 30px!important;
    width: 30px!important;
    padding: 0px;
    border-radius: 50%;
    opacity: .9!important;
    color: red;
    font-size: 20px;
}
.carousel-control-prev-icon:hover{
	background-color: #393939!important;
	color: #fff;
	background-image: unset;
}
.carousel-control-next-icon:hover{
	background-color: #393939!important;
	color: #fff;
	background-image: unset;
}

.carousel-control-prev, .carousel-control-next{
	opacity: .9!important;
	width: 8%!important;
}
.d-block{
	text-align: left!important;
}
.review-text{
    font-size: 15px;
    margin-top: 15px;
}
.review-name{
    color: #082551;
    font-family: 'OpenSans-Bold';
}

.facebook{
    background: #3b5998;
        border-radius: 4px;
}
.twitter{
    background: #1da1f2;
        border-radius: 4px;
}
.google{
    background: #dd4b39;
        border-radius: 4px;
}

.facebook i, .twitter i, .google i{
    width: 40px;
    font-size: 20px;
    padding: 5px;
    margin: 3px;
    border-right: 1px solid #fff;
    margin-right: 15px!important;
}
.why-wait-title{
	font-size: 25px;
	color: #0F303B;
    margin-bottom: 0px;
}
.signup-section{
	background-color: #F9F9F9;
}
.signup-row{
    background-color: #fff;
}
@media(min-width: 992px){
.signup-row{
    margin: 70px!important;
}
}
.red-form{
	background-color: #c3262e;
    padding: 30px 30px!important;
}
.signup-title{
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #aba9a9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-size: 17px;
    letter-spacing: 2px;
}

@media(min-width: 768px){
.form-signup{
    padding: 20px 50px;
}
}

.form-signup:not(.except) input{
	margin-bottom: 20px;
}
.two-lines{
	border-bottom: 1px solid #aba9a9;
}
.sign-up-submit{
	margin-bottom: 10px;
}
.diff-lines{
    margin: unset!important;
    padding-bottom: 25px;
    text-align: center;
}
.small-circle{
    text-align: center;
    font-size: 20px;
    line-height: 5px;
    color: #aba9a9;
}
.sinle-line{
   border-bottom: 1px solid #aba9a9;
}
.small-slash{
	color: #fff;
}
.agree{
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 25px;
}
.t-c{
	text-decoration: underline;
}
.banner-signup{
	 background: url(../images/signup-banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 1;
}
.banner-dashboard{
	 background: url(../images/dashboard-banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 1;
}
.dashboard-text{
	padding: 100px 0;
}
@media(max-width: 768px){
.dashboard-text{
    padding: 50px 0;
}
}
@media(min-width: 992px){
.signup-text{
	padding: 60px 0;
}
}
.login-title{
	border-bottom: none!important;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-20{
    margin-bottom: 20px;
}
.tab{
    margin-bottom: 20px;
}
.tab .active{
	cursor: pointer;
	border:1px solid #006A98;
    background-color: #006A98;
    color: #fff;
}
.signup-big-title{
    font-weight: 100!important;
    font-size: 20px!important;
    margin-bottom: 10px!important;    
}
.small-otp{
    color: #fff;
    margin-bottom: 15px;
    padding: 0px 20px;
}
.signup-header-buttons button{
    width: 150px;
    font-size: 13px;
    font-weight: 100;
    font-family: unset;
    padding: 10px;
    margin: 10px 10px;
    margin-bottom: 0px;
}

@media(max-width: 768px){
.signup-header-buttons button{
    padding: 8px; 
}
}

.tab button{
    width: 150px;
    font-size: 13px;
    font-weight: 100;
    font-family: unset;
    padding: 10px;
    margin: 10px 10px;
}
.sign-up-submit button{
    width: 150px;
    font-size: 13px;
    font-weight: 100;
    font-family: unset;
    margin: 10px 10px;
}
.signup-row img{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -sand-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.inner-sec .red-btn{
    margin-bottom: 10px;
}

@media(max-width: 768px){
.inner-sec .red-btn{
    font-size: 15px;
}
}

.home-ul li{
    color: #333;
    font-size: 16px;
    line-height: 35px;
    font-family: 'OpenSans-Bold';
        padding-left: 50px;
}
.home-ul i{
    padding: 0px 15px;
    color: #c72932;
}
.home-ul{
    padding-left: 20px;
}

.location-wrapper{
    position: relative;
}
.location-wrapper:after{
/*    font-family: 'FontAwesome';
    content: '\f05b';
    position: absolute;
    right: 20px;
    top: 6px;
    color: #ddd;
    font-size: 25px;
    cursor: pointer;*/
}
.search-wrapper{
    position: relative;
}
.search-wrapper:after{
/*    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    right: 20px;
    top: 6px;
    color: #ddd;
    font-size: 25px;
    cursor: pointer;*/    
}
.dashboard-btn{
    cursor: pointer;
    color: #333;
    background-color: transparent;
    padding: 5px 15px;
    border: unset;
}
.user-img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    outline: unset;
}
.dash-tabs button{
    margin: 0px;
    width: unset;
    padding: 10px 18px;
    background-color: #fff;
    border: none;
    font-family: 'OpenSans-Bold';
    color: #333;
    cursor: pointer;
    line-height: 29px;
}
.dash-tabs a.dnav-active button{
    border: 1px solid #c72932 !important;
    background-color: #c72932 !important;
    color: #fff !important;
    outline: unset !important;
}
.dash-tabs{
    border-bottom: 2px solid #ddd;
    padding-left: 120px;
    background-color: #F9F9F9;
}
.user-dash-img{
    position: absolute;
    top: 270px;
    height: 120px;
    left: 290px;
}
.dashboard-box{
    padding: 30px 50px;
    margin: 0px 150px;
    background-color: #fff;
    margin-top: 75px;
    -webkit-box-shadow: 10px 10px 5px -8px #ddd;
    -moz-box-shadow: 10px 10px 5px -8px #ddd;
    box-shadow: 10px 10px 5px -8px #ddd;
    margin-bottom: 15px;
}
.dash-tab-content{
	background-color: #F9F9F9;
}
.p-section{
	margin-bottom: 15px;
}
.booking-detail{
	margin-top: 30px!important;
}
.dashboard-box img{
    border-radius: 50%;
    padding: 10px;
}
.status-p{
    font-size: 13px;
    margin-bottom: 15px;
}
.status-p .red-status{
    color: #c72932;
    padding-right: 15px;
}
.date-time{
    text-align: center;
    margin-bottom: 0px;
    font-size: 14px;
}
.more-feedback{
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.more-feedback a{
    color: grey!important;
    text-decoration: underline!important;
    float: left;
}
.more-feedback .right-feedback{
	float: right;
}
.doctor-samll-details{
    line-height: 22px;
    color: #636161;
    font-size: 15px;
}
.dash-logout{
    color: #c72932;
    font-size: 18px!important;
    padding-right: 5px;
}
.form-dash input{
    /* margin-bottom: 20px; */
    background-color: #EAEAEA;
    border: 1px solid #ced4da8a;
}
.form-dash input:focus{
    outline: unset;
    border: unset;
    box-shadow: unset;
    background-color: #EAEAEA;
}
.form-dash textarea{
    height: 130px;
    padding: 15px;
    background-color: #EAEAEA;
    /* margin-bottom: 20px; */
    resize: unset;
}
.settings-label{
    font-family: 'OpenSans-Bold';
    color: #333;
}
.Verify{
    color: #c72932;
    padding: 0px 10px;
    text-decoration: underline;
}
.Verified{
	color: #006A98;
    padding: 0px 10px;	
    text-decoration: underline;	
}
.social-acc img{
    padding: 0px 20px;
    margin-bottom: 10px;
}
.m-btm-0{
    margin-bottom: 0px!important;
}
.m-btm-10{
    margin-bottom: 10px!important;
}
.m-btm-20{
    margin-bottom: 20px;
}
.m-btm-25{
    margin-bottom: 25px;
}
.setting-btn{
    width: 100%;
    padding: 10px;
    font-family: unset;
}
.dashboard-box-new{
    padding: 30px 0px;
    margin: 0px 175px;
    margin-top: 75px;
    margin-bottom: 15px;
}
.dashboard-box-new img{
    height: 130px;
    background-color: #fff;
    padding: 30px;
	-webkit-box-shadow: 0px 2px 11px 2px rgba(225,226,230,1);
	-moz-box-shadow: 0px 2px 11px 2px rgba(225,226,230,1);
	box-shadow: 0px 2px 11px 2px rgba(225,226,230,1);
    margin-bottom: 10px;
}
.line-height-22{
    line-height: 22px;
}
.profile-social img{
	margin-top: 30px;
    margin-right: 20px;
}
.m-btm-0{
	margin-bottom: 0px;
}
.report-ul li{
    display: table-cell;
    text-align: center;
    width: 145px;
    padding: 0px 10px;
}
.report-ul li p{
    line-height: 20px;
}
.booking-detail-box{
    padding: 0px 50px;
    padding-right: 10px;
}
.booking-detail-box .col-md-2{
    padding-top: 30px;
    padding-bottom: 30px;
}
.booking-detail-box .col-md-7{
    padding-top: 30px;
    padding-bottom: 30px;
}
.booking-detail-box .col-md-3{
    padding: 10px 20px;
}
@media(min-width: 768px){
.booking-detail-box .col-md-3{
     border-left: 3px solid #eae6e6;   
}
}

.feedback-textarea{
    height: 100px;
    width: 100%;
    border-radius: 15px;
    border: 2px solid #eae6e6;
    resize: none;
    outline: none;
    padding: 10px;
}
.share-feedback-popup button{
    width: 140px;
    font-family: unset;
    border-radius: 3px;
    margin-top: 0px!important;
}
.more-extra{
    background-color: #E1E1E1;
    margin-top: -13px;
    box-shadow: unset;
    padding: 20px 50px;
    -webkit-box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
}
.Location-title{
    color: #0a2a5b;
    font-family: 'OpenSans-Bold';
    margin-bottom: 5px;
}
.form-control{
	font-size: 13px!important;
}


/*upload file*/
#preview-container {
    margin: 50px auto;
}

#upload-dialog {
    width: 80px;
    height: 80px;
    padding: 27px 5px 0px 5px;
    border: 1px solid #BBC2C5;
    background-color: #BBC2C5!important;
    color: #333;
    border-radius: 50%!important;
    background: none;
    font-size: inherit;
    font-family: inherit;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
}

#pdf-file {
    display: none;
}

#pdf-loader {
    display: none;
    vertical-align: middle;
    color: #cccccc;
    font-size: 12px;
}

#pdf-preview {
    display: none;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
}

#pdf-name {
    display: none;
    vertical-align: middle;
    color: #336699;
    margin: 0 15px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#upload-button {
    padding: 5px;
    border: 1px solid #336699;
    background-color: #336699;
    color: white;
    font-size: inherit;
    font-family: inherit;
    outline: none;
    display: none;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
}

#cancel-pdf {
    display: none;
    vertical-align: middle;
    padding: 0px;
    border: none;
    color: #777777;
    background-color: white;
    font-size: inherit;
    font-family: inherit;
    outline: none;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 15px;
}
.get-direction{
    color: #c72932;
}


/*otp input*/
#partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width:220px;
}
#divInner{
  left: 0;
  position: sticky;
}
#divOuter{
  width:190px; 
  overflow:hidden;
  margin: auto;
  margin-bottom: 25px;
}
.otp-number-text{
    padding: 10px 0px;
    color: #696666;
}
.resend-otp-text{
    display: block;
    margin-top: 10px;
    color: grey
}


.placeholder{
    position: relative;
}
.placeholder input{
    padding-left: 75px;
}
.placeholder::after{
    position: absolute;
    left: 10px;
    top: 10px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 1.6;
    font-size: 13px;
}

.upload-pdf-box{
    background-color: #fff;
    margin: unset;
    padding: 25px;
    -webkit-box-shadow: 0px 2px 11px 2px rgba(225,226,230,1);
    -moz-box-shadow: 0px 2px 11px 2px rgba(225,226,230,1);
    box-shadow: 0px 2px 11px 2px rgba(225,226,230,1);
    top: -4px;
    position: relative;
}
#pdf-loader{
    display: none!important;
}
.listing-text{
    padding: 25px 0;
}

.listing-form-input .container-radio{
    line-height: 20px;
}
.listing-form{
    padding: 0px 110px!important;
}
.listing-form{
    color: #fff;
    font-family: 'OpenSans-Bold';
    margin-bottom: 20px!important;
}
.discount-band{
    text-align: center;
    padding: 10px;
    color: #00AFA8;
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    border-bottom: 2px solid #ddd;
}
.treatments-ul .check{
    margin: 30px;
    line-height: 30px;
}
.treatments-ul .check label span{
    margin-right: 10px;
}
.treatment-title{
    text-align: center;
    padding: 5px;
    background-color: #ECECEC;
    font-family: 'OpenSans-Bold';
    font-size: 15px;
    margin-bottom: 15px;
}
.listing-dropdown{
    width: 32%;
    margin-right: 5px;
    padding: 11px 20px;
    margin-bottom: 20px;
}
.doctor-list{
    border:1px solid #333;
    background-color: #fff;
}
.doctor-listing-section{
    background-color: #F9F9F9;
    padding-top: 30px;
}
.doctor-list {
    border: 1px solid #eae7e7;
    background-color: #fff;
    margin: 0px 0px!important;
    margin-bottom: 25px!important;
}

@media(min-width: 768px){
.doctor-list {
    margin-right: 15px!important;
}
}

.doctor-list .col-md-3 img{
    border: 1px solid #ccc;
    padding: 16px;
    margin-top: 20px;
}
.doctor-edu{
    padding-top: 20px;
}
.doctor-edu .doc-small{
    line-height: 17px;
    color: #333333cf;
}
.doctor-trust{
    margin-top: 25px;
    border-left: 2px solid #ddd;   
}
.doctor-trust p{
    line-height: 42px;
    font-size: 14px;
}
.menu-item-list{
    margin-bottom: 20px;
    margin-top: 20px;
}
    .menu-item-list li{
    display: inline-block;
    padding: 7px;
    border: 1px solid;
    margin: 5px 3px;
    font-size: 14px;
    border-radius: 3px;
}
.doc-listing-popup{
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    margin-right: 20px;    
}

@media(min-width: 768px){
 .diagnostic-listing  .doc-listing-popup{
        margin-right: 50px;
   } 
}

.doc-listing-popup:hover{
    color: #333;
    text-decoration: underline!important;        
}
.bapp{
    width: 51%;
    font-size: 15px;    
}
.doctor-links{
    margin-bottom: 20px;
}
.popup-border{
    border: 1px solid #ddd;
}
.popup-border-right{
    border-right: 1px solid #ddd;    
}
.padding-0{
    padding: 0px!important;
}
.padding-10{
    padding: 10px!important;
}
.p-title-underline{
    border-bottom: 1px solid #ddd;
}
.form-booking input{
    /* margin-bottom: 20px!important; */
}
.form-booking textarea{
    /* margin-bottom: 20px!important; */
}
.form-booking{
    padding: 20px;
}
.m-right-0{
    margin-right: 0px!important;
}
.consult-label{
    color: #333333d4;
    font-size: 15px;
}
.doctor-booking-section{
    background-color: #F9F9F9;
    padding-top: 30px;
}
.padding-top-60{
    padding-top: 60px;
}
.padding-top-50{
    padding-top: 50px;
}
.padding-top-20{
     padding-top: 20px;   
}
.padding-20{
    padding: 20px;
}
.line-padding{
    line-height: 22px;
    padding-left: 10px;
}
.booking-section{
    padding: 15px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.p-booking button{
    width: 100%;
}
.doc-small{
    line-height: 23px;
    margin-top: 10px;
    font-size: 13px;
}
.margin-top-10{
    margin-top: 10px!important;
}
.input-group{
    width: 100%!important;
    margin-top: 10px;
}
.gj-datepicker button{
    height: 40px;
    background-color: #006A98!important;
}
.gj-datepicker button i{
    color: #fff;
}

@media(min-width: 992px){
.date-line-height{
    line-height: 50px;
}
}
@media(max-width: 992px){
.date-line-height{
    margin-top: 10px;
}
}


.popup-border span{
    padding-left: 20px;
}

.one-big-box{
    border: 1px solid #ccccccad;
    background-color: #fff;
    margin: 0px 0px!important;
}
.trust-ul li{
    display: inline-block;
}
.trust-ul{
    width: 100%;
}
.trust-div{
    background-color: #F7F7F7;
    padding: 50px 0px;
}
.icon-aligning span{
    float: left;
    width: 20px;   
}
.doctor-list .icon-aligning span{
    margin-top: 2px;
}
.coleight span{
margin-top: 2px;
}
.card-icon ~ p {
    margin-left: 30px;
}
.trust-ul p{
    margin-right: 10px;
    margin-left: 25px;
    line-height: 20px;
    margin-top: 10px;
}
.trust-ul span{
    float: left;
}
.margin-left-30{
    margin-left: 30px;
}
.margin-left-100{
    margin-left: 100px;
}
.margin-btm-10{
    margin-bottom: 10px;    
}
.loc-time-p p{
    font-size: 15px;
}

.line-one{
    border:1px solid #ddd;
    margin: 30px 0px;
}
.clinic-hosp-section{
    margin-bottom: 40px;
}
.loc-time-section{
    border: 1px solid #ccccccad;
    margin-bottom: 5px;
    font-size: 15px;
    padding: 8px;
    background-color: #006A98!important;
    color: #fff;
    font-family: 'OpenSans-Bold';
}


/*faq*/

main{
  display:block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.faq-main .topic1{
  padding:0px;
  padding-top:0px;
  padding-bottom:0px;
}
.faq-main .open{
  cursor:pointer;
  display:block;
  padding:0px;
}
.faq-main .open:hover{
  opacity:0.7;
}
.faq-main .expanded{
  transition: all .3s ease-in-out;
}
.faq-main .question{
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.faq-main .answer{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 25px;
    padding-right: 20px;
    margin-left: 13px;
    border-left: 1px solid #ccc;
}
.faq-main .faq-t{
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float:right;
  position:relative;
  top:-33px;
  right:10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all .3s ease-in-out;
}
.faq-main .faq-o{
  top:-30px;
   -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}
@media only screen and (max-width: 480px) {
 .faq-main .faq-t{display:none;}
 .faq-main .question{
  padding-right: 0px;
}
  main{
  padding:10px;
}
 .faq-main .answer{
  margin-bottom:30px;
  padding-left:0px;
  padding-right:0px;
}
}


.expanded .num-circle{
    padding: 5px 11px;
    background-color: #006A98!important;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.num-circle{
    padding: 5px 11px;
    background-color: #ddd!important;
    color: #1c6a97;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.faq-spans{
    margin-left: 45px;
    display: block;
    margin-top: 5px;
}

/* testimonial*/
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}

.patient-feedback-div .img-fluid div{
    padding: unset;
}
.patient-feedback-div #recipeCarousel{
    padding: unset;
}
.p-left-car{
    display: block!important;
    position: absolute!important;
    top: -50px!important;
    right: 50px;
    left: unset!important;
    height: 32px;
    width: 32px!important;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.p-right-car{
    display: block!important;
    position: absolute!important;
    top: -50px!important;
    right: 0px;
    left: unset!important;
    height: 32px;
    width: 32px!important;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.p-left-car i{
    color: #333;
}
.p-right-car i{
    color: #333;
}

.p-left-car .carousel-control-prev-icon:hover{
    background-color: #1c6a97!important;
    background-image: unset;
    border-radius: 3px;
    opacity: unset!important;

}
.p-right-car .carousel-control-next-icon:hover{
    background-color: #1c6a97!important;
    background-image: unset;
    border-radius: 3px;
    opacity: unset!important;

}

.p-left-car .carousel-control-prev-icon:hover i{
     color: #fff;   
}
.p-right-car .carousel-control-next-icon:hover i{
     color: #fff;   
}

.image-and-book{
    margin-top: 30px;
    float: right;
}
.doc-detail-image img{
    height: 170px;
}
.degree-dis{
    font-size: 15px;
    line-height: 20px;
}
.doc-feedback-bg{
    background-color: #F7F7F7;
    margin-bottom: 50px!important;
}
.doc-feedback-bg .patient-feedback-div .img-fluid div {
    padding: 30px;
}
.doc-feedback-bg .patient-feedback-div{
    width: 100%;
}
.review-name i{
    margin-right: 20px;
    color: #c72932;
    background-color: #F7F7F7;
    padding: 7px;
    border-radius: 50%;
}
.doc-feedback-bg .review-text{
    font-size: 13px;
}
.breadcrumb{
    background-color: transparent!important;
    padding: 30px 15px!important;
    padding-top: 0px!important;
}
.breadcrumb a{
    font-size: 13px;
    color: #333;
}



ul.breadcrumb li {
  color: #006A98;
  font-size: 13px;
}
ul.breadcrumb li+li:before {

}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.booking-summary{
    margin: 15px 0px!important;
    border-bottom: 2px solid #ddd;
    padding: 0px 15px;
    padding-bottom: 30px;
}
.booking-summary div{
    line-height: 40px;
}
.booking-loc-lineheight{
    line-height: 25px!important;
    margin-top: 10px;
    font-size: 15px;
}
.tq-doc{
    font-weight: 100;
    color: #c72a32;
    font-family: 'OpenSans-Regular';
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 40px; 
}
header.index-banner{
    -webkit-box-shadow: 0px 11px 38px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 11px 38px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 11px 16px -17px rgba(0,0,0,0.75);
    position: relative;
}


main{
  display:block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.faq-main-2 .topic{
  padding:0px;
  padding-top:0px;
  padding-bottom:0px;
  background-color: #c72932;
  margin-bottom: 20px;
}
.faq-main-2 .open{
  cursor:pointer;
  display:block;
  padding:0px;
}
.faq-main-2 .open:hover{
  opacity:0.7;
}
.faq-main-2 .expanded{
  transition: all .3s ease-in-out;
}
.faq-main-2 .question{
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding-left: 38px;
    margin-bottom: 0px;
}
.faq-main-2 .answer{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: justify;
    padding-left: 25px;
    padding-right: 20px;
    border-left: 1px solid #ccc;
}
.faq-main-2 .answer{
    font-size: 14px;
    padding-bottom: 10px;
    color: #fff;
    border-left: unset;
}

/*.faq-main-2 .faq-t{
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float:right;
  position:relative;
  top:-55px;
  right:10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all .3s ease-in-out;
}
.faq-main-2 .faq-o{
  top:-50px;
   -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}*/

@media only screen and (max-width: 480px) {
 .faq-main-2 .faq-t{display:none;}
 .faq-main-2 .question{
/*  padding-right: 0px;*/
}
  main{
  padding:10px;
}
 .faq-main-2 .answer{
  margin-bottom:30px;
  padding-left:15px;
  padding-right:15px;
}
}

.inner-page-title p{
    margin-bottom: 0px;
}
.inner-page-title span{
    position: relative;
}
.inner-page-title span:before{
    content: " ";
    background: #d6d6d6;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 9px;
    left: -75px;   
}
.inner-page-title i{
    color: #c72932;
    font-size: 26px;
    margin-top: 5px;
}
.inner-page-title span:after {
    content: " ";
    background: #d6d6d6;
    width: 64px;
    height: 2px;
    position: absolute;
    top: 9px;
    right: -75px;
}
.padding-t-b-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.inner-page-title{
    margin-bottom: 20px;
}

.banner-dashboard .listing-form{
    margin-bottom: 0px!important;
}

#panel {
  display: none;
}
.flip{
    text-decoration: underline;
    cursor: pointer;
}
#panel .menu-item-list{
    display: inline;
}
.book-app-doc-des{
    line-height: 20px;
    font-size: 15px;
    margin-top: 10px;
}

.tc-check{
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #333333c7;
}
.tc-check .check label span{
    height: 13px;
    width: 13px;
    border: 1px solid #c72939;
    display: inline-block;
    position: relative;
    border-radius: 0px;
}
.tc-check [type=checkbox]:checked + span:before{
    content: '\2714';
    position: absolute;
    top: -9px;
    left: 0px;
    font-size: 20px;
    color: #c72939;
}
.font-19{
    font-size: 19px;
}
.tooltip-info{
    color: #ccc;
    font-size: 22px!important;
    font-weight: 100!important;
}

.button-white{
    border: 1px solid #ddd;
    color: #333;
    margin-bottom: 30px;
    background-color: transparent;
    font-size: 13px;
    width: 185px;
    padding: 5px;
    cursor: pointer;
}
.button-white i{
    color: #ccc;
}

.big-box-shadow{
    -webkit-box-shadow: 0px 2px 6px 0px rgb(230, 230, 230);
    -moz-box-shadow: 0px 2px 6px 0px rgb(230, 230, 230);
    box-shadow: 0px 2px 6px 0px rgb(230, 230, 230);
}
.border-unset{
    border:unset;
}



@media(min-width: 992px){
.consultant-view-profile-page .col-lg-3{
    padding: 0px;
}
.consultant-view-profile-page .big-box-shadow{
    margin-right: 15px;
}
}

.cursor-default{
    cursor: default;
}

.c-input input[type="file"] {
    display: none;
}
.c-input .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 30px;
    cursor: pointer;
    margin-bottom: 0px;
}
.c-input{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.schedule-div{
    padding: 0px 30px;
    margin-bottom: 5px;
}


@media(max-width: 768px){
.listing-form{
    padding: 0px 20px!important;
}
}

.verify-a{
    margin-top: 5px;
    text-decoration: underline;
    color: #c72932;
}
.font-13{
    font-size: 13px!important;
}
.font-14{
    font-size: 14px!important;
}
.font-15{
    font-size: 15px!important;
}

@media(max-width: 1200px){
.dash-tabs{
    padding-left: 0px;
}
}


@media(max-width: 992px){
body .banner-form{
    margin-top: 0px!important;
}
.banner-form-input{
    margin-bottom: 20px;
}
.process-grids p{
    padding-right:0px!important;
}
.home-ul{
    padding-left: 0px;
}
.why-wait-title{
    font-size: 20px;
}
.big-red-text{
    font-size: 20px;
}
.signup-row img{
    display: none;
}
.red-form{
    padding: 20px 10px!important;
}
.two-lines{
    display: none;
}
.diff-lines{
    padding-bottom: 0px!important;
}
.sinle-line{
    border-bottom: unset;
}
.small-circle{
    display: none;
}
.booking-detail-box .col-lg-3{
    padding: 0px 15px;
    border-left:unset;
}
.booking-detail-more{
    margin-bottom: 30px;
}
.report-ul li{
    display: table-row;
}
.dashboard-box-new{
    margin: unset;
}
.report-ul li p{
    margin-bottom: 30px;
}
.settings-form{
    margin-bottom: 30px;
}
.phone-verify{
    margin-bottom: 0px!important;
}
.verify-a{
    margin-bottom: 20px;
    padding: 0px 20px;
}
.listing-dropdown{
    width: 47%;
}
.trust-ul li{
    width: 48%;
}
.trust-ul p{
    margin-bottom: 10px;
}
.trust-ul span {
    float: unset;
}
}


@media(max-width: 1200px){
.dashboard-box{
    padding: 30px 20px;
    margin: 0px 10px;
}
}



@media(max-width: 450px){
.home-ul li{
    font-size: 14px;
}
}
#partitioned{
    outline: none;
}
.forgot-password{
    font-size: 13px;
    color: #fff;
}
.provide-us{
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.fancybox img{
    height: 50px;
    margin-top: 30px;
    margin-right: 10px;
}
.br-unset{
    border-radius: unset!important;
}
.forgot-password:hover{
color: #fff;
}
.fp-input{
    width: 85%!important;
    margin: auto;
}
button:focus{
    outline: unset!important;
}
.form-dash textarea:focus{
    border-color: #ced4da;
    box-shadow: unset;
    background-color: #EAEAEA;
}

@media(min-width: 992px)and(max-width: 1200px){
.booking-detail-box{
    padding: 10px;
}
}

@media(max-width: 1200px){
.user-dash-img{
    position: unset;
}
}


@media (min-width: 576px){
.location-time-modal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
}
.location-time-modal .modal-body{
    padding: 0px 15px;
}
.location-time-modal .login{
    padding: 0px!important;
}
.terms-condition-text{
    font-size: 14px;
    text-decoration: underline;
    padding-left: 8px;
    cursor: pointer;
    color: #333333d4;
}

.mention-problem{
    resize: unset;
    height: 80px!important;
}
.mention-problem:focus{
    border-color: #ddd!important;
    outline: unset!important;
    box-shadow: unset!important;
}
.tips-i{
    float: left;
    margin-top: 10px;
}
.tips-li span{
    margin-left: 45px;
    display: block;
}
.tips-div{
    margin-bottom: 20px;
}

.support-boxes{
    height: 175px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f7f7f7;    
}
.support-boxes i{
   font-size: 50px;
   padding: 0px 15px;
   color: #006A98;
margin-bottom: 20px;   
}
.support-boxes p{
    font-size: 17px;
    color: #000;
    text-align: left;
    margin-bottom: 0px;    
}
.support-boxes p a{
    font-size: 15px;
}
/*.red-dropdown{
    border: 1px solid #c72a32;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-repeat: no-repeat;
    background-position: 95% 42%;
    background-color: #c72a32;
}*/

.dig-vp-img img{
    border: 1px solid #ccc;
    padding: 16px;
    margin-top: 10px;
}

@media(max-width: 768px){
.login-btn{
    border:unset;
}
.main-header ul.showMenu li{
    width:100%;
}
.dash-tabs button{
    width: 30%;
    padding: 10px;
}
.bapp{
    width: 100%;
    margin-top: 10px;
}
}

.form-control:focus{
    border-color: #ced4da!important;
    box-shadow: none!important;
}
.mail-call-support{
    font-weight: bold;
}


.user-dash-img{
    left: 21%;
}

@media(max-width: 768px){
.hidden-xs{
display: none;
}
}

@media(max-width: 380px){
.signup-header-buttons button{
        width: 125px;
}
.tab button{
    width: 135px;
    font-size: 12px;
    padding: 8px;
    margin: 10px 3px;
}
}


@media(max-width: 992px){
.process-grids img{
display: none;
}
.social_section_1info span{
    display: none;
}
ul.social_section_1info li{
    display: inline-block;
}
.facebook i, .twitter i, .google i{
    border-right: unset;
    margin-right: unset!important;
}
.schedule-div{
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.padding-top-50{
    padding-top: 10px;
}
.padding-top-60{
    padding-top: 10px;   
}
}

ul.showMenu li{
    height: unset;
}
@media(max-width: 800px){
.nav-agile .red-btn{
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
    padding: 0px;
    font-family: unset;
    letter-spacing: 1px;
    line-height: 0px;
}
.login-header .nav-agile .red-btn{
    padding: 14px 0px;
}
.nav-agile .login-btn{
    padding: 0px;
    border: unset;
}
}


.login-header .nav-agile .dashboard-btn{
    padding: 0px 15px;
}


.banner-bottom ul.showMenu li{
    background: transparent;
}

@media(min-width: 768px) and (max-width: 1200px){
.booking-detail-box .col-md-3{
    padding: 30px 10px;
}
.status-p .red-status{
    padding-right: 5px;
}
}

.display-none{
    display: none!important;
}
.col-333{
    color: #333;
}
.full-dashboard{
    background-color: #F9F9F9;
    padding-bottom: 80px;
}
.discount-band p{
margin-bottom: 0px;
}
 .popup-border p{
  margin-bottom: 0px;  
 }

#menu .red-btn{
    border-radius: 3px;
    font-size: 15px;
    padding: 6px 15px;
}
.margin-l-r-0{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.partners-icon p{
    margin-bottom: 0px;
}
.red-form .tab{
    margin-bottom: 0px; 
}


@media(max-width: 480px){
.faq-main .answer{
    border-left: unset;
}
}


.home-ul li:before{
    content: url(../images/new-right.png);
    font-family: fontAwesome;
    color: #1D2A53;
    padding-right: 10px;
    position: absolute;
    left: 5px;
    margin-top: 5px;
    padding-left: 30px;
}


.faq h2.question:before{
    content: "?";
    background-color: #1c6a97;
    padding: 3px 7px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    font-size: 12px;
}


@media(max-width: 768px){
.booking-detail-box .col-md-2{
            padding-top: 10px;
    padding-bottom: 10px;
}
.booking-detail-box .col-md-7{
    padding-top: 10px;
    padding-bottom: 10px;
}
.booking-detail-box .col-md-3{
    padding: 0px 20px;
}
.dashboard-box{
    padding: 20px 10px;
    margin: 0px 0px;
}
}

.form-control{
    line-height: 2!important;
}

@media(max-width: 768px){
.small-blue-text{
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;    
}
.small-red-text{
    line-height: 20px;
}
.big-blue-text{
    line-height: 30px;
}
.booking-summary{
    padding: 0px 0px;
}
.support-boxes p{
    padding: 0px;
    line-height: 20px;
    margin-bottom: 15px;
}
.doctor-list img{
    margin-bottom: 7px;
}
}

@media(max-width: 450px){
.support-boxes p a{
    display: block;
}
}



.health-tips .home-ul li:before{
    content:unset;
}
.health-tips .home-ul li{
    padding-left: unset;
}


.treatments-checklist{
    margin-bottom: 20px;
}
.tips-li{
    margin-bottom: 10px;
}
.tips-li i{
    padding: 0px 15px;
    color: #c72932;
    margin-top: 5px;
}



.demo input[type="text"] {
    width: 100%!important;
    padding-right: 50px!important;
    font-size: 15px!important;
}
.demo .sub-loc {
    margin-left: -50px;
    height: 50px;
    width: 50px!important;
    background: #fff!important;
    color: white!important;
    border: 0!important;
    -webkit-appearance: none;
    padding: 0px!important;
    position: absolute;    
}
.demo .sub-loc:after{
    font-family: 'FontAwesome';
    content: '\f05b';
    position: absolute;
    right: 20px;
    top: 6px;
    color: #ddd;
    font-size: 25px;
    cursor: pointer;
}
.demo i{
    right: 15px;
    position: absolute;
    top: 12px;
    font-size: 24px;
    color: #ccc;
    cursor: pointer;    
}


.demo1 input[type="text"] {
    width: 100%!important;
    padding-right: 50px!important;
    font-size: 15px!important;
}
.demo1 .sub-ser {
    margin-left: -50px;
    height: 50px;
    width: 50px!important;
    background: #fff!important;
    color: white!important;
    border: 0!important;
    -webkit-appearance: none;
    padding: 0px!important;
    position: absolute;    
}
.demo1 .sub-ser:not(.sub-search):after{
    font-family: 'FontAwesome';
    content: '\f05b';
    position: absolute;
    right: 20px;
    top: 6px;
    color: #ddd;
    font-size: 25px;
    cursor: pointer;
}
.demo1 i{
    right: 15px;
    position: absolute;
    top: 12px;
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}

.signup-text .py-md-3{
    padding-bottom: 0px!important;
}

@media(max-width: 500px){
.doctor-list .coleight{
padding: 0px;
}
.colnine{
    padding: 0px!important;
}
.faq-main{
    padding: 0px;
}
}

@media(max-width: 768px){
.doctor-list .doctor-trust{
margin-top: 0px;
}
.doctor-edu{
    padding-top: 0px;
}
}

label{
    cursor: pointer;
}

#datepicker{
    background-color: #fff;
}

.support-info span{
color: #8c9398;
}
.support-info a{
color: #083940;
}


@media(max-width: 1200px){
.support-boxes{
    height: unset;
    padding: 10px;
}
}



/* profile pic update*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%);
            transform: rotate(0deg) translate(-50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%);
            transform: rotate(360deg) translate(-50%);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%);
            transform: rotate(0deg) translate(-50%);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(-50%);
            transform: rotate(360deg) translate(-50%);
  }
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-animation: spin 0.35s infinite linear;
          animation: spin 0.35s infinite linear;
  border: 2px solid #707070;
  border-radius: 50%;
  border-top-color: white;
  height: 25px;
  -webkit-transform-origin: left;
          transform-origin: left;
  top: 45%;
  width: 25px;
}
.hidden-input {
  left: -999px;
  position: absolute;
}
.profile {
  margin: 0px auto;
  width: 400px;
}
.profile:before,
.profile:after {
  content: "";
  display: table;
}
.profile:after {
  clear: both;
}
.about {
  font-family: Helvetica, "Helvetica Neue", "Tahoma";
  font-size: 12px;
  color: #adadad;
  line-height: 17px;
}
.image-wrapper {
  background: rgba(0, 0, 0, 0.2);
  bottom: -50px;
  height: 50px;
  left: 0;
  position: absolute;
  transition: bottom 0.15s linear;
  width: 100%;
}
.edit {
  position: relative;
  left: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: white;
  cursor: pointer;
  font-size: 22px;
  top: 10px;
}
.cover {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cover img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 300px;
}
.cover .image-wrapper {
  bottom: auto;
  height: 45px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.name {
  font-family: Helvetica, "Helvetica Neue", "Tahoma";
  font-size: 18px;
}
.profile-pic {
    position: absolute;
    left: -200px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    border: 4px solid white;
    height: 145px;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 145px;
    top: 30px;
}
.profile-pic img {
  box-sizing: border-box;
  height: 100%;
  left: 50%;
  max-height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s ease-out;
  width: auto;
}
.profile-pic:hover .image-wrapper {
  bottom: 0;
}
.username {
  margin-top: 122px;
  text-align: center;
}
.user-info {
  *zoom: 1;
  padding: 8px;
  position: absolute;
}
.user-info:before,
.user-info:after {
  content: "";
  display: table;
}
.user-info:after {
  clear: both;
}

.layer1 {
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.layer1.visible {
  display: block;
}
label.edit.glyphicon.glyphicon-pencil:before{
    content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 90px;
}

.doctor-list .small-blue-text{
    line-height: 23px;
    margin-top: 7px;
}

.dashboard-box textarea{
padding: inherit;
}

.prob-ment{
    font-size: 13px;
    line-height: 17px;
}

.form-booking textarea::placeholder {
    color: #7f7f7f;
}
.demo input::placeholder {
    color: #7f7f7f;
    font-weight: 100;
    font-family: sans-serif;
}
.demo1 input::placeholder {
    color: #7f7f7f;
    font-weight: 100;
    font-family: sans-serif;
}


[type=checkbox]:checked + span:before{
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before{
    top: -4px!important;
    left: 0px!important;
    width: 6px!important;
    height: 11px!important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #1c6a97 !important;
    border-bottom: 2px solid #1c6a97 !important;
}
[type="checkbox"].filled-in+span:not(.lever):before, [type="checkbox"].filled-in+span:not(.lever):after{
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
}


.tc-check [type="checkbox"].filled-in:checked+span:not(.lever):before{
    top: -6px!important;
    left: 0px!important;
    width: 6px!important;
    height: 14px!important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    border-right: 2px solid #c72939 !important;
    border-bottom: 2px solid #c72939 !important;
}

.font-weight-600{
    font-weight: 600;
}

.rd1{
    margin-left: 30px;
}
.govt1{
    margin-left: 25px;
}

#nmore{ 
    padding: 10px;
}

.float-right{
    float: right;
}
.id-color{
    color: #008CF5
}


#fileList li{
    color: #007bff;
    font-size: 14px;
    text-decoration: underline;
}

.signup-page{
    background-color: #F9F9F9;
}
.login-page{
    background-color: #F9F9F9;    
}

#recipeCarousel .carousel-inner{
    padding: 0px;
}
#recipeCarousel .carousel-inner img {
   width: 100%;
   height: 100%;
}
#recipeCarousel .img-fluid div{
 background-color: #fff;
 padding: 25px 40px;
 height: 225px;
}
#recipeCarousel .citems{
 overflow: hidden;
 width: unset;
}
#recipeCarousel #demo7{
 padding: 0px 90px;
}
@media(max-width: 768px){
#recipeCarousel .citems{
 width: inherit;
}
#recipeCarousel .img-fluid div{
   padding: 10px;
   height: unset;
}
#recipeCarousel #demo7{
   padding: 0px;      
}
}

.react-fancybox .close-btn {
    cursor: pointer;
}