@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proxima_nova_regular-webfont.eot');
    src: url('fonts/proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_regular-webfont.woff2') format('woff2'), url('fonts/proxima_nova_regular-webfont.woff') format('woff'), url('fonts/proxima_nova_regular-webfont.ttf') format('truetype'), url('fonts/proxima_nova_regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/proxima_nova_bold-webfont.eot');
    src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('fonts/proxima_nova_bold-webfont.woff') format('woff'), url('fonts/proxima_nova_bold-webfont.ttf') format('truetype'), url('fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    
    src: url('fonts/proxima_nova_semibold.eot');
    src: url('fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype'), url('fonts/proxima_nova_semibold.woff2') format('woff2'), url('fonts/proxima_nova_semibold.woff') format('woff'), url('fonts/proxima_nova_semibold.ttf') format('truetype'), url('fonts/proxima_nova_semibold.svg#proxima_nova_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNovaLight";
    src: url("fonts/ProximaNovaLight.eot");
    src: url("fonts/ProximaNovaLight.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNovaLight.otf") format("opentype"), url("fonts/ProximaNovaLight.svg#ProximaNovaLight") format("svg"), url("fonts/ProximaNovaLight.ttf") format("truetype"), url("fonts/ProximaNovaLight.woff") format("woff"), url("fonts/ProximaNovaLight.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.iti__flag {
    background-image: url("images/flags.png");
}

body {
    font-family: 'proxima_nova_rgregular';
    font-size: 16px;
    line-height: 24px;
    color: #424a53;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #424a53;
}

a,
button,
input[type=submit] {
    outline: none;
}

.enteryourmobile_page {
    max-width: 800px;
    margin: 50px auto;
}

.enteryourmobile_box {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 34px 0px rgba(215, 231, 241, 0.4);
    padding: 30px;
}

.enteryourmobile_box .doctor_app_locations_tabs {
    margin-bottom: 20px;
}

.enteryourmobile_box h4 {
    font-size: 24px;
    color: #827fc6;
}

.enteryourmobile_sec .iti--separate-dial-code .iti__selected-dial-code {
    display: block;
}

.enteryourmobile_icon {
    margin-bottom: 15px;
}

.enteryourmobile_form {
    max-width: 400px;
    margin: 0 auto;
}

.enteryourmobile_form h4 {
    font-size: 24px;
    color: #827fc6;
}

.enteryourmobile_form p {
    color: #767b80;
    font-size: 16px;
    line-height: 24px;
}

.enteryourmobile_form,
.enteryourmobile_form form {
    position: relative;
}

.enteryourmobile_form #error-msg,
.enteryourmobile_form #valid-msg {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #dd4421;
}

#valid-msg {
    color: #00c900 !important;
}

.enteryourmobile_box h3 {
    color: #827fc6;
    
    font-size: 24px;
}

.paymentconfirmation_feedetails h3,
.paymentconfirmation_patientdtails h3 {
    color: #424a53;
    font-size: 22px;
}

.enteryourmobile_form .iti--allow-dropdown input[type=tel],
.enteryourmobile_form .iti--separate-dial-code input[type=tel] {
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #333;
    width: 100%;
    padding: 0 58px 0 90px !important;
}

.enteryourmobile_form .iti--allow-dropdown input:-webkit-autofill,
.enteryourmobile_form .iti--allow-dropdown input:-webkit-autofill:hover,
.enteryourmobile_form .iti--allow-dropdown input:-webkit-autofill:focus,
.enteryourmobile_form .iti--allow-dropdown input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.enteryourmobile_form .iti--allow-dropdown input::-webkit-input-placeholder {
    color: #e5e5e5;
}

.enteryourmobile_form .iti--allow-dropdown input:-ms-input-placeholder {
    color: #e5e5e5;
}

.enteryourmobile_form .iti--allow-dropdown input::placeholder {
    color: #e5e5e5;
}

.enteryourmobile_form .iti.iti--allow-dropdown {
    margin: 30px 0;
    width: 100%;
}

.enteryourmobile_form .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding: 0;
    font-size: 18px;
    color: #333;
    height: 17px;
}

.enteryourmobile_form input[type=submit]:disabled {
    background-color: rgb(160, 164, 169);
    cursor: no-drop;
}

.enteryourmobile_form input[type=submit] {
    background-color: #827fc6;
    width: 163px;
    height: 45px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
}

.enteryourmobile_form .iti__country {
    list-style: none;
}

.enteryourmobile_form .iti__country-list {
    padding-left: 0 !important;
}

.enteryourmobile_form .iti__divider {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    height: 2px;
}

.requestOtp_btn {
    text-align: center;
}

.enteryoursteps_sec {}

.enteryoursteps_sec ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.enteryoursteps_sec ul li {
    list-style: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0;
    padding: 0 15px;
}

.enteryoursteps_icon {
    width: 40px;
    float: left;
}

.enteryoursteps_cnt {
    padding: 0 0 0 55px;
}

.enteryoursteps_cnt h5 {
    line-height: 22px;
    color: #827fc6;
    font-size: 18px;
    padding-bottom: 5px;
}

.enteryoursteps_cnt h5 span {
    display: block;
    color: #adadad;
    font-size: 14px;
    text-transform: uppercase;
}

.enteryourmobile_box p {
    color: #424a53;
    font-size: 16px;
    line-height: 20px;
    /*font-family: 'Lato-Light';*/
}


.progressbar_wp {
    position: relative;
    z-index: 0;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px !important;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f111";
    color: #fff;
}

#progressbar li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 8px;
    background: #362f75;
    border-radius: 100%;
    margin: auto;
    padding: 0px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c1c1c1;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.current:before {
    background: #827fc6;
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li.normal:before {
    width: 7px;
    height: 7px;
    line-height: 7px;
    display: block;
    font-size: 8px;
    background: #adadad;
    border-radius: 50%;
    margin: 6px auto 6px auto;
    padding: 0px;
    font-family: FontAwesome;
    content: "";
    color: #fff;
}

.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.icon-content {
    padding-bottom: 20px
}



.progressbar_wp ul#progressbar li h5 {
    padding: 20px 0 0 0;
    color: #999;
    font-size: 16px;
}

.progressbar_wp ul#progressbar li h5 br {
    display: none;
}

.progressbar_wp ul#progressbar li.current h5,
.progressbar_wp ul#progressbar li.active h5 {
    color: #827fc6;
}

.verificationcode_sec {
    margin: 30px 0 20px 0;
}

