@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700;900;&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
:root {
    --primary: #e00273;
    --primary-hover: #c40065;
    --secondary: #4a4a4a;
    --text: #65587e;
    --orange: #f87100;
    --white: #ffffff;
    --light-pink: #e20d79;
    --light-gray: #efefef;
    --gray: #a2a2a2;
    --border: #dadada;
}
html body{
    overflow-x: hidden !important;
}
.--bg-primary {
    background-color: var(--primary);
}
.--c-primary {
    color: var(--primary) !important;
}
.--bg-secondary {
    background-color: var(--secondary);
}
.--c-secondary {
    color: var(--secondary) !important;
}
.--bg-orange {
    background-color: var(--orange) !important;
}
.--c-orange {
    color: var(--orange) !important;
}
.--bg-light-pink {
    background-color: var(--light-pink);
}
.--c-light-pink {
    color: var(--light-pink);
}
.--bg-white {
    background-color: var(--white);
}
.--c-white {
    color: var(--white) !important;
}
.--bg-light-gray {
    background-color: var(--light-gray);
}
.--c-light-gray {
    color: var(--light-gray);
}
.--bg-gray {
    color: var(--gray);
}
.--c-gray {
    color: var(--gray);
}
.--border-gray {
    border-color: var(--border) !important;
}
.--f-redhat {
    font-family: "Red Hat Display", sans-serif !important;
}
.--f-lato {
    font-family: "Lato", sans-serif !important;
}
.--f-merri {
    font-family: "Merriweather", serif !important;
}
.--fw-100 {
    font-weight: 100;
}
.--fw-200 {
    font-weight: 200;
}
.--fw-300 {
    font-weight: 300;
}
.--fw-400 {
    font-weight: 400;
}
.--fw-500 {
    font-weight: 500;
}
.--fw-600 {
    font-weight: 600;
}
.--fw-700 {
    font-weight: 700;
}
.--fw-800 {
    font-weight: 800;
}
.--fw-900 {
    font-weight: 900;
}
.--fs-8 {
    font-size: 8px;
}
.--fs-10 {
    font-size: 10px;
}
.--fs-12 {
    font-size: 12px;
}
.--fs-14 {
    font-size: 14px;
}
.--fs-16 {
    font-size: 16px;
}
.--fs-18 {
    font-size: 18px;
}
.--fs-20 {
    font-size: 1.25rem;
}
.--fs-22 {
    font-size: 22px;
}
.--fs-24 {
    font-size: 24px;
}
.--fs-26 {
    font-size: 26px;
}
.--fs-28 {
    font-size: 28px;
}
.--fs-30 {
    font-size: 30px;
}
.--fs-32 {
    font-size: 32px;
}
.--fs-34 {
    font-size: 34px;
}
.--fs-36 {
    font-size: 36px;
}
.--fs-38 {
    font-size: 38px;
}
.--fs-40 {
    font-size: 40px;
}
.--fs-42 {
    font-size: 42px;
}
.--fs-44 {
    font-size: 44px;
}
.--fs-46 {
    font-size: 46px;
}
.--fs-48 {
    font-size: 48px;
}
.--fs-50 {
    font-size: 50px;
}
.--fs-52 {
    font-size: 52px;
}
.--fs-54 {
    font-size: 54px;
}
.--fs-56 {
    font-size: 56px;
}
.--fs-58 {
    font-size: 58px;
}
.--fs-60 {
    font-size: 60px;
}
.--fs-62 {
    font-size: 62px;
}
.--fs-64 {
    font-size: 64px;
}
.--fs-66 {
    font-size: 66px;
}
.--fs-68 {
    font-size: 68px;
}
.--fs-70 {
    font-size: 70px;
}
.--fs-72 {
    font-size: 72px;
}
.--fs-74 {
    font-size: 74px;
}
.--fs-76 {
    font-size: 76px;
}
.--fs-78 {
    font-size: 78px;
}
.--fs-80 {
    font-size: 80px;
}
.--fs-82 {
    font-size: 82px;
}
.--fs-84 {
    font-size: 84px;
}
.--fs-86 {
    font-size: 86px;
}
.--fs-88 {
    font-size: 88px;
}
.--fs-90 {
    font-size: 90px;
}
.--fs-92 {
    font-size: 92px;
}
.--fs-94 {
    font-size: 94px;
}
.--fs-96 {
    font-size: 96px;
}
.--fs-98 {
    font-size: 98px;
}
.--fs-100 {
    font-size: 100px;
}
@media (max-width: 1200px) {
    .--fs-medium-8 {
        font-size: 8px;
    }
    .--fs-medium-10 {
        font-size: 10px;
    }
    .--fs-medium-12 {
        font-size: 12px;
    }
    .--fs-medium-14 {
        font-size: 14px;
    }
    .--fs-medium-16 {
        font-size: 16px;
    }
    .--fs-medium-18 {
        font-size: 18px;
    }
    .--fs-medium-20 {
        font-size: 1.25rem;
    }
    .--fs-medium-22 {
        font-size: 22px;
    }
    .--fs-medium-24 {
        font-size: 24px;
    }
    .--fs-medium-26 {
        font-size: 26px;
    }
    .--fs-medium-28 {
        font-size: 28px;
    }
    .--fs-medium-30 {
        font-size: 30px;
    }
    .--fs-medium-32 {
        font-size: 32px;
    }
    .--fs-medium-34 {
        font-size: 34px;
    }
    .--fs-medium-36 {
        font-size: 36px;
    }
    .--fs-medium-38 {
        font-size: 38px;
    }
    .--fs-medium-40 {
        font-size: 40px;
    }
    .--fs-medium-42 {
        font-size: 42px;
    }
    .--fs-medium-44 {
        font-size: 44px;
    }
    .--fs-medium-46 {
        font-size: 46px;
    }
    .--fs-medium-48 {
        font-size: 48px;
    }
    .--fs-medium-50 {
        font-size: 50px;
    }
    .--fs-medium-52 {
        font-size: 52px;
    }
    .--fs-medium-54 {
        font-size: 54px;
    }
    .--fs-medium-56 {
        font-size: 56px;
    }
    .--fs-medium-58 {
        font-size: 58px;
    }
    .--fs-medium-60 {
        font-size: 60px;
    }
    .--fs-medium-62 {
        font-size: 62px;
    }
    .--fs-medium-64 {
        font-size: 64px;
    }
    .--fs-medium-66 {
        font-size: 66px;
    }
    .--fs-medium-68 {
        font-size: 68px;
    }
    .--fs-medium-70 {
        font-size: 70px;
    }
    .--fs-medium-72 {
        font-size: 72px;
    }
    .--fs-medium-74 {
        font-size: 74px;
    }
    .--fs-medium-76 {
        font-size: 76px;
    }
    .--fs-medium-78 {
        font-size: 78px;
    }
    .--fs-medium-80 {
        font-size: 80px;
    }
    .--fs-medium-82 {
        font-size: 82px;
    }
    .--fs-medium-84 {
        font-size: 84px;
    }
    .--fs-medium-86 {
        font-size: 86px;
    }
    .--fs-medium-88 {
        font-size: 88px;
    }
    .--fs-medium-90 {
        font-size: 90px;
    }
    .--fs-medium-92 {
        font-size: 92px;
    }
    .--fs-medium-94 {
        font-size: 94px;
    }
    .--fs-medium-96 {
        font-size: 96px;
    }
    .--fs-medium-98 {
        font-size: 98px;
    }
    .--fs-medium-100 {
        font-size: 100px;
    }
}
@media (max-width: 768px) {
    .--fs-small-8 {
        font-size: 8px;
    }
    .--fs-small-10 {
        font-size: 10px;
    }
    .--fs-small-12 {
        font-size: 12px;
    }
    .--fs-small-14 {
        font-size: 14px;
    }
    .--fs-small-16 {
        font-size: 16px;
    }
    .--fs-small-18 {
        font-size: 18px;
    }
    .--fs-small-20 {
        font-size: 1.25rem;
    }
    .--fs-small-22 {
        font-size: 22px;
    }
    .--fs-small-24 {
        font-size: 24px;
    }
    .--fs-small-26 {
        font-size: 26px;
    }
    .--fs-small-28 {
        font-size: 28px;
    }
    .--fs-small-30 {
        font-size: 30px;
    }
    .--fs-small-32 {
        font-size: 32px;
    }
    .--fs-small-34 {
        font-size: 34px;
    }
    .--fs-small-36 {
        font-size: 36px;
    }
    .--fs-small-38 {
        font-size: 38px;
    }
    .--fs-small-40 {
        font-size: 40px;
    }
    .--fs-small-42 {
        font-size: 42px;
    }
    .--fs-small-44 {
        font-size: 44px;
    }
    .--fs-small-46 {
        font-size: 46px;
    }
    .--fs-small-48 {
        font-size: 48px;
    }
    .--fs-small-50 {
        font-size: 50px;
    }
    .--fs-small-52 {
        font-size: 52px;
    }
    .--fs-small-54 {
        font-size: 54px;
    }
    .--fs-small-56 {
        font-size: 56px;
    }
    .--fs-small-58 {
        font-size: 58px;
    }
    .--fs-small-60 {
        font-size: 60px;
    }
    .--fs-small-62 {
        font-size: 62px;
    }
    .--fs-small-64 {
        font-size: 64px;
    }
    .--fs-small-66 {
        font-size: 66px;
    }
    .--fs-small-68 {
        font-size: 68px;
    }
    .--fs-small-70 {
        font-size: 70px;
    }
    .--fs-small-72 {
        font-size: 72px;
    }
    .--fs-small-74 {
        font-size: 74px;
    }
    .--fs-small-76 {
        font-size: 76px;
    }
    .--fs-small-78 {
        font-size: 78px;
    }
    .--fs-small-80 {
        font-size: 80px;
    }
    .--fs-small-82 {
        font-size: 82px;
    }
    .--fs-small-84 {
        font-size: 84px;
    }
    .--fs-small-86 {
        font-size: 86px;
    }
    .--fs-small-88 {
        font-size: 88px;
    }
    .--fs-small-90 {
        font-size: 90px;
    }
    .--fs-small-92 {
        font-size: 92px;
    }
    .--fs-small-94 {
        font-size: 94px;
    }
    .--fs-small-96 {
        font-size: 96px;
    }
    .--fs-small-98 {
        font-size: 98px;
    }
    .--fs-small-100 {
        font-size: 100px;
    }
}
.--btn {
    /*    width: 267px;*/
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border:1px solid #e20d79;
    color: var(--white);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.--btn:hover{
    color: #fff;
    box-shadow: 0px 10px 12px #f799c9;
}
.--btn-primary {
    background: var(--primary);
}
.--btn-primary:hover {
    text-decoration: none;
    color: var(--white);
    background: var(--primary-hover);
}
.--btn-orange{
    background-color: #f87100;
}
.--btn-orange:hover{
    color: #fff;
}
.--btn-inactive {
    background: var(--gray);
    border-color: var(--gray);

}
.--btn-inactive:hover {
    background: var(--gray);
    box-shadow: 0px 0px 0px transparent;
}
@media (max-width: 768px) {
    .--btn {
        width: 200px;
    }
}
.how-many-bed-rooms__numbers a {
    height: 50px;
    width: 50px;
    color: var(--primary);
}
.how-many-bed-rooms__numbers a.active {
    background: var(--primary);
    color: var(--white) !important;
}
.processing__tick {
    width: 20px;
    height: 20px;
}
.scheduled li {
    list-style-image: url(../img/list-dot.png);
}
.next-step__calendar {
    width: 500px;
}
.next-step__calendar .top {
    width: 100%;
}
.next-step__calendar .dates .day {
    width: 40px;
    text-align: center;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
}
.next-step__calendar .dates .day.active {
    background: var(--primary);
    color: white;
}
.next-step__calendar .dates .day.active:hover {
    color: white;
}
.next-step__calendar .times .time.active {
    background: var(--primary);
    color: white;
}
.next-step__calendar .times .time.not-available {
    text-decoration: line-through;
    pointer-events: none;
}
.next-step__calendar .times .time.not-available:hover {
    color: var(--gray);
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Red Hat Display", sans-serif;
}
.--custom-container {
    max-width: calc(100% - 100px);
    margin: 0 auto;
}
.mobile-field i{
    transform: rotate(90deg);
}

@media (min-width: 1366px) {
    .--custom-container .--container-inner {
        max-width: calc(100% - 500px);
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .--custom-container {
        max-width: calc(100% - 80px);
    }
}
@media (max-width: 992px) {
    .--custom-container {
        max-width: calc(100% - 60px);
    }
}
@media (max-width: 768px) {
    .--custom-container {
        max-width: calc(100% - 40px);
    }
}
a:hover {
    color: var(--primary);
    text-decoration: none;
}
.--border {
    border: 1px solid;
}
.--border-radius-0 {
    border-radius: 0px;
}
.--border-radius-5 {
    border-radius: 5px;
}
.--border-radius-20 {
    border-radius: 20px;
}
.--border-radius-50 {
    border-radius: 50px;
}
.--cursor-pointer {
    cursor: pointer;
}
input:focus,
button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
html,
body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 16px;
    position: relative;
}
.top-progress .progress {
    height: 9px;
}
.top-progress{
    z-index: 1111111;
}
.top-progress .progress .progress-bar {
    height: 100%;
}
.header {
    margin-top: 9px;
    border-bottom: 1px solid var(--border);
    position: relative;
}
.header__inner {
    min-height: 125px;
}
.header__manager {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header__title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 180px;
}
@media (max-width: 500px) {


    section.marketleading {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section.marketleading h4 {
        font-size: 18px !important;
    }


    section.bluesection {
        margin-left: 20px;
        margin-right: 20px;
    }

    section.marketleading {
        margin-left: 20px;
        margin-right: 20px;
    }
    .header__inner {
        min-height: 200px;
    }
    .header__title {
        top: 260px;
    }
}
.step {
    /*min-height: calc(100vh - 135px);*/
    padding: 40px 0px;
}
.first-input{
    position: relative;
    width: 460px;
    margin: auto;
}
.property-step{
    width: 80%;
    margin: auto;
}
.step__input-wrapper {
    position: relative;
}
.select2-dropdown.select2-dropdown--below, .select2-container--open .select2-dropdown--above{
    /*width: 430px !important;*/
    margin: 10px 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.select2-results__option--selectable{
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    padding: 6px 20px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: #ddd;
    color: #000;
}
.select2-container--default .select2-selection--single{
    display: flex;
    align-items: center;
}
.select2-search.select2-search--dropdown{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 56px;
    right: 12px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #e20d79 transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
}

.step__input-wrapper input, .select2-selection{
    width: 460px !important;
    height: 58px !important;
    font-size: 16px;
    padding-left: 42px !important;
    border: 2px solid var(--primary) !important;
    border-radius: 5px;
    color: gray;
}

.step__input-wrapper .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 150px;
    overflow: auto;
}
.step__input-wrapper .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.step__input-wrapper .autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.step__input-wrapper .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.step__input-wrapper .icon {
    position: absolute;
    top: 33%;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    left: 15px;
}
.icon i{

    color: #e00273;
    font-size: 20px;
}
.phone-icon{
    transform: rotate(
        90deg);  
}
.resend {
    font-size: 14px;
    color: var(--primary);
    text-decoration: underline;
}
.step.agreement-step{
    width: 80% !important;
    margin: auto;
}
/*select box styling*/
.telegram-img img{
    border-radius: 10px;
    height: 150px;
}
select option{
    border:1px solid red;
}



@media (max-width: 768px) {

    .header__manager.d-flex.justify-content-center.align-items-center.flex-column {
        margin-top: 70px;
    }

    .header {
        padding-bottom: 70px;
    }

    .step {
        padding: 40px 0px 0px 0px;
    }
    .step.property-step{
        width: 100%;
        padding-top: 40px !important;
        min-height: calc(100vh - 370px) !important;
    }
    .step.agreement-step{
        min-height: auto !important;
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .step {
        padding: 0px 0px 0px 0px;
    }

    .step.property-step h1, .step.agreement-step h1{
        font-size: 22px !important;
    }
    .first-input{
        width: 100% !important;
    }
}
.checkbox-container {
    text-align: center;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* width: 70%; */
    margin: auto;
}
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}
.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 13%;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.checkbox-container label{
    padding-left: 40px !important;
}
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-container .checkmark {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
    background-color: var(--primary);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/*Updated style*/
.new_ratedtext {
    font-size: 12px;
    color: #22265d;
    border-left: solid 2px;
    margin-left: 10px;
    padding: 10px;
}


.logo{
    width: 34%;
}
.site-logo{
    width: 21%;
}
.slide_container_block{
    height: auto;
    width: 70%;
    position: relative;
}
/*slider code*/
@keyframes slides_animation {
    0% {
        opacity: 0;
    }
    2.0833333333% {
        opacity: 1;
    }
    16.6666666667% {
        opacity: 1;
    }
    18.75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


.image-holder .image-content-slide {
    display: block;
    position: absolute;
    background-size: cover;
    top: 0;
    opacity: 0;
    object-fit: intitial;
    animation-name: slides_animation;
    animation-duration: 24s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-delay: 0;
    animation-play-state: running;
    animation-fill-mode: forwards;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 265px;
}
.image-content-slide:nth-child(1) {
    animation-delay: 0s;
    z-index: 3;
}
.image-content-slide:nth-child(2) {
    animation-delay: 4s;
    margin-top: -10px;
}
.image-content-slide:nth-child(3) {
    animation-delay: 8s;
    margin-top: -10px;
}
.image-content-slide:nth-child(4) {
    animation-delay: 12s;
    margin-top: -10px;
}
.image-content-slide:nth-child(5) {
    animation-delay: 16s;
    margin-top: -10px;
}
.image-content-slide:nth-child(6) {
    animation-delay: 20s;
    margin-top: -10px;
}

@media(max-width:767px){

    .onlinenow_slider {
        width: 100%;
    }
    .slide_container_block {
        min-width: 300px;
        position: relative;
    }
}
@media (max-width: 500px){
    .timing-input{
        flex-wrap: wrap;
    }
    .header__inner {
        min-height: 140px !important;
        flex-wrap: wrap;
        width: 100%;
    }
    .step input, .step select, .checkbox-container{
        width: 320px !important;
        margin: auto;
    }

    .site-logo{
        width: 20%
    }
    .phone-info p{
        font-size: 14px;
    }
    .phone-info img{
        height: 20px;
    }  
    .phone-info{
        justify-content: center;
        margin-top: -30px;
        width: 100%;
    }
    .logo{
        width: 100%;
    }
    .slide_container_block {
        width:75% !important;
        min-width: auto;
        height: 28px;
    }
    .image-content-slide{
        height: 30px !important;
    }
    .select2-container .select2-selection--single{
        width:100% !important;
        margin: auto;
    }
    .select2-dropdown.select2-dropdown--below, .select2-container--open .select2-dropdown--above{
        /*width: 320px !important;*/
        right: 0;
        left: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 0px !important;
    }
    .checkbox-container {
        text-align: left;
    }

    .checkbox-container .checkmark {
        left: 0;
    }
    .checkbox-container label{
        padding-left: 0px !important;
    }
}



/*start calls LP style*/
.calls-tabs{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.calls-tabs .call-col{
    padding: 0px 30px;
}
.calls-tabs .call-col p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.calls-tabs .call-col i{
    font-size: 24px;
}
.calls-tabs .call-now i, .calls-tabs .call-now p{
    color: #959595;
}
.calls-tabs .call-now i{
    transform: rotate(-45deg);
}
.call-col.active i, .call-col.active p{
    color: #e00273;
}
.calls-tabs .call-now{
    border-right: 1px solid #959595;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #e00273 transparent transparent transparent;
}

.timing-input{
    display: flex;
    width: 100%;
    margin: auto;
}
.time-input  input, .time-input .select2-selection{
    width: 200px !important;
}
.right-input .first-input{
    width: 200px !important;
}
.time-input{
    width: 200px !important;
}

.right-input .--btn{
    width: 200px !important;
}
.right-input{
    padding-left: 20px;
}

@media only screen and (max-width: 500px)
{
    .step input, .step select, .checkbox-container, .date-input .select2-selection, .right-input .--btn, .time-input input, .time-input .select2-selection, .time-input .select2.select2-container.select2-container--default{
        width: 100% !important;
    }
    .left-input{
        margin-bottom: 10px;
        width: 100% !important;
    }
    .right-input{
        padding-left: 0px !important;
        width: 100% !important;
    }
    .select2-container{
        width: 100% !important;
    }
    .time-input{
        width: 100% !important;
    }
    .right-input .first-input {
        width: 100% !important;
    }
}























.termscon-text {
    max-width: calc(100% - 100px);
    margin: 0 auto;
}
.termscon-text p {
    margin: 0;
}
.termscon-text p span {
    color: var(--primary);
}
.h_50 {
    height: 50px;
}
.custom_input input:focus {
    border-color: var(--primary);
}
.header__manager {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: contain;
}
.header__manager img {
    width: 100%;
    height: 100%;
}
.phoneicon svg {
    width: 28px;
}
.top-progress {
    z-index: 19;
}
@media (max-width: 767px) {
    .header__inner {
        min-height: 100px;
    }

    .header__title {
        top: 140px;
    }
    .header__title p {
        font-size: 14px;
    }
    .--custom-container-h h1 {
        font-size: 14px;
    }
    .--btn {
        height: 40px;
    }
    .header__inner .logo {
        width: 100%;
    }
    /* .header__inner .logo img {
         width: 100%;
         height: 100%;
     }*/
    .phoneicon svg {
        width: 18px;
    }
    .header__manager {
        width: 60px;
        height: 60px;
    }
    .--custom-container-h .step {
        padding: 110px 0px;
        min-height: auto;
    }
    .w-370 {
        min-width: 240px;
    }
    .expr_footer {
        padding: 20px 0;
    }
    .termscon-text {
        max-width: inherit;
    }
    .termscon-text p {
        font-size: 14px;
    }
    .custom_input {
        width: 100% !important;
    }
    .h_50 {
        height: 40px;
    }
    .custom_input input {
        font-size: 14px;
    }
}


/* auto call page css */
.realperson_dev {
    background: #f7f7f7;
    padding: 60px 30px;
    border: solid 1px #dfdfdf;
    margin-bottom: 18px;
    width: 80%;
    border-radius: 5px;
}
.autocall_container .step {
    padding: 88px 0px;
}
.realperson_dev p {
    font-size: 18px;
}
.realperson_dev p:last-child {
    margin-bottom: 0;
}
.onlinenow_box img {
    border-radius: 100%;
    padding: 6px;
    background: #dcdcdc;
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.onlinenow_btn {
    text-align: center;
    border: solid 1px #333;
    padding: 7px;
    border-radius: 5px;
    margin-top: 22px;
    font-size: 15px;
}

.onlinenow_box {
    margin: 36px;
    text-align: center;
}
.onlinenow_slider {
    width: 650px;
}



/* header slider */
.slide_container_block {

    min-width: 80%;
    position: relative;
    padding: 0 10px !important;
}

.image-holder {
    min-height: 25px;
}

#slide-two-header {
    margin-left: 47.5%;
}
#slide-three-header {
    margin-left: 55%;
}
.new_ratedtext {
    font-size: 12px;
    color: #22265d;
    border-left: solid 2px;
    margin-left: 10px;
    padding: 10px;
}

.white_s_nwrp{
    white-space: nowrap;
}
/* online dot */
.blink {
    animation: blink 1s steps(2, start) infinite;
    -webkit-animation: blink 1s steps(2, start) infinite;
    color: #79b543;
    font-size: 13px;
    margin-right: 5px;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}
@media(max-width:767px){

    .realperson_dev p {
        font-size: 14px;
    }
    .realperson_dev{
        padding: 20px;
    }
    .onlinenow_btn {
        padding: 6px;
        font-size: 13px;
    }
    .onlinenow_slider {
        width: 100%;
    }
    .slide_container_block {
        min-width: 80%;
    }
}






section.bluesection {
    padding-top: 60px;
    padding-bottom: 60px;
}


section.whatmakes {
    padding-bottom: 60px;
}

.step.agreement-step {
    width: 80% !important;
    margin: auto; 

}


.callnow-widget div#nav-tab {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}


.callnow-widget div#nav-tab.nav-tabs .nav-item.show .nav-link, .callnow-widget div#nav-tab.nav-tabs .nav-link.active {
    border-color: transparent;
}


.callnow-widget .nav-tabs {
    border-bottom: none !important;
}

.callnow-widget .linebreak {
    width: 1px;
    height: 57px;
    display: inline;
    background: black;
    margin-top: 10px;
}


.callnow-widget .nav-item {
    color: gray;
}


.step.first-step.agreement-step h1 {
    text-align: center;
}

section.marketleading h4 {
    font-size: 36px;
    color: #e00273;
    font-family: Roboto Slab;
    padding-bottom: 10px;
}


section.marketleading {
    padding-top: 90px;
    padding-bottom: 90px;
}


.market-img img {
    width: 100%;
}

section.marketleading ul {
    padding-left: 15px;
}

#nav-tab .nav-item.nav-link.active p {
    color: #e00273;
}


#nav-tab .nav-item.nav-link.active i {
    color: #e00273;
}

#nav-tab .nav-item.nav-link p {
    color: gray;
}

#nav-tab .nav-item.nav-link i {
    color: gray;
}


div#nav-home .--custom-container.pt-4 {
    padding-top: 0 !important;
}


div#nav-profile .--custom-container.pt-4 {
    padding-top: 0 !important;
}


/** style fixing.*/

.final_page_body .app{
    padding-left: 0;
    position: relative !important;
}
.final_page_body .header {
    background-color: transparent;
    height: inherit;
    position: relative;
    left: inherit;
    right: inherit;
    -webkit-transition: left 0.3s ease;
    transition: inherit;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: center;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: justify;
    justify-content: inherit;
}

body.final_page_body .--custom-container {
    width: 100%;
}

article.content.dashboard-page {
    position: relative !important;
}
.content{
    color:rgb(102, 102, 102);
}