@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&amp;display=swap");

/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    background: #f9f9f9;
    color: #2f3146;
    font-family: "Jost", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    color: #fff;
    background-color: #6b59d3;
}

::selection {
    color: #fff;
    background-color: #6b59d3;
}

::-moz-selection {
    color: #fff;
    background-color: #6b59d3;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Jost", sans-serif;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-85 {
    margin-bottom: 85px !important;
}

.wrapper {
    margin: 0 auto;
}

.steps-area-fixed {
    position: fixed;
    width: 25% !important;
}

.steps-area-fixed .multisteps-form__progress {
    padding-top: 0;
}

.steps-area-fixed .steps {
    top: 70px;
}

.boxed-version {
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.boxed-version .wizard-forms {
    zoom: 0.8;
}

.boxed-version .form-content {
    padding-right: 2%;
    padding-left: 60px;
}

.boxed-version .actions {
    right: 0;
}

.dark-version.dark-version {
    background-color: #1a1a1a;
    color: #fff;
}

.dark-version.dark-version label,
.dark-version.dark-version p,
.dark-version.dark-version span {
    color: #fff !important;
}

.dark-version.dark-version button,
.dark-version.dark-version input,
.dark-version.dark-version optgroup,
.dark-version.dark-version select,
.dark-version.dark-version textarea {
    background-color: #1a1a1a !important;
}

.steps-area {
    float: left;
    width: 30%;
    overflow: hidden;
    max-width: 500px;
}

.steps-area .steps {
    top: 110px;
    z-index: 9;
    right: 80px;
    position: absolute;
}

.steps-area .steps li {
    margin-bottom: 85px;
    position: relative;
}

.steps-area .steps li:before {
    content: "";
    top: -8px;
    left: -8px;
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #6b59d300;
    z-index: 3;
}

.steps-area .steps li span {
    width: 40px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 50%;
    background: #bcbdbd;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: -1;
}

.steps-area .steps li span:before {
    content: "";
    width: 2px;
    height: 95px;
    background: #b8b9b9;
    position: absolute;
    right: 18px;
    top: 40px;
}

.steps-area .steps li span:after {
    content: "";
    width: 2px;
    height: 0;
    background: #6b59d3;
    position: absolute;
    right: 18px;
    top: 40px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.steps-area .steps li.last span:before, .steps-area .steps li.last span:after {
    display: none;
}

.steps-area .steps li.js-active span {
    background: #6b59d3;
}

.steps-area .steps li.js-active span:after {
    height: 86px;
}

.steps-area .steps li.js-active:before {
    content: "";
    top: -8px;
    left: -8px;
    width: 55px;
    height: 55px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #6b59d3;
}

.steps-area .steps li.current span {
    background: #6b59d3;
}

.steps-area .steps li.current span:after {
    height: 50px;
}

.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-header {
    text-align: center;
}


.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

.form-row .form-holder {
    width: 50%;
    margin-right: 30px;
}

.form-row .form-holder:last-child {
    margin-right: 0;
}

.form-row .form-holder.w-100 {
    width: 100%;
    margin-right: 0;
}

.form-row .select {
    width: 50%;
    margin-right: 30px;
}

.form-row .select .form-holder {
    width: 100%;
    margin-right: 0;
}

.form-holder {
    position: relative;
}

.form-holder i {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 17px;
}

.form-control {
    height: 37px;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    width: 100%;
    color: #666;
}

.form-control:focus {
    border-color: #e9e0cf;
}

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

.form-control::-moz-placeholder {
    color: #999;
}

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

.form-control:-moz-placeholder {
    color: #999;
}

.actions {
    position: fixed;
    float: right;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    background-color: rgba(250, 250, 250, 0.9);
    border-top: 1px solid rgb(218, 218, 218);
    padding: 20px;
}

.actions ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.actions li span,
.actions li button {
    height: 50px;
    width: 210px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    background-color: #1360ac;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
}

.actions li button:disabled {
    background-color: #ccc;
    cursor: default;
}

.col-20 {
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
}

.actions li:first-child span {
    background: #ccc;
    color: #111;
}

.actions li[aria-disabled=true] span {
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: none;
}

.checkbox-tick label {
    cursor: pointer;
    display: inline-block;
    padding-left: 23px;
    position: relative;
}

.checkbox-tick label.male {
    margin-right: 26px;
}

.checkbox-tick input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-tick input:checked ~ .checkmark {
    background: #999;
}

.checkbox-tick input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-tick .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: Material-Design-Iconic-Font;
    color: #fff;
    font-size: 11px;
}

.checkbox-tick .checkmark:after {
    top: 0;
    left: 2px;
    position: absolute;
    display: none;
    content: "";
}

.checkbox-circle {
    position: relative;
    padding-left: 23px;
    margin-top: 41px;
    width: 63%;
}

.checkbox-circle.mt-24 {
    margin-top: 24px;
}

.checkbox-circle label {
    cursor: pointer;
    color: #999;
    font-size: 13px;
    line-height: 1.9;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.checkbox-circle label a {
    color: #6d7f52;
}

.checkbox-circle label a:hover {
    color: #89b843;
}

.checkbox-circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-circle input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-circle .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999;
}

.checkbox-circle .checkmark:after {
    content: "";
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    display: none;
}

.datepicker {
    margin-bottom: 3rem;
}

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker span {
    border-radius: 0;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    min-width: 120px;
    text-align: center;
    background: #ececec;
    padding: 6px;
    color: #828282;
    cursor: pointer;
}

.datepicker.datepicker-dropdown {
    top: 418px !important;
    left: 455px !important;
}

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
    padding-top: 60px;
    height: 100%;
}

