﻿/*Extra small devices (portrait phones, less than 576px)*/
body {
    /*  background-color: #ffd5ba;*/
    box-sizing: border-box !important;
}
/*.col-4 {
    padding-right: 6px;
    padding-left: 6px;
}*/
.category {
    padding: 3px;
}

.divbg {
    background-image: linear-gradient(#21afbd 0%, rgba(255, 255, 255, 0.54) 30%, #dae0e5 100%);
    padding-bottom: 6px;
    border-radius: 8px;
    font-weight: 700;
    padding-bottom: 13px;
    margin-top: 4px;
    margin: 2px;
    border: 1px solid black;
}
.category {

color:black;

}

#examAppFeatures .img {
    height: 80px;
    width: 80px;
    /* background-color: antiquewhite;*/
}
#examAppFeatures .imgstyle {
    height: 80px;
    width: 80px;
}

#examAppFeatures .img- {
    height: 80px;
    width: 80px;
    /* background-color: antiquewhite;*/
    align-self: center;
}

.Features-background {
    /* background-image: url(../../images/TabBackground.jpg);*/
    background-size: cover;
    position: relative;
    cursor: grab;
    height: 209px;
    /* width: 190px;*/
}



.flexinImage {
    /*  position: absolute;
   
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.bottomtext {
    /* margin-right: 30px;*/
}

.flexdiv {
    width: 24.3%;
    /* margin: 0;
    padding: 0;*/
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: #fff;
    padding: 1rem 1.25rem;
    font-size: .875rem;
    box-shadow: -1px 1px 4px 0 rgb(117 138 172 / 12%);
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: grab;
    background-image: linear-gradient(#21afbd 0%, rgba(255, 255, 255, 0.54) 30%, #dae0e5 100%);
}



@media (max-width: 575.98px) {
    h2 {
        font-size: 13px;
    }

    .flexdiv {
        /*width:48%;*/
    }

    #examAppFeatures .img {
        height: 90px;
        width: 90px;
    }

    #examAppFeatures .imgstyle {
        height: 29px;
        width: 29px;
    }

    #examAppFeatures .img- {
        height: 90px;
        width: 90px;
        align-self: center;
    }

    .Features-background {
        height: 87px;
        width: 82px;
    }

    .bottomtext {
        margin-right: 0px;
    }
    /* .flexinImage {
        top: 20px;
        left: 17px;
    }*/
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    h2 {
        font-size: 22px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    h2 {
        font-size: 22px;
    }

    #examAppFeatures img {
        height: 90px;
        width: 90px;
    }

    #examAppFeatures .img- {
        height: 90px;
        width: 90px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    h2 {
        font-size: 27px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h2 {
        font-size: 18px;
    }
}