.verificationcode_sec input[type=text],
.verificationcode_sec input[type=number],
.verificationcode_sec input[type=tel] {
    width: 47px;
    outline: none;
    margin: 0 28px 0 0;
    border: 0;
    border-bottom: 1px solid #999;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.verificationcode_sec input[type=number]:last-child,
.verificationcode_sec input[type=text]:last-child {
    margin-right: 0;
}

.verificationcode_resend {
    display: inline-block;
    width: 100%;
    /*align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;*/
    margin-bottom: 15px;
    position: relative;
}

.verificationcode_resend .errOtp {
    color: #dd4421;
    position: absolute;
    top: -20px;
    left: 0;
    font-size: 12px;
}

.verificationcode_resend .resendotp_timer {
    font-size: 16px;
    line-height: 26px;
    color: #424a53;
    text-align: left;
    float: left;
}

.resendotp_link {
    float: right;
    text-align: right;
}

.resendotp_link a,
.resendotp_link input[type="button"] {
    font-size: 16px;
    line-height: 26px;
    color: #827fc6;
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.resendotp_link input[type="button"]:disabled {
    color: #e5e5e5;
    cursor: not-allowed;
}

.editmobilenumber_link {}

.editmobilenumber_link a,
.editmobilenumber_link a:hover {
    color: #424a53;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 30px 0 15px 0;
    text-decoration: underline;
}

.text-center {
    text-align: center;
}

.patientinnformation_checklist {}

.patientinnformation_checklist ul {
    padding: 0 !important;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.patientinnformation_checklist ul li {
    list-style: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 15px 0;
}

.patientinnformation_checklist ul li .pt_radio_list {}

.patientinnformation_checklist ul li .pt_radio_list label {
    margin: 0;
    color: #424a53;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(217, 219, 221);
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

.patientinnformation_checklist ul li .pt_radio_list label input[type=radio] {
    width: 38px;
    height: 38px;
    opacity: 0;
    margin: 0;
    padding: 0;
    display: block
}

.patientinnformation_checklist ul li .pt_radio_list label span {
    width: 38px;
    height: 38px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.patientinnformation_checklist ul li .pt_radio_list.active label {
    border: 1px solid rgb(217, 219, 221);
    background: #827fc6;
    color: #fff;
}

.patientinnformation_checklist ul li .pt_radio_list.active label span {
    background: url("images/bookflow_radiobtn.png") no-repeat;
}

.continue_submit_link {
    margin: 30px 0;
}

.continue_submit_link input[type=submit] {
    background-color: #827fc6;
    /*width: 163px;
    height: 45px;*/
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
}

.continue_submit_link a,
.continue_submit_link a:hover {
    color: #424a53;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 30px 0 15px 0;
    text-decoration: underline;
}

.new_continue_submit_link {
    margin: 30px 0;
}

.new_continue_submit_link input[type=submit] {
    background-color: #827fc6;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
}

.new_continue_submit_link input[type="submit"]:disabled {
    background-color: #7e7e7e;
    cursor: not-allowed;
}

.new_continue_submit_link a,
.new_continue_submit_link a:hover {
    color: #424a53;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 30px 0 15px 0;
    text-decoration: underline;
}

.confirm_continue_submit_link {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.confirm_continue_submit_link input[type=submit] {
    background-color: #827fc6;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
}

.confirm_continue_submit_link input[type="submit"]:disabled {
    background-color: #7e7e7e;
    cursor: not-allowed;
}

.confirm_continue_submit_link a,
.confirm_continue_submit_link a:hover {
    color: #424a53;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 30px 0 15px 0;
    text-decoration: underline;
}

.ex_continue_submit_link {
    margin: 30px 0;
}

.ex_continue_submit_link input[type=submit] {
    background-color: #827fc6;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
}

.ex_continue_submit_link input[type="submit"]:disabled {
    background-color: #7e7e7e;
    cursor: not-allowed;
}

.ex_continue_submit_link a,
.ex_continue_submit_link a:hover {
    color: #424a53;
    font-size: 16px;
    line-height: 26px;
    display: block;
    margin: 30px 0 15px 0;
    text-decoration: underline;
}

.or_link {
    font-size: 16px;
    color: #424a53;
    text-transform: uppercase;
    margin: 20px 0;
}

.patientinnformation_wp {
    padding: 20px 0 0 0;
}

.addnewpatient_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 20px 0;
}

.addnewpatient_title h3 {
    font-size: 24px;
    line-height: 26px;
    color: #827fc6;
    padding-bottom: 0;
}

.addnewpatient_title h3 span {
    font-family: 'proxima_nova_rgbold';
    display: block;
}

.addnewpatient_btn {}

.addnewpatient_btn a,
.addnewpatient_btn input[type="button"] {
    background-color: #827fc6;
    /*width: 163px;
    height: 45px;*/
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
}

.addnewpatient_form ul {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

.addnewpatient_form ul li {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    list-style: none;
    margin-bottom: 10px;
}

.addnewpatient_form ul li.three_one {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.addnewpatient_form ul li.three_one select {
    margin: 24px 12px 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.addnewpatient_form ul li.three_one .input-field {
    /*-ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;*/
    margin: 0 12px 0 0;
    position: relative;
}

.addnewpatient_form ul li .dobs_list {
    width: 68%;
    margin: 35px 14px 0 0;
    float: left;
}

.addnewpatient_form ul li .age_list {
    width: 28%;
    float: left;
    margin: 35px 0 0 0;
}

.addnewpatient_form ul li.full-width {
    width: 100%;
}

.addnewpatient_form .form-row {
    position: relative;
}

.addnewpatient_form .input-field {
    margin-bottom: 15px;
    position: relative;
}

.addnewpatient_form .form-row em.error,
.addnewpatient_form .form-row label.error {
    position: absolute;
    bottom: -20px;
    color: #f00;
    font-size: 11px;
    padding-left: 0;
    left: 0;
    font-style: normal;
    background: transparent;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 50% !important;
    padding: 1px 0;
    font-size: 13px !important;
}

.input-field label.form-label {
    color: #7e879b;
    font-size: 16px;
    display: inline-block;
    padding: 0;
    transform: translateY(30px);
    transition: all .5s;
    margin: 0;
    font-weight: normal;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.input-field input[type=email],
.input-field input[type=password],
.input-field input[type=tel],
.input-field input[type=text],
.input-field textarea {
    width: 100%;
    height: 39px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 15px;
    color: #757575;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 6px 0;
}

.input-field {
    position: relative;
    margin-bottom: 15px
}

.input-field:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #c0c4ce;
    width: 100%
}

.input-field.is-completed:after {
    height: 1px;
    background-color: #827fc6;
}

.input-field label.form-label {
    color: #7e879b;
    font-size: 16px;
    display: inline-block;
    padding: 0;
    transform: translateY(30px);
    transition: all .5s;
    margin: 0;
    font-weight: 400;
    position: relative;
    z-index: 1;
    pointer-events: none
}

.is-completed label.form-label {
    transform: translateY(10px);
    color: #827fc6;
    z-index: 3;
    font-size: 16px;
}

.is-completed .form-input {
    border-color: #8c96a9
}

.gender_list,
.marital_tatus_list {
    margin: 5px 0 0 0;
}

.gender_radio_list label input[type=radio],
.marital_radio_list label input[type=radio] {
    opacity: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.gender_radio_list label input[type=radio] {
    width: 18px !important;
    height: 30px !important;
}

.gender_radio_list label span {
    width: 18px !important;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.male_icon {
    background: url("images/male_icon.png") 0 0 no-repeat;
}

.female_icon {
    background: url("images/female_icon.png") 0 0 no-repeat;
}

.gender_radio_list label.active span {
    background-position: 0 bottom;
}

.marital_radio_list label,
.gender_radio_list label {
    border: 1px solid rgb(217, 219, 221);
    background-color: rgb(255, 255, 255);
    /*width: 144px;
  height: 50px;*/
}

.marital_radio_list label.active,
.gender_radio_list label.active {
    border: 1px solid rgb(217, 219, 221);
    background-color: rgb(54, 47, 114);
    color: #fff;
}

.marital_radio_list label input[type=radio] {
    width: 18px;
    height: 14px;
}

.marital_radio_list label span {
    width: 18px;
    height: 14px;
    background: url("images/maritalstatus_arrow.png") 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0 0;
}

.marital_radio_list label span.active {
    background-position: 0 bottom;
}

.gender_radio_list label,
.marital_radio_list label {
    margin: 5px 15px 0 0;
    color: #3c4043;
    width: 42%;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

.marital_radio_list label {
    padding: 8px 20px;
}

.addnewpatient_submit_link {
    margin: 20px 0;
}

.locationspeciality_filters_btnwp {
    margin: 30px 0;
}

.doctorselection_sec {}

.searchbyhospitals_speciality_list {
    padding: 25px 0;
}

.searchandfilter ul {
    padding: 0 0 20px 0 !important;
}

.locationspeciality_filters .searchandfilter ul li {
    display: inline-block !important;
    padding: 10px 0;
    width: 39%;
    padding-right: 10px;
}

.locationspeciality_filters .searchandfilter ul li.sf-field-submit {
    width: 160px;
}

.locationspeciality_filters .searchandfilter ul li input[type=submit] {
    border: 0;
    border-radius: 30px;
    padding: 10px 0;
    background-color: #827fc6;
    width: 140px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    
    border: 0;
    cursor: pointer;
}

.searchandfilter ul {
    padding-bottom: 0 !important;
}

.locationspeciality_filters .searchandfilter select.sf-input-select {
    border-radius: 50px;
    font-size: 16px;
    padding: 8px;
}

.searchandfilter label {
    width: 100%;
}

.searchbyhospitals_speciality_list input {
    border: 0 !important;
    border-bottom: 1px solid #bbb !important;
    width: 100%;
    font-size: 16px;
    color: #4e4e4e;
    padding: 5px 0 5px 28px !important;
    background: url("images/search_icon.png") center left no-repeat;
}

.doctorselection_sec h5 {
    font-size: 20px;
    line-height: 26px;
    color: #424a53;
    padding: 6px 0 20px 0;
}

.locationspeciality_filters {
    margin: 0 0px;
    display: block;
    width: 100%;
}

.locationspeciality_list {
    width: 100%;
    float: none;
    padding: 0 15px;
}

.locationspeciality_select,
.locationspeciality_filters select {
    width: 100%;
}

.searchandfilter select.sf-input-select {
    min-width: 100%;
}

.selectyourpreferreddoctorswp_main{
    /* min-height:100px; */
}

.selectyourpreferreddoctors_wp {
    padding:30px 15px;
}

.selectyourpreferreddoctors_wp h3 {
    color: #827fc6;
    
    font-size: 24px;
    padding: 20px 0 0 0;
}

.selectyourpreferreddoctors_list {}

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

.selectyourpreferreddoctors_list ul li {
    list-style: none;
}

.selectyourpreferreddoctors_col {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 34px 0px rgba(215, 231, 241, 0.4);
    width: 100%;
    min-height: 142px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin: 30px 0;
    border-radius: 10px;
}

.selectyourpreferreddoctors_lft {
    width: 70%;
    padding-right: 25px;
}

.selectyourpreferreddoctors_viewprofile {
    width: 30%;
    margin: 0px auto;
    text-align: center;
}

.selectyourpreferreddoctors_img {
    width: 104px;
    float: left;
}

.selectyourpreferreddoctors_img img {
    border: 1px solid rgb(212, 215, 217);
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    width: 100%;
    object-fit: cover;
    max-width: 104px;
    max-height: 104px;
    min-width: 104px;
    min-height: 104px;
}

.selectyourpreferreddoctors_cnt {
    padding: 5px 0 0 120px;
}

.selectyourpreferreddoctors_cnt h4 {
    font-size: 20px;
    line-height: 26px;
    color: #827fc6;
    
    padding-bottom: 5px;
}

.selectyourpreferreddoctors_cnt h4 span {
    font-size: 15px;
    color: #7e7e7e;
    display: block;
    font-family: 'proxima_nova_rgregular';
}

.selectyourpreferreddoctors_cnt h6 {
    color: #424a53;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
}

.selectyourpreferreddoctors_cnt p {
    color: #424a53;
    font-size: 14px;
    line-height: 18px;
}

.pref_doct_viewprofile_btn,
.pref_doct_viewprofile_btn:hover {
    border: 1px solid rgb(66, 74, 83);
    background-color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 6px 15px;
    text-align: center;
    color: #424a53;
    font-size: 14px;
    margin: 10px auto;
    text-transform: uppercase;
    display: block;
}

.bookanappoinment_btn,
.bookanappoinment_btn:hover {
    border: 1px solid rgb(130, 127, 198);
    background-color: rgb(130, 127, 198);
    border-radius: 30px;
    padding: 6px 15px;
    text-align: center;
    color: #fff !important;
    font-size: 14px;
    margin: 10px auto;
    text-transform: uppercase;
    display: block;
}

.selectdateselecttime_sec .selectyourpreferreddoctors_lft {
    width: 100%;
    padding-right: 0;
}

.selectdateselecttime_box {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    
}

.selectdateselecttime_list {
    margin-bottom: 0px;
}

.selectdateselecttime_list.top_space_25 {
    margin-bottom: 10px;
}

.selectdateselecttime_box.enteryourmobile_box .doctor_app_locations_tabs ul li {
    margin: 0 15px 0 0;
}

.selectdateselecttime_list h5 {
    display: inline-block;
    vertical-align: middle;
}

.select_viewprofiledoctor_times {
    display: inline-block;
    width: 100%;
}

.select_viewprofiledoctor_times ul {
    padding: 0 !important;
    margin: 0 -10px;
}

.select_viewprofiledoctor_times ul li {
    list-style: none;
    float: left;
    margin: 0px 10px;
}

.select_viewprofiledoctor_times ul li span {
    cursor: pointer;
    border-radius: 30px;
    padding: 6px 15px;
    text-align: center;
    color: #424a53;
    font-size: 14px;
    margin: 8px auto;
    text-transform: uppercase;
    display: block;
    width: 100px;
}

.select_viewprofiledoctor_times ul li span.green_clr {
    color: #827fc6;
    border: 1px solid #827fc6;
}

.select_viewprofiledoctor_times ul li span.green_clr.active {
    background: #827fc6;
    border: 1px solid #827fc6;
    color: #fff;
}

.select_viewprofiledoctor_times ul li span.red_clr {
    color: #d9dbdd;
    text-decoration: line-through;
    cursor: no-drop;
    border: 1px solid #d9dbdd;
    background-color: rgb(255, 255, 255);
}

.paymentconfirmation_patientdtails,
.paymentconfirmation_feedetails {
    margin: 20px 0;
}

.paymentconfirmation_feedetails{
    margin-bottom:0px;
}

.paymentconfirmation_patientdtails ul,
.paymentconfirmation_feedetails ul {
    padding: 0 !important;
    margin: 0;
}

.paymentconfirmation_patientdtails ul {
    display: flex;
    flex-wrap: wrap;
}

.paymentconfirmation_patientdtails ul li {
    margin: 0 15px 15px 0;
    list-style: none;
    -ms-flex: 0 0 31.333%;
    flex: 0 0 31.333%;
    max-width: 31.333%;
}

.paymentconfirmation_patientdtails ul li:nth-child(3n) {
    margin-right: 0;
}


.paymentconfirmation_patientdtails ul li h5 {
    font-size: 18px;
    line-height: 26px;
    color: #424a53;
}

.paymentconfirmation_patientdtails ul li h5 span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #686e75;
}

.paymentconfirmation_feedetails ul {
    max-width: 600px;
}

.paymentconfirmation_feedetails ul li {
    margin: 0 0 10px 0;
    list-style: none;
}

.paymentconfirmation_feedetails ul li h5 {
    font-size: 18px;
    line-height: 32px;
    color: #424a53;
    padding-bottom: 0;
}

.paymentconfirmation_feedetails ul li h5 span {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.paymentconfirmation_feedetails h4 {
    font-size: 20px;
    line-height: 32px;
    color: #424a53;
    padding-bottom: 0;
    
}

.paymentconfirmation_feedetails h4 span {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.makethepayment_btn {
    /* text-align: right; */
    display: flex;
    width: 100%;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.makethepayment_btn span {
    font-size: 14px;
    color: #424a53;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.makethepayment_btn .paynow_btn_link,
.makethepayment_btn .paynow_btn_link:hover {
    background: transparent;
    color: #000;
    border: 0;
    text-decoration: underline;
    text-transform: none;
    cursor: pointer;
}

.makethepayment_btn .paynow_btn,
.makethepayment_btn .paynow_btn:hover {
    border: 1px solid rgb(245, 134, 52);
    background-color: rgb(245, 134, 52);
    border-radius: 30px;
    padding: 13px 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    /*display: inline-block;
    vertical-align: middle;*/
    cursor: pointer;
}

.goback_btn .back_btn,
.goback_btn .back_btn:hover,
.makethepayment_btn .back_btn,
.makethepayment_btn .back_btn:hover {
    border: 1px solid #7e7e7e;
    background-color: #7e7e7e;
    border-radius: 30px;
    padding: 13px 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    /*display: inline-block;
    vertical-align: middle;*/
    cursor: pointer;
}

.makethepayment_btn input[type="submit"]:disabled {
    background-color: #7e7e7e;
    border: 1px solid rgb(126, 126, 126);
    cursor: not-allowed;
}

.thankyouforbooking_sec {}

.thankyouforbooking_sec h2 {
    color: #827fc6;
    
    font-size: 26px;
    text-align: center;
    padding-bottom: 20px;
}

.new_appointmentconfirmed_sec {
    text-align: center;
    padding:20px 0 30px 0;
}

.new_appointmentconfirmed_sec img {
    margin: 10px 0;
}

.new_appointmentconfirmed_sec h4 {
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.thankyouforbooking_sec .paymentconfirmation_patientdtails ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 10px 0px;
}

.thankyouforbooking_sec .paymentconfirmation_patientdtails ul li:not(.init):hover, 
.thankyouforbooking_sec .paymentconfirmation_patientdtails ul li.selected:not(.init),
.thankyouforbooking_sec .paymentconfirmation_patientdtails ul li:hover{
    color:#666;
}

.appointmentreferencenumber_sec {
    border-top: 1px solid #c3c7c9;
    text-align: center;
    padding: 15px 0;
}

.pleasevisitregister_row p,
.paymentconfirmation_feedetails_row p,
.appointmentreferencenumber_sec p {
    color: #424a53;
    font-size: 18px;
    line-height: 32px;
}

.thankyouforbooking_sec .pleasevisitregister_row p{
    text-align:left;
    margin-bottom:10px;
}

.paymentconfirmation_feedetails .pleasevisitregister_row p{
    text-align:center;
} 

.thankyouforbooking_sec .paymentconfirmation_patientdtails .pleasevisitregister_row ul {
    padding:0 0 0 15px !important;
    margin:0;
}

.thankyouforbooking_sec .paymentconfirmation_patientdtails .pleasevisitregister_row ul li{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin:0 0 10px 0px;
    list-style: disc;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
}

.paymentconfirmation_feedetails_row p {
    text-align: left;
}

.appointmentreferencenumber_sec p strong {
    color: #827fc6;
    font-size: 30px;
    display: block;
}

.paymentconfirmation_feedetails_row p strong {
    display: block;
}

.paymentconfirmation_feedetails_row p strong,
.pleasevisitregister_row p strong {
    color: #827fc6;
    font-size: 18px;
}

.paymentconfirmation_feedetails_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*border-bottom: 1px solid #c3c7c9;
    padding-bottom: 20px;
    margin-bottom: 20px;*/
}

.paymentconfirmation_feedetails_lft,
.paymentconfirmation_feedetails_rght {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.paymentconfirmation_feedetails_lft ul {
    width: 100%;
}

.pleasevisitregister_row {
    text-align: center;
    display: block;
    width: 100%;
    border-top: 1px solid #c3c7c9;
    padding-top: 20px;
    margin-top: 20px;
}

.downloadyourappointmentdetails_sec {
    padding: 15px 0;
}

.downloadyourappointmentdetails_sec a {
    color: #827fc6;
    font-size: 15px;
    
}

.verifyotp_description {
    font-size: 13px;
    line-height: 22px;
    margin: 15px 0 0 0;
}

.userdisclaimer_txt {
    text-align: center;
}

.userdisclaimer_txt a,
.userdisclaimer_txt a:hover {
    color: #827fc6;
    text-decoration: underline;
}

.selectdateselecttime_list .viewprofiledoctor_dateinner {
    border-radius: 30px;
    background-color: transparent;
    box-shadow: none;
    display:block;
    border:0;
    clear:both;
}

.selectdateselecttime_list .viewprofiledoctor_dateinner .viewprofiledoctor_changedate_input {
    width: auto;
    padding: 0 15px 0 50px;
}

.selectdateselecttime_list .viewprofiledoctor_date .viewprofiledoctor_datepicker {
    line-height: 44px;
}

.selectdateselecttime_list input[type="text"].hasDatepicker {
    background: url(images/calendar.png) !important;
    background-repeat: no-repeat !important;
    background-position: 0px center !important;
    opacity: 1;
    border: 0;
    width: 100%;
    height: 44px;
    left: 15px;
    top: 0px;
    background-size: 9% !important;
    text-indent: -1000px;
}

.selectdateselecttime_list .viewprofiledoctor_date {
    margin: 0 0 10px 10px;
    display:block;
    /*display: inline-block;*/
    vertical-align: middle;
}

.bookanappointment_header {
    background-color: #827fc6 !important;
    text-align: center;
}

.bookanappointment_header h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    
    padding-bottom: 0;
}

.goback_btn {
    float: right;
}

.goback_btn img {
    width: 16px;
}

.goback_btn .back_btn,
.goback_btn .back_btn:hover {
    /*border: 0;
    background: transparent;
    margin: 0;
    padding: 0;*/
    font-size: 16px;
    cursor: pointer;
}

body .ui-datepicker {
    padding: 10px !important;
}

#payment-timer {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #424a53;
    width: 100%;
    display: inline-block;
    /* border-bottom:1px solid #cbcbcb; */
    padding-bottom:30px;
    margin-bottom: 20px;
}

.page-template-page-template-appointments .feedback_btn_mobile {
    display: none;
}

.page-template-page-template-appointments .feedback_btn {
    display: none;
}

.without_feedetails {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 34px 0px rgba(215, 231, 241, 0.4);
    padding: 30px;
    margin-bottom: 50px;
    text-align: center;
}

.without_feedetails p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.without_feedetails input[type=button] {
    background-color: #827fc6;
    width: auto;
    height: 45px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    
    border: 0;
    cursor: pointer;
    padding: 6px 20px;
    margin: 10px auto;
}

#main-footer #footer-bottom .et-social-icon a {
    margin-right: 0px;
    line-height: 40px;
}

#main-footer #footer-bottom .et-social-icon a img {
    /*width:auto;*/
    vertical-align: middle;
}

.paymentfailurefull_sec {
    max-width: 800px;
    margin: 50px auto;
}

.already_reserved,
.technical_problem,
.payment_failure {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 34px 0px rgba(215, 231, 241, 0.4);
    padding:30px;
    text-align: center;
    /*min-height:360px;
    height: 60vh;*/
    height:inherit;
}

.already_reserved p,
.technical_problem p,
.payment_failure p {
    font-size: 16px;
    line-height: 26px;
}

.already_reserved p span {
    color: #827fc6;
}

.already_reserved p a,
.already_reserved p a:hover,
.technical_problem p a,
.technical_problem p a:hover,
.payment_failure p a,
.payment_failure p a:hover {
    color: #827fc6;
    text-decoration: none;
}

.already_reserved h3,
.technical_problem h3 {
    font-size: 24px;
    
    color: #827fc6;
}

.payment_failure_redirection {
    display: block;
}

.already_reserved img,
.technical_problem img,
.payment_failure img {
    margin: 20px auto;
    width: 50px;
}

#footer-info a {
    font-weight: 600 !important;
}


.refundstatusmainfull_sec {
    max-width: 1000px;
    min-height: 500px;
    margin: 0 auto;
}

.searchtransactionid_icon {
    margin-bottom: 30px;
    text-align: center;
}

.searchtransactionid_sec h4 {
    color: #827fc6;
    font-size: 26px;
    
    text-align: center;
}

.searchtransactionid_sec p {
    color: #424a53;
    font-size: 16px;
    font-family: "ProximaNovaLight";
    text-align: center;
}

.refundstatusmainfull_table,
.searchtransactionid_sec {
    margin: 60px auto;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 34px 0px rgb(215 231 241 / 80%);
    max-width: 800px;
    padding: 50px;
}

.refundstatusmainfull_table {
    max-width: 1140px;
    padding: 20px;
}

.searchtransactionid_form {
    margin: 30px auto 0px auto;
    max-width: 500px;
}

.transactionid_submit a,
.transactionid_submit input[type="submit"] {
    background-color: #827fc6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
    margin-top: 15px;
}

.refundstatusmainfull_table {}

.refundstatusmainfull_table .table-responsive{
    margin:0;
}

.refundstatusmainfull_table .table-responsive table {
    border: 0;
    border-collapse:separate;
    border-spacing:0 15px;
}

.refundstatusmainfull_table table {}

.refundstatusmainfull_table table tr th {
    background: #d9dbdd;
    color: #424a53;
    font-size:15px;
    line-height:20px;
    padding:10px 15px;
    font-family: 'proxima_nova_rgregular';
}

.refundstatusmainfull_table table tr td:first-child,
.refundstatusmainfull_table table tr th:first-child{
    border-radius:10px 0px 0px 10px;
}

.refundstatusmainfull_table table tr th:last-child,
.refundstatusmainfull_table table tr td:last-child{
    border-radius:0px 10px 10px 0px;
}

.refundstatusmainfull_table table thead tr {
    margin: 0;
    border: 0;
}

.refundstatusmainfull_table table tr {
    border: 1px solid #d9dbdd;
    /*border-radius: 10px;
    display: table;
    width: 100%;*/
    padding:0;
    margin: 10px 0;
}

.refundstatusmainfull_table table tr td {
    padding:10px 15px;
    font-family: 'proxima_nova_rgregular';
    font-size:15px;
    line-height:18px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /*border: 1px solid #d9dbdd;
    border-right: 0 !important;
    border-left: 0;*/
}

.refundstatusmainfull_table table tr td:last-child{
    /*border-radius:10px 0 0 10px;*/
    border-right: 1px solid #eee;
}

.refundstatusmainfull_table table tr td:first-child{
    /*border-radius:0 10px 10px 0;*/
    border-left: 1px solid #eee;
}

.refundstatusmainfull_table table tr td .success_msg{
    color:#827fc6;
}

.refundstatusmainfull_table table tr td .error_msg{
    color:#dd353a;
}

.refundtransactiontable_btns{
    margin:30px auto 20px auto;
    display: block;
    width:100%;
}

.refundtransactiontable_btns a{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
    margin:5px 6px;
}

.refundtransactiontable_btns a:hover{
    opacity:0.9;
}

.refundtransactiontable_btns a.update_btn, 
.refundtransactiontable_btns a.update_btn:hover{
    background-color: #827fc6;
}

.refundtransactiontable_btns a.cancel_btn, 
.refundtransactiontable_btns a.cancel_btn:hover{
    background-color: #827fc6;
}

.statusupdatedsuccessfully_sec{
    padding:50px 15px;
}

.statusupdatedsuccessfully_arrow{
    margin-bottom:15px;
}

.statusupdatedsuccessfully_sec h4 {
    font-size: 30px;
    color: #827fc6;
    padding: 10px 0;
}


.statusupdated-unsuccessfully_sec h4 {
    color: #d72828;
}

.backtosearch_btn a{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
    margin: 5px 6px;
    background-color: #827fc6;
}

.backtosearch_btn{
    margin:30px 0;
}

.backtosearch_btn a:hover{
    opacity: 0.9;
}

.paymentconfirmation_feedetails .paymentconfirmation_tc,
.paymentconfirmation_tc{
    padding-top:25px;
}

.paymentconfirmation_feedetails .paymentconfirmation_tc h4,
.paymentconfirmation_tc h4 {
    color: #827fc6;
    
    font-size: 24px;
}

.paymentconfirmation_feedetails .paymentconfirmation_tc ul,
.paymentconfirmation_tc ul {
    padding: 0 0 0 20px !important;
    margin: 0;
    max-width:100%;
}

.paymentconfirmation_feedetails .paymentconfirmation_tc ul li,
.paymentconfirmation_tc ul li{
    line-height:22px;
    margin-bottom:10px;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    list-style: disc;
}

.paymentconfirmation_tc p{
    font-size: 15px;
    line-height: 22px;
    color: #333;
}

.paymentconfirmation_feedetails h2{
    color: #827fc6;
    
    font-size: 24px;
    text-align: center;
}

.paymentconfirmation_feedetails h6{
    font-size: 18px;
    line-height: 32px;
    color: #424a53;
    padding-bottom: 0;
    text-align: center;
}

.paymentconfirmation_feedetails h6 strong{
    
}

.bookanotherappointment_btn{
    margin:30px 0 20px 0;
}

.bookanotherappointment_btn a{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
    margin: 5px 6px;
    background-color: #827fc6;
    color: #fff !important;
}

.bookanotherappointment_btn a:hover{
    opacity: 0.9;
}

.slottechnicalissue_wp,
.regpayatthehospital_wp {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}

.slottechnicalissue_popup{
    text-align:center !important;
}

.slottechnicalissue_popup,
.regpayatthehospital_popup{
    display:inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width:600px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding:30px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 9;
}

.slottechnicalissuepopup_ok,
.regpayatthehospitalpopup_ok{
    text-align:center;
    margin:30px 0 15px 0;
}

.slottechnicalissuepopup_ok span,
.regpayatthehospitalpopup_ok span {
    /* display: block; */
    cursor: pointer;
    background:#ef8c16;
    color: #fff;
    padding:10px 30px;
    border-radius: 4px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    
}

.securepaymentpaynowbtn_wp{
    text-align:center;
}

.securepaymentpaynow_btn{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 13px 30px;
    margin: 5px 6px;
    background-color:#827fc6;
}
.securepaymentpaynow_btn a{color: #fff !important;}
.bookanotherappointment_btn .retry-pay-btn:hover,
.securepaymentpaynow_btn:hover{
    opacity: 0.9;
}

.securepaymentpaynowbtn_wp .securepayment_img {
    max-width: 159px;
    display: block;
    width: 100%;
    margin: 5px auto;
    text-align: center;
}

.bookanotherappointment_btn .retry-pay-btn{
    background:#ef8c16;
    color: #fff;
    padding: 12px 30px;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    
    cursor: pointer;
}

.new_paymentconf_patient p{
    text-align: center;
    line-height: 24px;
    padding-bottom:15px !important;
    font-family: 'proxima_nova_rgregular';
}

.chatonwhatsapp_btn { 
    margin:0 auto 15px auto; 
    display: inline-block;
    width: 100%;
}

.chatonwhatsapp_btn span i.fa {
    color: #fff;
    font-size: 22px;
    margin: 4px 6px 6px 6px;
    vertical-align: middle;
}

.chatonwhatsapp_btn span a, 
.chatonwhatsapp_btn span a:hover {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    cursor: pointer;
    padding:10px 15px 6px 15px;
    margin: 5px auto;
    background-color: #02b92a;
    display: block;
    max-width: 236px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    display: inline-block;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 15px 0 0;
}

.otp_alert {
    text-align: center;
}

.selectdate_slider{
    /*max-width: 600px;*/
    margin: 0 auto;
    position:relative;
}

.selectdate_slider .swiper-button-next, 
.selectdate_slider .swiper-button-prev {
    width: 12px;
    height: 22px;
    background: url('.../../images/listofglobalindians_arrows.png') 0 0 no-repeat;
    top:inherit;
    bottom:35%;
}

.selectdate_slider .swiper-button-next:after, 
.selectdate_slider .swiper-button-prev:after{
    border:1px solid #ccc;
    border-radius:100%;
    height:38px;
    line-height:38px;
    width:38px;
    content:"";
    position: absolute;
}

.selectdate_slider .swiper-button-next:after{
    right:-14px;
    top:-10px;
}

.selectdate_slider .swiper-button-prev:after{
    top:-10px;
    left:-14px;
}

.selectdate_slider .swiper-button-next {
    background-position: -12px 0;
    right:-24px;
}

.selectdate_slider .swiper-button-prev {
    left:-24px;
}


/*++++++++Find css 4-8-22 Patient innformation tabs++++++++*/

.patientinnformation_tabs {}

.patientinnformation_tabsnav {
    margin-bottom: 12px;
}

.patientinnformation_tabsnav ul {
    padding: 0 !important;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #d9dbdd;
}

.patientinnformation_tabsnav ul li {
    list-style: none;
    margin-right: 10px;
}

.patientinnformation_tabsnav ul li span {
    
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    border: 1px solid #d9dbdd;
    border-bottom: 0;
    border-radius: 8px 8px 0px 0px;
    color: #666;
    background: #fff;
    cursor: pointer;
}

.patientinnformation_tabsnav ul li span.active {
    background: #827fc6;
    color: #fff;
    border: 1px solid #827fc6;
    border-bottom: 0;
}

.enteryourmobile_img_wp {
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
}

.patientinnformation_cntlist {}

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

.patientinnformation_cntlist ul li {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 10px;
    align-items: center;
}

.patientinnformation_cntlist ul li dd b {
    display: block;
}

.patientinnformation_cntlist ul li dd:first-child {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

.patientinnformation_cntlist ul li dd:last-child {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.patientinnformation_cntlist ul li dd .cancel_btn,
.patientinnformation_cntlist ul li dd .rebook_btn {
    background: #827fc6;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size:13px;
    border-radius: 50px;
    cursor: pointer;
    outline:none;
    box-shadow:none;
    outline:none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.patientinnformation_cntlist ul li dd .cancelled_btn{
    background:transparent;
    color:#f00;
    text-transform:none;
    font-size:13px;
    font-weight:500;
    outline:none !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none;
}

/*.patientinnformation_cntlist ul li dd .cancelled_btn:focus,
.patientinnformation_cntlist ul li dd .cancelled_btn:hover{
    text-decoration: underline;
    outline:none !important;
    -webkit-tap-highlight-color: transparent;
}*/


.patientinnformation_cntlist ul li dd:nth-child(2) {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}

.patientinnformation_cntlist ul li dd:nth-child(3) {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.patientinnformation_cntlist ul li dd {
    margin: 0 2px;
    font-size: 16px;
    line-height: 18px;
}

.patientinnformation_cntlist ul li dd:first-child {
    font-size: 13px;
}

.patientinnformation_cntlist ul li dd b {
    font-size: 20px;
    line-height: 20px;
    color: #424a53;
    display: block;
    font-family: 'proxima_nova_rgbold';
    font-weight: normal;
}

#patientinnformation_2 {
    display: none;
}

#yesorno_popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}

#yesorno_popup.show {
    visibility: visible;
    opacity: 1;
}

#yesorno_popup .popup {
    margin: 0px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    width: 40%;
    position: relative;
    transition: all 5s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#yesorno_popup.show .popup {
    display: block;
    text-align: center;
    /*padding: 60px 0;*/
}

#yesorno_popup .popup p {
    font-size: 20px;
    line-height: 26px;
    color: #424953;
}

#yesorno_popup .popup h2 {
    color: #827fc6;
    font-size: 28px;
    
}

#yesorno_popup .popup .popupclose {
    position: absolute;
    top: 15px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #a3a3a3;
}

#yesorno_popup .popup .popupclose:hover {
    color: #000;

}

#yesorno_popup .popup-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cancel_succes{
    text-align: center;
    display: none;
    color: #827fc6;
    font-size:20px;
    
}

.yespopup_btn,
.closepopup_btn {
    color: #424a55;
    background: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    border: 1px solid #babdc2;
    font-size: 14px;
    text-transform: uppercase;
    width: 100px;
    margin: 20px 5px 0px 5px;
    display: block;
    cursor: pointer;
    
}

.yespopup_btn {
    color: #fff;
    background: #827fc6;
    border: 1px solid #827fc6;
}


.enteryourmobile_icon img { 
    display: block; 
}

.patientinnformation_wp h5, 
.upcoming_appointments_row h5 {
    color: #827fc6;
    font-size: 20px;
    
}

/*++++++++Find css 4-8-22 Patient innformation tabs end++++++++*/

.mobile_number_group{
    position: relative;
    margin-bottom: 20px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("images/flags@2x.png");
    }
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}

@media (max-width: 1300px) {
    .bookanappointment_header {
        padding: 40px 0 !important;
    }

    .bookanappointment_header h2 {
        padding-bottom: 0;
    }
}

@media (max-width: 1100px) {
    .search_icon_info .topnav_icon_info ul li {
        padding: 0 0px !important;
        width: 24px;
        margin: 0 4px !important;
    }

    #et-secondary-menu>ul>li>a.menu-image-not-hovered {
        width: 26px;
    }

    .paymentconfirmation_patientdtails ul li h5 span {
        font-size: inherit;
    }

    .paymentconfirmation_patientdtails ul li h5 span.patient_name {
        font-size: 14px;
    }

    .paymentconfirmation_patientdtails ul li h5 {
        font-size: 15px;
        line-height: 24px;
    }

    .paymentconfirmation_feedetails ul li h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .paymentconfirmation_tc{
        padding-left:20px;
        padding-right:20px;
    }
    .refundstatusmainfull_table, .searchtransactionid_sec {
        margin:30px auto;
        padding:30px;
    }
}

@media (max-width: 980px) {
    .selectdate_slider .swiper-button-next, 
    .selectdate_slider .swiper-button-prev {
        display:none;
    }
    .sdates {
        padding: 15px 0 !important;
    }
    .page-template-page-template-appointments.et_fixed_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 156px !important;
    }

    .menu-item a img {
        vertical-align: bottom !important;
    }

    .progressbar_wp ul#progressbar li h5 br {
        display: block;
    }

    .helpline_info {
        padding: 10px 10px 0px 10px;
    }

    .et_header_style_left .logo_container_info {
        padding: 5px 0px 0px 0;
    }

    .addnewpatient_form ul li .age_list {
        width: 25%;
    }

    .enteryourmobile_box {
        width: 96%;
        margin: 0px auto 30px auto;
        padding: 20px;
    }

    #main-footer #footer-bottom .et-social-icon a {
        line-height: 30px !important;
    }

    .paymentfailurefull_sec .already_reserved,
    .paymentfailurefull_sec .technical_problem,
    .paymentfailurefull_sec .payment_failure {
        width: 96%;
        margin: 0 auto;
    }

    .locationspeciality_filters .searchandfilter ul li {
        width: 50%;
    }

    .locationspeciality_filters .searchandfilter ul li.sf-field-submit {
        text-align: left;
    }

    .refundstatusmainfull_table {
        padding: 10px 20px;
    }

    .refundstatusmainfull_table .table-responsive table{
        width:1100px;
    }
    .statusupdatedsuccessfully_sec {
        padding:30px 15px;
    }
    .paymentconfirmation_patientdtails ul li h5 {
        font-size: 15px;
        line-height:20px;
    }
    /*++++++++new css 8-4-22 start++++++++*/
    .selectdate_slider .swiper-button-prev {
        left: -15px;
    }
    .selectdate_slider .swiper-button-next {
        right: 0px;
    }
    /*++++++++new css 8-4-22 end++++++++*/
}

@media (max-width: 767px) {
    .bookanappointment_header {
        padding: 30px 0 !important;
    }

    .bookanappointment_header h2 {
        font-size: 26px;
    }

    .progressbar_wp ul#progressbar li h5 {
        padding: 10px 0 0 0;
        font-size: 15px;
        line-height: 17px;
    }

    .page-template-page-template-appointments.et_fixed_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 124px !important;
    }

    .page-template-page-template-appointments .feedback_btn_mobile {
        display: none;
    }

    .page-template-page-template-appointments .feedback_btn {
        display: none;
    }

    .patientinnformation_checklist ul li {
        margin: 6px 0;
    }

    .patientinnformation_checklist ul li .pt_radio_list label {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 6px 6px 15px;
    }
    /*++++++++new css 8-4-22 start++++++++*/
    .patientinnformation_cntlist ul li dd:first-child {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        margin-right: 5px;
        padding-right: 5px;
        margin-left: 0;
    }
    .patientinnformation_cntlist ul li dd:nth-child(2) {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
    }
    .patientinnformation_cntlist ul li{
        padding:15px;
    }
    .patientinnformation_cntlist ul li dd .cancel_btn, 
    .patientinnformation_cntlist ul li dd .rebook_btn {
        display: block;
        text-align: center;
        font-size:12px;
    }
    .patientinnformation_cntlist ul li dd:last-child {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
        margin: 0 auto;
        text-align:center;
    }
