/*
01. Header css start 
02. Home page slider css start
*/
/*@font-face {
  font-family: 'billy_ohio';
  src: url('../fonts/billy_ohio-webfont.woff2') format('woff2'), url('../fonts/billy_ohio-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/
/* 01. Header css start */
img {
  max-height: 100%;
  max-width: 100%;
}

header {
  position: relative;
  box-shadow: 2.487px 1.678px 5px 0px rgba(0, 0, 0, 0.055);
  -webkit-box-shadow: 2.487px 1.678px 5px 0px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 2.487px 1.678px 5px 0px rgba(0, 0, 0, 0.055);
}

.text-center {
  text-align: center !important;
}

.header {
  padding: 20px 0;
  z-index: 2;
  /*background: #fff;*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header:before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.54) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.54) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.54) 100%);
}

.logo {
  float: left;
}

.logo li {
  display: inline-block;
  vertical-align: middle;
}

.logo li~li:before {
  content: "";
  background: #e1e1e1;
  width: 1px;
  height: 67px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 30px;
}

.logo li~li a {
  display: inline-block;
  vertical-align: middle;
}

.rightBlock {
  float: right;
  padding-top: 7px;
}

/*.headerContact {padding: 28px 0px;vertical-align: middle;display:inline-block;} 26-09-2018*/
.headerContact {
  padding: 15px 0px;
  vertical-align: middle;
  display: inline-block;
}

.m_call .m_icon {
  color: #eb1d2f;
}

.headerContact li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #eb1d2f;
  font-weight: 300;
}

.headerContact li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/phone-red-icon.jpg);
  width: 27px;
  height: 43px;
  margin-right: 10px;
}

.headerContact .callNowlbl {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #1664a8;
}

.headerContact .slash {
  font-size: 27px;
  line-height: 30px;
  display: inline-block;
  vertical-align: baseline;
  color: #eb1d2f;
}

li.getFreeBtnLi {
  display: none;
}

/*.headerContact .m_icon{position: relative;}*/
/*.headerContact .m_icon:before {content: "";display: inline-block;vertical-align: middle;background: url(../images/phone-red-icon.jpg);width: 27px;height: 43px;margin-right: 10px;}*/
.getFreeBtn a {
  color: #fff;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  background: #eb1d2f;
  border: 2px solid #eb1d2f;
  display: inline-block;
  padding: 0 26px;
  font-size: 17px;
  line-height: 50px;
  height: 54px;
  border-radius: 7px;
  box-shadow: 2.5px 4.33px 10px 0px rgba(8, 9, 9, 0.078);
}

.headerContact .m_call {
  font-size: 24px;
  line-height: 30px;
  color: #eb1d2f;
  font-weight: 600;
}

.tagline {
  display: inline-block;
  vertical-align: middle;
}

/* Bennar Section start*/
.bannerSec {
  position: relative;
  /*max-height: 536px;*/
}

.sliderMain {
  position: relative;
  width: 100%;
}

.sliderMain .slide {
  width: 100%;
  overflow: hidden;
}

