/* .banner-section {
    height: 200px;
} */
.banner-section img {
    /* height: 200px; */
    object-fit: cover;
}
.banner-section .vert-ctr {
    top: 50%;
}
.banner-section .vert-ctr h4 {
    font-size: 26px;
}
.banner-section .vert-ctr h5 {
    font-size: 16px;
}
.cont-section {
    padding-top: 40px;
}
.channel-section-left hr {
    width: 50%;
    position: relative;
    border-color: #e65c00;
    margin-left: auto;
    margin-right: auto;
}
.channel-section-left hr:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e65c00;
    border-radius: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.channel-section-left hr:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e65c00;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.channel-section-left h4 {
    color: #e65c00;
    letter-spacing: 0.02em;
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
}
.channel-section-left h6 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 60px;
}
.channel-section-left p {
    color: #000000ad;
    text-align: justify;
    font-family: 'Poppins-Regular';
    line-height: 1.6;
    padding-right: 50px;
}
.channel-section-right .contact-form .form-section .form-group label {
    color: #fff;
}
.channel-section-left p a {
    color: #000000ad;
    font-family: 'Poppins-SemiBold';
    text-decoration: none !important;
}
.mt-m-5 {
    margin-top: 5%;
}
.channel-section-right {
    background: linear-gradient(360deg, #FE8C00 0%, #F83600 100%);
    /* align-self: center; */
    border-radius: 6px;
    /* margin-top: -7%; */
    width: 95%;
    padding: 5px 0px;
}
.channel-section-right h4 {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    font-size: 22px;
}
.channel-section-right hr {
    border-color: #fff;
}
.channel-section-right .contact-form .form-section input {
    height: 48px;
}
.channel-section-right:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 28px solid #F84300;
    position: absolute;
    top: 7%;
    left: -13px;
    transform: rotate(-180deg);
  }
.channel-section-right .contact-form {
    width: 82%;
    margin: 7% auto 12% auto;
}
/* .channel-section-right .contact-form .form-section img {
    filter: invert(100);
} */
.channel-section-right .contact-form .form-section .form-group .submit-btn {
    background: #000;
    font-family: 'Poppins-Medium';
    font-size: 15px;
}

.declaration-form {
    /* background: #F21D00C4; */
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: 'Poppins-Regular';
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 8px 20px;
    border-radius: 6px;
    /* margin-top: 5%; */
}
.channel-section-left svg {
    width: 16px;
    position: relative;
    top: 3px;
}
.channel-section-left img {
    width: 16px;
    position: relative;
    top: -1px;
}
.channel-section-right .contact-form .form-section img {
    position: absolute;
    left: 7px;
    width: 15px;
    top: 6px;
    /* bottom: 0; */
    margin: auto;
}
.channel-section-right .contact-form .form-section input {
    padding-left: 33px;
}

@media (max-width: 600px) {
    /* .banner-section {
        height: 145px;
    } */
    .banner-section img {
        height: auto;
        object-fit: cover;
    }
    .channel-section-right {
        margin: 20% auto 5%;
        width: 100%;
    }
    .channel-section-left p { 
        padding-right: 0px;
        font-size: 14px;
    }
    .banner-section .vert-ctr {
        top: 25%;
      }
    .banner-section .vert-ctr h4 {
        font-size: 21px;
    }
    .banner-section .vert-ctr h5 {
        font-size: 14px;
    }
    .channel-section-left h4 {
        font-size: 14px;
    }
    .channel-section-left hr {
        width: 95%;
        margin: 12px auto;
    }
    .channel-section-left h6 {
        font-size: 18px;
    }
    .channel-section-right .contact-form {
        width: 91%;
    }
    .channel-section-right::after {
        display: none;
    }
    .channel-section-left h6 {
        font-size: 16px;
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .channel-section-right {
        margin: 8% auto 5%;
        width: 100%;
    }
    .channel-section-left p { 
        padding-right: 0px;
        font-size: 15px;
    }
    .channel-section-right::after {
        display: none;
    }
    .channel-section-left h6 {
        font-size: 17px;
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .channel-section-left p {
        font-size: 15px;
    }
}