html {
	margin-top: 0px !important;
}

header.site-header, footer {
	display: none;
}
body {
	position: relative;
}

body main .about-us-modal {
	position: absolute;
	background-color: rgba(6, 0, 81, 0.57);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	display: none;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

body main .about-us-modal .about-us-content {
	border-radius: 17px 17px 0px 17px;
	background-color: white;
	height: 80%;
	padding: 30px;
	overflow: hidden;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

body main .about-us-modal .about-us-content img {
    border-radius: 9px;
    margin-bottom: 65px;
}

body main .about-us-modal .about-us-content::-webkit-scrollbar {
  width: 5px;
}
body main .about-us-modal .about-us-content::-webkit-scrollbar-track {
  background: #06005166;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1000px 0px 0px 1000px;
}
body main .about-us-modal .about-us-content::-webkit-scrollbar-thumb {
  background: #060051;
  border-radius: 1000px;
}


body main .about-us-modal .about-us-content .close-about-us {
	margin-bottom: 15px;
	position: absolute;
    bottom: -20px;
}

body main .about-us-modal .about-us-content h2 {
    color: #060051;
    font-size: 36px;
    font-weight: 950;
    width: 100%;
    text-align: center;
}

body main .about-us-modal .about-us-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #6E6E6E;
    text-align: justify;
}

body main .about-us-modal .about-us-content a {
    color: black;
}

.hexo-custom-landing.loading .inner page {
    opacity: 0;
}

.hexo-custom-landing {
	font-weight: 900;
}
@media (min-width: 568px){
	.hexo-custom-landing {
		margin: 0px 30%;
	}
	.hexo-custom-landing .inner {
		max-width: 400px;
	}
	.about-us-modal {
		max-width: 400px;
	    margin: 0px auto;
	    left: 0;
	    right: 0;
	}
}
.hexo-custom-landing .inner {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	background: url("../img/background.png");
	background-position: center;
	background-size: cover;
	/*aspect-ratio: 9 / 16;*/
	align-self: center;
	min-width: 90%;
	height: 97vh;
}
.hexo-custom-landing .inner page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	width: 85%;
	max-width: 400px;
	margin: auto;
	margin: 35px auto;
	min-height: 600px;
	height: 660px;
	opacity: 1;
	transition: all 0.3s ease-in;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.hexo-custom-landing .inner .head {
	width: 90%;
	position: relative;
	padding-top: 70px;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 85px;
}
.hexo-custom-landing .inner .foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.hexo-custom-landing .inner .foot .multiple-selection {color: rgb(124 124 124);font-size: 14px;font-weight: 950;}

.hexo-custom-landing .inner .head img.logo {
	position: absolute;
	left: 0%;
	top: 0%;
}

.hexo-custom-landing .inner .head .about-us {
	position: absolute;
	right: 0%;
	top: -15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 950;
	cursor: pointer;
}

.hexo-custom-landing .item {
	color: rgba(109, 109, 109, 1);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 14px;
	width: 100%;
	margin-bottom: 12.5px;
}
.hexo-custom-landing .item img {
	margin-left: 5px;
	margin-top: -2.5px;
}
.hexo-custom-landing h1.title {
	font-weight: 950;
	margin: 0;
	margin-bottom: 16px;
	text-align: center;
	color: #060051;
	font-size: 27px;
}
.hexo-custom-landing h1.title.multi {
    position: relative;
    overflow: hidden;
}
.hexo-custom-landing h1.title.multi .text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in;
}
.hexo-custom-landing h1.title.multi .text span {
    display: block;
}
.hexo-custom-landing h2.title-box,
.hexo-custom-landing h3.description {
	background-color: #F1AE2B;
	padding: 8px 18px;
	font-size: 15px;
	border-radius: 12px;
	color: white;
	font-weight: 900;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}

.hexo-custom-landing h2.title-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.hexo-custom-landing h2.title-box.big {
	font-size: 20px;
}

.hexo-custom-landing h3.description {
	background-color: transparent;
	color: #060051;
	margin: 0;
	width: 90%;
}