.multisteps-form__progress-btn {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    z-index: 1;
}

.multisteps-form__progress-btn span {
    color: #fff;
}

.multisteps-form__progress-btn i {
    width: 50px;
    height: 50px;
    left: 0px;
    top: 0px;
    margin-right: 15px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -1;
}

.multisteps-form__progress-btn.js-active {
    color: #fff;
}

.multisteps-form__progress-btn.js-active span {
    color: #fff;
}

.multisteps-form__progress-btn.js-active i {
    color: #fff;
    border-color: #fff;
}

.multisteps-form__progress-btn.js-active:after {
    background-color: #fff;
}

.multisteps-form__form {
    position: relative;
    width: 100%;
    float: none
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    height: 0;
}

.multisteps-form__panel.js-active {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
}

.multisteps-form__panel[data-animation=scaleOut] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
    left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -o-transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
    top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.step-inner-content {
    padding-bottom: 115px;
    border-bottom: 2px solid #dfdfdf;
}

.form-content .step-no {
    font-size: 27px;
}

.form-content .bottom-line {
    border-bottom: 2px solid #614cf9;
}

.form-content h2 {
    font-size: 50px;
    font-weight: 700;
    padding: 20px 0px 20px 0px;
}

.form-content p {
    color: #5f5f63;
    font-size: 25px;
}

.step-box {
    padding-top: 20px;
}
.mapflex{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.mapcolflex{
    display: flex;
    justify-content: center;
}

.step-box-content-wide {
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    padding: 20px;
    display: block;
    min-height: 100px;
}

.step-box-content-wide input {
    opacity: 0;
}

.step-box-content-wide span {
    display: block;
}

.step-box-content-wide .step-box-icon {
    margin-bottom: 20px;
}

.step-box-icon-wide > img {
    width: 10%;
}

.step-box-icon-inline {

}

.step-box-content {
    cursor: pointer;
    border-radius: 20px;
    padding: 15px;
    display: block;
    min-height: 235px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 42%);
}

.transportdetailtype .step-box-content {
    padding: 55px 20px 35px 20px;
}

.step-box-content input {
    opacity: 0;
}

.step-box-content span {
    display: block;
}

