
.Product-category .category-1,
.Product-category .category-2,
.Product-category .category-3,
.Product-category .category-4,
.Product-category .category-5,
.Product-category .category-6,
.Product-category .category-7,
.Product-category .category-8 {
    height: auto;
    width: 100%;
}

/*media Query for Mobile devices*/

@media screen and (max-width: 768px) {
    .home {
        margin-top: 107px;
    }

    header.site-header1 {
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #1F352B;
        color: white;
        z-index: 999;
    }

    .main-nav {
        display: flex !important;
        position: relative !important;
        flex-direction: row;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #1F352B;
        position: fixed;
        top: 105px;
        /*right: 77px;*/
        padding: 21px;
        z-index: 20;
        line-height: 4;
        border-bottom-left-radius: 10px;
        /* border-bottom-right-radius: 10px;*/
    }

    .nav-links2 {
        margin-top: 10px;
    }

    .mobile-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: -25px;
        z-index: 10;
    }

    .search-input {
        padding: 8px 30px 8px 8px;
        background-color: #f57c34;
        padding: 12px;
        font-size: 14px;
        color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        line-height: 2;
    }

    .mobile-toggle .bar {
        display: block;
        width: 30px;
        height: 3px;
        margin: 6px auto;
        background-color: #ff6a00;
    }

    .Profile-toggle {
        display: block;
        cursor: pointer;
        margin-right: 22px;
    }

    .nav-links2 {
        display: none;
        flex-direction: column;
        margin-top: 10px;
        width: 100%;
        background-color: #263b2c;
        position: absolute;
        top: 71px;
        right: 0;
        padding: 34px;
        z-index: 10;
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

       /* .nav-links2 li {
            margin: 10px 0;
        }*/

    .dropdown {
        position: relative;
        width: 100%;
    }

    .dropbtn {
        width: 100%;
        text-align: left;
        background-color: #f57c34;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: 1px solid;
        border-radius: 5px;
        cursor: pointer;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        width: 100%;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

        .dropdown-content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .dropdown-content li a {
            display: block;
            padding: 12px 16px;
            text-decoration: none;
            color: #333;
            border-bottom: 1px solid #ddd;
        }

        .dropdown-content li:last-child a {
            border-bottom: none;
        }

    .nav-links2.show {
        display: flex !important;
    }

    .nav-links2-desktop {
        display: none;
    }

    .contact-now {
        top: auto;
        bottom: 20px;
        padding: 18px 3px;
    }

    .contact-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg); /* flips it so it's upright vertically */
        font-size: 11px;
        font-weight: 600;
    }

    .container-login {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 225px;
    }

    .right {
        width: 53%;
        justify-content: space-between;
    }

    .left {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-block: 4px
    }

    .logo-block {
        margin-block: 0px;
    }

    .logo img {
        width: 60px !important;
        height: auto !important;
    }

    .logo-block h1 {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
    }

    .logo-block p {
        margin: 0;
        font-size: 10px;
    }

    /*Slide*/
    .slider-wrapper {
        height: 250px;
        margin-top: 60px;
    }

    .slider-banner {
        background-size: auto;
        background-position: center;
        transition: background-image 2s ease-in-out;
    }

    .slide-text {
        width: 90%;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        gap: 15px;
    }

        .slide-text p {
            font-size: 26px;
            font-weight: 700;
        }

        .slide-text span {
            font-size: 14px;
            font-weight: 500;
        }

        .slide-text button {
            padding: 10px 20px;
            font-size: 14px;
        }

    .dots {
        bottom: 10px;
        gap: 6px;
    }

        .dots li {
            width: 10px;
            height: 10px;
        }

    .checkout-page .left-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 350px;
    }

    .checkout-page .right-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 300px;
    }

    .contact_logo {
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 15px;
        margin-top: 100px;
        background: linear-gradient(135deg, #fefcea, #f1da36);
        color: #000;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 0px !important;
    }
    .contact-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-inline: auto;
        width: 100%;
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 0;
        top: 0px;
        left: -50px;
    }*/

    .col-lg-5 {
        width: 100%;
    }
    .col-lg-7 {
        width: 100%;
    }
    .agileits-main-right {
        background-color: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .contact_logo img {
        height: 100px;
        width: 100px;
    }

    .field span {
        padding: 13px 0px;
        font-size: 13px;
        font-weight: 500;
        margin-left: 2px;
        width: 32%;
    }

    .field .form-control {
        margin-bottom: 15px;
        padding: 13px 10px;
        border-radius: 3px;
        border: 2px solid #f58d31;
        transition: 0.3s ease;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        box-shadow: 3px 3px 7px -2px #eed653;
        font-size: 15px;
    }
    .field-button {
        display: flex;
        justify-content: center;
        margin-right: 0 !important;
    }

    .btn-success {
        background-color: #F1672C;
        border: none;
        padding: 12px 24px;
        border-radius: 3px;
        font-size: 10px;
        font-weight: bold;
        color: white;
        transition: background-color 0.3s, transform 0.2s;
        cursor: pointer;
        box-shadow: 3px 3px 7px -2px #eed653;
    }


    .login-design {
        box-shadow: 1px 1px 5px 5px #f47a31;
        border-radius: 5px;
        margin-bottom: 107px;
        padding: 30px;
        padding-inline: 20px;
    }
    .login-button {
        position: absolute;
        padding: 6px 20px 12px 14px;
        font-size: 16px;
        color: white !important;
        background-color: #f57c34;
        border: 1px solid;
        cursor: pointer;
        overflow: hidden;
        z-index: 1;
        border-radius: 2px;
        margin-block: -21px;
    }

    .footer {
        padding: 25px 12px;
    }
    .footer-top {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        justify-content: center;
        text-align: center;
        margin-inline: 10%;
    }
    .footer-links {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-block: 34px;
        margin-inline: auto;
        margin-right: 15px !important;
    }
        .footer-links a {
            color: white;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
        }

    .footer-newsletter {
        margin-bottom: 35px;
        text-align: left;
        margin-inline: auto;
    }
        .footer-newsletter h3 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            text-align:left;
        }
        .footer-newsletter .email {
            text-align: left;
            display: flex;
            flex-direction: column;
        }
    .footer-address {
        text-align: center;
        margin-inline: auto;
        padding-inline: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 450px;
        min-width: auto;
    }
        .footer-address h6 {
            display: flex;
            margin-block: 10px;
            justify-content: center;
        }
   



}


