
/* Header area */
header {
  margin-top: 50px;
}
.header img {
  width: 125px;
  height: auto;
}

/* We deliver area */
.we-deliver ul {
  padding: 5px 0;
}
.we-deliver h1{
font-weight:600;
font-size:96px;
line-height:93.12px;
color: #1C1C1C;
margin-top: 50px;

}
.we-deliver ul li{
  list-style: none;
  font-weight: 300;
  font-size: 24px;
  color: #707070;
  padding: 10px 0;
  line-height: 46px;
  letter-spacing: -0.02em;
}
.we-deliver p{
  font-weight:300;
  font-size:24px;
  color: #707070;
  padding: 0px 0 20px;
  margin-bottom: 0;
}
.we-deliver p>span{
  font-weight: 600;
  background: linear-gradient(274.38deg, #78ffd6 -177%, #0367C4 114.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.we-deliver ul li img{
  padding-right: 20px;
}
.we-deliver .marketing-btn {
  font-weight:400;
  font-size:24px;
  line-height: 46px;
}
.we-deliver .marketing-btn a{
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  padding: 12px 41px;
  box-shadow: 0px 4px 26px rgba(14, 200, 225, 0.35);
  border-radius: 0px 34.5px;

}

/* Percentage area */
.percentage-area{
  margin-top: 77px;
  margin-bottom: 140px;
}

.percentage-area .inner-box{
  border: 1px solid #84D8FF;
  border-radius: 13px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 160px;
}
.percentage-area .inner-box p{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #787878;
  margin: 0;
  letter-spacing: -0.02em;

}
.percentage-area .inner-box p.per{
  font-weight: 600;
  font-size: 48px;
  line-height: 97%;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
  letter-spacing: 0;
}
/* Slider area */
.slider-area{
}

/* Experience-bgwg area */
.experience-bgwg{
  padding-top: 140px;
}
.experience-bgwg h1{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  font-weight: 300;
}
.experience-bgwg h1>span{
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
}
.experience-bgwg .video iframe{
  z-index: 99999;
  width: 700px;
  position: absolute;
  height: 390px;
  border-radius: 5px;
}
.experience-bgwg .video .main{
  position: relative;
}
.experience-bgwg .video .main:hover{
  cursor: pointer;
}
.experience-bgwg .video .main img{
  width: 100%;
  height: auto;

}
.experience-bgwg .video .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience-bgwg .video .icon:hover{
  cursor: pointer;
}
.experience-bgwg .video .icon img{
  width: 84px;
  height: 84px;
}

/* Brand slider area */
.brand-slider {
  margin: 140px 0;
}
.items{
  margin: 0px auto;
}
.items .slick-slide{
  margin:10px;
}
.items .slick-slide img{
  width: auto;
  border: 0px solid #fff;
  margin: auto;
  height: 55px;
}

/* bgwg area */
.bgwg{
  padding-top: 38px;
  padding-bottom: 140px;
  background: #F3F7FA;
}
.bgwg .bgwg-logo{
  margin-bottom: 58px;
}
.bgwg p{
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #707070;
margin-bottom: 50px;
}
.bgwg p>span{
  color: #0367C4;
  font-weight: 600;
}


.bgwg .bgwg-btn {
  font-weight:400;
  font-size:24px;
  line-height: 46px;
}
.bgwg .bgwg-btn a,
.bgwg .bgwg-btn button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  padding: 12px 41px;
  box-shadow: 0px 4px 26px rgba(14, 200, 225, 0.35);
  border-radius: 0px 34.5px;
  line-height: inherit;
  border: 0px solid;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
}
/* .bgwg .social-icon{
  padding: 50px 0;
} */
.bgwg .social-icon ul{
  text-align: center;
}
.bgwg .social-icon ul li{
  list-style: none;
  display: inline-block;
  padding: 0 15px;
}
.bgwg .social-icon ul li a{
  color:#000;
  font-size: 16px;
}
/* form-area */
.form-area{
  margin:140px 0;
  background: #23568E;
  padding-bottom: 35px;
}
.form-area .bg-left{
  background: #fff;
  margin: 70px 0;
  padding: 60px 50px;
}
.form-area h1{
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.form-area h1>span{
  font-weight: 600;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.form-area p{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.form-area .progress_bar{
  margin-top: 90px;
  padding-right: 25px;
}
.form-area .progress_bar .progress{
  /* height: 5px!important; */
  margin-bottom: 75px;
  overflow: visible;
}
.rangTooltip {
  min-height: 20px;
}
.form-area .progress {
  background-color: transparent;
  box-shadow: none;
}
.form-area .promotional-spend{
  margin-top: 80px;
  padding-left: 40px;
}
.form-area .promotional-spend p{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.form-area .promotional-spend .ammount p{
  font-size: 30px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 5px;
}
.form-area .promotional-spend .ammount.one p{
  color: #27AE60;
}
.form-area .promotional-spend .ammount.two p{
  color: #F2994A;
}
.form-area .promotional-spend .ammount.three p{
  color: #EB5757;
  border: 3px solid #EB5757;
}

.form-area .promotional-spend .ammount p>i{
  margin-right: 20px;
}
.form-area .promotional-spend .ammount p>img{
  margin-right: 20px;
}
.form-area .submit-form{
  margin-bottom: 120px;
}
.form-area .submit-form label{
  color: #fff;
  font-weight: 400;
}
.form-area .form-control{
  padding: 18px;
  height: 60px;
  font-size: 24px;
  font-weight: 300;
}
.form-area .submit-form .btn.btn-primary{
  text-decoration: none;
  color: #fff;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  padding: 12px 25px;
  border-radius: 0px 25px;
  margin-top: 22px;
  border: none;
  outline: none;
  width: 190px;
  height: 60px;
  font-size: 20px;
}

/* who-bgwg-area */
.who-bgwg{
  margin: 140px 0;
}
.who-bgwg h1{
  font-weight: 300;
  font-size: 40px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 50px;
}
.who-bgwg h1>span{
  font-weight: 600;

}

.who-bgwg p{
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
  color: #707070;
  letter-spacing: -0.02em;
  padding-right: 15px;
}
.who-bgwg .image-fluid {
  margin-top: 65px;
}
 .who-bgwg .image-fluid img {
  width: 100%;
  height: auto;
 }





/* MOdal css  */
@media (min-width: 768px){
  .modal-dialog {
    width: 1064px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .modal-content {
    background-color: #212A38;
    box-shadow: none;
    padding-left: 488px;
    position: relative;
    height: 488px;
    border-radius: 40px;
    overflow: hidden;
    border: 0px solid;
  }
  .modal-content:before {
    position: absolute;
    content: "";
    top:0;
    left: 0;
    background: url(../images/bg-fat.png);
    width: 430px;
    height: 100%;
    background-size: cover;
  }
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: 34px;
  margin-top: -2px;
  font-size: 0;
  background: url(../images/cross.png);
  width: 34px;
  height: 34px;
  background-size: cover;
  opacity: 1;
  margin-right: 34px;
}
.modal-header {
  padding: 15px;
  border-bottom: 0px solid #e5e5e5;
}
.modal-body {
  position: relative;
  padding: 15px;
  max-width: 466px;
  margin-top: 22px;
}
.modal-body h1 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #F2F2F2;
}
.modal-body p b {
  font-size: 20px;
  font-weight: 600;
}
.modal-body p span {
  font-size: 24px;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




/* Footer area */

.footer {
  background: #000;
  padding: 65px 0;
}

.footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
}


.footer-bottom {
  background: #000;
  padding:  24px 0;
}

.footer-copywrite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-copywrite p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  color: #f8f8fb;
}
.footer-copywrite p>span{
  margin: 0 20px;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f8f8fb;
}
/*# sourceMappingURL=style.css.map */

.slider-area h1 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 71px;
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 50px 0;
  padding: 0;
}

.slider-area .next-arrow {
  position: absolute;
  right: 30%;
  bottom: -8px;
  border: none;
  width: 36px;
  height: 36px;
  background: url(../images/arrow-blue.png);
  background-size: cover;
  z-index: 99;
  cursor: pointer;
}
.slider-area .prev-arrow {
  position: absolute;
  left: 30%;
  bottom: -8px;
  border: none;
  width: 36px;
  height: 36px;
  transform: rotate(180deg);
  background: url(../images/arrow-blue.png);
  background-size: cover;
  z-index: 99;
  cursor: pointer;
}

.slider-area .slick-dots {
  width: 250px;
  margin: 20px auto 0;
  text-align: center;
}
.slider-area .slick-dots li {
  width: 14px;
  display: inline-block;
  margin: 0 3px;
  text-align: center;
}
.slider-area .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: #23568E;
}
.slider-area .slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #999;
  border-radius: 50%;
  border: 0px solid #000;
}

