/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #efefef; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #9c9a9d, #2a0845); !* Chrome 10-25, Safari 5.1-6 *!*/
}

body {
    font-family: montserrat, arial, verdana;

}

#main {
    min-height: 523px;
}
.elementor-page-2133 #main, .elementor-page-390 #main{
    background-color: #cee4ec !important;
}

.page-header {
    display: none;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
}

#msform fieldset .fields_container, .fields_container-free {
    background: white;
    padding: 20px;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
}
#msform fieldset label{
    font-size:16px;
}
#msform fieldset p,#msform fieldset .span.input-group-addon {
    font-size:16px;
}
.fields_container-free {
    margin: 20px 15px;
    text-align: left;
}

.fields_container.free-container {
    /*padding: 0 !important;*/
    border-radius: 0 !important;
}

.recommended-main {
    padding: 20px;
}

.text-left {
    text-align: left;
    font-size: 12px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea, #msform select {
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
    border-radius: 5px;
}

#msform input[type=checkbox] {
    padding: 9px 12px 13px 9px !important;
    margin: 0 5px 0 0;
}

#agree {
    width: auto !important;
    padding: inherit !important;
}

#msform select {
    margin-bottom: 10px !important;
    height: 55px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #2AA35A;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #2AA35A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
}
.wpmove-def-button {
    width: 100px;
    background: #2AA35A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
}
.submit.book {
    float: none !important;
    width: 100% !important;
}

.submit.action-button:disabled {
    background: lightgrey !important;

}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #2AA35A;
}

#msform .action-button-previous {
    width: 100px;
    background: #CFCACA;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: left;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #CFCACA;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar, #progressbar_2 {
    overflow: hidden;
    padding-top: 25px;
    counter-reset: step;
    width: 70%;
    text-align: center;
    margin: auto;
    /*margin-bottom: 0;*/
    display: inline-block;
}

#progressbar ul, #progressbar_2 ul {
    margin: 0 !important;
}

#progressbar li {
    list-style-type: none;
    color: #2AA35A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    width: 45%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

.field-hint {
    text-align: left;
    color: grey;
    font-size: 13px;
}

#progressbar_2 li {
    list-style-type: none;
    color: #2AA35A;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    width: 30%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

.radio-lbl {
    display: inline-block;
    width: 20%;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    top: 13px;
}

.title .radio-lbl {
    display: block;
    width: 100%;
}

.radio-lbl input {
    position: absolute;
    left: -9999px;
}

.radio-lbl input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #2AA35A;
}

.radio-lbl span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.radio-lbl span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #2AA35A;
}

#progressbar li:before, #progressbar_2 li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    font-size: 12px;
    color: #333;
    background: #cfcaca;
    border-radius: 25px;
    margin: 0 10px 10px auto;

}

/*progressbar connectors*/
/*#progressbar li:after, #progressbar_2 li:after {*/
/*    content: '';*/
/*    width: 45%;*/
/*    height: 2px;*/
/*    !*background: #cfcaca;*!*/
/*    position: absolute;*/
/*    left: -22%;*/
/*    top: 9px;*/
/*    z-index: -1; !*put it behind the numbers*!*/
/*    background-image: linear-gradient(to right, #cfcaca 33%, rgba(255, 255, 255, 0) 0%);*/
/*    background-position: bottom;*/
/*    background-size: 10px;*/
/*    background-repeat: repeat-x;*/
/*}*/

/*#progressbar li:first-child:after, #progressbar_2 li:first-child:after {*/
/*    !*connector not needed before the first step*!*/
/*    content: none;*/
/*}*/

/*marking active/completed steps #2AA35A*/
/*The number of the step and the connector before it = #2AA35A*/
#progressbar li.active:before, #progressbar_2 li.active:before {
    background: #2AA35A;
    color: white;
}

#progressbar li.active:after, #progressbar_2 li.active:after {
    background-image: linear-gradient(to right, #2AA35A 33%, rgba(255, 255, 255, 0) 0%);
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}

.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #2AA35A;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}

/*New*/

#search_input {
    background: url(../../imgs/aim.png) no-repeat scroll 20px 20px;
    padding-left: 40px !important;
}

select {
    min-height: 40px;
}

.form-check-input {
    max-width: 100px !important;
}

.servic_name, .servic_activate {
    text-align: left;
}

.servic_activate {
    background-color: #f2f2f2;
    padding: 10px 12px;
    margin-top: 10px;
    border-radius: 5px;
}