/*++++++++new css 8-4-22 end++++++++*/
}

@media screen and (max-width: 700px) {
    #yesorno_popup .popup {
        width: 70%;
    }
}

@media (max-width: 640px) {
    .enteryoursteps_sec ul {
        padding-left: 0 !important;
    }

    .enteryoursteps_sec ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .page-id-328956 .appointmenthelpline_num {
        display: none;
    }

    .progressbar_wp ul#progressbar li h5 br {
        display: block;
    }

    .bookanappointment_header h2 {
        padding-bottom: 0;
        font-size: 26px;
    }

    .helpline_info {
        padding: 0;
        display: none;
    }

    .page-template-page-template-appointments.et_header_style_left .logo_container_info {
        padding: 10px 0px;
    }

    .header_menu_search_info {
        padding: 12px 10px 0px 0px !important;
    }

    #et_mobile_nav_menu {
        padding: 10px 0 0 0 !important;
    }

    .page-template-page-template-appointments.et_fixed_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 80px !important;
    }

    .enteryourmobile_page {
        max-width: 94%;
        margin: 30px auto;
    }

    #et_mobile_nav_menu {
        padding: 0px 0 0 0 !important;
    }

    .et_header_style_left .mobile_menu_bar {
        margin: 0px 10px 0 0 !important;
    }

    .gender_radio_list label,
    .marital_radio_list label {
        margin: 5px 4px 0 0;
        width: 46%;
        padding: 4px 10px;
        font-size: 16px;
    }

    .ex_continue_submit_link {
        margin: 20px 0;
    }

    .addnewpatient_title {
        margin: 0px 0 20px 0;
    }

    .addnewpatient_title h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        font-size: 14px;
        line-height: 16px;
    }

    .selectyourpreferreddoctors_cnt h4 span {
        font-size: 15px;
        line-height: 22px;
    }

    .selectyourpreferreddoctors_cnt p {
        font-size: 16px;
        line-height: 20px;
    }

    .searchbyhospitals_speciality_list {
        padding: 20px 0 5px 0;
    }

    .selectyourpreferreddoctors_col {
        padding: 15px;
        margin: 15px 0;
    }

    .select_viewprofiledoctor_times ul li span {
        padding: 4px 10px;
        font-size: 14px;
        margin: 6px auto;
        width: 90px;
    }

    .select_viewprofiledoctor_times ul {
        margin: 0 -5px;
    }

    .select_viewprofiledoctor_times ul li {
        margin: 0px 5px;
    }

    .paymentconfirmation_patientdtails .new_appointmentconfirmed_sec ul li h5 span {
        font-size: 14px;
    }

    .paymentconfirmation_patientdtails ul li h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .appointmentreferencenumber_sec p strong {
        font-size: 22px;
    }

    .new_appointmentconfirmed_sec {
        padding-bottom: 20px;
    }

    #main-footer #footer-bottom .et-social-icon a img {
        max-width: 16px;
    }

    .paymentfailurefull_sec {
        margin: 30px auto;
    }

    .makethepayment_btn .back_btn,
    .makethepayment_btn .back_btn:hover,
    .makethepayment_btn .paynow_btn,
    .makethepayment_btn .paynow_btn:hover {
        padding: 8px 16px;
    }
    /*++++++++new css 8-4-22 start++++++++*/    
    .upcoming_appointments_row ul {
        margin-right: 0px;
        margin-left: 0px;
    }

    .upcoming_appointments_row ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0px 15px 0px;
    }

    .patientinnformation_checklist {
        padding: 10px 0 0 0;
    }
