@media screen and (max-width: 1439px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* .Mobilepage-homeAs */

.Mobilepage-homeAs {
	background-color: var(--homeBgColor);
	width: 100%;
	height: 100%;
	margin-top: 31px;
	padding-top: 39px;
	position: relative;
}

html[data-theme='dark'] .Mobilepage-homeAs {
	padding-top: 42px;
}

html[data-theme='light'] .Mobilepage-homeAs::before {
	content: '';
	width: 100%;
	height: 43px;
	background-image: url('/images/normal_u0.svg');

	background-size: 360px 100%;
	position: absolute;
	top: -9px;
}

.Mobilepage-homeAs .had {
	margin-bottom: 26px;
}

.Mobilepage-homeAs .had h1 {
	font-size: 26px;
	font-weight: 700;
}

.Mobilepage-homeAs .had p {
	font-size: 20px;
	font-weight: 700;
}

html[data-theme='light'] .Mobilepage-homeAs .had {
	color: #f2f2f2;
}

html[data-theme='dark'] .Mobilepage-homeAs .had {
	color: #aaaaaa;
}

/* mobile-map-as */

.mobile-map-as .cards-wapper {
	display: flex;
	gap: 26px;
	margin-bottom: 27px;
}

.mobile-map-as .cards-wapper .card {
	width: 137px;
	height: 104px;
	border-radius: 6px;
	border-left: 12px solid transparent;
	padding-left: 11px;
	padding-top: 11px;
}

html[data-theme='light'] .mobile-map-as .cards-wapper .card {
	border-color: #1a61b6;
	background-color: #f2f2f2;
}

html[data-theme='dark'] .mobile-map-as .cards-wapper .card {
	background-color: #aaaaaa;
	border-color: #555555;
}

.mobile-map-as .cards-wapper .card h3 {
	font-size: calc(18px + 0px);
	font-weight: 700;
	margin-bottom: 10px;
}

html[data-theme='light'] .mobile-map-as .cards-wapper .card h3 {
	color: #7f7f7f;
}

html[data-theme='dark'] .mobile-map-as .cards-wapper .card h3 {
	color: #333333;
}

.mobile-map-as .cards-wapper .card p {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: calc(18px + 2px) !important;
	font-weight: 300;
}

html[data-theme='light'] .mobile-map-as .cards-wapper .card p {
	color: #013773;
}

html[data-theme='dark'] .mobile-map-as .cards-wapper .card p {
	color: #333333;
}

.mobile-map-as .ports-now-wapper {
	display: flex;
	gap: 19px;
	margin-bottom: 17px;
}

.mobile-map-as .ports-now-wapper .port-sec p {
	font-size: calc(18px + 0px);
	font-weight: 700;
}

html[data-theme='light'] .mobile-map-as .ports-now-wapper .port-sec p {
	color: #f2f2f2;
}

html[data-theme='dark'] .mobile-map-as .ports-now-wapper .port-sec p {
	color: #d7d7d7;
}

.mobile-map-as .ports-now-wapper .port-sec button {
	height: 29px;
	width: max-content;
	display: flex;
	align-items: center;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: 24px;
	text-decoration: underline;
}

html[data-theme='light'] .mobile-map-as .ports-now-wapper .port-sec button {
	color: #1e98d7;
}

html[data-theme='dark'] .mobile-map-as .ports-now-wapper .port-sec button {
	color: #ffffff;
}

/* mobile-mapAs-sec  */

.mobile-mapAs-sec {
	position: relative;
	/* padding-bottom: 224px; */
}

.mobile-map-as .mobile-mapAs-wapper {
	position: relative;
	/* overflow: hidden; */
	padding-bottom: 224px;
}

.mobile-map-as .mobile-mapAs-wapper .map-img-wapper {
	position: relative;
	width: 319px;
	height: 165px;
	margin: 0 auto;
}

.mobile-map-as .mobile-mapAs-wapper .map-img-wapper .left-airport_icon {
	display: block;
	position: absolute;
	top: 100px;
	left: 123px;
}

.mobile-map-as .mobile-mapAs-wapper .map-img-wapper .right_port_icon {
	display: block;
	position: absolute;
	top: 49px;
	right: 110px;
}

.mobile-map-as .mobile-mapAs-wapper .line-wapper {
	display: flex;
	justify-content: space-between;
}

.mobile-map-as .mobile-mapAs-wapper .line-wapper .left-line {
	width: calc(50% - 17px);
	position: relative;
	/* height: 3px;
		background-color: bisque; */
}

.mobile-map-as .mobile-mapAs-wapper .line-wapper .right-line {
	width: calc(50% - 30px);
	position: relative;
	/* height: 3px;
		background-color: red; */
}

.mobile-map-as .mobile-mapAs-wapper .line-wapper .left-line::after {
	content: '';
	width: 100%;
	height: 117px;
	background-image: url(/images/normal_u213.svg);
	background-repeat: no-repeat;
	background-size: 100% 117px;
	position: absolute;
	/* z-index: 2; */
	top: 116px;
	left: 0px;
}

html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .line-wapper .left-line::after {
	background-image: url(/images/normal_u616.svg);
}

.mobile-map-as .mobile-mapAs-wapper .line-wapper .right-line::after {
	content: '';
	width: 100%;
	height: 235px;
	background-image: url(/images/normal_u215.svg);
	background-repeat: no-repeat;
	background-size: 100% 235px;
	position: absolute;
	top: 66px;
	right: 0px;
	/* z-index: 2; */
}

html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .line-wapper .right-line::after {
	background-image: url(/images/normal_u617.svg);
}

.mobile-map-as .mobile-mapAs-wapper .left-plan-img {
	width: 35px;
	height: 33px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/images/normal_u554.svg');
	transform: rotate(328deg);
	position: absolute;
	top: 52%;
	left: 27%;
	z-index: 2;
}

html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .left-plan-img {
	background-image: url('/images/normal_u41.svg');
}

.mobile-map-as .mobile-mapAs-wapper .left-plan-click_here {
	width: 66px;
	height: 18px;
	font-weight: 300;
	color: #f2f2f2;
	display: block;
	font-size: 15px;
	position: absolute;
	top: 62%;
	left: 27%;
	z-index: 2;
}

.mobile-map-as .mobile-mapAs-wapper .left-plan-click_here strong {
	font-weight: 700;
	text-decoration: underline;
	color: #1e98d7;
}

.mobile-map-as .mobile-mapAs-wapper .right-ship-img {
	width: 47px;
	height: 47px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/images/normal_u104.svg);
	transform: rotate(45deg);
	position: absolute;
	top: 48%;
	right: 23%;
	z-index: 2;
}

