
*{
    text-decoration:none !important; 
    outline:0 !important; 
    list-style:none !important;
}

body {
    color:#2b2a2a; 
    background:#fff; 
    font-family: 'VisbyMedium';
}
textarea, input{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 box-shadow: none !important;
}
a,a:hover {transition:0.6s all !important;}
h1,h2,h3,h4,h5,h6{ font-family: 'VisbySemibold';}
body, html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


.form-control:focus {box-shadow:0px 0px 5px #fed307 !important; border-color:#fed307;}



/*@font-face {
    font-family: 'proximanova-semibold';
    src: url('../fonts/proximanova-semibold.otf'),
         url('../fonts/proximanova-semibold.otf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'proximanova-bold';
    src: url('../fonts/proximanova-bold.otf'),
         url('../fonts/proximanova-bold.otf');
        font-weight: normal;
        font-style: normal;
}*/


/*@font-face {
    font-family: 'circular-medium';
    src: url('../fonts/circular-medium.otf'),
         url('../fonts/circular-medium.otf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'proximanova-bold';
    src: url('../fonts/circular-bold.otf'),
         url('../fonts/circular-bold.otf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf'),
         url('../fonts/Poppins-Bold.ttf');
        font-weight: normal;
        font-style: normal;
}*/


/*add font*/
@font-face {
    font-family: 'VisbyMedium';
    src: url('../fonts/VisbyMedium.otf'),
         url('../fonts/VisbyMedium.otf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'VisbySemibold';
    src: url('../fonts/VisbySemibold.otf'),
         url('../fonts/VisbySemibold.otf');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'VisbyBold';
    src: url('../fonts/VisbyBold.otf'),
         url('../fonts/VisbyBold.otf');
        font-weight: normal;
        font-style: normal;
}
/*add font*/

.paybtndivbox{
    display: inline-block;
    width: 100%;
}
.paybtndivbox button{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 10px 25px;
    border-radius: 35px;    
    border: 0px;
    font-family: 'VisbyBold';
    margin-right: 12px;
}
.header_mandiv{
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    float: left;
    background: #fff;
    z-index: 111;
}
.left_logo{
    display: inline-block;
    width: 100%;
}
.left_logo img{
    width: 220px;
}
.parettow_coverbox {
    min-height: 100%;
    background: #fff;
    overflow: hidden;
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    width: 100%;
    float: left;
    position: relative;
}
.left_paretboxpart {
    /* min-height: 100%;   */
    float: left;
    width: 250px;
    border-right: 1px solid #E9E9E9;
    background: #F9F9F9;
    z-index: 99;
    /*position: absolute;*/
    position: fixed;
    top: 92px;    
    height: 100%;
    left: 0;
    overflow: auto;
    padding-bottom: 183px;    
}

.left_paretboxpart::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.left_paretboxpart::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.left_paretboxpart::-webkit-scrollbar-thumb {
  background: #888; 
}
.refresh_btndiv{
    text-align: right;   
    position: relative;
    top: 17px;
    display: inline-block;
    float: right;
}
.refresh_btndiv a{
    display: inline-block;
    color: #000;
    font-size: 15px;
    background: #E5E5E9;
    padding: 10px 25px;
    border-radius: 35px;
    font-family: 'VisbyBold';
}
.sethealth_caretext{
    text-align: center;
}
.sethealth_caretext p{
    max-width: 670px;
    margin: 0 auto !important;
}
.skip_btn.setprocess_btn{
    text-align: center;
    position: inherit;
    top: 0;
    margin-top: 20px;
}
.skip_btn.setprocess_btn a{
    font-size: 19px;    
    padding: 14px 31px;
}

.skip_btn{
    z-index: 1111;
    position: relative;
    text-align: right;
    top: 90px;
    margin-right: 30px;
}
.skip_btn a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 10px 25px;
    border-radius: 35px;
    font-family: 'VisbyBold';
}

.setcaregiverregister_leftbx{
    width: 260px;
    top: 78px;
}
.left_paretboxpart.setbookingsidebar{
    top: 77px;
}
.innercategories {
    display: inline-block;
    width: 100%;
    /*padding-left: 27px;*/
    margin-bottom: 15px;
}
.logout_btndiv {
    padding-left: 14px;
    padding-right: 17px;
    position: fixed;
    left: 0;
    bottom: 50px;
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
}
.logout_btndiv a {
    color: #FFAB1E;
    font-size: 15px;
    display: inline-block;
    padding: 16px 122px;
    width: 100%;
    padding-left: 38px;
    border-radius: 5px;
    padding-bottom: 11px;
}
.logout_btndiv img {
    width: 26px;
    float: right;
    position: absolute;
    left: 15px;
    top: 15px;
}
.copyrights_textbox{
    display: inline-block;
    /* width: 100%; */
    position: fixed;
    bottom: -3px;
    left: 0px;
    background: #F9F9F9;
    padding: 16px 12px;
}
.copyrights_textbox p{
    margin: 0px;
    font-size: 15px;
    color: #BEBEBE;
}

.booka_leftdivbox{
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.booka_leftdivbox a{
    display: inline-block;
    width: 100%;
    background: #FFAB1E !important;
    position: relative;
    border-radius: 40px;
    padding: 11px 0px;
    font-family: 'VisbyBold';
    text-align: center;
}
.booka_leftdivbox a img{
    width: 0;
    position: absolute;
    left: 22px;
}
.booka_leftdivbox a p{
    margin: 0px;
    color: #fff;
    font-size: 15px;
    padding-left: 0px;
}
.booka_leftdivbox .booking_arrowdivbox{
    width: 0px;
    right: 13px;
    left: auto;
    top: 23px;
}
.innercategories .setleft_grayarrow{
    font-size: 23px;
    float: right;
    margin-top: -23px;
    margin-right: 12px;
}




.logout_btn a:focus, .logout_btn a:hover{
    color: #fff;
}
.logout_btn:hover{
    color: #fff;
}
.logout_btn{
    font-size: 17px !important;
    margin-top: -6px;
    padding: 8px 22px !important;
    border-radius: 4px !important;
}
.innercategories ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 30px;
    padding-right: 0;
}
.innercategories ul li {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid #D2D2D2;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    background: #fff;
}
.innercategories ul li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    /* padding-left: 27px; */
    padding-bottom: 18px;
    padding-top: 18px;
    width: 100%;
}
.innercategories ul li img{
    position: absolute;
    width: 20px;
    left: 15px;
}
.setcaregiverregister_leftbx .innercategories ul li img{
    width: 25px;
    height: 25px;
}
.setcaregiverregister_leftbx .innercategories ul li .leftright_markdiv{
    right: 30px;
    left: auto;
    top: 20px;
    width: 16px;
    height: 16px;
}
.innercategories ul li p{
    padding-left: 52px;
    margin: 0;
}
.inbox_messagediv {
    background: #FFAB1E;
    color: #fff;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    margin-left: 20px;
    position: absolute;
    top: 15px;
    font-size: 15px;
}
.overview_topprofilemenu .inbox_messagediv{
    margin-left: 9px;
    top: 18px;
    right: 29px;
}
.innercategories .activelist .no_activeimg{
    display: none;
}
.innercategories .no_activeimg{
    display: block;
    filter: brightness(0.10);
}
.innercategories .activelist .active_img{
    display: block;
    filter: invert(67%) sepia(90%) saturate(2240%) hue-rotate(354deg) brightness(178%) contrast(106%);
}
.innercategories .active_img{
    display: none;
}
.nomessages_setdivbox{

}
.nomessages_setdivbox .profileisallset  img{
    height: auto;
    width: auto;
    object-fit: contain;
    border-radius: 0;
}

.webookcar_toplogo{
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    margin-top: 20px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
    padding-left: 27px;
}
.webookcar_toplogo img{ 
    width: 180px;
}
.activelist a {
    color: #FFAB1E !important;
}


.right_paddingboxpart {
    position: relative;
    padding: 0;
    width: calc(100% - 0px);
    float: right;
    padding-left: 285px;
    padding-right: 25px;
    padding-top: 115px;
    display: inline-block;
    margin-top: 0;
    background: #fff;
}
.right_paddingboxpart.setnewleft_padding{
    padding-left: 275px;
}
.set_availabilitypaddingdiv{
    padding-left: 295px;
}
.set_availabilitypaddingdiv .selecthours_mandivbox{
    padding-right: 50px;
}
.set_availabilitypaddingdiv .hours_innermandiv {   
    width: 70%;
}
.create_accountmandiv{
    display: inline-block;
    width: 100%;
    padding-bottom: 66px;
}
.create_youacconttext{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.bankaccoutn_btnset{
    display: inline-block;
    width: 100%;
}
.bankaccoutn_btnset p{
    font-size: 35px;
    margin: 0;
    color: #FFAB1E;
}
.bankaccoutn_btnset a{
    color: #fff;
    font-size: 20px;
    background: #FFAB1E;
    padding: 12px 30px;
    /* float: right; */
    display: inline-block;
    border-radius: 4px;
    margin: 0;
}

.topgraphmandiv{
    display: inline-block;
    width: 100%;
    background: #EBEBEB;
    height: 15px;
    margin-bottom: -1px;
    position: fixed;
    top: 77px;
    z-index: 1;
}
.topgraphmandiv ul{
    padding: 0px;
    margin: 0px;    
}
.topgraphmandiv ul li{
    float: left;
    width: 4.34%;
    border-right: 1px solid #FFAB1E;
    height: 15px;
    position: relative;
}
.topgraphmandiv ul .active{
    content:'';
    background: #FFAB1E;
    width: 4.34%;
    height: 15px;
    border-radius: 0px 0px 0px 0px;
}
/*.topgraphmandiv ul .active:last-child{    
    border-radius: 0px 8px 8px 0px;
}*/
.create_youacconttext h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.create_youacconttext p{
    margin: 0px;
    font-size: 15px;
    color: #828282;
}
.create_youacconttext .providepersonal_details .fa-heart {   
    font-size: 16px;
    color: #828282;
    top: 5px;
}
.create_youacconttext span{
    color: #FFAB1E;
    font-size: 19px;
    margin-bottom: 30px;
    display: block;
}
.create_youacconttext h4{
    margin: 0px;
    color: #000;
    font-size: 23px;
    line-height: 30px;
}

.create_youaccontleftbox{
    float: left;
    width: 67%;
}
.create_youaccontrightbox{
    float: left;
    width: 40%;
    background: #FAFAFA;
    position: absolute;
    right: -100px;
    top: 0;
    height: 100%;
    text-align: center;
    padding-top: 130px;
}
.create_youaccontrightbox img{
    width: 260px;
}
.account_inputboxset{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.setselectcreate{
    position: relative;
}
.account_inputboxset p{
    color: #000;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 8px;
}
.account_inputboxset select{
    border: 1px solid #E1E1E1;
    height: 54px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    color: #000;
    width: 470px;
    cursor: pointer;
    /*position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
     -o-appearance: none;
        appearance: none;*/
}
.settow_boxmandiv{
    display: inline-block;
    width: 100%;
}
.setnewdropdown_width1 .select2-container{
    width: 110px !important;
}
.account_inputboxset.setnewdropdown_width1{
    width: 120px;
    float: left;
    margin-right: 12px;
}
.account_inputboxset.setphonenumber_input{
    width: 470px;
}


.account_inputboxset .simpleselect{
    width: 100%;
}
.setnewdropdown_width .simpleselect{
    width: 470px;
}
.setselectphotodropdown_width .simpleselect{
    width: 390px;
}
.account_inputboxset .simpleselect .placeholder, .account_inputboxset .simpleselect .options .option, .account_inputboxset .simpleselect .options .optgroup .optgroup-label {
    padding: 17px 10px;
    line-height: 18px;
    cursor: pointer;    
    font-size: 15px;
    color: #000;
}
.account_inputboxset .simpleselect .placeholder:after {
    content: "\f107";
    position: absolute;
    top: 18px;
    bottom: 0;
    right: 22px;
    /* right: 10px; */
    /* width: 8px; */
    font-family: FontAwesome;
    font-size: 24px;
    color: #000;
    background: none;
}
.account_inputboxset .simpleselect .options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
    width: 100%;
}

.account_inputboxset .simpleselect .options .option.active {
    background: #FFAB1E;
    color: #fff;
}

.account_inputboxset .simpleselect .options::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.account_inputboxset .simpleselect .options::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.account_inputboxset .simpleselect .options::-webkit-scrollbar-thumb {
   background: #000; 
}

/* Handle on hover */
.account_inputboxset .simpleselect .options::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



/*.account_inputboxset select:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 40px;
    right: 350px;
    color: #FFAB1E;
    pointer-events: none;
}*/
.account_inputboxset input{
    border: 0px solid #E1E1E1;
    height: 54px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 15px;
    color: #000;
    width: 470px;
    background-color: #E5E5E9;
    border-radius: 12px;
}
.account_inputboxset input::-webkit-outer-spin-button,
.account_inputboxset input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.account_inputboxset input[type=number] {
  -moz-appearance: textfield;
}
.setpersonaldetails_input .account_inputboxset input{
    width: 100%;
}
.setpersonaldetails_input .account_inputboxset{
    margin-bottom: 20px;
}
.personaldetails_rightmandiv .setpersonaldetails_input .account_inputboxset .simpleselect .options{
    top: -302px !important;
    bottom: 0;
    height: 300px !important;
    overflow: auto;
}
.account_inputboxset input:focus{
    border-color: #000;
}
.form-control:focus {
    box-shadow: none !important;
    border-color: #BCBCBC;
}
.account_inputboxset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A5A5A5;
}
.account_inputboxset ::-moz-placeholder { /* Firefox 19+ */
  color: #A5A5A5;
}
.account_inputboxset :-ms-input-placeholder { /* IE 10+ */
  color: #A5A5A5;
}
.account_inputboxset :-moz-placeholder { /* Firefox 18- */
  color: #A5A5A5;
}
#mainBoxEmergencyContact h5{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-top: 27px;
}
.backnext_btndiv{
    display: inline-block;
    width: 530px;
    border-top: 2px solid #EBEBEB;
    padding-top: 20px;
    /* margin-top: 80px; */
    /* margin-bottom: 30px; */
    position: fixed;
    bottom: 0px;
    left: 360px;
    background: #fff;
    z-index: 1;
}
.backnext_btndiv .back_btndivbox{
    font-size: 18px;
    color: #FFAB1E;
    background: transparent;
    padding: 0;
    float: left;
    margin-top: 10px;
}
.backnext_btndiv .back_btndivbox img{
    width: 10px;
    margin-right: 15px;
    margin-top: -3px;
}
.backnext_btndiv a{
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 13px 30px;
    float: right;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    top: -5px;
}
.customradiobuttons{
    display: inline-block;
    width: 100%;
}
.customradiobuttons p{
    margin: 0px;
    font-size: 15px;
    color: #000;
/*    font-family: 'proximanova-bold';*/
    margin-bottom: 17px;
}
.account_inputboxset .form-control[disabled], .account_inputboxset .form-control[readonly], .account_inputboxset fieldset[disabled] .form-control {
    background-color: #E5E5E9;
    opacity: 1;
}

.customradiobuttons .radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    color: #9F9F9F;
    margin-right: 20px;
}

.customradiobuttons .radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.customradiobuttons .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #BEBEBE;
}


.customradiobuttons .radiocontainer input:checked ~ .checkmark {
    border: 4px solid #FFAB1E;
}

.customradiobuttons .checkmark:after {
    position: absolute;
    top: 14px;
    left: auto;
    right: 170px;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border-radius: 100%;
    border: 0px solid #EBEBEB;
}

.customradiobuttons .radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

.customradiobuttons .radiocontainer .checkmark:after {
    top: -1px;
    left: -1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFAB1E;
}

.customradiobuttons .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.setprovince_inputbox{
    width: 560px;
}

.setprovince_inputbox .account_inputboxset input{
    width: 100%;
}
.hearabout_radiobtnset{
    display: inline-block;
    width: 100%;
}
.hearabout_radiobtnset ul{
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.hearabout_radiobtnset ul li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.signup_checkbox{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}


.signup_checkbox .checkcontainer {
    display: block;
    position: relative;
    padding-left: 43px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444A57;
    font-weight: normal;
    max-width: 540px;
}
.signup_checkbox .checkcontainer a{
    color: #FFAB1E;
}

/* Hide the browser's default checkbox */
.signup_checkbox .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.signup_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    border-radius: 3px;
}



