/*for mobile*/
@media only screen and (max-width:760px) {
.pb-6 {padding-bottom: 2rem !important;}
.pt-6 {padding-top: 2rem !important;}
.pb-7 {padding-bottom: 2.5rem !important;}
.pt-7 {padding-top: 2.5rem !important;}
.pb-8 {padding-bottom: 3rem !important;}
.pt-8 {padding-top: 3rem !important;}
.mb-5 {margin-bottom: 1.5rem !important;}
.mt-5 {margin-top: 1.5rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.pb-5 {padding-bottom: 1.5rem !important;}
.pt-5 {padding-top: 1.5rem !important;}
.brand-logo{        max-width: 100%;
    margin-right: 0px;
    width: 31%;
    margin: 0 auto;}
body{font-size: 13px;}
.banner_content h1 {font-weight: 600;font-size: 30px;}
.banner_content p {width: 100%;font-size: 15px;}

.header .justify-content-between{flex-wrap: wrap;}
.right_p_shadow{
    position: absolute;
    top: -10%;
    right: 1%;
}

.top_contact_list{
    list-style: none;
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
    align-items: center;
    display: flex !important;
    margin-bottom: 0px !important;
    width: 100%;
    align-items: center;
    justify-content: center;
}


.banner_mlm_list li {font-size: 13px; margin: 3px 4px;} 
.heading_text h2 {font-size: 25px;}
.left_image_padding{padding-left:50px; padding-right: 50px;}
.right_image_padding{padding-left:50px; padding-right: 50px;}
.inner_box_bg_img .inner_bg_box_img {height: 100%;}
.inner_bg_box { padding: 20px 20px}
.accordion_body { padding: 10px 10px}
.accordion_border {margin-bottom: 10px;}
.footer_call {margin-bottom: 0px;font-size: 25px;}
.footer_logo {width: 200px;}
.banner_section{height: unset; padding-bottom: 50px;}
.right_floating_btn {top:40%}
.mobile_none{display: none;}


}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
    .col-md-05{width: 100%;}

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
    .col-md-05{width: 33.33%;}
}

/*for sm destop*/
@media only screen and (min-width:1000px) and (max-width:1200px) {
   
 }

/*for destop*/
@media (min-width: 1200px){
    

 }




