/* cyrillic */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Google Sans Regular'), local('GoogleSans-Regular'), url(https://fonts.gstatic.com/s/googlesans/v9/4UaGrENHsxJlGDuGo1OIlL3Kwp5MKg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Google Sans Regular'), local('GoogleSans-Regular'), url(https://fonts.gstatic.com/s/googlesans/v9/4UaGrENHsxJlGDuGo1OIlL3Nwp5MKg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Google Sans Regular'), local('GoogleSans-Regular'), url(https://fonts.gstatic.com/s/googlesans/v9/4UaGrENHsxJlGDuGo1OIlL3Awp5MKg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Google Sans Regular'), local('GoogleSans-Regular'), url(https://fonts.gstatic.com/s/googlesans/v9/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Google Sans Medium'), local('GoogleSans-Medium'), url(https://fonts.gstatic.com/s/googlesans/v9/4UabrENHsxJlGDuGo1OIlLU94Yt3CwZ-Pw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Google Sans Medium'), local('GoogleSans-Medium'), url(https://fonts.gstatic.com/s/googlesans/v9/4UabrENHsxJlGDuGo1OIlLU94YtwCwZ-Pw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Google Sans Medium'), local('GoogleSans-Medium'), url(https://fonts.gstatic.com/s/googlesans/v9/4UabrENHsxJlGDuGo1OIlLU94Yt9CwZ-Pw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Google Sans Medium'), local('GoogleSans-Medium'), url(https://fonts.gstatic.com/s/googlesans/v9/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    font-family: "Google Sans", Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: -webkit-fill-available;
}

