/* @import "skin.css"; */

body {
    font-family: "Muli";
}

.qbdfooter {
    height: 185px;
    background-color: #e74e18;
}

.qbdfooterimage {
    margin-top: 30px;
}

.qbdfooterbox {
    padding-left: 0;
    padding-right: 0;
}

.qbdfootertext {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #ede8e5;
    margin-bottom: 10px;
}

.topmargin {
    margin-top: 38px;
}

.manage {
    position: relative;
    left: 45px;
}

.qbdfooterinput {
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid rgba(255, 244, 239, 0.35);
    outline: none;
    color: white;
    height: 40px;
    width: 100%;
    padding-left: 20px;
}

.qbdfooterbox a:hover {
    text-decoration: none;
}

.centerfooter:hover {
    color: white !important;
}

.qbdfootertext:hover {
    color: #1b1b7c;
}

.manage a:hover {
    text-decoration: none;
}

.qbdfooterinput::placeholder {
    font-size: 13px;
    line-height: 20px;
    color: rgba(255, 244, 239, 0.35);
}

.qbdfootersubmit {
    background: none;
    border: none;
    outline: none;
    color: #fcf4ef;
    position: absolute;
    right: 20px;
    top: 46px;
}

.qbdfootersubmit:focus {
    outline: none;
}

.centerfooter {
    margin-top: 15px;
    text-align: center;
}

.qbdfootersocialicons {
    font-size: 15px;
    line-height: 101px;
    color: #fcf4ef;
    margin-right: 15px;
}

.qbdfootersocial {
    display: flex;
    justify-content: center;
}

.qbdfootersocialicons:hover {
    color: #1b1b7c;
}

.qbdfooterbottomtext {
    font-size: 12px;
    line-height: 25px;
    color: #ec6726;
    font-weight: 600;
    margin-bottom: 0;
}

.qbdfooterbottomtext a {
    color: #ec6726;
}

.qbdfooterbottomtext a:hover {
    color: #1b1b7c;
    text-decoration: none;
}

.textalign {
    text-align: right;
}

/*Article Slider background*/
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    background-color: #ffff !important;
}

/*------------------qbdHeader--------------------*/
.miniheader {
    background-color: #1b1b7c;
}

.qbdheader {
    top: 0px;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #dbd5d1;
    transition: 0.6s;
    z-index: 1000;
}

.imagelogo {
    display: none;
}

.imagelogo.scrolled {
    display: block;
}

.logo.scrolled {
    display: none;
}

.qbdheadermenu ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

/* .qbdheadermenu ul li {
    background-image: none;
    padding-left: 2rem;
    background-position: unset;
    background-size: unset;
} */

.qbdheadermenuitems {
    line-height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: padding 0.3s;
}

.qbdheadermenuitems:hover {
    background-color: #e74e18;
    color: white;
}

.qbdheadermenuitems.scrolled:hover {
    background-color: #1b1b7c;
}

.qbdheadermenu ul a {
    color: #1b1b7c;
    font-weight: bold;
    transition: 0.6s;
    /* padding-left: 10px;
    border-left: 1px solid #E74E18; */
}

.qbdheadermenu.scrolled ul a {
    color: white;
}

.qbdheadermenuitems.scrolled {
    color: white !important;
}

.qbdheadermenu ul a:hover {
    text-decoration: none;
}

.qbdheader.scrolled {
    background-color: rgba(231, 78, 24, 0.9);
    box-shadow: 0 0px 5px black;
    border-bottom: none;
    top: 0;
}

.topicon:hover {
    color: #e74e18;
}

/*------------------------Mobile menu----------------------------*/
#myNav {
    display: none;
}

#navtoggle {
    display: none;
}

.mobileheader {
    display: none;
    position: fixed;
}

