:root{
    --clr_org:#fc7b34; 
    --clr_green:#56c096; 
}

@font-face{
    font-family:'gouthan-medium'; 
    src:url(../fonts/GothamRounded-Medium.otf);
        
}
@font-face{
    font-family:'gouthan-light'; 
    src:url(../fonts/GothamRoundedLight_21020.ttf);
        
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-size: 16px; 
    font-family: 'Lato', sans-serif;
}

body.inner_page{
    padding-top:70px;
}



a,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

/*

h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'gouthan-medium'; 
}
*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

img {
    height: auto;
}

.img-full {
    width: 100%;
}

.img-round-corner {
    border-radius: 10px;
    overflow: hidden;
}

.center_me {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.title_border {
    position: relative;
    padding-bottom: 26px;
}

.my_sweet_alr.sign_alt .swal2-title p {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: red !important;
}

.title_border:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #56c096;
    width: 80px;
}


.main_banner .upper_layer_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding-top: 120px;
}
.main_banner .upper_layer_2 {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 180px;
    background: linear-gradient(to left, #0000006e, transparent);;
    z-index: 1;
}

.choose_title{
    margin-bottom: 28px;
    font-size: 30px;
}
#ui-datepicker-div{
    display:none;
}

#warningMessages {
    color: #FF0000;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin-bottom: 12px;
}

.red_button {
    color: #FFF;
    background-color: #56c096;
    border-color: #56c096;
    will-change: transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: background 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out, background 300ms ease-out;
    transition: transform 300ms ease-out, background 300ms ease-out, -webkit-transform 300ms ease-out;
    border-radius: 50px;
    font-size: 15px;
    min-height: 30px;
    min-width: 100px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.red_button:hover {
    color: #fff;
    opacity: 0.8;
}

.main_header  {
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
}
.popup_boxv  {
    position: static;
    
}
.main_header  .head_search_box , .popup_boxv  .head_search_box{
   position: fixed;
    
    width: 1140px;
    left: 50%;
    transform: translatex(-50%);
    top: -110%;
    transition:all 0.7s;
}
.popup_boxv  .head_search_box{
    width: 100% ; 
    transform: none; 
    position:static;
}

.main_header  .head_search_box.open {
    top:93px;   
}
.popup_boxv  .head_search_box.open{
    top :0;
}
    
/*}*/

.main_header  .care_btn , .popup_boxv  .care_btn{
    height:40px;
    padding: 6px 12px !important;
}
.main_header .search-care input:not([type="checkbox"]),
 .main_header .search-care select ,
 .popup_boxv  .search-care input:not([type="checkbox"]) ,
  .popup_boxv  .search-care select{
    font-size: 15px;
    background: transparent;
    border: 1px solid #fc7b34;
    color: #6c758e;
    box-shadow:none;
    height:40px;
}
/*.main_header .search-care input[type="checkbox"]{*/
/*    height:auto;*/
/*}*/
.main_header .search_input_box , .popup_boxv  .search_input_box{
    float:right;
    display:none;
}
body.inner_page .main_header .search_input_box ,.popup_boxv  .search_input_box{
    display:block;
}
.main_header .search_input_box .form-group , .popup_boxv .search_input_box .form-group{
    margin:17.5px 0px 0px 0px;
    position:relative;
}
.main_header .search_input_box .form-group i , .popup_boxv .search_input_box .form-group i{
    position: absolute;
    top: 8px;
    right: 13px;
    color: #f57b35;
    
}

.main_header .search_input_box .form-group .c_input, .main_header .search_input_box .form-group .c_input:focus{
    height: 35px;
    border-radius: 4px;
    outline:none;
    box-shadow: none;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    background: #fff; 
    cursor:pointer;
    width:205px;
}
.main_header .search-care  .car_btn{
    height:40px; 
    padding:6px 12px;
}
.main_header .search-care input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--clr_org);
  opacity: 1; /* Firefox */
}

.main_header .search-care input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:  var(--clr_org);
}

.main_header .search-care input::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--clr_org);
}
.main_header .search-care  span.multiselect-native-select{
    white-space:nowrap;
}
.main_header .search-care  button.multiselect

{
    display: block;
    margin: 0px;
    width: 100%;
    border: 1px solid #fc7b34;
    height:40px;
    color:var(--clr_org);
    box-shadow:none;
    transition:all 0s;
}


.main_header .search-care [class ^=col]{
    padding-left:5px;
    padding-right:5px;
}
.main_header .search-care .row{
    margin-right:-5px;
    margin-left:-5px;
}
.main_header .search-care .multiselect-container>li>a>label{
    position:relative;
    padding: 3px 10px 3px 30px;
}
.main_header .search-care .multiselect-container>li>a>label input{
    position: absolute;
    left: 0px;
    top: -8px;
}
.main_header.d_fixed  .search-care  button.multiselect{
   color:#333;
   border-color:#ccc;
}
.main_header.d_fixed  .search-care input,.main_header.d_fixed  .search-care select{
    color: #333;
    border: 1px solid #ccc;
}
.main_header.d_fixed  .search-care input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1; /* Firefox */
}

.main_header.d_fixed .search-care input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
}
.popup_boxv.d_fixed .search-care input:-ms-input-placeholder{
    color:#333;
}
.main_header.d_fixed .search-care input::-ms-input-placeholder { /* Microsoft Edge */
  color:#333;
}

.main_header.d_fixed .search-care input::-ms-input-placeholder { 
      color: #333;
}

.main_header *:not(.d_custom_drop):not(.dropdown-menu) {
    /*transition: all 0.5s;*/
}

.main_header nav {
    text-align: right;
    width:20%;
    float:right;
}
.main_header .search-care{
    
}
.modal-open{
    overflow:initial !important;
}

.main_header nav ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 41px;
}

.main_header nav ul li:first-of-type {
    margin-top: 22px;
    margin-bottom: 22px;
}

.main_header nav ul li:last-of-type a {
    display: inline-block;
    border-radius: 100%;
}

.main_header nav ul li:last-of-type a i {
    color: #fff;
    font-size: 26px;
    vertical-align: middle;
}

.main_header nav ul li a.login {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.main_header .logo_side {
    opacity:1;
    float: left;
    width:230px;
}

.hide_home_icon{
    display: none;
}

.main_header .home_link i {
    color: #fc7b34;
    font-size: 26px;
    vertical-align: middle;
}

.main_header.d_fixed {
    box-shadow: 0px 2px 5px #0000001f;
    position: fixed;
    background: #fff;
}

.main_header.d_fixed .logo_side {
    display: block;
    opacity:1;
}
.main_header .search_icon{
    width: 30px;
    float: right;
    line-height: 70px;
    color: #fc7b34;
    font-size: 20px;
    display:none;
}
.main_header .search-care .form-group{
    margin-bottom:0px;
}
.popup_boxv .search-care .form-group{
    margin-bottom: 0px;
}

.main_header.d_fixed .logo_side a {
    display: inline-block;
}

.main_header .logo_side a img {
    height: 45px;
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

.main_header.d_fixed nav {
    float: right;
}

.main_header.d_fixed nav ul li {
    line-height: initial;
}

.main_header.d_fixed nav ul li a.login {
    color: #000;
}


.main_header.d_fixed nav ul li:last-of-type a i {
    color: #000;
}

.main_banner {
    position: relative;
}

.main_banner .upper_layer .upper_content .logo_sec {
    max-width: 828px;
    margin: 0 auto;
    /*margin-bottom: 80px;*/
}

.r_upgradebtn{
    background: #fc7b34;
    border: 1px solid #fc7b34;
    padding: 4px 30px 10px;
    text-align: center;
    border-radius: 15px;  
}

.main_banner .upper_layer .upper_content .logo_sec a {
    width: 188px;
    opacity:0 !important; 
    display: block;
}

.main_banner .upper_layer .upper_content .logo_sec a img{
    max-width:100%;
}
.main_banner .upper_layer .upper_content .logo_sec h1 {
    font-weight: 700;
    margin-top: 15px;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center; 
    color:#fff;
}

.main_banner .upper_layer .upper_content .get_started_box {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    min-height: 408px;
    margin: auto;
    overflow: hidden;
    position: relative;
    max-width: 950px;
    z-index: 25;
    -webkit-transition: min-height 0.5s;
    -o-transition: min-height 0.5s;
    transition: min-height 0.5s;
    padding: 30px 0px;
}
.main_banner .upper_layer .upper_content .get_started_box  .error_box{
    padding: 15px 15px 0px 15px;
    text-align:center;
    padding-right:15px;
    color:red;
}
.main_banner .upper_layer .upper_content .get_started_box h1 {
    font-size: 22px;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 23px;
    font-weight: 400;
}
.main_banner .upper_layer .upper_content .get_started_box .selectTime .service-cat-button h1{
    margin: 16px 0px 10px 0px;
}

.main_banner .upper_layer .upper_content .get_started_box .get_box {
    padding:20px 0px;
    position: relative;
}
.main_banner .upper_layer .upper_content .get_started_box .get_box .side_left_image{
    position: absolute;
    top: -7px;
    left: -26px;
}
.main_banner .upper_layer .upper_content .get_started_box .get_box .side_left_image img{
    height:90px;
}
.main_banner .upper_layer .upper_content .get_started_box .get_box .side_right_image{
    position: absolute;
    right: -26px;
    top: -7px;
}
.main_banner .upper_layer .upper_content .get_started_box .get_box .side_right_image img{
    height:90px;
}

.main_banner .upper_layer .upper_content .get_started_box .get_box fieldset {
    
    padding: 15px;
    border-radius: 8px;
}

.main_banner .upper_layer .upper_content .get_started_box .get_box fieldset legend {
    text-align: center;
    font-size: 21px;
    color: #444;
    max-width: 73%;
    font-weight: 600;
    line-height: 18px;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    display: block; 
}

.main_banner .upper_layer .upper_content .get_started_box .get_box fieldset p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
}

.main_banner .upper_layer .upper_content .get_started_box .get_box .form_select_item .btn_box {
    text-align: center;
}
.main_banner .upper_layer .upper_content .get_started_box .get_box .form_select_item .img_box{
    margin-bottom: 15px;
}

.main_banner .upper_layer .upper_content .get_started_box .get_box .form_select_item .btn_box button {
    min-height: 38px;
    min-width: 160px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 26px;
    box-shadow: 2px 2px 3px 1px #888282;
}
#inner_banner{
    display:none !important;
}
.main_banner .upper_layer .upper_content .get_started_box .get_box .form_select_item .btn_box button:hover {
    transform: scale(0.9);
}

.main_banner .carousel-item img {
    width: 100%;
    min-height:530px;
}
.change_min_height img{
    min-height: 350px !important ;
}

.footer_section {
    background-color: #F9F9F9;
    padding: 0px;
    border: 0px;
    padding: 50px 0px;
}

.footer_section h4 {
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    font-size: 17px;
    margin-bottom: 13px;
}

.footer_section ul li {
    list-style: none;
    line-height: 17px;
    margin-bottom: 10px;
}

.footer_section ul li a {
    font-size: 14px;
    color: #707070;
}
#inner_banner .upper_layer .upper_content, #inner_banner .upper_layer .upper_content .container, #inner_banner .upper_layer .upper_content .inner_box{
    height: 100%;
}
#inner_banner .upper_layer .upper_content .inner_box{
    position: relative; 
}
#inner_banner .upper_layer .upper_content .inner_box .search-care, .main_header .search-care{
    width: 100%;
    background: #fff;
    padding: 39px;
    box-shadow: 0px 0px 4px #ccc;
    
}
#inner_banner .upper_layer .upper_content .inner_box .search-care, .popup_boxv .search-care{
    width: 100%;
    background: #fff;
    padding: 39px;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 15px;
}
.popup_boxv .search-care{
    padding-bottom: 29px;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #cccccc8f; 
}

#inner_banner .upper_layer .upper_content .inner_box .search-care .row, .main_header .search-care .search-care .row{
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px;
}

.main_header .search-care .form-group {
    margin-bottom: 0px;
    padding: 0px 5px;
    font-size: 15px;
}
.popup_boxv .search-care .form-group{
    margin-bottom: 10px;
    padding: 0px 5px;
    font-size: 15px;
}

.main_header .search-care .form-group .form-control{
    outline: none; 
    box-shadow: none; 
    height: 40px;
    font-size: 15px;
    border: 1px solid #ccc; 
}

.popup_boxv .search-care .form-group .form-control{
    outline: none; 
    box-shadow: none; 
    height: 40px;
    font-size: 15px;
    border: 1px solid #ccc; 
    width: 160px;
    
}
.main_header .search-care  .care_btn{
    height:40px;
    padding: 6px 12px !important;
}
.main_header .search-care select{
    font-size: 15px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    box-shadow:none;
    height:40px;
}
.main_header .search-care  span.multiselect-native-select{
    white-space:nowrap;
}
.main_header .search-care  button.multiselect, 
.popup_boxv .search-care  button.multiselect{
    display: block;
    margin: 0px;
    width: 100%;
    border: 1px solid #ccc;
    height:40px;
    color:#6c758e;
    box-shadow:none;
    background: #fff; 
    transition:all 0s;
    font-size: 15px;
}
.main_header .search-care .multiselect-container>li>a>label, 
.popup_boxv .search-care .multiselect-container>li>a>label
{
    position:relative;
    padding: 3px 10px 3px 30px;
}
.popup_boxv .search-care .multiselect-container>li>a>label{
    color:#6c758e;
}
.main_header .search-care .multiselect-container>li>a>label input, 
.popup_boxv .search-care .multiselect-container>li>a>label input
{
    position: absolute;
    left: 0px;
    top: 5px;
}
.main_header .search-care{
    border-radius: 15px;
}


.footer_section ul li a:hover {
    text-decoration: underline;
}

.footer_section .apps.condensed div {
    text-align: right;
}

.footer_section .apps.condensed div a img {
    max-width: 135px;
}

.footer_section .social.condensed {
    text-align: right;
    margin-top: 14px;
}
.footer_section .social.condensed a:focus{
    outline: none; 
    box-shadow: none; 
}

.footer_section .up_section {
    margin-bottom: 50px;
}

.footer_section .more-opener a {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
}

.footer_section .more-opener a i {
    font-weight: bold;
}

.footer_section .lower_section .accordion-content > div {
    margin-top: 20px;
}

.foot_strip {
    background: #EEEEEE;
    padding: 15px 0px;
}

