.contact-social ul li a {
  border: 1px solid #F2D202;
  color: #3E92CC;
  background-color: #F2D202;
}
.contact-social ul li a:hover {
  border: 1px solid #3E92CC;
  color: #F2D202;
  background-color: #3E92CC;
}
.theme-btn.contact-btn {
  background: #3E92CC;
}

.font-30 {
  font-size: 24px;
}
.back-tertiary {
  background-color: #edf4ff !important;
}
.bold_class {
  color: #3E92CC;
}

.expl_points {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  font-family: fontmedium !important;
}
.expl_points_icon i {
  width: 36px;
  height: 36px;
  background-color: #3E92CC;
  color: #fff;
  border-radius: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  font-size: 14px;
}
.expl_point_data {
  font-size: 16px;
  color: rgb(30 30 30 / 84%) !important;
}

.text-main-primary {
  font-weight: 700;
  font-size: 26px;
}

.enquire_tab .nav-link.active {
  color: #ffffff;
  background-color: #3E92CC;
  /* border-color: transparent; */
  border-radius: 5px;
}

.enquire_tab .nav-link {
  width: 230px;
  border: transparent !important;
  background: rgb(115 208 223 / 24%);
  color: #3E92CC;
  border-radius: 5px;
  text-align: center;
}

.contact-bg {
  background: #2596be;
  border-radius: 30px;
  padding: 30px;
}
.mbs-4.mts-3 {
  margin-top: 25px;
  margin-bottom: 35px;
}

.contact-form-pad {
  padding: 14px !important;
  border-radius: 10px !important;
  font-family: fontmedium !important;
}

.contact-btn {
  border-radius: 10px;
  background-color: #F2D202 !important;
  border: 1px solid #F2D202;
  color: #3E92CC !important;
  font-family: fontmedium !important;
}

.contact-btn:hover {
  background-color: #3E92CC;
}

.error {
  color: rgb(255, 0, 0) !important;
  font-weight: 700;
}

.phone_code-input .country_code {
  padding-left: 50px !important;
}

.contact-form-pad {
  padding: 14px !important;
  border-radius: 10px !important;
}

.iti--allow-dropdown {
  width: 100%;
}


@media only screen and (max-width: 768px) {
  .text-main-primary {
    font-size: 24px;
}
}
