@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.5s;
}

html,
body {
    overflow-x: hidden;

}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-details h3,
.header-details h3 a,
.menu ul li a,
.get-btn,
.why-us-text h2,
.box h3,
.about-content h2,
.about-content p,
.quick-menu h2,
.products-menu h2,
.contact-info h2,
.quick-menu ul li a,
.products-menu ul li a,
.contact-info ul li a,
.copy-right p,
.footer-top-text h2,
.Request-quick-btn,
.our-product h2,
.product-box-content h3,
.shades h2,
.shades-box h4,
.shades-box h3,
.Testimonials h2,
.Testimonials-box p,
.Testimonials-box h4,
.journey-left-content h2,
.journey-left-content p,
.world-class-content h2,
.world-class-content p,
.banner-section .sec-hed,
.sec-pera,
.product .box .box-link a,
.product .box .box-hed,
.product-img h3,
.product-detail h3,
.catgory span,
.tegs span,
.product-detail span,
.formula-detail,
p.propertiers-section-contain,
h2.propertiers-section-heding,
table,
.contact-info-hed-main,
.contact-info-hed,
.contact-info-map .contact-location-add span,
.contact-info-map .contact-location-add a,
.contact-info-map .contact-location-add h4 {
    font-family: "Rubik", sans-serif;
}

.about-content h2 span,
.our-product h2 span,
.shades h2 span,
.Testimonials h2 span,
.journey-left-content h2 span,
.world-class-content h2 span {
    color: #1C3B93;
}

/* top header start */

.header {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.top-header {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 22%;
}

/* .logo-img{
    height: 90px;
} */

.right-header {
    float: left;
    width: 83%;
}

.email,
.phone,
.location {
    display: flex;
    align-items: center;
    float: left;
    padding: 0 15px;
}

.header-details {
    padding: 0 15px;
}

.header-details h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.701961);
}

.header-details h3 a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* text-transform: lowercase; */
    color: #323232;
    text-decoration: none;
    cursor: pointer !important;
}

.mobile-menu,
.mobile-menu2 {
    display: none;
    float: right;
}

/* top header end */

/* nav start */

nav {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: rgba(28, 60, 147, 0.85);
    display: flex;
    align-items: center;
    margin-top: 240px;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    float: left;
    padding: 25px 15px;
}

.menu ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    text-transform: uppercase;
}

.menu ul li:hover {
    background: #FA7E1E;
}

.menu ul .active {
    background-color: #FA7E1E;
}

.get-btn {
    float: right;
    margin: 15px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    text-transform: uppercase;
    background: #FA7E1E;
    border: 1px solid #FA7E1E;
    padding: 10px;
    border-radius: 5px;
    &:hover{
        background-color: #1C3B93;
        border: 1px solid #ffffff;
    }
}

/* nav end */

/* Home page start */

/* banner start */

.banner {
    float: left;
    position: relative;
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center center;
    height: 900px;
    width: 100%;
}

.banner-text {
    position: absolute;
    top: 64%;
    left: 20%;
    right: 0;
    bottom: 0;
    z-index: 1;
    max-width: 1000px;
}

.banner h2 {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    top: -5%;
}

.banner-text img {
    position: absolute;
    top: 8%;
}

.banner-text h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 78px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 3px 5px 4px #1C3B93;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 11%;
}

.banner-text h3 {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 66px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-shadow: 3px 5px 4px #1C3B93;
    position: absolute;
    top: 30%;
}


/* banner end */

/* why us start */

.why-us {
    float: left;
    width: 100%;
    margin-top: -85px;
    z-index: 2;
    position: relative;
}

.why-us-text {
    background: #1C3B93;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 35px;
}

.why-us-text h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 52px;
    line-height: 62px;
    text-align: justify;
    width: 30%;
    text-transform: capitalize;
    color: #fff;
}

.why-us-text h2 span {
    color: #E56912;
}

.why-us-boxs {
    list-style-type: none;
    width: 100%;
    display: flex;
    align-items: center;
}

.box {
    float: left;
    text-align: center;
    width: 25%;
    padding: 0 25px;
    transition: transform .2s;
}

.box:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

.box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 20px 0;
}

/* why us end */


/* about start */

.about {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.about-section {
    padding: 40px 0;
}

.about-img {
    float: left;
    width: 50%;
    position: relative;
}

img.about-img1 {
    position: relative;
    width: 85%;
}

img.about-img2 {
    position: absolute;
    right: 5%;
    top: 63%;
    width: 75%;
}

img.about-img3 {
    position: absolute;
    bottom: -70%;
    left: 0;
    z-index: -1;
}

img.about-img4 {
    position: absolute;
    top: -22%;
    right: -8%;
    z-index: -1;
}

.about-content {
    float: right;
    width: 50%;
    padding-left: 10px;
}

.about-content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    text-transform: capitalize;
    color: #323232;
}

.about-content img {
    width: 184px;
    height: 11.01px;
}

.about-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    text-transform: capitalize;
    color: #323232;
    padding: 15px 0;
}

/* about end */

/* our product start */

.our-product {
    float: left;
    text-align: center;
    width: 100%;
    background-image: url('../images/product-img.png');
    height: 595px;
    background-position: center;
    background-size: cover;
    margin: 60px 0;
    padding-top: 80px;
}

.our-product h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 26px;
    text-align: left;
    text-transform: capitalize;
    color: #323232;
}

.product-list {
    float: left;
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 50px 0;
}

.product-box {
    float: left;
    width: 25%;
    background-color: #1C3B93 !important;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;

}

.product-box:hover img {
    opacity: 40% !important;
    transition: 0.6s;

}

.fgdgds img:hover {
    transition: 0.6s;
    mix-blend-mode: soft-light;
}

.product-box-content {
    background-color: #fff;
    padding: 25px 25px;
    margin-top: -4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    height: 100px;
}

