.hide-d {
    display: none;
}
.custom-form-logo {
    width: 200px;
    display: block;
    margin: 0 auto;
}
.custom-form-logoimg {
    max-width: 100%}
.custom-theme-form {
    margin-top: 30px;
}
.custom-theme-form .form-group {
    position: relative;
    margin-bottom: 10px;
}
.custom-theme-form .form-group i {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    background: #3688d0;
    color: #fff;
    border-radius: .25rem 0 0 .25rem;
    font-size: 18px;
    line-height: 1;
    z-index: 1;
}
.custom-theme-form .form-group i.ion-ios-telephone-outline {
    font-size: 24px;
    padding: 7px 11px;
}
.custom-theme-form .form-group input {
    padding-left: 50px;
}
.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.check-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #f4f9fe;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.custom-checkbox input:checked~.check-icon {
    background-color: #3688d0;
    border: 1px solid #3688d0;
}
.custom-checkbox input:checked~.check-icon::after {
    border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
}
.check-icon::after {
    content: "";
    position: absolute;
    display: none;
}
.custom-checkbox .check-icon::after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #3688d0;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-checkbox input:checked~.check-icon::after {
    display: block;
}
.float-right {
    float: right;
}
.theme-dark-btn {
    background: #3688d0;
    border-radius: 50px;
    color: #fff;
    padding: 3px 40px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.theme-dark-btn span {
    position: relative;
    z-index: 99;
    color: #fff;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.theme-dark-btn:hover {
    background: #fff;
    border-color: #3688d0;
    color: #000;
}
.theme-dark-btn:hover span {
    color: #000;
}
.sidebar .menu-link {
    position: relative;
}
.sidebar .menu-link:after {
    content: "\e64b";
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar .sub-menu {
    padding-left: 20px;
    word-break: break-word;
}
.help-block {
    color: #a94442;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}
.medical-condition {
    display: block;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: rgba(238, 238, 238, .15);
    border-radius: 5px;
}
.medical-condition label {
    font-size: 14px;
    margin-bottom: 0;
    display: block;
    position: relative;
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}
.medical-condition label:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%}
.medical-condition input {
    display: none;
}
.medical-condition .price_test {
    display: block;
    font-size: 18px;
    color: #e41f36;
    font-weight: 700;
}
.medical-condition .check-icon {
    position: absolute;
    top: 10px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #f4f9fe;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.medical-condition .check-icon:after {
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #3688d0;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}
.medical-condition input:checked+label .check-icon::after {
    opacity: 1;
}
.medical-condition input:checked+label {
    color: #fff;
}
.medical-condition input:checked+label:after {
    background: #58c7d9;
    z-index: -1;
}
.medical-condition label:hover {
    color: #fff;
}
.medical-condition input:checked+label .price_test {
    color: #fff;
}
.medical-condition label:hover .price_test {
    color: #fff;
}
.medical-condition label:hover:after {
    background: #58c7d9;
    z-index: -1;
}
.title_main_heading {
    font-size: 26px;
    margin-bottom: 20px;
}
.title_small_heading {
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.title_small_heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 90px;
    background: #3688d0;
    border-radius: 100%}
.medical-condition-bx-wrap .row {
    margin-left: -5px;
    margin-right: -5px;
}
.medical-condition-bx-wrap [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}
.custom-theme-form.mt_20 {
    margin-top: 20px;
}
.mt_20 {
    margin-top: 20px;
}
.back-to-par-sty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sign-in-back-sty {
    font-size: 16px;
    font-family: open_sans_semibold;
}
.signup-wrapper-sty {
    margin-top: 0;
}
.signup-wrapper-sty [class*=col-] {
    text-align: center;
}
.signup-wrapper-sty [class*=col-] .doc-alx-selection-box {
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 30px;
    background: rgba(238, 238, 238, .25);
}
.signup-wrapper-sty .doc-alx-select-icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #eee;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .3s;
}
.h4, h4 {
    font-size: 22px;
}
.-signup-wrapper-sty .doc-alx-selection-box:hover .doc-alx-select-icon {
    background: #57c5d9;
}
.signup-wrapper-sty .doc-alx-selection-box:hover .doc-alx-select-icon img {
    filter: invert(1) sepia(0) hue-rotate(200deg);
}
.signup-wrapper-sty .doc-alx-select-icon img {
    width: 50px;
}
.signup-wrapper-sty .doc-alx-selection-box h4 {
    font-size: 1rem;
    margin-top: 10px;
    color: #000;
}
.signup-wrapper-sty .doc-alx-selection-box:hover h4 {
    color: #57c5d9;
}
input[type=number] {
    -moz-appearance: textfield!important;
    -webkit-appearance: textfield!important;
    appearance: textfield!important;
}
input[type=file].form-control {
    height: auto;
}
.font-s-16 {
    font-size: 16px;
}
.font-s-14, .font-s-14 p {
    font-size: 14px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pt-15 {
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.page-heading-sty h1 {
    font-size: 27px;
}
.how-we-work {
    background: rgba(238, 238, 238, .25);
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}
.how-we-work {
    margin: 0 0 15px;
}
.how-we-work p, .lab-content-text p {
    font-size: 14px;
}
.how-we-work h5 {
    font-size: 16px;
}
.card-feature-sec ul {
    padding: 0;
    margin: 0;
}
.card-feature-sec ul li {
    list-style-type: none;
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 3px;
}
.card-feature-sec ul li:before {
    content: "\e649";
    font-family: themify;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #2dbdca;
}
.lab-content-text {
    background: #eef7ff;
    padding: 15px 0;
    border-radius: 10px;
}
.faq-accordion-sty .panel-group {
    margin: 0 0 15px;
}
.faq-accordion-sty .card-body {
    padding: 0!important;
    margin: 0 0 15px;
}
.faq-accordion-sty .panel-heading {
    margin: 10px 0 0;
}
.faq-accordion-sty .panel-heading h1, .faq-accordion-sty .panel-heading h2, .faq-accordion-sty .panel-heading h3, .faq-accordion-sty .panel-heading h4, .faq-accordion-sty .panel-heading h5, .faq-accordion-sty .panel-heading h6 {
    margin: 0;
    font-size: 16px;
}
.faq-accordion-sty .panel-heading a {
    display: block;
    padding: 10px;
    background: #3688d0;
    border: solid #3688d0;
    border-width: 1px 1px 1px 4px;
    color: #fff;
}
.faq-accordion-sty .panel-heading a.accordion-toggle, .faq-accordion-sty .panel-heading a.collapsed {
    color: #a1a1a1;
    background: #f6f6f6;
    border: solid;
    border-color: transparent transparent transparent #bebebe;
    border-width: 1px 1px 1px 4px;
}
.faq-accordion-sty .panel-heading a.collapsed:hover {
    border-color: #3688d0;
    background: #3688d0;
    color: #fff;
}
.faq-accordion-sty .panel-collapse {
    border: 1px solid #3688d0;
}
.faq-accordion-sty .panel-collapse .panel-body {
    padding: 10px;
}
.faq-accordion-sty .panel-body ul {
    list-style-type: none;
    padding: 0;
}
.custom-radio-label {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
    border: none;
}
.custom-radio-label:hover input~.checkmark {
    background-color: #ccc;
}
.custom-radio-label input:checked~.checkmark {
    background-color: #2196f3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-radio-label input:checked~.checkmark:after {
    display: block;
}
.custom-radio-label .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}
.doc-select-holder {
    position: relative;
    border-radius: 5px;
}
/* .doc-select-holder:after {
    content: "\f104";
    font-family: Ionicons;
    color: #3688d0;
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
} */
.doc-select-holder select {
    border: 1px solid #ced4da;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    /* background: 0 0; */
}
02589  :focus {
    background-color: transparent!important;
    /* padding: 6px 27px 6px 12px; */
    color: #444444 !important;
}
 .doc-select-holder .form-control.error{font-size: 1rem !important; color: #444444 !important;}
.doc-select-holder .select2-selection--multiple {
    background: 0 0!important;
}
.doc-select-holder.checkout-update-cart-select:after {
    top: 5px;
}
.doc-select-holder.checkout-update-cart-select {
    border: none;
}
.doc-select-holder.checkout-update-cart-select select {
    border: 1px solid;
}
.doc-select-holder.checkout-update-cart-select .select2-container {
    width: 100%!important;
}
.doc-select-holder.checkout-update-cart-select .select2-selection__clear {
    margin-right: 20px!important;
}
.dises_cons_page {
    background: rgba(238, 238, 238, .25);
}
.wizard-container .wizard-header h2, .wizard-container .wizard-header h3 {
    margin: 0 0 15px;
}
.wizard-container .wizard-header h2 {
    font-size: 28px;
}
.wizard-container .wizard-header h3 {
    font-size: 24px;
}
.nav.nav-pills {
    display: table;
    width: 100%}
.nav.nav-pills li {
    display: table-cell;
    vertical-align: middle;
}
.tab-pane h4, .tab-pane h4.info-text {
    margin: 0 0 15px;
}
.wizard-container .btn-next.btn-warning {
    background: #3688d0;
    border-color: #3688d0;
}
.wizard-container .btn-next.btn-warning:focus, .wizard-container .btn-next.btn-warning:hover {
    border-color: #3688d0;
    background: #fff;
    color: #3688d0;
    box-shadow: none;
}
.medication-tab-form-field .form-field-cls-d {
    padding: 0;
}
.medication-tab-form-field .form-field-cls-d input, .medication-tab-form-field .form-field-cls-d textarea {
    font-size: 14px;
    resize: none;
}
.remove-upload-icon {
    font-size: 25px!important;
    color: #f2f0f0!important;
    background-color: #ff3b30!important;
    width: 35px;
    height: 35px;
    line-height: 20px!important;
}
.checkout-doc-alx-setting-form-s .form-control {
    font-size: 14px;
}
.select2-hidden-accessible+.help-block {
    position: absolute;
    left: 0;
    top: 35px;
}
.doc-contact-form textarea {
    height: 120px;
    resize: none;
}
.doc-contact-form .info-icon {
    float: left;
    margin: 0 10px 0 0;
    font-size: 25px;
    line-height: 28px;
}
.doc-contact-form .doc-alx-info-content {
    overflow: hidden;
}
.doc-contact-form .doc-alx-info-content h4, .doc-map-block h2 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 400;
}
.doc-contact-form .doc-alx-contact-info-wrap {
    margin: 0 0 15px;
}
.custom-site-footer .subscribe .btn-primary {
    background-color: #58c7d9;
    color: #fff;
    border-color: #58c7d9;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.login-parent {
    background: #fafafa;
    position: relative;
}
.login-block {
    max-width: 750px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #e5e5e5;
}
.login-logo-holder .logo-holder {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin: -15px 0 0 -15px;
}
.login-logo-holder .logo-holder img {
    width: 100%;
    height: auto;
}
.footer-menu-list .navbar-nav {
    column-count: 2;
    display: block;
}
#other_expression .form-group {
    margin: 0;
}
.available-doc-list {
    overflow: hidden;
}
.available-doc-list>li {
    width: 25%;
    float: left;
    padding: 0 15px 0 0;
}
.available-doc-list>li strong {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 5px;
    margin: 0 0 15px;
    border-bottom: 1px solid #efefef;
    position: relative;
}
.available-doc-list>li strong:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #3c8dbc;
}
.btn.btn-primary.watch-record-video {
    vertical-align: top;
    margin: 0 5px 10px;
}
.btn.btn-success.btn-re-start-recording, .btn.btn-success.btn-start-recording, .btn.btn-success.stop-watching-video {
    color: #fff;
    margin: 0 5px 10px;
}
.btn.btn-success.btn-re-start-recording:active, .btn.btn-success.btn-re-start-recording:focus, .btn.btn-success.btn-re-start-recording:hover, .btn.btn-success.btn-start-recording:active, .btn.btn-success.btn-start-recording:focus, .btn.btn-success.btn-start-recording:hover, .btn.btn-success.stop-watching-video:active, .btn.btn-success.stop-watching-video:focus, .btn.btn-success.stop-watching-video:hover {
    color: #05ae0e;
}
.doc-select-holder.checkout-update-cart-select ul.select2-selection__rendered {
    padding: 0 25px 0 0;
}
.doc-select-holder.checkout-update-cart-select .select2-selection__clear {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width:767px) {
    .available-doc-list>li {
    width: 100%}
}@media only screen and (max-width:767px) {
    .nav.nav-pills {
    display: block;
    overflow: hidden;
}
.nav.nav-pills li {
    float: left;
}
.contact-detail-col.pt-4 {
    padding-top: 0!important;
}
.login-block {
    width: 500px;
}
.title_small_heading {
    font-size: 18px;
    line-height: 22px;
}
.login-block .custom-theme-form .sign-in-back-sty {
    text-align: center!important;
    display: block;
}
.login-block .custom-theme-form .btn-holder {
    text-align: center;
}
}@media only screen and (max-width:599px) {
    .login-form-holder .custom-theme-form .custom-checkbox {
    margin: 0;
}
.login-block {
    width: 280px;
}
.signup-wrapper-sty .doc-alx-select-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.signup-wrapper-sty .doc-alx-select-icon img {
    width: 100%;
    height: auto;
}
.signup-wrapper-sty .doc-alx-selection-box h4 {
    font-size: 14px;
}
.error-parent h1.font-s-20 {
    font-size: 22px!important;
}
.banner {
    padding: 18px 0;
}
}@media only screen and (max-width:479px) {
    input#proof_of_identity {
    width: 100%}
.available-doc-list>li {
    width: 100%;
    margin: 0 0 15px;
}
}.testimonial-carousel .slick-dots {
    position: absolute;
    top: 15px;
    right: -20px;
    width: 12px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.testimonial-carousel .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    background: 0 0;
    opacity: .7;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.testimonial-carousel .slick-dots li.slick-active, .testimonial-carousel .slick-dots li:hover {
    background: #fff;
    opacity: 1;
}
.testimonial-carousel .slick-dots li button:before {
    display: none;
}
@media (max-width:575px) {
    .testimonial-carousel .slick-dots {
    top: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 100%;
    text-align: center;
}
.testimonial-carousel .slick-dots li {
    margin: 0 3px;
}
}