.overlay1 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1036;
    top: 0;
    /* left: 0; */
    right: 0;
    background-color: rgba(231, 78, 24, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.hidebackground {
    background-color: rgb(231, 78, 24);
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay1 a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: white;
    display: block;
}

.overlay1 a:hover,
.overlay a:focus {
    color: #1b1b7c;
}

.overlay1 .closebtn {
    position: absolute;
    top: -7px;
    right: 12px;
    font-size: 45px;
}

.backbtn {
    font-size: inherit;
    position: absolute;
    left: 10px;
    top: 4px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
/*--------------------------------Slider Section---------------------------*/
.slideshowcontainer {
    position: relative;
    margin-top: 80px;
}

/* Next & previous buttons */
.leftarrow {
    color: white;
    font-size: 30px;
}

.rightarrow {
    color: white;
    font-size: 30px;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 16px;
    margin-top: -30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(231, 78, 24, 0.9);
}

/* Caption text */
.text {
    color: #ffffff;
    position: absolute;
    top: 175px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.labelHead {
    font-size: 22px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: rgba(231, 78, 24, 0.9) !important;
}

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

/* indicator */
.indicator {
    position: absolute;
    top: 480px;
    display: flex;
}

.myslides {
    width: 100%;
    height: 520px;
}

.myslidestitle {
    font-size: 28px;
    line-height: 35px;
    font-family: "Muli";
    padding-top: 12px;
    font-weight: bold;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.img-sliderPic {
    height: 513px;
    object-fit: cover;
}

.myslideshr {
    width: 40%;
    border-top: 1px solid #fffbf8;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
}

.myslidescontent {
    font-size: 18px;
    line-height: 21.5px;
    color: #fffbf8;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 1);
    transition: 0.6s;
}

.indicatorbox {
    background-color: #fffbf8;
    border: 1px solid #dbd5d1;
    cursor: pointer;
    padding: 5px;
    margin-right: 10px;
    width: 270px;
}

.indicatorbox:hover {
    background-color: rgba(231, 78, 24, 0.9);
}

.indicatorthumbnail {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #e2ddda;
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-family: "Muli";
}

.indicatorthumbnailnumber {
    font-size: 52px;
    font-weight: bold;
    padding-top: 16px;
    line-height: 51px;
    color: #e2ddda;
}

.managepadding {
    padding-right: 0;
}

/*-----------------------------OUR STORY---------------------------*/
.story {
    margin-top: 135px;
}

.storycontent1 span {
    color: #e74e18;
    font-weight: bold;
}

.storytitle {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
}

.storymaintitle {
    font-size: 19px;
    line-height: 21px;
    font-weight: bolder;
    font-family: "Muli";
}

.storycontent {
    font-size: 13px;
    line-height: 15.5px;
    color: #80726e;
    margin-bottom: 0;
}

.storycontent1 {
    line-height: 20.5px;
    color: #80726e;
    margin-bottom: 0;
    font-size: 15px;
}

.storylink {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
    cursor: pointer;
    margin-top: 20px;
    float: right;
    color: #fc9949;
}

.storylink a,
.storylink i {
    color: #fc9949;
}

.storylink a:hover {
    text-decoration: none;
    color: #1b1b7c;
}

.storylink a:hover > i {
    color: #1b1b7c;
}

.topgap {
    margin-top: 50px;
}

/*-------------------------Team Section---------------------------*/
.teamdesignation {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
}

.teamname {
    font-size: 16px;
    font-weight: bolder;
    padding-left: 10px;
}

.removepadding {
    padding-right: 0;
}

.removepadding img {
    padding: 7px;
    border: 1px solid #ccc;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.33);
}

.paddingleft {
    padding-left: 10px;
    padding-right: 10px;
}

.w {
    color: #ffffff;
    font-family: "Book Antiqua";
    font-size: 75px;
}

/*-------------------------------Research Section-----------------------------*/
.researchtitle {
    font-size: 26px;
    font-weight: bolder;
    line-height: 38px;
    color: #1d0800;
}

.researchsource {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    color: #202124;
    margin-bottom: 0;
}

.researchsourcetitle {
    color: #80726e;
    font-family: Helvetica;
    font-size: 13px;
}

.researchcontent {
    font-size: 13px;
}

.researchcontenttitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #202124;
    margin-top: 10px;
}

.researchbutton {
    background-color: #ec6726;
    border-radius: 5px;
    font-size: 10px;
    color: white;
    outline: none;
    margin-top: 20px;
    float: right;
}

.researchbutton:focus {
    outline: none;
    box-shadow: none;
}

/*----------------------------Brands Section-----------------------------*/
.brandsbox {
    width: 228px;
}

.brandtitle {
    font-size: 19px;
    font-weight: bold;
}

.brandslink {
    margin-top: 0;
}

.brandsicondiv {
    height: 170px;
    margin-bottom: 5px;
    overflow: hidden;
   min-width: 100% ;

}
/* .brandsicondiv img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    border: 10px solid red;
} */

.brandsicon {
    border: 1px solid #000000;
    height: 100%;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.keypadding {
    padding-left: 15px;
}

.brandscontent {
    font-size: 11px;
    color: #80726e;
    line-height: 13.5px;
    padding-left: 15px;
}

/*--------------------Modal----------------------*/
.modal {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999999999;
}

.modalimg {
    display: flex;
    margin-left: auto;
    margin-top: 4vh;
    margin-right: auto;
}

.modalicon {
    float: right;
    position: relative;
    padding-right: 20px;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    cursor: pointer;
}

.sitemap {
    font-size: 15px;
    font-weight: bold;
    color: #fcf4ef !important;
    margin-right: 15px;
    cursor: pointer;
}

.modal-content .modal-body {
    /* height: 70vh; */
    overflow: hidden;
}

.modal-content .modal-body .imgFitSize {
    height: 100%;
    object-fit: contain;
}

/*-----------------------------Overlay-----------------------------*/
#overlay4 {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999999999;
    cursor: pointer;
}

#overlay3 {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999999999;
    cursor: pointer;
}

#overlay2 {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999999999;
    cursor: pointer;
}

#overlay1 {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999999999;
    cursor: pointer;
}