@media screen and (max-width: 499px) {
    .home {
        margin-top: 131px;
    }

    header.site-header1 {
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #1F352B;
        color: white;
        z-index: 999;
    }

    .main-nav {
        display: flex !important;
        position: relative !important;
        flex-direction: row;
    }

    .nav-links {
        /*display: none;
        flex-direction: column;
        width: 292px;
        background-color: #1F352B;
        position: absolute;
        top: 50px;
        right: -122px;
        padding: 20px;
        z-index: 10;*/
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #1F352B;
        position: fixed;
        top: 143px;
        /*right: 42px;*/
        padding: 21px;
        z-index: 20;
        line-height: 2;
        border-bottom-left-radius: 10px;
        /*border-bottom-right-radius: 10px;*/
    }

    .nav-links2 {
        margin-top: 10px;
    }

    .mobile-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: -25px;
        z-index: 10;
    }

    .search-input {
        padding: 8px 30px 8px 8px;
        background-color: #f57c34;
        padding: 12px;
        font-size: 14px;
        color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        line-height: 2;
    }

    .mobile-toggle .bar {
        display: block;
        width: 30px;
        height: 3px;
        margin: 6px auto;
        background-color: #ff6a00;
    }

    .Profile-toggle {
        display: block;
        cursor: pointer;
        margin-right: 22px;
    }

    .nav-links2 {
        display: none;
        flex-direction: column;
        margin-top: 10px;
        width: 200px;
        max-width: 300px;
        background-color: #263b2c;
        position: absolute;
        top: 50px;
        right: -50px;
        padding: 27px;
        z-index: 10;
        border-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

       /* .nav-links2 li {
            margin: 10px 0;
        }*/

    .dropdown {
        position: relative;
        width: 100%;
    }

    .dropbtn {
        width: 100%;
        text-align: left;
        background-color: #f57c34;
        color: white;
        border: 1px solid;
        font-size: 12px;
        border-radius: 5px;
        cursor: pointer;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        width: 100%;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

        .dropdown-content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .dropdown-content li a {
            display: block;
            padding: 12px 16px;
            text-decoration: none;
            color: #333;
            border-bottom: 1px solid #ddd;
        }

        .dropdown-content li:last-child a {
            border-bottom: none;
        }

    .login-button {
        position: absolute;
        padding: 5px 28px 9px 14px;
        font-size: 14px;
        color: white !important;
        background-color: #f57c34;
        border: 1px solid;
        cursor: pointer;
        overflow: hidden;
        margin-block: -18px;
        z-index: 1;
        border-radius: 3px;
    }

    .nav-links2-desktop {
        display: none;
    }
    .nav-links2 li {
        list-style: none;
        font-size: 10px;
        font-weight: 600;
        color: #999;
    }
    .contact-now {
        top: auto;
        bottom: 20px;
        padding: 37px 3px;
    }

    .contact-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg); /* flips it so it's upright vertically */
        font-size: 11px;
        font-weight: 600;
    }

    .container-login {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 225px;
    }

    .right {
        width: 53%;
        justify-content: space-between;
        margin-top: 70px;
    }

    .left {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-block: 4px
    }

    .logo-block {
        margin-block: 0px;
    }

    .logo img {
        width: 60px !important;
        height: auto !important;
    }

    .logo-block h1 {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
    }

    .logo-block p {
        margin: 0;
        font-size: 10px;
    }

    /*Slide*/
    .slider-wrapper {
        height: 250px;
        margin-top: 60px;
    }

    .slider-banner {
        background-size: auto;
        background-position: center;
        transition: background-image 2s ease-in-out;
    }

    .slide-text {
        width: 90%;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        gap: 15px;
    }

        .slide-text p {
            font-size: 26px;
            font-weight: 700;
        }

        .slide-text span {
            font-size: 14px;
            font-weight: 500;
        }

        .slide-text button {
            padding: 10px 20px;
            font-size: 14px;
        }

    .dots {
        bottom: 10px;
        gap: 6px;
    }

        .dots li {
            width: 10px;
            height: 10px;
        }

    .checkout-page .left-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 350px;
    }

    .checkout-page .right-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 300px;
    }

    .contact_logo {
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 15px;
        margin-top: 140px;
        background: linear-gradient(135deg, #fefcea, #f1da36);
        color: #000;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 0px !important;
    }

    .contact-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-inline: auto;
        width: 100%;
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 0;
        top: 0px;
        left: -50px;
    }*/

    .col-lg-5 {
        width: 100%;
    }

    .col-lg-7 {
        width: 100%;
    }

    .agileits-main-right {
        background-color: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .contact_logo img {
        height: 100px;
        width: 100px;
    }

    .field span {
        padding: 13px 0px;
        font-size: 13px;
        font-weight: 500;
        margin-left: 2px;
        width: 32%;
    }

    

    .field .form-control {
        margin-bottom: 15px;
        padding: 12px 16px;
        font-size: 12px;
        border-radius: 3px;
        border: 2px solid #f58d31;
        transition: 0.3s ease;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 67%;
        box-shadow: 3px 3px 7px -2px #eed653;
    }
    .field-button {
        display: flex;
        justify-content: center;
        margin-right: 0 !important;
    }
    .btn-success {
        background-color: #F1672C;
        border: none;
        padding: 12px 24px;
        border-radius: 3px;
        font-size: 10px;
        font-weight: bold;
        color: white;
        transition: background-color 0.3s, transform 0.2s;
        cursor: pointer;
        box-shadow: 3px 3px 7px -2px #eed653;
    }
        .search-container {
        transform: translate(-1px, -72px);
        position: fixed;
    }
    .login-design {
        box-shadow: 1px 1px 5px 5px #f47a31;
        border-radius: 5px;
        margin-bottom: 107px;
        padding: 30px;
        padding-inline: 20px;
    }

    .footer {
        padding: 25px 12px;
    }

    .footer-top {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        justify-content: center;
        text-align: center;
        margin-inline: 5%;
    }

    .footer-links {
        display: flex;
        flex-direction: row;
        gap: 15px;
        margin-block: 34px;
        margin-inline: auto;
        margin-right: 15px !important;
        flex-wrap: wrap;
    }

        .footer-links a {
            color: white;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
        }

    .footer-newsletter {
        margin-bottom: 35px;
        text-align: left;
        margin-inline: auto;
    }

        .footer-newsletter h3 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            text-align: left;
        }

        .footer-newsletter .email {
            text-align: left;
            display: flex;
            flex-direction: column;
        }

    .footer-address {
        text-align: center;
        margin-inline: auto;
        padding-inline: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 450px;
        min-width: auto;
    }

        .footer-address h6 {
            display: flex;
            margin-block: 10px;
            justify-content: center;
        }
}
/*@media (max-width: 769px) 
 

{
    header.site-header {
        position: fixed;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #1F352B;
        color: white;
        z-index: 999;
    }

    .main-nav {
        display: flex !important;
        position: relative !important;
        flex-direction: row;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 80%;
        background-color: #263b2c;
        position: absolute;
        top: 75px;
        right: -116px;
        padding: 20px;
        z-index: 10;
        line-height: 2;
    }

    .nav-links2 {
        margin-top: 10px;
    }

    .mobile-toggle {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: -25px;
        z-index: 10;
    }

        .mobile-toggle .bar {
            display: block;
            width: 30px;
            height: 3px;
            margin: 6px auto;
            background-color: #ff6a00;
        }

    .Profile-toggle {
        display: block;
        cursor: pointer;
        margin-right: 22px;
    }

    .nav-links2 {
        display: none;
        flex-direction: column;
        margin-top: 10px;
        width: 75%;
        background-color: #263b2c;
        position: absolute;
        top: 67px;
        right: 0;
        padding: 20px;
        z-index: 10;
        border-radius: 0px;
    }

        .nav-links2 li {
            margin: 10px 0;
        }

    .dropdown {
        position: relative;
        width: 100%;
    }

    .dropbtn {
        width: 100%;
        text-align: left;
        background-color: #f57c34;
        color: white;
        padding: 10px;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background-color: #f9f9f9;
        width: 100%;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

        .dropdown-content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .dropdown-content li a {
            display: block;
            padding: 12px 16px;
            text-decoration: none;
            color: #333;
            border-bottom: 1px solid #ddd;
        }

        .dropdown-content li:last-child a {
            border-bottom: none;
        }

    .nav-links2-desktop {
        display: none;
    }

    .contact-now {
        top: auto;
        bottom: 20px;
        padding: 18px 3px;
    }

    .contact-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg);*/ /* flips it so it's upright vertically */
