body{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
} 

.heding-type{
    font-size: 50px !important;
    color: #2E2E2E !important;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
}
.heding-type1{
    color: #808080;
    font-display: swap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
}
.we-provide{
    background: #FFDB58;
    padding: 10px 0;
    text-align: center;
    border-radius: 7px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.we-provide h5{
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 43px;
    text-align: Center;
    vertical-align: top;
    color: #12213A;
    padding: 0px 90px;
}
.mcc{
    padding-bottom: 30px !important;
}
.mcc p{
    color: #000000;
    font-display: swap;
    font-size: 18px;
    font-weight: 300;
    line-height: 40.5px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 40px;
}
.mcc p strong{
    color: #000000 !important;
    font-weight: 700;
}
.disc
{
    background-color: #000000 !important;
    height: 10px;
    width: 10px;
    border-radius: 50% !important;
}
.box{
   
    margin: 30px 10px 0px 0px;
    background: #808080;
    border-radius: 25px;
    float: left;
    box-shadow: rgba(120, 123, 125, 0.05);
    border: 1px solid rgba(120, 123, 125, 0.05);
    box-shadow: 1px 1px 1px rgb(120 123 125 / 5%);
    padding: 15px;  
    padding-top: 0;
}
.box h1{
    color: #000000 !important;
    font-size: larger;
}
.box-1{
    margin: 22px 0px 4px;
    width: 54px;
    height: 54px;
    background: #FFDB58;
    border-radius: 50px;
}
.box p{
    color: #ffffff !important;
    font-weight: bold !important    ;
}
.minimum{
    color: #000 !important; font-weight: bold !important; width: fit-content; margin-left: auto; margin-right: auto; border-bottom: 3px solid #FFDB58;
}
.ml-left{
    margin-left:100px !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:575px) {
    .we-provide h5{
        padding: 5px 5px !important;
        text-align: left !important;
        font-size: 20px !important;
    }
    .col-sm-6 div img{
        margin-bottom: 30px !important;
    }
    .heding-type{
        font-size: 30px !important;
    }
    .minimum{
        font-size: 25px !important;
    }
.pop-up-heading{
    font-size: 14px !important;
} 
    .ml-left{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
@media screen and (max-width:600px) {
    .media-btn{
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
}