.foot_strip p {
    font-size: 13px;
    color: #9f9a9a;
    margin-bottom: 0px;
}
.foot_strip .gray-text{
    display:flex;
    align-items:center;
    min-height:100%; 
}

#serv_details h1 {
    text-transform: capitalize;
}

.d_drop_parent {
    position: relative;
    z-index: 20;
}

.d_custom_drop {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 345px;
    right: 0px;
    top: 69px;
    padding: 29px 11px;
    box-shadow: 0px 0px 4px #cccccc70;
}

.d_custom_drop input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    position: relative;
    border-radius: 3px;
    background-color: #dedede;
    font-size: 16px;
    caret-color: #7DEAD7;
}

.d_custom_drop .login_btn {
    padding: 0px 15px;
    line-height: 18px;
}

.d_custom_drop .register{
    text-align: center;
    margin-top: 10px;
}

.d_custom_drop .login_btn button {
    transition: all 0.5s;
    color: #FFF;
    background-color: #56c096;
    border-color: #56c096;
    border-radius: 50px;
    width: 100%;
    line-height: initial;
    height: 36px;
    outline: none;
    cursor: pointer;
    border-style: solid;
}


.d_custom_drop .login_btn button:hover {
    transform: scale(0.9);
}

.d_custom_drop .rememberMe .check_container {
    padding-top: 2px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    line-height: initial;
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* Create the checkmark/indicator (hidden when not checked) */
}

.d_custom_drop .rememberMe .check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.d_custom_drop .rememberMe .check_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    background-color: #eee;
}

.d_custom_drop .rememberMe .check_container:hover input ~ .checkmark {
    background-color: #ccc;
}

.d_custom_drop .rememberMe .check_container input:checked ~ .checkmark {
    background-color: #2b2b2b;
}

.d_custom_drop .rememberMe .check_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.d_custom_drop .rememberMe .check_container input:checked ~ .checkmark:after {
    display: block;
}

.d_custom_drop .rememberMe .check_container .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.d_custom_drop .forget_row {
    margin: 0px;
    margin-bottom: 29px;
    margin-top: 34px;
}

.d_custom_drop .forgotPass {
    text-align: left;
    line-height: initial;
}

.d_custom_drop .forgotPass a {
    font-size: 16px;
    padding: 0px;
}
.d_custom_drop .forgotPass a:hover{
    color:var(--clr_org);
}

.d_custom_drop a:hover{
    color:var(--clr_org);
}

.r_form .login_btn button{
    border-style: solid;
    font-size: 17px;
    padding: 7px 38px;
    color: #FFF;
    background-color: #56c096;
    border-color: #56c096;
    will-change: transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: background 300ms ease-out, -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out, background 300ms ease-out;
    transition: transform 300ms ease-out, background 300ms ease-out, -webkit-transform 300ms ease-out;
    border-radius: 50px;
    cursor: pointer;
    min-height: 30px;
    min-width: 100px;
    margin-top: 15px;
    margin-bottom: 10px;

}
.r_form{
    padding: 20px 26px;
}
.r_form a {
    color: #56c096;
}

.r_form input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    position: relative;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    caret-color: #7DEAD7;
}

.d_custom_drop .rememberMe .check_container {
    padding-top: 2px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    line-height: initial;
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* Create the checkmark/indicator (hidden when not checked) */
}
.r_form .rememberMe{
    margin-left: 15px;
}

.r_form .rememberMe .check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.r_form .rememberMe .check_container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    background-color: #eee;
}

.r_form .rememberMe .check_container:hover input ~ .checkmark {
    background-color: #ccc;
}

.r_form .rememberMe .check_container input:checked ~ .checkmark {
    background-color: #2b2b2b;
}

.r_form .rememberMe .check_container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.r_form .rememberMe .check_container input:checked ~ .checkmark:after {
    display: block;
}

.r_form .rememberMe .check_container .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.r_form .forget_row {
    margin-top: 4px;
}

.r_form .forgotPass {
    text-align: left;
    line-height: initial;
}

.r_form .forgotPass a {
    font-size: 16px;
    padding: 0px;
}
.r_form .forgotPass a:hover{
    color:var(--clr_org);
}

.r_form a:hover{
    color:var(--clr_org);
}


@font-face {
    font-family: "Gotham Rounded A";
    src: url(../fonts/GothamRounded-Medium.otf);
}

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