.slider-area .slider {
  /* margin-left: 120px; */
  max-width: 1300px;
  margin: 0 auto;
}
.slider-area .slider__item {
  margin: 70px 0;
  position: relative;
  text-align: center;
  transition: all 0.15s;
  transform: scale(0.75);
}
.slider-area .slider__item img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
}
.slider-area .slick-center .slider__item {
  transform: scale(1.5);
  z-index: 10;
}


/* hero slider  */
.slide_banner {
  border-radius: 26px 26px 26px 300px;
  overflow: hidden;
  max-height: 660px;
}
.banner-slider .slick-slide img {
  width: 100%;
}

.range-one {
  position: relative;
}
.question-icon {
  position: absolute;
  top: 19px;
  right: -24px;
  width: 16px;
  height: auto;
}
.number-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.number-range span {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #C6C6C6;
}
.number-range .rangTooltip {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0367C3;
}


.footer-logo-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-text-div {
  max-width: 760px;
  margin-top: 65px;
}
.video-popup-div {
  max-width: 700px;
  margin: auto;
  position: relative;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 7px;
  background-color: #0367C3;
}
.irs--flat .irs-handle {
  top: 20px;
  width: 14px;
  height: 14px;
  background-color: #0367C3;
  border-radius: 50%;
}
.irs--flat .irs-line {
  top: 25px;
  height: 7px;
  background-color: #CDE1F3;
  border-radius: 4px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: #0367C3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: transparent;
  border-radius: 4px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: transparent;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child,
.irs--flat .irs-handle>i:first-child {

  background-color: transparent;
}



/* footer modal  */
.footer-modal .modal-body {
  max-width: inherit;
  padding: 0;
  margin-top: 0;
}
.footer-modal .modal-content {
  padding: 55px 110px;
  min-width: 1049px;
}
.footer-modal .modal-content:before {
  position: absolute;
  content: "";
  top: inherit;
  bottom: 0;
  left: 0;
  background: url(../images/bg-fat2.png);
  width: 210px;
  height: 175px;
  background-size: cover;
}
.footer-modal .form-group label {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.footer-modal .form-group .form-control {
  height: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #929496;
}
.footer-modal .form-group.mt-30 {
  margin-top: 30px;
}
.footer-modal .modal-header {
  padding: 0;
}
.footer-modal .form-group {
  margin-bottom: 30px;
}

/* custom checkbox  */
.checkbox-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkbox-area p {
  max-width: 215px;
  line-height: 16px;
  font-size: 12px;
  margin: 0;
}
.checkbox-area p a {
  text-decoration: underline;
  color: #fff;
}
.control {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control input:checked ~ .control__indicator {
  /* border: 2px solid #007bff; */
  /* background: #007bff; */
}
.control__indicator {
  position: absolute;
  top: -2px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 8px;
  background: #fff;
}
.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}
.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
  -ms-transform: translate(-50%, -52%);
  transform: translate(-50%, -52%);
}
.control__indicator:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 9px;
  background: url(../images/tik-icon.png);
  background-size: cover;
  display: none;
}
.button-part .bgwg-btn {
  margin-left: 30px;
}
.button-part .bgwg-btn input {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
  padding: 12px 41px;
  border-radius: 0px 34.5px;
  line-height: inherit;
  border: 0px solid;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
}
.button-part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 25px;
}
.bgwg-btn button:focus {
  outline: none;
  outline-offset: 0;
}