html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .right-ship-img {
	background-image: url('/images/normal_u42.svg');
}

.mobile-map-as .mobile-mapAs-wapper .right-ship-click_here {
	width: 66px;
	height: 18px;
	font-weight: 300;
	color: #f2f2f2;
	display: block;
	font-size: 15px;
	position: absolute;
	top: 42%;
	right: 16%;
	z-index: 2;
}

.mobile-map-as .mobile-mapAs-wapper .right-ship-click_here strong {
	font-weight: 700;
	text-decoration: underline;
	color: #1e98d7;
}

html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .left-plan-click_here,
html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .right-ship-click_here {
	color: #d7d7d7;
}

html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .left-plan-click_here strong,
html[data-theme='dark'] .mobile-map-as .mobile-mapAs-wapper .right-ship-click_here strong {
	color: #aaaaaa;
}

.mobile-map-as {
	overflow-x: hidden;
}

/* mobile-goLive-sec */
.mobile-goLive-sec {
	position: relative;
	padding-bottom: 54px;
}

.mobile-goLive-sec form .label {
	margin-bottom: 23px;
}

.mobile-goLive-sec form .label p {
	font-size: calc(18px + 0px);
	font-weight: 700;
	text-align: left;
	line-height: normal;
}

html[data-theme='light'] .mobile-goLive-sec form .label p {
	color: #d7d7d7;
}

html[data-theme='light'] .mobile-goLive-sec form .label p span {
	color: #1e98d7;
}

html[data-theme='dark'] .mobile-goLive-sec form .label p {
	color: #aaaaaa;
}

html[data-theme='dark'] .mobile-goLive-sec form .label p span {
	color: #555555;
}