.product-box-content h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    text-transform: capitalize;

    max-width: 200px;
}

.product-box-content h3 a {
    text-decoration: none;
    color: #323232;
}

.product-box-content::after {
    content: '';
    background-color: #1C3B93;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: -25px;
    right: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.product-box:hover .product-box-content::after {
    background-color: #FA7E1E;
}

.product-box:hover .product-box-content {
    height: 117px;
    margin-top: -20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: 0.4s;
}

.product-box-content::before {
    content: '';
    position: absolute;
    top: -10px;
    background-image: url('../images/caretdoubleright.png');
    height: 25px;
    width: 25px;
    right: 45px;
    z-index: 2;
    cursor: pointer;
}

/* our product end */

/* popular shades start */

.shades {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.title {
    display: flex;
    justify-content: center;
}

.title h2 {
    position: relative;
}

.title img {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.shades h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 26px;
    text-align: left;
    text-transform: capitalize;
    color: #323232;
}

.shades-list {
    float: left;
    width: 100%;
    display: flex;
    gap: 70px;
    padding: 40px 0;
}

.shades-box {
    float: left;
    width: 25%;
}

.shades-box h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #A9A9A9;
    padding: 10px 0;
}


.shades-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #323232;
}

.shades-box h3 a {
    text-decoration: none;
    color: #323232;
}

/* Testimonials start */

.Testimonials {
    float: left;
    width: 100%;
    padding: 80px 0;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/testimonials.png');
}

.Testimonials h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 26px;
    text-align: left;
    text-transform: capitalize;
    color: #323232;
}

.Testimonials-list {
    float: left;
    width: 100%;
    display: flex;
    gap: 70px;
    padding: 40px 0;
}

.Testimonials-box {
    background: #1C3B93;
    box-shadow: 7px 8px 0px rgba(0, 0, 0, 0.31);
    border-radius: 4px;
    padding: 35px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.Testimonials-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.Testimonials-box h2 {
    font-family: "Kaushan Script";
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.Testimonials-box h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(166, 166, 166, 0.8);
}

.rating {
    padding: 10px 0;
}

.Testimonials-name {
    padding-bottom: 10px;
}

.slider {
    width: 100%;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
    color: #323232;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next,
.slick-dots {
    display: none !important;
}

/* Testimonials end */

/* popular shades end */

/* Home page end */


/* About Us page Start*/

/* About us banner start*/

.banner-inner {
    float: left;
    background-image: url('../images/banner-inner.png');
    background-size: cover;
    background-position: center center;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-inner-text img {
    max-width: 100%;
}

.banner-inner-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 60%;
    left: 40%;
}

.banner-inner h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 105px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 3px 5px 4px #1C3B93;
    font-family: "Poppins", sans-serif;
}

.banner-inner-text h6 a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

/* About us banner end*/

/* about inner start */

.about-inner {
    float: left;
    width: 100%;
    padding-top: 20px;
}

/* about inner end */

/* quality start */

.quality {
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
    height: 400px;
    background-image: url('../images/product-img.png');
    display: flex;
    justify-content: center;
    align-items: center;
}

.quality-box {
    float: left;
    width: 100%;
    gap: 350px;
    display: flex;
    justify-content: center;
}

.king-quality,
.best-service,
.quality-team {
    width: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform .2s;
}

.king-quality:hover,
.best-service:hover,
.quality-team:hover {
    transform: scale(1.1);
    transition: transform .2s;
}

.king-quality img,
.best-service img,
.quality-team img {
    padding: 40px;
    width: 100%;
    background: linear-gradient(180deg, #1C3B93 0%, #3859B7 100%);
    box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.king-quality h3,
.best-service h3,
.quality-team h3 {
    padding: 20px 0;
}

.king-quality h3 a,
.best-service h3 a,
.quality-team h3 a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
    text-transform: capitalize;
    color: #FA7E1E;
    text-decoration: none;
    padding: 20px 0;
}

/* quality end */

/* our journey start */

.our-journey {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.journey {
    float: left;
    width: 100%;
    display: flex;
    gap: 50px;
}

.journey-left-content,
.world-class-img {
    float: left;
    width: 50%;
}

.journey-right-image,
.world-class-content {
    float: right;
    width: 50%;
}

.journey-left-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    text-transform: capitalize;
    color: #323232;

}

.journey-left-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    text-transform: capitalize;
    color: #323232;
    padding: 15px 0;
}

.journey-right-image img,
.world-class-img img {
    width: 100%;
    border-radius: 4px;
    filter: drop-shadow(7px 6px 9px rgba(0, 0, 0, 0.25));
}

/* our journey end */

/* world class start */

.world-class {
    float: left;
    width: 100%;
    margin: 30px 0;
    background-image: url('../images/product-img.png');
    height: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.world-class-section {
    float: left;
    width: 100%;
    padding: 75px 0;
    display: flex;
    gap: 50px;
}

.world-class-content h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-transform: capitalize;
    color: #323232;
}

.world-class-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    text-transform: capitalize;
    color: #323232;
    padding: 10px 0;
}

/* world class end */

/* globle footprint start */

.globle-footprint {
    float: left;
    width: 100%;
    padding: 50px 0;
}

/* globle footprint end */

/* commitment to excellence start */

.commitment-to-excellence {
    float: left;
    width: 100%;
    margin: 30px 0;
    background-image: url('../images/product-img.png');
    height: 535px;
}

/* commitment to excellence end */

/* looking ahead start */

.looking-ahead {
    float: left;
    width: 100%;
    padding: 40px 0;
}

/* looking ahead end */

/* Abut Us Page End */

/* footer top start */

.footer-top {
    float: left;
    width: 100%;
    margin-bottom: -155px;
    position: relative;
}

