body {
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    color: #000;
}

*,
body {
    margin: 0;
}

body {
    overflow-x: hidden;
}

* {
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

header {
    background: #000;
    width: 100%;
    padding: 0;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding: 30px 0;
}

.logo img {
    width: 110px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    padding: 30px 35px;
    position: relative;
}

nav ul li a {
    color: #fff;
    font-size: 14px;
    font-family: SSTBold;
    text-decoration: none;
}

nav ul li a:hover {
    color: #557CB9;
}

nav ul li:hover .submenu {
    display: block;
}

nav ul.submenu {
    position: absolute;
    width: 330px;
    top: 80px;
    z-index: 11;
    background: #2B2B2B;
    padding: 25px 0;
    left: 0;
    transition: all 2s ease-in;
    display: none;
}

nav ul.submenu::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 15px solid #2B2B2B;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

nav ul.submenu li {
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding: 5px 20px;
}

nav ul.submenu li a {
    position: relative;
    display: inline-block;
    transition: all 1s ease-in-out;
}

nav ul.submenu li a:hover {
    color: #557CB9;
}

nav ul.submenu li a:hover::after {
    border-color: #557CB9;
    right: -20px;
}

nav ul.submenu li a::after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    right: -30px;
    position: absolute;
    top: 8px;
    transition: all 1s ease-in-out;
}

#nav-icon {
    display: none;
}

footer {
    background: #000;
    width: 100%;
    padding: 30px 0;
}

.footer-wrapper {
    width: 100%;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
}

.footer-col h3 {
    font-size: 16px;
    line-height: 100%;
    font-family: SSTBold;
    color: #fff;
    padding-bottom: 40px;
}

.footer-col ul li {
    margin-bottom: 16px;
}

.footer-col ul li a {
    font-size: 16px;
    line-height: 100%;
    font-family: SST-Roman;
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}

.footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-bottom .social-icon ul {
    display: flex;
}

.footer-bottom .social-icon ul li {
    list-style: none;
    padding: 0 2px;
}

.footer-bottom .social-icon ul li a img {
    width: 60px;
}

.india-country a {
    color: #fff;
    background: #3c3c42;
    text-decoration: none;
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 40px;
    font-family: SST-Roman;
}

.terms-txt ul {
    display: flex;
    gap: 11px;
}

.terms-txt ul li a {
    color: #fff;
    font-family: SST-Roman;
    text-decoration: none;
    font-size: 16px;
}

.terms-txt ul li a:hover {
    text-decoration: underline;
}

.copyright-txt {
    opacity: 0.5;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    font-family: SST-Roman;
}

.margintop {
    margin-top: 100px;
}

.innovation.margintop {
    margin-top: 80px;
}

.HomeImageSlider img {
    width: 100%;
    display: block;
}

.slideTxt .toppost {
    position: absolute;
    left: 50%;
    color: #fff;
    top: 8%;
    transform: translate(-50%, 0);
    text-align: center;
}

.microphone .slideTxt .toppost {
    color: #000;
}

.slideTxt .explore-more {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
}

.btn {
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 11px 30px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    line-height: 21px;
    transition: all 0.2s ease-in;
}

.btn:hover {
    background: #fff;
    color: #000;
}

.btnswhit {
    color: #000;
    background-color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    width: 15px;
    height: 15px;
}

.slideTxt .toppost h1,
.slideTxt .leftpost h1 {
    font-size: 42px;
    font-family: 'SSTBold';
}

.slideTxt .toppost p {
    padding-top: 10px;
    font-size: 20px;
    line-height: 30px;
}

.slideTxt .toppost p span {
    color: #e5672f;
    font-weight: bold;
}

.slideTxt .leftpost {
    position: absolute;
    left: 20%;
    top: 30%;
    color: #fff;
}

.slideTxt .leftpost .btn {
    background-color: #fff;
    color: #000;
}

.slideTxt .leftpost .btn.nobg {
    background: transparent;
    color: #fff;
}

.slideTxt .leftpost p {
    font-size: 25px;
    padding-top: 10px;
    margin: 0;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'SSTStdLight';
}

.video-edge .slideTxt .leftpost p {
    font-size: 17px;
}

.software-solu .video-edge .slideTxt .leftpost p {
    font-size: 23px;
}