.servic_activate .header-lbl {
    width: 50%;
    display: inline-block;
}

.pets-sec {
    text-align: left;
}

label {
    text-align: left;
    width: 100%;
}

.title {
    text-align: left;
    width: 100%;
    font-weight: 900;
    font-size: 1rem;
    text-transform: capitalize;
}

.sub-title {
    text-align: left;

}

.additional-check {
    margin-top: 10px;
    /*@todo delete*/
    min-height: 60px;
}

.price-sidebar hr, .separator-r {
    margin: 15px 0 !important;
}

.agree a {
    color: #e1531b;
    font-weight: bold;
}

.services_checkbox {
    width: auto !important;
}

.services_checkbox:checked:before {
    float: none;
    width: 0 !important;
}

.service_details {
    width: 100%;
    border: 1px #ddd solid;
    border-radius: 4px;
    margin: 0 8px 10px;
    padding: 15px;
    display: none;
}

.clean_pricing {
    text-align: left;
}

.clean_pricing h6 {
    font-weight: 800;
    font-size: 17px;
}

.desc {
    text-align: left;
}

.servic_activate {
    margin-bottom: 0;
}

form input[type="number"] {
    max-width: 100px;
}

.clean_pricing p {
    display: inline-block;
    padding: 4px;
}

#uae, #clean_apt, #moving_val,#cleaning_val {
    color: #2AA35A;
    font-size: 2rem;
    font-weight: bold;
}

.vat, .agree {
    font-size: 0.8rem;

}

tfoot th {
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    #progressbar, #progressbar_2 {
        display: none;
    }
}

#site-header {
    background: #fff !important;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
}

.full-width-num {
    max-width: unset !important;
}


.nav-tabs {
    float: left;
    border-bottom: 0;
}

.nav-tabs li {
    float: none;
    margin: 0;
}

.nav-tabs li a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
    background-color: #333;
}

.nav-tabs li a:hover {
    background-color: #444;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0;
}

.tab-content {
    margin-left: 45px;
}

.tab-content .tab-pane {
    display: none;
    background-color: #fff;
    padding: 1.6rem;
    overflow-y: auto;
}

.tab-content .active {
    display: block;
}

.list-group {
    width: 100%;
}

.list-group .list-group-item {
    height: 50px;
}

.list-group .list-group-item h4, .list-group .list-group-item span {
    line-height: 11px;
}

.nav-link {
    border-radius: 0 !important;
    background: white !important;
    color: black !important;
}

.nav-link.dis {
    background: grey !important;
    color: white !important;
}

.tab-content {
    margin-left: 20px !important;
    width: 100% !important;
}

div.room-item-section {
    padding: 0 15px;
    height: 55px;
    clear: both;
}

div.room-item-section-rep {
    border-bottom: 1px solid grey;
    clear: both;
}

p.number-section {
    float: right;
    display: table;
}

.room-items {
    width: 45px;
    height: 50px !important;
    float: left;
}

.rooms-items-counter, .number_field {
    padding: 5px !important;
    margin: 0 5px;
    border-radius: 7px !important;
    text-align: center;
    width: 55px !important;
}

span.input-group-addon {
    vertical-align: text-bottom;
    cursor: pointer;
}

.room-item-name {
    float: left;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
}

.furn-list .nav-link.active {
    background: #309f30 !important;
}

.cleaning-ser_section, .boxes-ser_section, .disposal-ser_section {
    padding: 21px;
}

.box-img {
    max-width: 130px !important;
    display: block;
    margin: auto;
}

.full-width-div {
    display: block;
    width: 65%;
    margin: auto;
    text-align: center;
}

.full-width-div .form-range {
    width: 100% !important;
}
.moving-boxes-date{
    width:50%;
}
.err ,.popup-msg{
    display: none;
    color: red;
}

.iti {
    width: 100%;
    margin-bottom: 10px
}

.iti input[type=tel] {
    padding-left: 45px !important;

}

.form-range {
    border: none !important;
    width: 70% !important;
    float: left;
    margin-top: 11px;
}

.number_field {
    padding: 10px 5px !important;
    margin-bottom: 20px !important;
}

.radio_in {
    width: 10% !important;
}

.additional_cleaning input, .additional-check input {
    width: 5% !important;
    float: left;
}