/* When the checkbox is checked, add a blue background */
.signup_checkbox .checkcontainer input:checked ~ .checkmark {
    background-color: #FFAB1E;
    border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.signup_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.signup_checkbox .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.signup_checkbox .checkcontainer .checkmark:after {
    left: 12px;
    top: 5px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.signup_checkbox h3{
    margin: 0px;
    font-size: 24px;
    color: #000;
    margin-bottom: 27px;
}
.careservices_chackbox{
    display: inline-block;
    width: 100%;
}
.careservices_chackbox ul{
    padding: 0px;
    margin: 0px;
}
.careservices_chackbox ul li{
    display: inline-block;
    width: 49%;
}


.careservices_chackbox .signup_checkbox {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.careservices_chackbox .signup_checkbox .checkmark {   
    height: 30px;
    width: 30px;
    top: -2px;
    border: 1px solid #D5D5D5;
}
.careservices_chackbox .signup_checkbox .checkcontainer .checkmark:after {
    left: 12px;
    top: 5px;    
}
.careservices_chackbox .signup_checkbox .checkcontainer {   
    padding-left: 43px;
}
.shomore_btnset{
    display: inline-block;
    width: 100%;
    margin-top: 30px
}
.shomore_btnset a{
    color: #444A57;
    font-size: 16px;
}

.emergency_contacttextbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 50px;
}
.emergency_contacttextbox h3{
    margin: 0px;
    color: #000;
    font-size: 23px;
}
.hobbiestime_textbox{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.hobbiestime_textbox i{
    font-size: 17px;
    color: #9F9F9F;    
    position: absolute;
    left: 0;
    top: 1px;
}
.hobbiestime_textbox p{
    margin: 0px;
    font-size: 15px;
    color: #707070;
    padding-left: 28px;
}
.addnotes_textareabox{
    display: inline-block;
    width: 100%;
}
.addnotes_textareabox p{
    color: #444A57;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 5px;
}
.addnotes_textareabox textarea{
    border: 1px solid #BCBCBC;
    height: 200px;
    border-radius: 5px;
    font-size: 17px;
    color: #000;
    width: 530px;
    resize: none;
}
.addnotes_textareabox textarea:focus{
    border-color: #000;
}
.cognition_titlebox{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.cognition_titlebox h3{
    margin: 0px;
    color: #FFAB1E;
    font-size: 20px;
}
.Cognition_switchbox{
    display: inline-block;
    width: 100%;
}
.Cognition_switchbox p{
    margin: 0px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}
.Cognition_switchbox span{
    margin: 0px;
    color: #444A57;
    font-size: 16px;
    padding-top: 2px;
    display: inline-block;
    float: left;
    padding-left: 12px;
}
.Cognition_switchbox ul{
    padding: 0px;
    margin: 0px;
}
.Cognition_switchbox ul li{
    float: left;
    width: 50%;
    margin-bottom: 45px;
}

.Cognition_switchbox .switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 24px;
  float: left;
}

.Cognition_switchbox .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.Cognition_switchbox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFAB1E;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 3px;
}

.Cognition_switchbox .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.Cognition_switchbox input:checked + .slider {
      background-color: #BEBEBE;
}

.Cognition_switchbox input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.Cognition_switchbox input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  left: -3px;
}



.Healthcheckbox{
    display: inline-block;
    width: 100%;
}
.Healthcheckbox .checkboxcontainer {
  display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 42px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    color: #0C0C0C;
}

/* Hide the browser's default checkbox */
.Healthcheckbox .checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.Healthcheckbox .checkmark {
    position: absolute;
    top: 0;
    left: auto;
    right: 35px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
/*.Healthcheckbox .checkboxcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.Healthcheckbox .checkboxcontainer input:checked ~ .checkmark {
    background-color: #FFAB1E;
    border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Healthcheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Healthcheckbox .checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Healthcheckbox .checkboxcontainer .checkmark:after {
    left: 12px;
    top: 6px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.whichtype_datedivbox{
    display: inline-block;
    width: 100%;
}
.whichtype_datedivbox ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 480px;
}
.whichtype_datedivbox ul li{
    float: left;
    width: 18%;
    margin-right: 5px;
}
.innerwhichtype_date{
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #807F84;
    border-radius: 10px;
    height: 103px;
    padding-top: 25px;
}
.innerwhichtype_date h3{
    margin: 0px;
    font-size: 23px;
    color: #000000;
    margin-bottom: 9px;
}
.innerwhichtype_date p{
    margin: 0px;
    font-size: 20px;
    color: #807F84;
}
.active .innerwhichtype_date{
    background: #FFAB1E;
    border-color: #FFAB1E;
}
.active .innerwhichtype_date h3{
    color: #fff;
}
.active .innerwhichtype_date p{
    color: #fff;
}
.care_periodtextboxset{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.care_periodtextboxset h3{
    margin: 0px;
    font-size: 20px;
    color: #444A57;
    margin-bottom: 20px;
}
.daytime_settextbox{
    display: block;
    width: 100%;
    border-bottom: 1px solid #BCBCBC;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.daytime_settextbox h3{
    margin: 0px;
    font-size: 20px;
    color: #444A57;
    margin-bottom: 8px;
}
.daytime_settextbox p{
    margin: 0px;
    font-size: 16px;
    color: #444A57;
}
.daytime_settextbox img{
    position: absolute;
    right: 0px;
    top: 25px;
    width: 10px;
}
.daytime_settextbox .collapsed i{
    position: absolute;
    right: 0px;
    top: 25px;    
    font-size: 20px;
    color: #807F84;
    transform: rotate(0deg)
}
.daytime_settextbox i{
    position: absolute;
    right: 0px;
    top: 25px;
    font-size: 20px;
    color: #FFAB1E;
    transform: rotate(90deg);
}

.specialinstructions_textbox{
    display: inline-block;
    width: 100%;
}
.specialinstructions_textbox h4{
    margin: 0px;
    font-size: 23px;
    color: #000;
    margin-bottom: 10px;
}
.specialinstructions_textbox p{
    color: #000;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 30px;
}
.specialinstructions_textbox textarea{
    border: 1px solid #BCBCBC;
    height: 140px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 17px;
    color: #000;
    width: 470px;
    resize: none;
}
.specialinstructions_textbox textarea:focus{
    border-color: #000;
}
.specialinstructions_textbox label{
    color: #444A57;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: normal;
}
.details_regardingtext{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.details_regardingtext h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}
.details_regardingtext p{
    margin: 0px;
    font-size: 18px;
    color: #444A57;
}
.custam_accordiondivbox{
    display: inline-block;
    width: 527px;
}
.custam_accordiondivbox .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
}

.custam_accordiondivbox .panel {   
    border: 0px solid transparent;
    margin-bottom: 17px;
}

.custam_accordiondivbox .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border: 0;
    padding: 0;
}


.customcheckboxes_mandiv{
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #EEEEEE;
    padding: 8px 12px;
}

.customcheckboxes_mandiv .container {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 0;
    color: #000;
    font-weight: normal;
}
.setminhour_textbox{
    float: left;
    text-align: center;
}
.setminhour_textbox h4{
    color: #FFAB1E;
    margin: 0px;
    font-size: 18px;    
}
.setminhour_textbox p{
    color: #FFAB1E;
    margin: 0px;
    font-size: 20px;
    line-height: normal;
}

/* Hide the browser's default checkbox */
.customcheckboxes_mandiv .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.customcheckboxes_mandiv .checkmark {
    position: absolute;
    top: 14px;
    left: auto;
    right: 158px;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #c8c8c8;
    cursor: pointer;
}
.setselect_timemodaldiv .maximumsetselect_time {
    display: inline-block;
    width: 100%;
}
.setselect_timemodaldiv .modal-header{
    padding-left: 30px;
    padding-right: 30px;
}
.setselect_timemodaldiv .modal-body{
    padding-left: 30px;
    padding-right: 30px;
}

/* When the checkbox is checked, add a blue background */
.customcheckboxes_mandiv .container input:checked ~ .checkmark {
    background-color: #FFAB1E;
    border: 0px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.customcheckboxes_mandiv .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheckboxes_mandiv .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheckboxes_mandiv .container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid #FFAB1E;
    border-width: 0px 0px 0px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.time_textbox{
    margin-top: 14px;
    margin-left: 60px;
}
.customcheckboxes_mandiv a{
    font-size: 17px;
    color: #FFAB1E;
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 1;
    text-decoration: underline !important;
}
.mindaytime_detilsbox{
    display: inline-block;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-top: 0;
}
.mindaytime_detilsbox .customcheckboxes_mandiv .container{
    cursor: auto;
}
.mindaytime_detilsbox .customcheckboxes_mandiv{
    border: 0px;
}
.timeremoveshow_box{
    display: inline-block;
    width: 100%;
    padding: 4px 16px 4px 72px;
   /* border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;*/
}
.inner_timeremoveshow{
    display: inline-block;
    width: 100%;
}
.inner_timeremoveshow span{
    float: left;
    color: #807F84;
    font-size: 17px;
}
.inner_timeremoveshow a{
    float: right;
    color: #FFAB1E;
    font-size: 17px;
}
.mindaytime_detilsbox1{

}
.mindaytime_detilsbox1 .customcheckboxes_mandiv .container {    
    color: #807F84;
}
.mindaytime_detilsbox1 .setminhour_textbox p {
    color: #807F84;    
}
.mindaytime_detilsbox1 .setminhour_textbox h4 {
    color: #807F84;    
}
.awakeshiftsleeping_text{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.pleasenoteasleeping_text{
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #F2F2F2;
    padding-bottom: 31px;
}
.pleasenoteasleeping_text p{
    margin: 0px;
    font-size: 15px;
    color: #444A57;
    max-width: 580px;
}
.setovernighthours{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.setovernighthours .daytime_settextbox {    
    border-bottom: 0px solid #BCBCBC;
}
.select_hoursmandiv{
    display: inline-block;
    width: 527px;
}
.setselect_timemodaldiv{}

.setselect_timemodaldiv .modal-content {   
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 16px;
}
.setselect_timemodaldiv .modal-dialog {
    width: 710px;
    margin: 30px auto;
}
.setselect_timemodaldiv .close {
    float: right;
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    color: #000;
     text-shadow: none; 
    filter: alpha(opacity=20);
    opacity: 10;
}
.setselect_timemodaldiv .modal-title h3{
    margin: 0px;
    font-size: 24px;
    color: #444A57;
    margin-bottom: 7px;
}
.setselect_timemodaldiv .modal-title p{
    margin: 0px;
    font-size: 15px;
    color: #444A57;
}
.maximumsetselect_time{
    display: inline-block;
    width: 470px;
}
.maximumsetselect_time .customcheckboxes_mandiv {    
    border: 0px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 0px;
}
.maximumsetselect_time .customcheckboxes_mandiv .checkmark{
    right: 0px;
}

.setselect_timemodaldiv .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    padding-top: 0px;
}
.setselect_timemodaldiv .btn-default {
    color: #fff;
    background-color: #FFAB1E;
    border-color: #FFAB1E;
    padding: 8px 26px;
    border-radius: 3px;
}
.setselect_timemodaldiv .btn-default:hover {
    color: #fff;
    background-color: #FFAB1E;
    border-color: #FFAB1E;
}



/*Dashboard css*/

.right_bgcolormandiv{
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 10px 10px;
}
.profileisallset{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
}
.profileisallset img{
    width: 100px;
    border-radius: 100%;
    object-fit: cover;
    height: 100px;
}
.profileisallset .incomplete_icon{
    width: 23px;
    margin-top: -70px;
    margin-left: -28px;
    height: auto;
}
.profileisallset h3{
    color: #000000;
    font-size: 27px;
    margin: 0px;
    margin-top: 30px;
}
.profileisallset p{
    color: #797D84;
    font-size: 17px;
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 24px;
}
.profileisallset a{
    display: inline-block;
    background: #FFA403;
    padding: 10px 35px;
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    position: relative;
    font-family: 'VisbyBold';
}
.profileisallset .fa-angle-right{
    font-size: 19px;
    position: absolute;
    right: 12px;    
}
.caregiversfound_textbox{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.caregiversfound_textbox p{
    margin: 0px;
    font-size: 20px;
    color: #807F84;
}
.caregiversfound_textbox a{
    display: inline-block;
    background: #FFAB1E !important;
    padding: 8px 22px;
    color: #fff;
    border-radius: 54px;
    font-size: 14px;
    float: right;
    margin-top: -36px;
    font-family: 'VisbyBold';
}


.dynamictabs_mandiv{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.dynamictabs_mandiv .nav>li>a:focus, .dynamictabs_mandiv .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dynamictabs_mandiv .nav-tabs>li>a {
    margin-right: 0px;
    /* line-height: 1.42857143; */
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    color: #FFAB1E;
    font-size: 16px;
    border: 1px solid #FFAB1E;
    padding: 10px 35px;
}
.dynamictabs_mandiv .nav-tabs>li.active>a, .dynamictabs_mandiv .nav-tabs>li.active>a:focus, .dynamictabs_mandiv .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #FFAB1E;
    border: 1px solid #FFAB1E;
    border-bottom-color: #FFAB1E;
}
.dynamictabs_mandiv .nav-tabs {
    border-bottom: 0px solid #ddd;
    margin-bottom: 40px;
}
.listview_mandivbox{
    display: inline-block;
    width: 100%;
}
.userprofile_mandiv{
    display: inline-block;
    width: 100%;
    padding: 20px 15px;
    border: 1px solid #E8E8E8;
    border-radius: 9px;
    margin-bottom: 30px;
    background: #fff;
    height: 640px;
}
.userprofile_imgdiv{
    display: inline-block;
    width: 100%;
    position: relative;
}
.userprofile_imgdiv img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.userprofile_imgdiv h4{
    color: #000000;
    font-size: 20px;
    margin: 0px;   
    padding-left: 70px;
    margin-bottom: 5px;
    margin-top: 7px;
}
.userprofile_imgdiv p{
    font-size: 16px;
    margin: 0px;
    color: #807F84;
    display: inline-block;
    padding-left: 70px;
}
.userprofile_imgdiv span{
    float: right;
    color: #807F84;
    font-size: 16px;
    display: inline-block;
    margin-top: -28px;
}
.message_textdiv{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.message_textdiv p{
    margin: 0px;
    font-size: 15px;
    color: #807F84;
}
.message_textdiv span{
    color: #807F84;
    font-size: 15px;
    display: block;
    margin-top: 20px;
    margin-bottom: 16px;
}
.message_textdiv a{
    display: inline-block;
    color: #fff;
    background: #FFAB1E;
    padding: 8px 23px;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 3px;
    margin-right: 3px;
}
.ratings_mandivbox{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    margin-top: 25px;
}
.ratings_mandivbox .fa-star{
    font-size: 20px;
    color: #FFAB1E;
}
.ratings_mandivbox .fa-star-o{
    font-size: 20px;
    color: #E0E0E0;
}
.ratings_mandivbox span{
    color: #FFAB1E;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}
.ratings_mandivbox p{
    color: #807F84;
    float: right;
    font-size: 18px;
}
.userprofile_imgdiv .verification_icon{
    width: 20px;
    height: auto;
    left: 40px;
    top: 41px;
}
.share_iconmandivbox{
    float: right;
    margin-top: -115px;
}
.share_iconmandivbox a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.share_iconmandivbox a img{
    width: 50px;
}
.custam_pagination{
    display: inline-block;   
    float: right;
    margin-bottom: 40px;
}
.custam_pagination .pagination {   
    margin: 0px 0;
    display: inline-block;
    width: 100%;    
}
.custam_pagination .pagination>li>a, .custam_pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 14px;
    margin-left: 8px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #FFAB1E;
    border: 0px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}
.custam_pagination .pagination .active a{
    background: #FFAB1E;
    color: #fff;
}

.sendmessage_btndiv{       
    text-align: right;
    float: right;
    margin-top: -83px;
}
.sendmessage_btndiv a{
    display: inline-block;
    color: #fff;
    background: #FFAB1E;
    padding: 8px 23px;
    border-radius: 5px;
    font-size: 15px;
    margin-left: 3px;
    margin-right: 3px;
}
.left_profiledetils{
    display: inline-block;
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #fff;
    border-radius: 10px;
    padding: 35px 25px;
    box-shadow: -2px 1px 4px 0px rgb(223 223 223 / 70%);
}
.inner_profilephoto{
    display: inline-block;
    width: 100%;
    position: relative;
}
.inner_profilephoto img{
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
}
.inner_profilephoto h4{
        margin: 0px;
    color: #000;
    font-size: 20px;
    padding-left: 85px;
}
.inner_profilephoto p{
    margin: 0px;
    color: #807F84;
    font-size: 16px;
    padding-left: 85px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.inner_profilephoto label{
    margin: 0px;
    color: #807F84;
    font-size: 16px;
    padding-left: 85px;
    font-weight: normal;
}
.inner_profilephoto span{
    color: #807F84;
    font-size: 19px;
    display: inline-block;
    margin-left: 90px;
}
.profile_start{
    float: right;
    margin-top: -78px;
}

.profile_start .fa-star {
    font-size: 20px;
    color: #FFAB1E;
}
.profile_start .fa-star-o {
    font-size: 20px;
    color: #E0E0E0;
}
.profile_start span{
    color: #FFAB1E;
    font-size: 18px;
}
.verified_modaldiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.verified_modaldiv ul{
    padding: 0px;
    margin: 0px;
}
.verified_modaldiv ul li{
    display: inline-block;
    text-align: center;
    padding-right: 60px;
    position: relative;
}
.verified_modaldiv ul li:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #E2E2E2;
    top: 0;
    left: 105px;
}
.verified_modaldiv ul li:last-child:after{    
    width: 0px;
}
.verified_modaldiv ul li img{
    width: 30px;
}
.verified_modaldiv ul li p{
    color: #807F84;
    font-size: 16px;
    margin: 0px;
    margin-top: 10px;
}
.aboutjason_textboxset{
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}
.aboutjason_textboxset h3{
    margin: 0px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 14px;
}
.aboutjason_textboxset p{
    margin: 0;
    font-size: 16px;
    color: #807F84;
    line-height: 30px;
}
.about_innerdetils{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.about_innerdetils h3{
    margin: 0px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 14px;
}
.about_innerdetils span{
    font-size: 20px;
    color: #FFAB1E;
    border: 1px solid #FFAB1E;
    padding: 6px 9px;
    border-radius: 4px;
    margin-right: 10px;
}
.about_innerdetils span img{
    margin-right: 7px;
}
.bordercolor_change span{
    color: #FF3737;
    border: 1px solid #FF3737;
}
.activity_textbox{
    display: inline-block;
    width: 100%;
}
.activity_textbox h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.activity_innertext{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.activity_innertext:last-child{
    border-bottom: 0px solid #E6E6E6;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.activity_innertext p{
    float: left;
    margin: 0px;
    font-size: 16px;
    color: #807F84;
}
.activity_innertext span{
    float: right;
    margin: 0px;
    font-size: 16px;
    color: #807F84;
}
.next_btndiv{
    display: inline-block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.next_btndiv a{
    color: #FFAB1E;
    font-size: 18px;
}
.datetime_profile{
    display: inline-block;
    width: 100%;
}
.datetime_profile img{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    object-fit: cover;
}
.datetime_profile h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}
.dateandtime_mandiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.dateandtime_mandiv ul{
    padding: 0px;
    margin: 0px;
}
.dateandtime_mandiv ul li{    
    float: left;
    height: 100px;
    border: 2px solid #EEEEEE;
    display: inline-block;
    width: 110px;
    border-radius: 8px;
    text-align: center;
    padding-top: 23px;
    margin-right: 25px;
    background: #fff;
}
.dateandtime_mandiv ul .active{
    background: #FFAB1E;
}
.dateandtime_mandiv ul .active h5{
    color: #fff;
}
.dateandtime_mandiv ul .active span{
    color: #fff;
}
.dateandtime_mandiv ul li h5{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
}
.dateandtime_mandiv ul li span{
    color: #807F84;
    font-size: 17px;
}
.datetime_setcheckbox{
    display: inline-block;
    width: 650px;
    margin-top: 50px;
}
.datetime_setcheckbox .time_textbox {
    margin-top: 14px;
    margin-left: 5px;
}
.datetime_setcheckbox  .customcheckboxes_mandiv .checkmark {
    right: 0px;
}
.specialtasks_textarea{
    display: inline-block;
    width: 650px;
    margin-top: 50px; 
}
.specialtasks_textarea label{
    color: #444A57;
    font-size: 18px;
    font-weight: normal;
}
.specialtasks_textarea textarea{
    border: 1px solid #BCBCBC;
    height: 180px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 17px;
    color: #000;
    width: 100%;
    resize: none;
    padding: 14px 15px;
}
.next_btndiv  .backbtndivbox{
    color: #807F84;
    float: left;
}
.careseeker_mandivbox{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
.careseeker_mandivbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
}
.careseeker_mandivbox img{
    width: 94px;
    height: 94px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: 35px;
    left: 0;
}
.careseeker_mandivbox h5{
    color: #000;
    font-size: 20px;
    padding-left: 110px;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 7px;
}
.careseeker_mandivbox p{
    color: #807F84;
    font-size: 18px;
    padding-left: 110px;
}
.careseeker_mandivbox span{
    color: #807F84;
    font-size: 18px;
    position: absolute;
    top: 70px;
    left: 300px;
}
.datetime_textboxset{
    display: block;
    width: 560px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 17px 15px;
    margin-top: 30px;
}
.datetime_textboxset h3{
    margin: 0px;
    color: #293D3E;
    font-size: 20px;
    margin-bottom: 20px;
}
.datetime_innerdiv{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.datetime_innerdiv:last-child{
    border-bottom: 0px solid #D2D2D2;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.datetime_innerdiv h5{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 7px;    
}
.datetime_innerdiv p{
    color: #858585;
    font-size: 20px;
    margin: 0px;
}  
.datetime_innerdiv span{
    color: #FFAB1E;
    font-size: 20px;
    float: right;
    margin-top: -45px;
}   
.subtotal_textbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.subtotal_textbox p{
    float: left;
    color: #858585;
    font-size: 15px;
    margin: 0px;
}
.subtotal_textbox span{
    color: #262626;
    font-size: 15px;
    float: right;
}
.total_borderset{
    border-top: 1px solid #D2D2D2;
    padding-top: 10px;
    margin-bottom: 0;
}
.subtotal_textbox.total_borderset p{
    color: #FFAB1E;
}
.subtotal_textbox.total_borderset span{
    color: #FFAB1E;
}
.cardholder_detilsdiv{
    display: inline-block;
    width: 100%;
}
.cardholder_detilsdiv input{
    width: 560px;
}
.cardholder_detilsdiv .setprovince_inputbox {
    width: 593px;
}
.note_textboxset{
    display: inline-block;
    width: 570px;
}
.note_textboxset p{
    color: #C2C2C2;
    font-size: 18px;
    margin-bottom: 30px;
}
.note_textboxset a{
    color: #FFAB1E;
}
.make_paymentbtndiv{
    display: block;
    width: 570px;
}
.make_paymentbtndiv a{
    background: #FFAB1E;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 22px 187px;
    border-radius: 8px;
}
.bookingid_textbox{
    display: inline-block;
    width: 100%;
}
.bookingid_textbox h3{
    margin: 0px;
    color: #444A57;
    font-size: 19px;
}
.bookingid_textbox p{
    margin: 0px;
    color: #807F84;
    font-size: 16px;
    float: left;
}
.bookingid_textbox span{
    float: right;
    color: #FFAB1E;
    font-size: 16px;
}

/*Dashboard css*/





/*My Bookings & Schedule css*/

.custam_collapsemandiv{
    display: inline-block;
    width: 100%;
}
.custam_collapsemandiv .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 16px 30px;
    margin-bottom: 13px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}

.custam_collapsemandiv .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    padding: 16px 30px;
}

.custam_collapsemandiv .panel-group .panel {
    margin-bottom: 15px;
    border-radius: 7px;
    box-shadow: -2px 1px 4px 0px rgba(223, 223, 223, 0.7);
    border-color: #E8E8E8;
}
.custam_collapsemandiv .panel-title h3{
    color: #FFAB1E;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 5px;
}
.custam_collapsemandiv .panel-title p{
    margin: 0;
    font-size: 14px;
    color: #000000;  
}
.custam_collapsemandiv .panel-title a{
    position: absolute;    
    top: 20px;
    right: 20px;
}
.custam_collapsemandiv .panel-title .collapsed img{
    width: 16px;
    transform: rotate(180deg);
}
.custam_collapsemandiv .panel-title a img{
    width: 16px;
    transform: rotate(0deg);
}

.booking_detilsmandiv{
    display: inline-block;
    width: 100%;
}
.booking_hadingman{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.booking_hadingman p{
    color: #807F84;
    margin: 0px;
    font-size: 15px;
}
.booking_innertext1,.booking_innertext2,.booking_innertext3,.booking_innertext4,.booking_innertext5{
    float: left;
    width: 20%;
}
.booking_bodytext{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.booking_bodytext p{
    color: #000;
    margin: 0px;
    font-size: 15px;
}
.booking_innerbodytext1,.booking_innerbodytext2,.booking_innerbodytext3,.booking_innerbodytext4,.booking_innerbodytext5{
    float: left;
    width: 20%;
}
.booking_innerbodytext5 img{
    width: 20px;
    margin-right: 6px;
}
.booking_category{
    display: inline-block;
    width: 100%;
}
.booking_category ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    border: 1px solid #807F84;
    float: right;
    margin-top: -88px;
    border-radius: 5px;
}
.booking_category ul li{
    display: inline-block;
    float: left;
}
.booking_category ul li a{
    color: #88878B;
    font-size: 15px;
    padding: 7px 20px;
    float: left;
}
.booking_category ul .active a{
   color: #fff;
   background: #FFAB1E;
}
.startthejob_btnbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;    
}
.startthejob_btnbox h3{
    margin: 0px;
    font-size: 24px;
    color: #444A57;
    margin-bottom: 10px;
}
.startthejob_btnbox p{
    margin: 0px;
    font-size: 16px;
    color: #444A57;
}
.startthejob_btnbox a{
    color: #fff;
    font-size: 13px;
    background: #FFAB1E;
    padding: 8px 20px;
    float: left;
    display: inline-block;
    border-radius: 4px;
    margin-top: 20px;
}
.Scheduled_mandivbox{
    display: inline-block;
    width: 100%;
    padding: 14px 22px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    box-shadow: -2px 1px 4px 0px rgba(223, 223, 223, 0.7);
    margin-bottom: 20px;
    background: #fff;
}
.Scheduled_datetext{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.Scheduled_datetext h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}
.Scheduled_datetext p{
    color: #807F84;
    font-size: 15px;
    margin: 0px;
}
.Scheduled_timetext{
    display: inline-block;
    width: 100%;
}
.Scheduled_timetext h3{
    color: #807F84;
    font-size: 15px;
    margin: 0px;
    display: inline-block;    
    margin-bottom: 10px;
}
.Scheduled_timetext span{
    color: #807F84;
    font-size: 16px;
    margin-left: 20px;
}   
.Scheduled_timetext a{
    color: #807F84;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #807F84;
    padding: 4px 15px;
    float: right;
    border-radius: 5px;
}
.care_requirementsdiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.care_requirementsdiv h3{
    color: #000;
    font-size: 20px;
    margin: 0;
}
.care_requirementsinnertext{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.care_requirementsinnertext p{
    margin: 0px;
    color: #807F84;
    font-size: 16px;
}
.payment_detailsdivbox{
    display: inline-block;
    width: 100%;
}
.payment_detailsdivbox img{
    float: left;
    width: 36px;
    margin-right: 16px;
}
.payment_detailsdivbox h3{
    float: left;
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-top: 5px;
}
.payment_detailsdivbox p{
    margin: 0px;
    font-size: 15px;
    color: #807F84;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.payment_detailsdivbox p span{
    color: #FF3737;
}
.aboutcare_mandivbox{
    display: inline-block;
    width: 100%;
}
.aboutcare_mandivbox h3{
    color: #000;
    font-size: 20px;
    margin: 0px;
}
.aboutcare_mandivbox a{
    color: #FFAB1E;
    font-size: 14px;
    float: right;
    border-bottom: 2px solid;
}
.aboutcare_imgbox{
    display: inline-block;
    width: 100%;
}
.aboutcare_imgbox img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
}
.aboutcare_imgbox .home_addressprofile h3 {
    color: #000;
    font-size: 17px;
    margin: 0px;
    margin-bottom: 6px;
    padding-left: 80px;
    margin-top: 7px;
}
.aboutcare_imgbox .home_addressprofile p {
    color: #444A57;
    font-size: 13px;
    padding-left: 80px;
}
.aboutcare_imgbox .home_addressprofile a {
    display: inline-block;
    background: #FFAB1E;
    padding: 9px 20px;
    border-radius: 5px;
    color: #fff;
    margin-left: 0;
    margin-top: 15px;
}
.none_textboxset{
    display: inline-block;
    width: 100%;
}
.none_textboxset h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.none_textboxset p{
    color: #807F84;
    font-size: 16px;
}
.notifications_mandivbox{
    display: inline-block;
    width: 800px;
/*    box-shadow: -2px 1px 4px 0px rgba(223, 223, 223, 0.7);*/
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin-bottom: 100px;
    margin-top: 20px;
    background: #fff;
}
.notifications_haderdiv{
    display: inline-block;
    width: 100%;
    padding: 20px 22px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 15px;
}
.notifications_haderdiv h3{
    color: #262626;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 6px;
}
.notifications_haderdiv p{
    margin: 0px;
    color: #6E6E6E;
    font-size: 16px;
}
.notifications_haderdiv a{
    color: #FFAB1E;
}
.notifications_innerdetils{
    display: inline-block;
    width: 100%;
    padding: 24px 35px;
    position: relative;
    border-bottom: 1px solid #D2D2D2;
}
.notifications_innerdetils:last-child{
    border: 0px;
}
.notifications_innerdetils p{
    color: #262626;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 7px;
    position: relative;
}
.notifications_innerdetils p:after{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #FFAB1E;
    border-radius: 100%;
    left: -13px;
    top: 7px;
}
.notifications_innerdetils span{
    color: #6E6E6E;
    font-size: 15px;
}
.spnantimetext{
    margin-left: 20px;
    position: relative;
}
.spnantimetext:after{    
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #6E6E6E;
    border-radius: 100%;
    left: -13px;
    top: 4px;
}
.notifications_innerdetils a{
    color: #fff;
    font-size: 15px;
    border: 0px solid #E2E2E2;
    border-radius: 25px;
    padding: 6px 16px;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 23px;
    background-color: #FFAB1E;
    font-family: 'VisbyBold';
}
.decline_bookingtext{
    display: inline-block;
    width: 100%;
}
.decline_bookingtext h3{
    margin: 0px;
    color: #444A57;
    font-size: 20px;
    margin-bottom: 30px;
}
.decline_bookingtext select {
    border: 1px solid #BCBCBC;
    height: 60px;
    box-shadow: none;
    border-radius: 8px;
    font-size: 16px;
    color: #000;
    width: 470px;
    cursor: pointer;
}
.reasonsonal_details{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
.reasonsonal_details .fa-heart {
    position: absolute;
    font-size: 15px;
    color: #444A57;
    top: 4px;
    left: 0;
}
.reasonsonal_details p {
    margin: 0px;
    font-size: 15px;
    color: #8E8E8E;
    padding-left: 35px;
    max-width: 544px;
}
.extenuating_mandiv{    
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.extenuating_mandiv h3{
    font-size: 18px;
    color: #000;    
    margin-bottom: 30px;
}
.extenuating_mandiv .fa-question-circle-o{
    font-size: 30px;
    margin-right: 33px;
    float: left;
    margin-top: -8px;
}
.extenuating_mandiv p{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
/*My Bookings & Schedule css*/





/* 02-03-2021 */
.bookingid_textbox h3 {    
    margin-bottom: 9px;
}
.bookingid_textbox span {    
    border-bottom: 1px solid;
}
.booking_photodivbox{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 27px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.booking_photodivbox img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -8px;
}
.booking_photodivbox h3{
    margin: 0px;
    font-size: 15px;
    color: #000;
    padding-left: 60px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.booking_photodivbox p{
    color: #807F84;
    font-size: 15px;
    margin: 0px;
    padding-left: 60px;
}
.booking_photodivbox span{
    float: right;
    font-size: 16px;
    color: #807F84;
    margin-top: -28px;
}
.booking_datetextbox{
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.booking_datetextbox h3{
    margin: 0px;
    font-size: 19px;
    color: #000000;
    margin-bottom: 8px;
}
.booking_datetextbox p{
    color: #807F84;
    font-size: 15px;
    margin: 0px;
    display: inline-block;
}
.booking_datetextbox span{
    color: #807F84;
    font-size: 15px;
    position: relative;
    margin-left: 25px;
}
.booking_datetextbox span:after{
    content: '';
    display: inline-block;
    background: #707070;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -12px;
    top: 5px;
}
.booking_datetextbox h4{
    margin: 0px; 
    font-size: 19px;
    color: #807F84;
    margin-top: -27px;
    float: right;
}

.scheduled_btnbox{
    display: inline-block;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 20px;
}
.scheduled_btnbox span{
    display: inline-block;
    border: 1px solid #807F84;
    padding: 6px 15px;
    border-radius: 4px;
    color: #807F84;
    font-size: 14px;
}
.scheduled_btnbox a{
    float: right;
    color: #FFAB1E;
    font-size: 16px;
    border-bottom: 1px solid;
}
.payment_statusbox{
    display: inline-block;
    width: 100%;
}
.payment_statusbox p{
    margin: 0px;
    font-size: 16px;
    color: #807F84;
    margin-bottom: 7px;
}
.bookingid_mandivbox{
    display: inline-block;
    width: 100%;
    padding: 20px 17px;
    border: 1px solid #E8E8E8;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 0px rgb(223 223 223 / 70%);
    background: #fff;
}
.bookingid_titlebox{
    display: inline-block;
    width: 100%;
}
.bookingid_titlebox h3{
    margin: 0px;    
    color: #000;
    font-size: 20px;
    margin-bottom: 7px;
}
.bookingid_titlebox p{
    color: #807F84;
    margin: 0;
    font-size: 16px;
}
.scheduled_coverdiv{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
.subtotal_coverdivbox{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

/*inbox css*/
.newbookings_textbox{
    display: inline-block;
    width: 100%;
    background: #F5F5F5;
    position: relative;
    padding: 24px 10px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
}
.Bookings_calendarimg{
    position: absolute;
    left: 10px;    
    top: 55px;
}
.Bookings_calendarimg img{
    width: 28px;
}
.newbookings_textbox h3{
    color: #222222;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 7px;
    padding-left: 48px;
}
.newbookings_textbox span{
    display: inline-block;
    background: #FFAB1E;
    color: #fff;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 12px;
}   
.newbookings_textbox p{
    color: #444A57;
    opacity: 80%;
    margin: 0px;
    font-size: 15px;
    padding-left: 48px;
}
.messages_nameboxset{
    display: inline-block;
    width: 100%;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 0;
    background: #fff;
}
.inner_messagestital{
    display: inline-block;
    width: 100%;
    padding: 17px 15px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 20px;
}
.inner_messagestital h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.inner_messagestital p{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;    
}
.messages_userbox{
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    padding-top: 0; 
}
.messages_username{
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 14px;
    margin-bottom: 14px;
}
/*.messages_username:last-child{
    border-bottom: 0px solid #D2D2D2;
    margin-bottom: 0;
    padding-bottom: 0;
}*/
.messages_username img{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    object-fit: cover;
    border-radius: 100%;
}
.messages_username h3{
    margin: 0px;
    color: #262626;
    font-size: 15px;
    padding-left: 60px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
    cursor: pointer;
}
.messages_username p{
    margin: 0px;
    font-size: 15px;
    color: #807F84;
    padding-left: 60px;
    text-overflow: ellipsis;
    overflow: hidden; 
    white-space: nowrap;
}
.newmessages_textboxset{
    background: #FFAB1E;
    color: #fff;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 23px;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    margin-left: 20px;
    position: absolute;
    right: 5px;
    top: 18px;
}
.pagination_mandivbox {
    display: inline-block;
    width: 100%;   
}
.pagination_mandivbox .pagination {
    display: inline-block;
}
.pagination_mandivbox .pagination a {
    color: #FFAB1E;
    float: left;
    padding: 6px 15px;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    background: #FFDFEE;
    border-radius: 8px;
    font-size: 20px;
}   
.pagination_mandivbox .pagination a.active {
    background-color: #FFAB1E;
    color: white;
}
.pagination_mandivbox .pagination i {
    
}
.right_inboxmandiv{
    display: inline-block;
    width: 100%;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 0px;
    background: #fff;
}
.topusername_imgbox{
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    border-bottom: 4px solid #D2D2D2;
    margin-bottom: 10px;
}
.topusername_imgbox h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}
.topusername_imgbox p{
    margin: 0px;
    color: #807F84;
    font-size: 15px;
}
.topusername_imgbox img{
    float: right;
    margin-top: -55px;
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
}
.date_borderdiv{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.date_borderdiv p{
    display: inline-block;
    text-align: center;
    color: #6E6E6E;
    font-size: 15px;
    background: #fff;
    z-index: 1;
    position: relative;
    margin: 0px;
    width: 110px;
}
.date_borderdiv:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #D2D2D2;
    left: 0;
    top: 10px;
}
.messages_detilscoverdiv{
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}

.message_box{
    height: 440px;
    overflow: auto;
}

.message_box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.message_box::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.message_box::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.message_box::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.messages_leftbox{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}
.messages_leftbox img{
    width: 42px;
    height: 42px;
    object-fit: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 100%;
}
.messages_holdersname{
    display: inline-block;
    width: 100%;
    padding-left: 55px;
    margin-bottom: 5px;
}
.messages_holdersname p{
    margin: 0px;
    font-size: 15px;
    color: #262626;
    display: inline-block;
    margin-right: 30px;
}
.messages_holdersname span{
    color: #B7B7B7;
    font-size: 15px;
    position: relative;
}
.messages_holdersname span:after{
    content: '';
    position: absolute;
    background: #B7B7B7;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    left: -19px;
    top: 3px;
}
.usermessages_text{
    display: inline-block;
    width: 67%;
    margin-left: 56px;
    background: #A9A9A9;
    padding: 10px 10px;
    border-radius: 0px 8px 8px 0px;
    margin-bottom: 8px;
}
.usermessages_text p{
    margin: 0px;
    font-size: 14px;
    color: #262626;
}
.messages_rightbox{
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 70px;
}
.messages_rightbox img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: inline-block;
    position: absolute;
    right: 7px;
    border-radius: 100%;
}
.messages_timetext{
    display: inline-block;
    width: 100%;
    padding-right: 60px;
    text-align: right;    
    margin-bottom: 5px;
}
.messages_timetext span{
    color: #B7B7B7;
    font-size: 15px;    
}
.usermessages_righttext{
    display: inline-block;
    width: 67%;
    margin-right: 60px;
    background: #D3D3D3;
    padding: 10px 10px;
    border-radius: 8px 0px 0px 8px;
    margin-bottom: 8px;
    float: right;
}
.usermessages_righttext p{
    margin: 0px;
    font-size: 14px;
    color: #fff;
}
.messagetype_divbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
    margin-top: 20px;
}
.messagetype_divbox .form-group{
    width: 90%;
    float: left;
    margin-bottom: 0;
}
.messagetype_divbox textarea{
    background: #fff;
    border: 0;
    border-radius: 10px;
    color: #262626;
    padding-left: 22px;
    resize: none;
    height: 99px;
    font-size: 15px;
    padding-top: 15px;
    border: 1px solid #D3D3D3;
}
.messagetype_divbox ::-webkit-input-placeholder {
  color: #A5A5A5;
}
.messagetype_divbox ::-moz-placeholder {
  color: #A5A5A5;
}
.messagetype_divbox :-ms-input-placeholder {
  color: #A5A5A5;
}
.messagetype_divbox :-moz-placeholder {
  color: #A5A5A5;
}
.message_rightbox{
    float: left;
    width: 10%;    
}
.message_rightbox a{
    background: #FFAB1E;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    float: right;
    margin-top: 48px;
}
.message_rightbox button{
    background: #FFAB1E;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    float: right;
    margin-top: 48px;
    border: 0px;
}
.message_rightbox a img{
    width: 24px;
}


.share_iconmandivbox .btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.share_iconmandivbox .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 0px;
}
.share_iconmandivbox .open>.dropdown-toggle.btn-primary:focus, .share_iconmandivbox .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.share_iconmandivbox .btn-primary.active, .btn-primary:active, .share_iconmandivbox .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.share_iconmandivbox .dropdown-toggle img{
    width: 53px;
}
.share_iconmandivbox .open>.dropdown-menu {
    display: block;
}
.share_iconmandivbox .dropdown-menu {
    position: absolute;
    top: 100%;
    top: 0;
    left: -230px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 20px 0;
    padding-bottom: 0px;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #FFAB1E;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.share_iconmandivbox .radiocontainer {
    display: block;
    position: relative;
    padding-left: 11px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
}
.share_iconmandivbox .radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.share_iconmandivbox .checkmark {
    position: absolute;
    top: 0;
    right: 8px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
}
.share_iconmandivbox .radiocontainer input:checked ~ .checkmark {
  background-color: #fff;
  border: 0px;
}
.share_iconmandivbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.share_iconmandivbox .radiocontainer input:checked ~ .checkmark:after {
  display: block;
}
.share_iconmandivbox .radiocontainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #FFAB1E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* END 02-03-2021 */
 

 /* PROFILE */
 .profile_mancoverdiv{
    display: inline-block;
    width: 100%;
    /padding: 20px 17px;/
    border: 1px solid #E8E8E8;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 0px rgb(223 223 223 / 70%);
    background: #fff;
}
.update_profilediv{
    display: inline-block;
    width: 100%;
    padding: 20px 17px;
    border-bottom: 1px solid #D2D2D2;
    position: relative;
}
.update_profilediv img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    float: left;
}
.update_profilediv h3{
    margin: 0px;
    font-size: 17px;
    color: #000;
    padding-left: 13px;
    margin-top: 20px;
    display: inline-block;
}
.update_profilediv a{
    color: #FFAB1E;
    font-size: 14px;
    text-align: right;
    float: right;
    margin-top: 0px;
    margin-left: 30px;
    border-bottom: 1px solid;
}
.profilebadges_mandiv{
    display: inline-block;
    width: 100%;
    padding-left: 27px;
    margin-top: 20px;
    float: left;
    position: relative;
}
.setleftbadges_imgbox{
    float: left;
    width: 50px;
}
.setleftbadges_imgbox img{

}
.profile_badgestextboxs{
    width: 85%;
    float: left;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.profile_badgestextboxs h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.profile_badgestextboxs p{
    margin: 0px;
    color: #807F84;
    font-size: 15px;
    margin-bottom: 32px;
}
.profile_badgestextboxs img{
    margin-right: 20px;
}
.profile_badgestextboxs ul{
    padding: 0px;
    margin: 0px;
    font-size: 16px;
}
.profile_badgestextboxs ul li{
    float: left;
    width: 50%;
}
.profile_badgestextboxs ul li h4{
    margin: 0px;
    font-size: 20px;
    color: #FFAB1E;
    margin-bottom: 5px;
}
.profile_badgestextboxs ul li span{
    color: #807F84;
    font-size: 16px;
}
.profile_badgestextboxs .ratings_mandivbox {
    border-top: 0px solid #E6E6E6;
    padding-top: 0;
    margin-top: 0;
}
.Profile_rightarrow{
    position: absolute;
    top: 0;
    right: 0;
}
.Profile_rightarrow img{
    width: 16px;
}
.about_cardbox {
    display: inline-block;
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    position: relative;
    box-shadow: -2px 1px 4px -2px rgb(223 223 223 / 70%);
    padding: 20px 12px;
    height: 120px;
}
.about_cardbox .fa-heart-o {
    position: absolute;
    left: 13px;
    font-size: 30px;
    top: 36px;
}
.about_cardbox h3 {
    color: #222222;
    margin: 0px;
    font-size: 17px;
    margin-bottom: 8px;
    padding-left: 50px;
}
.about_cardbox p {
    color: #444A57;
    font-size: 14px;
    margin: 0px;
    padding-left: 50px;
    opacity: 80%;
}
.about_cardbox img {
    position: absolute;
    top: 19px;
    right: 14px;
    width: 14px;
}
.setCaregiverabout_box{
    display: inline-block;
    width: 100%;
    padding: 0px 35px;
    padding-bottom: 40px;
}
.setCaregiverabout_box .emergency_textbox{
    margin-bottom: 30px;
}
.about_cardbox .fa-question-circle-o {
    position: absolute;
    left: 13px;
    font-size: 30px;
    top: 36px;
}
.setsupport_mandivbox .about_cardbox{
    background: #fff;
    border: 0px solid #E8E8E8;
    border-radius: 0;
    box-shadow: none;
    height: 90px;
}
.setsupport_mandivbox .about_cardbox .fa-heart-o {    
    top: 20px;
}
.setsupport_mandivbox .about_cardbox .fa-question-circle-o {    
    top: 14px;
}
.setsupport_mandivbox .firstlastname_mandiv p{
    max-width: 400px;
}
.setsupport_mandivbox .about_cardbox img {   
    width: 19px;
}
.setsupport_mandivbox .sethrtgemandiv {    
    margin-bottom: 17px;
}
.mustcomplete_divbox{
    display: inline-block;
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}
.mustcomplete_divbox img{

}
.mustcomplete_divbox h3{
    color: #000;
    font-size: 20px;
}
.mustcomplete_divbox p{
    color: #444A57;
    font-size: 16px;
}
.mustcomplete_innerdetils{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 17px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 17px;
    padding-top: 0;
}
.mustcomplete_innerdetils img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    position: absolute;
    left: 17px;
    top: 0px;
}
.mustcomplete_innerdetils p{
    color: #000000;
    font-size: 18px;
    margin-bottom: 1px;
    padding-left: 70px;
    margin-top: 9px;
}
.mustcomplete_innerdetils span{
    color: #444A57;
    font-size: 16px;
    padding-left: 70px;
}
.mustcomplete_innerdetils a{
    color: #FFAB1E;
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 20px;
}


 /* END PROFILE */

 .setrating_maddiv{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.setrating_maddiv img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.setrating_maddiv h4 {
    margin: 0px;
    color: #000;
    font-size: 23px;
    padding-left: 73px;
    margin-bottom: 5px;
}
.setrating_maddiv .ratings_mandivbox{
    padding: 0px;
    border: 0;
    margin: 0;
    padding-left: 73px;
    margin-bottom: 5px;
}
.setrating_maddiv h5{
    color: #807F84;
    font-size: 14px;
    padding-left: 73px;    
    margin: 0px;
}
.setrating_maddiv p{
    margin: 0px;
    font-size: 16px;
    color: #807F84;
    padding-left: 73px;
    margin-top: 9px;
}
.addrating_btnbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 12px;
}
.addrating_btnbox a{
    display: inline-block;
    background: #FFAB1E;
    padding: 8px 22px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin-top: -36px;
}
.modal_ratingbox{
    display: inline-block;
    width: 100%;
}
.modal_ratingbox img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 12px;
}
.modal_ratingbox .ratings_mandivbox {
    border-top: 0px solid #E6E6E6;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}
.modal_ratingbox p{
    font-size: 16px;
    color: #807F84;
}
.modal_ratingbox textarea{
    border: 1px solid #E8E8E8;
    font-size: 16px;
    color: #000;
    padding: 10px;
    resize: none;
}
.rating_subminbtn{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 15px;
    margin-top: 12px;
}
.rating_subminbtn a{
    display: inline-block;
    background: #FFAB1E;
    padding: 8px 22px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    margin-top: -36px;
}

.page_contendivbox{
    display: inline-block;
    width: 100%;
}
.page_contendivbox p{
    font-size: 18px;
    color: #000;
}
.page_contendivbox h3{
    font-size: 33px;
    color: #000;
}
.page_contendivbox h4{
    font-size: 26px;
    color: #000;
}

.btnCommon{
    display: inline-block;
    background: #FFAB1E;
    padding: 8px 22px;
    color: #fff;
    border-radius: 44px;
    font-size: 14px;
    margin-top: -36px;
    border: 0px;
    font-family: 'VisbyBold';
}


.progress {
    height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff !important;
    border-radius: 18px;
    box-shadow: none;
    border: 1px solid #FFAB1E;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #FFAB1E;
    box-shadow: none;
}
.correct_answerbar{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.correct_answerbar span{
    color: #FFAB1E;
    font-size: 23px;
    margin-bottom: 8px;
}

#homecareBox ul{
    padding: 0px;
}
.careseeker_profile1 .aboutjason_textboxset h3{
    margin-bottom: 3px;
}

.careseeker_profile1 .aboutjason_textboxset{
    margin-top: 34px;
}   
.booking_innerbodytext4 p a{
    color: #FFAB1E;
}
.booking_innerbodytext4 p a:hover{
    color: #FFAB1E;
}
.booking_innerbodytext4 p{
    margin: 0px;
}
.care_requirementsinnertext h3{
    margin: 0px;
    font-size: 15px;
    color: #807F84;
}

#calendar .pignose-calendar{
    width: 97%;
    max-width: 620px;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    font-size: 100%;
    /* margin: 0 auto; */
        box-shadow: -2px 1px 4px 0px rgb(223 223 223 / 70%);
    margin: inherit;
    border-radius: 13px;
}
#calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
    margin-bottom: .4em;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    font-weight: normal;
}
#calendar .pignose-calendar .pignose-calendar-top {
    padding: 37px 0px;
    background-color: #fff;
    border-bottom: 0px solid #e2e2e2;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    border-radius: 13px 13px 0px 0px;
}

#calendar .pignose-calendar .pignose-calendar-unit {
    float: left;
    display: block;
    height: 3.8em;
    width: 14.28%;
    text-align: center;
    line-height: 2.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-top: 1px solid #E2E2E2; */
    /* border-bottom: 1px solid #E2E2E2; */
    /* border-left: 1px solid #E2E2E2; */
    /* border-right: 1px solid #E2E2E2; */
    border: 1px solid #E2E2E2;
    position: relative;
}
#calendar .pignose-calendar .pignose-calendar-unit a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    color: #000;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
}
.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
    background-color: #FFAB1E !important;    
}
#calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
    opacity: .5;
    background-color: #efefef;
    width: 100% !important;
    height: 100% !important;
}
#calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    float: left;
    width: 14.28%;
    height: auto;
    text-align: center;
    line-height: 2.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #D2D1D1;
    font-weight: normal;
}

#calendar .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a {
    background-color: #2fabb7;
    color: #fff;
    font-weight: normal;
    box-shadow: none;
    height: 100%;
    width: 100%;
}
#calendar .pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin {
    display: inline-block;
    background-color: #777;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    margin-right: .2em;
    position: absolute;
    top: 4px;
    right: 5px;
}
.setbookingtextbox span:after{
    content: '/';
    position: absolute;
    left: -15px;
    color: #807F84;
    font-size: 18px;
}
.setbookingtextbox span {
    color: #807F84;
    font-size: 15px;
    position: relative;
}
.setbg_colormandiv .right_paddingboxpart{
    background: #fff;
    padding-left: 362px;
}