.slideTxt .leftpost p.bold {
    font-family: SSTBold;
}

.HomeImageSlider,
.videoedge {
    position: relative;
}

.videoedge img {
    width: 100%;
}

.banner-slide {
    position: relative;
}

.swiper-pagination {
    bottom: 30px !important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 20;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    /* jo color chahiye */
    width: 48px;
    height: 48px;
    border-radius: 6px;
    /* optional */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.slider-prev {
    background-image: url("../images/innovation-prev.svg");
    background-repeat: no-repeat;
    left: 3.5%;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}

.slider-next {
    background-image: url("../images/innovation-next.svg");
    background-repeat: no-repeat;
    right: 3.5%;
    background-size: cover;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
}


/* .slider-prev.swiper-button-disabled {
        background-image: url("../images/left-disable-arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .slider-next.swiper-button-disabled {
        background-image: url("../images/right-disable-arrow.png");
        background-repeat: no-repeat;
        background-position: center center;
    } */

.product .card-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.producttitle {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.producttitle h2 {
    font-size: 28px;
    font-family: SSTBold;
    line-height: 32px;
    position: relative;
}

.producttitle h2::before {
    position: absolute;
    content: "";
    width: 161px;
    height: 4px;
    background-color: #000;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: -20px;
}

.enquiry .producttitle h2::before {
    background-color: #fff;
}

.get-in-touch .producttitle h2::before {
    width: 100px;
}

.product .card {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    background: #f2f2f2;
    box-sizing: border-box;
    transition: all .3s;
    border-radius: 15px;
    margin-bottom: 20px;
}

.product .card:hover {
    transform: translateY(-5px);
    transition: all .3s;
}

.product .card img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
    border-radius: 20px;
}

.product.listingpage .card img {
    border-radius: 0;
}

.product .card-content {
    padding: 20px 0 40px 0;
    text-align: center;
}

.product .card h3 {
    margin: 0 0 15px;
    font-size: 18px;
    font-size: 20px;
    color: #000;
    font-family: SSTBold;
}

.product .card .card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 13px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    background: linear-gradient(90deg, #f38653 0%, #e5672f 100%);
    box-shadow: 0 8px 20px rgba(229, 103, 47, 0.35);
    transition: all 0.3s ease;
    font-family: SSTMedium_0;
}

.product .card .card-btn:hover {
    background: linear-gradient(90deg, #e5672f 0%, #f38653 100%);
    transform: translateY(-2px);
}

.video-slider {
    position: relative;
}

.innovation .mySwiper {
    position: relative;
    overflow: hidden;
    margin: 0 80px;
}

.innovation .swiper-wrapper {
    overflow: visible;
}

.innovation .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.innovation .swiper-button-prevs,
.innovation .swiper-button-nexts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 20;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}

.innovation .swiper-button-prevs {
    background-image: url("../images/innovation-prev.svg");
    left: 15px;
}

.innovation .swiper-button-nexts {
    background-image: url("../images/innovation-next.svg");
    right: 15px;
}

.innovation .mySwiper::before {
    left: 0;
}

.innovation .mySwiper::after {
    right: 0;
}

.get-in-touch {
    background: url(../images/contact-us-bg.jpg) no-repeat center top;
    min-height: 500px;
    background-size: cover;
}

.contact-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
    text-align: center;
}