.menu-wrapper {
    z-index: 800;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.menu-wrapper h1,
.menu-wrapper h2,
.menu-wrapper h3,
.menu-wrapper h4,
.menu-wrapper h5,
.menu-wrapper h6 {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.menu-wrapper .d_close {
    color: #fff;
    position: absolute;
    top: 4%;
    z-index: 9;
    right: 6%;
    font-size: 4em;
    font-weight: 100;
    cursor: pointer;
}

.get_started_box .slide_item {
    opacity: 0;
    position: absolute;
    right: -140%;
    width: 760px;
    transition: opacity 0s, right 1.5s;
}

.get_started_box .slide_item.active {
    opacity: 1;
    right: 95px;
}
.get_started_box .slide_item.active.stay{
    margin: 0 auto; 
    position: static; 
}

.menu-wrapper .locales {
    box-shadow:none;
    background-color: white;
    border-radius: 25px;
    font-family: 'Gotham A', 'Gotham B';
    font-style: normal;
    font-weight: 500;
    position: absolute;
    z-index: 900;
    right: 8em;
    top: 4em;
    font-size: 1.4rem;
    color: #033072;
    transition: all 1s ease;
}

.menu-wrapper .locales ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 70px;
    height: 40px;
    -webkit-transition: 0.5s all ease;
    -webkit-transition-delay: 2s ease;
    -moz-transition: 0.5s all ease;
    -moz-transition-delay: 2s ease;
    -ms-transition: 0.5s all ease;
    -ms-transition-delay: 2s ease;
    -o-transition: 0.5s all ease;
    -o-transition-delay: 2s ease;
    transition: 0.5s all ease;
    transition-delay: 2s ease;
}

.menu-wrapper .locales ul a img {
    height: 20px;
    float: left;
}

.menu-wrapper .locales ul a li {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.menu-wrapper .locales ul a span {
    padding-left: 8px;
}

.menu-wrapper .locales ul .lggnav__item {
    width: 100%;
}

.menu-wrapper .locales ul .lggnav__item .arrow-down {
    height: 8px;
    margin-top: 6px;
    padding-left: 10px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.menu-wrapper .locales ul .all-locales {
    border-radius: 0 0 25px 25px;
    opacity: 0;
    -webkit-transition: 0.1s all ease;
    -moz-transition: 0.1s all ease;
    -ms-transition: 0.1s all ease;
    -o-transition: 0.1s all ease;
    transition: 0.1s all ease;
    position: relative;
    z-index: 900;
}

.menu-wrapper .locales ul .all-locales .lggnav__item:nth-child(3) li {
    border-radius: 0 0 25px 25px;
}

.menu-wrapper .locales ul .locale-item:hover li {
    background-color: #dae0ea;
    width: 100%;
}

.menu-wrapper .locales:hover .all-locales {
    opacity: 1;
    background-color: white;
    -webkit-transition: 0.5s ease-out 0.3s;
    -moz-transition: 0.5s ease-out 0.3s;
    -ms-transition: 0.5s ease-out 0.3s;
    -o-transition: 0.5s ease-out 0.3s;
    transition: 0.5s ease-out 0.3s;
}

.menu-wrapper .locales:hover ul {
    height: 80px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.menu-wrapper .locales:hover .arrow-down {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.menu-wrapper .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /*// background: url(../images/menu_bg.jpg);*/
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000b0;
    /*background-blend-mode: overlay;*/
}

.menu-wrapper.active {
    opacity: 1;
    /*filter: alpha(opacity=100);*/
    visibility: visible;
}

.menu-wrapper.active .container {
    width: 100%;
    height: 100%;
    padding: 37px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (min-width: 568px) {
    .menu-wrapper.active .container {
        padding: 37px 30px 37px 44px;
    }
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .container {
        padding: 60px 43px;
    }
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .container {
        width: 90%;
        height: auto;
        padding: 0;
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .menu-wrapper.active .container {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1300px) {
    .menu-wrapper.active .container {
        width: 53.9%;
        height: auto;
        padding-top: 0;
    }
}

.menu-wrapper.active .nav-top {
    position: absolute;
    top: 37px;
    left: 30px;
}

@media only screen and (min-width: 568px) {
    .menu-wrapper.active .nav-top {
        top: 30px;
        left: 44px;
    }
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-top {
        top: 60px;
        left: 44px;
    }
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .nav-top {
        top: 60px;
        left: 44px;
    }
}

.menu-wrapper.active .nav-top .nav-logo {
    height: 50px;
    display: inline-block;
    position: relative;
    z-index: 10;
}



.menu-wrapper.active .nav-top .nav-logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.menu-wrapper.active .nav-center {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 50px;
}

@media only screen and (min-width: 568px) {
    .menu-wrapper.active .nav-center {
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-center {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 0;
    }
}

.menu-wrapper.active .nav-center .menu-items {
    list-style: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #fff;
}

.menu-wrapper.active .nav-center .menu-items li {
    margin-bottom: 30px;
}

.menu-wrapper.active .nav-center .menu-items li:last-child {
    margin-bottom: 0;
}

.menu-wrapper.active .nav-center .menu-items a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-wrapper.active .nav-center .menu-items a:hover {
    color: #00f3a6;
}

@media only screen and (min-width: 568px) {
    .menu-wrapper.active .nav-center .menu-items {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 24px;
        line-height: 2.4rem;
    }

    .menu-wrapper.active .nav-center .menu-items li {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-center .menu-items {
       -webkit-flex-basis: 55%;
        -moz-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        font-size: 50px;
        font-size: 3rem;
        line-height: 50px;
        line-height: 1rem;
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .menu-wrapper.active .nav-center .menu-items li {
        margin-bottom: 50px;
    }

    .menu-wrapper.active .nav-center .menu-items li:last-of-type {
        margin-bottom: 0;
    }

    .menu-wrapper.active .nav-center .menu-items li.hidden-480 {
        display: none;
    }
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .nav-center .menu-items {
        font-size: 3rem;
        line-height: 3rem;
        -webkit-flex-basis: 63.77%;
        -moz-flex-basis: 63.77%;
        -ms-flex-preferred-size: 63.77%;
        flex-basis: 63.77%;
    }

    .menu-wrapper.active .nav-center .menu-items li {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 960px) and (min-height: 730px) {
    .menu-wrapper.active .nav-center .menu-items li {
        margin-bottom: 44px;
    }
}

@media only screen and (min-width: 1200px) {
    .menu-wrapper.active .nav-center .menu-items li {
        margin-bottom: 33px;
    }
}

@media only screen and (min-width: 1300px) {
    .menu-wrapper.active .nav-center .menu-items {
        font-size: 60px;
        font-size: 3rem;
        line-height: 60px;
        line-height: 3rem;
    }

    .menu-wrapper.active .nav-center .menu-items li {
        margin-bottom: 50px;
    }
}

.menu-wrapper.active .nav-center .about {
    display: none;
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-center .about {
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .nav-center .about {
        -webkit-flex-basis: 36.23%;
        -moz-flex-basis: 36.23%;
        -ms-flex-preferred-size: 36.23%;
        flex-basis: 36.23%;
    }
}

.menu-wrapper.active .nav-center .about h2 {
    font-size: 24px;
    font-size: 1.6rem;
    line-height: 35px;
    line-height: 2.2rem;
    color: #fff;
}

.menu-wrapper.active .nav-center .about p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    color: #fff;
}

.menu-wrapper.active .nav-center .about .app-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.menu-wrapper.active .nav-center .about .app-buttons a {
    margin-bottom: 12px;
}

.menu-wrapper.active .nav-center .about .app-buttons a img {
    width: 50%;
    height: auto;
}

.menu-wrapper.active .nav-center .about .app-buttons a.apple {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
}

.menu-wrapper.active .nav-center .about .app-buttons a.google {
    -webkit-flex-basis: 53%;
    -moz-flex-basis: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .nav-center .about .app-buttons a img {
        width: 100%;
    }
}

.menu-wrapper.active .nav-center .about .app-buttons:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    /*background-color: rgba(3, 48, 114, 0.29);*/
    border-radius: 50px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: -1;
}

.menu-wrapper.active .nav-center .about .app-buttons .app-button-container img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
}

.menu-wrapper.active .nav-center .about .app-buttons .app-button-container:first-child {
    margin-right: 16px;
}

.menu-wrapper.active .nav-bottom {
    position: relative;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media only screen and (min-width: 568px) {
    .menu-wrapper.active .nav-bottom {
        -webkit-flex-basis: 60%;
        -moz-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media only screen and (min-width: 667px) {
    .menu-wrapper.active .nav-bottom {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-bottom {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-bottom: 0;
    }
}

.menu-wrapper.active .nav-bottom .app-buttons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-bottom .app-buttons {
        display: none;
    }
}

.menu-wrapper.active .nav-bottom .app-buttons a {
    margin-right: 1em;
}

.menu-wrapper.active .nav-bottom .app-buttons a img {
    max-width: 100%;
    height: auto;
}

.menu-wrapper.active .nav-bottom .app-buttons a.apple {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
}

.menu-wrapper.active .nav-bottom .app-buttons a.google {
    -webkit-flex-basis: 53%;
    -moz-flex-basis: 53%;
    -ms-flex-preferred-size: 53%;
    flex-basis: 53%;
}

.menu-wrapper.active .nav-bottom .nav-footer {
    display: none;
}

@media only screen and (min-width: 480px) {
    .menu-wrapper.active .nav-bottom .nav-footer {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }
}

.menu-wrapper.active .nav-bottom .nav-footer .footer-list {
    display: none;
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-bottom .nav-footer .footer-list {
        -webkit-flex-basis: 55%;
        -moz-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-family: "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        font-size: 1rem;
        color: #fff;
    }
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .nav-bottom .nav-footer .footer-list {
        -webkit-flex-basis: 63.77%;
        -moz-flex-basis: 63.77%;
        -ms-flex-preferred-size: 63.77%;
        flex-basis: 63.77%;
    }
}

.menu-wrapper.active .nav-bottom .nav-footer .footer-list ul {
    list-style: none;
}

.menu-wrapper.active .nav-bottom .nav-footer .footer-list ul li {
    display: inline-block;
    margin-right: 35px;
}

.menu-wrapper.active .nav-bottom .nav-footer .footer-list a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-wrapper.active .nav-bottom .nav-footer .footer-list a:hover {
    color: #00f3a6;
}

.menu-wrapper.active .nav-bottom .nav-footer .social {
    display: none;
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social {
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 960px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social {
        -webkit-flex-basis: 36.23%;
        -moz-flex-basis: 36.23%;
        -ms-flex-preferred-size: 36.23%;
        flex-basis: 36.23%;
    }
}

.menu-wrapper.active .nav-bottom .nav-footer .social p {
    display: none;
}

@media only screen and (min-width: 480px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social p {
        display: block;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-family: "Gotham A", "Gotham B";
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        font-size: 1rem;
        line-height: 36px;
        line-height: 3rem;
        color: #fff;
    }
}

.menu-wrapper.active .nav-bottom .nav-footer .social .social-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media only screen and (min-width: 568px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social .social-box {
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media only screen and (min-width: 768px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social .social-box {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (min-width: 1300px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social .social-box {
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

.menu-wrapper.active .nav-bottom .nav-footer .social .social-box a {
    -webkit-flex-basis: calc(25% - 35px);
    -moz-flex-basis: calc(25% - 35px);
    -ms-flex-preferred-size: calc(25% - 35px);
    flex-basis: calc(25% - 35px);
}

@media only screen and (min-width: 1300px) {
    .menu-wrapper.active .nav-bottom .nav-footer .social .social-box a {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 31px;
    }
}

.menu-wrapper.active .nav-bottom .nav-footer .social .social-box a img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .locales {
        right: 6.8em !important;
        top: 2.25em !important;
    }

    .locales-mobile {
        position: absolute;
        display: block;
    }

    .menu-wrapper.active .nav-center {
        -webkit-flex-basis: initial;
        -moz-flex-basis: initial;
        -ms-flex-preferred-size: initial;
        flex-basis: initial;
        display: block;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: initial;
        -moz-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
    }
}

.sign_up_wrapper {
    position: relative;
    padding-top: 250px;
    background: url(../images/singup_bg.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    background-color: rgba(255, 255, 255, 0.1);
}

.sign_up_header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 80px;
    z-index:20;
}

.sign_up_header .logo_side a {
    display: inline-block;
}

.sign_up_header .logo_side a img {
    height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sign_up_header .right-side {
    line-height: 80px;
}

.sign_up_header .right-side a {
    color: #56c096;
}

.sign-up {
    background: #fff;
    margin-bottom: 100px;
    padding-top: 0px;
    border-radius: 5px;
}

.sign-up .form-fields {
    padding: 20px 26px;
}

.sign-up .form-control:focus {
    border-color: #56c096;
    outline: none;
    box-shadow: none;
}

.sign-up .title {
    padding: 25px 15px;
    text-align: center;
    border-bottom: 1px solid #cccccc4f;
}

.sign-up .title h1 {
    font-size: 24px;
}

.sign-up h3 {
    font-size: 16px;
    margin-bottom: 7px;
}

.sign-up .radio_box {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 7px;
    margin-top: 5px;
    /* Create the indicator (the dot/circle - hidden when not checked) */
}

.sign-up .radio_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.sign-up .radio_box .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.sign-up .radio_box:hover input ~ .checkmark {
    background-color: #ccc;
}

.sign-up .radio_box input:checked ~ .checkmark {
    background-color: #534f4f;
}

.sign-up .radio_box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sign-up .radio_box input:checked ~ .checkmark:after {
    display: block;
}

.sign-up .radio_box .checkmark:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.sign-up .terms {
    font-size: 16px;
}

.sign-up .terms a {
    color: #56c096;
}

.sign-up .btn_box {
    margin-top: 32px;
    margin-bottom: 10px;
}

.sign-up .btn_box .red_button {
    border-style: solid;
    font-size: 17px;
    padding: 7px 38px;
}

.form_right_side {
    padding-top: 165px;
}
.r_right_form{
    padding-top: 95px;
}

.form_right_side .magnify .img_box img {
    width: 80px;
}

.form_right_side .magnify h2 {
    font-size: 22px;
    color: var(--clr_org);
    margin-top: 21px;
    margin-bottom: 10px;

}

.form_right_side .magnify p {
    font-size: 17px;
    color: #615d5d;
}

.form_right_side .list_box {
    display: none;
}

.form_right_side .list_box h2 {
    font-weight: normal;
    font-size: 23px;
    color: #333;
    margin-bottom: 22px;
}

.form_right_side .list_box ul li {
    list-style: none;
    margin-bottom: 15px;
    position: relative;
}

.form_right_side .list_box ul li:before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 20px;
    background: #26aeb5;
    vertical-align: middle;
}

.form_right_side .list_box ul li:after {
    position: absolute;
    top: 5px;
    left: 10px;
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-radius: 0;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.form_right_side .list_box ul li:first-of-type:before {
    background: #26aeb5;
}

.form_right_side .list_box ul li:nth-of-type(2):before {
    background: #24a6a1;
}

.form_right_side .list_box ul li:nth-of-type(3):before {
    background: #21ab9a;
}

.form_right_side .list_box ul li:nth-of-type(4):before {
    background: #02768b;
}

.service_cat > .container > h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
}

.service_cat {
    padding-bottom: 80px;
}

.service_cat_box {
    background: #fff;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 18px #0000004f;
    margin-bottom: 30px;
}

.service_cat_box .img_box{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.service_cat_box img {   
    min-width: 100%;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.service_cat_box .content_box {
    text-align: left;
    padding-top: 26px;
    padding-bottom: 49px;
    padding-right: 15px;
}

.service_cat_box .content_box h1 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 18px;
    text-transform: uppercase;
}

.service_cat_box .content_box h3 {
    padding-left: 30px;
    margin-top: 18px;
    height: 38px;
    margin-left: -30px;
    margin-right: -15px;
    background-color: var(--clr_org);
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}

.service_cat_box .content_box p {
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #434343;
    font-family: 'Lato', sans-serif;
    overflow: hidden !important;
}

.service_cat_box .content_box p span {
    padding-right: 5px;
    margin-right: 5px;
    text-transform: capitalize;
    border-right: 1px solid #333;
}

.service_cat_box .content_box p span:last-of-type {
    border-right: none;
}

.service_cat_box .btn_box {
    position: absolute;
    bottom: 21px;
    right: 15px;
    background: var(--clr_org);
    color: #fff !important;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    transition: all 0.5s;
    width: 94px;
    cursor: pointer;
}

.service_cat_box .btn_box span {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #fff;
    line-height: 35px;
    color: #ec9620;
    border-radius: 24px;
    text-align: center;
    margin-right: 10px;
}

.service_cat_box .btn_box:hover {
    width: 130px;
    text-decoration: underline;
}

.breadcrumb_contain .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    margin-bottom: 0px;
}

.breadcrumb_contain .breadcrumb .breadcrumb-item {
    color: #6363F6;
}

.breadcrumb_contain .breadcrumb .breadcrumb-item.active {
    color: #303030;
}

#inner_banner .upper_layer .upper_content .logo_sec h1 {
    color: #bbb;
}

#inner_banner .img_box img {
    width: 100%;
    min-height: 360px;
}
#inner_banner .upper_layer h2{
    text-transform:capitalize;
}

#inner_banner .upper_layer {
    color: #fff;
    position: absolute; 
    top: 0px;
    bottom:0px;
    left: 0px;
    right: 0px;
}

#inner_banner .upper_layer h1 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.main_header .search-care .care_btn span{
    display: none;
}
.popup_boxv .search-care .care_btn{
    height: 40px;
    padding: 6px 12px !important;
}
.popup_boxv .search-care .care_btn span{
    display:none;
}


#inner_banner .upper_layer .red_button {
    height: 45px;
    line-height: 40px;
    padding: 0px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 17px;
    margin-top: 19px;
}

.grey_link_section {
    padding-top: 35px;
    padding-bottom: 35px;
    
}

.grey_link_section.d_link{
    background: #eee; 
}

.grey_link_section a {
    font-size: 17px;
    margin-bottom: 34px;
    font-weight: 500;
    color: var(--clr_green);
}

.grey_link_section .red_button {
    margin: 0px 11px;
    background-color: #444;
    border-color: #444;
}

.list_content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.list_content .left_side > h3 {
    font-size: 21px;
    font-weight: 400;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.list_content .left_side .list_item_block {
    padding-left: 100px;
    position: relative;
    margin-bottom: 45px;
    padding-right: 65px;
}
.list_content .left_side .list_item_block .img_box a{
    display:block;
    height:100%; 
}
.list_content .left_side .list_item_block .img_box {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list_content .left_side .list_item_block .img_box img {
    width: 100%;
    min-height:100%;
}

.list_content .left_side .list_item_block .content h3 {
    font-size: 19px;
    margin-bottom: 5px;
    font-weight:600;
}

.list_content .left_side .list_item_block .content .divider {
    font-weight: 100;
    margin-left: 5px;
    margin-right: 5px;
}

.list_content .left_side .list_item_block .content .list_yr ul li {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    font-weight: 500;
    font-size: 17px;
        color: #444;
    margin-left: 8px;
    font-weight:600;
    
    
}

.list_content .left_side .list_item_block .content .list_yr ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.list_content .left_side .list_item_block .content .list_yr ul li:first-of-type {
    padding-left: 0px;
    margin-left: 0px;
}

.list_content .left_side .list_item_block .content .list_yr ul li:first-of-type:before {
    display: none;
}

.list_content .left_side .list_item_block .content h5 {
    font-weight: 500;
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight:600;
}
.list_content .left_side .list_item_block .content .morelink {
    display:inline;
}
.list_content .left_side .list_item_block .content .booking_count span {
    vertical-align: bottom;
}

.list_content .left_side .list_item_block .content .booking_count span::before {
    content: '\f073';
    font-family: FontAwesome;
    margin-right: 8px;
    color: #fc7b34;
}

.list_content .left_side .list_item_block .content .desc {
    margin-top: 6px;
}

.list_content .left_side .list_item_block .content .desc a {
    color: var(--clr_green);
}

.list_content .sidebar_section {
    margin-bottom: 16px;
}

.list_content .sidebar_section h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 9px;
}

.list_content .sidebar_section ul li {
    list-style: none;
    margin-bottom: 10px;
}

.list_content .sidebar_section ul li a {
    color: #7a7676;
}

#profile_box .provider_info .btn-box .red_button,
.profile-verified .btn_box .red_button {
    height: 40px;
    line-height: 33px;
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
}

#profile_box {
    padding: 60px 0px;
}

#profile_box .provider_info h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    letter-spacing: .5px;
    color: #666;
}

#profile_box .provider_info h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
}

#profile_box .provider_info h4 span {
    background-color: #eee;
    border-color: #dedede;
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 5px 9px;
    vertical-align: super;
}

#profile_box .provider_info .detail {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 11px;
}

#profile_box .provider_info .detail p {
    margin-bottom: 10px;
}

#profile_box .provider_info .btn-box {
    margin-top: 40px;
}

#intro_provider {
    padding-top: 50px;
}

#intro_provider .desc h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

#intro_provider .desc p {
    margin-bottom: 14px;
}

#intro_provider .desc .list_box {
    margin-top: 23px;
}

#intro_provider .desc .list_box ul li {
    list-style: none;
    margin-bottom: 25px;
}

#intro_provider .desc .list_box ul li span:first-of-type {
    margin-right: 7px;
}

.profile-verified {
    padding-bottom: 50px;
    border-top: 1px solid #ccc;
    margin-top: 13px;
    padding-top: 28px;
}

.profile-verified h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 17px;
}

.profile-verified ul li {
    list-style: none;
    margin-bottom: 10px;
}

.profile-verified ul li span:first-of-type {
    margin-right: 7px;
}

.profile-verified .btn_box .red_button {
    display: inline-block;
    margin-top: 15px;
}

.our-blog.dashboard {
    margin-top: 50px;
    padding-bottom: 60px;
}
.our-blog .right-side{
    position: fixed;
    top: 98px;
    right: -110%;
    z-index: 999;
    transition:all 0.8s;
}

.our-blog .right-side.open{
    right: 4px;
}

.our-blog .left-side .box,
.our-blog .right-side .box,
.signup-process .right-side .box {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.blog-widget {
    margin-bottom: 50px;
}

.blog-widget-img {
    width: 100%;
    overflow: hidden;
}

h3.hello-user {
    font-size: 15px !important;
    font-weight: 600;
    color: #FF9800;
    margin-bottom: 52px;
    padding-bottom: 14px;
    border-bottom: none;
    text-align: center !important;
    margin: 0px !important;
}

.our-blog .center-side .box {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.day-tabs.nav-tabs {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.day-tabs.nav-tabs > li {
    margin-right: 10px;
    height: 40px;
    margin-bottom: 5px;
}

.day-tabs.nav-tabs > li > a {
    border: 1px solid #f1f1f1;
    font-size: 14px;
    font-weight: 400;
    color: #434343;
    font-family: 'Lato', sans-serif;
    padding: 9px 45px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.day-tabs.nav-tabs > li.active > a {
    background-color: #ec9620;
    color: #ffffff;
}

.our-blog .day-tabs.tab-content {
    padding: 0px;
    border: none;
}

.our-blog .lesson-box {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid rgba(197, 183, 183, 0.61);
    font-family: 'Lato', sans-serif;
    /* border-radius: 4px; */
    background-color: rgba(252, 123, 52, 0.02);
}

.our-blog .ad-pad {
    padding-left: 15px !important;
}

.lesson-box .title {
    font-size: 18px;
    font-weight: 700;
    color: #434343;
    margin-bottom: 0px;
}

.lesson-box .text {
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.lesson-box .info {
    font-size: 15px;
    font-weight: 400;
    color: #FF9800;
    line-height: 24px;
}

.lesson-box img {
    width: 88px;
    height: 88px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.our-blog .right-side .box,
.signup-process .right-side .box {
    background-color: #2a36bb;
}

.blog-widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    width: 100%;
    height: auto;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.our-blog .right-side .blog-widget-title,
.signup-process .right-side .blog-widget-title {
    color: #ffffff !important;
}

.blog-widget-links li:before {
    content: "\2192";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 11px;
    color: #FF9800;
}

.blog-widget-links li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.blog-widget-img a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.blog-widget-img a img {
    max-width: 100%;
}

.blog-widget-links li {
    list-style: none;
}

.blog-widget-img img,
.blog-widget-add img {
    width: 80%;
    height: 80%;
    margin: auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border: 2px solid #ffffff;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#serv_about {
    padding: 80px 0px;
}

#serv_about .service_about_img img {
    width: 100%;
}

#serv_about .service_about_decription h1 {
    text-transform: capitalize;
    font-size: 34px;
    color: #333;
    margin-bottom: 20px;
}

#serv_about .service_about_decription p {
    color: #737373;
    margin-bottom: 13px;
}

#services_list {
    padding-bottom: 35px;
}

#services_list h1 {
    font-size: 35px;
    border-bottom: 1px solid #cccc;
    margin-bottom: 15px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#services_list .serv_item {
    margin-bottom: 5px;
}

#services_list .serv_item a {
    font-size: 17px;
    position: relative;
    display: inline-block; 
    padding-left: 20px;
    margin-bottom: 9px;
    text-transform: capitalize;
}