.overlaycontainer {
    background-color: white;
    display: block;
    margin-left: auto;
    position: relative;
    padding: 15px;
    top: 20vh;
    margin-right: auto;
}

.overlayname {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 25px;
    color: black;
    line-height: 21px;
}

.overlaydesignation {
    font-weight: 600;
    font-size: 19px;
    color: #e74e18;
    line-height: 21px;
}

.overlaycontent {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
}

.overlayimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------Contact-us page-------------*/
.contact {
    margin-top: 80px;
}

.contacttitle {
    background-size: cover !important;
    background: linear-gradient(
            0deg,
            rgba(243, 105, 40, 0.4),
            rgba(243, 105, 40, 0.4)
        ),
        url("../images/contacttitle.png");
    background-repeat: no-repeat;
}

.contactbackground {
    margin-top: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
        url("../images/contact.png");
    background-repeat: no-repeat;
}

.contacttitletext {
    font-size: 60px;
    font-weight: bold;
    color: white;
    line-height: 167px;
    text-align: center;
    margin-bottom: 0;
    /* text-shadow: 1px 1px 5px black; */
}

.contacttextimgtitle {
    color: white;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    margin-bottom: 10px;
}

.registerAddress {
    padding-top: 30px;
}

.contacttextimgcontent {
    font-size: 17px;
    line-height: 20px;
    color: #999999;
    font-weight: 500;
    padding-left: 51px;
}

.corporateAddress {
    /*padding-top: 20px;*/
}

.contactphone {
    margin-left: 23px;
    margin-top: 30px;
}

.contactnumber {
    margin-left: 25px;
    color: #f36928;
}

.contactnumber a {
    /*text-decoration: none;*/
    color: #f36928;
}