.step-box-content .step-box-text{
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.step-box-content .step-box-icon {
    margin-bottom: 21px;
}

.step-box-content-services {
    cursor: pointer;
    border-radius: 20px;
    padding: 15px;
    display: block;
    min-height: 235px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 42%);
}

.step-box-content-services {
    padding: 55px 20px 35px 20px;
}

.step-box-content-services input {
    opacity: 0;
position: absolute;}

.step-box-content-services span {
    display: block;
}

.step-box-content-services .step-box-icon {
    margin-bottom: 20px;
}

.step-box-icon > img {
    width: 31%;
    height: 95px;
}

.step-box-icon-inline > img {
    max-height: 75px
}

.step-box-content-services .step-box-text{
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}

.step-box-content.active, .step-box-content-services.active {
    border: 2px solid #0061af;
    box-shadow: 0 0 10px 0 rgb(19 96 172);
}
#transfer-who-step .step-box-content.active{
    border: 2px solid #0061af;
    padding: 14px;
    box-shadow: 0 0 10px 0 rgb(19 96 172);
}
.step-box-content.active.yellowbg, .step-box-content-services.active.yellowbg {
    border: 2px solid #fde460;
    box-shadow: 0 0 10px 0 rgb(253 228 96);
}


.location_detail {
    background: #ccc;
    border-radius: 12px;
    padding: 10px;
    margin-top: 20px;

}

.equipment_details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}

.equipment_detail {
    background: #eee;
    border-radius: 12px;

}

.equipment_detail.active {
    border: 2px solid #0061af;
}
#map,#singlemap {
    width: 70%;
    height: 300px;
    margin-top: 20px;
}

.mapSelector {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 2em;
}

.mapFrom, .mapTo {
    width: 100%;
    max-width: 750px;
    position: relative;
}

#from-input, #to-input {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    height: 2.5em;
    width: 100%;
    border-radius: 9px;
    border: 1px solid rgb(218, 218, 218);
    padding-left: 1em;
}
.CalenderContainer {
    margin: auto;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}


.MobileArrowsContainer {
    display: flex;
    flex-direction: row;
}

.DesktopArrowContainer {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid rgb(51, 51, 51);
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    opacity: 1;
    display: flex;
}

.DesktopArrowContainer.passive {
    cursor: not-allowed;
    opacity: 0.5;
}

.DaysContainer {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
}

.CalenderDayContainer {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 10px auto;
}

.DateText {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(99, 99, 99);
    text-align: center;
}

.CalenderDayBox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    width: 150px;
    height: 90px;
    border: 1px solid rgb(99, 99, 99);
    color: rgb(99, 99, 99);
    background-color: rgb(255, 255, 255);
    transform: scale(1);
    transition: transform 0.2s ease-in-out 0s;
    border-radius: 10px;
    padding: 0em;
    margin: 10px;
    cursor: pointer;
    position: relative;
}

.CalenderDayBox.active {
    border: 2px solid #0061af;
}

.Seperator {
    display: block;
    height: 1px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
}

.PriceText {
    margin: 5px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(237, 103, 35);
}

.CalendarSlide {
    display: none;
}

.CalendarSlide.active {
    display: block;
}

@media screen and (min-width: 600px) {
    .MobileArrowsContainer {
        display: none;
    }

    .DesktopArrowContainer {
        display: flex;
    }
}


.TimesContainer {
    margin: auto;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}


.TimeContainer {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 1 1 0%;
}

.HourContainer {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
}

.TimeText {
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(99, 99, 99);
    text-align: center;
}

.HourBox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    width: 170px;
    height: 40px;
    border: 1px solid rgb(99, 99, 99);
    color: rgb(99, 99, 99);
    background-color: rgb(255, 255, 255);
    transform: scale(1);
    transition: transform 0.2s ease-in-out 0s;
    border-radius: 10px;
    padding: 0em;
    margin: 10px;
    cursor: pointer;
    position: relative;
}