#services_list .serv_item a:before {
    content: '\f061';
    font-family: FontAwesome;
    margin-right: 9px;
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 12px;
}

#serv_details {
    padding: 60px 0px;
}

#serv_details h1 {
    text-align: center;
    font-size: 29px;
    position: relative;
    margin-bottom: 40px;
}

#serv_details p {
    margin-bottom: 15px;
    color: #828080;
}

.card-custom {
    background-color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 15px;
    border-radius: 4px;
}

.event-heading {
    font-size: 24px;
    font-weight: 600;
    color: #FF9800;
    margin-bottom: 52px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f1f1f1;
}

.account_setting.our-blog .day-tabs.tab-content a .btn-info {
    font-size: 14px;
}

.our-blog.account_setting .lesson-box {
    font-size: 13px;
    color: #565555;
}

.row-spacing .row {
    margin-top: 10px;
}

.lesson-box .title {
    margin-bottom: 18px;
}

.lesson-box .title a {
    color:var(--clr_green);
    transition: all 0.5s;
}
.lesson-box .title a:focus, .lesson-box .title a:hover, .lesson-box .title a:active{
    color:var(--clr_org );
}
.lesson-box .panel-list li {
    font-size: 15px;
    list-style: none;
    padding-left: 23px;
    position: relative;
    margin-bottom: 7px;
}



.lesson-box .panel-list li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 16px;
    color: #FF9800;
}

.post-job {
    padding: 35px 50px;
}
.post-job .picture_upload .image_note{
    margin-top:10px;
    color:var(--clr_green);
}

.post-job *:focus {
    box-shadow: none;
}

.post-job .event-heading {
    margin-bottom: 35px;
}

.post-job label {
    color: #565656;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.post-job [name=jobs_title] {
    margin-bottom: 26px;
}

.post-job .days_select_box label {
    margin-right: 15px;
}

.post-job .days_select_box {
    margin-top: 15px;
}

.post-job .days_select_box label {
    margin-bottom: 13px;
}

.post-job .days_select_box ul li {
    display: inline-block;
}

.post-job .days_select_box ul li input {
    display: none;
}

.post-job .days_select_box ul li label {
    font-weight: normal;
    text-align: center;
    color: #c5c5c5;
    cursor: pointer;
}

.post-job .days_select_box ul li label .let_box {
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #fc7b34;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
    color: #333;
}

.post-job .days_select_box ul li label input:checked + .let_box {
    background: #fc7b34;
    color: #fff;
}

.post-job .time_box {
    margin-bottom: 10px;
    display: none;
}

.post-job .time_box a {
    display: block;
    font-size: 15px;
    position: relative;
    cursor: pointer; 
}

.post-job .time_box a span {
    color: #888;
}

.post-job .time_box a span:first-of-type {
    margin-left: 12px;
}

.post-job .time_box a:after {
    content: '\f107';
    position: absolute;
    font-weight: bold;
    font-size: 20px;
    right: 0px;
    font-family: FontAwesome;
}

.post-job .time_box .time_block > .row [class^=col] {
    padding-top: 15px;
    
}

.post-job .address {
    margin-top: 30px;
    margin-block-end: 15px;
}

.post-job .kids_counts button {
    border: 1px solid #ccc;
    width: 40px;
}

.post-job .kids_counts .kid_age_box label {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.post-job .select_button_box {
    margin-top: 15px;
}

.post-job .select_button_box span {
    border: 1px solid #fc7b34;
    height: 35px;
    display: inline-block;
    line-height: 32px;
    padding: 0px 15px;
    border-radius: 27px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.post-job .select_button_box input {
    display: none;
}

.post-job .select_button_box input:checked + span {
    background: #fc7b34;
    color: #fff;
}

.post-job .select_button_box .btns label {
    margin-right: 10px;
}

.post-job .submit_box button {
    background: #fc7b34;
    border: none;
    height: 43px;
    padding: 0px 32px;
    color: #fff;
    font-weight: 500;
    border-radius: 21px;
    cursor:pointer;
}

.post-job .pay {
    margin-top: 15px;
}
.my_job_list td a .editbutn{
    color:var(--clr_green)
}
#job_list_sec  .filter_toggle button{
    cursor: pointer;
    margin-bottom: 10px;
    padding: 7px 14px;
}
#job_list_sec  .filter_toggle {
    display: none; 
}

.post-job .submit_box a{
    display: inline-block; 
    margin-right: 5px;
}




/*sb css home page form*/
button.btn.btn-link-secondary.btn-back-over {
    left: -10%;
    position: absolute;
    top: 3px;
    color:#56c096;
    z-index: 10;
}

button.btn.btn-link-secondary.btn-back-over:focus {
    box-shadow: none;
}

/*button.btn.btn-link-secondary.btn-back-over:hover {*/
/*    color: #00f795;*/
/*}*/

.get_category_box {
    text-align: center;
}

button.service-cat-button {

    display: inline-block;
    border: 1px solid #eceae8;
    border-radius: 15px;
    /* padding: 1rem 2rem; */
    /* margin: 0; */
    text-decoration: none;
    background: #fff;
    color: #000;

    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    width: 100%;

}

button.service-cat-button:focus {
    border-radius: 15px;
}

button.service-cat-button .cat-icon > img {
    margin-top: 15px;
    border-radius:100%;
    max-width:100%;
}

span.cat-icon-service {
    float: left;
}

span.cat-icon-service > img {
    margin: 12px 7px 12px 7px;
    border-radius:100%;
    max-width:100%;
}

button.service-cat-button .service-name h6 {
    text-align: left !important;
    padding-top: 18px;

}

.get_category_box {
    margin-bottom: 20px;
}

.imogicon {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.waitingsText {
    text-align: center;
    width: 100%;
}

.nbtn {
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.experience-div > img {
    float: left;
}



.experience-div h1 {
    text-align: center !important;
}

.selectors {
    margin-bottom: 20px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.selectors-lg .control {
    font-size: 16px;
    padding-left: 20px;
}

.selectors .control input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}

.selectors-lg .control .control-indicator {
    border-radius: 55px;
    min-height: 55px;
    line-height: 53px;
    min-width: 55px;
    max-width: 55px;
}

.selectors .control .control-indicator {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 15px;
    background-size: 50% 40%;
    background-color: #FFF;
    border: 1px solid #fc7b34;;
    color: #444;
    display: block;
    margin: auto;
    text-align: center;
    user-select: none;
}

.selectors .control input:checked ~ .control-indicator {
    color: #FFF;
    background-color:#fc7b34;
}

.selectors .control {
    color: #444;
    cursor: pointer !important;
    display: inline-block;
    font-weight: normal;
    position: relative;
}

.selectors .control.segment-control {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: -5px;
    position: relative;
    /*  background-color: #FFF */
    ;
    border-radius: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

.selectors .control.segment-control.segment-multi-select .control-indicator {
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.selectors .control.segment-control .control-indicator {
    padding: 0px 25px;
    min-height: 30px;
    line-height: 30px;
    max-width: none;
}

.seeker-zip {
    margin-top: 20px;
    height: 40px;
    width: 100% !important;
}

.seeker-zip .form-control {
    font-size: 18px;
    width: 110px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: none;
}

.form-group.sb .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    position: relative;
    border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #BCBCBC;
    font-size: 16px;
    caret-color: #02768b;
}

.form-group.sb .custom-select {
    display: block;
    position: relative;
}

.form-group.sb .custom-select .icon {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 25px;
    pointer-events: none;
}

.form-group.sb .custom-select {
    display: contents;
    position: relative;
}

.terms {
    width: 100%;
}

.sbcustom {
    margin-bottom: 20px;
}

.our-blog.message .day-tabs.nav-tabs > li > a.active {
    background: #ec9620;
    color: #fff;
}

.our-blog.message .message_table {
    margin-top: 50px;
}

.our-blog.message .action_btns .btn {
    font-size: 14px;
}

/*.our-blog.message .dataTables_paginate a.paginate_button,*/
/*.our-blog.message .dataTables_paginate a.paginate_button:hover,*/
/*.our-blog.message .dataTables_paginate a.paginate_button:focus {*/
/*    background: #fc7b34;*/
/*    color: #fff !important;*/
/*    cursor: pointer;*/
/*     box-shadow: none;*/
/*    border: none;*/
/*}*/

.our-blog.message .message_table_inner {
    border-collapse: collapse;
}

.our-blog.message .message_table_inner th {
    border: 1px solid #ccc;
    text-align: center;
    font-weight: normal;
    color: #737373;
    font-size: 15px;
    padding: 6px 18px;
}

.our-blog.message .message_table_inner td {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    padding: 6px 18px;
}

.advisor_item {
    padding-left: 150px;
}


.advisor_item .icons_box {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: #ffffff;
    line-height: 80px;
    text-align: center;
    border-radius: 1000%;
    font-size: 31px;
    color: #fc7b34;
    box-shadow: 0px 0px 44px #fc7b341f
}

.advisor_sec .lesson-box {
    position: relative;
}

.advisor_sec .lesson-box:before {
    content: '';
    height: 70%;
    width: 1px;
    background: #00000029;
    top: 15%;
    position: absolute;
    left: 145px;
}

.advisor_sec  .tab-content > .lesson-box:first-of-type:before  {
    display: none;
}

.advisor_sec .lesson-box .title {
    margin-top: 13px;
}

.our-blog.dashboard.profile .profile_head a {
    display: block;
    width: 150px;
    height: 150px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 141px;
}

.user_profile_img {
    display: block;
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 98px;
    position:relative;
    background: #fff;
}
.user_profile_img i{
    position: absolute;
    right: 19px;
    top: 23px;
    color: #f57b35;
    font-weight: 600;
}
.our-blog.dashboard.profile .profile_head a img,
.user_profile_img img {
    width: 80%;
    text-align: center;
    display: inline-block;
    height: 80%;
}

.my_photo_title {
    text-align: left;
    font-size: 18px;
    margin-top: 11px;
    padding-left: 9px;
}

.our-blog.dashboard.profile .profile_head .panel-list {
    margin-top: 4px;
}

.our-blog.dashboard.profile .profile_head .panel-list li {
    display: block;
    list-style: none;
    margin-bottom: 4px;
}

.our-blog.dashboard.profile .profile_head .panel-list li i {
    margin-right: 9px;
    color: #FF9800;

}

.our-blog.dashboard.profile .profile_info {
    margin-top: 40px;
}

.our-blog.dashboard.profile .profile_info .info_block {
    box-shadow: 0px 0px 1px #dedede;
}

.our-blog.dashboard.profile .profile_info .info_block {
    padding-left: 15px;
    padding-right: 15px;
}

.our-blog.dashboard.profile .profile_info .info_block a {
    display: block;
    line-height: 38px;
    font-weight: bold;
    font-size: 18px;
    color: #4a4a4a;
}

.our-blog.dashboard.profile .profile_info .info_block a {
    position: relative;
    margin-bottom: 4px;
}

.our-blog.dashboard.profile .profile_info .info_block a i {
    position: absolute;
    right: 0px;
    top: 11px;
    color: #FF9800;
}

.our-blog.dashboard.profile .profile_info .info_block .content {
    border-top: 1px solid rgba(204, 204, 204, 0.1);

}

.our-blog.dashboard.profile .profile_info .info_block .content a {
    color: #22a1c7;
    font-weight: normal;
    font-size: 16px;

}

.add-family-form textarea:focus {
    box-shadow: none;
}

.add-family-form .btn_box button {
    background: #FF9800;
    padding: 10px 38px;
    color: #ffff;
    font-size: 17px;
}

.service_cat.home {
    padding: 50px 0px;
}

.home-points {
    /*background-image: url(../images/caregiver.jpg);*/
    background-image: url(../images/search-for-free.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 100px 0px; 
}

.home-points .container {
    position: relative;
    z-index: 1;
}

.home-points::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    position: absolute;
    left: 0px;
    top: 0px;
}

.heading-cus {
    padding-bottom: 50px;
}

.heading-cus h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.home-points .points-box {
    position: relative;
    padding: 40px;
    max-width: 374px;
    height: 177px;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    margin: auto;
    border: 1px solid #bbbbbb;
    border-radius: 8px;
    transition: all .3s ease;
}

.points-box h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: var(--clr_org);
}

.points-box p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.home-points .button-cus {
    padding: 40px 15px 0px;
    text-align: center;
}

.home-points .button-cus .btn {
    background-color: var(--clr_org);
    color: #fff;
    height: 44px;
    line-height: 41px;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 40px;
    border: 2px solid var(--clr_org);
    transition: all .3s ease;
}

.home-calculate.looking-job {
    padding: 60px 0px 0px;
    background-color: #f7f7f7;
}

.home-calculate {
    position: relative;
}

.home-calculate h1 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 40px;
    text-align: center;
}

.calculate-img {
    height: auto;
}

.calculate-img img {
    height: 100%;
}

.home-calculate .media {
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    padding-bottom: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 12px 45px 12px 15px;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.25);
    border: 1px solid rgba(128, 128, 128, 0.18);
    position: relative;
}

.media:first-child {
    margin-top: 0;
}

.feature2-icn {
    border-radius: 50%;
    background-color: #2030cc;
    width: 70px;
    line-height: 70px;
    border: 0;
    height: 70px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.home-calculate .media .feature2-icn {
    border-radius: 50%;
    background-color: #2030cc;
    box-shadow: 3px 4px 0px 0px #0b199c;
    width: 65px;
    line-height: 65px;
    border: 0;
    height: 65px;
    color: #fefefe;
    font-size: 24px;
    text-align: center;
    margin-right: 12px;
}

.home-calculate .media.box1 .feature2-icn {
    background-color: #607D8B;
    box-shadow: 3px 4px 0px 0px #3c5765;
}

.feature2 h3 {
    color: #000000;
    font-size: 24px;
    font-weight: normal;
}

.feature2 p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    font-family: 'Lato', sans-serif;
    margin: 11px 0px 22px 0px;
}