/*++++++++new css 8-4-22 end++++++++*/
}

@media (max-width:600px) {

    .page-template-page-template-appointments.et_fixed_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 72px !important;
    }

    .enteryourmobile_box h4,
    .enteryourmobile_form h4 {
        font-size: 22px;
    }

    .addnewpatient_form ul li.three_one {
        display: block;
    }

    .addnewpatient_form ul li.three_one select,
    .addnewpatient_form ul li.three_one .input-field {
        display: inline-block;
        width: 47.1%;
    }

    .input-field label.form-label,
    .is-completed label.form-label {
        font-size: 15px;
    }

    .addnewpatient_form ul li.three_one select {
        border: 0;
        border-radius: 0;
        border-bottom: 1px solid #c0c4ce;
        ;
    }

    .addnewpatient_btn input[type="button"] {
        font-size: 15px;
    }

    .ex_continue_submit_link input[type=submit] {
        font-size: 15px;
    }

    .addnewpatient_title h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .patientinnformation_checklist ul li .pt_radio_list label span {
        width: 26px;
        height: 26px;
        background-size: 100% !important;
    }

    #progressbar {
        margin-bottom: 15px;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .searchandfilter ul {
        margin-left: -6px;
        margin-right: -6px;
        padding: 0 0 0px 0 !important;
    }

    .locationspeciality_filters .searchandfilter ul li {
        padding: 0px 6px 10px 6px !important;
    }

    .selectyourpreferreddoctors_col {
        padding: 15px;
        margin: 10px 0;
    }

    .searchbyhospitals_speciality_list {
        padding: 15px 0 5px 0;
    }

    .enteryourmobile_box h3 {
        font-size: 20px;
    }

    .selectyourpreferreddoctors_wp h3 {
        font-size: 18px;
    }

    .select_viewprofiledoctor_times ul li span {
        padding: 4px 8px;
        width: 86px;
    }

    .confirm_continue_submit_link {
        margin: 20px 0 0 0;
    }

    .paymentconfirmation_patientdtails ul li {
        /*-ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;*/
    }

    .thankyouforbooking_sec h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .already_reserved,
    .technical_problem,
    .payment_failure {
        padding: 20px 15px;
        text-align: center;
        min-height: auto;
    }

    .already_reserved p,
    .technical_problem p,
    .payment_failure p {
        font-size: 15px;
        line-height: 24px;
    }

    .already_reserved img,
    .technical_problem img,
    .payment_failure img {
        margin: 5px auto;
        width: 40px;
    }

    .already_reserved h3,
    .technical_problem h3 {
        font-size: 22px;
    }

    .ui-datepicker select.ui-datepicker-month {
        margin-bottom: 0 !important;
    }
    .refundstatusmainfull_table, .searchtransactionid_sec {
        max-width: 96%;
        padding: 20px;
    }
    .paymentconfirmation_feedetails h2{
        font-size:22px;
    }
    /*++++++++new css 8-4-22 start++++++++*/

    .patientinnformation_cntlist ul li dd:first-child {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .patientinnformation_cntlist ul li dd b {
        font-size: 16px;
    }

    .patientinnformation_cntlist ul li dd:nth-child(2) {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .patientinnformation_cntlist ul li dd:nth-child(3) {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .patientinnformation_cntlist ul li dd {
        font-size:14px;
        line-height:17px;
    }
    #yesorno_popup.show .popup {
        padding: 25px 0;
        width:90%;
        margin: 0 auto;
    }
    .patientinnformation_cntlist ul li dd:nth-child(2) {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
    .patientinnformation_cntlist ul li dd .cancel_btn, 
    .patientinnformation_cntlist ul li dd .rebook_btn {
        padding: 6px 10px;
    }
    .patientinnformation_cntlist ul li dd:first-child {
        font-size: 12px;
    }
    .selectdate_slider .swiper-button-prev, 
    .selectdate_slider .swiper-button-next {
        display:none;
    }
/*++++++++new css 8-4-22 end++++++++*/ 
}

@media (max-width:500px) {
    .bookanappointment_header h2 {
        font-size: 24px;
    }

    .bookanappointment_header {
        padding: 20px 0 !important;
    }

    .enteryourmobile_box h4,
    .enteryourmobile_form h4 {
        font-size: 20px;
    }

    .enteryourmobile_box {
        margin-bottom: 30px;
    }

    #progressbar {
        margin-bottom: 15px;
        margin-top: 0px;
        padding-bottom: 15px;
    }

    .enteryourmobile_form .iti--allow-dropdown input[type=tel],
    .enteryourmobile_form .iti--separate-dial-code input[type=tel] {
        font-size: 16px;
    }

    .enteryourmobile_page {
        margin: 20px auto;
    }

    .addnewpatient_form ul li.three_one select {
        width: 80px;
    }

    .addnewpatient_form ul li {
        width: 100%;
    }

    .addnewpatient_form ul li.three_one .input-field {
        display: block;
        width: 100%;
    }

    .patientinnformation_checklist ul li {
        margin: 5px 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .addnewpatient_title h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .addnewpatient_form ul li .dobs_list {
        margin: 15px 14px 0 0;
    }

    .addnewpatient_form ul li .age_list {
        margin: 15px 0 0 0;
    }

    .addnewpatient_form ul li.three_one select {
        width: 70px;
        margin-top: 0;
        margin-bottom: 0 !important;
        padding-left: 0;
    }

    .addnewpatient_form ul li.three_one .input-field.addnewpatient_fname {
        width: 75%;
        display: inline-block;
        margin-right: 0;
    }

    .selectyourpreferreddoctors_img {
        width: 80px;
    }

    .selectyourpreferreddoctors_img img {
        max-width: 80px;
        max-height: 80px;
        min-width: 80px;
        min-height: 80px;
    }

    .selectyourpreferreddoctors_cnt {
        padding: 0 0 0 95px;
    }

    .selectyourpreferreddoctors_lft {
        display: table;
        clear: both;
        width: 100%;
        padding-right: 0;
    }

    .selectyourpreferreddoctors_viewprofile {
        width: 100%;
        text-align: left;
    }

    .pref_doct_viewprofile_btn,
    .pref_doct_viewprofile_btn:hover,
    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        display: inline-block;
        width: 49%;
    }

    .doctorselection_sec h5 {
        font-size: 18px;
        line-height: 22px;
        padding: 6px 0 15px 0;
    }

    .selectyourpreferreddoctors_col {
        padding: 15px;
        margin: 10px 0;
        display: block;
        min-height: auto;
    }

    .pref_doct_viewprofile_btn,
    .pref_doct_viewprofile_btn:hover,
    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        width: 40%;
        margin-left: 0;
        margin-right: 1%;
        margin-bottom: 0;
    }

    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        padding: 11px 10px;
        width: 55%;
    }

    .selectyourpreferreddoctors_cnt h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .selectyourpreferreddoctors_cnt h4 span {
        font-size: 14px;
        line-height: 20px;
    }

    .locationspeciality_filters .searchandfilter select.sf-input-select {
        margin-bottom: 0 !important;
    }

    .goback_btn {
        position: relative;
        top: 0;
        /*right: -10px;
        top: -14px;*/
    }

    .paymentconfirmation_patientdtails ul li {
        margin: 5px 10px 5px 0;
    }

    .paymentconfirmation_patientdtails ul li:nth-child(2n),
    .paymentconfirmation_patientdtails ul li:nth-child(5n) {
        margin-right: 0;
    }

    .paymentconfirmation_patientdtails ul li:nth-child(3n),
    .paymentconfirmation_patientdtails ul li:nth-child(4n),
    .paymentconfirmation_patientdtails ul li:nth-child(6n) {
        margin-right: 10px;
    }

    .new_appointmentconfirmed_sec {
        padding-bottom: 15px;
    }

    .thankyouforbooking_sec h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .appointmentreferencenumber_sec p strong {
        font-size: 20px;
    }

    .paymentconfirmation_feedetails_lft,
    .paymentconfirmation_feedetails_rght {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pleasevisitregister_row {
        border-top: 0;
        padding-top: 10px;
        margin-top: 10px;
    }

    .paymentconfirmation_feedetails_rght {
        border-top: 1px solid #c3c7c9;
        padding-top: 10px;
        margin-top: 10px;
    }

    .pleasevisitregister_row p,
    .paymentconfirmation_feedetails_rght p {
        text-align: center;
        font-size: 15px;
        line-height: 24px;
    }

    .pleasevisitregister_row p strong {
        font-size: 15px;
    }

    .ui-datepicker select.ui-datepicker-month {
        margin-bottom: 0 !important;
    }

    .or_link {
        margin: 15px 0;
    }

    .goback_btn .back_btn,
    .goback_btn .back_btn:hover {
        padding: 10px 15px;
        font-size: 13px;
        margin: 0px auto;
    }

    .confirm_continue_submit_link input[type=submit] {
        font-size: 13px;
        padding: 10px 15px;
    }

    .thankyouforbooking_sec .paymentconfirmation_patientdtails ul li {
        margin: 5px 0px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .paymentconfirmation_tc h4 {
        font-size: 20px;
    }
    .paymentconfirmation_tc {
        padding-top:10px;
    }
    .paymentconfirmation_feedetails h6 {
        font-size:15px;
        line-height:22px;
    }
    .paymentconfirmation_tc{
        padding-left:15px;
        padding-right:15px;
    }
    .statusupdatedsuccessfully_sec h4 {
        font-size: 24px;
        padding: 6px 0;
    }
    .statusupdatedsuccessfully_sec {
        padding:20px 15px;
    }
    /*.refundstatusmainfull_table, .searchtransactionid_sec {
        padding:15px;
    }*/
    .searchtransactionid_icon {
        margin-bottom: 20px;
    }
    .searchtransactionid_sec h4 {
        font-size: 22px;
    }
    .searchtransactionid_icon img{
        width: 60px;
    }
    .slottechnicalissuepopup_ok,
    .regpayatthehospitalpopup_ok{
        margin:15px 0;
    }
    .slottechnicalissue_popup,
    .regpayatthehospital_popup{
        padding:15px;
    }
    .slottechnicalissuepopup_ok span,
    .regpayatthehospitalpopup_ok span {
        padding: 10px 25px;
        font-size: 14px;
    }
    .mob-request a {
        padding-left:0px;
    }
    .slottechnicalissuepopup_ok span {
        margin-bottom: 15px;
        display: inline-block;
    }
    /*++++++++new css 8-4-22 start++++++++*/
.patientinnformation_cntlist ul li {
        padding: 15px;
        position: relative;
    }

    .patientinnformation_cntlist ul li dd:first-child {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: absolute;
        left: 0;
        padding: 0 10px;
    }

    .patientinnformation_cntlist ul li dd b {
        font-size: 15px;
    }

    .patientinnformation_cntlist ul li dd:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 55px;
        padding-bottom:10px;
    }

    .patientinnformation_cntlist ul li dd:nth-child(3) {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
        padding-left: 55px;
    }

    .patientinnformation_cntlist ul li dd:last-child {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
        text-align:center;
    }
    
    .patientinnformation_cntlist ul li dd .cancel_btn,
    .patientinnformation_cntlist ul li dd .rebook_btn {
        font-size:12px;
    }
    .patientinnformation_tabsnav ul li span {
        font-size:16px;
        padding:5px 10px;
    }
    .cancelconfirmation_popup{
        padding-top:6px;
    }
    #yesorno_popup .popup .popupclose {
        top: 8px;
        right: 10px;
        font-size: 24px;
    }
