@media screen and (max-width:575px) {
    .col-xs-1 {
        width: 8.3333%;
    }

    .col-xs-2 {
        width: 16.6666%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.3333%;
    }

    .col-xs-5 {
        width: 41.6666%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.3333%;
    }

    .col-xs-8 {
        width: 66.6666%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.3333%;
    }

    .col-xs-11 {
        width: 91.6666%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .baner-content h2 {
        font-size: 30px;
        margin: 5px 0px !important;
    }

    .baner-content h1 {
        font-size: 20px;
    }

    .baner-content div {
        margin-top: 20px !important;
    }

    .baner-content-product h2 {
        font-size: 30px;
        margin: 5px 0px !important;
    }

    .baner-content-product h1 {
        font-size: 20px;
    }

    .baner-content-product div {
        margin-top: 20px !important;
    }

    .footer-box {
        margin: 10px 0px;
    }

    /* .baner-btns{
        flex-direction: column;
    } */
    .baner-btns a {
        margin: 10px 0px;
        padding: 10px 20px;
    }

    .about-content h2 {
        font-size: 20px;
    }

    .about-content h3 {
        font-size: 30px;
        letter-spacing: 0px;
        margin-top: 10px;
    }

    .about-content p {
        font-size: 12px;
    }

    .logo-imgs {
        margin: 20px 0px;
    }

    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: 10px;
        line-height: 1;
        color: rgb(181, 138, 104);
        background-color: transparent;
        border: var(--bs-border-width) solid rgb(181, 138, 104);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
        position: absolute;
        right: 0;
        top: 20px;
    }

    .flexmain {
        padding: 5px 5px 0px 5px;
    }

    .navbar-custom {
        display: block;
    }

    .navbar-dropdowns {
        justify-content: center;
        margin-top: 10px;
    }

    .product-anchor {
        font-size: 15px;
        padding: 15px 25px;
    }

    .about-content a {
        font-size: 15px;
        padding: 15px 25px;
    }

    .flexbox1 h4 {
        font-size: 12px;
        /* text-transform: uppercase; */
        /* width: 50px; */
    }

    .flexbox1 h5 {
        font-size: 12px;
        /* text-transform: uppercase; */
    }

    .play-icon {
        font-size: 15px !important;
        padding: 25px;
    }

    .padding-80 {
        padding: 40px 0;
    }
    .margin-80{
        margin-top: 40px;
    }
    .baner-content {
        margin: 60px 0px;
    }

    .services-bg img {
        width: 50% !important;
    }

    .services-bg h2 {
        font-size: 10px !important;
        margin-bottom: 0px;
    }

    .services-bg a {
        font-size: 8px !important;
    }

    .post-section h1 {
        font-size: 20px !important;
        margin-bottom: 25px !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .categories-div li {
        font-size: 10px;
    }

    #productName {
        font-size: 18px;
    }

    #productPrice {
        font-size: 12px;
    }

    #productShortDescription {
        font-size: 10px;
    }

    .product-details-content span {
        margin: 15px 0px !important;
    }

    #ProductRatingIcon {
        font-size: 10px;
    }

    #productDescription {
        font-size: 8px;
    }

    .dropbtn {
        background-color: rgb(181, 138, 104);
        color: white;
        padding: 5px 10px !important;
        border: 1px solid;
        border-radius: 5px;
        cursor: pointer;
        font-size: 10px !important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer-box h4{
        font-size: 15px !important;
    }
    .footer-box ul{
        font-size: 12px !important;
    }
    .icon-main li{
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    .productmainbox{
        padding: 0px !important;
    }
    .backtotop{
        height: 30px;
        width: 30px;
    }
    .backtotop i {
        line-height: 28px; 
    }
}

@media (min-width:575px) and (max-width:767px) {

    /* sm */
    .col-sm-1 {
        width: 8.3333%;
    }

    .col-sm-2 {
        width: 16.6666%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333%;
    }

    .col-sm-5 {
        width: 41.6666%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333%;
    }

    .col-sm-8 {
        width: 66.6666%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333%;
    }

    .col-sm-11 {
        width: 91.6666%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: 15px;
        line-height: 1;
        color: rgb(181, 138, 104);
        background-color: transparent;
        border: var(--bs-border-width) solid rgb(181, 138, 104);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
        position: absolute;
        right: 0;
        top: 25px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }

    .categories-div li {
        font-size: 12px;
    }

    #productName {
        font-size: 22px;
    }

    #productPrice {
        font-size: 15px;
    }

    #productShortDescription {
        font-size: 12px;
    }

    .product-details-content span {
        margin: 15px 0px !important;
    }

    #productDescription {
        font-size: 8px;
    }

    .product-details-content a {
        padding: 10px 20px;
        text-decoration: none;
        font-size: 12px;
        transition: all 0.5s;
        border: 1px solid rgba(252, 151, 9, 0.385);
    }

    .footer-box h4{
        font-size: 15px !important;
    }
    .footer-box ul{
        font-size: 12px !important;
    }
    .icon-main li{
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    .how-we-wrok h1{
        font-size: 24px;
    }
}

