body {
  color: #101010;
  word-wrap: break-word;
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.33;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: #101010;
}

html {
  scroll-behavior: smooth;
}



/* Shortform CSS */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.p0 {
  padding: 0 !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

/*Common CSS*/
h3.heading2 {
  font-size: 30px;
  font-weight: 600;
}
.fd_input.mb-3.mt-5 {
  margin-top: 3rem;
}
.heigth-control-auto{
  height: auto !important;
}
.border-radius{
  border-radius: 40px !important;
}
p.para2 {
  font-size: 18px;
  margin-top: 20px;
  color: #707070;
  line-height: 32px;
}

.paddtop {
  padding-top: 70px;
}



.margintop {
  margin-top: 70px;
}



textarea.inputtext {
  resize: vertical;
}


/* Navbar */
header {
  padding-bottom: 70px;
}

.navbar-default {
  background-color: #fff;
  border-color: #efefef;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
}

.navbar-brand .logo-icon {}

.navbar-links .navbar-nav .link-li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
}

.navbar-links .navbar-nav .link-li.active a {
  background: transparent;
  color: #029C94;
}

.navbar-links .navbar-nav .link-li a:hover {
  background: transparent;
  color: #029C94;
}

.nav-right {
  float: right;
}

.navbar-brand {
  height: 100px;
  padding: 20px 0px;
}

.nav-right .link-li {
  padding: 40px 0px;
}

.nav-right .link-li+.link-li {
  margin-left: 40px;
}

.navbar-links .navbar-nav .link-btn {
  padding: 10px 0px;
}

.navbar-links .navbar-nav .link-btn.btn1 {
  margin-left: 50px;
}

.navbar-links .navbar-nav .link-btn.btn2 {
  margin-left: 20px;
}


/*Buttons*/
.btn_fill {
  background: #056B66;
  color: #fff !important;
  font-size: 16px;
  border: 1px solid transparent;
  font-weight: 500;
  padding: 14px 30px !important;
  border-radius: 30px;
  transition: all .5s;
  min-width: 200px;
  text-align: center;
}

.btn_fill:hover {
  color: #056B66 !important;
  border: 1px solid #056B66;
  background: transparent;
}

.btn_outline {
  color: #056B66 !important;
  font-size: 16px;
  border: 1px solid #056B66;
  font-weight: 500;
  padding: 14px 30px !important;
  border-radius: 30px;
  transition: all .5s;
  min-width: 200px;
  text-align: center;
}

.btn_outline:hover {
  background: #056B66 !important;
  border: 1px solid transparent;
  color: #fff !important;
}

.textBoxNumLogin {
  cursor: auto !important;
  color: #056B66 !important;
  font-size: 16px;
  border: 1px solid #056B66;
  font-weight: 500;
  padding: 14px 30px !important;
  border-radius: 30px;
  transition: all .5s;
  min-width: 200px;
  text-align: center;
}

.textBoxNumLogin:focus {
  outline: none;
}

.textBoxNumLogin:hover {
  outline: none;
}

.textBoxNumLogin:active {
  outline: none;
}

/*Home Page Start*/
/*Banner*/
.banner .bnrcard {
  background-color: #029C94;
  color: #fff;
  border-radius: 30px;
  margin-top: 50px;
  padding-left: 75px;
  padding-right: 70px;
}

.card_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 100px;
}

.card_flex h1 {
  font-size: 48px;
  font-weight: 700;
}

.card_flex h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 10px;
}

.card_flex .card_text {
  width: 60%;
}

.card_flex .card_img {
  width: 40%;
  text-align: right;
}

.card_img .dr_img {}

.card_img .dr_img img {
  padding-top: 30px;
}

.searchbox {
  background: #fff;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 40px;
  border: 1px solid #999DA1;
}

.searchbox .locality {
  position: relative;
  width: 35%;
}

.searchbox .locality .mapicon {
  position: absolute;
  top: 15px;
  left: 25px;
}

.searchbox .locality .mapicon img {}

.searchbox .locality .form-control {
  height: 56px;
  box-shadow: none;
  padding-left: 55px;
  border-radius: 0;
  border: 0;
}

.searchbox .keyword {
  position: relative;
  width: 65%;
}

.searchbox .searchicon {
  position: absolute;
  top: 15px;
  left: 25px;
}

.searchbox .searchicon img {}

.searchbox .keyword .form-control {
  height: 56px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding-left: 55px;
}

.vline {
  content: '';
  width: 1px;
  height: 36px;
  background-color: #ddd;
  margin: 10px 0px;
}

/*Services we offer*/
.service_sec {
  margin-top: 70px;
  margin-bottom: 70px;
}

.service_panel .service_text {
  width: 31%;
}

.service_panel .service_card {
  border-radius: 24px;
  overflow: hidden;
  width: 23%;
  background: #fff;
  border: 1px solid #f0f0f5;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
}

.service_card .service_header {
  text-align: center;
  background-color: #E6F5FD;
  height: 270px;
  overflow: hidden;
  padding-top: 30px;
}

.service_card .service_header img {}

.service_card .service_footer {
  padding: 20px
}

.service_card .service_footer h4 {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
}

.service_card .service_footer p {
  font-size: 16px;
  color: #707070;
  margin-top: 10px;
}

.service_sec .service_panel {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

/*About Fasttrack*/
.about_sec {
  background-color: #F4FFFD;
}

.about_sec .about_intro {
  display: flex;
  align-items: center;
  padding: 70px 0;
  gap: 100px;
}

.about_sec .about_intro .about_img {
  width: 35%;
}

.about_sec .about_intro .about_img img {
  width: 100%;
}

.about_sec .about_intro .about_content {
  width: 65%;
}

/*Download the FastTrack app */
.download_app {
  padding: 100px 0;
}

.download_app .download_wrapper {
  display: flex;
  align-items: center;
}

.download_app .download_wrapper .app_content {
  width: 60%;
}

.download_app .get_link {
  margin-top: 40px;
}

.download_app .get_link h4 {}

.download_app .get_link .enter_phone {
  margin-top: 25px;
  display: flex;
  margin-bottom: 50px;
}

.download_app .get_link {}

.download_app .download_wrapper .app_img {
  width: 40%;
}

.download_app .download_wrapper .app_img img {}

.download_app .get_link .enter_phone .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #101010;
  text-align: center;
  background-color: transparent;
  border: 1px solid #004844;
  width: 70px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.download_app .get_link .enter_phone .input-group {
  width: 370px;
  height: 52px;
  margin-right: 30px;
}

.download_app .get_link .enter_phone .form-control {
  height: 52px;
  border-top-right-radius: 30px;
  border: 1px solid #004844;
  border-bottom-right-radius: 30px;
}

.download_app .get_link .enter_phone .input-group-addon:first-child {
  border-right: 0;
}


/* Footer */
.ft_footer {
  background-color: #056B66;
  padding: 60px 0;
}

.ft_footer .ft_footer_links {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.ft_footer_links .footer_column {
  width: 20%
}

.ft_footer_links .footer_column .footer_list {
  padding: 0;
  list-style: none;
}

.ft_footer_links .footer_column .footer_title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.ft_footer_links .footer_column .footer_list li .footer_item {
  color: #fff;
  font-size: 16px;
}

.ft_footer_links .footer_column .footer_list li .footer_item:hover {
  text-decoration: underline !important;
}

.ft_footer_links .footer_column .footer_list li {
  margin-bottom: 10px;
}

.ft_footer .footer_logo {
  margin: 28px 0;
}

.ft_footer .ft_footer_copyright {
  text-align: center;
}

.ft_footer .ft_footer_copyright .c_copyright {
  color: #fff;
  font-size: 16px;
}

/*Home Page End*/

/*Teleconsultancy Page Start*/
/*Inner Page Banner*/
.banner_inner {
  background-color: #029C94;
  color: #fff;
  min-height: 400px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.tc_search .keyword {
  width: 100%;
}

.verifiydr {
  margin-top: 30px;
  font-size: 16px;
}

.verifiydr span {
  margin-right: 30px;
}

.verifiydr span img {
  margin-right: 10px;
}





/* Specialities Slider */
.specialities_Slider {}

.slider_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.slider_heading h3 {
  color: #101010;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 0;
  margin: 0;
}

.btnlink {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
}

.post-slide {
  padding: 0 15px 10px;
}

.white_card {
  background: #fff;
  border: 1px solid #f0f0f5;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
  border-radius: 24px;
  padding: 50px 30px;
}

.white_card .card_img {
  width: 135px;
  height: 135px;
  margin: auto;
}

.white_card .card_img .sp_img {
  width: 100%;
}

.white_card .card_dtl {
  margin-top: 35px;
}

.white_card .card_dtl .card_title {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
}

.white_card .card_dtl .card_rate {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  margin-top: 10px;
  margin-bottom: 26px;
}

.white_card .card_dtl .card_btn {}

.btn-xs {
  font-size: 14px;
  padding: 10px 20px !important;
  min-width: 150px;
}

/* Disease Slider */
.disease_card {
  padding: 0;
  overflow: hidden;
}

.disease_card .card_img {
  padding-top: 40px;
  background-color: #E6F5FD;
  width: 100%;
  height: 256px;
  overflow: hidden;
}

.disease_card .card_img .dis_img {
  width: 100%;
}

.disease_card .card_dtl {
  margin-top: 0;
  padding: 20px;
}

.disease_card .card_dtl .card_rate {
  margin-top: 10px;
}

.linktheme {
  color: #056B66;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: none;
}

/*Slider CSS*/
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  transition: background 0.5s ease 0s;
  background: #fff;
}

.owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  transition: background 0.5s ease 0s;
  background: #fff;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: rgba(139, 158, 162, 1);
  font-size: 26px;
  line-height: 36px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/*How it works*/
.bg_light {
  background-color: #F4FAF8;
}

.how_it_works {}

.how_it_works .hiw_section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 50px;
}

.how_it_works .hiw_section .value_prop {
  width: 3333.33333%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.how_it_works .hiw_section .value_prop .value_prop_icon {
  position: relative;
}

.how_it_works .hiw_section .value_prop .value_prop_icon img {}

.how_it_works .hiw_section .value_prop .description {
  padding-top: 25px;
  text-align: center;
  color: #056B66;
  font-size: 16px;
  font-weight: 500;
}

.how_it_works .hiw_section:before {
  content: "";
  width: 71%;
  background: #D8ECE8;
  height: 2px;
  display: block;
  position: absolute;
  top: 40px;
  left: 14.5%;
}

/*Benefits*/
.benefit_sec {}

.benefit_sec .benefit_content {
  margin-right: 15%;
}

.benefit_sec .benefit_content .benefit_title {
  font-size: 24px;
  font-weight: 600;
}

.benefit_sec .benefit_list {}

.benefit_sec .benefit_list p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.benefit_sec .benefit_list p img {
  margin-right: 15px;
}

/*FAQs*/
.faq_sec {}

.faq_sec .faq_title {
  font-size: 24px;
  font-weight: 600;
}

.faq_sec .faq_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  column-gap: 90px;
  row-gap: 40px;
}

.faq_sec .faq_flex .faq_content {
  width: 47%;
}

.faq_sec .faq_flex .faq_heading {
  font-size: 20px;
  font-weight: 500;
}

.faq_sec .faq_flex .faq_heading img {
  margin-right: 10px;
}

.faq_sec .faq_flex .faq_text {
  margin-left: 20px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
}


/*Teleconsultancy Page End*/

/*Home Care Page Start*/
.card_bg_bnr {
  padding: 0px;
}

.card_bg_bnr .card_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.card_bg_bnr .card_img .cb_img {
  width: 100%
}

.card_bg_bnr .card_dtl {
  margin-top: 0px;
  padding: 30px 20px;
}

.card_bg_bnr .card_dtl p {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.rec_container {
  display: flex;
  flex-wrap: wrap;
}

.rec_container .rec_items {
  width: 362px;
  margin: 0 15px;
}

/*Home Care Page End*/

/*Ambulance Page Start*/
/* .ambulance_box {
  display: flex;
  align-content: center !important;
  justify-content: space-between;

} */

/* .ambulance_box .ambulance_form {
  background: #fff;
  padding: 35px 50px;
  border-radius: 20px;
  width: 30%;
  margin: 30px 0;
} */


.ambu_title {
  color: #056B66;
  font-size: 20px;
  font-weight: 600;
}

.abl_tab {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.abl_tab .abl_items {
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.abl_tab .abl_items.active .abl_icon,
.abl_tab .abl_items:hover .abl_icon {
  background: #056B66;
}

.abl_tab .abl_items .abl_icon {
  display: block;
  width: 52px;
  height: 52px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin: auto;
}

.abl_tab .abl_items .abl_name {
  color: #056B66;
  font-size: 20px;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.ambulance_form .abl_form {
  margin-top: 30px;
}

/* .ambulance_form .abl_form p {
  color: #056B66;
  font-size: 16px;
  margin-bottom: 15px
} */

/* .ambulance_form .abl_form .form-control {
  border-radius: 30px;
  border: 1px solid #056B66;
  height: 40px;
} */

.ambulance_box .ambulance_img {
  /* display: flex;
  margin-top: auto; */
}
.ambulance_content {
  display: flex;
  align-items: center;

}
.ambulance_box .ambulance_content .ambulance_img  {
  width: 600px;
}
.ambulance_box .ambulance_content .ambulance_img img {
  width: 100%;
}

.ambulance_box .ambulance_content .ambulance_img {}

.ambulance_box .ambulance_content .ambulance_img img {}

.ambulance_box .ambulance_content .ambulance_text {}

.ambulance_box .ambulance_content .ambulance_text h1 {
  font-size: 52px;
  font-weight: 700;
}

.ambulance_box .ambulance_content .ambulance_text h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 10px;
}

/*Ambulance Page End*/

/*Conatact Page Start*/
.contact_page {}

.contact_page .contact_body {
  width: 60%;
  margin: auto;
}

.contact_page .conatct_form {
  background-color: #F4FAF8;
  border-radius: 30px;
  padding: 70px 100px;
}

.form_top {
  margin-top: 60px;
}

.conatct_form .form-group {
  margin-bottom: 40px;
}

.conatct_form .form-group label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.conatct_form .form-group select {
  height: 50px;
  border-radius: 30px;
}

.conatct_form .form-group input {
  height: 50px;
  border-radius: 30px;
}

.conatct_form .form-group textarea {
  border-radius: 30px;
}

.form_footer {}

.form_footer h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.form_footer p {
  color: #056B66;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.form_footer img {
  margin-right: 10px
}

.form_footer p span {
  font-size: 14px;
  margin-left: 35px;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

/*Conatact Page End*/

/* Back to top button */
#Back-to-top {
  display: inline-block;
  background-color: #029C94;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 1000;
}

#Back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

#Back-to-top:hover {
  opacity: 1 !important;
  cursor: pointer;
  background-color: #056B66;
  text-decoration: none;
}

#Back-to-top:active {
  background-color: #555;
}

#Back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #Back-to-top {
    margin: 20px;
  }
}