.sliderMain .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sliderMain .slide img.slideImg {
  max-width: inherit;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sliderMain .slick-arrow {
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -mpz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 99;
  width: 32px;
  height: 32px;
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: transparent;
  padding: 3px;
}

.sliderMain .slick-arrow:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.sliderMain .slick-prev {
  left: 10%;
}

.sliderMain .slick-next {
  right: 10%;
}

.sliderMain .slick-next:before {
  border-left: none;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.sliderMain .slick-arrow:hover:before {
  border-color: #fff538;
}

/* Enquiry Form */
.intl-tel-input {
  width: 100%;
}

/*.bannerSec .container { position: relative; }*/
/*.enquiryForm { position: absolute;top:50%; transform:translateY(-50%); width: 350px; max-width: 100%; background: #fff;  border-radius: 5px; z-index:1; overflow: hidden;}*/
.enquiryForm .formTitle,
.footer_form .enquiryForm .formTitle {
  font-size: 20px;
  font-weight: 400;
  color: #fff539;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0px;
  pointer-events: none;
  display: block;
  position: relative;
  margin-bottom: 0px;
  background-color: transparent;
}

.enquiryForm .formTitle strong {
  font-weight: 600;
}

/*.enquiryForm .formTitle strong { font-weight: 600 }*/
/*.enquiryForm .formTitle:after{position: absolute; content: ""; bottom: 0; left: 0; width: 80px; height: 2px; background-color: #eb1d2f;}*/
.formMain {
  padding: 0;
}

.enquiryForm .inputBox {
  margin-top: 0;
}

.enquiryForm .inputFils {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
  height: 45px;
  padding: 12px;
  color: #333333;
  font-weight: 500;
}

.enquiryForm .inputFils.inputTextarea {
  resize: none;
  min-height: 75px;
  padding: 10px 12px;
  font-weight: 500;
}

/*26-09-2018 start*/
.enquiryForm .custmCol {
  width: 100%;
  float: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.enquiryForm .custmCol .sortDown {
  margin: 0;
}

.enquiryForm .custmCol .sortDown span {
  background: #fff;
  color: #333;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 20px;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 45px;
  padding: 12px;
  font-weight: 500;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.enquiryForm .sortDown {
  display: inline-block;
  height: 45px;
  width: 100%;
}

.enquiryForm .sortDown select {
  color: #333;
  height: 45px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}

.enquiryForm .sortDown span::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  top: 12px;
}

/*.enquiryFormUl{margin: 0 -5px;}*/
.enquiryFormUl li {
  float: left;
  width: 100%;
  margin: 0 0 7px;
}

.enquiryFormUl li.msgBox {
  width: 100%;
  margin-bottom: 7px;
}

/*26-09-2018 end*/
/*08-10-2018 start*/
.captionSlider {
  float: left;
  width: calc(100% - 371px);
}

.bannerIcons img {
  max-height: 99px;
  margin: 0 5px;
}

/*08-10-2018 end*/
.enquiryForm .inputFils::-webkit-input-placeholder {
  color: #333;
}

.enquiryForm .inputFils:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.enquiryForm .inputFils::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.enquiryForm .inputFils:-ms-input-placeholder {
  color: #333;
}

.enquiryForm .captchaBox {
  padding: 0;
}

.enqFrmBtn {
  font-size: 16px;
  margin-top: 0;
  border-radius: 5px;
  width: 100%;
  background: #1664a8;
  border: 3px solid #1664a8;
  color: #fff;
  text-align: center;
  border-width: 2px;
  padding: 10px;
  /* max-width: 240px; */
  height: 42px;
}

.star {
  position: relative;
}

.star:after {
  content: "*";
  color: #ff0004;
  position: absolute;
  right: 10px;
  top: 5px;
}

.textSec {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 30px 30px 30px 30px;
  left: 50%;
  max-width: 924px;
}

.FormRight {
  float: left;
  width: 341px;
  text-align: left;
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
}

.videoSlide {
  position: relative;
}

.slder_title {
  font: 700 52px/50px "Poppins", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}

.slder_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  display: block;
  background: #eb1d2f;
  height: 2px;
  width: 70px;
  text-align: center;
  margin: 0 auto;
}

.captionslideText p {
  font: 700 35px/50px "Poppins", sans-serif;
  color: #fff;
}

.captionslideText p span {
  font-weight: 700;
}

.slick-dots>li button {
  background: #fff;
  border-radius: 50%;
  font-size: 0;
  margin-right: 0;
  width: 10px;
  height: 12px;
  border: 0px;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
}

.slick-dots>li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

li.slick-active button {
  width: 10px;
  height: 12px;
  opacity: 1;
}

.enquiryForm .captchaBox label.error {
  left: 0;
  top: -21px;
  white-space: nowrap;
}

.sliderDots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 400px;
  z-index: 12;
  text-align: center;
}

.inputTextarea {
  height: 100px;
}

.stepsBtn.inputBox {
  text-align: right;
}

.bodyFixed {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popDetails .btn {
  background: #eb1d2f;
  color: #fff;
  margin-top: 26px;
  cursor: pointer;
}

.sortDown {
  position: relative;
  margin-top: 20px;
}

.sortDown span::after {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.sortDown select {
  height: 55px;
  line-height: 55px;
  opacity: 0;
  padding: 0 15px;
  width: 99%;
  z-index: 1;
  color: #000;
}

.sortDown span {
  border: 0px;
  color: #000;
  height: 55px;
  left: 0;
  padding: 20px;
  background: #fff;
  position: absolute;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  top: 0;
  width: 100%;
}

.star::after {
  color: #ff0000;
  content: "*";
  font: 16px/16px "vw_headregular";
  position: absolute;
  right: 8px;
  top: 7px;
}

.sortDown.star::after {
  top: 8px;
}

.formBoxInner {
  display: block;
  padding: 15px 30px;
  background: #f8fdff;
  float: left;
  width: 100%;
}

.formBoxInner .row {
  margin-left: -7px;
  margin-right: -7px;
}

.formBoxInner[class*="col-"] {
  padding: 0 7px;
}

.inputBox {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 20px 0 0;
  vertical-align: top;
}

.inputFils {
  display: block;
  width: 100%;
  height: 55px;
  border: 0;
  padding: 20px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 0;
}

.inputFils.inputTextarea {
  resize: none;
  min-height: 110px;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

.captchaBox {
  display: inline-block;
  padding: 20px 15px 0;
  position: relative;
  vertical-align: middle;
}

.enquiryFormUl li.catchaLi {
  margin-top: 5px;
}

.captchaBox label.error {
  left: 15px;
  right: inherit;
  top: 0px;
}

.bg {
  background: #fff url("../images/sprite-steps.png") repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 5px;
  float: left;
  height: 30px;
  width: 32px;
}

.bg:hover {
  cursor: pointer;
}

.captchaText {
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 29px;
  margin-left: 40px;
  white-space: nowrap;
}

.capMain {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.capnewBox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ececec;
  height: 45px;
  padding: 6px 10px;
}

.customSelect label.error {
  right: 0;
}

.star::after {
  font: 14px/18px "Gotham";
}

label.error:after,
label.recaptchaerror:after {
  border-color: #fb0101 transparent transparent;
  border-image: none;
  border-right: 6px solid transparent;
  border-style: solid;
  border-width: 6px;
  content: " ";
  height: 0;
  left: 20px;
  margin-left: -10px;
  position: absolute;
  top: 100%;
  width: 0;
}

label.error,
label.recaptchaerror {
  position: absolute;
  right: 0;
  top: -20px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 12px !important;
  line-height: 11px !important;
  background: #fb0101;
  padding: 5px 5px 4px !important;
  color: #fff;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 106px;
}

.formNote {
  font-weight: 400;
  line-height: 14px;
  margin-top: 0;
  padding-left: 15px;
  text-align: left;
  font-size: 12px;
  padding-top: 15px;
  text-align: center;
}

.custmCol .captchaBox {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 4px;
}

.AppoinBtn .btn {
  margin-top: 14px;
  background: #1664a8;
  border: 2px solid #1664a8;
  color: #fff;
  border-radius: 4px;
  padding: 12px 0;
  width: 100%;
}

.custmCol .inputFils,
.cusmBigCol .inputFils {
  border-radius: 4px;
}

.custmCol .sortDown span {
  border-radius: 4px;
}

.footerForm .firmTitle {
  color: #fff;
}

.footerForm .firmTitle:after {
  background: #fff;
}

.custmCol {
  width: 25%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.cusmBigCol {
  width: 75%;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

#enquiryForm {
  float: left;
  width: 100%;
}

#enquiryForm label.error {
  background: #a50000;
}

#enquiryForm label.error:after {
  border-color: #a50000 transparent transparent;
}

/*New Banner Design start 26-09-2018*/
.bannerTitle .daysSpan {
  display: block;
  font-size: 50px;
  line-height: 50px;
  color: #fff539;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
}

.bannerTitle .daysSpan:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #eb1d2f;
}

.bannerTitle .daysSpan sup {
  font-size: 1em;
  top: 0;
}

.bannerSer {
  color: #1ba1ff;
  font-size: 36px;
  line-height: 50px;
  font-family: "billy_ohio";
  font-weight: normal;
  -webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  -moz-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  -ms-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}

/*.captionslideText{padding: 0 110px;}*/
.banSerLists {
  display: inline-block;
  margin: 0 auto 20px 30px;
  max-width: 920px;
}

.banSerLists li {
  float: left;
  width: 33.33%;
  font-size: 18px;
  line-height: 18px;
  margin: 12px 0;
  text-align: left;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  padding-left: 25px;
}

.banSerLists li:nth-child(1) {
  min-width: 360px;
}

.banSerLists li:nth-child(2) {
  max-width: 270px;
}

.banSerLists li:nth-child(4) {
  min-width: 360px;
}

.banSerLists li:nth-child(3) {
  max-width: 220px;
}

.banSerLists li:nth-child(5) {
  max-width: 270px;
}

.banSerLists li:nth-child(6) {
  max-width: 220px;
}

.banSerLists li:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("../images/right-arrow.png") no-repeat left center;
  width: 20px;
  height: 17px;
  margin-right: 5px;
  margin-left: -25px;
}

.bannerBtn .getFreeBtn a {
  padding: 23px 31px;
  font-size: 24px;
}

.bannerBtn .freeBtnSub {
  display: inline-block;
  font-size: inherit;
}

/*New Banner Design end 26-09-2018*/
/*01-10-2018 start*/
.captionslideText {
  color: #fff;
}

.termsP {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  font-weight: normal;
  position: relative;
  z-index: 11;
  margin-top: -25px;
}

.btmLbl {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 5px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.75);
}

