
@media (max-width: 575.98px) { 

    .advertment .slidestrip{
        display: none;
    }
    .about_us_content h2 {
        font-size: 33px;
    
    }
    .about_us_wrapper{
        display: none;
    }

    .navbar .navbar-brand img {
        margin-top: 45px;
        width: 229px !important;
    }

    .modal-dialog {
        width: 392px;
    }

    .custom_model .modal-body .pricing_feature_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        list-style: none;
        padding: 0;
    }

    .header .header-content-wrapper {
		width: 100%;
        text-align: left;
	}

    .para_banner{
        text-align: left !important;
        font-size: 30px !important;
    }

 }


@media (min-width: 576px) and (max-width: 767.98px) { 

    .advertment .slidestrip{
        display: none;
    }
    .about_us_content h2 {
        font-size: 33px;
    
    }
    .about_us_wrapper{
        display: none;
    }


 }


@media (min-width: 768px) and (max-width: 991.98px) { 

    .advertment .slidestrip{
        display: none;
    }
    .about_us_content h2 {
        font-size: 33px;
    
    }
    .about_us_wrapper{
        display: none;
    }

    .navbar .navbar-brand img {
        margin-top: 33px;
        width: 333px !important;
    }
    .navbar .navbar-brand {
        padding-left: 20px;
    }

 }

@media (min-width: 992px) and (max-width: 1199.98px) {

    .advertment .slidestrip{
        display: none;
    }
    .about_us_content h2 {
        font-size: 33px;
    
    }
    .about_us_wrapper{
        display: none;
    }

    .navbar .navbar-brand img {
        margin-top: 25px;
        width: 300px !important;
    }

    .navbar .navbar-brand {
        padding-left: 20px;
    }

    .navbar .nav.navbar-nav li a, .navbar .nav.navbar-nav.navbar-right li a {
        margin: 0px 10px 16px 10px;
    }

}


@media (min-width: 1200px) { 

    .navbar .navbar-brand img {
        margin-top: 30px;
        /* height: 190%; */
        width: 320px !important;
    }

 }