@media (max-width: 1680px) {
    :root {
        --font-size-41: 35px;
        --font-size-25: 20px;
        --font-size-50: 44px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 5%;
    }

    .inner-text {
        width: 50%;
    }

    img.banner-img {
        right: 5%;
    }

    img.iso-img {
        right: 25%;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    img.w-bg {
        width: 65%;
        left: 17%;
    }
    .products-title a {
    font-size: 21px;}
}

@media (max-width: 1450px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 100px;
    }

    :root {
        --font-size-50: 40px;
        --font-size-41: 30px;
        --font-size-45: 35px;
        --font-size-35: 30px;
        --font-size-27: 22px;
        --font-size-19: 16px;
        --font-size-16: 14px;
    }

    .section-space {
        padding: 70px 0px;
    }

    .inner-text {
        width: 65%;
        padding-left: 3%;
    }

    .banner .swiper-slide {
        height: 550px;
    }

    .products-title a {
        font-size: 19px;
        line-height: normal;
    }

    .products-title i {
        width: 35px;
        font-size: 18px;
    }


    a.downloads-btn:hover {
        color: var(--color-4c4590) !important;
        border: 1px solid var(--color-4c4590);
    }

    .btn:hover,
    a:hover,
    button:hover {
        color: var(--color-e31e25);
        text-decoration: none;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    a:hover {
        color: #0a58ca;
    }

    .downloads-btn {
        padding: 5px 22px;
        padding-right: 5px;
        font-size: 14px;
    }

    .downloads-btn i {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .count-title {
        margin-top: 0;
        font-size: 16px;
        line-height: normal;
    }

    .count-digit,
    .count-digit1,
    .count-name {
        font-size: 45px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .cta {
        gap: 50px;
        border-radius: 26px;
        padding: 30px;
    }

    .testimonial-stars i {
        font-size: 15px;
        margin-right: 2px;
    }

    .footer-menu a p {
        font-size: 14px;
    }

    .card p {
        font-size: 14px;
    }

    .card-body {
        padding: 20px;
    }

    .products-title span {
        width: 90%;
    }

    .products-card img {
        height: 330px;
        border-radius: 16px;
    }

    .about {
        padding-bottom: 0;
    }

    .testimonial-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .copy-right {
        padding: 20px 0;
        margin-top: 30px;
    }

    ul.dropdown-menu.shadow.border-0.about-arrow {
        padding: 15px;
    }

    .dropdown .dropdown-menu {
        padding: 3%;
        background: #fff;
        background-size: cover;
        position: absolute;
        right: 0 !important;
        top: 95% !important;
        width: auto !important;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 15px;
    }

    h6.dropdown-header {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .dropdown-col {
        width: 33% !important;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .iso-accordion .accordion-button {
        font-size: 16px;
        line-height: 22px;
        padding: 15px;
    }

    .iso-accordion .accordion-item {
        border-radius: 8px;
    }

    .contact-info-card {
        padding: 25px;
        border-radius: 16px;
    }

    .contact-info-card h4 {
        font-size: 20px;
    }

    .contact-form-card input,
    .contact-form-card select,
    .contact-form-card textarea {
        padding: 8px;
        font-size: 14px;
    }

    .contact-form-card {
        padding: 30px;
        border-radius: 16px;
    }

    .site-navbar .site-navigation .site-menu>li>a {
        padding: 40px 0px;
    }

    hr {
        margin: 35px 0;
    }

    textarea {
        height: 120px;
    }

    #registerForm .form-control,
    #registerForm input.fstQueryInput.fstQueryInputExpanded {
        height: 50px;
        border-radius: 8px;
        font-size: 13px;
    }

    .fstElement {
        border-radius: 12px;
        min-height: 50px;
    }

    .why-grid {
        gap: 20px;
    }

    .why-card {
        padding: 15px;
    }

    .why-card p {
        font-size: 16px;
    }
    .footer-menu a p {
    font-size: 14px;}
}

@media (max-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 20px;
    }
    
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
    .uas-about-image img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }

    .vm-icon {
        width: 50%;
    }

    .policy-image-card img {
        height: 500px;
        object-fit: cover;
    }

    .iso-accordion-wrapper {
        padding: 35px 12px;
    }
}


@media (max-width: 991px) {
    :root {
        --font-size-33: 26px;
        --font-size-25: 18px;
        --font-size-26: 20px;
        --font-size-27: 20px;
        --font-size-41: 25px;
        --font-size-45: 28px;
        --font-size-50: 25px;
        --font-size-72: 30px;
        --font-size-19: 16px;
    }
    .marquee-content span {
    font-size: 14px;
    font-weight: 600;
}
.marquee-content img {
    width: 15px;
}
        .iso-sidebar-sticky {
    position: relative;
    top: 0;
    margin-top: 50px;
    align-self: flex-start;
}
.verify-card {
    padding: 15px;
}
.verify-header h4 {
    font-weight: 600;
    font-size: 20px;
}
.certificate-search-section,.register-layout {
    padding: 50px 0;
}
.verify-btn {
    background: linear-gradient(90deg, #e31e25, #4c4590);
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    font-size: 12px;
    text-transform: uppercase;
    transition: .4s ease;
}
    .policy-card {
        padding: 10px;
        border-radius: 12px;
        margin-top: 20px;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .logo {
        width: 100px;
    }
    .iso-content {
        padding: 0px;
    }

    .site-mobile-menu-body {
        display: flex;
        flex-direction: column;
    }

    .site-mobile-menu .search-logo {
        width: 30%;
    }

    .product-badge {
        box-shadow: none;
        order: 1;
        margin-top: 30px;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .product-badge .icon {
        width: 45px;
    }

    .india-mart {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid rgba(0, 0, 0, 0.333);
    }

    .is-sticky .logo {
        width: 20%;
        /* padding: 12px 0; */
    }
section{
    overflow: hidden;
}
.why-card {
    width: 48%;
    
}
.why-card p{
    font-size:13px;
}

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 25px;
    }

    .banner .swiper-slide {
        height: auto;
        padding-bottom: 50px;
    }
        .inner-text {
        padding-left: 0%;
        padding: 0 !important;
        height: auto;
        width: 100%;
        text-align: center;
    }
        .banner .title {
        line-height: normal;
    }
    img.mobile {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0 0 16px 16px;
        margin-bottom: 30px;
    }

    .square-pointer {
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: space-between;
        margin-top: 30px;
        position: relative;
        z-index: 9;
        flex-wrap: wrap;
    }

    .square {
        width: 49.2%;
        padding: 15px;
    }

    nav.site-navigation {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: 0 15px;
    }

    .logo::before {
        display: none;
    }

    .top-header .row {
        display: flex;
        justify-content: space-between;
    }

    .lanquage {
        display: flex;
        gap: 0;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
    }

    .google-translate i {
        color: #000;
        font-size: 18px;
        margin-right: 10px;
    }

    .site-mobile-menu .search-logo {
        margin-bottom: 0px;
    }

    .site-mobile-menu .search-logo {
        width: 150px;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #0005;
    }

    img.exp-year {
        width: 150px;
    }

    .search-flex {
        position: absolute;
        width: 50%;
        right: 19%;
        top: 10px;
    }

    .site-mobile-menu {
        width: 100%;
        position: fixed;
        overflow: scroll;
        height: 0;

    }

    .products-card img {
        height: 280px;
    }

    .dropdown-col {
        width: 100% !important;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .dropdown .dropdown-menu {
        padding: 15px !important;
        position: relative !important;
        transform: translate(0px, 0) !important;
    }

    h6.dropdown-header {
        margin-bottom: 5px;
        font-size: 16px;
        padding-bottom: 5px;
    }

    .site-mobile-menu .site-nav-wrap a i {
        
        font-size: 10px;
        color: var(--color-4c4590);
        margin-right: 5px;
    }

    .dropdown-col {
        padding: 0;
        margin-bottom: 10px;
    }

    .site-mobile-menu .site-mobile-menu-body {
       display: flex;
        position: relative;
        padding: 0 15px;
        height: auto;
        padding-bottom: 0;
        right: 0;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .site-mobile-menu .site-nav-wrap {
        width: 100%;
    margin-top: 30px;
}
    ul.dropdown-menu .dropdown-item {
        padding-left:0 ;
        width: 100%;
        display: flex;
        padding: 0px 10px;
        flex-wrap: nowrap;
        align-items: center;
        gap: 5px;
    }
    .counter-col {
        width: 35%;
        justify-content: flex-start;
    }

    .counter-col img {
        width: 50px;
    }

    .row.counter-row {
        display: flex;
        justify-content: space-evenly;
        gap: 25px 0;
        flex-direction: row;
    }

    .products-card {
        height: auto;
    }

    .products-slider {
        margin-top: 15px;
    }

    .products .mt-5 {
        margin-top: 1rem !important;
    }

    .swiper.products-slider {
        padding-bottom: 50px;
    }

    .marquee-track-right img,
    .marquee-track-left img {
        height: 60px;
        margin: 0 8px;
    }

    .marquee-container-right,
    .marquee-container-left {
        overflow: hidden;
        position: relative;
        padding: 10px 0;
        width: 100%;
        white-space: nowrap;
    }

    .testimonial-slider {
        padding: 0 15px;
    }

    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-left h3 {
        text-align: center;
    }

    .button-flex {
        justify-content: center;
    }

    .testimonial-left img {
        width: 100px;
        margin-bottom: 0;
        position: absolute;
        right: 50px;
    }

    .testimonial-left {
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 30px;
    }

    .media-post {
        margin-top: 50px;
        padding: 0 20px;
    }

    .media .container-fluid {
        padding: 0 15px;
    }

    .blogs-top {
        gap: 15px;
        padding: 15px;
        margin-top: 15px;
    }

    .copy-right p span {
        float: left;
        font-size: 14px;
    }

    img.about-image {
        width: 75%;
        height: 400px;
        margin-left: 0;
        object-fit: cover;
    }

    .card {
        width: 100%;
        padding: 30px 10px;
    }

    .card img {
        width: 60px;
        padding: 5px;
    }

    img.anchor {
        position: absolute;
        width: 20%;
        right: 0;
        top: -50px;
    }

    .card-last {
        margin-top: 50px;
    }

    .masonry-gallery {
        width: 98%;
        column-count: 2;
        column-gap: 20px;
        margin: 0 1.5%;
    }

    .breadcrumb-content {
        margin-top: 5px;
        color: #fff;
        width: 100%;
    }

    .breadcrumb-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .inner-service {
        padding-top: 30px;
    }

    .contact-info {
        padding: 20px;
    }

    .contact-info a {
        font-size: 16px;
        line-height: normal;
    }

    form.row.g-4 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 30px 15px !important;
    }

    .social {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    iframe {
        height: 300px;
    }

    .custom-product-card img {
        width: 100%;
        height: auto;
    }

    .custom-product-card {
        border-radius: 8px;
        padding: 10px;
    }

    .custom-product-name {
        margin-bottom: 2px;
    }

    .view-more {
        padding: 0px 15px;
        margin-bottom: 10px;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .about-section .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-left-card {
        padding-top: 30px;
        padding-right: 0px;
    }

    .products-title a {
        padding: 0;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 25px 25px;
    }

    .product-body {
        gap: 0;
        flex-direction: column;
    }

    .product-page p {
        font-size: 12px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .custom-sidebar>ul>li>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        position: relative;
        cursor: pointer;
    }

    /* Arrow */
    .custom-sidebar>ul>li>a::after {
        content: "\25BC";
        font-size: 12px;
        transition: transform 0.3s ease;
        margin-left: 10px;
    }

    /* Rotate arrow when active */
    .custom-sidebar>ul>li.active>a::after {
        transform: rotate(180deg);
    }

    /* Submenu hidden by default */
    .custom-sidebar ul ul {
        max-height: 0;
        overflow: hidden;
        margin-left: 15px;
        transition: max-height 0.3s ease, opacity 0.3s ease;
        opacity: 0;
    }

    /* Submenu visible when active */
    .custom-sidebar>ul>li.active>ul {
        max-height: 500px;
        /* enough to fit submenu */
        opacity: 1;
    }

    .page-title-area li a {
        font-size: 14px;
    }

    .page-title-area ul {
        display: flex;
        gap: 0 4px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .page-title-area .title-item .main-title {
        margin-bottom: 5px;
        text-align: center;
        font-size: 20px;
    }

    .page-title-area:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        top: 0;
        left: 0;
        opacity: .5;
    }

    .page-title-area {
        height: 250px;
    }

    .accordion-table {
        font-size: 13px;
    }

    .accordion-table th,
    .accordion-table td {
        padding: 8px 6px;
    }

    .accordion-header {
        font-size: 14px;
        padding: 0px;
    }
    .iso-accordion .accordion-body {
    background: #fff;
    padding: 5px 15px;
}
.inner-banner::after{
    width: auto;
    height: auto;
}

    .table-heading {
        font-size: 14px;
    }


    .tab-content .table-heading {
        caption-side: top;
        padding: 0;
        font-size: 14px;
        line-height: normal;
    }

    #sizes th,
    #sizes td {
        font-size: 12px;
        padding: 4px 10px;
        line-height: 16px;
    }


    .section-space {
        padding: 50px 0px;
    }


    .about {
        padding: 10px 0px;
        padding-bottom: 0;
    }

    section.marquee-section {
        padding: 30px 0;
    }
    .banner-sub-title {
    font-size: 22px;
}

}

@media (max-width: 768px) {
    .domain-image {
        width: 50% !important;
        transform: translate(50%, 0);
        margin-bottom: 15px;
    }

    .vm-icon {
        width: 10%;
    }

    .card img {
        width: 20%;
        padding: 0;
    }

    .about {
        padding: 10px 0px !important;
        padding-bottom: 0 !important;
    }

    .inner-banner .breadcrumb {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: normal;
    }
        .inner-banner .breadcrumb {
        font-size: 14px;
        margin-top: 10px;
        padding: 5px 15px;
    }
        .inner-banner::after {
        width: 100px;
        height: 100px;
    }


    .mobile-service-toggle {
        display: block;
    }

    .marquee-client .marquee-content {
        gap: 20px;
    }

    .policy-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .policy-image-card img {
        height: 400px;
        object-fit: cover;
    }

    .policy-image-card {
        display: flex;
        height: 430px;
        width: 100%;
    }

    .policy-page p {
        text-align: justify;
    }

    .row-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .marquee-client .marquee-content img {
        width: 250px;
        height: 100px;
    }

    .marquee-logo {
        overflow: hidden;
        padding: 10px 0px;
    }

    .section-space {
        padding: 30px 0px;
    }
     .padding-left {
        padding-left: 0;
    }
    .domain-text {
    text-align: justify;
    color: #4b5563;
    line-height: normal;
}

}


@media (max-width: 575px) {
::-webkit-scrollbar {
    width: 4px;
}

    .contact-info-card br, footer br{
        display: block;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 15px;
    }

    :root {
        --font-size-19: 14px;
        --font-size-25: 15px;
        --font-size-22: 18px;
        --font-size-27: 20px;
        --font-size-33: 26px;
        --font-size-45: 20px;
        --font-size-41: 20px;
        --font-size-50: 22px;
        --font-size-72: 22px;
    }
    section{
        overflow: hidden;
    }
        .banner-sub-title {
    font-size: 18px;
    margin: 5px 0;
}
    .map-card iframe {
    width: 100%;
    height: 250px;
    border: 0;
}
    .contact-info-card {
        padding: 15px;
        border-radius: 16px;
    }
        hr {
        margin: 15px 0;
    }
    .social-modern ul {
    justify-content: center;
    }
    .cta::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #ffffff61, transparent);
    top: 0;
    left: 0;
    z-index: 9;
}
.cta-text {
    position: relative;
    z-index: 9;
    padding-right: 50px;
}
.cta-text h2{
    text-align: left;
}
        .testimonial-card {
        padding: 15px;
    }
        img.w-bg {
        width: 97%;
        left: 6px;
        height: 100%;
    }
.uas-about-content {
    padding-right: 0px;
}
    .accordion-panel.open::after {
        content: "← Swipe to see more";
        display: block;
        text-align: center;
        font-size: 12px;
        color: #888;
        font-style: italic;
        animation: swipeHint 1.4s ease-in-out infinite;
    }

    @keyframes swipeHint {

        0%,
        100% {
            transform: translateX(0);
            opacity: 0.8;
        }

        50% {
            transform: translateX(-5px);
            opacity: 1;
        }
    }

    .accordion-header .table-title,
    .table-title span {
        font-size: 12px;
        line-height: 20px;
    }

    .page-title-area .title-item .main-title {
        text-align: left;
    }

    .page-title-area ul {
        display: flex;
        gap: 0 4px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .section-space {
        padding: 30px 0px;
    }

    .site-mobile-menu .search-logo {
        width: 110px;
    }

    img.exp-year {
        width: 110px;
    }

    .banner p {
        display: none;
    }

    .logo {
        width: 90px;
        padding: 0px;
    }

    .search-flex {
        position: relative;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
        margin-left: 5px !important;
    }

    .goog-te-gadget-simple {
        font-size: 12px !important;
        width: 100px;
        justify-content: flex-start;
    }

    .search-btn {
        right: 50px;
        /* background: #ffffff; */
        border: none;
        font-size: 22px;
        cursor: pointer;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        top: -6px;
    }

    .search-btn:hover {
        color: #fff;
    }

    .search-flex {
        position: absolute;
        width: 100%;
        right: 0;
        top: 20px;
    }

    /* Overlay Hidden Initially */
    .search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: rgba(255, 255, 255, 0.98);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.4s ease;
    }

    /* Active State */
    .search-overlay.active {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }

    /* Overlay Content */
    .search-overlay-content {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 10px;
        gap: 10px;
        flex-direction: column;
    }

    .overlay-input {
        width: 100%;
        font-family: var(--font-family-Poppins);
        flex: 1;
        padding: 14px 18px;
        font-size: 14px;
        border-top: none;
        border-left: none;
        border-right: none;
        border: 1px solid #ccc;
        border-radius: 50px;
        outline: none;
    }

    .overlay-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 24px;
    }

    button.overlay-close:hover {
        color: var(--color-4c4590);
    }

    br {
        display: none;
    }

    .square {
        width: 100%;
        padding: 15px;
        padding-left: 60px;
    }

    .square h4 {
        font-size: 16px;
        margin-top: 0;
    }

    .square img {
        width: 45px;
        position: absolute;
        left: 20px;
    }

    .square p {
        font-size: 12px;
    }

    .count-digit,
    .count-digit1,
    .count-name {
        font-size: 25px;
        line-height: 25px;
    }

        .row.counter-row {
        display: flex;
        justify-content: space-between;
        gap: 30px 0;
        flex-direction: row;
    }
        .count-area .count-area-content {
        margin-bottom: 0px;
    }

    .counter-col {
        width: 50%;
        text-align: center;
        justify-content: center;
        padding: 15px;
        flex-direction: column;
        border: 1px solid #efefef;
    }   

    .counter-col img {
        width: 50px;
        margin: 0;
        margin-bottom: 10px;
    }

    .counter-flex {
        justify-content: center;
        margin-bottom: 5px;
    }

    .products-card {
        height: auto;
        padding: 0 10px;
    }



    .about-text {
        text-align: center;
        margin-bottom: 0;
    }

    .count-title {
        font-size: 14px;
        line-height: 14px;
    }

    .contact-search {
        display: none;
    }

    img.search-logo {
        width: 50%;
        margin-bottom: 10px;
    }

        img.banner-img {
        object-position: 0;
        width: 80%;
        margin-bottom: 25px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .banner-row-reverse {
        padding: 30px;
    }


    .inner-text {
        width: 100%;
        background: none;
        /* text-align: center; */
    }

    .inner-text {
        padding-left: 0%;
        padding: 15px;
        height: 200px;
    }

    .banner .swiper-slide {
        height: 550px;
    }

    .banner .swiper-slide br {
        display: block;
    }

    .swiper-slide-active .fade-left {
        animation: fadeInUp 1.5s;
    }

    .banner-btn {
        width: 70%;
        position: absolute;
        right: 0;
        bottom: 5%;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        background-size: 25% !important;
        background-color: var(--color-ffffff);
        color: white;
        width: 30px;
        height: 30px;
        box-shadow: rgba(255, 255, 255, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        border-radius: 50%;
    }

    .downloads-btn {
        padding: 2px 15px;
        font-size: 14px;
        gap: 5px;
    }

        .inner-text {
        padding-left: 0%;
        padding: 0 !important;
        height: auto;
        width: 100%;
    }

    .chat-form {
        right: 60px;
        width: 80%;
    }

    .chat-btn,
    .phone-btn,
    .whatsapp-btn,
    .share-toggle,
    .fixed_share ul.listing>li,
    #button {
        width: 40px;
        height: 40px;
    }

    .chat-btn i,
    .phone-btn i,
    .whatsapp-btn i,
    ul.listing i {
        font-size: 16px;
    }

    .products .mt-5 {
        margin-top: 0.5rem !important;
    }

    .products-title {
        width: 90%;
        position: relative;
        bottom: 0;
        height: 100%;
        opacity: 1;
        margin-top: 15px;
    }

    .products-title:before {
        height: 100%;
        border: none;
    }

    .swiper.products-slider {
        padding-bottom: 30px;
    }

    .service-home-text {
        position: relative;
        padding: 15px;
    }

    .service-home-text .div-title {
        margin-bottom: 10px;
    }

    .media img {
        box-shadow: rgb(0 0 0 / 41%) 0px 8px 12px 0px;
    }

    .service-home-text p {
        margin-bottom: 5px;
        text-align: justify;
    }

    .service-home-text img {
        width: 60px;
    }

    .testimonial-section {
        padding: 30px 0;
    }

    .testimonial-slider {
        padding: 0px;
        margin-bottom: 25px;
    }
    .testimonial-stars {
    font-size: 8px;
    margin-bottom: 5px;
}

    .testimonial-left img {
        width: 50px;
        margin-bottom: 0;
        position: absolute;
        right: 15px;
        top: -50px;
    }

    .button-flex {
        margin-top: 20px;
    }

    .testimonial-section .swiper-pagination {
        position: relative;
        margin-top: -29px;
    }

    .share-toggle {
        display: none;
    }

    .testimonial-section .swiper-button-next,
    .testimonial-section .swiper-button-prev {
        background-size: 23px;
    }

    .media .mb-5 {
        margin-bottom: 0rem !important;
    }

    .is-sticky .logo {
        width: 50%;
        padding: 0px 0;
    }

    .about-left-card {
        padding-top: 15px;
    }

    .blogs-top {
        gap: 10px;
        margin-top: 15px;
    }

    .blogs-top {
        flex-direction: column;
    }

    .blogs-top img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .blog-text {
        text-align: center;
    }

    .media-post {
        margin-top: 50px;
        padding: 0 15px;
    }

    ul.stars {
        display: flex;
        font-size: 12px;
        position: absolute;
        bottom: 28%;
        left: 6%;
    }

    .testimonial-box p {
        padding: 20px 20px;
        border-radius: 16px;
        padding-bottom: 35px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 15px;
    }

    h6.dropdown-header {
        margin-bottom: 5px;
        font-size: 14px;
        padding-bottom: 5px;
        margin-top: 25px;
        color: var(--color-4c4590);
    }
    h6.dropdown-header a{
        color: var(--color-4c4590)!important;
    }
    
    h6.dropdown-header::before {
    position: absolute;
    width: 95%;
    height: 1px;
}
.iso-card {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}
.iso-card h3 {
    font-size: 16px;
}
.iso-points li::before {
top: 4px;
        width: auto;
        height: auto;
        line-height: 18px;
        font-size: 16px;
        background: none;
        color: #e31e25;
    }
.iso-points li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: normal;
    color: #444;
    transition: .3s;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 0;
    }
    

    /* Default hidden state */
    ul.dropdown-menu.shadow.border-0.about-arrow.show{
        padding: 10px 0 !important;
    }
    .dropdown .dropdown-menu {
        padding: 0 !important;
        width: 100% !important;
        min-width: 100% !important;

        max-height: 0;
        /* collapsed */
        opacity: 0;
        overflow: hidden;
        display: block;
        transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.3s ease;
    }

    /* Shown state */
    .dropdown .dropdown-menu.show {
        padding: 10px 0 !important;        
        max-height: 1800px;
        /* adjust for content */
        opacity: 1;
        overflow: visible;
    }

    img.img-2 {
        width: 60%;
        margin-top: -100px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    img.about-image {
        width: 95%;
        height: 250px;
        margin-left: 0;
        object-fit: cover;
        box-shadow: rgb(255 0 0) -5px -10px 0px 6px;
    }

    .card {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }

    .card-last {
        margin-top: 0;
        margin-bottom: 0;
    }

        .card img {
        width: 50%;
        padding: 0;
    }

    .copy-right p {
        font-size: 12px;

    }

    .copy-right {
        padding: 15px 0;
        margin-top: 15px;
        padding-bottom: 5px;
        text-align: center;
        border-top: 1px solid #fff5;
    }

    .footer {
        padding-top: 30px;
    }

    ul.footer-contact li a,
    ul.footer-contact li p {
        font-size: 14px;
        line-height: 22px;
    }

    .footer p span {
        font-size: 14px;
        margin: 0;
    }

    .footer-logo-section {
        padding-right: 0px;
        text-align: center;
    }

    footer.footer img {
        width: 30% !important;
    }

    .footer p span {
        font-weight: 400;
        font-size: 14px;
    }

    .copy-right p span,.copy-right p a {
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin-top: 5px;
    }

    .footer p {
        font-size: 12px;
    }

    img.anchor {
        position: absolute;
        width: 26%;
        right: 0;
        top: -50px;
    }

    .page-title-area {
        background-position: center;
    }

    .page-title-area li a,
    .page-title-area .title-item ul li {
        font-size: 12px;
    }

    .page-title-area {
        height: auto;
    }

    .view-more {
        line-height: normal;
        padding: 6px 10px;
        margin-bottom: 0;
        font-size: 12px;
    }

    .custom-product-category {
        font-size: 12px;
    }

    .cs-blog-detail .cs-main-post {
        margin-bottom: 0px;
    }

    .product-header h2 {
        font-size: 16px;
    }

    .products-inner-tabs {
        padding: 10px;
    }

    .product-body .product-image {
        max-width: 100%;
    }

    .tabs button {
        display: none;
    }

    .tabs select {
        display: block;
        width: 100%;
        padding: 8px;
        margin-bottom: 10px;
    }

    .download-modal .modal-content {
        margin: 55% auto;
    }

    .career-section h2 {
        font-size: 20px;
        margin-bottom: 0;
        text-align: center;
    }

    .form-control {
        padding: 8px;
        font-size: 12px;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .contact-info {
        padding: 15px;
        align-items: center;
    }

    ul.list-unstyled li span {
        line-height: normal;
    }

    .contact-info a {
        font-size: 14px;
        line-height: 24px;

    }

    ul.list-unstyled li i {
        font-size: 14px !important;
        margin-right: 15px !important;
    }

    form.row.g-4 {
        padding: 15px 5px !important;
    }

    .career-card h4,
    .career-job-box h5 {
        font-size: 16px;
    }

    img.main-img {
        border-radius: 8px;
        position: relative;
    }

    .small-text {
        text-align: justify;
        line-height: 20px;
    }

    .steps-navbar li {
        padding: 5px 7px;
        line-height: 20px;
    }

    .step-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .step-text {
        padding-left: 0px;
    }

    .step-content img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .steps-navbar {
        top: 110px;
        border-radius: 0 0 6px 6px;
        padding: 0;
    }

    .blog-text h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .step-title {
        margin-bottom: 10px;
    }

    .blogs h2,
    .blogs h4 {
        text-align: center;
    }


    .main-title,
    .div-title {
        line-height: normal;
        margin-bottom: 10px;
    }

    .testimonial-right {
        padding-left: 0px;
        margin-top: 15px;
    }

    .order-blog {
        order: 1;
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    ul.dropdown-menu .dropdown-item {
        width: 100%;
        line-height: normal;
        margin-bottom: 15px;
    }
.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
    margin-bottom: 10px;
}
    .site-mobile-menu .site-nav-wrap>li>ul>li>a {
        padding-left: 10px;
        font-size: 14px;
    }

    .masonry-gallery {
        width: 100%;
        column-count: 2;
        column-gap: 10px;
        margin: 0;
    }

    .masonry-item {
        border-radius: 8px;
    }

    .gallery-details p {
        display: none;
    }

    .gallery-details {
        height: 75%;
    }

    .video-popup {
        padding: 0px 12px;
    }

    p.video-title {
        line-height: 12px;
    }

    .masonry-item {
        margin-bottom: 15px;
    }

    .custom-sidebar>ul>li>a {
        font-size: 14px;
        padding: 6px 0;
        text-align: center;
    }

    .custom-sidebar h5 {
        text-align: center;
    }

    .custom-sidebar a {
        font-size: 14px;
    }

    .custom-sidebar ul li {
        margin-bottom: 5px;
        text-align: center;
    }

    .custom-sidebar {
        padding: 10px;
    }

    .download-modal p {
        font-size: 12px;
        color: #555;
        margin-bottom: 5px;
    }

    .social-footer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .downloads-btn {
        padding: 6px 15px;
    }

    .cta {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 16px;
        padding: 15px;
        gap: 30px;
        margin-bottom: 0;
        z-index: 9;
    }

    .iso-accordion-wrapper {
        padding: 0;
        background: transparent;
        box-shadow: none;
    }


        .policy-image-card {
        padding: 0;
        margin-bottom: 15px;
        display: flex;
        height: auto;
        width: 100%;
    }
        .policy-title {
        font-size: 22px;
        text-align: center;
    }
.policy-list li {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 14px;
    line-height: normal;
}
    .card-body {
        padding: 0;
    }
    .card p i, .iso-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
}
    .policy-image-card img {
        height: auto;
        object-fit: cover;
    }

    #registerForm {
        margin: 0;
        width: 100%;
    }

    .why-grid>* {
        width: calc(100%);
    }

    .auditor-grid {
        grid-template-columns: 1fr;
    }

        .why-grid p {
        font-size: 14px;
        text-align: justify;
        line-height: normal;
    }
.vm-heading h2,.policy-heading h2,.policy-header h1 {
    font-size: 26px;
}
.policy-header {
    max-width: 100%;
    margin-bottom: 15px;
}
.auditor-content{
    text-align: center;
}
.policy-heading {
    max-width: 100%;
    margin: 0 auto 10px;
}

    .vm-icon {
        width: 20%;
    }

    .banner-row-reverse {
        flex-direction: column-reverse;
    }

    .downloads-btn i {
        width: 20px;
        height: 20px;
        font-size: 15px;
    }
    .badge {
    padding: 6px 12px;
    font-size: var(--font-size-15);

}
.testimonial {
    text-align: center;
}
.text-end {
    text-align: center !important;
}
.testimonial-user {
    justify-content: center;
}
    .testimonial-title {
        font-size: 18px;
    }
    .map-label {
    position: absolute;
    bottom: 4px;
    left: 4px;
    background: #e31e25;
    color: #fff;
    padding: 2px 14px;
    border-radius: 6px;
    font-size: 12px;
}
    .iso-accordion .accordion-button {
        font-size: 14px;
        line-height: normal;
        padding: 15px;
    }
}

@media (max-width: 480px) {

    .main-title {
        font-size: 20px;
        text-align: center;
    }
        .contact-form-card {
        padding: 15px;
        border-radius: 16px;
    }
    
    .policy-header p {
    font-size: 14px;
    text-align: center;
}
.policy-card p {
    font-size: 14px;
}
    .counter {
        padding: 30px 0;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding: 0 15px;
    }

    .products-card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about {
        padding: 8px 0px;
        padding-bottom: 0;
    }

    section.marquee-section {
        padding: 10px 0;
    }

    .why-grid>* {
        width: calc(100%);
    }

    .auditor-grid {
        grid-template-columns: 1fr;
    }

    .why-grid p {
        text-align: justify;
    }

    .vm-icon {
        width: 20%;
    }

    .uas-about-image img {
        height: 300px;
    }

}

@media (max-width: 375px) {
  

    .uas-about-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-top: 10px;
    }

   

    .domain-text {
        text-align: justify;
    }


    .why-grid p {
        text-align: justify;
    }


}
