@media (min-width: 1400px) {
    .banner-img {
        padding: 100px 0;
    }
    .banner-text{
        padding: 100px 0;
    }
}

@media(min-width: 1200px) and (max-width: 1399.98px) {
    /* .banner-img {
        padding: 100px 0;
    } */
    .benefits-btn button.learn-more {
        width: 100%;
    }
    .banner-text h1 {
        font-size: 3rem;
    }
    .banner-text{
        padding: 0 0;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px) {

    #banner {
        /* background-color: var(--bg); */
        height: 100vh;
    }
    .banner-text{
        padding: 0 0;
    }
    .banner-img{
        padding: 150px 0;
    }
    .benefits-btn button.learn-more {
        width: 100%;
        height: auto;
    }
    .benefits-btn button.learn-more .button-text {
        margin: 0 0 0 3.25rem;
        font-size: 14px;
    }
}

@media(min-width: 768px) and (max-width: 991.98px) {

    .banner-img{
        padding: 112px 0;
    }
    .banner-text {
        padding: 0 0;
    }
    .banner-text h1 {
        font-size: 2rem;
    }
    .banner-text p {
        font-size: 1.1rem;
    }
    .service-card h4 {
        font-weight: 700;
        font-size: 22px;
    }
    .service-card p {
        font-size: 17px;
    }
    .read-more-btn button:hover .circle {
        width: 90%;
    }
    .read-more-btn button.learn-more .button-text {
        margin: 0 0 0 1rem;
        font-size: 14px;
    }
    .benefits-btn button {
        margin-bottom: 10px;
    }
    .key-benefits-text h4 {
        margin-bottom: 24px;
        padding-bottom: 0;
    }
    .benefits-btn button.learn-more {
        width: 100%;
    }
    .benefits-btn button.learn-more .button-text {
        font-size: 16px;
    }
    .benefits-btn button.learn-more .circle {
        height: 4rem;
    }
    .benefits-btn button.learn-more .button-text {
        display: flex;
        align-items: center;
    }
    .benefits-btn button {
        margin-top: 0;
    }
    .main-menu {
        background: rgba(39, 37, 37, 0.9);
        margin-top: 0;
        text-align: center;
        /* border-bottom: 1px solid #00aeef; */
    }

    .main-menu .navbar-toggler i {
        color: #ffffff;
    }
    .main-menu .navbar-toggler{
        border-color: #ffffff;
    }
    .main-menu .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }
}

@media(min-width: 576px) and (max-width: 767.98px) {
    #banner {
        height: 90vh;
    }
    .banner-img{
        padding: 120px 0;
    }
    .banner-img img{
        display: none;
    }
    .service-card{
        margin-bottom: 24px;
    }
    .benefits-btn button.learn-more {
        width: 100%;
    }
    .benefits-btn button.learn-more .button-text {
        font-size: 15px;
    }
    .key-benefits-img img{
        margin-top: 24px;
    }
    .banner-text {
        padding: 0 0;
    }
    .main-menu {
        background: rgba(39, 37, 37, 0.9);
        margin-top: 0;
        text-align: center;
        /* border-bottom: 1px solid #00aeef; */
    }

    .main-menu .navbar-toggler i {
        color: #ffffff;
    }
    .main-menu .navbar-toggler{
        border-color: #ffffff;
    }
    .main-menu .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

   .main-menu ul li{
    padding-bottom: 15px;
    margin-top: 20px;
   }
   .banner-text h1 {
	font-size: 2.75rem;
}
}

@media (max-width: 575.98px) {
    .main-menu {
        background: rgba(39, 37, 37, 0.9);
        margin-top: 0;
        text-align: center;
        /* border-bottom: 1px solid #00aeef; */
    }

    .main-menu .navbar-toggler i {
        color: #ffffff;
    }
    .main-menu .navbar-toggler{
        border-color: #ffffff;
    }
    .main-menu .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

   .main-menu ul li{
    padding-bottom: 15px;
    margin-top: 20px;
   }
    #banner {
        /* padding: 100px 0; */
        height: 85vh;
    }
    .banner-img{
        padding: 100px 0;
    }
    .banner-img img{
        display: none;
    }
    .banner-text h1 {
        font-size: 2.55rem;
    }
   .service-card{
       margin-bottom: 24px;
   }

.benefits-btn button.learn-more .button-text {
	font-size: 14px;
}
.benefits-btn button.learn-more {
	width: 100%;
}
.benefits-btn button.learn-more .circle {
	height: 4rem;
}
.benefits-btn button.learn-more .button-text {
	display: flex;
	align-items: center;
}
.key-benefits-img img{
    margin-top: 24px;
}
.banner-text {
	padding: 0 0;
}
#service {
	margin-top: 100px;
}
}
