*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


:root {
--header-font-color: #4055A9;
--font-weight-100: 100;
--font-weight-200: 200;
--font-weight-300: 300;
--font-weight-400: 400;
--font-weight-500: 500;
--font-weight-100: 100;
--font-weight-600: 600;
--font-weight-700: 700;
--font-weight-800: 800;
--font-size--10: 10px;
--font-size-12: 12px;
--font-size-14: 14px;
--font-size-16: 16px;
--font-size-18: 18px;
--font-size-20: 20px;
--font-size-24: 24px;
--font-size-28: 28px;
--font-size-30: 30px;
--body-font:#575A6E;
--manorope-font-family: Manrope;
}



/* .breadcrumBackgroundContact{
background: url("../img/about/contactBack.png") ;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px;
} */
.breadcrumBackgroundContact{
background: url("../newImage/about/back/contactssmain.webp") ;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px;
}
.contactContainer{
padding: 100px 0;
}


input {
  overflow: hidden;
}



form.contFrm {
  margin: auto;
  gap: 6%;
  padding: 30px 0;
}

.inptFld {
  width: 100% !important;
  height: 50px !important;
  border: 0 !important;
  margin: 0 0 10px;
  border-radius: 100px !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  color: #000 !important;
}

.inptFld:focus {
  outline-offset: -4px;
  /* outline: 1px solid #f93; */
}

.contFrm textarea {
  height: 75px;
  padding-top: 5px;
}
.inptBtn {
  height: 50px;
  border: 0;
  background: #00b055;
  font-size: 14px;
  color: #fff;
  margin: auto;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  border-radius: 100px;
  background-color: var(--header-font-color);
}

/* Responcive css Start */




.contactFormHeading h2{
  font-size: clamp(var(--font-size-18),6vw, 50px);
  font-weight: var(--font-weight-700);
  font-family:var(--manorope-font-family) ;
  color: #000000;
  line-height: 100%;
}

.contactFormHeading p{
  font-family: var(--manorope-font-family);
  font-size:clamp(var(--font-size-14),6vw, var(--font-size-16));
  font-weight: var(--font-weight-500);
  color: #575A6E;
}

.contactBackgroungCard{
  background-color: #ECEEF6;
  display: flex
  ;
      border-radius: 50%;
      padding: 20px;
      min-width: 80px;
    min-height: 80px;
}
.contactRight{
  border: 1px solid #ECEEF6;
  border-radius: 20px;
  overflow: hidden;
}
.contactCard{
  border-bottom: 1px solid #ECEEF6;
  padding: 30px 20px ;
}

.leftBg{
  background-color: #ECEEF6;
  border-radius: 20px;
  padding: 30px 40px;
}
.contactCard h2{
  font-size: var(--font-size-28);
  font-weight: var(--font-weight-700);
  font-family:var(--manorope-font-family) ;
  color: #000000;
}
.contactCard a{
  font-size: clamp(var(--font-size-14),6vw, var(--font-size-16));
  font-weight: var(--font-weight-500);
  font-family:var(--manorope-font-family) ;

color: var(--body-font);
}


@media (max-width: 991px) {
  
  .inptFld {
    height: 40px;
    margin: 0 0 10px;
    padding: 0 14px;
    font-size: 14px;
  }
  .contactFormHeading h2{
      font-size: 36px;
  }

}

@media (max-width: 768px) {
  .contactContainer{
    padding: 80px 15px;
  }
  .leftBg{
    padding: 30px 10px;
  }
}

@media (max-width: 575px) {
 
  .inptFld {
      height: 45px;
      margin: 0 0 8px;
      padding: 0px 14px;
      /* font-size: 14px; */
      overflow: hidden;
  }
  .contactFormHeading h2{
      font-size: 25px;
  }
}