/*++++++++new css 8-4-22 end++++++++*/ 
}

@media (max-width:428px) {

    .verificationcode_sec input[type=text],
    .verificationcode_sec input[type=number],
    .verificationcode_sec input[type=tel] {
        width: 44px;
    }
    /*++++++++new css 8-4-22 start++++++++*/
.patientinnformation_tabsnav ul li span {
        font-size:13px;
        padding: 2px 4px;
    }
     #yesorno_popup.show .popup {
        width:96%;
    }
/*++++++++new css 8-4-22 end++++++++*/
}


@media (max-width:420px) {
    .bookanappointment_header h2 {
        font-size: 20px;
    }

    .bookanappointment_header {
        padding: 15px 0 !important;
    }

    .enteryourmobile_box h4,
    .enteryourmobile_form h4 {
        font-size: 18px;
    }

    .paymentconfirmation_feedetails .paymentconfirmation_tc h4{
        font-size: 18px !important;
    }

    .enteryourmobile_form input[type=submit] {
        height: 42px;
    }

    .enteryourmobile_icon img {
        max-width: 50px;
    }

    .progressbar_wp ul#progressbar li h5 {
        font-size: 14px;
        line-height: 16px;
    }

    .et_header_style_left .mobile_menu_bar {
        margin: -4px 10px 0 0 !important;
    }

    .page-template-page-template-appointments.et_fixed_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
    .page-template-page-template-appointments.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 66px !important;
    }

    .verificationcode_sec input[type=tel],
    .verificationcode_sec input[type=number],
    .verificationcode_sec input[type=text] {
        width: 45px;
        margin: 0 10px 0 0;
        font-size: 16px;
    }

    .resendotp_link a,
    .resendotp_link input[type="button"] {
        font-size: 14px;
        line-height: 18px;
    }

    .enteryourmobile_box p {
        font-size: 15px;
        line-height: 20px;
        text-shadow: 0 0;
    }

    .verificationcode_resend .resendotp_timer {
        font-size: 15px;
        line-height: 20px;
    }

    .enteryourmobile_box {
        padding: 15px;
    }

    .editmobilenumber_link a,
    .editmobilenumber_link a:hover {
        margin: 30px 0 5px 0;
    }

    .addnewpatient_btn input[type="button"] {
        font-size: 14px;
    }

    .ex_continue_submit_link input[type=submit] {
        font-size: 14px;
    }

    .enteryourmobile_form .iti--allow-dropdown input[type=tel],
    .enteryourmobile_form .iti--separate-dial-code input[type=tel] {
        font-size: 15px;
    }

    .addnewpatient_title h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
        text-align: center;
    }

    .addnewpatient_title {
        margin: 10px 0;
    }

    .gender_radio_list label span {
        width: 15px !important;
        height: 26px;
        background-size: 100%;
    }

    .addnewpatient_form ul li {
        margin-bottom: 5px;
    }

    .addnewpatient_form .input-field {
        margin-bottom: 0;
    }

    .input-field label.form-label,
    .is-completed label.form-label {
        font-size: 14px;
    }

    .addnewpatient_form ul li.three_one .input-field.addnewpatient_fname {
        width: 72%;
    }

    .selectyourpreferreddoctors_img {
        width: 60px;
    }

    .selectyourpreferreddoctors_img img {
        max-width: 60px;
        max-height: 60px;
        min-width: 60px;
        min-height: 60px;
    }

    .selectyourpreferreddoctors_cnt {
        padding: 0 0 0 75px;
    }

    .selectyourpreferreddoctors_cnt p {
        font-size: 14px;
        line-height: 18px;
    }

    .selectyourpreferreddoctors_cnt h6 {
        font-size: 15px;
        line-height: 18px;
    }

    .selectyourpreferreddoctors_cnt h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .pref_doct_viewprofile_btn,
    .pref_doct_viewprofile_btn:hover {
        padding: 4px 10px;
        font-size: 12px;
    }

    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        font-size: 12px;
        line-height: 14px;
    }

    .enteryourmobile_box h3 {
        font-size: 18px;
    }

    .selectyourpreferreddoctors_wp h3 {
        font-size: 16px;
    }

    .locationspeciality_filters .searchandfilter ul li {
        padding: 0px !important;
        width: 100%;
        margin-bottom: 15px;
    }

    .locationspeciality_filters .searchandfilter ul li:last-child {
        margin-bottom: 0px;
    }

    .doctorselection_sec h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .selectdateselecttime_list input[type="text"].hasDatepicker {
        /*width: 20px;*/
        height: 20px;
        left: 12px;
        top: 10px;
    }

    .selectdateselecttime_list .viewprofiledoctor_date .viewprofiledoctor_datepicker {
        line-height: 38px;
    }

    .selectdateselecttime_list .viewprofiledoctor_dateinner .viewprofiledoctor_changedate_input {
        padding: 0 12px 0 40px;
    }

    .top_space_25 {
        padding: 25px 0 0 0;
    }

    .goback_btn {
        /*right: 0px;
        top: -30px;*/
    }

    .select_viewprofiledoctor_times ul li {
        width: 30%;
    }

    .select_viewprofiledoctor_times ul li span {
        width: auto;
    }

    .confirm_continue_submit_link {
        margin: 15px 0 0 0;
    }

    .paymentconfirmation_feedetails ul li h5 {
        font-size: 15px;
        line-height: 28px;
    }

    #payment-timer {
        font-size: 14px;
        line-height: 16px;
        /*display: block;*/
        width:100%;
    }

    .paymentconfirmation_patientdtails ul li {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .appointmentreferencenumber_sec p strong {
        font-size: 16px;
    }

    .downloadyourappointmentdetails_sec {
        padding: 2px 0;
    }

    .paymentconfirmation_feedetails_row p strong {
        font-size: 16px;
    }

    .paymentconfirmation_patientdtails ul li h5 {
        padding-bottom: 0;
        font-size: 13px;
    }

    .paymentconfirmation_feedetails ul li {
        margin: 0 0 5px 0;
    }

    .new_appointmentconfirmed_sec {
        padding-bottom: 6px;
    }

    .searchbyhospitals_speciality_list .searchandfilter ul li input[type="text"],
    .searchbyhospitals_speciality_list .searchandfilter ul li select {
        width: 100% !important;
    }

    .doctorselection_sec .searchbyhospitals_speciality_list ul li input[type="text"] {
        width: 100% !important;
    }

    .paymentfailurefull_sec {
        margin: 20px auto;
    }

    .already_reserved h3,
    .technical_problem h3 {
        font-size: 20px;
    }

    .or_link {
        margin: 10px 0;
    }
    .statusupdatedsuccessfully_sec h4 {
        font-size:22px;
    }

    .paymentconfirmation_feedetails h2{
        font-size:20px;
    }
    .paymentconfirmation_feedetails ul li h5 span{
        line-height: 18px;
        font-size: 14px;
    }
    .bookanotherappointment_btn {
        margin: 20px 0;
        display: inline-grid;
        width: 100%;
        padding: 0 15px;
    }
    .bookanotherappointment_btn a,
    .bookanotherappointment_btn a:hover{
        margin:5px 0px;
    }
    .technical_problem, .payment_failure{
        height: inherit;
    }
    .selectdate_slider {
        background: #fff;
        padding:10px;
        margin: 0 -20px;
    }
    .demo-content, .demo-content1 {
        border: 1px solid #827fc6 !important;
        border-radius: 6px !important;
        padding: 6px 0 !important;
        line-height:15px !important;
        font-size:12px !important;
        /*background:#e9e6fc;*/
        color: #827fc6 !important;
    }
    .demo-content.active {
        border: 1px solid #827fc6 !important;
    background-color: #827fc6 !important;
    color: #fff !important;
    border-bottom: 4px solid #827fc6;
  color: #827fc6;
    }
    .selectyourpreferreddoctors_wp {
        padding:15px;
    }
    span.sun{
        padding: 6px 0 5px 0 !important;
    }
    .iti--separate-dial-code .iti__selected-dial-code{
        font-size:15px;
    }
    /*++++++++new css 8-4-22 start++++++++*/
    .emailaddress_patient {
        margin-top: -15px;
    }

    .emailaddress_patient label.form-label {
        font-size: 14px;
    }

    .emailaddress_patient label.form-label,
    .emailaddress_patient input[type=text] {
        font-size: 13px;
    }
/*++++++++new css 8-4-22 end++++++++*/
}