.feature2 .media-left {
    padding-right: 10px;
}

.home-calculate .media .step {
    position: absolute;
    right: 10px;
    height: 29px;
    width: 29px;
    background-color: #c1c1c1;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    top: 50%;
    padding: 0px;
    line-height: 29px;
    text-align: center;
    transform: translateY(-50%);
}

.home-calculate .media.box2 .feature2-icn {
    background-color: #03A9F4;
    box-shadow: 3px 4px 0px 0px #217dce;
}

.home-calculate .media.box3 .feature2-icn {
    background-color: #0cd42e;
    box-shadow: 3px 4px 0px 0px #41ab0f;
}
.home-calculate.looking-job .feature-link{
    padding-top: 20px;
}
.home-calculate.looking-job .btn.btn-link {
    background-color: var(--clr_org);
    color: #fff;
    height: 44px;
    line-height: 41px;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 40px;
    border: 2px solid var(--clr_org);
    transition: all .3s ease;
}

.home-calculate.looking-job .btn-link:hover {
    border-color: var(--clr_org);
    text-decoration: none;
    color: var(--clr_org);;
    background-color: transparent;
}

#warningMessages2 {
    color: #FF0000;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    margin: 5px 0px;
}

.link_to_login {
    margin-top: 8px;
    cursor: pointer;
    line-height: 18px;
}

.link_to_login a {
    line-height: 18px;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #ec9620;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: fixed;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 9999;
}

.loading:before {
    content: "";
    background: #fff;
    transition: all 0.5s;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8888;
}

#transaprent_layer {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 19;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#static_page {
    padding: 40px 0px;
}


#static_page .title-2 {
    font-size: 28px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    line-height: 34px;
    margin-bottom: 41px;
}

#static_page .title-3 {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 20px;
}

#static_page p {
    font-family: auto;
    font-size: 18px;
    line-height: 27px;    
}

#static_page p + p {
    margin-top: 10px;
}
#static_page .text_block{
    margin-bottom: 15px;
}
#static_page .text_block.last{
    margin-bottom: 0px;
}
#static_page #about_page .list_info {
    margin-top: 40px;
}

#static_page #about_page .list_info li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    margin-bottom: 15px;
}

#static_page #about_page .list_info li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    color: #fc7b34;
}
#static_page .title-5{
    margin-bottom: 5px;
    font-size: 20px;
}

#static_page #about_page .company-images .c-img img {
    max-width:
}

#static_page #about_page .company-images .c-img {
    text-align: center;
}

#static_page #about_page .company-images .h2.desc {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0;
}

#static_page #about_page .company-images .subdesc {
    color: #888;
    margin-bottom: 50px;
    text-align: center;
}

#static_page #about_page .company-images {
    margin-top: 50px;
}

#static_page .roman_box ol {
    margin-left: 20px;
}

#static_page .roman_box ol li {
    list-style: upper-roman;
    font-size: 22px;
    font-weight: 500;
}

#static_page .roman_box ol li ol {
    margin-left: 20px;
    margin-top: 13px;
}

#static_page .roman_box ol li ol li {
    list-style: decimal;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 9px;
    font-family: auto;
}

#static_page .roman_box ol li ol li:first-letter {
    text-transform: capitalize;
}

#faq_section {
    padding: 40px 0px;
}

#faq_section .tab_box h3 {
    font-size: 21px;
}

#faq_section .tab_box .nav {
    display: block;
    margin-top: 15px;
}

#faq_section .tab_box ul li {
    display: block;
    float: none;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fc7b34;
    position: relative;
    padding-left: 25px;
}

#faq_section .tab_box ul li a {
    color: #333;
    transition: all 0.5s;
}

#faq_section .tab_box ul li a.active,
#faq_section .tab_box ul li a:hover {
    color: #fc7b34;
}

#faq_section .tab_box ul li:before {
    content: "\f178";
    position: absolute;
    font-family: fontAwesome;
    left: 0px;
}

#faq_section .tab_box ul li a {
    text-transform: capitalize;
}

#faq_section .tab_cotent_box .tab-pane .question {
    font-size: 19px;
    color: #fc7b34;
    font-weight: 500;
    margin-bottom: 14px;
}

#faq_section .tab_cotent_box .tab-pane p.answers {
    line-height: 30px;
}

#faq_section .tab_cotent_box .faq_block {
    margin-bottom: 30px;
}

#faq_section > h4 {
    margin-bottom: 50px;
    font-size: 26px;
    text-align: center;
}

#care_directory {
    padding: 50px 0px;
}

#care_directory .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#care_directory .panel-default {
    border-color: #ddd;
}

#care_directory .panel,
#care_directory .panel {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

#care_directory .panel .panel-heading,
#care_directory .state-category .panel .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}


#care_directory .panel .panel-body {
    padding: 15px;
   
}

#care_directory .panel .panel-body.cities{
     column-count: 4; 
    column-gap: 30px;
}
#care_directory .panel .nav li a,
#care_directory .panel .nav li a {
    display: block;
    padding: 10px 15px;
    position: relative;
    border-radius: 4px;
    color: #fc7b34;
}

#care_directory .list_item .list_title {
    font-size: 18px;
    text-transform: capitalize;
    color: #fc7b34;
    padding-bottom: 10px;
}

#care_directory .list_item ul {
    margin-left: 30px;
}

#care_directory .list_item ul li {
    color: #fc7b34;
    text-transform: capitalize;
}

#care_directory .list_item {
    padding-bottom: 15px;
}


/*messaging page design*/

#message_tab_box .tab_box {
    border: 1px solid #ccc;
    margin: 50px 0px;
}

#message_tab_box .left_side {
    border-right: 1px solid #ccc;
    height: 100%;
}

#message_tab_box .left_side .tab_head {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
}

#message_tab_box .msg_view_box {
    padding-top: 39px;
    height: 100%;
    position: relative;
    min-height:470px;
}

#message_tab_box .left_side .tab_head ul li {
    width: 50%;
    text-align: center;
}

#message_tab_box .left_side .tab_head ul li a {
    padding: 0px 9px;
    position: relative;
}

#message_tab_box .left_side .tab_head ul li a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: orange;
    left: 0px;
    bottom: -4px;
    display: none;
}

#message_tab_box .left_side .tab_head ul li a.active:before {
    display: block;
}

#message_tab_box .left_side .msg_box .msg_item #message_tab_box .left_side .msg_box .msg_item .au-message__item {
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#message_tab_box .left_side .msg_box .msg_item .au-message__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 40px;
    padding-right: 50px;
    padding-bottom: 25px;
}

/*#message_tab_box .left_side .msg_box .msg_item .au-message__item.unread .au-message__item-inner {*/
/*    border-left: 3px solid #999;*/
/*}*/

#message_tab_box .left_side .msg_box .msg_item .avatar-wrap {
    position: relative;
    float: left;
}

#message_tab_box .left_side .msg_box .msg_item .avatar {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

#message_tab_box .left_side .msg_box .msg_item img {
    max-width: 100%;
    height: auto;
}

#message_tab_box .left_side .msg_box .msg_ite .avatar::after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #ccc;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.au-message__footer {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 45px;
}

.au-message p {
    color: #808080;
}

.au-message-list {
    height: 424px;
    position: relative;
    overflow-y: auto;
}

.au-message__noti {
    padding: 25px 15px;
    padding-left: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2f2f2;
}

.au-message__noti p {
    font-size: 14px;
}

.au-message__noti p span {
    font-weight: 600;
}

.au-message__item {
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-message__item:hover {
    background: #f7f7f7;
}

.au-message__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 40px;
    padding-right: 50px;
    padding-bottom: 25px;
}





.au-message__item-time {
    margin-top: 26px;
}

.au-message__item-time span {
    font-size: 14px;
    color: #808080;
}

.au-message__item-text .text {
    margin-left: 60px;
    padding: 7px 0;
    padding-left: 23px;
}

.au-message__item-text .text .name {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 2px;
}

.au-message__item-text .text p {
    color: #808080;
}



.avatar-wrap {
    position: relative;
    float: left;
}


.online .avatar::after {
    background: #63c76a;
}

.avatar {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.avatar::after {
    content: '';
    display: block;
    height: 15px;
    width: 15px;
    background: #ccc;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.avatar--small {
    height: 50px;
    width: 50px;
}

.avatar--tiny {
    height: 32px;
    width: 32px;
}

.avatar--tiny::after {
    display: none;
}

/*chatbox scroll*/
/* width */
.au-chat__content::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.au-chat__content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ccc; 
  border-radius: 10px;
}
 
/* Handle */
.au-chat__content::-webkit-scrollbar-thumb {
  background: var(--clr_green); 
  border-radius: 10px;
}

/* Handle on hover */
.au-chat__content::-webkit-scrollbar-thumb:hover {
  background: var(--clr_green); 
}

/*chatbox scroll ends here*/



.au-message__item.unread .au-message__item-inner {
    border-left: 3px solid #56c096;;
}

.au-message__item.unread .au-message__item-text .text .name {
    color: #333;
}

.au-message__item.unread .au-message__item-text .text p {
    color: #333;
}

.au-chat--border .au-chat__title {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-chat--border .au-chat__content {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.au-chat--border .au-chat-textfield {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.au-chat__title {
    border-bottom: 1px solid #f2f2f2;
}

.au-chat-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 40px;
}

.au-chat-info .avatar-wrap {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.au-chat-info .nick {
    margin-left: 15px;
}

.au-chat-info .nick a {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.au-chat-info .nick a:hover {
    color: #666;
}

.au-chat__content {
    height: 400px;
    overflow: auto;
    padding: 30px 40px;
    padding-bottom: 0;
    position: relative;
}

.au-chat__content2 .recei-mess {
    max-width: 240px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
}

.au-chat__content2 .send-mess {
    max-width: 240px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}

.mess-time {
    font-size: 14px;
    color: #999;
}

.recei-mess-wrap {
    text-align: center;
}

.recei-mess {
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 25px;
    max-width: 390px;
    margin-bottom: 2px;
    text-align: left;
}

.recei-mess__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
}

.recei-mess__inner .avatar--tiny {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: flex-start;
    margin-right: 10px;
}

.recei-mess-list {
    max-width: -webkit-calc(100% - 42px);
    max-width: -moz-calc(100% - 42px);
    max-width: calc(100% - 42px);
}

.recei-mess-list .recei-mess:last-child {
    margin-bottom: 0;
}
.recei-mess-list .recei-mess{
    word-break:break-word;
}
.send-mess-wrap {
    text-align: center;
    margin-top: 20px;
}


.send-mess__inner {
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.send-mess-list{
    max-width: -webkit-calc(100% - 42px);
    max-width: -moz-calc(100% - 42px);
    max-width: calc(100% - 42px);
}

.send-mess {
    background: var(--clr_green);
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px 25px;
    max-width: 390px;
    margin-bottom: 2px;
    text-align: left;
}

.au-chat-textfield {
    padding: 40px;
    padding-top: 32px;
    padding-bottom: 50px;
}

.au-inbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.au-inbox-wrap.show-chat-box {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.au-message {
    width: 50%;
}

.au-chat {
    width: 100%;
}

#message_tab_box .msg_view_box .au-form-icon textarea {
    line-height: 25px;
    resize: none;
    height: 65px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    padding: 18px 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 16px;
    color: #808080;
    width: 100%;
    padding-right:55px;
}

#message_tab_box .msg_view_box .send_msg_box {
    /* position: absolute; */
	position: relative;
    bottom: 0px;
    width: 100%;
    padding-bottom: 15px;
    padding-right: 30px;
	margin-top:20px;
}

#umess1 {
   background: #ef0707;
    border-radius: 50%;
    padding: 0px 3px 1px 3px;
    font-size: 10px;
    position: absolute;
    top: -4px;
    height: 11px;
    width: 11px;
    right: -11px;
    line-height: initial;

}

.badge1{
	    color: #fff;
    position: absolute;
    margin-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
    background: #ef0707;
    border-radius: 50%;
    font-size: 11px;
    margin-left: -10px;
}

#message_tab_box .msg_view_box .send_msg_box .au-input-icon,
#message_tab_box .msg_view_box .send_msg_box .au-input-icon:focus {
    position: absolute;
    background: transparent;
    right: 50px;
    top: 8px;
    font-size: 30px;
    color: #808080;
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

#message_tab_box .msg_view_box .send_msg_box *:focus {
    outline: none;
}

#message_tab_box .msg_view_box .send_msg_box ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
#message_tab_box .msg_view_box .send_msg_box ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#message_tab_box .msg_view_box .send_msg_box ::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
#message_tab_box .msg_view_box .send_msg_box ::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

#message_tab_box .right_side,
#message_tab_box .right_side .tab-content,
#message_tab_box .right_side .tab-content .tab-pane {
    height: 100%;
}
#message_tab_box .right_side .tab-content .tab-pane .head_btn_box{
    display: none; 
}
.send-mess-list .send-mess{
    display:inline-block;
    word-break:break-word;
}
.avatar.avatar--tiny{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 9px;
}
.avatar.avatar--tiny img{
    min-height: 100%; 
}
#alert_tab .au-chat-info,
#alert_tab .au-chat-info .nick,
#alert_tab .au-chat__content {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
}

.power_link {
    font-weight: 500;
}

.power_link a {
    color: #fc7b34
}

html {
    scroll-behavior: smooth;
}

.care_giver_view {
    padding: 50px 0px;
}

.c_10_row {
    margin-left: -10px;
    margin-right: -10px;
}

.c_10_row [class ^=col] {
    padding-left: 10px;
    padding-right: 10px;
}

.care_giver_view .profile_header .profile_img img {
    width: 100%;
}

.care_giver_view .profile_header .pro_info h1 {
    font-size: 27px;
}

.care_giver_view .profile_header .pro_info .snippet {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 6px 0px;
}

.care_giver_view .profile_header .pro_info .snippet-row-two {
    display: flex;
    margin-top: 16px;
}

.care_giver_view .profile_header .pro_info .snippet-row-two > div {
    border-right: 1px dotted #a5a5a5;
    padding: 0px 12px;
}