@media (min-width:767px) and (max-width:991px) {

    /* md */
    .col-md-1 {
        width: 8.3333%;
    }

    .col-md-2 {
        width: 16.6666%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333%;
    }

    .col-md-5 {
        width: 41.6666%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333%;
    }

    .col-md-8 {
        width: 66.6666%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333%;
    }

    .col-md-11 {
        width: 91.6666%;
    }

    .col-md-12 {
        width: 100%;
    }

    .navbar-toggler {
        padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
        font-size: 20px;
        line-height: 1;
        color: rgb(181, 138, 104);
        background-color: transparent;
        border: var(--bs-border-width) solid rgb(181, 138, 104);
        border-radius: var(--bs-navbar-toggler-border-radius);
        transition: var(--bs-navbar-toggler-transition);
        position: absolute;
        right: 0;
        top: 40px;
    }

    .categories-div li {
        font-size: 12px;
    }

    #productName {
        font-size: 30px;
    }

    #productPrice {
        font-size: 25px;
    }

    #productShortDescription {
        font-size: 18px;
    }

    .product-details-content span {
        margin: 15px 0px !important;
    }

    #productDescription {
        font-size: 8px;
    }

    .product-details-content a {
        padding: 10px 20px;
        text-decoration: none;
        font-size: 12px;
        transition: all 0.5s;
        border: 1px solid rgba(252, 151, 9, 0.385);
    }
    .about-content h2{
        font-size: 24px;
    }
    .about-content p{
        font-size: 12px;
    }
}

@media (min-width:991px) and (max-width:1199px) {

    /* lg */
    .col-lg-1 {
        width: 8.3333%;
    }

    .col-lg-2 {
        width: 16.6666%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333%;
    }

    .col-lg-5 {
        width: 41.6666%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333%;
    }

    .col-lg-8 {
        width: 66.6666%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333%;
    }

    .col-lg-11 {
        width: 91.6666%;
    }

    .col-lg-12 {
        width: 100%;
    }

}

@media (min-width:1200px) {

    /* xl */
    .col-xl-1 {
        width: 8.3333%;
    }

    .col-xl-2 {
        width: 16.6666%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.3333%;
    }

    .col-xl-5 {
        width: 41.6666%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.3333%;
    }

    .col-xl-8 {
        width: 66.6666%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.3333%;
    }

    .col-xl-11 {
        width: 91.6666%;
    }

    .col-xl-12 {
        width: 100%;
    }

}

@media (max-width:992px) {
    .flexmain {
        padding: 5px 5px 0px 5px;
    }
}

@media(max-width:767px) {
    .flexmain {
        padding: 5px 5px 0px 5px;
    }

    .flexbox2 a {
        padding: 5px 10px;
    }
}

@media(max-width:992px) {}

@media(max-width:1199px) {}

@media(max-width:767px) {}

@media (max-width:992px) {}