.btmLbl span {
  font-weight: 600;
}

.bannerBtns {
  color: #fff;
  display: inline-block;
  border-radius: 0 12px 0 10px;
  padding: 12px 26px;
  border: 1px solid #85f672;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-right: 15px;
  min-width: 236px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 4px -10px 11px 0px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
  background: #4ba237 url(../images/btn-bg-img.png) no-repeat top left;
}

.bannerBtns.red {
  background-color: #eb1d2f;
  border-color: #ff7871;
  margin-right: 0;
}

.bannerBtns strong {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
}

.bannerBtns span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  margin-top: 10px;
}

/*Happy Customer section start*/
.hapyCusMain {
  float: left;
  width: 100%;
  position: relative;
}

.hapyCusMain:before {
  content: "";
  position: absolute;
  left: -88px;
  top: 25px;
  width: 154px;
  height: 130px;
  background: url(../images/quote-icon.svg) no-repeat left top;
  opacity: 0.05;
}

.happyCustomerSec {
  background-color: #f6f6f6;
  padding: 50px 0;
  float: left;
  width: 100%;
}

.hapyCusBoxLeft {
  float: left;
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
}

.hapyCusBoxRight {
  float: left;
  width: 100%;
  position: relative;
}

.hapyCusTitle {
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  position: relative;
}