#emergencyContactModel .modal-header{
    padding-left: 30px;
    margin-bottom: 30px;
}
#emergencyContactModel .modal-body{
    padding-left: 30px;
}
#emergencyContactModel .setselect_timemodaldiv .modal-content{
    border-radius: 0px;
}
#emergencyContactModel .setselect_timemodaldiv .modal-title h3 { 
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 11px;
}
#emergencyContactModel .modal-dialog {
    width: 531px;
    margin: 30px auto;
}
#emergencyContactModel .account_inputboxset {
    display: inline-block;
    width: 100%;
    margin-bottom: 41px;
}
#emergencyContactModel .setselect_timemodaldiv .btn-default {
    color: #fff;
    background-color: #FFAB1E;
    border-color: #FFAB1E;
    padding: 14px 21px;
    border-radius: 25px;
    font-size: 15px;
    font-family: 'VisbyBold';
}
#emergencyContactModel .setselect_timemodaldiv .modal-footer {
    padding: 30px;
    text-align: left;
    border-top: 0px solid #e5e5e5;
    padding-top: 0px;
    padding-bottom: 50px;
}

#homecareBox ul li{
    float: left;
    width: 50%;
}

.presentation_checkbox.custam_checkbox .checkmark{
    top: -8px;
}
.setschedule_coverdiv{
    display: inline-block;
    width: 100%;
    padding: 20px 22px;
    border: 1px solid #E8E8E8;
    border-radius: 9px;    
    background: #fff;
}