.moveRight {
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 5px;
}
.moveRightaddress {
    margin-left: 25px;
}
.factoryAddress {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactformheader {
    font-size: 30px;
    margin-top: 44px;
    line-height: 41px;
    font-weight: bold;
    color: #e74e18;
}

.contactheader {
    color: #1b1b7c;
    font-size: 38px;
}

.contactname {
    border: 1px solid #ede8e5;
}

.contactformtitle {
    font-size: 15px;
    color: black;
    font-weight: bold;
    padding-top: 13px;
    padding-left: 23px;
    line-height: 19px;
}

.inputname {
    display: flex;
    border-top: 1px solid #ede8e5;
}

.firstname {
    flex: 1;
    border: none;
    border-right: 1px solid #ede8e5;
    padding-top: 13px;
    padding-left: 23px;
    padding-bottom: 13px;
    color: #1b1b7c;
}

.firstname::placeholder,
.lastname::placeholder,
.contactmessage::placeholder {
    font-size: 15px;
    line-height: 19px;
    color: #dbd5d1;
}

.firstname:focus,
.lastname:focus,
.contactmessage:focus {
    outline: #e74e18 auto 1px;
}

.lastname {
    flex: 1;
    border: none;
    padding-top: 13px;
    padding-left: 23px;
    padding-bottom: 13px;
    color: #1b1b7c;
}

.contactgap {
    margin-top: 10px;
}

.contactmessage {
    width: 100%;
    padding-top: 13px;
    padding-left: 23px;
    border: none;
    color: #1b1b7c;
}

.contactsubmit {
    color: white;
    background-color: #e74e18;
    border-radius: 5px;
    border: none;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    float: right;
    padding: 5px 25px 5px 25px;
}

.contactsubmit:focus {
    outline: none;
}

.contactmap {
    margin-top: 50px;
    border: 2px dashed #ec6726 !important;
    padding: 10px;
    width: 600px;
    height: 655px;
}

.productdropdown {
    display: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdowncontent {
    display: none;
    position: absolute;
    background-color: #e74e18;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 45px;
    bottom: -76.5%;
    cursor: pointer;
}

/* Links inside the dropdown */
.dropdowncontent a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdowncontent a:hover {
    background-color: #ddd;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*Background for caption*/
.product-slider {
    background-color: rgb(70, 63, 63, 0.5) !important;
}

/*---------------------------Mobile Responsive---------------------------*/

@media (max-width: 1080px) {
    .popupCarousel .carousel-inner .carousel-item .popup-img {
        height: 35vh !important;
    }
    .popupCarousel .carousel-inner .carousel-item .popup-img img {
        /* object-fit: cover !important; */
        height: 100%;
    }
   
}
@media (max-width: 768px) {
    .dropbtn {
        display: none;
    }

    .miniheader {
        display: none;
    }

    .indicator {
        display: none;
    }

    .mobileheader {
        display: flex;
        width: 100%;
        z-index: 10;
    }

    .mobileheader.scrolled {
        background-color: rgba(231, 78, 24, 0.9);
        box-shadow: 0 0px 5px black;
        border-bottom: none;
        top: 0;
    }

    .logo,
    .imagelogo {
        width: 20%;
        margin-left: 20px;
    }

    #myNav {
        display: block;
    }

    .contact {
        margin-top: 0;
        padding-top: 75px;
    }

    #navtoggle {
        display: block;
        font-size: 30px;
        cursor: pointer;
        position: relative;
        color: #e74e18;
        left: 71%;
        top: 17px;
    }

    #navtoggle.scrolled {
        color: white;
    }

    .qbdheader {
        display: none;
    }

    .contacttextimgtitle {
        padding-left: 5px;
        word-break: break-all;
    }

    .contacttextimgcontent {
        font-size: 13px;
        padding-left: 7px;
        word-break: break-all;
    }

    .contactformheader {
        font-size: 21px;
    }

    .contactheader {
        font-size: 30px;
    }

    .firstname,
    .lastname {
        width: 50%;
    }

    .slideshowcontainer {
        padding-top: 75px;
        margin-top: 0;
    }

    .myslidestitle {
        font-size: 25px;
        line-height: 26px;
    }

    .myslidescontent {
        font-size: 12px;
        line-height: unset;
    }

    .qbdfooter {
        height: auto;
    }
    .qbdfooter #qbdFooterMenu1,
    #qbdFooterMenu2,
    #qbdFooterMenu3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

    .text {
        top: 400px !important;
    }

    .prev,
    .next {
        top: 61%;
    }

    .story {
        margin-top: 30px;
    }

    .imgoverlay {
        width: 93%;
    }

    .mediasectionimagetext {
        top: 5px !important;
        left: 27px !important;
        width: 365px !important;
    }

    .span1 {
        margin: 5px auto 5px auto !important;
        font-size: 12px !important;
        font-weight: bold !important;
    }

    .newsevent p {
        padding-bottom: 0 !important;
        text-align: center;
    }

    .newseventtitle {
        display: none;
    }

    .newseventcontent {
        font-size: 10px !important;
    }

    .readmore {
        padding-left: 0;
        padding-right: 0;
    }

    .mediasection {
        height: auto !important;
    }

    .contactmap {
        width: 345px;
    }

    .prod {
        padding-top: 75px;
    }

    .overlaycontainer {
        top: 4vh;
    }

    .overlaycontent {
        font-size: 13px;
        line-height: 20px;
    }

    .mvQuoteText {
        margin-top: 66px !important;
    }

    blockquote {
        padding: 0 !important;
    }

    blockquote:before {
        font-size: 10em !important;
        top: -18px !important;
    }

    blockquote:after {
        font-size: 10em !important;
        line-height: 1 !important;
        right: -29px !important;
        top: 63px !important;
        bottom: -91px !important;
    }
    .w {
        font-size: 75px !important;
        line-height: 60px !important;
        padding-top: 4px !important;
        position: relative !important;
        top: 19px !important;
        padding-right: 9px !important;
        padding-left: 13px !important;
    }

    .wtext {
        font-size: 17px !important;
        position: relative !important;
        top: 56px !important;
        line-height: 0 !important;
        margin-left: 0 !important;
        left: -18px !important;
    }
    .phoneContact {
        margin-left: 20px !important;
    }
    .contactnumber {
        font-size: 13px;
    }
    .product-slider {
        background-color: rgb(70, 63, 63, 0.5);
    }
    .newsevent {
        padding: 12px 0;
        margin: 6px 0;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    #footer_topgap {
        display: none;
    }
}
@media (max-width: 600px) {
    .product-slider {
        background-color: rgb(70, 63, 63, 0.5);
    }

    #marginBorderRnD {
        margin-top: 5px !important;
    }

    blockquote {
        padding: 0.5em 2em 0.5em 3em !important;
    }

    blockquote:before {
        left: 0 !important;
    }

    blockquote:after {
        right: 0 !important;
    }

    .mvQuoteText {
        margin-top: 80px !important;
    }

    .logo,
    .imagelogo {
        width: 25%;
    }
    #navtoggle {
        left: 64%;
    }

    .contactphone {
        margin-left: 0;
    }

    .contacttextimgtitle {
        padding-left: 0;
        font-size: 21px;
    }

    .contactheader {
        font-size: 35px;
    }

    .contactformheader {
        font-size: 27px;
    }

    .myslidescontent {
        font-size: 13px;
    }

    /*------------------------------Footer-----------------------*/
    .qbdfooterimage {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .qbdfootertext {
        font-size: 18px;
        text-align: center;
    }

    .topmargin {
        margin-top: 30px;
    }

    .manage {
        left: 0;
    }

    .qbdfooterinput {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .qbdfootersubmit {
        right: 85px;
        top: 39px;
    }

    .qbdfootersocial {
        margin-bottom: 35px;
    }

    .qbdfooterbottomtext {
        text-align: center;
    }

    .text {
        top: 130px;
    }

    .alignCenterSlider {
        height: auto !important;
    }

    #researchBox {
        height: auto !important;
    }

    .storymaintitle {
        font-size: 20px;
        text-align: center;
    }

    .aboutimg {
        display: none;
    }

    .imgcenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .removepadding {
        text-align: center;
        padding-right: 15px;
    }

    .researchtitle {
        text-align: center;
    }

    .storycontent {
        text-align: left;
    }

    .researchbutton {
        margin-bottom: 35px;
        margin-left: auto;
        display: block;
    }

    .productcenter {
        display: flex;
        justify-content: center;
    }

    .imgoverlay {
        width: 94.5%;
    }

    .newsevent {
        /* display: none; */
    }
    /* 
    .mediasection {
        height: aut !important;
    } */

    .mediasectionimagetext {
        top: 160px !important;
        left: 27px !important;
        width: 485px !important;
    }

    .span1 {
        font-size: 18px !important;
        margin: 15px auto 10px auto !important;
    }

    .contactmap {
        width: 510px;
        height: 350px;
    }

    .productdropdown {
        display: block;
        /* background-color: #E74E18; */
        margin: 30px auto;
    }

    .dropbtn {
        background-color: #1b1b7c;
        color: white;
        padding: 10px;
        float: right;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .tabcontent p,
    .underline {
        display: none;
    }

    .productdropdown p {
        display: block;
        font-size: 16px;
        font-weight: 900;
        padding-left: 30px;
        line-height: 56px;
        margin-bottom: 0;
        color: white;
    }

    .productsectionlist {
        display: none;
    }

    /* .overlayname,
    .overlaydesignation {
        text-align: center;
    } */
    .overlayimg {
        position: relative;
        width: 100%;
        float: unset;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .overlaycontent {
        position: relative;
        /* top: 260px; */
    }

    #overlay1,
    #overlay3,
    #overlay4,
    #overlay2 {
        overflow-y: scroll;
    }

    .overlaycontainer {
        top: 12vh;
    }

    .cardaligntext {
        display: flex;
        justify-content: center;
    }
    .imageDisplayFull {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 52% !important;
        position: relative;
        /* top: -80px; */
    }
    .contactnumber {
        font-size: 16px !important;
    }
    .contactbackground {
        padding-left: 25px;
    }
}

@media (max-width: 480px) {
    .logo,
    .imagelogo {
        width: 31%;
    }

    #navtoggle {
        left: 55%;
    }

    .myslidestitle {
        font-size: 18px;
        line-height: 7px;
    }

    .myslidescontent {
        font-size: 12px;
    }

    .myslideshr {
        margin-bottom: 5px;
        margin-top: -5px;
    }

    .text {
        top: 122px;
    }

    .imgoverlay {
        width: 94%;
    }

    .mediasectionimagetext {
        top: 125px !important;
        left: 24px !important;
        width: 428px !important;
    }

    .span1 {
        font-size: 14px !important;
        margin: 15px auto 10px auto !important;
    }

    .contactmap {
        width: 448px;
    }

    .dropdowncontent {
        right: 15px;
        bottom: -66.1%;
    }

    .video-container-border {
        margin-top: 0 !important;
    }
    .innerproductimagesection h2 {
        font-size: 36px;
    }
    .imageWrapper {
        width: 98% !important;
    }
    /* .overlaycontent {
        top: 225px;
    }
    .imageDisplayFull {
        top: -60px;
    } */
}

