@media (min-width: 1400px) {
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .technical-foundation .left-scroll-content {
        padding-right: 80px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .mobile-slider ul li {
        margin-bottom: 18px;
        position: relative;
        padding-left: 20px;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-slider p {
        color: #fff;
        font-size: 15px;
    }

    .benefits-img img {
        width: 80px;
    }
    .benefits-img h4 {
        font-size: 18px;
        margin-top: 16px;
    }
    .benefits-ul ul li {
        font-size: 15px;
    }
    .focus-bx h4 {
        font-size: 24px;
    }
    .focus-bx p {
        font-size: 16px;
        margin-top: 15px;
    }
    .technical-foundation .inner-content h3 {
        font-size: 28px;
    }
    .technical-foundation .content-section ul li {
        font-size: 16px;
    }
    .technical-foundation .content-section p {
        font-size: 15px;
    }
    .heading h2 {
        font-size: 34px;
    }
    .stone-tab-nav .nav-pills.sub-nav-pills .nav-link {
        padding: 0px 10px 12px 29px;
        font-size: 15px;
    }
    .stone-tab-nav .nav-pills.sub-nav-pills .nav-link:before {
        width: 12px;
        height: 12px;
        left: 9px;
        top: 4px;
    }
    .products-cnt {
        padding: 40px 40px;
    }
    .products-cnt p {
        font-size: 16px;
    }
    .stone-tab-nav .nav-pills .nav-link img {
        margin-right: 9px;
        width: 32px;
    }
    .stone-tab-nav .nav-pills .nav-link {
        font-size: 16px;
        padding: 18px 14px;
    }
    .technical-foundation .left-scroll-content {
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .mob-view {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .mobile-slider ul li {
        margin-bottom: 18px;
        position: relative;
        padding-left: 20px;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-slider p {
        color: #fff;
        font-size: 15px;
    }

    /*=====mobile header =======*/
    .header-area .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0;
        padding-bottom: 15px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 9999;
        overflow: auto;
        -webkit-box-shadow: 0 0 35px -10px rgb(0 0 0 / 25%);
        box-shadow: 0 0 35px -10px rgb(0 0 0 / 25%);
        background-repeat: no-repeat;
    }
    .swm-mobi-nav-close i {
        padding: 12px 20px;
    }
    .header-area .navbar-collapse.collapsing {
        left: -100%;
        transition: height 0.2s ease;
    }

    .header-area .navbar-collapse.show {
        left: 0;
        transition: left 0.2s ease;
    }

    .header-area .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 0.2s ease;
    }

    .swm-mobi-nav-close {
        width: 100%;
        height: 56px;
        position: relative;
        display: flex;
        color: #fff;
        cursor: pointer;
        background: #000000c7;
        text-align: right;
        justify-content: space-between;
        align-items: center;
        font-size: 25px;
    }
    .swm-mobi-nav-close .logo {
        padding-left: 20px;
    }
    .swm-mobi-nav-close .logo img {
        width: 32px;
    }
    .sidebar-mobile-contact {
        margin: 30px 25px 25px;
    }
    .sidebar-mobile-contact ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 25px;
    }
    .sidebar-mobile-contact ul li a {
        color: #000000;
        margin-right: 25px;
        font-family: Metropolis-Medium;
        font-size: 18px;
    }

    .bkn_apt_btn {
        background: #185b8b;
        color: #fff;
        font-family: "Metropolis-Bold";
        text-transform: uppercase;
        padding: 12px 25px;
        display: inline-block;
        border-radius: 35px;
        font-size: 16px;
    }
    .main-header .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        margin: 0 0px;
        padding-left: 22px;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px 0px;
        color: #000000;
        text-transform: uppercase;
    }
    .main-header .navbar-nav {
        margin: 23px;
    }
    #collapsibleNavbar .navbar-nav {
        margin-right: 23px;
    }
    #collapsibleNavbar .navbar-nav {
        background: transparent;
        border: none;
    }
    .header-area .navbar .dropdown-content {
        position: unset;
        margin-left: 0px;
        background-color: transparent;
        box-shadow: none;
        width: auto;
        min-width: auto;
        padding-top: 0px;
    }
    .header-area .navbar .dropdown-content a {
        color: #000;
        padding: 15px 0px;
        font-size: 14px;
    }
    .header-area .navbar .dropdown-content li {
        border-bottom: solid 1px #e6e6e6;
    }
    .header-area .navbar .dropdown-content li:last-child {
        border-bottom: 1px solid #e6e6e6;
    }
    .main-header .dropbtn::after {
        content: "\2b" !important;
        font-family: "Font Awesome 5 Free";
        line-height: 41px;
        font-size: 13px;
        font-weight: bold;
        display: block;
        border: none;
        position: absolute;
        right: 0px;
        top: 8px;
        transition: all 0.3s;
    }
    .main-header .dropbtn.active::after {
        content: "\f068" !important;
    }

    .dropdown-content {
        display: none;
    }
    .header-area .megamenu-column-header.active + .dropdown-content {
        display: block !important;
        visibility: visible;
        opacity: 1;
    }
    .header-area .megamenu-column-header + .dropdown-content {
        display: none !important;
    }
    .mega-clm {
        border-left: 0px;
    }
    /*=======end mobile header=====*/
    .desk-view {
        display: none;
    }

    header {
        padding: 0px 0 0;
    }
    .main-header .navbar {
        padding-top: 10px;
        margin-top: 0px;
        padding-bottom: 13px;
    }
    .navbar-toggler .navbar-toggler-icon i {
        color: #fff;
        font-size: 25px;
    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        height: auto;
    }
    .navbar-dark .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    header nav ul li:not(:last-child) a:after {
        display: none;
    }
    .header-area .navbar-brand img {
        width: 37px;
    }
    .header-area .navbar-toggler {
        padding-right: 0px;
        border: none;
    }

    .header-area {
        padding: 0px 0px;
        top: 0;
    }
    .header-area.fixed {
        padding: 0px 0px;
    }
    .head-search {
        margin-right: 0px;
        margin: 21px 26px;
    }
    .header-area .navbar-brand:after {
        display: none;
    }
    .header-area.fixed .navbar-brand img {
        width: 30px;
    }

    .enter-area video {
        width: 100%;
    }
    .enter-area-two video {
        width: 100%;
    }

    .footer-logo {
        display: block;
        text-align: left;
        margin-bottom: 30px;
    }
    .footer-area {
        padding: 40px 0px 0px;
    }
    .footer-logo img {
        width: 80px;
        margin-bottom: 20px;
    }
    .footer-logo p {
        margin-left: 0px;
        width: 100%;
        font-size: 16px;
    }
    .footer-menu ul {
        padding-left: 0px;
        text-align: left;
    }
    .footer-menu ul li {
        padding: 0px 13px 0px 0px;
    }

    .footer-form p {
        margin-top: 26px;
    }
    .footer-menu .footer-head {
        font-size: 16px;
    }
    .bottom-footer {
        padding: 20px 0px;
        font-size: 14px;
        margin-top: 50px;
    }
    .bottom-footer .copy-foot {
        font-size: 10px;
    }
    .footer-menu ul li a {
        font-size: 14px;
    }
    .footer-menu ul li {
        padding-bottom: 10px;
    }

    .banner-buttons {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .btn-x::before {
        width: 247px;
    }

    .enter-content {
        top: 25%;
        padding: 0px 9px;
    }
    .enter-content h1 {
        font-size: 20px;
    }
    .enter-content h1 .lab {
        font-size: 30px;
        margin: 8px 0px;
    }
    .enter-content p {
        font-size: 16px;
    }

    .banner-buttons a {
        padding: 10px 21px;
        font-size: 16px;
        margin: 12px auto 12px;
        width: 250px;
    }

    .heading p {
        font-size: 16px;
    }
    .our-focus .heading p {
        margin-bottom: 50px;
        font-weight: 400;
    }
    .our-focus {
        padding: 50px 0px 45px;
        position: relative;
    }
    .heading h2 {
        font-size: 32px;
    }
    .focus-bx h4 {
        font-size: 24px;
        margin-top: 21px;
    }
    .focus-bx p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 11px;
    }
    .focus-bx {
        padding: 40px 0px 20px;
    }
    .focus-bg {
        background-image: unset;
    }
    .focus-bx img {
        width: 80px !important;
        margin: 0 auto;
    }
    .technical-foundation .left-scroll-content {
        padding-right: 0px;
    }
    .technical-foundation .inner-content {
        padding: 24px 22px;
    }
    .left-scroll-content .heading {
        text-align: center;
    }
    .technical-foundation {
        padding: 40px 0px 0px;
    }
    .technical-foundation .left-scroll-content .heading {
        margin-bottom: 30px;
    }
    .technical-foundation .content-section ul li {
        font-size: 16px;
    }
    .technical-foundation .inner-content h3 {
        font-size: 24px;
    }
    .technical-foundation .content-section p {
        font-size: 15px;
    }
    .technical-foundation .inner-content hr {
        margin: 22px auto;
    }
    .technical-foundation .content-section {
        margin-bottom: 30px;
    }
    .technical-foundation .inner-content img {
        border-radius: 15px;
        margin: 0 auto;
        width: 100%;
    }

    .products-cnt p {
        font-size: 15px;
    }
    .stone-tab-content {
        padding-left: 0px;
    }
    .products-cnt {
        padding: 25px 10px;
    }
    .products-cnt h3 {
        font-size: 24px;
    }
    .stone-tab-nav .nav-pills .nav-link {
        font-size: 18px;
        padding: 13px 18px;
    }
    .stone-tab-nav .nav-pills.sub-nav-pills .nav-link {
        padding: 0px 10px 12px 50px;
        font-size: 15px;
    }
    .our-products .heading {
        margin-bottom: 30px;
    }
    .stone-tab-nav {
        margin-bottom: 15px;
    }
    .products-cnt ul li {
        font-size: 15px;
    }
    .benefits-img img {
        width: 100px !important;
        margin: 0 auto;
    }
    .benefits-row .owl-dots {
        bottom: -37px;
    }
    .benefits-bx {
        overflow: hidden;
    }

    .partner-us {
        padding: 40px 0px 40px;
    }
    .partner-us .heading {
        margin-bottom: 40px;
    }
    .contact-from-info .form_inner .form-control {
        padding: 8px 18px 8px;
        font-size: 16px;
    }
    .contact-from-info .input_box label {
        font-size: 16px;
    }
    .contact-from-info .form_inner textarea.form-control {
        min-height: 140px;
    }
    .contact-bx {
        margin-bottom: 20px;
    }
    .contact-inquary {
        margin-top: 60px;
    }
    .social_icons {
        margin-top: 20px;
        text-align: center;
    }
    .form_inner .input_box.captcha-inp span img {
        height: 40px;
    }
    .form_inner .input_box.captcha-inp {
        width: 78%;
    }
    #mobileProductModalBody {
        padding: 0;
    }
    #mobileProductModal .modal-content {
        background-color: transparent;
    }
    #mobileProductModal .btn-close {
        position: absolute;
        right: 0px;
        filter: invert(1);
        opacity: 1;
        background-color: #fff;
        border-radius: 100px;
        width: 30px;
        height: 30px;
        top: 0px;
        z-index: 999;
    }
    #mobileProductModal .modal-dialog {
        height: 100%;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }
    .products-bx {
        border-radius: 20px;
    }
    .contact-bx a {
        font-size: 18px;
    }
    .cmn-modal .modal-body {
        height: 461px;
    }

    .enter-btn {
        bottom: 210px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-slider ul li {
        margin-bottom: 18px;
        position: relative;
        padding-left: 20px;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-slider p {
        color: #fff;
        font-size: 15px;
    }

    .benefits-bx {
        margin-bottom: 18px;
    }
    .technical-foundation .inner-content img {
        width: 300px;
    }
    .our-focus {
        padding: 50px 0px 7px;
    }
    .enter-content h1 {
        font-size: 31px;
    }
    .enter-content h1 .lab {
        font-size: 40px;
    }
    .enter-content p {
        font-size: 18px;
    }
    .enter-content {
        top: 35%;
    }

    .enter-area video {
        width: 100%;
    }
    .enter-area-two video {
        width: 100%;
    }

    .mobile-slider ul li {
        margin-bottom: 18px;
        position: relative;
        padding-left: 20px;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-slider p {
        color: #fff;
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) {
    .mobile-slider ul li {
        margin-bottom: 18px;
        position: relative;
        padding-left: 20px;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-slider p {
        color: #fff;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .enter-area video {
        width: 100%;
    }
    .enter-area-two video {
        width: 100%;
    }
    .technical-foundation {
        padding: 40px 0px 20px;
    }
    .our-products {
        padding: 30px 0px 50px;
    }
    .benefits {
        padding: 40px 0px 78px;
    }
    .products-img img {
        height: 171px;
    }

    .heading h2 {
        font-size: 21px;
    }

    body {
        overflow-x: hidden !important;
    }

    .btn-x::before {
        width: 201px;
    }

    .banner-buttons a {
        width: 205px;
    }

    a.navbar-brand.inspiretoshine_header img {
        width: 125px;
    }

    .navbar-brand.inspiretoshine_header {
        display: none !important;
    }

    .inspiretoshine {
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 9999;
        width: 100%;
        background: #000;
        padding: 10px;
        padding-bottom: 20px;
        text-align: center;
    }

    .inspiretoshine img {
        width: 111px;
        margin: 0 auto;
    }

    .inner-foot-botm {
        margin-top: -65px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-menu ul {
        text-align: center;
    }

    .contact-bx a {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .contact-bx a img {
        margin-right: 0px;
    }

    .form_inner .input_box.captcha-inp {
        width: 69%;
        display: block;
        margin: 17px auto;
        text-align: center;
    }

    input#getintouchCaptcha {
        width: 74%;
        display: block;
        margin: 0 auto;
        /* float: left; */
    }

    .form_inner .input_box.captcha-inp #refresh_captcha {
        position: absolute;
        right: 0px;
        top: 5px;
    }

    .form_inner .input_box.captcha-inp span {
        position: absolute;
        right: 32px;
        top: 0px;
    }

    .form-sbmt-btn {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .input_box {
        width: 88%;
        display: block;
        margin: 9px auto;
    }

    .contact-from-info .form_inner .form-control {
        padding: 0px 11px 0px;
        font-size: 15px;
        height: 38px;
        /* width: 88%; */
        display: block;
        margin: 0 auto;
    }

    .mobile-slider ul li {
        margin-bottom: 18px;
        position: relative;
        padding-left: 20px;
        color: #fff;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
    }
    .mobile-slider p {
        color: #fff;
        font-size: 15px;
    }

    .mobile-slider .owl-dots {
        bottom: -18px;
    }

    section#contact .heading {
        text-align: center;
    }

    .our-focus {
        padding: 50px 30px 45px;
    }
    .heading h2 {
        padding-bottom: 13px;
    }
    html {
        overflow-x: hidden;
    }
}