.margintop84{
    margin-top: 84px;
}
.width105px{
    width: 105px;
}
.fontsize20{
    font-size: 20px;
}
.update_profilediv label{
    float: left;
}
.update_profilediv h3{
    margin: 0px;
    font-size: 17px;
    color: #000;
    padding-left: 13px;
    margin-top: 20px;
    display: inline-block;
}
.setleft_barrighticon{
    position: absolute;
    right: 15px;
    top: 0px;
}

/*.create_youaccontleftbox#quizMainBox{
    width: 100%;
}*/

.info_imgdiv{
    float: right;
}
.info_imgdiv img{}
.paddinfo_modaldiv .modal-title{
    color: #000;
    font-size: 20px;
}
.paddinfo_modaldiv .modal-body p{
    color: #000;
    font-size: 16px;
    margin: 0;
    margin-bottom: 6px;
    position: relative;
    padding-left: 16px;
}
.paddinfo_modaldiv .modal-body p:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #8C8C8C;
    display: inline-block;
    left: 0;
    top: 7px;
}
.paddinfo_modaldiv .modal-dialog{
    width: 440px;
    margin-top: 190px;
}
.paddinfo_modaldiv .modal-header .close{
    margin-top: -8px;
    opacity: 10;
    text-shadow: none;
    font-size: 35px;
}

input#checkbox-id {
  display: none;
  width: 0;
}

input#checkbox-id[type=checkbox]:checked ~ .popup-box__text {
  display: block;
}

.popup-box {
  position: relative;
  float: right;
}
.popup-box label{
    margin-bottom: 0px;
    cursor: pointer;
}
.popup-box__text {
    display: none;
    position: absolute;
    border: 0px solid white;
    padding: 15px 16px;
    left: -100px;
    top: 20px;
    transform: translate(0, 5%);
    width: 290px;
    background-color: white;
    border-radius: 0.5rem;
    z-index: 11;
    box-shadow: 0px 0px 16px #c1c1c1;
}
.popup-box__text p{
    color: #000;
    font-size: 16px;
    margin: 0;
    margin-bottom: 6px;
    position: relative;
    padding-left: 16px;
}
.popup-box__text p:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #8C8C8C;
    display: inline-block;
    left: 0;
    top: 7px;
}
.popup-box__text h3{
    color: #000;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 12px;
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 8px;*/
}











/*new login css*/
.newlogin_mandivbox{
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-top: 60px;
}
.newlogin_mandivbox .create_youaccontleftbox{
    width: 34%;
}
.newlogin_mandivbox .account_inputboxset input {
    width: 100%;
}
.newlogin_mandivbox1 .account_inputboxset input{
    width: 100%;
}
.newlogin_mandivbox .create_accountmandiv {    
    padding-bottom: 30px;
}
.login_logodivbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
.login_logodivbox img{
    width: 260px;
}
.login_welcometextbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.login_welcometextbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}
.login_welcometextbox p{
    color: #828282;
    font-size: 15px;
    margin: 0px;
}
.rememberme_coverdivbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
}
.rememberme_checkbox{
    float: left;
    width: 50%;
}

.rememberme_checkbox .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.rememberme_checkbox .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.rememberme_checkbox .checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #E6E6E6;
    border-radius: 3px;
}


/* When the checkbox is checked, add a blue background */
.rememberme_checkbox .checkcontainer input:checked ~ .checkmark {
  background-color: #FFAB1E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.rememberme_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.rememberme_checkbox .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.rememberme_checkbox .checkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid #FFAB1E;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.forgotpassword_rightbox{
    float: right;
    width: 50%;
    text-align: right;
}
.forgotpassword_rightbox a{
    color: #97BABA;
    font-size: 15px;
    display: inline-block;
/*    border-bottom: 1px solid #97BABA;*/
}

.loginnow_btndiv{
    display: inline-block;
    width: 100%;
}
.loginnow_btndiv a{
    background: #FFAB1E;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 13px 0px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.loginnow_btndiv button{
    background: #FFAB1E;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 13px 0px;
    border-radius: 60px;
    width: 100%;
    text-align: center;
    border: 0px;
    font-family: 'VisbyBold';
}
.socialmedia_btn{
    display: inline-block;
    width: 100%;
    margin-top: 24px;
}
.socialmedia_btn a{
    padding: 13px 15px;
    display: block;
    border-radius: 30px;
    color: #fff;
    background-color: #275A99;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 12px 0px;
    float: none;
    width: 53%;
    text-align: center;
    margin: 0 auto;
}
.socialmedia_btn .apple_loginbtn{
    background-color: #000;
    color: #fff;        
}
.socialmedia_btn .google_loginbtn{
    background-color: #fff;
    color: #000;    
    margin-bottom: 15px;
    margin-top: 15px;    
}
.socialmedia_btn .google_loginbtn span{
    position: relative;
    margin-left: 24px;
}
.socialmedia_btn i{
    margin-right: 4px;
    font-size: 16px;
}
.socialmedia_btn svg{
    width: 18px;    
    position: absolute;
    left: -23px;
    top: 0px;
}
.verifyemail_div .loginnow_btndiv button{
    padding: 13px 30px;    
    width: auto;
}
.verifyemail_div .registerhere_textbox{
    text-align: left;
}
.registerhere_textbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}
.registerhere_textbox p{
    margin: 0px;
    font-size: 15px;
    color: #000;
}
.registerhere_textbox p a{
    /*    border-bottom: 1px solid #FFAB1E;*/
    color: #FFAB1E;
}
.setcreate_logintext p a{
    color: #FFAB1E;
    border-bottom: 1px solid #FFAB1E;
}
.setcreate_logintext p{
    color: #000;
    font-size: 15px;
}
.setcreate_logintext{
    /*border-bottom: 1px solid #E1E1E1;
    margin-bottom: 31px;
    padding-bottom: 31px;*/
    margin-top: 20px;
    margin-bottom: 5px;
}
.login_termsofusetext{
    display: inline-block;
    width: 100%;
}
.login_termsofusetext p{
    margin: 0px;
    font-size: 15px;
    color: #444A57;
}
.login_termsofusetext p a{
    color: #97BABA !important;
/*    border-bottom: 1px solid #97BABA;*/
}
.setlogin_newimgdiv{
    padding-top: 0;
    right: 0px;
    width: 45%;
}
.setlogin_newimgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.password_iconlyboldhide{
    float: right;
    position: absolute;
    top: 45px;
    right: 15px;
}
.password_iconlyboldhide img{
    width: 21px;
}
.setpassword_icondiv .account_inputboxset{
    position: relative;
}
.resetpassword_btndiv{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.resetpassword_btndiv a{
    color: #fff;
    font-size: 16px;
    background: #FFAB1E;
    padding: 13px 0px;
    float: left;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    width: 160px;
    text-align: center;
}
.resetpassword_btndiv button{
    color: #fff;
    font-size: 16px;
    background: #FFAB1E;
    padding: 13px 0px;
    float: right;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    width: 160px;
    text-align: center;
}
/*new login css*/



/*new design css*/
.newbookings_title{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.newbookings_title h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
}
.bookings_tabingbox{
    display: inline-block;
    width: 100%;
}
.bookings_tabingbox .nav-tabs>li>a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px 0px 0 0;
    color: #000;
    font-size: 15px;
    padding: 0px;
    padding-bottom: 6px;
    transition: 0.0s all !important;
}
.myprofile_tabingdiv .nav-tabs{
    margin-bottom: 30px;
}
.bookings_tabingbox .nav-tabs>li.active>a, .bookings_tabingbox .nav-tabs>li.active>a:focus, .bookings_tabingbox .nav-tabs>li.active>a:hover {
    color: #FFAB1E;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-bottom: 3px solid #FFAB1E;
}
.bookings_tabingbox .nav>li>a:focus, .bookings_tabingbox .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.bookings_tabingbox .nav-tabs>li {
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}
.noactivebookings_divbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 130px;
}
.noactivebookings_divbox img{
    width: 40px;
}
.noactivebookings_divbox h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-top: 28px;
    margin-bottom: 14px;
}
.noactivebookings_divbox p{
    margin: 0px;
    font-size: 15px;
    color: #828282;
}
.noactivebookings_divbox a{
    display: inline-block;
    background: #FFAB1E;
    padding: 12px 26px;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    margin-top: 40px;
}
.bookings_loginametext{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.bookings_loginametext h3{
    margin: 0px;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.bookings_loginametext p{
    margin: 0px;
    color: #9F9F9F;
    font-size: 15px;
}
.homecare_rangeslider{
    display: inline-block;
    width: 100%;
}
.homecare_rangeslider{
    display: inline-block;
    width: 100%;
}
.homecare_rangeslider h3{
    color: #000;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 20px;
}
.homecare_checkboxdiv{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.homecare_checkboxdiv .checkcontainer {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 360px;
    font-weight: normal;
    color: #000;
    border: 1px solid #E6E6E6;
    padding: 12px 14px;
}
.homecare_checkboxdiv .checkcontainer p{
    font-size: 14px;
    margin: 0;
    color: #9F9F9F;
    margin-top: 20px;
}

/* Hide the browser's default checkbox */
.homecare_checkboxdiv .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.homecare_checkboxdiv .checkmark {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #BEBEBE;
}


/* When the checkbox is checked, add a blue background */
.homecare_checkboxdiv .checkcontainer input:checked ~ .checkmark {
  background-color: #139D33;
  border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.homecare_checkboxdiv .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.homecare_checkboxdiv .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.homecare_checkboxdiv .checkcontainer .checkmark:after {
    left: 8px;
    top: 3px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.updateaddress_textbox{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.updateaddress_textbox a{
    display: inline-block;
    color: #FFAB1E;
    font-size: 16px;
    border-bottom: 2px solid #FFAB1E;
}
.carerecipient_mandiv{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.homecare_checkboxdiv .carerecipient_mandiv p{
    color: #000;
    font-size: 15px;
    margin: 0;
    margin-bottom: 5px;
}
.carerecipient_mandiv span{
    color: #9F9F9F;
    font-size: 15px;
}
.after_topborder{
    position: relative;
}
.after_topborder:after{
    content: '';
    position: absolute;
    background: #E1E1E1;
    top: -11px;
    width: 359px;
    height: 1px;
    left: -14px;
}
.setnew_homecareinput .account_inputboxset select{
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}
.setnew_homecareinput .account_inputboxset input{
    width: 100%;
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}
.setnew_homecareinput .account_inputboxset textarea{
    width: 100%;
    height: 101px;
    border-radius: 0;
    font-size: 14px;
    resize: none;
}
.bottom_savecontinuebtndiv{
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(181 181 181 / 70%);
    background: #fff;
    padding: 20px 22px;
}
.bottom_savecontinuebtndiv a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 14px 25px;
    border-radius: 5px;
}
.bottom_savecontinuebtndiv img{
    margin-left: 0;
    width: 0;
}
.setavailability_btndivbox{
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(181 181 181 / 70%);
    background: #fff;
    padding: 20px 22px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 11;
}
.setavailability_btndivbox a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 14px 25px;
    border-radius: 55px;
    margin-left: 10px;
    position: relative;
    left: 247px;
    right: 0;
    float: left;
    font-family: 'VisbyBold';
}
.setavailability_topcoverdiv{
    margin-bottom: 120px;
}
.setavailability_mancoverdiv{
    margin-bottom: 90px;
}
.custam_newcheckboxdiv{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.custam_newcheckboxdiv ul{
    padding: 0px;
    margin: 0px;
}
.custam_newcheckboxdiv ul li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}
.custam_newcheckboxdiv input[type=checkbox] {
  display: none;
}

.custam_newcheckboxdiv input + label {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.62);
    padding: 15px 20px 15px 45px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    color: #000000;
    border: 2px solid #e3e3e3;
    font-weight: normal;
    font-size: 15px;
    border-radius: 12px;
}
.custam_newcheckboxdiv input + label:after {
    position: absolute;
    content: "";
    opacity: 10;
    left: 11px;
    top: 13px;
    width: 23px;
    height: 23px;
    line-height: 1;
    border: 2px solid #BEBEBE;
    border-radius: 4px;
}
.custam_newcheckboxdiv input + label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 14px;
    opacity: 0;
    color: #FFAB1E;
    /*z-index: 1;*/
    font-weight: normal;
}

.custam_newcheckboxdiv input:checked + label {    
    border-color: #fff;
    background: #fff;
    color: #FFAB1E;
    border: 2px solid #FFAB1E;
}
.custam_newcheckboxdiv input:checked + label:before {
  opacity: 1;
}
.custam_newcheckboxdiv input:checked + label:after {
    opacity: 10;
    border-color: #FFAB1E;
    background: #FFAB1E;
}
.dates_boxmandiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.calender_leftdivbox{
    display: inline-block;
    width: 100%;
}
.calender_leftdivbox img{
    width: 100%;
}
.selecteddates_mandiv{
    display: inline-block;
    width: 100%;
}
.selecteddates_mandiv h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
}

.selecteddates_mandiv ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}
.selecteddates_mandiv ul li{
    float: left;
    width: 50%;    
    margin-bottom: 30px;
}
.selecteddates_mandiv ul li a{
    margin-left: 14px;
}
.selecteddates_mandiv ul li a img{

}
.selecteddates_text{
    display: inline-block;    
    border: 1px solid #E6E6E6;
    padding: 12px 20px;
    position: relative;
}
.selecteddates_text p{
    margin: 0px;
    color: #000;
    font-size: 15px;
    padding-left: 24px;
}
.selecteddates_text img{
    position: absolute;
    left: 11px;
}
.setleft_barrighticon{
    position: absolute;
    right: 15px;
    top: 0px;
}
.custam_progress{

}
.custam_progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FFAB1E;    
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 0px 15px 15px 0px;
}
.custam_progress .progress {
    height: 10px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #F2F2F2;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: none;
    width: 95%;
    float: left;
}
.custam_progress span{
    color: #000;
    font-size: 16px;
    margin-left: 12px;
    position: relative;
    float: left;
    margin-top: -5px;
}
/*new design css*/






/* Login Model */
.loginnow_modaldiv .modal-content {
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
}
.loginnow_modaldiv .modal-header {
    padding: 18px;
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 24px;
}
.loginnow_modaldiv .modal-header .close {
    margin-top: 18px;
    color: #000;
    text-shadow: none;
    opacity: 10;
}
.loginnow_modaldiv .modal-header h4 {
    color: #000;
    font-size: 20px;    
    margin-bottom: 6px;
}
.loginnow_modaldiv .modal-header p {
    color: #828282;
    font-size: 15px;
    margin-bottom: 0px;
}
.loginnow_modaldiv .modal-body {
    position: relative;
    padding: 18px;
    margin-bottom: 50px;
}
.bookservice_mandiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.bookservice_mandiv a {
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 24px 22px;
}
.bookservice_mandiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.bookservice_mandiv a {
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 24px 22px;
}
.loginnow_modaldiv .modal-footer {
    padding: 18px;
    text-align: right;
    border-top: 10px solid #DEDEDE;
}
.modal_accounttext {
    float: left;
}
.modal_accounttext p {
    margin: 0px;
    font-size: 16px;
    color: #000;
}
.modal_accounttext p a {
    color: #FFAB1E;
    border-bottom: 1px solid #FFAB1E;
}
.modal_phonenumber {
    float: right;
}
.modal_phonenumber a {
    color: #828282;
    font-size: 15px;
}
.modal_phonenumber a img {
    width: 16px;
    margin-right: 6px;
}
.loginnow_modaldiv .modal-header .close img {
    width: 20px;
}
.bookservice_mandiv h3 {
    margin: 0;
    color: #000;    
    font-size: 20px;
    margin-bottom: 8px;
}
.bookservice_mandiv p {
    margin: 0px;
    color: #828282;
    font-size: 15px;
}
.bookservice_mandiv img {
    float: right;
    margin-top: -40px;
    width: 0px;
}
.bookservice_mandiv a .active_img {
    display: none;
}

