.main-about-bg {
    background: linear-gradient(to top, rgba(1, 11, 52, 0) 0%, rgba(1, 11, 52, 0) 59%, rgba(1, 11, 52, 0.65) 100%), url(../images/meeting_room_image.png) no-repeat;
    /* width: 95%;
    margin: auto;
    border-radius: 20px;
    background-size: 100%; */
}


.about {
    padding: 80px;
}

.badge {
    display: inline-block;
    background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
    color: #333;
    font-size: 14px;
    font-weight: bold;

    padding: 16px 12px;
    border-radius: 36px;
}

.about-4 {
    padding: 80px;
}

.rentoffice {
    padding-top: 35px;
    background-color: #0E4DA4;
    background-repeat: no-repeat;
    min-height: 334px;
    border-radius: 24px;

}



.freezone {
    text-align: center;
    color: #fff;
    margin: 20px;
}

.key-features {
    margin: -120px 50px 50px;
}

.features-item {
    padding: 27px;
    border-radius: 7px;
    text-align: left;
    background: #F8F8F8;
    margin-bottom: 28px;
    min-height: 430px;
}

.features-item h4 {
    padding: 23px 0;
}

.features-item p {
    color: #7c7c7c;
    font-size: 14px;
}

.rent-title {
    text-align: left;
}

.icon-circle {
    background-color: white;
    border-radius: 50%;
    align-items: center;
    padding: 20px;
}

.icon-circle img {
    width: 45px;
}

.rent-title h5 {
    font-size: 29px;
}




.simple_step_box {
    text-align: center;
    margin: auto;
    color: #fff;
    width: 91%;

    border-radius: 9px;
    padding: 10px;

    background: #fff;
}

.simple_step_box .stepset {
    border: 2px solid #fff;
    background-color: #0E4DA4;
    border-radius: 9px;
    padding: 10px;
    padding-top: 29px;
}

.stepset h4 {
    margin-top: 10px;
    height: 61px;
}

.simple_step_box p {
    height: 140px;

    font-weight: 400;

    line-height: 1.2;
    color: #e0e0e0;
}

.simple_step {
    padding: 2em 0;
    display: grid;
    grid-template-rows: 9em 12em auto;
}

.simple_step::before {
    background-image: url(images/svc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0E4DA4;
    content: '';
    display: block;
    grid-column: 1 / -1;
    height: 500px;
    grid-row: 2;
}

.cover-container {
    height: auto !important;
    margin-bottom: 88px;

}



.contact_card_left {
    padding-top: 35px;
    padding: 50px;
    background-color: #0E4DA4;
    background-image: url(../images/svc.png);
    color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;


}

.contact_card {
    padding-top: 35px;
    padding: 50px;
    background-color: #0E4DA4;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
}


.card-body p {

    font-weight: 200;
    line-height: 1.2;
    font-size: 23px;
    color: #e0e0e0;
}

.room {
    margin-top: 130px;

}

@media only screen and (max-width: 770px) {
    .about {
        padding: 38px;
    }

    .badge {
        display: inline-block;
        background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
        color: #333;
        font-size: 11px;
        font-weight: bold;
        padding: 9px 10px;
        border-radius: 36px;
    }

    .simple_step {
        padding: 0;
        display: block;
    }

    .simple_step::before {

        height: 0;
    }

    .contact_icon {
        background-color: #0E4DA4;
        margin-top: -88px;

    }

    .icon-circle img {
        width: 26px;
    }

    .icon-circle {
        padding: 10px;
    }

    .badge {
        font-size: 7px;
        padding: 5px 2px;
    }

    .rent-title h5 {
        font-size: 23px;
    }
}

@media only screen and (max-width:600px) {
    /*.main-about-bg {
        height: 146px;
    }*/

}

@media only screen and (max-width: 577px) {
    .socialmedia {
        margin-left: 77px;
    }

}

@media only screen and (max-width: 500px) {
    .icon-circle img {
        width: 26px;
    }

    .icon-circle {
        padding: 10px;
    }

    .badge {
        font-size: 7px;
        padding: 5px 2px;
    }

    .rent-title h5 {
        font-size: 23px;
    }
}