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

    .black-parent{
        width: 100% !important;
    }

}


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

    .black-parent{
        width: 100% !important;
    }

    .slotwrapper ul li img{
        height: 120px;
    }

}

    .black-parent{
    background-image: url("../img/popup.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
    position: relative;
    border: 2px solid #d33486;
    border-radius: 5px;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 2%;
    width: 50%;
}

.custom-1-value{
    display: inline-block;
    background-color: #d33486;
    border: 4px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    width: 200px;
}

.custom-1-title{
    background-image: linear-gradient(to bottom, #d33486 , #d33486);
    display: inline-block;
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600 !important;
    width: 150px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.custom-button-1:active, .custom-button-1:focus{
    outline: none;
    box-shadow:none;
}


.custom-button-1{
    background-image: linear-gradient(to bottom, #d33486 , #d33486);
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-top: 3px solid #d33486;
    border-left: 3px solid #d33486;
    border-right: 3px solid #d33486;
    border-bottom: 7px solid #d33486;
    border-radius: 5px;
}

.panel-body {
    width: 80%;
    margin-top: 2%!important;
    margin-bottom: 2%!important;
    margin: auto;
}
.slotwrapper ul {
    width: 33.33%;
    height: 195px;
    /* font-size: 200px; */
    line-height: 195px;
    text-align: center;
}
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 10px solid #fff;
    height: 200px;
    border-radius: 4px;
    width: 100%;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    /*width: 190px;*/
    height: 190px;
    line-height: 195px;
    text-align: center;

}
.slotwrapper ul li{
   box-shadow: inset 0px 0px 18px black;
}
.slotwrapper .bg-greenish li{
    background-color: #3f6d65b3;
}
.slotwrapper .bg-darkk li{
     background: #595959;
}
.slotwrapper .bg-lighttt li{
    background: #7f7f7f;
}
.bg-greenish{
    background-color: #3f6d65b3;
}
.bg-darkk{
        background: #595959;
}

.bg-lighttt{
    background: #7f7f7f;
}
.slotwrapper ul {
    /*width: 190px;*/
    height: 190px;
    font-size: 200px;
    line-height: 195px;
    text-align: center;
}
.slotwrapper ul li img {
    vertical-align: top;
}
div#example2 ul li p {
    font-size: 18px;
}
@media screen and (max-width: 1200px) {
    .panel-body {
    width: 56%;
    margin: auto;
        margin-top: 4%!important;
    margin-bottom: 4%!important;
}
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 33%;
    }
}
@media screen and (max-width: 768px) {
       .panel-body {

    margin-top: 6%!important;
    margin-bottom: 6%!important;

    width: 75%;
    margin: auto;
}
    .slotwrapper {
        height: 200px;
    }
    .slotwrapper ul {
        height:200px;
        font-size: 100px;
        line-height: 200px;
    }
}

@media screen and (max-width: 576px) {
.panel-body {
    width: 90%;
    margin: auto;
}
    .slotwrapper {
        height: 130px;
    }
    .slotwrapper ul {
        height:130px;
        line-height: 130px;
    }
    div#example2 ul li p {
    font-size: 12px;
}
}
@media screen and (max-width: 375px) {
div#example2 ul li p {
    font-size: 10px;
}
.slotwrapper {
    height: 121px;
}


@media screen and (max-width: 375px) {
.slotwrapper {
    height: 117px;
}

}