/*.bookservice_mandiv img {
    float: right;
    margin-top: -40px;
    width: 0px;
}*/
.bookservice_mandiv a:hover h3 {
    color: #FFAB1E;
}
.bookservice_mandiv a:hover .active_img {
    display: block;
}
/* ENd Login Model */



/*bookeddates css*/
.bookeddates_leftbox{
    display: inline-block;
    width: 100%;
}
.bookeddates_leftbox h6{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 13px;
}
.bookeddates_rightmandiv{
    display: inline-block;
    width: 100%;
    background: #F5F5F5;
    padding: 10px 10px;
    margin-top: 37px;
}
.bookeddates_rightmandiv .table-bordered>thead>tr>td, .bookeddates_rightmandiv .table-bordered>thead>tr>th {
    border-bottom-width: 0px;
}
.bookeddates_rightmandiv .table-bordered {
    border: 0px solid #ddd;
}
.bookeddates_rightmandiv table thead tr th{ 
    color: #000;
    font-weight: normal;
    font-size: 15px;
/*    font-family: 'proximanova-bold';*/
}
.bookeddates_rightmandiv .table-bordered>tbody>tr>td, .bookeddates_rightmandiv .table-bordered>tbody>tr>th, .bookeddates_rightmandiv .table-bordered>tfoot>tr>td, .bookeddates_rightmandiv .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .bookeddates_rightmandiv .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
    border-top: 1px solid #E1E1E1;
}
.bookeddates_rightmandiv table tbody {
    border: 1px solid #E1E1E1;
}

.bookeddates_rightmandiv table tbody td {
    color: #9F9F9F;
    font-size: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.bookeddates_rightmandiv table tbody td a {
    color: #FFAB1E;
    border-bottom: 1px solid;
    margin-left: 20px;
}
.bookeddates_rightmandiv table.table-bordered.dataTable th:last-child, .bookeddates_rightmandiv table.table-bordered.dataTable th:last-child, .bookeddates_rightmandiv table.table-bordered.dataTable td:last-child, .bookeddates_rightmandiv table.table-bordered.dataTable td:last-child {
    border-right-width: 0px;
}
.bookeddates_rightmandiv table tbody tr{
    background: #ffff;
}
.bookeddates_rightmandiv .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.bookeddates_rightmandiv table.table-bordered.dataTable tbody td{
    color: #9F9F9F;
    font-size: 14px;
    padding-top: 17px;
    padding-bottom: 17px;    
}
.bookeddates_rightmandiv table.table-bordered.dataTable tbody td a{
    color: #FFAB1E;
    border-bottom: 1px solid;
}
.profile_photoimg img{
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 7px;
}
.session_iconimg img{
    width: 17px;
    margin-right: 10px;
}
.bookingdetails_modaldiv .close{
    opacity: 10;
}
.bookingdetails_modaldiv .close img{
    width: 27px;
}
.bookingdetails_modaldiv .modal-title{
    color: #000;
    font-size: 20px;
}
.bookingdetails_modaldiv .modal-content {        
    border-radius: 0px;
}
.bookingdetails_modaldiv .modal-header {
    padding: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 23px;
    padding-bottom: 23px;
}
.bookingdetails_modaldiv .modal-dialog {
    width: 690px;
    margin: 30px auto;
}
.bookingdetails_modaldiv .modal-body{
    position: relative;
    padding: 15px;
    padding-right: 0;
}
.bookingdetails_modaldiv .modal-footer {
    padding: 15px;
    text-align: left;
    border-top: 0px solid #e5e5e5;
/*    background: #F5F5F5;*/
    padding-bottom: 30px;
    padding-top: 25px;
}
.bookingdetails_modaldiv .modal-footer a{
    color: #FB423A;
    font-size: 15px;
    border-bottom: 3px solid #FB423A;
    padding-bottom: 5px;
}
.bookingdetails_modaldiv .modal-footer a img{
    margin-right: 10px;
}
.modal_bookingscrolldiv{
    display: inline-block;
    width: 100%;
    height: 460px;
    overflow: auto;
    padding-right: 15px;
}
.modal_bookingscrolldiv::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.modal_bookingscrolldiv::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.modal_bookingscrolldiv::-webkit-scrollbar-thumb {
  background: #000; 
}

.booking_profileimg{
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 3px solid #E1E1E1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.booking_profileimg .services_profileimg {    
    padding: 0px;
    border: 0px solid #E6E6E6;
    border-bottom: 0px solid #E6E6E6;
}
.booking_profileimg .services_profileimg img {   
    left: 0;
}
.booking_profileimg a{
    color: #FFAB1E;
    font-size: 15px;
    border-bottom: 3px solid #FFAB1E;
    position: absolute;
    right: 0;
    top: 18px;
}
.bookingtimings_topdiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
}
.bookingtimings_topdiv p{
    margin: 0px;
    font-size: 18px;
    color: #000;
}
.bookingtimings_topdiv p img{
    margin-right: 12px; 
    width: 19px;
}
.bookingtimings_innerdetils{
    display: inline-block;
    width: 100%;
    border: 1px solid #D4D4D4;    
}
.bookingtimings_coverdetils{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #D4D4D4;
    padding: 15px;
    float: left;
}
.bookingtimings_coverdetils p{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
}
.bookingtimings_coverdetils p img{
    margin-right: 10px;
}
.bookingtimings_detilsbox1{
    float: left;
    width: 40%;
}
.bookingtimings_detilsbox2{
    float: left;
    width: 45%;
}
.bookingtimings_detilsbox3{
    float: left;
    width: 15%;
    padding-left: 9px;
}
.bookingtimings_detilsbox3 p{
    text-align: right;
}
.modal_subtotalmandiv{
    width: 59%;
    float: right;
    margin-top: 22px;
}
.modasubtotal_innertext{
    display: inline-block;
    width: 100%;
    padding-right: 17px;
}
.modasubtotal_innertext p{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
    float: left;
}
.modasubtotal_innertext span{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
    float: right;
}
.moda_totaldivbox{
    border-top: 1px solid #E1E1E1;
    padding-top: 10px;
    margin-top: 10px;
}
.moda_totaldivbox p, .moda_totaldivbox span{
    color: #000;
}
.firstlastname_mandiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 26px;
}
.firstlastname_mandiv h3{
    margin: 0px;
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
}
.firstlastname_mandiv p{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
}
.firstlastname_mandiv a{
    color: #FFAB1E;
    font-size: 15px;
    border-bottom: 1px solid #FFAB1E;
    float: right;
    margin-top: -56px;
}
.firstlastname_mandiv a label{
    font-weight: normal;
}
.firstlastname_mandiv span{
    color: #9F9F9F;
    font-size: 16px;
    margin-top: 16px;
    display: inline-block;
    width: 100%;
}
.firstlastname_mandiv .emailNotCompleted{
    margin-right: 9px;
}
.firstlastname_mandiv .verifyemail_btndiv{
    display: inline-block;
    margin: 0;
    float: none;
    margin-top: 17px;
    border: 0;
    color: #fff;
    background: #FFAB1E;
    padding: 7px 10px;
    border-radius: 55px;
    font-family: 'VisbyBold';    
}
.profileratings_onebox ul{
    padding: 0px;
    margin: 0px;
}
.profileratings_onebox ul li{}
.profileratings_onebox ul li h4{
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 23px;
    color: #000;
}
.profileratings_onebox ul li span{
    font-size: 19px;
    color: #000;
}

.myearnings_mandiv ul li{
    display: inline-block;
    margin-right: 25px;
}
.myearnings_mandiv ul{
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
.myearnings_mandiv ul li h4{
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 23px;
    color: #000;
}
.myearnings_mandiv ul li span{
    font-size: 19px;
    color: #9F9F9F;
}

.sethrtgemandiv{
    margin-top: 0;
    border-top: 1px solid #E1E1E1;
    margin-bottom: 27px;
}
.firstlastname_mandiv p img{
    width: 18px;
    margin-left: 6px;
}
.firstlastname_rightmandiv{
    height: 757px;
}
.setUpcoming_datemandiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

/*bookeddates css*/

/*Confirm Bookings css*/
.confirmbookings_toptext{
    display: inline-block;
    width: 100%;
    margin-top: 35px;
}
.confirmbookings_toptext h3{
    margin: 0px;
    color: #000;
    font-size: 15px;
    margin-bottom: 13px;
}
.confirmbookings_rightmandiv{
    display: inline-block;
    width: 100%;
    background: #F5F5F5;
    padding: 10px 10px;    
}
.ConfirmBookings_tabldiv{
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #E1E1E1;
    padding: 10px;
    margin-bottom: 10px;
}
.inner_confirmbookingsbox1{
    float: left;
    width: 26%;
    position: relative;
}
.inner_confirmbookingsbox1 img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 3px;
}
.inner_confirmbookingsbox1 h3{
    margin: 0;
    font-size: 18px;
    color: #000;
    padding-left: 70px;
    margin-top: 11px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_confirmbookingsbox1 p{
    padding-left: 70px;
    margin: 0;
    font-size: 15px;
    color: #9F9F9F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_confirmbookingsbox2{
    float: left;
    width: 16%;
    margin-top: 12px;
}
.inner_confirmbookingsbox2 h3{
    margin: 0;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.inner_confirmbookingsbox2 p{
    margin: 0;
    font-size: 14px;
    color: #9F9F9F;
}
.inner_confirmbookingsbox4{
    float: left;
    width: 42%;
    margin-top: 18px;
    text-align: right;
}
.viewbookingdetails_btn{
    color: #fff;
    padding: 10px 13px;
    border: 0px solid #DFDFDF;
    border-radius: 32px;
    font-size: 14px;
    background-color: #97BABA;
}
.viewbookingdetails_btn:focus, .viewbookingdetails_btn:hover{
    color: #fff;
}
.Accept_btn{
    background: #FFAB1E;
    color: #fff;
    padding: 10px 13px;
    border-radius: 28px;
    margin-left: 6px;
    margin-right: 6px;
    font-family: 'VisbyBold';
}
.Reject_btn{
    background: #FB423A;
    color: #fff;
    padding: 10px 13px;
    border-radius: 26px;
}
.Reject_btn:focus, .Reject_btn:hover{
    color: #fff;
}
.Accept_btn:focus, .Accept_btn:hover{
    color: #fff;
}
.checkfortravel_textbox{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.checkfortravel_textbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}
.checkfortravel_textbox p{
    margin: 0px;
    color: #828282;
    font-size: 15px;
}
.servicelocation_textbox{
    display: inline-block;
    width: 100%;
}
.servicelocation_textbox h3{
    margin: 0px;
    color: #000;
    font-size: 15px;
    margin-bottom: 13px;
}
.servicelocation_textbox p{
    margin: 0px;
    color: #828282;
    font-size: 15px;
    margin-bottom: 6px;
}
.servicelocation_textbox a{
    display: inline-block;
    padding: 10px 20px;
    color: #FFAB1E;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #DFDFDF;
    margin-right: 16px;
    margin-top: 30px;
}
.acceptbooking_btndiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 65px;
}
.acceptbooking_btndiv a{
    display: inline-block;
    background: #FFAB1E !important;
    padding: 10px 23px;
    color: #fff;
    font-size: 16px;
    border-radius: 36px;
    font-family: 'VisbyBold';
}
.setold_modalpaddingdiv {

}
.bookingdetails_modaldiv.setold_modalpaddingdiv .modal-header{
    padding: 28px;
}
.bookingdetails_modaldiv.setold_modalpaddingdiv .modal-body {   
    padding-left: 28px;
    padding-right: 28px;
}
.rejectbooking_radiodiv{
    display: inline-block;
    width: 100%;
}
.rejectbooking_radiodiv .customradiobuttons .radiocontainer{
    margin-bottom: 22px;
}
/*Confirm Bookings css*/


/* Toasetr Message */
#toast-container > .toast-success {
    background-color: #000 !important;
    opacity: 10;
}
/* End Toasetr Message */



/*new design profile css*/
.startagain_textdiv{
    float: right;
    position: relative;
    z-index: 1;    
    margin-top: -29px;
    color: #FFAB1E;
    font-size: 16px;
}
.startagain_textdiv:hover{
    color: #FFAB1E;
}
.startagain_textdiv img{
    width: 19px;
    margin-right: 8px;
}
.bookings_mancoverdiv{
    display: inline-block;
    width: 100%;
}
.bookings_boxcoverdiv{
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #E6E6E6;
    padding: 17px 0px;
    margin-bottom: 50px;
    height: 541px;
}
.bookings_scrolldivbox{
    display: inline-block;
    width: 100%;
    max-height: 440px;
    overflow: auto;
    float: left;
}
.bookings_scrolldivbox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.bookings_scrolldivbox::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.bookings_scrolldivbox::-webkit-scrollbar-thumb {
  background: #DFDEDE; 
}



.bookings_scrolldivbox .bookings_profiletext{
    margin-top: 0;
    padding-left: 87px;
    padding-right: 0;
}