.additional_cleaning label, .additional-check label {
    width: 85% !important;
}
.move_from_option{
    padding: 10px 5px;
}
@media only screen and (max-width: 811px) {
    .form-range {
        width: 60% !important;
    }

    .number_field {
        width: 70px !important;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.furn-select-header {
    margin: 0;
    background: #444348;
    padding: 10px;
    color: #fff;
}

.furn-select-mob-list {
    margin: 0;
    background: #fff;
    width: 100%;

}

.furn-select-mob {
    display: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.small-img {
    width: 40px;
}

.green-txt {
    color: #2AA35A;
    font-weight: bold;
    font-size: 1rem;;
}

.white-text {
    color: #fff;
    font-weight: bold;
}

.info-sidebar .well-title {
    border-radius: 5px 5px 0 0;
    background: #2AA35A;
    color: #fff;
    padding: 12px;
}


.price-sidebar .sidebar-title, .price-included-sidebar .well-title, .move-in-sidebar .well-title, .move-out-sidebar .well-title {
    background: #444348;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.goods-sidebar .well-title{
    background: #f85400;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.price-sidebar .sidebar-title, .price-included-sidebar .well-title, .goods-sidebar .well-title, .move-in-sidebar .well-title, .move-out-sidebar .well-title {
    padding: 12px;
}

.sidebar-content {
    padding: 12px;

}

.dark-text {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
}

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

.price-insurance-sidebar, .price-included-sidebar, .info-sidebar {
    margin-top: 30px;
}

.sidebar-img {
    width: 100px;
}

.right-float {
    float: right;
    cursor: pointer;
}

.well-title {
    font-weight: bold;
    font-size: 13px;
}

#show_included .min, #show_moveout .min, #show_movein .min {
    display: none;
}

#show_info .plus,#show_goods .plus {
    display: none;
}

@media only screen and (max-width: 912px) {
    .room-item-name {
        font-size: 10px;
    }

    .furn-select {
        display: none!important;
    }

    .tab-content {
        margin: 0 !important;
    }

    .furn-select-mob {
        display: block;
    }
    .col-sm-6{
        margin-bottom: 10px;
    }
}

.info-sidebar, .price-included-sidebar, .price-sidebar, .goods-sidebar, .move-out-sidebar, .move-in-sidebar {
    display: none;
}

.well-content .value {
    font-size: 13px;
}

.well-content .header-val {
    font-size: 11px;
    color: gray;
}

#sidebar-info {
    margin-top: 15px;
}

.half-field {
    width: 49% !important;
}

.third-field {
    width: 33% !important;
    display: flex;
}

.two-third-field {
    width: 66% !important;
    display: flex;
}

.is-flex-container {
    display: flex;
    justify-content: space-between;
}

fieldset .col-sm-12, fieldset .col-sm-6 {
    font-size: 1.4rem;
}

.client-data-fields {
    width: 49% !important;
    justify-content: space-around;
}

.property_data {
    text-align: left;
}

.cleaning-data ,.moving-data{
    display: inline-grid;
    width: 49%;
}

.property_data .header-val {
    color: grey;
}

.assemble-section {
    margin-top: 13px;
    width: 80%;
    float: right;
}

@media only screen and (max-width: 959px) {

    .half-field {
        width: 100% !important;
    }

    .assemble-section {
        width: 100%;
    }

    .is-flex-container {
        display: block;
    }

    #mobile-dropdown-movers .nav-tabs {

        display: none !important;
    }

    #mobile-dropdown-movers .oceanwp-social-menu {
        float: right;
    }

    .client-data-fields {
        width: 100% !important;
    }
}

#footer-widgets .footer-box a {
    text-decoration: none;
}

.hidden, .hidden-field, .hidden-section {
    display: none !important;
}

.hidden-field {
    width: 50%;
}

#popup-form {
    background: #00000063;
    padding: 10% 20px;
    width: 100%;
    overflow: inherit;
    height: 100%;
    overflow: auto;
}

#popup-close span {
    font-size: 26px;
}

#popup-form .modal-content {
    padding: 25px;
}

#popup-form .modal-content input,
#popup-form .modal-content select {
    width: 100%;
    margin-bottom: 10px;
}

#popup-form .action-button {
    width: 100px !important;
    background: #2AA35A;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: right;
}

#popup-form .action-button-previous {
    width: 100px !important;
    background: #CFCACA;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    float: left;
}

div.user-msg {
    text-align: left;
    margin: 20px 15px;
    background: #dff0d8;
    color: #3c763d;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.iti.iti--allow-dropdown {
    padding: 0 !important;
}
.loc1,.loc2{
    color: #9f9999;
    font-style: italic;
    font-size: 0.8em;
}