.footer-top-text {
    background: #F6F6F6;
    border: 2px solid #1C3B93;
    border-radius: 40px;
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    height: 300px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-top-text h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
    color: #1C3B93;
}

.Request-quick-btn {
    background-color: #FA7E1E;
    border-radius: 10px;
    border-color: #FA7E1E;
    padding: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 20px 0;
    cursor: pointer;
    text-decoration: none;

    &:hover{
        background-color:  #1C3B93;
        border-color: #FA7E1E;
    }
}

.Request-quick-btn a {
    text-decoration: none;
    color: #fff;
}

/* footer top end */

/* footer start */

.footer {
    float: left;
    width: 100%;
    /*height: 800px;*/
    padding: 120px 10px;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-image: url('../images/footer-img.png');
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100%;
    background-size: cover;
}

.footer-menu {
    width: 100%;
    float: left;
    position: relative;
    top: 110px;
}

.quick-menu {
    float: left;
    width: 25%;
}

.products-menu {
    float: left;
    width: 45%;
}

.contact-info {
    float: left;
    width: 30%;
}

.quick-menu h2,
.products-menu h2,
.contact-info h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}

.quick-menu ul,
.products-menu ul,
.contact-info ul {
    list-style: none;
}

.quick-menu ul li,
.products-menu ul li,
.contact-info ul li {
    padding: 20px 0;
}

.contact-info ul li {
    display: flex;
    align-items: center;
}

.quick-menu ul li a,
.products-menu ul li a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}

.contact-info ul li a {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
   
}

.contact-info ul li a {
    padding-left: 20px;
    text-align: left;
    line-height: 34px;
}

.footer-line {
    border: 2px solid #fff;
}


.copy-right {
    float: left;
    width: 100%;
    position: relative;
    top: 122px;
    border-top: 2px solid #fff;
    padding: 30px 0;
}

.copy-right p {
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.contact-info ul li a .footer-add {
    text-transform: capitalize !important;
}

/* footer end */

/* product page css */


/* Banner Section CSS */
.product-contain {
    float: left;
    width: 100%;
}

.product-header {  
    position: absolute;
}

.banner-section {
    background: url(/images/product-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0;
}

.banner-section .sec-title {
    text-align: center;
}

.banner-section .sec-hed {
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner-section .sec-pera {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
}

.product-info {
    padding: 74px 0;
}

.product-info .sec-pera {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 26px;
    text-align: justify;
    text-transform: capitalize;
    color:#323232;
}

.product {
    display: flex;
    flex-wrap: wrap;
    /* gap: 1%; */
}

.product .box {
    width: 25%;
    /* min-width: 312px; */
    margin-bottom: 20px;
    padding: 16px 0;
}

.product .box img {
    /* width: auto; */
    max-width: 100%;
}

.product .box .box-hed {
    color: #A9A9A9;
    font-size: 18px;
}

.product .box .box-link a {
    font-size: 19px;
    text-decoration: none;
    color: #323232;
    font-weight:600;

    &:hover {
        text-decoration: underline;
        color: #333333;
    }

}

.arrow {
    background-color: #E56912;
    border-radius: 50%;
    padding: 20px 22px;


}

#myLeftBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

/* Product-Detail CSS Start*/
.product-details-section .product-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 0;
}

.product-details-section .product-2 hr {
    margin: 14px 0;
}

.product-img {
    width: 45%;
}

.product-detail {
    width: 45%;
    outline: 1px solid #E0E0E0;
    padding: 40px 0 40px 54px;
    border-radius: 5px;
}

.formula-detail {
    width: 100%;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 14px;
}

.product-detail span {
    font-size: 24px;
    display: block;
    font-weight: 400;
    margin-bottom: 18px;
}

button.request-btn {
    font-size: 24px;
    font-weight: 600;
    color: white;
    background-color: #FA7E1E;
    border: none;
    border-radius: 5px;
    padding: 11px 17px;
    margin-top: 20px;

    &:hover {
        cursor: pointer;
        background-color: #1C3B93;
    }
}

.product-detail span strong {
    color: #1C3B93;
    font-weight: 600;
}

/* .catgory{
    border-bottom: 1px solid #323232;
    padding-bottom: 14px;
} */
.catgory span,
.tegs span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;

}

.product-detail img {
    max-width: 100%;
    margin: 28px 0;
}

.product-detail h3 {

    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #1C3B93;
    margin-bottom: 51px;
}

.product-img h3 {

    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #1C3B93;
    margin-bottom: 9px;
}

.product-img img {
    max-width: 100%;
    background-color: #F6F6F6;
    padding: 73px 57px;
    box-shadow: 0 0 15px #b0b0b0;
    margin-bottom: 95px;
}

/* .banner-inner{
   text-align: center;
} */
.banner-inner-text-product-detail {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    flex-direction: column;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;

}

.banner-inner-text-product-detail h6 a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}


.properties-application-section {
    background-image: url('../images/product-img.png');
    padding: 60px 0;
    margin-bottom: 60px;
}

p.propertiers-section-contain {
    text-align: justify;
    font-size: 18px;
    margin: 29px 0 50px;
}

h2.propertiers-section-heding {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;

    span {
        color: #1C3B93;
    }
}

table {
    border-collapse: collapse;

    th {
        text-align: left;
        border: none;
        padding: 15px;
        color: white;
        vertical-align: text-top;
        font-size: 18px;
        font-weight: 500;
    }

}

.table-row-2 {
    border-top: 1px solid white;
}

.table-row,
.table-row-2 {
    background-color: #1C3B93;

}

.table-row-3 td,
.table-row-4 td {
    border-bottom: 1px solid #323232;
    padding: 18px;
    font-size: 18px;
}


/* contact page css  */
.contact-page {
    float: left;
    width: 100%;
    clear: both;
    padding: 100px 0;
}