.bookings_progileimg{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px 15px;
}
.bookings_progileimg img{
    position: absolute;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.bookings_progileimg h3{
    margin: 0;
    font-size: 15px;
    padding-left: 71px;
    margin-top: 12px;
    color: #000;
    margin-bottom: 8px;
}
.bookings_progileimg p{
    margin: 0px;
    padding-left: 71px;
    font-size: 15px;
    color: #9F9F9F;
}
.bookings_progileimg span{
    float: right;
    color: #FFAB1E;
    font-size: 18px;
/*    font-family: 'proximanova-bold';*/
    margin-top: -32px;
    margin-right: 0px;
}
.bookings_profiletext{
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
    margin-top: 15px;
}
.bookings_profiletext p{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
}
.experience_yeartext{
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
}
.experience_yeartext p{
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
}
.experience_yeartext p span{
    color: #000;
}
.booking_ratings{
    display: inline-block;
    width: 100%;
    padding: 11px 15px;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.booking_ratings .ratings_mandivbox {    
    border-top: 0px solid #E6E6E6;
    padding-top: 0;
    margin-top: 0;
    margin-left: 2px;
}
.booking_ratings .ratings_mandivbox span {    
    margin-left: 3px;
    color: #FFAB1E;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
    float: inherit;
    margin: 0;
}
.booking_ratings span{
    float: right;
    font-size: 15px;
    color: #9F9F9F;
    margin-top: -24px;
}
.booking_servicesdiv{
    display: inline-block;
    width: 100%;
    padding: 15px 15px;    
}
.booking_servicesdiv h4{
    margin: 0px;
    font-size: 15px;
    color: #000;
    margin-bottom: 17px;
}
.booking_servicesdiv ul{
    margin: 0px;
    padding-left: 15px;
}
.booking_servicesdiv ul li{    
    width: 100%;
    font-size: 15px;
    color: #9F9F9F;
    list-style-type: disc !important;
    margin-bottom: 10px;
}
.booknow_btndivbox{
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    padding-bottom: 0px;
    border-top: 5px solid #E1E1E1;
    position: absolute;
    bottom: 16px;
    left: 0;
}
.booknow_btndivbox a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 13px 0px;
    border-radius: 4px;
    background: #FFAB1E;
    text-align: center;
    width: 128px;
    line-height: normal;
    margin-right: 8px;
}
.topprofile_mandivbox{
    display: inline-block;
    width: 83%;
    padding: 15px;
    border: 2px solid #E6E6E6;
}
.topprofile_leftbox{
    float: left;
    width: 70%;
}
.topprofile_leftbox ul{
    padding: 0px;
    margin: 0px;
}
.topprofile_leftbox ul li{
    float: left;
    width: 20%;
    border-right: 0px solid #E1E1E1;
    position: relative;
}
.topprofile_leftbox ul li:after{
    content: '';
    position: absolute;
    background: #E1E1E1;
    width: 2px;
    height: 59px;
    right: 0px;
}
.topprofile_leftbox ul li:last-child:after{
    width: 0px;
}
.one_profilebtndiv{
    display: inline-block;
    width: 100%;
}
.one_profilebtndiv .bookings_progileimg{
    padding: 0px;
}
.one_profilebtndiv .bookings_progileimg img{
    left: 0px;
}
.overview_ratings{
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}
.overview_ratings p{
    margin: 0px;
    font-size: 15px;
    color: #807F84;
    margin-bottom: 9px;
}
.overview_ratings .ratings_mandivbox {
    border-top: 0px solid #E6E6E6;
    padding-top: 0;
    margin-top: 0;
    margin-left: 0px;
}
.overview_ratings .ratings_mandivbox span {
    margin-left: 3px;
    font-size: 15px;    
}
.Profile_verifiedicon{
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}
.Profile_verifiedicon p{
    margin: 0px;
    font-size: 15px;
    color: #807F84;
    margin-bottom: 9px;
}
.Profile_verifiedicon span{
    font-size: 15px;
    color: #FFAB1E;
}
.Profile_verifiedicon span img{
    width: 22px;
    margin-right: 4px;
}
.overview_ratingswidth{
    width: 30% !important;
}
.one_profilebtndivwidth{
   width: 30% !important; 
}
.topprofile_rightbox{
    float: left;
    width: 30%;
    text-align: right;
    margin-top: 11px;
}
.topprofile_rightbox a{
    display: inline-block;
    padding: 9px 15px;
    background: #F6E833 !important;
    color: #000;
    font-size: 15px;
    border-radius: 45px;
    margin-left: 7px;
    font-family: 'VisbyBold';
}

.profileoverview_coverdiv{
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 110px;
}
.overview_coverdivleft{
    display: inline-block;
    width: 100%;
}
.overview_topprofilemenu{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.overview_topprofilemenu ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    border: 1px solid #D4D4D4;
}
.overview_topprofilemenu ul li{
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid #D4D4D4;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    background: #fff;
}
.overview_topprofilemenu ul li a{
    display: inline-block;
    font-size: 14px;
    color: #000;    
    padding-bottom: 18px;
    padding-top: 18px;
    width: 100%;
}
.overview_topprofilemenu ul li p {
    padding-left: 54px;
    margin: 0;
}
.overview_topprofilemenu ul li img {
    position: absolute;
    width: 22px;
    left: 22px;
}
.overview_topprofilemenu .no_activeimg {
    display: block;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(106%);
}
.overview_topprofilemenu .active_img {
    display: none;
}
.overview_topprofilemenu .activelist .active_img {
    display: block;
    filter: invert(67%) sepia(90%) saturate(2240%) hue-rotate(354deg) brightness(178%) contrast(106%);
}
.overview_topprofilemenu .activelist .no_activeimg {
    display: none;
}
.overview_topprofilemenu .activelist a {    
    background: transparent;
}
.overview_topprofilemenu .setleft_grayarrow{
    font-size: 23px;
    float: right;
    margin-top: -23px;
    margin-right: 12px;
}
.profileactivity_divbox{
    display: inline-block;
    width: 100%;
    border: 1px solid #D4D4D4;
    padding: 15px;
    height: 385px;
    overflow: auto;
}
.profileactivity_divbox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.profileactivity_divbox::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.profileactivity_divbox::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.profileactivity_divbox::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.profileactivity_divbox h2{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}
.lastactiveon_divbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.lastactiveon_divbox h3{
    color: #000;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 17px;
}
.lastactiveon_divbox h3:after{
    content: '';
    position: absolute;
    left: 0px;
    background: #9F9F9F;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 3px;
}
.lastactiveon_divbox p{
    color: #9F9F9F;
    font-size: 15px;
    margin: 0px;
    padding-left: 17px;
}
.overview_coverdivright{
    display: inline-block;
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 15px;
    height: 663px;
    overflow: auto;
    padding-top: 25px;
}
.overview_coverdivright::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.overview_coverdivright::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.overview_coverdivright::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.overview_coverdivright::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.overview_coverdivright #calendar .pignose-calendar{
    width: 100%;
    box-shadow: none;
    border: 1px solid #EBEBEB;
    border-radius: 9px;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top {
    padding: 24px 0;
    background-color: transparent;    
    box-shadow: none;
    border: 0;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {    
    padding: 18px 0px;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month, .overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
    display: block;
    text-align: center;
    color: #000 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    text-transform: capitalize;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
    color: #FFAB1E;
    font-size: 20px;
    border: 1px solid #FFAB1E;
    border-radius: 100%;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-prev {
    float: left;
    margin-left: 70px;
    top: 7px;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav.pignose-calendar-top-next {
    float: right;
    margin-right: 67px;
    top: 7px;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-unit a {
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    color: #49c4d0;
    line-height: 2.4em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .3s ease,color .3s ease;
    transition: background-color .3s ease,color .3s ease;
    z-index: 1;
    position: relative;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
    float: left;
    width: 14.28%;
    height: 2.8em;
    text-align: center;
    line-height: 2.8em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-unit .pignose-calendar-button-schedule-container .pignose-calendar-button-schedule-pin:last-child {
    margin-right: 0;
    background: #FFAB1E !important;
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    left: 13px;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-unit {    
    position: relative;
    height: 45px;
    width: 38px;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-body {
    padding: 12px;
    padding-top: 0;
}
.overview_coverdivright #calendar .pignose-calendar .pignose-calendar-header {
    padding: 0 12px;   
}
.profilephotos_mandivbox{
    height: 886px;
}
.profilephotos_mandivbox .create_accountmandiv{
    padding-bottom: 0;
}
.aboutkyla_textbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.aboutkyla_textbox h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}
.aboutkyla_textbox p{    
    color: #807F84;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 10px;
}
.kylaspeaks_setbox h3 img{
    margin-right: 10px;
}
.aboutkyla_textbox ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 25px;
}
.aboutkyla_textbox ul li{
    display: inline-block;
    margin-right: 12px;
    padding-bottom: 8px;
}
.aboutkyla_textbox ul li span{
    display: block;
    border: 1px solid #E6E6E6;
/*    background: #F9F9F9;*/
    padding: 7px 14px;
    border-radius: 5px;
    color: #807F84;
    font-size: 15px;
}
.aboutkyla_textbox ul li span img{
    width: 14px;
    margin-right: 11px;
}
.kylaservices_divbox ul li{
    margin-bottom: 20px;
}
.aboutkyla_textbox.kylaservices_divbox h3 {   
    margin-bottom: 35px;
}
.setchat_mancoverdiv{
    padding: 0px;
    overflow: inherit;
}
.chatwith_titletext{
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-bottom: 5px solid #E1E1E1;
}
.chatwith_titletext h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;    
}
.chatwith_titletext p{
    color: #9F9F9F;
    font-size: 16px;
    margin: 0;
}
.chatwith_titletext p span{
    color: #FFAB1E;
    border-bottom: 1px solid #FFAB1E;
    margin-left: 25px;
    position: relative;
 }
.chatwith_titletext p span:after{
    content: '';
    position: absolute;
    left: -20px;
    background: #9F9F9F;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 4px;
}
.chat_scrollbardiv{
    display: inline-block;
    width: 100%;
    position: relative;
    height: 456px;
    overflow: auto;
}
.chat_scrollbardiv::-webkit-scrollbar {
  width: 5px;
}
.messages_username .user_message_activer{
    color: #FFAB1E!important;
}
/* Track */
.chat_scrollbardiv::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.chat_scrollbardiv::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.chat_scrollbardiv::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.pepal_chatdivbox{
    display: inline-block;
    width: 100%;
    padding: 11px;
    margin-bottom: 10px;
}
.pepal_chatdivbox img{
    position: absolute;
    left: 15px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}
.pepal_chatdivbox h3{
    margin: 0;
    font-size: 15px;
    padding-left: 60px;
    margin-top: 5px;
    color: #000;
    margin-bottom: 8px;
}
.pepal_chatdivbox h3 span{
    color: #9F9F9F;
    margin-left: 13px;
    font-size: 15px;    
}
.pepal_chatdivbox p{
    margin: 0px;
    padding-left: 60px;
    font-size: 15px;
    color: #3B3B3B;
}
#userIndexMainBox{
    margin-bottom: 70px;
}
.date_yeardivbox{
    display: inline-block;
    width: 100%;
    padding: 15px;
}

.date_yeardivbox .date_borderdiv:after {    
    background: #E1E1E1;
}
.chat_inboxtextarea{
    display: inline-block;
    width: 100%;
    border-top: 4px solid #E1E1E1;
}
.chat_inboxtextarea .form-group{
    margin-bottom: 0px;
    float: left;
    width: 87%;
    border-right: 0px solid #BEBEBE;
    position: relative;
}
.chat_inboxtextarea .form-group:after{
    content: '';
    position: absolute;
    right: 0px;
    background: #BEBEBE;
    height: 74px;
    width: 2px;
    display: inline-block;
    top: 16px;
}
.chat_inboxtextarea .form-group textarea{
    border: 0;
    color: #3B3B3B;
    font-size: 15px;
    padding: 0px 15px;
    resize: none;
    height: 102px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.chat_inboxtextarea .message_rightbox a{
    background: transparent;
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 0;
    text-align: center;
    line-height: normal;
    float: right;
    margin-top: 32px;
    cursor: pointer;
}

.chat_inboxtextarea .message_rightbox a img{
    width: 50px;
}
.chat_inboxtextarea .message_rightbox {    
    width: 9%;
}
.kylarates_mancoverdiv{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.dayhours_mandivbox{
    display: inline-block;
    width: 100%;
    position: relative;
}
.dayhours_mandivbox img{
    position: absolute;
    left: 0;
    top: 7px;
}
.dayhours_mandivbox h4{
    margin: 0;
    font-size: 15px;
    color: #000;
    padding-left: 28px;
    margin-bottom: 8px;
}
.dayhours_mandivbox p{
    margin: 0;
    color: #9F9F9F;
    padding-left: 28px;
    font-size: 13px;
}
.rateshour_labelbox{
    display: inline-block;
    width: 100%;
    position: relative;
}
.rateshour_labelbox:after{
    content: '';
    position: absolute;    
    background: #E1E1E1;
    height: 60px;
    width: 3px;
    left: -30px;
    display: inline-block;
    top: -10px;
}
.rateshour_labelbox p{
    color: #FFAB1E;
    font-size: 15px;
    margin: 0px;
    border: 1px solid #E6E6E6;
    display: inline-block;
    padding: 9px 12px;
    border-radius: 4px;
    background: #F9F9F9;
/*    font-family: 'proximanova-bold';*/
}
.rateshour_labelbox p span{
    color: #9F9F9F;
    font-size: 14px;    
}
.viewavailability_btnbox{
    display: inline-block;
    width: 100%;
    text-align: right;
}
.viewavailability_btnbox a{
    display: inline-block;
    background: #fff;
    border: 0px solid #FFA403;
    padding: 8px 15px;
    border-radius: 33px;
    color: #fff;
    font-size: 13px;
    padding-bottom: 8px;
    background-color: #FFAB1E;
    font-family: 'VisbyBold';
}
.close_ratesbtn a{
    border-color: #FF3737;
    color: #FF3737;
}
.close_ratesbtn img{
    margin-right: 8px;
}
.availibility_textbox{
    display: inline-block;
    width: 100%;
}
.availibility_textbox h2{    
    font-size: 15px;
    margin: 0px;
    color: #000;
    margin-bottom: 17px;
}
.availibility_textbox ul{
    padding: 0px;
    margin: 0px;
}
.availibility_textbox ul li{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.availibility_textbox ul li span{
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #9F9F9F;
    background: #F9F9F9;
    padding: 10px 0px;
    display: inline-block;
    border-radius: 4px;
    width: 201px;
    text-align: center;
}
.services_profileimg{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px;
    border: 1px solid #E6E6E6;
    border-bottom: 4px solid #E6E6E6;
}
.services_profileimg img{
    position: absolute;
    left: 15px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.services_profileimg h3{
    margin: 0;
    font-size: 15px;
    padding-left: 71px;
    margin-top: 12px;
    color: #000;
    margin-bottom: 8px;
}
.services_profileimg p{
    margin: 0px;
    padding-left: 71px;
    font-size: 15px;
    color: #9F9F9F;
}
.overview_topprofilemenu .left_missingicinset{
    right: 39px;
    left: auto;
    top: 22px;
    width: 21px;
}
.services_rightmandivbox{
    display: inline-block;
    width: 100%;
}
.services_rightmandivbox .custam_progress span {    
    font-size: 15px;
    margin-top: 15px;
}
.services_rightmandivbox .custam_progress .progress {   
    width: 66%;
    margin-top: 22px;
}
.services_rightmandivbox .bookings_loginametext{   
    
}
.services_rightmandivbox .selecteddates_text{
    width: 98%;
}
.exit_btndivbox{
    float: right;
    margin-top: -53px;
}
.exit_btndivbox a{
    display: inline-block;
    background: #F9F9F9;
    border: 1px solid #FF3737;
    padding: 9px 15px;
    border-radius: 4px;
    color: #FF3737;
    font-size: 15px;
    padding-bottom: 8px;
}
.exit_btndivbox img {
    margin-right: 8px;
}
.needhelpwith_textbox{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}
.needhelpwith_textbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 18px;
}
.needhelpwith_textbox textarea{
    width: 690px;
    height: 181px;
    border-radius: 0;
    font-size: 16px;
    resize: none;
    color: #000;
    padding: 14px;
}

.needhelpwith_textbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A5A5A5;
}
.needhelpwith_textbox::-moz-placeholder { /* Firefox 19+ */
  color: #A5A5A5;
}
.needhelpwith_textbox:-ms-input-placeholder { /* IE 10+ */
  color: #A5A5A5;
}
.needhelpwith_textbox:-moz-placeholder { /* Firefox 18- */
  color: #A5A5A5;
}

.selecttimings_textbox{
    display: inline-block;
    width: 100%;
    padding-top: 6px;
}
.selecttimings_textbox h3{
    margin: 0;
    font-size: 20px;
    color: #000;
}
.selecttimings_textbox .headerexit_div{
    display: inline-block;
    background: #fff;
    border: 1px solid #FF3737;
    padding: 7px 15px;
    border-radius: 34px;
    color: #FF3737;
    font-size: 15px;
    padding-bottom: 8px;
    float: right;
    margin-top: -31px;
}

.selecttimings_textbox .headerexit_div img{
    margin-right: 8px;
}
.left_paretboxpart.setcustomverticaltabs {
    top: 77px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
.setcustomverticaltabs .innercategories{   
    border: 1px solid #D4D4D4;
    margin-top: 30px;
}
.setcustomverticaltabs .innercategories ul {    
    padding-top: 0px;
}
.setcustomverticaltabs .innercategories ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    /* padding-left: 27px; */
    padding-bottom: 14px;
    padding-top: 14px;
    width: 100%;
    position: relative;
    padding-left: 33px;
}
.setcustomverticaltabs .innercategories ul li a img{
    position: absolute;
    left: 9px;
    width: 14px;
    top: 13px;
}
.setcustomverticaltabs .setleft_grayarrow {
    float: right;
    margin-top: -3px;
    margin-right: -5px;
    font-size: 20px;
    color: #BEBEBE;
}
.setcustomverticaltabs .active .no_activeimg{
    display: none;
}
.setcustomverticaltabs .no_activeimg{
    display: block;
}
.setcustomverticaltabs .active .active_img{
    display: block;
}
.setcustomverticaltabs .active_img{
    display: none;
}

.setcustomverticaltabs .tabs-left > li {
  float: none;
  margin: 0px;
}

.setcustomverticaltabs .tabs-left > li.active > a,
.setcustomverticaltabs .tabs-left > li.active > a:hover,
.setcustomverticaltabs .tabs-left > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: transparent;
    background: #fff;
    border: none;
    border-radius: 0px;
    margin: 0px;
    border: 0;
}

.setcustomverticaltabs .nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
}
.setcustomverticaltabs .nav-tabs>li>a:hover {
    border-color: transparent;
}
.setcustomverticaltabs .nav>li>a:focus, .setcustomverticaltabs .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.setcustomverticaltabs .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.setcustomverticaltabs .innercategories .booking_iconleft{
    right: 25px;
    left: auto;
    width: 16px;
}
.date_dayheader{
    display: inline-block;
    width: 100%;
    border-bottom: 4px solid #E1E1E1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.date_dayheader h3{
    color: #000;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 9px;
}
.date_dayheader p{
    margin: 0px;
    color: #9F9F9F;
    font-size: 15px;
}
.date_dayheader a{
    display: inline-block;
    background: #fff;
    border: 1px solid #FF3737;
    padding: 7px 15px;
    border-radius: 35px;
    color: #FF3737;
    font-size: 15px;
    padding-bottom: 8px;
    float: right;
    margin-top: -50px;
}
.date_dayheader img {
    margin-right: 8px;
}
.selecthours_mandivbox{
    display: inline-block;
    width: 100%;
    height: 600px;
    overflow: auto;
}
.selecthours_mandivbox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.selecthours_mandivbox::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.selecthours_mandivbox::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.selecthours_mandivbox::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.selecthours_mandivbox h6{
    margin: 0px;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
}
.selecthours_mandivbox .simpleselect{
    width: 100%;
    height: 54px;
    color: #000;
    font-size: 15px;
}
.selecthours_mandivbox .simpleselect .placeholder, .selecthours_mandivbox .simpleselect .options {
    background: #fff;
    border: 1px solid #E1E1E1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 21px;
    float: left;
    width: 100%;
    z-index: 11;
}
.selecthours_mandivbox .simpleselect .placeholder, .selecthours_mandivbox .simpleselect .options .option, .selecthours_mandivbox .simpleselect .options .optgroup .optgroup-label {
    padding: 18px 10px;
    width: 96%;
}
.selecthours_mandivbox .simpleselect .options .option.active {
    background: #53aaad;
    color: #fff;
}
.hourscustam_accordion{
    display: inline-block;
    width: 100%;
}
.hourscustam_accordion .panel-group .panel {    
    border-radius: 0;
    margin-bottom: 20px;
}
.hourscustam_accordion .panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0;
    padding: 23px 15px;
    border-bottom: 3px solid #D4D4D4;
}
.hourscustam_accordion .rateshour_labelbox p{
    padding: 0;
    border: 0;
    background: #fff;
    margin-top: 11px;
} 
.hourscustam_accordion .rateshour_labelbox:after {
    content: '';
    position: absolute;
    background: #E1E1E1;
    height: 60px;
    width: 2px;
    left: -30px;
    display: inline-block;
    top: -6px;
}  
.accordion_aroowimg{
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    text-align: right;
}
.accordion_aroowimg .collapsed img{
    transform: rotate( 180deg );
}
.accordion_aroowimg img{
    transform: rotate( 0deg );
}
.hourscustam_accordion .panel-body .time_textbox {
    margin-top: 4px;
    margin-left: 0;
    margin-bottom: 4px;
}
.hourscustam_accordion .customcheckboxes_mandiv .container {    
    font-size: 15px;
    color: #000;
}
.hourscustam_accordion .customcheckboxes_mandiv {   
    border: 0px solid #EEEEEE;
    padding: 0px 0px;
    border-bottom: 1px solid #D4D4D4;
    padding: 15px;
}
.hourscustam_accordion .customcheckboxes_mandiv a {
    font-size: 15px;
    color: #FFAB1E;    
    right: 15px;
    top: 17px;    
}
.hourscustam_accordion .customcheckboxes_mandiv .checkmark {    
    top: 0px;    
    right: 68px;
    height: 25px;
    width: 25px;    
}
.hourscustam_accordion .panel-group .panel-heading+.panel-collapse>.list-group, .hourscustam_accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd;
    padding: 0;
}
.Less_colordiv{
    color: #FFAB1E !important; 
}
.selectedhours_rightbox{
    display: inline-block;
    width: 100%;
    height: 600px;
    overflow: auto;
}
.selectedhours_rightbox::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.selectedhours_rightbox::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.selectedhours_rightbox::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.selectedhours_rightbox::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.selectedhours_titlediv{
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}
.selectedhours_titlediv h6{
    margin: 0px;
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.selectedhours_titlediv p{
    color: #9F9F9F;
    font-size: 15px;
    margin: 0px;
}
.hours_innermandiv{
    border: 1px solid #D4D4D4;
    display: inline-block;
    width: 100%;
}
.hours_innerdetils{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #D4D4D4;
}
.hours_innerdetils img{
    position: absolute;
    left: 15px;
}
.hours_innerdetils p{
    margin: 0px;
    font-size: 15px;
    color: #000;
    padding-left: 40px;
}
.hours_innerdetils span{
    color: #9F9F9F;
    /* margin-left: 45px; */
    display: inline-block;   
    width: 100%;
}
.hours_innerdetils .hours_closeicon{
    right: 16px;
    left: auto;
    top: 15px;
    width: 13px;
}
.bookingoverview_textbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 21px;
}
.bookingoverview_textbox h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
}
.bookings_detilsmandiv{
    display: inline-block;
    width: 100%;
    border: 1px solid #E6E6E6;
    height: 663px;
}
.bookings_detilsmandiv .services_profileimg {    
    border: 0px solid #E6E6E6;
    border-bottom: 4px solid #E6E6E6;
    margin-bottom: 15px;
}
.booking_datestabing{
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.time_viewdscrollbar{
    display: inline-block;
    width: 100%;
    height: 410px;
    overflow: auto;
    border-bottom: 5px solid #E1E1E1;
}
.time_viewdscrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.time_viewdscrollbar::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.time_viewdscrollbar::-webkit-scrollbar-thumb {
  background: #000; 
}

/* Handle on hover */
.time_viewdscrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.booking_datestabing .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding: 0px 15px;
    padding-top: 14px;
}
.time_viewdetailsbox{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    /* padding-bottom: 15px; */
    margin-bottom: 15px;
    padding: 0px 15px;
    padding-bottom: 15px;
}
.time_viewdetailsbox p{
    display: inline-block;
    margin: 0px;
    font-size: 15px;
    color: #000;
}
.time_viewdetailsbox span{
    color: #9F9F9F;
    font-size: 15px;
    margin-left: 25px;
    position: relative;
}
.time_viewdetailsbox span:after{
    content: '';
    position: absolute;
    left: -18px;
    background: #9F9F9F;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 4px;
}
.time_viewdetailsbox span a{
    color: #FFAB1E
}
.time_viewdetailsbox h6{
    display: inline-block;
    margin: 0px;
    font-size: 15px;
    color: #9F9F9F;
    float: right;
}
.booking_datestabing .subtotal_textbox p{
    color: #9F9F9F;
}
.booking_datestabing .subtotal_textbox span{
    color: #9F9F9F;
}
.datesman_totalidiv{
    display: inline-block;
    width: 100%;
    /* padding-top: 7px; */
    padding: 0px 15px;
    padding-top: 7px;
}
.datesman_totalidiv span{
    color: #000;
    font-size: 20px;
    float: left;
}
.datesman_totalidiv p{
    color: #000;
    font-size: 20px;
    float: right;
    margin: 0px;
}
.residence_caremandiv{
    display: inline-block;
    width: 100%;
}
.residence_caremandiv .after_topborder:after{
    width: 100%;
}
.residence_caremandiv .homecare_checkboxdiv .checkcontainer{
    width: 100%;
    cursor: auto;
    height: 249px;
    position: relative;
}
.residence_caremandiv .homecare_checkboxdiv {    
    margin-top: 0;
}
.residence_caremandiv .updateaddress_textbox {    
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    bottom: 18px;
}
.paymentmethod_mandiv{
    display: inline-block;
    width: 100%;
    margin-top: 38px;
}
.paymentmethod_mandiv .homecare_checkboxdiv .checkcontainer{
    width: 100%;
    cursor: auto;
}
.paymentmethod_mandiv .homecare_checkboxdiv .checkcontainer p {   
    margin-top: 11px;
}
.paymentmethod_mandiv .updateaddress_textbox {    
    margin-top: 35px;
    margin-bottom: 10px;
}
.paymentmethod_mandiv .homecare_checkboxdiv{
    margin-top: 0px;
}
.paymentrefund_checkbox{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.paymentrefund_checkbox .container {
  display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #9F9F9F;
    font-weight: normal;
}
.paymentrefund_checkbox .container a{
    color: #FFAB1E;
    border-bottom: 1px solid #FFAB1E;
}

.paymentrefund_checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.paymentrefund_checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #E6E6E6;
}
.paymentrefund_checkbox .container input:checked ~ .checkmark {
  background-color: #FFAB1E;
}

.paymentrefund_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.paymentrefund_checkbox .container input:checked ~ .checkmark:after {
  display: block;
}

.paymentrefund_checkbox .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottom_savecontinuebtndiv .discardbooking_btndiv{
    display: inline-block;
    background: #F9F9F9;
    border: 1px solid #FF3737;
    padding: 14px 20px;
    border-radius: 4px;
    color: #FF3737;
    font-size: 16px;
    /* padding-bottom: 8px; */
    float: left;
    left: 241px;
}
.bottom_savecontinuebtndiv .discardbooking_btndiv img {
    margin-right: 8px;
    margin-left: 0px;
}
.bottom_savecontinuebtndiv .editbooking_btndiv{
    display: inline-block; 
    background: #fff;   
    border: 1px solid #FFAB1E;
    padding: 14px 20px;
    border-radius: 4px;
    color: #FFAB1E;
    font-size: 16px;
    margin-right: 35px;    
}
.bottom_savecontinuebtndiv .editbooking_btndiv img {
    margin-right: 8px;
    margin-left: 0px;
}

/*new design profile css*/