@media (max-width: 414px) {
    .logo,
    .imagelogo {
        width: 36%;
    }

    #navtoggle {
        left: 48%;
    }

    .overlay1 a {
        font-size: 22px;
    }

    .contacttitletext {
        font-size: 45px;
        line-height: 120px;
    }

    .contactformheader {
        font-size: 25px;
    }

    .contactheader {
        font-size: 30px;
    }

    .qbdfootertext {
        font-size: 15px;
    }

    .qbdfooterbottomtext {
        font-size: 9px;
    }

    .qbdfootersubmit {
        right: 70px;
    }

    .text {
        top: 133px;
    }

    .mvQuoteText {
        margin-top: 70px !important;
    }

    .researchsource {
        text-align: center;
    }

    .brandscontent {
        padding-left: 0;
        text-align: center;
    }

    .imgoverlay {
        width: 93%;
    }

    .mediasectionimagetext {
        top: 5px !important;
        left: 24px !important;
        width: 360px !important;
    }

    /* .mediasection {
        height: 215px !important;
    } */

    .contactmap {
        width: 384px;
    }

    .overlayname {
        font-size: 23px;
    }

    .icon1 {
        top: 111px !important;
    }
    .innerproductimagesection h2 {
        font-size: 30px;
    }
    .imageWrapper {
        width: unset !important;
    }
    .imageDisplayFull {
        width: 65% !important;
        /* top: -88px; */
    }
    .moveRight {
        margin-left: 30px;
    }
}