.hapyCusTitle span {
  color: #005294;
  font-size: 30px;
  font-weight: 600;
  display: block;
}

.hapyCusTitle span .nums {
  font-size: 43px;
  display: block;
}

.cusReviewSlider .slick-slide {
  padding: 10px;
}

.cusReviewSliderBox {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 26px 36px;
  text-align: center;
  background-color: #fff;
  box-shadow: -1.798px -0.877px 9.1px 3.9px rgba(150, 149, 119, 0.08);
  border-radius: 20px;
}

.cusName {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: uppercase;
  margin-top: 20px;
}

.cusRew {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cusName {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.reviewStartImg {
  display: block;
  text-align: center;
}

.reviewStartImg img {
  display: inline-block;
  margin: auto;
  vertical-align: top;
}

.cusReviewSlider .slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cusReviewSlider .slick-dots li {
  display: inline-block;
  margin: auto;
  padding: 0 3px;
}

.cusReviewSlider .slick-dots li button {
  background-color: transparent;
  border: 2px solid #1664a8;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  opacity: 1;
  padding: 0;
}

.cusReviewSlider .slick-dots li.slick-active button {
  background-color: rgba(22, 100, 168, 0.4);
}

/*Happy Customer section end*/
/*packages section start*/
.dubaiMainPckgs.comSec {
  /*padding-bottom: 140px;*/
}

.packagesSection .firmTitle {
  text-align: center;
}

.packagesSection {
  background: url(../images/packages-bg-img.jpg) no-repeat center bottom #fff;
}

.packgsBoxMain {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.packgsBoxes {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px;
  background-color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
  position: relative;
  border: 2px solid #479d37;
}

.packgsBoxes:before {
  content: "";
  width: 55px;
  height: 57px;
  position: absolute;
  left: -15px;
  top: -20px;
  background: url(../images/hot-tag.png) no-repeat left top;
  z-index: 999;
}

.packgsBoxes.mostPopular {
  border: 2px solid #eb1d2f;
  box-shadow: 0px 0px 15.620000000000001px 6.38px rgba(31, 106, 171, 0.09);
  background-color: rgba(233, 0, 0, 0.03);
}

.packgsBoxes.mostPopular:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -2px;
  color: #fff;
  background: url(../images/most-popular.png) no-repeat center center;
  width: 131px;
  height: 122px;
  background-size: cover;
}

.pckIcon {
  width: 139px;
  height: 139px;
  border-radius: 100px;
  background-color: #4aa036;
  text-align: center;
  margin: 0 auto 5px;
  /*margin-top: -69px;*/
  border: 6px solid #f6f6f6;
  position: relative;
  display: none;
}

.pckIcon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.packHead {
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  position: relative;
  background-color: #4aa036;
  padding: 20px 10px;
  z-index: 12;
  border-radius: 16px 16px 0 0;
  pointer-events: none;
  float: left;
  width: 100%;
}

.packHead:before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 0;
  width: 80px;
  height: 72px;
  background: url(../images/01-dubai-mainland.png) no-repeat right bottom;
  z-index: -1;
  opacity: 0.12;
}

.packHead .pckPrice sup {
  font-size: 40%;
  font-weight: 400;
  margin-top: 0;
  vertical-align: middle;
}

.pckName {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}

.pckPrice {
  display: block;
  /*color: #4aa036;*/
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
}

.pckPrice .priceStar {
  color: #fff;
}

.inusdSpan {
  font-size: 22px;
}

.priceStar {
  color: #eb1d2f;
  font-size: 70%;
}

/*.pckName:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #000;
  left: 50%;
  margin-left: -20px;
}*/
.packCon {
  float: left;
  width: 100%;
  display: block;
  padding: 22px;
}

.pckSpeci {
  text-align: left;
}

.pckSpeci ul {
  height: 100%;
}

.pckSpeci li {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding-right: 15px;
}

.pckSpeci li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url(../images/checkmark.png) no-repeat center center;
}

