.ift-contact-banner-container {
  position:relative;
  z-index:1;
  background: radial-gradient(90.83% 161.07% at 95.21% 29.7%, #FBFCFF 0%, #EDF2FF 100%);
  overflow:hidden;
}

.ift-contact-banner-container::before {
  content: '';
  background-size: cover;
  background-image: url(https://3289531.fs1.hubspotusercontent-na1.net/hubfs/3289531/2022_ift_theme/graphics/bottom-white-contact.svg);
  position: absolute;
  width: 150%;
  height: 150%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  left: 0%;
  top: 126px;
  z-index: -1;
}

.ift-contact-banner-wrapper {
/*   padding: 10px 20px; */
  padding-top:10px;
  padding-bottom:10px;
}

/* .white-bg {
  position:absolute;
  bottom:0;
  display:none;
} */

.ift-contact-banner-upper {
  display:flex;
  flex-wrap:wrap;
}

.ift-contact-banner-col-one {
  flex-basis:40%;
}

.ift-contact-banner-col-two {
  flex-basis:60%; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 600px;
  position:relative;

}

.ift-contact-wheel-placement {
  position:relative;
/*   background:url(https://f.hubspotusercontent30.net/hubfs/3289531/rotate%20(4).png); */
/*   height:100%; */
}

.rotate-image {
  position:absolute;
  z-index:-2;
}

.inside-image {
  position:absolute;
  left: 188px;
  top: 121px;
}

.second-image {
  position: absolute;
  top: 207px;
  left: 58px;
}


.ift-contact-booking {
  display:flex;
  gap:37px;
  background: #153A91;
  border-radius: 20px;
  padding:32px;
  width:420px;
  position:relative;
  top:-71px;
}

.ift-contact-booking:before {
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/3289531/Ellipse%20541.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: -100px;
  left: -100px;
  z-index:-1;
}


.ift-contact-booking:after {
  content: '';
  background: url(https://f.hubspotusercontent30.net/hubfs/3289531/rotate%20%285%29.png);
  position: absolute;
  width: 356px;
  height: 356px;
  background-repeat: no-repeat;
  background-size: 356px;
  right: -200px;
  top: -210px;
  z-index: -1;
}

.ift-contact-booking-text h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  /* or 36px */
  /* WHITE */
  color: #FFFFFF;

}

.ift-contact-main-text {
  padding-top:100px;
}

.ift-contact-main-text h1, .ift-contact-main-text h2, .ift-contact-main-text h3, .ift-contact-main-text h4, .ift-contact-main-text h5, .ift-contact-main-text h6
  font-family: 'Pridi';
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  color: #2A2D3D;
  margin-bottom:0;

}

.ift-contact-main-text p, .ift-contact-main-text span, .ift-contact-main-text div {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  /* or 22px */
  /* IFT BLACK */
  color: #2A2D3D;
  margin-top: 28px;
}

.ift-call-us {
  margin-top:112px; 
}

.ift-call-us h3, .ift-visit-us h3, .ift-email-us h3, .ift-follow-us h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  /* or 14px */
  letter-spacing: 0.05em;
  /* VARIANTS/PURPLE */
  color: #57369B;
  margin-bottom:8px;
  text-transform: uppercase;
}

.ift-follow-us {
  margin-top: 20px;
}

.ift-call-us a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  /* or 26px */
  text-decoration-line: underline;
  /* VARIANTS/DARK BLUE */
  color: #12285B;
 
}

.ift-email-us {
  margin-top:20px; 
}

.ift-email-us a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  /* or 26px */
  text-decoration-line: underline;
  /* VARIANTS/DARK BLUE */
  color: #12285B;
 
}

.ift-visit-us {
  margin-top:20px;
}


.ift-visit-us-address p, .ift-visit-us-address span, .ift-visit-us-address div {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  /* or 19px */
  /* IFT BLACK */
  color: #2A2D3D;
}

.ift-follow-us-container {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}


.ift-contact-wheel-placement.mobile {
  display:none;
}

@media only screen and (max-width:767px) {
  .ift-email-us {
    margin-top:50px !important;
  }
  .ift-contact-wheel-placement {
    margin: 0 auto;
  }
  .second-image {
    position: absolute;
    top: 16px;
    left: 63px;
    z-index: 1;
    width: 107px;
  }
  .ift-contact-booking { 
    top:0; 
  }
   .ift-contact-banner-col-one, .ift-contact-banner-col-two {
    flex-basis:100%;  
  }
  .ift-contact-banner-col-two {
    margin-top:0;
    padding-bottom:50px;
  }
  .ift-call-us {
    margin-top:50px; 
  }
  .ift-contact-main-text {
    padding:50px 0 0 0;
  }
  .ift-contact-banner-wrapper {
    padding:0 !important;
  }
  .ift-contact-main-text, .ift-call-us, .ift-email-us, .ift-visit-us, .ift-follow-us, .ift-contact-banner-col-two {
    padding: 0 20px !important; 
  }
  .mobile-graph {
    max-width:100%;
    width:100%;
  }
  .ift-contact-booking:before {
    display:none;
    
  }
  .ift-contact-booking:after {
    display:none;
  }
  .ift-contact-banner-container::before {
  
  }

  .inside-image {
    position: absolute;
    left: 95px;
    top: 62px;
    width: 211px;
  }
  .rotate-image {
    position:initial;
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  
@media only screen and (max-width:500px) {
  .ift-contact-booking {
    width:100%;
/*     flex-direction:column; */
    gap:10px;
  }
}
  
  
@media only screen and (max-width:400px) {
  .inside-image {
    position: absolute;
    left: 71px;
    top: 46px;
    width: 160px;
  }
  .rotate-image {
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .second-image {
    width:70px; 
  }
}

@media only screen and (max-width:370px) {
  .ift-contact-booking {
    flex-direction:column; 
  }
}