.mobile-goLive-sec form input {
	display: block;
	border: none;
	outline: none;
	width: 214px;
	height: 48px;
	padding: 2px 2px 2px 12px;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 25px;
}

html[data-theme='light'] .mobile-goLive-sec form input {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
}

html[data-theme='light'] .mobile-goLive-sec form input::placeholder {
	color: #999999;
}

html[data-theme='dark'] .mobile-goLive-sec form input {
	border: 1px solid #aaaaaa;
	background-color: #d7d7d7;
	color: #333333;
}

html[data-theme='dark'] .mobile-goLive-sec form input::placeholder {
	color: #999999;
}

.mobile-goLive-sec form .getNotified-btn {
	width: 137px;
	height: 48px;
	padding: 3px 16px 2px 16px;
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.35);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .mobile-goLive-sec form .getNotified-btn {
	color: #ffffff;
	border: 1px solid #1e98d7;
	background-color: #1e98d7;
}

html[data-theme='light'] .mobile-goLive-sec form .getNotified-btn:active {
	background-color: rgba(0, 88, 178, 1);
	border-color: rgba(0, 88, 178, 1);
}

html[data-theme='dark'] .mobile-goLive-sec form .getNotified-btn {
	border: 1px solid #7f7f7f;
	background-color: #7f7f7f;
	color: #ffffff;
}

html[data-theme='dark'] .mobile-goLive-sec form .getNotified-btn:active {
	background-color: rgb(85, 85, 85);
	border-color: rgb(85, 85, 85);
}

.mobile-goLive-sec .mobile-fromSucess {
	position: relative;
}

.mobile-goLive-sec .mobile-fromSucess h3 {
	font-weight: 700;
	color: #1e98d7;
	text-align: left;
	line-height: normal;
	font-size: 22px;
}

html[data-theme='dark'] .mobile-goLive-sec .mobile-fromSucess h3 {
	color: #555555;
}

.mobile-goLive-sec .mobile-fromSucess p {
	font-weight: 700;
	color: #f2f2f2;
	text-align: left;
	line-height: normal;
	font-size: 20px;
}

html[data-theme='dark'] .mobile-goLive-sec .mobile-fromSucess p {
	color: #aaaaaa;
}

.mobile-goLive-sec .mobile-fromSucess .animation_man {
	position: absolute;
	top: -50px;
	right: 0px;
	animation-name: manSwimLeftToRight;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
}

@keyframes manSwimLeftToRight {
	0% {
		right: 60%;
	}
	100% {
		right: 0%;
	}
}

.mobile-goLive-sec .mobile-fromSucess .btn-clx {
	position: absolute;
	top: 0px;
	right: 30px;
}

/* mobile_about-us  */

.mobile_about-us {
	position: relative;
	z-index: 3;
	margin-bottom: 66px;
}

html[data-theme='light'] .mobile_about-us {
	margin-top: -115px;
}

html[data-theme='dark'] .mobile_about-us {
	margin-top: 63px;
}

.mobile_about-us .head {
	margin-bottom: 62px;
}

.mobile_about-us .head h1 {
	font-weight: 900;
	text-align: left;
	line-height: normal;
	font-size: 32px;
	margin-bottom: 3px;
}

html[data-theme='light'] .mobile_about-us .head h1 {
	color: #ffffff;
}

html[data-theme='dark'] .mobile_about-us .head h1 {
	color: #aaaaaa;
}

.mobile_about-us .our-team-section {
	padding-top: 27px;
	padding-bottom: 25px;
	margin-bottom: 28px;
	position: relative;
	z-index: 2;
}

html[data-theme='light'] .mobile_about-us .our-team-section {
	background-color: #f2f2f2;
}

html[data-theme='dark'] .mobile_about-us .our-team-section {
	background-color: #555555;
}

.mobile_about-us .our-team-section h2 {
	text-align: left;
	line-height: normal;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 23px;
}

html[data-theme='light'] .mobile_about-us .our-team-section h2 {
	color: #013773;
}

html[data-theme='dark'] .mobile_about-us .our-team-section h2 {
	color: #d7d7d7;
}

.mobile_about-us .false-cogn-sec {
	margin-bottom: 120px;
}

.mobile_about-us .false-cogn-sec .grid-wapper {
	display: grid;
	grid-template-columns: 1fr;
	gap: 21px;
	padding-left: 23px;
	position: relative;
}