.care_giver_view .profile_header .pro_info .snippet-row-two h2 {
    font-size: 25px;
    color: #333;
}

.care_giver_view .profile_header .pro_info .snippet-row-two .label {
    font-size: 12px;
    color: #8e8e8e;
    margin-top: 8px;
    text-transform: none;
}

.care_btn,
.care_btn:focus {
    background: #fc7b34;
    ;
    border: 1px solid #fc7b34;
    ;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    transition: all 0.5s;
    font-weight: 500;
    outline: none;
    cursor:pointer;
}

.care_btn:hover {
    color: #fff;
    background: #d45a17;
}

.bordered {
    background: transparent;
    color: #d45a17;
}

.bordered:hover {
    background: #fc7b34;
    color: #fff;
}

.care_giver_view .profile_header .pro_head_right a:first-of-type {
    margin-bottom: 8px;
    margin-top: 7px;
}

.bookmark_tab {
    background: #fc7b34;
    color: #fff;
    height: 50px;
    margin: 30px 0px;
    padding: 0px 15px;
    line-height: 50px;
    text-align: center; 
}

.bookmark_tab ul li {
    display: inline-block;
    text-align: left;
    padding-right: 30px;
}
.bookmark_tab ul li a{
     padding: 5px 14px;
    border-radius: 7px;
}
.bookmark_tab ul li a:hover{
    background: var(--clr_green);
}

.gen_attribute {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.gen_attribute ul,
.attrib_list ul {
    display: flex;
    flex-wrap: wrap;
}

.gen_attribute ul li,
.attrib_list ul li {
    padding-right: 15px;
    width: 33.33%;
    list-style: none;
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 14px;
}

.gen_attribute ul li:before,
.attrib_list ul li:before {
    content: '\f058';
    left: 0px;
    top: -2px;
    position: absolute;
    font-family: FontAwesome;
    color: #58c197;
    font-size: 18px;
}

.other_pro_info .about_box,
.info_box {
    padding: 20px 0px;
    border-bottom: 1px dotted #ccc;
}

.other_pro_info .about_box h3,
.info_box h3 {
    color: #56c096;
    font-size: 24px;
    text-transform: capitalize;

}

.other_pro_info .about_box .desc {
    padding: 10px 0px;
}

.other_pro_info .desc p {
    font-size: 15px;
    color: #7c7a7a;
}

.work_history h3 {
    margin-bottom: 19px;
}


.work_history .history_item {
    margin-bottom: 15px;
}

.verification_attributes {
    padding-top: 30px;
}

.verification_attributes ul {
    display: flex;
}

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

.verification_attributes ul li {
    width: 50%;
    margin-bottom: 15px;
}
.verification_attributes ul li  .req_link{
    color: var(--clr_green); 
}

.verification_attributes ul li i {
    background: #ccc;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-right:6px;
}

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

.verification_attributes ul li.verified i {
    background: #56c096;
}

.verification_attributes ul li.verified span {
    color: #56c096;
    font-weight: 500;
}

.info_box h6 {
    margin: 15px 0px;
    text-transform: capitalize;
}

.edu_info_box {
    padding-bottom: 40px;
}

.edu_block h6 {
    margin-bottom: 2px;
}

.edu_block p {
    color: #333;
    font-size: 15px;
}

.availability h3 {
    margin-bottom: 30px;
}

.availability .availability_info p span {
    font-weight: 500;
}

.availability .schedule_sec {
    position: relative;
}

.availability .schedule_sec .dropdown-menu {
    width: 100%;
    padding: 0px;
}

.availability .schedule_sec .dropdown-item {
    border-bottom: 1px solid #cccccc5e;
    padding: 6px 10px;
}

.availability .schedule_sec .dropdown-item:last-of-type {
    border-bottom: none;
}

.availability #calendar{
    margin-top: 80px;
}
.availability #calendar .fc-event,.availability #calendar .fc-event:hover{
    color:#fff; 
}
 .boxy{
    background: #f7f7f7; 
    padding: 20px;
}
.boxy+.boxy{
    margin-top: 20px;
}
.no_radious{
    border-radius: 0px;
}

.link_box .links ul li{
        list-style: none;
    padding: 7px 0px;
    border-top: 1px solid #cccccc7a;
    text-align: center;
    color: #56c096;
}
.link_box .links ul li a:hover{
    text-decoration: underline; 
}
.link_box .links ul li:first-of-type{
    border-top:none;
}



.other_like_this h6{
    margin-bottom: 15px;
}
.other_like_this .block{
    display: flex; 
    flex-wrap: wrap;
    padding: 15px 0px;
    border-top: 1px solid #cccccc8c;
}
.other_like_this .block .img_box{
    width:71px; 
    border-radius: 100%; 
    overflow: hidden; 
    height: 71px;
        
}
.other_like_this .block .img_box img{
    width: 100%; 
    min-height: 100%; 
}
.other_like_this .content_side{
    width: calc( 100% - 71px ); 
    padding-left: 14px;
}
.other_like_this .content_side a{
    color:#56c096; 
    display: block; 
    margin-bottom: 5px;
}
.other_like_this .content_side  p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}
#article_list{
    padding: 40px 0px;
}
#article_list .left_side .title{
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 30px;
}
#article_list .left_side .article_block{
    display: flex;
    padding-bottom: 31px;
    border-bottom: 1px solid #b8b7b7;
    margin-bottom: 30px;
} 
#article_list .left_side .article_block:last-of-type{
    border:none;
    margin-bottom: 0px;
}
#article_list .left_side .article_block .img_box{
    width:30%;
}
#article_list .left_side .article_block .img_box img{
    width:100%; 
}
#article_list .left_side .article_block .content_side{
    width:70%;
}
#article_list .left_side .article_block .content_side {
    padding-left:15px;
}
#article_list .left_side .article_block .content_side .title{
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 6px;
    display: block;
    cursor:pointer;
    transition:all 0.5s; 
}
#article_list .left_side .article_block .content_side .title:hover{
    color:#d45a17;
}
#article_list .left_side .article_block .content_side p  {
    font-size: 15px;
}
#article_list .left_side .article_block .content_side p a{
    color:#56c096;
    white-space: nowrap; 
}
.auther{
    display:flex;
    margin-top: 9px;
}
.auther .img_box{
    width:35px;
    height:35px;
    border-radius:100%; 
    overflow:hidden;
}
.auther .img_box img{
    width:100%;
    height:100%; 
} 
.auther .content_side{
        padding-left: 10px;
}
.auther .content_side h6{
    font-size: 14px;
    margin-top: 1px;
}
.auther .content_side p.date{
    font-size: 12px;
    color: #a2a2a2;
}



#article_list .right_side h2.title{
      font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 22px;
}
#article_list .right_side .topic_list ul li{
    list-style: none;
    font-weight: 400;
    color: #333;
    margin-bottom: 18px;
    transition: all 0.4s;
}
#article_list .right_side .topic_list ul li a:hover{
    color:#fc7b34;
}
.rounded, .rounded:focus{
    border-radius:67px !important;
    padding: 9px 25px;
}
#article_list  .load_more {
    padding-top:20px;
}
#article_view{
    padding:40px 0px;
}
#article_view .title{
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
#article_view .auther{
    margin-bottom: 15px;
}
#article_view .left_side .img_box img{
    width:100%; 
}
#article_view .desc{
    padding:30px 0px;
}
#article_view .desc p{
    font-size: 18px;
    line-height: 30px;
    
}
#article_view .desc p+p{
    margin-bottom: 15px;
}
#article_view .desc .title-2{
    font-size: 21px;
    line-height: 33px;
    margin-top: 19px;
    margin-bottom: 9px;
}
#article_view .desc ul {
    margin-left:20px;
    margin-top:8px;
}
#article_view .desc ul li{
    margin-bottom: 10px;
}

#article_view  .right_side .title{
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc
} 
#article_view  .right_side .box .block{
    display:flex;
}
#article_view  .right_side .box .block .img_box{
    position:relative;
    width: 75px;
    height: 75px;
    overflow:hidden;
}
#article_view  .right_side .box .block .img_box img{
    width:auto;
    position:absolute;
    top:0px;
    height:100%; 
    left:50%; 
    transform:translatex(-50%);
}
#article_view  .right_side .box {
    margin-bottom: 30px;
}
#article_view  .right_side .box .block .content{
    width: calc(100% - 90px );
    padding-left: 12px;
}
#article_view  .right_side .box .block{
    margin-bottom:12px;
}
#article_view  .right_side .box .block .content a{
        font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
}
.care_giver_view .fix_header{
    padding-top: 50px;
    display:none;
}

.care_giver_view .fix_header.fix_me{
    display:block;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #fff;
    z-index: 20;;
}
.bookmark_tab ul li{
    text-transform:capitalize;
}

#job_list_sec{
    padding:50px 0px;
}

#job_list_sec .right-sec .job_block{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 14px;
    display: flex;
    margin-bottom: 30px;
    background: #fafafa;
}
#job_list_sec .right-sec .job_block .left_side{
    width:25%;
}
#job_list_sec .right-sec .job_block .left_side p{
    font-weight: 500;
    TEXT-ALIGN: CENTER;
    margin-top: 2px;
    text-transform: capitalize;
}
#job_list_sec .right-sec .job_block .left_side p a{
    color:#fc7b34;
}
#job_list_sec .right-sec .job_block .left_side .img_box a{
    display:inline-block;
}
#job_list_sec .right-sec .job_block .left_side .img_box img{
    width:100%; 
}
#job_list_sec .right-sec .job_block  .right_content{
    width:75%;
    padding-left:18px;
}
#job_list_sec .right-sec .job_block .right_content p{
    word-break:break-word;
}
.job_attributes{
    margin-top: 20px;
}
.job_attributes ul{
    display:flex;
}
.job_attributes ul li{
    width:20%;
    list-style: none;
    text-align: center;
    text-transform: capitalize;
}

#job_list_sec .right-sec .job_block  .right_content .care_btn {
    margin-top: 24px;
    font-size: 14px;
    border-radius: 42px;
    height: 40px;
    line-height: 40px;
    padding:0px 37px;
    border: none;
    
}
#job_list_sec .right-sec .job_block  .right_content .care_btn:first-of-type{
    margin-right:5px;
}
#job_list_sec .right-sec .job_block  .right_content p a{
    color:#fc7b34;
}
#job_list_sec .right-sec .job_block  .right_content .title{
    color: #fc7b34;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    display: inline-block;
}
.job_attributes ul li .icon_box i{
    text-align: center;
    color: #fc7b34;
    font-size: 20px;
}
.job_attributes ul li h4{
    font-size: 14px;
    color: #acacac;
    margin-top: 5px;
}
.job_attributes ul li  h6{
    font-size: 12px;
    margin-top: 4px;
}
#job_list_sec .left_side .left_filter_side{
    background: #fafafa;
    padding: 15px 0px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
#job_list_sec .left_side .left_filter_side .top_sec{
    padding: 0px 10px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #e7d8d8;

}
#job_list_sec .left_side .left_filter_side .top_sec h2{
    font-size: 20px;
    text-align: center;
    color: #333;
}

#job_list_sec .left_side .left_filter_side .top_sec .btn_box{
    margin-bottom: 8px;
    margin-top: 36px;
}

#job_list_sec .left_side .left_filter_side .top_sec .btn_box h3{
    font-size: 15px;
    color: #333;
}

#job_list_sec .left_side .left_filter_side .top_sec .btn_box a{
  font-size: 15px;
  color:#fc7b34;
}
#job_list_sec .left_side .left_filter_side .top_sec .btn_box a i{
    font-size: 18px;
    margin-right: 5px;
    color: #333;
}

#job_list_sec .left_side .left_filter_side .f_input_block{
    padding: 0px 10px;
    border-bottom: 1px solid #e7d8d8;
}

#job_list_sec .left_side .left_filter_side .f_input_block .title > a{
    padding: 7px 0px;
    display:block;
    font-size: 14px;
    color: #333;
}
#job_list_sec .left_side .left_filter_side .f_input_block .title a:before{
    content:'';
}
#job_list_sec .left_side .left_filter_side .f_input_block .title a i{
    color: #f70;
    margin-top: 1px;
}
#job_list_sec .left_side .left_filter_side  .form-group{
    margin-bottom: 10px;
}
#job_list_sec .left_side .left_filter_side  .form-group select.form-control{
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    padding: 0 33px 0 10px;
    background: url(../images/down-arrow-orange.png) no-repeat right 10px center;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#job_list_sec .left_side .left_filter_side .f_input_block .check-radio input{
    display: none;
}
#job_list_sec .left_side .left_filter_side .f_input_block .check-radio{
    margin-bottom: 8px;
}
#job_list_sec .left_side .left_filter_side .f_input_block .check-radio {
    display:block;
    cursor: pointer;
}
#job_list_sec .left_side .left_filter_side .f_input_block ul li{
    list-style:none;
}
#job_list_sec .left_side .left_filter_side .f_input_block .check-radio span{
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    font-weight: 400;
    display:block;
    padding-top: 8px;
    color: #615a5a;
    text-transform:capitalize;
}
#job_list_sec .left_side .left_filter_side .f_input_block .check-radio span:before{
    content: ""; 
    position: absolute; 
    left: 0px; 
    width: 27px;
    height: 27px;
    top: 7px;
    background: url('../images/uncheck.png') no-repeat; 
}
#job_list_sec .left_side .left_filter_side .f_input_block .check-radio input:checked + span:before{
    background: url('../images/checked.png') no-repeat; 
}
#job_list_sec .left_side .left_filter_side .f_input_block:last-of-type {
    border-bottom: none;
}
#mybox5{
    margin-top: 30px;;
}
#job_full_view{
    padding:40px 0px;
}
#job_full_view .left_side .img_box {
    width:200px;
    height:200px;
    border-radius:100%;
    overflow:hidden;
    margin:0 auto;
}
#job_full_view .left_side .img_box img{
    width:100%;
    min-height:100%; 
}
#job_full_view .left_side .foot_text p {
    font-weight: 500;
    TEXT-ALIGN: CENTER;
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 20px;
}
#job_full_view .left_side .foot_text p a{
    color: #fc7b34;
}
#job_full_view .left_side .btn_box{
    padding-top:15px;
}
#job_full_view .left_side .btn_box .care_btn{
    border-radius: 22px;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    /* padding: 0px; */
    border: none;
}

#job_full_view .right_content > a{   
    color: #fc7b34;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 9px;
    display: inline-block;
    
} 
#job_full_view .right_content .job_attributes{
    margin-bottom:30px;
}

