.main-banner-content p {
    margin-bottom: 0;
}
.banner-btn .btns.btn-green {
    font-weight: 600;
    /* padding: 15px 35px; */
    padding: 14px 35px 11px;
}
.banner-btn .btns.btn-orange {
    /* padding: 15px 49px; */
    padding: 14px 35px 11px;
}
.banner-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
    position: absolute;
    bottom: 84px;
    left: auto;
}
.main-banner-row {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 550px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.main-banner-row::before {
    content: "";
    display: block;
    background: rgba(22, 23, 41, 0.55);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-content {
    width: 100%;
}
.main-banner-content h1 {
   margin-bottom: 11px;
}
.main-banner-content p {
    margin-bottom: 0;
    color: #ffff;
    max-width: 872px;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
}

.banner-row ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-row ul.slick-dots li {
    list-style-type: none;
}
.banner-row ul.slick-dots li.slick-active button{
    background-color: #0074A8;
}
.banner-row ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #EB7115;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
}

@media only screen and (max-width: 991px){
    .main-banner-content p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px){
    .banner-content .container {
        padding: 0 36px;
    }
    .main-banner-row {
        min-height: 632px;
        background-position: 60% 100%;
        align-items: start;
        padding-top: 150px;
    }
    .banner-row ul.slick-dots {
        bottom: 0;
    }
    .banner-btn {
        gap: 20px;
        bottom: 84px;
        flex-direction: column;
        align-items: self-start;
        position: static;
        padding-top: 40px;
    }
    .banner-btn .btns.btn-green,
    .banner-btn .btns.btn-orange{
        font-size: 16px;
    }
    .banner-btn .btns.btn-orange {
        padding: 14px 28.5px;
    }
    .banner-btn .btns.btn-green {
        padding: 14px 27.5px;
    }
    .main-banner-content p {
        font-weight: 400;
    }
}
@media only screen and (max-width: 374px){
    .banner-content .container {
        padding: 0 20px;
    }
}