video::-webkit-media-controls-play-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-toggle-closed-captions-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-time-remaining-display {
    display: none
}

.abhijeet {
    overflow-y: scroll;
    height: 500px;
}

.modal-dialog {
    max-width: 800px;
    width: 100%;
}

.abhijeet-3 {
    font-weight: bold;
    font-size: 30px;
}

.service-box .serv-img button.img-button {
    border: none;
}

.modal-title {
    padding-bottom: 0px;
    text-align: center;
    width: 100%;
}

.modal-header .close {
    position: relative
}

.serv-img h5 {
    text-align: left;
}

.main-banner-new h1 {
    font-size: 100px;
    font-weight: 700;
    line-height: 118px;
}

.main-banner-new h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    margin-top: 15px;
}

.main-banner-new h1 .span-one {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: capitalize;
}

.gg img {
    height: 150px;
    object-fit: contain;
    width: 180px;
}

.gg {
    margin: 0 !important;
}

.image-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-wrapper_gg {
    row-gap: 15px;
}

@media only screen and (max-width: 767px) {
    .main-banner-new h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
    }

}

@media only screen and (max-width: 1024px) {
    .main-banner-new h1 {
        font-size: 60px;
        line-height: 72px;
    }
}

@media only screen and (max-width: 575px) {

    .main-banner-new h1 .span-one,
    .main-banner-new h2 {
        font-size: 18px;
    }

    .banner-section {
        height: 107vh !important;
    }
}

@media only screen and (max-width: 767px) {

    .main-banner-new h1 .span-one,
    .main-banner-new h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1024px) {

    .main-banner-new h1 .span-one,
    .main-banner-new h2 {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .gg img {
        height: 100px;
        object-fit: contain;
        width: 150px;
    }

    .at-new button {
        font-size: 1.5rem !important;
    }
}

.btn_wrapper-service {
    display: grid;
    place-items: center;
}