@media (max-width: 393px) {
    .text {
        top: 108px;
    }

    .imgoverlay {
        width: 92.5%;
    }

    .myslidestitle {
        font-size: 16px;
        line-height: 0px;
    }

    .myslidescontent {
        font-size: 11px;
    }

    .mediasectionimagetext {
        width: 343px !important;
        font-size: 18px !important;
        top: 95px !important;
    }
    .span1 {
        font-size: 12px !important;
        margin: 5px auto 5px auto !important;
    }

    .contactmap {
        width: 360px;
    }

    .backbtn {
        top: 9px;
    }
    .imageDisplayFull {
        width: 65% !important;
        /* top: -78px; */
    }
    .product-slider {
        background-color: rgb(70, 63, 63, 0.5);
        height: 190px;
    }
}

@media (max-width: 375px) {
    .contactformheader {
        font-size: 20px;
        margin-bottom: 0;
    }

    .qbdfooterbottomtext {
        font-size: 9px;
    }

    .qbdfootersubmit {
        right: 65px;
    }

    .myslidestitle {
        font-size: 16px;
        line-height: 5px;
    }

    .story {
        margin-top: 0px;
    }

    .researchtitle {
        font-size: 21px;
    }

    .brandslink {
        margin-top: -40px;
    }

    .imgoverlay {
        width: 92%;
    }

    .mediasectionimagetext {
        top: 5px !important;
        left: 24px !important;
        width: 322px !important;
    }

    .span1 {
        font-size: 11px !important;
        margin: 1px auto 5px auto !important;
    }
    /* 
    .mediasection {
        height: 196px !important;
    } */

    .contactmap {
        width: 344px;
    }

    /* .overlayimg {
        top: -210%;
    }
    .overlaycontent {
        top: 43%;
    } */
    .overlayname {
        font-size: 19px;
    }

    .overlaydesignation {
        font-size: 17px;
    }
    /* .overlaycontent {
        top: 210px;
    } */

    .product-slider {
        background-color: rgb(70, 63, 63, 0.5);
        height: 200px;
    }
}

