@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "freestyle_scriptregular";
  src: url("fonts/freescpt-webfont.woff2") format("woff2"),
    url("fonts/freescpt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "awesome_season_personal_useRg";
  src: url("fonts/awesome_season_personal_use-webfont.woff2") format("woff2"),
    url("fonts/awesome_season_personal_use-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

p:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  line-height: 1;
  display: inline-block;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  outline: none !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #db2427 !important;
  border-color: #db2427 !important;
}

.btn-danger:hover {
  color: #db2427 !important;
  background-color: #fff !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #044869 !important;
  border-color: #044869 !important;
  box-shadow: 0px 6px 15px rgba(0, 114, 188, 0.5) !important;
}

.btn-primary:hover {
  color: #044869 !important;
  background-color: #fff !important;
}

.btn-success {
  color: #fff !important;
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
}

.btn-success:hover {
  color: #4caf50 !important;
  background-color: #fff !important;
}

.btn-light {
  color: #044869 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-light:hover {
  color: #fff !important;
  background-color: transparent !important;
}

.secHead {
  margin-bottom: 30px;
}
.secHead .secTitle {
  font-size: 34px;
  font-weight: 500;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
  color: #000;
}

.commonSec {
  display: block;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.packagesSec.commonSec {
  overflow: hidden;
  padding-bottom: 200px;
}

/* hero */

.hero {
  position: relative;
}

.hero {
  background-image: url(../img/new-resident-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 63px;
}


.hero .logo {
  padding-top: 35px;
  padding-bottom: 20px;
}

.hero .logo img {
  max-width: 190px;
}

.hero .hero-text .secHead .secTitle {
  font-size: 43px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
}

.hero .hero-text ul {
  margin: 0;
  padding-top: 35px;
}

.hero .hero-text ul li {
  position: relative;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  padding-left: 28px;
  padding-bottom: 12px;
  font-weight: 600;
}

.hero .hero-text ul li::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  background-image: url(../img/svg/checked-white.svg);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero .contactFormW {
  padding: 30px 35px 40px 35px;
}

/* packagesSec */

.packagesSec.commonSec.pakagesSecLP {
  padding-top: 70px;
}

.packagesSec.commonSec.pakagesSecLP span.span-secHeadLP {
  font-weight: 400;
}

.packagesSec .packagesTextBottom {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 273px;
  font-weight: 900;
  z-index: -1;
  line-height: 0.67;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f4f4f4;
  color: transparent;
}

.packagesSec .packagesBoxes {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.packagesSec .secHead .secTitle {
  font-size: 34px;
  line-height: 1.2;
}

.packagesSec .secHead span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  padding-top: 15px;
}

.packagesSec .packagesBox {
  position: relative;
  border: 2px solid #8d98a0;
  border-radius: 10px;
  padding: 55px 60px 65px 35px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}

.packagesSec .packagesBox:hover {
  box-shadow: 0 0 15px rgba(0, 114, 188, 0.5);
}

.packagesSec .packagesBox p {
  font-size: 16px;
  font-weight: 400;
  min-height: 135px;
}

.packagesSec .packagesBox .btn {
  width: 100%;
  text-align: center;
}

.packagesSec .packagesBox .btn,
.packagesDetailCard .btn {
  margin-top: 20px;
}

.packagesSec .packagesBox .cmsCon ul:last-child,
.packagesDetailCard .cmsCon ul:last-child {
  margin-bottom: 0;
}

.packagesSec .packagesBox .packagesBoxTitle {
  font-size: 25px;
  font-weight: 600;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}

.packagesSec .packagesBox .packagesBoxTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 4px;
  display: block;
  background-color: #db2427;
}

.packagesSec .packagesBox .packagesBoxPriceUnit {
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.packagesSec .packagesBox .packagesBoxPrice {
  font-size: 60px;
  font-weight: 900;
  color: #044869;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
}

.packagesSec .packagesBox.isGlow {
  background-image: url(../img/package-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}

.packagesSec .packagesBox.isGlow .packagesBoxTitle::after {
  background-color: #fff;
}

.packagesSec .packagesBox.isGlow .packagesBoxTitle,
.packagesSec .packagesBox.isGlow .packagesBoxPriceUnit,
.packagesSec .packagesBox.isGlow .packagesBoxPrice,
.packagesSec .packagesBox.isGlow p {
  color: #fff;
}

.packagesSec .packagesBox .toggleBtn {
  display: none;
}

/* businessSetupSec commonSec businessSetupSecLP */
.businessSetupSecLP {
  padding-top: 65px;
  padding-bottom: 70px;
}

.nav.navLP {
  padding-bottom: 48px;
}

.pakagesSecLP span.span-secHeadLP {
  font-size: 18px;
  line-height: 1.2;
}

.businessSetupSec {
  background-color: #044869;
}

.businessSetupSec .secHead .secTitle {
  color: #fff;
}

.businessSetupSec .cmsCon {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.businessSetupSec .cmsCon a {
  text-decoration: underline;
}

.businessSetupSec .cmsCon span,
.businessSetupSec .cmsCon a {
  font-weight: 500;
}

.businessSetupSec .businessSetupBox {
  height: calc(100% - 30px);
  background-color: #fff;
  margin-bottom: 30px;
  padding: 46px 30px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}

.businessSetupSec .businessSetupBox a {
  display: block;
}

.businessSetupSec .businessSetupBox:hover {
  background-color: #db2427;
  color: #fff;
}

.businessSetupSec .businessSetupBox:hover .businessSetupBoxImg img {
  filter: brightness(0) invert(1);
}

.businessSetupSec .businessSetupBox .businessSetupBoxImg img {
  height: 69px;
  margin-bottom: 35px;
  transition: all 0.4s ease-in-out;
}

.businessSetupSec .businessSetupBox .businessSetupBoxTitle {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  min-height: 52px;
  line-height: 1.2;
}

.nav-pills .nav-link {
  color: #fff;
  margin: 0 10px;
  transition: 0.3s;
  border: 1px solid transparent;
  padding: 8px 35px;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out,
    border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.nav-pills .nav-link:hover {
  border: 1px solid #fff;
  background-color: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #044869;
  border: 1px solid #fff;
}

.easyStepsSec {
  background-color: #db2427;
}

.easyStepsSec .secHead .secTitle {
  color: #fff;
}

.easyStepsSec .easyStep {
  color: #fff;
  position: relative;
}

.easyStepsSec .easyStep .easyStepFooter {
  display: flex;
  align-items: center;
}

.easyStepsSec .easyStep .easyStepFooter .easyStepFooterCon {
  flex: 1;
}

.easyStepsSec .easyStep .easyStepFooter .easyStepRightIcon {
  margin: 0 20px;
  height: 40px;
  flex: 0 0 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.easyStepsSec .easyStep .easyStepFooter .easyStepRightIcon i {
  color: #fff;
  font-size: 15px;
}

.easyStepsSec .easyStep .easyStepImg {
  height: 80px;
  flex: 0 0 80px;
  max-width: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.easyStepsSec .easyStep .easyStepImg img {
  height: 36px;
}

.easyStepsSec .easyStep .easyStepTitle {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
}

.easyStepsWrap .col-sm-6:nth-child(4) .easyStepRightIcon {
  display: none;
}

.whyChooseSec {
  background-image: linear-gradient(90deg, #f8f8f8 50%, #fff 50%);
}

.whyChooseSec .whyChooseCon {
  max-width: 495px;
}

.whyChooseSec .whyChooseCon .secHead {
  margin-bottom: 30px;
}

.whyChooseSec .whyChooseCon .cmsCon {
  margin-bottom: 60px;
}

.whyChooseSec .whyChooseImg {
  position: relative;
  display: inline-block;
}

.whyChooseSec .whyChooseImg img {
  margin-left: auto;
  margin-right: auto;
}

.whyChooseSec .whyChooseImg .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 148px;
  transform: translate(100px, 100px);
}

.why-choose .secHead .secTitle {
  text-align: center;
}

.why-choose p {
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}

/* dubai-mainland */
.dubai-mainland {
  background-color: #db2427;
  padding: 70px 0;
}

.dubai-mainland .secHead {
  margin-bottom: 20px;
}

.dubai-mainland .secHead .secTitle {
  text-transform: uppercase;
  color: #fff;
}

.dubai-mainland .secHead b {
  font-size: 34px;
  display: block;
}

.dubai-mainland p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  max-width: 690px;
}

.dubai-mainland .get-a-free a {
  text-decoration: none;
  background-color: #044869;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}

/* clientSaySec  clientSayLP commonSec */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  background: transparent;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: absolute;
  top: -50px;
  margin-top: -20px;
  /*z-index: 99;*/
  font-size: 0;
  border: none;
  outline-color: transparent;
  bottom: inherit;
}

.slick-slider .slick-prev {
  left: inherit;
  right: 60px;
}

.slick-slider .slick-next {
  right: 10px;
  left: inherit;
}

.slick-slider .slick-prev:after {
  content: "";
  border-right: 1px solid #e5e5e5;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 12px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  width: 31px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(0);
  font-family: "mmf" !important;
  color: #044869;
  font-size: 28px;
  line-height: 16px;
  border: 0;
  transition: all 0.4s ease-in-out;
}

.slick-slider .slick-prev:before {
  content: "\e917";
}

.slick-slider .slick-next:before {
  content: "\e900";
}

.slick-slider .slick-disabled::before,
.slick-slider .slick-disabled::before {
  color: #e5e5e5;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.slick-slider .slick-dots li button {
  border: none;
  outline: none;
  background-color: #e5f1f8;
  font-size: 0;
  height: 6px;
  width: 25px;
  transition: all 0.4s ease-in-out;
}

.slick-slider .slick-dots li.slick-active button {
  width: 40px;
  background-color: #044869;
}

.clientSaySec .secHead {
  margin-bottom: 40px;
}

.clientSaySec .clientSaySlider {
  outline: none;
}

.clientSaySec .clientSaySlider .clientSaySlide {
  margin: 0 15px;
  background-color: #e9f7fe;
  border-radius: 10px;
  padding: 44px 35px;
}

.clientSaySec .clientSaySlider .clientSaySlide > i {
  font-size: 35px;
  color: #ddeaf1;
}

.clientSaySec .clientSaySlider .clientSaySlide p {
  margin-top: 15px;
  margin-bottom: 20px;
  min-height: 220px;
}

.clientSaySec .clientSaySlider .clientSaySlide .clientSayUserName {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 5px;
}

.clientSaySec .clientSaySlider .clientSaySlide .clientSayRating i {
  font-size: 14px;
  color: #f1c40f;
}

.footerInr {
  background-color: #044869;
  color: #fff;
  padding: 60px 0;
}

.footerWrap .footerTitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  display: block;
}

.footerWrap .footerCopyright {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footerWrap .footerCopyright span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footerWrap .footerCopyright span img {
  display: inline-block;
  width: 55px;
  margin-left: 5px;
}

.modal-content {
  border: none;
  border-radius: 8px;
}

.modal-header {
  background-color: #044869;
  background-image: url(../img/package-bg.jpg);
  color: #fff;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-title {
  font-size: 27px;
  font-weight: 700;
}

.modal-header .btn-close {
  background-image: none;
  opacity: 1;
  color: #fff;
  font-size: 20px;
  height: 27px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-select,
.form-control {
  border: 1px solid #e2e2e2;
  padding: 10px 18px;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  color: #000;
  resize: none;
}

.form-control:focus,
.form-select:focus {
  border-color: #e2e2e2;
  box-shadow: 0 6px 15px rgb(202 201 201 / 31%);
}

.form-select {
  padding-right: 38px;
}

.modal-form {
  padding: 20px;
}

.cmsCon h1 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cmsCon h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cmsCon h3,
.cmsCon .secTitle {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cmsCon h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cmsCon h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cmsCon ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.cmsCon ul li {
  display: block;
  background-image: url(../img/svg/checked.svg);
  background-size: 12px;
  background-position: left 6px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin-bottom: 15px;
}

.cmsCon ul.three,
.cmsCon ul.four,
.cmsCon ul.twocolList {
  display: flex;
  flex-wrap: wrap;
}

.cmsCon ul.four li {
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
}

.cmsCon ul.twocolList li {
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
}

.cmsCon ul.three li {
  display: inline-block;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.cmsCon ol li {
  margin-bottom: 20px;
}

.cmsCon .imgBox {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin: 0 15px 0 0;
}

.cmsCon .imgBox img {
  display: block;
  margin-bottom: 15px;
}

.cmsCon .imgBox h6 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #222;
}

hr {
  margin: 30px 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-top-color: #e5e5e5;
  opacity: 0.1;
}

.cmsCon .alignleft {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 30px 30px 0;
}

.cmsCon .alignright {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 30px 30px;
}

.cmsCon .aligncenter {
  width: auto;
  max-width: 100%;
  margin: 68px auto 66px;
  text-align: center;
}

/* packagesDetailSec */

.packagesDetailSec .secHead .secTitle {
  font-size: 40px;
}

.packagesDetailSec.commonSec {
  padding-bottom: 200px;
}

.packagesDetailCard {
  padding: 50px 25px;
  text-align: center;
  border: 2px solid #044869;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
  position: relative;
}

.packagesDetailCard .toggleBtn {
  display: none;
}

.packagesDetailZone {
  display: block;
  font-size: 15px;
  color: #044869;
  border-radius: 3px;
  padding: 12px;
  width: 75%;
  border: 1px solid #044869;
  margin-bottom: 30px;
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
}

.packagesDetailZoneText {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 25px;
}

.packagesDetailPrice {
  display: block;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.packagesBox .cmsCon li,
.packagesDetailCard .cmsCon li {
  text-align: left;
  border-bottom: 1px solid #b2d4eb;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-position: left 21px;
}

.packagesBox .cmsCon li:last-child,
.packagesDetailCard .cmsCon li:last-child {
  border-bottom: 0;
}

.packagesDetailCard .btn {
  width: 85%;
}

.packagesDetailInner {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.packagesDetailInner:before {
  content: "";
  position: absolute;
  left: 18px;
  top: -38px;
  background: url(../img/why-choose-shape.svg);
  width: 131px;
  height: 128px;
  opacity: 0.1;
}

.packagesBox.isGlow,
.packagesDetailCard.isGlow {
  background-color: #044869;
  color: #fff;
}

.packagesBox.isGlow .packagesDetailZone,
.packagesDetailCard.isGlow .packagesDetailZone {
  color: #fff;
  border-color: #fff;
}

.packagesBox.isGlow .cmsCon li,
.packagesDetailCard.isGlow .cmsCon li {
  background-image: url(../img/svg/checked-white.svg);
}

.packagesDetailText {
  font-size: 14vw;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  color: #f8f8f8;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f4f4f4;
}

.scrollTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 140px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background-color: #db2427;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.scrollTop span {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: 13px;
}

.scrollTop:after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  margin-top: 13px;
}

.form-check-input[type="checkbox"] {
  border-radius: 2px;
}

.form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.form-check-input:checked {
  background-color: #db2427;
  border-color: #db2427;
}

.form-check-input:focus {
  border-color: #db2427;
  box-shadow: none !important;
}

::placeholder {
  color: #cacaca !important;
}

.iti {
  display: block;
  width: 100%;
}

label.error {
  position: absolute;
  right: 0;
  top: 15px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 11px !important;
  line-height: 11px !important;
  background: #fb0101;
  padding: 5px 5px 4px !important;
  color: #fff !important;
}

label.error:after {
  border-color: #fb0101 transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-right: 6px solid transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: 100%;
  width: 0;
}

.iti label.error,
.contactForm label.error,
.enquireform label.error {
  top: -20px;
}

.captchaBox {
  position: relative;
  margin-bottom: 10px;
}

.captchaBox label.error {
  left: 0;
  right: inherit;
  top: -17px;
}

.foot_bottom_btn {
  display: none;
}

/* Contact Us */

.contactFormW {
  background-color: #f7f9ff;
  border-radius: 10px;
  padding: 55px 40px;
  box-shadow: 0 8px 68px 23px rgb(0 0 0 / 11%);
  position: relative;
}

.contactFormW .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 148px;
  transform: translate(-66px, 15px);
  z-index: -1;
}

.contactFormW .secHead {
  margin-bottom: 25px;
}

.contactFormW .secHead .secTitle {
  font-size: 27px;
  font-weight: 600;
}

.contactForm .form-select,
.contactForm .form-control {
  border: 1px solid #afafaf;
}

.contactForm .form-select,
.contactForm .form-control,
.contactForm .btn {
  border-radius: 6px;
}

.contactForm .form-control::placeholder {
  color: rgb(0 0 0 / 70%) !important;
}

.contactIframeW {
  margin-bottom: -7px;
}

.contactIframeW iframe {
  height: 725px;
  filter: grayscale(100%);
}

.contactForm .captchaBox {
  margin-bottom: 15px;
}

/* Contact Us */

.page-template-thankyou-template .commbannerSec {
  display: none;
}

.thanksec {
  padding: 50px 0;
}

.thanksec .thankyou {
  text-align: center;
}

.thanksec .thankyou img {
  margin: auto;
}

.thanksec .thanktitle {
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
  font-size: 88px;
  line-height: 90px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.thanksec .thankdec {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  color: #000;
  text-align: center;
}

.thanksec .btn {
  margin-top: 20px;
}

/*---404---*/
.errormain {
  margin: auto;
  text-align: center;
}

.errormain .errortext {
  font-size: 200px;
  color: rgb(4 72 105 / 80%);
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
  font-weight: 800;
  letter-spacing: 1px;
  text-shadow: 5px 5px 0 rgb(4 72 105 / 20%);
}

.errormain .errordec {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

.errormain .error-sub-text {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: #666;
  text-align: center;
  max-width: 45%;
  margin: auto;
  margin-bottom: 40px;
}

/*---404---*/

/* costCalculator */
.costCalculatorModal .modal-dialog {
  max-width: 850px;
}

.costCalculatorModal .modal-content {
  overflow: hidden;
}

.costCalculatorModal .modal-body {
  padding: 0;
}

.costCalculatorModal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: none;
  opacity: 1;
  color: #c1c1c1;
  font-size: 20px;
  z-index: 9;
}

.callBackImg {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 175%;
}

.callBackImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.calcultitle {
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: #0f1729;
  margin-bottom: 20px;
}

.calculsmalltitle {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #0f1729;
  margin-bottom: 15px;
}

.enquireform {
  padding: 0 40px 0 10px;
}

.enquireform p {
  margin-bottom: 15px;
}

.enquireform .btn ~ .btn {
  margin-left: 15px;
}

.enquireform .form-check-input {
  margin-top: 4px;
}

.enquireform .form-check {
  margin-bottom: 10px;
}

.enquireform .formbtn {
  margin-top: 30px;
}

/* costCalculator */

.mc4wp-alert p {
  font-size: 14px;
  margin-top: 18px;
}

.form-ajax-response {
  font-size: 14px;
  color: #ff0000;
  font-weight: 500;
  margin-bottom: 10px;
}

#enquiryForm .btn {
  min-width: 140px;
}

/*---cms-Con---*/

/* easy-step-content-boxes */
.easy-step-content-boxes .cmsCon {
  background-color: #f5f5f5;
  height: 100%;
  border-radius: 10px;
  padding: 20px 23px;
  margin-top: 30px;
  border: 2px solid #dcdcdc;
}

.easy-step-content-boxes .cmsCon li span {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding-top: 15px;
}

.easy-step-content-boxes .cmsCon ul {
  margin-bottom: 0;
}

.easy-step-content-boxes .cmsCon ul li {
  font-size: 17px;
  font-weight: 500;
}

.easy-sectitle-LP {
  padding-bottom: 40px;
}

/* .easy-step-content-boxes .cmsCon */
.easy-step-content-boxes .cmsCon {
  height: 80%;
}

.easy-step-content-boxes {
  margin-top: 10px;
}

/* footerWrap */

.footerWrap i.icon-place {
  font-size: 18px;
  padding-right: 10px;
}

.footerWrap .footerTitle {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.footerConL.border-left {
  padding-left: 100px;
  border-left: 1px solid #366d87;
}

.footerWrap .footer-location {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  align-items: flex-start;
}

.footerWrap .footer-location img {
  width: 26px;
  margin-right: 9px;
}

.footerWrap .footer-phone {
  display: flex;
  font-size: 30px;
  font-weight: 700;
  align-items: center;
  margin-top: -6px;
}

.footerWrap .footer-phone img {
  width: 28px;
  margin-right: 10px;
}

.footerWrap .footer-phone .footer-number {
  font-size: 30px;
  font-weight: 700;
}
.footerConL a:hover {
  color: #db2427;
}

.footerCopyrightWrap {
  background-color: #03354e;
}

.footerCopyright span img {
  width: 73px;
}

/* thankYouSec */

.thank-you-page .hero .logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.thankYouSec {
  min-height: 62vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.thankYouSec .thankYouDesc {
  width: 100%;
}

.thankYouImg {
  max-width: 70px;
  margin: auto;
}

.thankYouSec .secTitleLarge {
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 5px 0;
  font-size: 55px;
}

.thankYouSec .thankYouText {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 25px 0;
}
.formPrivacyText {
  margin-top: 15px;
  display: block;
  text-align: center;
}
.formPrivacyText svg {
  margin-right: 5px;
  fill: #000;
  width: 12px;
  vertical-align: -1px;
}
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 120px;
  padding: 0;
  font-size: 32px;
  color: #fff;
  background-color: #29a71a;
  transition: all 0.4s ease-in-out;
}
.whatsapp-btn:hover {
  color: #fff;
  background-color: #1f8f12;
}

/*Popup Design start*/

.popupMain,
.viewpopupMain {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999;
  text-align: center;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  -webkit-transition: 300ms all;
  padding: 15px;
}
.popupMain {
  z-index: 999999;
}
.popupMain:before,
.viewpopupMain:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
  height: 100%;
}
.popVisible {
  opacity: 1;
  visibility: visible;
}
.overlayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  -webkit-transition: 300ms all;
}
.popupMain .overlayer {
  background-color: rgba(122, 122, 122, 0.6);
}
.popVisible .overlayer {
  opacity: 1;
  visibility: visible;
}
.popBody {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative;
  z-index: 99;
  transition: 600ms all;
  -webkit-transition: 600ms all;
  background: #fff;
  max-width: 500px;
  width: 100%;
  height: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 7px;
  overflow: hidden;
}
.popBody:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 50px;
  background-color: #fff;
  content: "";
  z-index: -1;
}
.popVisible .popBody {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.closePopup {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.closePopup:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 77%;
  height: 2px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: 600ms all;
  -webkit-transition: 600ms all;
}
.closePopup:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 77%;
  height: 2px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 600ms all;
  -webkit-transition: 600ms all;
}
.popTGreen {
  background: #1664a8;
}
.poptitle {
  display: block;
  padding: 7px 20px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.poptitle:after {
  content: "";
  background: url(../images/search-shedo.png) no-repeat right top;
  width: 85px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.poptitle:before {
  content: "";
  background: url(../images/search-shedo.png) no-repeat left top;
  width: 85px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
/*.poptitle .dircTitle {
  display: inline-block;
  
}*/
.popDetails {
  padding: 15px;
  float: left;
  width: 100%;
}
.inputTextarea {
  height: 100px;
}
.stepsBtn.inputBox {
  text-align: right;
}
.bodyFixed {
  overflow: hidden;
}
.closePopup:hover {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.closePopup:hover:before,
.closePopup:hover:after {
  background: #ff0000;
}
.popBody .fieldCol3,
.popBody .fieldCol2 {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 20px;
}
.popBody .formfield {
  border: 1px solid #e1e1e1;
  background: transparent;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.popBody .formfield.messageBx {
  height: 100px;
  border-radius: 10px;
  padding: 10px 25px;
}
.popBody .formField.cptcha {
  width: 100%;
  padding-left: 0;
}
.popBody .cptcha {
  margin-top: 5px;
}
.popBody .captchaBox label.error {
  left: 0;
  min-width: 136px;
  top: -10px;
}
.popBody .formField.submitBtn {
  width: 100%;
  margin-top: 10px;
}
.popBody .submit-btn {
  height: 45px;
  line-height: 45px;
  max-width: 223px;
}
.popBody .formfield::-webkit-input-placeholder,
.popBody .formfield::-moz-placeholder,
.popBody .formfield::-ms-input-placeholder {
  font-size: 16px;
}
.popupMain .inputFils {
  background-color: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 15px;
  height: 45px;
}
.popupMain .captchaText {
  color: #000;
}
.popupMain .bg {
  border: 1px solid #000;
}
.popupMain .captchaBox {
  padding: 10px 0 0;
}
.popDetails .btn {
  margin-top: 10px;
  background: #1664a8;
  height: 42px;
}
.popDetails .enquiryFormUl li {
  margin: 0;
  margin: 0;
}
.popDetails .enquiryFormUl li .inputBox {
  margin: 15px 0 0;
}
.popDetails .enquiryFormUl li:first-child .inputBox {
  margin: 0;
}

.widgetModal-bg {
  background: #044869;
}

#get_pop .popBody {
  max-width: 480px;
  padding-bottom: 40px;
}

.form_logo img {
  margin: auto;
  max-width: 250px;
}
/* form bg */

.widgetModal-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 40px 4px;
  background-color: #fff;
  min-width: 98vw;
  min-height: 456px;
  border-radius: 8px;
  box-shadow: 0 4px 100px rgba(0, 0, 0, 0.1);
  animation: animation 1s linear both;
}

@media (min-width: 480px) {
  .widgetModal-inner {
    min-width: 0;
    width: 480px;
  }
}

@media (min-width: 768px) {
  .widgetModal-inner {
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.widgetModal-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 0;
  background: #000;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-image: url(../images/get_call_bg.jpg); */
}

@media (min-width: 768px) {
  .widgetModal-bg {
    clip-path: url(#widgetModal-bgCover);
    border-radius: 8px 8px 0 0;
  }
}

.widgetModal-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}

.widgetModal-bgCover {
  width: 100%;
  height: 336px;
  fill: #213a52;
}

.widgetModal-title {
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
}

.widgetModal a {
  outline: 0;
}

.widgetModal a:focus {
  border-radius: 2px;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.15),
    0 0 0 2px rgba(0, 0, 0, 0.09);
}

/* form bg */

.formMainInner {
  position: relative;
  padding: 0 30px;
}
.formMainInner h3 {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.formMainInner h4 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
}
.formMainInner h4 span {
  font-weight: 600;
}

.formTop {
  text-align: center;
}

.form_logo {
  padding-top: 24px;
  padding-bottom: 5px;
}

.form_sl {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-height: 144px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  margin: 0 auto;
}

.form_lable > span {
  font-size: 12px;
  opacity: 0.7;
}
.form_lable {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.popupMain .formMainInner .inputFils {
  background: #ffffff;
  border-color: #b4c0cb;
  height: 42px;
}

.enter_phone_sl .inputBox {
  width: 68%;
  display: inline-block;
  vertical-align: top;
}

.call_me {
  width: 28%;
  display: inline-block;
  padding-left: 3px;
}
.call_me .enqFrmBtn {
  font-size: 14px;
  text-transform: none;
  letter-spacing: inherit;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.bottom_form_text {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #ff0000;
}
.enquiryFormUl li {
  margin-bottom: 7px;
}
.inputBox .form-select,
.inputBox .form-control,
.call_me .btn {
  border-radius: 6px;
}
.inputBox .form-select,
.inputBox .form-control {
  border: 1px solid #afafaf;
}
.inputBox {
  width: 100%;
  position: relative;
}

/*Popup Design end*/

/* 05-04-2023 */
#get_pop .popBody {
  max-width: 930px;
  padding: 0;
}
.formMainInner {
  padding: 0;
}
.formOfferImg img {
  max-width: 460px;
}
.formMainInner h3 {
  color: #000;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.form_sl {
  position: relative;
  width: 100%;
  max-width: unset;
  min-height: unset;
  padding: 0 40px;
  background-color: transparent;
  box-shadow: none;
  border-radius: unset;
  margin: unset;
}
.bottom_form_text {
  font-size: 14px;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
.closePopup::before,
.closePopup::after {
  background: #000;
}
@media screen and (max-width: 992px) {
  #get_pop .popBody {
    max-width: 580px;
  }
  .formOfferImg img {
    max-width: unset;
    width: 100%;
  }
  .form_sl {
    padding: 20px 40px 20px;
  }
}
/* 05-04-2023 */

/* new-resident-landing-page */
.container {
  max-width: 1336px;
}

header{
  position: relative;
}

.header{
  padding: 20px 0;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  float: left;
}

.new-resident-sec{
  position: relative;
}

.new-resident-banner{
  position: relative;
}

.new-resident-banner-box{
  position: relative;
    min-height: 830px;
}


.banner-img{
  position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
    object-position: center top;
}

.banner-img img{
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: top;
}

.new-resident-sec .hero-text{
  max-width: 55%;
  top: 330px;
}

.new-resident-sec .contactFormW{
  position: absolute;
    bottom: 50px;
    right: 0;
    max-width: 526px;
    padding: 35px 25px;
    
}

.new-resident-sec .logo {
  padding-top: 35px;
  padding-bottom: 25px;
}

.new-resident-sec .hero-text .secHead .secTitle {
  font-size: 58px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  text-transform: capitalize;
}

.new-resident-sec .hero-text .secHead .secTitle span {
  text-transform: uppercase;
}

.transparent-text {
  text-transform: capitalize !important;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}

.new-resident-business-sec {
  padding: 100px 0;
}

.new-resident-business-sec .secHead {
  max-width: 470px;
  margin-bottom: 28px;
}

.new-resident-business-sec .secHead .secTitle,
.driving-license-sec .secHead .secTitle,
.rent-car-sec .secHead .secTitle {
  font-weight: 400;
  font-size: 34px;
  color: #044869;
}

.new-resident-business-sec .secHead .secTitle span,
.driving-license-sec .secHead .secTitle span,
.rent-car-sec .secHead .secTitle span {
  color: #db2427;
  font-weight: 700;
}

.new-resident-business-text .cmsCon,
.driving-license-sec .cmsCon,
.rent-car-sec .cmsCon {
  margin-bottom: 45px;
}

.new-resident-business-text .cmsCon p,
.driving-license-sec .cmsCon p,
.rent-car-sec .cmsCon p {
  margin-bottom: 20px;
  padding-right: 20px;
}

.new-resident-business-img,
.driving-license-img {
  padding-left: 20px;
}

.unlock-prosperity-sec {
  background-color: #044869;
  padding: 100px 0;
}

.unlock-prosperity-text {
  padding-top: 30px;
  padding-left: 82px;
}

.unlock-prosperity-sec .secHead {
  max-width: 600px;
  margin-bottom: 28px;
}

.unlock-prosperity-sec .secHead .secTitle {
  color: #fff;
  font-weight: 400;
  font-size: 34px;
}

.unlock-prosperity-sec .secHead .secTitle span {
  font-weight: 700;
}

.unlock-prosperity-sec .cmsCon {
  margin-bottom: 45px;
}

.unlock-prosperity-sec .cmsCon p {
  margin-bottom: 20px;
  color: #fff;
}

.driving-license-sec {
  padding: 100px 0;
}

.driving-license-sec .secHead {
  max-width: 520px;
}

.discover-your-dream-sec {
  background-color: #db2427;
  padding: 100px 0;
}

.discover-your-dream-sec .secHead {
  text-align: center;
  margin-bottom: 40px;
}

.discover-your-dream-sec .secHead .secTitle {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  padding-bottom: 10px;
}

.discover-your-dream-sec .secHead .secTitle span {
  font-weight: 700;
}

.discover-your-dream-sec .secHead .subTitle {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.discover-your-dream-text {
  padding-left: 60px;
  padding-top: 30px;
}

.discover-your-dream-text .discover-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.discover-your-dream-text .cmsCon p {
  color: #fff;
}

.discover-your-dream-text .cmsCon {
  margin-bottom: 40px;
}

.hotel-cmsCon {
  margin-bottom: 40px;
}

.rent-car-sec {
  padding: 100px 0;
}

.rent-car-sec  .secHead{
  max-width: 530px;
}

.rent-car-text{
  padding-right: 60px;
}

.journeyformW.is-visible{
  opacity: 1;
    visibility: visible;
}

#journey_form .popBody{
  max-width: 930px;
    padding: 0;
}

.is-visible .popBody{
  -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.is-visible .overlayer{
  opacity: 1;
  visibility: visible;
}

body.journeyfixed{
  overflow: hidden;
}

.contactForm .btn{
  min-width: 90%;
}

/* new-resident-landing-page */
.dis-con {
  background: #044869;
  padding-bottom: 20px;
}

.dis-con p {
  font-size: 9px;
  line-height: 1.4;
  color: #fff;
  font-style: italic;
}

.f-dis-con p {
  font-size: 9px;
  line-height: 1.2;
  color: #000;
  font-style: italic;
}

.form-select,.form-control {
  padding: 7px 18px;
}

.hero-form-inner .f-dis-con p {
  color: #FFF;
}


.visit-loc {
  padding-right: 20px;
}

.visit-loc a {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
.visit-loc a span{
  display: block;
  font-size: 13px;
  font-weight: 400;
}


.visit-loc a .icon-place {
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.footerWrap .footerCopyright .devlope-details {
  position: relative;
  padding-left: 10px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.3;
  display: inline-block;
}
.footerWrap .footerCopyright .devlope-details .cm-name{
display: inline-block;
}