.selectPackBtn {
  line-height: 17px;
  padding: 10px 22px;
  border-width: 2px;
  /*border-radius: 5px;*/
  margin-bottom: 0;
  margin-top: 10px;
}

.grenBox .selectPackBtn {
  color: #fff;
  border-color: #4aa036;
  background-color: #4aa036;
}

.blueBox {
  border-color: #005294;
}

.blueBox .packHead {
  background-color: #005294;
}

.blueBox .packHead:before {
  background-image: url(../images/02-offshore-company.png);
}

.pinkBox {
  border-color: #ea3562;
}

.pinkBox .packHead {
  background-color: #ea3562;
}

.pinkBox .packHead:before {
  background-image: url(../images/04-flexi-desk-package.png);
}

.pinkBox .selectPackBtn {
  background-color: #ea3562;
  border-color: #ea3562;
}

.pinkBox .selectPackBtn:hover {
  background-color: transparent;
  color: #ea3562;
}

.yellowPackBox {
  border-color: #ef9a01;
}

.yellowPackBox .packHead {
  background-color: #ef9a01;
}

.yellowPackBox .packHead:before {
  background-image: url(../images/05-permament-flexi-desk.png);
}

.yellowPackBox .selectPackBtn {
  background-color: #ef9a01;
  border-color: #ef9a01;
}

.yellowPackBox .selectPackBtn:hover {
  background-color: transparent;
  color: #ef9a01;
}

.lightBluePackBox {
  border-color: #0072d5;
}

.lightBluePackBox .packHead {
  background-color: #0072d5;
}

.lightBluePackBox .packHead:before {
  background-image: url(../images/06-Separate-Office-Cabin.png);
}

.lightBluePackBox .selectPackBtn {
  background-color: #0072d5;
  border-color: #0072d5;
}

.lightBluePackBox .selectPackBtn:hover {
  background-color: transparent;
  color: #0072d5;
}

.blueBox .pckIcon {
  background-color: #1f6aab;
}

.blueBox .selectPackBtn {
  color: #fff;
  border-color: #1f6aab;
  background-color: #1f6aab;
}

.redBox .pckIcon {
  background-color: #eb1d2f;
}

.redBox {
  border-color: #fc2e40;
}

.redBox .packHead {
  background-color: #fc2e40;
}

.redBox .packHead:before {
  background-image: url(../images/03-freezone-licence.png);
}

.redBox .selectPackBtn {
  color: #fff;
  border-color: #fc2e40;
  background: #fc2e40;
}

.offshorePckgs .packgsBoxes {
  width: calc(50% - 20px);
  border-radius: 15px 0 15px 0;
}

.offshorePckgs .packgsBoxMain {
  padding: 0 98px;
}

.cyanBox .pckIcon {
  background-color: #009fd1;
}

.cyanBox .pckPrice {
  color: #009fd1;
}

.cyanBox .selectPackBtn {
  color: #009fd1;
  border-color: #009fd1;
}

.carmineBox .pckIcon {
  background-color: #02a185;
}

.carmineBox .pckPrice {
  color: #02a185;
}

.carmineBox .selectPackBtn {
  color: #02a185;
  border-color: #02a185;
}

/*packages section end*/
/*Get free consultation btn section start*/
.getfreeConSec {
  text-align: center;
  background: url(../images/getfree-bg.jpg) no-repeat center center;
  background-size: cover;
}

.getfreeConSec .btn {
  margin: 0;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  border-width: 2px;
}

.getfreeConSec {
  background-image: -moz-linear-gradient(0deg, rgb(44, 95, 35) 0%, rgb(22, 61, 96) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 95, 35) 0%, rgb(22, 61, 96) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 95, 35) 0%, rgb(22, 61, 96) 100%);
  position: relative;
  z-index: 1;
}

.getfreeConSec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-pattern.png) repeat left top;
  z-index: -1;
  opacity: 0.13;
  z-index: -1;
}

.ctaTitle {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
}

.ctaSec p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  max-width: 900px;
  margin: auto;
}

/*Get free consultation btn section end*/
/*01-10-2018 end*/
/*09-10-2018 start*/
/*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;
}

.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;
}

/*09-10-2018 end*/
/*Popup Design end*/
.lightBlueBox .pckIcon {
  background-color: #00b7fd;
}

.lightBlueBox .pckPrice {
  color: #00b7fd;
}

.lightBlueBox .selectPackBtn {
  color: #00b7fd;
  border-color: #00b7fd;
}

.yellowBox .pckIcon {
  background-color: #feb200;
}

.yellowBox .pckPrice {
  color: #feb200;
}

.yellowBox .selectPackBtn {
  color: #feb200;
  border-color: #feb200;
}

.orangeBox .pckIcon {
  background-color: #fb6e28;
}

.orangeBox .pckPrice {
  color: #fb6e28;
}