.contact-page .contact-info-main {
    display: flex;
    flex-wrap: wrap;
}
.contact-info-map{
    position: relative;
}
.contact-location-add::after {
    content: "";
    position: absolute;
    left: -60px;
    top: -20px;
    width: 100%;
    height: 350px;
    background-image: url(../images/contact-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.4;
}

.contact-page .contact-input {
    width: 40%;
    padding: 20px;
    margin-right: 50px;
}

.contact-page h2.contact-info-hed-main {
    font-size: 30px;
    color: #E56912;
}

.contact-info-main .contact-input {
    box-shadow: 0 1px 9px 2px rgb(232 232 232 / 70%);
    background: #fbfbfb;
}

.contact-page h3.contact-info-hed {
    font-size: 60px;
    margin: 15px 0;
    color: #1c3c93;
    
}

.contact-page .contact-info {
    width: 50%;
}

.contact-info-map {
    width: 56%;
}

.contact-info-map .contact-location-add h4 {
    font-size: 45px;
    color: #1c3c93;
    margin: 0 0 50px;
}

.contact-info-map .contact-location-add span,
.contact-info-map .contact-location-add a {
    font-size: 22px;
    color: #323232;
    text-decoration: none;
}

.contact-location-add {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.location-add-contact-page {
    width: 50%;
    padding: 0 20px;
    border-left: 5px solid #E56912;
}

.contact-number-contact-page {
    width: 50%;
    padding-left: 20px;
    border-left: 5px solid #E56912;
}

.contact-location-img-address,
.contact-number-img-address,
.contact-email-img-address {
    display: flex;
    align-items: start;
}

.contact-number-img-address {
    margin-bottom: 5px;
}

.contact-number-contact-page img {
    padding-right: 10px;
    width: 30px;
}

.contact-input input,
.contact-input textarea,
.contact-input button {
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin: 10px 0;
    outline-color: #1c3c93;
    border: 1px solid rgba(112, 112, 112, 0.3);
}

.contact-input textarea {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);

}

.contact-input button {
    border: none;
    outline: none;
    background-color: #E56912;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
}

.location-add-contact-page img {
    width: 32px;
    padding-right: 10px;
}


/* responsive */

@media screen and (max-width: 1600px) {
    .footer-top-text {
        height: 315px;
    }

}

@media screen and (max-width: 1366px) {
    .our-product {
        padding-top: 50px;
    }
    .right-header {
        width: 100%;
    }

    .product-list {
        margin-top: 30px;
    }

    .header {
        padding: 21px 0;
    }

    .logo-img {
        height: 70px;
    }

    .about {
        padding: 50px 0;
    }

    .shades {
        padding: 20px 0;
    }

    nav {
        margin-top: 185px;
    }

    .header-details h3 a,
    .menu ul li a,
    .get-btn,
    .quick-menu ul li a,
    .products-menu ul li a,
    .contact-info ul li a {
        font-size: 16px;
    }

    .box h3 {
        font-size: 12px;
    }

    .banner h2 {
        font-size: 30px;
    }

    .banner-text h1 {
        font-size: 50px;
        top: 10%;
    }

    .banner-text h3 {
        font-size: 42px;
        top: 27%;
    }

    .email,
    .phone,
    .location {
        padding: 0 0px 0 50px;
    }

    .why-us-text h2 {
        font-size: 42px;
    }

    .why-us-text {
        padding: 0 15px;
    }

    .box h3 {
        padding: 15px 0;
    }

    .our-product {
        margin: 50px 0;
    }

    .Testimonials {
        padding: 60px 0;
    }

    .footer-top-text {
        height: 270px;
    }

    .footer-top-text h2 {
        font-size: 42px;
    }

    .Request-quick-btn {
        font-size: 20px;
    }

    .footer-top {
        margin-bottom: -145px;
    }

    .footer-menu {
        top: 50px;
    }

    /*.footer {*/
    /*    height: 600px;*/
    /*}*/

    .quick-menu h2,
    .products-menu h2,
    .contact-info h2 {
        font-size: 22px;
    }

    .quick-menu ul li,
    .products-menu ul li,
    .contact-info ul li {
        padding: 10px 0;
    }

    .banner-inner {
        height: 560px;
    }

    .banner-inner-text {
        top: 53%;
    }

    .banner-inner h1 {
        font-size: 60px;
        line-height: 85px;
    }

    .quality {
        height: 350px;
    }

    .quality-box {
        gap: 405px;
        padding-top: 30px;
    }

    .king-quality h3 a,
    .best-service h3 a,
    .quality-team h3 a {
        font-size: 20px;
    }

}

@media screen and (max-width: 1280px) {

    .top-header,
    nav,
    .why-us,
    .footer-top,
    .commitment-to-excellence {
        padding: 0 30px;
    }

    .header {
        padding: 21px 0;
    }

    .product-list {
        padding: 30px;
        margin-top: 30px;
    }

    .banner {
        height: 800px;
    }

    .about-section {
        padding: 0;
    }

    .about {
        padding: 50px 30px;
    }

    img.about-img4 {
        top: -30%;
        right: -19%;
    }

    .our-product {
        height: 500px;
        padding-top: 60px;
        margin: 40px 0;
    }

    .shades-list {
        padding: 30px;
    }

    .shades-box {
        width: 22%;
    }

    .shades-list {
        gap: 55px;
    }

    .email,
    .phone,
    .location {
        padding: 0px 12px;
    }

    .about-inner {
        padding: 50px 30px 0;
    }

    .quality {
        margin-top: 40px;
        padding: 0 30px;
    }

    .quality-box {
        gap: 350px;
    }

    .king-quality h3 a,
    .best-service h3 a,
    .quality-team h3 a {
        font-size: 16px;
        line-height: 40px;
    }

    .our-journey {
        padding: 30px;
    }

    .journey-left-content p {
        padding: 10px 0;
    }

    .contact-page .contact-input {
        width: 39%;
        padding: 20px;
    }

    .contact-page h3.contact-info-hed {
        font-size: 50px;
        margin: 15px 0;
    }

}

@media screen and (max-width: 1200px) {
    .header-details {
        padding: 0 5px;
    }

    .about {
        padding: 60px 30px;
    }

    .about-content h2 {
        line-height: 38px;
    }

    .about-content p {
        padding: 10px 0;
    }

    img.about-img1,
    img.about-img2,
    img.about-img3,
    img.about-img4 {
        width: 75%;
    }

    img.about-img3 {
        bottom: -70%;
        left: 0%;
        width: 45%;
    }

    img.about-img4 {
        top: -40%;
        right: -15%;
    }

    .our-product {
        margin: 40px 0;
    }

    .shades-box {
        width: 23%;
    }

    .shades-list {
        gap: 30px;
    }

    /*.footer {*/
    /*    height: 500px;*/
    /*}*/

    .footer-top-text {
        height: 245px;
    }

    .footer-top {
        margin-bottom: -115px;
    }

    .quick-menu ul li,
    .products-menu ul li,
    .contact-info ul li {
        padding: 6px 0;
    }

    .king-quality h3 a,
    .best-service h3 a,
    .quality-team h3 a {
        font-size: 17px;
        line-height: 25px;
    }

    .product .box {
        width: 33.33%;
    }

    .product .box .box-hed {
        font-size: 18px;
    }

    .product .box .box-link {
        font-size: 19px;
    }

}

@media screen and (max-width: 1100px) {

    .email,
    .phone,
    .location {
        padding: 0 1px;
    }

    .banner {
        height: 600px;
    }

    .banner-text h1 {
        top: 4%;
    }

    .banner-text img {
        top: 5%;
    }

    .banner h2 {
        top: -12%;
    }

    .shades-list {
        gap: 77px;
        display: flex;
        justify-content: center;
    }

    .shades-box h4 {
        font-size: 12px;
        padding: 5px 0;
        line-height: 16px;
    }

    .shades-box h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .shades-box img {
        height: 200px;
        width: 200px;
    }

    .footer-top-text {
        height: 250px;
    }

    .quality {
        height: 300px;
    }

    .quality-box {
        gap: 300px;
    }

    .our-journey {
        padding: 40px 0;
    }

    .world-class {
        height: 500px;
    }

    .journey-left-content h2,
    .world-class-content h2 {
        font-size: 32px;
    }

    .world-class-content h2 {
        line-height: 35px;
    }

    .our-journey {
        padding: 0 30px;
        margin-top: 25px;
    }

    .journey-left-content p {
        padding: 10px 0;
    }
}

@media screen and (max-width: 1024px) {

    .email,
    .phone,
    .location {
        padding: 0 3px;
    }

    .header-details {
        padding: 7px;
    }

    .header-details h3,
    .header-details h3 a {
        font-size: 14px;
    }

    .menu ul li {
        padding: 26px 15px;
    }

    .right-header {
        width: 100%;
    }

    .banner-text h1 {
        font-size: 45px;
    }

    .banner h2 {
        top: -24%;
    }

    .banner-text img {
        top: -4%;
    }

    .banner-text h1 {
        top: -2%;
    }

    .banner-text h3 {
        top: 20%;
    }

    .about-content h2 {
        line-height: 30px;
        font-size: 35px;
    }

    .about-content p {
        padding: 5px 0;
    }

    .about-content p {
        font-size: 15px;
        line-height: 20px;
    }

    .our-product h2,
    .shades h2,
    .Testimonials h2 {
        font-size: 35px;
    }

    .product-box-content {
        padding: 35px 25px;
    }

    .product-box-content h3 {
        font-size: 16px;
        line-height: 21px;
    }

    .our-product {
        height: 450px;
    }

    .our-product {
        padding-top: 10px;
    }

    .shades-list {
        gap: 38px;
    }

    .footer-top-text h2 {
        font-size: 36px;
    }

    .Request-quick-btn {
        font-size: 16px;
    }

    .footer-top {
        margin-bottom: -125px;
    }

    .quick-menu ul li,
    .products-menu ul li,
    .contact-info ul li {
        padding: 5px 0;
    }

    .banner-inner {
        height: 500px;
    }

    .banner-inner-text {
        left: 37%;
    }

    .banner-inner-text {
        top: 57%;
    }

    .about-inner .about-section .about-content h2 {
        font-size: 28px;
    }

    .journey-left-content h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .journey-left-content img,
    .about-inner .about-section .about-content img,
    .world-class-content img {
        width: 120px;
    }

    .quality-box {
        gap: 255px;
    }

    .journey-left-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .world-class-section {
        padding: 60px 0;
    }

    .product-detail h3 {
        font-size: 29px;
        line-height: 45px;
        margin-bottom: 35px;
    }

    .product-detail span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    button.request-btn {
        font-size: 20px;
    }

    .product-detail {
        padding: 40px 25px 40px;
    }

    .copy-right img {
        height: 12px;
    }

    .contact-page h3.contact-info-hed {
        font-size: 50px;
    }

    .contact-info-map .contact-location-add h4 {
        font-size: 35px;
        margin: 18px 0 35px;
    }

    .contact-info-map .contact-location-add span,
    .contact-info-map .contact-location-add a {
        font-size: 18px;
    }

    .contact-location-add {
        margin-bottom: 45px;
    }

    .banner-inner h1 {
        font-size: 50px;
    }

    .contact-page .contact-input {
        width: 44%;
    }

    .contact-info-map {
        width: 50%;
    }

}

@media screen and (max-width: 900px) {
    .close {
        height: 60px;
    }

    .why-us {
        z-index: 0;
    }

    .bar1 {

        border-bottom: 2px solid wheat;
        width: 25px;
        transform: rotate(45deg);
        float: right;
        top: 25px;
        position: relative;
    }

    .bar2 {
        border-bottom: 2px solid wheat;
        width: 25px;
        transform: rotate(137deg);
        float: right;
        position: relative;
        top: 25px;
        right: -24px;
    }



    #shortmenu {
        position: fixed;
        top: 0;
        max-width: 320px;
        right: 0;
        background: #484848;
        padding: 20px;
        display: none;

    }

    .active-menu {
        display: block !important;
    }

    .logo-img {
        height: 85px;
    }

    .menu ul li {
        float: left;
        padding: 25px 15px;
        width: 100%;
        border-bottom: 1px solid white;
    }

    .menu ul {
        list-style: none;
        height: 100vh;
    }

    .header {
        padding: 13px 0;
    }

    .banner-text {

        top: 57%;
        left: 15%;

    }

    .top-header {
        justify-content: space-between;
    }

    .banner-text img,
    .banner-text h1 {
        top: -7%;
    }

    .banner-text h3 {
        top: 16%;
    }

    .why-us-text h2 {
        font-size: 40px;
    }

    .right-header,
    .menu {
        display: none;
    }

    .mobile-menu img {
        height: 40px;
        width: 40px;
    }

    .mobile-menu,
    .mobile-menu2 {
        display: block;
    }

    .about {
        padding: 60px 30px 20px;
    }

    .product-box-content {
        height: 85px;
    }

    .product-box-content::after {
        height: 40px;
        width: 40px;
    }

    .product-box-content::before {
        top: -14px;
        right: 41px;
    }

    .product-box-content h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .our-product h2,
    .shades h2,
    .Testimonials h2 {
        font-size: 30px;
    }

    .shades-list {
        gap: 20px;
    }

    .Testimonials-box h2 {
        font-size: 22px;
    }

    .quality-box {
        gap: 190px;
    }

    .world-class-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .world-class-content h2 {
        font-size: 28px;
    }

    .commitment-to-excellence {
        height: 470px;
    }

    .product .box {
        width: 50%;
    }

    .product .box .box-hed {
        font-size: 17px;
    }

    .product .box .box-link {
        font-size: 18px;
    }

    .product-2 {
        text-align: center;
    }

    .product-img {
        width: 100%;
        margin-bottom: 50px;
    }

    .product-detail {
        width: 100%;
        text-align: center;
    }

    .contact-page .contact-input {
        width: 100%;
        padding: 0 50px;
        margin-bottom: 50px;
        text-align: center;
    }

    .contact-info-map {
        width: 100%;
    }

    .contact-page .contact-input {
        width: 100%;
        padding: 20px 50px;
        margin-bottom: 50px;
        text-align: center;
        margin-right: 0;
    }

}

