:root {
  --color-primary: #375dd9;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-light-blue: #dee4f8;
  --color-lightest-blue: #e9edfb;
  --color-form-bg: #f5f7fd;
}

.contactus-container {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col2 {
  width: calc(8.33% * 2);
  padding: 0 15px;
}

.col3 {
  width: calc(8.33% * 3);
  padding: 0 15px;
}

.col4 {
  width: calc(8.33% * 4);
  padding: 0 30px;
}

.col5 {
  width: calc(8.33% * 5);
  padding: 0 15px;
}

.col7 {
  width: calc(8.33% * 7);
  padding: 0 15px;
}

.col8 {
  width: calc(8.33% * 7);
  padding: 0 15px;
}

.col20 {
  width: 20%;
  padding: 0 15px;
}
.col30{
  width: 30%;
  padding: 0 15px;
}
.col70{
  width: 70%;
  padding: 0 15px;
}

/*Banner Section Start*/
.contactus-banner-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 462px;
  color: var(--color-white);
  background: url(../image/contact-us-image/Frame\ 1261153516.png) no-repeat center/cover;
  margin-bottom: 50px;
}

/*Banner Section End*/

/*Form Section Start*/
.contactus-form-section {
  margin-top: 60px;
  margin-bottom: 60px;
  /* height: 934px; */
}

.card-style {
  background: var(--color-form-bg);
  border-radius: 18px;
  /* padding: 40px; */

}

.contact-section {
  display: flex;
  gap: 40px;
  margin: 60px 0;
  align-items: flex-start;
}

.col7 {
  flex: 2;
}

.col7 h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.col7 .subheading {
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 24px;
}

.contact-form .flex-row {
  display: flex;
  gap: 20px;
  margin-bottom: 18px;

}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d7dbe1;
  border-radius: 8px;
  font-size: 14px;
  outline: none;

}

/* .contact-form input:focus,
.contact-form textarea:focus {
  border-color: #5c97f2;
} */

.contact-form textarea {
  height: 130px;

}

.checkbox-row {
  margin: 16px 0;
  font-size: 14px;
}

.checkbox-row a {
  color: #2376f2;
  /* text-decoration: underline; */
}

.col40 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-box {
  background: var(--color-form-bg);
}

.info-box .info-line {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  align-items: start;
}

.info-box .icon {
  font-size: 24px;
  margin-top: 3px;
}

.info-box h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.info-box p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: none;
}

.checkbox-div {
  display: flex;
}

.checkbox-div input,
.checkbox-div span {
  display: inline-block;
}

.check {
  margin-right: 10px;
}

.text-wrap span {
  margin-right: 6px;
}
.contact-left{
  align-items: center;
  display: flex;
  padding: 20px;
}
.contact-form{
  width: 70%;
  padding: 0 30px;
}
.contact-right{

  width: 30%;
}
/*Form Section End*/

/*Promotion Section Start*/

.contactus-promotion-section {
  margin-bottom: 50px;
}

.img-container {
  /* width: 251px;
    width: 93px; */
  margin-right: 37.5px;
}

.img-container>img {
  width: 100%;
  height: 100%;
  transition: all linear 0.3s;
}

.img-container>img:hover {
  transform: scale(1.1);
}

/*Promotion Section End*/

/*Service Section Start*/
.contactus-service-section {
  margin-top: 60px;
  margin-bottom: 60px;
  /* border-radius: 50%; */
}

.service-content {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  width: 509px;
  height: 448px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  gap: 0;

  /* margin: 0 auto; */

}

.service-content>p {
  /* width: 330px;
  height: 184px; */
  padding: 85px 89.5px;
  font-size: 35px;
  color: var(--color-white);
}

.service-content>a {
  display: inline-block;
  flex-direction: row;

  /* justify-content: center;
  align-items: center; */
}