.HourBox.active {
    border: 2px solid #0061af;
}

.pc {
    min-height: 250px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.phone-container {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.phone-select {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAYAAADtj3ZXAAAAAXNSR0IArs4c6QAAAJ5JREFUKBVjYAACTgaZYE4GqU4QmxDgYFCU52SQXCPAoCDAzMOgLPaP4fdBBob/DqwMfLx/GD7vwmUASCMDw48DQHmrPwx/hcDquBikfDkYpH5yMEj+B7qgB5tmkEag/H2omuNCDCp8cHX4DMCrEWYCNgOI0ojNAKATZ+J0KkwDOo3sAqx+RNeAzocZAAxA1MBBV4iLz8Mg44ASqmgKAdUdMbFfJD9GAAAAAElFTkSuQmCC") 57px center no-repeat;
    appearance: none;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(99, 99, 99);
    padding: 14px 29px 14px 15px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    border-image: initial;
    border-radius: 10px 0px 0px 10px;
    margin: 0px;
}

.phone-container input {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(99, 99, 99);
    width: 240px;
    padding: 14px 18px;
    border-radius: 0px 10px 10px 0px;
    border: 1px solid rgb(218, 218, 218);
    margin: 0px;
}

.pc button {
    margin-top: 20px;
}
.lastStep{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
}
.servicediv {
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #e1e1e1;
    padding: 5px 0px 0px 0px;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    min-height: unset;
}

.lsleft {
    /* border-right: 1px solid #000; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.lsleft .lsheader {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}
.grand_total{
    font-size: 24px;
    border-top: 2px solid #000;
    padding-top: 10px;
    margin-top: 10px;
}
.servicediv .step-box-text {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    width: 50%;
}

.servicediv .step-box-subtext {
    /* margin-left: 10px; */
}

.servicediv div {
    width: 15%;
}

.service-check-option span {
    top: 15px;
    right: 15px;
    width: 27px;
    height: 27px;
    display: none;
    position: absolute;
    border-radius: 100%;
    background-color: #f9f9f9;
    border: 2px solid #e1e1e1;
}

.service-check-option span:after {
    left: 3px;
    top: 3px;
    content: "";
    width: 17px;
    height: 17px;
    display: none;
    position: absolute;
    border-radius: 100%;
    background-color: #6b59d3;
}

.step-box-content.active .service-check-option span:after {
    display: block;
}

.step-progress {
    display: inline-block;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
}

.step-progress span {
    font-size: 16px;
    color: #2f3146;
}

.step-progress .progress {
    margin-top: 5px;
    background-color: #fff;
    border: 2px solid #ededed;
    width: 100%;
    border-radius: 10px;
}

.step-progress .progress .progress-bar {
    background-color: #614cf9;
    width: 20%;
    border-radius: 10px;
}


.form-inner-area {
    margin-top: 45px;
}

.form-inner-area input {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #ededed;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.form-inner-area input:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
    border: 2px solid #6b59d3;
}

.gender-selection {
    margin-top: 35px;
}

.gender-selection h3 {
    color: #5f5f63;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 6px;
}

.gender-selection label {
    font-size: 19px;
    font-weight: 600;
    margin-right: 40px;
    display: inline-block;
}

.upload-documents {
    margin-top: 30px;
}

.upload-documents h3 {
    color: #5f5f63;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 15px;
}

.upload-documents .upload-araa {
    width: 100%;
    padding: 25px 35px;
    display: inline-block;
    border: 2px solid #ededed;
}

.upload-documents .upload-icon {
    margin-right: 30px;
}

.upload-documents .upload-icon i {
    font-size: 60px;
    color: #d4d4d4;
}

.upload-documents .upload-text {
    float: left;
    margin-top: 8px;
    max-width: 250px;
    display: inline-block;
}

.upload-documents .upload-text span {
    font-size: 16px;
    color: #929292;
}

.upload-documents .upload-option {
    width: 245px;
    height: 45px;
    float: right;
    margin-top: 8px;
    line-height: 45px;
    border-radius: 4px;
    display: inline-block;
    background-color: #1dbe72;
}

.upload-documents .upload-option label {
    color: #fff;
    font-weight: 500;
}

.step-inner-content {
    padding-bottom: 40px;
}

.step-inner-content {
    border-bottom: none;
}

.customer_type {
    margin-top: 30px;
}

.customer_type li {
    width: 100%;
    height: 65px;
    color: #959595;
    font-size: 17px;
    position: relative;
    line-height: 65px;
    padding-left: 80px;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #ededed;
}

.customer_type li input {
    opacity: 0;
}

.customer_type li label {
    display: block;
}

.customer_type li:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 35px;
    top: 20px;
    border-radius: 100%;
    border: 2px solid #ededed;
}

.customer_type li:before {
    content: "";
    top: 26px;
    left: 41px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    display: none;
    color: #6b59d3;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}

.customer_type li.active {
    border: 2px solid #6b59d3;
}

.customer_type li.active:after {
    border: 2px solid #6b59d3;
}

.customer_type li.active:before {
    display: block;
}




.services-select-option {
    margin-top: 30px;
}

.services-select-option li {
    width: 100%;
    height: 65px;
    color: #959595;
    font-size: 17px;
    position: relative;
    line-height: 65px;
    padding-left: 80px;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid #ededed;
}

.services-select-option li input {
    opacity: 0;
}

.services-select-option li label {
    display: block;
}

.services-select-option li:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    left: 35px;
    top: 20px;
    border-radius: 100%;
    border: 2px solid #ededed;
}

.services-select-option li:before {
    content: "";
    top: 26px;
    left: 41px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    display: none;
    color: #6b59d3;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}

.services-select-option li.active {
    border: 2px solid #6b59d3;
}

.services-select-option li.active:after {
    border: 2px solid #6b59d3;
}

.services-select-option li.active:before {
    display: block;
}

.language-select p {
    color: #636363;
    font-size: 18px;
    padding-bottom: 20px;
}

.language-select select {
    border: 2px solid #ededed;
    height: 60px;
    width: 100%;
    padding: 0px 30px;
}

.comment-box {
    padding-top: 35px;
}

.comment-box p {
    color: #000000;
    font-size: 18px;
    padding-bottom: 20px;
}

.comment-box textarea {
    width: 100%;
    height: 140px;
    border: 2px solid #ededed;
    padding: 20px 30px;
}

.step-inner-content {
    border-bottom: none;
}

.step-content-area {
    padding-top: 55px;
}

.budget-area {
    margin-bottom: 25px;
}

.budget-area p {
    color: #5f5f63;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
}

.budget-area select {
    width: 100%;
    height: 60px;
    border: 2px solid #ededed;
    padding: 0px 30px;
}

.budget-area .opti-list ul {
    margin-top: 10px;
}

.budget-area .opti-list li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 19px;
    color: #5f5f63;
    padding: 20px 20px 20px 60px;
    width: 33%;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #ededed;
}

.budget-area .opti-list li:last-child {
    margin-right: 0;
}

.budget-area .opti-list li input {
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 28px;
    height: 28px;
}

.budget-area .opti-list li:after {
    content: "";
    position: absolute;
    height: 28px;
    left: 15px;
    top: 20px;
    width: 28px;
    border: 2px solid #ededed;
}

.budget-area .opti-list li:before {
    content: "";
    top: 28px;
    left: 24px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    display: none;
    color: #fff;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}

.budget-area .opti-list li.active {
    border: 2px solid #6b59d3;
    -webkit-box-shadow: 0 0 15px 5px #6b58d317;
    box-shadow: 0 0 15px 5px #6b58d317;
}

.budget-area .opti-list li.active:after {
    border: 2px solid #6b59d3;
    background-color: #6b59d3;
}

.budget-area .opti-list li.active:before {
    display: block;
}

.step-inner-content {
    border-bottom: none;
    margin-bottom: 100px;
    margin-top: 100px;
    text-align: center;
}

.step-content-field {
    margin-top: 30px;
}

.step-content-field .date-picker {
    position: relative;
}

.step-content-field .date-picker input {
    height: 60px;
    width: 100%;
    padding-left: 120px;
    padding-right: 10px;
    border: 2px solid #ededed;
}

.step-content-field .date-picker:before {
    top: 15px;
    left: 25px;
    content: "";
    font-size: 20px;
    color: #959595;
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.step-content-field .date-picker:after {
    content: "";
    top: 24px;
    left: 80px;
    height: 20px;
    width: 2px;
    position: absolute;
    background-color: #e0e0e0;
}

.plan-area {
    padding-top: 40px;
}

.plan-icon-text {
    padding: 55px 60px;
    position: relative;
    border: 2px solid #ededed;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 30px;
}

.plan-icon-text input {
    opacity: 0;
}

.plan-icon-text:last-of-type {
    margin-right: 0;
}

.plan-icon-text:before {
    top: 15px;
    left: 20px;
    display: none;
    color: #6b59d3;
    font-size: 30px;
    font-weight: 900;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.plan-icon-text.active:before {
    display: block;
}

.plan-icon-text .plan-icon {
    padding-bottom: 20px;
}

.plan-icon-text .plan-icon i {
    font-size: 44px;
    color: #6b59d3;
}

.plan-icon-text .plan-text h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
}

.plan-icon-text .plan-text p {
    font-size: 18px;
}

/*---------------------------------------------------- */
/*wizard area*/
/*----------------------------------------------------*/
/* ==================================================
*   01 - media screen and (max-width: 1440px)
*   02 - media screen and (max-width: 1280px)
*   03 - media screen and (max-width: 1199px)
*   04 - media screen and (max-width: 991px)
*   05 - media screen and (max-width: 767px)
*   06 - media screen and (max-width: 680px)
*   07 - media screen and (max-width: 580px)
*   08 - media screen and (max-width: 480px)
*   09 - media screen and (max-width: 380px)
*   10 - media screen and (max-width: 320px)
================================================== */
@media screen and (min-width: 1441px) {

}

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

    .steps {
        left: 250px;
    }

    .step-box-content .step-box-text h3 {
        font-size: 22px;
    }

    .form-content {
        padding-top: 55px;
        padding-left: 80px;
        padding-right: 4%;
    }

    .actions {
        right: 4%;
        bottom: 0;
    }

    .form-content h2 {
        font-size: 42px;
    }

    .form-content p {
        font-size: 22px;
    }

    .image-holder {
        width: 490px;
        overflow: hidden;
    }

    .image-holder img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        -o-object-position: 79%;
        object-position: 79%;
    }
}

@media screen and (max-width: 1280px) {
    .form-content h2 {
        font-size: 40px;
    }

    .form-content p {
        font-size: 22px;
    }

    .budget-area .opti-list li {
        margin-right: 15px;
    }

    .budget-area .opti-list li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .steps-area-fixed {
        position: static;
        width: 100% !important;
    }

    .steps-area .steps {
        left: 0;
        width: 100%;
        text-align: center;
    }

    .steps-area-fixed + .multisteps-form__form {
        margin-left: 0;
    }

    .steps-area,
    .multisteps-form__form {
        width: 100%;
        max-width: 100%;
    }

    .image-holder {
        width: 100%;
        height: 250px;
        display: block;
        overflow: hidden;
    }

    .image-holder img {
        height: auto;
        width: 100%;
    }

    .form-content {
        width: 100%;
        padding-right: 80px;
    }

    .inner {
        display: inline-block;
        width: 100%;
    }

    .steps li {
        display: inline-block;
        margin-right: 80px;
    }

    .steps li span:before {
        display: none;
    }

    .steps li.js-active span:after {
        width: 100px;
        height: 2px !important;
        right: -100px;
        top: 20px;
    }

    .actions {
        padding: 30px 0px 50px;
        position: static;
        margin-right: 80px;
        float: right;
    }

    .form-content h2 {
        padding: 0px 0px 20px 0px;
    }

    .actions ul {
        display: block;
    }

    .actions ul li {
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .pb-100, .pb-200 {
        padding-bottom: 30px;
    }

    .wizard {
        max-width: 100%;
    }

    .image-holder img {
        height: 521px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .actions {
        position: static;
        padding-right: 10px;
    }

    .steps {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .steps li {
        display: inline-block;
        margin-right: 30px;
        margin-left: 30px;
    }

    .form-content h2 {
        font-size: 26px;
    }

    .form-content p {
        font-size: 18px;
    }

    .step-box-content {
        margin-bottom: 10px;
    }

    .step-progress {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .form-content .step-no {
        display: block;
        margin-bottom: 30px;
    }

    .upload-documents .upload-option {
        float: none;
    }

    .budget-area .opti-list li {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        margin-bottom: 20px;
    }

    .plan-icon-text {
        width: 100%;
    }

    .step-inner-content {
        padding-bottom: 50px;
    }

    .budget-area .opti-list li {
        font-size: 14px;
    }

    .actions {
        position: static;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto;
        float: none;
        padding: 0;
    }

    .actions ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .actions li span {
        height: 60px;
        width: 170px;
        line-height: 60px;
    }
}

@media screen and (max-width: 580px) {
    .steps li {
        margin-right: 15px;
        margin-left: 15px;
    }

    .steps li.js-active span:after {
        width: 70px;
        height: 2px !important;
        right: -70px;
        top: 19px;
    }

    .form-content {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 460px) {
    .steps li {
        margin-right: 10px;
        margin-left: 10px;
    }

    .steps li.js-active span:after {
        width: 60px;
        right: -60px;
    }
}

/*---------------------------------------------------- */


.spe-link{
    cursor: pointer;
    border-radius: 20px;
    padding: 15px;
    display: block;
    min-height: 235px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 42%);
}
.spe-link:hover{
    cursor: pointer;
    border-radius: 20px;
    padding: 15px;
    display: block;
    min-height: 235px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 42%) !important;
}
.spe-link:focus{
    border: 2px solid #0061af;
    box-shadow: 0 0 10px 0 rgb(19 96 172);
}
.step-box .row.step-box-row{
    justify-content: center;
}
.equipments2 .step-box-content.active{
    border: 2px solid #ffde00;
    box-shadow: 0 0 1px 0 #ffde00;
}
.mapflex .mapcolflex{
    /* display: none; */
}
.mapflex #map{
    height: 300px;
}
.mapflex .mapSelector{
    width: 100%;
}
.mainotpbox{
    display: none;
}
.mainotpbox .close{
    margin-top: 0 !important;
}
.mainphonebox .phone-container{
    flex-wrap: wrap;
}
.mainphonebox #phone_number-error{
    display: block;
    width: 100%;
}
.lastStep.laststeprow .lsleft .row{
    width: 100%;
}
.lastStep.laststeprow .lsleft .lsheader{
    flex-direction: column;
    margin: 10px 0;
}
.grand_total .gt_text{
    display: block;
    text-align: left;
    color: #0061af;
    margin-top: 0px !important;
    font-size: 28px;
    font-weight: 600;
}
.grand_total .font-weight-bold{
    font-size: 15px;
    float: left;
}
.grand_total{
    border-top: none;
}
.laststeprow .lsright .customer_type li:after{
    left: 10px;
    top: 4px;
}
.laststeprow .lsright .customer_type li:before{
    top: 11px;
    left: 16px;
}
.laststeprow .lsright .customer_type li{
    height: 37px;
    line-height: 32px;
    padding-left: 30px;
    border-radius: 14px;
    margin-bottom: 0;
}
.laststeprow .lsright .comment-box {
    padding-top: 0;
    margin-bottom: 10px;
}
.laststeprow .lsright .form-control {
    border-radius: 14px;
}
.laststeprow #close_model {
    display: none;
}
.laststeprow .lable-title{
    text-align: left;
    font-weight: 600;
    background-color: #ffde00;
    margin-bottom: 10px;
}
.laststeprow  .customer_type {
    margin-top: 0;
}
.laststeprow .comment-box textarea{
    border-radius: 14px;
}
.laststeprow .services-select-option li{
    border-radius: 14px;
    line-height: 37px;
    height: 42px;
    margin-bottom: 10px;
    text-align: left;
}
.laststeprow .services-select-option li:after{
    top: 8px;
}
.laststeprow .services-select-option li:before{
    top: 15px;
}
.laststeprow .services-select-option {
    margin-top: 0;
}
.leftinner{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 97%;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 14px;
}
.laststeprow .grand_total{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.laststeprow span.to_text {
    text-align: left;
}
.laststeprow span.font-weight-bold {
    text-align: left;
}
.leftinner .col-md-6{
    padding-right: 10px;
    padding-left: 10px;
}
.equipment_detail, .equipment_details2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px){
    body .lastStep.laststeprow{
        display: block;
    }
    body .lastStep.laststeprow .lsleft{
        margin-bottom: 20px;
        border-right: none;
        padding: 0;
    }
    .leftinner{
        width: 100%;
    }
    .laststeprow .lsright .customer_type li{
        margin-bottom: 10px;
    }
    .laststeprow .lsright .services-select-option li{
        height: fit-content;
        line-height: 24px;
    }
    .actions{
        border-top: none;
    }
    body .actions ul{
        display: block;
        text-align: center;
    }
    body .actions ul li{
        margin-bottom: 15px;
    }
    body .step-inner-content{
        margin-bottom: 75px;
        margin-top: 50px;
        padding-bottom: 15px;
    }
    .location_detail:last-child {
        margin-bottom: 20px;
    }
    .transportdetailtype {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    #transportdetail{
        display: block !important;
    }
    .header-buttons{
        margiin-top: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 800px){
    .location_detail{
        margin-bottom: 20px;
    }
    .actions{
        margin: 0 auto;
    }
    .locations .step-box-content .step-box-text{
        font-size: 22px;
    }
    .locations{
        margin-bottom: 20px;
    }
    .transportdetailtype {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #transportdetail{
        display: block !important;
    }
    body .step-inner-content{
        margin-bottom: 50px;
        margin-top: 50px;
        padding-bottom: 15px;
    }
    .services {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin-bottom: 20px;
    }
    .servicerow{
        display: block !important;
    }
     body .lastStep.laststeprow{
        display: block;
    }
    body .lastStep.laststeprow .lsleft{
        margin-bottom: 60px;
        border-right: none;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }
    .leftinner{
        width: 100%;
    }
    .laststeprow .lsright .customer_type li{
        margin-bottom: 10px;
    }
    .laststeprow .lsright .services-select-option li{
        height: fit-content;
        line-height: 30px;
    }
    .lsleft .leftinner{
        padding: 15px 30px;
    }
    .lsright{
        width: 100%;
        max-width: 100%;
    }
    .laststeprow .services-select-option li:after {
        top: 6px;
    }
    .laststeprow .services-select-option li:before {
        top: 12px;
    }
}
@media screen and (min-width: 801px) and (max-width: 1030px){
    .servicerow{
        display: block !important;
    }
    .services {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        margin-bottom: 20px;
    }
    .location_detail{
        margin-bottom: 20px;
    }
    .actions{
        margin: 0 auto;
    }
    .servicediv img{
        max-width: 70%;
    }
    body .step-inner-content{
        margin-bottom: 50px;
        margin-top: 50px;
        padding-bottom: 15px;
    }
}

.actions li:first-child span{
    width: 90px;
}
.actions li:last-child button{
    width: 260px;
}