/* Back to top button End*/


/*Login Flow Start*/
/* login Page */
.login_page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #F4FAF8;
}

.login_page .login_left {
  background: #fff;
  width: 40%;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_page .login_right {
  width: 60%;
}

.login_right_content {
  margin: 0px 28%;
}

.login_right_content .btn_outline {
  background: #fff;
}

.checkbox_me label {
  color: #999DA1;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.login_page .resetlink {
  font-weight: 400;
  color: #999DA1;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.login_page .resetlink a {
  color: #056B66;
  font-weight: 600;
}

.form-checkbox {
  display: flex;
  margin-top: 30px;
}

.login_right_content .loginbtn_box {
  margin-top: 70px;
}

/*Sign Up Page*/
.login_page .login_left .login_title {
  font-weight: 600;
  color: #056B66;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

.signup_form .form-group {
  margin-bottom: 30px;
  position: relative;
}

.signup_form .form-group label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.signup_form .form-group input {
  height: 50px;
  border-radius: 30px;
}

.login_right_content .title {
  font-weight: 600;
  color: #056B66;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.verifylink {
  position: absolute;
  right: 25px;
  top: 46px;
  color: #55595C;
  text-decoration: underline !important;
  font-size: 16px;
}

/*OTP Page*/
.otpform .otp-input .form-control {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 10px;
  padding: 0px !important;
  text-align: center;
  margin-right: 10px;
}

.otpform .otp-input {
  text-align: center;
}

.otpform .otp_msg {
  color: #999DA1;
  font-size: 16px;
}

/* custom checkbox */
.checkbox_me input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  appearance: none;
  border: 0.25px solid #999DA1;
  border-radius: 2px;
  background: #fff;
  position: relative;
  margin-right: 10px;
}

.checkbox_me input[type="checkbox"]:checked {
  border: 0.25px solid #056B66;
  background: #056B66;
}

.checkbox_me input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}

.checkbox_me input[type="checkbox"]:checked:before {
  width: 8px;
  top: 11px;
  left: 2px;
  transform: rotate(44deg);
}

.checkbox_me input[type="checkbox"]:checked:after {
  width: 14px;
  top: 8px;
  left: 5px;
  transform: rotate(-55deg);
}

.checkbox_me input[type="checkbox"]:focus {
  outline: none;
}

.login_left .left_img .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #F4FAF8;
  border: 1px solid #F4FAF8;
  border-radius: 10px;
}

.login_left .left_img .carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 5px;
  background: #D8ECE8;
  border: 1px solid #D8ECE8;
}

.login_left .left_img .carousel-indicators {
  bottom: -60px;
}

/*Login Flow End*/

/*Book Appoinment Page Start*/
.app_search_box {}

.book_appoinment_box {}

.book_appoinment_box .doctor_details {
  display: flex;
  column-gap: 30px;
  padding: 30px;
  border-radius: 30px;
}

.book_appoinment_box .doctor_details .doctor_img {}

.book_appoinment_box .doctor_details .dr_photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.book_appoinment_box .doctor_details .dr_photo img {
  width: 100%;
}