.orangeBox .selectPackBtn {
  color: #fb6e28;
  border-color: #fb6e28;
}

.smallPackSec {
  display: block;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(44, 95, 35) 0%, rgb(22, 61, 96) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(44, 95, 35) 0%, rgb(22, 61, 96) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(44, 95, 35) 0%, rgb(22, 61, 96) 100%);
  padding: 36px 0;
  position: relative;
  z-index: 12;
}

.smallPackSec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-pattern.png) repeat left top;
  z-index: -1;
  opacity: 0.13;
}

.smallPackMain {
  margin: 0 -15px;
}

.smallPackMain .smallPackBox {
  /*width: 50%;*/
  width: 100%;
  float: left;
  padding: 0 15px;
  position: relative;
}

.smallPackMain .smallPackBox .smallPackIcon {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}

.smallPackMain .smallPackBox .smallPackCon {
  display: inline-block;
  width: calc(100% - 88px);
  vertical-align: top;
  color: #fff;
  position: relative;
}

.smallPackBox .smallPackCon .smallPackTitle {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
}

.smallPackBox .smallPackCon .smallPackPrice {
  display: block;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.smallPackBox .smallPackCon .smallPackPrice small {
  font-size: 20px;
  font-weight: 400;
}

.smallPackBox .smallPackCon .btn {
  background: transparent;
  color: #fff;
  border-color: #fff;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 42px;
}

.smallPackBox .smallPackCon .btn:hover {
  background-color: #fff;
  color: #2c5f23;
}

.smallPackBox+.smallPackBox:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  left: -30px;
  transform: rotate(15deg);
  top: 0;
  bottom: 0;
}

.processSec {
  background: #f0fcfe;
}

.cms_con p {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
}

.loading_image {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  text-align: center;
  display: none;
}

.loading_image .loader {
  display: inline-block;
  border: 6px solid #fff;
  border-radius: 50%;
  border-top: 6px solid #005294;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  z-index: 999;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .termsP {
    padding: 0 15px;
  }

  .header {
    padding: 4px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.5);
  }

  #header:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 130px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }

  /*sticky header start*/
  #header.sticky {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .bannerSec {
    margin-top: 78px;
  }

  .rightBlock {
    margin-top: 12px;
  }

  /*sticky header end*/
  .captionSlider {
    min-height: auto;
    padding: 0;
    position: static;
  }

  .new_container {
    position: static;
  }

  .slick-dots {
    margin: 0;
  }

  .logo {
    padding-left: 0px;
  }

  .slideDiv {
    background-position: center left;
  }

  .homeSliderSec #homeSlider1,
  .homeSliderSec .slick-list,
  .homeSliderSec .slick-track,
  .homeSliderSec .slideDiv {
    height: 400px;
  }

  .getFreeBtn a {
    padding: 5px 0px;
    font-size: 12px;
    line-height: 16px;
    height: 44px;
    width: 112px;
    text-align: center;
  }

  .getFreeBtn a span {
    display: block;
  }

  .getFreeBtn {
    background: none;
  }

  .headerContact li {
    padding-left: 0;
  }

  .m_icon a {
    font-size: 0px;
  }

  .headerContact {
    padding: 0;
  }

  .headerContact .m_icon:before {
    background: url(../images/sprite.png) no-repeat -100px -30px;
    width: 39px;
    height: 39px;
    margin: 0;
  }

  .headerContact .m_icon:after {
    display: none;
  }

  .headerContact .m_icon {
    font-size: 0;
    display: block;
  }

  .logo img {
    max-width: 110px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .captionSlider {
    max-width: 100%;
    width: 100%;
  }

  /*.slick-dots > li button{width: 10px;height: 10px;vertical-align: middle;}*/
  /*li.slick-active button{width: 15px;height: 15px;}*/
  /*.popDetails{padding: 0;}*/
  .closePopup {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
  }

  .closePopup:after,
  .closePopup:before {
    width: 50%;
    height: 3px;
  }

  .poptitle {
    font-size: 25px;
    line-height: 27px;
    padding: 7px 15px;
  }

  .inputFils,
  .sortDown span,
  .sortDown select {
    height: 44px;
    padding: 15px;
    line-height: 16px;
  }

  .sortDown span::after {
    top: 16px;
  }

  #enquiryForm {
    float: left;
    padding-bottom: 15px;
  }

  .formNote {
    text-align: center;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .inputFils.inputTextarea {
    min-height: 80px;
  }

  .inputBox {
    margin-top: 10px;
  }

  .custmCol,
  .cusmBigCol {
    width: 100%;
  }

  .sortDown {
    margin-top: 10px;
  }

  .custmCol .captchaBox {
    margin-top: 10px;
  }

  .bannerIcons {
    display: none;
  }

  .inusdSpan {
    font-size: 20px;
  }
}