.contact-wrapper h3 {
    color: #fff;
    font-size: 28px;
    font-family: SST-Roman;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-wrapper h4 {
    color: #DF6437;
    font-size: 28px;
    font-family: SSTBold;
    line-height: 34px;
    margin-bottom: 40px;
}

.contact-btn {
    border: 2px solid #DF6437;
    color: #DF6437;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-family: SST-Roman;
    font-size: 16px;
    transition: all .3s ease-in;
}

.contact-btn:hover {
    border: 2px solid #DF6437;
    background: #DF6437;
    color: #fff;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 10px;
    font-family: SST-Roman;
    font-size: 16px;
}

.inner-wrap-touch .left-wrap {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.inner-wrap-touch .left-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Right form panel */

.right-wrap {
    flex: 1;
    background: #2f5f9b;
    color: #fff;
    padding: 80px 115px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-deatils .form-deatils-inner {
    display: flex;
    position: relative;
}

.error-mgs {
    color: #ff0000;
    position: absolute;
    left: 20%;
    bottom: -52%;
    display: none;
}

.texfield .error-mgs {
    bottom: -10%;
}

.right-wrap-text h2 {
    margin: 0 0 25px 0;
    font-size: 25px;
    font-family: SSTBold;
}

.right-wrap-text .subtitle {
    font-size: 14px;
    margin-bottom: 35px;
    font-size: 20px;
    opacity: 0.9;
    font-family: 'SST-Roman';
}

.right-wrap .form-deatils form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.right-wrap .form-deatils label {
    font-size: 17px;
    width: 15%;
    font-family: 'SST-Roman';
}

.right-wrap .form-deatils input,
.right-wrap .form-deatils textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    font-size: 14px;
    margin-left: 50px;
    font-family: 'SST-Roman';
}

.right-wrap .form-deatils textarea {
    min-height: 80px;
    resize: vertical;
}

.right-wrap .form-deatils .texfield textarea {
    min-height: 200px;
}

.right-wrap .form-deatils .submit-btn {
    margin-top: 10px;
    width: 172px;
    padding: 13px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 12px;
    /* font-weight: bold; */
    cursor: pointer;
    margin-left: 121px;
    font-size: 17px;
    font-family: SSTBold;
}

.right-wrap .form-deatils input::-webkit-input-placeholder,
.right-wrap .form-deatils textarea::-webkit-input-placeholder {
    color: #727272;
    opacity: 50%;
    font-size: 18px;
}

.right-wrap .form-deatils input:-ms-input-placeholder,
.right-wrap .form-deatils textarea:-ms-input-placeholder {
    color: #727272;
    opacity: 50%;
    font-size: 18px;
}

.right-wrap .form-deatils input::placeholder,
.right-wrap .form-deatils textarea::placeholder {
    color: #727272;
    opacity: 50%;
    font-size: 18px;
}

.right-wrap .form-deatils .submit-btn:hover {
    opacity: 0.9;
}

.inner-wrap-touch {
    /* width: 90%;
    max-width: 1100px;
    height: 600px; */
    background: #fff;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

.video-box {
    overflow: visible;
    /* hidden mat rakho */
}

.video-box iframe {
    width: 100%;
    aspect-ratio: 16 / 8;
    height: auto;
    border: 0;
}

.enquiry .enquiry-wrap {
    background: url(../images/Desktop-Corporate-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 160px 20px;
    text-align: center;
    color: #fff;
}

.enquiry-content {
    max-width: 900px;
    margin: 0 auto;
}

.enquiry-content h2 {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-family: SSTBold;
}

.enquiry-content .mt {
    font-size: 35px;
}

.enquiry-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    font-family: SST-Roman;
}

.enquiry-content .mt {
    margin-top: 120px;
}

.swiper-slide {
    overflow: visible !important;
}

.border-bottom {
    border-bottom: 1px solid #fff;
}


/*****/


/* .filterhad h3{
    font-family: SSTBold;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 0;
    color: #0B5C9D;
}
.business-projector .product.listingpage .card {
    flex: 1 1 calc(33% - 20px) !important;
    max-width: calc(33% - 20px) !important;
    background: #F7F7F7;
    box-shadow: 10px 20px 40px #00000029;
    border-radius: 30px;
}
.business-projector .product.listingpage .card .product-card {
    padding: 30px;
    background: #F7F7F7;
    border-radius: 0px 0 30px 30px;
}
.cardTop-wrapper{
    background: #eff3f6;
    padding: 50px 30px;
    border-radius: 30px;
}
.producthead h2{
    font-size: 20px;
    line-height: 20px;
    color: #000;
    letter-spacing: -0.9px;
    margin-bottom: 30px;
}
.product.listingpage .card .cardTop-wrapper .productimg img{
    width: 100%;
    padding: 0;
} */

.projector-feature {
    background: url(../images/business-projector/faster-fuss-bg.jpg) no-repeat center top;
    min-height: 700px;
    background-size: cover;
}

.projector-9 {
    background: url(../images/home-projector/projector-9.jpg) no-repeat center top;
    min-height: 700px;
    background-size: cover;
}

.text-wrapper {
    padding: 15em 0 0;
    max-width: 350px;
}

.text-wrapper h3 {
    font-family: SSTBold;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000;
}

.text-wrapper p {
    font-family: SSTMedium_0;
    font-size: 18px;
    line-height: 28px;
}

.projector-9 .text-wrapper h3,
.projector-9 .text-wrapper p {
    color: #fff;
}


/*****/

@media (max-width: 1680px) {
    .inner-wrap-touch .right-wrap {
        padding: 70px 70px;
    }
    .right-wrap .form-deatils label {
        width: 18%;
    }
    .right-wrap .form-deatils .texfield textarea {
        min-height: 150px;
    }
    .error-mgs {
        left: 22%;
        font-size: 13px;
    }
    .texfield .error-mgs {
        bottom: -21%;
    }
    .enquiry .enquiry-wrap {
        padding: 90px 20px;
    }
    .margintop {
        margin-top: 80px;
    }
    .slideTxt .toppost {
        top: 5%;
    }
}

@media (max-width: 1440px) {
    .right-wrap .form-deatils label {
        width: 27%;
    }
    .right-wrap .form-deatils .submit-btn {
        margin-left: 134px;
    }
    .enquiry-content .mt {
        font-size: 35px;
    }
    .producttitle h2 {
        font-size: 45px;
    }
    .producttitle {
        margin-bottom: 70px;
    }
    .right-wrap-text .subtitle {
        font-size: 19px
    }
    .error-mgs {
        left: 29%;
    }
    .contact-wrapper {
        min-height: 300px;
    }
    .get-in-touch {
        min-height: 300px;
    }
    .contact-wrapper h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .contact-wrapper h4 {
        font-size: 24px;
        line-height: 34px;
    }
    .contact-btn {
        padding: 5px 20px;
        font-size: 14px;
        transition: all 2s ease-in;
    }
    .container {
        padding: 0 20px;
    }
    .slideTxt .toppost p {
        padding-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    .slideTxt .toppost h1,
    .slideTxt .leftpost h1 {
        font-size: 27px;
        font-family: 'SSTBold';
    }
    .logo {
        padding: 20px 0;
    }
    nav ul li {
        padding: 20px 35px;
    }
    nav ul.submenu {
        width: 250px;
        top: 61px;
        z-index: 11;
        background: #2B2B2B;
        padding: 20px 0;
    }
    nav ul.submenu li {
        margin-bottom: 5px;
        font-size: 13px;
    }
    nav ul.submenu li a:hover::after {
        border-color: #557CB9;
        right: -10px;
    }
    nav ul.submenu li a::after {
        right: -20px;
    }
    .btn {
        padding: 7px 20px;
        font-size: 14px;
    }
    .producttitle h2 {
        font-size: 20px;
    }
    .product .card h3 {
        font-size: 16px;
    }
    .product .card .card-btn {
        padding: 5px 12px;
        font-size: 14px;
    }
    .producttitle h2 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .enquiry-content .mt {
        font-size: 30px;
        margin-top: 50px;
    }
    .margintop {
        margin-top: 50px;
    }
    .producttitle h2 {
        font-size: 35px;
    }
    .inner-wrap-touch .right-wrap {
        padding: 40px 50px;
    }
    .right-wrap .form-deatils label {
        width: 30%;
    }
    .right-wrap .form-deatils form {
        gap: 25px;
    }
    .right-wrap-text h2 {
        margin: 0 0 15px 0;
    }
    .right-wrap-text .subtitle {
        margin-bottom: 25px;
    }
    .right-wrap .form-deatils input,
    .right-wrap .form-deatils textarea {
        margin-left: 25px;
    }
    .right-wrap .form-deatils .texfield textarea {
        min-height: 86px;
    }
    .right-wrap .form-deatils .submit-btn {
        margin-left: 88px;
    }
    .right-wrap .form-deatils .submit-btn {
        width: 100px;
        padding: 10px;
        margin-top: 0;
    }
    .get-in-touch {
        padding: 45px;
    }
    .enquiry .enquiry-wrap {
        padding: 60px 20px;
    }
    .enquiry-content .mt {
        margin-top: 58px;
    }
    .right-wrap .form-deatils .submit-btn {
        margin-left: 134px;
    }
}

@media (max-width:1280px) {
    .producttitle h2 {
        font-size: 30px;
    }
    .producttitle h2::before {
        bottom: -17px;
    }
    .get-in-touch .producttitle h2::before {
        width: 79px;
    }
    .producttitle h2::before {
        width: 125px;
    }
    .right-wrap-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .software-solu .video-edge .slideTxt .leftpost p {
        font-size: 18px;
    }
    .inner-wrap-touch .right-wrap {
        padding: 27px 37px;
    }
    .right-wrap-text h2 {
        font-size: 25px;
    }
    .container {
        max-width: 946px;
    }
    .right-wrap .form-deatils .submit-btn {
        margin-left: 100px;
    }
    .product .card {
        flex: 1 1 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
    .slideTxt .toppost,
    .slideTxt .leftpost {
        left: 0;
        transform: translate(0);
        width: 100%;
        padding: 0 30px;
    }
    .slideTxt .leftpost {
        top: 8%;
        text-align: center;
    }
    .product .card-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        padding: 0 15px;
    }
    header .container {
        padding: 0;
    }
    .header-wrapper {
        display: block;
        position: relative;
    }
    .logo {
        width: 120px;
        padding-left: 20px;
    }
    .logo img {
        width: 100%;
    }
    nav.open {
        left: 0;
    }
    #nav-icon3 {
        width: 35px;
        height: 25px;
        display: block;
        position: absolute;
        margin: 0 auto;
        transform: rotate(0);
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 25px;
        top: 20px;
        z-index: 101;
    }
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 80%;
        margin: 0 10%;
        background: #fff;
        border-radius: 25px;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: .25s ease-in-out;
    }
    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 8px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 16px;
    }
    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #nav-icon3.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    #nav-icon3.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    nav {
        position: absolute;
        left: -100%;
        top: 101%;
        z-index: 9;
        height: calc(100vh - 50px);
        overflow-y: scroll;
        background: #000;
        width: 100%;
        transition: all .4s ease-in-out;
        display: block;
        -webkit-overflow-scrolling: touch;
        touch-action: auto;
    }
    nav ul {
        padding: 20px 0 0;
    }
    nav ul li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #fff;
    }
    nav ul li a {
        font-size: 18px;
        padding: 20px 20px 20px;
        position: relative;
        display: block;
    }
    nav>ul>li>a::after {
        position: absolute;
        content: "";
        right: 20px;
        width: 10px;
        height: 10px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(45deg);
        margin: 20px auto;
        top: 0;
        transition: all 0.5s ease-in-out;
    }
    nav>ul>li>a.subActive::after {
        transform: rotate(-135deg);
        top: 8px;
    }
    .copyright-txt {
        font-size: 20px;
        text-align: center;
    }
    .footer-left {
        width: 100%;
    }
    .terms-txt {
        text-align: center;
    }
    .terms-txt ul {
        display: inline;
    }
    .terms-txt ul li {
        display: inline-block;
        padding-bottom: 10px;
    }
    .footer-top {
        flex-direction: column;
        padding-bottom: 30px;
    }
    footer .container {
        padding: 0;
    }
    .footer-col {
        border-bottom: 1px solid #fff;
        padding: 0 20px 20px;
        margin-bottom: 20px;
    }
    .footer-col:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .india-country {
        padding-left: 20px;
    }
    .footer-col h3 {
        font-size: 20px;
        padding-bottom: 0;
        position: relative;
    }
    .footer-col h3::after {
        position: absolute;
        content: "";
        right: 0;
        /* background-image: url(../images/down-arrow.png); */
        /* background-repeat: no-repeat; */
        width: 13px;
        height: 13px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(45deg);
        margin: 20px auto;
        top: -20px;
    }
    .footer-col h3.open::after {
        transform: rotate(227deg);
        top: -16px;
    }
    .footer-col h3.open {
        opacity: 50%;
    }
    .footer-col ul {
        display: none;
        padding: 20px 0 0;
    }
    .inner-wrap-touch {
        flex-direction: column;
    }
    .get-in-touch {
        padding: 40px 0 80px 0;
    }
    .inner-wrap-touch .left-wrap {
        width: 100%;
    }
    .inner-wrap-touch .left-wrap img {
        display: block;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .footer-right {
        width: 100%;
        padding-top: 40px;
    }
    .footer-bottom .social-icon ul {
        justify-content: center;
    }
    .footer-top {
        margin-bottom: 30px;
    }
    .india-country a {
        margin-bottom: 30px;
    }
    .footrt-copy {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        padding: 30px 0;
    }
    .producttitle h2 {
        font-size: 40px;
    }
    .right-wrap .form-deatils .submit-btn {
        margin-left: 215px;
    }
    nav ul.submenu {
        position: static;
        width: 100%;
        background: #2B2B2B;
        padding: 0;
        display: none;
    }
    nav ul.submenu li {
        padding: 0 20px;
        border-bottom: none;
        margin-bottom: 0;
    }
    nav ul.submenu::before {
        display: none;
    }
    nav ul.submenu li a {
        position: relative;
        display: inline-block;
        padding: 15px 20px;
        letter-spacing: -0.2px;
    }
    nav ul.submenu li a:hover {
        color: #557CB9;
    }
    nav ul.submenu li a::after {
        top: 25px;
    }
    nav ul li:hover .submenu {
        display: none;
    }
}

