:root {
--background-color: #000000AA;
--bg-gray-color: #D9D9D9;
}
/* -----Top-Sub-Banner---- */
.top-sub-banner{
    background: transparent !important;
    /*padding: 10px 0px;
    border-top: 1px solid var(--header-dropdown-bg-color);*/
    border-bottom: 1px solid var(--header-dropdown-bg-color);
    z-index: 50;
    position: relative;
    margin: auto;
}
.top-sub-banner-container{
    /*padding: 10px 12px;*/
}
.sub-banner-col-one{
    width: 50%;
    padding: 10px 0px 10px 10px;
}
.sub-banner-col-two{
    width: 50%;
    padding: 10px 0px 10px 10px;
    align-self: center;
}
.sub-banner-heading{
    color: var(--white-color) !important;
    font-size: 20px;
    font-weight: 400;
    text-align: end;
}
.second-main-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -130px !important;
    background-position: top !important;
    background-size: cover !important;
}
.second-main-banner {
    position: relative;
}

.second-main-banner .container {
    position: relative;
    z-index: 1;
}
.second-main-banner:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
ul {
    list-style-image: url('/wp-content/uploads/2023/03/checkbox.png') !important;
  }
.top-banner-heading{
    color: var(--white-color) !important;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px black;
}
.banner-content-col{
    padding-top: 30px;
    align-self: center;
}
.banner-content ul li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 500;
    text-shadow: 1px 1px black;
}
.banner-inside-section{
    padding: 10px 0px 10px 10px;
    background: var(--background-color);
    margin-top: 25px;
}
.banner-inside-section h5{
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    text-align: start;
}
.call-button{
    color: var(--accent-color) !important;
    font-size: 30px !important;
    font-weight: 500;
    text-align: start;
    text-decoration: none !important;
}
.call-button span{
    color: var(--white-color) !important;
    font-size: 30px !important;
    font-weight: 500;
    text-align: start;
    text-decoration: none !important;
}
.second-testimonial{
    margin: auto;
}
.testimonial-adjustment{
    padding: 50px 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.testimonial-col{
    width: 24%;
}
.secondary-text{
    align-self: center;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: start;
}

.three-col{
    margin: auto;
    background: var(--bg-gray-color);
}
.three-col-adjustment{
    padding: 50px 10px;
    column-gap: 30px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.three-all-col{
    width: 31%;
}
.secondary-text-para{
    align-self: center;
    font-size: 18px;
    font-weight: 400;
    text-align: start;
    margin: 20px 10px;
}
.sub-banner-col-one .img-fluid {
    width: 80px;
}
/* ---Resposive-Top-Sub-Banner--- */


@media only screen and (max-width: 1250px) and (min-width: 800px){
	.testimonial-adjustment{
        padding: 30px 10px;
        margin: auto;
        column-gap: 15px;
    }
    .testimonial-col{
        width: 45%;
        margin: 10px 0px;
    }
    .second-main-banner{
        margin-bottom: 0px !important;
    }
    .three-col-adjustment{
        justify-content: start;
        column-gap: 30px;
    }
    .three-all-col {
        width: 47%;
        margin-top: 15px;
    }
    .banner-inside-section{
        width: 45%;
    }
}

@media only screen and (max-width: 799px) and (min-width: 525px){
    .testimonial-adjustment{
        padding: 30px 10px;
        margin: auto;
        column-gap: 15px;
    }
    .testimonial-col{
        width: 90%;
        margin: 10px 0px;
    }
    .second-main-banner{
        margin-bottom: 0px !important;
    }
    .three-col-adjustment{
        justify-content: center;
        column-gap: 30px;
    }
    .three-all-col {
        width: 75%;
        margin-top: 15px;
    }
    .banner-inside-section{
        width: 80%;
    }
    .sub-banner-col-one{
        width: 30%;
        padding: 10px 0px 10px 10px;
    }
    .sub-banner-col-two{
        width: 70%;
        padding: 10px 0px 10px 10px;
    }
}

@media only screen and (max-width: 524px) and (min-width: 100px){
    .testimonial-adjustment{
        padding: 30px 10px;
        margin: auto;
        column-gap: 15px;
    }
    .testimonial-col{
        width: 90%;
        margin: 10px 0px;
    }
    .second-main-banner{
        margin-bottom: 0px !important;
    }
    .three-col-adjustment{
        justify-content: center;
        column-gap: 30px;
    }
    .three-all-col {
        width: 90%;
        margin-top: 15px;
    }
    .banner-inside-section{
        width: 100%;
    }
    .sub-banner-col-one{
        width: 30%;
        padding: 10px 0px 10px 10px;
    }
    .sub-banner-col-two{
        width: 70%;
        padding: 10px 0px 10px 10px;
    }
	.top-banner-heading {
    color: var(--white-color) !important;
    font-size: 2rem;
    }
	.banner-content ul li{
	font-size:1rem;
	line-height:1.8rem;
}
}
/* -----Responsiv-End-Top-Sub-Banner---- */
/* -----End-Top-Sub-Banner---- */


.banner-padding {
    padding-bottom: 50px !important;
}

.main-banner {
    margin-top: -130px !important;
}

@media only screen and (max-width: 1399px) {
    .second-main-banner {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .second-main-banner {
        background-position: center center !important;
        width: 100%;
    }
    .form-col-12 {
        padding-top: 20px;
    }
    .second-main-banner {
        margin-bottom: 0px;
    }
    .banner-padding {
        padding-top: 150px !important;
    }
}