body {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background: url(../images/coming-soon-up.jpg)no-repeat  bottom center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.wrapper{
	padding:60px 0;
	float:left;
	width:100%;
	height:100%;
}
.logo{
	width: 256px;
	height: 102.407px;
	margin:auto;
}
.WrapComingSoonTxt {
    text-align: center;
    width: 710px;
    margin: auto;
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subheading{
	color: #FFF;
	text-align: center;
	font-family: "Mulish", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 5.04px;
	text-transform: uppercase;
	margin:0 0 25px;
}
.WrapComingSoonTxt h1 {
    margin: 0 0 25px;
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}
.WrapComingSoonTxt p {
    width: 524px;
    margin: 0 auto 38px;
}
a.EnquireNowBtn {
    width: 156px;
    height: 44px;
    line-height: 44px;
    margin: auto;
    background: #fff url(../images/btn-arrow.svg) no-repeat center right 35px;
    border-radius: 50px;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 0 32px;
    color: #262A40;
}
a.EnquireNowBtn:hover{
	background: #262A40 url(../images/white-arrow.svg) no-repeat center right 35px;
	color:#fff;
}
.floatBtn{
	position:fixed;
	right:20px;
	bottom:20px;
}
.footer {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    padding-top: 25px;
    max-width: 1320px;
    margin: auto;
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}

/* popup css start */

.PopupOverlayCs {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .8);
}
.PopupInsidecontent {
    position: absolute;
    width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-sizing: border-box;
}
.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}
.close-popup:before {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}
.close-popup:after {
	content: '';
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 20px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

/* popup css end */

.WrapPopupSec {
    border-radius: 20px;
    background: #FFF;
    display: grid;
    grid-template-columns: 350px 350px;
    overflow: hidden;
}
.wrapfrm{
	padding:50px;
	text-align:left;
}
.wrapfrm h2{
	color: #1D1D1B;
	font-family: "Mulish", sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
}
input::placeholder{
	font-family: "Mulish", sans-serif;
	color: #1D1D1B;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.7px;
}
.wrapfrm span.phone_numb{
	position:relative;    
	margin: 0 0 20px;
    display: block;
}
.wrapfrm span.phone_numb:before{
	content:''
}
.wrapfrm input, .wrapfrm input[type=tel] {
    border: none;
    border-bottom: solid 1px #1D1D1B;
    padding: 5px 0 10px;
    outline: none;
    margin: 0 0 20px;
    width: 100%;
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.wrapfrm input[type=tel] {
	padding-left:75px !important;
}
.wrapfrm input[type="submit"] {
    border: none;
    width: 200px;
    height: 44px;
    line-height: 44px;
    outline: none;
    border-radius: 30px;
    background: #262A40 url(../images/white-arrow.svg) no-repeat center right 51px;
    color: #FFF;
    text-align: left;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 20px 0 0;
    padding: 0 51px 0 51px;
}
.wrapfrm input[type="submit"]:hover {
	background: #000 url(../images/white-arrow.svg) no-repeat center right 51px;
	color:#fff;
}
.PopupThumb {
    background: url(../images/popup-img.jpg) no-repeat center;
    background-size: cover;
}


.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding-left: 0;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 0 !important;
    margin-right: 15px;
    color: #1D1D1B;
    font-family: Mulish;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.7px;
}
.iti__flag.iti__ae {
	display: none;
}
.iti__arrow {
    Width: 13px !important;
    height: 8px !important;
    border: none !important;
    background: url(../images/down-arrow.svg) no-repeat;
    background-size: contain;
    margin-left: -4px !important;
}
.iti__flag-box, .iti__country-name {
    color: #1D1D1B;
    font-size: 12px;
}

@media screen and (max-width: 480px) {
	.logo {
		width: 175px;
	}
	.logo img {
		width: 100%;
	}
	.WrapComingSoonTxt {
		width: auto;
		padding: 20px;
		height: 60vh;
	}
	.WrapComingSoonTxt h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.WrapComingSoonTxt p {
		width: 100%;
	}
	.subheading {
		font-size: 18px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	.wrapfrm {
		padding: 30px;
	}
	.PopupInsidecontent {
		width: 90%;
		margin:auto;
	}
	.PopupThumb {
		display: none;
	}
	.wrapfrm h2 {
		font-size: 24px;
	}	
	.close-popup:before,
	.close-popup:after {
		background-color: #000000;
	}
}