/*personal Info css*/
.right_logout{
    float: right;
    margin-top: 7px;
}
.right_logout a{
    color: #FFAB1E;
    font-size: 15px;
/*    font-family: 'proximanova-bold';*/
    position: relative;
}
.right_logout a:after{
    content: '';
    height: 40px;
    width: 1px;
    background: #CFCFCF;
    left: -18px;
    display: inline-block;
    position: absolute;
    top: -9px;
}
.right_logout a img{
    margin-right: 10px;
}
.right_logout span{
    color: #000;
    font-size: 15px;
    margin-right: 35px;
}
.setright_personalinfomandiv{
    text-align: left;
    padding-left: 30px;
    padding-top: 170px;  
    z-index: 1;  
    position: fixed;
    width: 30%;
}
.setright_personalinfomandiv:after{
    content: '';
    background: url(../svg/Subtraction.svg) top center no-repeat;
    background-size: 100%;
    width: 122px;
    height: 157px;
    z-index: -1;
    position: absolute;
    right: 98px;
    bottom: 0;
}
.savecontinue_btndiv.setregister_nextbtn{
    padding-bottom: 60px;
}
.right_personalinfomandiv{
    display: inline-block;
    width: 100%;
}
.right_personalinfologo{
    display: inline-block;
    width: 100%;
}
.right_personalinfologo img{
    width: 180px;
}
.right_personalinfologo p{
    margin: 0px;
    margin-top: 4px;
    font-size: 15px;
    color: #000;
}
.careseekers_textdetils{
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.careseekers_textdetils h3{
    margin: 0px;
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
}
.careseekers_textdetils p{
    color: #828282;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding-right: 110px;
}
/*.careseekers_textdetils a{
    display: inline-block;
    padding: 14px 20px;
    color: #fff;
    background: #000;
    font-size: 15px;
    border-radius: 5px;
    margin-right: 14px;
}*/
.careseekers_textdetils a img{
    width: 140px;
    margin-right: 15px;
}
.savecontinue_btndiv{
    display: inline-block;
    width: 100%;
    border-top: 5px solid #E1E1E1;
    padding-top: 25px;
    position: fixed;
    left: 250px;
    bottom: 0;
    background: #fff;
    padding-bottom: 17px;
    z-index: 1;
}
.savecontinue_btndiv a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background: #FFAB1E;
    padding: 14px 25px;
    border-radius: 35px;
    position: relative;
    left: 92px;
}
.savecontinue_btndiv button{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 10px 25px;
    border-radius: 35px;
    position: relative;
    right: -34px;
    border: 0px;
    font-family: 'VisbyBold';
}
.savecontinue_btndiv.setphotos_savebtn{
    padding-bottom: 67px;
}
.savecontinue_btndiv.setphotos_savebtn button{
    right: 18%;
}
/*.rightSideBtn{
    position: absolute !important;
    right: 53%;
    left: auto !important;
}*/
.savecontinue_btndiv .nextPath{
    position: absolute;
    right: 53%;
    border: 0px;
    left: auto;
}
.savecontinue_btndiv .addnumber_btndiv{
    position: relative;
    left: 26px;
}
.savecontinue_btndiv a img{
    margin-left: 0;
    width: 0;
}
.savecontinue_btndiv button img{
    margin-left: 0px;
    width: 0px;
}
.savecontinue_btndiv .back_btndivbox img{
    margin-right: 15px;
    margin-left: 0;
    transform: rotate(180deg);
    margin-top: -2px;
}
.setbottommargin_mandiv{
    margin-bottom: 50px;
}
.setnewgrap_mandiv{

}
.setnewgrap_mandiv .topgraphmandiv{
    position: inherit;
    margin-bottom: 30px;
    background: transparent;
}
.setnewgrap_mandiv .topgraphmandiv ul li {    
    width: 32%;
    border-right: 0px solid #FFAB1E;
    height: 9px;
    margin-right: 4px;
    background: #EBEBEB;
}
.setnewgrap_mandiv.setidentification_bardiv ul li{
    width: 13%;
}
.caregivergrap_div{

}
.setnewgrap_mandiv.caregivergrap_div .topgraphmandiv ul li{
    width: 24%;
}
.setnewgrap_mandiv .topgraphmandiv ul .active {    
    background: #FFAB1E;
}
/*personal Info css*/

/*Verify mobile number modal css*/
.verifymobile_modal{}

.verifymobile_modal .modal-content{
    border-radius: 0px;
}
.verifymobile_modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    color: #000;
}
.verifymobile_modal .modal-header .close {
    margin-top: -10px;
    opacity: 10;
    color: #000;
    font-size: 44px;
    text-shadow: none;
    font-weight: normal;
}
.verifymobile_modal .modal-header {
    padding: 25px;
    border-bottom: 1px solid #B9B9B9;
    padding-top: 23px;
    padding-bottom: 17px;
}
.verifymobile_modal .modal-dialog {
    width: 640px;
    margin: 30px auto;
    margin-top: 100px;
}
.verifymobile_modal .modal-body {
    position: relative;
    padding: 25px;
}
.verificationcode_text{
    display: inline-block;
    width: 100%;
}
.verificationcode_text h3{
    color: #000;
    font-size: 20px;
    margin-top: 12px;
}
.verificationcode_text p{
    color: #828282;
    font-size: 15px;
}
.verificationcode_text ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.verificationcode_text ul li{    
    float: left;
    margin-right: 15px;
}
.verificationcode_text ul li input{
    border: 0px solid #E1E1E1;
    font-size: 40px;
    color: #000;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #E5E5E9;
    border-radius: 12px;
}
.verificationcode_text span{
    color: #828282;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}
.verificationcode_text span a{
    color: #FFAB1E;
    border-bottom: 0px solid #FFAB1E;
}
.verifynumber_btndiv{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 49px;
    text-align: center;
}
.verifynumber_btndiv a{
    width: 92%;
    height: 55px;
    background: #FFAB1E;
    border-radius: 55px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-family: 'VisbyBold';
}
/*Verify mobile number modal css*/







/*Update modal css*/

#updateEmailForm .account_inputboxset input{
    padding: 12px;
}
.Update_custammodal .close img {
    width: 27px;
}
.Update_custammodal .modal-title h3{
    color: #000;
    font-size: 20px;
    margin: 0px;
}
.Update_custammodal .close {
    opacity: 10;
}

.Update_custammodal .modal-content {
    border-radius: 0px;
}
.Update_custammodal .modal-header {
    padding: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 23px;
    padding-bottom: 23px;
}
.Update_custammodal .modal-body {
    position: relative;
    padding: 18px;
}
.Update_custammodal .btnCommon{
    margin-top: 0px;
    padding: 11px 27px;
    font-size: 16px;
}
.Update_custammodal .modal-footer {
    padding: 18px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: 100%;
}

.Update_custammodal .modal-dialog {
    width: 510px;
    margin: 30px auto;
}

/*Update modal css*/


/*Set Your Rates css*/
.setrates_tabingbox .tab-content>.active {
    display: block;
    margin-top: 30px;
}

.setrates_tabingbox .preferences_radiobtn {
    margin-bottom: 20px;
}
.dayhours_newmandivbox{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 13px;
    margin-bottom: 18px;
}
.dayhours_newtextboxdiv{
    display: inline-block;
    width: 100%;
}
.dayhours_newtextboxdiv h3{
    margin: 0px;
    color: #000;
    font-size: 15px;
    margin-bottom: 13px;
    position: relative;
    padding-left: 28px;
}
.dayhours_newtextboxdiv h3 img{
    position: absolute;
    left: 0;
    top: -4px;
    width: 21px;
}
.dayhours_newtextboxdiv p{
    color: #828282;
    font-size: 15px;
    padding-left: 27px;
    position: relative;
}
.dayhours_newtextboxdiv p i{
    position: absolute;
    left: 0;
    top: 2px;
}
.setyourrates_toptext{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.setyourrates_toptext h3{
    color: #000;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 15px;
}
.setyourrates_toptext p{
    color: #828282;
    font-size: 15px;
    margin: 0px;
    position: relative;
    padding-left: 30px;
}
.setyourrates_toptext p .fa-heart{
    position: absolute;
    left: 0;
    top: 4px;
}
.sethomeservices_tab .tab-content>.active {
    display: block;
    margin-top: 30px;
}
.language_selecttabdiv{
    display: inline-block;
    width: 100%;
}
.whatis_languagedivbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.whatis_languagedivbox p{
    margin: 0px;
    color: #000;
    font-size: 15px;
    margin-bottom: 6px;
}
.whatis_languagedivbox select{
    height: 53px;
    border-radius: 0px;
    box-shadow: none;
    color: #828282;
    font-size: 18px;
    width: 380px;
    cursor: pointer;
}

.whatis_languagedivbox .simpleselect .placeholder, .whatis_languagedivbox .simpleselect .options .option, .whatis_languagedivbox .simpleselect .options .optgroup .optgroup-label {
    padding: 17px 10px;
    line-height: 18px;
    cursor: pointer;
}
.whatis_languagedivbox .simpleselect {    
    height: 55px;
    color: #000;
    font-size: 15px;
}
.whatis_languagedivbox .simpleselect .options {    
    width: 100%;
}
.whatis_languagedivbox .simpleselect .options .option.active {
    background: #FFAB1E;
    color: #fff;
}
.innerlanguages_select{
    display: inline-block;
    width: 380px;
    margin-bottom: 60px;
}
.innerlanguages_select p{
    color: #000;
    font-size: 18px;
    margin: 0px;
}
.innerlanguages_select img{
    float: right;
    margin-top: -28px;
    cursor: pointer;
}
.otherlanguages_divbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
.otherlanguages_divbox p{
    color: #000;
    font-size: 18px;
    margin: 0px;
}
.inner_otherlanguages{
    display: block;
    width: 380px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.inner_otherlanguages span{
    color: #828282;
    font-size: 18px;
}
.inner_otherlanguages img{
    float: right;
    margin-top: 0px;
    cursor: pointer;
    width: 21px;
}
.preferences_radiobtn{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.preferences_radiobtn p{
    color: #000;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 15px;
}
.setnoredcolor_div{

}
.selectall_divbox {
    width: 100%;
}
.selectall_divbox a {
    color: #FFAB1E;
    float: right;
}
.customradiobuttons .radiocontainer.setnoredcolor_div input:checked ~ .checkmark {
    border: 4px solid #97BABA;
}
.customradiobuttons .radiocontainer.setnoredcolor_div .checkmark:after {    
    background: #97BABA;
}
.medicalconditions_textbox{
    display: inline-block;
    width: 100%;
}
.medicalconditions_textbox p{
    font-size: 15px;
    margin: 0px;
    color: #000;
    margin-bottom: 12px;
}
.setdocuments_tabdivbox .tab-content>.active {
    display: block;
    margin-top: 58px;
}
.setdocuments_tabdivbox .preferences_radiobtn {    
    margin-bottom: 20px;
}
.uploaddocument_mandivbox{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.uploaddocument_box1{
    float: left;
    width: 30%;
}
.uploaddocument_box1 p{
    margin: 0px;
    font-size: 15px;
    color: #000;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploaddocument_box1 span{
    color: #9F9F9F;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploaddocument_box2{
    float: left;
    width: 20%;
    position: relative;
    margin-top: 9px;
}
.uploaddocument_box2 p{
    color: #F82525;
    font-size: 15px;
    margin: 0px;
    padding-left: 29px;
}
.uploaddocument_box2 img{
    position: absolute;
    left: 0;
    top: -3px;
}
.uploaddocument_box3{
    float: left;
    width: 20%;
}

.uploaddocument_box3 [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.uploaddocument_box3 [type=file] + label {
    background: #97BABA;
    border-radius: 34px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 9px 14px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    border: 0px solid #E5E5E5;
    line-height: normal;
    font-weight: normal;
    font-family: 'VisbyBold';
}
.badgeactive_divbox p{
    color: #000;
}
.uploaddocument_btncolor [type=file] + label{
    color: #fff;
}
.uploaddocument_box4{
    float: left;
    width: 29%;
    text-align: right;
    margin-top: 8px;
}
.uploaddocument_box4 .ViewDocument_tag{
    color: #FFAB1E;
    font-size: 15px;
    position: relative;
    margin-right: 17px;
}
.uploaddocument_box4 .ViewDocument_tag:after{
    content: '';
    position: absolute;
    background: #E1E1E1;
    width: 1px;
    height: 31px;
    right: -11px;
    top: -7px;
}
.uploaddocument_box4 .RemoveDocument_tag{
    color: #F82525;
    font-size: 15px;
    
}
.uploaddocument_box4 .RemoveDocument_tag img{
    width: 14px;
    margin-right: 6px;
}
.invitenow_reviewsdivbox{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
    margin-bottom: 17px;
}
.invitenow_reviewsdivbox p{
    color: #000;
    font-size: 18px;
}
.invitenow_reviewsdivbox .fa-star{
    color: #FFAB1E;    
    font-size: 19px;
}
.invitenow_reviewsdivbox .fa-star-o{
    font-size: 19px;
    color: #E0E0E0;
}
.invitenow_reviewsdivbox span{
    color: #9F9F9F;
    font-size: 17px;
    margin-left: 8px;
}
.invitenow_reviewsdivbox h5{
    margin: 0px;
    color: #828282;
    font-size: 16px;
/*    font-family: 'proximanova-semibold';*/
    margin-top: 18px;
    line-height: 28px;
}
.partwatch_textbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
.partwatch_textbox p{
    margin: 0px;
    color: #000;
    font-size: 16px;
}
.whattolook_manbox{
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 13px;
    position: relative;
}
.presentation_innertext{
    display: inline-block;
    width: 100%;    
}
.presentation_innertext h5{
    margin: 0px;
    font-size: 15px;
/*    font-family: 'proximanova-semibold';*/
    color: #828282;
    margin-bottom: 15px;
}
.presentation_innertext p {
    margin: 0px;
    font-size: 15px;
    color: #828282;
    padding-left: 24px;
    position: relative;
    margin-bottom: 11px;
}
.presentation_innertext .fa-heart {
    font-size: 14px;
    color: #828282;
    top: 5px;
    position: absolute;
    left: 0;
}
.watchpresentation_btn{
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 16px;
}
.watchpresentation_btn a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 8px 13px;
    border-radius: 5px;
}


.completed_checkbox{
    display: inline-block;
    width: 100%;
    border: 1px solid #E1E1E1;
    padding: 24px 15px;
    border-top: 4px solid #E1E1E1;
    margin-bottom: 50px;
}
.completed_checkbox p{
    float: right;
    margin: 0px;
    color: #FFAB1E;
    font-size: 15px;
}
.completed_checkbox p img{
    margin-right: 8px;
}
.completed_checkbox .checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #828282;
    font-weight: normal;
    display: inline-block;
}

/* Hide the browser's default checkbox */
.completed_checkbox .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.completed_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #C8C8C8;
}

/* When the checkbox is checked, add a blue background */
.completed_checkbox .checkcontainer input:checked ~ .checkmark {
  background-color: #FFAB1E;
  border: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.completed_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.completed_checkbox .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.completed_checkbox .checkcontainer .checkmark:after {
  left: 9px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #FFAB1E;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.create_youacconttext .question_textboxdiv{
    color: #828282;
    font-size: 18px;
/*    font-family: 'proximanova-semibold';*/
}
.right_paddingboxpart.setcompletethe_mandivbox{
    padding-left: 175px;
}
.create_youacconttext.setQuestion_toptextcoverdiv{
    margin-bottom: 20px;
    padding-left: 84px;
    margin-top: 25px;
}
.question_answersmodaldiv{

}
.question_answersmodaldiv .modal-header .close {
    margin-top: -2px;
    opacity: 10;
}
.question_answersmodaldiv .modal-header .close img{
    width: 20px;
}
.question_answersmodaldiv .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
    font-size: 21px;
}
.question_answersmodaldiv .modal-content{
    border-radius: 0px;
}
.question_answersmodaldiv .modal-header {
    padding: 15px;
    border-bottom: 1px solid #B9B9B9;
    margin-bottom: 22px;
}
.question_answersmodaldiv .modal-body {
    position: relative;
    padding: 15px;
    height: 350px;
}
.question_answersmodaldiv .modal-footer{
    padding: 15px;
    text-align: right;
    border-top: 0px solid #e5e5e5;
    padding-bottom: 34px;
}
.question_answersmodaldiv .modal-footer button{
    width: 100%;
    background: #FFAB1E;
    border: 0;
    color: #fff;
    padding: 14px 12px;
    font-size: 18px;
}
.question_answersmodaldiv .modal-footer a{
    width: 100%;
    background: #FFAB1E;
    border: 0;
    color: #fff;
    padding: 14px 12px;
    font-size: 18px;
    border: 0px;
}
.correctanswers_text{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.correctanswers_text p{
    margin: 0px;
    color: #000;
    font-size: 20px;
    float: left;
}
.correctanswers_text span{
    color: #FFAB1E;
    font-size: 20px;
    padding-left: 12px;
}
.correctanswers_text .Selected_Answers{
    color: #F82525;
}

.setuploadphoto_mandivbox{

}
.setuploadphoto_mandivbox .uploaddocument_box4 {    
    width: 38%;
}
.setuploadphoto_mandivbox .uploaddocument_box3 {    
    width: 22%;
}
.setuploadphoto_mandivbox .uploaddocument_box1 {
    float: left;
    width: 40%;
}
.selectphotoid_setmandiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.checkstatus_textdiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.checkstatus_textdiv p{
    color: #000;
    font-size: 15px;
    margin: 0px;
    float: left;
}
.checkstatus_textdiv span{
    color: #F82525;
    font-size: 15px;
    margin-left: 5px;
}
.checkstatus_textdiv a{    
    background: #FFAB1E;
    padding: 10px 17px;
    color: #fff;
    font-size: 15px;
    border-radius: 46px;
    display: table;
    margin-top: 20px;
    font-family: 'VisbyBold';
}
.yourprofilestatus_text{
    display: inline-block;
    width: 100%;
}
.yourprofilestatus_text img{
    width: 72px;
    height: 72px;
    border-radius: 50px;
    object-fit: cover;
}
.yourprofilestatus_text h3{
    margin: 0px;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
}
.yourprofilestatus_text p{
    margin: 0px;
    font-size: 15px;
    color: #828282;
    max-width: 560px;
}
.Profile_phone{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    padding-top: 18px;
}
.Profile_phone a{
    color: #232737;
    font-size: 15px;
}
.scheduled_dote{
    position: relative;
}
.scheduled_dote:after{
    content: '';    
    background: #9F9F9F;
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: -6px;
    border-radius: 100%;
    top: 23px;
}
.Booked_dote{
    position: relative;
    color: #FB423A !important;
}
.Booked_dote:after{
    content: '';    
    background: #FB423A;
    width: 6px;
    height: 6px;
    display: inline-block;
    position: absolute;
    left: -6px;
    border-radius: 100%;
    top: 24px;
}
.yourshift_textbox{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.yourshift_textbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 14px;
}
.yourshift_textbox p{
    color: #828282;
    font-size: 15px;
    margin: 0px;
}
.yourshift_detilstext{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 17px;
}
.yourshift_detilstext .fa-heart {
    font-size: 16px;
    color: #828282;
    top: 5px;
    position: absolute;
}
.yourshift_detilstext p {
    margin: 0px;
    font-size: 15px;
    color: #828282;
    padding-left: 27px;
}
.verifythecode_input{
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.verifythecode_input ul{
    padding: 0px;
    margin: 0px;
}
.verifythecode_input ul li{    
    float: left;
    margin-right: 18px;
}
.verifythecode_input ul li input{
    height: 55px;
    width: 55px;
    border-radius: 9px;
    font-size: 33px;
    color: #000;
    border: 0px solid #C4C4C4;
    text-align: center;
    background-color: #E5E5E9;
}
.myprofile_tabingdiv .tab-content>.active{
    margin-top: 40px;
}
.mycaregiverprofile_textbox{
    display: inline-block;
    width: 100%;
    background: #F9F9F9;
    height: 100vh;
    border: 1px solid #E1E1E1;
}
.mycaregiverprofile_textbox h6{
    margin: 0px;
    color: #000;
    font-size: 15px;
    border: 0px solid #E1E1E1;
    border-bottom: 0;
    padding-bottom: 23px;
    padding-top: 23px;
    padding-left: 21px;
}
.mycaregiverprofile_textbox .overview_topprofilemenu ul{
    border-left: 0;
    border-right: 0;
}
.personaldetails_rightmandiv{
    display: inline-block;
    width: 100%;
    border: 1px solid #DFDFDF;    
}
.setdateOfbirth_divbox{
    display: inline-block;
    width: 100%;
}
.personaldetails_rightmandiv .setpersonaldetails_input .account_inputboxset {
    margin-bottom: 20px;
}
.personaldetails_scrollbar{
    display: inline-block;
    width: 100%;
    height: 550px;
    overflow: auto;     
    padding: 15px;
}
.personaldetails_scrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.personaldetails_scrollbar::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.personaldetails_scrollbar::-webkit-scrollbar-thumb {
   background: #000; 
}

/* Handle on hover */
.personaldetails_scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.setAvailibility_heightdiv{
    height: 520px !important;
}
.saveupdate_btndivbox{
    display: inline-block;
    width: 100%;
    border-top: 3px solid #E1E1E1;
    padding: 25px 15px;
}
.saveupdate_btndivbox a{
     display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 15px 18px;
    border-radius: 55px;
    border: 0;
    font-family: 'VisbyBold';
}
.saveupdate_btndivbox button{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 15px 18px;
    border-radius: 55px;
    border: 0;
    font-family: 'VisbyBold';
}
.table_bookinatagtext{
    text-align: right;
}
.connectedbankaccount_text{
    display: inline-block;
    width: 100%;
}
.connectedbankaccount_text p{
    margin: 0px;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}
.connectedbankaccount_text span{
    margin: 0px;
    color: #828282;
    font-size: 20px;
}
.connectedbankaccount_text a{
    display: table;
    background: #FFAB1E;
    padding: 10px 18px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    font-family: 'VisbyBold';
}
.topreviews_textbox{
    display: inline-block;
    width: 100%;
}
.topreviews_textbox p{
    color: #000;
    font-size: 15px;
    margin: 0px;
}
.Reviews_mandivbox{
    display: inline-block;
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #C2C2C2;
    padding: 15px 15px;
    margin-bottom: 13px;
}
.Reviews_imgdivbox{
    display: inline-block;
    width: 100%;
    position: relative;
}
.Reviews_imgdivbox img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: -8px;
}
.Reviews_imgdivbox h3{
    margin: 0px;
    color: #000;
    font-size: 15px;
    padding-left: 69px;
}
.Reviews_start{
    padding-left: 69px;
    margin-top: 6px;
}
.Reviews_start .fa-star{
    color: #FFAB1E;
    font-size: 18px;
}
.Reviews_start .fa-star-o{
    font-size: 18px;
    color: #E0E0E0;
}
.Reviews_start span{
    color: #9F9F9F;
    font-size: 16px;
    margin-left: 6px;
}
.Reviews_imgdivbox label{
    margin: 0;
    float: right;
    margin-top: -46px;
    color: #000;
    font-size: 15px;
}
.Reviews_imgdivbox label img{
    width: 20px;
    height: auto;
    position: inherit;
    margin-top: -3px;
    margin-right: 3px;
}
.Reviews_imgdivbox h6{
    margin: 0px;
    font-size: 15px;
    color: #828282;
/*    font-family: 'proximanova-semibold';*/
    line-height: 25px;
    margin-top: 11px;
    padding-left: 69px;
}
.ProfilePhoto_imgdiv{
    display: inline-block;
    width: 100%;
    margin-top: -19px;
    margin-bottom: 30px;
}
.ProfilePhoto_imgdiv img{
    width: 65px;
    height: 65px;
    display: inline-block;
    border-radius: 100%;
    object-fit: cover;
}
.completequiz_textbox{
    display: inline-block;
    width: 100%;
}
.completequiz_textbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
}
.headerexit_madiv{
    display: inline-block;
    width: 100%;
}
.headerexit_madiv a{
    display: inline-block;
    background: #FE3E35;
    font-size: 18px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
}
.headerexit_madiv a img{
    margin-right: 6px;
    margin-top: -4px;
    width: 12px;
}
.setquest_progressbar{

}
.setquest_progressbar .progress {
    height: 8px;
    margin-bottom: 0px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #E4E4E4 !important;
    border-radius: 18px;
    box-shadow: none;
    border: 0px solid #FFAB1E;
    width: 86%;
    float: left;
}
.setquest_progressbar span{
    color: #000;
    font-size: 21px;
/*    font-family: 'proximanova-bold';*/
    float: right;
    margin-top: 5px;
}
.setavailibility_calendarmandiv{
    display: inline-block;
    width: 100%;
}
.selecteddates_textdivbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
    margin-top: 35px;
}
.selecteddates_textdivbox h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
    margin-bottom: 13px;
}
.setmanageavailibility_date{}
.selecteddates_mandiv.setmanageavailibility_date ul li{
    width: 33.33%;
}
.selecteddates_mandiv.setmanageavailibility_date ul{
    margin-top: 0px;
}
#rejectBookingModel .rejectbooking_radiodiv .customradiobuttons .radiocontainer{
    width: 100%;
}
#rejectBookingModel .customradiobuttons {   
    height: 230px;
    overflow-x: hidden;
    padding-top: 15px;
}
.bookingdetails_modaldiv.setold_modalpaddingdiv #rejectBookingModel .modal-body {
    padding-left: 28px;
    padding-right: 0px;
}
#rejectBookingModel .customradiobuttons::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#rejectBookingModel .customradiobuttons::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
#rejectBookingModel .customradiobuttons::-webkit-scrollbar-thumb {
   background: #000; 
}