.book_appoinment_box .doctor_details .doctor_bio {
  font-size: 16px;
  color: #999DA1;
  line-height: 30px;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_name {
  font-weight: 600;
  font-size: 24px;
  color: #101010;
  margin-bottom: 30px;
}

.book_appoinment_box .doctor_details .doctor_bio p {
  margin-bottom: 10px;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_quali {}

.book_appoinment_box .doctor_details .doctor_bio .dr_exp {}

.book_appoinment_box .doctor_details .doctor_bio .dr_votes {}

.book_appoinment_box .doctor_details .doctor_bio .dr_votes span {
  color: #429E0A;
  font-weight: 500;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_votes span img {
  position: relative;
  top: -2px;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_desc {}

#more {
  display: none;
}

/*Patient Stories*/
.patient_stories {
  margin-top: 30px;
  border-radius: 30px;
}

.patient_stories .pt_stories_header {
  padding: 20px 30px;
  border-bottom: 1px solid #d7d7d7;
}

.patient_stories .pt_stories_header h3 {
  font-size: 24px;
  color: #101010;
  font-weight: 500;
}

.patient_stories .pt_stories_body {}

.pt_stories_body .pt_info_head {
  display: flex;
  column-gap: 20px;
  margin: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.pt_stories_body .pt_info_head:last-child {
  border: none;
}

.pt_stories_body .pt_info_head .name_wraper {}

.pt_stories_body .pt_info_head .name_wraper .name_word {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.nw1 {
  background: #EAD0D0;
  color: #DF9595;
}

.nw2 {
  background: #D0D1EA;
  color: #8A8CC8;
}

.pt_stories_body .pt_info_head .pt_wraper {}

.pt_stories_body .pt_info_head .pt_wraper .name_dtl {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.pt_stories_body .pt_info_head .pt_wraper .name_dtl h4 {
  color: #55595C;
  font-size: 16px;
  font-weight: 500;
}

.pt_stories_body .pt_info_head .pt_wraper .name_dtl h3 {
  color: #101010;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback {
  color: #999DA1;
  font-size: 16px;
  line-height: 30px;
}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback .recommended {
  margin-bottom: 15px;
}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback .pt_text {}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback .pt_text p {
  margin-bottom: 10px;
}

.pt_stories_body .pt_info_head .years {
  color: #999DA1;
  font-size: 14px;
}

.dr_wraper {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dr_wraper .dr_photo {}

.dr_wraper .dr_photo img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.dr_wraper .dr_reply {}

.dr_wraper .dr_reply h4 {
  color: #101010;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dr_wraper .dr_reply p {
  color: #999DA1;
  font-size: 16px;
}

.happy_block {
  margin-bottom: 10px;
}

.happy_block .happy_tag {
  background: #D8ECE8;
  border: 1px solid #056B66;
  border-radius: 4px;
  font-size: 15px;
  padding: 2px 10px;
}

.patient_stories .pt_stories_footer {
  padding: 20px 30px;
  border-top: 1px solid #d7d7d7;
}

.patient_stories .pt_stories_footer h3 {
  font-size: 24px;
  color: #101010;
  font-weight: 500;
}

/*Video Consultation*/
.video_consult {
  border-radius: 30px;
}

.video_consult .vc_header {
  padding: 30px 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video_consult .vc_header h4 {
  font-size: 18px;
  font-weight: 600;
}

.video_consult .vc_slots {
  padding: 30px;
  display: inline-block;
}

.video_consult .vc_slots .slots_title {
  font-size: 16px;
  color: #101010;
  font-weight: 500;
}

.video_consult .vc_slots .slots_title span {
  color: #999DA1;
  font-weight: 400;
}

.video_consult .vc_slots .slots_time {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
}

.video_consult .vc_slots .slots_time .btn-primary {
  color: #049BE2;
  background: rgba(4, 155, 226, 0.1);
  border: 0.25px solid rgba(4, 155, 226, 0.7);
}

.video_consult .vc_slots .slots_time .btn-primary:hover {
  background: #049BE2;
  color: #fff;
  border: 0.25px solid rgba(4, 155, 226, 0.7);
}

.video_consult .vc_slots .slots_time .btn-primary.active {
  background: #049BE2;
  color: #fff;
  border: 0.25px solid rgba(4, 155, 226, 0.7);
}

.video_consult .vc_slots .vc_block+.vc_block {
  margin-top: 30px;
}

/*Registration Page for Doctors*/
.register_form {
  background: #fff;
  padding: 35px 50px;
  border-radius: 20px;
  width: 430px;
  margin: 30px 0;
}

.register_form p.note {
  color: #999DA1;
  font-size: 14px;
  margin-top: 10px;
}

.register_form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.register_form .form-control {
  border-radius: 30px;
  border: 1px solid #056B66;
  height: 40px;
}

.register_form .form-group label {
  color: #056B66;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}

.register_form .loginlink {
  padding-top: 10px;
}

.register_form .loginlink p {
  color: #999DA1;
  font-size: 14px;
  margin-top: 10px;
}

.register_form .loginlink p a {
  color: #056B66;
}

.register_form .ccode {
  position: absolute;
  color: #056B66;
  font-size: 14px;
  font-weight: 600;
  top: 40px;
  left: 15px;
}

.register_form .ccode:before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #056B66;
  display: block;
  position: absolute;
  right: -15px;
  top: -10px;
}

.register_form .form-control.mcode {
  padding-left: 60px;
}

.dr_profile_create {
  text-align: center;
  margin-top: 70px;
}

.dr_profile_create p {
  color: #999DA1;
  font-size: 16px;
}

.flex_container {
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.flex_container .left_wraper {
  width: 50%;
  text-align: center;
}

.flex_container .right_wraper {
  width: 50%;
}

.flex_container:nth-child(odd) {
  flex-direction: row;
}

.flex_container:nth-child(even) {
  flex-direction: row-reverse;
}

.flex_container+.flex_container {
  margin-top: 70px;
}

.flex_container .img_view {}

.content_wraper {}

.content_wraper .content_head {
  margin-bottom: 30px;
}

.content_wraper .content_head h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content_wraper .content_head p {
  font-size: 16px;
  font-weight: 400;
  color: #999DA1;
  line-height: 30px;
}

.content_wraper .content_list {}

.content_wraper .content_list p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.content_wraper .content_list p img {
  margin-right: 15px;
}

.about_center {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.topbanner_img img {
  width: 100%;
}

/*Registration Page for Doctors End*/

/*About Page Start*/
/*Mission & Vision*/
.ab_mvCard {}

.ab_mvCard h3 {
  margin-bottom: 50px;
}

.ab_whiteCard {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgb(0 0 0 / 15%);
  border-radius: 25px;
  padding: 30px;
}

/*Our values*/
.values_sec .values_categ {
  text-align: center;
  padding: 0px 40px;
}

.values_sec .values_categ img {
  height: 100px;
  margin-bottom: 30px;
}

.values_sec .values_categ h4 {
  font-size: 24px;
  font-weight: 600;
  color: #056B66;
}

.values_sec .values_categ p {
  font-size: 16px;
  margin-top: 20px;
  color: #707070;
  line-height: 32px;
}

/*Meet our mentors*/
.mentors_sec {}

.mentor_box .ab_cardflex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.mentor_box .ab_cardflex .mtr_card {
  width: 23%;
  padding: 60px 30px;
}

.mentor_box .ab_cardflex .mtr_card .mentor_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: auto;
}

.mentor_box .ab_cardflex .mtr_card .mentor_img img {
  width: 100%;
}

.mentor_box .ab_cardflex .mtr_card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #056B66;
  margin-top: 40px;
}

.mentor_box .ab_cardflex .mtr_card p {
  font-size: 16px;
  margin-top: 15px;
  color: #707070;
  line-height: 32px;
}

.mentors_sec .ab_mentorinfo {
  width: 77%;
}

.mentors_sec .ab_mentorinfo h4 {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
  line-height: 34px;
}

.mentors_sec .ab_mentorinfo p {
  font-size: 16px;
  margin-top: 15px;
  color: #707070;
  line-height: 32px;
}

.mentors_sec .ab_mentorinfo .mailto a {
  color: #056B66;
  font-weight: 500;
  margin-right: 15px;
}

.mentors_sec .ab_mentorinfo .mailto {}

.mentors_sec .ab_mentorinfo .connectin {
  margin-left: 15px;
}

.mentor_box .ab_cardflex:nth-child(odd) {
  flex-direction: row;
}

.mentor_box .ab_cardflex:nth-child(even) {
  flex-direction: row-reverse;
}

.mentor_box .ab_cardflex+.ab_cardflex {
  margin-top: 70px;
}


/*Core team members*/
.ctm_sec .ab_cardflex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.ctm_sec .ab_cardflex .ab_carditem {
  width: 364px;
  padding: 60px 30px;
}

.ctm_sec .ab_cardflex .ab_carditem .ctm_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: auto;
}

.ctm_sec .ab_cardflex .ab_carditem .ctm_img img {
  width: 100%;
}

.ctm_sec .ab_cardflex .ab_carditem h4 {
  font-size: 20px;
  font-weight: 600;
  color: #056B66;
  margin-top: 40px;
}

.ctm_sec .ab_cardflex .ab_carditem p {
  font-size: 16px;
  margin-top: 15px;
  color: #707070;
  line-height: 32px;
}

/*About Page End*/

/*Searching Doctor*/
.book_title {
  color: #999DA1;
  font-size: 16px;
  margin-top: 15px;
}

.book_title img {
  margin-right: 5px;
}

.search_wraper .search_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.search_wraper .search_list .left_block {
  display: flex;
  gap: 30px;
}

.search_wraper .search_list .left_block .dr_photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.search_wraper .search_list .left_block .dr_photo img {
  width: 100%;
}

.search_wraper .search_list .doctor_bio {
  font-size: 16px;
  color: #999DA1;
}

.search_wraper .search_list .doctor_bio .dr_name {
  font-weight: 600;
  font-size: 22px;
  color: #A56EDD;
  margin-bottom: 10px;
}

.search_wraper .search_list .doctor_bio p {
  margin-bottom: 10px;
}

.search_wraper .search_list .doctor_bio .pt_served img {
  width: 24px;
  margin-right: 5px;
}

.search_wraper .search_list .right_block {
  text-align: center
}

.search_wraper .search_list .right_block .fees {
  font-weight: 500;
  color: #707070;
  font-size: 16px;
}

.search_wraper .search_list .right_block .available {
  color: #429E0A;
  font-weight: 500;
  margin: 15px 0px;
}

.search_wraper .search_list .right_block .available img {
  width: 16px;
  margin-right: 6px;
}

.search_wraper .search_list .right_block .btn-info {
  background-color: #A56EDD;
  border-radius: 5px;
  color: #fff;
  border: 0.25px solid rgba(165, 110, 221, 0.7);
}

.sortBy {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.sortBy span {
  color: #999DA1;
  display: block;
  width: 80px;
}

.sortBy .form-control {
  background: #029C94;
  border: 0.25px solid #029C94;
  border-radius: 5px;
  color: #fff;
  width: 175px;
}

.btnwhite {
  background: #FFFFFF;
  border-radius: 5px;
  color: #029C94;
  font-size: 16px;
  font-weight: 500;
}

.filters {
  background-color: #029C94;
}

.filters .vc_header h4 {
  color: #fff;
}

.filters {}

.filters .vc_header {
  padding: 20px 30px;
}

.filter_bx .vc_block {
  padding: 20px 30px;
}

.filter_bx .vc_block+.vc_block {
  border-top: 1px solid #FFFFFF;
}

.filter_bx .fil_lbl {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.filter_bx .fil_flex {
  display: flex;
  align-items: center;
}

.filter_bx .fil_flex .fi_checkbox {
  margin-right: 30px;
}

.searching_pnl {}


/*checkbox*/
.fi_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.fi_checkbox label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  margin-bottom: 0;
}

.fi_checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.25px solid #999DA1;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
}

.fi_checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.booking_dtl {}

.booking_dtl .form-group {
  margin-bottom: 25px;
}

.booking_dtl label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.booking_dtl .form-control {
  height: 50px;
  border-radius: 10px;
}

.booking_dtl .bk_title {
  font-size: 24px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 30px;
}

.bk_sub_title {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  margin-bottom: 25px;
}

.cons_fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}

.cons_fee .consl {
  color: #55595C;
  font-size: 16px;
  font-weight: 500;
}

.cons_fee .cons2 {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
}

.belowbtn p {
  color: #55595C;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.belowbtn {
  margin-top: 20px;
}

.belowbtn p a {
  color: #056B66;
}

.vc_for {
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-bottom: 40px;
}

.vc_rb {
  padding: 20px;
}

.vc_for hr {
  margin-top: 0;
  margin-bottom: 0;
}

.bk_drblock .dr_photo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.bk_drblock .dr_photo img {
  width: 100%;
}

.bk_drblock {
  display: flex;
  gap: 20px;
  padding: 30px
}

.bk_drblock .doctor_bio {
  width: 72%;
}

.bk_drblock .doctor_bio h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.bk_drblock .doctor_bio p {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vc_datetime {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding: 30px;
  justify-content: space-between;
}

.vc_datetime .time {
  color: #55595C;
  font-size: 15px;
  font-weight: 500;
}

.vc_datetime .date {}

.vc_datetime .date h4 {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vc_datetime .date a {
  color: #056B66;
  font-size: 16px;
}

.goback {
  color: #056B66;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.booking_flex .left_itme {
  width: 550px;
}

.booking_flex .right_itme {
  width: 600px;
}

.booking_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.bkvideo_consult {
  border-radius: 30px;
}

.bkvideo_consult .vc_header {
  padding: 30px 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bkvideo_consult .vc_header h4 {
  font-size: 18px;
  font-weight: 600;
}

.mypagination {
  text-align: center;
  margin-top: 50px;
}

.mypagination .pagination_ul {}

.mypagination .pagination_ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.mypagination .pagination_ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  font-size: 15px;
  color: #056B66;
  font-weight: 500;
  padding: 5px 0;
  border-radius: 50%;
}

.mypagination .pagination_ul li a {
  font-size: 16px;
  color: #056B66;
  background: transparent;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 50%;
  outline: none;
}

.mypagination .pagination_ul li.active {
  background: #D8ECE8;
}

.mypagination .pagination_ul li .active {
  background: #D8ECE8;
}


/*Radio button*/
.vc_rb [type="radio"]:checked,
.vc_rb [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.vc_rb [type="radio"]:checked+label,
.vc_rb [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-bottom: 0;
}

.vc_rb [type="radio"]:checked+label:before,
.vc_rb [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #056B66;
  border-radius: 100%;
  background: #fff;
}

.vc_rb [type="radio"]:checked+label:after,
.vc_rb [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #056B66;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vc_rb [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.vc_rb [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




/*User Panel*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #056B66;
  background-color: transparent;
}

.user-menu .username {
  color: #056B66 !important;
  font-weight: 500;
  font-size: 16px;
}

.user-menu .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
  color: #056B66;
}

.user-menu {
  padding: 16px 0px;
}

.user-menu.mlspace {
  margin-left: 30px;
}

.userdropdown {
  padding: 0;
  border: 0;
}

.userdropdown>li>a {
  padding: 8px 20px;
  color: #101010;
}

.userdropdown>li>a:hover {
  background-color: #F4FAF8;
  color: #056B66;
}

/*Edit Profile Page*/
.editprofile_page {
  border-radius: 20px;
}

.pro_header {
  padding: 30px 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_drblock .pro_photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.pro_drblock .pro_photo img {
  width: 100%;
}

.pro_drblock .pro_photo p {
  color: #55595C;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.pro_drblock {
  display: flex;
  gap: 20px;
  align-items: center;
}

.pro_body {
  padding: 30px;
}

.pro_update p {
  color: #999DA1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pro_update .addlink {
  color: #056B66;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.pro_inputbox .form-group {
  margin-bottom: 25px;
  position: relative
}

.pro_inputbox .form-group .editbtn {
  position: absolute;
  top: 0;
  right: 0px;
  color: #056B66;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
}

.pro_inputbox label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.pro_inputbox .form-control {
  height: 50px;
  border-radius: 10px;
}

.editprofile_page .hr_line {
  margin: 30px 0;
}

.editprofile_page .sec_title {
  color: #55595C;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}

/*My Bookings*/
.userpanel_page {
  display: flex;
 
}
.content-header h1{font-size: 20px;}

.userpanel_page .left_panel .sidebar {}

.userpanel_page .left_panel .sidebar .sidebar_menu {
  list-style: none;
  padding: 0;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li {
  border-bottom: 1px solid #d8ece836;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  border-left: 3px solid transparent;
  position: relative;
  padding: 20px 12px 20px 20px;
  display: block;
}

.userpanel_page .left_panel .sidebar .sidebar_menu>li.active>a {
  background: #D8ECE8;
  font-weight: 500;
  border-left-color:transparent;color: #056b66;
}

.userpanel_page .left_panel .sidebar .sidebar_menu>li.active>button {
  background: #D8ECE8;
  font-weight: 500;
  border-left-color: rgba(5, 107, 102, 1);
}



.userpanel_page .right_panel {
  width: 100%;margin-left: 280px;
}

.userdtl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.userdtl .userpic {
  width: 20%;
}
.userdtl .userinfo {
  width: 80%;
}
.userdtl .userpic {}

.userdtl .userpic img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.toggleBtn{position: relative;}
.toggleBtn p{color:#e1e1e1;}
.toggleBtn .ttextleft{}
.toggleBtn .ttextright{    position: absolute;
  left: 85px;}




.userdtl .userinfo {}

.userdtl .userinfo p {
  font-size: 14px; 
}

.userdtl .userinfo span {
  font-size: 14px;
  color: #55595C;
}

.bookedat {}

.bookedat p {
  font-size: 15px;
  font-weight: 500;
}

.bookedat span {
  font-size: 14px;
  color: #55595C;
}

.amount_td {
  display: flex;
  align-items: center;
  gap: 30px;
}

.amount_td p {
  font-size: 15px;
  font-weight: 500;
}

.amount_td span {
  font-size: 14px;
  color: #55595C;
}

.myuser {
  padding: 10px 12px;
}

.myuser h4 {  
  font-size: 14px;
  color: #fff;
}

.myuser span {
  font-size: 16px;
}



.mytable tr th {
  padding: 0 40px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #ddd;
  height: 100px;
  vertical-align: middle !important;
}

.mytable tr td {
  border-top: 0 !important;
  padding: 20px 30px !important;
}



.report_list {
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  padding: 30px;
  justify-content: space-between;
}

.report_list .report_info {
  display: flex
}

.report_list .date {
  background: #F4FAF8;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 15px;
  margin-right: 20px;
}

.report_list .date span {
  font-weight: 500;
  font-size: 20px;
}

.report_list .report_dtl .newlbl {
  color: #049BE2;
  background: rgba(4, 155, 226, 0.1);
  border: 0.25px solid rgba(4, 155, 226, 0.7);
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 5px;
  font-weight: 500;
  margin-right: 10px;
}

.report_list .report_dtl p {
  font-size: 16px;
  margin-bottom: 5px;
}

.report_list .report_dtl span {
  font-weight: 500;
  font-size: 14px;
  color: #55595C;
}

.report_list .reportp {}

.report_list .action_icon {}

.report_list .action_icon a {
  font-size: 17px;
}

.report_list .action_icon i {}

.tableTab a {
  font-weight: 500;
  font-size: 16px;
  color: #101010;
  margin-right: 30px;
}

.tableTab a.active {
  color: #056B66;
}

.fd_input {}

.fd_input .form-group {
  margin-bottom: 25px;
  position: relative
}

.fd_input label {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.fd_input input,
select {
  height: 50px;
  border-radius: 10px;
}

.fd_input textarea {
  min-height: 250px;
  border-radius: 10px;
}


.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #056B66;
  font-size: 14px;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #056B66;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.fd_btnsec {
  display: flex;
  justify-content: space-between;
}

input.form-control.loginInput {
  padding: 22px;
  border-radius: 22px;
}

.spaceInputBox {
  justify-content: space-around
}

.paddingOfInput {
  width: 50px !important;
  height: 50px;
  border-radius: 10px;
}

.bdHMCv>.wrapper {
  border: none !important;
}

.bdHMCv>.wrapper:hover {
  box-shadow: none !important;
}

.bdHMCv>.wrapper:focus-within {
  box-shadow: none !important;
}


.cardSuggetionsLocation {
  color: black;
  position: absolute;
  margin-top: 57px;
  width: 138px;
  right: 94.82rem;
  left:138px;
  background: #fff;
  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)
}
.cardSuggetionsLocation-home {
  
  position: absolute !important;
  left: 26rem !important;
  right: 94.82rem !important;
  }

.cardSuggetionsLocation ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.cardSuggetionsLocation ul li {
  margin: 6px;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}

.cardSuggetionsLocation ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 5px;
}



.cardSuggetionsHomecare {
  margin: 58px 0px;
  width: 445px;
  right: 59.82rem;
  z-index: 10;
  display: block;
  position: absolute;
  background: #fff;
  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)
}

.cardSuggetionsHomecare ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.cardSuggetionsHomecare ul li {
  padding: 5px 10px;
  margin: 6px;
  cursor: pointer;
}

.cardSuggetionsHomecare ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 10px;
}

.cardSuggetions {
  z-index: 10100;
  width: 30%;
  /* right: 61rem; */
  display: block;
  position: absolute;
  background: #fff;
  margin: 1px;
  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)
}
.cardSuggetionsHomePage {
  width: 30%;
  display: block;
  position: absolute;
  background: #fff;
  margin: 1px;
  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)
}

.cardSuggetions ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.cardSuggetions ul li {
  padding: 5px 10px;
  margin: 6px;
  cursor: pointer;
  color: black;
}

.cardSuggetions ul li:hover {
 
  background: #efefef8c;
  padding: 5px 10px;
}

.cardSuggetionsProfileAndSlot {
  width: 37%;
  right: 517px;
  z-index: 10;
  display: block;
  position: absolute;
  background: #fff;
  margin: 1px;
  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)
}

.cardSuggetionsProfileAndSlot ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.cardSuggetionsProfileAndSlot ul li {
  padding: 5px 10px;
  margin: 6px;
  cursor: pointer;
}

.cardSuggetionsProfileAndSlot ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 10px;
}



.cardSuggetionsHomePage ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.cardSuggetionsHomePage ul li {
  padding: 5px 10px;
  margin: 6px;
  cursor: pointer;
}

.cardSuggetionsHomePage ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 10px;
}

p.noRecordsPara {
  text-align: center;
  color: black;
  padding: 15px;
}

.displayNoneCls {
  display: none;
}

.keyword select.form-select {
  width: 367px;
  outline: none;
  color: black;
  border: none;
}


.cardSuggetionsLocationSearchLocation {
  color: black;
  position: absolute;
  margin-top: 57px;
  width: 200px;
  left: 40px;
  background: #fff;
  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);
  z-index: 1;
}

.cardSuggetionsLocationSearchLocation ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.cardSuggetionsLocationSearchLocation ul li {
  margin: 6px;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}

.cardSuggetionsLocationSearchLocation ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 5px;
}

.cardSuggetionsMainSearch {
  color: black;
  position: absolute;
  width: 506px;
  left: 240px;
  background: #fff;
  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);
  z-index: 1;
}

.cardSuggetionsMainSearch ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.cardSuggetionsMainSearch ul li {
  margin: 6px;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}

.cardSuggetionsMainSearch ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 5px;
}

.notavailable {
  color: #d02727;
  font-weight: 500;
  margin: 15px 0px;
}

button.leftBtnSlots {
  margin-top: 10px;
  padding: 15px 0;
  float: left;
  border: none;
  background: none;
}

button.leftBtnSlots:hover {
  margin-top: 10px;
  padding: 15px 0;
  float: left;
  border: none;
  background: #f1f1f1;
}

button.rightBtnSlots {
  margin-top: 10px;
  padding: 15px 0;
  float: right;
  border: none;
  background: none;
}

button.rightBtnSlots:hover {
  margin-top: 10px;
  padding: 15px 0;
  float: right;
  border: none;
  background: #f1f1f1;
}

.leftSideSlots.active {
  border-bottom: 2px solid #1c6b66;
}

.leftSideSlots {
  cursor: pointer;
}

.rightSideSlots.active {
  border-bottom: 2px solid #1c6b66;
}

.rightSideSlots {
  cursor: pointer;
}

span.slotsAvailability {
  color: #429E0A;
  font-size: 11px;
}

.slotsDays h6 {
  font-size: 12px;
}

.slotsDays {
  margin: 15px 0px;
}

.slotsDaysSlider {
  margin: 20px 0px;
}

.navbar-nav>li>button {
  padding: 16px 0;  
  background: none;
  border: none;
}

.userdropdown>li>button {
  padding: 8px 20px;
  color: #101010;
  background: none;
  border: none;
}

li.useMyLocation {
  color: #009c94;
  font-weight: 600;
}

.video_consult .vc_slots .slots_time .btn-primary.disabled {
  background: grey;
  color: #fff;
  border: 0.25px solid grey;
}

.locationWhiteIcon img {
  width: 20px;
}

p.resultType {
  font-size: smaller;
  font-weight: 600;
}

li.useMyLocation img {
  width: 20px;
}

.login_page .resetlink button {
  color: #056B66;
  font-weight: 600;
  border: none;
  background: none;
}

.paytmStatus h1.text-center {
  margin: 190px auto;
}

input#profileUpload {
  display: none;
}