#inputform label.error,
#popupForm label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

#inputform input.error,
#popupForm input.error {
  border: 1px dashed red;
  font-weight: 300;
  color: red;
}

.question-tooltip {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #0367C3;
  padding: 25px 30px;
  background: url(../images/tooltip-bg.png);
  background-size: cover;
  border-radius: 6px;
  position: absolute;
  bottom: 0px;
  right: -69%;
  width: 375px;
  height: 134px;
  z-index: 9;
  opacity: 0;
  display: none;
}
.question-icon:hover ~ .question-tooltip {
  opacity: 1;
  display: block;
}

.form-row {
  width: calc(100% + 33%);
}

@media (max-width: 1023px) {
  .form-row {
    width: 100%;
  }
  .modal-dialog {
    width: 100%;
  }
  .footer-modal .modal-content {
    padding: 55px 10px;
    min-width: inherit;
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .form-row {
    width: 100%;
  }
  .header {
    margin-top: 30px;
    margin-bottom: 29px;
  }
  .we-deliver .pull-right {
    float: inherit !important;
  }
  .we-deliver h1 {
    font-size: 40px;
    margin-top: 5px;
    line-height: 30px;
  }
  .we-deliver ul li {
    font-size: 20px;
    padding: 0px 0;
    line-height: 40px;
  }
  .we-deliver p {
    font-size: 20px;
  }
  .we-deliver .marketing-btn a {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  .percentage-area .inner-box {
    margin-bottom: 30px;
  }
  .percentage-area {
    margin-bottom: 120px;
  }
  .slider-area h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 10px;
    text-align: center;
  }
  .slider-area .slider__item {
    transform: scale(1);
    padding: 0 10px;
    margin: 10px 0;
  }
  .slider-area .prev-arrow {
    left: 15%;
  }
  .slider-area .next-arrow {
    right: 15%;
  }
  .slider-area .slick-dots {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    padding: 0;
  }
  .experience-bgwg {
    padding-top: 120px;
  }
  .experience-bgwg .video iframe {
    z-index: 99999;
    width: 100%;
    position: absolute;
    height: 190px;
    border-radius: 5px;
  }
  .form-area {
    margin: 120px 0;
  }
  .form-area p {
    max-width: 95%;
    font-size: 14px;
    line-height: 28px;
  }
  .form-area .progress_bar {
    margin-top: 20px;
    padding-right: 0px;
  }
  .form-area .bg-left {
    background: #fff;
    margin: 30px 0;
    padding: 20px 20px;
  }
  .form-area .progress_bar .progress {
    margin-bottom: 40px;
  }
  .form-area .promotional-spend {
    margin-top: 40px;
    padding-left: 0;
    display: none;
  }
  .form-area .promotional-spend .ammount p {
    font-size: 20px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
    line-height: 30px;
  }
  .form-area .form-control {
    font-size: 20px;
    font-weight: 300;
  }
  .form-area .promotional-spend .ammount.three p {
    height: 60px;
  }
  .form-area .submit-form button.btn.btn-primary {
    width: 100%;
  }
  .form-area .submit-form {
    margin-bottom: 30px;
  }
  .who-bgwg {
    margin: 0;
  }
  .who-bgwg h1 {
    font-size: 32px;
    text-align: center;
  }
  .who-bgwg p {
    margin-top: 40px;
    font-size: 20px;
    line-height: 34px;
  }
  .brand-slider {
    margin: 40px 0;
  }
  .footer-logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .bgwg .social-icon ul {
    text-align: center;
    padding: 0;
    margin-top: 30px;
  }
  .bgwg p {
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #707070;
    margin-bottom: 50px;
    padding: 0;
  }
  .footer-text-div {
    margin-top: 40px;
  }
  .bgwg .bgwg-btn a{}
  .bgwg .bgwg-btn button {
    width: 100%;
  }
  .bgwg {
    padding-bottom: 40px;
  }

  .modal-content {
    background-color: #212A38;
    box-shadow: none;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 0px solid;
    padding-bottom: 90px;
  }
  .modal-header .close {
    position: absolute;
    right: -20px;
    top: 18px;
    margin-top: -2px;
    font-size: 0;
    background: url(../images/cross.png);
    width: 26px;
    height: 26px;
    background-size: cover;
    opacity: 1;
    margin-right: 34px;
  }
  .modal-body h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 0;
  }
  .modal-body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .modal-content:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    background: url(../images/bg-fat2-mob.png);
    width: 184px;
    height: 90px;
    background-size: cover;
    transform: translateX(-50%);
  }
  .footer-modal .modal-content:before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    background: url(../images/bg-fat2-mob.png);
    width: 184px;
    height: 90px;
    background-size: cover;
    transform: translateX(-50%);
  }
  .footer-modal .modal-content {
    padding: 55px 10px 95px;
    min-width: inherit;
  }
  .footer-modal .form-group label {
    font-size: 15px;
  }
  .footer-modal .form-group .form-control {
    height: 60px;
    font-size: 15px;
  }
  .footer-modal .form-group {
    margin-bottom: 20px;
  }
  .button-part {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    flex-direction: column;
  }
  .button-part .bgwg-btn {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .button-part .bgwg-btn input {
    width: 100%;
  }
  .question-tooltip {
    bottom: 20px;
    right: -30px;
    background: #c3e5ff;
    bottom: 42px;
    right: -30px;
    z-index: 999;
  }
  .question-tooltip:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -12px;
    right: 5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #c3e5ff;
  }
  .question-icon {
    z-index: 11;
    right: 0px;
  }
  .question-tooltip.last-ones {
    bottom: 70px;
  }
}


