
.banner-section{
    position: relative;
}
.banner-overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 32.14%, #000 100%);

}

.banner-text{
    position: absolute;
    bottom: 28%;
    left:10% ;
    color: #fff;
   
    z-index: 2;
  
    font-family:PlusJakartaSans-Bold ;
    font-size: 30px;
font-style: normal;
letter-spacing: 0.75px;
line-height: normal;

}

 .banner-img{
    object-fit: cover;
           min-height: 250px;
               width: 100%;
    }
.contact-info-link a{
    color: #1E1E1E;
    font-family:PlusJakartaSans-Medium ;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 186%; /* 27.9px */
text-decoration: none;
}
.contact-info-section{
    background-image: url(../images/contact/contact-info-bg.jpg);
    background-size: cover;
}
.contact-info-link p{
    color: #1E1E1E;
    font-family:PlusJakartaSans-Medium ;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 186%; /* 27.9px */
text-decoration: none;
}

.contact-info-container h5{
     color: #1E1E1E;
 
    font-family:PlusJakartaSans-Bold ;
font-size: 17px;
font-style: normal;
/* font-weight: 500; */
line-height: 27.9px; /*  */
text-decoration: none;
text-transform: uppercase;
}
.contact-info-container{
    padding-top: 22px;
}

.phone-text{
     
font-family: Outfit-Regular;
}
.contact-adr-text p{
        margin-left: 21px;
}

.contact-form{
    background: #fff;
    border-radius: 6px;
z-index: 1;
position: relative;
    /* max-width: 403px; */


box-shadow: 0px 2px 11px 0px rgba(104, 104, 104, 0.25);



}

.contact-form-btm-button{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.contact-form-btm-button .btn-dark{
  background: linear-gradient(0deg, #002148 0%, #002148 100%), #FFF;
border-radius: 13.197px;
    padding: 8px 18px;
    font-size: 17px;
        display: flex;
    align-items: center;
        font-family: Outfit-Regular;
}
.contact-form-btm-button .btn-dark img{
  margin-right: 6px;
}
.contact-form-btm-button .btn-dark:hover{
background: linear-gradient(0deg, #002148 0%, #002148 100%), #FFF;

}
.footer-right{
  margin-bottom: -180px;
}
input.form-control{
    background: transparent;
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #939393;
    color: #000;
    padding-top: 4px;
    padding-bottom: 4px;
}
input.form-control:focus{
  outline: none;
  box-shadow: none;
  background: transparent;
  color: #000;
  border-color: #939393;
}
::placeholder,::-ms-input-placeholder{
    color: #000;
}
.form-control::placeholder {
    color:#000; /* Change to your desired color */
    opacity: 1; /* Ensure full visibility */
}
.focused .form-label {
    transform: translateY(-125%);
    font-size: .75em;
}

.form-group {
    position:relative;  
  
    & + .form-group {
      margin-top: 30px;
    }
  }
  
  .form-label {
    position: static;
    left: 0;
    top: 7px;
    color: #000;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
   
    font-family: Outfit-Regular;
   
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.414px;
    margin: 0;
  }
  .textarea-label{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Outfit-Regular;
    letter-spacing: 0.414px;
  }
  select.form-control{
    appearance:auto;
    border-width: 0px 0px 1px 0px;
    border-color: #000;
    border-radius: 0px;
    box-shadow: none !important;
  }
  .focused .form-label {
    transform: translateY(-120%);
    font-size: 11px;
  }
  
  .form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #343434;
    transition: box-shadow 150ms ease-out;
    background: transparent;
    color: #000;
    border-radius: 0px;
    font-size: 15px;
  
  }
    
    .form-input:focus {
      box-shadow: 0 2px 0 0 #343434;
    }
  
  
  .form-input.filled {
    box-shadow: 0 2px 0 0 #343434;
  }
  
  
  .contact-form textarea{
    border-color: #939393;
    height: 42px;
    font-size: 15px;
    border-width: 0px 0px 1px 0px;
    font-size: 15px;
    border-radius: 0px;
  
  }
  .contact-form textarea:focus{
    outline: none;
    box-shadow: none;
    background: transparent;
    color: #000;
    border-color: #939393;
  }

          input[type="file"]::file-selector-button {
  border: none;
  outline: none;
}
        
 
  .contact-form .mb-4{
    margin-bottom: 20px !important;
  }
  .textarea-label{

  }
  .captcha-label {
    color: #000;
   font-family: Outfit-Regular;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.414px;
  }
  .submit-btn{
    border-radius: 3px;
    background: #0D1568;
    color: #FEFFFF;
      font-family:PlusJakartaSans-Medium ;
    font-size: 15px;
    font-style: normal;
    outline: none;
    line-height: normal;
    border: 1px solid #0D1568;
    letter-spacing: 0.45px;
    padding: 2px 12px 4px;
    transition: all 0.5s ease;
  }
  .submit-btn:not(:disabled):hover{
    background-color: #fff;
    color:#0D1568;
    transition: all 0.5s ease;
  }
  .submit-btn:disabled{
    opacity: 0.7;
  }
  .error{
    color:red ;
    font-size: 12px;

  }
.contact-number-list p{
  color: #1E1E1E;
   font-family:PlusJakartaSans-Medium ;
font-size: 16.326px;
font-style: normal;
font-weight: 500;
line-height: 134.481%; /* 21.956px */
}
.contact-number-list a{
  color: #1E1E1E;
    font-family:PlusJakartaSans-Bold ;
font-size: 19.339px;
font-style: normal;
font-weight: 700;
line-height: 134.481%; /* 26.007px */
}
  .contact-page-container{
    position: relative;
  }
  .contact-info-section{
        padding-bottom: 12px;
    }
        .contact-form{
 margin-top: -0px;
    }
 @media(min-width:992px){
    .contact-info-section{
        padding-bottom: 20px;
    }
    .contact-form{
 margin-top: -0px;
    }
 }
  @media (min-width:1200px){
    .form-section{
        position: absolute;
        top: 40px;
                left: 64%;
    }
    .contact-form{
        max-width: 403px;
           
           margin-top: 0px;
    }
      .btm-extra-height{
    min-height: 100px;
  } 
   .contact-info-section{
    padding-bottom: 0px;
   }

  }

  @media (min-width:1200px){
    .contact-form-btm-button .btn-dark{
          padding: 10px 24px;
    font-size: 16px;
    }
  }
    @media (min-width:1300px){
    .contact-info-container-two{
padding-top:62px;
    }
  }
  @media (min-width:1360px){
    .contact-info-container-two{
padding-top:42px;
    }
  }
  
  @media (min-width:1420px){
    .contact-info-container-two{
padding-top:22px;
    }
  }

  .captcha-input{
 border-width: 0px 0px 1px 0px;
 border-radius: 0px;
 width: 42px;
 text-align: center;

  }
  .refresh-icon i{
    display: inline-block;
    transform: rotate(132deg);
  }

  @media (max-width:620px){
    .contact-form-btm-button{
      
          flex-direction: column;
    align-items: center;
    gap: 12px;
    }
  }