@media (max-width:390px) {
    .selectdateselecttime_box.enteryourmobile_box .doctor_app_locations_tabs ul li {
        margin: 0 3px 0 0;
    }
    .paymentconfirmation_feedetails h2{
        font-size:18px;
    }
    /*++++++++new css 8-4-22 start++++++++*/
    .patientinnformation_cntlist ul li dd:first-child {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding:0 8px 0 15px;
    }

    .patientinnformation_cntlist ul li dd:nth-child(2) {
        padding-bottom: 10px;
    }
    .patientinnformation_tabsnav ul li span {
        font-size:12px;
        padding: 2px 4px;
    }
/*++++++++new css 8-4-22 end++++++++*/
}

@media (max-width:360px) {
    .bookanappointment_header h2 {
        font-size: 18px;
    }

    .progressbar_wp ul#progressbar li h5 {
        font-size: 12px;
        line-height: 14px;
    }

    .verificationcode_sec input[type=tel],
    .verificationcode_sec input[type=number],
    .verificationcode_sec input[type=text] {
        width: 40px;
        font-size: 15px;
    }

    .et_header_style_left .mobile_menu_bar {
        margin: -6px 10px 0 0 !important;
    }

    .addnewpatient_form ul li.three_one .input-field.addnewpatient_fname {
        width: 70%;
    }

    .pref_doct_viewprofile_btn,
    .pref_doct_viewprofile_btn:hover {
        font-size: 11px;
    }

    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        font-size: 11px;
        line-height: 13px;
    }

    .selectdateselecttime_list h5 {
        font-size: 14px;
    }

    .selectdateselecttime_list .viewprofiledoctor_date {
        margin: 0 0 10px 2px;
    }

    #main-footer #footer-bottom .et-social-icon a {
        line-height: 26px !important;
        width: 30px !important;
        height: 30px !important;
    }

    #footer-bottom .et-social-icons li {
        margin-left: 2px !important;
    }

    .header_inner {
        box-shadow: none;
        border-bottom: 0px;
    }
    /*++++++++new css 8-4-22 start++++++++*/
 .paymentconfirmation_patientdtails ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