.hexo-custom-landing .faq,
.hexo-custom-landing .infos {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.hexo-custom-landing .badge {
	background-color: rgba(241, 174, 43, 1);
	width: 150px;
	color: white;
	padding: 5px;
	font-size: 12px;
	height: 100px;
	position: absolute;
	top: -27.5px;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	border-radius: 8px;
}
.hexo-custom-landing .badge.long {
	width: 204px;
}
.hexo-custom-landing .faq .badge img {
	margin-top: -2.5px;
}

.hexo-custom-landing .infos .badge img {
    margin-left: 5px;
}

.hexo-custom-landing .accordion,
.hexo-custom-landing .items {
	box-shadow: 0px 1px 12.6px 0px rgba(0, 0, 0, 0.25);
	background-color: white;
	width: 100%;
	border-radius: 17px;
	padding: 12px;
	position: relative;
	z-index: 1;
}
.hexo-custom-landing .items:has(> h5) {
	padding: 15px;
}
.hexo-custom-landing .items h5 {
	margin: 0;
	font-weight: 900;
	font-size: 14px;
	line-height: 1.6;
	color: rgba(109, 109, 109, 1);
}
.hexo-custom-landing .accordion {
	height: 250px;
	overflow-y: scroll;
}

.hexo-custom-landing .accordion::-webkit-scrollbar {
  width: 5px;
}
.hexo-custom-landing .accordion::-webkit-scrollbar-track {
  background: #06005166;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 1000px 0px 0px 1000px;
}
.hexo-custom-landing .accordion::-webkit-scrollbar-thumb {
  background: #060051;
  border-radius: 1000px;
}

.hexo-custom-landing .accordion .accordion-item {
	cursor: pointer;
}

.hexo-custom-landing .accordion .accordion-item .accordion-title {
	background-color: #060051;
	border-radius: 17px;
	color: white;
	font-size: 11px;
	padding: 12px 14px;
	margin-bottom: 8px;
	position: relative;
	box-shadow: 0 4px 4px 0 #00000025;
	padding-left: 40px;
	font-weight: 950;
}
.hexo-custom-landing .accordion .accordion-item .accordion-title:last-child {
	margin-bottom: 0px;
}
.hexo-custom-landing .accordion .accordion-item .accordion-title:after {
	content: "";
	background: url("../img/faq-angle.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	left: 15px;
	top: calc(50% - 3px);
}

.hexo-custom-landing .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #D6D6D6;
	line-height: 2.5;
	margin-top: -33px;
	margin-bottom: 8px;
	border-radius: 13px;
	padding: 12px;
	padding-top: 33px;
	font-size: 10px;
}

.hexo-custom-landing .button,
.hexo-custom-landing div.selection {
	background-color: #060051;
	border-radius: 17px;
	padding: 16px;
	text-align: center;
	border: none;
	color: white;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin: 0px 5%;
	width: 100%;
	font-weight: 900;
	width: 100%;
}

.hexo-custom-landing .button {
	position: sticky;
	bottom: 15px;
	z-index: 1;
	margin-bottom: 10px;
}

.hexo-custom-landing .selections-section {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}

.hexo-custom-landing div.selection {
	width: 46%;
	margin: 2%;
	background-color: rgba(173, 173, 173, 1);
	cursor: pointer;
}
.hexo-custom-landing div.selection.selected {
	background-color: #060051;
}

.hexo-custom-landing .phone-section,
.hexo-custom-landing .otp-section,
.hexo-custom-landing .city-section {
	width: 100%;
	position: relative;
}

.hexo-custom-landing .phone-section h4,
.hexo-custom-landing .otp-section h4,
.hexo-custom-landing .city-section h4 {
	color: rgba(63, 63, 63, 1);
	font-size: 12px;
	width: 100%;
	font-weight: 600;
}

.hexo-custom-landing .otp-section h4 {
	margin-bottom: 10px;
}

.hexo-custom-landing .otp-section .otp-controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.hexo-custom-landing .input-section {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
	border-radius: 17px;
	overflow: hidden;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hexo-custom-landing .input-section input {
	width: 100%;
	height: 60px;
	border: none;
	font-size: 18px;
	text-align: left;
	direction: ltr;
}

.hexo-custom-landing .input-section input:active,
.hexo-custom-landing .input-section input:focus {
	outline: none;
}

.hexo-custom-landing .phone-section .input-section input {
	padding-left: 65px;
}

.hexo-custom-landing .phone-section .input-section .plus98 {
	position: absolute;
	left: 0px;
	background-color: rgba(181, 181, 181, 1);
	color: rgba(123, 123, 123, 1);
	height: 60px;
	width: 55px;
	border-radius: 17px 0px 0px 17px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hexo-custom-landing .otp-section .input-section {
	background: rgba(230, 230, 230, 1);
}

.hexo-custom-landing .otp-section .input-section .inputs {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.hexo-custom-landing .otp-section .input-section .inputs .input {
    width: 52px;
    border: none;
    border-bottom: 6px solid white;
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
    height: 45px;
    background: rgba(230, 230, 230, 1);
    font-size: 22px;
    padding: 0;
    border-radius: 0px;
}

.hexo-custom-landing .otp-section .input-section .inputs .input:focus {
    border-bottom: 6px solid #F1AE2B;
    outline: none;
}

.hexo-custom-landing .otp-section .input-section .inputs .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.hexo-custom-landing:has(.city-section) .inner .head {
	padding-bottom: 10px;
}

.hexo-custom-landing #page-3 img.envelope {
	margin-left: 33px;
}

.hexo-custom-landing #page-4 img.map {
	margin-bottom: 20px;
}
.hexo-custom-landing #page-5 .title-box.big {
	margin-top: 50px;
}

.hexo-custom-landing .city-section .input-section input,
.hexo-custom-landing .city-section .input-section {
	width: 100%;
	height: 60px;
	border: none;
	font-size: 18px;
	text-align: center;
	background-color: #E6E6E6;
	font-weight: 900;
}

.hexo-custom-landing .buttons-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.hexo-custom-landing .selection-foot h4 {
	font-size: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #646464;
	font-weight: 900;
}

.hexo-custom-landing .selection-foot h4 span.skip {
	cursor: pointer;
}

.hexo-custom-landing #resend-otp,
.hexo-custom-landing #change-number {
    font-size: 10px;
    font-weight: 900;
    color: #060051;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    cursor: pointer;
	text-decoration: underline;
	color: deepskyblue;
}

.hexo-custom-landing #resend-otp {
	text-align: left;
	width: auto;
	margin: 0;
}

.hexo-custom-landing .buttons-container .button {
	width: 49%;
	margin: 0;
}

.hexo-custom-landing .success-text {
	width: 80%;
    text-align: center;
    display: block;
    color: #6E6E6E;
    font-size: 25px;
    margin: 0 auto;
}

.hexo-custom-landing .select2-container--default .select2-selection--single {
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	background-color: transparent;
}

.hexo-custom-landing .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: relative;
}

.select2-container--default .select2-results__option--selected {
  background-color: #060051;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #F1AE2B !important;
  color: #fff;
}