/*font-size: 11px;
        font-weight: 600;
    }

    .container-login {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-top: 225px;
    }

    .right {
        width: 53%;
        justify-content: space-between;
    }

    .left {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        padding-block: 4px
    }

    .logo-block {
        margin-block: 0px;
    }

    .logo img {
        width: 60px !important;
        height: auto !important;
    }

    .logo-block h1 {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
    }

    .logo-block p {
        margin: 0;
        font-size: 10px;
    }*/

/*Slide*/
/*.slider-wrapper {
        height: 250px;
        margin-top: 60px;
    }

    .slider-banner {
        background-size: auto;
        background-position: center;
        transition: background-image 2s ease-in-out;
    }

    .slide-text {
        width: 90%;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        gap: 15px;
    }

        .slide-text p {
            font-size: 26px;
            font-weight: 700;
        }

        .slide-text span {
            font-size: 14px;
            font-weight: 500;
        }

        .slide-text button {
            padding: 10px 20px;
            font-size: 14px;
        }

    .dots {
        bottom: 10px;
        gap: 6px;
    }

        .dots li {
            width: 10px;
            height: 10px;
        }

    .checkout-page .left-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 350px;
    }

    .checkout-page .right-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 300px;
    }

    .contact_logo {
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 40px 10px;
        margin-top: 100px;
        background: linear-gradient(135deg, #fefcea, #f1da36);
        color: #000;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 0px !important;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 0;
        top: 0px;
        left: -50px;
    }

    .col-lg-5 {
        width: 8%;
    }

    .contact_logo img {
        height: 100px;
        width: 100px;
    }

    .field span {
        padding: 13px 0px;
        font-size: 12px;
        font-weight: 500;
        margin-left: 2px;
        width: 32%;
    }

    .field .form-control {
        margin-bottom: 15px;
        padding: 12px 16px;
        font-size: 12px;
        border-radius: 3px;
        border: 2px solid #f58d31;
        transition: 0.3s ease;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 67%;
        box-shadow: 3px 3px 7px -2px #eed653;
    }
}*/

/* Laptops/desktops (1025px and up) */
/*@media (min-width: 1025px) {
    
    .checkout-page .left-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 350px;
    }

    .checkout-page .right-panel {
        flex: 0 0 30%;
        min-width: 250px;
        max-width: 300px;
    }

    .contact_logo {
        margin-bottom: 30px;
    }

    .contact-section {
        padding: 40px 10px;
        margin-top: 100px;
        background: linear-gradient(135deg, #fefcea, #f1da36);
        color: #000;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        margin-bottom: 0px !important;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 0;
        top: 0px;
        left: -50px;
    }

    .col-lg-5 {
        width: 8%;
    }

    .contact_logo img {
        height: 100px;
        width: 100px;
    }

    .field span {
        padding: 13px 0px;
        font-size: 12px;
        font-weight: 500;
        margin-left: 2px;
        width: 32%;
    }

    .field .form-control {
        margin-bottom: 15px;
        padding: 12px 16px;
        font-size: 12px;
        border-radius: 3px;
        border: 2px solid #f58d31;
        transition: 0.3s ease;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 67%;
        box-shadow: 3px 3px 7px -2px #eed653;
    }
}*/