.mobile_about-us .false-cogn-sec .grid-wapper::before {
	content: '';
	width: 10px;
	height: 173px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

html[data-theme='light'] .mobile_about-us .false-cogn-sec .grid-wapper::before {
	background-color: #0058b2;
}

html[data-theme='dark'] .mobile_about-us .false-cogn-sec .grid-wapper::before {
	background-color: #555555;
}
.mobile_about-us .false-cogn-sec .grid-wapper p {
	font-size: calc(18px + 2px);
	text-align: left;
	font-weight: 300;
}

.mobile_about-us .false-cogn-sec .grid-wapper p span {
	text-decoration: underline;
	font-weight: 700;
}

html[data-theme='light'] .mobile_about-us .false-cogn-sec .grid-wapper p {
	color: #013773;
}

html[data-theme='light'] .mobile_about-us .false-cogn-sec .grid-wapper p span {
	color: rgb(0, 88, 178);
}

html[data-theme='dark'] .mobile_about-us .false-cogn-sec .grid-wapper p {
	color: #aaaaaa;
}

html[data-theme='dark'] .mobile_about-us .false-cogn-sec .grid-wapper p span {
	color: #aaaaaa;
}

.mobile_about-us .brand-worked-on {
	margin-bottom: 33px;
}

.mobile_about-us .brand-worked-on h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 14px;
}

html[data-theme='light'] .mobile_about-us .brand-worked-on h3 {
	color: #013773;
}

html[data-theme='dark'] .mobile_about-us .brand-worked-on h3 {
	color: #555555;
}

.mobile_about-us .brand-worked-on .logo-wapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	row-gap: 12px;
}

.mobile_about-us .interesting-places {
	margin-bottom: 29px;
	padding-top: 16px;
	padding-bottom: 18px;
}

html[data-theme='light'] .mobile_about-us .interesting-places {
	background-color: #0058b2;
}

html[data-theme='dark'] .mobile_about-us .interesting-places {
	background-color: #555555;
}

.mobile_about-us .interesting-places h4 {
	font-size: 20px;
	font-weight: 900;

	text-align: left;
}

.mobile_about-us .interesting-places p {
	font-size: calc(18px + 2px);
	font-weight: 300;

	text-align: left;
}

html[data-theme='light'] .mobile_about-us .interesting-places h4,
html[data-theme='light'] .mobile_about-us .interesting-places p {
	color: #f2f2f2;
}

html[data-theme='dark'] .mobile_about-us .interesting-places h4,
html[data-theme='dark'] .mobile_about-us .interesting-places p {
	color: #d7d7d7;
}

.mobile_about-us .logs-wapper {
	margin-bottom: 31px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 14px;
	row-gap: 12px;
}

.mobile_about-us .logs-reqsted {
	margin-bottom: 67px;
}

.mobile_about-us .logs-reqsted p {
	position: relative;
	text-align: left;
	font-size: 14px;
	border-left: 5px solid transparent;
	padding-left: 8px;
}

html[data-theme='light'] .mobile_about-us .logs-reqsted p {
	color: #013773;
	border-color: #0058b2;
}

html[data-theme='dark'] .mobile_about-us .logs-reqsted p {
	color: #aaaaaa;
	border-color: #aaaaaa;
}

.mobile_about-us .btn-close {
	width: 80px;
	height: 40px;
	font-size: 16px;
}

/* mobile_page_objective  */

.mobile_page_objective {
	position: relative;
	z-index: 3;
	margin-bottom: 66px;
}

html[data-theme='light'] .mobile_page_objective {
	margin-top: -115px;
}

html[data-theme='dark'] .mobile_page_objective {
	margin-top: 63px;
}

.mobile_page_objective .head {
	margin-bottom: 85px;
}

.mobile_page_objective .head h1 {
	font-weight: 900;
	text-align: left;
	line-height: normal;
	font-size: 32px;
	margin-bottom: 3px;
}

html[data-theme='light'] .mobile_page_objective .head h1 {
	color: #ffffff;
}

html[data-theme='dark'] .mobile_page_objective .head h1 {
	color: #aaaaaa;
}

