@font-face {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 400;
    src: url(../font/Readex_Pro/static/ReadexPro-Regular.ttf);
  }
  @font-face {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 600;
    src: url(../font/Readex_Pro/static/ReadexPro-SemiBold.ttf);
  }
  @font-face {
    font-family: 'Readex Pro';
    font-style: normal;
    font-weight: 700;
    src: url(../font/Readex_Pro/static/ReadexPro-Bold.ttf);
  }
  h1{
    color: var(--ffffff, #FFF);
    font-family: Readex Pro;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }
  h2{
    color: var(--009982, #009982);
    font-family: Readex Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
  }
  h3{
    color: var(--009982, #009982);
    text-align: center;
    font-family: Readex Pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  p{
    color: var(--555555, #555);
    font-family: Readex Pro;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    text-align: center;
  }
.btn-green, .section2 .btn-green:hover{
    color: white;
    background: var(--009982, #009982);
    border-radius: 0px;
    padding: 12px 27px;
  }
  .section2 .btn-green:hover {
    border:1px solid #ffffff;
    color: #ffffff;
    background: transparent;
     }
  /* <!-- START <div class="section1"> --> */
  .section1 .navbar{
    background-color: white !important; 
    height:134px;
    
  }
  .section1 a, .navbar-nav .nav-link.active{
    color: var(--004-c-99, #004C99);
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section1 li{
    margin: 0px 18px;
    display: flex;
  }
  .nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active {
    color: var(--ffffff, #FFF);
    background-color:#009982;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 91px;
    height: 149px;
}
 .navbar-collapse {
    justify-content: flex-end;
}
/* <!-- end <div class="section1"> --> */

.section2{
  background-image: url(../section2.png);
  background-size: cover ;
  min-height: 556px;
  text-align: center;
}

.section2 p{
color: var(--ffffff, #FFF);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
padding: 50px 5px;
margin-bottom: 0px;
}

/* <!-- end <div class="section2"> --> */

.section3{
  background-image: url(../section3background.png); 
  /* min-height: 718px; */
  text-align: start;
  background-repeat: no-repeat;
  background-position: center;
  padding: 158px  0px;

}

.section3 h2{
  text-align: start;
  margin-bottom: 30px;
}
.section3 p{
  text-align: start;
  line-height: 30px;
}
/* <!-- end <div class="section3"> --> */

.section4{
  background-color:#F6F6F6;
  padding-top: 98px;
  padding-bottom: 122.6px;

}
.section4 h2{
  color: var(--004-c-99, #004C99);
  margin-bottom:77.73px;

}
.section4 h3{
  margin: 24px 0px;
}
.section4 p{
color: var(--555555, #555);
font-size: 16px;
line-height: 24px; 
padding: 2px;

}
/* <!-- end <div class="section4"> --> */

.section5{
  text-align: center;
  padding-top:110px;
  padding-bottom:79px;
}
.section5 h2{
text-align: start;
}
.section5 p{
  text-align: start;
  padding: 30px 16px;
}
/* <!-- end <div class="section5"> --> */

.section6{
  text-align: center;
  background-image:url(../section6Background.png);
  background-size: cover;
  min-height: 1225px;
  background-repeat: no-repeat;
  padding-top: 131px;
  padding-bottom: 107px;
}
.section6 h2{
  color: var(--004-c-99, #004C99);
  margin-bottom: 87px;
}
.section6 h3{
  text-transform: capitalize;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0px 100px;

}
.section6 p{
  font-size: 16px;
  line-height: 24px;
  padding: 0px 38px;

}

/* <!-- end <div class="section6"> --> */
.section7{
  padding-top:121px ;
  /* padding-bottom: 101px; */
}
.section7 h2{
  margin-bottom:30px ;
}
.section7 h3{
  color: var(--555555, #555);
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 83px;
}
.section7 .map-container {
  width: 100%;
  height: 259px;
  margin-bottom: 51px;
}
.section7 p {
color: var(--004-c-99, #004C99);
font-size: 16px;
font-weight: 700;
text-transform: capitalize;
margin: 0px;
text-align: start;
}
.section7 .p2 {
  color: var(--555555, #555);
  font-weight: 400;
  line-height: 20px;
  }
.section7 .p3 {
    color: var(--555555, #555);
    font-weight: 400;
    line-height: 20px;
    padding-top: 9px;
  }
  .s7 .contact:first-child{
    align-items: flex-start;
    margin-bottom: 15px;

  }
  .s7 .contact{
    align-items: center;
  }
  .section7 a.num {
    text-decoration: unset;
  }


.section7 input{
  background: var(--ffffff, #FFF);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.20);
  border-radius: 0px;
  height: 68px;
}
.section7 textarea{
min-height: 148px;
background: var(--ffffff, #FFF);
box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.20);
border-radius: 0px;
resize: none;

}
.section7 .form-control::placeholder {
  color:#DBDBDB;
}
.section7 .btn-green{
 
  padding: 12px 52px;
  margin-top:42px ;
}
  .btn-green:hover {
border:1px solid var(--009982, #009982);
color: var(--009982, #009982);
background: transparent;
 }
/* <!-- end <div class="section7"> --> */

.section8{
  background-color: #009982;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:17px 0px;

}
.section8 h3{
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  margin-right: 12px;
  margin-bottom: 0px;
}
.section8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.section8 li {
  margin-right: 12px;
}
.section8 a img {
  display: block;
  padding:0px 4px;
}
/* <!-- end <div class="section8"> --> */

.section9 {
background-color: #004C99;
padding-top:42px;
padding-bottom: 30px;

}
.section9 img{
padding-bottom:35.93px ;

border-color: #FFF;
border-top: 1px;
}

.section9 li a{
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: unset; 
  margin-right: 25px;
  margin-left: 25px;
}
/* .section9 li a:hover{
  color: var(--009982, #009982);
} */
.section9 ul li:first-child a{
  margin-left: 0;
}
.section9 .as{
  border-top: 1px solid #FFF;
  padding-top: 22px;

}

.section9 a{
  text-decoration: underline; 
  padding: 0px;
  font-size: 12px;
  text-align: center;
  margin-right: 0px;

}
.section9 p, .section9 p a{
  color: var(--ffffff, #FFF);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
.section9 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.phone-validation.form-control.is-valid, .was-validated .phone-validation.form-control:valid, .email-validation.form-control.is-valid, .was-validated .email-validation.form-control:valid{
  border-color: #dc3545;
  background-image: url(../wrong.svg);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus{
  box-shadow: unset;
}
.was-validated .phone-validation.form-control:valid:focus, .was-validated .email-validation.form-control:valid:focus{
  border-color: #dc3545;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
  border-color: #dc3545;
}

.error-lable{
    color: red;
}
.success{
    color: green !important ;
}
.box-image-with-text{
  background-image: url(../GroupImage6278.svg);
  height: 211px;
  width: 211px;
  z-index: 111111;
  padding-top: 74px;
  padding-left: 32px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-image-with-text h3{
  color: #FFF;

text-align: center;
font-family: "Readex Pro";
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 107.143% */
text-transform: capitalize;}
.box-image-with-text a{
  height: 51px;
    display: flex;
    align-items: center;
    color: #FFF;
text-align: center;
font-family: "Readex Pro";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 187.5% */
text-decoration-line: underline;
text-transform: capitalize;
}
.new-section{
  background-image: url(../section3background.png);
    min-height: 718px;
    text-align: start;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 158px 0px;
}
.main-box-section{
  display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
.sub-boxes-div{
  display: flex;
  gap: 166px;
}