

@media only screen and (min-width: 1200px) {
    .banner-container {
        position: absolute;
        top: 52%;
        left: 45%;
        transform: translate(-44%, -55%);
        z-index: 1;
    }
    .pe-lg-10{padding-right: 10rem !important;}
    .pt-xl-180{padding-top: 180px !important;}
    .w-lg-25{width: 25% !important;}
    .site-header {
        padding-top: 50px;
        padding-bottom: 154px;
    }
}

.bannerSection {
    position: relative;
}
.banner-form {
    background-color: white;
    width: 335px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px black;
    padding: 20px;
    margin-left: auto;
}
.about-bg{
    background-image: url('../img/wavy-lines.png');
    background-size: cover;
}
.about-rightbox h4, .sec-title h4{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
}
.about-rightbox h2, .sec-title h2{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1b4e9b;
    line-height: 26px;
}
.about-rightbox ul{
    padding-left: 16px;
    margin-bottom: 8px;
}
.about-rightbox ul li{
    font-size: 15px;
    margin-bottom: 4px;
    color: #000;
}
.about-rightbox p{
    font-size: 15px;
    margin-bottom: 8px;
    color: #000;
    line-height: 23px;
}
.about-rightbox h6{
    color: #000;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
}
.video-box{position: relative;}
.video-box img{border-radius: 6px; width: 100%;}
.gradient-bg-image{
    background-color: rgb(27,78,155);
}
/* .image-bg{
    background-image: url('../img/wavy-lines.png');
} */
 .video-area img{
    width: 100%;
    border-radius: 6px;
    filter: drop-shadow(0px 6px 9px rgba(0,0,0,0.24));
 }
 .video-wrapper {
    margin-top: -15%;
}
.form-section-bg{background-color: #f0f6fd;}

/* faq section */

.faq-section .accordion-header span{ font-size: 17px; font-weight: 400; color: #1b4e9b; margin-bottom: 8px; line-height: normal;}
.faq-section .accordion-body p{ color: #000; font-size: 15px; line-height: 25px; margin-bottom: 6px;}
.accordion-item{ border: none; background: none;}
.accordion-header .accordion-button{background: none; box-shadow: none; padding: 5px;}
.accordion-header {background: none; border: none; border-bottom: 1px solid #e7e0e0; margin-bottom: 10px;}
.accordion-button:not(.collapsed) {background: none; }
.accordion-button:focus{box-shadow: none;}
.accordion-button::after{
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  height: 30px; 
  width: 30px; 
  border-radius: 50%; 
  background: none; 
  background-color: #1b4e9b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.accordion-button:not(.collapsed)::after {
  content: '\f068';
  font-family: 'FontAwesome';
  background: none;
  background-color: #1b4e9b;
  color: #ffff;
}

/* faq section */

.contact-bg{background-color: #f0f6fd;}
.float-context-box{
    border-radius: 4px;
    filter: drop-shadow(4.158px 19.563px 45px rgba(11,11,143,0.18));
    background-color: #ef7f1a;
    padding: 12px 20px;
    position: absolute;
    width: 45%;
    top: 50%;
    left: 70%;
}
.call-area {
    width: 35px;
    height: 35px;
    background-color: #1b4e9b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-area img{width: 20px;}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-btn img{width: 60px;}
.site-header .fa-check {
    color: #1b4e9b;
    font-size: 6rem;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
}
.site-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
}
.site-content h4{margin-bottom: 5px;}
.site-content p{
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin-bottom: 6px;
}
.site-content ul{padding-left: 20px;}
.site-content ul li{
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}




/* Responsive */

@media only screen and (max-width: 768px) {
    section.section{ padding: 20px 0;}
    .banner-form{width: 100%;}
    .about-rightbox h4{font-size: 17px; margin-bottom: 4px;}
    .about-rightbox h2{ font-size: 20px; font-weight: 500;margin-bottom: 6px;} 
    .about-rightbox ul li{font-size: 14px; line-height: 20px;}
    .about-rightbox p{font-size: 14px;line-height: 20px;margin-bottom: 5px;}
    .video-wrapper {  margin-top: -25%; }
    .sec-title h4{font-size: 17px;line-height: 22px; margin-bottom: 6px;}
    .sec-title h2{font-size: 20px;font-weight: 500;}
    .faq-section .accordion-header span{ font-size: 16px;}
    .float-context-box{display: none;}
    .pt-50{padding-top: 50px !important;}
}