/* common css for below screen 479 */
@media only screen and (max-width: 479px) {
  .poptitle {
    font-size: 22px;
    line-height: 26px;
  }

  #header.sticky .header {
    padding: 5px 0;
  }

  #header.sticky .logo img {
    max-width: 90px;
  }

  .poptitle .dircTitle {
    font-size: 16px;
  }

  .smallPackBox .smallPackCon .btn {
    position: static;
    height: auto;
    margin-top: 15px;
  }

  .ctaTitle {
    font-size: 14px;
    line-height: 1.6;
  }

  .ctaSec p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .logo img {
    max-width: 100px;
    width: 100%;
  }

  .homeSliderSec #homeSlider1,
  .homeSliderSec .slick-list,
  .homeSliderSec .slick-track,
  .homeSliderSec .slideDiv {
    height: 371px;
  }

  .bannerSec {
    margin-top: 72px;
  }

  .rightBlock {
    margin-top: 0;
  }
}

/* common css for screen size between 480 to 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .captchaBox.col-xs-14 {
    width: 47%;
    padding: 35px 15px 0;
  }

  .col-xs-14.AppoinBtn {
    width: 50%;
  }
}

/* common css for screen size between 568 to 767 */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .captchaBox.col-xs-14 {
    width: 47%;
    padding: 35px 15px 0;
  }

  .col-xs-14.AppoinBtn {
    width: 50%;
  }
}

/* common css for screen size between 600 to 767 */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .captchaBox.col-xs-14 {
    width: 50%;
  }

  .col-xs-14.AppoinBtn {
    text-align: right;
  }
}

/* common css for screen size between 768 to 1199 */
@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .separator:after,
  .separator:before {
    height: 80%;
  }
}

/* common css for screen size between 768 to 1023 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headerContact {
    padding: 20px 0;
  }

  div.container {
    max-width: 100%;
  }

  .logo {
    padding-left: 0;
  }

  .logo img {
    max-width: 100%;
  }

  /*.headerContact .m_icon{font-size:0} */
  .captionSlider {
    max-width: 500px;
    min-height: 630px;
    padding: 155px 53px 0;
  }

  .slideDiv {
    background-position: -230px center;
  }

  .homeSliderSec #homeSlider1,
  .homeSliderSec .slick-list,
  .homeSliderSec .slick-track,
  .homeSliderSec .slideDiv {
    height: 660px;
  }

  .custmCol {
    width: 33.33%;
  }

  .cusmBigCol {
    width: 66.66%;
  }

  .dubaiMainPckgs.comSec {
    padding-bottom: 30px;
  }
}

/* common css for screen size between 1024 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* common css for screen size between 1024 to 1366 */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {}

.head_icon {
  vertical-align: middle;
}

.head_icon svg {
  width: 24px;
}

.formDesc,
.footer_form .enquiryForm .formDesc {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 14px;
}

.pckPrice.otherPrice {
  font-size: 35px;
  line-height: 1.5;
}

.enquiryFormUl .inputBox .iti--allow-dropdown {
  width: 100%;
}

.term_sl {
  font-size: 12px;
  line-height: 1;
  margin-top: 20px;
}

.newpack_sl .packgsBoxes:before,
.newpack_sl .packHead:before {
  display: none;
}

.bottom_title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 40px;
  line-height: 1.2;
}

.pckSpeci li b {
  font-weight: 600;
}

.work_logo {
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-top: 30px;
}

.work_logo li {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}

.workBox {
  background: #ffffff;
  border-radius: 10px;
  width: 190px;
  height: 96px;
}

.banner_Caption {
  text-align: left;
}

.ban_title {
  color: #fff;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner_list {
  margin: 0;
  padding: 0;
}

.banner_list li {
  display: block;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 14px;
  padding-left: 25px;
  position: relative;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  padding-right: 15px;
}

.banner_list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  background: url(../images/checkmark-white.png) no-repeat center center;
}

#get_pop .popBody {
  max-width: 480px;
  padding-bottom: 40px;
}

/* form bg */
.widgetModal {
  display: grid;
  position: fixed;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  padding: 0;
  overflow-y: auto;
  background-color: rgba(128, 142, 155, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.widgetModal[aria-hidden="true"] {
  display: none;
}

.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: #213a52;
  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;
}

.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%;
}

.call_me {
  width: 28%;
  display: inline-block;
  padding-left: 3px;
}

.call_me .enqFrmBtn {
  font-size: 14px;
  text-transform: none;
}

.footer_form .FormRight {
  text-align: left;
  border-radius: 6px;
  background-color: #ffffff1f;
  padding: 20px;
  margin: 0;
  float: none;
  width: unset;
}

.footermap {
  width: 100%;
  height: 310px;
}

.footermap iframe {
  width: 100%;
  height: 100%;
}