.mobile_page_objective .tiles-wapper {
	margin-bottom: 48px;
}

.mobile_page_objective .tiles-wap {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.mobile_page_objective .tiles-wapper .tile-light {
	display: flex;
	align-items: center;
	height: 32px;
	padding: 0 9px;
	text-align: left;
	line-height: normal;
	font-size: calc(18px + 2px);
	gap: 5px;
}

html[data-theme='light'] .mobile_page_objective .tiles-wapper .tile-light {
	color: #ffffff;
	background-color: #7a99cf;
}

html[data-theme='light'] .mobile_page_objective .tiles-wapper .tile-light.lite-text-blue span {
	color: #013773;
}

html[data-theme='light'] .mobile_page_objective .tiles-wapper .tile-light.tile-gray {
	background-color: #aaaaaa;
	color: #013773;
}

html[data-theme='light'] .mobile_page_objective .tiles-wapper .tile-light.tile-dark {
	background-color: #013773;
	color: #ffffff;
}

html[data-theme='dark'] .mobile_page_objective .tiles-wapper .tile-light {
	color: #333333;
	background-color: #aaaaaa;
}

html[data-theme='dark'] .mobile_page_objective .tiles-wapper .tile-light.lite-text-blue span {
	color: #333333;
	background-color: #aaaaaa;
}

html[data-theme='dark'] .mobile_page_objective .tiles-wapper .tile-light.tile-gray {
	color: #d7d7d7;
	background-color: #333333;
}

html[data-theme='dark'] .mobile_page_objective .tiles-wapper .tile-light.tile-dark {
	color: #d7d7d7;
	background-color: #555555;
}

.mobile_page_objective .local-exp {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 19px;
}

html[data-theme='light'] .mobile_page_objective .local-exp {
	background-color: #013773;
}

html[data-theme='dark'] .mobile_page_objective .local-exp {
	background-color: #555555;
}

.mobile_page_objective .local-exp h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 22px;
	text-align: left;
	line-height: normal;
}

html[data-theme='light'] .mobile_page_objective .local-exp h2 {
	color: #f2f2f2;
}

html[data-theme='dark'] .mobile_page_objective .local-exp h2 {
	color: #aaaaaa;
}

.mobile_page_objective .local-exp p {
	font-size: 20px;
	position: relative;
	padding-left: 18px;
	border-left: 10px solid transparent;
}

html[data-theme='light'] .mobile_page_objective .local-exp p {
	color: #f2f2f2;
	border-color: #1e98d7;
}

html[data-theme='dark'] .mobile_page_objective .local-exp p {
	color: #d7d7d7;
	border-color: #333333;
}

.mobile_page_objective .charts-sec {
	padding: 13px 0px;
	margin-bottom: 39px;
}

html[data-theme='light'] .mobile_page_objective .charts-sec {
	background-color: #f2f2f2;
}

html[data-theme='dark'] .mobile_page_objective .charts-sec {
	background-color: #7f7f7f;
}

.mobile_page_objective .brand-grid-waperr {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 39px;
	margin-bottom: 69px;
}

.mobile_page_objective .brand-grid-waperr .brnd-sec {
	max-width: 280px;
	position: relative;
}

.mobile_page_objective .brand-grid-waperr .brnd-sec .had {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	margin-bottom: 5px;
}

.mobile_page_objective .brand-grid-waperr .brnd-sec .had h3 {
	font-size: 24px;
	font-weight: 700;
}

html[data-theme='light'] .mobile_page_objective .brand-grid-waperr .brnd-sec .had h3 {
	color: #013773;
}

html[data-theme='dark'] .mobile_page_objective .brand-grid-waperr .brnd-sec .had h3 {
	color: #7f7f7f;
}

.mobile_page_objective .brand-grid-waperr .brnd-sec p {
	font-size: calc(18px + 2px);
	font-weight: 300;
	text-align: center;
}

html[data-theme='dark'] .mobile_page_objective .brand-grid-waperr .brnd-sec p {
	color: #013773;
}

html[data-theme='dark'] .mobile_page_objective .brand-grid-waperr .brnd-sec p {
	color: #aaaaaa;
}

.mobile_page_objective .big_idea {
	width: 271px;
	height: 99px;
	display: flex;
	align-items: center;
	margin-bottom: 39px;
}