@media screen and (max-width: 800px) {

    .banner h2,
    .why-us-text h2 {
        font-size: 24px;
    }

    .banner h2 {
        top: -50%;
    }

    .banner-text img {
        top: -32%;
    }

    .banner-text h1 {
        top: -35%;
        font-size: 40px;
    }

    .banner-text h3 {
        top: -12%;
    }

    .exchange-list-icon {
        height: 100px;
    }

    .box h3 {
        font-size: 12px;
        line-height: 16px;
    }

    .box {
        padding: 15px 20px;
    }

    .about-content h2,
    .footer-top-text h2 {
        font-size: 30px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 17px;
    }

    .our-product {
        height: 400px;
    }

    .shades-box img {
        height: 170px;
        width: 170px;
    }

    .shades {
        padding: 20px 0;
    }

    .shades-box h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .shades-box h4 {
        line-height: 14px;
    }

    .footer-top-text {
        height: 230px;
    }

    .Request-quick-btn {
        margin: 10px 0;
    }

    .Testimonials-box p {
        font-size: 14px;
        line-height: 23px;
    }

    .banner-inner {
        height: 450px;
    }

    .banner-inner h1 {
        font-size: 55px;
        line-height: 80px;
    }

    .banner-inner-text {
        left: 32%;
    }

    .quality-box {
        gap: 157px;
    }

    .world-class-section {
        padding: 55px 0;
    }

    .world-class-content h2 {
        font-size: 24px;
    }

    .world-class-content img {
        width: 120px;
    }

    .world-class-content h2 {
        line-height: 28px;
    }

    table th {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .table-row-3 td,
    .table-row-4 td {
        padding: 14px;
        font-size: 14px;
    }

    h2.propertiers-section-heding {
        font-size: 30px;
    }

    p.propertiers-section-contain {
        font-size: 16px;
        margin: 29px 0 30px;
    }

    .quick-menu,
    .products-menu {
        width: 100%;
        padding: 10px 0;
    }

    .contact-info {
        width: 100%;
    }

    /*.footer {*/
    /*    height: 800px;*/
    /*    background-size: cover;*/
    /*}*/

    .quick-menu ul li,
    .products-menu ul li,
    .contact-info ul li {
        padding: 0px 0;
        display: flex;
        justify-content: center;
    }

    .quick-menu h2,
    .products-menu h2,
    .contact-info h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

    .quick-menu ul li a,
    .products-menu ul li a,
    .contact-info ul li a {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .banner-text {
        top: 65%;
        left: 15%;
    }


}

@media screen and (max-width: 768px) {

    .quick-menu h2,
    .products-menu h2,
    .contact-info h2 {
        font-size: 18px;
    }

    .copy-right p,
    .quick-menu ul li a,
    .products-menu ul li a,
    .contact-info ul li a {
        font-size: 16px;
    }

    .quality-box {
        gap: 125px;
    }

    .banner-section {
        padding: 100px 0;
    }

    .banner-section .sec-hed {
        font-size: 45px;
    }

    .prodect-info .sec-pera {
        font-size: 16px;

    }

    .commitment-to-excellence {
        height: 550px;
    }

}

@media screen and (max-width: 680px) {
    .about-content {
        width: 100%;
        padding-left: 0;
        position: relative;
        top: 160px;
    }

    .our-product {
        margin-top: 180px;
    }

    .about-section {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .about-img {
        width: 70%;
    }

    .product-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .product-box,
    .shades-box {
        width: 47%;
    }

    .product-box,
    .shades-box {
        text-align: center;
    }

    .our-product {
        height: 740px;
    }

    .logo-icon {
        width: 150px;
    }

    .shades-list {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }

    .shades-box img {
        height: auto;
        width: auto;
    }

    .shades-box h4 {
        text-align: center;
    }

    .shades-box img {
        height: 230px;
        width: 230px;
    }

    .quick-menu h2,
    .products-menu h2,
    .contact-info h2 {
        font-size: 24px;
    }

    .copy-right {
        padding-top: 7px;
    }

    .why-us-text h2 {
        font-size: 22px;
    }

    .footer-menu {
        text-align: center;
        top: 30px;
    }

    .quick-menu h2,
    .products-menu h2,
    .contact-info h2 {
        text-align: center;
    }

    .footer-top-text {
        height: 190px;
    }

    .footer-top {
        margin-bottom: -90px;
    }

    .banner-inner-text {
        left: 30%;
    }

    .quality {
        margin-top: 200px;
        height: 270px;
    }

    .quality-box {
        gap: 98px;
    }

    .journey,
    .world-class-section {
        flex-wrap: wrap;
        gap: 25px;
    }

    .journey-left-content,
    .journey-right-image,
    .world-class-img,
    .world-class-content {
        width: 100%;
    }

    .journey-right-image img,
    .world-class-img img {
        height: 250px;
    }

    .commitment-to-excellence {
        height: 596px;
    }

    .journey-left-content p {
        font-size: 16px;
    }

    .globle-footprint,
    .looking-ahead {
        padding: 20px 30px;
    }

    .world-class-section {
        padding-top: 45px;
    }

    .product-detail-tale {
        width: 100%;
        overflow-x: scroll !important;
    }

    .arrow {
        padding: 10px 12px;
    }

    .exchange-list-icon {
        display: none;
    }

    .why-us-text {
        flex-direction: column;
    }

    .why-us-text h2 {
        text-align: center;
    }

    .banner-text h1 {
        font-size: 31px;
    }

    .banner-text h3 {
        font-size: 31px;
    }

    .our-product h2,
    .shades h2,
    .Testimonials h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .about-content h2 {
        font-size: 30px;
        text-align: center;
    }

    .about-content img {
        display: table;
        margin: 13px auto;
    }

    .title img {
        right: 0;
        margin: 0 auto;
    }

    .banner {
        height: 600px;
        text-align: center;
    }

    .banner-text img {
        left: 0;
    }

    .contact-info h2 {
        margin: 10px 0;
    }

    .footer-top-text h2 {
        font-size: 24px;
    }

    .banner-inner h1 {
        font-size: 45px;
    }

    .contact-page {
        padding: 60px 0;
    }
}


@media screen and (max-width: 580px) {
    .logo-img {
        height: 66px;
    }

    .get-btn {
        margin-right: 0;
    }

    .banner h2 {
        font-size: 20px;
    }

    .banner-text h1 {
        font-size: 30px;
    }

    .banner-text h3 {
        font-size: 30px;
        top: -17%;
    }

    .box {
        padding: 15px 16px;
    }

    .why-us-text h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .our-product {
        height: 660px;
    }

    .our-product h2 {
        padding-top: 25px;
    }

    .product-box {
        width: 46%;
    }

    .shades {
        padding: 0px 0;
    }

    .footer-top-text h2 {
        line-height: 30px;
    }

    nav {
        margin-top: 166px;
    }

    .banner-inner {
        height: 400px;
    }

    .banner-inner h1 {
        font-size: 35px;
        line-height: 47px;
    }

    .banner-inner-text h6 a {
        font-size: 14px;
    }

    .quality-box {
        gap: 47px;
    }

    .our-journey {
        margin-top: 10px;
    }

    .world-class-section {
        padding-top: 28px;
    }

    .product .box .box-hed {
        font-size: 16px;
    }

    .product .box .box-link {
        font-size: 17px;
    }
}


@media screen and (max-width: 480px) {
    .box {
        padding: 15px 5px;
    }

    .box h3 {
        padding: 5px 0;
    }

    .why-us-text h2 {
        font-size: 13px;
        line-height: 15px;
    }

    .about-content {
        top: 120px;
    }

    .our-product {
        margin-top: 150px;
    }


    .about-content h2 {
        font-size: 24px;
        line-height: 20px;
    }

    .product-box-content {
        height: 70px;
    }

    .product-box-content {
        padding: 20px 25px;
    }

    .product-box-content h3 {
        font-size: 12px;
        line-height: 12px;
    }

    .our-product {
        height: 600px;
    }

    .product-box {
        width: 46%;
    }

    .our-product h2 {
        font-size: 24px;
    }

    .shades-box img {
        height: 170px;
        width: 170px;
    }

    .copy-right {
        top: 70px;
    }

    .banner-inner {
        height: 350px;
    }

    .banner-inner-text {
        top: 60%;
    }

    .banner-inner-text {
        left: 25%;
    }

    .banner-inner h1 {
        font-size: 35px;
        line-height: 60px;
    }

    .quality {
        height: 550px;
        margin-top: 150px;
    }

    .quality-box {
        flex-wrap: wrap;
    }

    .king-quality,
    .best-service,
    .quality-team {
        width: 34%;
    }

    .about-inner .about-section .about-content h2 {
        line-height: 28px;
    }

    .about-inner .about-section .about-content p,
    .journey-left-content p,
    .world-class-content p {
        font-size: 14px;
        line-height: 19px;
    }
.contact-number-img-address{
    margin-bottom: 30px;
}
    .our-journey {
        margin-top: 0;
    }

    .journey,
    .world-class-section {
        gap: 18px;
    }

    .world-class-content p {
        padding: 4px 0;
    }

    .product .box {
        width: 100%;
    }

    .product-box-content h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-inner-text-product-detail h1 {
        font-size: 30px;
        line-height: 47px;
    }

    .contact-info ul li {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .contact-info ul li a {
        text-align: center;
        padding: 0;
        line-height: 27px;

    }

    .footer {
        padding: 60px 30px;
    }

    .shades img {
        display: table;
        margin: 0 auto;
        right: 0;
    }

    .why-us-text {
        flex-direction: column;
        padding: 20px;
    }

    .why-us-text h2 {
        font-size: 24px;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .why-us-boxs {

        flex-direction: column;
    }

    .img-hr-home {
        display: none;
    }

    .banner-text h1 {
        font-size: 22px;
    }

    .banner-text h3 {
        font-size: 22px;
    }

    .our-product {
        height: 1685px;
    }

    .product-box {
        width: 100%;
    }

    .box {
        padding: 15px 1px;
        border-bottom: 1px solid white;
    }

    .banner-text img {
        top: -32%;
        left: inherit;
    }

    .banner-text h3 {
        left: 36px;

    }

    .banner-text img {
        top: -32%;
        left: 78px;
    }

    .banner-text h1 {
        font-size: 22px;
        left: 16px;
    }

    .contact-info h2 {
        margin: 10px 0 0 0;
    }

    .footer-top-text h2 {
        font-size: 24px;
    }

    .contact-page h3.contact-info-hed {
        font-size: 42px;
    }

    .contact-page .contact-input {
        padding: 0px 25px;
    }

    .contact-location-add {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .location-add-contact-page {
        width: 100%;
        border: none;
    }

    .contact-number-contact-page {
        width: 100%;
        border: none;
        border-top: 5px solid #E56912;
        margin-top: 30px;
    }

    .contact-location-img-address,
    .contact-number-img-address,
    .contact-email-img-address {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        text-align: center;
        align-items: center;
    }

    .contact-info-map .contact-location-add h4 {
        text-align: center;
    }

    .contact-number-contact-page img {
        padding-right: 0;
        width: 35px;
        margin-bottom: 9px;
    }

    .contact-number-contact-page {

        padding: 0 20px;

    }
    .contact-page img {
        width: 40px;
        padding-right: 0;
    }
}

@media screen and (max-width: 380px) {
    .banner h2 {
        line-height: 20px;

    }

    .banner-text h1 {
        line-height: 30px;
        top: -25%;
    }

    .banner-text h3 {
        line-height: 30px;
        top: 4%;
    }

    .why-us-boxs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box {
        width: 45%;
    }

    .line-2 {
        display: none;
    }

    .why-us-text h2 {
        font-size: 15px;
    }

    .about-content {
        top: 83px;
    }

    .our-product {
        margin-top: 100px;
        height: 550px;
    }

    .product-box {
        width: 100%;
    }

    .shades-box img {
        height: 150px;
        width: 150px;
    }

    .footer-top-text {
        height: 200px;
    }

    .footer-top-text h2 {
        font-size: 24px;
        line-height: 27px;
    }

    .Request-quick-btn {
        padding: 10px;
    }

    .footer-top {
        margin-bottom: -100px;
    }

    .footer {
        padding: 60px 30px;
    }

    .quick-menu ul li a,
    .products-menu ul li a,
    .contact-info ul li a {
        font-size: 14px;
    }

    .copy-right p {
        font-size: 12px;
    }

    .banner-inner-text {
        left: 19%;
    }

    .quality {
        height: 450px;
        margin-top: 130px;
    }

    .king-quality,
    .best-service,
    .quality-team {
        width: 40%;
    }

    .king-quality h3,
    .best-service h3,
    .quality-team h3 {
        padding: 10px 0;
    }

    .king-quality h3 a,
    .best-service h3 a,
    .quality-team h3 a {
        font-size: 14px;
    }

    .product .box .box-link {
        font-size: 16px;
    }

    .king-quality img,
    .best-service img,
    .quality-team img {
        padding: 19px;
    }
}

@media screen and (max-width: 320px) {
    .why-us-text h2 {
        font-size: 24px;
    }

    .box h3 {
        font-size: 10px;
        line-height: 13px;
    }

    .our-product {
        height: 1200px;
    }

    .footer-top-text h2 {
        font-size: 20px;
        line-height: 27px;
    }

    .product-detail h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .banner-inner-text {
        left: 14%;
    }

    .footer {
        background-size: cover;
        height: 1000px;
    }

    .contact-info ul li a {
        padding: 0;
    }

    .shades-box {
        width: 100%;
        text-align: center;
    }

    .title img {
        max-width: 100%;
    }

    .shades h2 {
        font-size: 30px;
        text-align: center;
    }

    .banner-text h1,
    .banner-text h3 {
        font-size: 26px;
        left: 5px;
    }

    .banner h2 {
        font-size: 17px;
        left: 20px;
    }

    .quality {
        height: 600px;
        text-align: center;
    }

    .commitment-to-excellence {
        height: 800px;
    }

    .copy-right img {
        height: 9px;
    }

    .banner-text {
        top: 65%;
        left: 0%;
        text-align: center;
    }

    .contact-page h3.contact-info-hed {
        font-size: 30px;
    }

    .contact-page h2.contact-info-hed-main {
        font-size: 24px;
    }

    .contact-page .contact-input {
        padding: 0;
    }
}