body {
    font-family: 'Prompt', sans-serif;
    background-color: #F2F2F2;

}

.scroll-container {
    overflow-y: hidden;
    background: transparent;
    /* height: 500px; */
    padding: 0px 0px 15px 20px;

}

.gridscroll {
    display: inline-block;
    display: flex;
    padding-bottom: 22px;
}

.gridscroll img {
    margin-right: 7px;
    margin-top: 7px;
    height: 564px;
    border-radius: 15px;
    /* height: 414px; */
}


.footerIcon {
    width: auto;
    height: 55px;
}

a {
    color: #eb2a8a;
    text-decoration: none;
}

a:hover {
    color: #650636;
    text-decoration: underline;
}

footer a {
    text-decoration: none !important;
    color: #2D3E50 !important;
}

footer a:hover {
    text-decoration: underline !important;
    color: #eb2a8a !important;
}

footer {
    font-size: 16px !important;
    line-height: 20px;
    background-image: url("../assets/footerBackColor.png") !important;
    background-size: cover !important;
    background-position: top !important;
    width: 100% !important;
    height: 350px !important;
    /* margin: 0;
    padding: 0; */
}

p {
    color: #21242c;
    font-size: 1em;
    /* background-color: yellow; */
}

.maintitle {
    padding-top: 40px;
    /* padding-bottom: 10px; */
    font-weight: bold;
}

#image-big {
    overflow: hidden;
    border-radius: 13px;
    width: 250px;
    height: 83px;
}

#image-small {
    display: none !important;
}

b {
    font-weight: 600;
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 550;
}

.btn-group {
    position: relative;
}

@media (min-width: 1400px) {
    .btn-group:hover .dropdown-menu {
        display: block;
    }

    .dropdown-menu {
        display: none;
        position: absolute;
        top: -300%;
        left: 0;
    }
}


@media only screen and (max-width: 767px) {
    .scenter {
        display: flex !important;
        justify-content: center !important;
        padding-bottom: 2em !important;
        margin: 0 !important;
        padding-left: 32px !important;
    }

    p {
        color: #21242c;
        font-size: 16px !important;
    }


    .responsive {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .asmall {
        padding-right: 0 !important;
    }

    #icon {
        width: 90px !important;
    }

    #image-big {
        display: none !important;
    }

    #image-small {
        display: block !important;
        overflow: hidden;
        border-radius: 13px;
        width: 180px;
        height: 60px;
    }


    .simg {
        height: 207px;
        border-radius: 15px;
    }

    .gridscroll {
        display: inline-block;
        display: flex;
        /* padding-bottom: 11px; */
    }

    .gridscroll img {
        margin-right: 7px;
        height: 207px;
    }
}