/* Handle on hover */
#rejectBookingModel .customradiobuttons::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.Qualifications_scroldiv{
    display: inline-block;
    width: 100%;
    height: 130px;
    overflow: auto;
}

.Qualifications_scroldiv::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.Qualifications_scroldiv::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.Qualifications_scroldiv::-webkit-scrollbar-thumb {
   background: #000; 
}

/* Handle on hover */
.Qualifications_scroldiv::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.rate > input:checked ~ label {
    color: #FFAB1E !important;
}
.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
    color: #FFAB1E;
}
/*Set Your Rates css*/


/*review css*/
.review_mantopcoverdiv{
    display: inline-block;
    width: 100%;
    background: #F9F9F9;
    margin-top: 77px;
}   
.review_innermandiv{    
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    margin-top: 40px;
    box-shadow: 0px 1px 4px 2px rgb(223 223 223 / 70%);
    margin-bottom: 40px;
}
.review_innerheaderdiv{
    display: inline-block;
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px solid #B9B9B9;
}
.review_innerheaderdiv h3{
    margin: 0px;
    color: #000;
    font-size: 20px;
}
.review_bodymandiv{
    display: inline-block;
    width: 100%;
    padding: 25px 20px;
}
.review_detilstext{
    display: inline-block;
    width: 100%;
}
.review_detilstext p{
    margin: 0px;
    font-size: 15px;
    color: #828282;
    line-height: 27px;
}
.review_profilebtndivbox{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 35px;    
    margin-bottom: 20px;
}
.review_profilebtndivbox img{
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
}
.review_profilebtndivbox h3{
    color: #000;
    font-size: 20px;
    margin: 0;
    padding-left: 93px;
    margin-top: 9px;
    margin-bottom: 4px;
}
.review_profilebtndivbox p{
    margin: 0px;
    padding-left: 93px;
    color: #828282;
    font-size: 15px;
}
.setselectcreate .rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 51px;
    /*color: #E6E6E6;*/
}
.setselectcreate .rate:not(:checked) > label:hover, .setselectcreate .rate:not(:checked) > label:hover ~ label {
    color: #FFAB1E;
}
.review_inputdivbox .account_inputboxset input {
    width: 100%;
}
.account_inputboxset.review_textareadivbox textarea{
    width: 100%;
    border-radius: 0px;
    resize: none;
    height: 170px;
    border: 1px solid #E1E1E1;
}
.submitreview_btndiv{
    display: inline-block;
    width: 100%;
}
.submitreview_btndiv a{
    display: inline-block;
    background: #FFAB1E;
    color: #fff;
    padding: 12px 23px;
    border-radius: 5px;
    font-size: 18px;
}
.submitreview_btndiv button{
    display: inline-block;
    background: #FFAB1E;
    color: #fff;
    padding: 12px 23px;
    border-radius: 5px;
    font-size: 18px;
    border: 0px;
}
.reviewsubmitted_textbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.reviewsubmitted_textbox img{
    margin-bottom: 28px;
}
.reviewsubmitted_textbox h3{
    font-size: 20px;
    margin: 0px;
    margin-bottom: 15px;
    color: #000;
}

.reviewsubmitted_textbox p{
    margin: 0px;
    color: #828282;
    font-size: 15px;
    max-width: 490px;
    margin: 0 auto;
}
.reviewsubmitted_datetext{
    display: inline-block;
    width: 100%;
    margin-top: 90px;
    text-align: center;
    margin-bottom: 40px;
}
.reviewsubmitted_datetext img{

}
.reviewsubmitted_datetext h3{
    margin: 0px;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
}
.reviewsubmitted_datetext p{
    margin: 0px;
    color: #828282;
    font-size: 15px;
    max-width: 490px;
    margin: 0 auto;
}
.reviewsubmitted_datetext a{
    display: inline-block;
    background: #FFAB1E;
    color: #fff;
    padding: 12px 23px;
    border-radius: 5px;
    font-size: 18px;
    border: 0px;
    margin-top: 80px;
}
/*review css*/





/* PROFILE */
.update_profile{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 55px;
    /*border-bottom: 1px solid #E1E1E1;*/
    padding-bottom: 10px;
}
.update_profile img{
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 100%;
    object-fit: cover;
}
.update_profile label {
    position: absolute;
    left: 103px;
    top: 43px;
    background: #FFAB1E;
    color: #fff;
    cursor: pointer;
    padding: 9px 24px;
    border-radius: 23px;
    font-size: 15px;
    font-family: 'VisbyBold';
}
.update_profile label i{

}
.update_profile p{
    position: absolute;
    top: 5px;
    left: 103px;
    font-size: 15px;
    color: #000;
}
/* END PROFILE */

.Profile_phone img{
    width: 20px;
    margin-right: 11px;
}
.pagepositionfixed_div{
    position: fixed;
}


/*cancelled booking moda css*/
.setcancelled_bookingdiv{
    border-bottom: 0px solid #E1E1E1;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.bookingstatus_divbox{
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #D4D4D4;
    margin-top: 10px;
}
.bookingstatus_divbox p{
    color: #9F9F9F;
    font-size: 15px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
}
.bookingstatus_divbox p span{
    color: #FF002B;
}
.status_greencolor{
   color: #00917D !important;
}
.reasonforcancellation_textbox{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 46px;
    border-bottom: 7px solid #E1E1E1;
    padding-bottom: 20px;
}
.reasonforcancellation_textbox p{
    color: #9F9F9F;
    font-size: 15px;
}
.reasonforcancellation_textbox p span{
    color: #000;
}
/*cancelled booking moda css*/

/*payment_history css*/
.totalcredit_amountdiv{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.totalcredit_amountdiv ul{
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 13px 21px;
    border: 1px solid #D4D4D4;
}
.totalcredit_amountdiv ul li{
    float: left;
    width: 33.33%;
    position: relative;
}
.totalcredit_amountdiv ul li:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #D6D6D6;
    display: inline-block;
    right: 34px;
    top: 0;
}
.totalcredit_amountdiv ul li:last-child:after{    
    width: 0px;
    height: 0px;
}
.totalcredit_amountdiv ul li p{
    color: #000;
    font-size: 15px;
    margin-bottom: 4px;
}
.totalcredit_amountdiv ul li span{
    color: #828282;
    font-size: 15px;    
}
.totalcredit_amountdiv .creditamount_text{
    color: #00917D;
}
.totalcredit_amountdiv .penalties_text{
    color: #FF5B54;
}
.teble_creditamount{
    color: #00917D !important;
}
.teble_penalty{
    color: #FF5B54 !important;
}
/*payment_history css*/

/*Select the city modal css*/
.selectthecity_modalmandiv .verifymobile_modal .modal-dialog {   
    margin-top: 60px;
}
.whichcity_textboxdiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.whichcity_textboxdiv h3{
    margin: 0;
    color: #000;
    font-size: 20px;
    margin-bottom: 11px;
}
.whichcity_textboxdiv p{
    color: #828282;
    font-size: 15px;
}
.citysubmit_btndiv{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 15px;
}
.citysubmit_btndiv a{
    display: inline-block;
    width: 100%;
    background: #FFAB1E;
    text-align: center;
    height: 53px;
    color: #fff;
    font-size: 15px;
    line-height: 53px;
    border-radius: 65px;
    font-family: 'VisbyBold';
}
.availablecity_mandiv{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.availablecity_mandiv img{

}
.availablecity_mandiv h3{
    color: #000;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.availablecity_mandiv p{
    color: #828282;
    font-size: 15px;
    max-width: 400px;
    margin: 0 auto;
}
.currentlyoperating_btn{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.currentlyoperating_btn a{
    display: inline-block;
    width: 100%;
    background: #000;
    text-align: center;
    height: 53px;
    color: #fff;
    font-size: 15px;
    line-height: 53px;
    border-radius: 5px;
}
/*Select the city modal css*/


/*select2 css*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 53px;
    font-size: 15px;
    padding-left: 12px;
}
.select2-container--default .select2-selection--single {
    background-color: #E5E5E9;
    border: 0px solid #E5E5E9;
    border-radius: 12px;
    height: 54px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-style: solid;
    border-width: 0px 0px 0 0px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 0px 0px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    content: "\f107";
    position: absolute;
    top: -12px;
    bottom: 0;
    right: -7px;    
    font-family: FontAwesome;
    font-size: 24px;
    color: #717173;
    background: none;
} 
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8BBBBB;
    color: white;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #E6E6E6; 
}
 
/* Handle */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
   background: #000; 
}

/* Handle on hover */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.select2-results__option {
    padding: 10px 6px;
    font-size: 15px;    
}
.select2-dropdown {    
    border: 1px solid #E1E1E1;
    border-radius: 0px;    
}

/*select2 css*/


/*add new css*/
.cities_textdiv{
    color: #FFAB1E !important;
    font-size: 15px;
    float: right;
}
.selectcity_modaldiv .modal-dialog{
    width: 320px;
}
.selectcity_modaldiv .modal-title{
    color: #444A57;
    font-family: 'VisbyMedium';
    font-size: 15px;
    text-align: center;
}
.selectcity_modaldiv .modal-header .close {
    margin-top: -4px;
    opacity: 10;
    color: #BEBEBE;
    font-size: 27px;
}
.selectcity_modaldiv .modal-header {
    padding: 11px 15px;
    border-bottom: 1px solid #707070;
}
.selectcity_modaldiv .modal-body{
    padding-right: 0px;
}
.city_namedivbox{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.city_namedivbox h3{
    color: #000000;
    font-size: 17px;
    margin: 0px;
}
.city_namescrollbardiv{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    overflow: auto;
    height: 370px;
}
.city_namescrollbardiv p{
    margin: 0px;
    color: #444A57;
    font-size: 15px;
    margin-bottom: 7px;
}
.city_namescrollbardiv p a{    
    color: #444A57;
}
.city_namescrollbardiv::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.city_namescrollbardiv::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.city_namescrollbardiv::-webkit-scrollbar-thumb {
  background: #DFDEDE; 
}

/*add new css*/

/*tooltip css*/
.tooltip {
  position: relative;
  opacity: 10;
  z-index: 1;
}
.tooltip:after,
.tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
  
}

.tooltip:after {
    background-color: #FFAB1E;    
    content: attr(data-tooltip);
    padding: 10px;
    white-space: nowrap;
    margin-bottom: 11px;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    font-family: 'VisbyMedium';
}

.tooltip:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-tooltip-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFAB1E;
  margin-bottom: 6px;
}
[data-tooltip-length]:after {
  white-space: normal;
}

[data-tooltip-length="medium"]:after {
    min-width: 550px;
}

[data-tooltip-length="large"]:after {
  width: 260px;
}


.component--example {
    display: inline-block;
}
.component--example .fa-question-circle-o{
    font-size: 19px;
    cursor: help;
}
.tooltip.bottom_divboxset:hover:after{
    transform: translate(-50%, 131%);
    margin-bottom: 0px;
}
.tooltip.bottom_divboxset:hover:before{
    top: 22px;
    border: 0px;
}

.tooltip.bottom_divboxset1:hover:after{
    transform: translate(-50%, 116%);
    margin-bottom: 0px;
}
.tooltip.bottom_divboxset1:hover:before{
    top: 22px;
    border: 0px;
}
/*[data-tooltip-pos="up"]:before{
    top: 25px;
    transform: rotate(179deg) !important;
}*/

.tooltip.bottom_tooltipset:hover:after{
    transform: translate(-50%, 159%);
}
.tooltip.bottom_tooltipset:hover:before{
    opacity: 0;
}
/*tooltip css*/

.custam_iframediv iframe{
    height: 100vh;
}
.plan_detailsbox{
    display: inline-block;
    width: 330px;
    background-color: #D9D9D9;
    padding: 22px 28px;
    border-radius: 8px;
    padding-bottom: 23px;
    margin-bottom: 30px;
    margin-right: 20px;
    float: left;
    min-height: 143px;
    position: relative;
    padding-top: 61px;
}
.plan_detailsbox a{

}
.plan_detailsbox h3{
    margin: 0px;
    color: #000;
    font-size: 17px;
    margin-bottom: 20px;    
}
.plan_detailsbox ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 260px;
}
.plan_detailsbox ul li{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.plan_detailsbox ul li:after{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}
.plan_detailsbox ul li span{
    color: #000;
    font-size: 15px;
    padding-left: 15px;
}
.month_pric{
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 26px;
}
.month_pric h3{
    margin: 0px;
    font-size: 28px;
    color: #000;
}
.plan_detailsbox.active{
    background-color: #FFAB1E;
}
.plan_detailsbox label{
    display: none;
}
.plan_detailsbox.active label{
    display: inline-block;
    background-color: #fff;
    padding: 5px 18px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    border-radius: 20px;
    float: right;
    margin-top: -43px;
}
.pay_btndiv{
    display: inline-block;
    width: 100%;
}
.pay_btndiv a{
    background: #FFAB1E;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 13px 0px;
    width: 380px;
    border-radius: 60px;
    text-align: center;
    border: 0px;
    font-family: 'VisbyBold';
}
.cvccvv_maninputdiv{
    display: block;    
    width: 470px;
}
.cvccvv_maninputdiv .account_inputboxset input{
    width: 100%;
}

.custamupload_btn{
    display: inline-block;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 60px;
    border-top: 1px solid #c9c9c9;
    padding-top: 15px;
}
.custamupload_btn p{
    font-family: 'VisbySemibold';
    font-size: 16px;
    max-width: 571px;
    color: #000;
    margin-bottom: 18px;
}
.submitdocument_btn{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #FFAB1E;
    padding: 10px 25px;
    border-radius: 35px;
    border: 0px;
    font-family: 'VisbyBold';
}

.custamupload_btn label{
    display: inline-block;
    color: #bdbdbd;
    font-size: 15px;
    background: #fff;
    padding: 10px 80px;
    border-radius: 6px;
    border: 0px;
    /*font-family: 'VisbyBold';*/
    cursor: pointer;
    border: 2px dotted #bdbdbd;
    margin-right: 10px;
}
.custamupload_btn .file_namedivbox{
    color: #828282;
    font-family: 'VisbyMedium';
    margin-bottom: 0px;
}
.custamupload_btn input[type="file"] {
    display: none;
}
.thankyou_textbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 70px 0px;
}
.thankyou_textbox img{
    margin-bottom: 20px;
}
.thankyou_textbox p{
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;    
}






















/* media queries */

@media (max-width: 1366px){
    .bookeddates_rightmandiv table tbody td {    
        font-size: 12px;
    }
    .bookeddates_rightmandiv table thead tr th {    
        font-size: 12px;
    }
    .careseekers_textdetils a img {
        width: 120px;
        margin-right: 8px;
    }
    .bookings_tabingbox .nav-tabs>li>a {    
        font-size: 16px;
    }
    .bookings_tabingbox .nav-tabs>li {    
        margin-right: 15px;
    }
}

@media (max-width: 1440px){
    
    .bookings_tabingbox .nav-tabs>li>a {
        font-size: 14px;
    }
}

@media (min-width: 1580px){
    .mycaregiverprofile_textbox{    
        height: 69vh;
    }
}
@media (min-width: 1780px){
    .personaldetails_scrollbar {
        height: 474px !important;
    }
    .Qualifications_scroldiv {
        height: 353px !important;
    }
}
@media (min-width: 1880px){
    .personaldetails_scrollbar {
        height: 574px !important;
    }
    .Qualifications_scroldiv {
        height: 458px !important;
    }
}

@media (min-width: 1440px){
    .Qualifications_scroldiv {    
        height: 196px;
    }
}

@media (min-width: 1580px){
    .Qualifications_scroldiv {    
        height: 292px;
    }
    /*.mycaregiverprofile_textbox {    
        height: 90vh;
    } */  
    .personaldetails_scrollbar{
        height: 425px;
    }
}

@media (max-width: 1404px){
    .inner_confirmbookingsbox4 {
        width: 48%;
    }
    .inner_confirmbookingsbox2 {
        width: 13%;
    }
}
@media (max-width: 1280px){
    .inner_confirmbookingsbox1 {
        width: 24%;
    }
    .inner_confirmbookingsbox2{
        width: 11%;
    }
    .inner_confirmbookingsbox4 {
        width: 50%;
    }
}
@media (max-width: 1200px){
    
}
@media (max-width: 1199px){
    .backnext_btndiv {    
        width: 488px;
    }
    .setnewsidebardivbox .right_paddingboxpart {
        padding-left: 332px;
    }       
    .create_youaccontrightbox{
        width: 35%;
    }
    .create_youaccontleftbox {    
        width: 90%;
    } 
    .right_paddingboxpart {    
        padding-left: 252px;    
    }
}
@media (max-width: 991px){
    
}
@media (max-width: 767px){

}
@media (max-width: 479px){
    
}
@media (max-width: 360px){
    
}
@media (max-width: 320px){
    
}
/* media queries */