/*++++++++new css 8-4-22 end++++++++*/
}

@media (max-width:320px) {
    .addnewpatient_form ul li.three_one .input-field.addnewpatient_fname {
        width: 67%;
    }

    .pref_doct_viewprofile_btn,
    .pref_doct_viewprofile_btn:hover {
        font-size: 10px;
    }

    .bookanappoinment_btn,
    .bookanappoinment_btn:hover {
        font-size: 9px;
        line-height: 11px;
    }

    .locationspeciality_filters .searchandfilter select.sf-input-select {
        min-width: 100%;
    }

    .searchbyhospitals_speciality_list ul li input[type="text"] {
        width: 100% !important;
    }

    .select_viewprofiledoctor_times ul li {
        width: 29%;
    }

    .locationspeciality_filters .searchandfilter ul li input[type="text"],
    .locationspeciality_filters .searchandfilter ul li select {
        width: 100% !important;
    }

    .verificationcode_sec input[type=tel],
    .verificationcode_sec input[type=number],
    .verificationcode_sec input[type=text] {
        width: 44px;
        margin: 0 8px 0 0;
    }

    .doctorselection_sec .searchbyhospitals_speciality_list ul li input[type="text"] {
        width: 100% !important;
    }

    .enteryourmobile_box p {
        font-size: 13px;
    }

    .enteryourmobile_form .iti--allow-dropdown input[type=tel],
    .enteryourmobile_form .iti--separate-dial-code input[type=tel] {
        font-size: 14px;
        padding: 0 58px 0 80px !important;
    }

    .enteryourmobile_form .iti--separate-dial-code .iti__selected-flag {
        font-size: 14px;
    }

    .enteryourmobile_form #error-msg,
    .enteryourmobile_form #valid-msg {
        bottom: 72px;
        font-size: 13px;
    }

    .selectdateselecttime_box.enteryourmobile_box .doctor_app_locations_tabs ul li {
        margin: 0 3px 0 0;
        padding: 1px 4px;
        font-size: 11px;
    }