#job_full_view .right_content .job_list_item{
    margin-top: 20px;
}
#job_full_view .job_list_item h6{
    margin-bottom:6px;
}
#job_full_view .job_list_item h6:first-letter{
    text-transform:uppercase;
}
#job_full_view .job_list_item ul {
    margin-left:20px;
}
#job_full_view .job_list_item ul li{
    margin-bottom: 4px;
}
#job_full_view .job_schedule {
    margin-top: 20px;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}
#job_full_view .job_schedule h6{
    margin-bottom: 14px;
    
}
#job_full_view .job_schedule p{
    margin-bottom: 7px;
}
#job_full_view .left_side.bg{
    height: 100%;
    background: #acacac14;
    padding: 24px;
    border-radius: 11px;
}

 .my_pagination .pagination{
     justify-content:flex-end;
 }

 .my_pagination .pagination .page-link{
     color:#fc7b34;
 }
 
 .my_pagination .pagination  .page-item.active .page-link{
         z-index: 1;
    color: #fff;
    background-color: #fc7b34;
    border-color: #fc7b34;
 }
  .my_pagination .pagination  .page-item .page-link:focus{
     outline:none;
     box-shadow:none;
 }
 
#job_list_sec .left_side .left_filter_side .form-group input.form-control, #job_list_sec .left_side .left_filter_side .form-group input.form-control:focus{
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 50px;
    padding: 0 33px 0 10px;
    outline:none;
    box-shadow:none;
    line-height:50px;
 }
 .side_bar_toggle{
    position: fixed;
    top: 102px;
    right: 30px;
    z-index: 19;
    border-radius: 100%;
}
.side_bar_toggle button,.side_bar_toggle button:focus, .side_bar_toggle button:active{
    width: 50px;
    height: 50px;
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 52px rgba(3, 48, 114, 0.21);
    -moz-box-shadow: 0px 0px 52px rgba(3, 48, 114, 0.21);
    box-shadow: 0px 0px 52px rgba(3, 48, 114, 0.21) !important;
    border: none;
    vertical-align: middle;
     color: #333 !important;
    padding: 0px;
    line-height: 18px;
    font-size: 24px;
}

.right-side .side_close{
    top: -13px;
    position: absolute;
    left: -14px;
    color: #000;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 2px #ccc
} 

.main_header nav ul li.dropdown{
    vertical-align:middle;
}

.main_header nav ul li.dropdown a.dropdown-toggle span{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
}
.main_header nav ul li.dropdown a.dropdown-toggle img{
    width:100%;
    height:100%;
    
}

.main_header nav ul li.dropdown a.dropdown-toggle{
    padding-right: 18px;
    display: inline-block;;
}

.main_header nav ul li.dropdown a.dropdown-toggle::after{
    position: absolute;
    border-top: .3em solid #fff;
    top: 13px;
    right: 0px;;
}

.main_header.d_fixed nav ul li.dropdown a.dropdown-toggle::after{
     border-top: .3em solid #333;
}
.main_header.d_fixed nav ul li.dropdown a.dropdown-toggle span{
    border: 1px solid #333; 
}
.main_header nav ul li.dropdown .dropdown-menu{
    left: auto !important;
    right: 0px !important;
    line-height: 22px;
    font-weight: 500;
    top: 50px !important;
    min-width: 215px;
    transform: none !important;
    border: none;
    box-shadow: rgb(204, 204, 204) 0px 0px 4px;
    
}
.main_header nav ul li.dropdown .dropdown-item{
    border-radius:0px;
    border-bottom: 1px solid #cccccc59;
    line-height: 33px;
}
.main_header nav ul li.dropdown .dropdown-item:last-of-type{
    border:none;
}
.main_header nav ul li.dropdown .dropdown-item:hover , .main_header nav ul li.dropdown .dropdown-item:focus{
    background: #fc7b34;
    color: #fff;
}
#customButton1, #customButton,#customButton1:focus, #customButton:focus{
    border-radius: 19px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 14px;
    margin-top: 17px;
    padding: 6px 32px;
    background: #fc7b34;
    cursor:pointer;
    outline:none;
    box-shadow:none;
}
#paypal-button1, #paypal-button{
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 20px;
}
.featureplan, .plan{
    margin-top: 12px;
}
.featureplan input[type=radio], .plan input[type=radio]{
    margin: 0px 7px 10px 0px;
    vertical-align: text-top;
}


.care-category .get_category_box  button h1 {
    margin-bottom: 23px;
}
.care-category-services .get_category_box button{
    position:relative;
}
.care-category-services .get_category_box button{
    padding-left:80px;
    min-height:80px;
}
.care-category-services .get_category_box button .cat-icon-service{
    position: absolute;
    left: 10px;
    display: block;
    top: 6px;
}
.care-category-services button.service-cat-button .service-name h6{
    padding-top:0px;
}
.selectTime .service-cat-button{
        padding: 10px;
        min-height: 158px;
}
.selectTime .service-cat-button .cat-icon svg{
    max-width: 50px;
}
.selectTime .get_category_box{
    margin-top:26px;
}
.main_banner .upper_layer .upper_content .get_started_box .selectTime .service-cat-button  h1{
    font-size: 18px;
}
.waiting-div .imogicon{
    margin-top: 25px;
    
}
.waiting-div .imogicon img{
    border-radius:100%;
}
.waiting-div  .nbtn{
        margin-top: 26px;
}
.main_banner .upper_layer .upper_content .get_started_box .waiting-div  h1{
    margin-bottom:6px;
}
.main_banner .upper_layer .upper_content .get_started_box .experience-div .selectors {
    margin-top: 12px;
}
.experience-div  .nbtn{
    margin-top: 20px;
}
.slide_item .head_box_img{
    text-align: center;
}
.slide_item .head_box_img img{
    display: inline-block;
    float: none;
    border-radius: 100%;
}
.slide_item .head_box_img h1{
    display: inline-block;
    margin-left: 20px;
}
 
 .zip-div .nbtn ,.join-div .nbtn{
     margin-top: 29px;
 }
 .get_started_box *:focus {
     outline:none;
     box-shadow:none;
 }
.care-category-services .get_category_box button{
 padding-right:10px;
}
.twotype .get_category_box{
    margin-top:20px;
}
.job_status_cont h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom:13px;
}
.job_status_cont h3 span{
    color:#fc7b34;;
}
 .job_status_cont h3 a, .hired_box a{
    color: #56c096;
    text-decoration: underline;
    text-transform:capitalize;
}
 .job_status_cont .actions span{
    font-weight: 500;
}
 .job_status_cont .hired_box h5{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-top: 13px;
}
.job_status_cont .actions .badge-pill{
        padding: 5px 9px;
}

.post-job input[type=file]{
    height:44px;
}
.care_input{
    line-height:40px;
}

.account_setting .event-heading{
    margin-bottom: 22px;
}

.post-job #allservice label{
        margin-right: 20px;
}
.post-job #allservice label input[type="radio"], input[type="checkbox"]{
    vertical-align: top;
    margin: 4px 9px 0;
}
.ideal_pg .post-job .submit_box button ,.skills_sec .post-job .submit_box button, .green_btn_box .post-job .submit_box button{
    background:#56c096;
}

.post-job .submit_box button{
    margin-top:20px;
}


section.form_sec{
	padding: 40px 0px;
}

.info_sec{
	text-align:left;
	
}
.info_sec h3:first-of-type{
	margin-top: 0px;
	margin-bottom: 4px;
}
.info_sec h2{
	font-size: 22px;
	font-weight:400;
	line-height: 28px;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color:#000; 
}
.info_sec h3{
	font-size: 20px;
	margin-top: 20px;
	color: #fc7b34;
}


.info-item{

}
.info_sec address,.info_sec p {
	font-size: 16px;
	font-weight: 500;
	color:#333;
}
.info_item_wrapper{
    margin-bottom:20px;
}
div.form_side{
	padding: 40px 30px; 
	background: #fff;
	box-shadow:0px 0px 10px #ccc;  
}
.form_side label{
	 margin-left: 20px;
    font-weight: 500;
    font-size: 19px;
	color: #fc7b34;
}
.form_sec h2{
	font-size: 22px;
    font-weight: 400;
    max-width: 80%;
    line-height: 27px;
    margin: 0px auto 57px auto;
    text-align: center;
}
.form_sec h2 strong{
	color:#fc7b34;
}
.form_side button{
	margin-top: 32px;
	border-radius: 32px;
	padding: 9px 20px;
	background: #fc7b34;
	color: #fff;
	border:2px solid #fc7b34;

	

}
.form_side button:hover{
	border:2px solid #fc7b34;
	color:#fc7b34;
	background: transparent;
}
.form_side button:focus{
    outline:none;
    box-shadow:none;
}
.form_side textarea{
	border-radius: 32px;
	
	background: #f5f5f5;
	border:none;
	padding:10px 20px;
	
}
.form_side textarea:focus{
	box-shadow: 0 1px 13px rgba(0, 0, 0, 0.38);
	border-color: transparent;
}


.form_side h3{
	text-align: center;
	font-size:18px;
	color:#fc7b34;
	margin-bottom: 35px;
}
.form_side input{
	border-radius: 32px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: none;
	height:auto
}



.form_side input:focus{ 
	box-shadow: 0 1px 13px rgba(0, 0, 0, 0.38);
	border-color: transparent;
}


.info_item_wrapper .icon_info{
	width:35px;
	float:left;
}
.info_item_wrapper{
	overflow: hidden;
}
.info_item_wrapper i{
	
	font-size: 22px;
	color:#fc7b34;
}
.info_item_wrapper .info-item{
  width:calc(100% - 35px);
	float: left;
}

#contact_map iframe{
    display:block;
}
.my_success{
    text-align:left; color:green;font-size:16px;
}
.my_error{
    text-align:left; color:red;font-size:16px;
}

#complaint_model .modal-body{
    padding:0px;
}
#complaint_model .modal-body .form_side{
    box-shadow: 0px 19px 10px #ccc0;
    padding-top:0px;
}
#complaint_model  .modal-header{
    border-bottom:none
}
#complaint_model .form_side button{
    max-width: 250px;
    margin: 20px auto 0 auto;
    font-weight: 500;
    font-size: 17px;
	
}
#complaint_model  .form_side h3{
    font-size:21px;
}

.my_sweet_alr.swal2-popup a:focus, .my_sweet_alr.swal2-popup button:focus{
    outline:none;
    box-shadow:none;
}
.swal2-popup.my_sweet_alr .swal2-title {
    font-size:19px;
}
#job_full_view .back_link{
    text-align: center;
    margin-bottom: 8px;
}
#job_full_view .back_link a{
    color: #fc7b34;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    opacity: 0.9;
}

#clickfeatureplan, #clickplan {
    color:#56c096;;
}
.our-blog .btn-info{
   /* background-color: var(--clr_green);
    border-color: var(--clr_green);*/
    
    background-color:var(--clr_org) !important;
    border-color: var(--clr_org) !important ;
    border-radius: 28px 28px 28px 28px;
    margin-bottom: 4px;
}
.our-blog .btn-info:hover, .our-blog .btn-info:focus,.our-blog .btn-info:active {
    background-color: var(--clr_org) !important;
    border-color: var(--clr_org) !important ;
    
    outline:none;
    box-shadow:none !important;
}

.text.change_pass a{
    color:var(--clr_green);
}
.membership_pay{
    margin-top:6px;
}

.care-category-services .get_category_box  button:hover{
    
}
.service_about_img img{
    width: 100%; 
}
.avail_form .block_title{
    font-size: 16px;
}
.cus_list_header button i{
    padding-right: 6px;
}

.cus_list_header .btn-success {
color: #fff;
    background-color: #56c096;
    border-color: #56c096
}

.cus_list_header .btn-success:active, .cus_list_header .btn-success:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #56c096;
    border-color: #56c096;
    box-shadow: none!important;
}
.all_list_show_btn{
  list-style: none;    
}
.all_list_show_btn a{
    color: var(--clr_green); 
}

.banner_menu_strip{
    background: var(--clr_green);
    position:sticky;
    top: 70px;
    width:100%; 
    z-index: 19;
    height:50px;
    text-align:center;
    padding-left: 15px;
    padding-right:15px;
}

.banner_menu_strip .drop_parent{
    position:relative;
}
.banner_menu_strip .drop_parent > a{
    padding-right:14px;
}


.banner_menu_strip .drop_parent > a:after{
    content:"";
    position:absolute;
    top: 11px;
    right: 0px;
    border-top:4px solid #fff;
    border-bottom:4px solid transparent;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
}

.banner_menu_strip nav > ul > li{
      list-style: none;
    display: inline-block;
    text-transform:capitalize;
}
.banner_menu_strip nav > ul > li > a{
    line-height:50px;
    color:#fff; 
    transition:all 0.2s;
    margin:0 9px;
    position:relative;
}
.banner_menu_strip nav > ul > li > a:before{
       content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 1px;
    background: #fff;
    height: 21px;
    transform: translateY(-50%);
}
.banner_menu_strip nav > ul > li:last-of-type > a:before{
    display:none;
}

.banner_menu_strip nav > ul > li > a:hover{
    color: #ffffffde;
}

.banner_menu_strip .menu_drop{
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 210px;
    transform: translateX(-50%);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    background: #fff;
    margin-top: -2px;
    z-index: 99999;
    padding-left: 0px;
}
.banner_menu_strip .menu_drop:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 50%;
    top: -10px;
    content: " ";
    transform: translateX(-50%);
}
.banner_menu_strip .menu_drop ul li{
    line-height:initial; 
    display:block;
}
.banner_menu_strip .menu_drop ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    color: #333;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
.banner_menu_strip .menu_drop ul li a:hover{
    background: var(--clr_org);
    color:#fff;
}
.banner_menu_strip .drop_parent:hover .menu_drop {
    display:block;
}
/*session page*/
.cus_table_sty span.info{
    background: #04ddf3;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px 11px;
}


/*session ends here*/

.btn.btn-success.mycolor{
    background: #56c096;
}
.btn.btn-success.mycolor:hover {

    background: #fc7b34;

}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #fc7b34;
    border-color: #fc7b34;
    color: #fff !important;
}

.post-job .event-heading button, .post-job .event-heading button:hover,.post-job .event-heading button:focus{
    background:var(--clr_green) !important;
    outline:none !important;
    box-shadow:none !important;
    border-color:var(--clr_green)!important;
}
.post-job .event-heading button:hover {
    opacity:0.90; 
}
/*payments list page */