@media (max-width: 360px) {
    .logo,
    .imagelogo {
        width: 45%;
    }
    #navtoggle {
        left: 35%;
    }

    .text {
        top: 100px;
    }

    .myslidestitle {
        font-size: 15px;
        line-height: 0;
    }

    .myslidescontent {
        font-size: 10px;
    }

    .mediasectionimagetext {
        left: 20px !important;
        width: 319px !important;
        top: 75px !important;
    }

    /* .mediasection {
        height: 187px !important;
    } */

    .contactmap {
        width: 330px;
    }

    #marginQuote {
        margin-top: 22px !important;
    }
    /* .overlaycontent {
        top: 200px;
    } */
}

@media (max-width: 320px) {
    .myslidescontent {
        font-size: 9px;
    }

    .mvQuoteText {
        margin-top: 55px !important;
    }

    .contacttitletext {
        font-size: 34px;
        line-height: 110px;
    }

    .contacttextimgtitle {
        font-size: 18px;
    }

    .contacttextimgcontent {
        font-size: 14px;
    }

    .contactheader {
        font-size: 25px;
    }

    .contactformheader {
        font-size: 18px;
    }

    .qbdfootertext {
        font-size: 13px;
    }

    .qbdfooterbottomtext {
        font-size: 7px;
    }

    .text {
        top: 111px;
    }

    .mediasectionimagetext {
        left: 20px !important;
        width: 279px !important;
        font-size: 16px !important;
        top: 65px !important;
    }

    .mediasection {
        font-size: 16px !important;
    }

    .mediasectionimagetext p {
        font-size: 9px !important;
    }

    .imgoverlay {
        width: 91%;
    }
    /* 
    .mediasection {
        height: 168px !important;
    } */

    .contactmap {
        width: 290px;
    }

    .overlay1 a {
        font-size: 19px;
    }

    .backbtn {
        top: 14px;
    }

    .overlayname {
        font-size: 18px;
    }

    .dropdowncontent {
        bottom: -62.5%;
    }
    .innerproductimagesection h2 {
        font-size: 25px;
    }
    /* .imageDisplayFull {
        top: -100px;
    }
    .overlaycontent {
        top: 175px;
    } */
    .product-slider {
        background-color: rgb(70, 63, 63, 0.5);
        font-size: small;
        height: 150px;
    }
}

.icon {
    position: relative;
    padding-top: 5px;
    right: 20px;
    font-size: inherit;
    float: right;
}

.video_thumb {
    border: 2px dashed #ec6726 !important;
    padding: 10px;
    width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.articleSlider{*/
/*background-color: #1B1B7C;*/
/*}*/

#marginQuote {
    margin-top: 30px;
}

.video-container-border1 {
    border: 2px dashed #ec6726 !important;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.aboutbody table td,
.aboutbody table th {
    padding: 5px;
    border-color: #e74e18;
}

.aboutbody table {
    border-color: #e74e18;
}
.galleryImage img {
    height: 185px;
    object-fit: cover;
}