.container-fluid{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.col-6{
    width: 50%;
    float: left;
}
.col-12{
    width: 100%;
    float: left;
}
h1{
    font-size: 54px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #020202;
    margin-bottom: 1rem;
}
p{
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #777b95;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

a {
    color: #2251FF;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
a, a:focus, a:visited {
    color: #2251FF;
    text-decoration: none;
}
.iti{
    display: block !important;
}
.iti--allow-dropdown input {
    width: 100% !important;
    padding-right: 6px;
    margin-left: 0;
}
.iti__country-list {
    z-index: 99 !important;
    max-width: 378px !important;
    overflow-x: hidden !important;
}
.banner-bg{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.banner-img{
    left: 0;
    right: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    bottom: 0;
}
.banner-img img{
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}
.banner-content{
    left: auto;
    right: 0;
    padding-left: 0;
    z-index: 20;
    overflow-x: visible;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
}
.layer{
    display: block;
    right: 0;
    left: 0;
    transform: translate3d(100%,0,0);
    z-index: 15;
    background:#fff;
    will-change: transform;
    position: absolute;
    top: 0;
    bottom: 0;
}
.banner-content .header{
    padding: 10px 20px 5px 20px;
    border-bottom: 1px solid #eceaea;
}
.banner-content .footer{
    padding: 10px 20px 5px 20px;
    position: absolute;
    bottom: 10px;
}
.banner-content .content-body{
    height: calc(100vh - 180px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 30px 5px 30px;
}
.banner-content h1{
    position: relative;
    margin-bottom: 40px;
}
.banner-content h1:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #000;
    bottom: -15px;
    left: 5px;
}
.address{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    padding-right: 15%;
    text-align: left;
    color: #363636b3;
}

/*Buttons CSS Starts*/
.button{
    white-space: normal;
    min-height: 55px;
    border-radius: 40px;
    font-size: 18px!important;
    padding: 12px 30px;
    height: auto;
    border: none;
    line-height: 1.3rem;
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}
.icon{
    height: 1.5em;
    width: 1.5em;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.icon svg {
    width: 18px;
    height: 18px;
    background-color: transparent;
    stroke-width: 0;
    pointer-events: none;
}
.button .icon svg{
    fill: #fff;
    stroke: #fff;
}
.button-primary{
    background: #2251FF;
    color:#fff;
    box-shadow: 0 1px 4px 0 #2251FF33;
}
.button.is-blicked:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -20%;
    transition: all .6s ease;
    animation-name: blick;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

/*Quiz Container*/
.layout{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    min-height: 100%;
    height: auto;
    background: #f8f8f8;
}

.quiz-container {
    border-radius: 4px;
    background: none;
}
.hide,
.hidden{
    display: none !important;
}
.show{
    animation: fade-in 0.75s ease-in-out forwards;
}

.quiz{
        width: 100vw;
        margin: 0 auto;
        max-width: 1024px;
        box-sizing: border-box;
        min-height:600px!important;
        flex-wrap: nowrap!important;
        border: 5px solid transparent;
        border-radius: 4px;
        border-color: #e6e6e6;
        box-shadow: 0 7px 15px 0 rgb(0 0 0 / 15%);
        max-height: 75vh;
        overflow-x: hidden;
        display: flex;
        flex-direction: row;
        flex-flow: row nowrap;
        height: 100%;
        background-color: #fff;
        transition: opacity 0.17s cubic-bezier(0.61,0.3,0.8,0.97),transform 0.17s cubic-bezier(0.61,0.3,0.8,0.97);
        backface-visibility: hidden;
}
.quiz-sidebar{
    position: relative;
    flex-shrink: 0;
    width: 260px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sidebar-content{
    padding: 23px 19.6px;
    max-height: 380px;
}
.agent-info{
    display: flex;
    height: 80px;
    flex-direction: row;
}
.agent-avatar{
    text-align: left;
    position: relative;
}
.agent-avatar img{
    width: 70px;
    height: 70px;
    border-radius: 35px;
}
.agent-badge{
    box-sizing: border-box;
    position: absolute;
    border-radius: 50%;
    transition: all .1s ease-in-out;
    display: block;
    border: 2px solid #fff;
    transform: scale(1);
    opacity: 1;
    background-color: #1bb157;
    width: 12px;
    height: 12px;
    top: 54px;
    left: 54px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.16);
}
.agent-name{
    display: flex;
    flex-direction: column;
    align-self: center;
    text-align: left;
    margin-left: .5rem;
}
.agent-name h2{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #2e2e54;
    line-height: 1.125;
    letter-spacing: 0.2px;
}
.agent-name p{
    font-size: 13px;
    color: #69748c;
    font-weight: 400;
    line-height: 1.15;
    margin: 0;
    letter-spacing: 0.2px;
}
.agent-desc{
    padding: 15px 18px 5px 10px;
    word-break: break-word;
    background-color: #ededed;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
    transition: height .3s linear;
    will-change: height;
    max-height: 100%;
    position: relative;
    margin-top: 10px;
}
.agent-desc p{
    color: #2e2e49;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
}
.agent-desc:before {
    position: absolute;
    display: block;
    content: "";
    top: -20px;
    left: 30px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ededed transparent;
    z-index: 9;
}
.quiz-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    background-color:#fff;
}
.quiz-header{
        border-bottom: 1px solid #f3f3f3;
        padding:0 30px;
}
.quiz-header h3{
    font-size: 16px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    align-items: center;
    line-height: 1.3;
    color: #69748c;
    font-weight: 500;
    margin: 20px 0;
    font-style: normal;
}
.quiz-header h3 .icon{
    height: 30px;
    width: 30px;
}
.quiz-header .icon svg{
    margin-right: 10px;
}
.quiz-header .icon svg{
    fill: #09B07E;
    stroke: #09B07E;
}
.quiz-body{
    padding: 0 30px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.quiz-body .quiz-body-content{
    width: 100%;
    transition: opacity 0.17s cubic-bezier(0.61,0.3,0.8,0.97),transform 0.17s cubic-bezier(0.61,0.3,0.8,0.97);
}
.quiz-body .quiz-body-content h4{
    color: #363636;
    font-size: 30px;
    text-align: left;
    margin: 15px 0 11px 0!important;
    line-height: 1.2;
    font-weight: 500;
}
.quiz-body .quiz-answer {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.quiz-body .quiz-answer .cards-pt {
    overflow-y: scroll;
    height: 310px;
}
.radioSelect img{
    border-radius: 4px;
    height: 260px;
    position: absolute;
    z-index: 1;
}
.quiz-body .quiz-answer .cards-pt::-webkit-scrollbar,
.form-bg::-webkit-scrollbar  {
    width: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.quiz-body .quiz-answer .cards-pt::-webkit-scrollbar-thumb,
.form-bg::-webkit-scrollbar-thumb  {
    border-left: 8px solid transparent;
    box-shadow: inset 0 0 10px 10px #2251FF;
    margin-top: 308px;
    margin-bottom: 30px;
}
.quiz-body .quiz-answer .cards-pt::-webkit-scrollbar-track,
.form-bg::-webkit-scrollbar-track  {
    border-left: 8px solid transparent;
    box-shadow: inset 0 0 10px 10px #eae9f1;
    margin-top: 50px;
    margin-bottom: 50px;
}
.quiz-footer {
    padding: 20px 0 30px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 10;
    border-top: solid 1px #f3f3f3;
    background-color: #fff;
}
.wizard-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    width: 100%;
}

.wizard-progress {
    height: 10px;
    position: relative;
    background: #dbdbdb;
    border-radius: 10px;
    box-shadow: inset 0 -1px 1px hsl(0deg 0% 100% / 30%);
    max-width: 500px;
    width: 100%;
}
.progress-filled{
        display: block;
        height: 10px;
        border-radius: 10px;
        background-color: #09B07E !important;
        /* box-shadow: inset 0 2px 9px hsla(0,0%,100%,.3),inset 0 -2px 6px rgba(0,0,0,.4),.6px 1.9px 7px 0 #2251FF80; */
        position: relative;
        overflow: hidden;
        transition: all .3s ease;
        width: 0;
}
.progress-filled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, 0.08) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.08) 0, hsla(0, 0%, 100%, 0.08) 75%, transparent 0, transparent); */
    z-index: 1;
    background-size: 20px 20px;
    /* animation: move 1.5s linear infinite; */
    border-radius: 20px;
    overflow: hidden;
}
.progress-active {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: all .3s ease;
}
.progress-status {
    position: relative;
    font-size: 14px;
    color: #000 !important;
    left: -8px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0px;
    align-items: center;
    top: -10px;
}
.progress-pointer{
        position: relative;
        /* background-color: #fff; */
        width: 15px;
        left: -8px;
        top: 0;
        height: 15px;
        /* border: 3px solid rgb(233, 225, 225);
        border-radius: 50%;
        box-shadow: inset 0 2px 9px hsl(0deg 0% 100% / 30%), inset 0 -2px 6px rgb(0 0 0 / 40%); */
        
}
.progress-pointer:after{
        /* content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: linear-gradient(-45deg,hsla(0,0%,100%,.08) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,.08) 75%,transparent 0,transparent);
        z-index: 1;
        background-size: 20px 20px;
        animation: move 1.5s linear infinite;
        border-radius: 20px;
        overflow: hidden; */
        content: '';
        position: absolute;
        left: 10px;
        bottom: 15px;
        border: 3px solid transparent;
        border-top: 7px solid #000;
        z-index: 1;
}
.wizard-buttons{
    display: flex;
    padding-left: 20px;
    min-width: 175px;
}
.wizard-buttons .button-primary{
    font-size: 16px!important;
    min-height: 43px;
    z-index: 100;
    padding: 0 16px 0 22px;
    font-weight: 500;
    max-width: 110px;
    overflow: hidden;
}
.button.is-linked{
    margin-right: 20px;
    margin-left: auto;
    padding: 0;
    width: 43px;
    min-height: 43px;
    color: rgba(0,0,0,.6)!important;
    border: 1px solid rgba(0,0,0,.6)!important;
    background-color: transparent!important;
    transition: .2s ease-out;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.button.is-linked .icon svg {
    fill: rgba(0,0,0,.6)!important;
    stroke: rgba(0,0,0,.6)!important;
}
.button.is-linked[disabled],
.wizard-buttons .button-primary[disabled]{
    opacity: .7;
    cursor: not-allowed;
}
.wizard-buttons .button-primary[disabled] label{
    cursor: not-allowed;
}
.wizard-buttons label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor:pointer;
}
.wizard-buttons .button-primary[disabled]{
    box-shadow: 0 3px 10px 0 #2251FF80!important;
}
.wizard-buttons .button-primary[disabled]:after{
    visibility: hidden;
}
.wizard-hint{
    position: absolute;
    right: 35px;
    font-size: 11.5px;
    bottom: 8px;
    color: #a6a6a6;
}


.tag{
    background: #09b07e99 !important;
    border: solid 1px #09B07E;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}
.tag-icon{
    margin-right: 5px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tag .icon svg{
    fill: #fff;
}

/*Range Slider CSS Starts*/
.multi-range-slider{
    width: 100%;
    margin: 25px 0;
    position: relative;
    z-index: 1;
}
.slider {
	position: relative;
	z-index: 1;
	height: 7px;
	margin: 0 15px;
}
.slider > .track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #e6e6e6;
}
.slider > .range {
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background: #09B07E !important;
}
.slider > .thumb {
    position: absolute;
    z-index: 3;
    width: 23px;
    height: 23px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-radius: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: #09B07E;
    background-color: #e6e6e6;
    box-shadow: 0 3px 5px 0 #09b07e99;
    cursor: pointer;
}
.slider > .thumb.left {
	left: 25%;
	transform: translate(-3px, -9px);
}
.slider > .thumb.right {
	right: 25%;
	transform: translate(3px, -9px);
}
input[type=range] {
	position: absolute;
	pointer-events: none;
	-webkit-appearance: none;
	z-index: 2;
	height: 7px;
	width: 100%;
	opacity: 0;
    left: 0;
}
input[type=range]::-webkit-slider-thumb {
	pointer-events: all;
	width: 40px;
    height: 40px;
	border-radius: 0;
	border: 0 none;
	background-color: red;
	-webkit-appearance: none;
    cursor: pointer;
}
.sliderValue {
    line-height: 20px;
    font-weight: 400;
    margin:0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #363636b3;
}
.price-input label{ 
    float: left;
    color:#363636b3;
    margin-bottom: .5em;
    font-weight: 600;
    font-size: 1rem;
}
.price-input input{
    max-width: 160px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    clear: both;
    min-height: 50px;
    font-size: 18px;
    position: relative;
    text-align: center;
    box-shadow: none;
    height: 2.65em;
    border-radius: 4px;
    border: solid 1.2px #cccccc;
    color: #363636;
}
.slider .tooltip{
    position: absolute;
    background: #09B07E;
    color: #fff;
    border-radius: 5px;
    z-index: 4;
    top: -60px;
    min-width: 65px;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
}
.slider .tooltip.left{
    transform: translate(-35px, 10px);
}
.slider .tooltip.right{
    transform: translate(35px, 10px);
}
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #09B07E transparent transparent transparent;
  }

/*Area Hint*/
.area-hint{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin: 0 auto;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.11);
    cursor: help;
    z-index: 999;
}
.area-hint svg {
    width: 10.2px;
    height: 10.2px;
    cursor: help;
}
.area-hint-text{
    display: none;
    background: #fffaeb;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 5px 10px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #2e2e49;
    max-width: 206px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: calc(100% - 50px);
    z-index: 9;
    bottom: 55px;
}
.area-hint-text:before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fffaeb;
    transform: translate(-50%);
}
.area-hint:hover ~ .area-hint-text{
    display: block;
}