/* for form  mobile view  */
.mobile-total {
  display: none;
}
.div-one {
  width: 32%;
}
.div-one p>i {
  margin-right: 10px;
}
.div-one p {
  font-size: 14px;
  padding: 2px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  max-width: 100%;
}
.div-one.green-color p {
  color: #27AE60;
  background: rgba(39, 174, 96, 0.3);
  border-radius: 5px;
}
.div-one.redish-color p {
  color: #F2994A;
  background: rgba(242, 153, 74, 0.3);
  border-radius: 5px;
}
.div-one.red-color p {
  color: #EB5757;
  background: rgba(235, 87, 87, 0.3);
  border-radius: 5px;
}
.question-img-tooltip-mobile {
  text-align: center;
}
.question-img-tooltip-mobile img {
  width: 16px;
  height: 16px;
}
.div-one .question-img-tooltip-mobile img:hover ~ p.question-tooltip-mob {
  display: block;
}
.div-one p.question-tooltip-mob {
  display: none;
}
.div-one .question-tooltip-mob {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: left;
  z-index: 999;
  padding: 5px 15px;
  line-height: 25px;
  margin-top: 15px;
}
.green-color .question-tooltip-mob {
  background: rgb(196 227 209) !important;
}
.div-one.green-color  .question-tooltip-mob:before {
  border-bottom: 15px solid rgb(196 227 209);
}
.redish-color .question-tooltip-mob {
  background: #ffe3cb !important;
}
.div-one.redish-color .question-tooltip-mob:before {
  border-bottom: 15px solid #ffe3cb;
  left: calc(50% - 11px);
}
.red-color .question-tooltip-mob {
  background: #ffc5c5 !important;
}
.div-one.red-color  .question-tooltip-mob:before {
  border-bottom: 15px solid #ffc5c5;
  left: 80%;
}
.div-one .question-tooltip-mob:before {
  position: absolute;
  content: "";
  top: -12px;
  left: 38px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media (max-width: 767px) {
  .mobile-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
}

#exit-intent-modal .modal-content {
    padding-left: 480px;
    min-height: 488px;
    height: auto;
}
#exit-intent-modal .modal-header .close {
    z-index: 999;
    margin-right: 28px;
    top: 28px;
}
#exit-intent-modal .modal-body {
    margin-top: 10px;
    max-width: 100%;
    padding-right: 14%;
}
#exit-intent-modal .modal-body h1 {
    font-size: 64px;
    line-height: 65px;
    letter-spacing: -0.02em;
    margin: 0 0 14px;
}
#exit-intent-modal .modal-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #F2F2F2;
    margin: 0 0 16px;
}
#exit-intent-modal .modal-body p b {
    font-size: 24px;
}
#exit-intent-modal .modal-body p.italic {
    font-style: italic;
    font-weight: 300;
    max-width: 375px;
}
#exit-intent-modal .modal-body .btn {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(274.38deg, #78FFD6 -17.57%, #0367C4 114.55%);
    padding: 12px 41px;
    border-radius: 0px 34.5px;
    border: 0px solid;
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F2F2F2;
    min-width: 300px;
}
@media (max-width: 1199px) {
  #exit-intent-modal .modal-dialog {
    width: 980px;
    padding: 0 10px;
  }
  #exit-intent-modal .modal-content {
    padding-left: 460px;
  }
  #exit-intent-modal .modal-body h1 {
    font-size: 54px;
    line-height: 60px;
  }
  #exit-intent-modal .modal-body {
    padding-right: 8%;
  }
}
@media (max-width: 991px) {
   #exit-intent-modal .modal-header .close {
      position: absolute;
      right: -20px;
      top: 18px;
      margin-top: -2px;
      font-size: 0;
      background: url(../images/cross.png);
      width: 26px;
      height: 26px;
      background-size: cover;
      opacity: 1;
      margin-right: 34px;
  }
  #exit-intent-modal .modal-dialog {
      width: 560px;
      margin: 40px auto;
  }
  #exit-intent-modal .modal-header {
      padding: 0;
  }
  #exit-intent-modal .modal-content {
      padding: 40px 40px 120px;
      text-align: center;
  }
  #exit-intent-modal .modal-content:before {
     position: absolute;
     content: "";
     top: auto;
     bottom: 0;
     left: 50%;
     background: url(../images/bg-fat2-mob.png);
     width: 184px;
     height: 90px;
     background-size: cover;
     transform: translateX(-50%);
  }
  #exit-intent-modal .modal-body {
     padding: 0;
  }
  #exit-intent-modal .modal-body p.italic {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  #exit-intent-modal .modal-dialog {
    width: 100%;
    max-width: 440px;
    margin: 24px auto;
  }
  #exit-intent-modal .modal-body h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #exit-intent-modal .modal-content {
    padding: 40px 20px 120px;
  }
  #exit-intent-modal .modal-body p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 12px;
  }
  #exit-intent-modal .modal-body p b {
    font-size: 20px;
  }
  #exit-intent-modal .modal-body .btn {
    padding: 12px 32px;
    line-height: 36px;
    min-width: 280px;
  }
}
@media (max-width: 359px) {
  #exit-intent-modal .modal-body h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
