body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
    }
    
    .south-heding{
        color: #000;
         font-weight: bold !important; 
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 3px solid #FFDB58;
        margin-bottom:100px !important;
    }
    .content{
        color: #000 !important;
    font-size: 20px;

    }
    .Advantages{
        margin-top: 100px !important;
        color: #000 !important;
        font-size: 30px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 1px solid #FFDB58;
    }
    .box{
        border: 1px solid;
        border-radius: 20px;
    
    }
    .box:hover{
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border: none !important;
        padding: 5px;
    
    }
    .width{
        width: 20% !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 screen and (max-width:500px) {
       .width{
        margin-bottom: 15px !important;
       }
    }
    @media screen and (max-width:575px) {
        .pop-up-heading{
            font-size: 14px !important;
        }
    }
    @media screen and (max-width:700px) {
        .width{
            width: 100% !important;
        }
        .box-content{
            margin-bottom: 0px !important;
        }
    }
    @media screen and (min-width:701px)  and (max-width:800px) {
       
        .box-content{
            margin-bottom: 0px !important;
        }
    }
    @media screen and (max-width:600px) {
        
        .media-btn{
            margin-left: 30px !important;
            margin-right: 30px !important;
        }
        .south-heding{
            font-size: 22px !important;
            margin-bottom: 50px !important;
        }
        .height{
            height: 300px !important;
        }
 
}