html[data-theme='light'] .mobile_page_objective .big_idea {
	background-color: #0058b2;
	color: #f2f2f2;
}

html[data-theme='dark'] .mobile_page_objective .big_idea {
	background-color: #555555;
	color: #aaaaaa;
}

.mobile_page_objective .big_idea h4 {
	font-size: 30px;
	font-weight: 900;
}

.mobile_page_objective .big_idea p {
	font-size: 24px;
}

.mobile_page_objective .doors-sec {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.mobile_page_objective .doors-sec h5 {
	margin-top: 39px;
	font-size: 30px;
	font-weight: 900;
}

html[data-theme='light'] .mobile_page_objective .doors-sec h5 {
	color: #013773;
}

.mobile_page_objective .doors-sec p {
	margin-bottom: 8px;
	font-size: 26px;
	font-weight: 300;
}

html[data-theme='light'] .mobile_page_objective .doors-sec p {
	color: #013773;
}

html[data-theme='dark'] .mobile_page_objective .doors-sec h5,
html[data-theme='dark'] .mobile_page_objective .doors-sec p {
	color: #aaaaaa;
}

.mobile_page_objective .btn-close {
	width: 80px;
	height: 40px;
	font-size: 16px;
}

/* mobile-page--contact */

.mobile-page--contact {
	position: relative;
	z-index: 3;
	margin-bottom: 66px;
}

html[data-theme='light'] .mobile-page--contact {
	margin-top: -105px;
}

html[data-theme='dark'] .mobile-page--contact {
	margin-top: 100px;
}

.mobile-page--contact .head {
	margin-bottom: 45px;
}

.mobile-page--contact .head h1 {
	margin-bottom: 3px;
	font-weight: 900;
	text-align: left;
	line-height: normal;
	font-size: 32px;
	margin-top: 9px;
}

html[data-theme='light'] .mobile-page--contact .head h1 {
	color: #013773;
}

html[data-theme='dark'] .mobile-page--contact .head h1 {
	color: #555555;
}

.mobile-page--contact .head p {
	font-weight: 300;
	text-align: left;
	line-height: normal;
	font-size: calc(18px + 2px);
}

html[data-theme='light'] .mobile-page--contact .head p {
	color: #013773;
}

html[data-theme='dark'] .mobile-page--contact .head p {
	color: #aaaaaa;
}

.mobile-page--contact form {
	padding-bottom: 67px;
	width: 297px;
}

.mobile-page--contact form .input-wapper {
	position: relative;
}

.mobile-page--contact form .input-wapper .input-icon {
	position: absolute;
	display: inline-block;
	top: 10px;
	left: 14px;
}

.mobile-page--contact form .input-wapper input {
	display: inline-block;
	border: none;
	outline: none;
	width: 296px;
	height: 40px;
	padding: 2px 2px 2px 50px;
	border-radius: 5px;
	font-size: 16px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}

html[data-theme='light'] .mobile-page--contact form .input-wapper input {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='light'] .mobile-page--contact form .input-wapper input::placeholder {
	color: #999999;
}

html[data-theme='light'] .mobile-page--contact form .input-wapper input:hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='light'] .mobile-page--contact form .input-wapper input:focus {
	border-color: #1e98d7;
}

html[data-theme='dark'] .mobile-page--contact form .input-wapper input {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #333333;
}

html[data-theme='dark'] .mobile-page--contact form .input-wapper input::placeholder {
	color: #555555;
}

html[data-theme='dark'] .mobile-page--contact form .input-wapper input:hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='dark'] .mobile-page--contact form .input-wapper input:focus {
	border-color: #1e98d7;
}

.mobile-page--contact form .textarea-wapper label {
	display: block;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	font-size: calc(18px + 2px);
	margin-bottom: 10px;
}

html[data-theme='light'] .mobile-page--contact form .textarea-wapper label {
	color: #013773;
}

html[data-theme='dark'] .mobile-page--contact form .textarea-wapper label {
	color: #555555;
}

.mobile-page--contact form .textarea-wapper textarea {
	width: 297px;
	height: 272px;
	display: block;
	outline: none;
	border: none;
	min-height: 272px;
	padding: 10px 16px 16px 16px;
	border-radius: 5px;
	font-size: 16px;
	border: 1px solid transparent;
	font-family: 'Roboto', sans-serif;
}

