@font-face {
    font-family: "PRegular";
    /* src: url("../fonts_new/Poppins-Regular.otf"); */
    src: url("../fonts_new/Poppins-Regular.woff");
}

@font-face {
    font-family: "PSemibold";
    /* src: url("../fonts_new/Poppins-SemiBold.otf"); */
    src: url("../fonts_new/Poppins-SemiBold.woff");
}

@font-face {
    font-family: "PBold";
    /* src: url("../fonts_new/Poppins-Bold.otf"); */
    src: url("../fonts_new/Poppins-Bold.woff");
}

@font-face {
    font-family: "PLight";
    /* src: url("../fonts_new/Poppins-Light.otf"); */
    src: url("../fonts_new/Poppins-Light.woff");
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Poppins-Bold.ttf");
}

* {
    outline: none;
}

.primaryClr {
    color: #f95259 !important;
}

.clrwht {
    color: #fff;
}

.footxtclr {
    color: #929ca6;
    /* padding-left: 15px;
    padding-right: 15px;*/
}


/*.bottom-foo .img {
    padding-left: 15px;
    padding-right: 15px;
}*/

body {
    font-family: "PRegular" !important;
    overflow-x: hidden;
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.no_hor_padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

p {
    line-height: 22px;
}

.top_headselect #editable-select,
.signup_gend #editable-select,
.doc_sign .doc-signup_gend #editable-select,
.userprof_sign .doc-signup_gend #editable-select,
.userprof_sign2 .doc-signup_gend #editable-select,
.userprof_pay .doc-signup_gend #editable-select {
    /* height: 45px; */
    height: auto !important;
    background-color: #fff !important;
    /*-webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee !important;*/
    border-radius: 7px;
    padding: 11px;
    width: 100%;
    border: none !important;
}

.signup_gend #editable-select,
.doc_sign .doc-signup_gend #editable-select,
.userprof_sign .doc-signup_gend #editable-select,
.userprof_sign2 .doc-signup_gend #editable-select,
.userprof_pay .doc-signup_gend #editable-select {
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee !important;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    background: #F95259;
    border-radius: 50px;
} */

@media (max-width: 768px) {

    /* .top_headselect #editable-select, */
    .signup_gend #editable-select,
    .doc_sign .doc-signup_gend #editable-select,
    .userprof_sign .doc-signup_gend #editable-select,
    .userprof_sign2 .doc-signup_gend #editable-select,
    .userprof_pay .doc-signup_gend #editable-select {
        margin-bottom: 8px;
    }
}

a {
    color: #008489;
    text-decoration: none !important;
}

.bold {
    font-weight: 700;
}

.display-inline-block {
    display: inline-block;
}

.black-color {
    color: #484848;
}

.font-size14 {
    font-size: 14px;
}

.text_focus_color:hover {
    color: #ff5a5f !important;
}

.text_focus_color:focus {
    color: #ff5a5f !important;
}

.text_focus_color:active {
    color: #ff5a5f !important;
}

.font-size12 {
    font-size: 12px !important;
}

.font-size22 {
    font-size: 22px !important;
}

.font-size20 {
    font-size: 20px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-3-type {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 15px !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.airfcfx-margin-55 {
    margin-top: 30px;
}

.airfcfx-margin-30 {
    margin-top: 30px;
}

.air-margin-30 {
    margin: 30px;
}

.padding-right0 {
    padding-right: 0 !important;
}

.airfcfx-col5:last-child {
    width: 41.6667%;
}

.airfcfx-homerecent-pad-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.airfcfx-country-cnt .airfcfx-homerecent-pad-10 {
    padding: 10px;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left;
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    text-rendering: optimizelegibility;
}

.btn.btn-pad {
    padding: 10px 15px !important;
    font-size: 19px !important;
}

body.modal-open {
    overflow: hidden !important;
    overflow-y: hidden !important;
    overscroll-behavior: none;
}

.form-control::-webkit-input-placeholder {
    color: #777777;
}

.form-control:-ms-input-placeholder {
    color: #777777;
}

.form-control::-ms-input-placeholder {
    color: #777777;
}

.form-control::-ms-input-placeholder {
    color: #777777;
}

.btn {
    background-color: #f95259 !important;
    border-color: transparent !important;
    color: #fff !important;
    display: inline-block;
    font-weight: 400 !important;
    line-height: 1.43;
    border-radius: 5px !important;
    font-size: 14px !important;
    letter-spacing: normal !important;
}

.form-control:focus {
    /* border-color: #e4e4e4 !important; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control {
    border-radius: 7px !important;
    border: 1px solid #e4e4e4 !important;
}

.brightred {
    background: #f95259 !important;
}

.banner {
    background-position: center top;
    background-size: cover;
    height: 35em;
    margin-top: -115px;
}


/* .banner-upd {
    margin-top: -115px;
} */

.banner_text {
    position: absolute;
    margin: 12em auto 0;
    left: 0;
    width: 80%;
}

.banner_text h1,
.banner_text h4 {
    font-size: 35px;
    text-transform: capitalize;
    /* font-weight: 700; */
    color: #484848;
}

.banner_text h4 {
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
    margin: 15px 0 30px;
}

.banner_text h1.site-name {
    color: #f95259;
}

.banner_form {
    width: 100%;
    background-color: transparent;
    float: left;
}

.banner_form_left {
    width: 94%;
    float: left;
}

.form_text1 {
    width: 40% !important;
    float: left;
}

.form_text2 {
    width: 20% !important;
    float: left;
}

.banner_form_right {
    width: 6%;
    float: left;
}

.btn_search {
    background: #ff5a5f;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px !important;
}

.btn_search.slider-btn {
    background: #008489 !important;
    font-weight: 700 !important;
    padding: 10px 20px;
}

.explore_img {
    background-size: cover;
    background-position: center top;
    height: 350px;
    position: relative;
}

.explore_top {
    background-color: #ff5a5f;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    color: #fff;
}

.explore_top span {
    font-weight: 700;
    font-size: 18px;
}

.explore_bottom {
    background-color: #000;
    opacity: .7;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.explore_bottom h4 {
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 10px;
}

.slide_one {
    background-size: cover;
    background-position: center top;
    height: 650px;
    position: relative;
}

.slide_caption {
    font-size: 34px;
    position: absolute;
    bottom: 220px !important;
}

.slide_caption1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 400px;
}

.slide_caption1 h1,
.slide_caption1 h4 {
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.slide_caption1 h4 {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 10px;
}

.icon_bg {
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-top: 20px;
    margin-top: 30px;
}

.reason_text {
    color: #484848;
    font-size: 14px;
    line-height: 1.45;
}

.community1 {
    background-color: #41b8be;
    height: 325px;
    position: relative;
}

.community1 h1 {
    padding: 15px 0;
}

.community1 h2 {
    font-size: 24px;
    padding-top: 20px;
}

.community1 p {
    font-size: 14px;
}

.community1 img {
    padding: 10px 0 20px;
}

.community1 a:hover {
    text-decoration: none;
}

.community2 {
    background-size: cover;
    background-position: center top;
    height: 325px;
}

.community_text {
    position: absolute;
    bottom: 10px;
}

.community2 h2 {
    font-size: 24px;
}

.community2 p {
    font-size: 14px;
    padding: 0 20px;
    line-height: 24px;
}

.community2:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
}

.btn_travel {
    background: #007c86;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 700 !important;
}

.btn_business {
    background: #c374e9;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 700 !important;
}

.btn_host {
    background: #7b0050;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-left: 20px;
    margin-top: 20px;
    font-weight: 700 !important;
}

.footer {
    border-top: 1px solid #dbdbdb;
    padding: 25px;
    background: 0 0;
    margin-top: 20px;
}

.footer ul li {
    line-height: 30px;
    color: #484848;
    padding-bottom: 10px;
}

.footer_menu li a {
    color: #484848;
}

.social_icon {
    color: #777777;
    border-radius: 50%;
    width: 45px;
    padding: 10px 0;
    font-size: 20px !important;
    text-align: center !important;
}

.airfcfx-footer-app-sec img {
    height: 32px;
}

.btn_fb {
    background-color: #4568b2;
    color: #fff;
    font-size: 16px !important;
    border-radius: 3px;
    font-weight: 700 !important;
}

.btn_google {
    background-color: #fff;
    border: 1px solid #ff5a5f !important;
    color: #565a5c;
    font-size: 16px !important;
    border-radius: 3px;
    font-weight: 400 !important;
}

.btn_email {
    background-color: #ff5a5f;
    color: #fff;
    font-size: 14px !important;
    border-radius: 3px;
    font-weight: 400 !important;
    margin-right: 11px;
    padding: 5px 10px !important;
}

.google_color {
    color: #ec584b !important;
}

.signup_width {
    width: 300px !important;
}

.login_or {
    height: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.login_or span {
    /* background-color: #fff; */
    background-color: #fff;
    color: #82888a;
    display: inline-block;
    padding: 8px 15px;
    font-size: 15px;
}

@media(max-width:320px) {
    .profile_head_menu.list-unstyled>li {
        width: 100% !important;
    }

    .profile_head {
        background: #fff none repeat scroll 0 0;
        height: 45px;
        overflow: hidden;
        padding: 10px;
        transition: height .8s ease 0s;
        cursor: pointer;
        color: #000;
    }
}

.list_bg {
    background-color: #f5f5f5 !important;
    padding: 75px 0;
    position: absolute;
}

.btn_list {
    background: #fff !important;
    border-color: #e4e4e4 !important;
    color: #565a5c !important;
    padding: 15px 25px !important;
    margin: 0 2px 5px 2px;
}

.list_icon {
    color: #008489 !important;
}

.btn_list,
.btn_list[type=button]:hover {
    color: #484848 !important;
}

.btn_list[type=button]:active {
    color: #484848 !important;
}

.btn_list[type=button]:focus {
    color: #484848 !important;
}

.select_list,
.select_list-comman,
.select_list-comman:hover,
.select_list:hover {
    border: 1px solid #e4e4e4;
    padding: 14px 15px !important;
    -webkit-padding-before: 15px !important;
    -webkit-padding-after: 15px !important;
}

.select_list-comman:hover,
.select_list:hover {
    color: #484848 !important;
}

.list_trust p {
    line-height: 27px;
    color: #82888a;
}

.profile_menu {
    width: 400px !important;
    padding-top: 0 !important;
}

.profile_menu1 {
    background-color: #edefed !important;
    font-weight: 400;
}

.profile_head {
    background: #fff;
    padding: 28px 0 20px;
    border-bottom: 1px solid #e4e4e4;
    /* border: 1px solid #e4e4e4; */
}

.profile_head_menu li {
    list-style-type: none;
    display: inline;
    padding: 0 15px;
    font-family: PRegular;
}

.profile_head_menu li a {
    color: #000;
    /* font-family: PSemibold; */
}

.profile_head_menu li a:hover {
    /* color: #000 !important; */
    text-decoration: none !important;
}

.profile_head_menu li a:active {
    color: #000 !important;
    text-decoration: none !important;
    border-bottom: 4px solid #f95259;
    padding-bottom: 17px;
}

.profile_left li {
    list-style-type: none;
}

.profile_left li a {
    color: #777777;
    line-height: 34px;
    font-family: PSemibold;
}

.profile_left li a:hover {
    text-decoration: none !important;
    color: #f95259 !important;
}

.profile_left li a:active {
    color: #565a5c !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}


/* .profile_label {
    color: #565a5c !important;
    font-weight: 400 !important;
} */

.profile_icon {
    color: #ffaa91 !important;
}

.profile_popup {
    width: 500px;
}

.trust p {
    line-height: 27px;
}

.review_tab {
    border-bottom: unset !important;
}

tr.review_tab:last-child {
    border-bottom: none !important;
}

.review_tab>li.active>a,
.review_tab>li.active>a:focus,
.review_tab>li.active>a:hover {
    border-bottom: 4px solid #aaa !important;
    border-color: #fff #fff transparent;
}

.review_tab>li>a:focus,
.review_tab>li>a:hover {
    background-color: transparent !important;
}

.review_tab>li>a:hover {
    border-color: #fff !important;
}

.review_tab>li>a {
    border-color: transparent !important;
    color: #82888a !important;
}

.profile_img {
    background-size: cover;
    background-position: center;
    height: 225px;
}

.quick_link li {
    line-height: 30px;
}

.profile_photo {
    background: #222 none repeat scroll 0 0;
    bottom: 0;
    padding: 7px 0 0;
    position: absolute;
    width: 100%;
}

.profile_photo>a {
    color: #fff !important;
}

.dashboard_offer {
    background: #c2e4e7 !important;
}

.dashboard_icon {
    color: #4cb0bb !important;
}

.dashboard_bg {
    border: 4px solid #4cb0bb;
    border-radius: 50%;
    padding: 8px 5px;
    top: 20px;
}

.btn_dashboard {
    background-color: #007a87 !important;
    color: #fff;
    font-weight: 700;
}

.btn_dashboard:hover {
    background-color: #009aab !important;
}

.listing_img {
    background-color: #4e4e4d;
    background-position: center center;
    background-size: cover;
    height: 75px;
}

.list_img::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
}

.wish_list:hover {
    text-decoration: none !important;
}

.btn_wish {
    background: #8d8048 !important;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 3px;
    font-size: 16px !important;
}

.mywish {
    background: #8d8f90;
}

.add_payment:hover {
    text-decoration: none !important;
}

.clear {
    clear: both !important;
}

.z_1 {
    z-index: 1;
}

.border_top {
    border-top: 1px solid #e4e4e4;
}

.margin_left_minus5 {
    margin-left: -5px;
}

.font_size12 {
    font-size: 12px;
}

.font_size13 {
    font-size: 13px;
}

.border_bottom1 {
    border-bottom: 1px solid #e4e4e4;
}

.text_white {
    color: #fff !important;
}

.pos_abs {
    /* position: absolute; */
    z-index: 1;
    position: sticky;
    scroll-behavior: smooth;
    z-index: 1;
}

.pos_rel {
    position: relative;
}

.margin_top0 {
    margin-top: 0;
}

.margin_top5 {
    margin-top: 5px;
}

.margin_top10 {
    margin-top: 10px;
}

.margin_top15 {
    margin-top: 15px;
}

.margin_top20 {
    margin-top: 20px;
}

.margin_top30 {
    margin-top: 30px;
}

.margin_top40 {
    margin-top: 40px;
}

.margin_top50 {
    margin-top: 50px;
}

.margin_top70 {
    margin-top: 70px;
}

.margin_top100 {
    margin-top: 100px;
}

.margin_left20 {
    margin-left: 20px;
}

.margin_left5 {
    margin-left: 5px;
}

.margin_left15 {
    margin-left: 15px;
}

.margin_left10 {
    margin-left: 10px;
}

.margin_right5 {
    margin-right: 5px;
}

.margin_right10 {
    margin-right: 10px;
}

.margin_right60 {
    margin-right: 60px;
}

.margin_bottom5 {
    margin-bottom: 5px;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.margin_bottom15 {
    margin-bottom: 15px;
}

.margin_bottom20 {
    margin-bottom: 20px !important;
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_bottom40 {
    margin-bottom: 40px;
}

.margin_bottom50 {
    margin-bottom: 50px;
}

.margin_bottom0 {
    margin-bottom: 0;
}

.height42 {
    height: 42px;
}

.width100 {
    width: 100%;
}

.no_border {
    border: none !important;
}

.border1 {
    border: 1px solid #e4e4e4;
}

.padding10 {
    padding: 10px !important;
}

.padding15 {
    padding: 15px !important;
}

.padding20 {
    padding: 20px !important;
}

.padd_20_15 {
    padding: 20px 15px;
}

.padding_top10 {
    padding-top: 10px !important;
}

.padding_top15 {
    padding-top: 15px !important;
}

.padd_10_15 {
    padding: 10px 15px !important;
}

.padd_0_15 {
    padding: 0 15px;
}

.padding_top120 {
    padding-top: 80px;
}

.no-box-shadow {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.passwordcontent {
    background: #f5f5f5;
    margin: 0;
    width: auto !important;
}

.passwordform {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.invite-new .email-frm {
    position: relative;
    margin: 0;
    padding: 2px 3px;
    width: 100% !important;
    line-height: 19px;
    border: 1px solid;
    border-color: #e4e4e4;
    border-radius: 5px;
    font-size: 13px;
    background: #fefefe;
    color: #393d4d;
    margin-bottom: 10px;
}


/* .invite-new .email-frm.focus {
    border-color: rgba(132, 185, 211, 0.8) !important;
    -webkit-box-shadow: 0 0 5px 1px rgba(156, 199, 219, 0.9);
    box-shadow: 0 0 5px 1px rgba(156, 199, 219, 0.9);
    outline: 0;
    background: #fff;
} */

.invite-new .email-frm b.name {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 2px 2px 2px 2px;
    color: #484848;
    cursor: default;
    display: inline-block;
    font-weight: 400;
    line-height: 14px;
    margin: 1px 3px 1px 0;
    padding: 3px 0 3px 6px;
    vertical-align: middle;
    font-size: 12px;
    word-break: break-all;
}

.invite-new .email-frm .btn-del {
    display: inline-block;
    margin: 0 7px 3px;
    opacity: .7;
}

.invite-new .email-frm .btn-del:hover {
    opacity: .85;
}

.invite-new .email-frm .btn-del:active {
    opacity: .4;
}

.invite-new .email-frm span.add {
    color: #a9a9a9;
    cursor: pointer;
    line-height: 40px;
    padding-left: 10px;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    top: 1px;
}

.invite-new .email-frm input {
    border: 0 none;
    display: none;
    font-size: 12px;
    padding: 0 10px;
    width: 340px;
    line-height: 45px;
    height: 45px;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.listselect {
    width: 28% !important;
}

.coldiv {
    clear: both;
    width: 100% !important;
}

.selectalign {
    float: left;
    width: 33%;
}

.panelcls {
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.mrgnset {
    padding: 0 !important;
    margin: 0 !important;
}

.selectsze {
    width: 90% !important;
}

.nextbtn {
    float: right;
    margin-top: 5px;
}

.backbtn {
    float: left;
    margin-top: 15px;
    color: #008489;
}

.hiddencls {
    display: none;
}

.mediumtext {
    width: 48% !important;
    float: left;
}

.divmediumtext {
    width: 96% !important;
}

.leftdiv {
    float: left;
    width: 50%;
}

.leftbtn {
    float: left;
    clear: both;
}

.chkboxs {
    border: 1px solid #c4c4c4;
    border-radius: 3px !important;
    background-color: #fff;
    -webkit-appearance: none;
}

.mediumlargediv {
    width: 67% !important;
    float: left;
}

.leftcls {
    float: left;
}


/* .emergency_width {
    width: 520px !important;
} */

.smalltext {
    width: 25%;
}

.symbolcls {
    background: #edefed;
    width: 30px;
    float: left;
    /* height: 50px; */
    height: 40px;
    border: 1px solid #e4e4e4;
    border-right: 0;
    text-align: center;
    padding-top: 13px;
}

.nightcls {
    background: #edefed;
    width: 40%;
    float: left;
    /* height: 50px; */
    height: 40px;
    border: 1px solid #e4e4e4;
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.symboltxt {
    position: relative;
}

.airfcfx-symboltxt {
    position: relative;
    top: 20px;
    float: left;
    left: 43px;
    padding-bottom: 20px;
}

.moresymboltxt {
    position: relative;
    top: 7px;
    float: left;
    padding-bottom: 20px;
}

.requestcls {
    background-repeat: no-repeat;
    background-image: url(../images/request.png);
    width: 54px;
    height: 47px;
    float: right;
}

.instantcls {
    background-repeat: no-repeat;
    background-image: url(../images/instant.html);
    width: 54px;
    height: 47px;
    float: right;
}

.gridcls {
    float: left;
    margin: 0 9px 0 0;
    width: 47%;
}

.gridcls .gridinner .gridcls {
    width: auto !important;
}

.gridinner {
    border: 1px solid #e4e4e4;
    padding: 20px;
    width: 100%;
}

.gridinnercls {
    padding-left: 20px;
    width: 95%;
}

.licls {
    margin-bottom: 20px;
}

.always {
    background-repeat: no-repeat;
    background-image: url(../images/calendarsprite.png);
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

.alwaysdiv {
    float: left;
    width: 50%;
}

.alwaysinnerdiv {
    border: 1px solid #e4e4e4;
    width: 90%;
    background: #f5f5f5;
    padding: 20px 20px 40px;
    cursor: pointer;
}

.alwaysinnerdiv:hover {
    border: 1px solid #e4e4e4;
    width: 90%;
    background: #fff;
    padding: 20px 20px 40px;
    cursor: pointer;
}

.datediv {
    border: 1px solid #e4e4e4;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 95%;
}

.dateleftdiv {
    float: left;
    width: 40%;
    cursor: pointer;
    border: none !important;
}

.dateleftdiv:hover {
    float: left;
    width: 40%;
    background: #fff;
    cursor: pointer;
    border: none !important;
}

.daterightdiv {
    vertical-align: middle;
    text-align: left;
    float: left;
    width: 60%;
    padding: 50px 20px 20px 35px;
}

.disabled {
    color: red !important;
}

.errcls {
    color: #ff5a5f;
}

.amentierrcls {
    color: #ff5a5f;
}

.photoerrcls {
    color: #ff5a5f;
}

.safeerrcls {
    color: #ff5a5f;
}

.securityerrcls {
    color: #ff5a5f;
}

.nightlypriceerr {
    color: #ff5a5f;
}

#nightlyprice {
    width: 168px !important;
}

.numbererrcls {
    color: #ff5a5f;
}

.stayerrcls {
    color: #ff5a5f;
}

.msgerrcls {
    color: #ff5a5f;
}

.centertxt {
    text-align: center;
}

.margin3 {
    margin: 3px;
}

.inlinedisplay {
    display: inline-block !important;
    margin-top: 0 !important;
}

.spanusrname {
    position: relative;
    top: -20px;
}

.paddingleft {
    padding: 0 20px;
}

.successtxt {
    color: #3fb34f;
}

.canceltxt {
    color: #2f7e87;
}

.claimerrcls {
    color: #ff5a5f;
    position: relative;
    right: -10px;
    top: 12px;
    display: inline-block;
}

.sendbtn {
    left: 10px;
    position: relative;
}

.txtarea {
    position: relative;
    top: 0;
    width: 73%;
}

.text-medium {
    color: #007aa5;
}

#listpropul li {
    padding: 10px;
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    margin-right: 10px !important;
    margin: 3px 0 0 !important;
    position: absolute !important;
}

input[type=checkbox]#login-rememberMe {
    left: 27px;
    margin: 5px 0 0 !important;
}

.airfcfx-search-drop-checkbox {
    left: 15px;
}

.splList .bv_atual {
    border: none !important;
    padding: 0 !important;
    color: #888;
}

.splList .down,
.splList .up {
    display: none;
}

.splList .bv_ul_inner {
    /* border: 0px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    text-align: left;
    top: 100%;
    left: 0;
    width: 100% !important;
    min-width: 210px;
    margin: 8px 0 0;
    border: none !important;
    /* border: 0px solid rgba(0, 0, 0, .15) !important; */
    border-radius: 10px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    overflow: auto;
    max-height: 300px;
    scrollbar-width: thin;
}

.splList .bv_ul_inner li {
    padding: 12px 10px 10px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    font-size: 14px !important;
    color: #484848 !important;
}

.splList .bv_ul_inner li:hover {
    background-color: #f95259 !important;
    color: #fff !important;
}

/* .bv_disabled {
    display: none;
} */
.loading {
    margin-top: -25px;
    margin-left: 15px;
    display: none;
}

.splList ul {
    list-style: none;
    padding-left: 0px;
}

.padleft {
    padding-left: 25px;
    color: #777777;
}

.splList {
    padding-left: 0px !important;
}

.luxury-details ul {
    padding-left: 0;
}

.padright {
    padding-right: 20px;
}

.claimleft {
    float: left;
    width: 100%;
    margin: 10px 0;
}

.claimright {
    float: right;
    width: 100%;
    padding: 10px 0;
}

.claimleftimgdiv {
    float: left;
    width: 5%;
}

.claimrightimgdiv {
    float: right;
    width: 6%;
}

.claimrighttextdiv {
    float: right;
    width: 93%;
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.claimlefttextdiv {
    float: left;
    width: 93%;
    text-align: right;
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.claimdiv {
    float: right;
    width: 100%;
}

.leftlistdiv {
    float: left;
    width: 55%;
}

.rightlistdiv {
    float: left;
    width: 45%;
}

.airfcfx-amenity-name {
    padding-top: 5px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 79%;
}

.listpopupwidth {
    max-width: 850px !important;
    margin: 30px auto !important;
    width: 100% !important;
}

.wishli {
    list-style: none;
}

.wishli:hover {
    background: #f2f2f2 !important;
}

.banner2hgt {
    height: 38.5em !important;
}

.padding0 {
    padding: 0 !important;
}

.wishlisthgt {
    height: 450px;
    overflow-y: auto;
}

.cancelsze {
    font-size: 14px !important;
    border-radius: 0 !important;
}

.savebtn {
    margin-left: 10px;
    position: relative;
    bottom: 10px;
}

.cancelbtn {
    margin-left: 20px;
    position: relative;
    bottom: 10px;
}

.whitehrt {
    color: #4e4e4d;
    font-size: 25px !important;
    cursor: pointer;
}

.redhrt:before {
    content: "\f004" !important;
    color: #ff5a5f;
    font-size: 25px !important;
}

.creatediv {
    position: relative;
    left: 20px;
    margin-left: 35px;
}

.borderradius5 {
    border-radius: 3px !important;
}

.listtxt {
    height: 34px;
    position: relative;
    top: 1px;
    width: 30%;
    left: 20px;
    padding-left: 10px;
}

.createbtn {
    margin-left: 20px;
}

.wishlistimg {
    width: 150px;
    height: 150px;
}

.wishlistborder {
    border: 1px solid #e8e8e8;
}

.fa-pencil-white:before {
    content: "\f040";
    color: #b2b2b2;
    padding-left: 10px;
}

.editlistdiv {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    padding: 31px;
    width: 66% !important;
}

.notifyimg {
    position: relative;
    float: left;
}

.notifydiv {
    border: 1px solid #e4e4e4;
    height: auto;
    overflow: hidden;
    min-height: 65px;
}

.notifytxt {
    line-height: 2em;
}

.listimgdiv {
    display: inline-block;
    margin: 0 0 15px 0;
    position: relative;
    background: #f3f0f0;
    border-radius: 3px;
}

.listimgdiv img {
    border-radius: 3px;
}

.helpdiv {
    float: none !important;
    margin: 0 auto !important;
}

#succmsg {
    color: green;
    text-align: center;
}

.payment-success p {
    font-size: 20px;
    line-height: 2.5;
}

.payment-success p span {
    color: #3ab54a;
    font-weight: 700;
}

.payment-success {
    padding: 26px;
    text-align: center;
}

.listclose {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.78);
    padding: 7px 8px;
    border-radius: 50%;
    color: #fff;
}

.charleft {
    float: right;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    right: -383px;
}

.bdaycls {
    text-align: left;
}

.bdayselcls {
    width: 32% !important;
}

@media (max-width: 500px) {
    .bdayselcls {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

.docSplist .btn,
.docSplist1 .btn,
.field-doctor-language .btn {
    background: #fff !important;
    width: 100%;
    text-align: left;
    overflow: hidden;
    /*box-shadow: 0px 0px 2px 2px #eee !important;*/
    height: 40px;
    text-overflow: ellipsis;
}

.docSplist .multiselect .dropdown-toggle .btn .btn-link,
.field-doctor-language .multiselect .dropdown-toggle .btn .btn-link .docSplist1 .multiselect .dropdown-toggle .btn .btn-link {
    width: 100%;
    text-align: left;
}

.docSplist .btn-groups,
.field-doctor-language .btn-groups {
    /* box-shadow: 0px 0px 2px 2px #eee !important; */
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    margin-top: 5px
}

.docSplist1 .btn-groups {
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
    margin-top: 5px
}

.docSplist1 .btn-groups {
    position: relative;
}

.docSplist .dropdown-menu {
    right: 0 !important;
}

.docSplist1 .dropdown-menu,
.field-doctor-language .dropdown-menu {
    position: absolute;
    /* left: unset !important; */
    width: 100%;
    max-width: 490px;
    right: 0px !important;
}

.docSplist .multiselect-selected-text,
.docSplist1 .multiselect-selected-text {
    color: #777777;
}

#bookAppoint .docSplist .btn {
    box-shadow: none !important;
}

.docSplist .btn-groups {
    position: relative;
    /* max-width: 490px; */
}

.field-doctor-language .btn-groups {
    position: relative;
}

.docSplist .dropdown-menu {
    position: absolute;
    height: auto !important;
}

.doc-signup_gend .multiselect .dropdown-toggle {
    background: #fff;
}

.profSpl {
    max-width: 490px;
    width: 100%;
}

.doc-signup_gend .multiselect {
    text-align: left;
}

.doc-signup_gend .multiselect-selected-text {
    color: black;
    background: #fff;
    line-height: 24px;
}

.multiselect-selected-text {
    color: #777777 !important;
}

.multiselect-container li a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.multiselect-container li a {
    min-height: 22px;
}

.multiselect-container li.active a {
    color: #000 !important;
    background-color: #fff !important;
}

.doc-signup_gend .btn {
    background-color: #fff !important;
    border: 1px solid #e4e4e4 !important;
    height: 40px;
    width: 100%;
    max-width: 490px;
}


/* .profile_users .doc-signup_gend .btn{
    text-align: left;
} */

.doc-signup_gend .multiselect-native-select {
    width: 100%;
}

.doc-signup_gend .dropdown-menu {
    right: 0 !important;
}

.cur {
    cursor: pointer;
}

.col-sm12 {
    width: 82% !important;
}

.checkindivcls {
    /* display: inline-block; */
    width: 36%;
    float: left;
}

.guestdivcls {
    /* display: inline-block; */
    width: 23%;
    float: left;
}

.loadingtrustmail {
    float: right;
    margin-right: 165px;
    margin-top: 0;
}

.bg_white.padding10.wishli>p {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px !important;
}

.listerr {
    display: inline;
    left: 20px;
    position: relative;
    top: -10px;
}

.reservetext {
    margin-left: 10px;
}

.srchtextalgn {
    display: inline;
}

#ui-datepicker-div {
    z-index: 9999 !important;
    font-family: Circular;
}

#check-in,
#check-out,
#enddate,
#startdate {
    background-color: #fff !important;
}

.requestbtnmobile {
    display: none;
}

.mobileviewreq {
    display: none;
}

.map {
    float: left;
    width: 100%;
}

.mapview {
    background-color: #e7e7e7;
}

#profile-gender {
    width: 90px !important;
}

#hometype,
#roomtype {
    padding: 14px 15px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    display: inline-block;
    background: url(../images/select-arrow.png) no-repeat right center !important;
    background-color: #fff !important;
    background-size: auto !important;
    background-position: right 8% center !important;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #e4e4e4;
}

select:hover {
    background-color: #f5f5f5 !important;
}

select#homeother:hover option {
    background-color: #fff;
    color: #484848;
}

select#homeother:focus option {
    background-color: #f5f5f5;
    color: #484848;
}

.mine-blue-txt {
    color: #008489 !important;
}

.min-blue-bg {
    background-color: #008489 !important;
}

.profile_head_menu .active a {
    font-family: PSemibold;
}

.profile_head_menu a {
    font-family: PSemibold;
}

@media(max-width:767px) {
    .profile_head_menu .active a {
        /* font-weight: 700; */
        border-bottom: medium none !important;
        font-family: PSemibold;
        color: #f95259 !important;
    }

    .profile_head_menu a {
        border-bottom: medium none !important;
    }
}

@media (max-width: 900px) {
    .modal-dialog.login_width {
        margin: 30px auto;
    }

    .msgtext-align {
        width: 40% !important;
    }

    .contact-txtbox-align {
        width: 98.667% !important;
    }

    .listpopupwidth {
        max-width: 600px !important;
    }

    .leftlistdiv {
        width: 100% !important;
        margin-top: -20px;
    }

    .banner2hgt {
        height: 10.5em !important;
    }

    .rightlistdiv {
        width: 100% !important;
    }

    .listtxt {
        width: 62% !important;
    }

    .wishlisthgt {
        margin: 0 !important;
    }

    .profile_popup {
        margin: 30px auto;
        width: 330px !important;
    }

    .join-text-mobile {
        margin-top: -15px;
    }

    .toplistdiv {
        display: block !important;
    }

    .topfullviewdiv {
        display: none !important;
    }

    .toplistdiv>h3 {
        padding: 20px 20px 0;
    }

    .toplistdiv .close {
        padding: 22px !important;
    }

    .listerr {
        left: 10px !important;
    }

    .firstlist-mobile {
        margin-left: -5px;
    }

    .tripsendbtn {
        top: -5px !important;
        left: 7px !important;
    }

    #claimmessage {
        width: 145px;
    }

    .tripprofile {
        position: relative;
        top: 9px !important;
    }

    .claimright {
        width: 93% !important;
        margin-right: 10px !important;
    }

    .claimleft {
        width: 93% !important;
        margin-left: 10px !important;
    }

    .tripleftprofile {
        margin-left: -25px !important;
    }

    /* .emergency_width {
        width: 300px !important;
    } */
    .search_sec {
        margin-left: 0 !important;
        width: 285px !important;
    }

    .norm_nav .navbar-brand img {
        border-right: none !important;
    }

    .navbar-toggle {
        margin-top: 8px !important;
    }

    .profile_menu {
        width: 290px !important;
    }

    .text-right.rm_text_deco {
        text-align: left;
    }

    .text-left.margin_top5.profile_menu1 {
        margin-top: 0;
    }

    .split_cell_1,
    .split_cell_2 {
        width: 100% !important;
        z-index: 0;
    }

    .fix_pls {
        width: 100% !important;
    }

    .fix_pls .row {
        text-align: center !important;
    }

    .fix_pls .row .text-right {
        text-align: center !important;
    }

    .listtxtalgn {
        text-align: center;
    }

    .headtxt {
        font-weight: 700;
    }

    .header_adj .col-sm-8 {
        width: 66.6667% !important;
    }

    .header_adj .col-sm-4 {
        width: 33.3333% !important;
    }

    /* .banner_text {
        margin-top: 11em !important;
    } */
    /* .banner_text {
        margin-top: 7em !important;
    } */
    .srchtextalgn {
        display: none;
    }

    .banner_form {
        margin-top: 15px;
    }

    .banner_form_right {
        margin-top: 0 !important;
    }

    .explore_bottom h4 {
        text-overflow: ellipsis;
        width: 270px !important;
        overflow: hidden;
    }

    #signupform-rememberme {
        margin: 0 !important;
    }

    .forgottextalgn {
        position: relative;
        right: 0px;
    }

    #emailerr {
        margin-left: 90px;
        margin-top: -4px;
    }

    #mailsuccess {
        margin-right: -85px;
        margin-top: -27px;
    }

    .contactextarea {
        top: 15px !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .symboltxt {
        left: 15px;
    }

    .requestbtnmobile {
        display: block;
    }

    .close.mobileviewreq {
        color: #fff;
    }

    .mobmsgalgn {
        word-wrap: break-word;
    }

    .selectalign {
        width: 45% !important;
    }

    #charaNum {
        display: none;
    }

    #chardescNum {
        display: none;
    }

    .bottom_filter {
        width: 98% !important;
    }

    .filter_menu_btn {
        width: 130px !important;
    }
}

@media (min-width: 310px) and (max-width: 359px) {
    .listpopupwidth {
        width: 300px !important;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    .claimerrcls {
        top: -5px;
    }
}

@media (min-width: 630px) and (max-width: 1000px) {
    .navbar-header {
        height: 0 !important;
    }

    .navbar-header.listingnav {
        height: 0 !important;
    }

    .navbar-toggle {
        margin-top: 17px !important;
    }
}

@media (min-width: 315px) and (max-width: 450px) {
    .listtxtalgn>h3 {
        word-wrap: break-word;
    }
}

@media (min-width: 380px) and (max-width: 900px) {
    .checkinalgn {
        margin-top: 30px !important;
    }

    .headreqmob {
        display: inline-block;
        margin-left: 0;
        margin-top: 1px;
    }
}

@media (min-width: 260px) and (max-width: 330px) {
    .tripsendbtn {
        top: 14px !important;
    }

    .msgerrcls {
        margin-left: 92px !important;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .tripdesign td {
        display: block;
    }

    .tripdesign thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tripdesign tr {
        border: 1px solid #e4e4e4;
    }

    .tripdesign td {
        border: none !important;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .tripdesign td:before {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
    }

    .tripdesign td:nth-of-type(1):before {
        content: "Dates and Location";
    }

    .tripdesign td:nth-of-type(2):before {
        content: "Checkin Out Date";
    }

    .tripdesign td:nth-of-type(3):before {
        content: "Options";
    }

    .tripdesign td:nth-of-type(4):before {
        content: "Review";
    }

    .tripdesign td:nth-of-type(5):before {
        content: "Status";
    }

    .tripdesign {
        width: 100%;
        border-collapse: collapse;
    }

    .tripdesign tr:nth-of-type(odd) {
        background: #eee;
    }

    .tripdesign th {
        background: #484848;
        color: #fff;
        font-weight: 700;
    }

    .tripdesign td,
    .tripdesign th {
        padding: 6px;
        border: 1px solid #e4e4e4;
        text-align: left;
    }

    .reservationtable td {
        display: block;
    }

    .reservationtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .reservationtable tr {
        border: 1px solid #e4e4e4;
    }

    .reservationtable td {
        border: none !important;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .reservationtable td:before {
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
    }

    .reservationtable td:nth-of-type(1):before {
        content: "Dates and Location";
    }

    .reservationtable td:nth-of-type(2):before {
        content: "Guest";
        left: 0;
        position: relative;
        top: 0;
    }

    .reservationtable td:nth-of-type(3):before {
        content: "Details";
    }

    .reservationtable td:nth-of-type(4):before {
        content: "Check In";
    }

    .reservationtable td:nth-of-type(5):before {
        content: "Check Out";
    }

    .reservationtable td:nth-of-type(6):before {
        content: "Status";
    }

    .futuretable td:nth-of-type(1):before {
        content: "Dates and Location";
    }

    .futuretable td:nth-of-type(2):before {
        content: "Guest";
        left: 0;
        position: relative;
        top: 0;
    }

    .futuretable td:nth-of-type(3):before {
        content: "Details";
    }

    .futuretable td:nth-of-type(4):before {
        content: "Status" !important;
    }

    .reservationtable {
        width: 100%;
        border-collapse: collapse;
    }

    .reservationtable tr:nth-of-type(odd) {
        background: #eee;
    }

    .reservationtable th {
        background: #484848;
        color: #fff;
        font-weight: 700;
    }

    .reservationtable td,
    .reservationtable th {
        padding: 6px;
        border: 1px solid #e4e4e4;
        text-align: left;
    }
}

#signupModal .auth-icon.facebook,
#signupModal .auth-icon.google,
.login_width .auth-icon.facebook,
.login_width .auth-icon.google {
    display: none;
}

#signupModal .auth-link.facebook:before,
.login_width .auth-link.facebook:before {
    content: "\f09a  Log in with Facebook";
    background-color: #4568b2;
    border-radius: 3px !important;
    color: #fff;
    font-size: 19px !important;
    font-weight: 700 !important;
    -moz-user-select: none;
    background-image: none;
    border: 2px solid #4568b2;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    font-family: fontawesome, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

#signupModal .auth-link.facebook:before {
    content: "\f09a  Signup with Facebook" !important;
}

#signupModal .auth-link.google:before,
.login_width .auth-link.google:before {
    content: "\f1a0   Log in with Google";
    background-color: transparent;
    border-radius: 3px !important;
    color: #484848;
    font-size: 19px !important;
    font-weight: 700 !important;
    -moz-user-select: none;
    background-image: none;
    border: 2px solid #484848;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    font-family: fontawesome, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

#signupModal .auth-link.google:before {
    content: "\f1a0  Signup with Google" !important;
}

#signupModal .auth-clients li,
.login_width .auth-clients li {
    width: 100% !important;
    overflow: hidden;
    margin: 5px 0;
    display: inline-block;
    float: none;
}

#signupModal .auth-clients,
.listroomdiv,
.login_width .auth-clients {
    padding-left: 0 !important;
    margin-top: 0;
}

#loginModal .modal-body.text-center {
    padding-top: 0 !important;
}

#signupModal {
    overflow-y: auto;
    margin: 0 10px;
}

#loginModal {
    margin: 0 10px;
}

.table1 .tab_cel.text-center {
    width: 20%;
    float: right;
}

.leftdivs {
    float: left;
}

.rightdivs {
    float: right;
    font-weight: 700;
}

.detaildiv {
    float: right;
    line-height: 2em;
    width: 35%;
}

.divline {
    border-bottom: 1px solid #000;
}

.error_fun {
    color: red;
    font-size: 16px;
    float: right;
}

@font-face {
    font-family: Airglyphs;
    src: url(../fonts/airglyphs.woff) format("woff"), url(../fonts/airglyphs.ttf) format("truetype");
}

@font-face {
    font-family: Circular;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Circular_Air-Book.html) format("woff2"), url(../fonts/Circular_Air-Book.woff) format("woff");
}

@font-face {
    font-family: Circular;
    font-weight: 400;
    font-style: italic;
    src: url(../fonts/Circular_Air-Book_Italic.html) format("woff2"), url(../fonts/Circular_Air-Book_Italic.woff) format("woff");
}

@font-face {
    font-family: Circular;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Circular_Air-Bold.html) format("woff2"), url(../fonts/Circular_Air-Bold.woff) format("woff");
}

@font-face {
    font-family: Circular;
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Circular_Air-Light.html) format("woff2"), url(../fonts/Circular_Air-Light.woff) format("woff");
}

@font-face {
    font-family: Circular;
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Circular_Air-Light1.html) format("woff2"), url(../fonts/Circular_Air-Light1.woff) format("woff");
}

@font-face {
    font-family: Circular;
    unicode-range: U+F0000-FFFFD;
    font-weight: 400;
    src: url(../fonts/airmojix-Regular.html) format("woff2"), url(../fonts/airmojix-Regular.woff) format("woff");
}

@font-face {
    font-family: Circular;
    unicode-range: U+F0000-FFFFD;
    font-weight: 700;
    src: url(../fonts/airmojix-Regular.html) format("woff2"), url(../fonts/airmojix-Regular.woff) format("woff");
}

@font-face {
    font-family: Circular;
    unicode-range: U+F0000-FFFFD;
    font-weight: 300;
    src: url(../fonts/airmojix-Regular.html) format("woff2"), url(../fonts/airmojix-Regular.woff) format("woff");
}

@font-face {
    font-family: Circular;
    unicode-range: U+F0000-FFFFD;
    font-weight: 200;
    src: url(../fonts/airmojix-Regular.html) format("woff2"), url(../fonts/airmojix-Regular.woff) format("woff");
}

@font-face {
    font-family: Airmoji_Standalone;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/airmojix-Regular.html) format("woff2"), url(../fonts/airmojix-Regular.woff) format("woff");
}

@font-face {
    font-family: Fortescue;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Fortescue-Regular-Web.html) format("woff2"), url(../fonts/Fortescue-Regular-Web.woff) format("woff");
}

@font-face {
    font-family: Fortescue;
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Fortescue-SemiBold-Web.html) format("woff2"), url(../fonts/Fortescue-SemiBold-Web.woff) format("woff");
}

.caltxt .hasDatepicker {
    border-right: 0 !important;
}

.light-font {
    font-family: Circular-light;
}

.bold-font {
    font-weight: 700;
}

body {
    /* font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important; */
    color: #484848 !important;
    letter-spacing: 0 !important;
    background-color: #fff !important;
}

label {
    font-weight: 400 !important;
}

table.reservationtable td,
table.tripdesign td {
    min-width: 90px;
}

.airfcfx-breakword,
th {
    word-break: break-all;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.airfcfx-dashbd-verify-panel-body {
    padding: 0 15px !important;
}

#rating_15 i {
    padding: 1px;
}

.airfcfx-panel-padding {
    padding: 12px 20px !important;
    margin-bottom: 0;
}

.profile_left>li {
    font-size: 16px !important;
}

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

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff !important;
}

.airfcfx-red-icon {
    color: #fe5571;
}

.no-hor-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

div,
span,
td,
th {
    word-wrap: break-word;
}

.airfcfx-home-cnt-width>.banner_text>h1 {
    word-wrap: normal;
}

.airfcfx-min-width-50 {
    min-width: 50% !important;
}

.airfcfx-width-100 {
    width: 100% !important;
}

.airfcfx-claim {
    margin-top: 10px;
}

.airfcfx-rightlistdiv {
    padding-top: 0 !important;
    height: auto;
    overflow-y: hidden;
    width: 100%;
}

.airfcfx-topfullviewdiv {
    background-color: #fff;
    padding-top: 20px;
    width: 100%;
}

.airfcfx-wishlist-contianer {
    height: 350px;
    overflow-y: auto;
}

.airfcfx-topfullviewdiv>hr {
    margin-bottom: 0;
}

.airfcfx-leftlistdiv>.banner2hgt {
    height: 39.5em !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

@media (max-width: 900px) {
    .airfcfx-leftlistdiv>.banner2hgt {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.airfcfx-rightlistdiv-cnt {
    float: left;
    width: 45%;
}

.airfcfx-listtxt {
    top: 2px;
    border: 1px solid #dce0e0;
    left: 0;
    width: 79%;
    top: 0;
    float: left;
}

.airfcfx-cancelsze,
.airfcfx-savebtn {
    padding: 6px 18px !important;
    width: 49%;
    position: static;
    float: left;
    margin-left: 0;
}

.airfcfx-cancelsze:focus,
.airfcfx-cancelsze:hover,
.airfcfx-savebtn:focus,
.airfcfx-savebtn:hover {
    color: #fff !important;
}

.airfcfx-wish-createlist-cnt {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.airfcfx-wishlist-btn-cnt {
    width: 100%;
    float: left;
    padding: 16px 20px 12px;
}

.airfcfx-createbtn {
    margin-left: 0;
    width: 19%;
    text-align: center;
    float: right;
    padding: 6px 0 !important;
}

.airfcfx-app-section-cnt {
    background-color: #fafafa;
}

.airfcfx-app-link {
    padding-top: 18px;
}

.airfcfx-app-link>a>img {
    float: left;
    margin-left: 15px;
}

.airfcfx-app-link>img:first-child {
    margin-left: 0;
}

.airfcfx-app-section-img {
    margin-right: 20px;
    float: right;
}

.airfcfx-reason_one-cnt {
    margin-bottom: 15px;
}

.explore-content .airfcfx-reason_one-cnt {
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 40px 20px;
    max-height: 100%;
    min-height: 190px;
    margin-bottom: 0;
}

.explore-content .airfcfx-reason_one-cnt:last-child {
    border-right: none;
}

.airfcfx-reason_one-cnt>.airfcfx-reason_one:last-child {
    margin-bottom: 0;
}

button.airfcfx-mobile-navbar,
button.airfcfx-mobile-navbar:focus,
button.airfcfx-mobile-navbar:hover {
    background-color: transparent !important;
    border: none !important;
}

button.airfcfx-mobile-navbar>span.icon-bar {
    background-color: #888 !important;
}

.airfcfx-profile-img {
    height: 250px;
}

.airfcfx-profile_photo {
    height: 40px;
}

.airfcfx-wordwrap {
    word-wrap: break-word;
}

.airfcfx-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.airfcfx-padd-top-20 {
    padding-top: 20px !important;
}

.airfcfx-padd-bottom-20 {
    padding-bottom: 20px !important;
}

.airfcfx-verifications-row {
    padding: 10px 0;
}

h3.airfcfx-panel-title {
    font-size: 20px;
}

.airfcfx-red-heading {
    font-size: 16px;
}

span.airfcfx-user-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.panel-body>div>.airfcfx-imgwdth {
    width: 10%;
}

.panel-body>div>.airfcfx-namewdth {
    width: 10%;
    padding-left: 0;
}

span.airfcfx-message-date {
    font-size: 12px;
    color: #999;
}

.panel-body>div>.airfcfx-msgwdth {
    width: 50%;
    text-align: left;
}

.airfcfx-msg {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.airfcfx-searchval {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.airfcfx-profilename {
    position: relative;
    top: 5px;
    margin-right: 10px;
    margin-top: 17px;
    display: inline-block;
}

.airfcfx-label {
    padding-left: 0 !important;
}

.airfcfx-margin-top {
    margin-top: 0 !important;
}

.alert-success .close {
    color: #fff !important;
    opacity: .7 !important;
    margin-right: 10px;
}

.panel-body>div>.airfcfx-listingwdth {
    width: 30%;
}

div#inboxdiv>.airfcfx-message-row:first-child {
    padding-top: 20px;
}

div#inboxdiv>.airfcfx-message-row:last-child {
    padding-top: 20px;
}

hr.airfcfx-horizontal-line:last-child {
    display: none !important;
}

.field-resetpasswordform-confirmpassword>p.help-block {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.airfcfx-inbox-txtarea {
    border: 1px solid #dce0e0;
}

.airfcfx-admin-right {
    width: 90% !important;
}

.airfcfx-panel-bottom {
    margin-bottom: 0;
}

.airfcfx-noborder {
    border: none !important;
}

.airfcfx-message-send-cnt {
    padding-bottom: 20px;
    border-bottom: 1px solid #dce0e0;
}

.airfcfx-message-client-section {
    background-color: #fff;
    padding: 25px;
    min-height: 700px;
}

.airfcfx-message-client-section .airfcfx-message-conv-prof-pic-cnt {
    float: none;
}

.airfcfx-message-client-section .airfcfx-message-conv-prof-pic-cnt .airfcfx-message-conv-prof-pic {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    position: relative;
}

.airfcfx-message-client-name {
    font-size: 20px;
    font-weight: 700;
    color: #ff5a5f;
    text-align: center;
    padding: 10px 0;
    word-wrap: break-word;
}

.airfcfx-message-client-address,
.airfcfx-message-client-verification {
    font-size: 16px;
    text-align: center;
    color: #555;
    word-wrap: break-word;
}

.airfcfx-claimleftimgdiv {
    float: left;
    width: 6%;
}

.airfcfx-claimrighttextdiv {
    float: right;
    width: 85%;
    position: relative;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.airfcfx-claimlefttextdiv {
    float: left;
    width: 85%;
    position: relative;
    border-radius: 5px;
    border-top-right-radius: 0;
}

.airfcfx-right-chat-arrow {
    background: url(../images/airfcfx-right-chat-arrow.png) no-repeat scroll center center;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -22px;
    top: -1px;
}

.airfcfx-left-chat-arrow {
    background: url(../images/airfcfx-left-chat-arrow.png) no-repeat scroll center center;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -22px;
    top: -1px;
}

.airfcfx-verified {
    background: url(../images/verified.png) no-repeat scroll center center;
    width: 50px;
    /* height: 50px; */
    height: 40px;
    position: absolute;
    right: -10px;
    bottom: 5px;
}

.airfcfx-claimrightimgdiv .profile_pict {
    margin-right: 0;
    margin-left: 10px;
    float: right;
}

.airfcfx-listing_img {
    height: 180px;
}

.airfcfx-listing-btn-cnt a {
    width: 49%;
    float: left;
}

.airfcfx-listing-btn-cnt a button {
    width: 100%;
}

.airfcfx-listing-btn-cnt a.airfcfx-view-list-btn {
    float: right;
}

.airfcfx-text_black h4 {
    font-size: 23px;
}

.airfcfx-red-btn {
    background-color: #ff5a5f !important;
}

.airfcfx-red-btn:hover {
    background-color: #ff7e82 !important;
}

.airfcfx-listing-row {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dce0e0;
}

.airfcfx-listing-row:first-child {
    padding-top: 0;
}

.airfcfx-listing-row:last-child {
    border: medium none;
    padding-bottom: 0;
}

td>div>.form-control {
    font-size: 11px;
    margin-bottom: 5px;
}

.airfcfx-total-cell {
    position: relative;
}

.airfcfx-claim-bottomfx {
    position: absolute;
    bottom: 10px;
    width: 85%;
}

.airfcfx-checkin-cell {
    position: relative;
}

.airfcfx-checkout-cell {
    position: relative;
}

li.airfcfx-view-order-li {
    margin-bottom: -3px !important;
}

a.airfcfx-view-order-back {
    border-radius: 0 !important;
}

.airfcfx-amenities-icon {
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

#wifi-icon {
    background: url(../images/wifi.png) no-repeat scroll center center/32px;
}

.airfcfx-full-width-div {
    float: left;
    width: 100%;
}

.airfcfx-listing-remove {
    background-color: #fe5571;
    color: #fff;
    float: right;
    padding: 3px 10px;
}

.airfcfx-listing-thumb-img-cnt>.airfcfx-listing-thumb-img {
    padding-left: 5px;
    padding-right: 5px;
}

.airfcfx-listing-thumb-img-cnt>.airfcfx-listing-thumb-img:first-child {
    padding-left: 15px;
}

.airfcfx-listing-thumb-img-cnt>.airfcfx-listing-thumb-img:last-child {
    padding-right: 15px;
}

.field-resetpasswordform-confirmpassword {
    margin-bottom: 0 !important;
}

.airfcfx-dd-calendar {
    width: 380px;
    margin-left: 42px;
    float: left;
    left: 0;
    -webkit-margin-start: 0;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.airfcfx-dd-calendar-cnt {
    position: absolute !important;
}

.airfcfx-dd-calendar-rt-txt {
    background-color: #f5f5f5;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.airfcfx-dd-cal-RT {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.airfcfx-dd-calendar>.airfcfx-dd-cal-RT:last-child {
    border-bottom: none;
}

.airfcfx-search-dd-findplace-btn {
    float: left;
    width: 100%;
    padding: 15px;
}

.airfcfx-findplace-btn {
    float: left;
    width: 100%;
}

.airfcfx-search-dd-checkbox-text {
    padding-left: 35px;
}

.airfcfx-tab-heading-btpadding {
    padding-bottom: 10px !important;
}

.airfcfx-xs-heading-tab-cnt.profile_menu1.prflreview {
    margin-bottom: 15px;
}

.airfcfx-red-font {
    color: #ff5a5f;
}

ul.review_tab>li>a {
    font-size: 16px !important;
    padding: 0;
    color: #757575 !important;
}

ul.review_tab>li {
    margin-right: 20px;
}

ul.review_tab>li.active>a {
    color: #484848 !important;
}

.airfcfx-panel-footer {
    background-color: #fff !important;
}

.aifcfx-hor-padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.airfcfx-notification-info-row {
    float: left;
    width: 100%;
}

.airfcfx-notification-msg-row {
    float: left;
    width: 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400;
    background-color: #f5f5f5 !important;
}

.airfcfx-notifytxt {
    float: left;
    padding-top: 5px;
}

.airfcfx-notifytxt a {
    color: #fe5571;
}

.notifydiv:last-child {
    padding-bottom: 0;
}

.airfcfx-notifydiv {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.airfcfx-notifydiv:last-child {
    margin-bottom: 0;
}

.airfcfx-printer {
    background: url(../images/printer.png) no-repeat scroll center center;
    width: 35px;
    height: 35px;
    float: left;
    background-size: cover;
}

.airfcfx-printer:hover {
    background: url(../images/printer-hover.png) no-repeat scroll center center;
    width: 35px;
    height: 35px;
    float: left;
    background-size: cover;
}

.airfcfx-download {
    background: url(../images/download.png) no-repeat scroll center center;
    width: 35px;
    height: 35px;
    float: left;
    background-size: cover;
}

.airfcfx-download:hover {
    background: url(../images/download-hover.png) no-repeat scroll center center;
    width: 35px;
    height: 35px;
    float: left;
    background-size: cover;
}

.airfcfx-print-download-cnt {
    float: left;
    width: 50%;
}

.airfcfx-print-download-cnt a {
    float: right;
    margin-left: 10px;
}

.airfcfx-print-download-txt {
    float: left;
    width: 50%;
}

.airfcfx-home-menu>li>a {
    padding: 0 5px !important;
    height: 77px;
    vertical-align: middle;
    line-height: 75px !important;
    display: inline-block;
    color: #484848 !important;
}

.airfcfx-home-menu>li>a:focus {
    background-color: transparent !important;
    color: #484848 !important;
}

.airfcfx-home-menu>li>a:hover {
    background-color: transparent;
}

@media (max-width: 767px) {
    .airfcfx-home-menu>li>a:hover {
        background-color: #f95259 !important;
        color: #fff !important;
    }

    .review {
        text-align: center;
    }
}

.airfcfx-home-menu>li {
    padding: 0;
}

.banner_form_left>.form-control {
    height: 46px;
    border-right: 0 !important;
}

select.airfcfx-guest-count {
    background: #fff url(../images/arrow-white.png) no-repeat scroll right 8% center !important;
}

select#guest-count.airfcfx-guest-count {
    border: 1px solid #e4e4e4 !important;
}

input.airfcfx-check-cal {
    background: #fff url(../images/cal.png) no-repeat scroll right 5% center !important;
}

button>.airfcfx-search-icon {
    background: rgba(0, 0, 0, 0) url(../images/search-icon.png) no-repeat scroll center center !important;
    float: left;
    height: 25px;
    width: 25px;
}

button.airfcfx-btn_search {
    padding: 10.5px 10px;
    border: none !important;
    border-radius: 5px !important;
}

.airfcfx-carousel {
    background-color: transparent;
    padding: 15px;
}

.airfcfx-slide_one {
    width: 50%;
    float: right;
    height: 290px;
    border-radius: 3px !important;
}

.airfcfx-carousel-caption {
    position: relative !important;
    background-color: transparent;
    padding-left: 25px;
    padding-right: 40px;
    height: 290px;
}

.airfcfx-carousel-caption>h1 {
    font-size: 20px;
    color: #484848;
    text-align: left;
    text-shadow: none;
    font-weight: 700;
    line-height: 32px;
}

.airfcfx-carousel-caption>h4 {
    font-size: 16px;
    color: #666;
    text-align: left;
    text-shadow: none;
    line-height: 24px;
    padding-top: 0;
    padding-left: 0;
}

.airfcfx-slider-btn {
    float: left;
    width: auto;
}

.airfcfx-country-cnt .airfcfx-country {
    width: 25%;
    /* display: inline-block; */
    float: left;
    padding: 10px !important;
    margin: 5px 0;
}

.airfcfx-country-cnt>.airfcfx-country:first-child,
.airfcfx-country-cnt>.airfcfx-country:nth-child(3),
.airfcfx-country-cnt>.airfcfx-country:nth-child(5) {
    padding-left: 0;
}

.airfcfx-country-cnt>.airfcfx-country:nth-child(2),
.airfcfx-country-cnt>.airfcfx-country:nth-child(4),
.airfcfx-country-cnt>.airfcfx-country:nth-child(7) {
    padding-right: 0;
}

.airfcfx-country-cnt>.airfcfx-country:nth-child(3),
.airfcfx-country-cnt>.airfcfx-country:nth-child(4),
.airfcfx-country-cnt>.airfcfx-country:nth-child(5),
.airfcfx-country-cnt>.airfcfx-country:nth-child(6),
.airfcfx-country-cnt>.airfcfx-country:nth-child(7) {
    padding-top: 20px;
}

.images-display-padding {
    padding-top: 80%;
    position: relative;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: 3px !important;
    background-image: url(../images/mirror.png);
    background-size: 100% 100%;
    background-color: #cfcfcf;
}

.place-image .airfcfx-country-img {
    height: 100%;
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.MultiCarousel .MultiCarousel-inner .item>div.pad15 {
    background-color: #cfcfcf;
}

.airfcfx-country-txt {
    width: 100%;
    font-weight: 700;
}

a.left.carousel-control>.fa,
a.right.carousel-control>.fa {
    font-size: 4em;
    line-height: 650px;
}

.airfcfx-support-block-line {
    width: 15%;
    height: 5px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 15px;
}

.airfcfx-app-section-txt {
    color: #484848;
    font-size: 15px;
    float: left;
    padding-top: 40px;
    font-weight: 700;
    letter-spacing: .2px;
}

.airfcfx-app-link {
    float: left;
    margin-left: 15px;
}

.airfcfx-app-section {
    padding-top: 50px;
}

.airfcfx-footer-app-section>.airfcfx-app-section-txt {
    width: 100%;
}

.airfcfx-footer-app-section>.airfcfx-footer-app-link>.airfcfx-app-link {
    margin-left: 0;
    margin-right: 15px;
}

.airfcfx-footer-app-sec {
    margin-bottom: 15px;
    margin-left: 0px;
}

@media (max-width: 767px) {
    .airfcfx-footer-app-sec {
        margin-bottom: 15px;
        margin-left: 15px;
    }
}

.airfcfx-footer-ul {
    width: 100%;
    padding-left: 0;
    padding-right: 5px;
    float: left;
}

.airfcfx-footer-ul>li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.airfcfx-footer-border {
    border-bottom: 1px solid #dbdbdb;
}

.airfcfx-footer-select {
    width: 70% !important;
    background-color: #515151 !important;
    color: #484848 !important;
    border: 1px solid #515151 !important;
    padding-left: 10px !important;
    border-radius: 3px !important;
}

.airfcfx-footer-select:focus {
    width: 70% !important;
    background-color: #515151 !important;
    color: #484848 !important;
    border: 1px solid #515151 !important;
    padding-left: 10px !important;
}

select {
    background: rgba(0, 0, 0, 0) url(../images/arrow.png) no-repeat right 10PX center !important;
    background-size: 14px !important;
}

select#currency_select {
    background: url(../images/arrow.png) no-repeat right 10PX center !important;
    background-color: transparent !important;
    border: 1px solid #dbdbdb !important;
}

select#language_select {
    background: url(../images/arrow.png) no-repeat right 10PX center !important;
    background-color: transparent !important;
    border: 1px solid #dbdbdb !important;
}

#currency_select>option {
    border: none !important;
}

.airfcfx-footer-dd-cnt {
    padding-top: 12px;
}

.airfcfx-joinus-txt {
    color: #484848;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.airfcfx-socialicon-padding {
    margin: 0 4px;
}

.airfcfx-home-second-banner-txt {
    font-size: 60px;
    color: #fff;
}

p.airfcfx-home-second-banner-para {
    line-height: 40px !important;
    font-size: 28px;
    font-weight: 200;
}

.airfcfx-txt-capitalize {
    text-transform: capitalize !important;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.6px;
    margin-bottom: 5px;
}

.airfcfx-txt-home {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -.6px;
    margin-bottom: 5px;
}

.destination-slider h1 {
    font-size: 28px;
    letter-spacing: -.6px;
}

.airfcfx-home-cnt-width h4 {
    font-size: 19px;
    font-weight: 300;
    margin: 0 0 20px;
}

.footer .airfcfx-home-cnt-width h4 {
    font-size: 15px;
    font-weight: 700;
}

.airfcfx-copyright {
    padding: 5px 0;
    color: #6e6c6c;
}

.foter-copyright {
    float: left;
}

.footer-social-icons {
    float: right;
}

.airfcfx-mobile-search-txt {
    display: none;
}

.airfcfx-btn-min-width {
    min-width: 100px;
}

.airfcfx-footer-info h4 {
    margin-bottom: 15px;
}

ul.airfcfx-arrow-dropdown {
    border-top: transparent !important;
}

.airfcfx-dd-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -11px;
    right: 18px;
}

.airfcfx-home-menu>li.open>a {
    background: 0 0 !important;
}

.airfcfx-createlist>button.btn {
    float: left;
}

.airfcfx-invite-send-btn {
    padding: 7px 12px !important;
}

.left-float {
    float: left;
}

.xs-table-heading {
    display: none;
}

.airfcfx-right-border {
    border-right: 1px solid #e4e4e4 !important;
}

.airfcfx-input-model {
    width: 85%;
    float: left;
    text-align: center;
    padding: 10px 0;
    background-color: #f7f7f7;
    color: #999;
    border-radius: 3px !important;
}

.airfcfx-mobile-cal-search {
    background-color: #008489;
    float: left;
    width: 15%;
    padding: 7.5px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.airfcfx-search-icon {
    background: rgba(0, 0, 0, 0) url(../images/search-icon.png) no-repeat scroll center center !important;
    height: 25px;
    width: 25px;
    display: block;
    margin: 0 auto;
}

.airfcfx-map-check-div {
    background-color: #fff;
    left: 22%;
    margin-top: 15px;
    padding: 2px 10px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
    border-radius: 2px !important;
}

.airfcfx-map-check-div>input {
    margin: 3px 0 0 !important;
}

.airfcfx-map-check-div>label {
    margin: 0;
}

.airfcfx-menu,
.airfcfx-menu-host-icon {
    float: left;
}

.airfcfx-menu-link .airfcfx-menu {
    padding: 21px 5px;
    border-bottom: 2px solid transparent;
    height: 100%;
}

.airfcfx-menu-host-icon {
    background: rgba(0, 0, 0, 0) url(../images/host-icon.png) no-repeat scroll center center/cover !important;
    height: 25px;
    width: 25px;
}

.airfcfx-menu-message-icon {
    background: rgba(0, 0, 0, 0) url(../images/message-icon.png) no-repeat scroll center center/cover !important;
    height: 25px;
    width: 25px;
    float: left;
    margin-top: 4px;
    margin-bottom: 8px;
}

.airfcfx-menu-question-icon {
    background: rgba(0, 0, 0, 0) url(../images/question-icon.png) no-repeat scroll center center/cover !important;
    height: 25px;
    width: 25px;
    float: left;
    margin-top: 2px;
    margin-bottom: 8px;
}

.airfcfx-menu-signup-icon {
    background: rgba(0, 0, 0, 0) url(../images/signup-icon.png) no-repeat scroll center center !important;
    height: 30px;
    width: 30px;
    float: left;
    margin-top: 2px;
    margin-bottom: 8px;
}

.airfcfx-menu-login-icon {
    background: rgba(0, 0, 0, 0) url(../images/login-icon.png) no-repeat scroll center center !important;
    height: 30px;
    width: 30px;
    float: left;
    margin-top: 2px;
    margin-bottom: 8px;
}

.airfcfx-mobile-float-icon-cnt {
    float: left;
    padding: 0 18px;
}

.airfcfx-menu-link {
    float: left;
    height: 75px;
    line-height: 33px !important;
}

.dropdown-toggle>.fa-question {
    float: left;
}

.airfcfx-mobile-morefilter-btn {
    display: none !important;
}

.airfcfx-mobile-search-custcheck-cnt {
    display: none;
}

@media (min-width: 310px) and (max-width: 360px) {
    .panel-body>div>.airfcfx-imgwdth {
        width: 32%;
    }

    .panel-body>div>.airfcfx-namewdth {
        width: 68%;
        margin-left: 0;
        padding-top: 0;
    }

    .panel-body>div>.airfcfx-msgwdth {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .panel-body>div>.airfcfx-listingwdth {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .airfcfx-imgwdth>span.airfcfx-user-icon {
        width: 40px;
        height: 40px;
    }

    .owl-item {
        width: 100% !important;
    }

    .airfcfx-country-IND,
    .airfcfx-country-NY,
    .airfcfx-country-Sanfrancisco,
    .airfcfx-country-berlin,
    .airfcfx-country-london,
    .airfcfx-country-paris,
    .airfcfx-country-thailand {
        background-size: cover !important;
    }

    input.airfcfx-check-cal {
        background: #fff url(../images/cal.png) no-repeat scroll right 5% center !important;
    }

    .airfcfx-app-link {
        margin-left: 5px;
    }

    .select_list,
    .select_list-comman,
    .select_list:hover {
        padding: 5px 25px !important;
    }

    .listing-create .select_list,
    .listing-create .select_list-comman,
    .listing-create .select_list:hover {
        padding: 14px 10px !important;
    }

    .fixed {
        width: 90% !important;
    }

    .airfcfx-home-mobile-cal {
        display: block;
    }

    .airfcfx-home-website-search {
        display: none;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
    .panel-body>div>.airfcfx-imgwdth {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .panel-body>div>.airfcfx-namewdth {
        margin-left: 0;
        padding-left: 15px;
        padding-top: 5px;
        width: 75%;
    }

    .panel-body>div>.airfcfx-msgwdth {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .panel-body>div>.airfcfx-listingwdth {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .owl-item {
        width: 100% !important;
    }

    .airfcfx-country-IND,
    .airfcfx-country-NY,
    .airfcfx-country-Sanfrancisco,
    .airfcfx-country-berlin,
    .airfcfx-country-london,
    .airfcfx-country-paris,
    .airfcfx-country-thailand {
        background-size: cover !important;
    }

    input.airfcfx-check-cal {
        background: #fff url(../images/cal.png) no-repeat scroll right 5% center !important;
    }

    .fixed {
        width: 92% !important;
    }

    .airfcfx-home-mobile-cal {
        display: block;
    }

    .airfcfx-home-website-search {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 640px) {
    .panel-body>div>.airfcfx-imgwdth {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .panel-body>div>.airfcfx-namewdth {
        margin-left: 0;
        padding-left: 15px;
        padding-top: 5px;
        width: 75%;
    }

    .panel-body>div>.airfcfx-msgwdth {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .panel-body>div>.airfcfx-listingwdth {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
    }

    .airfcfx-verifications-row>.airfcfx-verified-symbol-width {
        width: 10% !important;
    }

    .owl-item {
        width: 100% !important;
    }

    .airfcfx-country-IND,
    .airfcfx-country-NY,
    .airfcfx-country-Sanfrancisco,
    .airfcfx-country-berlin,
    .airfcfx-country-london,
    .airfcfx-country-paris,
    .airfcfx-country-thailand {
        background-size: cover !important;
    }

    input.airfcfx-check-cal {
        background: #fff url(../images/cal.png) no-repeat scroll right 5% center !important;
    }

    .fixed {
        width: 93% !important;
    }

    .airfcfx-home-mobile-cal {
        display: block;
    }

    .airfcfx-home-website-search {
        display: none;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .airfcfx-verifications-row>.airfcfx-verified-symbol-width {
        width: 10% !important;
    }

    .fixed {
        width: 100% !important;
    }

    .airfcfx-home-mobile-cal {
        display: block;
    }

    .airfcfx-home-website-search {
        display: none;
    }
}

@media (min-width: 641px) and (max-width: 1023px) {
    .panel-body>div>.airfcfx-imgwdth {
        width: 12%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .panel-body>div>.airfcfx-namewdth {
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        width: 23%;
    }

    .panel-body>div>.airfcfx-msgwdth {
        width: 35%;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .panel-body>div>.airfcfx-listingwdth {
        width: 30%;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .owl-item {
        width: 50% !important;
    }
}

@media (min-width: 310px) and (max-width: 900px) {
    .airfcfx-rightlistdiv-cnt {
        width: 100%;
    }

    .airfcfx-listtxt {
        width: 75% !important;
    }

    .airfcfx-createbtn {
        width: 23%;
    }
}

@media (min-width: 310px) and (max-width: 767px) {
    .padding-right0 {
        padding-right: 15px !important;
    }

    .airfcfx-app-section-img {
        margin-right: 0;
        float: none !important;
        margin: 0 auto;
    }

    .airfcfx-app-section-txt {
        padding-top: 20px;
        text-align: left;
    }

    .airfcfx-footer-info {
        padding-top: 10px;
    }

    ul.airfcfx-footer-ul {
        float: left;
        width: 100%;
    }

    ul.airfcfx-footer-ul>li {
        float: left;
        width: 100%;
    }

    .airfcfx-app-link>a>img {
        float: none;
        margin: 0 auto;
        margin-top: 10px;
    }

    .airfcfx-app-link>img:first-child {
        margin-left: auto;
        margin-top: 0;
    }

    span.airfcfx-user-icon {
        width: 40px !important;
        height: 40px !important;
        margin-right: 0;
        padding-right: 5px;
    }

    .txtarea {
        width: 100% !important;
    }

    .contactextarea {
        top: 0 !important;
        left: 5px;
    }

    .airfcfx-message-send-cnt>.sendbtn {
        left: 0 !important;
        float: right;
    }

    .claimleft,
    .claimright {
        width: 100% !important;
    }

    .claimright {
        margin-right: 0 !important;
    }

    .claimleft {
        margin-left: 0 !important;
    }

    .tripleftprofile {
        margin-left: -12px !important;
    }

    .airfcfx-claimleftimgdiv,
    .airfcfx-claimrightimgdiv {
        width: 100%;
    }

    .airfcfx-claimrightimgdiv {
        padding-bottom: 5px;
    }

    .tripsendbtn {
        top: 14px !important;
    }

    .airfcfx-msgwdth>.wrdwrp,
    .airfcfx-statuswdth.wrdwrp {
        margin-left: 0 !important;
    }

    a>p.airfcfx-search-listing-name {
        width: 78% !important;
    }

    .airfcfx-country-cnt>.airfcfx-country:first-child,
    .airfcfx-country-cnt>.airfcfx-country:nth-child(3),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(5) {
        padding-left: 10px;
    }

    .airfcfx-country-cnt>.airfcfx-country:nth-child(2),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(4),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(7) {
        padding-right: 10px;
    }

    .airfcfx-country-cnt>.airfcfx-country:nth-child(3),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(4),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(5),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(6),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(7) {
        padding-top: 10px;
    }

    ul.airfcfx-home-menu {
        margin-top: 0;
        background-color: #fff;
    }

    ul.airfcfx-home-menu>li {
        border-bottom: 1px solid #e4e4e4;
        padding: 0;
    }

    .navbar-default .navbar-nav>li>a {
        color: #484848;
    }

    .airfcfx-home-menu>li>a.airfcfx-list-space-btn {
        margin: 0;
        padding: 2px 15px !important;
        width: 100%;
        display: inline-block;
    }

    .rm_text_deco {
        color: #7e7e7e !important;
    }

    .navbar-nav>li.open>ul>a>li:hover {
        color: #7e7e7e !important;
    }

    ul.airfcfx-arrow-dropdown {
        margin-top: 0 !important;
    }

    .airfcfx-listing-name {
        padding-top: 10px;
    }

    .airfcfx-homerecent-pad-10:first-child {
        padding-left: 10px !important;
    }

    .airfcfx-homerecent-pad-10:last-child {
        padding-right: 10px !important;
    }

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

    .airfcfx-listing-thumb-img-cnt>.airfcfx-listing-thumb-img {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }

    .airfcfx-listing-thumb-img-cnt>.airfcfx-listing-thumb-img:last-child {
        padding-bottom: 0;
    }

    .owl-item {
        padding-right: 0;
    }

    .xs-margin-top-40 {
        margin-top: 40px;
    }

    .xs-padding-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .listing-create .airfcfx-createlist,
    .listing-create .form-group {
        padding-left: 0;
        padding-right: 0;
    }

    .listing-create>div>.airfcfx-createlist>button,
    .listing-create>div>.airfcfx-createlist>select {
        width: 100% !important;
        float: left;
        padding: 9px 10px !important;
        text-align: left;
    }

    .airfcfx-createlist>label {
        font-size: 16px;
    }

    .firstlist-mobile {
        margin-left: 0;
    }

    .listing-create {
        float: left;
    }

    .listing-create>div>.form-group>button,
    .listing-create>div>.form-group>select {
        width: 100% !important;
        float: left;
        padding: 9px 10px !important;
        text-align: left !important;
    }

    .listing-create>div>.form-group>.input-group {
        float: left;
        width: 100%;
        color: #777777;
        font-size: 14px;
    }

    .listing-create>div>.form-group>.input-group>.input-group-addon {
        width: 15%;
        float: left;
        padding: 12px !important;
    }

    .listing-create>div>.form-group>.input-group>#citynew {
        width: 85% !important;
        float: left;
    }

    .profile_head_menu.list-unstyled>li {
        float: left;
        width: 33.33%;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        bottom: 3px;
    }

    .xs-hor-padding-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .xs-no-hor-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .owl-item {
        padding-right: 0;
    }

    .airfcfx-message-send-cnt>input.sendbtn {
        float: right !important;
    }

    .airfcfx-message-send-cnt>textarea.airfcfx-inbox-txtarea {
        margin-top: 10px;
    }

    .table-responsive {
        border: none !important;
    }

    .reservations-cnt>table,
    .reservations-cnt>table>tbody,
    .reservations-cnt>table>tbody>tr,
    .reservations-cnt>table>tbody>tr>td,
    .reservations-cnt>table>tbody>tr>td>p,
    .reservations-cnt>table>tbody>tr>td>p>a,
    .reservations-cnt>table>tbody>tr>td>span,
    .reservations-cnt>table>thead,
    .reservations-cnt>table>thead>tr,
    .reservations-cnt>table>thead>tr>td,
    .trips-cnt>table,
    .trips-cnt>table>tbody,
    .trips-cnt>table>tbody>tr>td>p,
    .trips-cnt>table>tbody>tr>td>p>a,
    .trips-cnt>table>thead,
    .trips-cnt>table>thead>tr>td,
    .trips-cnt>table>tr,
    .trips-cnt>table>tr>td {
        float: left;
        width: 100%;
        white-space: normal !important;
        word-break: break-all;
    }

    th {
        white-space: normal !important;
    }

    ul.pagination>li {
        float: left;
        margin-bottom: 5px;
    }

    /* ul.pagination>li.prev {
        margin-left: 5px;
    } */
    ul.pagination>li.next {
        margin-right: 5px;
    }

    table .profile_pict {
        float: left;
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 40px;
    }

    .airfcfx-td-guest {
        float: left;
        width: 100%;
    }

    .airfcfx-checkin-cell {
        white-space: normal;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal !important;
    }

    .airfcfx-xs-heading-tab-cnt {
        padding: 0 !important;
    }

    .airfcfx-xs-heading-tab-cnt ul li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #e4e4e4;
    }

    .airfcfx-xs-heading-tab-cnt>.review_tab>li.active>a,
    .airfcfx-xs-heading-tab-cnt>.review_tab>li.active>a:focus,
    .airfcfx-xs-heading-tab-cnt>.review_tab>li.active>a:hover {
        border-bottom: 0 !important;
        background-color: #e4e4e4 !important;
        margin-right: 0 !important;
        border-radius: 0;
    }

    .airfcfx-tab-heading-btpadding {
        padding: 20px !important;
    }

    .airfcfx-panel-padding {
        padding: 10px !important;
    }

    .xs-table-heading {
        display: block;
        font-weight: 700;
    }

    .airfcfx-xs-table>thead {
        display: none;
    }

    .airfcfx-xs-table>tbody>tr {
        border-bottom: 1px solid #e4e4e4;
        margin-top: 10px;
    }

    .airfcfx-xs-table>tbody>tr:last-child {
        border-bottom: 0;
    }

    .airfcfx-xs-table,
    .airfcfx-xs-table>tbody,
    .airfcfx-xs-table>tbody>tr,
    .airfcfx-xs-table>tbody>tr>td {
        width: 100%;
        float: left;
        text-align: left;
    }

    .airfcfx-xs-selectalign,
    .airfcfx-xs-selectalign select,
    .field-listing-hometype,
    .field-listing-hometype select,
    .field-listing-roomtype,
    .field-listing-roomtype select {
        width: 100% !important;
        float: left;
    }

    .field-listing-country .selectsze {
        width: 100% !important;
        float: left;
    }

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

    .symbolcls {
        width: 30px;
        float: left;
    }

    .symboltxt {
        left: 0;
    }

    .form-control.margin_bottom10.smalltext {
        width: 80% !important;
    }

    #securitydeposit,
    .field-listing-currency #currency {
        width: 100% !important;
    }

    .alwaysdiv,
    .bookinggrid {
        margin-bottom: 10px;
    }

    .gridcls,
    .gridcls>.bookinggrid,
    .gridcls>.bookinggrid>label {
        width: 100% !important;
        float: left;
        margin: 10px 0 !important;
    }

    .gridcls>.bookinggrid>input {
        width: 80% !important;
        float: left;
    }

    .nightcls {
        width: 20%;
    }

    .airfcfx-mobile-search-txt {
        display: block;
    }

    .banner_form_left,
    .banner_form_right {
        width: 100%;
    }

    #where-to-go-main {
        height: 45px;
    }

    .banner_form {
        margin-top: 60px;
    }

    .mobile-cal-cnt {
        width: 100% !important;
        float: left;
        margin: 0 !important;
        background-color: #fff;
    }

    .mobile-cal-header {
        background-color: #edefed;
        float: left;
        width: 100%;
        color: #555;
        text-align: center;
        padding: 10px;
    }

    .mobile-cal-body {
        background-color: #fff;
        width: 100%;
        float: left;
        padding: 20px;
    }

    .mobile-cal-input-100 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-cal-input-50 {
        float: left;
        width: 48% !important;
        margin-bottom: 10px;
        border-right: 1px solid #e4e4e4 !important;
        margin-right: 10px;
    }

    #airfcfx-mobile-req .mobile-cal-input-50 {
        margin-right: 0;
    }

    .airfcfx-mobile-cal-roomtype-cnt {
        width: 100%;
        float: left;
        padding: 10px 0;
        border: 1px solid #c7c7c7;
        margin-bottom: 10px;
    }

    .airfcfx-mobile-cal-roomtype {
        float: left;
        width: 33.333%;
        border-right: 1px solid #c7c7c7;
        padding: 10px;
    }

    .airfcfx-mobile-entire-home {
        background: url(../images/entire-home.png) no-repeat scroll center center;
        width: 32px;
        height: 32px;
    }

    .airfcfx-mobile-private-room {
        background: url(../images/private-room.png) no-repeat scroll center center;
        width: 32px;
        height: 32px;
    }

    .error-searchmobile {
        float: left !important;
        color: red;
    }

    .error-search {
        float: left !important;
        color: red !important;
    }

    .airfcfx-mobile-shared-room {
        background: url(../images/shared-room.png) no-repeat scroll center center;
        width: 32px;
        height: 32px;
    }

    .airfcfx-mobile-cal-room-details:hover {
        cursor: pointer;
    }

    .pac-container {
        z-index: 1051 !important;
    }

    #ui-datepicker-div {
        z-index: 1051 !important;
    }

    .airfcfx-mobile-cal-room-details:active>.airfcfx-mobile-entire-home,
    .airfcfx-mobile-cal-room-details:hover>.airfcfx-mobile-entire-home {
        background: url(../images/entire-home-hover.png) no-repeat scroll center center;
        width: 32px;
        height: 32px;
    }

    .airfcfx-mobile-cal-room-details:active>.airfcfx-mobile-cal-room-txt,
    .airfcfx-mobile-cal-room-details:hover>.airfcfx-mobile-cal-room-txt {
        color: #fe5571;
    }

    .airfcfx-mobile-cal-room-details:active>.airfcfx-mobile-private-room,
    .airfcfx-mobile-cal-room-details:hover>.airfcfx-mobile-private-room {
        background: url(../images/private-room-hover.png) no-repeat scroll center center;
        width: 32px;
        height: 32px;
    }

    .airfcfx-mobile-cal-room-details:active>.airfcfx-mobile-shared-room,
    .airfcfx-mobile-cal-room-details:hover>.airfcfx-mobile-shared-room {
        background: url(../images/shared-room-hover.png) no-repeat scroll center center;
        width: 32px;
        height: 32px;
    }

    .airfcfx-mobile-cal-roomtype:last-child {
        border: none !important;
    }

    .airfcfx-mobile-cal-room-txt {
        color: #555;
        padding-top: 5px;
    }

    .airfcfx-mobile-cal-room-details {
        float: none;
        text-align: center;
    }

    .airfcfx-mobile-entire-home,
    .airfcfx-mobile-private-room,
    .airfcfx-mobile-shared-room {
        margin: 0 auto;
    }

    .airfcfx-mobile-cal-btn {
        text-transform: none;
    }

    .airfcfx-mobile-cal-close {
        margin-right: 10px;
        font-size: 22px;
        color: #555 !important;
        opacity: 1 !important;
        margin-top: -2px;
    }

    .airfcfx-mobile-cal-close:hover {
        color: #fe5571 !important;
        opacity: 1 !important;
    }

    .requestbtnmobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }

    .airfcfx-mobile-cal-blackdiv {
        background-color: #555;
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .airfcfx-mobile-black-innerdiv {
        float: left;
        width: 50%;
        color: #fff;
        padding: 5px 0;
    }

    .per-night {
        text-align: right;
        padding-right: 20px;
        padding-top: 8px;
    }

    .airfcfx-mobile-rate {
        text-align: left;
        padding-left: 20px;
        font-size: 22px;
    }

    .airfcfx-room-book-detail-cnt {
        float: left;
        width: 100%;
        border-bottom: 1px solid;
        padding: 10px 0;
    }

    .airfcfx-room-book-detail-cnt:last-child {
        border: none !important;
    }

    .airfcfx-room-book-detail-txt {
        width: 60%;
        float: left;
        text-align: left;
    }

    .airfcfx-room-book-detail-rate {
        width: 40%;
        float: left;
        text-align: right;
    }

    .airfcfx-room-book-detail {
        width: 100%;
        float: left;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .airfcfx-0-bottom-padding {
        padding-bottom: 0 !important;
    }

    .mobile-cal-divider {
        background-color: #dce0e0;
        height: 1px;
        width: 100%;
        margin-bottom: 20px;
        float: left;
    }

    .mobile-cal-section-heading {
        color: #555;
        float: left;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        font-size: 13px;
    }

    .airfcfx-mobile-range,
    .airfcfx-more-div,
    .mobile-cal-check-cnt,
    .mobile-cal-size-cnt {
        width: 100%;
        float: left;
    }

    .mobile-cal-size-cnt select {
        margin-bottom: 10px;
    }

    .txt-left-align {
        text-align: left !important;
    }

    .airfcfx-more-div {
        padding-bottom: 10px;
    }

    .airfcfx-less-div {
        margin-left: -15px;
    }

    .airfcfx-more-div a {
        text-decoration: none;
        color: #555;
    }

    .airfcfx-more-div a:hover {
        text-decoration: none;
        color: #fe5571;
    }

    .airfcfx-mobile-cal-2btn {
        text-transform: none;
        width: 48%;
    }

    .airfcfx-white-btn {
        background-color: #fff !important;
        border: 1px solid #dce0e0 !important;
        color: #555 !important;
    }

    .airfcfx-white-btn:hover {
        color: #555 !important;
    }

    .banner {
        height: 28em;
    }

    .airfcfx-mobile-morefilter-hide {
        display: none;
    }

    .airfcfx-mobile-morefilter-btn {
        position: fixed;
        bottom: 10px;
        z-index: 999;
        display: block !important;
        width: 90%;
        height: 45px;
    }

    .airfcfx-mobile-search-check-cnt {
        display: none;
    }

    .airfcfx-mobile-search-custcheck-cnt {
        display: block;
        padding: 0 15px;
    }

    .dropdown,
    .dropdowns {
        width: 100%;
        float: left;
        border-bottom: 1px solid #ebebeb;
    }

    .dropdowns>a {
        width: 100%;
    }

    .dropdowns.open>ul.dropdown-menu {
        float: left;
        width: 100%;
    }

    #search-data {
        padding-bottom: 30px;
    }

    .tooltip_text::after,
    .tooltip_text::before {
        border-color: transparent !important;
    }

    .tooltip_text {
        left: -230px;
        margin-top: -15px;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto !important;
    }

    #searchcalendardiv>.airfcfx-dd-calendar-cnt>.border1.bg_white {
        display: block;
    }

    #searchcalendardiv,
    #searchcalendardiv>.airfcfx-dd-calendar-cnt {
        float: left;
        width: 100%;
        position: relative !important;
    }

    #searchcalendardiv>.airfcfx-dd-calendar-cnt>.airfcfx-dd-calendar {
        margin-left: auto;
        float: left;
        width: 100%;
    }

    #searchcalendardiv>.airfcfx-dd-calendar-cnt>.airfcfx-dd-calendar>.table1 {
        margin-top: 10px !important;
    }

    #searchcalendardiv>.airfcfx-dd-calendar-cnt>.airfcfx-dd-calendar>.table1>.checkindivcls>.hasDatepicker {
        border-right: 1px solid #e4e4e4 !important;
    }

    #searchcalendardiv>.airfcfx-dd-calendar-cnt>.airfcfx-dd-calendar>.airfcfx-dd-calendar-rt-txt {
        width: 100%;
    }

    .invite-new {
        float: left;
        width: 100%;
    }

    .invite-new>.text-center {
        float: left;
        width: 100%;
    }

    .invite-new.email-frm {
        width: 100% !important;
        float: left;
    }

    /* .airfcfx-invite-send-btn {
        width: 100%;
        float: left;
    } */
    .invite {
        left: 0;
        top: 45px !important;
        right: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .padding-top10 {
        padding-top: 10px !important;
    }

    .margin_topr10 {
        margin-top: 10px !important;
    }

    .airfcfx-country-cnt>.airfcfx-country {
        padding: 0 5px;
    }

    .airfcfx-country-cnt>.airfcfx-country:nth-child(3),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(4),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(5),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(6),
    .airfcfx-country-cnt>.airfcfx-country:nth-child(7) {
        padding-top: 10px;
    }

    .airfcfx-message-client-section .airfcfx-message-conv-prof-pic-cnt .airfcfx-message-conv-prof-pic {
        height: 120px;
        width: 120px;
    }

    span.airfcfx-user-icon {
        height: 40px;
        width: 40px;
    }

    .search_sec {
        width: 52% !important;
        margin-left: 10px !important;
    }

    .txtarea {
        width: 60% !important;
    }

    .claimleft,
    .claimright {
        width: 100% !important;
    }

    .claimleft {
        margin-left: 0 !important;
    }

    .claimright {
        margin-right: 0 !important;
    }

    .contactextarea {
        top: 0 !important;
    }

    .airfcfx-message-send-cnt>input.tripsendbtn {
        left: 0 !important;
        top: 5px !important;
        float: right;
    }

    .reservations-cnt>table,
    .reservations-cnt>table>tbody,
    .reservations-cnt>table>tbody>tr,
    .reservations-cnt>table>tbody>tr>td,
    .reservations-cnt>table>tbody>tr>td>p,
    .reservations-cnt>table>tbody>tr>td>p>a,
    .reservations-cnt>table>tbody>tr>td>span,
    .reservations-cnt>table>thead,
    .reservations-cnt>table>thead>tr,
    .reservations-cnt>table>thead>tr>td,
    .trips-cnt>table,
    .trips-cnt>table>tbody,
    .trips-cnt>table>tbody>tr>td>p,
    .trips-cnt>table>tbody>tr>td>p>a,
    .trips-cnt>table>thead,
    .trips-cnt>table>thead>tr>td,
    .trips-cnt>table>tr,
    .trips-cnt>table>tr>td {
        float: left;
        width: 100%;
        white-space: normal !important;
        word-break: break-all;
    }

    th {
        white-space: normal !important;
    }

    ul.pagination>li {
        float: left;
        margin-bottom: 5px;
    }

    ul.pagination>li.prev {
        margin-left: 5px;
    }

    ul.pagination>li.next {
        margin-right: 5px;
    }

    table .profile_pict {
        float: left;
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 40px;
    }

    .airfcfx-td-guest {
        float: left;
        width: 100%;
    }

    .airfcfx-checkin-cell {
        white-space: normal;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal !important;
    }

    .xs-table-heading {
        display: block;
        font-weight: 700;
    }

    .airfcfx-xs-table>thead {
        display: none;
    }

    .airfcfx-xs-table>tbody>tr {
        border-bottom: 1px solid #e4e4e4;
    }

    .airfcfx-xs-table>tbody>tr:last-child {
        border-bottom: 0;
    }

    .airfcfx-xs-table,
    .airfcfx-xs-table>tbody,
    .airfcfx-xs-table>tbody>tr,
    .airfcfx-xs-table>tbody>tr>td {
        width: 100%;
        float: left;
        text-align: left;
    }

    ul.review_tab>li {
        margin-right: 10px;
    }

    .symbolcls {
        width: 20%;
        float: left;
    }

    .symboltxt {
        left: 0;
    }

    .form-control.margin_bottom10.smalltext {
        width: 80% !important;
    }

    #securitydeposit,
    .field-listing-currency #currency {
        width: 100% !important;
    }

    .alwaysdiv,
    .bookinggrid {
        margin-bottom: 10px;
    }

    .gridcls,
    .gridcls>.bookinggrid,
    .gridcls>.bookinggrid>label {
        width: 100% !important;
        float: left;
        margin: 10px 0 !important;
    }

    .gridcls>.bookinggrid>input {
        width: 20% !important;
        float: left;
    }

    .nightcls {
        width: 20%;
    }

    .airfcfx-home-mobile-cal {
        display: none;
    }

    .airfcfx-home-website-search {
        display: block;
    }

    .airfcfx-mobile-morefilter-btn {
        display: block !important;
    }
}

@media (min-width: 310px) and (max-width: 1023px) {
    .search_sec {
        width: 52%;
        margin-left: 10px !important;
    }

    .airfcfx-wishlist-btn-cnt {
        width: 100%;
    }

    .airfcfx-min-width-50 {
        width: 100% !important;
    }

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

    .airfcfx-claim-bottomfx {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .airfcfx-slide_one {
        width: 100%;
    }

    .airfcfx-carousel-caption {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0 !important;
        bottom: 0 !important;
        height: auto;
    }

    .reservationtable>.review_tab>.airfcfx-checkin-cell>.airfcfx-checkin-div {
        height: 130px !important;
    }

    button>.airfcfx-search-icon {
        display: block;
    }

    button>.airfcfx-mobile-search-txt {
        display: none;
        text-align: center;
        font-weight: 200;
    }

    .airfcfx-app-section {
        padding-top: 30px;
    }

    .airfcfx-home-second-banner-txt {
        font-size: 40px;
    }

    p.airfcfx-home-second-banner-para {
        font-size: 20px;
        line-height: 30px !important;
    }

    .airfcfx-footer-select {
        width: 100% !important;
    }

    .airfcfx-footer-select:focus {
        width: 100% !important;
    }

    .airfcfx-view-calendar {
        display: none;
    }

    .no-msg-ptag {
        width: auto !important;
    }
}

.airfcfx-brwn-btn {
    right: 10px !important;
    top: 12px;
}

.airfcfx-namewdth a,
.airfcfx-lastmsg a {
    color: #000 !important;
}

@media (min-width: 1024px) and (max-width: 1279px) {

    .airfcfx-message-send-cnt .airfcfx-inbox-txtarea,
    .airfcfx-message-send-cnt .airfcfx-user-icon {
        float: left;
    }

    .airfcfx-message-send-cnt .sendbtn {
        float: right;
        left: 0;
        top: 10px !important;
    }

    .symbolcls {
        width: 30px !important;
        float: left;
    }

    .symboltxt {
        left: 0;
    }

    .form-control.margin_bottom10.smalltext {
        width: 80% !important;
    }

    #securitydeposit,
    .field-listing-currency #currency {
        width: 100% !important;
    }

    .alwaysdiv,
    .bookinggrid {
        margin-bottom: 10px;
    }

    .gridcls,
    .gridcls>.bookinggrid,
    .gridcls>.bookinggrid>label {
        width: 100% !important;
        float: left;
        margin: 10px 0 !important;
    }

    .gridcls>.bookinggrid>input {
        width: 80% !important;
        float: left;
    }

    .nightcls {
        width: 20%;
    }
}

.mobmsgalgn {
    word-wrap: break-word;
}

.hrdiv {
    width: 100%;
}

div#inboxdiv>.hrdiv:last-child {
    display: none;
}

@media print {
    body * {
        visibility: hidden;
    }

    .airfcfx-transaction-print * {
        visibility: visible;
    }

    .airfcfx-transaction-print {
        position: absolute;
        left: -200px;
        top: -100px;
    }

    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .airfcfx-home-cnt-width {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .airfcfx-home-cnt-width {
        width: 970px !important;
    }

    .airfcfx-prof {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .airfcfx-home-cnt-width {
        width: 100% !important;
        max-width: 100%;
    }

    .airfcfx-listing-remove {
        float: left;
    }
}

@media (min-width: 1200px) {
    .airfcfx-home-cnt-width {
        width: 1170px !important;
    }

    .airfcfx-home-cnt-width-header {
        width: 100% !important;
    }

    .airfcfx-td-dtnloc-trp {
        width: 180px;
    }

    .airfcfx-td-guest {
        width: 100px;
    }

    .airfcfx-td-guest-trp {
        width: 100px;
    }

    .airfcfx-td-transc {
        float: left;
        width: 200px;
    }

    button.airfcfx-btn_search {
        padding: 10px 0;
        border: none !important;
        border-radius: 3px !important;
    }
}

@media (min-width: 1024px) {
    .alert-success {
        width: 25% !important;
        background-color: #dff0d8 !important;
        border-color: #d6e9c6 !important;
        color: #3c763d !important;
        margin-right: 0;
        display: block;
    }

    .airfcfx-home-mobile-cal {
        display: none;
    }

    .airfcfx-mobile-morefilter-btn {
        display: none !important;
    }
}

.airfcfx-wishlist-btn-cnt .errcls.listerr {
    top: inherit;
}

#hourlyprice {
    width: 25% !important;
}

#pricediv .hourpanel #hourlyprice {
    width: 135px !important;
}

#pricediv input#securitydeposit {
    width: 175px !important;
}

.timeavail {
    width: 200px !important;
}

#locationdiv .leftdiv .field-listing-state #state.divmediumtext {
    width: 100%;
}

#owl-demos .airfcfx-homerecent-pad-10 .item {
    padding-bottom: 10px;
}

.social_icon {
    font-size: 16px !important;
    height: 33px;
    padding: 7px 0;
    width: 25px;
}

.footer .airfcfx-socialicon-padding i:hover {
    border-color: #484848;
    color: #484848 !important;
}

.airfcfx-app-link>img {
    height: 45px !important;
    margin-top: 15px;
    width: auto !important;
}

.airfcfx-footer-app-link .airfcfx-app-link>img {
    margin-top: 0;
}

.upcomgnreserv {
    float: left;
    margin: 0;
}

.navbar.navbar-inverse.mang-list {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.mang-list .navbar-brand.res-disp {
    display: none;
}

.sdecls-main .coldiv .airfcfx-timezone-dd.form-control.listselect.selectsze {
    width: 100% !important;
}

.help-block.help-block-error {
    clear: both;
}

.fa.fa-camera {
    margin: 0 10px 0 0;
}

.sdecls-main #imagenames {
    margin: 10px 0;
}

#amenitiesdiv .coldiv>h3 {
    margin-bottom: 25px;
}

.sdecls-main #safetydiv .mediumlargediv input {
    width: 100% !important;
}

.sdecls-main #pricediv .coldiv div.hourpanel .symbolcls,
.sdecls-main #pricediv .coldiv div.pernightpanel .symbolcls {
    width: 40px !important;
}

.sdecls-main #pricediv .coldiv div.pernightpanel input#securitydeposit {
    width: 175px !important;
}

.sdecls-main #pricediv .coldiv div.field-listing-currency,
.sdecls-main #pricediv .coldiv div.pernightpanel {
    float: left;
    width: 64%;
}

#pricediv .hourpanel {
    float: left;
    width: 64%;
}

.sdecls-main #pricediv .coldiv label {
    float: left;
    width: 35%;
}

.sdecls-main #pricediv .coldiv .airfcfx-timezone-dd.form-control.listselect.selectsze {
    width: 175px !important;
}

.sdecls-main #pricediv .coldiv div.pernightpanel #nightlyprice {
    width: 135px !important;
}

#calendardiv .pricepernightpanel .input-group-addon {
    border-radius: 0 !important;
    border-right: none;
}

.input-group-addon {
    background-color: #e4e4e457 !important;
    border: 1px solid #e4e4e4 !important;
}

#calendarsettings .gridcls .mediumtext {
    float: left;
    width: 90px !important;
}

#calendarsettings .gridcls .nightcls {
    width: 64px !important;
}

.profile_head.wishlisr {
    height: auto !important;
}

#airfcfx-mobile-cal .modal-dialog #where-to-go-mobile {
    width: 100% !important;
}

.airfcfx-mobile-search-check-cnt .pos_rel i {
    color: #ff5a5f;
    font-size: 16px;
}

a.searchcollapse.acor_nav>i {
    color: #454545;
    font-size: 15px;
}

a.searchcollapse.acor_nav {
    font-size: 18px !important;
}

#accordion #collapseThree .panel-body .border_top,
#accordion #collapseTwo .panel-body .border_top {
    border: medium none;
}

#accordion #collapseThree,
#accordion #collapseTwo {
    position: relative;
    top: -15px;
}

#airfcfx-mobile-cal .modal-dialog .mobile-cal-body select#guest-count-mobile {
    width: 100% !important;
}

.listing-create .form-group label {
    width: 100%;
}

.listing-create .form-group {
    margin: 15px 0 0;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #484848 !important;
}

.modal-dialog button.close {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 32px;
    font-size: 30px;
    font-family: PRegular;
    /* font-weight: 100; */
    color: #484848;
    opacity: 1;
    position: absolute;
    right: -10px;
    margin-top: -31px;
    /* background-color: #f95259; */
    border-radius: 15px;
    color: #fff;
    text-shadow: none !important;
}


/* @media (max-width: 500px) {
    .modal-dialog button.close {
        right: 0 ;
    }
} */

.modal-body {
    padding: 15px 25px 10px;
}

.login_width .modal-body form input.form-control,
.login_width .modal-body form select {
    line-height: 24px;
    padding: 11px;
}

.login_width .modal-body form .btn_email {
    font-size: 14px !important;
    font-weight: 700 !important;
    height: 37px;
    line-height: 22px;
}

.modal-dialog.login_width form,
.modal-dialog.login_width form input {
    border-radius: 2px;
    font-size: 14px;
    font-weight: lighter !important;
}

.login_width .login-tiltl {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

#login-form .airfcfx-search-checkbox-text {
    font-size: 19px;
    font-weight: 300;
}


/* .login_width .modal-body form p {
    font-size: 17px;
    margin-top: 0;
} */

.oops-contnt {
    font-size: 20px;
}

.show-paswrd a {
    color: #f95259 !important;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap
}

@media (max-width: 399px) {
    .show-paswrd a {
        font-size: 12px !important;
    }

    .forgottextalgn {
        right: 10px;
        margin-bottom: 5px;
    }
}

#form-signup .help-block.help-block-error {
    text-align: left !important;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #f95259 !important;
    /* padding-left: 5px; */
    /*padding-top: 5px;*/
    /* padding-bottom: 5px;*/
}

.validation {
    margin-bottom: 10px;
    text-align: left !important;
    padding-left: 5px;
    color: #f95259 !important;
}

.email-pop {
    padding-bottom: 10px;
}

#forgotpass {
    font-size: 15px;
}

#signupModal .modal-body.text-center {
    padding-top: 0;
}

.bdaycls p {
    margin-top: 0 !important;
    font-size: 15px !important;
    letter-spacing: .2px;
}

.bdaycls label {
    font-size: 19px;
}

.modal-dialog.login_width form .form-group input {
    margin-bottom: 0 !important;
}

.norm_nav .navbar-header>a.navbar-brand {
    height: 75px;
    text-align: right;
    width: 210px;
}

.airfcfx-home-cnt-width .navbar-header .navbar-brand {
    border: medium none;
}

.navbar-header>a.navbar-brand img.img-responsive.margin_top10 {
    border-right: medium none;
    display: inline-block;
    max-height: 60px;
    padding: 15px 10px 0;
}

.oop-bg {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto -10px;
    position: relative;
    text-align: center;
    padding: 90px 0;
}

.oop-bg .panel-body.text-center {
    padding: 20px 0 0;
}

.oop-bg .img-responsive {
    display: inline-block;
}

.listing-create .errcls {
    display: inline-block !important;
    width: 100%;
}

#airfcfx-mobile-req .close.airfcfx-mobile-cal-close {
    margin-left: 10px;
}

@media (min-width: 310px) and (max-width: 400px) {
    select.airfcfx-message-select {
        width: 100% !important;
    }

    .airfcfx-profile-bd select {
        width: 100% !important;
        margin-left: 0;
    }

    select#profile-gender {
        width: 100% !important;
    }

    .sdecls-main .leftdiv {
        float: left;
        width: 100%;
    }

    #photosdiv .airfcfx-xs-center {
        text-align: center !important;
    }

    #photosdiv .airfcfx-xs-center {
        text-align: left;
        width: 100% !important;
    }

    .gridcls .gridinner .gridcls {
        width: 65% !important;
    }

    #locationdiv .leftdiv .field-listing-city #city.divmediumtext {
        width: 100%;
    }
}

@media (min-width: 310px) and (max-width: 480px) {
    .sdecls-main #pricediv .coldiv label {
        float: left;
        width: 100%;
    }

    .sdecls-main #pricediv .coldiv div.field-listing-currency,
    .sdecls-main #pricediv .coldiv div.hourpanel,
    .sdecls-main #pricediv .coldiv div.pernightpanel {
        float: left;
        width: 100%;
    }

    .sdecls-main #pricediv .coldiv div.pernightpanel input#securitydeposit {
        width: 100% !important;
    }

    .sdecls-main #pricediv .coldiv #currency {
        width: 200px !important;
    }

    .sdecls-main #pricediv .coldiv div.pernightpanel input#nightlyprice {
        width: 160px !important;
    }

    #pricediv .coldiv .hourpanel #hourlyprice {
        width: 160px !important;
    }

    #pricediv .coldiv input#securitydeposit {
        width: 200px !important;
    }

    .airfcfx-country-cnt .airfcfx-country {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .airfcfx-xs-heading-tab-cnt.profile_menu1.prflreview>.review_tab>li.active>a,
    .airfcfx-xs-heading-tab-cnt.profile_menu1.prflreview>.review_tab>li.active>a:focus,
    .airfcfx-xs-heading-tab-cnt.profile_menu1.prflreview>.review_tab>li.active>a:hover {
        background-color: unset !important;
        border-bottom: 4px solid #aaa !important;
        border-radius: 0;
        margin-right: 0;
    }

    .airfcfx-xs-heading-tab-cnt.profile_menu1.prflreview ul li {
        border-bottom: medium none !important;
        margin: 0;
        width: auto;
    }

    .airfcfx-country-cnt .airfcfx-country {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .airfcfx-home-cnt-width h1 {
        font-size: 30px;
    }

    .owl-wrapper>.airfcfx-homerecent-pad-10 {
        margin-bottom: 30px;
    }

    .owl-wrapper>.airfcfx-homerecent-pad-10:last-child {
        margin-bottom: 10px;
    }

    h4 {
        font-size: 14px;
    }

    .footer {
        padding: 5px;
    }

    .airfcfx-socialicon-padding {
        padding: 0 2px;
    }

    .res-pading0 {
        padding-left: 0;
        padding-right: 0;
    }

    a.airfcfx-app-link>img {
        width: 25px;
        height: 25px;
    }

    .airfcfx-footer-info h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .airfcfx-home-cnt-width>.airfcfx-reason_one-cnt:last-child {
        margin-bottom: 0;
    }

    #myCarousel.airfcfx-margin-55 {
        margin-top: 25px;
    }

    .collapsing,
    .navbar-collapse.collapse.in {
        border: medium none;
    }

    .airfcfx-mobile-navbar.navbar-toggle {
        padding: 12px;
        position: relative;
        /* top: 7px; */
    }

    p.airfcfx-home-second-banner-para {
        font-size: 16px;
        line-height: 25px !important;
    }

    #owl-demos .owl-wrapper {
        margin: 0 auto;
        text-align: center;
    }

    .owl-wrapper .airfcfx-homerecent-pad-10 {
        display: inline-block;
        float: none;
        margin: 10px auto;
        overflow: hidden;
        padding: 0;
        text-align: left;
    }

    .airfcfx-listing_img.listing_img {
        background-size: cover;
        margin: 0 auto;
        width: 220px;
    }

    .airfcfx-listing-row .col-xs-12.col-sm-7 {
        text-align: center;
    }

    .airfcfx-listing-row .airfcfx-listing-btn-cnt {
        text-align: center;
    }

    .airfcfx-listing-btn-cnt a {
        display: inline-block;
        float: none;
    }

    .upcomgnreserv {
        float: none;
        margin: 0;
        text-align: center;
    }

    .reservlist {
        float: none !important;
        text-align: center;
        margin: 0 !important;
    }

    .listing-create .form-group {
        margin-bottom: 0;
    }

    .airfcfx-notification-info-row {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    .airfcfx-user-icon.profile_pict.inlinedisplay {
        float: none;
    }

    .airfcfx-notifytxt {
        display: inline-block;
        float: none;
        padding-top: 5px;
        width: 100%;
    }

    .navbar-default .navbar-nav>li>a:focus {
        color: #484848 !important;
    }

    .mang-list .navbar-brand.res-disp {
        display: block;
    }

    .airfcfx-xs-selectalign.selectalign>select {
        margin-bottom: 10px;
    }

    .airfcfx-xs-selectalign.selectalign {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .navbar.navbar-inverse.mang-list {
        background: #fff none repeat scroll 0 0;
        border: medium none transparent;
        margin: 0;
    }

    .mang-list .navbar-header {
        border-bottom: 1px solid #e4e4e4;
        height: auto;
        padding: 0 10px;
    }

    .mang-list a.navbar-brand.res-disp {
        color: #444;
        line-height: 50px;
    }

    .mang-list .listingnav a.navbar-brand.res-disp {
        line-height: 57px !important;
    }

    .mang-list #listpropul>li:hover {
        background: #ddd none repeat scroll 0 0;
    }

    nav.mang-list .navbar-toggle {
        background: transparent none repeat scroll 0 0 !important;
        border: medium none;
        margin: 10px 0 0;
    }

    nav.mang-list .navbar-toggle .icon-bar {
        background: #ff5a5f none repeat scroll 0 0;
    }

    .sdecls-main #imagenames {
        display: inline-block;
        margin: 10px 0;
        width: 100%;
    }

    #photosdiv .airfcfx-xs-center {
        text-align: left;
    }

    #photosdiv #imagepreview .listimgdiv:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    #photosdiv .airfcfx-xs-center {
        text-align: left;
        width: 50%;
    }

    .sdecls-main #safetydiv .mediumlargediv {
        width: 100% !important;
    }

    .sdecls-main #safetydiv .selectalign {
        width: 100% !important;
    }

    #calendardiv h4 {
        font-size: 18px;
    }

    .invite {
        position: initial;
        margin-top: 10px;
    }

    #lessamenity>.margin_top15.col-xs-12.col-sm-4 {
        margin: 0;
    }

    .pos_rel .rm_text_deco .item>p.fa-1x.pointer {
        margin: 20px 0 0;
    }

    #airfcfx-mobile-filt #collapseThreemobile,
    #airfcfx-mobile-filt #collapseTwomobile {
        position: relative;
        top: -25px;
    }

    #navbar.navbar-collapse {
        margin-top: 15px;
    }

    .airfcfx-home-menu>li:last-child {
        padding-top: 0;
    }

    .airfcfx-home-menu>li>a.airfcfx-list-space-btn {
        color: #484848;
    }

    #navbar .nav.navbar-right li.dropdowns>ul.profil_menu .border_bottom {
        border: medium none !important;
    }

    #navbar .nav.navbar-right li.dropdowns>ul.profil_menu>a.rm_text_deco li {
        padding-left: 20px;
    }

    nav.navbar.norm_nav .navbar-nav {
        margin: 0 -15px;
    }

    #airfcfx-mobile-req #booking_duration_mobile,
    #airfcfx-mobile-req #guestsmobile {
        width: 100% !important;
    }

    #airfcfx-mobile-req #booking_time_mobile,
    #airfcfx-mobile-req #guestsmobile {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .sdecls-main #safetydiv .mediumlargediv {
        width: 100% !important;
    }

    .sdecls-main #safetydiv .selectalign {
        width: 100% !important;
    }

    .listtxtalgn {
        width: 70% !important;
    }

    .airfcfx-mobile-morefilter-hide button.filter_menu_btn {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #basicsdiv .selectalign {
        float: left;
        width: 45%;
    }

    #calendardiv .alwaysdiv {
        float: left;
        width: 100%;
    }

    .airfcfx-mobile-float-icon-cnt {
        display: none;
    }

    #airfcfx-mobile-req .airfcfx-mobile-black-innerdiv.airfcfx-mobile-rate,
    #airfcfx-mobile-req .airfcfx-mobile-black-innerdiv.per-night {
        display: inline-block;
        width: 49%;
    }

    #airfcfx-mobile-req .airfcfx-mobile-black-innerdiv.per-night {
        text-align: right;
    }

    #airfcfx-mobile-req .mobile-cal-body>select#booking_duration_mobile {
        width: 99% !important;
    }

    #airfcfx-mobile-req .mobile-cal-body>input,
    #airfcfx-mobile-req .mobile-cal-body>select {
        float: left !important;
        margin: 0 0 15px;
        width: 33% !important;
    }

    #airfcfx-mobile-req {
        margin: 0 auto;
        text-align: center;
    }

    #airfcfx-mobile-req .modal-dialog.mobile-cal-cnt {
        background: #fff none repeat scroll 0 0;
        clear: both;
        display: inline-block;
        margin: 0 auto;
        padding: 15px;
    }

    #airfcfx-mobile-req .airfcfx-mobile-cal-blackdiv {
        padding: 10px 0;
        text-align: left;
    }

    .airfcfx-country-cnt .airfcfx-country {
        width: 33.33%;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .airfcfx-mobile-float-icon-cnt {
        display: none;
    }
}

@media (min-width: 901px) and (max-width: 1150px) {

    .overflwtxtcontrl .col-xs-12.col-sm-3.margin_top20:nth-child(2),
    .overflwtxtcontrl .col-xs-12.col-sm-3.margin_top20:nth-child(3),
    .overflwtxtcontrl .col-xs-12.col-sm-3.margin_top20:nth-child(4) {
        width: 25%;
    }

    .overflwtxtcontrl .pos_rel>label {
        line-height: 28px;
        overflow: hidden;
        padding-right: 30px;
        padding-top: 6px;
    }

    .filter_menu2 .cls_duration {
        width: 30% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {

    .airfcfx-footer-select,
    .airfcfx-footer-select:focus {
        width: 100% !important;
    }
}

.navbar-default .navbar-nav>li>a {
    color: #484848;
}

.country-details {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.country-details .place {
    margin-top: 5px;
    color: #108aa8;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
}

.country-details .airfcfx-country-txt {
    max-height: 42px;
    font-size: 19px;
    line-height: 22px;
    white-space: nowrap;
    color: #484848;
}

.country-details .price-with-person {
    letter-spacing: .2px;
    font-size: 15px;
    color: #484848;
    font-weight: 300;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    margin: 3px 0 0;
}

.place-star-rating span {
    display: inline-block;
    font-size: 10px;
    color: #008489;
    margin: 1px;
}

.place-star-rating .half-star-span {
    position: relative;
    top: 0;
    width: 10px;
    height: 10px;
}

.place-star-rating span .no-cover-star {
    position: absolute;
    color: #d8d8d8;
}

.place-star-rating span .off-cover-star {
    position: absolute;
}

.place-star-rating {
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.show-all {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: #008489;
    font-size: 16px;
}

.load-more-image {
    display: initial;
    font-size: 17px;
    font-weight: 400;
}

.right-arrow {
    display: inline;
}

.show-more-btn {
    background: 0 0;
    border: none !important;
    padding: 0;
}

.reason-icon-left {
    float: left;
    margin-right: 15px;
    /* display: inline-block; */
    width: 40px;
    margin-top: 5px;
}

.reason-right-txt {
    float: left;
    display: table;
    width: 80%;
}

.reason-content-title {
    font-size: 15px;
    font-weight: 700;
}

.login-popup-title {
    text-align: left;
    font-family: PSemibold;
    margin-bottom: 0;
}

.review-icons {
    margin-right: 4px;
    /* display: inline-block; */
    float: left;
}

.review-title {
    font-size: 36px !important;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.profile.review-profile {
    height: 70px;
    width: 70px;
}

.box-title h4 {
    font-size: 16px;
}

.profile.review-profile img {
    -webkit-box-shadow: 0 0 2px #e4e4e4;
    box-shadow: 0 0 2px #e4e4e4;
    border-radius: 50%;
    padding: 5px;
    width: 70px;
    height: 70px;
}

.date-vs {
    width: 30px;
    height: 20px;
    /* display: inline-block; */
    float: left;
    margin: 5px 15px 0;
}

.compaine-date.checkindivcls>input {
    width: 39%;
    font-size: 16px !important;
    float: left;
    border: none !important;
    font-weight: 300;
    background: 0 0;
    padding: 6px 8px !important;
    text-align: center;
}

.compaine-date.checkindivcls {
    width: 98%;
    border: 1px solid #e4e4e4;
    border-radius: 3px !important;
}

.seperate-div.guestdivcls {
    width: 98%;
    margin-top: 10px;
}

.line-border {
    border-top: 1px solid #e4e4e4;
    margin: 10px 20px;
}

.place-star-rating .place-reviews {
    font-weight: 500;
    color: #484848;
    margin: 0 3px;
    font-size: 12px;
}

.headtxt {
    font-weight: 700;
    font-size: 17px;
    color: #484848;
}

.similar-title {
    font-size: 28px !important;
    font-family: Circular !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.siml-text1 {
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.siml-text2 {
    font-size: 19px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #484848;
    font-weight: 600;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.similar-prices .full-price,
.similar-prices .hrs-price {
    float: left;
    margin-right: 15px;
    color: #484848;
    text-align: left;
}

.home-search-option.airfcfx-home-website-search .form-searchwhole {
    border: 1px solid #e4e4e4 !important;
    padding: 15px;
    -webkit-box-shadow: 0 5px 30px rgba(156, 160, 171, 0.25) !important;
    box-shadow: 0 5px 30px rgba(156, 160, 171, 0.25) !important;
    border-radius: 3px !important;
    background: #fff;
}

.home-search-option .form_text1 {
    width: 100% !important;
}

.checking-inputs {
    border: 1px solid #e4e4e4;
    border-top: none;
    width: 100%;
    padding: 3px;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.checking-inputs .form_text2 {
    margin: 10px 10px;
    border-radius: 3px !important;
    height: 45px;
}

#checking-inputs .form-text2.form-control {
    display: inline-block;
    width: auto;
    margin: 10px 5px;
    line-height: 33px;
    border-radius: 3px !important;
    height: 45px;
}

#checking-inputs .form-text2.form-control a {
    color: #484848;
    padding: 10px 20px;
}

.form-searchwhole .banner_form_left>.form-control {
    height: 46px;
    border: 0 !important;
    padding-left: 45px !important;
    font-size: 19px;
}

.checking-inputs-mystyle {
    display: block !important;
}

.search-svg-icon {
    position: absolute;
    left: 20px;
    margin: 10px 0 0 0;
}

.form-searchwhole .banner_form_right {
    width: 10%;
}

.form-searchwhole .banner_form_left {
    width: 90%;
}

.form-searchwhole .banner_form_right .airfcfx-mobile-search-txt {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.airfcfx-profilename {
    display: none;
}

h4.profile_menu1 {
    line-height: 1.43;
    font-size: 16px;
    padding: 12px 20px !important;
    border-bottom: 1px solid #dce0e0;
}

h4.profile_menu1 i {
    margin-top: 5px;
}

.airfcfx-verifications-row p {
    margin-left: 20px;
    margin-right: 20px;
}

.airfcfx-verifications-row i {
    color: #484848;
    font-weight: lighter;
}

.profile-name {
    font-size: 44px;
}


/* .profile_left>li.active {
    font-weight: 600;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
} */

.btn-border,
.btn-border:focus,
.btn-border:hover {
    background: 0 0 !important;
    color: #484848 !important;
    border: 1px solid #e4e4e4 !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.full-width {
    width: 100%;
}

.panel-title {
    font-size: 16px !important;
    color: #484848 !important;
    line-height: 1.43;
}

.input-prefix,
.input-suffix,
[type=email],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
input[type=checkbox],
input[type=radio],
select,
textarea {
    border: 1px solid #e4e4e4 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.focus[type=email],
.focus[type=number],
.focus[type=password],
.focus[type=search],
.focus[type=tel],
.focus[type=text],
.focus[type=url],
[type=email]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=url]:focus,
input.focus[type=checkbox],
input.focus[type=radio],
input[type=checkbox]:focus,
input[type=radio]:focus,
select.focus,
select:focus,
textarea.focus,
textarea:focus {
    border-color: #e5e5e5;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.rm_text_deco li {
    color: #484848 !important;
    font-size: 15px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 400;
    letter-spacing: .5px !important;
    opacity: .9;
    padding: 3px 0;
}

.rm_text_deco li:hover {
    color: #878585 !important;
}

.arw-border {
    stroke: #dbdbdb !important;
    fill: transparent !important;
}

.arw-bg {
    fill: #fff !important;
}

.top-arw-drop {
    position: absolute !important;
    width: 20px !important;
    height: 10px !important;
    top: 1px !important;
    right: -10px;
}

.tick-circle {
    background: url(../images/tick-circle.png) no-repeat scroll 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: cover;
}

.close-circle {
    background: url(../images/close-circle.png) no-repeat scroll 0 0/contain;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.bg-transparant {
    background: 0 0 !important;
}

.border-box {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.border-box .box-title {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 20px;
    background: #edefed;
}

.box-border-content {
    padding: 20px 10px;
}

.box-border-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.mesg-heading.profile_menu1 {
    background: 0 0 !important;
}

.message-navigation.nav {
    /* display: inline-block; */
    float: left;
    border: none !important;
}

#selmessage {
    float: right;
    font-size: 16px;
    margin: 20px 0 10px;
}

.mesg-heading .message-navigation li:first-child a {
    margin-left: 0;
}

.mesg-heading .message-navigation li a {
    border: none !important;
    padding: 10px 0;
    background: unset !important;
    font-size: 18px;
    color: #777777;
    margin: 0 10px;
}

.mesg-heading .message-navigation li.active a {
    border-bottom: 4px solid #008489 !important;
    color: #484848;
}

.msg-tablink p.no-msg {
    font-size: 24px;
    margin: 10px 0;
}

.text-muted {
    color: #777777;
}

.no-msg-ptag {
    width: 300px;
    margin: 15px auto;
    text-align: center;
    font-size: 16px;
    color: #777777;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 600;
}

.msg-tablink #Hosting,
.msg-tablink #Traveling {
    margin: 0 0 25px;
}

.profile-image-invite-page .profile_img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 50%;
}

.invite-banner {
    background: #008489;
    height: 490px;
}

.profile-image-invite-page {
    margin-top: 50px;
}

.invite-banner h2 span {
    font-size: 32px;
    color: #fff;
    padding: 20px 0;
    display: inline-block;
}

.hero-subtext-md-lg span {
    font-size: 18px;
    width: 75%;
    display: inline-block;
    color: #fff;
}

.hero-subtext-md-lg span a {
    font-size: 18px;
    color: #fff;
    text-decoration: underline !important;
}

.search_sec #where-to-go-main {
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    /* height: 50px; */
    height: 40px;
    font-size: 16px;
    border-radius: 3px !important;
}

.invite-frnds-tab {
    position: relative;
    top: -125px;
}

.invit-section {
    background: #fff;
    padding: 35px;
    border: 1px solid #dbdbdb;
    text-align: left;
}

.invit-section .invite-new .email-frm {
    width: 100%;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;
}

.invit-section .invite-new .email-frm .airfcfx-invite-send-btn {
    width: 25%;
    right: 0;
    /* height: 50px; */
    height: 40px;
    top: -1px;
}

.invit-section .invite-new .email-frm .addmail-lis {
    min-height: 45px;
    /* width: 75%; */
    width: 100% !important;
}

.invit-section #emailerr {
    width: 100%;
}

.loading-trigger a {
    padding-left: 22px;
    color: #484848;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.gmail-icon {
    background: url(../images/gmail.png) no-repeat scroll 0 0;
}

.yahoo-icon {
    background: url(../images/yahoo.png) no-repeat scroll 0 0;
}

.windowslive-icon {
    background: url(../images/windowslive.html) no-repeat scroll 0 0;
}

.contact-importer .loading-trigger:last-child {
    border: none !important;
}

.contact-importer .loading-trigger {
    border-right: 1px solid #dbdbdb;
    padding: 0 2px 0 5px;
}

.invit-section .loading {
    margin: 10px auto;
    display: none;
}

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

.impot-span {
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    color: #484848;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2px;
}

.or-separator {
    background: 0 0;
    height: 34px;
    position: relative;
    text-align: center;
}

.or-separator--text {
    background-color: #fff;
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #777777;
    margin: 0;
}

.or-separator hr {
    margin: -16px auto 10px;
    width: 100%;
    border-top: 1px solid #dbdbdb;
}

.invit-other-sender .float-item {
    float: left;
    padding-right: 15px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.invit-other-sender .flexble-span {
    overflow: auto;
    position: relative;
}

.invit-other-sender .input-addon {
    display: table;
    width: 100%;
}

.invit-other-sender .input-copy-btn {
    border-style: dashed !important;
    border-right-style: dashed !important;
    border-right: 0 !important;
    width: 78%;
}

.invit-other-sender .btn-copy-btn {
    width: 20%;
    vertical-align: middle;
    padding: 7px !important;
    height: 46px;
    border-radius: 0 !important;
    background: #edefed !important;
    color: #484848 !important;
    line-height: 30px;
    margin: -3px 0 0 0;
    border-left: none !important;
}

.input-type-large {
    font-size: 16px;
    padding: 10px;
}

.social-share-btn {
    width: 100%;
    font-size: 16px !important;
    padding: 10px;
}

.facebook-messenger {
    background: #2495ff !important;
}

.invit-other-sender .facebook {
    background: #3b5998 !important;
}

.invit-other-sender.row {
    margin-top: 10px;
}

.how-it-works-text {
    float: left;
    width: 80%;
}

.how-it-works-icon {
    width: 50px;
    float: left;
    /* display: inline-block; */
}

.how-it-works-icon i.rotate {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.how-it-works-icon i {
    font-size: 30px;
}

.invite-share-option h2 {
    margin: 30px 0 40px;
}

.how-it-weork {
    margin: 10px 20px;
}

.reservationtable .airfcfx-prof.profile_pict {
    float: left;
}

.reservationtable .spanusrname {
    position: unset;
}

.change-paswrd input {
    border-radius: 2px;
}

#changepassword-form button {
    border-radius: 7px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
}

#changepassword-form .firebaseui-button {
    padding: 0px !important;
}

table.login_history-table tr td,
table.login_history-table tr th {
    border-left: none;
    border-right: none !important;
    border-bottom: 1px solid #e4e4e4;
}

ul.review_tab>li .airfcfx-tab-padding {
    padding-bottom: 10px;
}

.selcet-listing {
    display: inline-block;
}

.selcet-listing select {
    padding: 7px 15px;
    margin: 10px 0 15px;
    border-radius: 2px;
    background: #fff !important;
}

.model-left-flot h1 {
    font-size: 38px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 700;
    letter-spacing: -.8px;
}

.model-left-flot h5 {
    font-size: 16px;
    margin: 20px 0;
    color: #777777 !important;
    line-height: 25px;
}

.model-left-flot p {
    font-size: 20px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    margin: 25px 0;
    line-height: 30px;
    font-weight: 300;
}

.model-host-list li {
    font-size: 20px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 300;
}

.model-right-flot label {
    font-size: 19px;
    color: #484848 !important;
}

.model-right-flot .form-control {
    font-size: 19px;
    font-weight: 300;
}

.luxiry-title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: capitalize;
}

.luxury-details .luxiry-title {
    margin-top: 25px;
}

.listtxtalgn p.luxiry-title {
    font-size: 12px;
    text-transform: uppercase;
}

.luxury-details ul li {
    margin: 10px 0;
    font-size: 17px;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-weight: 300;
    letter-spacing: .2px;
    display: block;
}

.luxury-details .displayblock {
    padding: 0;
}

.luxury-details ul.displayblock li i {
    width: 25px;
    margin-right: 10px;
}

.luxury-details ul.displayblock li {
    display: block;
}

#homeother.select_list.home {
    border-radius: 2px;
}

.search_sec #where-to-go {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px !important;
    height: 38px;
    font-size: 16px;
}

#page-wrap {
    margin-top: 10px;
}

.luxury-details .right-space {
    padding: 0 15px 0 0;
}

.luxury-details .displayblock li img {
    width: 30px;
}

ul li.listroomdiv {
    display: inline-block;
    padding-right: 10px;
}

ul li.listroomdiv p {
    color: #484848;
    font-size: 17px;
    text-transform: lowercase;
    font-weight: 300;
    letter-spacing: .2px;
}

.listtxtalgn p.text_gray1 {
    color: #484848;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2px;
}

.popup-body {
    padding: 15px 20px;
}

.cls-date.btn-group.open .dropdown-menu {
    width: 300px;
}

.search-filter-listing .btn-group {
    margin: 15px 0;
}

.popup-body label {
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.search-filter-listing .btn-group.open .dropdown-menu {
    min-width: 250px;
}

.checkboxatrb input.form-control {
    float: left;
    position: unset !important;
    width: auto;
    height: auto;
    margin: 6px 10px 0 0 !important;
}

.checkboxatrb .check-cover {
    display: table-cell;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
    vertical-align: top;
    white-space: normal;
    cursor: pointer;
    font-size: 19px;
    font-weight: 300;
}

.checkboxatrb label {
    margin: 0;
    width: 100%;
}

.cls-price-filter .popup-body {
    min-height: 125px;
    width: 350px;
}

.cls-price-filter .popup-body .range-slider {
    margin: 15px 10px 0;
}

.cls-morefileter .filter_menu_btn {
    padding: 5px 10px;
    width: auto;
}

#collapseThree.lastrowshow {
    padding-bottom: 50px;
}

.pading-left40 {
    padding-left: 40px !important;
}

.rent-count {
    font-size: 28px;
    margin: 20px 0 10px;
    letter-spacing: -.6px;
    font-weight: 700;
    line-height: 32px;
}

.item.bg_img.active {
    background-size: cover;
    background-repeat: no-repeat;
}

.filter_menu.filter_menu1 {
    font-size: 17px;
}

#page-wrap .size-rem .sizecount {
    border: none !important;
    padding: 0;
    margin: 0 0 0 5px;
    width: 25px !important;
    text-align: right;
}

#page-wrap .size-rem .editiveplus {
    margin: 0 10px 0 0;
    text-align: left;
}

.dec.inc-dec {
    float: left;
}

.dec.inc-dec,
.inc.inc-dec {
    display: inline-block;
    border: 1px solid #008489;
    margin: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 19px;
    text-align: center;
    cursor: pointer;
    color: #008489;
}

.right-postn {
    float: right;
}

.help-title-txt {
    font-size: 36px !important;
    margin: 30px 0;
    font-weight: 700;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.help-text-page a:hover {
    text-decoration: underline !important;
}

.help-text-page a {
    color: #484848 !important;
}

.help-type ul {
    padding: 0;
    margin: 0 40px 20px 0;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.help-type ul li {
    display: block;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-type ul li a {
    color: #484848 !important;
    font-size: 15px;
    font-weight: 300;
}

.help-type ul h3 {
    font-size: 24px !important;
    margin: 30px 0;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}

.help-type ul p a {
    color: #008489 !important;
    font-size: 15px;
}

.white-bg-border {
    background: #fff !important;
    color: #888 !important;
    border: 0px solid #dce0e0 !important;
    font-size: 15px !important;
    margin: 0 4px !important;
    border-radius: 25px !important;
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee !important;
}

.white-bg-border:active,
.white-bg-border:focus,
.white-bg-border:hover {
    color: #484848 !important;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.table-img-prof .airfcfx-prof.profile_pict {
    float: none;
    margin: 4px !important;
}

.claim-page .claim-img.profile_pict {
    margin: 0 10px 20px 0 !important;
}

.claim-img.profile_pict {
    float: left !important;
}

.claimrightimgdiv .claim-img.profile_pict {
    float: left !important;
}

#claimmessage {
    padding: 5px;
}

.claimleftimgdiv .claim-img.profile_pict {
    float: right;
    margin: -2px !important;
}

.future-trrab-btn {
    min-width: 160px;
}

.table-img-prof .spanusrname.inlinedisplay.airfcfx-td-guest {
    float: left;
    width: 100%;
}

.airfcfx-listing-remove>span {
    display: inline;
}

.whislist-lslide .banner1.item {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.wish-left-img {
    float: left;
    margin-right: 15px;
}

.user-name-title {
    float: left;
}

.popup-body.price-rang h5 {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.popup-body.price-rang p {
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

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

.datetd label {
    font-weight: 600 !important;
    margin: 0 5px 0 0;
}

.datetd label,
.datetd span {
    float: left;
    display: table-cell;
    word-wrap: break-word;
    word-break: break-all;
}

td.wesetwidth {
    width: 240px;
}

.wesetwidth .airfcfx-td-dtnloc-trp {
    margin-bottom: 10px;
}

#messagesdiv .claimleftimgdiv .profile_pict {
    float: none;
}

.claimdiv .claimlefttextdiv a,
.claimleft .claimrighttextdiv a {
    font-size: 12px;
}

.claimdiv .claimlefttextdiv span,
.claimleft .claimrighttextdiv span {
    font-size: 12px;
    padding: 0 10px;
    color: #999;
}

.mobile-cal-body .respance-range,
.respance-range {
    width: 200px !important;
}

.table-img-prof {
    width: 95px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 0;
    margin: 10px;
    background: #fff;
    color: #484848;
    overflow: hidden;
    border-radius: 3px !important;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
    color: #484848 !important;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14) !important;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.14) !important;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    font-size: 15px !important;
    background: #fff !important;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #fff !important;
    display: none;
}

.desintn-lsider-imag {
    width: auto;
    height: 220px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 310px) and (max-width: 549px) {
    .desintn-lsider-imag {
        width: auto;
    }
}

@media (min-width: 310px) and (max-width: 600px) {
    .cls-date.btn-group.open .dropdown-menu {
        width: 280px;
    }

    .cls-duration.btn-group.open .dropdown-menu.dropdown-menu-form {
        width: 100%;
        min-width: 180px;
    }

    .cls-rmtype.btn-group.open .dropdown-menu.dropdown-menu-form {
        left: -100px;
    }

    .cls-price-filter .popup-body {
        width: 290px;
    }
}

@media (min-width: 380px) and (max-width: 600px) {
    .cls-price-filter.btn-group.open .dropdown-menu.dropdown-menu-form {
        min-width: 250px;
        left: -220px;
    }

    .cls-price-filter .popup-body {
        width: 320px;
    }
}

@media (min-width: 310px) and (max-width: 767px) {
    .pading-left40 {
        padding-left: 20px !important;
    }

    .search-filter-listing .btn-group {
        margin: 5px 0;
    }

    .search_sec input,
    .search_sec input:focus {
        border: medium none !important;
    }

    .size-rem {
        padding: 0;
    }

    #page-wrap .size-rem {
        padding: 0;
    }

    td.wesetwidth {
        width: auto;
    }

    .table-img-prof {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .luxury-details .displayblock {
        padding: 0 0 0 5px;
    }

    .pading-left40 {
        padding-left: 20px !important;
    }

    .search_sec input,
    .search_sec input:focus {
        border: medium none !important;
    }

    td.wesetwidth {
        width: auto;
    }

    .table-img-prof {
        width: auto;
    }
}

@media (min-width: 310px) and (max-width: 500px) {
    .invit-other-sender .float-item {
        width: 100%;
    }

    .invit-other-sender .flexble-span {
        width: 100%;
    }
}

@media (min-width: 310px) and (max-width: 599px) {

    .footer-social-icons,
    .foter-copyright {
        float: none;
    }

    .explore-content .airfcfx-reason_one-cnt {
        border-right: none;
    }

    .reason-icon-left {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .reason-right-txt {
        width: 100%;
        text-align: center;
    }

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

@media (min-width: 310px) and (max-width: 767px) {

    #signupModal .auth-clients li,
    .login_width .auth-clients li {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .search-header {
        padding-bottom: 8px !important;
    }

    .norm_nav>#navbar>.navbar-nav>li>a {
        width: 100%;
    }

    .invite-frnds-tab .row {
        margin: 0;
    }

    .invite-banner {
        height: 590px;
    }

    .hero-subtext-md-lg span {
        width: 100%;
    }

    .invit-section {
        padding: 15px;
    }

    .invit-section .invite-new .email-frm {
        width: 100% !important;
    }

    .invit-section .invite-new .email-frm .airfcfx-invite-send-btn {
        right: 0 !important;
        /* height: 50px; */
        height: 40px;
        top: -1px !important;
        left: unset;
    }

    .invit-section #invitetextval {
        /* width: 100% !important; */
        width: auto !important;
    }

    #invitetext {
        display: inline-block;
        width: 100%;
    }

    .contact-importer .loading-trigger {
        padding: 0 4px 0 0;
        margin-top: 5px;
        display: inline-block;
    }

    .invit-other-sender .input-copy-btn {
        width: 73%;
    }

    .invit-other-sender .input-addon {
        margin: 0 0 10px 0;
    }

    .invit-other-sender .btn-copy-btn {
        min-width: 25%;
    }

    .social-share-btn {
        margin: 5px 0;
    }

    .how-it-weork {
        margin: 20px 10px;
    }

    .how-it-works-text {
        width: 76%;
    }

    ul.review_tab>li .airfcfx-tab-padding {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reason-right-txt {
        width: 70%;
    }

    .form-searchwhole .banner_form_left {
        width: 87%;
    }

    .form-searchwhole .banner_form_right {
        width: 13%;
    }

    .social-share-btn {
        margin: 20px 0;
    }

    .how-it-weork {
        margin: 10px 0;
    }

    .how-it-works-text {
        width: 76%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .airfcfx-country-cnt .airfcfx-country {
        width: 33.33%;
    }

    .reason-right-txt {
        width: 70%;
    }

    .how-it-weork {
        margin: 10px 0;
    }

    .how-it-works-text {
        width: 76%;
    }
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 3px !important;
    width: 300px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    font-family: Circular;
    font-size: 14px;
}

.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e4e4e4;
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
    right: 9px;
}

.daterangepicker.opensleft:after {
    right: 10px;
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.daterangepicker.opensright:before {
    left: 9px;
}

.daterangepicker.opensright:after {
    left: 10px;
}

.daterangepicker.dropup {
    margin-top: -5px;
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #e4e4e4;
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}

.daterangepicker.single .calendar,
.daterangepicker.single .ranges {
    float: none;
}

.daterangepicker.show-calendar .calendar {
    display: block;
}

.daterangepicker .calendar {
    display: none;
    max-width: 280px;
    margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
    border: none !important;
}

.daterangepicker .calendar td,
.daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 39px;
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 3px !important;
    background-color: #fff;
}

.daterangepicker table {
    width: 100%;
    margin: 0;
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 39px;
    height: 38px;
    border-radius: 0;
    white-space: nowrap;
    cursor: pointer;
}

.daterangepicker td.available:hover {
    background-color: #66e2da;
    border-color: transparent;
    color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #e4e4e4;
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #999;
}

.daterangepicker td.in-range {
    background-color: #66e2da;
    border-color: #33dacd !important;
    color: #fff;
    border-radius: 0;
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #00a699;
    border-color: #00a699 !important;
    color: #fff;
    border-radius: 0;
}

.daterangepicker th.month {
    width: auto;
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.daterangepicker select.yearselect {
    width: 40%;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin-bottom: 0;
}

.daterangepicker .input-mini {
    border: 1px solid #e4e4e4;
    border-radius: 3px !important;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    /* vertical-align: middle; */
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 3px !important;
}

.daterangepicker .daterangepicker_input {
    position: relative;
    display: none;
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
    color: #e4e4e4;
    cursor: not-allowed;
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 3px !important;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}

.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff;
}

.range_inputs .applyBtn.btn.btn-sm.btn-success {
    float: right;
    background: 0 0 !important;
    color: #008489 !important;
    font-size: 15px !important;
}

.range_inputs .cancelBtn.btn.btn-sm.btn-default {
    color: #008489 !important;
    float: left;
    background: 0 0 !important;
    font-size: 15px !important;
}

.daterangepicker table tbody tr td {
    border: 1px solid #e4e7e7;
}

.daterangepicker table tbody tr td.off {
    color: #999 !important;
    border: none !important;
}

.daterangepicker .calendar th {
    color: #757575 !important;
    font-weight: 400;
    font-size: 13px;
}

.daterangepicker .calendar th.month {
    font-size: 18px;
    font-weight: 700;
    color: #565a5c !important;
}

.next.available>i,
.prev.available>i {
    display: none;
}

.next.available>.next-arw,
.prev.available>.prev-arw {
    fill: #484848;
    border: 1px solid #e4e7e7;
    margin: 0;
    padding: 3px;
    height: 23px;
}

@media (min-width: 564px) and (max-width: 729px) {
    .daterangepicker {
        width: 303px !important;
    }
}

@media (min-width: 310px) and (max-width: 767px) {
    #airfcfx-mobile-cal .modal-dialog #where-to-go-mobile {
        width: 100% !important;
    }

    .mobile-cal-body .respance-range,
    .respance-range {
        width: 100% !important;
    }

    .mobile-cal-body .form-text2.form-control {
        width: 100%;
        margin: 5px 0;
        line-height: 25px;
        display: inline-block;
    }

    .mobile-cal-body .form-text2.form-control a {
        width: 100%;
        display: inline-block;
        color: #484848;
    }

    .airfcfx-mobile-cal-btn.airfcfx-slider-btn.btn.btn_search {
        margin: 10px 0 0;
    }

    .banner_text {
        width: 100%;
    }
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }

    .daterangepicker .ranges ul {
        width: 160px;
    }

    .daterangepicker.single .ranges ul {
        width: 100%;
    }

    .daterangepicker.single .calendar.left {
        clear: none;
    }

    .daterangepicker.single.ltr .calendar,
    .daterangepicker.single.ltr .ranges {
        float: left;
    }

    .daterangepicker.single.rtl .calendar,
    .daterangepicker.single.rtl .ranges {
        float: right;
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
        padding: 10px 10px;
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 20px;
        margin-right: 40px;
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px;
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px;
    }

    .daterangepicker.ltr .calendar,
    .daterangepicker.ltr .ranges {
        float: left;
        width: 100%;
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
    }

    .daterangepicker.rtl .calendar,
    .daterangepicker.rtl .ranges {
        text-align: right;
        float: right;
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }

    .daterangepicker.ltr .ranges {
        float: none;
    }

    .daterangepicker.rtl .ranges {
        float: right;
    }

    .daterangepicker .calendar.left {
        clear: none !important;
        margin-right: 20px !important;
        margin-left: 30px;
    }
}

.more.more-descrip {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: .2px;
    color: #484848;
}

.specify-list .split-section {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
    padding-right: 10px;
}

.about-host span,
.languag .first,
.languag .lang-list,
.specify-list .split-section span {
    width: auto;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2px;
    text-align: left;
    margin: 0 5px 0 0;
}

.about-host .first,
.specify-list .split-section span.first {
    font-weight: 500;
}

.review-cls {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2px;
}

.about-host {
    margin: 10px 0;
    padding-top: 10px;
}

.languag .lang-list {
    width: auto;
    margin: 5px;
    font-weight: 500;
}

#requestbtn span {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: .2px;
}

@media (min-width: 310px) and (max-width: 767px) {
    .luxury-details ul li {
        margin: 0 0 8px 0;
    }

    .specify-list .split-section {
        width: 100%;
    }

    .place-star-rating {
        text-align: left;
    }

    .header_adj {
        -webkit-box-shadow: 0 0 5px rgba(194, 189, 189, 0.3);
        box-shadow: 0 0 5px rgba(194, 189, 189, 0.3);
    }

    .footer .airfcfx-home-cnt-width h4 {
        margin-top: 20px;
    }

    .navbar-default .navbar-nav>li>a:hover {
        border-bottom: none;
    }

    .modal-open .modal {
        /* margin: 10px 10px; */
        border-radius: 3px !important;
        padding: 0px !important;
    }

    ul li.listroomdiv {
        display: inline-block;
        padding-right: 10px;
        margin: 5px 0;
    }

    .modal.in .modal-dialog {
        padding: 10px 14px !important;
    }
}

#contactform .model-host-list {
    padding-left: 20px;
}

#contactform .modal-body {
    padding: 15px 30px;
}

#contactform .compaine-date.checkindivcls {
    width: 100%;
}

.modl-descp {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    margin: 15px 0;
    letter-spacing: .2px;
    color: #484848;
}

.left-host-desc {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.about-host-profile {
    display: table-cell;
    vertical-align: top;
}

.left-host-desc h3 {
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: -.6px;
}

.about-host-profile .profile {
    width: 64px;
    height: 64px;
    background-color: #cfcfcf;
}

.languag .lang-list:last-child span {
    display: none;
}

.btn-border-bg-trns,
.btn-border-bg-trns:focus,
.btn-border-bg-trns:hover {
    background: 0 0 !important;
    border: 1px solid #008489 !important;
    font-size: 15px !important;
    color: #008489 !important;
    padding: 8px 16px !important;
    line-height: 18px !important;
}

.review-profile {
    display: table-cell;
}

.reviw-comnts {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-bottom: 20px;
}

.review-profile .profile {
    width: 60px;
    height: 60px;
    background-color: #cfcfcf;
    margin-right: 15px;
}

.clsuser-name {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .2px;
    color: #484848;
}

.reviw-date .text-muted {
    font-size: 15px;
    font-weight: 300;
    color: #484848;
    letter-spacing: .2px;
}

.member-since {
    font-size: 16px;
    font-weight: 700;
}

.profile-nam-tag .edit-prof {
    font-size: 14px;
    font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #008489;
}

.profile-nam-tag .edit-prof:hover {
    text-decoration: underline !important;
}

.airfcfx-verifications-row.table1 {
    padding: 0 0 12px 0;
}


/* .help-block {
    margin-bottom: 5px;
} */

.form-group.field-profile-lastname {
    margin-bottom: 0;
}

.border-box .box-border-content>span {
    margin-top: 20px;
    display: block;
}

.airfcfx-panel-padding.panel-body>p {
    margin-top: 10px;
}

.airfcfx-notifydiv.notifydiv:first-child {
    margin-top: 10px;
}

.change-paswrd.panel-body .form-group {
    margin-bottom: 5px;
}

.chang-paswrd-if {
    border-top: 1px solid #e4e4e4;
    padding: 20px 20px;
    text-align: right;
}

#login_history-table {
    margin-bottom: 0;
}

table.login_history-table tr:last-child td {
    border-bottom: none;
}

.login_history-table tbody tr td {
    padding-bottom: 20px;
}

.chang-paswrd-if p a:hover {
    text-decoration: underline !important;
}

.search-filter-listing .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: #006c70 !important;
    color: #fff !important;
    border: 1px solid #006c70 !important;
}

.filter_menu .luxiry-title {
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    margin: 20px 0 0;
}

.seting-serve form label {
    font-size: 19px;
    font-weight: 300 !important;
}

.banel-user .font_norm .airfcfx-search-checkbox-text {
    font-size: 19px;
    font-weight: 300;
}

.search-filter-listing {
    padding: 10px 0;
}

.view-options {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.view-options .views-list {
    padding: 8px 15px;
    border: 1px solid #dce0e0;
    margin: 10px 10px;
}

.mylistings .siml-text2.fa-1x {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.language-view {
    overflow-wrap: break-word;
}

.mylistings .owl-item {
    width: 33%;
    float: left;
}

#report-user .modal-header {
    padding: 10px 10px 10px 25px;
    background-color: #edefed;
}

#report-user .modal-header .modal-title {
    margin: 4px 0 0 0;
    display: inline-block;
    width: 85%;
}

.modal-body.report-user-pop {
    padding: 15px 25px 10px;
}

.body-report {
    margin: 10px 0;
}

.button-report span {
    float: right;
    margin: 10px 0;
}

.button-report .reason-btn {
    background-color: #f8f8f8;
    color: #484848;
    border: 1px solid #c4c4c4;
    padding: 9px 27px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    width: 93%;
}

.report-flag i {
    font-size: 16px;
}

.report-flag,
.report-flag span a {
    color: #777777;
}

.popover-content {
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
}

@media (min-width: 310px) and (max-width: 767px) {
    .button-report span {
        display: none;
    }

    .button-report .reason-btn {
        width: 100%;
    }
}

.share-view {
    position: relative;
}

.sharebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #f1f1f1;
}

.sharebtn span {
    display: inline-block;
    margin-right: 10px;
}

.share-modal .modal-body {
    padding: 0 25px;
}

.share-modal h2 {
    font-size: 30px;
    letter-spacing: -.6px;
    font-weight: 700;
    margin-bottom: 0;
}

.share-modal p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .2px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.share-modal li {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    display: block;
}

.share-modal li a {
    color: #008489;
    font-size: 19px;
}

.multipleInput-container {
    border: 1px #e4e4e4 solid;
    padding: 1px;
    padding-bottom: 0;
    cursor: text;
    font-size: 13px;
    width: 100%;
    height: 75px;
    overflow: auto;
    background-color: #fff;
    border-radius: 3px;
}

.multipleInput-container input {
    font-size: 13px;
    width: 150px;
    height: 24px;
    border: 0;
    margin-bottom: 1px;
    outline: 0;
}

.multipleInput-container ul {
    list-style-type: none;
    padding-left: 0 !important;
}

li.multipleInput-email {
    float: left;
    margin-right: 2px;
    margin-bottom: 1px;
    border: 1px #bbd8fb solid;
    padding: 2px;
    background: #f3f7fd;
}

.multipleInput-close {
    width: 16px;
    height: 16px;
    background: url(close.html);
    display: block;
    float: right;
    margin: 0 3px;
}

.email_search {
    width: 100% !important;
}

.embad-details {
    width: 100%;
}

.left-half {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background-color: #fff;
    float: left;
}

.right-half {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 529px;
    display: table-cell;
}

.share-home-img img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
}

.embad-modal .modal-body {
    padding: 0;
}

.embad-listing h1 {
    font-size: 40px;
    font-weight: 700;
}

.embad-listing p {
    font-size: 19px;
    margin-bottom: 5px;
}

.email_search.multiemail {
    border: none !important;
}

.embad-listing p span {
    font-size: 12px;
    background: #f7f7f7;
    padding: 6px 10px;
}

.embad-listing p span img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.embad-listing p span a {
    color: #008489;
}

#emailmodal {
    overflow: auto;
}

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

.mesage .mesagearea {
    width: 100%;
    border-radius: 3px !important;
}

.mail-btn input {
    background: #008489;
    color: #fff;
    border: 1px solid #008489;
    padding: 12px 24px;
    border-radius: 3px !important;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.embad-modal .close {
    float: left;
}

.embad-modal .modal-header {
    position: absolute;
    left: 0;
    z-index: 999;
}

.share-embad-link {
    margin: 40px 30px;
}

.sharebtn a {
    color: #484848;
}

@media (min-width: 310px) and (max-width: 991px) {
    .left-half {
        width: 100%;
    }

    .right-half {
        display: none;
    }
}

.listing-create label {
    font-size: 18px;
}

.listing-create {
    overflow: hidden;
}

.listing-right-img {
    position: absolute;
    top: -150px;
}

.listing-create select {
    background: url(../images/arrow.png) no-repeat right 10PX center !important;
    border-radius: 2px;
    width: 100%;
    color: #484848 !important;
}

#citynew.location-list {
    padding: 14px 15px;
    border-radius: 2px;
    width: 100%;
}

.cls-date #daterange {
    background: #006c70;
    color: #fff;
    border-radius: 3px !important;
    border: 1px solid #006c70 !important;
}

.help-block-error {
    color: #ff5a5f !important;
}

@media (min-width: 310px) and (max-width: 991px) {
    .listing-right-img {
        display: none;
    }
}

.svgarrow {
    position: absolute;
    top: 50%;
}

.svgarrow.left {
    left: 20px;
}

.svgarrow.right {
    right: 20px;
}

.close {
    float: left !important;
}

.airfcfx-listingwdth.msgwdth.wrdwrp.theader,
.airfcfx-statuswdth.msgwdth.wrdwrp {
    text-align: center;
}

#sharemodal .modal-dialog.share-modal {
    width: 370px;
    margin: 30px auto;
}

.share-option-list li a i {
    /* display: inline-block; */
    float: left;
    margin: 5px 10px 0 0;
}

.share-option-list li a span {
    display: inline-block;
}

#listurl {
    color: #484848 !important;
}

.filter_menu1 .bg_white.header_adj {
    display: none;
}

.mrgnset .form-control {
    border-radius: 2px;
    padding: 14px 15px !important;
    /* height: 50px; */
    height: 40px;
}

.default-txt {
    background: 0 0;
    border: none !important;
    color: #008489;
}

.addphotos {
    text-align: center;
    padding: 60px 0;
    border: 2px dashed #008489;
}

#startuploadbtn {
    margin: 15px 0 0;
}

#imagenames span {
    border: 1px dashed #b9b9b9;
    padding: 5px 7px;
    display: inline-block;
    margin: 5px 5px;
}

.profile-tag.prof-images.pos_rel {
    border-radius: 50%;
    width: 200px;
    overflow: hidden;
    height: 200px;
    margin: 0 auto;
}

#inboxdiv .airfcfx-message-row {
    margin-top: 5px;
}


/* @media (min-width: 310px) and (max-width: 639px) {
    .airfcfx-listingwdth.msgwdth.wrdwrp.theader,
    .airfcfx-statuswdth.msgwdth.wrdwrp {
        margin: 5px 0 !important;
    }
} */

@media (min-width: 310px) and (max-width: 767px) {
    #sharemodal .modal-dialog.share-modal {
        width: 300px;
    }
}

#pricebynight {
    height: 46px;
    padding: 10px 15px;
}

.airfcfx-checkin-div select {
    background: unset !important;
}

.airfcfx-profile-bd select {
    background: unset !important;
}

#note {
    width: 100%;
}

#liststatus {
    width: 100% !important;
}

#calendarsettings.pricepernightpanel .gridcls,
#calendarsettings.pricepernightpanel .gridcls label {
    width: 100%;
}

#calendarsettings.pricepernightpanel>.gridcls .gridcls.bookinggrid {
    width: auto !important;
}

.gridcls.bookinggrid #maxstay,
.gridcls.bookinggrid #minstay {
    margin: 0;
}

.host-about {
    padding-top: 20px;
}

.home-image,
.share-home-img {
    height: 100%;
}

.padding_bottm50 {
    padding-bottom: 50px;
}

.fa.fa-facebook.social_icon:hover {
    color: #3a589b !important;
}

.fa.fa-twitter.social_icon:hover {
    color: #598dca !important;
}

.fa.fa-google-plus.social_icon:hover {
    color: #f34a38 !important;
}

.fa.fa-linkedin.social_icon:hover {
    color: #0084b1 !important;
}

.fa.fa-youtube-play.social_icon:hover {
    color: #f61c0d !important;
}

.fa.fa-pinterest-p.social_icon:hover {
    color: #c72a33 !important;
}

.fa.fa-instagram.social_icon:hover {
    color: #ec0d9d !important;
}

.text_gray1 svg {
    height: 15px;
    margin-top: 4px;
}

#page-wrap form .clearfix {
    margin: 10px 0;
}

.wish-btn.close {
    background: #fff;
    opacity: .5;
    margin: 1px;
    border-radius: 5px;
}

.airfcfx-mobile-float-icon-cnt {
    display: none;
}

.airfcfx-listing-thumb-img-cnt {
    display: none;
}

.bookinggrid .input-group {
    width: 100%;
}

.bookinggrid button {
    width: 100% !important;
}

.navbar.navbar-default.menu_bg,
.navbar.navbar-default.norm_nav.listcreat-head {
    height: 77px;
    position: relative;
}

.navbar.navbar-default.menu_bg .airfcfx-home-cnt-width-header,
.navbar.navbar-default.norm_nav.listcreat-head .airfcfx-home-cnt-width-header {
    position: fixed;
    top: 0;
    height: 77px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(#f7f7f7)) repeat scroll 0 0;
    background: linear-gradient(to top, #fff 0, #f7f7f7 100%) repeat scroll 0 0;
    border-bottom: 1px solid #e4e4e4 !important;
    width: 100%;
}

.callndr-reset {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

@media (min-width: 310px) and (max-width: 400px) {
    .divmediumtext {
        width: 100% !important;
    }

    #photosdiv .airfcfx-xs-center {
        text-align: left !important;
    }

    .airfcfx-profile-bd select.form-control {
        width: auto !important;
    }

    .compaine-date.checkindivcls>input {
        width: 45%;
        text-align: center;
        padding: 5px !important;
    }

    .date-vs {
        width: 17px;
        margin: 13px 0 0;
    }

    #contactform .modal-body {
        padding: 15px 2px;
    }
}

@media (min-width: 310px) and (max-width: 767px) {
    #form-edit .col-xs-12.col-sm-3.text-right {
        text-align: left;
        padding: 0;
    }

    #myNavbar {
        overflow-y: unset;
    }

    .or-separator {
        height: unset;
        position: unset;
    }
}

@media (min-width: 310px) and (max-width: 480px) {
    .detaildiv {
        width: 100%;
    }

    .mediumtext {
        width: 100% !important;
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .detaildiv {
        width: 70%;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .detaildiv {
        width: 50%;
    }
}

.pac-container.pac-logo>.pac-item {
    padding: 5px 10px 0 !important;
    border-top: none !important;
}

.pac-container.pac-logo::after {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 10px !important;
}

#hideFace.showen {
    background-color: rgba(255, 255, 255, 0.8) !important;
    position: fixed !important;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9;
}

.airfcfx-home-menu.nav.navbar-nav.navbar-right li a {
    font-size: 14px;
}

#loginModal .checkboxatrb {
    height: 4px;
}

#ui-datepicker-div {
    padding: 6px 0px;
    border-radius: 5px;
    margin-top: 5px;
    min-width: 356px;
}

table.margin_bottom0.table.table_no_border tbody {
    border-top: 1px solid #dbdbdb;
}

#sharemodal li:last-child {
    margin-bottom: 14px;
    border-bottom: none;
}


@media (min-width: 310px) and (max-width: 629px) {
    #navbar.navbar-collapse {
        margin-top: 0;
    }
}

@media (min-width: 630px) and (max-width: 767px) {
    #navbar.navbar-collapse {
        margin-top: 77px;
    }
}

@media (min-width: 768px) {
    .LRespPadT10 {
        padding-top: 10px !important;
    }
}

.language-hold .eachlanguage {
    padding: 1px 10px 0 0;
}

.padding_bottom5 {
    padding-bottom: 5px;
}

.airfcfx-panel-body.col-sm-12.no-hor-padding.margin_top15.panel.panel-default.panel-body.padding10 {
    border: none !important;
}

#contactform .modal-footer {
    display: none;
}

.airfcfx-topfullviewdiv.topfullviewdiv h3 {
    margin-top: 6px;
}

#myModal {
    z-index: 99999;
}

#myModal .toplistdiv>button {
    margin-top: -7px;
    float: right !important;
    margin-right: 10px;
}

@media (min-width: 310px) and (max-width: 767px) {
    .model-left-flot h1 {
        font-size: 28px;
    }

    .model-host-list li {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .model-left-flot {
        padding-bottom: 15px;
    }

    .model-left-flot p {
        margin: 10px 0;
        font-size: 18px;
        line-height: initial;
    }

    .nav>li {
        background: #fff;
    }
}

@media (min-width: 310px) and (max-width: 900px) {
    .airfcfx-leftlistdiv>.banner2hgt {
        height: 250px !important;
    }

    .airfcfx-wishlist-contianer {
        height: 200px;
        overflow-y: auto;
        padding-top: 20px;
        margin: 10px 0;
        padding-right: 10px;
    }
}

select option {
    background: #fff !important;
    font-size: 12px;
    font-weight: 500;
}


/* @media (min-width: 310px) and (max-width: 629px) {
    .airfcfx-mobile-navbar.navbar-toggle {
        top: 13px;
    }
} */

@media (min-width: 630px) and (max-width: 767px) {
    .airfcfx-mobile-navbar.navbar-toggle {
        top: 4px;
    }
}

.airfcfx-panel.panel.panel-default.margin_top20 .airfcfx-panel-padding.panel-body {
    height: 981px !important;
    overflow-y: auto !important;
}

@media (min-width: 768px) {
    .airfcfx-message-client-section.airfcfx-panel.panel.panel-default.margin_top20.col-xs-12.col-sm-4.col-md-4.col-lg-4.no-hor-padding {
        min-height: 990px;
    }
}

@media (max-width: 767px) {
    .airfcfx-panel.panel.panel-default.margin_top20 .airfcfx-panel-padding.panel-body {
        height: 450px !important;
        overflow-y: auto !important;
    }

    .airfcfx-menu-help-txt {
        margin-left: 14px;
    }
}

.airfcfx-panel.panel.panel-default.margin_top20 .airfcfx-panel-padding.panel-body textarea {
    padding: 5px 10px;
    color: #999;
}

textarea {
    border-radius: 5px;
}

#contactmessage+input {
    top: 0 !important;
}

@media (max-width: 767px) {
    #contactmessage+input {
        top: 5px !important;
    }

    #contactmessage {
        margin-top: 7px;
    }
}

@media (min-width: 310px) and (max-width: 500px) {
    .claimrighttextdiv {
        width: 80% !important;
    }

    .claimlefttextdiv {
        width: 80% !important;
    }
}

.airfcfx-message-client-section.airfcfx-panel.panel.panel-default.col-xs-12.col-sm-8.col-md-8.col-lg-8 {
    min-height: 700px;
}

@media (min-width: 768px) {
    .airfcfx-home-menu.nav.navbar-nav.navbar-right li a {
        margin-top: 0;
    }
}

body.modal-open {
    overflow: hidden !important;
    overflow-y: hidden !important;
    overscroll-behavior: none;
}

@media (max-width: 768px) {
    a.dropdown-toggle .profile_pict {
        top: 12px !important;
    }

    .banner2 {
        height: 15em !important;
    }
}

@media (min-width: 900px) and (max-width: 1000px) {
    #where-to-go {
        width: 400px;
    }
}

@media (min-width: 768px) and (max-width: 849px) {
    #where-to-go {
        width: 150px;
    }

    /* Doctor Signup — Tablet: Wider red panel to show bubbles */
    .docSignupPage .col-md-5 {
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }

    .docSignupPage .col-md-6 {
        flex: 0 0 55% !important;
        max-width: 55% !important;
    }

    .signupImg {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 850px) and (max-width: 995px) {
    #where-to-go {
        width: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .date-vs {
        width: 20px;
        height: 20px;
        margin: 10px 8px 0;
    }
}

.noTopBorderFix {
    border-top: 1px solid #fff;
    margin-top: -1px;
}

.payOutPref {
    display: flex;
    align-items: center;
}

@media(min-width:767px) {
    .profile_label {
        margin-bottom: 0px !important;
    }

}

@media (max-width: 767px) {
    .payOutPref {
        flex-wrap: wrap;
    }

    .profile_label {
        padding-top: 0;
        margin-bottom: 10px !important;
    }

    .profile.review-profile.margin_top30.center-block {
        margin-top: 0 !important;
    }

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

    .airfcfx-msgwdth.col-xs-12.col-sm-4.msgwdth.wrdwrp.cenAdjust {
        margin: 15px 0 0;
    }

    .airfcfx-msg {
        float: none !important;
    }

    .airfcfx-arrow-dropdown.dropdown-menu.padding20.profil_menu {
        padding: 0 15px 15px !important;
    }
}


/* @media (max-width: 1199px) {
    .pos_abs {
        position: relative !important;
    }
    .pos_abs.make_fix.fixed {
        top: 0 !important;
        width: 100% !important;
    }
    .pos_abs.make_fix {
        width: 100% !important;
    }
} */

@media (max-width: 991px) {
    .pos_abs {
        position: relative !important;
    }

    .pos_abs.make_fix.fixed {
        top: 0 !important;
        width: 100% !important;
    }

    .pos_abs.make_fix {
        width: 100% !important;
    }
}

@media (min-width:991px) and (max-width: 1199px) {
    .pos_abs {
        padding-right: 15px;
    }
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (max-width: 429px) {
    .cls-price-filter.btn-group.open .dropdown-menu.dropdown-menu-form {
        left: initial !important;
    }
}

#w2-success-0 {
    min-width: 210px !important;
}

#reviewpopup .modal-body {
    padding: 0 25px 10px !important;
}

.airfcfx-arrow-dropdown.dropdown-menu.padding20.profil_menu {
    padding: 10px 20px 15px !important;
}

@media (max-width: 500px) {
    .slctFix {
        width: 100% !important;
        margin-bottom: 5px;
    }
}

.daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .cancelBtn.btn.btn-sm.btn-default {
    margin-left: -9px;
}

@media (max-width: 767px) {
    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .calendar.left {
        margin-left: 0;
        margin-right: 0;
        margin-right: 10px !important;
    }

    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .calendar.right {
        margin-left: 0;
        margin-right: 0;
    }

    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .prev.available>.prev-arw,
    .next.available>.next-arw {
        padding: 3px;
        margin: 0;
        height: 21px;
    }

    .daterangepicker th,
    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .daterangepicker td {
        height: 32px;
    }

    .daterangepicker .calendar td,
    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .daterangepicker .calendar th {
        min-width: initial !important;
    }

    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 5px;
    }

    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright .cancelBtn.btn.btn-sm.btn-default {
        margin-left: -10px;
    }
}

@media (max-width: 563px) {
    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright {
        width: 292px;
    }
}

@media (max-width: 729px) {
    .daterangepicker.dropdown-menu.dropdown-menu-form.ltr.show-calendar.opensright {
        height: 450px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.view-options #loadMore,
.view-options #showLess {
    color: #000;
}

.navbar-fixed-top.header_top_invidual.filter_menu1 .padding-top10.col-xs-12.col-sm-8 {
    padding-top: 0 !important;
}

@media (max-width: 400px) {
    .header_top_invidual a {
        padding: 6px 0 !important;
    }

    .user_img {
        margin-right: 0px !important;
    }
}

.bg_img.mywish.text-center h2 {
    white-space: nowrap;
    min-width: 218px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 806px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.padding_top5 {
    padding-top: 5px;
}

.heightFixBook .padd_5_10 {
    padding: 2px 10px !important;
}

@media (max-width: 767px) {
    .dropdown-menu.padding20.profil_menu {
        padding: 5px 0 10px !important;
    }
}

.footer .airfcfx-home-cnt-width.container.margin_bottom30 {
    margin-bottom: 0;
}

/* .help-view p {
    text-align: justify;
} */

/* .help-view li {
    text-align: justify;
} */

.airfcfx-profile-img.profile_img {
    width: 100%;
    height: 100%;
}

.col-xs-12.col-sm-9 .stripeHostCountry {
    padding: 0 42px 0 10px !important;
}

@media only screen and (max-width: 767px) {
    .airfcfx-home-menu>li>a {
        height: 60px !important;
        line-height: 58px !important;
    }

    .airfcfx-arrow-dropdown.dropdown-menu.padding20.profil_menu {
        padding: 0 20px 15px !important;
    }

    .airfcfx-menu-link {
        height: 60px;
        line-height: 20px !important;
    }
}

.respNoti {
    display: none !important;
}

@media (max-width: 767px) {
    .respNoti {
        display: block !important;
    }

    .respNotis {
        display: none !important;
    }
}

#signupform-day,
#signupform-month,
#signupform-year {
    width: 70px !important;
    padding-left: 7px !important;
}

.airfcfx-panel-padding.panel-body .col-xs-12 .form-group {
    margin-bottom: 0;
}

.row.add_contact,
.row.add_shipping.padding10 {
    padding: 20px;
}

.btn-group {
    margin-top: 4px;
    margin-bottom: 4px;
    /* margin-bottom: 8px; */
    padding: 3px 2px;
}

.list-aftr {
    margin-right: 20px;
}

.logo_sty {
    color: #f95259;
    font-size: 25px !important;
    margin-top: 25px;
    font-family: PSemibold;
    width: 100%;
    margin-left: 15px;
}

.line {
    position: relative !important;
    top: 27px;
    right: 0px;
    bottom: 0;
    left: 5px;
    border: 2px solid #cecdcd;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}

@media (max-width: 768px) {
    .line {
        display: none !important;
    }
}

.log_btn {
    border: 1px solid #f95259;
    padding: 5px 15px;
    border-radius: 20px;
    color: #f95259;
}

.log_btn:hover {
    background-color: #f95259;
    color: #fff;
}

@media (max-width: 767px) {
    .log_btn {
        border: none !important;
        padding: 0px 14px;
        margin: 0;
    }
}

.sign_btn {
    border: 1px solid #f95259;
    padding: 5px 15px;
    border-radius: 20px;
    position: relative;
    right: 6px;
    color: #f95259;
}

.sign_btn:hover {
    background-color: #f95259;
    color: #fff;
}

@media (max-width: 767px) {
    .sign_btn {
        border: none !important;
        right: 0;
    }

    .sign_btn:hover {
        background-color: #f95259 !important;
        color: #fff !important;
    }
}

.banner-upd {
    background-image: url("../imag_src/banner.png");
    /* background-position: 0 bottom; */
    background-position: 25% 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 70px; */
    /* margin-top: 0px; */
    margin-top: 73px;
    background-color: #ddd;
}

@media (max-width: 768px) {
    .banner-upd {
        background-position: 25%;
        opacity: 0.8;
    }
}

.banr_ulti,
.doc_banr_ulti {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {

    .banr_ulti,
    .doc_banr_ulti {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px;
    }
}

.banner_text .ban_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    max-width: 500px;
}

.banner_text .ban_cont h1 {
    font-size: 48px;
    font-family: PBold;
    color: #fff;
}

.banner_text .ban_cont h4 {
    color: #c2c0c1;
}

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

.contact_form {
    width: 100%;
    max-width: 400px;
    /* height: auto; */
    height: 100%;
    margin: 80px auto;
    border-radius: 10px;
    text-align: left;
    padding: 15px 25px;
    background-color: #fff;
}

@media (max-width: 400px) {
    .contact_form {
        padding: 10px !important;
        /*margin: 20px 0px;*/
    }
}

.formulario input {
    background-color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ec576b;
    margin: 0px 0;
    padding: 20px 10px !important;
    max-width: 400px;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    font-size: 14px;
    font-family: PRegular;
}

.formulario ::-webkit-input-placeholder {
    font-family: PRegular;
    font-size: 14px;
}

.formulario :-ms-input-placeholder {
    font-family: PRegular;
    font-size: 14px;
}

.formulario ::-ms-input-placeholder {
    font-family: PRegular;
    font-size: 14px;
}

.formulario ::placeholder {
    font-family: PRegular;
    font-size: 14px;
}

.formulario .selc_class {
    margin: 15px 0;
}

.selectpicker {
    background-color: #fbfbfb;
    width: 400px;
    height: 40px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ec576b;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

#selectbox {
    background-color: #fbfbfb;
    width: 400px;
    height: 40px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ec576b;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.formulario input:focus {
    outline: 0;
    border: 1px solid #97d848;
}

#enviar {
    padding: 8px 12px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    max-width: 400px;
    background-color: #f95259;
    color: #fff;
    border-radius: 7px;
    border: none !important;
    font-size: 18px;
}

.accordion {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    list-style-type: none;
    padding: 0;
    max-width: 349px;
    color: #777 !important;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    font-family: PRegular;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background: #fff;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    scrollbar-width: thin;
}

@media (max-width: 768px) {
    .accordion {
        position: relative !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

.accordion .select2-search__field {
    width: 100% !important;
    max-width: 370px !important;
    margin: 10px !important;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 25px 15px 15px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link:hover {
    background-color: #f95259;
    color: #fff !important;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-sort-down {
    font-size: 20px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-sort-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 10px;
}


/**
* Submenu
-----------------------------*/

.submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    padding: 0;
    list-style: none;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #f95259;
    color: #fff;
}

.tit_sect::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: unset;
    margin-left: -20px;
    margin-top: 26px;
    color: #f95259;
    padding: 26px 0;
    border-right: 6px solid #f95259;
}

.slider_tit_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
}

.slider_tit_sec .viewall_btn {
    margin-right: -20px;
}

@media(max-width:767px) {
    .slider_tit_sec .viewall_btn {
        margin-right: -10px !important;
    }

    .prevbor {
        margin-left: 20px !important;
    }

    .around_sec {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.slider_tit_sec .viewall_btn p {
    border: 2px solid #484848;
    padding: 6px 15px;
    border-radius: 7px;
    font-size: 14px;
    color: #484848;
}

/* .around_sec {
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    padding: 24px 15px;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.around_sec:hover {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
} */

.doc_img,
.doc_cardimg {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px auto;
}

.doc_img img,
.doc_cardimg img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: top;
    object-position: top; */
}

.doc_det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.doc_det .doc_name {
    font-size: 14px;
    color: #000 !important;
    overflow: hidden;
    word-break: break-all;
    font-family: PRegular;
    width: 135px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}

.doc_det .doc_pos {
    font-size: 14px;
    color: #676767;
    margin-bottom: 10px;
    width: 100%;
    max-width: 130px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.doc_det .doc_ratings .valu {
    color: #777;
    margin-left: 5px;
}

.topnavsec_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .topnavsec_home {
        display: block;
        margin: 0px;
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .topnavsec_home {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 20px;
    }
}

.topnavsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topnavsec a.airfcfx-menu-help-txt {
    margin: 0 5px;
}

.form-group .fa-star::before {
    content: "\f005";
    color: #fcc000;
    font-size: 20px;
}


/*.form-group .fa-star-o::before {
    content: "\f006";
    color: #d8d8d8;
    font-size: 20px;
}*/

.fa-star::before {
    content: "\f005";
    color: #fcc000;
}

.fa-star-o::before {
    content: "\f006";
    color: #d8d8d8;
}

.bg_clor {
    background-color: #5663c1;
    color: #fff;
}

.desti_sec {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desti_sec .coun_img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 180px;
    width: 180px;
}

.desti_sec .coun_img img {
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
}

.desti_sec .contry_name {
    margin-top: 15px;
}

.desti_sec .contry_name a {
    color: #fff;
}

.slick-next.slick-arrow {
    background-image: url("../imag_src/front.png");
    background-position: 13px 10px;
    background-size: 11px 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 16px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    margin: 0px 12px;
}

@media (max-width: 768px) {
    .slick-next.slick-arrow {
        margin: 0px 30px;
    }
}

.slick-prev.slick-arrow {
    background-image: url("../imag_src/back.png");
    background-position: 9px 10px;
    background-size: 11px 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 16px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 2px 2px rgb(71, 41, 41);
    box-shadow: 0px 0px 2px 2px #ddd;
    margin: 0px 12px;
    z-index: 1;
}

@media (max-width: 768px) {
    .slick-prev.slick-arrow {
        margin: 0px 30px;
    }
}

.destination_country .slick-next.slick-arrow {
    position: absolute;
    top: -60px;
    bottom: 0;
    right: 13px;
    left: unset;
    background-position: 12px 10px !important;
    box-shadow: none !important;
}

@media (max-width: 400px) {
    .destination_country .slick-next.slick-arrow {
        position: absolute;
        top: 100px;
        right: -15px;
    }
}

.destination_country .slick-prev.slick-arrow {
    position: absolute !important;
    top: -60px;
    left: unset !important;
    right: 50px;
    bottom: 0;
    z-index: 10;
    box-shadow: none !important;
    background-position: 9px 10px !important;
}

@media (max-width: 400px) {
    .destination_country .slick-prev.slick-arrow {
        position: absolute;
        top: 100px;
        left: -15px;
    }
}

.provde_lve .slick-next.slick-arrow {
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 13px;
    left: unset;
}

@media (max-width: 600px) {
    .provde_lve .slick-next.slick-arrow {
        position: absolute;
        top: 45px;
        right: -10px;
    }
}

.provde_lve .slick-prev.slick-arrow {
    position: absolute !important;
    top: -50px;
    left: unset;
    right: 50px;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 600px) {
    .provde_lve .slick-prev.slick-arrow {
        position: absolute;
        top: 45px;
        /* top: 100px; */
        left: -10px;
    }
}

.slick-next::before {
    content: '';
    display: none !important;
}

.slick-prev::before {
    content: '';
    display: none !important;
}

.footer-sec {
    background-color: #2f3241;
}

.footer-sec .col-12.col-md-3 div {
    color: #929ca6;
}

.select-opt select {
    width: 200px;
    height: 45px;
}

.footer-sec {
    background-color: #2f3241;
    padding-top: 10px;
}

.bottom-foo {
    padding: 25px 0;
    border-top: 1px solid;
}

.social_img_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .social_img_links {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 10px;
    }
}

.socl_icons {
    height: 24px;
    padding-left: 2px;
}

.select2-search__field {
    background-image: url(../imag_src/search.png) !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: 9px;
    background-position-x: 95%;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    padding: 10px;
    height: 37px;
    border-radius: 7px;
}

.ban_slectsect,
.signup_gend,
.doc_sign .doc-signup_gend,
.userprof_sign .doc-signup_gend,
.userprof_sign2 .doc-signup_gend,
.userprof_pay .doc-signup_gend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
}

.ban_slectsect .innerinput,
.top_headselect .innerinput,
.signup_gend .innerinput,
.doc_sign .doc-signup_gend .innerinput,
.userprof_sign .doc-signup_gend .innerinput,
.userprof_sign2 .doc-signup_gend .innerinput,
.userprof_pay .doc-signup_gend .innerinput {
    background-image: url(../imag_src/search.png) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: 19px;
    background-position-x: 95%;
}

.ban_slectsect .bv_ul_inner li:hover:not(:first-child),
.top_headselect .bv_ul_inner li:hover:not(:first-child),
.signup_gend .bv_ul_inner li:hover:not(:first-child),
.doc_sign .doc-signup_gend .bv_ul_inner li:hover:not(:first-child),
.userprof_sign .doc-signup_gend .bv_ul_inner li:hover:not(:first-child),
.userprof_sign2 .doc-signup_gend .bv_ul_inner li:hover:not(:first-child),
.userprof_pay .doc-signup_gend .bv_ul_inner li:hover:not(:first-child) {
    background-color: #f95259 !important;
    color: #fff;
    font-family: PRegular;
    font-size: 14px;
    border-radius: 5px;
}

.ban_slectsect .insur_fstslect,
.top_headselect .insur_fstslect,
.signup_gend .insur_fstslect,
.doc_sign .doc-signup_gend .insur_fstslect,
.userprof_sign .doc-signup_gend .insur_fstslect,
.userprof_sign2 .doc-signup_gend .insur_fstslect,
.userprof_pay .doc-signup_gend .insur_fstslect {
    width: 100%;
}

.ban_slectsect .insur_secslect,
.top_headselect .insur_secslect,
.signup_gend .insur_secslect,
.doc_sign .doc-signup_gend .insur_secslect,
.userprof_sign .doc-signup_gend .insur_secslect,
.userprof_sign2 .doc-signup_gend .insur_secslect,
.userprof_pay .doc-signup_gend .insur_secslect {
    width: 100%;
}

.selctbox_fstban input {
    background-color: #fff;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #ec576b;
    padding: 20px 10px !important;
    max-width: 400px;
    border: none !important;
}

.selctbox_fstban .es-list {
    margin-top: 1px !important;
    border-radius: 5px;
}

.selctbox_fstban input.es-input {
    background: none;
}

.selctbox_fstban li.es-visible.selected {
    background-color: #f95259;
    color: #fff;
}

.es-list {
    max-height: 400px !important;
}

.doc_specl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    margin: 0px 20px 10px 0px;
    position: relative;
    border-radius: 5px;
}

@media (max-width: 500px) {
    .doc_specl {
        display: block;
    }
}

.doc_specl::after {
    content: " |";
    position: absolute;
    right: 52%;
    font-size: 30px;
    color: #ddd;
    top: -2px;
}

@media (max-width: 500px) {
    .doc_specl::after {
        display: none;
    }
}

.doc_specl input {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
}

.doc_specl #editable-select {
    position: relative;
    right: 0px;
}

@media (max-width: 500px) {
    .doc_specl #editable-select {
        border-top: 1px solid #e4e4e4 !important;
    }
}

.doc_specl input#editable-select::-webkit-input-placeholder {
    color: #777777 !important;
}

.doc_specl input#editable-select:-ms-input-placeholder {
    color: #777777 !important;
}

.doc_specl input#editable-select::-ms-input-placeholder {
    color: #777777 !important;
}

.doc_specl input#editable-select::placeholder {
    color: #777777 !important;
}

.doc_specl ::after,
.doc_specl ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.doc_specl .es-list {
    position: absolute;
    left: 0px !important;
    width: 100% !important;
    max-width: 400px;
}

.ban_slectsect .bv_atual,
.top_headselect .bv_atual,
.signup_gend .bv_atual,
.userprof_sign .doc-signup_gend .bv_atual,
.userprof_sign2 .doc-signup_gend .bv_atual,
.userprof_pay .doc-signup_gend .bv_atual {
    max-width: 400px;
}

.ban_slectsect .arrow,
.top_headselect .arrow,
.signup_gend .arrow,
.doc_sign .doc-signup_gend .arrow,
.userprof_sign .doc-signup_gend .arrow,
.userprof_sign2 .doc-signup_gend .arrow,
.userprof_pay .doc-signup_gend .arrow {
    background-image: url(../imag_src/drop-down.png) !important;
    background-repeat: no-repeat;
    /* display: inline-block; */
    padding: 7px;
    float: right;
    background-size: contain;
    border: none !important;
}

.ban_slectsect .down,
.top_headselect .down,
.signup_gend .down,
.doc_sign .doc-signup_gend .down,
.userprof_sign .doc-signup_gend .down,
.userprof_sign2 .doc-signup_gend .down,
.userprof_pay .doc-signup_gend .down {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 3px;
}

.ban_slectsect .up,
.top_headselect .up,
.signup_gend .up,
.doc_sign .doc-signup_gend .up,
.userprof_sign .doc-signup_gend .up,
.userprof_sign2 .doc-signup_gend .up,
.userprof_pay .doc-signup_gend .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(180deg);
    margin-top: -5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.top_headselect,
.signup_gend,
.doc_sign .doc-signup_gend,
.userprof_sign .doc-signup_gend,
.userprof_sign2 .doc-signup_gend,
.userprof_pay .doc-signup_gend {
    width: 100%;
}

.top_headselect .arrow,
.signup_gend .arrow,
.doc_sign .doc-signup_gend .arrow,
.userprof_sign .doc-signup_gend .arrow,
.userprof_sign2 .doc-signup_gend .arrow,
.userprof_pay .doc-signup_gend .arrow {
    padding: 5px;
}

.top_headselect .bv_background,
.signup_gend .bv_background,
.doc_sign .doc-signup_gend .bv_background,
.userprof_sign .doc-signup_gend .bv_background,
.userprof_sign2 .doc-signup_gend .bv_background,
.userprof_pay .doc-signup_gend .bv_background {
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
}

.top_headselect .down,
.signup_gend .down,
.doc_sign .doc-signup_gend .down,
.userprof_sign .doc-signup_gend .down,
.userprof_sign2 .doc-signup_gend .down,
.userprof_pay .doc-signup_gend .down {
    margin-top: 8px;
}

.top_headselect .up,
.signup_gend .up,
.doc_sign .doc-signup_gend .up,
.userprof_sign .doc-signup_gend .up,
.userprof_sign2 .doc-signup_gend .up,
.userprof_pay .doc-signup_gend .up {
    margin-top: 3px;
}

.nati_app {
    font-size: 16px;
    color: #fff !important;
    font-family: pRegular;
}

.foo_cont_links div {
    font-size: 16px;
    padding: 0px 0px 20px 0px;
}

.foo_cont_links div a {
    color: #929ca6;
}

.padd-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.header_bocx,
.topnavsec_search .header_bocx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 40px;
    position: relative;
    right: 25%;
}

@media (min-width: 1125px) and (max-width: 1400px) {

    .header_bocx,
    .topnavsec_search .header_bocx {
        right: 0 !important;
    }
}

@media (max-width: 1124px) {

    .header_bocx,
    .topnavsec_search .header_bocx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        right: 0;
        margin-bottom: 5px;
    }
}

.topnavsec_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .topnavsec_search {
        display: block;
        margin: 0px;
    }
}

.topnavsec_search a.navbar-brand {
    text-align: right !important;
    width: unset !important;
    margin-right: -17px;
}

@media (min-width: 628px) and (max-width: 768px) {
    .topnavsec_search a.navbar-brand {
        text-align: left !important;
        width: 210px !important;
        margin: 0px !important;
    }
}

.topnavsec_search .header_bocx {
    position: relative;
    right: 0;
}

.cardimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vido_cam {
    position: relative;
    top: -20px;
    right: 0;
    left: 25px;
    bottom: 0px;
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px;
}

.vido_cam img {
    position: absolute;
    top: 12px;
    right: 0px;
    left: 12px;
    bottom: 0;
    width: 17px;
    height: 17px;
    -o-object-fit: cover;
    object-fit: cover;
}

.doc_cardimg {
    margin: 10px 0;
}

.doc_cardimg img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.search_results {
    font-size: 20px;
    padding: 16px;
    font-family: PSemibold;
}

.doc_card {
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    border-radius: 7px;
}

.doc_carddet,
.hosp-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    padding-top: 25px;
    margin-top: 10px;
    /* border-bottom: 1px solid #e4e4e4; */
    padding-left: 15px;
}

@media (max-width: 670px) {

    .doc_carddet,
    .hosp-card {
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.doc_carddet .card_doc_det,
.hosp-card .card_doc_det {
    padding: 10px 20px;
}

.docDet {
    padding-top: 0px;
}

@media (max-width: 670px) {

    .doc_carddet .card_doc_det,
    .hosp-card .card_doc_det {
        padding: 20px 20px;
        width: 100%;
        text-align: center;
    }
}

.doc_carddet .card_doc_name,
.hosp-card .card_doc_name {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    font-family: PRegular;
    overflow: hidden;
    word-break: break-all;
    overflow: hidden;
    width: 100%;
    max-width: 215px;
}

@media (max-width: 500px) {

    .doc_carddet .card_doc_name,
    .hosp-card .card_doc_name {
        width: 100%;
        max-width: 100%;
    }
}

.doc_carddet .card_doc_pos,
.hosp-card .card_doc_pos {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: PRegular;
    overflow: hidden;
    word-break: break-all;
}

.doc_carddet .card_det p,
.hosp-card .card_det p {
    font-size: 14px;
    overflow: hidden;
    font-family: PRegular;
    overflow: hidden;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
    max-width: 370px;
    color: #484848 !important;
}

@media (max-width: 670px) {

    .doc_carddet .card_det p,
    .hosp-card .card_det p,
    .doc_carddet .card_doc_pos,
    .doc_name {
        text-align: center !important;
    }

    .viewall_details {
        text-align: center;
    }

    .doc_carddet .card_doc_name,
    .doc_name {
        max-width: 100% !important;
    }
}

.viewall_details {
    padding: 10px;
    font-size: 14px;
    font-family: PRegular;
}

.viewall_details a {
    color: #000;
    padding: 0 10px;
}

.viewall_details .vew_al::before {
    content: "|";
    padding: 0 5px;
    margin: 0 5px;
    font-size: 15px;
}

.doc_card-pageation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
}

.hosp-card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 500px) {
    .hosp-card {
        padding: 10px;
    }
}

.hosp-name-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hosp-loc-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hosp-loc-sec .map-img img {
    height: 90px;
}

.hosp-loc-sec .map-loacte {
    width: 100%;
    padding: 10px 0;
}

.pin_searc {
    width: 100%;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    border-radius: 5px;*/
}

.pin_searc input .form-control {
    border: none !important;
}

.pin-to-go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    height: 43px !important;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    min-width: 200px;
    border: none !important;
}

#search-btn {
    padding: 10px 10px 10px 10px;
    display: inline;
    border-radius: 0px 4px 4px 0px;
    background-color: #f95259;
    color: #fff;
    font-size: 16px;
    margin: -2px 0px;
    height: 45px;
    border: none !important;
}

.search_categires .btn {
    padding: 5px 19px;
}

.popup-body {
    padding: 0;
    width: 100%;
}

.aplycancbtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-top: 1px solid #e4e4e4; */
}

#apply,
.apply,
#gender {
    background-color: #fff;
    color: #fff;
    border: none !important;
    border-radius: 25px;
    padding: 5px 18px;
    color: #000;
    background-color: #f95259;
    color: #fff;
    font-size: 14px;
}

#cancel,
.cancel {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 25px;
    padding: 5px 18px;
    margin-right: 5px;
    font-size: 14px;
}

.genderbox {
    padding: 10px 28px;
    position: relative;
    right: 0;
    top: 0;
    left: -10px;
    bottom: 0;
}

.genderbox input[type="radio"] {
    position: absolute;
    left: 24px;
    z-index: 10;
    opacity: 0;
    width: 75px;
    top: 11px;
    cursor: pointer;
}


/* Create a custom radio button */

#checkbox-new {
    margin-left: 20px;
    font-size: 16px;
    color: #484848 !important;
}

/* #checkbox-new label{
    font-weight: 100 !important;
} */

/* .checkmark {
    position: absolute;
    left: 24px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 15px;
    background-image: url(../imag_src/png/002-blank-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
    cursor: pointer;
} */


/* When the radio button is checked, add a blue background */

.genderbox input:checked~.checkmark {
    background-color: #fff;
}

.genderbox input:checked~.checkmark.gend {
    font-size: 16px;
}

.genderbox input:checked~.gend {
    font-size: 16px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.genderbox input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.genderbox .checkmark::after {
    position: absolute;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}

.insur_slectsect .innerinput {
    background-image: url(../imag_src/search.png) !important;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position-y: 11px;
    background-position-x: 95%;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    padding: 0 10px;
    border: 1px solid #fff;
}

.bv_atual {
    padding: 10px 10px !important;
}

.insur_slectsect .bv_atual {
    font-size: 11pt;
    padding: 7px 22px;
    border: none !important;
    cursor: pointer;
    background: #fff;
    color: #888;
    border: 0px solid #dce0e0;
    font-size: 14px;
    margin: 0 4px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
}

.insur_slectsect .bv_atual:active,
.insur_slectsect .bv_atual:focus,
.insur_slectsect .bv_atual:hover {
    color: #484848 !important;
    border: 1px solid #484848 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.insur_slectsect .arrow {
    display: none;
}

.insur_slectsect .bv_ul_inner {
    position: absolute;
    margin-top: 10px;
    padding: 0;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    z-index: 1000;
    min-width: 310px;
    background-color: #fff;
    left: unset;
    right: 25px;
    margin: 11px 0;
    padding: 6px;
    overflow-y: scroll;
    height: 250px;
}

.insur_slectsect .bv_ul_inner li input {
    border: none !important;
    width: 200px;
}

@media (max-width: 768px) {
    .insur_slectsect .bv_ul_inner {
        width: 100% !important;
        right: 0;
        left: 0;
        min-width: 200px;
    }
}

#checkboxes {
    border: 1px solid #e4e4e4;
    border-radius: 85%;
    height: 40px;
    width: 40px;
    background-color: #ddd;
}

.whatever {
    background-image: url(../imag_src/heart-outline.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 8px 9px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

#checkboxes input[type=checkbox] {
    display: none;
}

#checkboxes input[type=checkbox]:checked+.whatever {
    background-image: url(../imag_src/heart.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 8px 9px;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

.datebtn .ui-datepicker table .ui-datepicker td {
    border: 0px solid #e4e7e7 !important;
    padding: 0px;
}

.ui-datepicker-buttonpane.ui-widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-radius: 0px 0px 8px 8px;
}

.ui-datepicker-clear.ui-state-default.ui-priority-primary.ui-corner-all {
    border: 2px solid #e4e4e4 !important;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}

.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    border-radius: 20px;
    padding: 5px 20px;
    color: #fff;
    background-color: #f95259;
}

.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    display: none;
}

.multiselect-container {
    min-width: 250px !important;
    overflow-y: auto;
    /* height: 400px; */
    height: auto;
    border-radius: 10px;
    margin-top: 8px !important;
    max-height: 250px;
}

/* @media (max-width: 500px) {
    .selectd_dropdown .multiselect-container {
        right: -90px !important;
        left: unset !important;
    }
} */

label input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: 15px;
    height: 15px;
}

.multiselect-container li {
    overflow: hidden;
}

.multiselect-container li label {
    overflow: hidden !important;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    min-width: 275px !important;
    padding: 0px 25px !important;
}

.multiselect-container li a {
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 15px;
    background-image: url(../imag_src/png/002-blank-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
    padding: 0;
    margin: 10px;
    background-color: white !important;
}

.multiselect-container li.active a {
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 50px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}

.form-control.multiselect-search {
    background-image: url(../imag_src/search.png) !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: 11px;
    background-position-x: 95%;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    padding: 0 10px;
    width: 250px !important;
    margin: 5px 5px;
    margin-bottom: 5px;
}

.selectd_dropdown .input-group-addon {
    display: none;
}

.selectd_dropdown .input-group-btn {
    display: none;
}

.selectd_dropdown .caret {
    display: none;
}

.selectd_dropdown .dropdown-menu>li>a:focus,
.selectd_dropdown .dropdown-menu>li>a:hover {
    color: #f95259 !important;
    background-color: #fff !important;
}

.selectd_dropdown .dropdown-menu>.active>a,
.selectd_dropdown .dropdown-menu>.active>a:focus,
.selectd_dropdown .dropdown-menu>.active {
    color: #f95259;
    font-family: PSemibold;
    background-color: #fff;
    text-decoration: none;
    outline: 0;
}


/* .multiselect-item.multiselect-group {
    padding: 17px;
    position: absolute;
    background-color: #fff;
    width: 100%;
} */

.multiselect-item.multiselect-group a {
    background: transparent;
    margin: 10px 0;
}

.ill_appy {
    position: absolute;
    width: 50%;
    right: 0;
    right: 0;
    left: unset;
    margin: 10px 12px;
    border-radius: 0px 10px 10px 0px;
}

.ill_appy a:hover,
.ill_appy a:active {
    color: #000;
    border: 2px solid #777;
    border-radius: 0px 10px 10px 0px;
}

.ill_appy label {
    border: 1px solid #777;
    border-radius: 12px 10px 10px 12px;
    width: 100%;
}

.ill_appy label input[type="checkbox"] {
    visibility: hidden;
}

.ill_appy .active {
    font-size: 14px;
}

.ill_cler {
    position: absolute;
    width: 50%;
    right: 0;
    right: unset;
    left: 0%;
    margin: 10px;
    border-radius: 12px 0px 0px 12px;
}

.ill_cler a:hover,
.ill_cler a:active {
    color: #000;
    border: 2px solid #777;
    border-radius: 12px 0px 0px 12px;
}

.ill_cler label {
    border: 1px solid #777;
    border-radius: 12px 0px 0px 12px;
    width: 100%;
}

.ill_cler label input[type="checkbox"] {
    visibility: hidden;
}

.ill_clear .active {
    font-size: 14px;
}

.selctbtnsec {
    border-top: 1px solid #e4e4e4;
    padding: 10px 50px;
}

.selctbtnsec {
    position: sticky;
    bottom: 0;
    background-color: #fff;
}

#vmlclear {
    width: 100%;
    max-width: 80px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    color: #000;
    font-family: PRegular;
}

#vmldone {
    width: 100%;
    max-width: 80px;
    padding: 5px 0;
    background-color: #f95259;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    color: #fff;
    font-family: PRegular;
    margin: 0 3px;
}

.rememberbox {
    padding: 10px 28px;
    position: relative;
    right: 0;
    top: 0;
    left: -20px;
    bottom: 0;
    cursor: pointer;
}

@media (max-width: 399px) {
    .rememberbox {
        padding: 10px 22px;
    }
}

.rememberbox input[type="radio"] {
    position: absolute;
    left: 22px;
    z-index: 10;
    opacity: 0;
    width: 70px;
    top: 11px;
    cursor: pointer;
}

.rememberbox .gend {
    font-size: 14px;
    white-space: nowrap;
}

@media (max-width: 399px) {
    .rememberbox .gend {
        font-size: 12px;
    }
}


/* .checkmark {
    position: absolute;
    left: 24px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 15px;
    background-image: url(../imag_src/png/002-blank-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
} */


/* When the radio button is checked, add a blue background */

.rememberbox input:checked~.checkmark {
    background-color: #fff;
    cursor: pointer;
}

.rememberbox input:checked~.gend {
    font-size: 16px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.rememberbox input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.rememberbox .checkmark::after {
    position: absolute;
    left: 20px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    top: 14px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: inherit;
}

.show-log_pwd {
    padding: 4px 30px;
    /* position: relative;
    right: 0;
    top: 0px;
    left: -23px;
    bottom: 0; */
}

.showpwd_check {
    position: absolute;
    right: 0;
    top: 0;
}

.show-log_pwd input[type="checkbox"] {
    position: absolute;
    left: 22px !important;
    z-index: 1;
    opacity: 0;
    width: 25px;
    /* top: 15px; */
    top: 10px;
    cursor: pointer;
    visibility: visible;
    /* height: 15px; */
    height: 20px;
}

#docLoginpass .show-log_pwd input[type="checkbox"] {
    top: 20px;
}

.pwdmark,
.pwdmark1 {
    position: absolute;
    left: 24px;
    height: 20px;
    width: 23px;
    background-color: #fff;
    top: 12px;
    background-image: url(../imag_src/not-show-password.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.pwdmark1 {
    top: 21px;
}

.show-log_pwd input:checked~.gend {
    font-size: 16px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.pwdmark:after,
.pwdmark1:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.show-log_pwd input:checked~.pwdmark:after,
.show-log_pwd input:checked~.pwdmark1:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.show-log_pwd .pwdmark::after,
.show-log_pwd .pwdmark1::after {
    position: absolute;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/show.png);
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
}

.form-group.field-signupform-password.required {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    left: 0;
    /* border: 1px solid #e4e4e4; */
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-group.field-signupform-password.required input[type=password] {
    width: 100%;
    /* max-width: 300px; */
    /* border: none !important; */
}


/* .form-group.field-signupform-password.required .show-log_pwd {
    position: absolute;
    left: unset;
    right: -20px;
} */

.lang-chck {
    font-family: PRegular;
    font-size: 14px;
    margin-left: 5px;
}

.lang_done_cls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
}

.lang_done_cls .btn_done,
.langClear {
    border-radius: 25px !important;
    width: 100%;
    max-width: 80px;
    /* height: 35px; */
}

@media (max-width: 500px) {

    .lang_done_cls .btn_done,
    .langClear {
        width: 100%;
        max-width: 100px;
        height: 35px;
    }
}

.langClear {
    background-color: #fff !important;
    margin-right: 10px;
    color: #000 !important;
    border: 1px solid #e4e4e4 !important;
}

.form-control::-webkit-input-placeholder {
    color: #777777 !important;
}

.form-control:-ms-input-placeholder {
    color: #777777 !important;
}

.form-control::-ms-input-placeholder {
    color: #777777 !important;
}


/* .form-control::placeholder {
    color: #777777 !important;
} */

.signlogin .modal-dialog {
    width: 100%;
    max-width: 390px;
    margin: 50px auto;
}

.remembsec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.signup_gend,
.doc_sign .doc-signup_gend,
.userprof_sign .doc-signup_gend,
.userprof_sign2 .doc-signup_gend,
.userprof_pay .doc-signup_gend {
    width: 330px;
    text-align: left;
}

.signup_gend .bv_background,
.doc_sign .doc-signup_gend .bv_background,
.userprof_sign .doc-signup_gend .bv_background,
.userprof_sign2 .doc-signup_gend .bv_background,
.userprof_pay .doc-signup_gend .bv_background {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
}

.topnavsec_home a.navbar-brand {
    text-align: left !important;
    margin-right: 15em;
}

@media (max-width: 768px) {
    .topnavsec_home a.navbar-brand {
        display: block;
        margin: 0;
    }
}

.topnavsec_docsignup {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .topnavsec_docsignup {
        display: block !important;
        margin: 0px;
    }
}

.topnavsec_docsignup .navbar-brand {
    position: relative;
    left: -30px;
}

@media (max-width: 768px) {
    .topnavsec_docsignup .navbar-brand {
        left: 0;
    }
}

.topnavsec_docsignup a.airfcfx-menu-help-txt {
    margin: 5px;
}

a.navbar-brand {
    text-align: left !important;
}

.docsignup {
    padding-bottom: 30px;
}

.userprof_sign input,
.userprof_sign2 input,
.userprof_pay input {
    background-color: #fff;
    width: 100%;
    /* height: 50px; */
    height: 40px;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px !important;
    margin: 10px 0;
    max-width: 490px;
    /* -webkit-box-shadow: 0px 0px 3px 2px #eee !important;
    box-shadow: 0px 0px 3px 2px #eee !important; */
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.doc_sign input,
.phoneNum-verification {
    background-color: #fff;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    padding: 16px 12px !important;
    margin: 12px 0;
    /* max-width: 490px; */
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25) !important;
}

.doc_sign .doc-signup_gend .bv_atual {
    width: 100%;
    height: 52px;
    border-radius: 5px;
    max-width: 100%;
    padding: 16px 12px;
}

.profile_users input {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.doc_sign .doc-signup_gend,
.userprof_sign .doc-signup_gend,
.userprof_sign2 .doc-signup_gend,
.userprof_pay .doc-signup_gend,
.profile_users #hosp_locaiton,
.profile_users .doc-signup_hosp {
    max-width: 490px;
    width: 100%;
}

.userprof_sign .doc-signup_gend .bv_atual,
.userprof_sign2 .doc-signup_gend .bv_atual,
.userprof_pay .doc-signup_gend .bv_atual {
    color: #777;
    /* height: 50px; */
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    max-width: 490px;
    width: 100%;
}

.doc_sign .doc-signup_gend .bv_ul_inner li,
.userprof_sign .doc-signup_gend .bv_ul_inner li,
.userprof_sign2 .doc-signup_gend .bv_ul_inner li,
.userprof_pay .doc-signup_gend .bv_ul_inner li {
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    /* max-width: 490px; */
    width: 100%;
}

.bv_ul_inner li:hover {
    background-color: #f95259 !important;
    color: #fff !important;
}

.doc_sign .doc-signup_gend .bv_ul_inner li:hover:not(:first-child),
.userprof_sign .doc-signup_gend .bv_ul_inner li:hover:not(:first-child),
.userprof_sign2 .doc-signup_gend .bv_ul_inner li:hover:not(:first-child),
.userprof_pay .doc-signup_gend .bv_ul_inner li:hover:not(:first-child) {
    background-color: #f95259 !important;
    color: #fff !important;
    font-family: PRegular;
    font-size: 14px;
}

.doc_sign .tit_name,
.userprof_sign .tit_name,
.userprof_sign2 .tit_name,
.userprof_pay .tit_name {
    font-size: 14px;
    font-family: PRegular;
    color: #000;
}

.doc_sign input,
.userprof_sign input,
.phoneNum-verification,
.userprof_sign2 input,
.userprof_pay input,
.doc_sign textarea::-webkit-input-placeholder,
.userprof_sign textarea::-webkit-input-placeholder,
.userprof_sign2 textarea::-webkit-input-placeholder,
.userprof_pay textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 16px;
}

.doc_sign input,
.userprof_sign input,
.phoneNum-verification,
.userprof_sign2 input,
.userprof_pay input,
.doc_sign textarea:-ms-input-placeholder,
.userprof_sign textarea:-ms-input-placeholder,
.userprof_sign2 textarea:-ms-input-placeholder,
.userprof_pay textarea:-ms-input-placeholder {
    color: #777;
    font-size: 16px;
}

.doc_sign input,
.userprof_sign input,
.phoneNum-verification,
.userprof_sign2 input,
.userprof_pay input,
.doc_sign textarea::-ms-input-placeholder,
.userprof_sign textarea::-ms-input-placeholder,
.userprof_sign2 textarea::-ms-input-placeholder,
.userprof_pay textarea::-ms-input-placeholder {
    color: #777;
    font-size: 16px;
}

.doc_sign input,
.userprof_sign input,
.phoneNum-verification,
.userprof_sign2 input,
.userprof_pay input,
.doc_sign textarea::placeholder,
.userprof_sign textarea::placeholder,
.userprof_sign2 textarea::placeholder,
.userprof_pay textarea::placeholder {
    color: #777;
    font-size: 16px;
}

.doc_sign #continue,
.userprof_sign #continue,
.userprof_sign2 #continue,
.userprof_pay #continue {
    padding: 8px 12px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    max-width: 130px;
    background-color: #f95259;
    color: #fff;
    border-radius: 5px;
    border: none !important;
    font-size: 18px;
}

.doc_sign #continue a,
.userprof_sign #continue a,
.userprof_sign2 #continue a,
.userprof_pay #continue a {
    color: #fff;
}

.doc-signup_hosp .select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    margin-top: 0px;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    /* max-width: 490px; */
    max-width: 100% !important;
    font-family: PRegular;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
    /* padding: 7px; */
    /*-webkit-box-shadow: 0px 0px 3px 2px #eee !important;
    box-shadow: 0px 0px 3px 2px #eee !important;*/
    /* margin-top: 7px; */
}

.doc-signup_hosp .select2-search--dropdown .select2-search__field {
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    margin: 10px 0px 8px 5px;
    position: relative;
    border-radius: 5px;
    max-width: 460px;
}

.doc-signup_hosp .select2-dropdown.select2-dropdown--above {
    width: 490px !important;
}

a.select2-results__message {
    position: relative;
    top: -12px;
    right: -12px;
    color: #000;
}

.signuptit_sec {
    margin: 20px 0;
}

.signuptit_sec h2 {
    font-family: PSemibold;
}

.signuptit_sec p {
    font-size: 20px;
    color: #777;
    overflow: hidden;
    word-break: break-all;
}

.fileupld {
    padding: 20px 0;
}

.pf_icon {
    position: relative;
    top: 40px;
    right: 0px;
    left: -40px;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 7px;
    border-radius: 20px;
}

.user_img {
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    /* margin-bottom: 10px; */
    margin-right: 10px;
}


/* .usimg-nm span {
    margin-right: 17px;
} */

.textarea_cls {
    resize: none;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
    padding-top: 8px;
    margin-bottom: 20px;
    max-width: 490px;
    text-align: left;
    /*-webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;*/
}

.img-uplad-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    margin-top: 5px;
    padding-left: 10px;
    margin-bottom: 20px;
    max-width: 490px;
    border: 1px solid #e4e4e4 !important;
    /*-webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;*/
}

.img-uplad-box label {
    text-align: center;
}

.img-uplad-box label .brow-file {
    margin-top: 8px;
    color: #7777;
    font-family: PRegular;
    font-size: 14px;
}

.bg_bane {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 60vh;
    margin-top: 70px;
    background-color: #D2E2E4;
}

@media (max-width: 768px) {
    .bg_bane {
        background-size: cover;
        background-position: 75%;
        opacity: 0.4;
    }
}

.doc_banr_ulti .banner_text {
    position: absolute;
    left: 36px;
    width: 94%;
    top: 24px;
}

@media (max-width: 768px) {
    .doc_banr_ulti .banner_text {
        display: block;
    }
}

.doc_banr_ulti .doc_ban_cont .ban_nam {
    color: #000 !important;
    font-family: PSemibold !important;
    padding-bottom: 15px !important;
    width: 100%;
    max-width: 420px;
    margin-top: -65px;
    font-size: 38px;
    text-transform: initial;
}

@media (max-width: 500px) {
    .doc_banr_ulti .doc_ban_cont .ban_nam {
        font-size: 34px;
    }
}

.doc_banr_ulti .doc_ban_cont p {
    width: 100%;
    max-width: 420px;
    font-size: 20px;
    color: #777;
    margin-left: 5px;
}

.doc_banr_ulti .doc_ban_cont .submitbtn button {
    padding: 6px 12px;
    margin: 30px 0;
    text-align: center;
    width: 100%;
    max-width: 110px;
    background-color: #f95259;
    color: #fff;
    border-radius: 25px;
    border: none !important;
    font-size: 16px;
}

.pro_datas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: PRegular;
    margin: 7px;
}

.pro_icons {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: #f95259;
    border-radius: 50px;
}

.pro_icons img {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 0;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 40px;
    height: 40px;
}

.provide_Name {
    padding: 15px 0;
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
}

.prov_detail p {
    font-size: 12px;
    text-align: center;
    /* word-break: break-all; */
    width: 100%;
    max-width: 250px;
    line-height: 25px;
    color: #777;
}

.disc_cont {
    padding: 100px 0;
    width: 100%;
    max-width: 480px;
    padding: 0;
    margin: 70px 30px 60px;
}

@media (max-width: 480px) {
    .disc_cont {
        margin: 15px 5px;
        padding: 20px 10px !important;
    }
}

.disc_cont h1 {
    font-size: 40px;
    font-family: PBold;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 500px) {
    .disc_cont h1 {
        font-size: 30px;
        margin: 5px;
    }
}

.disc_cont p {
    width: 100%;
    /* max-width: 300px; */
    font-size: 17px;
    color: #777;
    margin-left: 5px;
    line-height: 24px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .disc_cont p {
        width: 100%;
        max-width: 500px;
    }

    .addfollowsmodal .modal-content {
        max-width: 450px !important;
        width: 450px !important;
    }
}

.disc_cont .submitbtn button {
    padding: 6px 12px;
    margin: 30px 0 0;
    text-align: center;
    width: 100%;
    max-width: 110px;
    background-color: #f95259;
    color: #fff;
    border-radius: 25px;
    border: none !important;
    font-size: 16px;
}

.disc_cont #panel {
    display: none;
}

.health_list {
    list-style-type: none;
}

.health_list li {
    list-style-type: none;
    padding: 15px 0;
}

.health_list .fa-tick {
    border: 1px solid #000;
    padding: 2px 2px;
    border-radius: 25px;
    font-size: 14px;
}

.health_list .fa-tick .fa.fa-check {
    position: relative;
    left: 2px;
    font-size: 13px;
}

.doc-tit_sect::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: unset;
    margin-left: -14px;
    margin-top: 23px;
    color: #f95259;
    padding: 23px 0;
    border-right: 5px solid #f95259;
}

.doc-tit_sect h2 {
    font-size: 24px;
    color: #000;
}

.doc-tit_sect h3 {
    font-size: 17px !important;
    color: #777;
    line-height: 22px;
}

.vido_sec {
    /* background-image: url("../imag_src/doc_banner3.png"); */
    height: 100vh;
    height: 70vh;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    margin: 15px;
}

.vi_ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
}


/* .helthabtsection .container {
    width: 1200px;
}

@media (max-width: 992px) {
    .helthabtsection .container {
        width: auto;
    }
} */

.img-multiple input[type="file"] {
    display: block;
}

.img-multiple .imageThumb {
    max-height: 75px;
    border-radius: 8px;
    /* border: 2px solid; */
    padding: 1px;
    cursor: pointer;
    object-fit: cover;
    width: 75px;
    height: 60px;
}

.img-multiple .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    position: relative;
}

.img-multiple {
    width: 100%;
    display: block;
    max-width: 490px;
    margin-left: auto;
}

.img-multiple .remove {
    display: block;
    background: #f95259;
    color: white;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    padding: 1px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -11px;
    right: -8px;
}


/* .progress {
    background: #e3e3e3;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    width: 100%;
    margin-bottom: 0;
    height: 12px !important;
    background: #6ea805;
} */

.progress {
    background: #e3e3e3;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    width: 100%;
    margin-bottom: 0;
    height: 12px !important;
    background: #6ea805;
}

.progress-value {
    /* -webkit-animation: load 25s normal infinite;
    animation: load 25s normal infinite; */
    background: #6ea805 !important;
    height: 10px;
    /* width: 0; */
}

@-webkit-keyframes load {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

@keyframes load {
    0% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.prof-load-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}


/* .load-img .certi-load, */

.prof-load-img .certi-load,
#uploadedFile .certi-load {
    width: 100%;
    max-width: 430px;
    /*margin-left: 10px;*/
}

.load-img .cer-titl,
.prof-load-img .cer-titl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    cursor: pointer;
}

.file-img {
    background-color: #e5e5e5;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 42px;
    border-radius: 25px;
}

.file-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin: 10px;
}

.hosaccordion {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    list-style-type: none;
    padding: 0;
    max-width: 490px;
    color: #777 !important;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    font-family: PRegular;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background: #fff;
    max-height: 500px;
    overflow-y: auto;
}

@media (max-width: 768px) {
    .hosaccordion {
        position: relative !important;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
}

.hosaccordion .select2-search__field {
    width: 100% !important;
    max-width: 480px !important;
    margin: 10px !important;
}

.hosaccordion .select2-search__field {
    background-image: url(../imag_src/search.png) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-y: 15px;
    background-position-x: 97%;
}

.hosaccordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hosaccordion .link:hover {
    background-color: #f95259;
    color: #fff !important;
}

.hosaccordion li:last-child .link {
    border-bottom: 0;
}

.hosaccordion li i {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hosaccordion li i.fa-sort-down {
    right: 12px;
    left: auto;
    font-size: 24px;
}

.hosaccordion li.open .link {
    color: #b63b4d;
}

.hosaccordion li.open i {
    color: #b63b4d;
}

.hosaccordion li.open i.fa-sort-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 10px;
}

.dash_head .panel.panel-default {
    padding: 20px 30px;
    margin: 0 !important;
    /* -webkit-box-shadow: 0px 2px 7px 3px #eee !important;
    box-shadow: 0px 2px 7px 3px #eee !important; */
    border-radius: 7px 7px 0px 0px;
    border: none !important;
    /* border-top: 0px;
    border-right: 0px;
    border-left: 0px; */
}

.dash_head .panel-heding h2 {
    font-size: 24px !important;
    font-family: PSemibold !important;
    margin: 0;
}

.helpBody .panel {
    /* box-shadow: 0px 2px 7px 1px #eee !important; */
    margin-top: 0 !important;
    border-radius: 0px 0px 7px 7px;
    /* border-top: 0px;
    border-right: 0px;
    border-left: 0px; */
    border: none !important;
}

.dash_head {
    /* border: 1px solid #e4e4e4; */
    border-bottom: none;
    /* border-radius: 8px; */
    border-radius: 7px 7px 0px 0px;
    box-shadow: 0px 0px 2px 2px #eee !important;
}

.helpBody {
    border-top: 1px solid #e4e4e4;
}

@media(max-width:400px) {

    /* .dash_head, .helpBody{
        margin: 0px 5px;
    }*/
    .helpBody {
        margin: 0px 5px;
    }
}


/* @media (max-width: 768px) {
    .dash_head .panel-heding h2 {
        text-align: center;
    }
} */

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

.view_det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    color: #777777;
}

.dash_body .panel {
    border-color: none;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    /* border-radius: 0px; */
    border-radius: 0px 0px 7px 7px;
    margin-top: 1px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.helpBody .dash_body .panel-body {
    padding: 30px !important;
}

.dassh_conte {
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    margin-bottom: 15px;
}

.img_name h3 {
    padding: 20px 0px;
    margin: 0 !important;
}

.tab_profle-basicinfo .panel-heding h2,
.tab_profle-payment .panel-heding h2 {
    font-family: PSemibold;
    font-size: 24px !important;
    margin: 0;
}

.tab_profle-basicinfo .panel.panel-default,
.tab_profle-payment .panel.panel-default {
    border-radius: 0px 0px 7px 7px !important;
}

.tab_profle-basicinfo .panel-body,
.tab_profle-payment .panel-body {
    padding: 10px 8px;
}

.tab_profle-basicinfo .basicpanel.panel-default,
.tab_profle-payment .basicpanel.panel-default {
    padding: 10px;
    border: 1px solid #e4e4e4;
    border-bottom-color: #dddddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 0px;
    border-radius: 7px 7px 0px 0px;
}

.tab_profle-basicinfo .profile_users,
.tab_profle-payment .profile_users {
    margin-left: 4rem;
    margin-right: 15px;
}

.tab_profle-basicinfo .doctorProfile,
.tab_profle-payment .doctorProfile {
    margin-left: 4rem;
    margin-right: 15px;
}

@media (max-width: 500px) {

    .tab_profle-basicinfo .profile_users,
    .tab_profle-payment .profile_users {
        margin-left: 15px !important;
    }
}

@media (max-width: 500px) {

    .tab_profle-basicinfo .doctorProfile,
    .tab_profle-payment .doctorProfile {
        margin-left: 15px !important;
    }
}

.tab_profle-payment .profile_users {
    margin: 0px !important;
}

.userprof_sign input,
.userprof_sign2 input,
.phoneNum-verification,
.userprof_pay input,
.userprof_sign textarea,
.userprof_sign2 textarea,
.userprof_pay textarea {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.userprof_sign .form-group,
.userprof_sign2 .form-group,
.userprof_pay .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.userprof_sign .form-group .tit_name,
.userprof_sign2 .form-group .tit_name,
.userprof_pay .form-group .tit_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 7px;
    margin-top: 7px;
}

@media (max-width: 1199px) {

    .userprof_sign .form-group .tit_name,
    .userprof_sign2 .form-group .tit_name,
    .userprof_pay .form-group .tit_name {
        width: auto;
        margin-right: auto;
    }
}

.userprof_sign .specl-text,
.userprof_sign2 .specl-text,
.userprof_pay .specl-text {
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.userprof_sign .fileupld,
.userprof_sign2 .fileupld,
.userprof_pay .fileupld {
    padding: 10px 0;
    margin-left: 22rem;
}

@media (max-width: 500px) {

    .userprof_sign .fileupld,
    .userprof_sign2 .fileupld,
    .userprof_pay .fileupld {
        margin: 0px;
    }
}

.userprof_sign .doc-signup_gend .bv_background,
.userprof_sign2 .doc-signup_gend .bv_background,
.userprof_pay .doc-signup_gend .bv_background {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

@media (max-width: 375px) {

    .userprof_sign .bv_atual,
    .userprof_sign2 .bv_atual,
    .userprof_pay .bv_atual {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 12px;
    }
}

.userprof_pay .form-group {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.userprof_pay .form-group .tit_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 150px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .userprof_pay .form-group .tit_name {
        margin-left: 0;
    }
}

.prof_pay-pg .bv_atual.bv_background {
    width: 100% !important;
    min-width: 200px !important;
}

.prof_pay-pg .arrow {
    background-image: url(../imag_src/drop-down.png) !important;
    background-repeat: no-repeat;
    /* display: inline-block; */
    padding: 7px;
    float: right;
    background-size: contain;
    border: none !important;
    background-position-y: 4px;
}

.prof_pay-pg .down {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    margin-top: 3px;
}

.prof_pay-pg .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.reviw-write {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
}

.reviw-write:first-child {
    padding-top: 0;
}

.reviw-write:last-child {
    padding-bottom: 0;
}

.reviw-write:last-child {
    border: none !important;
}

.edi_rew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width: 768px) {
    .edi_rew {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.current-rate {
    margin-right: 5px;
}

.paginations,
.pagination {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.paginations li a,
.pagination li span {
    padding: 12px 16px;
    border: 1px solid #e4e4e4;
    color: #777 !important;
}

.pagination li {
    padding: 8px;
    border: 1px solid #e4e4e4;
    color: #777 !important;
    background: none;
}

.pagination li a {
    color: #777 !important;
}

.paginations li a:hover {
    background-color: #f95259;
    color: #fff;
}

.pagination .active {
    background-color: #f95259;
    border: 1px solid #f95259;
}

.paginations li:hover a {
    color: #fff !important;
}

.pagination li:hover {
    background-color: #f95259;
}

.pagination li:hover a {
    color: #fff !important;
}

.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff !important;
}

.pagination .disabled {
    background-color: #fff !important;
}


/*.pagination > .disabled > span:focus span, .pagination > .disabled > span:hover span{
    color: #fff !important;
}*/


/*.pagination > .disabled:focus span, .pagination > .disabled:hover span{
    color: #fff !important;
}*/

.pagination>li>a {
    background-color: transparent !important;
}

.pagination>li>a:hover {
    background-color: transparent !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: transparent !important;
    color: #fff !important;
}

@media(max-width:336px) {
    .paginations {
        justify-content: center !important;
    }

    .pag-section .paginations {
        justify-content: center !important;
    }

    .paginations li a,
    .pagination li span {
        padding: 12px 14px;
    }
}

.profil_hcont {
    color: #f95259;
    word-break: break-all;
    margin-bottom: 15px;
    margin-left: 15px;
}

.file-upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 490px;
}

@media (max-width: 500px) {
    .file-upload-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

input[type="file"] {
    display: none !important;
}

.custom-file-upload {
    border: 1px solid #e4e4e4;
    display: inline-block;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    width: 100%;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    border-radius: 5px;
}

.upld-box {
    border: 1px solid #e4e4e4;
    height: 45px;
    width: 50px;
    padding: 15px;
    border-radius: 5px;
}

.btn_upld {
    height: 45px;
    width: 85px;
    margin-left: 5px;
}

.mes_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mes_heading .doc-signup_gend .bv_atual {
    width: 100%;
    min-width: 250px;
}

.inbox_View {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0px;
    border-top: 1px solid #e4e4e4;
}

@media (max-width: 768px) {
    .inbox_View {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /* .inbox_View div {
        margin-bottom: 5px;
    } */
}


/*.inbox_View:hover {
    background-color: #ddd;
    color: #000;
}*/

.airfcfx-msg.btn-details {
    border: 1px solid #e4e4e4;
    text-align: center;
    background-color: #777;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}

.prof-load-img {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

.prof-load-img .certi-load {
    width: 100%;
    max-width: 430px;
    /*margin: 0 10px;*/
    margin-left: 5px;
}

.prof-getimg {
    width: 100%;
    margin-left: auto;
    max-width: 500px;
}

.view-box {
    border: 1px solid #e4e4e4;
    width: 100%;
    max-width: 490px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

.view-box .enable {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    -webkit-filter: invert(28%) sepia(96%) saturate(1592%) hue-rotate(118deg) brightness(95%) contrast(92%);
    filter: invert(28%) sepia(96%) saturate(1592%) hue-rotate(118deg) brightness(95%) contrast(92%);
}

.view-box .disable {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    -webkit-filter: invert(28%) sepia(96%) saturate(1592%) hue-rotate(118deg) brightness(95%) contrast(92%);
    filter: invert(28%) sepia(96%) saturate(1592%) hue-rotate(118deg) brightness(95%) contrast(92%);
}

.date-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    max-width: 350px;
}

.date-box .date {
    padding: 20px;
    border: 1px solid #e4e4e4;
    margin-right: 20px;
    border-radius: 5px;
}

.emil-add,
.phn-num {
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.emil-add h3,
.phn-num h3 {
    font-family: PSemibold;
}

.phn-num {
    border: none !important;
}

@media (max-width: 500px) {
    .chatbox {
        min-height: auto;
    }
}

.doc_chat-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: auto;
    height: 100%;
    /* min-height: 660px; */
}

@media (max-width: 500px) {
    .doc_chat-side {
        min-height: auto;
    }
}

.accpted button {
    width: 100%;
    padding: 8px;
    background-color: #f95259;
    color: #fff;
    border: none !important;
    border-radius: 3px;
    font-family: PRegular;
    margin: 10px 0;
}

.declined button {
    padding: 8px;
    width: 100%;
    background-color: #ececec;
    border: none !important;
    color: #000;
    border-radius: 3px;
    font-family: PRegular;
}

.declined,
.cancel-btn,
.cancel-btn:hover,
.declined:hover {
    background-color: #e4e4e4 !important;
    color: #000 !important;
}

.amnt_nm,
.amnt_totl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* padding: 8px 8px; */
    padding: 5px 0px;
    color: #777777;
}

.amnt_totl {
    color: #000;
    border-top: 1px solid #e4e4e4;
}

.send_msg-area {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    /* position: relative; */
}

.send_msg-area .msg_type {
    width: 100%;
    /* max-width: 580px; */
    max-width: 80%;
    border: none !important;
    resize: none;
    border-radius: 7px;
    margin: 8px;
}

.send_msg-area .btn.send-btn {
    position: absolute;
    right: 20px;
    bottom: 15px;
}


/*.send_msg-area .msg-chat-btn {
    position: absolute;
    right: 20px;
    bottom: 15px;
}*/

.msgspces_left,
.msgspces_right {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    /* word-break: break-all; */
    background: #f2f2f2;
    border-radius: 10px 10px 10px 0px;
    padding: 0px;
    margin: 9px;
}

.msgspces_right {
    padding: 10px !important;
    border-radius: 10px 10px 0px 10px;
    /* max-width: 80%; */
}

.msgTimerFxright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
    margin-right: 10px;
    padding-left: 10px;
}

.msgright,
.msgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    /* justify-content: right; */
    justify-content: flex-end !important;
    padding: 15px 0;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
}

.msgleft {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.msgTimerFxleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-left: 10px;
}

.bill-descrip,
.bill-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 265px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 36px;
    padding: 8px 0;
}

.bill-descrip .det_qa,
.bill-btn .det_qa {
    width: 100%;
    text-align: left;
    margin-left: 3rem;
}

.bill-descrip .det_ans,
.bill-btn .det_ans {
    width: 100%;
    text-align: left;
}

.bill-btn {
    border-top: 1px solid #888;
}

.sids_detl {
    padding: 10px 5px;
}

.sids_detl .ord_tit {
    color: #777;
    margin-right: 10px;
    /* margin-top: 0px !important;
    margin-bottom: 0px !important; */
    width: auto;
}

.bill-btn button:first-child {
    border-right: 1px solid #888;
}

.bill-btn button {
    width: 100%;
    min-width: 166px;
    height: 35px;
    margin-top: -8px;
    border-bottom: 0px;
    border-right: 0px;
    background-color: #eee0;
    border-left: 0px;
    border-top: 0px;
}

.bill-btn .acpt:hover {
    color: #27d227;
}

.bill-btn .Declain:hover {
    color: #f95259;
}

.decline_icon {
    background-image: url(../../images/close-circle.png);
    margin-left: 8px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 5px 12px;
    padding-left: 27px;
}

.accept_icon {
    background-image: url(../../images/tick-circle-2.png);
    margin-left: 8px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 5px 12px;
    padding-left: 27px;
}

.calender {
    font-family: PBold;
    font-size: 18px;
}

.calender .ui-datepicker .ui-datepicker-title {
    margin: 0px 3.3em;
    line-height: 2.8em;
    text-align: center;
    font-size: 24px;
}

.calender .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
    max-width: 707px;
}

.calender .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    border: 1px solid #e5e5e5 !important;
}

.calender .ui-datepicker td {
    border: 1px solid #e4e7e7;
    padding: 10px;
    font-family: PBold;
}

.calender .ui-datepicker td:hover {
    background-color: #f95259;
}

.calender .ui-datepicker td a:hover {
    color: #fff;
}

.calender .ui-widget-content {
    border: 0;
}

.ui-datepicker th {
    padding: .7em 14px !important;
}

.calender .ui-datepicker th {
    padding: 1.7em 2.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    width: 100%;
    border: 1px solid #e4e4e4;
    /* height: 50px; */
    height: 40px;
    min-width: 100px;
}



.calender .ui-datepicker .ui-datepicker-prev {
    left: 50px !important;
    padding: 0 15px !important;
    top: 20px !important;
    cursor: pointer;
}

.calender .ui-datepicker .ui-datepicker-prev:hover {
    border: none !important;
}

.calender .ui-datepicker .ui-datepicker-next {
    right: 50px !important;
    padding: 0 15px !important;
    top: 20px !important;
    cursor: pointer;
}

.calender .ui-datepicker .ui-datepicker-next:hover {
    border: none !important;
}

.calender .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background: url(../imag_src/back.png);
    width: 25px;
    height: 25px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.calender .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background: url(../imag_src/back.png);
    width: 25px;
    height: 25px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.calender .ui-state-default::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    position: relative;
    left: 25px;
    top: 10px;
}

.calender .ui-datepicker-week-end .ui-state-default::after {
    content: "";
    height: 0;
    width: 0;
    background-color: transparent;
    visibility: hidden;
}

.calender .ui-datepicker-current-day {
    background-repeat: no-repeat;
    background-color: #f95259;
}

.paymnt-cmt {
    width: 100%;
    max-width: 460px;
    text-align: center;
    font-family: PRegular;
    font-size: 16px;
    color: #777;
}

.booking_table {
    font-family: PRegular;
    margin-bottom: 0px !important;
}

.booking_table th {
    border-bottom: 1px solid #e4e4e4;
    font-size: 15px;
    word-break: break-word;
    padding: 15px !important;
}

.booking_table th .th_appoi_dat {
    width: 100%;
    /* max-width: 105px; */
    /* max-width: 120px; */
    text-align: left;
    /* display: block;
    margin: auto !important; */
}

.booking_table th div {
    /* margin-top: 10px; */
    text-align: left;
    word-break: break-word;
}

.basic-info {
    padding-left: 10px !important;
}


/* .booking_table td div {
    margin-top: 10px; 
    width: 100%;
    max-width: 223px;
    word-break: break-word;
} */

.booking_table td {
    max-width: 223px;
    word-break: break-word;
}

.urBooking {
    margin-bottom: 30px !important;
    border-top: 0px;
}

@media(min-width:500px) {
    .doc-preBooking .booking_table th {
        padding-left: 11px !important;
    }

    .doc-preBooking .booking_table td {
        padding-left: 11px !important;
    }

    .booking_table th {
        padding-left: 30px !important;
    }

    .booking_table td {
        padding-left: 30px !important;
    }
}

@media(min-width:500px) {
    .urPrev h2 {
        padding-left: 15px;
    }
}

@media(max-width: 499px) {
    .booking_table td {
        padding-left: 15px !important;
    }
}

.booking_table td {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}


/* .usimg-nm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */


/* @media(min-width:767px){
    .th_appoi_dat {
        margin-left: 10px;
    }
    
} */

.th_appoi_dat {
    margin-left: 10px;
}

.td_ans {
    width: 100%;
    /* max-width: 95px; */
    margin-left: 10px;
    color: #777777;
    font-family: PRegular;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.td_detal {
    width: 100%;
    max-width: 140px;
    word-break: break-all;
    color: #777777;
    font-family: PRegular;
    font-size: 14px;
    margin-top: 10px;
}

.preBooking-user {
    padding-right: 30px;
}

.td_status {
    color: #777777;
    font-family: PRegular;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
}

.empt_book {
    padding: 16px;
    color: #777;
    font-size: 16px;
    letter-spacing: 1px;
}

.user_pwd_chng {
    padding: 20px;
}

.user_pwd_chng .pwdmark {
    top: 15px;
}

.user_pwd_chng .form-group.required {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user_pwd_chng .tit_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 150px;
    margin-right: 15px;
    font-family: PRegular;
    color: #000;
}

@media (max-width: 448px) {
    .user_pwd_chng .tit_name {
        width: unset;
        margin-bottom: 7px;
    }
}

.user_pwd_chng .pwd_type {
    height: 40px;
}

.user_pwd_chng .pwd_type,
.form-group.field-newpassword,
.form-group.field-oldpassword,
.form-group.field-confirmpassword {
    /* width: 100%; */
    /* max-width: 270px; */
    /* height: 50px; */
    /*height: 40px;*/
    border-radius: 3px;
    padding: 5px;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

/* .upd_pwd_cls.clearfix {
    border-top: 1px solid #e4e4e4;
} */

.btn_pwd {
    width: 100%;
    max-width: 170px;
    margin: 15px !important;
    height: 40px;
    font-family: PRegular;
}

.emai_setng {
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
}

.emai_setng .emi-set_cls {
    -ms-flex-preferred-size: 255px;
    flex-basis: 255px;
    margin-top: 15px;
}

.emai_setng .emai_resrv {
    margin-left: 15px;
    width: 100%;
    max-width: 385px;
    text-align: justify;
}

.btn_email-save {
    margin: 15px;
}

.emailcheck_box {
    padding: 4px 30px;
    position: relative;
    right: 0;
    top: 0;
    left: -23px;
    bottom: 0;
}

.emailcheck_box input[type="checkbox"] {
    position: absolute;
    left: 9px;
    right: 0;
    z-index: 10;
    opacity: 0;
    /* width: 16px; */
    width: 100%;
    height: 20px;
    top: 11px;
    cursor: pointer;
    visibility: visible;
}

.emailcheck_box .checkmark {
    position: absolute;
    left: 24px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 15px;
    background-image: url(../imag_src/png/002-blank-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}

@media(max-width:600px) {
    .emailcheck_box .checkmark {
        left: 10px;
    }

    .emailcheck_box {
        padding: 4px 18px;
    }
}

.emailcheck_box input:checked~.gend {
    font-size: 16px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.emailcheck_box input:checked~.checkmark:after {
    display: block;
}

.emailcheck_box {
    padding-right: 0px !important;
}


/* Style the indicator (dot/circle) */

.emailcheck_box .checkmark::after {
    position: absolute;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
    margin-top: 10px;
}

.price-range-slider .range-value {
    text-align: center;
    margin-top: 10px !important;
    font-family: PRegular;
    text-shadow: 1px 1px #e5e5e5;
    color: #777;
}

.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #f95259;
    font-size: 16px;
    font-weight: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    text-align: center;
}

.price-range-slider .range-bar {
    border: none !important;
    background: #777;
    height: 3px;
    width: 100%;
    margin-left: 0;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #f95259;
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none !important;
    border-radius: 25px;
    background: #fff;
    border: 4px solid #f95259 !important;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 1px 0px #e5e5e5;
    box-shadow: 0px 0px 1px 0px #e5e5e5;
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #fff;
}

.ui-state-hover .ui-state-active .ui-state-hover {
    background-color: none !important;
    border-radius: 50%;
    display: block;
    border: none !important;
}


/*--- /.price-range-slider ---*/

.lang_tit {
    padding: 5px 15px;
}

#langbox-new {
    margin-left: 8px;
    font-size: 16px;
}

.langbox {
    padding: 10px 40px;
    position: relative;
    right: 0;
    top: 0;
    left: -8px;
    bottom: 0;
}

.langbox input[type="radio"] {
    position: absolute;
    left: 23px;
    z-index: 10;
    opacity: 0;
    width: 100px;
    top: 13px;
    cursor: pointer;
    height: 24px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.langbox input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.langbox .checkmark::after {
    position: absolute;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}

.lang_checkbox {
    overflow-y: scroll;
    height: 190px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.lang-rad {
    font-size: 14px;
    font-family: PRegular;
}

.nearcheck_box {
    padding: 5px 30px;
    position: relative;
    right: 0;
    top: 0;
    left: -23px;
    bottom: 0;
}

.nearcheck_box input[type="checkbox"] {
    position: absolute;
    left: 22px;
    z-index: 10;
    opacity: 0;
    width: 100px;
    top: 11px;
    cursor: pointer;
    visibility: visible;
}

.nearcheck_box input:checked~.gend {
    font-size: 16px;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.nearcheck_box input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.nearcheck_box .checkmark::after {
    position: absolute;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}

.near_check {
    padding: 0px 15px;
    width: 100%;
    min-width: 231px;
    border-top: 1px solid #e4e4e4;
}

.lang-chck {
    font-family: PRegular;
    font-size: 14px;
    margin-left: 5px;
}

.lang_done_cls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #e4e4e4;
}

.lang_done_cls .btn_done {
    border-radius: 25px !important;
}

.serchaccordin {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    list-style-type: none;
    padding: 0;
    min-width: 250px;
    color: #484848 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    /* -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important; */
    font-family: PRegular;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 1000;
    background: #fff;
    max-height: 350px;
    overflow-y: auto;
    margin-top: 4rem;
    display: none;
    /* right: 0px;
    left: unset; */
    scrollbar-width: thin;
}

@media (min-width: 310px) and (max-width: 369px) {
    .serchaccordin {
        position: absolute !important;
        top: 4px;
        /* right: 0px; */
        left: unset;
        bottom: 0;
        min-height: 260px;
        height: 100%;
    }
}

@media (min-width: 369px) and (max-width: 493px) {
    .serchaccordin {
        position: absolute !important;
        top: 4px;
        /* right: -120px; */
        left: unset;
        bottom: 0;
        min-height: 260px;
        height: 100%;
    }
}

.serchaccordin .select2-search__field {
    width: 100% !important;
    max-width: 370px !important;
    margin: 10px !important;
}

.serchaccordin .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    font-family: PRegular;
    /* font-weight: 700; */
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.serchaccordin .link:hover {
    background-color: #f95259;
    color: #fff !important;
}


/* .serchaccordin .link i:hover {
    color: #fff;
} */

.serchaccordin .link:hover {
    color: #fff !important;
}

.serchaccordin li:last-child .link {
    border-bottom: 0;
}

.serchaccordin li i {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* .serchaccordin li i.fa-sort-down {
    right: 12px;
    left: auto;
    font-size: 24px;
} */

.serchaccordin li i.fa-sort-down {
    font-size: 20px;
}

.serchaccordin li.open .link {
    color: #b63b4d;
}

.serchaccordin li.open i {
    color: #b63b4d;
}

.serchaccordin li.open i.fa-sort-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 10px;
}

.ml.open div {
    color: #f95259 !important;
}

li a.active {
    color: #f95259;
}

ul .reset-btn {
    padding: 0;
}

.btn-default.btn-block {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    width: 50%;
    background-color: #f95259;
    color: #fff;
    height: 29px;
    padding: 5px;
}


/* .likeshare-opt {
    
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    
    
    height: 100%;
    
    
    min-height: 160px;
    max-width: 126px;
    
    
} */


/* @media (max-width: 768px) {
    .likeshare-opt {
        min-height: auto;
    }
} */


/* .heartbox {
    
    
    padding: 10px;
    
    
    position: relative;
    
    
    right: 0;
    top: -15px;
    left: -20px;
    bottom: 0px;
    
    
} */

.heartbox input[type="radio"] {
    position: absolute;
    left: 22px;
    z-index: 10;
    opacity: 0;
    width: 70px;
    top: 11px;
    cursor: pointer;
}

.heartbox .gend {
    font-size: 14px;
}

@media (max-width: 399px) {
    .heartbox .gend {
        font-size: 12px;
    }
}


/* .heartbox .checkmark {
    position: absolute;
    left: 24px;
    height: 30px;
    width: 30px;
    background-color: #ddd;
    top: 15px;
    background-image: url(../imag_src/png/004-like.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    padding: 20px;
    border-radius: 25px;
    cursor: pointer;
} */


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.heartbox input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.heartbox .checkmark::after {
    position: absolute;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    top: 0px;
    /* background-image: url(../imag_src/png/004-like-fill.png); */
    background-image: url(../imag_src/heart.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 17px;
    border-radius: 25px;
    cursor: pointer;
}

.whtsp-verfy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

.whtsp-verfy .whtsap {
    height: 25px !important;
    width: 25px !important;
    background-color: #25d366;
    border-radius: 25px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 5px;
}

.whtsp-verfy .whtsap img {
    width: 11px !important;
    height: 11px !important;
    margin: 5px !important;
    position: absolute;
    top: 2px;
    right: 0;
    left: 2px;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.msg-verfy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.msg-verfy .msgs {
    height: 25px;
    background-color: #f95259;
    border-radius: 25px;
    width: 25px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 5px;
}

.msg-verfy .msgs img {
    width: 11px !important;
    height: 11px !important;
    margin: 5px !important;
    position: absolute;
    top: 2px;
    right: 0;
    left: 2px;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.edit-prof-sec {
    padding: 20px 35px;
    margin: 10px 0;
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    border: none !important;
    border-radius: 5px;
    height: 80px;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-width: 324px;
}

.edit-prof-sec .edi-prof {
    padding: 8px;
    background-color: #f95259;
    color: #fff;
    border: none !important;
    border-radius: 5px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    height: 38px;
    margin: 20px 10px;
    text-align: center;
}

.moretext,
.moretext-1,
.moretext-2,
.moretext-3 {
    display: none;
}

.doc_detailcard {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 130px;
}

.doc_detailcard img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 50%;
}

.vido_cam-det {
    position: relative;
    top: -10px;
    right: 0;
    left: 35px;
    bottom: 0px;
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    width: 35px !important;
    height: 35px !important;
    margin: -20px;
}

.vido_cam-det img {
    position: absolute;
    top: 9px !important;
    left: 9px !important;
    width: 18px !important;
    height: 18px !important;
    right: 0px;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.card_docdet_name {
    width: 100%;
    max-width: 350px;
}

.card_docdet_name h3 {
    font-family: PBold;
    line-height: 1.5;
}

.contect_verify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 15px;
    font-family: PRegular;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contect_verify .rept {
    padding: 7px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 25px;
    margin-left: 12px;
}

.contect_verify .rept a {
    color: #f95259;
}

@media (max-width: 480px) {
    .contect_verify .rept {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 10px;
    }
}

.proff-stat {
    padding: 17px;
    font-family: PRegular;
}

.proff-stat p {
    color: #777;
    padding-right: 3px !important;
}

.proff-stat p a {
    -webkit-text-decoration: line;
    text-decoration: line;
    color: #f95259;
    border-bottom: 1px solid;
}

.p-state {
    padding-bottom: 10px !important;
    padding-top: 15px !important;
}

.det_sectns {
    padding: 15px;
}

.det_sectns h3 {
    font-family: PSemibold;
}

.shomor {
    margin-left: 15px;
    padding-left: 5px;
}

.insur-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.insur-lists .insur-imag {
    border: 1px solid;
    border-radius: 25px;
    padding: 8px;
    margin: 5px;
}

.insur-lists .insur-imag img {
    height: 30px;
    width: 30px;
}

.insur-lists span {
    margin-right: 10px;
    color: #777;
    margin-left: 10px;
}

.li-lists {
    padding: 3px 0px;
    color: #777;
}

.det-cont {
    font-family: PRegular;
    margin-bottom: 5px;
    color: #777 !important;
}

#review6 {
    color: #777;
}

@media (max-width: 768px) {
    .slider-nav .slick-prev {
        left: -40px;
    }

    .slider-nav .slick-next {
        right: -40px;
    }
}

.img-src {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    margin: 2px;
}

.img-src img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.thmb-1 {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 160px;
    height: 150px;
}

.thmb-1 img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.map-det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* @media(min-width:544px) {
    .map-det .map-loacte {
        margin-left: 15px;
    }
} */
/* @media(min-width:320px) {
    .map-det .map-loacte {
        margin-left: 15px;
    }
} */

@media(max-width:543px) {
    .map-det .map-loacte {
        padding-right: 15px;
    }
}

.activ-cale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* .vector_actvie {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 400px;
} */

.vector_actvie img {
    /* position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; */
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    object-fit: unset;
}

@media(max-width:441px) {
    .vector_actvie {
        height: 400px;
        width: 400px;
    }
}

@media(min-width:310px) {
    .vector_actvie {
        height: 290px;
        width: 290px;
    }
}

.drop-notify {
    padding: 15px;
    display: flex;
    justify-content: center;
    font-family: PSemibold;
}

.drop-it {
    /* padding: 6px; */
    border-bottom: 1px solid #e4e4e4;
}

.drop-it.active a {
    color: #f95259;
}

.navhead-toggle {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    right: 108px;
}

@media (min-width: 1125px) and (max-width: 1360px) {
    .navhead-toggle {
        position: relative;
        right: 0;
    }
}

@media (max-width: 768px) {
    .navhead-toggle {
        position: relative;
        right: 0;
    }
}


/* .navhead-toggle .airfcfx-menu-help-txt {
    padding: 10px;
    margin-top: 8px;
} */

.navhead-toggle .dropdown-menu.dropdown-menu-form {
    padding: 0;
    margin: 0;
    width: 100%;
    /* min-width: 200px; */
    border-radius: 5px;
}

.navhead-toggle .dropdown-item {
    color: #000;
    margin-left: 10px;
    width: 100%;
    display: block;
}

.navhead-toggle .dropdown-item:hover {
    color: #f95259;
}

.active-btn {
    margin: 20px;
}

.active-btn .acive-calndr {
    /* height: 50px; */
    height: 40px;
    width: 100%;
    border-radius: 5px;
    min-width: 170px;
    background-color: #f95259;
    border: none !important;
    color: #fff;
    padding: 5px;
}

.you-avail {
    width: 100%;
    text-align: center;
    max-width: 500px;
    padding: 10px;
}

.you-avail h3 {
    font-size: 32px !important;
    font-family: PBold;
    padding: 5px;
}

.pag-section {
    padding-left: 15px;
    padding-right: 15px
}

a.msghov-box {
    color: #000;
}

a.msghov-box:hover {
    background-color: #ddd;
    color: #000;
}

.help-lists {
    padding: 0px;
}

.help-lists h3 {
    color: #000 !important;
    font-family: PBold;
    font-size: 16px;
}

.help-lists li {
    list-style: none;
    padding: 10px 0px;
}

.help-lists li:last-child {
    padding-bottom: 0px;
}

.help-lists li a {
    color: #777 !important;
    font-size: 16px;
    font-family: PRegular;
}

#help-txt {
    padding: 30px !important;
}

.hosdetside-sec {
    padding: 20px 20px 15px 20px;
    /* margin: 10px 0; */
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    border: none !important;
    border-radius: 5px;
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 500px;
    overflow-y: auto;
}

.docdetside-sec {
    padding: 20px 20px 15px 20px;
    /* margin: 10px 0; */
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee;
    border: none !important;
    border-radius: 5px;
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*max-height: 450px;
    overflow: auto;
    */
    /* min-width: 380px; */
}

.hospitalDetail {
    max-height: 450px;
    overflow: auto;
}

@media (max-width: 480px) {
    .docdetside-sec {
        max-width: 380px;
        width: 100%;
        min-width: 100%;
    }
}

.appoint-inputbox {
    background-color: #fff;
    width: 100%;
    /* height: 50px; */
    height: 40px;
    border-radius: 5px;
    padding: 0px 10px;
    margin: 10px 0;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
    /* max-width: 490px; */
    /* -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important; */
}

input,
textarea {
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

.book-apoint {
    width: 100%;
    height: 37px;
    background-color: #f95259;
    color: #fff;
    font-size: 14px;
    font-family: PRegular;
    margin-top: 5px;
}

.doc-phNum a {
    color: #777777 !important;
}


/*# sourceMappingURL=style.css.map */


/* home.html  */

.navbar-default {
    background-color: #fff !important;
}

.topnavsec_home {
    justify-content: space-between !important;
    margin: 0px 20px;
}

.airfcfx-mobile-navbar.navbar-toggle {
    padding: 12px;
    position: relative;
    top: 7px;
}

@media(max-width: 767px) {
    .airfcfx-home-menu>li>a:hover {
        background-color: #f95259 !important;
        color: #fff !important;
    }

    .cred_btn:hover .log_btn,
    .cred_btn:hover .sign_btn {
        color: #fff !important;
    }

    .list-af:hover {
        background-color: #f95259 !important;
    }
}


/* home page issues  */

@media(min-width: 767px) {
    .log_btn {
        border: 1px solid #f95259;
        padding: 5px 15px;
        border-radius: 20px !important;
        background-color: #f95259 !important;
        color: #fff !important;
    }

    .log_btn:hover {
        color: #f95259 !important;
        background-color: #fff !important;
    }

    .sign_btn {
        border: 1px solid #f95259 !important;
        padding: 5px 15px;
        border-radius: 20px !important;
        position: relative;
        right: 6px;
        color: #f95259 !important;
    }

    .sign_btn:hover {
        color: #fff !important;
        background-color: #f95259 !important;
    }
}

@media (max-width: 400px) {
    .destination_country .slick-next.slick-arrow {
        right: -22px;
    }

    .destination_country .slick-prev.slick-arrow,
    .destination_country .slick-next.slick-arrow {
        top: -70px !important;
    }

    .destination_country .slick-prev.slick-arrow {
        right: 15px;
    }
}

@media (max-width: 410px) {
    #carousel-example-generic h2 {
        font-size: 25px !important;
    }

    #carousel-example-generic h3 {
        font-size: 14px !important;
    }
}


/* Activity calendar.html  */

.select2-search__field {
    background-image: url(../imag_src/search.png) !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-y: 9px;
    background-position-x: 95%;
    -webkit-box-shadow: 0px 0px 2px 2px #eee !important;
    box-shadow: 0px 0px 2px 2px #eee !important;
    padding: 10px;
    height: 37px;
    border-radius: 7px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

select {
    display: inline-block;
    background: url(../images/select-arrow.png) no-repeat right center !important;
    background-color: #fff !important;
    background-size: auto !important;
    background-position: right 8% center !important;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    width: 100% !important;
    height: 40px;
    border-radius: 5px !important;
    max-width: 100%;
    /*padding: 5px;
    background: none ;
    color: #fff; */
}

.booking-type .bv_atual {
    background: url(../imag_src/drop-down.png) no-repeat right center !important;
    background-position: right 4% center !important;
    max-width: 100% !important;
    background-size: 13px !important;
}

.booking-type .arrow,
.timings .arrow,
#intervals .arrow {
    display: none !important;
}

select:hover {
    background-color: #f5f5f5 !important;
}

select#homeother:hover option {
    background-color: #fff;
    color: #484848;
}

select#homeother:focus option {
    background-color: #f5f5f5;
    color: #484848;
}

.pin_searc {
    align-items: center;
}

#fees1 input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    box-shadow: none !important;
}

#booking,
.fees,
#interval,
#policy {
    border-radius: 5px;
    /* height: 50px; */
    height: 40px;
    width: 100%;
    padding: 13px;
}

.interval {
    border-radius: 5px 0px 0px 5px;
    /* height: 50px; */
    height: 40px;
    width: 100%;
    padding: 13px;
}

#booking {
    color: #929ca6;
}

.td_btn a {
    color: #f95259;
}

.td_btn {
    margin-top: 10px;
}

.time,
.timings .bv_atual,
#intervals .bv_atual {
    /* height: 50px; */
    height: 40px;
    width: 100%;
    color: #000;
    /* font-weight: bold; */
}

.time {
    border-radius: 5px 0px 0px 5px;
    padding: 13px;
    width: 100%;
    font-family: PRegular;
}

.time1 {
    width: 100%;
}

.timings .bv_atual,
#intervals .bv_atual {
    border-radius: 0px 5px 5px 0px;
    padding: 10px 0px 10px 12px !important;
    min-width: 60px;
    border-left: none !important;
}

.timings .bv_atual,
#intervals .bv_atual {
    display: flex;
    align-items: center;
    background: url(../images/select-arrow.png) no-repeat right center !important;
    background-position: right 15% center !important;
    max-width: 100% !important;
}

.timings select,
#intervals select {
    background-position: right 20% center !important;
}

.timings .bv_mainselect,
#intervals .bv_mainselect {
    padding: 0px !important;
}

.timings .bv_ul_inner,
#intervals .bv_ul_inner {
    width: 66px !important;
}

.timings {
    width: 100%;
}


/* #intervals select {
    background-position: right 27% center !important;
} */

.save {
    padding-bottom: 20px;
}

#clear-btn {
    border: none !important;
    background: transparent;
    padding: 0px;
    color: #777;
    font-family: PSemibold;
    font-size: 16px;
}

#clear-btn:hover {
    color: #f95259;
}

.timings {
    /* display: flex; */
    margin: 5px 0px 5px 0px;
}

.timings:nth-child(odd) {
    margin: 5px 20px 5px 0px;
}

.d-booking,
.direct {
    margin: 5px 0px;
}

#t-book {
    padding-left: 0px !important;
    margin-top: 10px;
}

#t-book1 {
    /* padding-left: 0px !important; */
    margin-top: 10px;
}

#t-book2 {
    margin-top: 10px;
}

.i-time {
    margin-top: 10px;
}

#opt {
    margin-bottom: 0px !important;
}

#timings,

/* .types-booking, */

.save {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-day {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.week-days {
    width: 100%;
    text-align: center;
}

.week-days {
    cursor: pointer;
}

.calendar-days {
    padding: 10px;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-right: none;
    text-align: center;
    cursor: pointer;
    color: #777777;
}

.c-day .week-days:last-child label {
    border-right: 1px solid #e4e4e4;
}

.direct-booking,
.dv-book {
    padding-left: 30px;
    color: #777777;
    /* opacity: 0.5; */
}

#intervals {
    display: flex;
}

.calendar-interval {
    width: 100%;
}

#interval {
    margin: 0px 10px 10px 0px;
}

.activity-calender {
    padding: 10px 0px 10px 0px;
    font-family: PRegular;
}

.activity-calender input {
    color: #000;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

.booking_Type,
.slots h3,
.activity-calender h3 {
    font-family: PSemibold;
}

h3 {
    color: #000 !important;
}

h4 {
    color: #929ca6;
}

.save-btn button {
    border: none !important;
    background-color: #f95259;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
}

.c-day input[type=checkbox] {
    display: none;
}

.c-day input[type=checkbox]:checked+.calendar-days {
    background-color: #f95259;
    color: white;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
    /* border: 1px solid #f95259 !important; */
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid gray;
    margin-top: 0px !important;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    margin: 4px 4px;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    background: #f95259;
}

input[type="radio"]:checked:before+.dv-book {
    color: #000 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

input[type="radio"]:checked+.dv-book {
    color: #000 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

input[type="radio"]:checked:before+.direct-booking {
    color: #000 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

input[type="radio"]:checked+.direct-booking {
    color: #000 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

input[type="radio"]:checked {
    border-color: #f95259 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

.direct input[type="radio"]:checked+.dv-booking {
    color: blue;
}

.d-booking input[type="radio"]:checked+.dv-book {
    opacity: 1 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

.booking-type select {
    background-position: right 4% center !important;
}

.add-btn {
    padding: 6px !important;
}

.add-btn img {
    height: 30px;
}

.slots {
    padding: 1px 0px;
}

#timings .add-btn,
.slot-btn {
    /* background-color: transparent !important; */
    border: none !important;
}


/* .slot-btn {
    display: none;
} */

.slot-btn {
    display: inline;
    padding: 0;
}

.slot-btn img {
    height: 25px !important;
}

.slot1 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.slot1 h5 {
    color: #1f1f1f !important;
}

#duplicater {
    display: none;
}

.act-cal-slots .bv_ul_inner li,
.act-cal-slots1 .bv_ul_inner li,
.calendar-interval .bv_ul_inner li {
    padding: 12px 20px 10px 10px;
    text-align: center;
}

.b-cal {
    font-size: 15px;
    font-family: PRegular;
}

.act-cal-slots1 h5,
.act-cal-slots {
    color: #777777 !important;
}

@media (max-width:530px) {

    .types-booking,
    #timings {
        display: block !important;
    }

    .timings {
        margin-right: 0px !important;
    }

    #t-book,
    #t-book1,
    #t-book2 {
        width: 100% !important;
    }

    #t-book2 {
        padding-left: 0px !important;
    }
}

@media (max-width:650px) {

    .time1,
    time {
        width: 100%;
    }

    .slot1 {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .slot-btn {
        display: inline;
    }

    .slot-btn img {
        height: 25px !important;
    }

    .add-btn {
        display: none;
    }
}

@media(min-width:767px) {
    .act_cal {
        width: 70%;
    }
}


/* selectbox radio button style  start here */

.select-radiobox {
    padding: 10px 15px;
    /* padding: 10px 28px; */
    /* position: relative;
    right: 0;
    top: 0;
    left: -10px;
    bottom: 0; */
}

.select-radiobox input[type="radio"] {
    position: absolute;
    left: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    top: 0;
    cursor: pointer;
    bottom: 0;
    height: 100%;
    border-radius: 0px !important;
    /* position: absolute;
    left: 22px;
    z-index: 10;
    opacity: 0;
    width: 95%;
    top: 11px;
    cursor: pointer; */
}

.select-radiobox input:checked~.selectcheckmark {
    background-color: #fff;
}

.select-radiobox input:checked~.selectcheckmark {
    font-size: 16px;
}

.active-selectBox select {
    display: inline-block;
    background: url(../imag_src/drop-down.png) no-repeat right center !important;
    background-size: 13px !important;
    background-position: right 4% center !important;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #e4e4e4;
}

#selectcheckbox-new {
    /* margin-left: 20px; */
    font-size: 16px;
    font-family: PSemibold;
}

.selct-box-para {
    padding-left: 15px;
    padding-bottom: 6px;
    padding-right: 15px;
}

.selectcheckmark {
    position: absolute;
    right: 9px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 15px;
    background-image: url(../imag_src/png/002-blank-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}

.selectcheckmark:after {
    content: "";
    display: none;
}

.select-radiobox input:checked~.selectcheckmark:after {
    display: block;
}

.select-radiobox .selectcheckmark::after {
    position: absolute;
    right: 0px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}


/* #active-checkBoxes label:hover+.selectcheckmark {
    background-color: #f95259;
} */

.selectcheckmark {
    visibility: visible;
}

.multipleSelection {
    width: 100%;
    position: relative;
}

.active-selectBox {
    position: relative;
    width: 100%;
    /* min-width: 510px; */
    height: 37px;
}

.active-selectBox select {
    width: 100%;
    font-weight: bold;
    height: 45px;
    border-radius: 5px 5px;
    /*max-width: 510px;*/
    padding: 10px;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#active-checkBoxes {
    display: none;
    border: 1px #e4e4e4 solid;
    position: absolute;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    max-width: 510px;
    border-radius: 0px 0px 5px 5px;
    height: auto;
    max-height: 400px;
    overflow: auto;
    margin: 6px 0;
    scrollbar-width: thin;
}

#active-checkBoxes label {
    display: block;
    border-bottom: 1px solid #f5f7f5;
    position: relative;
}


/* #active-checkBoxes label:hover {
    background-color: #f95259;
    color: #fff
} */

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
    min-width: 240px !important;
}

.bootstrap-timepicker-widget table td a:hover {
    background: none !important;
    border: none !important;
}

.uptime-arrow {
    background-image: url(../imag_src/drop-up.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    display: block;
}

.downtime-arrow {
    background-image: url(../imag_src/drop-down.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    display: block;
}

.bootstrap-timepicker-widget table td a {
    width: 35% !important;
}

.bootstrap-timepicker-widget table td input {
    width: 30px;
    margin: 0;
    text-align: center;
    border: none !important;
    font-size: 18px;
}


/* /end here / */


/* account notification */

.notiHeading {
    padding-top: 10px;
    padding-left: 5px;
}

.m-b15 {
    margin-bottom: 15px !important;
}

.drNoti {
    padding-bottom: 10px;
}

.drNoti:last-child {
    padding-bottom: 0;
}

@media(max-width:600px) {
    .emai_setng {
        flex-direction: column;
    }

    .emai_setng .emi-set_cls {
        flex-basis: 0px;
    }
}

#push-noti {
    margin-bottom: 0;
}

#rece-noti {
    margin-top: 0;
    padding-bottom: 10px;
}

.emai_set-descp {
    padding-right: 10px;
}

.mec-d {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.doc_img {
    height: 70px !important;
    width: 70px !important;
    /* new css  */
    /* position: relative;
    left: 43px; */
}

#msg-img {
    height: 120px !important;
    width: 120px !important;
}

.noti-panel li {
    list-style: none;
    padding: 10px 0px;
}

.noti-text {
    padding-left: 20px;
}

#account-noti {
    margin-bottom: 0px;
    margin-top: 10px;
    padding-left: 10px;
}

@media(max-width:767px) {
    #review6 {
        text-align: center;
    }

    #listname6 {
        flex-direction: column;
        align-items: center;
    }
}

@media(min-width:768px) {
    #listname6 {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* doctor detail.html  */

.reView {
    padding-top: 10px;
}

.reView h3 {
    margin-bottom: 0px !important;
}

.Specialti-lists {
    padding: 0px 15px;
}

.p-search {
    width: 100%;
    box-shadow: 0px 0px 2px 2px #eee !important;
    border-radius: 5px 0px 0px 5px;
}

.heartbox .checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #ddd;
    background-image: url(../imag_src/png/004-like.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    padding: 17px;
    border-radius: 25px;
    cursor: pointer;
    top: 20px;
    right: 66px !important;
}

#shar-icon {
    border-radius: 50px;
    background-color: #f2f2f2;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 23px;
    top: 23px;
    border: 1px solid #f2f2f2;
}

.sharIcon {
    right: 17px !important;
    top: 17px !important;
}

#shar-icon img {
    width: 100%;
    padding: 7px;
}

.likeshare-opt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: end;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
}

.proff-stat h3,
.med-uni h3,
.insur-tit h3 a,
.ord_detil h4,
.book-appoint {
    font-family: PSemibold;
}

.insur-tit h4 {
    font-weight: bolder;
    font-family: "PRegular" !important;
    font-size: 16px;
}

.insur-tit h3 a {
    color: #000;
}

.reviwmore-button {
    padding-top: 20px;
    padding-bottom: 5px;
}

.moreless-button {
    padding: 17px;
}

#ofc-loc {
    padding-bottom: 30px;
}

.doc-det-page .vido_cam-det {
    width: 35px !important;
    height: 35px !important;
}

.doc-det-page .vido_cam-det img {
    top: 8px !important;
    left: 9px !important;
    width: 20px !important;
    height: 20px !important;
}

.docDetail {
    padding-left: 20px !important;
    padding-right: 20px;
}

.doc-det-page .whtsp-verfy .whtsap,
.doc-det-page .msg-verfy .msgs {
    height: 25px !important;
    width: 25px !important;
}

.doc-det-page .whtsp-verfy .whtsap img,
.doc-det-page .msg-verfy .msgs img {
    width: 15px !important;
    height: 15px !important;
    margin: 5px !important;
}

#mt-sinai {
    padding-top: 10px;
}

/* .rept-reason h4 {
    text-align: left;
    color: #777777;
    font-size: 14px;
    font-family: PRegular; 
} */

.rept-user {
    color: #777777;
    font-size: 14px;
    font-family: PRegular;
}

.rep-tesbtn {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: PRegular;
    border: 1px solid #f95259;
    background-color: #f95259;
    padding: 5px;
    border-radius: 5px;
}

.test-report {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.test-reptbtn {
    width: 90%;
}

.abt-img {
    height: 20px;
    width: 20px;
}

.abt-img img {
    height: 100%;
    width: 100%;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #777 !important;
}

.tooltip-inner {
    background-color: #777 !important;
    font-size: 14px;
    font-family: PRegular;
}

.reportingModal .modal-header {
    padding-bottom: 0px !important;
}

.reportingModal .modal-body {
    padding-top: 10px !important;
}


/*@media(max-width:584px) {
    .card_doc_det , .card_docdet_name{
        text-align: center;
    }
    .contect_verify {
        justify-content: center !important;
    }
    .card_doc_det {
        padding-top: 25px;
    }
    .doc_carddet .card_doc_det {
        padding-bottom: 0px;
    }
}*/

@media(max-width:767px) {

    #doc-det-page .card_doc_det,
    #doc-det-page .card_docdet_name h3 {
        text-align: center;
    }

    #doc-det-page .card_docdet_name {
        max-width: 100% !important;
    }

    #doc-det-page .contect_verify {
        justify-content: center !important;
    }

    #doc-det-page .card_doc_det {
        padding-top: 25px;
    }

    #doc-det-page .doc_carddet .card_doc_det {
        padding-bottom: 0px;
    }

    #doc-det-page .doc_carddet {
        display: block;
    }
}

@media(max-width:330px) {

    .msg-verfy,
    .whtsp-verfy {
        margin-right: 5px !important;
    }
}

@media(min-width:992px) {
    .airfcfx-footer-app-sec {
        display: flex;
    }

    .app-link {
        padding-right: 10px;
    }
}

@media(max-width:991px) {
    .app-link {
        padding-bottom: 10px;
    }
}

@media(max-width:380px) {
    .heartbox .checkmark {
        right: 47px !important;
    }

    #shar-icon {
        right: 10px;
    }
}

@media(max-width:767px) {
    .appoint-inputbox {
        max-width: 100%;
        box-shadow: unset !important;
        -webkit-appearance: none !important;
    }
}

.book-apoint {
    border: none !important;
    border-radius: 5px;
    /* max-width: 490px; */
}

.book-appoint {
    text-align: center;
    font-weight: bold;
}

.contect_verify .rept {
    padding: 3px 12px;
}

.whtsp-verfy a {
    color: #31ac5b !important;
}

.msg-verfy a {
    color: #e00023;
}

.msg-verfy,
.whtsp-verfy {
    margin-right: 10px;
}

.rept {
    color: #f95259;
}

.moreless-button,
.specalmore-button {
    color: #f95259;
    font-family: PRegular;
    font-weight: bolder;
}

#listname6,
#review-rating {
    display: flex;
    justify-content: space-between;
}

.shomor {
    cursor: pointer;
    color: #f95259 !important;
    font-weight: bolder;
    padding-top: 10px;
    /* padding-bottom: 5px; */
    font-family: PRegular;
}

.shomor a {
    color: #f95259 !important;
}

.load_More {
    padding-top: 5px;
}


/* .readMore{
    padding-top: 5px;
} */

.det_sectns {
    padding: 15px 20px 0px 20px;
}

.doc_carddet .card_doc_pos,
.hosp-card .card_doc_pos,
.doc_name {
    /* text-overflow: ellipsis; */
    white-space: normal;
    width: 100%;
    overflow: hidden;
    max-width: 250px;
    word-break: break-word;
    color: #484848 !important;
}

.insur-lists {
    justify-content: unset;
}

#doc-det-page {
    padding-bottom: 20px;
    padding-left: 20px;
}

#doc-prof-det {
    padding-left: 20px;
}

.doc_card .thmb-1 {
    width: 100% !important;
}

#options-new,
#options-new1 {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    /* box-shadow: 0px 0px 2px 2px #eee !important; */
    padding: 10px;
    /* max-width: 490px; */
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

.booking-appointment {
    margin-bottom: 15px;
    /* margin-top: 10px; */
}

#bookAppoint {
    margin-top: 10px;
    padding-bottom: 20px !important;
}

.doc-options {
    margin: 10px 0px;
}

/* @media (max-width:528px) {
    .map-det {
        display: block;
    }
    .map-img img {
        display: block;
        margin: auto;
        width: 100%;
    }
    .map-loacte{
        margin-top: 20px;
    }
} */

.Specialti-lists ul li::before {
    color: #f95259;
    content: "\2022";
    font-size: 20px;
}


/* doctor : account-completed-tranasaction.html  */

.transactions {
    display: flex;
    justify-content: start;
    list-style: none;
    padding-left: 0;
}

.transactions a {
    color: #000 !important;
    padding: 15px;
}

.transactions li {
    padding: 15px;
}

@media(max-width:571px) {
    .transactions li {
        width: 100% !important;
    }
}

@media (min-width:992px) {
    .transactions .active a {
        border-bottom: 2px solid black;
    }
}

@media(max-width:991px) {
    .transactions .active a {
        color: #f95259 !important;
    }
}

.transactions .active a {
    font-family: PSemibold;
}

.order-month {
    display: flex;
    padding: 10px;
    padding-bottom: 0;
}

.order-month button {
    background: transparent;
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 5px;
    font-family: PSemibold;
    color: #000;
}

.month {
    padding: 10px;
    font-family: PSemibold;
}

.trans-table {
    overflow-x: auto;
}

.c-transaction {
    width: 100%;
    /* table-layout: fixed; */
    /* display: inline-flex; */
    overflow-x: auto;
}

.c-transaction img {
    height: 20px;
    width: 20px;
}

.c-transaction td {
    padding: 15px 15px !important;
    text-align: left;
    min-width: 120px;
}

.c-transaction th {
    border-bottom: 1px solid #e4e4e4;
    word-break: unset !important;
    text-align: center;
    padding: 15px 0px !important;
    vertical-align: top;
    min-width: 100px;
}

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

.p-body .panel-body {
    padding: 0px !important;
    font-family: PRegular;
}

.doctor-acc-completed .basicpanel.panel-default {
    padding: 0px !important;
}

.total-table td:last-child {
    color: #000;
}

.trans-date {
    color: #000;
}

@media (max-width:570px) {
    .transactions {
        flex-wrap: wrap !important;
        justify-content: unset !important;
        padding-left: 0;
    }
}


/* doctor : account-completed-tranasaction.html   Header  */

.new-logo {
    display: flex;
}

.new-logo .header_bocx,
.new-logo .topnavsec_search .header_bocx {
    right: auto !important;
    margin: 0px !important;
}

.norm_nav .navbar-header>a.navbar-brand {
    width: 120px !important;
}


/* #navbar.navbar-collapse {
    margin-top: 0px !important;
} */


/* .airfcfx-home-menu {
    display: flex;
} */

.header-top {
    box-shadow: 0px 0px 2px 2px #eee !important;
    border-radius: 5px;
}


/* account transaction history view complete  */

#order-details,
.order-rit {
    display: flex;
    justify-content: space-between;
}

#order-details a {
    color: #f95259 !important;
}

#order-details {
    padding: 5px 20px;
    align-items: center;
}

#order-details h3 {
    margin: 5px 0px !important;
    font-family: PSemibold;
}


/* .view-order {
    display: inline-block;
    width: 135px;
    color: #7b7b7b;
} */

.order-date {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e4e4e4;
    padding: 10px 35px;
    align-items: center;
}

#doctor-acc .p-body .order-date {
    border: none !important;
    border-bottom: 1px solid #e4e4e4;
}

#o-date {
    color: #7b7b7b;
}

.down-arrow img,
.printer img {
    height: 20px;
    width: 20px;
    margin: 10px;
}

.down-arrow,
.printer {
    background-color: #ddd;
    border-radius: 50%;
    margin: 3px;
}

.printer {
    margin-right: 0px;
}

#doctor-acc {
    margin-bottom: 20px;
}

.ri-img {
    display: flex;
}

.total-table td,
.total-table th {
    border: 1px solid #e4e4e4;
    text-align: center !important;
    padding: 10px 35px !important;
}

.total-table table {
    width: 100%;
    table-layout: fixed;
    display: block;
    overflow-x: auto;
}

.total-table {
    padding: 20px 35px 40px 35px;
}

.order-details {
    padding: 10px 35px;
    display: flex;
}

.over-all {
    padding-top: 20px;
    padding-bottom: 10px;
}

.app-date {
    padding-left: 5px;
}

.app-date:nth-child(2n+1) {
    color: #000;
}

.total-table td:first-child {
    color: #7b7b7b;
}

@media(max-width:400px) {
    .order-details1 {
        padding: 10px 0px !important;
        margin: 5px 0px 5px 0px !important;
    }

    .app-date {
        padding-left: 5px;
    }
}

.order-details1 {
    padding: 10px 5px;
    margin: 5px 15px 5px 15px;
}

@media(max-width:530px) {
    .order-details {
        display: block;
    }
}

@media(max-width:400px) {
    .order-details {
        padding: 10px 15px;
    }

    .order-date {
        padding: 10px 15px;
    }

    #order-details h3 {
        margin: 5px 0px !important
    }

    #order-details {
        padding: 5px 5px;
    }

    .total-table {
        padding: 10px 35px 35px 13px;
    }

    .orderDate {
        padding-right: 10px;
    }
}

@media(max-width:430px) {
    .order-date {
        padding-right: 15px;
    }
}


/* Header page afer login  */

.multiselect-container.dropdown-menu {
    top: auto;
    overflow-x: hidden;
}

.top-header-home {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    /* padding: 10px; */
    align-items: center;
    /* border-bottom: 1px solid #e4e4e4; */
}

input::placeholder {
    color: #777777 !important;
    box-shadow: unset !important;
    -webkit-appearance: none !important;
}

input::placeholder {
    color: #777777 !important;
    opacity: 1;
}

.p-search input::placeholder,
.search-bars input::placeholder {
    opacity: 0.5 !important;
}


/* .logo {
    height: 32px;
    width: 200px;
} */


/* .logo img {
    height: 100%;
    width: 100%;
} */
@media (min-width: 768px) and (max-width: 1023px) {
    .logo img {
        height: 38px !important;
    }
}

.logo img {
    height: 45px;
}

#profile-icons li,
#profile-icons1 li {
    list-style: none;
    padding: 10px;
}

#profile-icons,
#profile-icons1 {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.mid-header {
    display: flex;
    align-items: center;
}

.search-bars {
    margin-right: 10px;
    width: 250px;
    /* width: 100%; */
}

.pin_searc {
    align-items: center;
    width: 250px;
    height: 40px;
    /* width: 100%; */
}

hr {
    margin-top: 0px !important;
}

.navhead-toggle {
    right: 0px !important;
}

.navhead-toggle .dropdown-menu.dropdown-menu-form {
    min-width: 250px !important;
}

.jquery-background-video {
    object-fit: fill;
    width: 100% !important;
}

@media(max-width:1130px) {
    /* .top-header-home {
        display: block;
    } */

    .top-header-home .bv_atual {
        max-width: 100% !important;
    }

    /* .logo {
        margin: 0px 20px;
    } */
    #profile-icons {
        justify-content: center;
    }

    .mid-header {
        justify-content: center;
        padding-top: 13px;
    }

    .logo-prof-icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search-bars {
        margin-right: 10px;
        /* width: 280px; */
        width: 100%;
    }

    .pin_searc {
        width: 100%;
    }

    #profile-icons {
        display: none;
    }

    /* .profile-icons1 {
        display: unset;
    } */
}

@media(max-width:767px) {
    .mid-header {
        display: block;
        /* margin: auto; */
        padding-top: 13px;
    }

    .bfrLogin {
        padding-top: 26px;
    }

    .pin_searc {
        width: 100%;
    }

    /* #profile-icons {
        padding-top: 5px;
    } */
    .logo-prof-icon {
        justify-content: space-between;
    }

    #profile-icons li,
    #profile-icons1 li {
        padding: 0px !important;

    }

    /* .logo {
        margin: 0px;
    } */
}

@media(min-width:1131px) {
    #profile-icons1 {
        display: none;
    }
}

@media(max-width:400px) {
    .logo img {
        height: 40px;

        /* width: 110px; */
    }

    .homeHeader-right {
        margin-right: 10px !important;
        font-size: 11px;
    }

    .abt-login img {
        height: 17px !important;
    }

    .log_btn,
    .sign_btn {
        padding-right: 0px !important;
    }

    .sign_btn {
        right: 0 !important;
    }

    .afterLogin-Images {
        height: 15px;
    }
}

.afterLogin-Images {
    height: 20px;
}

@media(min-width:1131px) {
    .top-header-home {
        display: flex;
        justify-content: space-between;
        padding: 14px 20px;
        /* padding: 10px; */
        align-items: center;
    }

    .combined-header {
        display: flex;
        width: 100%;
    }

    .homeHeader-right {

        font-size: 16px;
    }

    .mid-header {
        margin-left: auto !important;
    }

    .headerRight {
        margin-left: auto !important;
    }
}

@media(max-width:1130px) {
    .combined-header {
        flex-direction: column-reverse;
        /* margin-top: -40px; */
        flex-wrap: wrap;
        display: flex;
    }

    .cdoc {
        margin-top: -34px;
    }

    .homeHeader {
        /* margin-top: -34px; */
    }

    #profile-icons {
        display: flex !important;
        align-items: center;
    }

    .headerRight {
        margin-left: auto !important;
    }
}

@media(max-width:400px) {
    .combined-header {
        /* margin-top: -33px !important; */
    }

    /* .airfcfx-menu-help-txt {
        margin-left: 7px !important;
    } */
    .cdoc {
        margin-top: -26px !important;
    }

    /* .user_img{
        height: 32px !important;
        width: 32px !important;
    } */
}


/* home */

.user_img {
    height: 40px;
    width: 40px;
}

@media(max-width:767px) {

    .log_btn,
    .sign_btn {
        color: #f95259 !important;
        padding: 6px !important;
        border: none !important;
        background-color: #fff !important;
    }

    .list-af:hover {
        background-color: transparent !important;
    }

    .cred_btn:hover .log_btn,
    .cred_btn:hover .sign_btn {
        color: #f95259 !important;
    }

    .sign_btn:hover {
        background-color: transparent !important;
    }
}

@media(max-width:520px) {
    /* .homeLogo{
        height: 25px !important;
        width: 175px !important;
    } */
}


/* Search page header  */

.profile-icons-bfrlogin a,
.profile-icons1-bfrlogin a {
    color: #484848 !important;
}

.logo-prof-icon1 a:visited {
    text-decoration: none !important;
}

.top-header-home-bfrlogin {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.profile-icons-bfrlogin li,
.profile-icons1-bfrlogin li {
    list-style: none;
    flex: 0 0 auto;
    padding: 25px 7px;
}

.profile-icons-bfrlogin,
.profile-icons1-bfrlogin {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.log_btn {
    border: 1px solid #f95259;
    padding: 5px 15px;
    border-radius: 20px !important;
    /* background-color: #f95259 !important;
    color: #fff !important; */
}

@media(max-width:520px) {
    .homeHeader {
        margin-top: 10px !important;

    }

    .listPrac {
        margin-right: unset !important;
        margin-left: unset !important;
    }

    .homeHeader-right {
        margin-left: 0px !important;
        margin-right: 14px;
    }

    .profIcons {
        display: flex !important;
        justify-content: flex-start !important;
        width: 100%;
    }

    /*.banner-upd{
        margin-top: 115px;
    }*/
}

@media(min-width:520px) and (max-width:630px) {
    .profIcons li {
        padding: 10px !important;
    }
}

@media(min-width:768px) {
    .log_btn {
        background-color: #f95259 !important;
        color: #fff !important;
    }

    .sign_btn {
        border: 1px solid #f95259 !important;
    }
}

.log_btn:hover {
    color: #f95259 !important;
    background-color: #fff !important;
}

.sign_btn {
    padding: 5px 15px;
    border-radius: 20px !important;
    position: relative;
    right: 6px;
    color: #f95259 !important;
}

.sign_btn:hover {
    background-color: #f95259;
    color: #fff !important;
}

.list-af a {
    color: #484848 !important;
}


/* #signin_body,
#login_body {
    margin-top: 100px !important;
} */

@media(max-width:767px) {

    #login-btn,
    #sign-btn {
        color: #f95259 !important;
        padding: 8px !important;
        border: none !important;
        background-color: #fff !important;
    }
}

@media (max-width:1175px) {

    /* .profile-icons1-bfrlogin {
        display: unset;
    } */
    .top-header-home-bfrlogin {
        display: block;
    }

    .top-header-home-bfrlogin .bv_atual {
        max-width: 100% !important;
    }

    .profile-icons-bfrlogin {
        justify-content: center;
    }

    .logo-prof-icon1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-header-home-bfrlogin .mid-header {
        justify-content: center;
    }

    .top-header-home-bfrlogin .search-bars,
    .top-header-home-bfrlogin .pin_searc {
        width: 100%;
    }
}

@media(max-width:649px) {
    .profile-icons1-bfrlogin li {
        padding: 0px;
    }
}

@media (min-width:1176px) {
    .profile-icons1-bfrlogin {
        display: none;
    }
}

@media (max-width:767px) {
    .profile-icons1-bfrlogin {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1175px) {
    .profile-icons-bfrlogin {
        display: none;
    }
}


/* Saved pages  */

.doc_card {
    position: relative;
}

#each-dr {
    /* padding: 20px; */
    margin-top: 0px;
}

.Hsaved {
    padding-top: 20px;
    font-family: Psemibold;
}

@media(min-width:813px) {
    .Hsaved {
        margin-left: -30px;
    }
}

.saved-card {
    padding: 15px !important;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px !important;
}

.savedPge {
    padding-top: 15px !important;
    padding-left: 10px !important;
    /* margin-top: 0px; */
}

.eachDr {
    font-family: PSemibold;
}

.dr-saved .strct {
    right: 5px !important;
}

.savedPge .vido_cam {
    width: 30px !important;
    height: 30px !important;
}

.savedPge .vido_cam img {
    top: 7px !important;
    left: 8px !important;
}

.saved-pages .doc_card {
    box-shadow: 0px 0px 0px 0px #eee;
    -webkit-box-shadow: 0px 0px 0px 0px #eee;
}

.saved-pages {
    box-shadow: 0px 0px 2px 2px #eee;
    border-radius: 7px;
}

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

.saved-header {
    color: #000;
    /* font-weight: bold; */
    font-size: 24px !important;
}

.saved-pages .doc_carddet .card_det p {
    max-width: 760px;
}

.saved .pag-section {
    padding-left: 0px !important;
    padding-top: 15px !important;
}

.saved-pagination {
    padding-left: 0px !important;
}

.saved-pages {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.saved #img1,
.saved #img3,
.saved #img5 {
    display: none;
}


/* .saved #img2{
    display: block;
} */

.saved #img2 {
    display: inline;
}

@media(max-width:670px) {

    /* .dr-saved .card_doc_det{
        text-align: center;
    } */
    .dr-saved .card_doc_name {
        max-width: 100%;
    }

    /* .saved-pages .doc_carddet .card_det p{
        text-align: center;
    } */
}

@media(max-width:813px) {

    /* .pag-section .paginations{
        justify-content: center !important;
    } */
    .saved {
        margin: 0px 30px;
    }
}


/* Doctor home page  */

.bv_ul_inner {
    margin-top: 5px;
    scrollbar-width: thin;
    border: 1px solid #e4e4e4 !important;
}

/* @media(min-width:768px) {
    .user_pwd_chng .pwd_type,
    .form-group.field-newpassword,
    .form-group.field-oldpassword,
    .form-group.field-confirmpassword {
        width: 100%;
        max-width: 270px;
    }
} */

@media(max-width:767px) {

    .user_pwd_chng .pwd_type,
    .form-group.field-newpassword,
    .form-group.field-oldpassword,
    .form-group.field-confirmpassword {
        width: 100%;
    }

    .airfcfx-footer-app-sec {
        display: flex;
    }

    .app-link {
        padding-right: 10px;
    }
}

@media (max-width:991px) {
    .jquery-background-video {
        width: 100%;
    }
}


/* .bg_bane {
    margin-top: -20px;
} */


/* Doctor Profile review Page  */

.full-width {
    width: 100%;
    padding: 6px 20px !important;
    width: unset;
}

.no-hor-padding {
    margin-bottom: 10px;
}


/*.text-warning{
    padding-right: 10px;
}*/

@media(min-width: 991px) {
    #ratingS {
        padding-left: 0px !important;
    }
}

@media(max-width:767px) {
    .login-popup-title {
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .saveReview {
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width:768px) {
    .saveReview {
        float: right !important;
    }
}


/* Profile payment.html  */

.date-box .date {
    padding: 10px 20px;
}


/* Hospital detail page.html  */

.hosp-name-sec {
    display: block;
}

#hospital-detail-page {
    margin-bottom: 20px;
}

.hos-det-page {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.hos-head-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
    padding-bottom: 10px;
}

.hos-image img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.med-uni h3 {
    padding-left: 17px;
    padding-right: 17px;
    line-height: 25px;
}

.hos-share .likeshare-opt {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
}

.hos-share .likeshare-opt {
    min-height: auto;
}

#hosp-pge {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

#hos_photos {
    padding-bottom: 30px;
}

@media (max-width:430px) {
    .hos-det-page {
        margin-top: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* .hos-image img{
        height: 65px;
    } */
    .hos-head-page {
        padding-bottom: 0px;
    }

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

@media (max-width:600px) {
    .med-uni {
        padding-right: 10px;
        margin-top: 10px;
    }

    /* .sharIcon{
        right: 8px !important;
        top: 8px !important;
    } */
}

.shareSocial {
    text-align: left;
    font-size: 16px;
    font-family: PRegular;
    color: #000;
}

#shareModal .modal-dialo {
    width: 320px;
}

#shareModal .modal-header {
    padding-bottom: 0px;
    padding-left: 25px;
}

.shareSocial .sharSoc {
    padding: 10px;
    border-top: 1px solid #eee;
}

.sharSoc a {
    color: #000 !important;
}

.share-user {
    font-family: PSemibold;
    font-size: 20px;
    color: #000;
}

.shareHead h4 {
    text-align: left;
    padding-bottom: 15px;
    padding-left: 10px;
    font-family: PSemibold;
    color: #000;
}


/* Doctor booking Previous-booking.html  */

.doc-prev h2 {
    font-size: 19px !important;
}


/* Doctor Homepage  */


/* @media(max-width:991px){
    .vido_sec{
        height: auto !important;
    }
} */


/* Message.html  */

#chat-box {
    margin-bottom: 0px !important;
}

@media (mi-width:1200px) {
    .msg_inbox h2 {
        margin-bottom: 0px !important;
    }
}

.inbox_View .no-hor-padding {
    margin-bottom: 0px !important;
}

.drop-it a {
    padding: 8px !important;
}

.airfcfx-msg.btn-details {
    background-color: #e9edf0;
    border: #e4e4e4;
    color: #777777 !important;
    font-family: PSemibold;
}


/*.inbox_View:hover  .airfcfx-msg.btn-details{
    background-color: #333a41;
    color: #fff !important;
}*/


/*.inbox_View:hover{
    background-color: #e9edf0;
}*/


/* .app-link{
    margin-bottom: 15px;
} */

.airfcfx-lastmsg:active {
    color: #777777;
}

@media(max-width:768px) {
    .airfcfx-lastmsg {
        text-align: center;
    }
}

.mLeftChat {
    max-width: 80%;
}

.msgspces_right {
    /* margin-left: auto; */
    display: block;
    /* width: 100%; */
    padding-right: 20px !important;
}

.msgspces_left {
    display: block;
    width: 100%;
    padding: 10px;
}

.doc_chat-side {
    max-height: 475px;
    display: block;
    overflow-y: auto;
    min-height: 430px;
    scrollbar-width: thin;
}

.ord_detil h4 {
    color: #000;
    font-weight: bold;
}

.paymen_tot_show h4 {
    color: #000;
    font-family: PSemibold;
}

@media(max-width:767px) {

    .select-opt,
    .nati_app {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(min-width:767px) {
    .airfcfx-message-date {
        width: 100px;
    }
}

@media(max-width:500px) {
    .mes_heading {
        flex-direction: column;
    }

    .msg_inbox {
        padding-bottom: 15px;
    }

    .mes_heading .doc-signup_gend .bv_atual {
        min-width: 100%;
    }

    #msg-page .mes_heading {
        padding-left: 0px !important;
    }
}

#msg-page .mes_heading {
    padding-bottom: 15px;
    padding-left: 15px;
}

.mes_heading .doc-signup_gend .bv_atual {
    width: 100%;
    min-width: 230px;
}

.profile_head {
    text-align: left !important;
}

.profile_head:active,
.profile_head:focus,
.profile_head:hover {
    height: auto !important;
}

@media (max-width:767px) {
    .profile_head:hover {
        height: auto;
    }
}


/* Message Chat.html  */

#profile-icons .dropdown-menu.dropdown-menu-form,
#profile-icons .dropdown-menu.dropdown-menu-form {
    left: unset !important;
    right: 0 !important;
}

.send_msg-area .msg_type {
    margin: 1px 0px 1px 0px !important;
    padding: 10px;
}

.amnt_totl {
    padding-top: 15px;
    font-weight: bold;
    font-family: PSemibold;
}


/* .doc_img{
    margin-bottom: 0px;
} */

.mon_dat {
    /* padding-bottom: 6px; */
    color: #000;
    width: auto;
}


/*.mon_dat,*/

.dt_time {
    color: #000;
    font-family: PSemibold;
}

.blockChat .dropdown-menu {
    border-radius: 5px;
    box-shadow: 1px 3px 12px 1px #eee;
}

.blocked {
    display: inline-block;
    max-width: 100%;
    margin: 5px;
    font-weight: 700;
    color: #484848 !important;
}

@media(max-width:767px) {
    #msg-chat-box {
        position: relative;
        padding-bottom: 50px !important;
    }

    .send_msg-area .btn.send-btn {
        position: absolute;
        bottom: 8px;
        width: 94%;
        left: 3% !important;
        right: 1%;
        height: 40px;
        bottom: 10px;
    }

    .msg-chat-btn {
        width: 100%;
        /* margin: 10px 0px; */
    }

    .send_msg-area .msg_type {
        max-width: 100% !important;
    }
}

@media (min-width:768px) {
    .send_msg-area {
        position: relative;
    }
}


/* Account security.html  */

.change-pass {
    margin-top: 10px;
    padding-left: 17px;
}

.passWord {
    padding-top: 10px;
    padding-left: 17px;
}

#confirmPass {
    margin-bottom: 0;
}

@media (max-width:767px) {
    .user_pwd_chng .tit_name {
        width: unset;
        margin-bottom: 15px;
    }

    .upd_pwd_cls .btn_pwd {
        margin-right: auto !important;
        margin-left: auto !important;
        float: unset !important;
        display: block;
    }
}


/* Doctor profile review.html  */

.re-abt,
.basic-info {
    padding: 10px 0px;
}

.add-veri {
    padding: 10px;
}

.msgTimerFxright,
.msgTimerFxleft {
    font-size: 12px;
}

.proff-stat h4 {
    font-weight: bold;
}


/* Liked heart icon  */

.doc_carddet {
    position: relative;
}

.strct {
    position: absolute;
    top: 23px;
    right: 66px !important;
    background-color: #f2f2f2;
    padding: 4px 7px 7px 7px;
    border-radius: 25px;
    width: 33px;
    height: 33px;
}

.strct img {
    height: 18px;
    width: 18px;
    cursor: pointer;
}

#img2 {
    display: none;
}

@media(max-width:380px) {
    .strct {
        right: 47px !important;
    }

    #shar-icon {
        right: 10px;
    }

    /* .sharIcon{
        right: 8px !important;
        top: 8px !important;
    } */
    .doc_detailcard {
        width: 119px;
        height: 120px;
    }
}


/* Doctor detail Supersized slider  */

.slider-for img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.slider-nav li,
.slider-for li {
    list-style: none;
}

.slider-nav li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.slider-nav {
    margin-top: 15px;
}

/* .preview-gallery #thumb-tray {
    height: 120px;
    height: auto;
} */

.preview-gallery #thumb-tray li {
    height: 200px;
}

#loadingimg.loading {
    margin: 10px auto 0px !important;
}

.msgerrcls {
    text-align: center;
}

#map_canvas {
    width: 100%;
    /* height: 450px; */
}

.owl-item {
    float: left;
}


/* Internal css  */

#daterangepick {
    margin: 10px 10px;
    border-radius: 3px !important;
    height: 45px;
    float: left !important;
    width: auto !important;
    padding: 10px 20px;
}

.cancel,
.delete,
.start,
.toggle {
    display: none;
}


/* user profile pages  */

.resend-mail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 491px;
    margin-left: auto;
    align-items: center;
    margin-right: 30px;
}

.resend-mail a {
    font-size: 14px;
    font-family: PRegular;
    color: #777
}

.verify-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding: 10px;*/
    /*justify-content: flex-end;
    padding-right: 4px;*/
}

.verify-box .enable {
    -webkit-filter: invert(28%) sepia(96%) saturate(1592%) hue-rotate(118deg) brightness(95%) contrast(92%);
    filter: invert(28%) sepia(96%) saturate(1592%) hue-rotate(118deg) brightness(95%) contrast(92%);
}


/*.verify-box .disable {
    filter: invert(41%) sepia(78%) saturate(871%) hue-rotate(318deg) brightness(100%) contrast(112%);
}
*/

.verify-img {
    height: 25px;
    margin-right: 6px;
}


/* pre booking .html styles  */

.tit-blc-col {
    font-size: 16px;
    color: #000;
    font-family: Psemibold;
}

.user-preBooking .user_img {
    margin-bottom: 10px;
}


/* user profile not edited  */

.profileFinal input {
    color: #000 !important;
}

.profileFinal .bv_atual {
    color: #000 !important;
}

.change {
    position: absolute;
    top: 8px;
    right: 19px;
}

.change a {
    color: #f95259;
    font-size: 14px;
}

.phNum {
    position: relative;
}

.veriFied {
    justify-content: flex-end;
}

.re-lnk {
    flex: 0 0 auto;
}

@media(min-width:1200px) {

    .profileFinal input,
    .phNum,
    .profile_users input,
    .profile_users .bv_atual,
    .phoneNum-verification {
        max-width: 490px;
        width: 100%;
    }
}

@media(min-width:310px) and (max-width:1199px) {

    .profileFinal input,
    .profile_users input,
    .profile_users .bv_atual,
    .profile_users #hosp_locaiton,
    .profile_users .doc-signup_hosp,
    #hospital_location_id,
    .img-multiple {
        max-width: 100% !important;
        width: 100%;
    }
}

@media(min-width:310px) and (max-width:1199px) {

    .phoneNum-verification,
    .phNum,
    .doc-signup_gend .btn,
    .doc-signup_gend,
    .img-uplad-box,
    .prof-getimg,
    .prof-load-img .certi-load,
    .profSpl,
    .textarea_cls,
    .resend-mail,
    #uploadedFile .certi-load {
        max-width: 100% !important;
        width: 100%;
    }
}

@media(max-width:340px) {
    .change {
        right: 9px !important;
    }
}

.airfcfx-map-check-div .checkmark {
    left: -21px !important;
    top: 10px !important;
}

.airfcfx-map-check-div .checkmark::after {
    left: 0px !important;
}

.airfcfx-map-check-div input[type="radio"] {
    left: 0;
    z-index: 10;
    opacity: 0;
    width: 100%;
    top: 0;
    cursor: pointer;
    height: 100%;
}

.profile_users .bv_atual {
    padding: 7px 10px !important;
}

.profile_users .doc-signup_gend {
    margin: 10px 0px;
}


/* Calendar Edit day  */

.clearbtn {
    border: none !important;
    font-size: 14px;
    font-family: PRegular;
    color: #777777;
    background-color: transparent;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 0px 2px 2px #eee;
    border-radius: 7px;
}

.sidebar a {
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #777;
    display: block;
    transition: 0.3s;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    left: 0px;
}

.editTime {
    width: 100%;
    padding: 15px;
}

.save1 .save-button {
    width: 100%;
}

.calendarEdit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.editbtn {
    border-radius: 5px;
    border: none !important;
    background-color: #f95259;
    color: #fff;
    padding: 2px 15px;
}

#append-content {
    position: relative;
    /* right: 0;
    left: 0;
    top: 0;
    bottom: 0; */
}

.rem-ico {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.rem-ico img {
    height: 20px;
    margin-bottom: 5px;
}


/* radio btns  */

div .book-typ1 {
    clear: both;
}

.book-typ1 .radio-item,
.book-typ2 .radio-item,
.book-typ3 .radio-item {
    display: inline-block;
    position: relative;
    padding: 0px 0px;
}

.book-typ1 .radio-item input[type='radio'],
.book-typ2 .radio-item input[type='radio'],
.book-typ3 .radio-item input[type='radio'] {
    display: none;
}

.book-typ1 .radio-item label,
.book-typ2 .radio-item label,
.book-typ3 .radio-item label {
    color: #444;
    font-weight: normal;
}

.book-typ1 .radio-item label:before,
.book-typ2 .radio-item label:before,
.book-typ3 .radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 8px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #f95259;
    background-color: transparent;
    cursor: pointer;
}

.book-typ1 .radio-item input[type=radio]:checked+label:after,
.book-typ2 .radio-item input[type=radio]:checked+label:after,
.book-typ3 .radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 4px;
    content: " ";
    display: block;
    background: #f95259;
    cursor: pointer;
}

.accpt-decline {
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.recent-history {
    padding: 15px;
}

.recent-history a {
    color: #f95259;
}


/* Doctor detail report popup  */

.repotbox {
    padding: 3px 30px;
    position: relative;
    right: 0;
    top: 0;
    left: -22px;
    bottom: 0;
}

.repotbox input[type="radio"] {
    position: absolute;
    left: 22px;
    z-index: 10;
    opacity: 0;
    width: 70px;
    top: 11px;
    cursor: pointer;
}

.repotbox .checkmark::after {
    position: absolute;
    left: 0px;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    background-image: url(../imag_src/png/001-check-box.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: inherit;
}


/* / Create the indicator (the dot/circle - hidden when not checked) / */

.checkmark:after {
    content: "";
    display: none;
}


/* / Show the indicator (dot/circle) when checked / */

.repotbox input:checked~.checkmark:after {
    display: block;
}

.rept-popup {
    padding: 0px 15px;
    width: 100%;
    min-width: 231px;
}

.rept-popup #checkbox-emil {
    margin-left: 15px;
    font-size: 16px;
    margin-top: 4px;
    text-align: left !important;
}

.reportPopup-scroll {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.rept-subBtn {
    border: none !important;
    background-color: #f95259;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}

.rept-reason h4 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-family: PSemibold;
    margin-top: 0;
    padding-bottom: 10px;
}

@media(min-width:500px) {
    .reportingModal .modal-dialog {
        width: 400px;
    }
}

@media(max-width:499px) {
    .reportingModal .modal-dialog {
        width: 100%;
    }
}

.reportingModal .modal-content {
    width: 100%;
}

.report-Button {
    padding-right: 15px;
    padding-top: 15px;
}

.reportingModal .modal-body {
    padding-top: 10px !important;
    padding-right: 0px !important;
}

/* #reviewpopup .modal-dialog {
    margin: 30px auto !important;
} */


/* @media(min-width:992px){
    .appDate-tym{
        padding-left: 30px !important;
    }
}
@media(min-width:700px) and (max-width:767px){
    .appDate-tym{
        padding-left: 20px !important;
    }
}

@media(max-width:600px){
    .appDate-tym{
        padding-left: 10px !important;
    }
    
} */


/* @media(max-width:570px){
    .status{
        min-width: 70px !important;
    }
} */

.userprof_sign .doc-signup_gend .bv_atual {
    font-size: 16px;
    color: #777777;
}

.doc-preBooking .user_img {
    margin-bottom: 10px;
}

@media(max-width:500px) {
    .profile_users {
        padding-left: 10px;
        padding-right: 10px;
    }

    .userprof_sign .fileupld {
        margin-bottom: 10px !important;
    }
}


/* Invite friends  */

.copyLink {
    height: 40px;
    width: 100%;
    border-radius: 7px 0px 0px 7px !important;
    padding: 11px;
}

.copyBtn {
    height: 40px;
    background-color: #f95259;
    border: none !important;
    color: #fff;
    border-radius: 0px 7px 7px 0px;
    font-size: 14px;
    font-family: PRegular;
    padding-left: 15px;
    padding-right: 15px;
}

.shareLink {
    display: flex;
}

.emailLink {
    width: 100%;
}

.emailAddress {
    display: flex;
}

#inviteFrnds {
    padding-top: 15px;
}

.SharLink {
    font-family: PSemibold;
    font-size: 16px;
    text-align: left;
    /* padding-top: 15px; */
}

.linkShare {
    margin-bottom: 10px;
}

.inviFrnds .modal-dialog {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    margin-bottom: 70px;
    height: auto !important;
}



.inviFrnds .modal-body {
    padding: 30px;
}

@media(min-width:501px) {

    .tab_profle-basicinfo .profile_users,
    .tab_profle-payment .profile_users {
        margin-left: 4rem;
        margin-right: 15px !important;
    }
}

@media(min-width:501px) {

    .tab_profle-basicinfo .doctorProfile,
    .tab_profle-payment .doctorProfile {
        margin-left: 4rem;
        margin-right: 15px !important;
    }
}

@media(max-width:360px) {
    .profile_users {
        padding-left: 5px;
        padding-right: 5px;
    }

    .profile_users input,
    .phoneNum-verification {
        font-size: 14px;
    }

    .userprof_sign .doc-signup_gend .bv_atual {
        font-size: 14px;
    }
}

.verify-box {
    color: #777777;
    font-size: 14px;
    font-family: PRegular;
}

.profile_users .verify-img {
    height: 17px;
}

@media(max-width:767px) {
    #reviewpopup .modal-dialog {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .reviewpopup .modal-dialog button.close {
        right: -10px !important;
    }
}

.reviewpopup .modal-content {
    margin-bottom: 10px;
}

input::-moz-placeholder {
    color: #777 !important;
}


/* Calendar new style  */

.datepicker.datepicker-inline:first-child {
    display: none;
}

.cal-sidepopup {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #fff;
    text-align: center;
    border: 1px solid #e4e4e4;
    z-index: 999;
    padding: 10px;
    min-height: 200px;
    max-width: 320px
}

.rightcal {
    border: 1px solid #e4e7e7;
    height: 100vh;
    min-width: 275px;
    max-width: 340px;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
    box-shadow: -5px 0 10px -7px #aaa
}

.rightcal-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px !important;
}

.clearCalendar {
    line-height: 35px;
    margin-top: 15px;
    font-size: 16px !important;
    display: none;
    color: #777;
    margin-left: 5px;
    font-family: PSemibold;
}

.editCalendar {
    margin-top: 15px;
    font-size: 16px !important;
    display: none;
    color: #fff !important;
    padding: 6px 12px;
    text-align: center;
    user-select: none;
    background-image: none;
    background-color: #f95259 !important;
    border-color: transparent !important;
    border-radius: 5px !important;
}

.editCalendar:hover {
    color: #fff;
}

#dater .datepicker table tr td.day.active {
    background-color: #f95259 !important;
}

#dater .datepicker table tr td.day:hover,
#dater .datepicker table tr td.day.focused {
    background-color: #f95259 !important;
}

#calendardiv {
    font-family: PRegular;
}

.disabled .date,
.new {
    color: #777777;
    font-family: PRegular;
}

.day {
    color: #000 !important;
    font-family: PSemibold;
    font-size: 16px;
}

.datepicker-switch {
    font-family: PSemibold;
    color: #000;
    background: #eceaeb;
}

.prev,
.next {
    background: #eceaeb;
}

.commcls {
    padding: 0 !important;
}

.table-condensed thead tr:nth-child(2) {
    height: 60px;
}

th.prev,
th.next {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

th.prev::after {
    content: "";
    background-image: url(../imag_src/back.png);
    background-size: 16px;
    background-repeat: no-repeat;
    height: 60px;
    display: flex;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    bottom: 0;
}

th.next::after {
    content: "";
    background-image: url(../imag_src/front.png);
    background-size: 16px;
    background-repeat: no-repeat;
    height: 60px;
    display: flex;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0px;
    bottom: 0;
}

.datepicker-days td .date {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}


/* 
.day .date::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 10px;
} */

.block .date::after {
    background-color: transparent;
}

.new .date::after,
.disabled .date::after {
    display: none;
}

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

#dater .table-condensed th {
    font-size: 16px;
}

.timings .form-control {
    border-radius: 5px 0px 0px 5px !important;
    z-index: 0 !important;
}

.wickedpicker__controls__control-up {
    background-image: url(../imag_src/drop-up.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.wickedpicker__controls__control-down {
    background-image: url(../imag_src/drop-down.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

.dat-seting {
    margin: 0px 15px 15px 15px;
    font-family: PSemibold;
    font-size: 20px;
}

.d-check-sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 260px;
    align-items: center;
    padding: 10px;
    margin-left: 7px;
}

.side-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 21px;
}

.side-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.side-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f7f5;
    -webkit-transition: .4s;
    transition: .4s;
}

.side-switch .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 0px;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 4px solid #f95259;
    top: -1px;
}

input:checked+.slider {
    background-color: #f5f7f5;
}

.side-switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.side-switch input:checked+.slider:before {
    -webkit-transform: translateX(33px);
    -ms-transform: translateX(33px);
    transform: translateX(33px);
}


/* Rounded sliders */

.side-switch .slider.round {
    border-radius: 34px;
}

.side-switch .slider.round:before {
    border-radius: 50%;
    /* height: 21px; */
}

#text,
#tex {
    font-size: 16px;
    font-family: PSemibold;
}

.clos-cls {
    width: 100%;
    display: flex;
    padding: 5px 10px;
    justify-content: flex-end;
    cursor: pointer;
}

.durationPickerGroup {
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    padding: 10px 0;
    border-radius: 7px;
}

.durationPickerGroup .unit .subunit-control input[type="number"] {
    width: 100% !important;
    min-width: 510px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    padding: 8px;
}

.subunit.subunit-label {
    position: absolute;
    top: 4px;
    left: 25px;
}

.intrvel-box {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.mint-txt {
    position: absolute;
    left: 35px;
    top: 10px;
}

.up-plus {
    background-image: url(../imag_src/drop-up.png);
    background-position: right;
    background-size: 13px;
    background-repeat: no-repeat;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 20px;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    max-width: 20px;
    cursor: pointer;
}

.down-mins {
    background-image: url(../imag_src/drop-down.png);
    background-position: right;
    background-size: 13px;
    background-repeat: no-repeat;
    height: 15px;
    position: absolute;
    top: 21px;
    right: 20px;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    max-width: 20px;
    cursor: pointer;
}

.number-inputs input[type="number"] {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    box-shadow: none !important;
}

#bookingmodal .modal-content .modal-footer {
    padding: 15px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    border: none !important;
    /* margin: 10px 0; */
    scrollbar-width: thin;
}

.calend-sec {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.cal-btn-sec {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 8px;
}

.calendar {
    width: 100%;
    height: 80%;
}

.monthPre {
    color: gray;
    text-align: center;
}

.dayNow {
    color: #f95259;
    text-align: center;
    font-size: 14pt;
}

.monthNow th {
    color: #000;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

td.monthNow {
    padding: 7px;
}

.dayNames {
    color: #000;
}

.nex-btns {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 25px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: none !important;
    transform: rotate(270deg);
}

.pre-btns {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: none !important;
    transform: rotate(88deg);
}

.tit-cont {
    text-align: left;
    color: #777;
    margin: 5px;
}

.chk-time {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.chk-time label {
    border: 1px solid #f95259;
    color: #777;
    width: 67px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

label.timebtn.active {
    background-color: #f95259;
    color: #fff;
}

.notfi-list {
    padding: 0px;
    overflow: auto;
    max-height: 310px;
    height: auto;
}

.notfi-list li:first-child {
    border-top: none !important;
}

#profile-icons .notfi-list li:last-child {
    padding-right: 10px !important;
}

.notfi-list li {
    border-top: 1px solid #e4e4e4;
}

.notfi-list li:last-child {
    border-bottom: none !important;
}


/* New css  */

.socialimg {
    display: flex;
    justify-content: center;
}

@media (max-width:380px) {
    .doc_ratings .strct {
        right: 25px !important;
    }
}

#hospital_location_id {
    max-width: 490px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* box-shadow: 0px 0px 2px 2px #eee !important; */
}

#hospital_location_id:hover {
    background-color: transparent;
}

.select2-selection.select2-selection--single {
    padding-left: 10px;
}

@media(max-width:1130px) {
    .cdoc {
        margin-top: -34px;
    }
}

@media(max-width:400px) {
    .cdoc {
        margin-top: -26px !important;
    }
}


/* 
.signlogin .modal-dialog{
    padding: 10px;
} */

.userLogin {
    display: block;
    margin: auto;
    max-width: 390px;
    margin: 50px auto;
}

.fogetPass {
    margin-bottom: 5px;
}

.phoneNum-verification {
    border: 1px solid #e4e4e4 !important;
    padding-top: 7px;
}



.mobile-num {
    align-items: baseline !important;
}

#mt-sinai a {
    color: #000 !important;
}

.split_cell_2 {
    margin-top: 15px;
}

.cardimg img {
    margin-bottom: 10px;
}


/* #login-password{
    width: 100%;
    max-width: 300px;
    border: none !important;
} */


/* .doc-signup_gend .bv_atual{
    max-width: 490px !important;
    width: 100%;
}
.genderNew .bv_atual{
    max-width: 490px;
}

.genderNew .bv_ul_inner li:hover:not(:first-child){
    background-color: #f95259 !important;
    color: #fff !important;
    font-family: PRegular;
    font-size: 14px;
} */

.splList .bv_atual {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 0 19px !important; */
}

.field-login-gender {
    width: 100%;
}

.control-label {
    width: 100%;
}

#confirm-password {
    margin-bottom: 30px;
}


/* #signin_body .signLogin .modal-dialog{
    padding: 0px !important;
} */

@media (min-width: 400px) {
    .signLogin .modal-body {
        position: relative;
        padding: 10px 30px;
    }
}

@media (max-width: 399px) {
    .signLogin .modal-body {
        position: relative;
        padding: 10px 20px;
    }
}

.remembsec {
    position: relative;
}

.field-login-gender {
    width: 100%;
}

.control-label {
    width: 100%;
}


/* #signin_body .signLogin .modal-dialog{
    padding: 0px !important;
}
*/

@media (min-width: 400px) {
    .signLogin .modal-body {
        position: relative;
        padding: 10px 30px;
    }
}

@media (max-width: 399px) {
    .signLogin .modal-body {
        position: relative;
        padding: 10px 20px;
    }
}

.remembsec {
    position: relative;
}

@media (min-width: 390px) {
    .signLogin .modal-dialog {
        width: 390px;
        margin: 50px auto;
    }
}

.cpass {
    margin: 25px 0px;
}

#uploadedFile {
    width: 100%;
    margin-left: auto;
    max-width: 500px;
}

.doc_sign input {
    margin: 0px !important;
    filter: none;
}


/* search insurance */

.cls-rmtype #filter {
    text-overflow: ellipsis;
    overflow: hidden;
}

@media(min-width:768PX) {
    .cls-rmtype #filter {
        max-width: 220px;
    }
}

.splList .bv_ul_inner {
    z-index: 10;
}


/* toast */

#toast-successful {
    visibility: hidden;
    /* min-width: 250px;
    margin-left: -125px; */
    background-color: #fff;
    color: #f95259;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
    position: fixed;
    z-index: 1;
    font-size: 17px;
    top: 170px;
    right: 30px;
    border: 1px solid #e4e4e4;
}

#toast-successful.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#toast-successful-stripe {
    visibility: visible;
    /* min-width: 250px;
    margin-left: -125px; */
    background-color: #fff;
    color: #f95259;
    text-align: center;
    border-radius: 5px;
    padding: 9px;
    position: fixed;
    z-index: 1;
    font-size: 17px;
    top: 170px;
    right: 30px;
    border: 1px solid #e4e4e4;
}

@-webkit-keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        right: 0;
        opacity: 0;
    }

    to {
        right: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        right: 30px;
        opacity: 1;
    }

    to {
        right: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        right: 30px;
        opacity: 1;
    }

    to {
        right: 0;
        opacity: 0;
    }
}


/* html css  */

.refDate {
    visibility: hidden;
}

.calendar-month {
    position: relative;
}

.c-m {
    position: absolute;
    left: 37%;
    top: 14%;
    text-align: center;
    width: 100px;
}


/* .rescalendar_table{
    margin-left: 10px;
} */

.move_to_next_month {
    position: absolute;
    right: 25%;
}

.move_to_last_month {
    position: absolute;
    left: 25%;
}

.rescalendar_table {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.rescalendar_controls {
    border-bottom: none !important;
}

.booklogin .modal-dialog {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
}

.booklogin .modal-header {
    padding-bottom: 0px !important;
}

.booklogin .modal-body {
    padding-top: 10px !important;
}

@media(max-width:450px) {
    .rescalendar_day_cells td {
        width: 60px !important;
    }

    .rescalendar_day_cells span {
        min-width: 100% !important;
    }

    .booklogin .modal-dialog {
        max-width: 320px;
    }

    .move_to_next_month {
        right: 15%;
    }

    .c-m {
        left: 31%;
    }

    .move_to_last_month {
        left: 13%;
    }
}

.nearcheck_box input[type="checkbox"] {
    height: 17px;
}





/* New css  */

#docLoginpass {
    position: relative;
}

#docLoginpass .showpwd_check {
    position: absolute;
    top: 20px;
    right: 0;
}

#loader-home {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* #spinmodal img {
    height: 200px;
} */

.ban_cont h1 {
    width: 90%;
}


/* .datebtn #datepicker{
    min-width: 120px;
} */

/* #spinmodal {
    position: fixed;
    z-index: 1031 !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7f7f7f69 !important;
    filter: alpha(opacity=60);
    opacity: 1 !important;
    -moz-opacity: 0.8;
}
#spinmodal .center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
#map {
    margin-bottom: 10px;
}

.homeLoginError {
    text-align: left;
    margin-bottom: 10px;
    color: #f95259;
    font-size: 14px !important;
    padding-left: 5px;
}

#search-data .card_det p {
    white-space: normal;
    width: 100%;
    overflow: hidden;
    max-width: 250px;
    word-break: break-word;
}

.signlogin input,
.signLogin input {
    background-color: transparent !important;
    filter: none;
}

.bv_background .bv_disabled {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f9f9f9 !important;
    color: #484848 !important;
}

.splList .bv_ul_inner li:hover .bv_disabled {
    color: #484848 !important;
}

.splList .bv_disabled {
    display: none;
}

/* .cls-duration #checkbox-emil, */
#push-noti #checkbox-emil,
.emai_setng #checkbox-emil {
    margin-left: 15px;
    font-size: 16px;
    /* margin-top: 4px; */
    margin-top: 7px;
    text-align: left !important;
}

.cls-duration #checkbox-emil {
    margin-left: 15px;
    font-size: 16px;
    margin-top: 4px;
    /* margin-top: 7px; */
    text-align: left !important;
}

/*#login-form .help-block.help-block-error{
    padding-top: 10px;
}*/

.loginStatus {
    padding-top: 25px !important;
}

.control-label {
    margin-bottom: 10px;
}

.doc_sign .doc-signup_gend .bv_atual {
    height: 40px;
    box-shadow: unset !important;
}

.doc-Login {
    font-family: PSemibold;
}

.phoneNum-verification {
    position: relative;
}

.control-label,
.profile_label {
    font-size: 14px;
    font-family: PRegular;
    color: #000 !important;
}

.firebaseui-container {
    max-width: 100% !important;
    margin-top: 35px !important;
}

.firebaseui-label {
    padding-left: 10px;
}

.docsignup #signup-detail {
    padding: 8px 12px;
    margin: 10px 0;
    text-align: center;
    width: 100%;
    max-width: 130px;
    background-color: #f95259;
    color: #fff;
    border-radius: 5px;
    border: none !important;
    font-size: 18px;
}

@media(max-width: 767px) {

    .doc_carddet .card_doc_pos,
    #search-data .card_det p {
        max-width: 100%;
    }
}

@media(min-width:671px) {
    .dr-saved .doc_carddet {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
    }

    .dr-saved .card_doc_det {
        text-align: start !important;
    }

    .dr-saved #rating_1 {
        text-align: start !important;
    }
}

@media(max-width:500px) {

    .dr-saved .doc_carddet .card_doc_pos,
    .dr-saved .hosp-card .card_doc_pos,
    .doc_name {
        max-width: 100%;
    }

    .dr-saved .card_doc_det {
        text-align: center !important;
    }
}

.phNum .change {
    top: 19px;
}

#profile-icons {
    height: 41px;
}

@media(max-width:320px) {
    #profile-icons {
        height: auto !important;
    }
}

@media(max-width:1130px) {
    #profile-icons {
        height: 25px;
    }
}


/*#signin_body{
    margin-top: 85px;
}*/

.doc-body {
    margin-top: 78px;
    /* min-height: 400px; */
}

@media(max-width: 1130px) {
    .doc-body {
        margin-top: 70px;
    }
}

.navbar {
    margin-bottom: 0px !important;
    border: none !important;
}

.navbar-fixed-top {
    border-width: 0 !important;
}

.helthabtsection {
    margin-top: 30px;
}

.youtubeVideo iframe {
    width: 100%;
    height: 250px;
}

.tym {
    text-align: right;
    color: #777777;
}

@media(max-width:767px) {
    .tym {
        text-align: center;
    }
}

.noti-img {
    margin: 0px 10px;
}

.acc-notiFication {
    display: flex;
    align-items: center;
}

#review6 {
    /*padding-left: 10px;*/
    padding-left: 15px;
}

@media(max-width:767px) {
    .acc-notiFication {
        flex-direction: column;
        flex-wrap: wrap;
    }

    #review6 {
        padding-bottom: 10px;
    }
}

.reviw-write:last-child {
    padding-bottom: 0px;
}

.reView {
    width: 100%;
}

.navbar.navbar-default.navbar-fixed-top {
    /* border-bottom: 1px solid #e4e4e4 !important; */
}


/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    background-color: #fff !important;
} */


/* input:-moz-autofill,
input:focus:-moz-autofill,
input:focus:-khtml-autofill,
input:-khtml-autofill,
input:focus:-o-autofill,
input:-o-autofill {
    background-color: #fff !important;
}

input#login-email:-moz-autofill,
input#login-email:-moz-autofill-preview,
input#login-email:-webkit-autofill{
    background-color: #fff !important;   
} */


/* @keyframes autofill {
    100% {
        background: transparent;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
    }
} */
input:-moz-autofill {
    filter: none;
    background-color: transparent !important;
}

input:-webkit-autofill {
    filter: none;
    background-color: transparent !important;
}

input {
    filter: none;
    background-color: transparent !important;
}

/* @media(min-width:501px){
    .illnes_slectsect .multiselect.dropdown-toggle{
        width: 180px;
    }
}
@media(max-width:500px){
    .illnes_slectsect .multiselect.dropdown-toggle{
        width: 220px;
    }
    .form-control.multiselect-search{
        width: 190px !important;
    }
    .multiselect-container{
        min-width: 190px !important;
    }
} */

.paddspace {
    padding: 15px 10px;
}

.heartSearch {
    display: none;
}


/* .user-body{
   min-height: 400px;
} */

@media(min-width:1131px) and (max-width:1920px) {
    .user-body {
        margin-top: 83px;
    }
}

@media(min-width:768px) and (max-width:1130px) {
    .user-body {
        margin-top: 128px;
    }
}

@media (max-width:767px) {
    .user-body {
        margin-top: 189px;
    }
}

@media(min-width:1131px) {
    .fixed {
        top: 80px !important;
    }
}

@media(max-width:1130px) {
    .fixed {
        top: 140px !important;
    }
}

.docDetail {
    margin-top: 39px;
}

#hosp-pge {
    margin-top: 29px;
}

@media(min-width:992px) {
    .docdetside-sec {
        margin-top: 30px;
    }

    #doc-det-page .wid {
        margin-top: 15px;
    }

    #doc-det-page .wid {
        position: sticky;
        top: 70px;
    }
}

@media(min-width:768px) {
    .cls-rmtype .splList {
        margin-right: 10px;
    }
}


/* .split_cell_1 #search-data{
    max-height: 700px;
    overflow-y: auto;
} */

.split_cell_1 {
    margin-bottom: 10px;
    scroll-behavior: smooth;
}

.searchResults {
    margin-top: 15px;
}

@media(max-width:991px) {
    .split_cell_1 {
        width: 100% !important;
    }
}

.saved-pages {
    min-height: 200px;
}

.airfcfx-home-cnt-width .slick-track {
    margin-left: 0 !important;
}

.pac-container {
    z-index: 100000000 !important;
}

@media(max-width:991px) {
    .split_cell_2 {
        display: none;
    }
}

.doc-signup_gend .help-block {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    filter: none;
}

.doc-signup_gend .bv_mainselect {
    padding: 0px !important;
}

.saved {
    min-height: 300px;
}

.noSaved {
    min-height: 100px;
}

.datSaf {
    display: block !important;
}

.splList .bv_atual:hover {
    color: #484848 !important;
}

.searchDate {
    width: 130px;
}

.searchDate:focus {
    box-shadow: 0px 0px 2px 2px #eee !important;
}

.splList .btn {
    width: 100%;
    /* padding: 5px 0px !important; */
}


/*@media(max-width:400px){
    .prof-load-img{
        flex-wrap: wrap;
    }
}*/

@media(max-width: 767px) {

    .user_pwd_chng .pwd_type,
    .form-group.field-newpassword,
    .form-group.field-oldpassword,
    .form-group.field-confirmpassword {
        width: 100%;
    }

    #rating_1 {
        text-align: center;
        display: block;
    }
}

@media(max-width:460px) {
    .split_cell_1 .strct {
        right: 20px !important;
    }
}

@media(max-width:1920px) {
    .split_cell_1 .strct {
        right: 20px !important;
    }
}

.filter_menu2 {
    margin-top: -8px;
}

#map {
    margin-top: -15px;
}

.doc_img {
    background-size: cover;
}

.p-semibold {
    font-family: PSemibold;
}

.form-group.field-newpassword,
.form-group.field-oldpassword,
.form-group.field-confirmpassword {
    margin-bottom: 0px;
    /*width: 100%;
    max-width: 270px;
    height: 40px;*/
}

.foo_parts .select-opt .bv_ul_inner {
    height: auto;
    overflow-y: auto;
    max-height: 200px;
    min-height: 90p
}

.reviw-write:first-child {
    padding-top: 0;
}

.drNoti .doc_img {
    margin: 0px !important;
}


/*Msg page block and unblock chat*/

.dots3:after {
    content: '\2807';
    font-size: 20px;
    cursor: pointer;
}

.blockChat {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.unBlock {
    font-family: PRegular;
    font-size: 14px;
    /*padding: 10px;*/
    padding: 5px 5px 0px 10px;
    color: #484848;
}

.blockChat .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

@media (max-width: 767px) {
    .blockChat .dropdown-menu {
        right: 0;
        left: auto;
    }
}

#chatLeft {
    min-height: 640px;
}


/*.sidebar_det {
    min-height: 675px;
}
*/


/* loader select box alternate styles  */

.selctbox_fstban select {
    width: 100% !important;
    height: 40px !important;
    border-radius: 5px !important;
    max-width: 400px;
    padding: 5px;
    background: none !important;
    color: #777;
}

.top_headselect select {
    height: auto !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0px 0px 2px 2px #eee;
    box-shadow: 0px 0px 2px 2px #eee !important;
    border-radius: 7px;
    padding: 11px;
    width: 100%;
    border: none !important;
    background: none !important;
    color: #ccc;
    /* -webkit-appearance:none !important; */
}

.selectd_dropdown select {
    display: none;
    -webkit-appearance: none !important;
}

.splList select {
    display: none;
    -webkit-appearance: none !important;
}

.doc-signup_gend select,
.doc-signup_hosp select {
    border: 1px solid #ddd !important;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: none !important;
    -webkit-appearance: none !important;
}

.genderfield select {
    background: url(../imag_src/drop-down.png) no-repeat right center !important;
    background-size: 10px 7px !important;
    background-position: right 2% center !important;

}

.form-group select[multiple] {
    background: #fff !important;
    width: 100%;
    text-align: left;
    box-shadow: 0px 0px 2px 2px #eee !important;
    -webkit-appearance: none !important;
    height: 37px !important;
    padding: 10px;
    overflow: hidden;
    scrollbar-width: none;
    margin: 10px 0px;
}

/* .form-group select[multiple] {
    background: #fff !important;
    width: 100%;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 0px 2px 2px #eee !important;
    height: 40px;
    -webkit-appearance: none !important;
} */


/* div.doctors {
    display: flex;
    overflow: hidden;
} */


/*.foo_parts select {
    display: none;
    -webkit-appearance:none !important;
}*/


/* end here  */

.tm-active {
    background-color: #f95259;
    color: #fff !important;
}

.docDtailBook {
    width: 100%;
    /* margin: 10px 0; */
}

@media(max-width:400px) {
    #selctdbx {
        width: 100%;
        min-width: 245px;
        margin-left: -15px;
    }

    .user-preBooking .booking_table th,
    .doc-preBooking .booking_table th {
        padding-left: 15px !important;
    }
}

.accpt-decline .td_status {
    max-width: 95px !important;
}


/*order Details Css*/

.order-cancel,
.msgPay {
    padding: 0px 35px 35px 35px;
}

.msgOrder button,
.payOrder button {
    width: 100%;
    height: 40px;
    background-color: #f95259;
    color: #fff;
    font-size: 14px;
    font-family: PRegular;
    border: none !important;
    border-radius: 5px;
}

.msgOrder,
.payOrder {
    margin: 5px;
}

.msgPay {
    display: flex;
    justify-content: flex-start;
}

.cancelPolicy {
    font-family: PSemibold;
    color: #000;
    font-size: 16px;
}

.orderDateDoc {
    padding: 10px 0px;
}

.unRead {
    background-color: #e9edf0;
}

.unRead .airfcfx-msg.btn-details {
    background-color: #333a41;
    color: #fff !important;
}

.msg_inbox {
    padding-bottom: 10px;
    padding-left: 15px;
}

.doc-view {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.home-vido_cam {
    position: absolute;
    top: unset;
    right: 45px;
    left: unset;
    bottom: 20px;
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px;
}

.home-vido_cam img {
    position: absolute;
    top: 8px;
    right: 0px;
    left: 8px;
    bottom: 0;
    width: 15px;
    height: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.save-button {
    border: none !important;
    background-color: #f95259;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
}

/* .sign_btn,
.log_btn {
    transition: 0.5s;
} */

.send_msg-area .msgerrcls {
    margin: 0px !important;
    text-align: left;
    margin-top: 10px !important;
    padding-left: 0px !important;
    display: none;
}

@media(max-width:767px) {
    .send_msg-area .msgerrcls {
        margin-bottom: 10px !important;
    }
}

.send_msg-area .tripsendbtn {
    top: unset !important;
}

.eyeshows {
    position: relative;
}

@media(min-width: 767px) {
    .user_pwd_chng .eyeshows {
        max-width: 270px;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .user_pwd_chng .eyeshows {
        width: 100%
    }
}

.illnes_slectsect .selectd_dropdown .dropdown-menu>li>a:focus {
    color: #000 !important;
}

.typing-status {
    margin-top: 10px;
    text-align: left !important;
    margin-bottom: 0px !important;
}

.Block {
    padding: 0px 5px;
}

.chatbox {
    height: 100%;
}

@media (min-width: 767px) {
    .chatbox {
        height: 100%;
        /*min-height: 675px;*/
    }
}

.send_msg-area .sendbtn {
    left: unset !important;
}

.doclanguage,
.docsplmain,
.doc-signup_hosp,
#hosp_locaiton {
    margin-top: 10px;
    margin-bottom: 10px;
}

.table-responsive .table>tbody>tr>th {
    border: none !important;
}

#options-new1,
.appoint-inputbox {
    color: #777777 !important;
}


/*.user-home{
    margin-top: 79px; 
}
@media(max-width:520px){
    .user-home{
        margin-top: 115px; 
    }
}*/


/*#docEditprofile .panel{
    margin-bottom: 0px;
}
#docEditprofile #signup-detail{
    margin-top: 20px;
}*/


/* Prescription */

.add-medi {
    width: 200px;
    display: block !important;
    margin: auto;
}

.prescri {
    margin: 0px 15px 20px 15px;
}

.prescription .order-date:first-child {
    border-top: none;
}

.prescription .order-date {
    border-top: 1px solid #e4e4e4;
}

.del,
.edit {
    color: #484848;
    cursor: pointer;
}

.prescription .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.rateStar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.rateChange {
    padding: 10px 15px 15px 5px;
}

.rate {
    padding-right: 10px;
}

/*.rate {
    display: inline-block;
    border: 0;
}

.rate>.rateInput {
    display: none;
}

.rate>.starRating {
    float: right;
    color: #e4e4e4;
}

.rate>.starRating:before {
    display: inline-block;
    font-size: 20px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
}

.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}

.rateInput:checked ~ .starRating, .starRating:hover, .starRating:hover ~ .starRating {
    color: #fcc000;
}




*/

#reason-checkboxes1 .multiselect-container {
    height: auto !important
}

@media(min-width: 992px) {
    #bookAppoint {
        margin-top: 23px;
    }
}

.add_presp {
    justify-content: flex-end !important;
}

.docEmail {
    padding-bottom: 15px;
}

.splerror {
    text-align: left;
    width: 500px;
    margin: auto;
    padding-bottom: 5px;
    margin-top: -10px;
}


/*.doc_img img {
    object-position: top;
}*/

#dater .datepicker table tr td.day.avail .calPriceFlag {
    height: 8px !important;
    width: 8px !important;
    border-radius: 100% !important;
    background: #f95259 !important;
    display: block !important;
    margin: auto !important;
}

.gen {
    margin-top: -5px !important;
}

.doc-options .bv_ul_inner {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    border: 1px solid #e1e1e1 !important;
}

.text-warning {
    padding-right: 10px;
}

.ui-datepicker-close {
    display: none;
}

.inbox_View .airfcfx-message-date,
.inbox_View .airfcfx-lastmsg {
    margin-top: 5px;
}

@media(max-width: 639px) {

    #dater .datepicker table tr td.avail,
    #dater .datepicker table tr td.avail:hover {
        background-color: transparent;
        /* !important; */
        background: none !important;
    }
}

.home-vido_cam1 {
    position: absolute;
    top: unset;
    right: auto;
    left: 63px;
    bottom: 20px;
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -20px;
}

.home-vido_cam1 img {
    position: absolute;
    top: 8px;
    right: 0px;
    left: 8px;
    bottom: 0;
    width: 15px;
    height: 15px;
    object-fit: cover;
}

.user_img1 {
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    margin-bottom: 10px;
    margin-right: 10px;
    height: 70px;
    width: 70px;
}

.doc-preBooking .doc-view {
    width: 100%;
}

@media(min-width:1200px) {
    .profile_users .help-block-error {
        max-width: 490px;
        width: 100%;
        margin-left: auto;
    }
}

@media(max-width:1199px) {
    .profile_users .help-block-error {
        max-width: 100%;
        width: 100%;
    }
}

.signLogin .field-signupform-password {
    padding-top: 10px;
}

.signLogin .pwdmark {
    top: 20px;
}


/* .signLogin .show-log_pwd .pwdmark::after {
    top: 20px;
} */

.load-img .certi-load {
    padding-left: 10px;
    width: 100%;
}

.load-img {
    display: flex;
    width: 100%;
}

.has-error .control-label {
    color: #000 !important;
}

#add-hospital .tit_name {
    margin-bottom: 10px;
    color: #000 !important;
}

#add-hospital .docSplist .btn-groups {
    margin-bottom: 10px;
}

#hospitalspecial,
#hospitalinsurance {
    padding-bottom: 10px;
}

@media (max-width: 768px) {

    /* .inbox_View .doc_img,
    .inbox_View .airfcfx-namewdth div,
    .inbox_View .airfcfx-lastmsg,
    .inbox_View .airfcfx-statuswdth {
        margin-bottom: 5px !important;
    } */
    .inbox_View .airfcfx-statuswdth,
    .inbox_View .airfcfx-lastmsg.inbox_View .airfcfx-statuswdth {
        margin-top: 5px !important;
        margin-bottom: 5px;
    }

    .inbox_View .doc_img {
        margin-top: 0px !important;
    }
}

.user_pwd_chng .form-group {
    margin-bottom: 0 !important;
}

.form-group.field-newpassword,
.form-group.field-oldpassword,
.form-group.field-confirmpassword {
    padding-bottom: 15px;
}

#changepassword-form .help-block-error {
    display: none !important;
}

.formulario #error_html {
    margin-top: 5px;
    text-align: center;
}

#doctor-acc .basicpanel.panel-default {
    padding: 0px !important;
}

/* .preStatus {
    text-align: center !important;
} */

.doc-preBooking .accpt-decline {
    margin-top: 0 !important;
}

.msgnotifi {
    padding-left: 5px;
    word-break: break-word;
}

.drNoti #review6 a {
    font-family: PSemibold;
}

#medicine .profile_users .help-block-error {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

@media(min-width:1200px) {
    #medicine .profile_users .help-block-error {
        max-width: 580px;
        width: 100%;
        margin-left: auto;
    }
}

@media(max-width:1199px) {
    #medicine .profile_users .help-block-error {
        max-width: 100%;
        width: 100%;
    }
}

.order-date .btn-group.open .dropdown-toggle {
    box-shadow: unset !important;
}

.order-date .btn-group.open .dropdown-menu {
    right: 0;
    left: unset;
}


/* .noShow {
    min-height: 115px;
} */

.innerItem {
    margin-top: 50px;
    margin-bottom: 40px;
}

.presPage {
    min-height: 300px;
}

.doc_ratings {
    color: #484848 !important;
}

#medicine input {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.star {
    display: flex;
    justify-content: center;
}

/* .payOut .profile_label {
    margin-top: 10px;
} */

.payOut .accNum {
    padding-left: 10px !important;
    margin: 10px 0;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e4e4e4 !important;
}

.vido {
    position: relative;
    top: 86px;
    right: 0;
    left: 90px;
    /* bottom: 0px; */
    background-color: #f95259;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    bottom: 0;
    margin: -20px;
}

.vido img {
    position: absolute;
    top: 12px;
    right: 0px;
    left: 12px;
    bottom: 0;
    width: 17px;
    height: 17px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width:992px) {
    .edit-prof-sec {
        margin-top: 39px;
    }
}

#applyit {
    border: none !important;
    border-radius: 5px;
    padding: 3px 18px;
    background-color: #f95259;
    color: #fff;
}

#doc-det-page .shomor {
    margin-left: 0px !important;
    padding-left: 20px !important;
}

#doc-det-page #review6 {
    padding-left: 15px !important;
}

@media (max-width: 991px) {
    .doc-options .bv_atual {
        max-width: 100%;
    }
}

#phone {
    overflow: hidden;
    height: 100%;
    max-height: 475px;
    padding: 10px;
    padding-left: 10px;
}

.prectiEdit {
    padding: 0px 10px;
}

.preference {
    background-color: #fff;
    min-height: 40px;
    border-radius: 5px;
    padding-left: 10px !important;
    border: 1px solid #e4e4e4 !important;
    color: #777 !important;
    font-size: 16px;
    padding-top: 9px;
}

.preference label {
    color: #777 !important;
}

.preferHeading {
    font-family: PSemibold;
    font-size: 24px !important;
    background-color: #fff;
}

.panel-heading {
    background-color: #fff !important;
}

.hostinfo {
    margin-left: 0px !important;
}

.modal-open {
    padding-right: 0px !important;
}

#profile-icons li:last-child {
    padding-right: 0px !important;
}

.whtsp-verfy .whtsap {
    margin-left: 0px;
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 0px !important;
}

.pagination li span {
    width: unset !important;
}

.pagination {
    margin-top: 0px !important;
}

@media(min-width:768px) {

    .sign_btn,
    .log_btn {
        min-width: 90px;
        display: block;
        text-align: center;
    }
}

/* .paymnt-cmt a {
    color: #f95259 !important;
} */

.fileupld .img-circle {
    object-fit: cover;
    width: 120px;
    height: 120px;
}


/*Rating*/


/*fieldset, label { margin: 0; padding: 0; }
body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }*/


/****** Style Star Rating Widget *****/

.rating {
    border: none !important;
    float: left;
}

.rating input {
    display: none;
}

.rating label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating label {
    color: #ddd;
    float: right;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating input:checked~label,

/* show gold star when clicked */

.rating:not(:checked)>label:hover,

/* hover current star */

.rating:not(:checked)>label:hover~label {
    color: #FFD700;
}


/* hover previous stars in list */

.rating>input:checked+label:hover,

/* hover current star when changing rating */

.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,

/* lighten current selection */

.rating>input:checked~label:hover~label {
    color: #FFED85;
}

.rate .fa-star-o::before {
    display: none;
}

.signlogin .help-block-error {
    margin-bottom: 15px !important;
}

.docsignup .change {
    top: -3px !important;
}

#phone .profile_label1 {
    margin-bottom: 0px !important;
}

ul#thumb-list li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.gallery-close {
    font-size: 30px !important;
    font-weight: bolder !important;
    height: 60px !important;
}

.inbox_View .airfcfx-lastmsg {
    word-break: break-all !important;
}

.doc-signup_gend .bv_separator {
    display: none
}

.doc-signup_gend .bv_disabled,
.booking-type .bv_separator {
    display: none;
}

.doc_sign .doc-signup_gend .bv_ul_inner li:first-child,
.month .bv_ul_inner li:first-child,
.doc-options .bv_ul_inner li:first-child {
    display: none;
}

.booking-type .bv_ul_inner li:hover,
.doc-options .bv_ul_inner li:hover {
    background-color: #f95259 !important;
    color: #fff !important;
    font-family: PRegular;
    font-size: 14px;
}

@media(min-width: 1200px) {
    .phVerified {
        width: 490px;
        margin-left: auto;
        margin-right: 30px;
    }
}

@media(max-width: 1199px) {
    .phVerified {
        width: 100%;
    }
}

.doc-options .bv_atual {
    color: #777 !important;
}

#invalidEmail {
    margin-bottom: -15px !important;
    padding-top: 15px !important;
}

/* #shareModal .modal-dialog,
#reportModal .modal-dialog {
    top: 25%;
} */

/* .signlogin .modal-dialog {
    top: 15%;
} */
#reportModal .modal-body {
    padding-top: 0px;
}

.unblocked {
    display: inline-block;
    max-width: 100%;
    margin: 5px;
    font-weight: 700;
    color: #484848 !important;
}

.valProf {
    width: 490px;
    margin-left: auto;
}

@media(min-width:1200px) {
    #instructions {
        max-width: 490px;
        width: 100%;
    }
}

@media(max-width:1199px) {
    #instructions {
        max-width: 100%;
        width: 100%;
    }
}

#instructions {
    padding: 10px;
}

.month .bv_ul_inner li {
    padding-right: 10px;
}

.month .bv_ul_inner {
    height: auto;
    overflow: auto;
    max-height: 200px;
}

.month .arrow {
    display: none;
}

.preference input {
    border: none !important;
}

.btn_email {
    background-color: #f95259 !important;
}

.fileBtn .btn {
    background-color: transparent !important;
}

.eleClass {
    position: relative;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    height: 600px;
    height: 100vh;
    align-items: center;
    padding-right: 0px !important;
    margin: auto !important;
}

.docLogin,
.userLogin {
    max-width: 390px;
    display: block;
    margin: 50px auto;
}

.pagination .prev a {
    width: unset !important;
}

.pagination>li:first-child>a {
    width: unset !important;
}

#loginModal .modal-content,
#signupModal .modal-content {
    width: 100%;
    max-width: 390px;
}

/* .noMore{
    min-height: 200px;
    text-align: center;
    width: 100%;
    position: relative;
} */
.doc-preBooking .noMore {
    border-top: 1px solid #e4e4e4;
}

/* .noMore div{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
} */
#chat-box .noMore {
    border-top: 1px solid #e4e4e4;
}

.noMore {
    padding: 20px 0px;
}

.no-item {
    height: 400px;
    width: auto;
    display: block;
    margin: auto;
}

.noMoreText {
    margin-top: 20px;
    text-align: center;
    color: #f95259;
    font-family: PSemibold;
}

@media(max-width: 400px) {
    #doctor-acc #order-details {
        padding: 10px 15px !important;
    }

    .no-item {
        height: 240px;
        width: 240px;
    }
}

#doctor-acc #order-details {
    padding: 10px 35px;
}

.confirmModal .modal-dialog {
    width: 500px;
}

.confirmModal .modal-body {
    padding-bottom: 30px;
}

.confirmOff {
    padding: 10px;
}

.yesNo {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}

.consulrAmt {
    display: flex;
    align-items: center;
}

.repp {
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding: 13px;
}

#fees1,
#fees2 {
    width: 100%;
}

#fees1 {
    margin-right: 20px;
}

.content {
    width: 100%;
    color: #f95259 !important;
}

.fut11 {
    opacity: 0.2;
}

.alignBody {
    margin-top: 15px;
}

/* .preference input[type="file"] {
    display: none !important;
} */
.preference .help-block {
    display: none;
}

.alignMargin {
    margin-top: 10px;
}

.outBrowse {
    border: none !important;
}

.inBrowse {
    display: flex;
}

.outBrowse .btn {
    background-color: #f95259 !important;
    color: #fff;
}

.labelVerify {
    width: 100%;
}

.rescalendar_day_cells td.disabledDay {
    color: #aaa;
    background: #eee;
    cursor: not-allowed !important;
    pointer-events: none;
}

td.disabledDay:hover,
td.disabledDay:active {
    color: #aaa !important;
    cursor: not-allowed !important;
}



.head-icons {
    position: relative;
}

.note_count {
    position: absolute;
    top: -2px;
    right: 0px;
    background-color: #f95259;
    color: #fff;
    border: none !important;
    padding: 1px;
    height: 18px;
    text-align: center;
    border-radius: 50px;
    min-width: 18px;
    font-size: 11px;
    letter-spacing: -1px;
    overflow: hidden;
    font-family: PSemibold;
    display: block !important;
}


@media(max-width:767px) {
    .note_count {
        position: absolute;
        top: -10px;
        right: -10px;
        height: 15px;
        min-width: 15px;
        font-size: 10px;
    }
}

@media (min-width:320px) and (max-width:767px) {


    .profile_head .profile_head_menu.list-unstyled li:first-child {
        /* background-image: url(../imag_src/drop-down.png); */
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 91% 10px;
        clear: both;
    }

}

#profile-mobile-details {
    margin-top: -30px;
}

.slick-next.slick-arrow.slick-disabled,
.slick-prev.slick-arrow.slick-disabled {
    opacity: 0.5;
}

#homeEmail .help-block-error {
    text-align: left;
}

@media(max-width:430px) {

    #loginModal,
    #signupModal {
        padding: 0px 10px !important;
    }
}

.rateChange {
    display: flex;
    align-items: center;
}

/* Heart animation  */
[id=toggle-heart] {
    position: absolute;
    /* left: -100vw; */
}

[id=toggle-heart]:checked+label:before {
    will-change: transform, border-width, border-color;
    animation-name: bubble !important;
}

[id=toggle-heart]:checked+label {
    color: #e2264d;
    will-change: font-size;
    animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}

[id=toggle-heart]:checked+label:before,
[id=toggle-heart]:checked+label:after {
    animation: inherit;
    animation-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1);
}


[for=toggle-heart] {
    align-self: center;
    position: relative;
    color: #aab8c2;
    font-size: 20px;
    cursor: pointer;
}

[for=toggle-heart]:before,
[for=toggle-heart]:after {
    position: absolute;
    z-index: 1;
    /* top: 50%;
    left: 50%; */
    border-radius: 50%;
    content: "";
}

[for=toggle-heart]:before {
    box-sizing: border-box;
    margin: -2.25rem;
    border: solid 2.25rem #e2264d;
    width: 4.5rem;
    height: 4.5rem;
    transform: scale(0);
}

@keyframes heart {

    0%,
    17.5% {
        font-size: 0;
    }
}

@keyframes bubble {
    15% {
        transform: scale(1);
        border-color: #f95259;
        border-width: 1.25rem;
        transform: translate(10px);
    }

    30%,
    100% {
        transform: scale(1);
        border-color: #f95259;
        border-width: 0;
        transform: translate(10px);
    }
}

.modal-open {
    padding-right: 0px !important;
    /* overflow: inherit !important; */
    overflow: auto !important;
    scrollbar-width: thin;
}

.modal-open .modal {
    overflow: inherit !important;
}

.modal.fade.in {
    transition: 1s ease-in;
}

.modal.fade {
    transition: 1s ease-in-out;
}

.firebaseui-textfield.mdl-textfield .firebaseui-input {
    margin-top: 25px !important;
}

.firebaseui-textfield.mdl-textfield.is-focused .firebaseui-input {
    margin-top: 25px !important;
}

/* .mdl-textfield.is-focused{
    padding: 21px 0 !important;
    top: 0px !important;
}
.mdl-textfield{
    padding-top: 39px;
top: -17px;
} */

@media(max-width:450px) {
    .firebaseui-phone-number {
        flex-wrap: wrap;
    }
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    top: -10px !important;
}

.mdl-textfield__label {
    top: 19px !important;
}

.searchHighlight,
.searchHighlight:hover {
    color: #f95259 !important;
}

@media(min-width:1131px) {
    .thankWelcom {
        margin-top: -4px !important;
        margin-bottom: 8px !important;
        max-width: 520px;
        margin: auto;
    }
}

@media(max-width:1131px) {
    .thankWelcom {
        padding-left: 20px;
    }
}

.helpbody div,
.help-view li em,
.help-view p {
    font-size: 16px;
    font-family: PRegular;
}

.helpbody {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dropdown-menu {
    scrollbar-width: thin;
}

.mapInfoContent {
    align-items: center;
}

@media(max-width:767px) {
    .reviewdate {
        text-align: center;
    }

    .uploadingFile {
        width: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }
}

#profile-mobile-details {
    position: absolute;
    width: 100%;
    right: 0;
}

@media(max-width:992px) {
    .minHeight {
        min-height: 550px;
    }
}

@media(max-width: 991px) {
    .docSignupPage {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

.signupImg {
    max-width: 500px;
    width: 100%;
}

.edib {
    cursor: default;
    pointer-events: none;
    opacity: 0.5;
}

#dater .datepicker table tr td.active.active {
    color: #fff !important;
}

.day:hover .date {
    color: #fff;
}

#dater .datepicker table tr td.avail:hover {
    background-color: #f95259 !important;
}

#dater .datepicker table tr td.disabled.day:hover {
    background-color: transparent !important;

}

#dater .datepicker table tr td.disabled.day:hover .date {
    color: #777 !important;
}

.new.day .date {
    color: #777 !important;
}

#freq,
#medicine .doc-signup_gend {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#medicine .tit_name {
    margin: 0 !important;
}

#medicine .form-group {
    margin-top: 15px;
    padding-top: 15px;
}

@media(max-width:767px) {
    #medicine .form-group {
        justify-content: flex-start;
    }
}

.dasboardEach {
    padding-bottom: 5px;
    padding-top: 5px;
}

.starEdit,
.trust .doc_ratings {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

@media(max-width:767px) {

    .starEdit,
    .trust .doc_ratings {
        justify-content: center;
    }
}

.savedPge .vido_cam-det {
    top: -22px;
}

@media(max-width:767px) {
    .inviFrnds .modal-dialog {
        max-width: 100%;
    }
}

.inviFrnds .modal-content {
    width: 100%;
}

#invitetextval {
    width: auto !important;
}

input:-webkit-autofill {
    background-clip: text;
    -webkit-background-clip: text;
}

.field-signupform-state .help-block {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.dash_head .panel-heding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bck-help a {
    color: #f95259;
}

.searchHighlight .bv_atual {
    color: #f95259 !important;
}

.doctor-Spec .bv_atual {
    box-shadow: 0px 0px 2px 2px #eee !important;
    border: none !important;
}

.specHome {
    margin-bottom: 5px;
}

.searchData {
    padding-bottom: 15px !important;
}

/* loading css  */

.loading {
    width: 100%;
    height: 100%;
    background: #16171d;
    opacity: 0.8;
    position: fixed;
}

.loading .lding {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}

.loading .n1 {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #f95259;
    top: 10px;
    left: 10px;
    transform-origin: 20px 20px;
    border-radius: 8px;
    animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading .c2 {
    top: 10px;
    left: auto;
    right: 10px;
    transform-origin: -4px 20px;
    animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading .c3 {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    transform-origin: -4px -4px;
    animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading .c4 {
    top: auto;
    bottom: 10px;
    transform-origin: 20px -4px;
    animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
    0% {
        transform: rotate(90deg);
    }

    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-b {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-c {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-d {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.loading>span {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: 30px;
    color: #f95259;
    font-size: 12px;
    text-align: center;
}

.disablechat {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-msg {
    font-size: 16px;
    color: #f95259;
    font-family: PSemibold;
    text-align: center;
}

.disablechat .msg-chat-btn {
    display: none;
}

.block-msg i {
    padding-right: 5px;
}


/* .newz{
position: sticky;
top: 0;
padding-top: 0px !important;
padding-bottom: 0px !important;
transition: all 0.2s ease;
background-color: #fff;
z-index: 999999999999;
} */
.Appot_stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#calendardiv {
    min-height: 400px;
}

.split_cell_2.wid {
    position: sticky;
    top: 105px;
}

#map {
    height: 84vh !important;
    margin-bottom: 22px !important;
}

.serachtopspace {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

@media(min-width:992px) {
    .serachtopspace {
        position: sticky;
        top: 0;
        z-index: 1;
        background-color: #fff;
    }
}

/* loader  */
#spinmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    display: none;
}

.center {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 67px;
    background-color: #fff;
    border-radius: 10px;
    opacity: 1;
}

.order-month .bv_ul_inner {
    width: auto !important;
}

@media(max-width:991px) {
    #doc-det-page .doctorDetail {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .wid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media(max-width:768px) {
    .nameUser {
        text-align: center;
    }

    .airfcfx-message-date {
        text-align: center;
    }
}

.user-Mesg {
    width: 100%;
}

.invite-new .email-frm b.name {
    margin: 5px 10px;
}

.invite-new .email-frm {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    align-items: center;
    padding: 10px 0px;
}

.inviteFrndsSend {
    width: 100%;
    margin-bottom: 10px;
}

@media(max-width:500px) {
    .head-icons .dropdown-menu.dropdown-menu-form {
        min-width: 140px !important;
        margin-top: 5px;
    }
}

.multiselect-selected-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.header-Icons {
    height: 20px;
}

.header-ProfImg {
    height: 40px;
    width: 40px;
}

@media(max-width:400px) {
    .header-Icons {
        height: 16px;
    }

    .header-ProfImg {
        height: 30px;
        width: 30px;
    }
}

.around_sec .doc_ratings {
    display: flex;
    align-items: center;
}

@media(max-width:767px) {
    #doc-det-page {
        margin-right: 20px;
        margin-left: 20px;
        padding-right: 20px;
    }
}

#reportModal {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px !important;
}

@media(max-width: 600px) {
    #reportModal .modal-dialog {
        width: 100%;
    }
}

@media(max-width: 1199px) {
    #medicine .form-group {
        justify-content: flex-start;
    }

    #medicine .form-group {
        padding-top: 0px;
    }

    #medicine .tit_name {
        margin-bottom: 15px !important;
    }
}

@media(max-width:520px) {
    .docLogin .modal-content {
        margin-top: 76px;
    }
}

/* mdev style  */
detail-hospital .panel-default {
    background-color: #eeeeee3d;
    cursor: not-allowed;
}


.approvemsg {
    color: #f95259;
    font-size: 16px;
    position: absolute;
    background-color: #fff;
    font-family: pSemibold;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-hospital .panel-default {
    opacity: 0.5;
}

.detail-hospital {
    position: relative;
}

@media(max-width:480px) {
    .search_categires {
        display: block;
        margin: auto;
        width: 300px;
    }

    .search_categires .btn-group,
    .search_categires .btn {
        width: 100% !important;
    }

    .multiselect-container,
    .serchaccordin {
        right: unset !important;
        left: 0 !important;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .paddspace {
        display: flex;
        flex-wrap: wrap;
    }

    .search_categires .btn-group {
        flex: 45%;
        margin-right: 10px;
        margin-left: 10px;
    }

    .search_categires {
        width: 480px;
    }

    .search_categires .btn-group,
    .search_categires .btn {
        width: 100%;
    }

    .multiselect-container,
    .serchaccordin {
        right: 10px !important;
    }

    .serchaccordin {
        left: 0 !important;
    }

    .moreFil .dropdown-menu {
        max-width: 200px;
    }
}

.map-img {
    margin-bottom: 10px;
    margin-right: 15px;
}

.helpBody .dash_head .suggestYou {
    border-bottom: 1px solid #e4e4e4 !important;
}

.firebaseui-idp-phone {
    border-radius: 7px !important;
}

@media(max-width:480px) {
    .helpBody .dash_head .panel-heding h2 {
        font-size: 18px !important;
    }
}

@media (min-width:768px) {
    .tym {
        margin-right: 10px;
    }
}

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

.searchDoctors {
    color: #f95259;
    margin-top: 12px;
    margin-bottom: 15px;
}

.addBtn {
    height: 25px;
    width: 25px;
}

.goto:hover {
    color: #fff !important;
}

/* .price-card {
       border: 1px solid #ddd;
       padding: 10px;
       border-radius: 8px;
       margin-bottom: 10px;
       cursor: pointer;
    } */

.price-card.active {
    border-color: #f00;
    background-color: #ffe5e5;
}

/*   .pay-btn {
       background-color: #ff3366;
       border-color: #ff3366;
       color: white;
       padding: 10px;
       width: 100%;
    }

    .pay-okay {
        background-color: #ff3366;
        border-color: #ff3366;
        color: white;
        padding: 10px;        
     } */

/** Update_031224 */
/* subscription modal start */

.subscriptionModal .modal-dialog {
    max-width: 450px;
    margin: 30px auto !important;
    height: auto !important;
}

.subscriptionModal .modal-content {
    padding: 4rem;
    box-shadow: none;
}

.subscriptionModal .modal-header {
    padding: 0px;
    border: none !important;
    margin-bottom: 20px;
}

.subscriptionModal .modal-header h4 {
    text-align: center;
    color: #1B1B1B;
    font-size: 24px;
    font-family: 'SemiBold';
    margin-bottom: 14px;
}

.subscriptionModal .modal-header p {
    color: #777777;
    font-size: 14px;
    margin: 0px;
    font-family: 'Regular';
    text-align: center;
}

.subscriptionModal .modal-body {
    padding: 0px;
}

.subscriptionModal_img {
    text-align: center;
}

.subscriptionModal_img img {
    width: 302px;
    height: 100%;
}

.subscriptionmodal_plans_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 16px 14px;
    cursor: pointer;
}

.subscriptionmodal_plans_div h4 {
    margin: 0px 0px 6px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'SemiBold';
}

.subscriptionmodal_plans_div p {
    color: #777777;
    font-size: 12px;
    font-family: 'Regular';
    margin: 0px;
}

.subscriptionmodal_plans_div h3 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'SemiBold';
    margin: 0px;
}

.subscriptionModal .modal-footer {
    padding: 0px;
    border: none !important;
    text-align: center;
}

.button_primary {
    width: 100%;
    background: #F95259;
    border: none !important;
    padding: 14px;
    border-radius: 6px;
    color: #FFFFFF !important;
    font-size: 14px;
    font-family: 'SemiBold';
    outline: none !important;
}

.subscriptionmodal_plans_active {
    background: #F9525933;
    border: 2px solid #F95259;
}

.subscriptionmodal_plans {
    margin: 20px 0px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 200px;
    overflow-y: auto;
}

/* subscription modal end */


/* welcome modal start */

.welcomeModal .modal-dialog {
    max-width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.welcomeModal .modal-content {
    padding: 3rem 3rem 3rem;
    box-shadow: none !important;
}

.welcomeModal .modal-body {
    padding: 0px;
    margin-bottom: 3rem;
}

.welcomeModal .modal-body h4 {
    color: #1B1B1B;
    margin: 0px;
    font-size: 18px;
    font-family: 'SemiBold';
    line-height: 28px;
}

.welcomeModal .modal-footer {
    padding: 0px;
    border: none !important;
}

.text_btn {
    background: none;
    color: #F95259;
    border: none !important;
    font-size: 14px;
    font-family: 'SemiBold';
}

/* welcome modal end */


/* dashboard start */
.dashboard_page {
    box-shadow: 0px 0px 8px 0px #00000029;
    border-radius: 8px;
}

.dashboard_title h4 {
    margin: 0px;
    color: #000000;
    font-family: 'Medium';
    font-size: 32px;
    padding: 20px 20px;
    border-bottom: 1px solid #E4E4E4;
}

.dashboard_card {
    box-shadow: 0px 0px 8px 0px #00000029;
    border-radius: 4px;
}

.dashboard_img {
    text-align: center;
    padding: 20px 20px;
    margin-bottom: 24px;
}

.dashboard_img img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.dashboard_img h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 22px;
    font-family: Medium;
}

.dashboard_bottom {
    border-top: 1px solid #E4E4E4;
}

.dashboard_bottom a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-decoration: none;
}

.dashboard_bottom p {
    color: #777777;
    font-size: 16px;
    font-family: 'Medium';
    margin: 0px;
}

.dashboard_bottom img {
    width: 20px;
    height: 20px;
}

.dashboard_content {
    padding: 20px 20px;
}

.dashboard_content .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 28px;
}

.common_mt {
    margin: 3rem 0;
}

/* dashboard end */

/* profile start */

.profile_Card {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    margin-bottom: 30px;
}

.profile_title h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 22px;
    font-family: 'SemiBold';
    padding: 18px 18px;
    border-bottom: 1px solid #E4E4E4;
}

.profile_content {
    padding: 1rem 2rem 1rem 3rem;
}

.profile-form-group label {
    margin: 0px;
    color: #1B1B1B;
    font-size: 16px;
    font-family: Medium;
    font-weight: 400;
}

.profile-form-group input {
    padding: 10px 10px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    outline: none;
    width: 100%;
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
}

.profile-form-group .row {
    align-items: center;
    display: flex;
}

.profile-form-group .col-md-3 {
    text-align: right;
}

.verify_txt {
    text-align: right;
    margin-top: 10px;
}

.verify_txt span {
    margin: auto;
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
}

.profile-form-group {
    margin-bottom: 3rem;
}

.working_time {
    padding: 12px 10px 20px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    margin-left: -6px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.working_time_div {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 4px;
}

.working_time_div h4 {
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
    margin: 0px;
}

.working_time_div h4:first-child {
    width: 140px;
}

.profile-form-group textarea {
    border: 1px solid #E4E4E4;
    resize: none;
    width: 100%;
    padding: 10px 10px;
    outline: none;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    border-radius: 6px;
}

.required_txt p {
    margin: 0px;
    color: #F95259;
    font-size: 14px;
    font-family: 'Regular';
}

.profile_img_upload {
    position: relative;
    width: 150px;
    height: 150px;
    margin-left: 10rem;
}

.profile_img_upload img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    object-fit: cover;
}

.img_upload_div {
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.img_upload_div img {
    border: 1px solid #E4E4E4;
    border-radius: 50px;
    padding: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.profile_avatar_Div {
    padding: 1rem 4rem 2rem;
}

.required_txt {
    margin-top: 20px;
}

.custom-select {
    position: relative;
}

.custom-select select {
    display: none;
}


.select-selected:after {
    position: absolute;
    content: "";
    top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../imag_src/new_img/downarrowIcon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
} */

.select-items div {
    cursor: pointer;
    user-select: none;
    color: #1B1B1B;
    padding: 8px 10px;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-family: 'Regular';

}

.select-selected {
    color: #0F172A;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-family: 'Regular' !important;
    padding: 10px 10px;
    height: 42px;
    border: 1px solid #E5E7EB;
    border-radius: 7px;
}

.takeappointment_dropdown {
    z-index: 9 !important;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 10px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0px 0px 12px 0px #00000014;
}

.select-hide {
    display: none;
}

.Specialities_upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 30px;
    cursor: pointer;
}

.Specialities_upload img {
    width: 80px;
    height: 80px;
}

.Specialities_upload span {
    margin-top: 8px;
    color: #7777;
    font-family: 'Regular';
    font-size: 18px;
}

.Specialities_preview {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.Specialities_document {
    background: #e5e5e5;
    padding: 10px;
    border-radius: 50px;
}

.Specialities_document img {
    width: 26px;
    height: 26px;
}

.Specialities_progress {
    width: 100%;
}

.Specialities_progress_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.Specialities_progress_div img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.progress {
    margin: 0px;
    height: 10px;
}

.progress .progress-bar {
    background: #6ea805;
    border-radius: 6px;
}

.Specialities_progress_div h4 {
    margin: 0px;
    font-size: 14px;
    font-family: 'Medium';
    color: #1B1B1B;
}

.Portfolio_upload {
    width: 100px;
    height: 70px;
    position: relative
}

.Portfolio_upload img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.Portfolio_close {
    position: absolute;
    top: -4px;
    right: -7px;
    cursor: pointer;
}

.Portfolio_close img {
    width: 20px;
    height: 20px;
}

.portfolios_upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 30px;
    cursor: pointer;
}

.portfolios_upload span {
    margin-top: 8px;
    color: #7777;
    font-family: 'Regular';
    font-size: 18px;
}

#Portfolio_preview_container {
    margin-top: 12px;
}

.profile_tab {
    border: none !important;
    display: flex;
    flex-direction: column;
}

.profile_tab li.active a {
    color: #1B1B1B !important;
}

.profile_tab a {
    color: #777777;
    font-size: 16px;
    font-family: 'SemiBold';
    border: none !important;
    background: none !important;
}

.profile_page {
    margin: 34px 40px;
    padding: 0px 2rem;
}

.portfolios_upload img {
    width: 80px;
    height: 80px;
}

/* profile end */

/* booking start */

.booking_left {
    box-shadow: 2px 0px 0px 0px #0000000D;
    padding: 20px 20px 20px 44px;
    /* height: 100vh; */

}

.booking_subtitle {
    margin-bottom: 20px;
}

.booking_subtitle h4 {
    color: #1B1B1B;
    font-size: 20px;
    margin: 0px;
    font-family: SemiBold;
}

.booking_personal_info_sub {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.booking_personal_info_sub h3 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 16px !important;
    font-family: Medium;
}

.booking_personal_info_sub h4 {
    color: #F95259;
    font-size: 14px;
    font-family: 'Regular';
    font-weight: 400;
    margin: 0px;
}

.booking_content .col-md-3 {
    padding: 0px;
}

.booking_personal_info {
    margin-bottom: 2.5rem;
}

.history_Card {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    margin-bottom: 18px;
}

.history_Card_header {
    background: #E4E4E4;
    border-radius: 8px 8px 0px 0px;
    padding: 14px 10px;
    text-align: center;
}

.history_Card_header h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'SemiBold';
}

.history_Card_cont {
    padding: 10px 10px;
}

.history_Card_cont p {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    margin: 0px;
    width: 180px;
    line-height: 26px;
}

.booking_right {
    box-shadow: -2px 0px 0px 0px #0000000D;
    padding: 20px 44px 20px 20px;
    height: 100vh;

}

.booking_Actions {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 0px 16px;
    margin-bottom: 26px;
}

.booking_Actions_sub {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 14px;
    border-bottom: 1px solid #E4E4E4;
    cursor: pointer;
}

.booking_Actions_sub:last-child {
    border: none !important;
}

.booking_Actions_sub img {
    width: 20px;
    height: 20px;
}

.booking_Actions_sub p {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    margin: 0px;
}

.status_done {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 14px 14px;
}

.status_done h4 {
    margin: 0px;
    color: #34C759;
    font-size: 14px;
    font-family: 'Regular';
    font-weight: 400;
}

.booking_form {
    background: #F7F7F7;
    padding: 20px 30px 20px 40px;
    /* height: 100vh; */
}

.booking_form .col-md-3 {
    padding: 0px 15px;
}

.booking_content .col-md-6 {
    padding: 0px;
}

.booking-form-group label:first-child {
    width: 200px;
}

.booking-form-group label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    margin: 0px;
    font-weight: 400;
}

.booking-form-group-row .no-hor-padding {
    padding: 0px;
}

.booking-form-group-row {
    display: flex;
    gap: 14px;
    padding-right: 6px;
    /* padding-left: 18px; */
}

.booking-form-group .custom-select {
    background: white;
    padding: 14px 14px;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}

.booking-form-group .select-selected {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;
    border: none !important;
    padding: 0px;
    font-family: Medium;
}

.booking-form-group .select-selected::after {
    top: 14px;
}

.no-hor-second {
    padding-right: 8px;
}

.booking-form-group {
    margin-bottom: 20px
}

.timelinesection_SubDate {
    margin-bottom: 10px;
}

.timelinesection_SubDate .datepickerdate {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E4;
    background: white;
    padding: 16px 14px;
    border-radius: 8px;
}

.datepickerdate input {
    width: 100%;
    border: none !important;
    outline: none;
    color: #777777;
    font-size: 14px;
    font-family: Medium;
}

.no-hor-paddings {
    padding: 0px 0px 0px 8px !important;
    margin-left: -6px;
}

.datepickerdate img {
    width: 16px;
    height: 16px;
}

.booking-form-group textarea {
    border: 1px solid #E4E4E4;
    outline: none;
    resize: none;
    width: 100%;
    padding: 14px 14px;
    border-radius: 5px;
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
    margin-bottom: 10px;
}

.booking_header {
    display: flex;
    align-items: center;
    padding: 14px 14px;
    margin-bottom: 14px;
}

.booking_header img {
    width: 30px;
    height: 30px;
}

.booking_header div {
    margin: auto;
}

.booking_header h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 24px;
    font-family: 'SemiBold';
}

.History_content {
    height: 492px;
    overflow-y: auto;
}

/* booking end */


/* patient start */

.patient_Card {
    box-shadow: 0px 0px 4px 0px #00000029;
    padding: 20px 20px;
    position: relative;
    border-radius: 10px;
    width: 206px;
    cursor: pointer;
    border: 1px solid transparent;
}

.patient_carddiv {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 27px;
    margin-bottom: 20px;
}

.patient_like {
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 999 !important;
}

.patient_like img {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.patient_card_profile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patient_card_img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;

}

.patient_card_logo {
    position: absolute;
    right: 24px;
    bottom: -2px;
    background: white;
    border-radius: 50px;
    padding: 6px;
}

.patient_card_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.patient_Card h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: Medium;
}

.patient_card_email img {
    background: #F95259;
    padding: 5px;
    border-radius: 100px;
    width: 26px;
    height: 26px;
}

.patient_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 24px;
}

.patient_header_left {
    display: flex;
    gap: 20px;
}

.patient_header_left .custom-select {
    width: 180px;
}

.patient_search {
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 10px 10px;
    width: 62%;
    justify-content: space-between;
}

.patient_search input {
    border: none !important;
    outline: none;
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
    width: 100%;
}

.patient_header_right {
    display: flex;
    gap: 20px;
}

.patient_detail_sub_cont img {
    cursor: pointer !important;
}

.patient_detail_sub_cont ul li a {
    color: white !important;
}

.addpatient {
    color: #FFFFFF;
    background: #F95259;
    border: none !important;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    font-size: 14px;
    font-family: SemiBold;
    gap: 6px;
}

.deletepatient {
    color: #F95259;
    background: white;
    border: none !important;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    font-size: 14px;
    font-family: SemiBold;
    gap: 6px;
    border: 1px solid #F95259 !important;
}

.patient_header_left .custom-select .select-selected {
    padding: 14px 14px;
}

.patient_header_left .custom-select .select-selected::after {
    top: 15px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 50px;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 60px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    display: block;
    width: 40px;
    height: 38px;
    position: relative;
    cursor: pointer;
    /* transition: background-color 0.3s ease-in-out; */
    border-radius: 50px;
    margin: 0px;
    left: 4px;
    top: 2px;
}

.toggle-label.list-icon img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.toggle-label.grid-icon img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

#listViewRadio:checked+.toggle-label.list-icon {
    background-color: #ff4c61;
}

#listViewRadio:checked+.toggle-label.list-icon svg {
    position: absolute;
    left: 5px;
    top: 3px;
}

#listViewRadio:checked+.toggle-label {
    left: 4px;
    top: 0px;
}

#listViewRadio:checked+.toggle-label.list-icon img {
    opacity: 1;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
}

#gridViewRadio:checked+.toggle-label.grid-icon {
    background-color: #ff4c61;
    left: -5px;
    top: 0px;
}


.list-icon svg {
    position: absolute;
    left: 5px;
    top: 0px;
    width: 28px;
    height: 28px;
}

#listViewRadio:checked+.toggle-label.list-icon svg path {
    fill: white;
}

.grid-icon svg path {
    fill: #E4E4E4;
}

.grid-icon svg {
    position: absolute;
    left: -2px;
    top: 2px;
    width: 28px;
    height: 28px;
}



#gridViewRadio:checked+.toggle-label.grid-icon svg {
    position: absolute;
    left: 6px;
    top: 4px;
}

#gridViewRadio:checked+.toggle-label.grid-icon svg path {
    fill: white;
}

.patientlist_card {
    box-shadow: 0px 0px 10.97px 0px #00000014;
    padding: 16px 18px;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.patientlist_card_left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.patient_listcard_profile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.patient_listcard_img img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}

.patient_listcard_logo {
    position: absolute;
    right: -3px;
    bottom: -2px;
    background: white;
    border-radius: 50px;
    padding: 6px;
}

.patientlist_card_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.patient_listcard_email img {
    background: #F95259;
    padding: 8px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
}

.patientlist_card h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: Medium;
}

.patient_listlike img {
    width: 34px;
    height: 34px;
}

.patient_listdiv {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.patient_checkbox label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.patient_checkbox label {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.patient_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.patient_checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: #F95259;
    border: none !important;
}

.patient_checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #8A94A6 !important;
    display: inline-block;
    border-radius: 100px !important;
    position: relative;
}


.patient_checkbox input[type="checkbox"]:checked+.checkmark:after {
    display: block;
}

.patient_checkbox .checkmark:after {
    left: 4px;
    top: 5px;
    width: 13px;
    height: 9px;
    background-image: url(../imag_src/img/icons/tickwhite.svg);
    background-repeat: no-repeat;
    background-size: 12px;
}

.patient_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.patient_list_check {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    padding: 16px 18px;
}

.patient_list_div {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 
.patient_list_div .patient_checkbox {

    opacity: 0;

}

.patient_Check_whole .patient_checkbox {

    opacity: 1;

} */

.patient_list_check_Active {
    border: 1px solid #F95259;
    background: #FFF1F1;
    box-shadow: none;
}

.patient_listdiv {
    margin-bottom: 20px;
}

.patient_grid_Check_Whole_div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 27px;
}

.patient_grid_subcheck {
    padding: 20px 20px;
    position: relative;
    border-radius: 10px;
    width: 178px;
    /* //border: 1px solid #777777; */
}

.patient_grid_checkbox {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.patient_grid_subcheck_Active {
    border: 1px solid #F95259;
    background: #FFF1F1;
    box-shadow: none;
}

.patient_grid_subcheck_inpatient {
    background: #FFF1F1;
}

.patient_list_check_inpatient {
    background: #FFF1F1;
}

.patient_grid_subcheck h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: Medium;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.patient_list_check h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: Medium;
}

.patient_card_whole .patient_checkbox {
    opacity: 1;
}

.patient_card_whole .patient_like {
    opacity: 0;
}


/* patient end */


/* patient modal start */

.patientModal .modal-content {
    border-radius: 10px;
    padding: 50px 50px;
    width: 650px;
    box-shadow: none;
}

.patientModal .modal-header {
    border: none !important;
    padding: 0px;
    text-align: center;
}

.patientModal .modal-header button {
    opacity: 1;
    position: absolute;
    right: -13px;
    top: 10px;
}

.patientModal .modal-header button img {
    width: 28px;
    height: 28px;
}

.patientModal .modal-header h4 {
    color: #1B1B1B;
    font-size: 22px;
    font-family: 'SemiBold';
    margin-bottom: 3.5rem;
}

.patientModal .modal-body {
    padding: 0px !important;
}

.addpatient_form {
    margin-bottom: 4rem;
}

.addpatient-form-group label {
    color: #1B1B1B;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Medium';
    margin-bottom: 8px;
}

.addpatient-form-group input {
    border: 1px solid #E4E4E4;
    width: 100%;
    padding: 14px 14px;
    border-radius: 5px;
    outline: none;
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
}

.patientModal .modal-footer {
    padding: 0px;
    border: none !important;
}

.patientModal .modal-footer button {
    width: auto;
    padding: 10px 18px;
}

.patientModal .modal-dialog {
    display: flex;
    align-items: center;
    height: 90vh;
}



/* patient modal end */


/* appointment modal start */

.appointmentModal .modal-dialog {
    width: 770px;
    border-radius: 6px;
    height: auto !important;
}

.appointmentModal .modal-content {
    /* padding: 3rem 3rem; */
    box-shadow: none !important;
}

#patientinforamtion-form .modal-content {
    width: 770px;
    border: none !important;

}

.appointmentModal .modal-header {
    padding: 0px !important;
    border: none !important;
}

.appointmentModal .modal-header h4 {
    color: #1B1B1B;
    font-size: 22px;
    font-family: 'SemiBold';
    text-align: left;
    /* margin-bottom: 2.5rem; */
}

.appointmentModal .modal-body {
    padding: 0px;
}

.appointment_form {
    border: 1px solid #E4E4E4;
    padding: 22px 24px;
    border-radius: 6px;
    /* margin-bottom: 2rem; */
}

/* .appointment_formHeight {
    overflow: auto;
    height: 350px;
} */

.appointment-form-group label {
    color: #1B1B1B;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Medium';
}

.appointment-form-group .select-selected {
    padding: 14px 14px;
}

.appointment-form-group .select-selected:after {
    top: 15px;
    right: 14px;
}

.appointment_input {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 14px 14px;
    display: flex;
    align-items: center;
}

.appointment_input input {
    width: 100%;
    padding: 0px;
    border: none !important;
    outline: none;
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
}

.appointmentModal .modal-footer {
    padding: 0px;
    border: none !important;
    /* margin-top: 4rem; */
}

.appointmentModal .modal-footer button {
    width: auto;
    padding: 10px 14px;
}

.appointmentModal .modal-header button {
    opacity: 1;
    position: absolute;
    right: 18px;
    top: 24px;
}

.appointmentModal .modal-header button img {
    width: 28px;
    height: 28px;
}

.appointment-form-group textarea {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    width: 100%;
    resize: none;
    outline: none;
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
}

.appointment-form-group {
    margin-bottom: 24px;
}

.appointment-form-group .row {
    align-items: center;
    display: flex;
}


/* appointment modal end */

/* patient detail start */

.patient_detail_title {
    border-radius: 20px 20px 0px 0px;
    padding: 16px 16px 30px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
    align-items: center;
}

.patient_detail_section {
    display: flex;
    justify-content: space-between;
}

.patient_detail_section_arrow {
    position: absolute;
    right: 30px;
    top: 30px;
}

.patient_title_bg_primary {
    background: #ff6c77;
}

.patient_title_bg_blue {
    background: #5259F9;
}

.patient_detail_section_content h4 {
    margin: 0px;
    color: white;
    font-family: 'Inter', sans-serif;
}

.patient_detail_section_content h4:first-of-type {
    font-size: 18px;
    font-weight: 500;
}

.patient_detail_section_content h4:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
}

.patient_detail_title h4 {
    margin: 0px;
    color: white;
    font-family: 'Inter', sans-serif;
}

.patient_detail_title h4:first-of-type {
    font-size: 18px;
    font-weight: 500;
}

.patient_detail_title h4:nth-of-type(2) {
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
}

.patient_detail_cont {
    background: #FFF;
    border-radius: 0px 0px 20px 20px;
    padding: 24px 30px 24px;
}

.patient_detail_sub_cont {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
}

.patient_detail_sub_cont h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 16px;
    font-family: Medium;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 26px;
}

.patient_detail_sub_cont img {
    background: #F95259;
    padding: 2px;
    border-radius: 50px;
    width: 19px;
    height: 19px;
}

.Picture_tag_div ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
    margin: 0px 0px 0px 14px;
}

/* .Picture_tag_div li {
    background: #61ADFF;
    border-radius: 60px;
    padding: 2px 16px;
    color: #fff;
    font-size: 12px;
    font-family: Medium;
} */

.Presc_tag_div ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
    margin: 0px 0px 0px 14px;
}

/* .Presc_tag_div li {
    background-color: #F8EFF1;
    color: #F95259;
    border-radius: 60px;
    padding: 6px 16px;
    font-size: 12px;
    font-family: Medium;
} */

.document_tag_div ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
    margin: 0px 0px 0px 14px;
}

/* .document_tag_div li {
    background: #34C759;
    border-radius: 60px;
    padding: 2px 16px;
    color: #fff;
    font-size: 12px;
    font-family: Medium;
} */

.patient_detail_sub_cont textarea {
    outline: none;
    resize: none;
    border: none !important;
    background: white;
    width: 100%;
    color: #777777;
    font-size: 16px;
    font-family: 'Medium';
    padding: 14px 18px;
    border-radius: 14px;
}

.patient_card_note {
    width: 34%;
}

.patient_card_textarea {
    width: 100%;
}

@media (min-width:320px) and (max-width:767px) {
    .patient_medical_card {
        margin-bottom: 16px !important;
    }
}

.patient_medical_card {
    background: #F6F7F9;
    border-radius: 8px;
    padding: 20px 20px;
    margin-bottom: 12px;
}

.whole_patientdetail_Div {
    display: flex;
    gap: 5px;
    margin-bottom: 3rem;
    /* justify-content: space-between; */
}

.whole_patientdetail_subDiv {
    display: flex;
    gap: 20px;
}

.whole_patientdetail_tab ul {
    display: flex;
    flex-direction: column;
}

.patient_medical_head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 17px;
}

.patient_medical_head img {
    width: 26px;
    height: 26px;
}

.patient_medical_head h3 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 20px;
    font-family: 'Medium';
}

.patient_medical_sub_head {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.patient_medical_sub_head h4 {
    margin: 0px;
    color: #022A32;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    font-weight: 500;
}

.patient_medical_sub_head img {
    width: 20px;
    height: 20px;
}

.patient_medical_sub textarea {
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 14px 14px;
    outline: none;
    color: #9A9A9A;
    font-size: 14px;
    font-family: 'Regular';
    resize: none;
    width: 100%;
}

.patient_medical_sub textarea::placeholder {
    /* font-family: 'SemiBold'; */
    color: #9A9A9A;
    font-size: 14px;
    font-family: 'Regular';
}

.patient_medical_sub {
    margin-bottom: 14px;
}

.patient_medical_sub:last-child {
    margin-bottom: 0px;
}

.personal_Separatediv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.personal_Separatediv img {
    width: 26px;
    height: 26px;
}

.personal_Separatediv label {
    color: #022A32;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Medium';
    margin: 0px;
}

.personal_Separatediv input {
    border: none !important;
    background: #FFFFFF;
    width: 40%;
    padding: 10px 10px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    border-radius: 12px;
    outline: none;
    text-align: center;
}

.personal_Separatediv_label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.personal_Separatediv_radio {
    display: flex;
    align-items: center;
    gap: 10px;
    /* flex-wrap: wrap; */
}

.personal_Separatediv_radio .radio {
    margin: 0px !important;
}

.personal_Separatediv_radio label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    display: flex;
    align-items: center;
    gap: 4px;
}

.personal_Separatediv_radio input[type="radio"] {
    -webkit-appearance: none !important;
    position: relative !important;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #777777 !important;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: border-color 0.3s ease;
    padding: 6px;
    margin-top: 1px;
    margin-left: -20px !important;
}

.personal_Separatediv_radio input[type="radio"]:hover {
    border-color: #F95259;
}

.personal_Separatediv_radio input[type="radio"]:checked {
    border-color: #F95259 !important;
    /* background-color: #F95259; */
}

.personal_Separatediv_radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 8px;
    background-color: #F95259;
    border-radius: 50%;
}

.personal_Separatediv input::placeholder {
    color: #777777;
    font-family: 'Medium';
    font-size: 14px;
    text-align: center;
}

.perdonal_add button {
    color: #F95259;
    font-size: 16px;
    font-family: Medium;
    text-decoration: underline;
    background: none;
    border: none !important;
    padding: 0px;
}

.medicine_separate {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    /* margin-bottom: 10px; */
}

.medicine_separate input {
    width: 100% !important;
    text-align: left;
    padding: 0px !important;
}

.medicine_separate input::placeholder {
    text-align: left;
}

.perdonal_add {
    margin-top: 16px;
}

.patient_card_width {
    width: 520px;
}

.patient_contact_Div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
}

.patient_contact_Div label {
    color: #022A32;
    font-size: 14px;
    font-family: 'Medium';
    font-weight: 500 !important;
    margin: 0px;
}

.patient_contact_Div h4 {
    margin: 0px;
    color: #F95259;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Medium';
}

.patient_contact button,
.personal_info_btn,
.medicine_info_btn {
    /* width: 100%;
    border: none !important;
    background: #F95259;
    padding: 12px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'SemiBold'; */
    width: 100% !important;
    padding: 12px !important;
    border-radius: 10px !important;
    border: 1px solid #FF7077 !important;
    background: linear-gradient(180deg, #FF7077 0%, #E53E45 100%) !important;
    box-shadow: 0px 0px 0px 1px #B30C13 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: 'SemiBold' !important;
    cursor: pointer !important;
}

.medicine_info_btns {
    margin-top: 20px;
}

.whole_patientdetail_tab ul {
    border: none !important;
}

.whole_patientdetail_tab a {
    color: #777777;
    font-size: 18px;
    font-family: 'SemiBold';
    border: none !important;
    padding: 0px 0px 16px !important;
    background: none !important;
}

.whole_patientdetail_tab li.active a {
    color: #1B1B1B;
}

.whole_patientdetail_tab {
    width: 10%;
}

.patient_detail_avatar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.patient_detail_avatar img {
    width: 56px;
    height: 56px;
    border-radius: 100px;
}

.patient_detail_avatar h4 {
    margin: 0px;
    color: #000000;
    font-size: 20px;
    font-family: 'SemiBold';
}

.patient_detail_social {
    display: flex;
    gap: 14px;
}

.patient_Social_img button {
    padding: 0px;
    border: 1px solid #F2F2F2 !important;
}

.patient_Social_img {
    background: #F2F2F2;
    border-radius: 50px !important;
    padding: 8px;
}

.patient_Social_img img {
    width: 26px;
    height: 26px;
}

.patient_Social_img .dropdown {
    border: none !important;
}

.patient_detail_button {
    display: flex;
    gap: 14px;
}

.patient_share button {
    border: 1px solid #F95259;
    border-radius: 8px;
    padding: 12px 10px;
    background: none;
    color: #F95259;
    font-size: 14px;
    font-family: 'SemiBold';
}

.patient_follow button {
    border: 1px solid #F95259;
    border-radius: 8px;
    padding: 12px 10px;
    background: #F95259;
    color: #fff;
    font-size: 14px;
    font-family: 'SemiBold';
    display: flex;
    align-items: center;
    gap: 6px;
}

.whole_patientdetail_header_sub {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.whole_patientdetail_header {
    border-bottom: 1px solid #E4E4E4;
    padding: 1rem 0;
    margin-bottom: 2.5rem;
}

@media (min-width:320px) and (max-width:767px) {
    .profile_detail_Card {
        margin-bottom: 16px !important;
    }
}

.profile_detail_Card {
    margin-bottom: 26px;
}

.custom-select-others .select-items div:last-child {
    color: #F95259;
}

.addFollowModal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90vh !important;
}

.addFollowModal .modal-content {
    width: 770px;
}

.patient_dropdown ul {
    box-shadow: 0px 0px 12px 0px #00000014;
    padding: 10px 14px;
    border: none !important;
    border-radius: 8px;
    width: 280px;
    margin-top: 20px;
}

.patient_detail_search {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E4;
    padding: 10px 10px;
    border-radius: 6px;
    gap: 10px;
    margin-bottom: 10px;
}

.patient_detail_search input {
    border: none !important;
    outline: none;
    font-size: 14px;
    font-family: 'Regular';
    width: 100%;
}

.patient_dropdown li {
    color: #000000;
    font-size: 14px;
    font-family: 'Regular';
    padding: 10px 12px;
}

.shareModal .modal-header button {
    opacity: 1;
    position: absolute;
    right: -12px;
    top: 8px;
}

.shareModal .modal-header button img {
    width: 28px;
    height: 28px;
}

.shareModal .modal-header {
    padding: 0px !important;
    border: none !important;
}

.notext_btn {
    background: none;
    color: #1B1B1B;
    border: none !important;
    font-size: 14px;
    font-family: 'SemiBold';
}

.patient_detail_medicine_cont {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
}

.patient_detail_medicine_cont p {
    margin: 0px;
    color: #777777;
    font-size: 12px;
    font-family: 'Regular';
    width: 280px;
}

.patient_personal_Cont h4 {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Medium';
    margin: 0px;
}

.patient_personal_div {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 18px;
}

.patient_personal_div:last-child {
    border: none !important;
    margin: 0px;
}

.patient_medical_width {
    width: 32%;
}

.patient_personal_width {
    width: 30%;
    min-height: 600px;
}

/* .patient_card_width{
    width: 44%;
}

.patient_medical_width{
    width: 28%;
}

.patient_personal_width{
    width: 28%;
} */
/* patient detail end */


/* datepicker start */

.ui-state-default {
    border: none !important;
    background: none !important;
    color: #1B1B1B !important;
    text-align: center !important;
    font-size: 16px;
    font-family: 'Medium';
    margin-bottom: 0px;
    padding: 10px 10px !important;
}

.ui-state-highlight {
    color: #fff !important;
    background: #F95259 !important;
    border-radius: 12px;
}

.ui-datepicker-calendar thead span {
    color: #B3B3B3;
    font-size: 16px;
    font-family: 'Medium';
}

.ui-datepicker {
    border: none !important;
    width: 300px !important;
    box-shadow: 0px 0px 12px 0px #00000014;
}

.ui-datepicker-title span {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'Medium';
    font-weight: 400;
}

.ui-datepicker-header {
    background: none !important;
    border: none !important;
    /* border-bottom: 1px solid #A3A3A6 !important; */
    padding: 0px 0px 20px !important;
    border-radius: 4px !important;
}

.ui-datepicker-prev {
    background: none !important;
    border: none !important;
    padding: 0;
    border-radius: 12px !important;
    left: 14px !important;
    top: 0px !important;
    cursor: pointer;
}

.ui-datepicker-prev span {
    background-image: url(../imag_src/new_img/calendararrow.svg) !important;
    /* rotate: 180deg; */
    background-size: 16px 16px !important;
    background-position: center !important;
    width: 16px !important;
    height: 16px !important;
}

.ui-datepicker-next {
    background: none !important;
    border: none !important;
    padding: 0;
    border-radius: 12px !important;
    right: 14px !important;
    top: 0px !important;
    cursor: pointer;
}

.ui-datepicker-next span {
    background-image: url(../imag_src/new_img/calendararrow.svg) !important;
    background-size: 16px 16px !important;
    background-position: center !important;
    width: 16px !important;
    height: 16px !important;
    transform: rotate(0deg) !important;
    rotate: 180deg;
}

.ui-datepicker-calendar {
    margin-top: 14px;
}


/* datepicker end */


/* patient select start */

.patient_whole_Select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.patient_whole_Select_sub {
    display: flex;
    align-items: center;
    gap: 30px;
}

.patient_whole_Select_sub h4 {
    color: #000000;
    font-size: 16px;
    font-family: 'Medium';
    margin: 0px;
}

.patient_whole_Select button {
    background: #F95259;
    border: none !important;
    padding: 14px 28px;
    color: #fff;
    font-size: 14px;
    font-family: SemiBold;
    border-radius: 8px;
}

.patient_select_separate {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.patient_Select_page .profile_detail_Card {
    width: 100%;
}

.patient_Select_page .checkmark {
    border: 2px solid #F95259;
    border-radius: 4px;
    width: 24px;
    height: 24px;
}

.patient_Select_page .checkmark:after {
    background-image: url(../imag_src/icons/tickprimary.svg);
    left: 2px;
    top: 4px;
}

.patient_Select_page input[type="checkbox"]:checked+.checkmark {
    background: #fff;
    border: 2px solid #F95259;
}

.patient_checkbox_select {
    margin-top: 20px;
}

.patient_Select_page {
    margin-top: 4rem;
}

/* patient select end */


/* booking Modal Start */

.bookingModal .modal-dialog {
    width: 450px;
    display: flex;
    align-items: center;
    height: 90vh;
}

.bookingModal .modal-content {
    padding: 2.5rem 1.5rem;
}

.bookingModal .modal-header {
    padding: 0px;
    border: none !important;
}

.bookingModal .modal-header h4 {
    color: #1B1B1B;
    font-size: 20px;
    text-align: center;
    font-family: 'Medium';
}

.bookingModal .modal-body {
    padding: 0px;
}

.bookingModal_img {
    text-align: center;
    padding: 5rem 0 4rem;
}

.bookingModal_img img {
    width: 80%;
    height: 100%;
}

.bookingModal .modal-footer {
    padding: 0px;
    border: none !important;
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: space-between;
}

.border_Btn {
    width: 100%;
    background: #fff;
    border: 1px solid #F95259;
    padding: 14px;
    border-radius: 6px;
    color: #F95259 !important;
    font-size: 14px;
    font-family: 'SemiBold';
    outline: none !important;
}

/* booking Modal end */

/* profile info page start */

.profile_infopage_separate a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 8px 0px #00000014;
    padding: 30px 16px;
    border-radius: 12px;
    text-decoration: none;
    margin-bottom: 24px;
}

.profile_info_div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile_info_div h4 {
    color: #1B1B1B;
    font-size: 16px;
    font-family: Medium;
    margin: 0px;
}

.profile_info_div img {
    width: 32px !important;
    height: 32px !important;
}

.profile_infopage_separate img {
    width: 24px;
    height: 24px;
}

.profile_info_head {
    margin-bottom: 3rem;
}

.profile_info_head h4 {
    margin: 0px;
    color: #000000;
    font-size: 38px;
    font-family: SemiBold;
}

.profile_infopage_btn {
    margin-top: 10rem;
}

.profile_infopage_btn button {
    background: #F95259;
    border: none !important;
    border-radius: 8px;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'SemiBold';
}

.profile_infopage {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* profile info page end */


/* personal info page start */

.personalinfo_div {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.personalinfo_div input {
    background: #F4F4F4 !important;
    border-radius: 4px;
    width: 20%;

}

.personalinfo_div img {
    width: 34px;
    height: 34px;
}

.personal_info_btn {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 20px;
}

.personal_back {
    background: #E4E4E4;
    border: none !important;
    border-radius: 8px;
    padding: 10px 20px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'SemiBold';
}

.personal_continue {
    background: #F95259;
    border: none !important;
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'SemiBold';
}

.radioselected label {
    color: #F95259;
}

.profile_medicine input {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    padding: 14px 14px;
}

.profile_medicine .personal_Separatediv_radio {
    margin: 6px 0px 12px;
}

.profile_medicine_Add button {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile_medicine_Add button img {
    width: 16px;
    height: 16px;
}

.profile_medicine_Add {
    margin: 2rem 0 7rem;
}

/* personal info page end */


/* medical profile page start */

.medical-panel {
    box-shadow: 0px 2px 8px 0px #00000014;
    padding: 24px 12px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.medical-panel-heading a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.medical-panel-heading h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: Medium;
    display: flex;
    align-items: center;
    gap: 10px;
}

.medical-panel-heading h4 img {
    width: 34px !important;
    height: 34px !important;
    rotate: none !important;
}

.medical-panel-heading a img {
    width: 20px;
    height: 20px;
}

.medical-panel-body {
    margin-top: 20px;
}

.medical-panel-body button {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none !important;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    padding: 0px;
}

.medical-panel-body button img {
    width: 20px;
    height: 20px;
}

.medical-panel-select {
    display: none;
    margin-top: 16px;
}

.medical-panel-select textarea {
    width: 100%;
    resize: none;
    outline: none;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    padding: 14px 14px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
}

.medical-panel-heading .collapsed img {
    rotate: 180deg;
}


/* medical profile page end */


/* profile followup start */

.profile_followup {
    padding: 30px 30px;
}

.profile_content_info {
    padding: 50px 50px;
}

.profile_Cont_infobtn {
    text-align: right;
    margin-top: 3rem;
}

.profile_Cont_infobtn button {
    background: #F95259;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    font-family: 'SemiBold';
    padding: 10px 30px;
    border: none !important;
}

/* profile followup end */

/* profile detail page start */

.profile_Detailpage_card {
    box-shadow: 0px 0px 2px 2px #eee;
    padding: 20px 20px;
    border-radius: 8px;
    margin-top: 24px;
}

.profile_Detailpage_card .profile_booking_formdivselect {
    padding: 10px 14px;
}

.profile_Detailpage_card .takeappointment_dropdown button {
    padding: 10px 14px;
}

.profile_Detailpage_card .takeappointment_dropdown button img {
    width: 20px;
    height: 20px;
    margin-right: -3px;
}

.profile_Detailpage_card .profile_booking_formdivselect {
    left: 0px !important;
}

.profile_Detailpage_card .profile_booking_formdivselect .select-selected:after {
    top: 10px;
}

.profile_Detailpage_card .profile_booking_formdiv input {
    padding: 10px 14px;
}

.profile_Detailpage_card .button_primary {
    padding: 10px 14px;
}

.doct_prof .profile_working_time {
    padding-left: 10px;
}

.profile_Detailpage_card .profile_detailpage_separate {
    font-size: 18px;
}

.exper_text p {
    font-family: Medium;
    font-size: 16px;
}

.profile_detailpage_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.profile_Detailpage_avatar {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.profile_Detailpage_avatar img {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    object-fit: cover;
}

.profile_detailpage_header h3 {
    color: #1B1B1B;
    font-size: 20px;
    font-family: SemiBold;
    margin: 0px 0px 16px;
}

.profile_detailpage_header h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: SemiBold;
    margin: 0px 0px 16px;
}

.profile_detailpage_header p {
    color: #1B1B1B;
    font-size: 14px;
    font-family: Medium;
    margin-bottom: 4px;
}

.profile_Detailpage_infos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.profile_verify {
    display: flex;
    align-items: center;
    gap: 6px;
}

.profile_verify img {
    background: #64D66D;
    padding: 5px;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.profile_verify p {
    color: #64D66D;
    font-size: 14px;
    font-family: 'Medium';
    margin: 0px;
}

.profile_verifymsg {
    display: flex;
    align-items: center;
    gap: 6px;
}

.profile_verifymsg img {
    background: #F95259;
    padding: 5px;
    border-radius: 50px;
    width: 24px;
    height: 24px;
}

.profile_verifymsg p {
    color: #F95259;
    font-size: 14px;
    font-family: 'Medium';
    margin: 0px;
}

.profile_report {
    background: #F2F2F2;
    padding: 4px 14px;
    border-radius: 80px;
}

.profile_report p {
    color: #F95259;
    font-size: 14px;
    font-family: 'Medium';
    margin: 0px;
}

.profile_Detailpage_rating {
    display: flex;
    align-items: center;
    margin: 14px 0px;
    gap: 6px;
}

.profile_Detailpage_rating img {
    width: 20px;
    height: 20px;
}

.profile_Detailpage_rating div {
    display: flex;
    align-items: center;
}

.profile_Detailpage_rating span {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    position: relative;
    top: 1px;
}

.profile_detailpage_separate {
    margin-bottom: 30px;
    padding: 15px 15px 15px 20px;
}

.profile_detailpage_separate h4 {
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'SemiBold';
    margin: 0px 0px 16px;
}

.profile_detailpage_separate p {
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
    margin: 0px;
}

.profile_detailpage_contavatar {
    display: flex;
    align-items: center;
    gap: 16px;
}

.profile_detailpage_contavatar img {
    width: 54px;
    height: 54px;
    border-radius: 100px;
}

.profile_detailpage_ul ul {
    padding-left: 20px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile_detailpage_ul li {
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
}

.profile_working_time {
    border: none !important;
    padding: 0px;
}

.profile_working_time h4 {
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
    margin-bottom: 4px;
}

.profile_detailpage_more {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.profile_detailpage_more img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.profile_detailpage_review {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.profile_detailpage_review img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.profile_detailpage_review h3 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'SemiBold';
    margin: 0px 0px 14px;
}

.profile_detailpage_review h4 {
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Medium';
    margin: 0px 0px 14px;
}

.profile_Detailpage_reviewrating {
    display: flex;
    align-items: center;
    margin: 14px 0px;
    gap: 6px;
}

.profile_Detailpage_reviewratingsub {
    display: flex;
    align-items: center;
}

.profile_Detailpage_reviewratingsub img {
    width: 20px;
    height: 20px;
}

.profile_Detailpage_reviewrating span {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    position: relative;
    top: 1px;
}

.profile_detailpage_office {
    align-items: center;
}

.profile_detail_booking h3 {
    margin: 0px;
    text-align: center;
    color: #1B1B1B;
    font-size: 20px;
    font-family: 'SemiBold';
}

.profile_booking_form {
    margin-top: 24px;
}

.profile_booking_formdiv {
    margin-bottom: 18px;
}

.profile_booking_formdiv label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Medium';
    font-weight: 400;
    margin-bottom: 8px;
}

.profile_booking_formdiv input {
    border: 1px solid #E4E4E4;
    padding: 14px 14px;
    border-radius: 6px;
    width: 100%;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    outline: none;
}

.profile_booking_formdiv input::placeholder {
    color: #777777;
    font-family: 'Medium';
}

.profile_booking_formdivselect {
    border: 1px solid #E4E4E4;
    padding: 14px 14px;
    border-radius: 6px;
}

.profile_booking_formdivselect .select-selected {
    border: none !important;
    padding: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 270px;
}

.profile_booking_formdivselect .select-selected:after {
    top: 14px;
}

.profiledetail_top {
    padding: 4rem 0;
}

.ui_tpicker_hour_slider {
    border: none !important;
    background: #777777 !important;
    height: 3px !important;
    cursor: pointer;
}

.ui_tpicker_hour_slider span {
    border-radius: 50px;
    background: #F95259 !important;
    top: -4px !important;
    height: 10px !important;
    width: 10px !important;
    padding: 0px !important;
}

.ui_tpicker_minute_slider {
    border: none !important;
    background: #777777 !important;
    height: 3px !important;
    cursor: pointer;
}

.ui_tpicker_minute_slider span {
    border-radius: 50px;
    background: #F95259 !important;
    top: -4px !important;
    height: 10px !important;
    width: 10px !important;
    padding: 0px !important;
}

.ui-timepicker-div dl {
    height: 86px;
}

.ui_tpicker_time {
    margin-right: 0px !important;
    margin-left: 37% !important;
}

.ui_tpicker_time_input {
    border: none !important;
    border-radius: 6px;
    color: #1B1B1B !important;
    font-size: 14px !important;
    font-family: 'Regular' !important;
}

.ui_tpicker_hour {
    margin-top: 20px !important;
    margin-bottom: 28px !important;
}

.ui_tpicker_minute_label {
    margin-bottom: 10px !important;
    margin-top: -7px !important;
}

.ui_tpicker_time_label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'SemiBold';
}

.ui_tpicker_hour_label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'SemiBold';
}

.ui_tpicker_minute_label {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'SemiBold';
}

/* profile detail page end */


/* about detail page end */

.aboutdetail-form-group {
    margin-bottom: 16px;
}

.aboutdetail-form-group label {
    color: #1B1B1B;
    font-size: 16px;
    font-family: SemiBold;
    font-weight: 400;
    margin-bottom: 14px;
}

.aboutdetail-form-group input {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 14px 12px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    outline: none;
}

.aboutdetail-form-group input::placeholder {
    font-family: 'Medium';
}

.aboutdetail-form-group textarea {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 10px 12px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    outline: none;
    resize: none;
}

.aboutdetail-form-group textarea::placeholder {
    font-family: 'Medium';
}

.aboutdetailpage h3 {
    margin: 0px;
    font-size: 30px;
    font-family: 'SemiBold';
    color: #1B1B1B;
}

.aboutdetail_form {
    margin-top: 2rem;
}

.aboutdetailpage {
    padding: 2rem 0;
}

.aboutdetail_form_btn button {
    width: auto;
    padding: 12px 30px;
    font-size: 18px;
}

.about_detail_info_img img {
    width: 420px;
    height: 100%;
}


/* about detail page end */


/* team start */

.team_card {
    margin-bottom: 90px;
}

.team_card_Sub {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    padding: 40px 34px 20px;
    margin-bottom: 10px;
}

.team_header h3 {
    margin: 0px;
    text-align: center;
    font-size: 20px !important;
    font-family: 'SemiBold';
    color: #1B1B1B;
}

.team_form_group label {
    color: #000000;
    font-size: 18px;
    font-family: 'SemiBold';
    margin-bottom: 16px;
}

.team_form_group_input {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team_form_group_input input {
    outline: none;
    border: none !important;
    color: #1B1B1B;
    font-size: 12px;
    font-family: 'Regular';
    width: 100%;
    padding: 17px 14px;
    background-color: #f8f8f8 !important;
    border-radius: 6px 0px 0px 6px;
}

.team_form_group_input button {
    background: #F95259;
    border: none !important;
    padding: 15px 14px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Regular;
    border-radius: 0px 8px 8px 0px;
}

.team_card_row {
    display: flex;
    justify-content: center;
}


.team_header_img {
    text-align: center;
    margin: 3rem 0 2.5rem;
}

.team_header_img img {
    width: 200px;
    height: 100%;
}

.team_Form_btn {
    text-align: right;
    margin-top: 2rem;
}

.team_Form_btn button {
    width: auto;
    padding: 12px 26px;
    font-size: 18px;
}

.team_Form {
    margin-top: 5rem;
}

.team_form_invite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0px;
}

.team_form_invite_Sub {
    display: flex;
    align-items: center;
    gap: 14px;
}

.team_form_invite_Sub img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

.team_form_invite_Sub h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 18px;
    font-family: Medium;
}

.team_form_msg img {
    background: #F95259;
    padding: 8px;
    border-radius: 100px;
    cursor: pointer;
}

.team_form_invite_whole {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 0px;
}

.team_form_invite:last-child {
    border: none !important;
}

.team_form_group {
    margin-bottom: 3.5rem;
}

.team_form_group:last-child {
    margin-bottom: 0px;
}

/* team end */

/* Basic Info page end */

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-container img {
    position: absolute;
    right: 14px;
    width: 20px;
    cursor: pointer;
}

.aboutdetail-form-group span {
    color: #777777;
}

.basic-profile-upload {
    margin: 0px;
}

.basic-profile-upload #uploadTrigger {
    background: white;
    width: 40px;
    height: 40px;
    padding: 6px;
}

.aboutdetail_form_sub {
    margin-bottom: 4rem;
}

.basic_info_img {
    width: 220px;
    margin: 3rem 0;
}

.basic_info_img img {
    width: 220px;
    height: 100%;
}

/* Basic Info page end */


/* Doctor Detail page end */

.doctor_list_card {
    box-shadow: 0px 2px 6px 0px #00000026;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 16px;
    border-radius: 8px;
    width: 70%;
    margin-bottom: 20px;
}

.doctor_list_card img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}

.doctor_list_cont {
    display: flex;
    flex-direction: column;
}

.doctor_list_cont h4 {
    color: #1B1B1B;
    font-size: 20px;
    font-family: 'Medium';
}

.doctor_Detailpage_avatar {
    align-items: center;
}

.profile_Detailpage_mapdiv h3 {
    color: #1B1B1B;
    font-size: 22px;
    font-family: 'Medium';
    margin: 0px 0px 14px;
}

.doctor_Detailpage_map {
    /* display: flex;
    flex-direction: column;
    gap: 10px; */
}

.doctor_Detailpage_map img {
    width: 100px;
    height: 100px;
    margin-bottom: 2rem;
}

.doctor_Detailpage_map h4 {
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Medium';
    margin: 0px 0px 6px;
}

.doctor_Detailpage_map p {
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
    margin: 0px;
}

.doctor_location_height {
    height: 172px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Doctor Detail page end */


/* Calendar page end */

.calendar_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 0px;
}

.calendar_buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calendar_buttons img {
    width: 12px;
    height: 12px;
}

.calendar_buttons .border_Btn {
    width: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.calendar_buttons .button_primary {
    width: auto;
    padding: 10px 20px;
    border-radius: 5px;
}

.color_Code {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 65%;
    margin-left: auto;
    flex-wrap: wrap;
}

.color_Code div {
    width: 20px;
    height: 20px;
    cursor: pointer;

}

.absence_checkboxwhole {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.absence_checkboxwholediv {
    display: flex;
    align-items: center;
    gap: 8px;
}

.absence_checkboxwholediv span {
    border: 2px solid #F95259 !important;
    border-radius: 4px !important;
}

.absence_checkboxwholediv p {
    color: #4A5565;
    font-size: 12px;
    font-weight: 500 !important;
    font-family: 'Medium';
    margin: 0px;
}

.absence_checkboxwholediv span::after {
    left: 3px !important;
    top: 4px !important;
}

.appointment-form-group-sub label {
    color: #777777;
    font-size: 12px;
    font-family: 'Regular';
    margin-bottom: 6px;
}

.color_selected {
    border: 3px solid #054646;
}

.textarea_Align .row {
    align-items: flex-start;
}

.absence_checkboxwholediv label {
    top: 2px;
}

.patientinfomodal_cont_Sub {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #E4E4E4;
    padding: 20px 20px;
    border-radius: 8px;
}

.patientinfomodal_cont_Sub img {
    width: 70px;
    height: 70px;
}

.patientinfomodal_cont_Sub h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'Medium';
    margin: 0px 0px 14px;
}

.patientinfomodal_cont_Sub p {
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
    margin: 0px;
}

.patientinfomodal_header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.patientinfomodal_header h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'Medium';
    margin: 0px 0px 10px;
}

.patientinfomodal_header p {
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Regular';
    margin: 0px auto;
    width: 520px;
}

.patientinfomodal_cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.patientinfoModal {
    overflow: auto;
}

.modify_radio {
    flex-direction: column;
    align-items: flex-start;
}

.modify_radio_sub {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 18px 18px;
}

.modify_radio_sub label {
    gap: 16px;
    font-size: 16px;
    color: #1B1B1B !important;
}

.modify_radio_sub input {
    width: 20px !important;
    height: 20px !important;
}

.modify_radio_sub input[type="radio"]:checked::before {
    width: 10px !important;
    height: 10px !important;
}

.createreason_btn button {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px;
    font-size: 18px;
}

.createreason_btn button img {
    width: 16px;
    height: 16px;
}

.createreason_card_sub {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 4px;
}

.createreason_card_sub h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Regular';
    max-width: 110px;
    line-height: 20px;
}

.createreason_card_sub p {
    color: #777777;
    font-size: 16px;
    font-family: 'Regular';
    margin: 0px;
}

.createreason_card_whole {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.createreason_Action {
    display: flex;
    gap: 12px;
}

.createreason_Action button {
    background: none;
    border: none !important;
    padding: 0px;
}

.createreason_Action button img {
    width: 22px;
    height: 22px;
}

.createreason_btn {
    margin-bottom: 10px;
}

.create_radio {
    gap: 20px;
}

.create_radio_sub label {
    color: #777777;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Medium';
}

.create_radio_sub input {
    width: 26px !important;
    height: 26px !important;
}

.create_radio_sub input[type="radio"]:checked::before {
    top: 3px !important;
    left: 3px !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0px !important;
}

.conditionalInput {
    display: flex;
    align-items: center;
    border: 1px solid #E4E4E4;
    padding: 14px 14px;
    border-radius: 6px;
}

#conditionalInput {
    width: 100%;

}

.conditionalInput input {
    width: 100%;
    border: none !important;
    outline: none;
    color: #777777;
    font-size: 12px;
    font-family: 'SemiBold';
}

.conditionalInput span {
    color: #777777;
    font-size: 12px;
    font-family: 'SemiBold';
}

.maininformation_form {
    border: none !important;
    padding: 0px !important;
}

.maininformation_formgroup .row {
    flex-direction: column;
}

.maininformation_radio {
    width: 100%;
    gap: 40px;
    margin-top: 18px;
}



.maininformation_form_Select {
    width: 100%;
}


.common_modal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.common_modal .modal-dialog {
    display: flex;
    height: calc(100% - 1.75rem* 2);
    width: auto;
    max-width: 770px;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.common_modal .modal-content {
    max-width: 770px;
    width: 770px;
}

.common_modal .modal-header button {
    margin-top: -10px !important;
}

.reasoncheckbox_Wholediv {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.reasoncheckbox_Wholediv label {
    top: -2px;
}

.reasoncheckbox_Wholediv span {
    border: 2px solid #F95259 !important;
    border-radius: 4px !important;
    width: 24px !important;
    height: 24px !important;
}

.reasoncheckbox_Wholediv p {
    margin: 0px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
}

.reason_modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.reason_search {
    width: 34%;
}

.reason_search input {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: 'Medium';
    outline: none;
    width: 100%;
}

.reason_modal_header .reasoncheckbox_Wholediv {
    margin: 0px;
}

.repeat_patient_Sub {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    gap: 8px;
}

.repeat_patient_Sub:last-child {
    margin: 0px;
}

.repeat_patient_Sub h3 {
    color: #777777 !important;
    font-size: 14px !important;
    font-family: 'Regular';
    margin: 0px;
    line-height: 20px;
    width: 300px;
}

.repeat_patient_input {
    display: flex;
    align-items: center;
}

.repeat_patient_inputsub {
    display: flex;
    align-items: center;
    gap: 8px;
}

.repeat_patient_inputsub input {
    border: 1px solid #E4E4E4;
    width: 64%;
    border-radius: 5px;
    padding: 14px 14px;
    font-size: 14px;
    font-family: 'Medium';
    color: #777777;
    text-align: right;
    outline: none;
}

.repeat_patient_inputsub span {
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
}

.repeat_patient_select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.repeat_patient_select .custom-select {
    width: 164px;
}

.repeat_patient_select .select-selected {
    font-family: 'SemiBold';
}

.repeat_patient_select p {
    color: #777777;
    font-size: 12px;
    font-family: 'Regular';
    margin: 0px;
    width: 53px;
    word-break: break-word;
    /* margin: auto; */
    text-align: center;
}

.openingrangeModal .appointment-form-group {
    margin-bottom: 0px;
}

.openingrangeModal .color_Code {
    width: 100%;
}

.openingrangeModal .modal-dialog {
    width: 770px !important;
}

.openingrangeModal .select-selected {
    font-family: 'SemiBold';
}

.patientinfo_select {
    justify-content: flex-end;
    margin-bottom: 2rem;
    padding-right: 28px;
}

.appointmentModal {
    overflow-y: auto;
}

.appointmentModal .modal-dialog {
    /* margin: 20px auto !important; */
}

.appointmentModal .modal-header button {
    margin-top: -10px !important;
}

.appointment_dropdown button {
    width: 100%;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F95259 !important;
    border: none !important;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'SemiBold';
    outline: none !important;
    box-shadow: none !important;
}

.appointment_dropdown:hover ul {
    display: none !important;
}

.appointment_dropdown.open>.dropdown-menu {
    display: block !important;
}

.appointment_dropdown ul {
    width: 100%;
    box-shadow: 2px 2px 12px 0px #00000029;
    border: none !important;
    padding: 8px 14px;
    top: 56px;
}


.appointment_dropdown li {
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0px;
}

.appointment_dropdown li:last-child {
    border: none !important;
}

.appointment_dropdown li p {
    font-family: 'Regular';
}

/* Calendar page end */

/* Calendar design start */

.calendar_design .fc-header-toolbar {
    position: absolute;
    top: 16px;
    margin: 0 auto;
    width: 50%;
}

.calendar_design .fc-toolbar-title {
    display: none;
}

.calendar_design .fc-button-group {
    gap: 14px;
}

.calendar_design .fc-button-group button {
    background: transparent;
    border: 1px solid #F95259 !important;
    border-radius: 5px !important;
    color: #F95259;
    font-size: 14px !important;
    font-family: 'SemiBold' !important;
    padding: 8px 16px !important;
    box-shadow: none !important;
}

.calendar_design .fc-button-group button:hover {
    background: transparent;
    color: #F95259;
}

.calendar_design .fc-button-active {
    background: #F95259 !important;
    color: #fff;
}

.calendar_design .fc-timeGridWeek-view .fc-col-header th {
    background: #F5F5F5;
    padding: 10px 10px;
    text-align: left;
}

.calendar_design .fc-timeGridWeek-view .fc-col-header th a {
    color: #1B1B1B;
    text-decoration: none;
    font-size: 14px;
    font-family: 'SemiBold';
}

.calendar_design .fc-col-header .fc-day-today {
    background: #FDDCDD !important;
}


/* Calendar design end */
/** Update_031224 */

/** Update_031224 */
/* .patient_list {
    padding-top: 15px !important;
} */

.tab_section {
    border-bottom: 2px solid #E4E4E4;
}

.appointment_formHeight {
    overflow: auto;
    height: 350px;
}

/** Update_031224 */

/* my style */

.provide_Name b {
    font-weight: 400 !important;
    font-size: 16px;
    text-align: center;
}

html[lang="fr"] .provide_Name b {
    font-size: 16px;
}

.readmore_btns {
    padding: 6px 12px;
    margin: 30px 0;
    text-align: center;
    width: 100%;
    max-width: 110px;
    background-color: #f95259;
    color: #fff;
    border-radius: 25px;
    border: none !important;
    font-size: 16px;
    cursor: pointer;
}


.read-more-target,
.read-more-trigger_opened {
    display: none;
}

.read-more-state:checked~.read-more-wrap .read-more-target,
.read-more-state:checked~.read-more-trigger_opened {
    display: block;
}

.read-more-state:checked~.read-more-trigger_closed {
    display: none;
}

.growth_div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 30px 0px 10px;
}

.growth_div img {
    width: 24px;
    height: 24px;
}

.growth_div h3 {
    margin: 0px;
}

@media (max-width: 767px) {
    .doc_banr_ulti .banner_text {
        position: inherit;
    }
}

/* Calendar page end */

.calendar_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 0px;
}

.calendar_buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.calendar_buttons img {
    width: 12px;
    height: 12px;
}

.calendar_buttons .border_Btn {
    width: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
}

.calendar_buttons .button_primary {
    width: auto;
    padding: 10px 20px;
    border-radius: 5px;
}

.color_Code {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 65%;
    margin-left: auto;
    flex-wrap: wrap;
}

.color_Code div {
    width: 20px;
    height: 20px;
    cursor: pointer;

}

.absence_checkboxwhole {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.absence_checkboxwholediv {
    display: flex;
    align-items: center;
    gap: 8px;
}

.absence_checkboxwholediv span {
    border: 2px solid #F95259 !important;
    border-radius: 4px !important;
}

.absence_checkboxwholediv p {
    color: #4A5565;
    font-size: 12px;
    font-weight: 500 !important;
    font-family: 'Medium';
    margin: 0px;
}

.appointment_dropdown ul .absence_checkboxwholediv span::after {
    left: 3px !important;
    top: 4px !important;
}


.absenceModal .modal-dialog {
    width: 770px;
}

.modal-open .modal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.absenceModal {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.absence_form_row {
    margin-bottom: 20px;
}

.appointment-form-group-sub label {
    color: #777777;
    font-size: 12px;
    font-family: 'Regular';
    margin-bottom: 6px;
}

.color_selected {
    border: 3px solid #054646;
}

.textarea_Align .row {
    align-items: flex-start;
}

.absence_checkboxwholediv label {
    top: 2px;
}

.patientinfomodal_cont_Sub {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #E4E4E4;
    padding: 20px 20px;
    border-radius: 8px;
}

.patientinfomodal_cont_Sub img {
    width: 70px;
    height: 70px;
}

.patientinfomodal_cont_Sub h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'Medium';
    margin: 0px 0px 14px;
}

.patientinfomodal_cont_Sub p {
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
    margin: 0px;
}

.patientinfomodal_header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.patientinfomodal_header h4 {
    color: #1B1B1B;
    font-size: 18px;
    font-family: 'Medium';
    margin: 0px 0px 10px;
}

.patientinfomodal_header p {
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Regular';
    margin: 0px auto;
    width: 520px;
}

.patientinfomodal_cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.patientinfoModal {
    overflow: auto;
}

.modify_radio {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.modify_radio_sub {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 18px 18px;
}

.modify_radio_sub label {
    gap: 16px;
    font-size: 16px;
    color: #1B1B1B !important;
}

.modify_radio_sub input {
    width: 20px !important;
    height: 20px !important;
}

.modify_radio_sub input[type="radio"]:checked::before {
    width: 10px !important;
    height: 10px !important;
}

.createreason_btn button {
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px;
    font-size: 18px;
}

.createreason_btn button img {
    width: 16px;
    height: 16px;
}

.createreason_card_sub {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 4px;
}

.createreason_card_sub h4 {
    margin: 0px;
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Regular';
    max-width: 110px;
    line-height: 20px;
}

.createreason_card_sub p {
    color: #777777;
    font-size: 16px;
    font-family: 'Regular';
    margin: 0px;
}

.createreason_card_whole {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.createreason_Action {
    display: flex;
    gap: 12px;
}

.createreason_Action button {
    background: none;
    border: none !important;
    padding: 0px;
}



.createreason_btn {
    margin-bottom: 10px;
}

.create_radio {
    gap: 20px;
}

.create_radio_sub label {
    color: #777777;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Medium';
}

.create_radio_sub input {
    width: 26px !important;
    height: 26px !important;
}

.create_radio_sub input[type="radio"]:checked::before {
    top: 3px !important;
    left: 3px !important;
    width: 16px !important;
    height: 16px !important;
}


.maininformation_form {
    border: none !important;
    padding: 0px;
}

.maininformation_formgroup .row {
    flex-direction: column;
}


.maininformation_form .select-selected {
    font-family: 'SemiBold';
    /* padding: 10px 14px */
}

.maininformation_form_Select {
    width: 100%;
}

.maininformation_form .select-selected:after {
    /* top: 11px !important; */
    right: 14px;
}

/* .maininformation_form .appointment_input {
    padding: 10px 14px;
} */

.common_modal .modal-dialog {
    display: flex;
    height: calc(100% - 1.75rem* 2) !important;
    width: auto;
    max-width: 770px;
    align-items: center;
    justify-content: center;
}

.common_modal .modal-content {
    max-width: 770px;
    width: 770px;
}

.reasoncheckbox_Wholediv {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.reasoncheckbox_Wholediv label {
    top: -2px;
}

.reasoncheckbox_Wholediv span {
    border: 2px solid #F95259 !important;
    border-radius: 4px !important;
    width: 24px !important;
    height: 24px !important;
}

.reasoncheckbox_Wholediv p {
    margin: 0px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
}

.reason_modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.reason_search {
    width: 34%;
}

.reason_search input {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 10px 10px;
    font-family: 'Medium';
    outline: none;
    width: 100%;
}

.reason_modal_header .reasoncheckbox_Wholediv {
    margin: 0px;
}

.repeat_patient_Sub {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.repeat_patient_Sub:last-child {
    margin: 0px;
}

.repeat_patient_Sub h3 {
    color: #777777;
    font-size: 14px;
    font-family: 'Regular';
    margin: 0px;
    line-height: 20px;
    width: 300px;
}

.repeat_patient_input {
    display: flex;
    align-items: center;
}

.repeat_patient_inputsub {
    display: flex;
    align-items: center;
    gap: 8px;
}

.repeat_patient_inputsub input {
    border: 1px solid #E4E4E4;
    width: 64%;
    border-radius: 5px;
    padding: 14px 14px;
    font-size: 14px;
    font-family: 'Medium';
    color: #777777;
    text-align: right;
    outline: none;
}

.repeat_patient_inputsub span {
    color: #777777;
    font-size: 14px;
    font-family: 'Medium';
}

.repeat_patient_select {
    display: flex;
    align-items: center;
    gap: 10px;
}

.repeat_patient_select .custom-select {
    width: 164px;
}

.repeat_patient_select .select-selected {
    font-family: 'SemiBold';
}

.repeat_patient_select p {
    color: #777777;
    font-size: 12px;
    font-family: 'Regular';
    margin: 0px;
    width: 53px;
    word-break: break-word;
    /* margin: auto; */
    text-align: center;
}

.openingrangeModal .appointment-form-group {
    margin-bottom: 0px;
}

.openingrangeModal .color_Code {
    width: 100%;
}

.openingrangeModal .modal-dialog {
    width: 900px;
}

.openingrangeModal .select-selected {
    font-family: 'SemiBold';
}

/* .patientinfo_select {
    justify-content: flex-end;
    margin-bottom: 2rem;
} */

.appointmentModal {
    overflow-y: auto;
}

.appointment_dropdown button {
    width: 100%;
    padding: 14px 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    background: #F95259 !important;
    border: none !important;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'SemiBold';
    outline: none !important;
    box-shadow: none !important;
}

.appointment_dropdown {
    z-index: 99;
}

.appointment_dropdown ul {
    width: 100%;
    box-shadow: 2px 2px 12px 0px #00000029;
    border: none !important;
    padding: 5px 0px 5px 0px;
    top: 56px;
}


.appointment_dropdown li {
    border-bottom: 1px solid #0000000F;
    padding: 8px 12px 8px 12px;
}

.appointment_dropdown li:last-child {
    border: none !important;
}

.appointment_dropdown li p {
    font-family: 'Regular';
}

/* Calendar page end */
/* Calendar design start */

.calendar_design .fc-header-toolbar {
    position: absolute;
    top: 16px;
    margin: 0 auto;
    width: 50%;
    left: 110px;
}

.calendar_design .fc-toolbar-title {
    display: none;
}

.calendar_design .fc-button-group {
    gap: 14px;
}

.calendar_design .fc-button-group button {
    background: transparent;
    border: 1px solid #F95259 !important;
    border-radius: 5px !important;
    color: #F95259;
    font-size: 14px !important;
    font-family: 'SemiBold' !important;
    padding: 8px 16px !important;
    box-shadow: none !important;
}

.calendar_design .fc-button-group button:hover {
    background: transparent;
    color: #F95259;
}

.calendar_design .fc-button-active {
    background: #F95259 !important;
    color: #fff;
}

.calendar_design .fc-timeGridWeek-view .fc-col-header th {
    background: #F5F5F5;
    padding: 10px 10px;
    text-align: left;
}

.calendar_design .fc-timeGridWeek-view .fc-col-header th a {
    color: #1B1B1B;
    text-decoration: none;
    font-size: 14px;
    font-family: 'SemiBold';
}

.calendar_design .fc-col-header .fc-day-today {
    background: #FDDCDD !important;
}

/* .fc-timegrid-slot-minor {
    display: none !important;
} */

.calendar_design .fc-timegrid-slot-label {
    padding: 10px 8px;
    color: #1B1B1B;
    font-size: 14px;
    font-family: 'Regular';
}

.calendar_design .fc-timegrid-event-harness {
    left: 0px !important;
    width: 100%;
}

.calendar_design .fc-timegrid-slot-label-frame {
    text-align: center;
    padding: 0px !important;
}

.calendar_design .fc-timegrid-slot-label-cushion {
    padding: 0px !important;

}

.calendar_design .fc-timegrid-event {
    border-radius: 0px;
    color: #000000;
    font-size: 14px;
    font-family: 'Regular';
    border: none !important;
}

.calendar_design .fc-event-main-frame {
    align-items: center;
    justify-content: center;
}


.calendar_design .fc-event-time {
    color: #000000;
    font-size: 12px;
    font-family: 'Regular';
}

.calendar_design .fc-event-title-container {
    min-height: auto;
    flex-grow: inherit;
    color: #000000;
    font-size: 12px;
    font-family: 'Regular';
}

.inline-calendar {
    /* margin: 15px 0 0; */
}

.inline-calendar .ui-datepicker {
    box-shadow: none;
}

/* .inline-calendar .ui-datepicker-calendar {
    margin-top: 20px;
} */

.calendar_leftside {
    margin-top: 70px;
}

.listviewtable th {
    background: #F1F5F9;
    color: #364153;
    font-size: 12px;
    font-weight: 600;
    font-family: 'SemiBold';
    border-top: 1px solid #E5E7EB !important;
    border-bottom: 1px solid #E5E7EB !important;
    /* padding: 26px 30px !important; */
    padding: 14px 24px !important;
    border-width: 0px 0px 1px 0px !important;
    vertical-align: middle !important;
}

.listviewtable th:last-child {
    border-width: 0px 0px 1px 0px !important;
}

.calendar_design .fc-listWeek-view {
    border: none !important;
    overflow-y: auto;
}

.calendar_design .fc-listWeek-view table {
    /* border: 1px solid #969696 !important; */
}

.listviewtable td a {
    color: #1B1B1B;
    font-family: 'Medium';
}

.listviewtable td {
    text-align: center;
    color: #101828;
    font-size: 13px;
    font-family: 'Regular';
    border-bottom: 1px solid #E5E7EB !important;
    border-width: 0px 0px 1px 0px !important;
    /* padding: 4px 30px !important; */
    padding: 14px 24px !important;
    vertical-align: middle !important;
    height: 48px;
    background: #FFF;
}

.list_Action {
    background: #F95259;
    border: none !important;
    padding: 8px;
    border-radius: 100px;
}

.list_Action img {
    width: 24px;
    height: 24px;
}

.listviewtable td:last-child {
    border-width: 0px 0px 1px 0px !important;
}

.calendar_rightsider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar_rightsiderselecthead .custom-select {
    width: 200px;
    left: 70px;
    z-index: 9;
}

.calendar_design .fc-timeGridDay-view .fc-day-today {
    padding: 0px;
    text-align: left;
}

.calendar_design .fc-timeGridDay-view .fc-day-today {}

.calendar_design .fc-timeGridDay-view .fc-day-today a {
    color: #1B1B1B;
    text-decoration: none;
    font-size: 14px;
    font-family: 'SemiBold';
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0px !important;
}

.calendar_design .fc-timeGridDay-view .fc-col-header th {
    background: #FDDCDD !important;
    padding: 10px 10px;
    text-align: left;
}

.calendar_design .fc-timeGridDay-view .fc-col-header th.fc-timegrid-axis {
    background: #F5F5F5 !important;
}

.calendar_design .fc-timeGridDay-view .fc-col-header th a {
    color: #1B1B1B;
    text-decoration: none;
    font-size: 14px;
    font-family: 'SemiBold';
}

.calendar_design .fc-timeGridDay-view td {
    background: white;
}

.fc-event:hover .icon-container {
    display: flex;
}

.icon-container {
    box-shadow: 0px 0px 12px 0px #0000001F;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 6px;
    gap: 10px;
    display: none;
    /* margin-top: 10px; */
    /* margin-top: 86px; */
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.icon-container img {
    width: 20px;
    height: 20px;
}

.fc-timegrid-event .fc-event-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .calendar_design .event-details {
    color: #1B1B1B;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Regular';
    text-align: center;
    margin-bottom: 10px;
} */

#maininfoModal .select-items {
    height: 200px;
    overflow-y: auto;
}

.calendar_Select {
    height: 76px;
}

.calendar_Select .dropdown {
    border: none !important;
    height: 76px;
}

.calendar_Select button {
    border: 1px solid white !important;
    padding: 26px 14px !important;
    border-radius: 0px !important;
    color: #000 !important;
    font-size: 18px !important;
    font-family: 'Medium';
    box-shadow: none !important;
    width: 160px !important;
    outline: none !important;
    height: 76px;
    font-family: 'Regular';
    font-size: 16px !important;
}

.listview_accepted button {
    background: #F4F4F4 !important;
}

.calendar_Select .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    color: #000 !important;
}

.listtr .calendar_Selecttd {
    padding: 0px !important;
}

.listviewtable thead tr th {
    text-align: start !important;
}

.listviewtable tbody tr th {
    text-align: start !important;
}

.completed span {
    padding: 3.8px 9px;
    border-radius: 8px;
    background: #DCFCE7 !important;
    border: 1px solid #B9F8CF;
    color: #008236 !important;
}

.cancelled span {
    padding: 3.8px 9px;
    border-radius: 8px;
    background: #FF3B30 !important;
    color: #fff !important;
}

.calendar_Select .caret {
    border-top: 6px dashed !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
    top: 49% !important;
}

.calendar_Select button:focus {
    outline: none !important;
}

.plusicon-container {
    position: absolute;
    z-index: 9999999999999999999999;
    right: -13px;
    top: 0px;
}

/* Calendar design end */
/* datepicker start */

.ui-state-default {
    border: none !important;
    background: none !important;
    color: #1B1B1B !important;
    text-align: center !important;
    font-size: 16px;
    font-family: 'Medium';
    margin-bottom: 0px;
    padding: 10px 10px !important;
}

.ui-datepicker-today .ui-state-highlight {
    color: #fff !important;
    background: #F95259 !important;
    border-radius: 8px !important;
}

.ui-state-active {
    background: #FDDCDD !important;
    border-radius: 8px !important;
}

.ui-datepicker-calendar thead span {
    color: #B3B3B3;
    font-size: 12px;
    font-family: 'Medium';
}

.ui-state-default {
    font-size: 12px !important;
}

.ui-datepicker {
    border: none !important;
    width: 300px !important;
    box-shadow: 0px 0px 12px 0px #00000014;
}

.ui-datepicker-title span {
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'SemiBold';
    font-weight: 400;
}

/* .ui-datepicker-header {
    background: none !important;
    border: none !important;
    border-bottom: 2px solid #A3A3A6 !important;
    padding: 20px 0px !important;
    border-radius: 0px !important;
} */

/* .ui-datepicker-prev {
    background: none !important;
    border: 3px solid #F6F6F6 !important;
    padding: 18px 18px;
    border-radius: 12px !important;
    left: 0px;
    top: 9px !important;
}

.ui-datepicker-prev span {
    background-image: url(../imag_src/icons/calendarnext.svg) !important;
    rotate: 0deg;
    background-size: 16px 16px;
    background-position: center;
} */

/* .ui-datepicker-next {
    background: none !important;
    border: 3px solid #F6F6F6 !important;
    padding: 18px 18px;
    border-radius: 12px !important;
    right: 0px;
    top: 9px !important;
} */

/* .ui-datepicker-next span {
    background-image: url(../imag_src/icons/calendarnext.svg) !important;
    background-size: 16px 16px;
    background-position: center;
    rotate: 180deg;
} */

.ui-datepicker-calendar {
    margin-top: 14px;
}

.ui-datepicker-calendar {
    margin-top: 14px;
}

.plusicon-container {
    position: absolute;
    z-index: 9999999999999999999999;
    right: -13px;
    top: 0px;
}

.fc-timegrid-event.eventstatic .event-details {
    margin-bottom: 0px;
    font-size: 10px !important;
    color: white !important;
}

.fc-timegrid-event.eventstatic .icon-container {
    display: none !important;
}

.plus-container {
    position: absolute;
    right: 0px;
    top: -2px;
}

.plus-icon img {
    width: 16px;
    height: 16px;
}

.fc-timegrid-event.eventstatic .fc-event-main {
    justify-content: space-between !important;
}

.fc-event .plus-container {
    display: none;
}

.fc-timegrid-event.eventstatic .plus-container {
    display: block !important;
    cursor: pointer;
}

.select-items .disabled-time {
    pointer-events: none;
    color: grey;
}

.fc-timegrid-event .fc-event-main {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.calendar_design .event-details {
    color: #1B1B1B !Important;
    text-decoration: none;
    font-size: 14px !important;
    font-family: 'Regular';
    text-align: center;
    /* margin-bottom: 10px; */
}

.fc-event .plus-container {
    display: none !important;
}

/* datepicker end */
.bookedslot .event-details {
    color: black !important;
    font-size: 10px !important;
    font-family: Regular;
    font-weight: 400 !important;
    word-wrap: break-word !important;
    margin: 0;
}

.bookedslot .icon-container {
    display: none !important;
}

.fc-event-main .event-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Dec 28 */
.takeappointment_dropdown button {
    color: #777777 !important;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-family: 'Regular';
    padding: 14px 14px;
    border: 1px solid #E4E4E4 !important;
    border-radius: 6px;
    background: none !important;
}

.takeappointment_dropdown button ul {
    height: 180px;
    overflow-y: auto;
}

.absenceslot .icon-container {
    display: none !important;
}


/* Calendar Changes */

.createreason_Height {
    height: 402px;
    overflow-y: auto;
}

.activeHeader {
    background: #FDDCDD !important;
}

#maindatepickerdate {
    pointer-events: none;
}

.takeappointmentdate {
    pointer-events: none;
}

.reasoncheckbox_Wholediv .checkmark:after {
    left: 4px;
    top: 6px;
}

/* Jan 06 */
#openingdatepickerdate {
    pointer-events: none !important;
}

/* Calendar changes */
.modify-openings-mode {
    background-color: rgba(27, 27, 27, 0.2);
}

.fc-highlight {
    background: rgba(253, 220, 221, 0.5) !important;
    border: 1px dashed #F95259 !important;
}

.calendar_design .fc-day-today {
    background-color: transparent !important;
}

/* //jan 07// */

.doctor_gend {
    width: 100% !important;
}

/* .doctor_gend .bv_ul_inner {
    width: 555px !important;
} */

.verify-box p {
    margin: 0px;
}

.field-doctor-language button {
    padding: 10px 12px;
    height: auto !important;
}

.docSplist button {
    padding: 10px 12px;
    height: auto !important;
}

.doc-signup_hosp .select2-selection--single {
    padding: 4px 12px;
    height: auto !important;
}


.field-doctor-language ul a {
    padding: 0px !important;
}

.multiselect-container>li>a>label {
    bottom: 3px !important;
}

.doc-signup_hosp {
    margin-top: 4px !important;
}

.upload_imgs {
    width: 50px;
    height: 50px;
}

.userprof_sign .form-group .tit_name {
    justify-content: flex-end;
}

.workinghour_row {
    display: flex;
    align-items: center;
}

.workinghour_row label {
    text-align: right;
}

.workinghour_row .col-sm-12 {
    padding-right: 6px;
}

.patient_search img {
    width: 24px;
    height: 24px;
}

.patient_Card .patient_checkbox {
    opacity: 0;
}

.patient_grid_subcheck_Active .patient_checkbox {
    opacity: 1;
}

.patient_Card .patient_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: 20px;
    height: 20px;
    margin-top: 0px !important;
    left: 0px;
    visibility: visible;
}


.patient_list_div .patient_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: 20px;
    height: 20px;
    margin-top: 0px !important;
    left: 0px;
    visibility: visible;
}

.patient_list_check_Active .patient_checkbox {
    opacity: 1 !important;
}

.patient_list_div .patient_checkbox {
    opacity: 0;
}

.ui-datepicker-buttonpane {
    bottom: -55px !important;
}

.month-grid,
.year-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px;
    height: 120px;
    overflow-y: auto;
}

.month-item,
.year-item {
    /* width: 60px; */
    text-align: center;
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
    height: 30px;
    font-size: 12px;
    font-family: 'Regular';
}

.month-item:hover,
.year-item:hover {
    background-color: #F95259;
    color: white;
    border: 1px solid #F95259;
}

.ui-datepicker-buttonpane {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ui-datepicker-month-mode .month-grid,
.ui-datepicker-year-mode .year-grid {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 10;
}

.ui-datepicker-month-mode .year-grid,
.ui-datepicker-year-mode .month-grid {
    display: none;
}

@media screen and (max-width:1200px) {
    .doctor_gend {
        width: 100% !important;
    }

    .doctor_gend .bv_ul_inner {
        width: inherit !important;
    }
}


/* jan 10 */

#patientinforamtion-form label {
    float: right;
}

#patientinforamtion-form .modal-footer button {
    width: auto;
    padding: 10px 18px;
}

.addFollowModal label {
    float: right;
}

#shareModal .modal-body h4 {
    font-family: 'Medium';
}

#patientinforamtion-form .modal-body {
    height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}


#login-form label input[type="checkbox"] {
    border: 2px solid #f95259 !important;
    width: 16px;
    height: 16px;
    top: 11px;
    left: 20px;
    visibility: visible !important;
}


.calendar_leftside .ui-datepicker {
    width: 100% !important;
    padding: 0px !important;

}

.calendar_leftside .ui-datepicker-prev {
    left: 2px !important;
}

.calendar_leftside .ui-datepicker-next {
    right: 2px !important;
}

.calendar_leftside .ui-datepicker th {
    padding: .7em .3em !important;
}

.calendar_leftside .ui-state-default {
    padding: 10px 10px !important;
}

.another-select {
    position: relative;
    z-index: 99;
}

#anotherSelect {
    display: none;
}

.anotherselecttimeimg .select-selected:after {
    background-image: url(../imag_src/icons/clock.svg);
}

.reason_repeat {
    align-items: flex-start !important;
}

.reason_repeat label {
    height: 48px;
    align-items: center;
    display: flex;
}

.illness_txt p {
    width: 126px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin: 0 auto;
}

/* .no-hor-paddings {
    padding: 0px 14px 0px 10px;
} */

@media screen and (min-width:320px) and (max-width:375px) {
    .margin_doctor {
        margin-top: 100px;
    }

    .doc_banr_ulti .banner_text {
        position: absolute;
        left: 0;
        top: 45px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .margin_doctor {
        margin-top: 100px;
    }

    .doc_banr_ulti .banner_text {
        position: absolute;
        left: 0;
        top: 45px;
    }
}


.docSignupPage {
    padding-left: 6rem;
    padding-right: 6rem;
}

.location_label input {
    margin-left: 32px;
}

.phonenum_label {
    margin-left: -30px;
}


@media screen and (min-width:320px) and (max-width:767px) {
    .docSignupPage {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .calendarleftpad {
        padding-right: 15px !important;
    }

    .calendar_whole {
        padding: 0px;
    }

    #createreasonModal .modal-dialog {
        /* margin: 60px auto !important; */
    }

    .reason_label {
        width: 100% !important;
    }

    #createreasonModal .modal-content {
        width: 100%;
        max-width: 100%;
        padding: 3rem 2rem;
    }

    #createreasonModal .appointment_form {
        padding: 22px 18px;
    }

    #createreasonModal .appointment-form-group .col-sm-9 {
        width: 100%;
    }

    .appointment_dropdown {
        margin-bottom: 30px;
        float: none;
    }

    /* .calendar_leftside .ui-datepicker-next {
        top: 66px !important;
    }

    .calendar_leftside .ui-datepicker-prev {
        top: 66px !important;
    } */

    .appointmentModal .modal-dialog {
        /* margin: 60px auto !important; */
    }

    .openingrangeModal .modal-content {
        width: 100% !important;
    }

    .maininformation_form .col-lg-6:first-child {
        padding-right: 15px !important;
    }

    .maininformation_form .col-lg-3:last-child {
        padding-left: 15px !important;
    }

    .subscriptionModal .modal-content {
        padding: 2rem 2rem;
    }

    .patient_header {
        flex-direction: column;
        gap: 8px !important;
    }

    .patient_header_right {
        gap: 8px;
    }

    .patient_header_right button {
        padding: 14px 12px;
    }

    .patient_header_left {
        gap: 8px;
    }

    .patientModal .modal-content {
        padding: 26px;
    }

    #patientinforamtion-form .modal-content {
        padding: 3rem 2rem;
    }

    /* #patientinforamtion-form .modal-body {
        height: 200px;
    } */

    #patientinforamtion-form .appointment_form {
        padding: 22px 18px;
    }

    .addFollowModal .modal-content {
        padding: 3rem 2rem;
    }

    .addFollowModal .appointment_form {
        padding: 22px 18px;
    }

    .addFollowModal .modal-body {
        height: 200px;
        overflow-y: auto;
    }

    .team_form_group label {
        font-size: 16px;
    }

    .team_card_row .col-md-7 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .team_card_Sub {
        padding: 34px 14px 20px;
    }

    .create_radio {
        gap: 12px;
        flex-direction: row !important;
    }

    .userprof_sign input {
        margin: 0px 0px 10px;
    }

    .workinghour_row {
        align-items: flex-start;
    }

    #docEditprofile .container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .profile_users .doc-signup_gend {
        margin: 0px 0px 10px;
    }

    .phoneNum-verification {
        margin: 0px 0px 10px;
    }

    .doc-signup_hosp {
        margin-top: 0px !important;
    }

    #docEditprofile .textarea_cls {
        margin-top: 0px !important;
    }

    #docEditprofile #hosp_locaiton {
        margin-top: 0px !important;
    }

    #docEditprofile .img-uplad-box {
        margin-top: 0px !important;
    }

    .patient_listcard_img img {
        width: 48px;
        height: 48px;
    }

    .patientlist_card {
        padding: 16px 18px;
        gap: 10px;
    }

    .patientlist_card_left {
        flex-direction: row !important;
    }

    .patient_listcard_logo {
        padding: 4px;
    }

    .patient_listcard_logo img {
        width: 20px;
        height: 16px;
        margin-top: -4px;
    }

    .patient_listcard_email img {
        width: 34px;
        height: 34px;
    }

    .patient_listlike img {
        width: 24px;
        height: 24px;
    }

    .subscriptionModal .modal-header h4 {
        font-size: 20px;
    }

    .subscriptionModal .modal-header p {
        font-size: 12px;
    }

    .subscriptionModal_img img {
        width: 254px !important;
        height: 124px !important;
    }

    #reasonModal .modal-dialog {
        height: auto !important;
    }

    #reasonModal {
        padding-left: 0px !important;
    }

    .absence_form_row .col-sm-10 {
        width: 100%;
    }

    .patientlist_card h4 {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 88px;
    }

    .patientlist_card_right {
        gap: 10px;
    }

    .patient_list_div {
        gap: 10px;
    }

    .maininformation_radio {
        flex-direction: column !important;
    }

    #maininfoModal .col-sm-12 {
        width: 100%;
    }

    .subscriptionModal .button_primary {
        padding: 10px !important;
    }

    .subscriptionmodal_plans_div {
        padding: 10px 10px;
    }

    .team_form_group_input {
        height: 48px;
        background: #f8f8f8 !important;
    }

    .team_form_group_input input {
        background: none !important
    }

    .team_form_group_input button {
        padding: 12px 14px;
    }

    .team_form_invite_Sub h4 {
        font-size: 14px;
    }

    .profile_detailpage_header p {
        font-size: 14px;
        word-break: break-all;
    }

    .profile_detailpage_header {
        flex-wrap: wrap;
    }

    .doctor_list_card {
        align-items: flex-start;
    }

    .doctor_list_card {
        width: 100%;
    }

    .doctor_list_card img {
        width: 60px;
        height: 60px;
    }

    .doctor_list_card {
        width: 100%;
    }

    .location_label input {
        margin-left: 0px;
    }

    .phonenum_label {
        margin-left: 0px;
    }

    .openingrangeModal .appointment-form-group .row {
        gap: 10px;
    }

    .team_Form_btn button {
        width: auto;
        padding: 8px 18px;
        font-size: 14px;
    }

    .team_header h3 {
        width: 200px;
        margin: 0 auto;
        line-height: 26px;
    }

    .personal_back {
        font-size: 14px;
    }

    .personal_continue {
        font-size: 14px;
    }

    .profile_info_head h4 {
        font-size: 26px;
        text-align: center;
    }

    #absenceModal .modal-content {
        padding: 3rem 2rem;
    }

    #absenceModal .appointment_form {
        padding: 22px 18px;
    }

    .appointment-form-group-sub {
        margin-bottom: 14px;
    }

    .booking_subtitle h4 {
        font-size: 16px;
    }

    .booking_personal_info_sub h3 {
        font-size: 14px !important;
    }

    .booking_form {
        padding: 20px 26px 20px 26px;
    }

    .booking-form-group-row {
        gap: 8px;
    }

    .patient_header_right {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .appointmentModal .modal-dialog {
        height: 85vh !important;
        /* margin: 60px auto !important; */
    }

    .patientModal .modal-dialog {
        height: 100vh !important;
        margin: 0 auto !important;
    }


    #reasonModal .modal-body {
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }


    #reasonModal .appointment_form {
        height: auto !important;
    }



}

@media screen and (min-width:1920px) and (max-width:1920px) {
    .appointmentModal .modal-dialog {
        height: 100vh !important;
        margin: 0 auto !important;
    }

    .patientModal .modal-dialog {
        height: 100vh !important;
        margin: 0 auto !important;
    }

    .calendar_design .fc-header-toolbar {
        left: 200px;
    }

    .calendar_rightsiderselecthead .custom-select {
        left: 250px;
    }

    .another-select .select-selected {
        width: 300px !important;
    }

    .another-select {
        position: relative;
        left: 60px;
    }

    .appointmentModal .another-select .select-selected {
        width: auto !important;
    }

    .appointmentModal .another-select {
        position: relative;
        left: 0px !important;
    }

    .calendar_design .fc-button-group button {
        padding: 8px 28px !important;
    }

    #createreasonModal .appointment-form-group label {
        font-size: 16px;
    }

    #createreasonModal .appointment_input input {
        font-size: 16px;
    }

    #createreasonModal .conditionalInput input {
        font-size: 16px;
    }

    #createreasonModal .appointment-form-group .select-selected {
        font-size: 16px;
    }

    #maininfoModal .modal-dialog {
        max-width: 800px !important;
    }

    #maininfoModal .modal-content {
        max-width: 900px;
        width: 900px;
    }

    #maininfoModal .modal-content {
        padding: 4rem 4rem !important;
    }

    .create_radio {
        gap: 16px !important;
    }

    #reasonModal .modal-dialog {
        height: 100vh !important;
        margin: 60px auto !important;
        width: 900px !important;
    }

    #reasonModal .modal-content {
        padding: 4rem 4rem;
    }

    #openingrangeModal .modal-dialog {
        height: auto !important;
        /* margin: 60px auto !important; */
    }

    #openingrangeModal .modal-body {
        height: 400px;
        overflow-y: auto;
    }


    #reasonModal .appointmentModal .modal-header h4 {
        font-size: 24px;
    }

    #reasonModal .appointment-form-group label {
        font-size: 18px;
    }

    #reasonModal .reasoncheckbox_Wholediv p {
        font-size: 16px;
    }

    .reason_search input {
        font-size: 16px;
        padding: 12px 12px;
    }

    #reasonModal .appointmentModal .modal-header h4 {
        margin-bottom: 3rem;
    }

    .maininformation_radio {
        margin-top: 18px;
    }

    .repeat_patient_Sub h3 {
        font-size: 16px !important;
        width: 260px;
    }

    .repeat_patient_inputsub span {
        font-size: 16px !important;
    }


    .repeat_patient_inputsub input {
        padding: 16px 14px;
        font-size: 16px !important;
        width: 110px;
    }

    #openingrangeModal .appointment-form-group label {
        font-size: 16px;
    }

    .appointmentModal .modal-header h4 {
        font-size: 24px;
    }

    .appointment_input input {
        font-size: 16px;
    }

    .appointment-form-group .select-selected {
        font-size: 16px;
    }

    .openingrangeModal .modal-content {
        padding: 4rem 4rem !important;
    }

    #maininfoModal .col-lg-3 {
        padding-right: 4px;
    }

    #maininfoModal .col-lg-3:last-child {
        padding-right: 15px;
    }

    #createreasonModal .modal-content {
        max-width: 800px;
        width: 800px;
        padding: 4rem 4rem;
    }

    #createreasonModal .appointment_form {
        padding: 26px 26px;
    }

    #modificationModal .modal-content {
        padding: 4rem 4rem;
        max-width: 800px;
        width: 800px;
    }


    #maininfoModal .appointment-form-group label {
        font-size: 16px;
    }

    #maininfoModal .personal_Separatediv_radio label {
        font-size: 16px;
    }

    #maininfoModal #custom_dropdown_repeat .select-items div {
        font-size: 16px;
    }

    /* .reasonrepeat_height {
        height: 120px;
        overflow-y: auto;
    } */

    .listviewtable td {
        font-size: 18px;
    }

    .listviewtable th {
        font-size: 18px;
    }

    .booking_form {
        padding: 26px 40px;
    }

    .booking_page {
        margin-top: 6% !important;
        padding: 0px 20px;
    }

    .booking_content .col-md-6 {
        width: 60%;
    }

    .booking_content .col-md-3 {
        width: 20%;
    }

    .booking-form-group label {
        font-size: 20px;
    }

    .booking-form-group label:first-child {
        width: 100%;
    }

    .booking_subtitle h4 {
        font-size: 22px;
    }

    .history_Card_header h4 {
        font-size: 18px;
    }

    .booking_personal_info_sub h4 {
        font-size: 16px;
    }

    .datepickerdate input {
        font-size: 16px;
    }

    .patient_card_img img {
        width: 120px;
        height: 120px;
    }

    .patient_like img {
        width: 22px;
        height: 22px;
    }

    .patient_grid_subcheck h4 {
        font-size: 20px;
    }

    .patient_card_email img {
        width: 28px;
        height: 28px;
    }

    .subscriptionmodal_plans_div h4 {
        font-size: 16px;
    }

    .subscriptionmodal_plans_div p {
        font-size: 14px;
    }

    .subscriptionModal .modal-dialog {
        max-width: 500px;
    }

    .whole_patientdetail_header .container {
        width: 1440px;
    }

    .patient_grid_subcheck {
        width: 180px;
    }

    .whole_patientdetail_header {
        padding: 2rem 0;
    }

    .wholepage_patientdetail .container {
        width: 1680px !important;
    }

    #reasonModal .modal-body {
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }


    #reasonModal .appointment_form {
        height: auto !important;
    }

    .subscriptionModal .modal-content {
        padding: 3rem;
    }

    .subscriptionmodal_plans {
        height: 280px;
    }

    .subscriptionModal_img img {
        width: 384px !important;
        height: 206px !important;
    }

    .subscriptionModal .button_primary {
        padding: 18px;
    }

    .team_header h3 {
        font-size: 24px !important;
    }

    .team_form_group label {
        font-size: 20px;
    }

    .team_form_invite_Sub h4 {
        font-size: 20px;
    }

    .team_form_group_input input {
        font-size: 14px;
    }

    .team_card_Sub {
        padding: 40px 40px 20px;
    }

    .team_form_group_input button {
        padding: 16px 22px;
    }

    .profile_info_div h4 {
        font-size: 18px;
    }

    .profile_infopage_separate img {
        width: 26px;
        height: 26px;
    }

    .medical-panel-heading h4 {
        font-size: 20px;
    }

    .medical-panel-heading h4 img {
        width: 36px !important;
        height: 36px !important;
        rotate: none !important;
    }

    .medical-panel-heading a img {
        width: 22px;
        height: 22px;
    }

    .medical-panel-select textarea {
        font-size: 16px;
    }

    .medical-panel {
        padding: 24px 18px;
        margin-bottom: 28px;
    }

    .profile_info_head {
        margin-bottom: 3.5rem;
    }

    .profile_infopage .personal_Separatediv label {
        font-size: 16px;
    }

    .profile_infopage .personalinfo_div img {
        width: 36px;
        height: 36px;
    }

    .profile_infopage .personal_Separatediv input {
        font-size: 16px;
    }

    .profile_infopage .personal_Separatediv_radio label {
        font-size: 16px;
    }

    .profile_infopage .personal_Separatediv_label {
        gap: 10px;
    }

    #absenceModal .appointment-form-group-sub label {
        font-size: 14px;
    }

    #absenceModal .appointment-form-group label {
        font-size: 16px;
    }

    #absenceModal .absence_checkboxwholediv p {
        font-size: 16px;
    }

    #absenceModal .appointment_form {
        padding: 26px 26px;
        margin-bottom: 3rem;
    }

    #absenceModal .modal-body {
        height: 500px !important;
        overflow-y: auto;
    }

    .datepickerdate img {
        width: 18px;
        height: 18px;
        margin-top: -10px;
    }

    .booking_Actions_sub img {
        width: 22px;
        height: 22px;
    }

    .booking_personal_info_sub h3 {
        font-size: 18px !important;
    }

    .booking_left {
        padding: 26px 26px 26px 44px;
    }

    .booking_right {
        padding: 26px 44px 26px 26px;
    }

    .history_Card_cont p {
        font-size: 16px;
    }

    .patient_card_width {
        width: 630px;
    }

    .patient_medical_width {
        width: 500px;
    }


    #absenceModal .modal-content {
        padding: 5.5rem 5.5rem !important;
    }

    .appointmentModal .modal-content {
        padding: 5.5rem 5.5rem !important;
    }

    .patientdetail_container {
        width: 1600px !important;
    }
}


#loginModal .modal-dialog button.close {
    background-color: #f95259;
}

.calendarleftpad {
    padding-right: 0px;
}

.calendar_whole {
    padding: 0px 1rem 100px;
}

.fc .fc-timegrid-slot-minor {
    border-top-style: solid;
}

.reason_label {
    width: 100px;
}

.maininformation_form .appointment-form-group {
    margin-bottom: 30px;
}


#reasonModal .appointment_form {
    padding: 16px;
}

.fc-theme-standard td {
    border-width: 1px 0px 0px 1px;
}

.fc .fc-scroller-harness-liquid {
    height: 130%;
    border: 1px solid var(--fc-border-color);
}

.booking_page {
    padding-bottom: 4rem;
}

#search-form .specialitiesdropdown {
    box-shadow: 0px 0px 2px 2px #eee !important;
    padding: 5px 10px;
}

#signupModal .modal-dialog button.close {
    background-color: #f95259;
}


.modificationModal_whole .personal_Separatediv_radio input[type="radio"] {
    margin-top: -2px !important;
}

.primary_txts {
    color: #ff5a5f !important;
}

#createreasonModal .personal_Separatediv_radio {
    justify-content: space-between;
}

.create_enable {
    display: flex;
    align-items: center;
    gap: 20px;
}

#signup-forms .tit_name {
    margin-bottom: 10px;
}

#signup-forms textarea {
    margin-top: 0px;
}

#signup-forms .img-uplad-box {
    margin-top: 0px;
}

#signup-form label {
    margin-bottom: 10px !important;
}

.profile_Detailpage_avatarsub {
    width: 130px;
    height: 130px;
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .calendarleftpad {
        width: 30%;
    }

    .calendarrightpad {
        width: 70%;
    }
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    .calendarleftpad {
        width: 22%;
    }

    .calendarrightpad {
        width: 78%;
    }

    .Picture_tag_div {
        width: 330px;
        overflow-x: auto;
    }

    .Picture_tag_div ul {
        width: 470px;
    }

    .Presc_tag_div {
        width: 300px;
        overflow-x: auto;
    }

    .Presc_tag_div ul {
        width: 470px;
    }

    .document_tag_div {
        width: 300px;
        overflow-x: auto;
    }

    .document_tag_div ul {
        width: 600px;
        flex-wrap: nowrap;
    }

    #reasonModal .modal-body {
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }


    #reasonModal .appointment_form {
        height: auto !important;
    }


    .listviewtable th:last-child {
        width: 20px;
    }

}

@media screen and (min-width:1440px) and (max-width:2560px) {
    .fc .fc-scroller-harness-liquid {
        height: 100%;
    }
}

@media screen and (min-width:320px) and (max-width:992px) {
    .booking_left {
        padding: 20px 14px;
        box-shadow: none;
    }

    .booking_content .col-md-6 {
        padding: 20px;
    }

    .booking_content .col-md-3 {
        padding: 20px;
    }

    .booking_form {
        height: 100%;
        padding: 20px 28px 20px 34px;
    }

    .openingrangeModal .modal-dialog {
        width: auto !important;
    }

    .profile_Detailpage_infos {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .profile_Detailpage_avatar {
        flex-wrap: wrap;
    }

    #doc-det-page {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 15px;
        padding-left: 15px;

    }

    .booking-form-group-row .col-md-8 {
        width: 100%;
    }

    .booking-form-group-row .col-md-4 {
        width: 100%;
    }

    .booking-form-group label {
        width: 100%;
        margin-left: -6px;
    }

    .booking_right {
        box-shadow: none;
        padding: 20px 14px;
        height: 100vh;
    }

    .no-hor-paddings {
        padding: 0px 0px 0px 0px !important;
        margin-left: -6px;
    }

    .patient_search {
        width: auto;
    }
}

#hosp_locaiton .select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    margin-top: 0px;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    max-width: 100% !important;
    font-family: PRegular;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
}

#modificationModal .modal-content {
    padding: 20px;
    border-radius: 10px !important;
    border: none;
}

#maininfoModal .modal-header h4 {
    /* margin-bottom: 3rem; */
}

.maininformation_form .col-lg-6:first-child {
    padding-right: 20px;
}

.maininformation_form .col-lg-3:last-child {
    padding-left: 20px;
}

/* #reasonModal .modal-dialog {
    height: 600px !important;
} */

/* .reasonrepeat_height {
    height: 104px;
    overflow-y: auto;
} */

.patient_medical_card .personal_Separatediv:first-child input {
    padding: 10px 0px;
}

.bookedslot_a {
    color: black !important;
    font-size: 10px !important;
    font-family: Regular;
}

.subscriptionModal .button_primary {
    padding: 16px;
}

.patient_disable button {
    /* pointer-events: none; */
    background: #cccccc !important;
    border: 1px solid #cccccc !important;
    color: #fff !important;
    border-radius: 8px;
}

.patient_disable button a {
    color: #fff !important;
}

.patient_disable {
    /* pointer-events: none; */
    background: #cccccc !important;
    border: 1px solid #cccccc !important;
    color: #fff !important;
    border-radius: 8px;
}

.patient_disable ul {
    display: none !important;
}

.heart_likebutton button {
    background: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
}

.heart_likebutton {
    background: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
}

.doctorprofile_heart label {
    margin: 0px;
    width: 26px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.profile_detailpage_header .patient_Social_img {
    padding: 4px;
}

.profile_detailpage_header .patient_Social_img img {
    width: 26px;
    height: 24px;
}

/* .patientshare_drop:hover ul {
    display: none !important;
}

.patient_share .dropdown:hover ul {
    display: none;
} */

@media screen and (min-width:320px) and (max-width:1200px) {
    .workinghour_row label {
        text-align: left;
    }

    .workinghour_row .col-sm-12 {
        padding-right: 15px;
    }

    .workinghour_row {
        flex-direction: column;
    }

    .openingrangeModal .modal-body {
        height: 300px;
        overflow-y: auto;
    }

    .openingrangeModal .modal-body {
        height: 300px;
        overflow-y: auto;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) {
    .patient_grid_subcheck {
        width: 220px;
    }

    .patient_carddiv {
        gap: 20px;
    }

    #patientinforamtion-form .modal-body {
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #absenceModal .modal-body {
        height: 500px !important;
        overflow-y: auto;
    }



    /* .wholepage_patientdetail .container {
        width: 1300px;
    } */
}

@media screen and (min-width:1024px) and (max-width:1920px) {
    #addFollowModal .modal-body {
        /* height: 400px; */
        overflow-y: auto;
    }

    /* #absenceModal .modal-body {
        height: 500px;
        overflow-y: auto;
    } */

    #absenceModal .modal-content {
        padding: 4rem 4rem;
        width: 770px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .addFollowModal .modal-content {
        width: 700px;
    }

    #addFollowModal .modal-body {
        /* height: 200px; */
        overflow-y: auto;
    }

    .profile_infopage {
        padding: 0 2rem;
    }

    #absenceModal .modal-content {
        width: 700px;
    }
}

@media screen and (min-width:1440px) and (max-width:1440px) {
    .patient_detail_title {
        border-radius: 13px 16px 0px 0px;
    }

    .patient_detail_cont {
        border-radius: 0px 0px 20px 20px
    }

    .patient_medical_card {
        border-radius: 8px;
    }

    .patientlist_card_left {
        gap: 16px;
    }

    .patient_listcard_img img {
        width: 100px;
        height: 100px;
    }

    .patientlist_card h4 {
        font-size: 20px;
    }

    .patient_listlike img {
        width: 36px;
        height: 36px;
    }

    .patient_listcard_email img {
        width: 42px;
        height: 42px;
    }

    .patient_listcard_logo img {
        width: 24px;
        height: 24px;
    }

    .subscriptionModal .modal-dialog {
        height: 100vh !important;
        margin: 0px auto !important;
    }

    .subscriptionModal .modal-content {
        padding: 3rem;
    }

    #absenceModal .modal-body {
        height: 500px !important;
        overflow-y: auto;
    }

    .wholepage_patientdetail .container {
        width: 1300px !important;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .patient_grid_subcheck {
        width: 222px;
    }

    .common_modal .modal-content {
        max-width: 100%;
        width: 100%;
    }

    .patient_listcard_img img {
        width: 66px;
        height: 66px;
    }

    .patient_listcard_logo {
        padding: 4px;
    }

    .patient_listcard_logo img {
        width: 20px;
        height: 16px;
        margin-top: -4px;
    }

    .patient_listdiv {
        gap: 20px;
    }

    .patientModal .modal-content {
        padding: 30px 30px;
    }

    #patientinforamtion-form .modal-body {
        height: 320px;
    }

    #patientinforamtion-form .modal-content {
        width: 700px !important;
    }

    .profile_head_menu li {
        padding: 0 4px 0px 4px;
    }

    .patient_header_left .custom-select {
        width: 400px;
    }

    .patient_header {
        gap: 14px;
    }

    .patient_search {
        width: 100%;
    }
}

@media screen and (min-width:360px) and (max-width:375px) {
    .patient_grid_subcheck {
        width: 158px;
    }
}

@media screen and (min-width:320px) and (max-width:992px) {
    .patient_card_logo img {
        width: 20px;
        height: 18px;
        margin-top: -5px;
    }

    .patient_card_logo {
        padding: 4px;
    }

    .patient_carddiv {
        row-gap: 18px;
        column-gap: 18px;
    }

    .icon-container {
        display: block;
    }

    .team_form_invite_Sub h4 {
        font-size: 14px;
    }


}

@media screen and (min-width:768px) and (max-width:1200px) {
    .patient_card_logo {
        right: 45px;
    }

    .icon-container {
        display: block;
    }

    .subscriptionModal .modal-dialog {
        height: 100vh !important;
        margin: 0px auto !important;
    }

    .subscriptionModal .modal-content {
        padding: 3rem;
    }

    .location_label input {
        margin-left: 0px;
    }

    .phonenum_label {
        margin-left: 0px;
    }

}

@media screen and (min-width:320px) and (max-width:320px) {
    .patientshare_drop ul {
        left: -150px;
    }
}

@media screen and (min-width:375px) and (max-width:767px) {
    .patientshare_drop ul {
        left: -200px;
    }
}

.fc-scroller-liquid {
    display: none;
}

.personalinfo_btns {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 50px;
}


#absenceModal .modal-body {
    height: 400px;
    overflow-y: auto;
}

.date_mb {
    margin-bottom: 30px;
}


.hidden {
    display: none;
}

.calendarloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}

.openingrangeModal .modal-content {
    width: 770px !important;
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    .appointmentModal .greenmodalcontent {
        max-width: 450px !important;
        width: 450px !important;
    }
}

@media screen and (min-width:1440px) and (max-width:1920px) {
    .appointmentModal .modal-content {
        max-width: 450px !important;
        width: 450px !important;
    }

    .appointmentModal .modal-dialog {
        max-width: 480px !important;
        width: 480px !important;
    }

    .booking_form {
        padding: 40px 88px 40px 88px;
    }

    .th_status {
        width: 160px;
    }

    .calendar_Select button {
        border-bottom: 1px solid #969696 !important;
        border-right: 1px solid #969696 !important;
    }

    .listviewtable .calendar_Selecttd {
        border: none !important;
    }

    .listviewtable tr:last-child .calendar_Selecttd button {
        border: none !important;
        border-right: 1px solid #969696 !important;
    }

}

.user_invite {
    margin-top: 70px;
}

.pagination .next a {
    width: unset !important;
}

.calendar_Select .btn {
    color: #000 !important;
}

@media screen and (min-width:320px) and (max-width:992px) {
    .History_content {
        max-height: 492px;
        overflow-y: auto;
        height: auto;
    }

    .booking-form-group {
        margin-bottom: 0px;
    }

    .booking-form-group textarea {
        margin-bottom: 0px;
    }

    .booking_page {
        padding-bottom: 3rem;
        margin-top: 100px !important;
        overflow-x: hidden;
    }

    .booking_header {
        margin-bottom: 0px;
    }

    .booking_content .col-md-6 {
        background: #F7F7F7;
    }
}


@media screen and (min-width:320px) and (max-width:767px) {
    #ui-datepicker-div {
        min-width: 100px;
        left: 10px;
    }

    .ui-datepicker th {
        padding: .7em 10px !important;
    }

    .ui-datepicker-calendar thead span {
        font-size: 14px;
    }

    #patientinforamtionModal .modal-dialog {
        height: 100vh !important;
        margin: 0px auto !important;
    }

    #patientinforamtion-form .modal-body {
        height: 400px;
    }

    .editProfile .col-xs-12 {
        padding: 0px !important;
    }

    .profile_infopage_btn {
        text-align: right;
    }

    .personalinfo_btns {
        justify-content: flex-end;
    }

    .personalinfo_div img {
        width: 26px;
        height: 26px;
    }

    .personalinfo_div input {
        width: 36%;
    }

    #createreasonModal .personal_Separatediv_radio {
        flex-direction: column !important;
    }

    #reasonModal .modal-dialog {
        height: 100vh !important;
    }

    .reason_modal_header {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: flex-start;
    }

    .reason_search {
        width: 100%;
    }

    #reasonModal .maininformation_radio {
        flex-direction: row !important;
    }

    .openingrangeModal .maininformation_radio {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .appointmentModal .modal-content {
        /* padding: 3rem 2rem !important; */
        padding: 16px !important;
    }

    .openingrangeModal .col-sm-9 {
        width: 100%;
    }

}

@media screen and (min-width:768px) and (max-width:992px) {
    .appointmentModal .modal-dialog {
        width: auto;
        height: 85vh !important;
        /* margin: 60px auto !important; */
    }

    #reasonModal .modal-dialogP {
        height: 85vh !important;
        margin: 60px auto !important;
    }

    .appointmentModal .modal-dialog {
        width: 700px !important;
    }
}


@media screen and (min-width:1200px) and (max-width:1440px) {
    .appointmentModal .modal-dialog {
        /* height: 85vh !important; */
        /* margin: 60px auto !important; */
    }

    #reasonModal .modal-dialogP {
        height: 85vh !important;
        margin: 60px auto !important;
    }
}

#patientinforamtionModal .custom-select .select-items {
    max-height: 200px;
    height: auto;
}

@media screen and (min-width:320px) and (max-width:374px) {
    .patient_grid_subcheck {
        width: 136px;
    }
}

.profile_medicine input {
    padding: 14px 14px !important;
}

.profile_medicine .personal_Separatediv_radio input {
    padding: 0px !important;
}

#reasonModal .modal-body {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    /* Scroll bar hide */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE & Edge */
}

#reasonModal .modal-body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.patients_lidrop {
    display: flex;
    align-items: center;
    gap: 10px;
}

.patients_lidrop a {
    padding: 0px !important;
    background: none !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.patients_lidrop img {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .doct_prof {
        width: 1045px !important;
    }


}

@media (max-width: 767px) {
    .doct_prof {
        margin-right: 20px !important;
        margin-left: 20px !important;
        padding-right: 20px !important;
        /* margin: 60px auto !important;
    }

    #profile .profile_content_info {
        padding: 50px 20px;
    }

    .patient_detail_title {
        border-radius: 20px 20px 0px 0px;
        padding: 34px 16px 20px;
    }

    .patient_detail_title h4 {
        font-size: 16px;
    }

    .patient_detail_sub_cont h4 {
        font-size: 14px;
    }

    .patient_detail_cont {
        padding: 24px 16px 24px;
        border-radius: 0px 0px 20px 20px;
    }

    .profile_followup {
        padding: 30px 16px;
    }

    .patient_detail_cont .patient_detail_sub_cont:last-child {
        margin: 0px;
    }

    .sendreq_btn button {
        width: auto !important;
        padding: 12px 24px;
    }

    .sendreq_btn {
        text-align: right;
        /* margin-bottom: 30px; */
    }

}


.doct_prof .card_doc_det {
    padding: 0px 20px 10px;
}

.doct_prof .card_docdet_name h3 {
    margin-top: 0px;
}

.doct_prof .profile_detailpage_separate h4 {
    font-size: 18px;
}

.doc-body .profile_detailpage_separate h4 {
    font-size: 18px;
}

.doctor_list_card h4 {
    font-size: 16px !important;
    margin: 0px 0px 8px;
}

#profile .profile_Cont_infobtn button {
    font-size: 14px;
    font-family: 'PRegular';
    padding: 5px 10px;
}


@media screen and (min-width:375px) and (max-width:424px) {
    .patient_header_right button {
        padding: 14px 26px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .patient_header {
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-end;
    }

    .patient_header_left .custom-select {
        width: 600px;
    }

    .patient_header_right {
        justify-content: flex-end;
        width: 100%;
    }

    .sendreq_btn button {
        width: auto !important;
        padding: 12px 24px;
    }

    .sendreq_btn {
        text-align: right;
        /* margin-bottom: 30px; */
    }
}


.patient_medical_card .personal_Separatediv input {
    background: #FFFFFF !important;
}

.patient_medical_card input[type='text'] {
    padding: 10px 10px !important;
}



@media screen and (min-width:1024px) and (max-width:1200px) {
    .patientdetail_container {
        width: 800px !important;
    }

    .sendreq_btn {
        text-align: right;
        margin-bottom: 30px;
    }

    .sendreq_btn button {
        width: auto !important;
        padding: 12px 24px;
    }
}


@media screen and (min-width:320px) and (max-width:320px) {
    .patient_detail_button {
        width: 100%;
        display: block;
    }

    .patient_detail_button .patient_dropdown {
        margin-bottom: 10px;
        border: none;
    }

    .patient_detail_button .patient_dropdown button {
        width: 100%;
    }

    .patient_follow button {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .calendar_buttons {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
    }

    .calendar_buttons .border_Btn {
        width: 100%;
        justify-content: center;
    }

    .calendar_buttons .button_primary {
        width: 100%;
    }
}


.sendreq_btn button {
    width: auto !important;
    padding: 12px 24px;
}

.sendreq_btn {
    text-align: right;
    /* margin-bottom: 30px; */
}

@media screen and (min-width:320px) and (max-width:992px) {
    .calendar_leftside {
        margin-top: 16px;
    }

    .createreason_card_sub h4 {
        font-size: 14px;
    }

    .inline-calendar .ui-datepicker-calendar {
        /* margin-left: -10px; */
        margin-left: -2px;
    }

    .createreason_card_sub p {
        font-size: 14px;
    }

    .createreason_btn button {
        font-size: 14px;
    }

    .fc-view-harness {
        height: 600px !important;
    }

    .fc-scroller-harnes {
        height: 600px !important;
    }

    .createreason_Height {
        /* height: 216px; */
        height: auto;
        overflow-y: auto;
        padding-bottom: 30px;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .calendar_rightsider {
        display: block;
    }

    .calendar_rightsider .another-select .select-selected {
        width: 100%;
    }

    .calendar_header {
        justify-content: flex-start;
    }

    .calendar_buttons {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        /* display: block; */
        flex-direction: column;
    }

    .calendar_buttons .border_Btn {
        width: 100%;
        justify-content: center;
    }

    .calendar_buttons .button_primary {
        width: 100%;
    }

    #patientinforamtionModalModify .modal-content {
        width: 100% !important;
    }

    #patientinforamtionModalModify .modal-dialog {
        width: 100% !important;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .calendar_rightsider {
        display: block;
        margin-top: 0px !important;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    /* .calendar_rightsider {
        display: block;
    } */

    .calendar_rightsider .another-select .select-selected {
        width: 100%;
    }

    .calendar_header {
        width: 100%;
        justify-content: flex-start;
    }

    .calendar_buttons {
        width: 100%;
    }

    .calendar_buttons button {
        width: 100% !important;
        justify-content: center;
    }

    .calendar_design .fc-header-toolbar .fc-toolbar-chunk {
        display: flex;
        justify-content: flex-end;
    }

    #patientinforamtionModalModify .modal-content {
        width: 100% !important;
    }
}


.profile_head_menu {
    margin-bottom: 0px !important;
}


.ui-tooltip {
    background-color: #000 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 12px !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    color: #fff !important;
}

#patientinforamtionModalModify .modal-content {
    width: 770px;
}

#patientinforamtionModalModify .modal-body {
    overflow-y: auto;
    height: 300px;
}


.absenceslot:hover .delete-icon {
    display: block;
}

.absenceslot .event-details {
    display: flex;
    flex-direction: column-reverse;
}

.delete-icon {
    display: none;
    margin-top: 10px;
}

.delete-icon img {
    box-shadow: 0px 0px 12px 0px #0000001F;
    background: white;
    padding: 10px 10px;
    border-radius: 6px;
}

@media screen and (min-width:1200px) and (max-width:1440px) {


    .Picture_tag_div {
        width: 330px;
        overflow-x: auto;
    }

    .Picture_tag_div ul {
        width: 470px;
    }

    .Presc_tag_div {
        width: 300px;
        overflow-x: auto;
    }

    .Presc_tag_div ul {
        width: 470px;
    }

    .document_tag_div {
        width: 300px;
        overflow-x: auto;
    }

    .document_tag_div ul {
        width: 600px;
        flex-wrap: nowrap;
    }
}


.event-modified {
    display: none;
}

.calendar_design .event-content {
    position: relative;
}

.calendar_design .icon-container {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 1000;
}

.calendar_design .delete-icon {
    position: absolute;
    right: 0px;
    left: 0px;
}


.eventstatic .event-content {
    position: unset;
}


.tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.absenceslot:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.language-option-drpdown {
    display: none !important;
}

.patient_checkbox:hover {
    opacity: 1;
}

.footer-selector-sec {
    display: none !important;
}

/* .patientdetail_container {
    width: 1180px !important;
} */

/* @media screen and (min-width:320px) and (max-width:767px) {
    .patientdetail_container {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .patientdetail_container {
        width: 750px;
    }
}


@media screen and (min-width:992px) {
    .patientdetail_container {
        width: 970px;
    }
}


@media screen and (min-width:1200px) {
    .patientdetail_container {
        width: 1300px;
    }
}

@media screen and (min-width:1920px) {
    .patientdetail_container {
        width: 1600px !important;
    }
} */

@media screen and (min-width:1300px) and (max-width:1380px) {
    .patientdetail_container {
        width: 1180px !important;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .patientdetail_container {
        width: 100% !important;
    }
}

@media screen and (min-width:1440px) and (max-width:1500px) {
    .patientdetail_container {
        width: 1300px !important;
    }
}

@media screen and (min-width: 1480px) and (max-width: 1900px) {
    .patientdetail_container {
        width: 1526px !important;
    }
}

/* Create Reason modal — compact size (Figma match) — must be last to win cascade */
#createreasonModal.appointmentModal .modal-dialog,
#createreasonModal.common_modal .modal-dialog {
    width: 448px;
    max-width: 448px;
    display: block !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
}

#createreasonModal .modal-content {
    width: 100%;
    max-width: 380px;
    padding: 0 !important;
}

/* Modify Opening modal — compact size (Figma match) */
#maininfoModal.appointmentModal .modal-dialog,
#maininfoModal.common_modal .modal-dialog {
    width: 420px;
    max-width: 420px;
    display: block !important;
    height: 100vh !important;
    display: flex !important;
    justify-content: center;
}

#maininfoModal .modal-content {
    width: 100% !important;
    max-width: 480px !important;
    padding: 0 !important;
}

.personal_Separatediv input {
    width: 120px !important;
}

.personal_Separatediv select {
    width: 120px !important;
}

.personal_Separatediv input[type=radio] {
    width: 18px !important;
}

.banner_mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .ph-mobile-pract-link span {
        font-size: 30px;
    }

    .ph-pract-img {
        width: 85% !important;
        margin: auto;
    }

    .banner_desktop {
        display: none
    }

    .banner_mobile {
        display: block;
        padding: 34px 20px 20px 20px;
    }

    .dd-consult-status-strip {
        padding: 0px !important;
    }

    #absenceModal.m4-absence-compact .modal-dialog {
        width: 100% !important;
    }

    .desktop_head {
        flex-wrap: wrap;
    }

    #maininfoModal.appointmentModal .modal-dialog,
    #maininfoModal.common_modal .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width:1200px) {
    .ph-pract-nav-item {
        margin-right: 0px !important;
    }

}

.commonpatient_margin {
    margin-top: 90px;
}

.patientinfo_margin {
    margin-top: 90px;
}

.prebooking_margin {
    padding-top: 90px;
    background: #f5f7fa;
}

.doctormessage_margin {
    margin-top: 90px;
}

.addfollowsmodal .modal-content {
    padding: 30px 30px;
    width: 450px !important;
    max-width: 450px !important
}

.addfollowsmodal .modal-header {
    margin-bottom: 20px;
}

.addfollowsmodal .modal-header button {
    right: 26px !important;
    top: 24px !important;
    margin-top: 0px !important;
}

.addfollowsmodal .modal-footer {
    margin-top: 20px;
}

.patientreason_Select {
    background: none !important;
}

.patientreason_div {
    position: relative;
}

.patientreason_div svg {
    position: absolute;
    top: 17px;
    right: 14px;
}

.quantity_div {
    display: flex;
    gap: 10px;
}

.searchmobile {
    display: none;
}

@media screen and (max-width:767px) {
    .commonpatient_margin {
        margin-top: 20px;
    }

    .patientinfo_margin {
        margin-top: 20px;
    }

    .prebooking_margin {
        padding-top: 0px;
    }

    .doctormessage_margin {
        margin-top: 0px;
    }
}

@media screen and (max-width:767px) {
    .addfollowsmodal .modal-dialog {
        width: 100% !important;
    }

    .addfollowsmodal .modal-content {
        width: 100% !important;
    }

    .addfollowsmodal .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .addfollowsmodal .col-sm-12 {
        width: 100%;
    }


    .addfollowsmodal label {
        float: none;
    }



    .addfollowsmodal .appointment-form-group {
        margin-bottom: 0px !important;
    }

    .searchdesktop {
        display: none;
    }

    .searchmobile {
        display: block;
        margin: 0px 10px 16px;
    }
}


.addfollowsmodal label {
    float: none;
}

.dh-doc-drawer a:hover {
    background: #f8f9fb;
    color: #F95259 !important;
}


.dh-inline-tab:hover {
    color: #F95259 !important;
}


.ac-sidebar h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: 'Inter', sans-serif !important;
    color: #000 !important;
    text-transform: initial !important;
    margin: 0 0 14px;
    padding: 0 4px;
}

.dh-inline-tab.active {
    color: #F95259 !important;
    font-weight: 500;
}

.dh-inline-nav {
    display: flex !important;
    align-items: center;
    gap: 24px;
    flex: 1;
    justify-content: flex-start !important;
    overflow-x: auto;
    scrollbar-width: none;
    margin-left: 70px !important;
}