@media (max-width:900px) {
    .right-wrap .form-deatils .submit-btn {
        margin-left: 185px;
    }
}

@media (max-width: 768px) {
    .projector-9 {
        background: url(../images/home-projector/Range\ Banner.jpg) no-repeat center top;
        min-height: 700px;
        background-size: cover;
    }
    footer {
        padding: 50px 0;
    }
    .inner-wrap-touch {
        border-radius: 0;
    }
    .slideTxt .explore-more {
        bottom: 12%;
    }
    .btn {
        font-size: 17px;
        padding: 9px 22px;
    }
    .product .card {
        margin-bottom: 0;
    }
    .enquiry .enquiry-wrap {
        background: url(../images/Corporate-Mob.jpg) no-repeat center center;
        background-size: cover;
        padding: 160px 20px;
        text-align: center;
        color: #fff;
    }
    .product .card-wrapper {
        gap: 35px;
    }
    .innovation .swiper-button-nexts {
        right: -10px;
    }
    .innovation .swiper-button-prevs {
        left: 2px;
    }
    .innovation .mySwiper::before,
    .innovation .mySwiper::after {
        width: 23px;
    }
    .innovation .swiper-button-prevs,
    .innovation .swiper-button-nexts {
        width: 25px;
        height: 22px;
    }
    .product .card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
    .containers {
        flex-direction: column;
        height: auto;
    }
    .producttitle h2,
    .enquiry-content h2 {
        font-size: 25px;
    }
    .margintop {
        margin-top: 60px;
    }
    .right-wrap .form-deatils label {
        width: 100%;
        padding-bottom: 12px;
    }
    .form-deatils .form-deatils-inner {
        flex-direction: column;
    }
    .right-wrap .form-deatils input,
    .right-wrap .form-deatils textarea {
        margin-left: 0px;
        padding: 15px 12px;
    }
    .right-wrap .form-deatils .submit-btn {
        margin-left: 0;
    }
    .inner-wrap-touch .right-wrap {
        padding: 40px 35px;
    }
    .error-mgs {
        left: 0;
        bottom: -21%;
    }
    .texfield .error-mgs {
        bottom: -16%;
    }
    .enquiry-content .mt,
    .enquiry-content .mobile-none {
        display: none;
    }
    .enquiry .producttitle h2::before {
        width: 90px;
    }
    .innovation .mySwiper {
        margin: 0 20px;
    }
    .projector-feature {
        background: url(../images/business-projector/faster-fuss-mob.jpg) no-repeat center top;
        min-height: 650px;
        background-size: cover;
    }
    .text-wrapper {
        padding: 7em 0 0;
        max-width: 350px;
    }
    .get-in-touch {
        background: url(../images/contact-us-mobbg.jpg) no-repeat center top;
        background-size: cover;
    }
    .contact-wrapper h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .contact-wrapper h4 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .product .card {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .slideTxt .toppost h1,
    .slideTxt .leftpost h1 {
        font-size: 30px;
        font-family: 'SSTBold';
    }
    .enquiry .enquiry-wrap {
        padding: 54px 20px;
    }
    .slideTxt .toppost p,
    .slideTxt .leftpost p {
        font-size: 22px;
    }
}