body{
    box-sizing: border-box !important;
}





.icon{
       background: #FFDB58 none repeat scroll 0 0;
                    border-radius: 15px;
                    color: #000000;
                    height: 70px;
                    margin-bottom: 30px;
                    padding-top: 15px;
                    margin-left: auto;
                    margin-right: auto;
                    text-align: center;
                    width: 70px;
}
.icon-titel{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000000;
}

.display-f{
    display: flex !important;
    margin-left: 150px !important;
}

.display-f div{
    margin-left: 30px !important;
}

.pop-up-heading{
    color: #000 !important; font-weight: bold !important; font-size: 25px !important;
    font-family: 'Lato', sans-serif;
    
    }
    .pop-input::placeholder{
    font-size: 15px !important;
    color: #000 !important;
    }
    select{
        font-size: 15px !important;
        color: #000 !important;   
        background-color: #ccc !important;
    }
    option{
         background-color: #ffff !important;
    }

/* ///// media qurey /// */
@media screen and (max-width:600px) {
    .Course{
        margin-left: 0px !important;
    }
    
        .media-btn{
            margin-left: 30px !important;
            margin-right: 30px !important;
        }
        .text-muted{
            font-size: 15px !important;
        }
 .Course div h1{
    font-size:25px !important;
 }
 .Course:nth-child(1) h1{
    font-size: 25px !important;
 }
 .icon-cpl{
    height: 50px !important;
    width: 50px !important;
 }
 .top-m{
    margin-top: 10px !important;
 }
}

@media screen and (max-width:575px) {
   
    .cpl{
        font-size: 20px!important;
        font-weight: bold !important;
        padding-top: 20px !important;
    }
    .bg-image{
        background-image: url(../images/7.jpg); height: 300px; width: 100% !important; background-size: cover !important;
    }
    .pop-up-heading{
        font-size: 14px !important;
    }
}


@media screen and (min-width:576px) and (max-width:901px) {
    .cpl{
        font-size: 50px!important;
        font-weight: bold !important;
        padding-top: 90px !important;
    }
    .bg-image{
        background-image: url(../images/7.jpg); height: 400px; width: 100% !important; background-size: cover !important;
    }
}

@media screen and (max-width:800px) {
    
    .display-f{
        margin-left: 0px !important;
    }
}