input.checkBoxPd {
  margin: 5px 10px;
}

.cardSuggetionsMainSearch ul li button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  text-align: start;
}

.cardSuggetionsProfileAndSlot ul li button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  text-align: start;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusOpen {
  height: 213px;
  transition: height 0.5s;
  visibility: visible;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusOpen .subMenuItems {
  list-style: none;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusClose {
  height: 0;
  transition: height 0.5s;
  visibility: hidden;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusClose .subMenuItems {
  display: none;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusClose .subMenuItems li {
  border: none !important;
}

.subMenuItems li a {
  padding: 8px 2px !important;
  display: inline-block !important;
}

.subMenuItems li a.active {
  border-bottom: 1px solid #006b66;
}

.subMenuItems li {
  margin: 18px 0px;
  border: none !important
}

.margin10top {
  margin-top: 10px;
}

.form-horizontal .control-label {
  text-align: unset;
}

.doctor_details.bg_light .dr_photo img {
  width: 100px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: #F4FAF8;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #ddd;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 10px;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  background-color: #ddd;
} */

/* Create an active/current tablink class */
.tab .active {
  background-color: #056B66;
  color: white;
}

.btn-theme {
  background-color: #056B66;
}

.btn-theme-light {
  background-color: #acc4c3;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

body {
  color: #101010;
  word-wrap: break-word;
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.33;
}

p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
  color: #101010;
}

html {
  scroll-behavior: smooth;
}

/* Shortform CSS */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.p0 {
  padding: 0 !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

/*Common CSS*/
h3.heading2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

p.para2 {
  font-size: 18px;
  margin-top: 20px;
  color: #707070;
  line-height: 32px;
}

.paddtop {
  padding-top: 70px;
}


.margintop {
  margin-top: 70px;
}

.paddbottom {
  padding-top: 0px;
}




/* Navbar */


.navbar-default {
  background-color: #fff;
  border-color: #efefef;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
}

.navbar-brand .logo-icon {}

.navbar-links .navbar-nav .link-li a {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #101010;
}

.navbar-links .navbar-nav .link-li.active a {
  background: transparent;
  color: #029C94;
}

.navbar-links .navbar-nav .link-li a:hover {
  background: transparent;
  color: #029C94;
}

.nav-right {
  float: right;
}

.navbar-brand {
  height: 100px;
  padding: 20px 0px;
}

.nav-right .link-li {
  padding: 40px 0px;
}

.nav-right .link-li+.link-li {
  margin-left: 40px;
}



.navbar-links .navbar-nav .link-btn.btn1 {
  margin-left: 50px;
}

.navbar-links .navbar-nav .link-btn.btn2 {
  margin-left: 20px;
}


/*Buttons*/
.btn_fill {
  background: #056B66;
  color: #fff !important;
  font-size: 16px;
  border: 1px solid transparent;
  font-weight: 500;
  padding: 14px 30px !important;
  border-radius: 30px;
  transition: all .5s;
  min-width: 200px !important;
  text-align: center;
}

.btn_fill:hover {
  color: #056B66 !important;
  border: 1px solid #056B66;
  background: transparent;
}

.btn_outline {
  color: #056B66 !important;
  font-size: 16px;
  border: 1px solid #056B66;
  font-weight: 500;
  padding: 14px 30px !important;
  border-radius: 30px;
  transition: all .5s;
  min-width: 200px;
  text-align: center;
}

.btn_outline:hover {
  background: #056B66 !important;
  border: 1px solid transparent;
  color: #fff !important;
}

.textBoxNumLogin {
  cursor: auto !important;
  color: #056B66 !important;
  font-size: 16px;
  border: 1px solid #056B66;
  font-weight: 500;
  padding: 14px 30px !important;
  border-radius: 30px;
  transition: all .5s;
  min-width: 200px;
  text-align: center;
}

.textBoxNumLogin:focus {
  outline: none;
}

.textBoxNumLogin:hover {
  outline: none;
}

.textBoxNumLogin:active {
  outline: none;
}

/*Home Page Start*/



.card_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 100px;
}

.card_flex h1 {
  font-size: 48px;
  font-weight: 700;
}

.card_flex h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  margin-top: 10px;
}

.card_flex .card_text {
  width: 60%;
}

.card_flex .card_img {
  width: 40%;
  text-align: right;
}

.card_img .dr_img {}

.card_img .dr_img img {
  padding-top: 30px;
}

.searchbox {
  background: #fff;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 40px;
  border: 1px solid #999DA1;
}

.searchbox .locality {
  position: relative;
  width: 35%;
}

.searchbox .locality .mapicon {
  position: absolute;
  top: 15px;
  left: 25px;
}

.searchbox .locality .mapicon img {}

.searchbox .locality .form-control {
  height: 56px;
  box-shadow: none;
  padding-left: 55px;
  border-radius: 0;
  border: 0;
}

.searchbox .keyword {
  position: relative;
  width: 65%;
}

.searchbox .searchicon {
  position: absolute;
  top: 15px;
  left: 25px;
}

.searchbox .searchicon img {}

.searchbox .keyword .form-control {
  height: 56px;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding-left: 55px;
}

.vline {
  content: '';
  width: 1px;
  height: 36px;
  background-color: #ddd;
  margin: 10px 0px;
}



/*About Fasttrack*/
.about_sec {
  background-color: #F4FFFD;
}

.about_sec .about_intro {
  display: flex;
  align-items: center;
  padding: 70px 0;
  gap: 100px;
}

.about_sec .about_intro .about_img {
  width: 35%;
}

.about_sec .about_intro .about_img img {
  width: 100%;
}

.about_sec .about_intro .about_content {
  width: 65%;
}

/*Download the FastTrack app */
.download_app {
  padding: 100px 0;
}

.download_app .download_wrapper {
  display: flex;
  align-items: center;
}

.download_app .download_wrapper .app_content {
  width: 60%;
}

.download_app .get_link {
  margin-top: 40px;
}

.download_app .get_link h4 {}

.download_app .get_link .enter_phone {
  margin-top: 25px;
  display: flex;
  margin-bottom: 50px;
}

.download_app .get_link {}

.download_app .download_wrapper .app_img {
  width: 40%;
}

.download_app .download_wrapper .app_img img {}

.download_app .get_link .enter_phone .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #101010;
  text-align: center;
  background-color: transparent;
  border: 1px solid #004844;
  width: 70px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.download_app .get_link .enter_phone .input-group {
  width: 370px;
  height: 52px;
  margin-right: 30px;
}

.download_app .get_link .enter_phone .form-control {
  height: 52px;
  border-top-right-radius: 30px;
  border: 1px solid #004844;
  border-bottom-right-radius: 30px;
}

.download_app .get_link .enter_phone .input-group-addon:first-child {
  border-right: 0;
}


/* Footer */
.ft_footer {
  background-color: #056B66;
  padding: 60px 0;
}

.ft_footer .ft_footer_links {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

.ft_footer_links .footer_column {
  width: 20%
}

.ft_footer_links .footer_column .footer_list {
  padding: 0;
  list-style: none;
}

.ft_footer_links .footer_column .footer_title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.ft_footer_links .footer_column .footer_list li .footer_item {
  color: #fff;
  font-size: 16px;
}

.ft_footer_links .footer_column .footer_list li .footer_item:hover {
  text-decoration: underline !important;
}

.ft_footer_links .footer_column .footer_list li {
  margin-bottom: 10px;
}

.ft_footer .footer_logo {
  margin: 28px 0;
}

.ft_footer .ft_footer_copyright {
  text-align: center;
}

.ft_footer .ft_footer_copyright .c_copyright {
  color: #fff;
  font-size: 14px;
}
.outerhomepage{overflow: hidden;}
/*Home Page End*/

/*Teleconsultancy Page Start*/
/*Inner Page Banner*/
.banner_inner {
  background-color: #029C94;
  color: #fff;
  min-height: 450px;
}

.tc_search .keyword {
  width: 100%;
}

.verifiydr {
  margin-top: 30px;
  font-size: 16px;
}

.verifiydr span {
  margin-right: 30px;
}

.verifiydr span img {
  margin-right: 10px;
}





/* Specialities Slider */
.specialities_Slider {}

.slider_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.slider_heading h3 {
  color: #101010;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 0;
  margin: 0;
}

.btnlink {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  outline: none;
  border: none;
  background: transparent;
}

.post-slide {
  padding: 0 15px 10px;
}

.white_card {
  background: #fff;
  border: 1px solid #f0f0f5;
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
  border-radius: 24px;
  padding: 50px 30px;

}

.white_card .card_img {
  width: 135px;
  height: 135px;
  margin: auto;
}

section.benefit_sec.paddtop.paddbottom{
  padding-top: 20px;
}

.white_card .card_img .sp_img {
  width: 100%;
  height: 100%;
}

.white_card .card_dtl {
  margin-top: 35px;
}

.white_card .card_dtl .card_title {
  font-size: 16px;
  font-weight: 600;
  color: #101010;
}

.white_card .card_dtl .card_rate {
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  margin-top: 10px;
  margin-bottom: 26px;
}

.white_card .card_dtl .card_btn {}

.btn-xs {
  font-size: 14px;
  padding: 10px 20px !important;
  min-width: 150px;
}

/* Disease Slider */
.disease_card {
  padding: 0;
  overflow: hidden;
}

.disease_card .card_img {
  padding-top: 40px;
  background-color: #E6F5FD;
  width: 100%;
  height: 256px;
  overflow: hidden;
}

.disease_card .card_img .dis_img {
  width: 100%;
}

.disease_card .card_dtl {
  margin-top: 0;
  padding: 20px;
}

.disease_card .card_dtl .card_rate {
  margin-top: 10px;
}

.linktheme {
  color: #056B66;
  text-decoration: underline !important;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: none;
}

/*Slider CSS*/
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  transition: background 0.5s ease 0s;
  background: #fff;
}

.owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  transition: background 0.5s ease 0s;
  background: #fff;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: rgba(139, 158, 162, 1);
  font-size: 26px;
  line-height: 36px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/*How it works*/
.bg_light {
  background-color: #F4FAF8;
}

.how_it_works {
  padding-bottom: 50px;
  margin-top: 30px;
}

.how_it_works .hiw_section {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 50px;
}

.how_it_works .hiw_section .value_prop {
  width: 3333.33333%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.how_it_works .hiw_section .value_prop .value_prop_icon {
  position: relative;
}
.ambulance-image-backbg{
  background-color: #029C94;
  padding: 12px;
  border-radius: 50%;
}

.how_it_works .hiw_section .value_prop .value_prop_icon img {}

.how_it_works .hiw_section .value_prop .description {
  padding-top: 25px;
  text-align: center;
  color: #056B66;
  font-size: 16px;
  font-weight: 500;
}

.how_it_works .hiw_section:before {
  content: "";
  width: 71%;
  background: #D8ECE8;
  height: 2px;
  display: block;
  position: absolute;
  top: 40px;
  left: 14.5%;
}

/*Benefits*/
.benefit_sec {}

.benefit_sec .benefit_content {
  margin-right: 15%;
}

.benefit_sec .benefit_content .benefit_title {
  font-size: 24px;
  font-weight: 600;
}

.benefit_sec .benefit_list {}

.benefit_sec .benefit_list p {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}

.benefit_sec .benefit_list p img {
  margin-right: 15px;
}

/*FAQs*/
.faq_sec {}

.faq_sec .faq_title {
  font-size: 24px;
  font-weight: 600;
  padding-top: 50px;
}

.faq_sec .faq_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  column-gap: 90px;
  row-gap: 40px;
  margin-bottom: 30px
}

.faq_sec .faq_flex .faq_content {
  width: 47%;
}

.faq_sec .faq_flex .faq_heading {
  font-size: 20px;
  font-weight: 500;
}

.faq_sec .faq_flex .faq_heading img {
  margin-right: 10px;
}

.faq_sec .faq_flex .faq_text {
  margin-left: 20px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
}


/*Teleconsultancy Page End*/

/*Home Care Page Start*/
.card_bg_bnr {
  padding: 0px;
}

.card_bg_bnr .card_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.card_bg_bnr .card_img .cb_img {
  width: 100%
}

.card_bg_bnr .card_dtl {
  margin-top: 0px;
  padding: 30px 20px;
}

.card_bg_bnr .card_dtl p {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.rec_container {
  display: flex;
  flex-wrap: wrap;
}

.rec_container .rec_items {
  width: 362px;
  margin: 0 15px;
}

/*Home Care Page End*/

/*Ambulance Page Start*/
.ambulance_box {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.ambulance_box .ambulance_form {
  background: #fff;
  padding: 35px 50px;
  border-radius: 20px;
  width: 30%;
  margin: 30px 0;
}

.ambu_title {
  color: #056B66;
  font-size: 20px;
  font-weight: 600;
}

.abl_tab {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.abl_tab .abl_items {
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.abl_tab .abl_items.active .abl_icon,
.abl_tab .abl_items:hover .abl_icon {
  background: #056B66;

}

.abl_tab .abl_items .abl_icon {
  display: block;
  width: 52px;
  height: 52px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.abl_tab .abl_items .abl_name {
  color: #056B66;
  font-size: 14px;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.ambulance_form .abl_form {
  margin-top: 30px;
}

.ambulance_form .abl_form p {
  color: #056B66;
  font-size: 16px;
  margin-bottom: 15px
}

.ambulance_form .abl_form .form-control {
  border-radius: 30px;
  border: 1px solid #056B66;
  height: 40px;
}

/* .ambulance_box .ambulance_content {
  display: flex;
  align-items: center;
  column-gap: 40px;
  width: 70%;
} */

.ambulance_box .ambulance_content .ambulance_img {}

.ambulance_box .ambulance_content .ambulance_img img {}

.ambulance_box .ambulance_content .ambulance_text {}

.ambulance_box .ambulance_content .ambulance_text h1 {
  font-size: 52px;
  font-weight: 700;
}

.ambulance_box .ambulance_content .ambulance_text h2 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 10px;
}

/*Ambulance Page End*/

/*Conatact Page Start*/
.contact_page {}

.contact_page .contact_body {
  width: 60%;
  margin: auto;
}

.contact_page .conatct_form {
  background-color: #F4FAF8;
  border-radius: 30px;
  padding: 70px 100px;
}

.form_top {
  margin-top: 60px;
}

.conatct_form .form-group {
  margin-bottom: 40px;
}

.conatct_form .form-group label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.conatct_form .form-group select {
  height: 50px;
  border-radius: 30px;
}

.conatct_form .form-group input {
  height: 50px;
  border-radius: 30px;
}

.conatct_form .form-group textarea {
  border-radius: 30px;
}

.form_footer {}

.form_footer h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.form_footer p {
  color: #056B66;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.form_footer img {
  margin-right: 10px
}

.form_footer p span {
  font-size: 14px;
  margin-left: 35px;
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

/*Conatact Page End*/

/* Back to top button */
#Back-to-top {
  display: inline-block;
  background-color: #029C94;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all .3s ease;
  visibility: hidden;
  z-index: 1000;
}

#Back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

#Back-to-top:hover {
  opacity: 1 !important;
  cursor: pointer;
  background-color: #056B66;
  text-decoration: none;
}

#Back-to-top:active {
  background-color: #555;
}

#Back-to-top.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #Back-to-top {
    margin: 20px;
  }
}

/* Back to top button End*/


/*Login Flow Start*/
/* login Page */
.login_page {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: #F4FAF8;
}

.login_page .login_left {
  background: #fff;
  width: 40%;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_page .login_right {
  width: 60%;
}

.login_right_content {
  margin: 0px 28%;
}

.login_right_content .btn_outline {
  background: #fff;
}

.checkbox_me label {
  color: #999DA1;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.login_page .resetlink {
  font-weight: 400;
  color: #999DA1;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.login_page .resetlink a {
  color: #056B66;
  font-weight: 600;
}

.form-checkbox {
  display: flex;
  margin-top: 30px;
}

.login_right_content .loginbtn_box {
  margin-top: 70px;
}

/*Sign Up Page*/
.login_page .login_left .login_title {
  font-weight: 600;
  color: #056B66;
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
}

.signup_form .form-group {
  margin-bottom: 30px;
  position: relative;
}

.signup_form .form-group label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.signup_form .form-group input {
  height: 50px;
  border-radius: 30px;
}

.login_right_content .title {
  font-weight: 600;
  color: #056B66;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.verifylink {
  position: absolute;
  right: 25px;
  top: 46px;
  color: #55595C;
  text-decoration: underline !important;
  font-size: 16px;
}

/*OTP Page*/
.otpform .otp-input .form-control {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 10px;
  padding: 0px !important;
  text-align: center;
  margin-right: 10px;
}

.otpform .otp-input {
  text-align: center;
}

.otpform .otp_msg {
  color: #999DA1;
  font-size: 16px;
}

/* custom checkbox */
.checkbox_me input[type="checkbox"] {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  appearance: none;
  border: 0.25px solid #999DA1;
  border-radius: 2px;
  background: #fff;
  position: relative;
  margin-right: 10px;
}

.checkbox_me input[type="checkbox"]:checked {
  border: 0.25px solid #056B66;
  background: #056B66;
}

.checkbox_me input[type="checkbox"]:checked:before,
input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
}

.checkbox_me input[type="checkbox"]:checked:before {
  width: 8px;
  top: 11px;
  left: 2px;
  transform: rotate(44deg);
}

.checkbox_me input[type="checkbox"]:checked:after {
  width: 14px;
  top: 8px;
  left: 5px;
  transform: rotate(-55deg);
}

.checkbox_me input[type="checkbox"]:focus {
  outline: none;
}

.login_left .left_img .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: #F4FAF8;
  border: 1px solid #F4FAF8;
  border-radius: 10px;
}

.login_left .left_img .carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 5px;
  background: #D8ECE8;
  border: 1px solid #D8ECE8;
}

.login_left .left_img .carousel-indicators {
  bottom: -60px;
}

/*Login Flow End*/

/*Book Appoinment Page Start*/
.app_search_box {}

.book_appoinment_box {}

.book_appoinment_box .doctor_details {
  display: flex;
  column-gap: 30px;
  padding: 30px;
  border-radius: 30px;
}

.book_appoinment_box .doctor_details .doctor_img {}

.book_appoinment_box .doctor_details .dr_photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.book_appoinment_box .doctor_details .dr_photo img {
  width: 100%;
}

.book_appoinment_box .doctor_details .doctor_bio {
  font-size: 16px;
  color: #999DA1;
  line-height: 30px;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_name {
  font-weight: 600;
  font-size: 24px;
  color: #101010;
  margin-bottom: 30px;
}

.book_appoinment_box .doctor_details .doctor_bio p {
  margin-bottom: 10px;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_quali {}

.book_appoinment_box .doctor_details .doctor_bio .dr_exp {}

.book_appoinment_box .doctor_details .doctor_bio .dr_votes {}

.book_appoinment_box .doctor_details .doctor_bio .dr_votes span {
  color: #429E0A;
  font-weight: 500;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_votes span img {
  position: relative;
  top: -2px;
}

.book_appoinment_box .doctor_details .doctor_bio .dr_desc {}

#more {
  display: none;
}

/*Patient Stories*/
.patient_stories {
  margin-top: 30px;
  border-radius: 30px;
}

.patient_stories .pt_stories_header {
  padding: 20px 30px;
  border-bottom: 1px solid #d7d7d7;
}

.patient_stories .pt_stories_header h3 {
  font-size: 24px;
  color: #101010;
  font-weight: 500;
}

.patient_stories .pt_stories_body {}

.pt_stories_body .pt_info_head {
  display: flex;
  column-gap: 20px;
  margin: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.pt_stories_body .pt_info_head:last-child {
  border: none;
}

.pt_stories_body .pt_info_head .name_wraper {}

.pt_stories_body .pt_info_head .name_wraper .name_word {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.nw1 {
  background: #EAD0D0;
  color: #DF9595;
}

.nw2 {
  background: #D0D1EA;
  color: #8A8CC8;
}

.pt_stories_body .pt_info_head .pt_wraper {}

.pt_stories_body .pt_info_head .pt_wraper .name_dtl {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.pt_stories_body .pt_info_head .pt_wraper .name_dtl h4 {
  color: #55595C;
  font-size: 16px;
  font-weight: 500;
}

.pt_stories_body .pt_info_head .pt_wraper .name_dtl h3 {
  color: #101010;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback {
  color: #999DA1;
  font-size: 16px;
  line-height: 30px;
}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback .recommended {
  margin-bottom: 15px;
}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback .pt_text {}

.pt_stories_body .pt_info_head .pt_wraper .pt_feedback .pt_text p {
  margin-bottom: 10px;
}

.pt_stories_body .pt_info_head .years {
  color: #999DA1;
  font-size: 14px;
}

.dr_wraper {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dr_wraper .dr_photo {}

.dr_wraper .dr_photo img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.dr_wraper .dr_reply {}

.dr_wraper .dr_reply h4 {
  color: #101010;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.dr_wraper .dr_reply p {
  color: #999DA1;
  font-size: 16px;
}

.happy_block {
  margin-bottom: 10px;
}

.happy_block .happy_tag {
  background: #D8ECE8;
  border: 1px solid #056B66;
  border-radius: 4px;
  font-size: 15px;
  padding: 2px 10px;
}

.patient_stories .pt_stories_footer {
  padding: 20px 30px;
  border-top: 1px solid #d7d7d7;
}

.patient_stories .pt_stories_footer h3 {
  font-size: 24px;
  color: #101010;
  font-weight: 500;
}

/*Video Consultation*/
.video_consult {
  border-radius: 30px;
}

.video_consult .vc_header {
  padding: 30px 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video_consult .vc_header h4 {
  font-size: 18px;
  font-weight: 600;
}


.video_consult .vc_slots .slots_title {
  font-size: 16px;
  color: #101010;
  font-weight: 500;
}

.video_consult .vc_slots .slots_title span {
  color: #999DA1;
  font-weight: 400;
}

.video_consult .vc_slots .slots_time {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
}

.video_consult .vc_slots .slots_time .btn-primary {
  color: #049BE2;
  background: rgba(4, 155, 226, 0.1);
  border: 0.25px solid rgba(4, 155, 226, 0.7);
}

.video_consult .vc_slots .slots_time .btn-primary:hover {
  background: #049BE2;
  color: #fff;
  border: 0.25px solid rgba(4, 155, 226, 0.7);
}

.video_consult .vc_slots .slots_time .btn-primary.active {
  background: #049BE2;
  color: #fff;
  border: 0.25px solid rgba(4, 155, 226, 0.7);
}

.video_consult .vc_slots .vc_block+.vc_block {
  margin-top: 30px;
}

/*Registration Page for Doctors*/
.register_form {
  background: #fff;
  padding: 35px 50px;
  border-radius: 20px;
  width: 430px;
  margin: 30px 0;
}

.register_form p.note {
  color: #999DA1;
  font-size: 14px;
  margin-top: 10px;
}

.register_form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.register_form .form-control {
  border-radius: 30px;
  border: 1px solid #056B66;
  height: 40px;
}

.register_form .form-group label {
  color: #056B66;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}

.register_form .loginlink {
  padding-top: 10px;
}

.register_form .loginlink p {
  color: #999DA1;
  font-size: 14px;
  margin-top: 10px;
}

.register_form .loginlink p a {
  color: #056B66;
}

.register_form .ccode {
  position: absolute;
  color: #056B66;
  font-size: 14px;
  font-weight: 600;
  top: 40px;
  left: 15px;
}

.register_form .ccode:before {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #056B66;
  display: block;
  position: absolute;
  right: -15px;
  top: -10px;
}

.register_form .form-control.mcode {
  padding-left: 60px;
}

.dr_profile_create {
  text-align: center;
  margin-top: 70px;
}

.dr_profile_create p {
  color: #999DA1;
  font-size: 16px;
}

.flex_container {
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.flex_container .left_wraper {
  width: 50%;
  text-align: center;
}

.flex_container .right_wraper {
  width: 50%;
}

.flex_container:nth-child(odd) {
  flex-direction: row;
}

.flex_container:nth-child(even) {
  flex-direction: row-reverse;
}

.flex_container+.flex_container {
  margin-top: 70px;
}

.flex_container .img_view {}

.content_wraper {}

.content_wraper .content_head {
  margin-bottom: 30px;
}

.content_wraper .content_head h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.content_wraper .content_head p {
  font-size: 16px;
  font-weight: 400;
  color: #999DA1;
  line-height: 30px;
}

.content_wraper .content_list {}

.content_wraper .content_list p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
}

.content_wraper .content_list p img {
  margin-right: 15px;
}

.about_center {
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.topbanner_img img {
  width: 100%;
}

/*Registration Page for Doctors End*/

/*About Page Start*/
/*Mission & Vision*/
.ab_mvCard {}

.ab_mvCard h3 {
  margin-bottom: 50px;
}

.ab_whiteCard {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgb(0 0 0 / 15%);
  border-radius: 25px;
  padding: 30px;
}

/*Our values*/
.values_sec .values_categ {
  text-align: center;
  padding: 0px 40px;
}

.values_sec .values_categ img {
  height: 100px;
  margin-bottom: 30px;
}

.values_sec .values_categ h4 {
  font-size: 24px;
  font-weight: 600;
  color: #056B66;
}

.values_sec .values_categ p {
  font-size: 16px;
  margin-top: 20px;
  color: #707070;
  line-height: 32px;
}

/*Meet our mentors*/
.mentors_sec {}

.mentor_box .ab_cardflex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.mentor_box .ab_cardflex .mtr_card {
  width: 23%;
  padding: 60px 30px;
}

.mentor_box .ab_cardflex .mtr_card .mentor_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: auto;
}

.mentor_box .ab_cardflex .mtr_card .mentor_img img {
  width: 100%;
}

.mentor_box .ab_cardflex .mtr_card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #056B66;
  margin-top: 40px;
}

.mentor_box .ab_cardflex .mtr_card p {
  font-size: 16px;
  margin-top: 15px;
  color: #707070;
  line-height: 32px;
}

.mentors_sec .ab_mentorinfo {
  width: 77%;
}

.mentors_sec .ab_mentorinfo h4 {
  font-size: 20px;
  font-weight: 600;
  color: #101010;
  line-height: 34px;
}

.mentors_sec .ab_mentorinfo p {
  font-size: 16px;
  margin-top: 15px;
  color: #707070;
  line-height: 32px;
}

.mentors_sec .ab_mentorinfo .mailto a {
  color: #056B66;
  font-weight: 500;
  margin-right: 15px;
}

.mentors_sec .ab_mentorinfo .mailto {}

.mentors_sec .ab_mentorinfo .connectin {
  margin-left: 15px;
}

.mentor_box .ab_cardflex:nth-child(odd) {
  flex-direction: row;
}

.mentor_box .ab_cardflex:nth-child(even) {
  flex-direction: row-reverse;
}

.mentor_box .ab_cardflex+.ab_cardflex {
  margin-top: 70px;
}


/*Core team members*/
.ctm_sec .ab_cardflex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.ctm_sec .ab_cardflex .ab_carditem {
  width: 364px;
  padding: 60px 30px;
}

.ctm_sec .ab_cardflex .ab_carditem .ctm_img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: auto;
}

.ctm_sec .ab_cardflex .ab_carditem .ctm_img img {
  width: 100%;
}

.ctm_sec .ab_cardflex .ab_carditem h4 {
  font-size: 20px;
  font-weight: 600;
  color: #056B66;
  margin-top: 40px;
}

.ctm_sec .ab_cardflex .ab_carditem p {
  font-size: 16px;
  margin-top: 15px;
  color: #707070;
  line-height: 32px;
}

/*About Page End*/

/*Searching Doctor*/
.book_title {
  color: #999DA1;
  font-size: 16px;
  margin-top: 15px;
}

.book_title img {
  margin-right: 5px;
}

.search_wraper .search_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.search_wraper .search_list .left_block {
  display: flex;
  gap: 30px;
}

.search_wraper .search_list .left_block .dr_photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.search_wraper .search_list .left_block .dr_photo img {
  width: 100%;
}

.search_wraper .search_list .doctor_bio {
  font-size: 16px;
  color: #999DA1;
}

.search_wraper .search_list .doctor_bio .dr_name {
  font-weight: 600;
  font-size: 22px;
  color: #056B66;
  margin-bottom: 10px;
}

.search_wraper .search_list .doctor_bio p {
  margin-bottom: 10px;
}

.search_wraper .search_list .doctor_bio .pt_served img {
  width: 24px;
  margin-right: 5px;
}

.search_wraper .search_list .right_block {
  text-align: center
}

.search_wraper .search_list .right_block .fees {
  font-weight: 500;
  color: #707070;
  font-size: 16px;
}

.search_wraper .search_list .right_block .available {
  color: #429E0A;
  font-weight: 500;
  margin: 15px 0px;
}

.search_wraper .search_list .right_block .available img {
  width: 16px;
  margin-right: 6px;
}

.search_wraper .search_list .right_block .btn-info {
  background-color: #056B66;
  border-radius: 5px;
  color: #fff;
  border: 0.25px solid#056B66;
}

.sortBy {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.sortBy span {
  color: #999DA1;
  display: block;
  width: 80px;
}

.sortBy .form-control {
  background: #029C94;
  border: 0.25px solid #029C94;
  border-radius: 5px;
  color: #fff;
  width: 175px;
}

.btnwhite {
  background: #FFFFFF;
  border-radius: 5px;
  color: #029C94;
  font-size: 16px;
  font-weight: 500;
}

.filters {
  background-color: #029C94;
}

.filters .vc_header h4 {
  color: #fff;
}

.filters {}

.filters .vc_header {
  padding: 20px 30px;
}

.filter_bx .vc_block {
  padding: 20px 30px;
}

.filter_bx .vc_block+.vc_block {
  border-top: 1px solid #FFFFFF;
}

.filter_bx .fil_lbl {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.filter_bx .fil_flex {
  display: flex;
  align-items: center;
}

.filter_bx .fil_flex .fi_checkbox {
  margin-right: 30px;
}

.searching_pnl {}


/*checkbox*/
.fi_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.fi_checkbox label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  margin-bottom: 0;
}

.fi_checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.25px solid #999DA1;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
}

.fi_checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.booking_dtl {}

.booking_dtl .form-group {
  margin-bottom: 25px;
}

.booking_dtl label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.booking_dtl .form-control {
  height: 50px;
  border-radius: 10px;
}

.booking_dtl .bk_title {
  font-size: 24px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 30px;
}

.bk_sub_title {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
  margin-bottom: 25px;
}

.cons_fee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}

.cons_fee .consl {
  color: #55595C;
  font-size: 16px;
  font-weight: 500;
}

.cons_fee .cons2 {
  color: #101010;
  font-size: 16px;
  font-weight: 600;
}

.belowbtn p {
  color: #55595C;
  font-size: 13px !important;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 10px;
}
.belowbtn {
  margin-top: 20px;
}

.belowbtn p a {
  color: #056B66;
}

.vc_for {
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-bottom: 40px;
}

.vc_rb {
  padding: 20px;
}

.vc_for hr {
  margin-top: 0;
  margin-bottom: 0;
}

.bk_drblock .dr_photo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.bk_drblock .dr_photo img {
  width: 100%;
  height: 100%;
}

.bk_drblock {
  display: flex;
  gap: 20px;
  padding: 30px
}

.bk_drblock .doctor_bio {
  width: 72%;
}

.bk_drblock .doctor_bio h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

.bk_drblock .doctor_bio p {
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vc_datetime {
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding: 30px;
  justify-content: space-between;
}

.vc_datetime .time {
  color: #55595C;
  font-size: 15px;
  font-weight: 500;
}

.vc_datetime .date {}

.vc_datetime .date h4 {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vc_datetime .date a {
  color: #056B66;
  font-size: 16px;
  padding-left: 10px;
  padding-top: 1px;
}

.goback {
  color: #056B66;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.booking_flex .left_itme {
  width: 550px;
}

.booking_flex .right_itme {
  width: 600px;
}

.booking_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.bkvideo_consult {
  border-radius: 30px;
}

.bkvideo_consult .vc_header {
  padding: 30px 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bkvideo_consult .vc_header h4 {
  font-size: 18px;
  font-weight: 600;
}

.mypagination {
  text-align: center;
  margin-top: 50px;
}

.mypagination .pagination_ul {}

.mypagination .pagination_ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.mypagination .pagination_ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  font-size: 15px;
  color: #056B66;
  font-weight: 500;
  padding: 5px 0;
  border-radius: 50%;
}

.mypagination .pagination_ul li a {
  font-size: 16px;
  color: #056B66;
  background: transparent;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 50%;
  outline: none;
}

.mypagination .pagination_ul li.active {
  background: #D8ECE8;
}

.mypagination .pagination_ul li .active {
  background: #D8ECE8;
}


/*Radio button*/
.vc_rb [type="radio"]:checked,
.vc_rb [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.vc_rb [type="radio"]:checked+label,
.vc_rb [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin-bottom: 0;
}

.vc_rb [type="radio"]:checked+label:before,
.vc_rb [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #056B66;
  border-radius: 100%;
  background: #fff;
}

.vc_rb [type="radio"]:checked+label:after,
.vc_rb [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #056B66;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vc_rb [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.vc_rb [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}




/*User Panel*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #056B66;
  background-color: transparent;
}

.user-menu .username {
  color: #056B66 !important;
  font-weight: 500;
  font-size: 16px;
}

.user-menu .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
  color: #056B66;
}

.user-menu {
  padding: 16px 0px;
}

.user-menu.mlspace {
  margin-left: 30px;
}

.userdropdown {
  padding: 0;
  border: 0;
}

.userdropdown>li>a {
  padding: 8px 20px;
  color: #101010;
}

.userdropdown>li>a:hover {
  background-color: #F4FAF8;
  color: #056B66;
}

/*Edit Profile Page*/
.editprofile_page {
  border-radius: 20px;
}

.pro_header {
  padding: 30px 30px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_drblock .pro_photo {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.pro_drblock .pro_photo img {
  width: 100%;
}

.pro_drblock .pro_photo p {
  color: #55595C;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.pro_drblock {
  display: flex;
  gap: 20px;
  align-items: center;
}

.pro_body {
  padding: 30px;
}

.pro_update p {
  color: #999DA1;
  font-size: 15px;
  margin-bottom: 15px;
}

.pro_update .addlink {
  color: #056B66;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.pro_inputbox .form-group {
  margin-bottom: 25px;
  position: relative
}

.pro_inputbox .form-group .editbtn {
  position: absolute;
  top: 0;
  right: 0px;
  color: #056B66;
  font-size: 15px;
  font-weight: 500;
  background: none;
  border: none;
}

.pro_inputbox label {
  color: #55595C;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 16px;
}

.pro_inputbox .form-control {
  height: 50px;
  border-radius: 10px;
}

.editprofile_page .hr_line {
  margin: 30px 0;
}

.editprofile_page .sec_title {
  color: #55595C;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}











.report_list {
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  padding: 30px;
  justify-content: space-between;
}

.report_list .report_info {
  display: flex
}

.report_list .date {
  background: #F4FAF8;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 15px;
  margin-right: 20px;
}

.report_list .date span {
  font-weight: 500;
  font-size: 20px;
}

.report_list .report_dtl .newlbl {
  color: #049BE2;
  background: rgba(4, 155, 226, 0.1);
  border: 0.25px solid rgba(4, 155, 226, 0.7);
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 5px;
  font-weight: 500;
  margin-right: 10px;
}

.report_list .report_dtl p {
  font-size: 16px;
  margin-bottom: 5px;
}

.report_list .report_dtl span {
  font-weight: 500;
  font-size: 14px;
  color: #55595C;
}

.report_list .reportp {}

.report_list .action_icon {}

.report_list .action_icon a {
  font-size: 17px;
}

.report_list .action_icon i {}

.tableTab a {
  font-weight: 500;
  font-size: 16px;
  color: #101010;
  margin-right: 30px;
}

.tableTab a.active {
  color: #056B66;
}

.fd_input {}

.fd_input .form-group {
  margin-bottom: 15px;
  position: relative;
}

.fd_input label {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}


.fd_input input, select {
  height: 34px;
  border-radius: 4px;
}

.fd_input textarea {
  min-height: 120px;
  border-radius: 4px;
}


.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #056B66;
  font-size: 14px;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #056B66;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.fd_btnsec {
  display: flex;
  justify-content: space-between;
}

input.form-control.loginInput {
  padding: 22px;
  border-radius: 22px;
}

.spaceInputBox {
  justify-content: space-around
}
.border-spe{
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  max-height: 300px;
  overflow: auto;
}


.paddingOfInput {
  width: 50px !important;
  height: 50px;
  border-radius: 10px;
}

.bdHMCv>.wrapper {
  border: none !important;
}

.bdHMCv>.wrapper:hover {
  box-shadow: none !important;
}

.bdHMCv>.wrapper:focus-within {
  box-shadow: none !important;
}


.cardSuggetionsLocation {
  color: black;
  position: absolute;
  margin-top: 57px;
  width: 138px;
  right: 94.82rem;
  background: #fff;
  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)
}

.cardSuggetionsLocation ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.cardSuggetionsLocation ul li {
  margin: 6px;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}

.cardSuggetionsLocation ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 5px;
}



.cardSuggetionsHomecare {
  margin: 58px 0px;
  width: 445px;
  right: 59.82rem;
  z-index: 10;
  display: block;
  position: absolute;
  background: #fff;
  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)
}

.cardSuggetionsHomecare ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.cardSuggetionsHomecare ul li {
  padding: 5px 10px;
  margin: 6px;
  cursor: pointer;
}

.cardSuggetionsHomecare ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 10px;
}


.cardSuggetionsProfileAndSlot {
  width: 37%;
  right: 517px;
  z-index: 10;
  display: block;
  position: absolute;
  background: #fff;
  margin: 1px;
  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)
}

.cardSuggetionsProfileAndSlot ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.cardSuggetionsProfileAndSlot ul li {
  padding: 5px 10px;
  margin: 6px;
  cursor: pointer;
}

.cardSuggetionsProfileAndSlot ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 10px;
}



p.noRecordsPara {
  text-align: center;
  color: black;
  padding: 15px;
}

.displayNoneCls {
  display: none;
}

.keyword select.form-select {
  width: 367px;
  outline: none;
  color: black;
  border: none;
}


.cardSuggetionsLocationSearchLocation {
  color: black;
  position: absolute;
  margin-top: 57px;
  width: 200px;
  left: 40px;
  background: #fff;
  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);
  z-index: 1;
}

.cardSuggetionsLocationSearchLocation ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.cardSuggetionsLocationSearchLocation ul li {
  margin: 6px;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}

.cardSuggetionsLocationSearchLocation ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 5px;
}

.cardSuggetionsMainSearch {
  color: black;
  position: absolute;
  width: 506px;
  left: 240px;
  background: #fff;
  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);
  z-index: 1;
}

.cardSuggetionsMainSearch ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.cardSuggetionsMainSearch ul li {
  margin: 6px;
  border-radius: 6px;
  padding: 5px 5px;
  cursor: pointer;
}

.cardSuggetionsMainSearch ul li:hover {
  margin: 6px;
  background: #efefef8c;
  padding: 5px 5px;
}

.notavailable {
  color: #d02727;
  font-weight: 500;
  margin: 15px 0px;
}

button.leftBtnSlots {
  margin-top: 10px;
  padding: 15px 0;
  float: left;
  border: none;
  background: none;
}

button.leftBtnSlots:hover {
  margin-top: 10px;
  padding: 15px 0;
  float: left;
  border: none;
  background: #f1f1f1;
}

button.rightBtnSlots {
  margin-top: 10px;
  padding: 15px 0;
  float: right;
  border: none;
  background: none;
}

button.rightBtnSlots:hover {
  margin-top: 10px;
  padding: 15px 0;
  float: right;
  border: none;
  background: #f1f1f1;
}

.leftSideSlots.active {
  border-bottom: 2px solid #1c6b66;
}

.leftSideSlots {
  cursor: pointer;
}

.rightSideSlots.active {
  border-bottom: 2px solid #1c6b66;
}

.rightSideSlots {
  cursor: pointer;
}

span.slotsAvailability {
  color: #429E0A;
  font-size: 11px;
}

.slotsDays h6 {
  font-size: 12px;
}

.slotsDays {
  margin: 15px 0px;
}

.slotsDaysSlider {
  margin: 20px 0px;
}


.userdropdown>li>button {
  padding: 8px 20px;
  color: #101010;
  background: none;
  border: none;
}

li.useMyLocation {
  color: #009c94;
  font-weight: 600;
}

.video_consult .vc_slots .slots_time .btn-primary.disabled {
  background: grey;
  color: #fff;
  border: 0.25px solid grey;
}

.locationWhiteIcon img {
  width: 20px;
}

p.resultType {
  font-size: smaller;
  font-weight: 600;
}

li.useMyLocation img {
  width: 20px;
}

.login_page .resetlink button {
  color: #056B66;
  font-weight: 600;
  border: none;
  background: none;
}

.paytmStatus h1.text-center {
  margin: 190px auto;
}

input#profileUpload {
  display: none;
}

input.checkBoxPd {
  margin: 5px 10px;
}

.cardSuggetionsMainSearch ul li button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  text-align: start;
}

.cardSuggetionsProfileAndSlot ul li button {
  border: none;
  background: none;
  padding: 0;
  outline: none;
  text-align: start;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusOpen {
  height: 213px;
  transition: height 0.5s;
  visibility: visible;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusOpen .subMenuItems {
  list-style: none;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusClose {
  height: 0;
  transition: height 0.5s;
  visibility: hidden;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusClose .subMenuItems {
  display: none;
}

.userpanel_page .left_panel .sidebar .sidebar_menu li .subMenusClose .subMenuItems li {
  border: none !important;
}

.subMenuItems li a {
  padding: 8px 2px !important;
  display: inline-block !important;
}

.subMenuItems li a.active {
  border-bottom: 1px solid #006b66;
}

.subMenuItems li {
  margin: 18px 0px;
  border: none !important
}

.margin10top {
  margin-top: 10px;
}

.form-horizontal .control-label {
  text-align: unset;
}

.doctor_details.bg_light .dr_photo img {
  width: 100px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color: transparent;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #D8ECE8;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
}

/* Change background color of buttons on hover */
/* .tab button:hover {
  background-color: #ddd;
} */

/* Create an active/current tablink class */
.tab .active {
  background-color: #056B66;
  color: white;
}

.btn-theme {
  background-color: #056B66;
}

.btn-theme-light {
  background-color: #acc4c3;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}


.nurseSlotsType {
  margin: 30px 30px 0 30px;
  display: inline-block;
}

.btn-book {
  background-color: #4775a9;
}

/* .btn-toggle.active {
  background-color: #028090;
  box-shadow: none;
}
.btn-toggle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 19px;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #4775a9;
  top: 20px;
  right: 10px;
}

.btn-toggle:before {
  content: "User";
  left: -5rem;
  color: #333;
  font-weight: 600;
}
.btn-toggle:after {
  content: "Aggregator";
  right: -5rem;
  opacity: .5;
  color: #333;
  font-weight: 600;
}
.btn-toggle:after, .btn-toggle:before {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}

.btn-toggle>.handle {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: left .25s;
  border: 1px solid #ccc;
}

.btn-toggle.active:before {
  opacity: .5;
} */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #056B66;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* .slider:after {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
} */

input:checked+.slider {
  background-color: #f4faf8;
}

input:focus+.slider {
  box-shadow: 0 0 1px #056B66;
}

input:checked+.slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggleBtn {
  display: flex;
 
  align-items: center;
}

/* new govind css */
.checkbox-doctor {
  display: flex;
  align-items: center;
}

.checkbox-doctor label {
  margin-bottom: 0px !important;
  margin-left: 5px;
}

.checkbox-doctor input[type=checkbox] {
  margin: 0px !important;
}

.mx-3-medical {
  margin-left: 10px;
  margin-right: 25px;
}

.ms-5 {
  margin-left: 20px;
  padding-left: 20px;
  /* gap: 20px !important;0 */
}

.d-flex-alin-item {
  display: flex;
  justify-content: space-between;
}

.margin-top {
  margin-top: 20px;
}

.padding-top {
  padding-top: 10px;
}

.ApplicationStatusView {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.ApplicationStatusView p {
  margin-bottom: 10px;
}

.ApplicationStatusView button {
  background-color: #056B66;
  color: white !important;
  margin-left: 50px;
}

.status-booking-conferm {
  color: #008000;
}

.status-booking-pending {
  color: red;
}

.gender-fixing input {
  height: 13px !important;
}

.gender-selection-flex {
  display: flex;
  gap: 20px
}

.gender-selection-flex label {
  margin-left: 5px !important;
}

.gender-selection-flex input {
  margin-left: 5px !important;
  background-color: #056B66 !important;
}

.gender-selection-flex input[type="radio"] {
  background-color: red !important;
  color: red !important;
}

.dat-selection {
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
  color: white !important;
}

.margin-10px {
  margin-right: 10px;
}

.table-details-align tr,
th,
td {
  padding: 5px 10px;
}

.dropdown-option-booking {
  position: relative;
  display: inline-block;
}

.dropdown-option-booking-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  /* padding: 12px 16px; */
  align-self: center;
  z-index: 1;
}

.dropdown-option-booking:hover .dropdown-option-booking-content {
  display: block;
}

.dropdown-option-booking-content p {
  padding: 3px 5px;
  /* width: 100%; */
}

.dropdown-option-booking-content .active {
  color: white;
}

.color-white {
  color: white !important;
  width: 100%;
}

.status-selection {
  border: none;
  /* padding: 5px 10px; */
  height: 30px;
  background-color: yellow;
}

.switch {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #a9a9a9;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #056b66;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input:checked+.slider:before {
  transform: translateX(20px);    transition: .4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.photo-view {
  overflow: hidden;
}

.photo-view img {
  height: 100%;
  width: 120%;
}

/* Progress Bar Onboarding */
.cont {
  height: 100%;
  width: 576px;
  left: calc(50% - 288px);
  padding: 0;
  margin: 0 auto;
  position: absolute;
}

#progress-bar {
  appearance: none;
  width: 576px;
  color: #000;
  height: 2px;
  margin: 0 auto;
}

.cont span {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: 3px solid #137CC0;
  background: #137CC0;
  position: absolute;
  left: 0;
  top: 9px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.cont .second {
  left: 288px;
}

.cont .third {
  left: 576px;
}

#progress-bar::-webkit-progress-value {
  /* Changes line color */
  background: #fff;
  transition: all 0.4s ease-in-out;
}

#progress-bar::-webkit-progress-bar {
  /* Changes background color */
  background: #137CC0;
}

.border-change {
  border-color: #fff;
  transition: all 0.4s ease-in-out;
}

.manage-height-time-picker {
  height: 50px !important;
}

.react-time-picker__wrapper {
  border: 0px !important;
}

.manage-height-time-picke .profile_form1 input,
.profile_form1 {
  height: 0px !important;
  color: black !important;
  /* border-radius: 10px; */
}

.margin-left-10px {
  margin-left: 5px;
}

.select-magage-width-height {
  width: 100%;
  margin-top: 10px;
}

.css-1s2u09g-control {
  border-radius: 10px !important;
}

.slider.round {
  height: 22px !important;
  width: 42px;
}

.slider:before {
  bottom: 3px;
  height: 17px;
  left: 3px;
  width: 17px;
}

.userdtl .userinfo span {
  margin-top: 8px;
  margin-left: 5px;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 11;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.onboarding-image-preview {
  width: fit-content;
  height: auto;
}

.radioblock [type="radio"]:checked+label,
.radioblock [type="radio"]:not(:checked)+label {
  color: #55595C !important;
}

.pb-20px {
  padding-bottom: 20px;
}

.mt50 {
  margin-top: 120px !important;
}

.position-abslute-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #F7F7F7;

}

.padding-130px {
  padding: 0px 130px;
  height: 70px;
  margin-top: 0px !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.paddingbottom_90px {
  padding-bottom: 90px !important;
}

.react-time-picker__inputGroup__input {
  padding: 0 0px !important;
  /* font: inherit; */
}

.background-color-F7F7F7 {
  background-color: #F7F7F7;
}

.react-time-picker__inputGroup__input--hasLeadingZero {
  margin-left: 0em !important;
  padding-left: 0px !important;
}

.bold-mail-heading {
  font-weight: 900;
}

.font-weight-24px {
  font-size: 24px;
}

.text-center-align {
  text-align: center;
}

.display-flex-space-between {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.service-provider-table {
  width: 70%;
}

.service-provider-table table {
  border: 1px solid;
  text-align: center;
}

.service-provider-table table th {
  border: 1px solid;
  text-align: center;
  padding: 20px;
}

.service-provider-table table td {
  border: 1px solid;
  text-align: center;
  padding: 20px;
}

.service-provider-table table {
  width: 100%;
  border-collapse: collapse;
  color: #056B66;
}
.hover-service-td:hover{
  background-color: #004844;
  color: white;
}
.hover-service-td:hover a{
  color: white;
}
@media screen and (min-width: 901px) and (max-width: 1024px){
  .cardSuggetionsLocation {
    position: absolute !important;
    right: 102rem;
    left: 8rem;
}
}
@media screen and (min-width: 1025px) and (max-width: 1440px){
  .cardSuggetionsLocation {
    position: absolute !important;
    right: 102rem;
    left: 13rem;
}
}
@media screen and (min-width: 651px) and (max-width: 900px){
  .cardSuggetionsLocation {
    position: absolute !important;
    right: 102rem;
    left: 3rem;
}
}
.heading3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 16px;
}
.aggregrator_decs textarea{
  min-height: 50px !important;
}
.aggregrator_decs select{
  min-height: 34px !important; 
  border-radius: 4px;
}
.seprator{
  border: 1px solid #ddd;
  margin: 0px 0px;
}
.send_btn{
 margin-top: 34px;
}
.esta_section{
  margin-top: 20px;
}
.save_btn{
  display: flex;
  margin-top: 10px;
  border-top: 1px solid #D8ECE8;
  padding-top: 20px;justify-content: end;
}

.view_sec a{
  line-height: 50px;
  text-align: center;
}
.send_btn .btn_fill{
  border-radius: 6px !important;
}
.text-danger{
  color: red;
}
.input_flex{
display: flex;
align-items: center;
margin-top: 20px;
}
.view_form_btn{
  color: blue;
}

.main_heading{
  padding: 15px 30px;
 
}

.view_form_btn {
 font-size: 20px;
 color:#056B66;
 text-decoration-line: underline !important;
 
}
.heading2{
  font-size: 30px;
}


.table_sec thead tr th{
  height: 60px;
  
}
.table_sec thead{
  background-color: #D8ECE8;
}
.table_sec table tr{
  border: 1px solid #D8ECE8;
}

.file-input__label{
  border: 1px solid #ccc;background-color: #fff;
  width: 480px; 
  height: 50px;
  border-radius: 10px;
  box-shadow: unset;
} 

.proof_section{
  display: flex;
  align-items: center;
  
} 
#prevfileuploaderCV{
  margin-left: 21px;
}
.input_document{
  display: flex;
  justify-content: start;
}
.proof_section .input_ts{

}
.proof_section .view_ts{
  margin-top: 12px;
  margin-left: 12px;
}
.proof_section .file-input__label{
  color: #101010;
}



/* Vinayak 20/12/2022 */
.navbar-brand .logo-icon { width: 150px;}
.navbar-brand { height: 70px;}
.nav-right .link-li {    padding: 25px 0px;}
.user-menu { padding: 0px 0px;}
.heading2 { font-size: 20px;}
.userpanel_page .left_panel {  width: 280px;    background: #056b66;}
.userpanel_page .left_panel .sidebar .sidebar_menu li a { font-size: 14px;padding: 12px;  }
.iconclass {
  font-size: 60px;

}
.mycard{
  margin-left: 20px;
  margin-top: 30px;
  margin-right: 20px;
  background-color: white;
  height: 200px;
  width: 470px;
  
  padding: auto;
  border: none;
  border-radius: 20px;
  /* box-shadow: 10px 10px 5px lightblue; */
}
.cardHeader{
  display: flex;
  justify-content: space-between;
  background-color: lightgrey;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
 height:50px
  
}
.content2{
  display: flex;
  gap: 15px;

}
.buttongroupcard{
  display: flex;
  justify-content: space-between;

}
.middlebodycards{
  display: flex !important;
  gap: 30px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;

}
.button1{
  margin-left: 15px;
}
.button2{
  margin-right: 15px;

}
.mycard .cardHeader h4{
  padding-left: 13px;
}
.mycard .cardHeader .content2{
  padding-right: 15px !important;
  font-weight: bold;
}
.myheading{
  display: flex;
  justify-content: space-between;
}
.letspadding{
  margin-top: 30px;
}


.sidebar_menu .myuser a{padding: 0 !important; border-left: 0 !important;}

/* Box in Dashboard */
.page_title{margin-bottom: 15px;  font-size: 16px;}
.db_box {border: 1px solid #d8ece8;  background: #fff;  border-radius: 4px;    margin-bottom: 30px;}
.db_box .db_header{display: flex;justify-content: space-between;padding: 10px;    border-bottom: 1px solid #d8ece8;background-color: #d8ece8;align-items: center;}
.db_box .db_header h5{font-size: 16px;}
.db_box .db_header .dbh_right{display: flex;align-items: center;gap: 15px; cursor: pointer;}
.db_box .db_header .dbh_right .icon { cursor: pointer;}
.db_box .db_header .dbh_right p{font-size: 16px;    font-weight: 600;}
.db_box .db_body{padding: 15px 10px;}
.db_box .db_body .infono{display: flex;align-items: center;gap: 15px;}
.db_box .db_body .infono .infpo_icon{width: 60px; height: 60px;border-radius: 100%;}
.db_box .db_body .infono .infpo_icon img{    width: 100%;
  height: 100%;
  border-radius: 100%;}
.db_box .db_body .infono .infpo_icon .iconclass {  font-size: 50px;}
.db_box .db_body .infono .info_text{}
.db_box .db_body .infono .info_text h5{font-size: 16px;  font-weight: 500;    margin-bottom: 5px;}
.db_box .db_body .infono .info_text p{}
.db_footer{display: flex;justify-content: space-between;padding: 10px;    border-top: 1px solid #d8ece8;align-items: center;}
.db_footer .date{}
.btnjoin{background-color: #056b66;color: #fff;border: #056b66;padding: 5px 10px; border-radius: 2px;font-size: 14px;}

.btnwarning{background-color: #ffc107; }
.profile_body{border:1px solid #D8ECE8;padding: 20px 20px;}

.btnprofile:hover{background-color: #056B66;
  color: white;}
  .btnprofile:hover a{color: white;}

/* 
.mydiv{
  
  border: 2px solid lightslategray;
} */


.dr_table  .table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
.dr_table .table{margin: 0;} 




.mydailog .modal-content{  padding:0px !important;  width: 100% !important; }

.defaultloader{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.DraftEditor-root{
  height:450px !important;
  /* border:1px solid #ebebeb;
  overflow: hidden !important; */
}

.marginme{
  text-align: center;
  color: #056b66;
  padding: 30px;
}
.logout{cursor: pointer;}
.signsignture{padding: 0; margin: -26px; text-align: center;}

policy{margin-top: 50px; margin-bottom: 50px;}
.policy h2{padding-bottom: 30px; margin-left: -20px;}
.policy h3{padding-bottom: 10px;}
.policy h4{padding-bottom: 10px; padding-top: 20px;}
.policy p{padding-bottom: 20px; line-height: 26px;}
.policy li{padding-bottom: 5px; line-height: 26px;}
.policy .mbr-bold{font-weight: 600;}

.Undertaking {font-size: x-small !important;}

button.mobile-sidebar-tab {
  position: fixed;
  left: 0;
  top: 82px;
  z-index: 111;
}
button.mobile-sidebar-tab {
  display: none;
  background-color: #056B66;
  border-color: #056B66;
  color: #Fff;
  padding: 0px 17px;
  font-size: 24px;
  line-height: 1.5;
  border-radius: 3px;
  border: 2px solid;
}


.value_prop_icon.new_csprop_icon {
  padding: 20px;

  border-radius: 50%;
  margin-top: 28px;
}

.value_prop_icon.new_csprop_icon img{
  width: 99px;

}
.display-flex {
  display: flex;
  align-items: center;  margin-bottom: 10px;
}
.font-size-heading{
  margin-bottom: 10px;
  font-size: 20px;
}
.display-flex input{
  margin-right: 10px;
  font-size: 20px;
}
.border-top{
  border-top: 1px solid #ebebeb;
  padding: 10px 0px;
  margin: 10px 0px;
}
.display-flex p{
  font-size: 18px;
}
.display-flex p span{
  font-size: 14px;

}
.nursing-img-icon{
  width: 55px;
}
.heaading-type-nursing{
  margin-top: 40px;
  text-align: center;
}
.mt-t-3{
  margin-top: 30px;
}
.go-back{
  color: #056B66 !important;
  font-size: 20px;
}
.user-name-booking p{
  color: #056B66 !important;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.user-name-booking span{
  font-size: 16px;
  line-height: 29px;
}
.padding-3{
  padding: 30px;
}
.date-time {
  display: flex;
  margin-bottom: 10px;
}
.date, .time {
  display: flex;
  /* align-items: center; */

}
.date{
  margin-right: 15px;

}
.date h5, .time h5{
  margin-right: 10px;
}
form.d-flexsearch {
  display: flex;
}
.under-box h5{
  margin-bottom: 10px;
}
.display-flex-t{
  display: flex;
  align-items: flex-start;
}
.line-height{
  line-height: 25px;
}
.display-flex-t input{
  margin-right: 10px;
}
.under-box h6,h6.under-box-update-email {
  margin: 10px 0;
}
.under-box {
  padding: 10px;
  background: #fff;
  height: 183px;
  overflow-y: scroll;
}
button.btn_fill.btn_hours {
  width: 130px;
  border-radius: 10px;
  margin: 10px;
  min-width: unset;
}
input.increment {
  width: 63px;
}

.display-flex-flexend {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.padding-0{
  padding: 0 !important;
}
.upcoming-page h3 {
  margin: 19px 0;
}
.orange{
  color: #FFA500;
}
p.font-size.font-blod {
  font-size: 17px;
  margin: 10px 0;
}
.btn-type-custum{
  width: 100px;
}
.margintop-bottom{
margin: 10px 0;
}
.ambulance-flex-filter {
  display: flex;
  align-items: center;
}
.flex-type {
  width: 50px;
  margin-right: 20px;
}
.abulance {
  background: #fff;
  padding: 20px 61px;
  margin: 30px 0;
  border-radius: 25px;
}

.flex-type-concern .form-control {
  height: inherit !important;
  padding: 10px 50px;
  border-radius: 25px;
}
label.ambulance-label {
  font-size: 16px;
  color: #056B66 !important;
  padding: 10px;
  margin: 10px 0;
}
.border-box-time{
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 10px;
}
.date-time-ambulance h5{
  color: #000;
  margin-right: 10px;
}
.date-time-ambulance {
  display: flex;
  align-items: center;
}
.date-time-ambulance input#birthdaytime {
  color: #000;
  border-radius: 20px;
    border: 1px solid #ccc;
    padding: 6px 9px
}
.date-time-ambulance input#appt {
  color: #000;
  border-radius: 20px;
    border: 1px solid #ccc;
    padding: 6px 9px
}
.date-time-ambulance{
  margin: 10px 0;
}
.search-btn-ambulance {
  text-align: center;
  margin: 10px 0;
}

.search-for-btn{
  padding: 10px 30px;
  background-color: #029C94;
  color: #fff;
  border-radius: 27px;
  border: 1px solid #029C94;
}
.flex-ambulane-radio-btn {
  display: flex;
  color: black;
  align-items: center;
  justify-content: space-between;
}
.radio-btn label{
  margin-left: 10px;
}
.abulance h6{
  color: #000;
  font-size: 27px;
  color: #029C94;
}

.type-abulance-section{
  padding: 50px 30px;
  background-color: #029C94;
}
.type-ambulance-content h3{
  color: #fff;
  margin: 10px 0;
  font-size: 30px;

}
.type-ambulance-content p{
  color: #fff;
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;

}

.padding-all{
  padding: 40px 0px !important;
}
img.nursing-img-icon.ambulane-page {
  background: #056B66;
  padding: 10px;
  width: 100px;
  border-radius: 50%;

}
img.book-ambulance-image-1000 {
  width: 40px;
}
img.book-ambulance-image {
  background-color: #056B66;
  /* border-radius: 50%; */
  margin-right: 20px;
  width: 100%;
}
span.ad-name {
  display: block;
  font-size: 20px;
  margin: 10px 0;
}
.book-address {
  display: flex;
  align-items: center;
}
img.icon-p-up {
  width: 50px;
  margin-right: 17px;
}
.display-flex p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  padding-right: 23px;
}
.als-images {
  text-align: center;
}

.padding-20{
  padding: 20px;
  background-color: #F4FAF8;
}
.equipped ul li{
  line-height: 30px;
}
h4.p_up_sub_title{
  margin-bottom: 10px;
}

.margin-my-50 {
  margin: 50px 0;
}
.display-flex-between {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.active.ambulance{
  background-color: #004844;
}
.margin-0{
  margin-top: 0 !important;
}
.searchbox.margin-0 input.form-control {
  height: 44px;
}
.margin-mb-30{
  margin-bottom: 30px;
}
.btn-equipped button{
  margin: 20px 10px;
}

.width-30 {
  width: 32% !important;
  padding: 10px !important;
}
.width-45{
  width: 32% !important;
}
.lbl-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
h3.margin-my-30 {
  margin: 30px 0;
 }
 .driver-top {
  display: flex;
  align-items: center;
}

.modal-footer a.btn_fill {
  margin: 18px 0;
  display: block;
  width: 100px;
  margin-left: auto;
}
input#birthdaytime, input#appt {
  padding: 6px 10px;
  border-radius: 30px;
  border: 1px solid #ccc !important;
}
 .mb-50{
  margin-bottom: 30px;
 }

 .booking_dtl {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 26px 36px;
}
.bg_light.padding-3 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.radio-button {

  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #029C94;
  outline: none;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.radio-button:checked {
  background-color: #fff;
}
label.labale-radio {
  margin-bottom: 0;
  font-size: 16px;
}
.radio-btn {
  display: flex;
  align-items: center;
}

.center-line {
  width: 4px;
  height: 100px;
  background: #056B66;
  margin: 0 auto;
}
.als-images {
  text-align: center;
  margin-right: 14px;
}
.carousel-width {
  width: 400px;
  margin-top: 20px;
}

.tablist-tab {
  display: flex;
}
.hyper__link{
  color: blue;
  text-decoration: underline !important;
}
#csrdSuggetion{

  position: relative !important;

}
h4.hedding-proper-p-m {
  margin-bottom: 1rem;
  margin-left: 1rem;
  font-size: 16px;
}
.no-data {
  display: block;
  text-align: center;
  color: #056b66;
  margin: 15px 0;
}
.tablist-tab label {
  margin-bottom: 0;
  margin-top: 3px;
  margin-left: 10px;
}
.btn.btn-info.margin-mb-30 {
  pointer-events: none;
}
.horizontal-select {
  display: flex !important;
}

.horizontal-select option {
  flex: 1 !important;
}

.rakesh-flex {
  display: flex;
  align-items: center;
  
}
.rakesh-padding{
  padding:0 10px;
}
p.rakesh-padding.rakesh-flex i.fa-solid.fa-xmark{
  padding-left: 5px !important;
  font-size: 10px;
}

span.home-care-type-text {
  padding: 0 7px;
  font-size: 14px;
  font-weight: 800;
}

.btn_fill.pricing {
  width: 100%;
}

.pricing.py-5{
  padding: 3rem 0;
}
.pricing-heading-content h4{
  font-size: 23px;
  margin-bottom: 10px;
  font-weight: 600;
}
.pricing-heading-content p{
  font-size: 20px;
  font-weight: 500;
}
.pricing-btn-tele {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pricing-btn-tele a{
  background-color: #4472c4;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 45px;
  width: 100%;
  text-align: center;
}
.pricing-heading-content {
  margin: 34px 0;
}
.pricing-heading-content h1{
  margin-bottom: 20px;
}
div#showProfile{
  height: 300px !important;
}