html[data-theme='light'] .mobile-page--contact form .textarea-wapper textarea {
	border-color: #d7d7d7;
	background-color: #ffffff;
	color: #333333;
}

html[data-theme='dark'] .mobile-page--contact form .textarea-wapper textarea {
	border: 1px solid #aaaaaa;
	background-color: #aaaaaa;
	color: #333333;
}

html[data-theme='light'] .mobile-page--contact form .textarea-wapper textarea::placeholder {
	color: #999999;
}

html[data-theme='light'] .mobile-page--contact form .textarea-wapper textarea::hover {
	border-color: rgba(0, 0, 0, 0.4980392156862745);
}

html[data-theme='light'] .mobile-page--contact form .textarea-wapper textarea:focus {
	border-color: #1e98d7;
}

.mobile-page--contact form .btn-sumbit-wapper {
	margin-top: 47px;
	padding-top: 47px;
	border-top: 1px solid transparent;
}

html[data-theme='light'] .mobile-page--contact form .btn-sumbit-wapper {
	border-color: #d7d7d7;
}

html[data-theme='dark'] .mobile-page--contact form .btn-sumbit-wapper {
	border-color: #aaaaaa;
}

.mobile-page--contact form .btn-sumbit-wapper button[type='submit'] {
	display: inline-block;
	width: 175px;
	height: 50px;
	padding: 4px 20px 4px 20px;
	border-radius: 5px;
	font-size: calc(18px + 2px);
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .mobile-page--contact form .btn-sumbit-wapper button[type='submit'] {
	border: 1px solid #0058b2;
	background-color: #0058b2;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
	color: #ffffff;
}

html[data-theme='light'] .mobile-page--contact form .btn-sumbit-wapper button[type='submit']:hover {
	background-color: rgba(1, 55, 115, 1);
	border-color: rgba(1, 55, 115, 1);
}

html[data-theme='dark'] .mobile-page--contact form .btn-sumbit-wapper button[type='submit'] {
	border: 1px solid #555555;
	background-color: #555555;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
	color: #aaaaaa;
}

html[data-theme='dark'] .mobile-page--contact form .btn-sumbit-wapper button[type='submit']:hover {
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
	color: rgb(215, 215, 215);
}

.mobile-page--contact form .capcha-wapper {
	/* height: 76px; */
	margin-top: 49px;
}

/* mobile-page--thanks */

.mobile-page--thanks {
	margin-bottom: 67px;
}

html[data-theme='light'] .mobile-page--thanks .msg {
	color: #013773;
}

html[data-theme='dark'] .mobile-page--thanks .msg {
	color: #555555;
}

.mobile-page--thanks .msg h1 {
	font-size: 32px;
	font-weight: 900;
	text-align: left;
	line-height: normal;
	margin-top: 9px;
}

.mobile-page--thanks .msg h2 {
	font-size: 22px;
	font-weight: 900;
	text-align: left;
	line-height: normal;
}

.mobile-page--thanks .msg p {
	font-size: calc(18px + 2px);
	font-weight: 300;
	text-align: left;
	line-height: normal;
	margin-top: 18px;
}

.mobile-page--thanks .thanks-wapper .btn-done {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 109px;
	height: 50px;
	border-radius: 5px;
	font-size: calc(18px + 2px);
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

html[data-theme='light'] .mobile-page--thanks .thanks-wapper .btn-done {
	border: 1px solid #0058b2;
	background-color: #0058b2;
	color: #ffffff;
}

html[data-theme='light'] .mobile-page--thanks .thanks-wapper .btn-done:active {
	background-color: rgba(1, 55, 115, 1);
	border-color: rgba(1, 55, 115, 1);
	color: #ffffff;
}

html[data-theme='dark'] .mobile-page--thanks .thanks-wapper .btn-done {
	border: 1px solid #555555;
	background-color: #555555;
	color: #aaaaaa;
}

html[data-theme='dark'] .mobile-page--thanks .thanks-wapper .btn-done:active {
	background-color: rgb(65, 65, 65);
	border-color: rgb(65, 65, 65);
	color: #ffffff;
}