.footerCon {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.footerConTitle {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.2;
}

.footerConTitle a {
  font-weight: 700;
  color: #fff539;
}

.footerConInfo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footerConInfoB {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  width: 280px;
}

.footerConInfoB img {
  margin-right: 10px;
}

.footerConInfo a {
  color: #fff;
}

.formPrivacyText {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.formPrivacyText i {
  margin-right: 10px;
}

.floating-icon-btn {
  position: fixed;
  bottom: 50px;
  left: 50px;
  height: 50px;
  width: 50px;
  border-radius: 200px;
  background-color: #eb1d2f;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.floating-icon-btn.whatsapp {
  background-color: #4dc247;
  right: 35px;
  bottom: 120px;
  left: unset;
}

.floating-icon-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 150px;
  z-index: -1;
  animation: callBlink 2s infinite ease-in-out;
}

.floating-icon-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 150px;
  z-index: -1;
  animation: callBlink 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

.floating-icon-btn::before,
.floating-icon-btn::after {
  background: rgb(232 22 40 / 58%);
}

.floating-icon-btn.whatsapp::before,
.floating-icon-btn.whatsapp::after {
  background: rgb(77 194 71 / 58%);
}

@keyframes callBlink {
  from {
    scale: 1;
    opacity: 0.7;
  }

  to {
    scale: 2;
    opacity: 0;
  }
}

.text-light {
  color: #fff;
}

.bottom_form_text {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 18px;
  color: #ff0000;
}

@media (min-width: 768px) {
  .form_sl {
    padding: 24px 26px;
  }
}

@media only screen and (max-width: 1280px) {
  .ban_title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .slideCon .bannerPack .landbanimgbox.emibox {
    margin-left: 20%;
    max-width: 68%;
  }

  .workBox {
    width: 150px;
    height: 84px;
  }
}

@media only screen and (max-width: 991px) {
  .head_icon svg .cls-1 {
    fill: #000000;
  }

  .slideCon .bannerPack .landbanimgbox.emibox {
    margin-left: 15%;
    max-width: 90%;
  }

  .ban_title {
    font-size: 26px;
  }

  .banner_list li {
    font-size: 18px;
    margin-bottom: 10px;
  }

  /* footer new */
  .footerConTitle {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .footerConInfo {
    margin-bottom: 25px;
  }

  .footerCon {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom_title {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .bottom_title br {
    display: none;
  }

  /* .ban_title {
    font-size: 22px;
  } */

  .formDesc {
    color: #000000;
    padding: 10px 0 0 15px;
    margin-bottom: 10px;
  }

  .formMainInner {
    padding: 0 15px;
  }

  .formMainInner .formMain {
    padding: 10px 0px;
  }

  .call_me {
    width: 30%;
  }

  .bottom_form_text {
    font-weight: 600;
  }
}

@media only screen and (max-width: 479px) {
  .bottom_title {
    font-size: 16px;
  }

  /* footer new */
  .footerCon {
    margin-top: 20px;
    max-width: 95%;
  }

  .footerConInfo {
    margin-bottom: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footerConInfoB {
    margin-bottom: 15px;
  }

  .footerConInfoB br {
    display: none;
  }

  .footerConTitle {
    font-size: 28px;
  }

  .footerConTitle a {
    display: block;
  }

  .footer_form .formMain {
    padding: 0;
  }

  .footer_form .enquiryForm .formDesc {
    padding-left: 0;
  }

  .floating-icon-btn,
  .floating-icon-btn.whatsapp {
    left: unset;
    bottom: 95px;
    left: unset;
    right: 10px;
  }

  .m-d-none {
    display: none;
  }
}

/* 05-04-2023 */
#get_pop .popBody {
  max-width: 930px;
  padding: 0;
}

.formMainInner {
  padding: 0;
}

.formOfferImg {
  line-height: 0;
}

.formOfferImg img {
  max-width: 460px;
}

.formMainInner h3 {
  color: #000;
  margin: 0;
  margin-bottom: 7px;
  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: 15px;
  text-align: left;
  line-height: 1.3;
}

.closePopup::before,
.closePopup::after {
  background: #922506;
}

@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;
  }
}

@media screen and (max-width: 767px) {

  /* 05-04-2023 */
  .formMainInner {
    padding: 0;
  }

  .form_sl {
    padding: 20px;
  }

  .closePopup:after,
  .closePopup:before {
    background: #fff;
  }
  #get_pop .closePopup:after,
  #get_pop .closePopup:before {
     background: #922506;
  }
  /* 05-04-2023 */
}

/* 05-04-2023 */
.inputFils.form-select {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: url(../images/dropdown.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}


@media screen and (max-width: 567px) {
  .sliderMain .slide:before{
    background-color: rgba(0, 0, 0, 0.7);
  }
}