.contact-page-section {
  position: relative;
  /* padding:100px 0 70px; */
  /* background: var(--lt-bg-color); */
}

.contact-info-box {
  position: relative;
  margin-bottom: 30px;
  border-right: 1px solid #cdcdcd;
}

a.sticky.main-btn {
  display: none;
}

.box-inner {
  position: relative;
  padding: 40px 0;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 0 rgb(0 0 0 / 12%);
}

.contact-info-box .box-inner {
  position: relative;
  padding: 0 9px;
}

.contact-info-box .box-inner a {
  color: var(--text-black);
}

.contact-info-box .box-inner h5 {
  position: relative;
  font-family: var(--secondary-font);
  color: var(--text-black);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.contact-info-box .box-inner p {
  position: relative;
  color: var(--text-black);
  opacity: 0.8;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.7em;
}

.contact-info-box:last-child {
  border-right: 0px solid #cdcdcd;
}

.contact-page-section .inner-container {
  position: relative;
  padding: 40px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  background: #fff;
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.contact-form {
  position: relative;
  margin-top: 0;
}

.contact-form .form-group {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
}

.contact-form .form-group label {
  position: relative;
  color: #2b2b2b;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  display: block;
}

.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea,
.contact-form .ui-selectmenu-button.ui-button {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  font-size: 13px;
  color: #060606;
  line-height: 34px;
  font-weight: 400;
  border-radius: 0;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  resize: none;
}

.contact-map {
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0 5px #ccc;
}

.contact-map iframe {
  position: relative;
  top: 0;
  height: 100%;
}

.contact-page-section .sec-title h3 {
  margin-bottom: 10px;
}

/*========================contact page css start ==============================================*/
.contact_from_box {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 49px 15px 46px;
}
.form_box input {
  width: 100%;
  height: 54px;
  border: 1px solid #e6e6e6;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border-radius: 0;
}
.form_box textarea {
  width: 100%;
  height: 150px;
  padding: 10px 0 0 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f4f4f4;
  border-radius: 0;
}
.cda-content-area {
  background: var(--secondary-color);
  padding: 20px 0;
  height: 100%;
}
.cda-single-content {
  margin: 0 23px;
  padding: 25px 0 5px;
}
.cda-icon i {
  font-size: 40px;
  color: #ffffff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff0;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0px;
}
.cda-content-inner h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.cda-content-inner p {
  color: #fff;
  margin: 12px 0;
  font-size: 16px;
}
.hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.contact_title h3 {
  font-size: 27px;
  padding-left: 30px;
}
.contact-page-heading h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.contact-page-heading p {
  color: #fff;
  font-size: 16px;
}
.contact-page-heading {
  margin: 0px 23px;
  padding-top: 20px;
}
.contact_from_box .heading {
  position: relative;
  margin-bottom: 16px;
}
.contact_from_box .heading h6 {
  font-size: 30px;
  font-weight: 600;
}
.contact_from_box {
  padding: 50px 50px;
}
.contact_from_box .our-contact-heading {
  text-align: left;
  margin-bottom: 30px;
}
.contact_from_box .our-contact-heading h3 {
  color: #e41e2f;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 17px;
}
.contact_from_box .our-contact-heading p {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.cda-content-inner a {
  color: var(--white-color);
}

.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px;
  font-family: var(--primary-font);
  padding-top: 30px !important;
  font-size: var(--f14);
  border: 0;
  border-bottom: 2px solid var(--secondary-color);
}

.form-floating {
  margin-bottom: 17px;
}

.form-control:focus {
  box-shadow: none;
}

textarea#floatingTextarea {
  border: 0px solid;
  border-bottom: 2px solid var(--secondary-color);
  border-radius: 0px;
  margin-bottom: var(--m15);
  height: 100px;
  font-family: var(--primary-font);
}

select {
  word-wrap: normal;
  border: 0;
  border-bottom: 1px solid;
  width: 100%;
  padding: 1rem 0.75rem;
}
.select:focus-visible {
  border: none;
}

.banner .guides {
  position: absolute;
  height: 350px;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}
/*========================contact page css start ==============================================*/

#interest {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#interest label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  /* border: 2px solid #ccc; */
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fff;
}
.form-floating p{
         padding-left: 13px;
    font-weight: 400;
    font-size: 17px;
   
  
}
#interest input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

#interest input[type="radio"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}

#interest input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#interest label:hover {
  border-color: #007bff;
}