/*Form Slide CSS Starts*/
.form-content{
    padding: 100px;
    padding-left: 80px;
    padding-right: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    width: 45%;
    position: relative;
}
.form-content .wizard-progress{
    margin-bottom: 10px;
    width: 90%;
}
.form-content .wizard-progress .progress-filled{
    width: 75%;
}
.form-content .wizard-progress .progress-active {
    bottom: 35px;
    transform: translate(-5px);
    position: relative;
}
.form-content .wizard-progress .progress-active:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: 3px solid transparent;
    border-top: 7px solid #000;
    z-index: 1;
}
.form-content p{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #363636b3;
    overflow: hidden;
    white-space: nowrap;
    width: 285px;
    text-overflow: ellipsis;
}
.thankyou-message .form-content p{
    font-size: 14px;
    font-weight: 500;
    color: #363636b3;
    overflow: auto;
    white-space: normal !important;
    width: auto !important;
    text-overflow: unset !important;
}
.form-content h1{
    color: #363636;
    font-size: 26px;
    text-align: left;
    margin: 15px 0 11px 0!important;
    line-height: 1.3;
    font-weight: 500;
}
.form-bg{
    padding: 20px 45px;
    height: auto;
    box-shadow: 2.5px 8.7px 15px 0 rgb(0 0 0 / 11%);
    background: #fff;
    border: solid 1.2px #e8e8e8;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    align-content: center;
    width: 40%;
    position: relative;
}
.form-bg form{
    width: 100%;
}
.form-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    transform: scaleY(-1);
    right: 30px;
    bottom: 30%;
}
.form-arrow svg{
    width: 50px;
    fill: #000;
    stroke: #000;
}
.form-bg input{
    border: solid 1.2px #b1b5be;
    box-shadow: none;
    border-radius: 4px;
    height: 55px!important;
    font-size: 15px;
    max-width: 100%;
    width: calc(100% - 55px);
    font-weight: 500;
    background: none!important;
    margin-bottom: .75rem;
    padding: 2px 5px 2px 50px;
}
.form-bg input#phone{
    height: 54px !important;
}
input:focus-visible {
    outline: none;
}
.form-control.no-padding{
    display: flex;
}
.form-control.no-padding input{
    padding:2px 5px 2px 5px;
}
.form-control.no-padding input:first-child{
    width: calc(30% - 10px);
    padding:2px 5px 2px 5px;
    border-radius: 0;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
}
.form-control.no-padding input:nth-child(2){
    width: calc(70% - 10px);
    padding: 2px 5px 2px 5px;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width: 1.2px 1.2px 1.2px 0;
    border-color: #b1b5be;
    margin-right: -2px;
}
.form-bg button{
    margin: 10px 0 15px 0;
    width: 100%;
    justify-content: center;
    box-shadow: 0 4px 10px 0 #2251FF33;
}
.form-control{
    position: relative;
}
.form-control svg{
    width: 24px;
    height: 24px;
    fill: #b3b3b3;
    position: absolute;
    top: 19px;
    left: 15px;
}
.policy{
    align-items: center;
    position: relative;
}
.policy input[type=checkbox]{
    opacity: 0;
    width: 20px !important;
    height: 20px !important;
    margin: 0 10px 0 0;
}
.policy .checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #e6e6e6;
    border-radius: 4px;
    margin: 0 0 0 0;
}
.policy .checkmark:after {
    content: '\2713';
    position: absolute;
    box-shadow: none;
    color: #fff;
    width: 94% !important;
    height: 94% !important;
    border-radius: 0 !important;
    top: 0px !important;
    left: 0 !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    padding: 3%;
}
.policy label{
    cursor: pointer;
    padding: 0 0 0 25px;
    box-shadow: none;
    border: none;
    margin: 5px 0 0 0;
}
.policy .label-for{
    padding-left: 5px;
}
.policy label p{
    color: #363636 !important;
    line-height: 1.5;
    font-size: 14px !important;
    text-align: left;
    font-weight: 400;
    margin: 0;  
}
.policy label p a {
    line-height: 1.5;
    font-size: 14px !important;
    text-align: left;
    font-weight: 400;
}
/*Radio Items CSS Starts*/
/* The container */
.container {
    z-index: 10;
    padding: .8rem 3rem;
    width: 100%;
    text-align: left;
    display: flex;
    height: 100%;
    cursor: pointer;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    border-radius: 5px;
    border: solid 1px rgba(217,216,230,.55);
    align-items: center;
    max-width: 220px;
  }
  .label-for{
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #363636;
    padding-top: 1px;
  }
  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
    background-color: #e6e6e6;
    border-radius: 50%;
  }
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .container input:checked ~ .checkmark {
    box-shadow: 0 2px 6px 0 #2251FF80 !important;
    border: 2px solid #2251FF;
    background: #fff;
    width: 16px;
    height: 16px;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container input:checked ~ .checkmark:after {
    display: flex;
  }
  .container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2251FF;
}