.service-btn {
  margin: 0 118px;
  margin-bottom: 85px;
  /* margin-top: 10px; */
  background: var(--color-white);
  color: var(--color-black);
  padding: 14.5px 79px 14.5px 40px !important;
  /* border: 2px solid var(--color-white); */
  border-radius: 68px;
  transition: all ease 0.3s;
}

.service-btn:hover {
  border: 2px solid var(--color-white);
  background-color: var(--color-primary);
  color: var(--color-white);
}

.service-btn>span>svg:hover {
  color: var(--color-white);
}

.service-btn span svg {
  margin-left: 15px;
}

.image-box {
  width: 1111px;
  height: 448px;
  object-fit: cover;
  border-radius: 50px;
}

.image-box>img {
  width: 100%;
  height: 100%;
}

/*Review Section End*/
.contactus-review-section {
  margin-top: 50px;
  margin-bottom: 60px;
}

/* .contactus-review-section  .col20{
  margin-right: 140px;
} */
.review-content {
  /* width: 200px; */
  height: 114px;
  margin-right: 140px;
  justify-content: space-around;
  align-items: center;
  transition: all ease 0.3;
}

/* .review-content  span svg{
  align-items: center;
  justify-content: center;
} */
/* .review-content:hover{
  transform: scale(1.1);
} */

/*Review Section End*/

/*App Section Start*/
.contactus-app-section {
  margin: 50px 0;
}

.left-content {
  display: flex;
  /* position: relative; */
  align-items: center;
  max-width: 992px;
  background: url(../image/contact-us-image/Frame\ 1261153518\ \(1\).png);
  border-radius: 50px;
}
.left-content .col4{
  margin-left:220px;
}

.mobile-image {
  width: 274px;
  height: 526px;
  margin-left:100px;
}
.mobile-text h4{
  margin-bottom: 20px;
  font-size: 35px;
}
.mobile-text p{
  margin-bottom: 40px;
}

.mobile-image > img {
  width: 100%;
  height: 100%;
}
.appstore-image{
  display: flex;
}
.appstore-image .applestore{
  margin-right: 24px;
}
.right-content{
  background: url(../image/contact-us-image/Frame\ 1261153542.png) no-repeat center/cover;
  height: 588px;
  width: 565px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}
.right-content p{
  color: var(--color-white);
  text-align: left;
  font-size: 35px;
  margin: 30px 327px 0px 35px;
}
.right-content a{
  display: block;
  justify-content: center;
  align-items: center;
}
.newsletter-btn {
  width: 194px;
  height: 58px;
  padding: 14.5px 69px 14.5px 30px;
  background: #ffffff 80%;
  color: black;
  border:none;
  margin-left: 35px;
  margin-top:99px;
}
/*App Section End*/
/*Club Section Start*/
.contactus-club-section{
  margin-top: 50px;
  margin-bottom: 50px;
}
.club-content-banner{
  position: relative;
  width: 1620px;
  height: 593px;
  background: url(../image/contact-us-image/Frame\ 1261153518.png) no-repeat;
  border-radius: 50px;
}
.club-content{
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 408px;
  height: 259px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* background-color: var(--color-white); */
  border-radius: 50px;
  left: 45px;
  bottom: 50px;
}
.club-content p{
  color: black;
  font-size: 20px;
  text-align: left;
  margin-left: 30px;
  margin-top: 22px;
}
.club-review{
  display: flex;
  align-items: center;
  /*justify-content: center;   */
  
  height: 38px;
  margin-left: 30px;
  margin-top: 60px;
}
.club-image{
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
}
.club-image > img{
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 100%;
}
.club-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.club-text p{
  font-size: 17px;
 
}
.review{
  width: 81px;
  height: 13px;
}
.review > img{
  width: 100%;
  height: 100%;
}

/*Club Section End*/
/*Question Section Start*/
.question-section{
  display: flex;
  margin: 50px 0;
}
.question-section p{
  color: black;
  display: flex;
  margin: 0 auto;
}
/*Question Section End*/