/*++++++++new css 8-4-22 start++++++++*/

    .patientinnformation_cntlist ul li dd:first-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        position: inherit;
        left: inherit;
        margin: 0 0 5px 0;
        border:0;
    }
    .patientinnformation_cntlist ul li dd:nth-child(2) {
        padding-left: 0;
    }
    .patientinnformation_cntlist ul li dd:nth-child(3) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .patientinnformation_cntlist ul li dd:last-child {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        margin: 15px 0 0px 0;
    }
    .patientinnformation_tabsnav ul li span {
        font-size: 11px;
        padding: 2px 4px;
    }

/*++++++++new css 8-4-22 end++++++++*/

}


@media (max-height:414px) and (max-width:736px) {
    .already_reserved, .technical_problem, .payment_failure{
        min-height:360px;
        height:auto;
    }
}

@media (max-height:375px) and (max-width:812px) {
    .already_reserved, .technical_problem, .payment_failure{
        min-height:360px;
        height:auto;
    }
}

@media (max-height:360px) and (max-width:640px) {
    .already_reserved, .technical_problem, .payment_failure{
        min-height:360px;
        height:auto;
    }
}

@media (max-height:320px) and (max-width:568px) {
   .already_reserved, .technical_problem, .payment_failure{
        min-height:360px;
        height:auto;
    }
}