.conatctheding h2 {
  font-size: 30px;
  color: #212427;
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-top: 8%;

}

.formwrap {
  background: #ffff;
  width: 80%;
  /* width: 1026px; */
  border: 1px solid #D4D9DF;
  margin: 40px auto;
  border-radius: 3px;
  padding: 40px 50px;
  padding-top: 50px;
  box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.1);
  margin-top: 2%;
}


.container-contact {
  max-width: 1200;
}

section {
  overflow: hidden;
}





.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

@media (max-width: 768px) {
  .section-header p {
    width: 100%;
  }

  .conatctheding h2 {
    font-size: 30px;
    color: #212427;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-top: 6rem;

  }

  .formwrap {
    background: #ffff;
    /* width: 100%; */
    /* width: 1026px; */
    margin: 50px auto;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.1);
    margin-top: 2%;
  }

}

#services {
  padding: 10px 10 10px 10;

}

.formwrap2 {
  /* max-width: 1200px; */
  /* background: #ffff; */
  width: 80%;
  padding: 10px;
  margin: 10px auto;
  margin-top: 2%;

}

.box {
  /* width: 350px; */
  /* min-width: 350px; */
  height: 100%;
  padding: 20px;

  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #CCD7E4;
  border-radius: 3px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);

  text-align: left;
  /* margin: -3%; */

}

.contactDivRow{
  row-gap: 1rem;
}

.box:hover {
  box-shadow: 0 10px 29px 0 rgba(68, 88, 145, 0.1);
}


#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;

}

#services .title a {
  color: #838EAC;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}



#services .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
  color: #001345;
  font-weight: 500;
}

/* .red_border {
  border: 1px solid red !important;
} */

.errfound {
  font-size: 12px;
  color: red;
  display:none;
}
.red_border + .errfound {
  display: inline-block;
}
.inputGroup.errf + img + .errfound {
  display: inline-block;
}
@media (max-width: 540px){
  .formwrap {
    margin: 28px auto;
    width: 91%
  }
  .formwrap2{
    width: 100%;
  }
}
.formwrap .form-group{
  margin-bottom: 0;
}
.email_copy {
  background: #DEE5ED;
  padding: 0.3rem;
  border-radius: 3px;
  border: 0;
}
.customSelectCont{
  position: relative;
}
select.customDropdown{
  position: relative;
  z-index: 1;
  overflow: scroll;
  height:55px;
}

.contactDivRow{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr ;
  grid-gap:1rem;
}

.email_copy:active {
  transform: scale(0.9);
}
#btn_contact:hover{
  box-shadow: 0px 0px 66px rgb(0 0 0 / 8%);
}
.directionBtn{
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.1);
}
.directionBtn:hover {
  box-shadow: none;
}
.formwrap .form-row .form-group input,.formwrap .form-row .form-group select{
  margin-bottom: 0.75rem ;
}
.formwrap .form-row .form-group input.red_border,
.formwrap .form-row .form-group select.red_border {
  margin-bottom: 0;
}
.inputGroup{
  display: flex;
  position: relative;
}
.countryCode,.phoneIp{
  padding:.375rem 0.75rem;
}
.form-group .inputGroup input {
  margin-bottom: 0.75rem;
}
.form-group .inputGroup .red_border{
  margin-bottom: 0;
}
.countryCode {
  display: inline-block;
  border: 1px solid #ced4da;
  border-right: 0 ;
  width: 70px;
  border-radius: 3px 0 0 3px;
}
.phoneIp{
  display: inline-block;
  border: 1px solid #ced4da;
  border-left: 0;
  padding-left: 1.125rem;
  width: 100%;
  border-left: 0 ;
  border-radius: 0 3px 3px 0;
}
.ctDivider{
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 75px;
}
/* .errf + .ctDivider{
  display: none;
} */
.countryCode:focus,
.phoneIp:focus{
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}
.form-control:focus{
  box-shadow: none !important;
}
.countryCode:focus~.phoneIp {
  border-color: #80bdff;
  border-width: 2px;
}
 .form-group  input:focus, .form-group select:focus {
  border-width: 2px;
} 
@media(max-width:992px){
  .contactDivRow {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}