/*Card CSS Starts*/
.cards-bg{
    overflow-x: hidden;
    overflow-y: hidden;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.card{
    max-width: 420px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 8px 20px 8px 0;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    transition: .2s ease-out;
    width: 30%;
    cursor: pointer;
}
.card-image{
    position: relative;
}
.card-image img{
    width: 100%;
    height: 217px;
    object-fit: cover;
}
.card .card-checkmark{
    display: none;
}
.card.active .card-checkmark{
    display: block !important;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 22px;
    width: 22px;
    box-shadow: 0 2px 6px 0 #2251FF80 !important;
    border: 2px solid #2251FF;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
}
.card .card-checkmark:after {
    content: '';
    top: 3px;
    display: flex;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2251FF;
    position: absolute;
}
.card-footer{   
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #363636b3;
    overflow: hidden;
}
.radio-image{
    position: relative;
}
.placeholder-img {
    position: absolute;
    width: 100%;
    height: 260px;
    background: #f6f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    white-space: pre-line;
    text-align: center;
}
.bed-img{
    line-height: 0;
}
.slide-up-leave {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97), transform 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97);
}
.slide-normal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97), transform 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97);
}
.slide-up-enter {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97), transform 0.17s cubic-bezier(0.61, 0.3, 0.8, 0.97);
}
#quiz-form{
    display: none;
}
.alert{
    text-align: center;
    color:#e8222e;
    display: none;
}
.alert-validate{
    padding: 0 0 20px 0;
    transition: .2s all ease-out;
}
.alert-validate .alert{
    display: flex !important;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    right: 0px;
    left: 0px;
    transition: .2s all ease-in;
}
.alert-validate .alert.phone{
    bottom: -5px !important;
}
.thankyou-message{
    display: none;
}
.thankyou-message .form-content {
    padding: 0;
    padding-left: 100px;
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    width: calc(100% - 200px) !important;
    height: 60vh;
}
.thankyou-message .form-content h2,
.thankyou-message .form-content h3{
    margin-top: 0 !important;
}
.thankyou-message p{
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #777b95;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}
.swiper-pagination{
    bottom: 25px !important;
}
.swiper-pagination-bullet {
    width: 25px !important;
    height: 25px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background: #fff !important;
    opacity: .8 !important;
    left: 0 !important;
}
.swiper-pagination-bullet-active-main{
    background:#2251FF !important;
    opacity: 1 !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
    transform: scale(.50) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
    left: 10px !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
    left:-10px !important;
}
.swiper-pagination-bullets-dynamic{
    width: auto !important;
    left: auto !important;
    transform: rotate(90deg) !important;
    top: 50% !important;
    bottom: auto !important;
    right: -25px !important;
}
.video-bg {
    width: 100%;
    height: calc(100vh + 175px);
    overflow: hidden;
}
.iv-branding{
    display: none !important; 
}
  @media (min-width: 1500px) {
    .video-bg {
      margin-top: -135px;
    }
  }
  @media (min-width: 1200px) {
    .video-bg {
      margin-top: -75px;
    }
  }
@media(min-width:769px){
/*Close Banner Bg*/
.closing{
    overflow: hidden;
}
.closing .layer{
    animation: slide-layout-to-left 0.75s cubic-bezier(0.71, 0.09, 0.74, 0.91) forwards;
}
.closing .header,
.closing .content-body,
.closing .footer{
    animation: hide-text-to-right 0.75s cubic-bezier(0.71, 0.09, 0.74, 0.91) forwards;
}
.arabic .closing .layer{
    animation: slide-layout-to-right 0.75s cubic-bezier(0.71, 0.09, 0.74, 0.91) forwards;
}
.arabic .closing .header,
.arabic .closing .content-body,
.arabic .closing .footer{
    animation: hide-text-to-left 0.75s cubic-bezier(0.71, 0.09, 0.74, 0.91) forwards;
}
}

@media(max-width:768px){
    .video-bg {
        height: 40vh;
    }
    .layout{
        background: #fff;
        align-items: flex-start;
    }
    h1 {
        font-size: 26px;
    }
    p{
        font-size: 16px;
    }
    .banner-bg {
        overflow-y: scroll;
        height: auto;
    }
    .banner-content .header {
        padding: 10px 20px 10px 20px;
    }
    .banner-content .header img{
       width: 140px !important;
    }
    .button-primary {
        width: 100%;
        justify-content: center;
    }
    .banner-img,
    .banner-content{
        position: relative;
        line-height: 0;
    }
    .banner-img img {
        height: 40vh;
        object-position: top center;
    }
    .col-6 {
        width: 100%;
    }
    .banner-content .content-body {
        height: auto;
        justify-content: flex-start;
        padding: 10px 20px 5px 20px;
    }
    .address {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .banner-content h1:before {
        width: 50px;
        height: 4px;
        bottom: -10px;
        left: 3px;
    }
    .banner-content .footer {
        bottom: -10px;
        padding: 10px 20px;
        width: calc(100% - 40px);
        text-align: center;
        position: relative;
        margin-bottom: -35px;
    }
    /*Close Banner Bg*/

    .closing .banner-img{
        animation: hide-up 0.75s cubic-bezier(0.71, 0.09, 0.74, 0.91) forwards;
    }
    .closing .header,
    .closing .content-body,
    .closing .footer{
        animation: hide-down 0.75s cubic-bezier(0.71, 0.09, 0.74, 0.91) forwards;
    }
    .quiz-container {
        border-radius: 0;
        height: 100vh;
    }
    .quiz {
        height: calc(100vh - 60px) !important;
        border: 0px solid transparent;
        border-radius: 0px;
        box-shadow: none;
        max-height: 100vh;
        flex-direction: column;
        height: -webkit-fill-available;
    }
    .quiz-content {
        overflow-y: scroll;
        height: calc(100% - 60px);
    }
    .radioSelect .quiz-answer {
        display: flex;
        flex-direction: column-reverse;
    }
    .radio-image{
        margin-top: 15px;
    }
    .container {
        padding: .8rem 45px;
        width: calc(100% - 90px);
        margin-bottom: 0rem;
        max-width: calc(100% - 45px);
        margin-top: 1rem;
    }
    .quiz-body .quiz-body-content h4 {
        font-size: 22px;
    }
    .card {
        width: 100%;
        margin: 8px 0px 8px 0 !important;
    }
    .quiz-header {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }
    .quiz-body {
        padding: 0px 15px 20px 15px;
        height: auto;
        position: relative;
    }   
    .quiz-body .quiz-answer .cards-pt {
        overflow: initial;
        height: auto;
    }
    .quiz-body .quiz-body-content {
        height: 100%;
    }
    .quiz-footer {
        position: fixed;
        padding: 6px 0 11px 0;
        border-top: 0px !important;
        background: #fff;
    }
    .form-arrow,
    .quiz-sidebar{
        display: none;
    }
    .wizard-progress {
        border-radius: 0;
        width: 100%;
        position: fixed;
        top: 0;
        max-width: 100%;
        left: 0;
    }
    .progress-filled{
        border-top-left-radius:0px !important;
        border-bottom-left-radius:0px !important;
    }
    .wizard-actions {
        justify-content: flex-end;
        padding: 0 15px;
    }
    .wizard-buttons .button-primary{
        width: auto !important;
    }
    .progress-active,
    .wizard-hint{
        display: none;
    }
    .slider,
    .sliderValue {
        margin: 0;
    }
    .price-input input {
        max-width: 115px;
    }
    .form-bg, 
    .form-content {
        padding: 30px 20px 0 !important;
        width: calc(100% - 40px) !important;
    }
    .form-bg {
        box-shadow:none;
        border: solid 0px #e8e8e8;
        min-height: auto;
        height: auto;
    }
    .form-content .wizard-progress {
        width: 100%;
        border-radius: 25px;
        position: relative;
    }
    .form-content .wizard-progress .progress-filled {
        border-radius: 20px !important;
    }
    .form-content .wizard-progress .progress-active{
        display: block;
    }
    .thankyou-message .form-content {
        width: calc(100% - 40px) !important;
        height: 80vh;
    }
}


/*Animations*/
@-webkit-keyframes blick {
    15%,
    to {
        left: 110%;
    }
}
@keyframes blick {
    15%,
    to {
        left: 110%;
    }
}
@-webkit-keyframes hide-text-to-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
@keyframes hide-text-to-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}
@-webkit-keyframes hide-text-to-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
}
@keyframes hide-text-to-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
}
@-webkit-keyframes hide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}
@keyframes hide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
}
@-webkit-keyframes hide-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}
@keyframes hide-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
}
@-webkit-keyframes slide-layout-to-left {
    0% {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slide-layout-to-left {
    0% {
        -webkit-transform: translate3d(60%, 0, 0);
        transform: translate3d(60%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes slide-layout-to-right {
    0% {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes slide-layout-to-right {
    0% {
        -webkit-transform: translate3d(-60%, 0, 0);
        transform: translate3d(-60%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 20px 20px;
    }
}
@keyframes move {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: 20px 20px;
    }
}

/*=================
Arabic Language CSS
===================*/
.arabic{
    direction: rtl;
}
.arabic .banner-content h1:before {
    right: 5px;
}
.arabic .address {
    padding-right: 0%;
    text-align: right;
}

.arabic .banner-content {
    left: 0;
    right: auto;
}
.arabic .quiz-body .quiz-body-content h4 {
    text-align: right;
}
.arabic .agent-name{
    margin-right: 0.5rem;
}
.arabic .icon{
    transform: rotate(
180deg);
}
.arabic .card {
    margin: 8px 0px 8px 20px;
}
.arabic .form-content h1,
.arabic .card-footer{
    text-align: right;
}
.arabic .progress-active{
    left: auto;
    right: 0;
}
.arabic .progress-status,
.arabic .progress-pointer {
    right: -8px;
}
.arabic .col-6 {
    float: right;
}
.arabic .checkmark{
    right: 15px;
    left: auto;
}
.arabic .price-input label {
    float: right;
}
.arabic .form-arrow {
    left: 70px;
    bottom: 32%;
    transform: rotate( 
195deg);
    right: auto;
}
.arabic .form-bg input {
    padding: 2px 50px 2px 5px;
}
.arabic .form-control svg {
    right: 15px;
    left: auto;
}
.arabic .policy label {
    padding: 0 50px 0 0px;
}
.arabic .form-bg input#phone {
    padding-left: 0 !important;
    padding-right: 90px;
}
.arabic .iti--allow-dropdown .iti__flag-container,.arabic .iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
    direction: initial;
}
.arabic .form-content .wizard-progress .progress-active:after{
    right: 0;
    left: auto;
}
.arabic .multi-range-slider {
    direction: ltr;
    transform: rotate(
180deg);
}
.arabic .slider > .thumb {
    box-shadow: 0 -3px 5px 0 #2251FF80;
}
.arabic .slider .tooltip {
    transform: rotate(
-180deg) !important;
    margin: 10px -40px;
}
.arabic .tooltip::after {
    top: auto;
    left: 50%;
    margin-right: -5px;
    border-color: transparent transparent #2251FF transparent;
    bottom: 100%;
}
.arabic .start-wizard .icon,
.arabic .submit-btn .icon,
.arabic .quiz-header h3 .icon {
    transform: rotate(0deg) !important;
}