#payable_care_giver_list  .paymentqu{
    padding-bottom: 20px;
}
#payable_care_giver_list  .careimg > img{
    width:100%
}

#payable_care_giver_list  .ntit {
    width: 100%;
    text-align: center;
}
#payable_care_giver_list .card-header .h4 {
        margin-bottom:0px;   
}
#payable_care_giver_list  .paymentqu h4{
    font-size:21px;
}

#payable_care_giver_list  .careimg{
    border: 1px solid #ccc; 
    position: relative;
}
#payable_care_giver_list  .careimg >  span{
    position: absolute;
    color: #fc7b34;
    font-size: 14px;
    font-weight: 600;
    background: #00000066;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    bottom: 0px;
    left: 0px;
}
#payable_care_giver_list  .modal-dialog{
    margin: 4.75rem auto;
}
#payable_care_giver_list a[data-toggle=modal]{
    display: block;
    margin-bottom: 30px; 
}
#payable_care_giver_list  .cardetal{
    padding:5px 0px;
    font-size: 17px;
}
#payable_care_giver_list .payment_model .modal-content{
    padding:25px 30px; 
}
#payable_care_giver_list .payment_model .modal-content .im{
    width: 50px;
    height: 50px; 
    border-radius: 100%; 
    overflow: hidden;
    margin: 0 auto; 
}
#payable_care_giver_list .payment_model .modal-content .im img{
    width: 100%; 
    min-height: 100%; 
}
#payable_care_giver_list .payment_model .modal-content .close{
    position: absolute;
    right: -16px;
    top: -16px;
    border: 2px solid #f57b35;
    opacity: 1;
    height: 35px;
    width: 35px;
    padding: 0px;
    border-radius: 100%;
    color: #f57b35;
    text-shadow: none;
    transition: all 0.5s;
    text-align: center;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;

}
#payable_care_giver_list .payment_model .modal-content .close:hover{
    transform: rotate(360deg)
}
#payable_care_giver_list .payment_model .modal-content .modal-footer{
    justify-content: center; 
}
#payable_care_giver_list .payment_model .modal-content .modal-footer button{
    background: #f57b35;
    border: none;
    border-radius: 20px;
    padding: 6px 26px;
}
.post-job .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
.post-job .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fc7b34;
    font-size: 20px;
}
.plansection {
    margin-top: 50px;
}

.paymentSection .payment-method-select {
    text-align: center;
}

.membershipSection .ordersummry .headingorder {
    line-height: 2;
    color: #fff;
    background: #56c096;
    border-bottom: 1px solid #bbb;
}
.membershipSection .ordersummry .headingorder p{
	    padding-left: 10px;
}
.membershipSection .ordersummry {
	    background: #e8e8e8;
}
.membershipSection .ordersummry  .plandetails {
    line-height: 4;
    text-align: right;
    padding: 0px 15px;
	border-bottom: 1px solid #ececec;
}
.membershipSection .ordersummry  .plandetails p{
	    padding-right: 20px;
}
.membershipSection .ordersummry  .plandetails p >span{
	font-weight: 600;
}
.membershipSection .ordersummry .totaolamount{
	line-height: 4;
    text-align: right;
    padding:0px 15px;
}
.membershipSection .ordersummry .totaolamount p{
		font-weight: 600;
}
.paymentstrip {
    margin-top: 30px;
}
.otherdetails {
background: #f9f9f9;
}
.membershipSection {
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    margin-top: 30px;
}

	#paymentForm.client_side ol,ul{list-style:none;    margin: 0; padding: 0;}
	#paymentForm.client_side label{padding:8px 0}
	
	#orderInfo{clear:both;font-size:20px;padding:30px;text-align:center;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);background-color:#f9f9f7;border:1px solid #fff;height:auto;padding:100px 20px;width:100%;display:none;font-weight:700}
	#orderInfo span{color:#069}
	
	#cards{list-style:none!important;margin-top:20px}
	#cards li{color:#069;padding:4px;cursor:pointer}
	.vertical li{float:left;width:140px}
	.inputLeft{width:48px!important;float:left}
	.inputRight{width:48px!important;float:right}
	.vertical span{maring-top}
	.disable{opacity:.2}
	.marginRight{margin-right:10px}
	#demoCards{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);background-color:#f9f9f7;border:1px solid #fff;width:200px;height:auto;float:left;margin-top:30px;padding: 40px; margin-left:20px}
	
	#paymentForm{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);background-color:#f9f9f7;border:1px solid #fff;height:auto;padding:13px 20px;margin-top:30px;}
	
	#paymentForm span{color:#555;font-size:11px}
	#paymentForm h2{color:#555;font-family:ff-dagny-web-pro,helvetica neue,Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;margin-bottom:0;text-align:left}
	#paymentForm li{margin:8px 0; list-style: none}
	#paymentForm li .help{color:#aaa;display:block;font-size:11px;font-weight:400;line-height:14px;padding-top:14px}
	#paymentForm li .help a{color:#76a1cd}
	#paymentForm label{color:#555;display:block;font-size:14px;font-weight:400}
	#paymentForm input[type=text]{background-color:#fff;border:1px solid #bdbdbd;color:#333;display:block;font-size:18px;height:32px;padding:0 5px;width:275px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
	#paymentForm input::-webkit-input-placeholder{color:#ddd}
	#paymentForm input:-moz-placeholder{color:#ddd;opacity:1}
	#paymentForm input::-moz-placeholder{color:#ddd;opacity:1}
	#paymentForm input:-ms-input-placeholder{color:#ddd}
	#paymentForm input:focus{outline:1px solid #38d}
	#paymentForm #card_number{background-image:url(https://demos.9lessons.info/braintree/images/images.png),url(https://demos.9lessons.info/braintree/images/images.png);background-position:2px -121px,260px -61px;background-size:120px 361px,120px 361px;background-repeat:no-repeat;padding-left:54px;width:225px}
	#paymentForm #card_number.visa, #paymentForm.caregiver_payment_form #card_number.visa {background-position:2px -163px,260px -61px}
	#paymentForm #card_number.visa_electron, #paymentForm.caregiver_payment_form #card_number.visa_electron{background-position:2px -205px,260px -61px}
	#paymentForm #card_number.mastercard,#paymentForm.caregiver_payment_form #card_number.mastercard {background-position:2px -247px,260px -61px}
	#paymentForm #card_number.maestro ,#paymentForm.caregiver_payment_form #card_number.maestro{background-position:2px -289px,260px -61px}
	#paymentForm #card_number.discover, #paymentForm.caregiver_payment_form #card_number.discover{background-position:2px -331px,260px -61px}
	#paymentForm #card_number.valid.visa, #paymentForm.caregiver_payment_form #card_number.visa{background-position:2px -163px,260px -87px}
	#paymentForm #card_number.valid.visa_electron,  #paymentForm.caregiver_payment_form #card_number.visa_electron{background-position:2px -205px,260px -87px}
	#paymentForm #card_number.valid.mastercard,  #paymentForm.caregiver_payment_form #card_number.mastercard{background-position:2px -247px,260px -87px}
	#paymentForm #card_number.valid.maestro,   #paymentForm.caregiver_payment_form #card_number.maestro{background-position:2px -289px,260px -87px}
	#paymentForm #card_number.valid.discover,  #paymentForm.caregiver_payment_form #card_number.discover{background-position:2px -331px,260px -87px}
	#paymentButton{margin-top:10px;font-weight:700;padding:7px 9px;background-color:#5fcf80;color:#fff!important;font-size:12px;font-family:helvetica neue,Helvetica,Arial,sans-serif;cursor:pointer;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.15);border-width:1px 1px 3px!important;border-style:solid;border-color:#3ac162;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 -1px 0 rgba(255,255,255,.1) inset;-moz-box-shadow:0 -1px 0 rgba(255,255,255,.1) inset;box-shadow:0 -1px 0 rgba(255,255,255,.1) inset;width:100%}
    
    


    #paymentForm1 ol,ul{list-style:none;    margin: 0; padding: 0;}

	#paymentForm1{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);background-color:#f9f9f7;border:1px solid #fff;height:auto;padding:13px 20px;margin-top:30px;}
	
	#paymentForm1 span{color:#555;font-size:11px}
	#paymentForm1 h2{color:#555;font-family:ff-dagny-web-pro,helvetica neue,Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:16px;font-style:normal;margin-bottom:0;text-align:left}
	#paymentForm1 li{margin:8px 0}
	#paymentForm1 li .help{color:#aaa;display:block;font-size:11px;font-weight:400;line-height:14px;padding-top:14px}
	#paymentForm1 li .help a{color:#76a1cd}
	#paymentForm1 label{color:#555;display:block;font-size:14px;font-weight:400}
	#paymentForm1 input[type=text]{background-color:#fff;border:1px solid #e5e5e5;color:#333;display:block;font-size:18px;height:32px;padding:0 5px;width:275px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
	#paymentForm1 input::-webkit-input-placeholder{color:#ddd}
	#paymentForm1 input:-moz-placeholder{color:#ddd;opacity:1}
	#paymentForm1 input::-moz-placeholder{color:#ddd;opacity:1}
	#paymentForm1 input:-ms-input-placeholder{color:#ddd}
	#paymentForm1 input:focus{outline:1px solid #38d}
	#paymentForm1 #card_numbers{background-image:url(https://demos.9lessons.info/braintree/images/images.png),url(https://demos.9lessons.info/braintree/images/images.png);background-position:2px -121px,5000px -61px;background-size:120px 361px,120px 361px;background-repeat:no-repeat;padding-left:54px;}
	#paymentForm1 #card_numbers.visa{background-position:2px -163px,260px -61px}
	#paymentForm1 #card_numbers.visa_electron{background-position:2px -205px,260px -61px}
	#paymentForm1 #card_numbers.mastercard{background-position:2px -247px,260px -61px}
	#paymentForm1 #card_numbers.maestro{background-position:2px -289px,260px -61px}
	#paymentForm1 #card_numbers.discover{background-position:2px -331px,260px -61px}
	#paymentForm1 #card_numbers.valid.visa{background-position:2px -163px,260px -87px}
	#paymentForm1 #card_numbers.valid.visa_electron{background-position:2px -205px,260px -87px}
	#paymentForm1 #card_numbers.valid.mastercard{background-position:2px -247px,260px -87px}
	#paymentForm1 #card_numbers.valid.maestro{background-position:2px -289px,260px -87px}
	#paymentForm1 #card_numbers.valid.discover{background-position:2px -331px,260px -87px}
	#paymentButton1{margin-top:10px;font-weight:700;padding:7px 9px;background-color:#5fcf80;color:#fff!important;font-size:12px;font-family:helvetica neue,Helvetica,Arial,sans-serif;cursor:pointer;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.15);border-width:1px 1px 3px!important;border-style:solid;border-color:#3ac162;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-moz-inline-stack;display:inline-block;vertical-align:middle;zoom:1;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 -1px 0 rgba(255,255,255,.1) inset;-moz-box-shadow:0 -1px 0 rgba(255,255,255,.1) inset;box-shadow:0 -1px 0 rgba(255,255,255,.1) inset;width:100%}
	



#nav-membership{
    padding-top: 22px;
}
#nav-membership .plansection .plan_item{
    text-align: center; 
}
#nav-membership .plansection .plan_item .plan_head_text{
    color:var(--clr_green); 
    height:30px;
}
#nav-membership .plansection .plan_item .plan-name h6{
    font-size: 19px;
    margin-bottom: 7px;
}
#nav-membership .plansection .plan_item  .plan-duration span.month{   
        font-size:18px;
}
#nav-membership .plansection .plan_item  .plan-duration{
    margin-bottom: 8px;
}
#nav-membership .plansection .plan_item .planAmount span{
    color:var(--clr_org); 
}
.plan_checkbox label{
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin-top: 30px;
}
.plan_checkbox label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.plan_checkbox label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  .plan_checkbox label:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .plan_checkbox label input:checked ~ .checkmark {
    background-color: #f57b35;
  }
  .plan_checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .plan_checkbox label input:checked ~ .checkmark:after {
    display: block;
  }

  .plan_checkbox label .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
#paymentButton, #paymentButton1{
    border-color: var(--clr_org); 
    background-color: var(--clr_org); 
}
#paymentForm.client_side{
    padding:45px 65px;
}
#paymentForm.client_side input, #paymentForm.client_side #card_number, #paymentForm.client_side input[type=text]{
    width:100%; 
    height:35px;
    box-sizing: border-box; 
}
#paymentForm #card_number{
    background-position: 2px -121px,306px -61px;
}


#paymentForm.client_side li > ul > li{
    width:50%; 
}
#paymentForm.client_side #expiry_year{
    width:60px !important;
}


/*payment list page ends here*/


/*caregiver payment form design*/
.caregiver_payment_form ul{
        display: flex; 
        flex-wrap: wrap; 
}
.caregiver_payment_form ul li{
    width: calc((100% - 50px)/2); 
    

}
.caregiver_payment_form ul li:nth-of-type(odd){
    margin-right: 50px !important; 
}
#paymentForm.caregiver_payment_form #card_number, #paymentForm.caregiver_payment_form input[type=text],#paymentForm1.caregiver_payment_form #card_number, #paymentForm1.caregiver_payment_form input[type=text]{
    width:100%; 
    box-sizing: border-box; 
    height:35px;
    background-position: 2px -121px,384px -61px;
}
#paymentForm.caregiver_payment_form, #paymentForm1.caregiver_payment_form{
    padding:40px 60px;
}
#paymentForm.caregiver_payment_form #paymentButton, #paymentForm1.caregiver_payment_form #paymentButton1{
    margin-top: 36px;
}
#paymentForm.caregiver_payment_form  #expiry_year{
    width:60px !important;
}
#review + form .rating{
    overflow: hidden;
}
.care_giver_view .profile_header .pro_info .snippet-row-two > div .ratings span{
    height:auto;
    width:auto;
    line-height:1; 
}
.care_giver_view .profile_header .pro_info .snippet-row-two > div .ratings span i{
    position:static;
}
.toggle_job_filter{
    display:none;
}

.search_or_text{
    color: #696969;
}
.head_btns._hide{
    display:none; 
}
/*caregiver payment form design */

.care_giver_image{
    height: 180px;
    width: 130px;
    
    box-shadow: 0px 0px 3px 0px #797777;
    
    border-radius: 10px;
}