/*! HTML5 Boilerplate v6.0.1 | MIT License | https: //html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling. * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and team. */
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */

.loader_img {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999999;
}
.loader_img img {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    border-radius: 50px;
}
.slick-prev {
    right: -150px;
    top: 90%;
    left: auto;
}
.slick-next {
    top: 90%;
    right: -100px;
    left: auto;
}
.slick-prev:before {
    color: #ffc600;
    font-size: 20px;
    content: '\f178';
    font-family: fontawesome;
}
.slick-next:before {
    color: #ffc600;
    font-size: 20px;
    
    content: '\f177';
    font-family: fontawesome;
}
.slick-prev:hover , .slick-next:hover , .slick-prev:focus , .slick-next:focus {
    background-color: #ffc600;
}
.slick-prev:hover:before , .slick-next:hover:before , .slick-prev:focus:before , .slick-next:focus:before {
    color: #f9f9f9;
}
 {
    background-color: #ffc600;
}

div#back-btn {
    position: absolute;
    top: -65px;
    width: 100%;
    left: 39px;
    z-index: 9999999;
}
div#back-btn img {
    display: inline;
}
div#back-btn a {
    font-weight: 600;
    color: #ffc600;
    font-size: 12px;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
}
 .product-page-bg {
    background-image: url(../img/product-list.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .product-selector-bg {
    background-image: url(../img/product-selector.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .customize-container-bg {
    background-image: url(../img/customize-container.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .heading.filter-heading ul {
    margin-top: 50px;
    border: none;
}
 .heading.filter-heading ul li {
    /* position: absolute;
    */
 /* bottom: -22px;
    */
 /* right: -80px;
    */
 /* transform: skew(-7deg);
    */
 background-color: #eccb4a;
    /* background-image: url(../img/label.png);
    */
 background-size: 100% 100%;
    height: auto;
    display: block;
    /* background-repeat: no-repeat;
    */
 padding: 10px 40px;
    margin-right: 20px;
    margin-bottom: 20px;
}
 .heading.filter-heading ul li a ,.heading.filter-heading ul li a:hover , .heading.filter-heading ul li a:focus {
    font-size: 20px;
    color: #0b104c;
    /* margin: 24px 40px 0 40px;
    */
 font-weight: 700;
    border-radius: 0;
    /* transform: skew(8deg);
    */
 display: inline-block;
    /* background-image: url(../img/label.png);
    */
 background-color: transparent;
    border: none;
}
 html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
/* * Remove text-shadow in selection highlight: * https: //twitter.com/miketaylr/status/12228805301 * * Vendor-prefixed and regular:: selection selectors cannot be combined: * https: //stackoverflow.com/a/16982510/7133471 * * Customize the background color to match your design. */
:: -moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
:: selection {
    background: #b3d4fc;
    text-shadow: none;
}
/* * A better looking default horizontal rule */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/* * Remove the gap between audio, canvas, iframes, * images, videos and the bottom of their containers: * https: //github.com/h5bp/html5-boilerplate/issues/440 */
 audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
/* * Remove default fieldset styles. */
 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/* * Allow only vertical resizing of textareas. */
 textarea {
    resize: vertical;
}
/* ========================================================================== Browser Upgrade Prompt ========================================================================== */
 .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ========================================================================== Author's custom styles ========================================================================== */
/* ========================================================================== Helper classes ========================================================================== */
/* * Hide visually and from screen readers */
 .hidden {
    display: none !important;
}
/* * Hide only visually, but have it available for screen readers: * https: //snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1. For long content, line feeds are not interpreted as spaces and small width * causes content to wrap 1 word per line: * https: //medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}
/* * Extends the .visuallyhidden class to allow the element * to be focusable when navigated to via the keyboard: * https: //www.drupal.org/node/897638 */
 .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}
/* * Hide visually and from screen readers, but maintain layout */
 .invisible {
    visibility: hidden;
}
/* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */
 .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
 display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
.track-modal .modal-dialog .modal-content .modal-body .slider-custom .item {
    opacity: 1;
    transition-property: opacity;
}
.track-modal .modal-dialog .modal-content .modal-body .slider-custom .item.active {
    opacity: 1;
}
/* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */
 @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
 }
 @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
 }
/* ========================================================================== Print styles. Inlined to avoid the additional HTTP request: http: //www.phpied.com/delay-loading-your-print-css/ ========================================================================== */
 @media print {
    *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http: //www.sanbeiji.com/archives/953 */
 box-shadow: none !important;
    text-shadow: none !important;
}
 a, a:visited {
    text-decoration: underline;
}
 a[href]:after {
    content: " (" attr(href) ")";
}
 abbr[title]:after {
    content: " (" attr(title) ")";
}
 /* * Don't show links that are fragment identifiers, * or use the `javascript: ` pseudo protocol */
 a[href^="#"]:after, a[href^="javascript: "]:after {
    content: "";
}
 pre {
    white-space: pre-wrap !important;
}
 pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
 /* * Printing Tables: * http: //css-discuss.incutio.com/wiki/Printing_Tables */
 thead {
    display: table-header-group;
}
 tr, img {
    page-break-inside: avoid;
}
 p, h2, h3 {
    orphans: 3;
    widows: 3;
}
 h2, h3 {
    page-break-after: avoid;
}
 }
 /* Body Css */
 @font-face {
    font-family: "Frutiger";
    src: url("");
    src: url("#iefix") format("embedded-opentype"), url("../fonts/frutiger-lt-arabic-55-roman-1.woff") format("woff"), url("../fonts/frutiger-lt-arabic-55-roman-1.ttf") format("truetype"), url("#Frutiger") format("svg");
    font-weight: normal;
    font-style: normal;
}
 body {
    font-family: "Frutiger", sans-serif !important;
    overflow-x: hidden;
    position: relative;
}
 .container-fluid {
    max-width: 1760px;
}
 .no-padding {
    padding: 0;
}
 h1,h2,h3,h4,h5,h6 {
    font-family: "Frutiger", sans-serif;
}
 p {
    font-family: "Frutiger", sans-serif;
}
 a {
    font-family: "Frutiger", sans-serif;
}
 button {
    font-family: "Frutiger", sans-serif;
}
 label {
    font-family: "Frutiger", sans-serif;
}
 input {
    font-family: "Frutiger", sans-serif;
}
 textarea {
    font-family: "Frutiger", sans-serif;
}
 .wrapper-custom {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
 a:hover {
    text-decoration: none;
}
 a:focus {
    text-decoration: none;
    outline: none;
}
 /* Body Css */
 .product-list-main .container-fluid {
    max-width: 1660px;
}
.Magic360 > img {
height: 290px !important;
width: 290px !important;
max-width: 100% !important;
position: relative;
max-height: 290px !important;
}
 /* Extra classes */
 .active-v {
    color: white !important;
}
 /* Extra classes */
 /* Animation Banner Smoke Css */
#animation_box canvas {
    width: 100%;
    height: 100%;
    /* height: 800px; */
    position: absolute;
    /* z-index: 0; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    }
 #animation_box #noise_overlay {
    background-color: #00000038;
    height: 100%;
    width: 100%;
    /* position: absolute;
    */
 z-index: 1;
}
 #animation_box #color_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    transition: all .8s;
    -webkit-transition: all .8s;
}
 /* Animation Banner Smoke Css */

.row.arabic_head {
    display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
    direction: rtl;
}
.header-section .header-components ul {
    direction: rtl;
    display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;
}

 /* customize-container Css */
 .customize-container .rotate-img-div {
    min-height: 550px;
    position: relative;
}
 .customize-container .rotate-img-div .pos-div {
    position: absolute;
    bottom: 0;
}
 .customize-container .rotate-img-div .pos-div a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #ffc600;
    margin-top: 0;
}
 .customize-container .rotate-img-div a img {
    margin: 0 auto;
    margin-bottom: 8px;
}
 .customize-container .rotate-img-div a:hover {
    text-decoration: none;
}
 .customize-container .rotate-img-div a:focus {
}
 .customize-container .customize-div-option {
    min-height: 975px;
    background-color: rgba(152, 159, 209, 0.2);
    height: 1030px;
    padding: 50px 0;
    border-left: 1px solid #8e96b9;
}
 .customize-container .customize-div-option .panel-body {
    padding: 0 0;
}
 .customize-container .customize-div-option .panel-body .tab-content {
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane {
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading {
    margin: 40px 0;
    padding-right: 40px;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading h3 {
    font-size: 28px;
    color: #fac407;
    margin-bottom: 20px;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main {
    max-height: 555px;
    height: 555px;
    overflow-y: auto;
    direction: rtl;
}
 .options-main:: -webkit-scrollbar {
    width: 12px;
}
 .options-main:: -webkit-scrollbar-track {
}
 .options-main:: -webkit-scrollbar-thumb {
    background-color: #989fd170;
    outline: 1px solid slategrey;
    border-radius: 10px;
}
/* .options:: -webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.options:: -webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
.options:: -webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #6b7bb4;
}
 */
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul {
    padding-left: 0;
    padding-right: 0;
}
 .customize-container .contaciner-custom-img-div {
}
 .customize-container .contaciner-custom-img-div img {
    margin: 100px auto 0;
}
 .customize-container .req-modal {
    text-align: center;
    margin: 75px 0;
}
 #rotate-modal .modal-dialog {
    width: 700px;
    margin: 60px auto;
}
 .track-modal .Magic360-container {
    transform: none;
}
 .customize-container .req-modal a {
    background-color: rgb(255, 198, 0);
    border-radius: 50px;
    color: #0b104c;
    padding: 10px 43px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    /*letter-spacing: 2px*/;
}
 .customize-container .req-modal a:hover {
    text-decoration: none;
}
 .customize-container .req-modal a:focus {
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li {
    list-style: none;
    display: block;
    margin-bottom: 0px;
    padding: 19px 40px;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.3803921568627451);
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li img {
    padding: 0;
    max-width: 100px;
    height: auto;
    display: inline-block;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.colors img {
        padding-right: 0;
    width: 60px;
    height: auto;
    display: inline-block;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li span {
    font-size: 18px;
    color: #a6b2ff;
    line-height: 1.4;
    display: inline-block;
    word-break: break-all;
    margin-right: 15px;
    vertical-align: middle;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active {
    list-style: none;
    display: block;
    background-color: rgba(255, 255, 255, 0.1411764705882353);
    margin-bottom: 0px;
    padding: 19px 40px;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active img {
    
    /*padding: 0;
    */
 /* max-width: 70px;
    */
 height: auto;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active span {
    color: #a6b2ff;
}
 .customize-container .customize-div-option .logo-divs {
}
 .customize-container .customize-div-option .logo-divs img {
    margin: 0 auto;
    width: 20%;
}
 .customize-container ul.nav.nav-pills.nav-stacked {
    padding-right: 0px;
    box-sizing: border-box;
    margin-top: 200px;
    margin-right: 0px;
}
 .customize-container ul.nav.nav-pills.nav-stacked li.active {
    position: relative;
}
 .customize-container ul.nav.nav-pills.nav-stacked li.active:before {
        content: '';
    width: 52%;
    border-bottom: solid 1px #ffc600;
    position: absolute;
    right: -15px;
    top: 58%;
    z-index: 1;
}
 .customize-container ul.nav.nav-pills.nav-stacked li.active span {
    display: block;
    color: white;
    font-size: 20px;
    position: absolute;
    right: 197px;
    top: 5px;
}
 .customize-container ul.nav.nav-pills.nav-stacked li.active a {
    background-color: transparent;
    color: white;
    font-weight: 800;
}
 .customize-container ul.nav.nav-pills.nav-stacked li.active a:hover {
}
 .customize-container ul.nav.nav-pills.nav-stacked li.active a:focus {
}
 .customize-container ul.nav.nav-pills.nav-stacked li {
}
 .customize-container ul.nav.nav-pills.nav-stacked li span {
    display: none;
}
 .customize-container ul.nav.nav-pills.nav-stacked li a {
    transition: all 1s;
    color: #a6b2ff;
    font-size: 24px;
    text-transform: uppercase;
    cursor: pointer;
    /*letter-spacing: 2px;*/
    font-weight: 400;
    padding: 15px 275px 10px 0;
}
 .customize-container ul.nav.nav-pills.nav-stacked li a:hover {
    background-color: transparent;
    color: white;
}
 .customize-container ul.nav.nav-pills.nav-stacked li a:focus {
}
 .customize-container {
    background-image: url(../img/customize-bg.png);
    background-position: center;
    background-size: cover;
    height: 1030px;
    background-repeat: no-repeat;
    direction: rtl;
}
 .customize-container .custom-container-div-content {
    max-width: 1300px;
    padding: 82px 175px 82px 0px;
    margin-left: 0px;
}
 .customize-container .custom-container-div-content h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 500;
}
 .customize-container .custom-container-div-content h1 {
        font-size: 64px;
    color: white;
    text-transform: uppercase;
    margin-left:0px;
    position: relative;
    margin-top: 8px;
    font-weight: 800;
    margin-right: 34px;
}
 .customize-container .custom-container-div-content h1 span.line-span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffc600;
    position: relative;
    margin-right: 14px;
}
 .customize-container .custom-container-div-content h1 span.content {
        font-size: 18px;
    /* position: absolute; */
    line-height: 24px;
    top: 50px;
    font-weight: 300;
    color: #a6b2ff;
    width: 230px;
    left: -10px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
}
.customize-container .custom-container-div-content h1 span.content br{display: none;}
 /* customize-container Css */
 /* Contact Us Page Css */
 .contact-us-page-bg {
    background-image: url(../img/contact-us-bg.png);
    background-size: cover;
}
 .contact-us-page {
    background-image: url(../img/contact-us-btm2.jpg);
    height: 830px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    box-sizing: border-box;
    padding: 100px 0;
}

 .contact-us-page .form-div {
    width: 615px;
    direction: rtl;
}
 .contact-us-page .form-div input {
    height: 50px;
    margin-bottom: 18px;
}
 .contact-us-page .form-div button {
    background-color: #ffc600;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 10px 40px;
    margin-top: 0;
    outline: none;
}
 .contact-us-page .form-div textarea {
    height: 125px;
    margin-bottom: 20px;
     resize: none;
}
 .contact-us-page .contact-ino {
    box-sizing: border-box;
    padding-left: 150px;
}
 .contact-us-page .contact-ino .box {
    padding-left: 22px;
    box-sizing: border-box;
}
 .contact-us-page .form-div .form-control {
    direction: rtl;
}
 .g-recaptcha {
    direction: rtl;
}
 .contact-us-page .contact-ino p {
    margin-bottom: 30px;
    display: block;
    color: #a6b2ff;
    font-size: 23px;
    line-height: 34px;
}
 .contact-us-page .contact-ino p ul {
}
 .contact-us-page .contact-ino p ul li {
}
 .contact-us-page .contact-ino p ul li a {
}
 .contact-us-page .contact-ino p ul li a:hover {
}
 .contact-us-page .contact-ino p ul li a:focus {
}
 .contact-us-page .contact-ino p i {
    float: left;
    margin-bottom: 0px;
    margin-right: 24px;
    color: #4851b7;
    font-size: 22px;
    margin-top: 6px;
    width: 22px;
}
.contact-us-page .contact-ino p i.fa-fax {
    background: url(../img/fax_icon.png) no-repeat center center / cover;
    width: 22px;
    height: 22px;
}
.contact-us-page .contact-ino p i.fa-fax::before {
    content: "";
}
 .contact-us-page .contact-ino p a {
    display: block;
    color: #a6b2ff;
    font-size: 23px;
    line-height: 34px;
    font-weight: 200;
}
.contact-us-page .contact-ino p span{
        display: block;
    overflow: hidden;
}
 .contact-us-page .contact-ino p a.mg-ls {
    margin-left: 45px;
}
 .contact-us-page .contact-ino p a:hover {
    text-decoration: none;
}
 .contact-us-page .contact-ino p a:focus {
}
 .contact-us-page .heading {
    box-sizing: border-box;
    padding-right: 150px;
    margin-bottom: 100px;
}
 .contact-us-page .heading h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: normal;
    text-align: right;
}
 .contact-us-page .heading h2 {
    font-size: 64px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 36px;
    position: relative;
    margin-top: 8px;
    text-align: right;
}
 /* Contact Us Page Css */
 /* About - Us Page Css */
 .about-us-home {
    background-image: url(../img/bg2-ar.jpg);
    position: relative;
    min-height: 980px;
    width: 100%;
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    direction: rtl;
}
 .about-us-page-content {
    background-image: url(../img/about-us-btm-ar.png);
    /*min-height: 914px;
    */
background-repeat: no-repeat;
    background-position: center left;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 150px 0 90px;
    position: relative;
    direction: rtl;
}
 .about-us-page-content .img-div {
    float: left;
}
 .about-us-page-content {
    background-image: url(http: //demo.branex.ae/projects/fasttruck-dev/public/FrontEndAssets/img/about-us-btm2.png);
}
 .about-us-page-content .img-div img {
    width: 700px;
    height: 645px;
}
 .about-us-page-content .about-us-home-content {
        padding-right: 50px;
    max-width: 950px;
    margin: 0 auto;
}
 .about-us-page-content .about-us-home-content .about-content-btm {
    max-width: 450px;
    margin: 90px auto;
    padding: 0 0px 0 70px;
}
 .about-us-page-content .about-us-home-content .about-content-btm p {
    color: white;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 300;
}
 .about-us-page-content .about-us-home-content h1 span.line-span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffc600;
    position: static;
    margin-right: 5px;
    /* position: absolute;
    */
 /* left: 0;
    */
 /* bottom: -20px;
    */
 right: 415px;
    top: -17px;
}
 .about-us-page-content .about-us-home-content h1 span.content {
    font-size: 18px;
    position: static;
    text-transform: capitalize;
    line-height: 24px;
    top: 40px;
    font-weight: 300;
    color: #a6b2ff;
    left: -194px;
    display: inline-block;
    margin-right: 15px;
    max-width: 220px;
    vertical-align: text-top;
    margin-top: 34px;
}
 .about-us-page-content .about-us-home-content h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 500;
}
 .about-us-page-content .about-us-home-content h1 {
    font-size: 64px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 36px;
    margin-left: 0;
    position: relative;
    margin-top: 8px;
    display: block;
    width: 100%;
}
 .about-us-page-content .container-fluid {
    max-width: inherit;
    margin: 0;
    padding: 0 0;
}
 .about-us-page-bg {
    background-image: url(../img/about-us-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .general-class-subheader {
    position: relative;
    height: 800px;
    width: 100%;
    z-index: 9999;
}
 .general-class-subheader .banner-heading {
    position: relative;
    /* display: table;
    */
 margin-top: 150px !important;
}
 .general-class-subheader .hambur-menu ul.menu {
    position: fixed;
    top: 42%;
}
 .general-class-subheader .social-media-icons {
    position: absolute;
    left: 50px;
    /* bottom: 50%;
    */
 top: 30% !important;
}
.general-class-subheader:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 800px;*/
    /*opacity: 0.4;*/
    /*z-index: 999999999;
    */
}
 /* About - Us Page Css */
 /* Header Css */
 .header-section {
    position: relative;
    height: 800px;
}
 div#scroll {
    position: absolute;
    bottom: 0;
    right: 111px;
    z-index: 999999;
}
/*.header-section .home-header-bg {
    position: relative;
    background-image: url(../img/fasttruck-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 9999;
}
*/
 .header-section .home-header-bg {
    position: relative;
    height: 800px;
    width: 100%;
}
 .header-section .home-header-bg:before {
    content: "";
    background-image: url(../img/about-us-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    opacity: 0.4;
}
.header-section .logo-div {
    margin-top: 30px;
}
.header-section .logo-div a {
    display: inline-block;
    width: 140px;
}
.header-section .logo-div a img {
    /*max-width: 100%;*/
    float: right;
}
.header-section .header-components {
    margin-top: 30px;
    float: left;
}
.header-section .header-components ul {
}
.header-section .header-components ul li.version-comp {
}
.header-section .header-components ul li.version-comp a {
    display: inline-block;
    font-size: 14px;
    color: #a6b2ff;
    font-weight: 400;
}
.header-section .header-components ul li.version-comp a:hover {
    text-decoration: none;
    background-color: transparent;
    color: white;
}
.header-section .header-components ul li.version-comp a:focus {
}
.header-section .header-components ul li.version-comp span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #ffc600;
    position: relative;
    top: -5px;
}
.header-section .header-components ul li {
    margin: 0 14px;
}
.header-section .header-components ul li.search-comp {
    /*clear: both;
    */
}
.header-section .header-components ul li.modal-comp {
}
.header-section .header-components ul li.modal-comp a {
    background-color: rgba(166, 178, 255, 0.25882352941176473);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7607843137254902);
    padding: 10px 34px;
    font-size: 16px;
}
.header-section .header-components ul li.modal-comp a:hover {
}
.header-section .header-components ul li.modal-comp a:focus {
}
/* .header-section .header-components ul li.search-comp form {
    transition: all 0.15s;
}
.header-section .header-components ul li.search-comp form.explode {
    transform: scale(1.4);
    opacity: 0;
}
.header-section .header-components ul li.search-comp form {
    width: 34px;
    height: 36px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-top: 6px;
}
.header-section .header-components ul li.search-comp input[type="submit"] {
    display: none !important;
}
.header-section .header-components ul li.search-comp input {
    width: 84%;
}
.header-section .header-components ul li.search-comp input {
    background: none;
    border: 2px solid #a6b2ff87;
    border-radius: 26px;
    box-sizing: border-box;
    padding: 0px 12px 0px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    position: relative;
    cursor: pointer;
    padding-bottom: 4px;
}
.header-section .header-components ul li.search-comp input:focus {
    outline: none;
}
.header-section .header-components ul li.search-comp .after {
    width: 36px;
    height: 27px;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 1;
}
.header-section .header-components ul li.search-comp form.open .after {
    cursor: pointer;
    transition: 0.5s all;
}
.header-section .header-components ul li.search-comp form.open input {
    padding: 4px 12px;
    transition: 0.5s all;
}
.header-section .header-components ul li.search-comp .after:before,.header-section .header-components ul li.search-comp .after:after {
    content: "";
    width: 13px;
    height: 2px;
    background-color: #a6b2ff87;
    border-radius: 3px;
    position: absolute;
    transform-origin: 100% 100%;
}
.header-section .header-components ul li.search-comp .after:after {
    bottom: -3px;
    right: 0px;
    transform: rotate(45deg);
}
.header-section .header-components ul li.search-comp .after:before {
    top: -3px;
    right: -3px;
    transform: rotate(-45deg);
    opacity: 0;
}
.header-section .header-components ul li.search-comp form,.header-section .header-components ul li.search-comp form .after,.header-section .header-components ul li.search-comp form .after:before,.header-section .header-components ul li.search-comp form .after:after {
    animation-duration: 1.1s;
    animation-fill-mode: forwards;
}
.header-section .header-components ul li.search-comp form.in {
    animation-name: expand;
}
.header-section .header-components ul li.search-comp form.in .after:before {
    animation-name:beforemagic;
}
.header-section .header-components ul li.search-comp form.in .after:after {
    animation-name:aftermagic;
}
.header-section .header-components ul li.search-comp form.close,.header-section .header-components ul li.search-comp form.close .after,.header-section .header-components ul li.search-comp form.close .after:before,.header-section .header-components ul li.search-comp form.close .after:after {
    animation-direction: reverse;
}
.header-section .header-components ul li.search-comp form.close {
    animation-name: expand;
}
.header-section .header-components ul li.search-comp form.close .after:before {
    animation-name:beforemagic;
}
.header-section .header-components ul li.search-comp form.close .after:after {
    animation-name:aftermagic;
}
 .header-section .header-components ul li.search-comp form.open {
    width: 250px;
    color: #fff;
}
.header-section .header-components ul li.search-comp form.open .after {
    z-index: 3;
    top: 0;
    transition: 0.5s all;
}
.header-section .header-components ul li.search-comp form.open .after:before {
    width: 22px;
    top: 6px;
    right: 11px;
    opacity: 1;
}
.header-section .header-components ul li.search-comp form.open .after:after {
    width: 22px;
    bottom: 4px;
    right: 11px;
}
@keyframes aftermagic {
    0% {
}
 10% {
    width: 24px;
    bottom: -10px;
    right: -10px;
}
 15% {
    opacity: 1;
}
 35% {
    width: 13px;
    bottom: -3px;
    right: -3px;
    opacity: 0;
}
 25% {
    opacity: 0;
}
 64% {
    opacity: 0;
}
 65% {
    opacity: 1;
    width: 13px;
    bottom: -2px;
    right: -3px;
}
 75% {
    width: 30px;
    bottom: 4px;
    right: 10px;
}
 90% {
    width: 20px;
    bottom: 10px;
    right: 15px;
}
 100% {
    width: 20px;
    bottom: 10px;
    right: 15px;
}
}
@keyframes beforemagic {
    0% {
}
 50% {
    opacity: 0;
}
 55% {
    opacity: 1;
    width: 13px;
    top: -4px;
    right: -3px;
}
 65% {
    width: 30px;
    top: 6px;
    right: 10px;
}
 80% {
    width: 20px;
    top: 9px;
    right: 13px;
}
 100% {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1;
}
}
@keyframes expand {
    0% {
    color: transparent;
}
 20% {
    width: 36px;
}
 45% {
    width: 250px;
}
 99% {
    color: transparent;
}
 100% {
    width: 250px;
    color: #fff;
}
 }
 */
 /* Naviagtion Css */
 .header-section .hambur-menu .menu-toggle .line {
    width: 50px;
    height: 3px;
    background-color: #ffc703;
    display: block;
    margin: 8px auto;
}
 .hambur-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .hambur-menu ul li {
    cursor: pointer;
    padding: 6px 20px;
    font-size: 32px;
    margin: 6px 0;
}
 .hambur-menu button {
    opacity: 1;
    background-color: transparent;
    position: relative;
    z-index: 99;
    top: 0;
    left: inherit;
    border: none;
    /* width: 36px;
    */
 /* height: 30px;
    */
 outline: none;
    transition: opacity 0.2s ease-out;
    /* right: 0;
    */
 }
 /* .hambur-menu button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    width: 100%;
    background: linear-gradient(to bottom, #98B296, #98B296 20%, transparent 20%, transparent 40%, #98B296 40%, #98B296 60%, transparent 60%, transparent 80%, #98B296 80%, #98B296 100%);
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
 */
 .hambur-menu button:after {
    opacity: 0;
    content: 'x';
    color: #ffc703;
    position: absolute;
    top: 16px;
    left: -4px;
    font-family: Arial, sans-serif;
    font-size: 75px;
    line-height: 0;
    transition: opacity 0.4s ease-out;
    font-weight: 200;
}
 .hambur-menu button:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
 .hambur-menu button:hover {
    opacity: 1;
}
 .opens-menu button span.line {
    opacity: 0;
}
 .opens-menu {
    overflow: hidden;
}
 .header-section .hambur-menu .menu-toggle .min-line {
    width: 33px;
    text-align: right;
    float: right;
    margin: 1px 0;
}
 .opens-menu button span.line:before {
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}
 .opens-menu button:before {
    opacity: 0;
    width: 0;
}
 .opens-menu button:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
    transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
}
 .hambur-menu nav {
    z-index: 2;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}
 .hambur-menu nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04), translateY(9999px);
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
}
 .opens-menu nav {
    top: 0;
    -webkit-transform: translateZ(0);
}
 .opens-menu nav:before {
    -webkit-animation: menu-animation 0.8s ease-out forwards;
    animation: menu-animation 1s ease-out forwards;
}
 .hambur-menu ul.menu {
    position: fixed;
    top: 50%;
    right: 10%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    color: white;
}
 .hambur-menu ul.menu li {
    opacity: 0;
    text-align: right;
    -webkit-transform: translate3d(0, 36px, 0);
    transform: translate3d(0, 36px, 0);
}
.hambur-menu ul.menu li.active a {
color: #fac407!important;
}
 /* .hambur-menu ul.menu li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    left: auto;
    background-color: transparent;
    height: 100%;
    width: 0;
    overflow: hidden;
    transition: width 1s ease-out;
}
 */
 /* .hambur-menu ul.menu li:after {
    opacity: 0;
    content: attr(data-text);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: goldenrod;
    overflow: hidden;
    -webkit-transform: translate(-24px, 6px);
    transform: translate(-24px, 6px);
    transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
 */
 .hambur-menu ul.menu li:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}
 .hambur-menu ul.menu li:hover:after {
    opacity: 1;
    padding: 0 20px;
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px);
    transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
    transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
}
 .opens-menu .hambur-menu ul.menu li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out;
    transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}
 .opens-menu .hambur-menu ul.menu li a {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 1s;
}
 .opens-menu .hambur-menu ul.menu li a:hover {
    text-decoration: none;
    color: #ffc703;
}
 .opens-menu .hambur-menu ul.menu li a:focus {
    outline: none;
    text-decoration: none;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(1) {
    transition-delay: 0.75s;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(2) {
    transition-delay: 0.85s;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(3) {
    transition-delay: 0.95s;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(4) {
    transition-delay: 1.05s;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(5) {
    transition-delay: 1.15s;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(6) {
    transition-delay: 1.25s;
}
 .opens-menu .hambur-menu ul.menu li:nth-child(7) {
    transition-delay: 1.35s;
}
 @-webkit-keyframes menu-animation {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
}
 40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    transition: ease-out;
}
 40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
}
 60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
}
 61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
}
 99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
}
 100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
}
 }
 @keyframes menu-animation {
    0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
}
 40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    transition: ease-out;
}
 40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
}
 60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
}
 61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04);
}
 99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
}
 100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
}
 }
 .header-section .banner-heading {
    position: relative;
    /* display: table;
    */
 margin-top: 132px;
    direction: rtl;
}
 .header-section .banner-heading .banner-content {
    max-width: 1000px;
}
 .header-section .banner-heading .banner-content h1 {
    font-size: 64px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0;
    position: relative;
    margin-top: 8px;
    text-align: right;
    margin-right: 36px;
    box-sizing: border-box;
    padding-left: 297px;
}
 .header-section .banner-heading .banner-content h1 span.line-span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffc600;
    position: relative;
    margin-left: 55px;
    float: left;
    margin-top: 50px;
}
 .header-section .banner-heading .banner-content h1 span.content {
    font-size: 18px;
    font-weight: 200;
    /* float: right;
    */
 position: absolute;
    text-transform: capitalize;
    line-height: 24px;
    top: 40px;
    font-weight: normal;
    left: 60px;
}
 .hide-heading {
    display: none;
}
 .header-section .banner-heading .banner-content h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: normal;
    text-align: right;
}
@media(min-width:1440px){
.header-section .banner-heading .banner-content.home_banner{max-width: 1100px;}
.header-section .banner-heading .banner-content.home_banner h1{font-size: 54px;padding-left: 170px;}
}
 .header-section .banner-heading .hambur-menu {
}
 .header-section .social-media-icons {
    position: absolute;
    left: 50px;
    /* bottom: 50%;
    */
 top: 36%;
}
 .header-section .social-media-icons ul {
    padding-left: 0;
}
 .header-section .social-media-icons ul li {
    list-style: none;
    margin: 50px 0;
}
 .header-section .social-media-icons ul li a {
    transition: 1s all;
}
 .header-section .social-media-icons ul li a:hover i {
    color: white;
}
 .header-section .social-media-icons ul li a:focus {
}
 .header-section .social-media-icons ul li a i {
    color: #9999ad;
    font-size: 22px;
}
 /* Navigation Ccss */
 .header-section .scroll-image {
    position: absolute;
    bottom: 0;
}
 .header-section .scroll-image a {
}
 .header-section .scroll-image a img {
}
 /* Header Css */
 /* Product Disscription detail css */
 .rotate-div .row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
}
 .rotate-div {
    padding: 100px 0;
    /* background-image: linear-gradient(to right top, #127eb9, #096aaa, #10569a, #1a4188, #222d75);
    */
 background-image: url(../img/bg.jpg);
    background-size: cover;
}
 .rotate-div .dg-bg {
    background-position: center center;
    transform: skew(-20deg);
    /*background-color: rgb(233, 235, 242);
    */
 background: rgb(233,237,244);
    /* Old browsers */
 background: -moz-linear-gradient(45deg, rgba(233,237,244,1) 0%, rgba(233,237,243,1) 21%, rgba(233,236,243,1) 53%, rgba(233,235,242,1) 100%);
    /* FF3.6-15 */
 background: -webkit-linear-gradient(45deg, rgba(233,237,244,1) 0%,rgba(233,237,243,1) 21%,rgba(233,236,243,1) 53%,rgba(233,235,242,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(45deg, rgba(233,237,244,1) 0%,rgba(233,237,243,1) 21%,rgba(233,236,243,1) 53%,rgba(233,235,242,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9edf4', endColorstr='#e9ebf2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
;
    padding: 0px 0 0 0;
    /* margin: 120px 148px;
    */
 box-sizing: border-box;
    margin-bottom: 0;
    width: 540px;
    /* height: 630px;
    */
 margin-left: 70px;
    /* margin-top: 120px;
    */
 }
 .Magic360-container {
    text-align: center !important;
    max-width: 100%;
    position: relative;
    z-index: 1;
    transform: skew(20deg);
    border: 0;
    margin-top: 0;
    max-width: 100% !important;
    height: 100%;
    width: auto !important;
    padding:80px 0 80px 0;
}
 div#m360-box-1051554892074 {
    width: auto;
    max-width: -webkit-fill-available;
}
 .rotate-div div#zoom-fig {
    text-align: center;
}
 .rotate-div .product-discr-detail {
    /* padding: 90px 0;
    */
 width: 72%;
    direction: rtl;
    margin: 0 auto;
}
 .rotate-div .product-discr-detail h2 {
    font-weight: 800;
    color: white;
    font-size: 55px;
}
 .rotate-div .product-discr-detail p {
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin: 36px 0;
}
 .rotate-div .product-discr-detail ul {
}
 .rotate-div .product-discr-detail ul li {
    font-size: 18px;
    color: white;
    font-weight: 300;
    text-decoration: none;
    list-style: none;
    margin-bottom: 12px;
    position: relative;
}
 .rotate-div .product-discr-detail ul li:before {
    position: absolute;
    width: 22px;
    content: "";
    border-bottom: 1px solid #ffc600;
    top: 10px;
    left: -39px;
}
 .rotate-div .product-discr-detail hr {
    border-top: 1px solid #6270ca;
    margin: 42px 0 20px 0;
}
 .rotate-div .product-discr-detail .same-heading {
    margin: 26px 0 30px 0;
}
 .rotate-div .product-discr-detail .same-heading h1 {
    font-size: 20px;
    color: white;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 6px;
}
 .rotate-div .product-discr-detail a.btn.btn-default {
    color: #0b104c;
    font-size: 15px;
    font-weight: 800;
    background-color: #ffc600;
    border: 0;
    border-radius: 25px;
    padding: 10px 36px;
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
}
 .rotate-div .product-discr-detail a.btn.btn-default:hover {
}
 .rotate-div .product-discr-detail a.btn.btn-default: anchor {
}
 /* Product Disscription detail css */
 /* Track ORder Css */
 .track-order-section .order-disc-div .table-status-div {
    background-color: #0d134c;
    padding: 40px 50px 1px 50px;
}
 .track-order-section .order-disc-div .table-status-div table {
}
 .track-order-section .order-disc-div .table-status-div table thead {
}
 .track-order-section .order-disc-div .table-status-div table thead tr {
}
 .track-order-section .order-disc-div .table-status-div table thead tr td b {
    color: white;
    font-size: 20px;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
}
 .track-order-section .order-disc-div .table-status-div table thead tr td {
    color: #a6b2ff;
    font-size: 18px;
    line-height: 46px;
    font-weight: 400;
    text-transform: uppercase;
}
 .track-order-section .order-disc-div .table-status-div table thead tr > th > b {
    color: white;
    font-size: 20px;
    line-height: 46px;
    font-weight: 800;
    text-transform: uppercase;
}
 .track-order-section .order-disc-div .table-status-div table tbody {
}
 .track-order-section .order-disc-div .table-status-div table tbody tr {
}
 .track-order-section .order-disc-div .table-status-div table tbody tr td b {
    color: white;
    font-size: 20px;
    line-height: 46px;
}
 .track-order-section .order-disc-div .table-status-div table tbody tr td {
    color: #a6b2ff;
    font-size: 18px;
    line-height: 46px;
    font-weight: 300;
}
.form-bootstrapWizard{
    overflow: hidden;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: #0d134c;
    padding: 60px 0 85px 0;
    display: flex;
    display: -webkit-flex;
     -webkit-flex-direction: row;
     flex-direction: row;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none }
 .track-order-section .order-disc-div .status-div .bootstrapWizard li: last-child {
    /*padding-right: 4%;
    */
 }
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(2) {
    text-align: center;
    padding-right: 0px;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(3) {
    text-align: center;
    padding-left: 0px;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(4) {
    text-align: left;
    padding-left: 75px;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(4) a {
    position: relative;
    left: -90px;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li {
    display: block;
    float: left;
    width: 25%;
    /*text-align: center;
    */
 padding-left: 0;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li:before {
    border-top: 3px solid #2d3d8b;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 14px;
    right: -17px;
    width: 100%;
    z-index: 1;
}
 .table>thead>tr>th:nth-child(1) {
    width: 1%;
}
.table>thead>tr>th {
    width: 25%;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:first-child {
    padding-right: 4%;
    text-align: right;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li:first-child:before {
    right: 0px;
    max-width: 100%;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(3):before {
    right: -18px;
    width: 700px;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li: last-child:before {
    max-width: 78%;
    width: 100%;
    right: 100px;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(2) .step {
    left: 13px;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E }
 .track-order-section .order-disc-div .status-div .bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px }
 .track-order-section .order-disc-div .status-div .bootstrapWizard li .step {
    background: #008aff;
    display: inline;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s;
    color: #fff;
    font-weight: 700;
    padding: 0px 5px;
    font-size: 8px;
    border-radius: 100%;
    border: 3px solid #fff;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step {
    background: #ffc600;
    color: #fff;
    font-weight: 700;
    padding: 0px 5px;
    font-size: 8px;
    border-radius: 100%;
    border: 3px solid #fff;
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #2B3D53 }
 .track-order-section .order-disc-div .status-div .bootstrapWizard li.active .title {
    color: #ffc600;
    font-size: 12px;
    background-color: #2d2a17;
    display: inline-block;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    /*letter-spacing: 2px;*/
}
 .track-order-section .order-disc-div .status-div .bootstrapWizard li .title {
    color: #a6b2ff;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 33px;
    word-wrap: break-word;
    z-index: 104;
    background-color: #202c72;
    display: inline-block;
    border-radius: 25px;
    padding: 4px 10px;
    right: -55px;
    font-weight: 600;
    /*letter-spacing: 2px;*/
}
 .track-order-section .order-disc-div .status-div .wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100% }
 .track-order-section .order-disc-div .status-div .wizard-actions li {
    display: inline }
 .track-order-section .order-disc-div .status-div .tab-content.transparent {
    background-color: transparent }
 /*End Wizard*/
 .track-order-section {
    background-image: radial-gradient(circle, #384891, #324184, #2c3978, #27326b, #212b5f);
    padding-top: 40px;
}
 .track-order-section .order-disc-div {
    margin-bottom: 30px;
    direction: rtl;
}
 .track-order-section .order-disc-div .status-div {
}
 .track-order-section .order-disc-div p {
    color: #8990c6;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 18px;
}
 .track-order-section .order-disc-div h1 {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
}
 /* Track ORder Css */
 /* Bread Crumb CSs */
 .bread-crumb {
    padding: 8px 0;
    position: relative;
    background-image: radial-gradient(circle, #141e91, #111c80, #0f1a6f, #0e175e, #0e144e);
}
 .bread-crumb .breadcrumb {
    background-color: transparent;
    margin: 0 0;
    text-align: right;
}
.bread-crumb .breadcrumb li{position: relative;}
.bread-crumb .breadcrumb li+li {
    margin-left: 10px;
    padding-left: 40px;
}
.bread-crumb .breadcrumb li+li::before{
          padding: 0 5px;
          content: "";
          width: 25px;
          height: 1px;
          background: #ffc600;
          position: absolute;
          left: 0;
          top: 50%;
        }
 .bread-crumb .breadcrumb li a {
    color: #8990c6;
    font-size: 12px;
    text-transform: uppercase;
}
 .bread-crumb .breadcrumb li.active {
    color: #ffc600;
}
 /*.bread-crumb .breadcrumb li.active::before {
    padding: 0 5px;
    color: #ffc600;
    content: "-";
}
*/
 .bread-crumb .breadcrumb li.active::before {
    display: none;
}
 .bread-crumb .breadcrumb li::before {
    content: "-";
}
 .bread-crumb .breadcrumb li a:hover {
}
 .bread-crumb .breadcrumb li a:focus {
}
 /* Bread Crumb CSs */
 /* About us Home Content Sec */
 .about-us-home .about-us-home-content {
    display: table-cell;
    vertical-align: middle;
    height: 980px;
    max-width: 1050px;
    padding-right: 100px;
}
 .about-us-home .about-us-home-content h1 {
    font-size: 64px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 36px;
    position: relative;
    margin-top: 8px;
    text-align: right;
    font-weight: 800;
}
 .about-us-home .about-us-home-content h1 span.line-span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffc600;
    position: static;
    top: 53px;
    left: -120px;
    margin-right: 15px;
}
 .about-us-home .about-us-home-content h1 span.content {
    font-size: 18px;
    position: static;
    text-transform: capitalize;
    line-height: 24px;
    top: 40px;
    font-weight: 300;
    color: #a6b2ff;
    left: -194px;
    display: inline-block;
    margin-right: 15px;
    max-width: 220px;
    vertical-align: text-top;
    margin-top: 34px;
}
 .about-us-home .about-us-home-content h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 500;
    text-align: right;
}
 .about-us-home .about-us-home-content .about-content-btm {
    max-width: 530px;
    margin: 90px auto;
    padding: 0 0px;
    text-align: right;
}
 .about-us-home .about-us-home-content .about-content-btm p {
    color: white;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}
 .about-us-home .about-us-home-content .about-content-btm a.btn.btn-default {
    font-weight: 800;
    /*letter-spacing: 2px;*/
    background-color: rgb(255, 198, 0);
    border-radius: 50px;
    color: #0b104c;
    padding: 10px 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    border: 0;
    margin-top: 14px;
    letter-spacing: 0;
}
 .about-us-home .about-us-home-content .about-content-btm a.btn.btn-default:hover {
}
 .about-us-home .about-us-home-content .about-content-btm a.btn.btn-default:focus {
}
 .about-us-home .about-us-home-content .about-content-btm i {
    color: #a6b2ff;
    font-size: 30px;
    font-weight: 200;
    font-family: "Frutiger", sans-serif;
    line-height: 46px;
    display: block;
}
 /* About us Home Content Sec */
 /* Product List Selector */
 .product-list-main {
}
 .product-list-main ul {
    padding-right: 155px;
    direction: rtl;
}
 .product-list-main ul li a.c-active {
    color: white;
}
 .product-list-main ul li a.c-active span {
    display: block;
    position: absolute;
    right: -16px;
    font-size: 20px;
    top: 2px;
}
 .product-list-main ul li {
    position: relative;
}
 .product-list-main ul li a {
    color: #a6b2ff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.5s;
    display: block;
    cursor: pointer;
    width: 100%;
}
 .product-list-main ul li a span {
    display: none;
    transition: all 1s;
}
 .product-list-main ul li a:hover span {
    display: block;
    display: block;
    position: absolute;
    right: -16px;
    font-size: 20px;
    top: 0px;
    transition: all 1s;
}
 .product-list-main ul li a:hover {
    background-color: transparent;
    color: white;
}
 .product-list-main ul li a.c-active:after {
    content: '';
    width: 289px;
    border-bottom: solid 1px #ffc600;
    position: absolute;
    left: 370px;
    top: 62%;
    z-index: 1;
}
 .product-list-main ul li a:focus {
    background-color: transparent;
    outline: none;
}
 .product-list-main {
    /*background-image: linear-gradient(to right top, #127eb9, #096aaa, #10569a, #1a4188, #222d75);
    */
 background-image: url(../img/bg.jpg);
    background-size: cover;
    padding: 2% 0;
}
.row.prod_list_row {margin: 0;padding: 0 56px;}

 .product-list-main .tab-slider-home-content {
    padding-left: 0;
    /*max-width: 955px;
    */
 margin:100px 125px 120px 0;
    padding-bottom: 40px;
    direction: rtl;
}
 .product-list-main .tab-slider-home-content h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 500;
}
 .product-list-main .tab-slider-home-content h1 {
    font-size: 64px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 36px;
    position: relative;
    margin-top: 8px;
}
 .product-list-main .tab-slider-home-content h1 span.line-span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffc600;
    position: relative;
    margin-right: 14px;
}
 .product-list-main .tab-slider-home-content h1 span.content {
    font-size: 18px;
    position: absolute;
    text-transform: capitalize;
    line-height: 24px;
    top: 35px;
    font-weight: 300;
    color: #a6b2ff;
    width: 30%;
    left: auto;
    right: 79%;
}
 .product-list-main .right-tab-content-div {
    margin-top: 168px;
    padding-right: 160px;
    direction: rtl;
}
 .product-list-main .right-tab-content-div p {
    color: #a6b2ff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;
}
 .product-list-main .right-tab-content-div a {
    color: #ffc600;
    font-size: 15px;
    font-weight: 800;
    /*letter-spacing: 2px;*/
}
 .product-list-main .right-tab-content-div a i {
    margin-right: 6px;
    transform: rotate(-180deg);
}
 .product-list-main .c-box {
    background-position: center center;
    transform: skew(-20deg);
    background: rgb(233,237,244);
    /* Old browsers */
 background: -moz-linear-gradient(45deg, rgba(233,237,244,1) 0%, rgba(233,237,243,1) 21%, rgba(233,236,243,1) 53%, rgba(233,235,242,1) 100%);
    /* FF3.6-15 */
 background: -webkit-linear-gradient(45deg, rgba(233,237,244,1) 0%,rgba(233,237,243,1) 21%,rgba(233,236,243,1) 53%,rgba(233,235,242,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(45deg, rgba(233,237,244,1) 0%,rgba(233,237,243,1) 21%,rgba(233,236,243,1) 53%,rgba(233,235,242,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9edf4', endColorstr='#e9ebf2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
 /* position: relative;
    */
 padding: 63px 0 100px;
    box-sizing: border-box;
    margin: 0 77px 0 77px;
    box-sizing: border-box;
    margin-bottom: 100px;
    min-height: 420px;
}
 .product-list-main .c-box a img {
    margin: 0 auto 0;
    max-height: 260px;
    height: auto;
    -webkit-box-reflect: below -22px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.5)));
}
 a.detail-achor {
    transform: skew(0deg) !important;
    float: right;
    margin-right: 36px;
    margin-top: 4px;
}
 .product-list-main .c-box a {
    position: relative;
    display: block;
    /* margin-top: 60px;
    */
 transform: skew(20deg);
    /*min-height: 260px;
    */
 }
 .product-list-main .c-box .detail-pr-box span.line-sp {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: white;
    margin-left: 120px;
    margin-right: 10px;
}
 .product-list-main .c-box .detail-pr-box span {
    font-size: 16px;
    color: #0b104c;
    font-weight: 700 !important;
}
 .product-list-main .c-box .detail-pr-box {
    position: absolute;
    bottom: -22px;
    right: -80px;
    transform: skew(20deg);
    /* background-color: goldenrod;
    */
 background-image: url(../img/label.png);
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95px;
}
 .product-list-main .c-box .detail-pr-box h4 {
    font-size: 20px;
    color: #0b104c;
    margin: 24px 40px 0 40px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project_listing_cat {
    float: right;
    min-height: 523px;
}
 /* Product List Selector */
 /* Product Selector */
 .product-selector-page-bg {
    background-image: url(../img/product-selector-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
 .pr-selector {
    background-image: radial-gradient(circle, #384891, #324184, #2c3978, #27326b, #212b5f);
    padding-top: 40px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption {
    margin-top: 40px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box {
    /* float: none !important;
    */
position: relative;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label {
    display: block;
    box-sizing: border-box;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label select {
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #6e7db3;
    color: #a6b2ff;
    font-size: 18px;
    height: 40px;
    font-weight: normal;
    box-shadow: none;
    width: 365px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #a6b2ff;
    left: 4px;
    top: 12px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label:before {
    content: '';
    right: 4px;
    top: 0px;
    pointer-events: none;
    display: block;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box h5 {
    color: #8990c6;
    font-size: 18px;
    font-weight: normal;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box p {
    font-weight: 400;
    color: #ffc600;
    font-size: 20px;
    text-transform: uppercase;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div {
    margin-top: 50px;
    margin-bottom: 50px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div div.col-md-4 {
    float: right;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box {
    background-position: center center;
    transform: skew(-20deg);
    background-color: white;
    /* position: relative;
    */
 padding: 63px 0 100px;
    box-sizing: border-box;
    margin: 0 78px;
    box-sizing: border-box;
    margin-bottom: 100px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box {
    position: absolute;
    bottom: -22px;
    right: -80px;
    transform: skew(20deg);
    /* background-color: goldenrod;
    */
 background-image: url(../img/label.png);
    width: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box h4 {
        font-size: 19px;
    color: #0b104c;
    margin: 24px 40px 0 40px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span.line-sp {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: white;
    margin-left: 120px;
    margin-right: 10px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span {
    font-size: 16px;
    color: #0b104c;
    font-weight: 700 !important;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box a {
    position: relative;
    display: block;
    /* margin-top: 60px;
    */
 transform: skew(20deg);
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box a img {
    margin: 0 auto 0;
    width: 50%;
    -webkit-box-reflect: below -36px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.5)));
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four {
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four hr {
    border-top: 1px solid #6e7db3;
    margin-top: 30px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label {
    display: block;
    box-sizing: border-box;
    padding-left: 16px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color: #a6b2ff;
    left: 36px;
    top: 12px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:before {
    content: '';
    right: 4px;
    top: 0px;
    /* width: 23px;
    */
 /* height: 18px;
    */
 /* background: #fff;
    */
 /* position: absolute;
    */
 pointer-events: none;
    display: block;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four select {
    /* padding: 4px;
    */
 /* margin: 0;
    */
 background: transparent;
    /* color: #888;
    */
 /* border: none;
    */
 outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 24px;
    background-color: #4b5a9f;
    border: 1px solid #6e7db3;
    color: #a6b2ff;
    font-size: 18px;
    height: 40px;
    font-weight: normal;
    box-shadow: none;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form {
}
 form#search-product {
    display: flex;
    /*flex-direction: row-reverse;
    */
}
 .filter-div-four div {
    float: right;
    padding-left:0px;
}
 .pf-r {
    padding-left: 0!important;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form hr {
    border-top: 1px solid #6e7db3;
    margin-top: 30px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn {
    margin-top: 10px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn button.btn.btn-default {
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #ffc600;
    border: 0;
    border-radius: 22px;
    color: #0b104c;
    padding: 9px 0;
    display: block;
    width: 100%;
    /*letter-spacing: 2px;*/
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input {
    margin: 0;
    margin-top: 10px;
    padding: 0;
    position: relative;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input .input-group {
    width: 100%;
    padding-left: 20px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
 margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 24px;
    background-color: #4b5a9f;
    border: 1px solid #6e7db3;
    color: #a6b2ff;
    font-size: 18px;
    height: 40px;
    padding: 0 20px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input input: -moz-placeholder {
    color: #a6b2ff;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input input:: -webkit-input-placeholder {
    color: #a6b2ff;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input input: -ms-input-placeholder {
    color: #a6b2ff;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input span.input-group-btn {
    position: absolute;
    left: 38px;
    font-size: initial;
    top: 10px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input span.glyphicon {
    border: 0;
    background: none;
    /* padding: 2px 5px;
    */
 /* margin-top: 2px;
    */
 /* position: relative;
    */
 /* left: -32px;
    */
 margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #8995e5;
    z-index: 9;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .search-query:focus + button {
    z-index: 3;
}
 .pr-selector .panel-body {
    background-color: transparent;
    padding: 0 0;
}
 .pr-selector .panel-body .tab-pane {
}
 .pr-selector .panel-body .tab-pane .pr-tab-content {
    direction: rtl;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .heading {
    margin: 40px 0 20px 0;
    direction: rtl;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .heading ul li {
    float: right;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .heading h2 {
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .heading p {
    color: #8990c6;
    font-size: 18px;
    font-weight: 300;
}
 .pr-selector .panel.with-nav-tabs.panel-default {
    border: 0;
    background-color: transparent;
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading {
    background-color: #161e4e;
    border: 0;
    border-radius: 0;
    padding: 0;
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs {
    border: 0;
    text-align: center;
    border-bottom: 1px solid #6e7db3;
    display: flex;
    display: -webkit-flex;
    /* Safari */
 -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
 flex-direction: row-reverse;

}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li {
    display: inline-block;
    float: left;
    width: 20%;
    border-right: 1px solid #8990c6;
}
 /*.pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li: last-child,*/
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li:first-child {
    border: 0}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li a {
    color: #8990c6;
    font-size: 16px;
    border: 0;
    transition: all 0.5s;
    padding: 22px 22px;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li a:hover {
    background-color: transparent;
    border: 0;
    color: #ffc600;
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li a:focus {
    background-color: transparent;
    border: 0;
    outline: none;
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li.active {
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li.active a {
    background-color: transparent;
    border: 0;
    color: #ffc600;
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li.active a:hover {
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li.active a:focus {
}
 /* Product Selector */
 /* category-tab-slider */
 .category-tab-slider .owl-buttons .owl-prev:hover {
    background-color: #ffc600;
}
 .category-tab-slider .owl-buttons .owl-prev:hover i {
    color: white;
}
 .category-tab-slider .owl-buttons .owl-next:hover {
    background-color: #ffc600;
}
 .category-tab-slider .owl-buttons .owl-next:hover i {
    color: white;
}
 .category-tab-slider .owl-buttons {
    position: absolute;
    left: -170px;
    bottom: 20px;
}
 .category-tab-slider .owl-buttons .owl-prev {
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    transition: all 1s;
}
 .category-tab-slider .owl-buttons .owl-prev i {
    position: relative;
    top: 6px;
    color: #ffc600;
}
 .category-tab-slider .owl-buttons .owl-next {
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    transition: all 1s;
}
 .category-tab-slider .owl-buttons .owl-next i {
    position: relative;
    top: 6px;
    color: #ffc600;
}
 .category-tab-slider .diff-container-category .container-fluid {
    max-width: inherit;
    margin: 0;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked {
    padding: 120px 200px 0 0;
    direction: rtl;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li {
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li span {
    display: none}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active span {
    display: block;
    color: white;
    font-size: 22px;
    position: absolute;
    right: -10px;
    top: -6px;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after {
    content: '';
    width: 74%;
    border-bottom: solid 1px #ffc600;
    position: absolute;
    right: -198px;
    top: 65%;
    z-index: 1;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a {
    transition: all 1s;
    color: #a6b2ff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    /*letter-spacing: 2px;*/
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a:hover {
    background-color: transparent;
    color: white;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a:focus {
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active {
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active a {
    background-color: transparent;
    color: white;
    font-weight: 800;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active a:hover {
    background-color: transparent;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active a:focus {
    background-color: transparent;
}
 .category-tab-slider .tab-content {
    margin-top: 100px;
}
 .category-tab-slider .tab-content .owl-item {
    margin-left: 50px;
}
 .category-tab-slider .tab-content .item {
    margin-left: 25px;
    position: relative;
    /* height: 418px;
    */
padding-bottom: 22px;
}
 .category-tab-slider .tab-content .item .c-box {
    /* position: relative;
    text-align: center;
    background-image: url(../img/itm-bg.png);
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 480px;
    */
 background-position: center center;
    transform: skew(-20deg);
    background-color: white;
    /* position: relative;
    */
 padding: 63px 0 100px;
    box-sizing: border-box;
    margin: 0 24px;
}
/* .category-tab-slider .tab-content .item .bg-bk-curve {
    width: 344px;
    height: 344px;
    transform: skew(-20deg);
    background: #f3f3f3;
    position: absolute;
}
 */
 .category-tab-slider .tab-content .item .detail-pr-box {
    position: absolute;
    bottom: -22px;
    right: -80px;
    transform: skew(20deg);
    /* background-color: goldenrod;
    */
 background-image: url(../img/label.png);
    width: 359px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95px;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    font-weight: 800;
    font-size: 20px;
    color: #0b104c;
    margin: 24px 40px 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 218px;
}
 .category-tab-slider .tab-content .item .detail-pr-box span.line-sp {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: white;
    margin-left: 120px;
    margin-right: 10px;
}
 .category-tab-slider .tab-content .item .detail-pr-box span {
    font-size: 16px;
    color: #0b104c;
    font-weight: 700 !important;
}
 .category-tab-slider .tab-content .item .detail-pr-box a.detail-achor {
    display: inline-block !important;
    transform: skew(0deg) !important;
    margin-top: 4px;
    top: 4px;
}
 .category-tab-slider .tab-content .item .detail-pr-box a.detail-achor span {
}
 .category-tab-slider .tab-content .item a {
    position: relative;
    display: block;
    /* margin-top: 60px;
    */
 transform: skew(20deg);
}
 .category-tab-slider .tab-content .item a img {
    margin: 0 auto 0;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-reflect: below -22px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.5)));
    /*width: 49%;*/
    height: auto;
        max-height: 266px;
}
 .category-tab-slider {
    /* min-height: 1000px;
    */
 background-image: url(../img/tab-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    direction: ltr;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.category-tab-slider .container-fluid {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.header-section .general-class-subheader.about-us-page-bg {
    /*background-image: url(../img/fasttruck-banner1.jpg) !important;
    */
}
 .category-tab-slider .tab-slider-home-content {
    padding-right: 0px;
    max-width: 100%;
}
 .category-tab-slider .right-tab-content-div {
    margin-top: 60px;
    direction: rtl;
        padding-right: 100px;
}
 .category-tab-slider .right-tab-content-div p {
    color: #a6b2ff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 400;

}
 .category-tab-slider .right-tab-content-div a {
    color: #ffc600;
    font-size: 24px;
    font-weight: 800;
    /*letter-spacing: 2px;*/
}
 .category-tab-slider .right-tab-content-div a i {
    margin-left: 6px;
}
 .category-tab-slider .right-tab-content-div a:hover {
    text-decoration: none;
}
 .category-tab-slider .right-tab-content-div a:focus {
}
 .category-tab-slider .tab-slider-home-content h3 {
    font-size: 20px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 500;
    text-align: right;
    padding-right: 78px;
}
 .category-tab-slider .tab-slider-home-content h1 {
    font-size: 64px;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    margin-left: 36px;
    position: relative;
    margin-top: 8px;
    padding-right: 130px;
    direction: rtl;
}
 .category-tab-slider .tab-slider-home-content h1 span.line-span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #ffc600;
    position: relative;
    margin-top: 40px;
}
 .category-tab-slider .tab-slider-home-content h1 span.content {
        font-size: 18px;
    position: absolute;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 300;
    color: #a6b2ff;
    max-width: 240px;
    display: inline-block;
    top: 1.5em;
    left: 2em;
}
 /* category-tab-slider */
 /* Footer Css */
 .footer .social-media-icons {
    position: absolute;
    left: 106px;
    /* bottom: 50%;
    */
 top: 20%;
}
 div#space-right {
    padding-left: 0;
}
 .footer .social-media-icons ul {
    padding-left: 0;
}
 .footer .social-media-icons ul li {
    list-style: none;
    margin: 50px 0;
}
 .footer .social-media-icons ul li a {
    transition: 1s all;
}
 .footer .social-media-icons ul li a:hover i {
    color: white;
}
 .footer .social-media-icons ul li a:focus {
}
 .footer .social-media-icons ul li a i {
    color: white;
    font-size: 22px;
}
 .footer {
    position: relative;
    background-image: url(../img/footer-bg-ar.jpg);
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 530px;
    */
 padding: 100px 0 12px 0;
    position: relative;
    direction: rtl;
}
 .footer .copyright-div {
    margin-top: 70px;
}
 .footer .copyright-div hr {
    border-top: 1px solid #27358b;
    width: 86.7%;
}
 .footer .copyright-div p {
    font-size: 16px;
    color: #a6b2ff;
    text-align: center;
    margin-top: 22px;
    font-weight: 300;
}
 .footer .links-div {
}
 .footer .links-div h3 {
    font-size: 18px;
    color: #ffc600;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
}
 .footer .links-div ul {
    padding-right: 4px;
}
 .footer .links-div ul li {
    list-style: none;
    margin-bottom: 2px;
}
 .footer .links-div ul li a {
    font-size: 16px;
    color: #a6b2ff;
    margin: 4px 0;
    display: inline-block;
    font-weight: 300;
}
 .footer .links-div ul li a i {
    float: left;
    margin-right: 15px;
}
 .footer .links-div ul li a:hover {
    text-decoration: none;
}
 .footer .links-div ul li a:focus {
}
 .footer .footer-logo-div {
    /*text-align: center;
    */
 }
 .links-div.quick-links {
    padding-left: 60px;
}
.links-div.cont-link {
    margin-left: -100px;
}
 .footer .footer-logo-div img {
    max-width: 115px;
    display: inline;
}
 .footer .footer-logo-div p {
    font-size: 16px;
    color: #a6b2ff;
    margin-top: 40px;
    padding-right: 10px;
    line-height: 24px;
    width: 83%;
}
 /* Footer Css */
 /* Modal Css */
 .track-modal {
    background-color: rgba(2, 6, 23, 0.8784313725490196);
    z-index: 999999999;
}
 .track-modal .modal-dialog {
    width: 700px;
    margin: 200px auto;
}
 .track-modal .modal-dialog .modal-content {
    background-color: rgb(12, 18, 70);
    padding: 16px 0 36px 0;
    border: 1px solid #057de2;
}
 .track-modal .modal-dialog .modal-content .modal-body {
    direction: rtl;
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom {
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom .item {
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom .item img {
    margin: 0 auto;
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom div#myCarousel {
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom div#myCarousel ol.carousel-indicators {
    display: none;
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom div#myCarousel a.left.carousel-control {
    background: transparent}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom div#myCarousel a.right.carousel-control {
    background: transparent}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form {
    width: auto;
    margin: 0 18px;
    text-align: center;
}
 form#reqForm {
    display: flex;
    display: -webkit-flex;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form img {
    margin: 0 auto 10px;
    max-width: 150px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form label {
    color: white;
    font-weight: normal;
    /*letter-spacing: 1px;*/
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form input {
    background-color: #202a6d;
    border: 0;
    margin-bottom: 18px;
    border-radius: 25px;
    height: 44px;
    font-size: 18px;
    padding: 0px 24px;
    font-weight: 200;
    color: white;
    outline: none;

}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form textarea {
    background-color: #202a6d;
    border: 0;
    margin-bottom: 18px;
    border-radius: 25px;
    height: 85px;
    font-size: 18px;
    padding: 8px 24px;
    font-weight: 200;
    color: white;
    resize: none;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form textarea:: -moz-placeholder {
    color: #a6b2ff;
    font-size: 18px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form textarea: -ms-input-placeholder {
    color: #a6b2ff;
    font-size: 18px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form textarea:: -webkit-input-placeholder {
    color: #a6b2ff;
    font-size: 18px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form button.btn.btn-default {
    color: #0b104c;
    font-size: 15px;
    background-color: #ffc600;
    border: 0;
    padding: 10px 84px;
    border-radius: 20px;
    font-weight: 800;
    outline: none;
    /*letter-spacing: 2px;*/
    text-transform: uppercase;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form input:: -moz-placeholder {
    color: #a6b2ff;
    font-size: 18px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form input: -ms-input-placeholder {
    color: #a6b2ff;
    font-size: 18px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form input:: -webkit-input-placeholder {
    color: #a6b2ff;
    font-size: 18px;
}
 .track-modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding-bottom: 15px;
}
 .track-modal .modal-dialog .modal-content .modal-header button.close {
    outline: none;
    background-color: #202a6d;
    color: white;
    opacity: 1;
    padding: 4px 8px;
    border-radius: 50%;
    float: left;
    width: 26px;
    height: 26px;
}
 .track-modal .modal-dialog .modal-content .modal-header button.close img {
    position: relative;
    top: -2px;
}
 .track-modal .modal-dialog .modal-content .modal-header h4 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    margin-top: 15px;
}
 /* Modal Css */
 /* certification page css start here*/
 section.certifications-page {
    height: auto;
    min-height: 500px;
    padding-top: 100px;
    background: url('../img/section-bg.jpg');
    background-size: 100% 100%;
}
 .certif-bg {
    height: auto;
    min-height: 170px;
    background: url('../img/top-section.jpg');
    background-size: 100% 100%;
}
 .certificate-box .modal-body img {
    width: 100%;
    height: auto;
}
.head-cerit{direction: rtl;}
 .head-cerit h1 {
    font-size: 55px;
    margin: 30px 0px;
    font-weight: 600;
    color: #fff;
    font-family: "Frutiger", sans-serif !important;
    text-transform: uppercase;
}
 .head-cerit p {
    font-size: 18px;
    color: #fff;
    font-family: "Frutiger", sans-serif !important;
    width: 100%;
    max-width: 45%;
    line-height: 30px;
}
 .certificate-box h3 {
    color: #ffc600;
    font-family: "Frutiger", sans-serif !important;
    font-size: 32px;
    font-weight: 400;
    position: relative;
    padding: 4px 0px 4px 20px;
}
 .certificate-box h3:before {
    position: absolute;
    content: "\f111 ";
    left: 0;
    top: 16px;
    font-family: fontawesome;
    font-size: 12px;
}
 .certificate-box ul {
    padding: 0px;
    margin: 30px 0px 34px 20px;
    list-style-type: none;
}
 .certificate-box li {
    padding-left: 30px;
    color: #fff;
    position: relative;
}
 .certificate-box li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 30px;
    width: 20px;
    background: url(../img/red-icon.png);
    display: inline-block;
    background-repeat: no-repeat;
}
 /* .certificate-box li:after {
    */
 /* content: "";
    */
 /* top: 10px;
    */
 /* height: 21px;
    */
 /* width: 20px;
    */
 /* background: url(../img/pdf-icon.png);
    */
 /* display: inline-block;
    */
 /* background-repeat: no-repeat;
    */
 /* }
 */
 .certificate-box li a {
    text-decoration: none;
    color: #fff;
    padding-right: 5px;
    font-size: 18px;
    line-height: 40px;
}
 .pdf-img img {
    width: 100%;
    height: auto;
}
 .certif-bg .header-section .logo-div {
    margin-top: 38px;
}
 a.pdficon {
    height: 21px;
    width: 20px;
    background: url(../img/pdf-icon.png);
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 0px !important;
}
 /* certification page css End here*/
 /* Media Quries */
 @media only screen and (max-width: 2560) {
}
 @media only screen and (max-width: 1920) {
}
 @media only screen and (max-width: 1660px) {
    .category-tab-slider ul.nav.nav-pills.nav-stacked li a {
    transition: all 1s;
    color: #a6b2ff;
    font-size: 15px;
    text-transform: uppercase;
}
 .footer .links-div ul li a {
    font-size: 14px;
    color: #a6b2ff;
    margin: 4px 0;
    display: inline-block;
}
 .footer .footer-logo-div p {
    font-size: 14px;
    color: #a6b2ff;
    margin-top: 40px;
    padding-right: 40px;
    line-height: 24px;
}
 .footer .copyright-div hr {
    border-top: 1px solid #27358b;
    width: 1095px;
}
 .container-fluid {
    max-width: 1560px;
}
 .header-section .header-components ul li: last-child {
    margin-right: 0;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after {
    content: '';
    width: 60%;
    border-bottom: solid 1px #ffc600;
    position: absolute;
    right: -120px;
    top: 52%;
    z-index: 1;
    left: auto;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked {
    padding: 120px 160px 0 0px;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active span {
    right: 20px;
}
 }
@media (max-width: 1599px) {
.customize-container ul.nav.nav-pills.nav-stacked li.active:before{right: 30px;}    
.category-tab-slider .tab-content .item a img,
.product-list-main .c-box a img{max-height: 196px;}
.product-list-main .c-box{min-height: auto;}
.category-tab-slider ul.nav.nav-pills.nav-stacked li.active span {right: -20px;}
.category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after{right: -134px;}
.footer .social-media-icons{left: 46px;}
.footer .footer-logo-div p{padding-right: 0;}
.category-tab-slider .tab-slider-home-content h1 span.content {top: 2em;left: -6em;}
.about-us-page-content .about-us-home-content h1 span.content{max-width: 100%;}
.product-list-main .tab-slider-home-content h1 span.content {position: static; display: block; max-width: 100%;width: auto;margin-top: 15px;}
.product-list-main ul li a.c-active:after { width: 238px;left: 274px;}
.project_listing_cat { min-height: auto;margin-bottom: 152px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label{padding-right: 0;}
.customize-container .custom-container-div-content h1 span.content{width: 100%;position: static;}
.customize-container ul.nav.nav-pills.nav-stacked{margin-top: 90px;}
.customize-container .custom-container-div-content {padding: 82px 100px 82px 0px;}
.contact-us-page .form-div {
   padding-left: 75px;
}
}
@media (max-width: 1399px) {
.header-section .social-media-icons ul li {margin: 35px 0;}
.header-section .social-media-icons ul li a i {font-size: 16px;}    
.about-us-home .about-us-home-content h1 span.content{max-width: 100%;margin-right: 0;}    
.about-us-home .about-us-home-content .about-content-btm { margin: 20px 36px 0 0;}
.category-tab-slider .tab-slider-home-content h1 span.content {position: static; width: auto; max-width: 100%;}
.category-tab-slider .a-full-width .right-tab-content-div { margin-top: 0;margin-left: 0;padding-right: 50px;}
.category-tab-slider > .container-fluid .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.category-tab-slider .right-tab-content-div p,
.category-tab-slider .right-tab-content-div a{font-size: 18px;}
.category-tab-slider .right-tab-content-div p br{display: none;}
.category-tab-slider .tab-content .item a img, .product-list-main .c-box a img {max-height: 150px;}
.customize-container .custom-container-div-content{max-width: 100%;padding:25px 40px 0px 0px;}
.customize-container ul.nav.nav-pills.nav-stacked li a{ padding:10px 150px 5px 0;font-size: 18px;}
.customize-container ul.nav.nav-pills.nav-stacked li.active span{right: 90px;}
.customize-container .custom-container-div-content h1 span.line-span{display: block;position: static;}
.category-tab-slider .tab-slider-home-content h3{padding-right: 10px;}
.category-tab-slider .tab-content .item .detail-pr-box span.line-sp{margin-left: 80px;}
.slick-prev, .slick-next{top: 115%;}
.category-tab-slider .tab-content .item .detail-pr-box span{font-size: 14px;}
.product-list-main .tab-slider-home-content{margin: 100px 44px 120px 0;}
.product-list-main .right-tab-content-div{padding-right: 0;margin-top: 95px;}
.product-list-main ul li a.c-active:after {left: 218px;}
.project_listing_cat {margin-bottom: 137px;}
.product-list-main .tab-slider-home-content{margin:30px 44px 20px 0;}
.header-section .banner-heading .banner-content h3 { margin-top: 0;}
.header-section .banner-heading .banner-content h1 span.content {position: static;display: block;}
.header-section .banner-heading .banner-content h1 span.line-span{position: static;float: none;margin-bottom: 30px;}
.about-us-page-content .about-us-home-content h3{margin-top: 0;}
.about-us-home .about-us-home-content .about-content-btm p{font-size: 16px;}
.about-us-home .about-us-home-content .about-content-btm a.btn.btn-default {padding: 8px 30px; font-size: 14px;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li, .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active {padding: 5px 40px;}
.customize-container ul.nav.nav-pills.nav-stacked { margin-top: 10px;}
.customize-container .contaciner-custom-img-div img { margin: 10px auto 0;max-width: 160px;}
.customize-container .req-modal { margin: 46px 0;}
.customize-container .req-modal a { padding: 8px 30px; font-size: 14px;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading h3 { font-size: 20px;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li img {max-width: 50px;}
.customize-container, .customize-container .customize-div-option {height: auto;min-height: auto;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main { height: 300px;min-height: 300px;}
.category-tab-slider .tab-content { margin-top: 60px;}
.category-tab-slider{padding-top: 40px;}
.footer .footer-logo-div p { margin-top: 20px; padding-right: 0;}
.footer .copyright-div { margin-top: 1px;}
.footer .copyright-div p { font-size: 14px;margin-top: 10px;    margin-bottom: 0;}
.customize-container .rotate-img-div{min-height:300px; }
.contact-us-page { height: auto; padding: 25px 0 50px;}
.contact-us-page .heading {padding-right: 0px; margin-bottom: 40px;}

.track-order-section .order-disc-div .status-div .bootstrapWizard li:first-child {
    padding-right: 6%;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(3):before {
    right: -17px;
    width: 100%;
}




}
 @media only screen and (max-width: 1366px) {
    .container-fluid {
    max-width: 1280px;
}
 section.header-section.home-header-bg {
    height: auto;
}
 a.detail-achor {
    transform: skew(-8deg) !important;
    float: right;
    margin-right: 36px;
    margin-top: 4px;
}
 .rotate-div .dg-bg {
    background-position: center center;
    transform: skew(-20deg);
    background-color: #e9ebf2;
    padding: 0px 0 0 0;
    /* margin: 120px 148px;
    */
 box-sizing: border-box;
    margin-bottom: 0;
    width: 442px;
}
 .Magic360-container {
    text-align: center !important;
    max-width: 100%;
    position: relative;
    z-index: 1;
    transform: skew(20deg);
    border: 0;
    margin-top: 0;
    margin-bottom: 22px;
}
 .product-list-main .c-box {
    transform: skew(-12deg);
    margin: 0 0 85px 0;
    width: 310px;
}
 .product-list-main .c-box a img {
    margin: 0 auto 0;
    width: auto;
    height: auto;
    transform: skew(0deg);
    max-width: 200px;
    max-height: 200px;
}
 .product-list-main .c-box a {
    transform: skew(12deg);
}
 .product-list-main .c-box .detail-pr-box {
    position: absolute;
    bottom: -22px;
    right: -80px;
    transform: skew(20deg);
    /* background-color: goldenrod;
    */
 background-image: url(../img/label.png);
    width: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 76px;
}
 .product-list-main .c-box .detail-pr-box h4 {
    font-size: 18px;
    color: white;
    margin: 16px 40px 0 42px;
    transform: skew(-8deg);
}
 .product-list-main .c-box .detail-pr-box span.line-sp {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: white;
    margin-left: 98px;
    margin-right: 10px;
}
 .product-list-main .c-box .detail-pr-box span {
    font-size: 14px;
    color: #193954;
    font-weight: 600;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box {
    transform: skew(-12deg);
    margin: 30px 70px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box a {
    transform: skew(12deg);
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box a img {
    margin: 0 auto 0;
    width: auto;
    height: 130px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box {
    position: absolute;
    bottom: -22px;
    right: -80px;
    transform: skew(19deg);
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box {
    width: 280px;
    height: 76px;
    direction: ltr;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box h4 {
    font-size: 18px;
    color: white;
    margin: 16px 40px 0 42px;
    transform: skew(-4deg);
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span {
    font-size: 14px;
    font-weight: 600!important;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span.line-sp {
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: white;
    margin-left: 98px;
    margin-right: 10px;
}
 .footer .links-div ul li a {
    font-size: 14px;
    color: #a6b2ff;
    margin: 4px 0;
    display: inline-block;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked {
    padding:40px 90px 0 0px;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after {
    right: -90px;width: 34%;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    font-size: 18px;
    color: white;
    margin: 15px 40px 0 40px;
}
 .category-tab-slider .tab-content .item .c-box {
    background-position: center center;
    transform: skew(-20deg);
    background-color: white;
    /* position: relative;
    */
 padding: 48px 0 80px 0;
    box-sizing: border-box;
    margin: 0 55px;
}
 .footer .copyright-div hr {
    border-top: 1px solid #27358b;
    width: 1070px;
}
 .category-tab-slider .tab-content .item .detail-pr-box {
    position: absolute;
    bottom: -10px;
    right: -80px;
    transform: skew(20deg);
    /* background-color: goldenrod;
    */
 background-image: url(../img/label.png);
    width: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a {
    font-size: 15px;
}
 .header-section .banner-heading {
    margin-top: 140px;
}
 .hambur-menu ul.menu {
    top: 56%;
}
 .about-us-home .about-us-home-content {
    height: auto;
    padding: 40px 0 50px;
}
 .about-us-home {
    min-height: 688px;
}

 .hambur-menu ul li {
    cursor: pointer;
    padding: 6px 20px;
    font-size: 28px;
    margin: 0px 0;
}
 .footer {
    background-position: 30%;
    padding: 60px 0 12px 0;
    position: relative;
}

 .general-class-subheader {
    position: relative;
    height: 560px;
    width: 100%;
    z-index: 9999;
}
 .general-class-subheader .banner-heading {
    position: relative;
    /* display: table;
    */
 margin-top: 120px !important;
}
 .general-class-subheader .hambur-menu ul.menu {
    position: fixed;
    top: 50%;
}
 .general-class-subheader .hambur-menu ul li {
    cursor: pointer;
    padding: 6px 20px;
    font-size: 23px;
    margin: 0px 0;
}
 .about-us-page-content .about-us-home-content h1 {
    font-size: 48px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 36px;
    position: relative;
    margin-top: 8px;
}
 .about-us-page-content .about-us-home-content .about-content-btm {
    max-width: 500px;
    margin:38px 36px 0 auto;
    padding: 0 0px;
    
}
 .about-us-page-content .about-us-home-content h1 span.content {
        margin-right: 0;
        position: static;
        margin-top: 25px;
}
.about-us-page-content .about-us-home-content h1 span.line-span {
       display: block;
    position: static;
    margin-top: 15px;
    margin-right: 0;
}
 .bread-crumb .breadcrumb {
    background-color: transparent;
    margin: 0 0;
    padding: 15px 0;
}
 .about-us-page-content {
    height: 540px;
    padding: 50px 0;
}
.about-us-page-content .img-div img {
    height: 490px;
}
 .footer .social-media-icons {
    position: absolute;
    left: 60px;
    /* bottom: 50%;
    */
 top: 10px;
}
 .contact-us-page .contact-ino p a {
    font-size: 18px;
}
 .about-us-page-content .container-fluid {
    /*max-width: 1280px;*/
    margin: 0;
    padding: 0 0;
}
.about-us-page-content .about-us-home-content{padding-left: 50px;}
 .contact-us-page .contact-ino p {
    font-size: 16px;
}
 .contact-us-page .contact-ino {
    box-sizing: border-box;
    padding-left: 135px;
}
 .contact-us-page .contact-ino .box {
    padding-left: 0px;
    box-sizing: border-box;
}
 .contact-us-page .heading {    
    margin-bottom: 50px;
}
 .contact-us-page .form-div {
    width: initial;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div {
    margin-top: 25px;
    margin-bottom: 50px;
}
 /*ASAD*/
 .header-section .banner-heading .banner-content h1 {
    font-size: 35px;
}
 .header-section .banner-heading .banner-content h1 span.line-span {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    left: 218px;
    top: 10px;
}
 .header-section .banner-heading .banner-content h1 span.content {
    top: 10px;
    right: 400px;
}
 .about-us-home .about-us-home-content h1 {
    font-size: 35px;margin-top: 15px;margin-bottom: 35px;
}
 .about-us-home .about-us-home-content h1 span.line-span {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    top: 9px;
    left: 0;
}
 .about-us-home .about-us-home-content h1 span.content {
    top: 5px;
    left: -75px;
}
 .customize-container .custom-container-div-content h1 {
    font-size: 35px;margin-top: 15px;
}
 .customize-container .custom-container-div-content h1 span.line-span {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    right: 300px;
    top: -25px;
}
 .customize-container .custom-container-div-content h1 span.content {
    margin-top: 25px;
}
.customize-container ul.nav.nav-pills.nav-stacked li.active:before {right: 0;width: 34%;}
 .category-tab-slider .tab-slider-home-content h1 {
    font-size: 35px;padding-right: 45px;margin-top: 15px;
}
 .category-tab-slider .tab-slider-home-content h1 span.line-span {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
}
 .category-tab-slider .tab-slider-home-content h1 span.content {
    margin-top: 25px;
}
 .a-full-width {
    width: 100%;
}
 .category-tab-slider .a-full-width {
    width: 25%;
}

 .category-tab-slider .owl-buttons {
    left: 0;
    bottom: -50px;
}
 .about-us-page-content .about-us-home-content h1 {
    font-size: 35px;
}
 .product-list-main .tab-slider-home-content h1 {
    font-size: 35px;
}
 .product-list-main .tab-slider-home-content h1 span.line-span {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
}
 .product-list-main .tab-slider-home-content h1 span.content {
    top: 64px;
}
 .contact-us-page .heading h2 {
    font-size: 35px;
}
 .contact-us-page .form-div textarea {
    margin-bottom: 15px;
}
 .footer .copyright-div hr {
    width: 1050px;
}
 .rotate-div .product-discr-detail h2 {
    font-size: 35px;
}
 .rotate-div .product-discr-detail p {
    margin: 15px 0 26px 0;
}
 .rotate-div .product-discr-detail ul {
    padding: 0;
}
.category-tab-slider .a-full-width {width: 100%;margin-top: 15px;}
.category-tab-slider .a-full-width~div{width: 100%;}
.links-div.cont-link {
    margin-right: -80px;
}
 }
@media (max-width: 1365px) {
.about-us-page-content{height: auto;padding: 50px 0 20px;}    
.about-us-page-content .img-div img { width: auto; height: auto;}    
.about-us-page-content .about-us-home-content .about-content-btm{padding: 0 0px 0 0px;}
.about-us-page-content .about-us-home-content .about-content-btm p{font-size: 16px;}
section.rotate-div {overflow: hidden;}
.rotate-div .dg-bg{margin-left: 0;}
.rotate-div .product-discr-detail .same-heading{width: 100%;}
div#back-btn{left: 2px;}
.Magic360-container {
    padding: 50px 20px 50px 20px;
}
}
 @media only screen and (max-width: 1356px) {
    .footer {
    background-position: center;
}
 .footer .links-div ul li {
    height: 28px;
}
 }
 @media only screen and (max-width: 1280px) {
    .about-us-home .about-us-home-content .about-content-btm a.btn.btn-default {
    margin-bottom: 16px;
}
 .footer .links-div ul li {
    height: 28px;
    margin-bottom: 2px;
    display: block;
    height: auto;
}
 .footer .links-div ul li a {
    font-size: 14px;
    color: #a6b2ff;
    margin: 4px 0;
    display: inline-block;
}
 .customize-container .custom-container-div-content h1 span.content {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    top: 0;
    font-weight: normal;
    color: #a6b2ff;
    display: block;
}
 .footer {
    position: relative;
    background-image: url(../img/footer-laptop-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 530px;
    */
 /*padding: 100px 0 12px 0;*/
    position: relative;
}
 .customize-container .contaciner-custom-img-div img {
    margin: 22px auto 0;
}
 .customize-container ul.nav.nav-pills.nav-stacked {
    padding-left: 100px;
    box-sizing: border-box;
    margin-top: 140px;
}
 .category-tab-slider .tab-content .item a img {
    margin: 0 auto 0;
    max-width: 150px;
    max-height: 150px;
    /* height: 210px;
    */
 }
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a {
    font-size: 14px;
}
}
@media (max-width: 1279px) {
.row.arabic_head{/*display: block;*/}
.header-section .header-components ul {/*display: block;*/}
.header-section .logo-div{padding-right: 15px;}

.header-section .banner-heading .banner-content{padding-right: 100px;}
.header-section .banner-heading .banner-content h1 span.line-span { position: static; display: block; float: none;}    
.header-section .banner-heading .banner-content h1 span.content {position: static; font-size: 16px;}
.header-section .banner-heading .banner-content h1 span.content br{display: none;}

.general-class-subheader{background-size: cover;}
.row.arabic_head ~ .row .banner-heading{display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;-webkit-flex-direction:column-reverse;flex-direction:column-reverse;}

.customize-container ul.nav.nav-pills.nav-stacked{padding-left: 20px;margin-left: 30px;margin-top: 30px;}
.customize-container .custom-container-div-content {padding: 20px 6px;margin-left: 0px;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading h3{font-size: 20px;}
.customize-container ul.nav.nav-pills.nav-stacked li.active:before{right: -15px; width: 68%;}
.category-tab-slider .a-full-width .right-tab-content-div { margin-top: 10px;padding-right: 45px;}
.category-tab-slider .a-full-width .right-tab-content-div p br {display: none;}
.category-tab-slider .tab-slider-home-content h1 span.content{margin-top: 10px;}

.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box h4{transform: skew(-6deg);}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box a span {transform: skew(-5deg) !important; display: block;}


.customize-container .req-modal a{white-space: nowrap;}
.category-tab-slider .tab-content .item .detail-pr-box h4{font-size: 14px;}
.category-tab-slider .tab-content .item .detail-pr-box span{font-size: 12px;}
.category-tab-slider .tab-content .item .detail-pr-box{width: 240px;}
.category-tab-slider .tab-content .item .detail-pr-box span.line-sp{margin-left: 70px;}
.category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after {right: -60px;width: 30%;top: 22px;}
.category-tab-slider ul.nav.nav-pills.nav-stacked li a{padding: 5px 15px 5px;}
.slick-prev, .slick-next { top: 115%;}
.product-list-main .tab-slider-home-content { margin:30px 0 50px 0px;padding-left: 5px;}
.product-list-main .tab-slider-home-content h1 span.content{position: static;}
.product-list-main ul { padding-right: 0;}
.product-list-main ul li a.c-active::after {left: 260px; width: 80px;}
.product-list-main .c-box { width: 230px;}
.row.prod_list_row { padding: 0 60px;}
.product-list-main .c-box .detail-pr-box span.line-sp{margin-left: 68px;}
section.header-section.home-header-bg{opacity: 1;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li{direction: rtl;}
.category-tab-slider ul.nav.nav-pills.nav-stacked { padding: 100px 70px 0 0px;}
.links-div.cont-link {margin-right: -80px;}
.product-list-main ul li a{font-size: 14px;}
.project_listing_cat { margin-bottom: 75px;}
.rotate-div .dg-bg {margin-left: 20px;width: 300px;}
.rotate-div .dg-bg {width: 300px;}
.product-list-main .c-box a img{max-height: 150px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box {margin: 30px 30px;}
.footer .copyright-div p{margin-bottom: 10px;}
.Magic360 > img { width: 200px !important;height: 200px !important;}

}
 @media only screen and (max-width: 1024px) {
    .contact-us-page .heading {
    box-sizing: border-box;
    padding-left: 10px;
}
 .product-list-main .tab-slider-home-content h3 {
    font-size: 18px;
}
 .product-list-main .tab-slider-home-content h1 {
    position: static;
    line-height: 1.4;
}
 .product-list-main .tab-slider-home-content h1 span.content {
    font-size: 15px;
    position: static;
    line-height:1.4;
    font-weight: normal;

}
 .product-list-main .right-tab-content-div {
    /*margin-top: 140px;*/
}
 .product-list-main .right-tab-content-div p {
    color: #a6b2ff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
 .product-list-main .tab-slider-home-content {
    padding-left: 0;
    max-width: -webkit-fill-available;
    /*margin: 100px 0 120px 0;*/
    padding: 0 18px;
}
 .product-list-main .c-box {
    transform: skew(-12deg);
    margin: 0 0 70px 29px;
    width: 260px;
    padding: 50px 0 0;
}
 .product-list-main .c-box a {
    /*transform: skew(0deg);*/
}
 .product-list-main .c-box .detail-pr-box {
    position: relative;
bottom: -34px;
right: -21px;
transform: skew(12deg);
height: auto;
padding: 12px 0;
margin-top: 27px;
width: 268px;
}
 .product-list-main .c-box .detail-pr-box h4 {
    font-size: 18px;
    color: white;
    margin: 2px 36px 0 36px;
    transform: skew(0deg);
}
 a.detail-achor {
    transform: skew(0deg) !important;
    float: right;
    margin-right: 36px;
    margin-top: 4px;
}
 .contact-us-page .contact-ino {
    box-sizing: border-box;
    padding-left: 0;
}
 .contact-us-page .contact-ino p i {
    float: left;
    margin-bottom: 12px;
    margin-right: 24px;
    font-size: 22px;
    margin-top: 6px;
}
 .header-section .social-media-icons {
    position: absolute;
    right: auto;
    /* bottom: 50%;
    */
 top: 36%;
}
 .about-us-page-content .about-us-home-content h1 span.content {
    top: 55px;
    font-size: 14px;
}
 .about-us-page-content .about-us-home-content h1 {
    font-size: 38px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 36px;
    position: relative;
    margin-top: 8px;
}
 .general-class-subheader .hambur-menu ul.menu {
    position: fixed;
    top: 42%;
}
 .footer .copyright-div hr {
    border-top: 1px solid #27358b;
    width: 100%;
}
 .footer {
    position: relative;
    background-image: url(../img/footer-laptop-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 530px;
    */
 /*padding: 100px 0 0px 0;*/
    position: relative;
}
 /*.footer .social-media-icons {
    display: none;
}
*/
}

@media (max-width: 1023px) {
li.mob-tab-search-bar.visible-sm.visible-xs input[type="text"] {
	border-radius: 50px;
	border: 2px solid #fff;
	color: 
	white !important;
	padding: 12px 10px;
	font-size: 14px;
	background-color:
	transparent;
	border-color: #ffffff;
	height: 40px;
	margin-top: 0px;
	position: relative;
	font-weight: 500;
	    outline: none;
}
li.mob-tab-search-bar input#search_submit {
    height: 21px;
    width: 21px !important;
    background: url(../img/search-icon-desk.png) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute !important;
    top: 13px;
    left: 25px !important;
    z-index: 2;
    cursor: pointer !important;
    opacity: 1;
    transition: opacity .4s ease;
    outline: none;
    padding-right: 0 !important;
    /* left: auto !important; */
    filter: invert(0) brightness(2);
    -webkit-filter: invert(0) brightness(2);
    -ms-filter: invert(0) brightness(2);
}
.row.arabic_head{display: block;}    
.header-section .header-components ul {display: block;}
.header-section .logo-div{text-align:center;}
.header-section .logo-div a img{float: none;}  
.header-section .header-components ul.nav li {width: 47%;text-align: center; margin: 0 !important; padding: 4px; display: inline-block !important; float: none;}  
.header-section .header-components ul.nav li.search-comp{display: none!important;}
.general-class-subheader{height: auto;}
li.mob-tab-search-bar.visible-sm.visible-xs input::-webkit-input-placeholder { color: #fff;}
li.mob-tab-search-bar.visible-sm.visible-xs input::-moz-placeholder {color:  #fff;}
li.mob-tab-search-bar.visible-sm.visible-xs input:-ms-input-placeholder {color:  #fff;}
li.mob-tab-search-bar.visible-sm.visible-xs input:-moz-placeholder {color:  #fff;}
.produc_custom_section{display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;-webkit-flex-direction: column-reverse;-moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse;-o-flex-direction: column-reverse; flex-direction: column-reverse;float: left;width: 100%;}
.customize-container ul.nav.nav-pills.nav-stacked li{text-align: center;}
.customize-container ul.nav.nav-pills.nav-stacked li a{padding:30px 0 5px 0;font-size: 16px;}
.customize-container ul.nav.nav-pills.nav-stacked li.active span {right: 0;left: 0;top: 0;margin: auto;font-size: 16px;}
.customize-container ul.nav.nav-pills.nav-stacked li.active:before {width: 100%;bottom: 0;left: 0; right: 0;}
.slick-prev, .slick-next { top: 100%;}
.category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after {right: -40px;top: 26px;width: 40px;}
.footer .container-fluid .row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.footer .container-fluid .row div{width: 100%;min-height: inherit;padding-left: 0; margin-right: 0;}
.footer .links-div h3{margin-top: 15px;}
.product-list-main .container-fluid > div.row:first-child {
display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.product-list-main ul li a.c-active::after {left: 280px; width: 50px;}
.product-list-main ul li a { padding: 10px 20px 11px;}
.product-list-main .c-box .detail-pr-box span.line-sp {
    margin-left: 62px;
}
.pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four select{font-size: 14px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label:after { left: 24px;top: 25px;}
.contact-us-page .contact-ino p i.fa-fax {width: 14px;height: 14px;}
#rc-imageselect, .g-recaptcha {transform:scale(0.9);-webkit-transform:scale(0.9);transform-origin:0 0;-webkit-transform-origin:0 0;float: left;}
.g-recaptcha div { position: relative; right: -10px}
.footer .footer-logo-div img { max-width: 15%; margin: 0 auto;}
.contact-us-page{background-position: center right;}
.customize-container .customize-div-option{height: auto;}
.no-padding { padding: 15px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .heading {margin: 40px 0 0px 0;}
.rotate-div .row { display: block;}
section.rotate-div {padding: 50px 0;}
div#back-btn {position: static;text-align: right;}
a.Magic360 {
    background: #fff;
}
.rotate-div .dg-bg{margin-right: auto;margin-left: auto;width: 290px;margin-top: 30px;}
.rotate-div .product-discr-detail{width: 100%;}

.track-order-section .order-disc-div .status-div .bootstrapWizard li:first-child {
    padding-right: 10%;
}

.head-cerit h1{font-size: 28px;}
.certificate-box h3{font-size: 20px;}
.certificate-box li a{font-size: 16px;line-height: 26px;}
.certificate-box li:before{top: 0;}
.certificate-box h3:before{top: 9px;}
.certificate-box { min-height: 150px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label {
    padding-left: 0;
}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box{
    right: -30px;
}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div {
    padding: 0px 35px;
}

.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span.line-sp{
        margin-left: 75px;
}
#resultFor .box {
    text-align: left;
}
.customize-container ul.nav.nav-pills.nav-stacked li {
    margin: 0 20px;
    display: inline-block;
    width: inherit;
}
}

@media ( min-width: 850px )and ( max-width: 1020px) {
li.mob-tab-search-bar input#search_submit{
left: 52px !important;
}
}

@media ( min-width: 1020px )and ( max-width: 1030px) {
    .header-section .home-header-bg:before {
    opacity: 1;
}
 .hambur-menu button {
    top: 74px;
}
 .category-tab-slider .tab-slider-home-content h1 span.content {
    position: initial;
    display: block;
    width: 100%;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 218px;
}
 .category-tab-slider .owl-buttons {
    left: -130px;
    bottom: -130px;
}
 .hambur-menu nav:before {
    background: rgba(0, 0, 0, 0.8);
}
 #animation_box {
    display: none;
}
 }
@media only screen and (max-width: 768px) and (orientation: portrait) {
    .no-padding {
    padding: 15px;
}
 .header-section .home-header-bg:before {
    opacity: 1;
}
 .header-section .header-components ul.nav li {
    width: 47%;
    text-align: center;
    margin: 0 !important;
    padding: 4px;
}
 .header-section .header-components ul.nav li:nth-child(2) {
    /*display: none;*/
}
 .header-section .header-components li.mob-tab-search-bar.visible-sm.visible-xs input {
    width: 100%;
    display: block;
    position: initial;
    text-align: center;
}
 .header-section .header-components ul.nav li: last-child {
    width: 100% !important;
    text-align: center;
}
 .footer .col-md-4 , .footer .col-md-2 , .footer .col-md-3 {
    width: 100%;
}
 .footer .footer-logo-div img {
    width: 30%;
    margin: 0 auto;
}
 .footer .copyright-div p {
    font-size: 12px;
}
 .hambur-menu button:after {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 62px;
    height: 50px;
    padding-top: 8px;
}
 .about-us-page-content {
    min-height: auto;
}
 .category-tab-slider .tab-slider-home-content h1 span.line-span , .product-list-main .tab-slider-home-content h1 span.line-span , .about-us-home .about-us-home-content h1 span.line-span {
    width: 100%;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:after {
    top: 28px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption {
    margin-top: 0;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label select {
    width: 100%;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label:after {
    right: auto;
    top: 25px;
}
.pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:after{left: 26px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box {
    margin-bottom: 32px;
    margin-top: 10px;
    width: 250px;
    margin-left: 15px;
    margin-right: 15px !important;
}
 .customize-container .customize-div-option .logo-divs img {
    max-width: 100%;
}
 .general-class-subheader {
    height: -webkit-fill-available;
}
 div#space-right {
    padding-left: 0;
}
 .footer .social-media-icons {
    position: initial;
    z-index: 999999;
}
 .footer .social-media-icons ul {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
 .footer .social-media-icons ul li {
    display: inline;
    margin: 0 14px;
}
 .footer .social-media-icons ul li a i {
    font-size: 16px;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 218px;
}
 #animation_box {
    display: none;
}
 .hambur-menu nav:before {
    background: rgba(0, 0, 0, 0.8);
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn button.btn.btn-default {
    width: 50%;
    margin: 0 auto;
}
 .header-section .social-media-icons {
    position: relative;
    width: 100%;
    z-index: 9999999999;
    right: 0;
}
 .opens-menu .header-section .social-media-icons {
    top: 116px !important;
}
 .about-us-page-bg {
    /*background-size: 100% 100%;*/
}
 .header-section .social-media-icons ul {
    display: block;
    width: 100%;
}
 .header-section .social-media-icons ul li {
    display: inline;
    margin: 0 10px;
}
 .header-section .social-media-icons ul li a i {
    color: #fff;
}
 .customize-container ul.nav.nav-pills.nav-stacked li {
    width: 26%;
}
 .Magic360 > img {
    /*height: auto !important;*/
}
 .customize-container ul.nav.nav-pills.nav-stacked li {
    width: 18%;
}
.customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style li a {
    font-size: 10px;
}
 }
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .header-section .home-header-bg:before {
    opacity: 1;
}
 .no-padding {
    padding: 15px;
}
 .header-section .logo-div a img {
    /*max-width: 18% !important;*/
}
 .header-section .header-components {
    float: none;
}
 li.mob-tab-search-bar.visible-sm.visible-xs {
    width: 42%;
}
 .footer .col-md-4 , .footer .col-md-2 , .footer .col-md-3 {
    width: 50%;
    float: left;
}
 .general-class-subheader .banner-heading {
    margin-top: 50px !important;
}
 .about-us-page-content {
    min-height: auto;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label select {
    width: 100%;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label:after {
    right: 34px;
    top: 40px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:after {
    top: 28px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption {
    margin-top: 0;
}
 .customize-container ul.nav.nav-pills.nav-stacked li {
    width: 20%;
}
 .customize-container .customize-div-option .logo-divs img {
    max-width: 100%;
}
 .header-section .banner-heading .banner-content h3 {
    font-size: 30px;
}
 .header-section .banner-heading .banner-content h1 {
    font-size: 50px;
}
 .header-section .banner-heading {
    margin-top: 56px;
}
 div#space-right {
    padding-left: 0;
}
 .footer .social-media-icons {
    position: initial;
    z-index: 999999;
}
 .footer .social-media-icons ul {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
 .footer .social-media-icons ul li {
    display: inline;
    margin: 0 14px;
}
 .footer .social-media-icons ul li a i {
    font-size: 16px;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 218px;
}
 #animation_box {
    display: none;
}
 .hambur-menu nav:before {
    background: rgba(0, 0, 0, 0.8);
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn button.btn.btn-default {
    width: 30%;
    margin: 0 auto;
}
 .header-section .social-media-icons {
    position: relative;
    width: 100%;
    right: 0;
}
 .header-section .social-media-icons ul {
    display: block;
    width: 100%;
}
 .header-section .social-media-icons ul li {
    display: inline;
    margin: 0 10px;
}
 .header-section .social-media-icons ul li a i {
    color: #fff;
}
}
@media ( min-width: 768px )and ( max-width: 900px) {
.customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style {
    margin-top: 30px !important;
    display: inline-block;
    width: 100%;
}
 .header-section .home-header-bg:before {
    opacity: 1;
    height: 82vh;
}
 .footer {
    text-align: center;
}
 .header-section .col-md-4 {
    width: 100%;
}
 .header-section .col-md-8 {
    width: 100%;
}
 .header-section .logo-div a img {
    /*max-width: 20%;*/
    margin: 0 auto;
}
.header-section .header-components {
    float: none;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}
 .header-section .banner-heading {
    margin-top: 110px;
}
.category-tab-slider .tab-slider-home-content h1 span.line-span , .product-list-main .tab-slider-home-content h1 span.line-span , .about-us-home .about-us-home-content h1 span.line-span {
    width: 100px;
}
.category-tab-slider .owl-buttons {
    bottom: -72px;
}
 .footer .col-md-4 , .footer .col-md-2 , .footer .col-md-3 {
    width: 50%;
    float: left;
    min-height: 300px;
}
.customize-container .customize-div-option .logo-divs img {
    max-width: 100%;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 218px;
}
 #animation_box {
    display: none;
}
 .hambur-menu nav:before {
    background: rgba(0, 0, 0, 0.8);
}
 .header-section .banner-heading .banner-content h3 {
    font-size: 30px;
}
 .header-section .banner-heading .banner-content h1 {
    font-size: 45px;
}
 .header-section .banner-heading .banner-content h1 span.content {
    font-size: 24px;
}
 .customize-container .customize-div-option {
    height: auto;
    min-height: auto;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn button.btn.btn-default {
    width: 100%;
    margin: 0 auto;
}
 .header-section .social-media-icons {
    /*display: none;*/
}
 }
@media only screen and (max-width: 768px) {
    .about-us-home .about-us-home-content .about-content-btm i {
    color: #a6b2ff;
    font-size: 24px;
    font-weight: 200;
    font-family: "Frutiger", sans-serif;
    line-height: 32px;
    display: block;
}
 .about-us-home .about-us-home-content .about-content-btm a.btn.btn-default {
    background-color: rgb(255, 198, 0);
    border-radius: 50px;
    color: #0b104c;
    padding: 10px 34px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    border: 0;
    margin-top: 0;
    margin-bottom: 60px;
}
 .footer .links-div ul li {
    height: auto;
}
 .opens-menu {
    overflow: hidden;
    position: fixed;
    width: 100%;
    min-height: 100%;
}
 .rotate-div .dg-bg {
    background-position: center center;
    transform: skew(-20deg);
    background-color: #e9ebf2;
    padding: 0px 0 0 0;
    box-sizing: border-box;
    margin-bottom: 0;

}
 .rotate-div .dg-bg canvas , .m360-hint {
    transform: skew(19deg) !important;
}
 .rotate-div .product-discr-detail h2 {
    font-weight: 600;
    color: white;
    font-size: 50px;
}
 .rotate-div .product-discr-detail p {
    font-size: 18px;
    color: white;
    font-weight: normal;
    margin: 24px 0;
}
 .rotate-div .product-discr-detail {
    /* padding: 90px 0;
    */
 margin: 42px 0 0 0;
}
 .rotate-div .product-discr-detail .same-heading {
    margin: 15px 50px 22px 50px;
}
 .rotate-div .product-discr-detail a.btn.btn-default {
    margin-left: 50px;
}
 .Magic360-container {
    transform: skew(0deg);
    margin-bottom: 0;
}
 .customize-container .rotate-img-div {
    min-height: auto;
    position: relative;
}
 .customize-container .rotate-img-div .pos-div {
    position: relative;
    bottom: 3px;
}
 .track-modal .modal-dialog .modal-content .modal-body .modal-form img {
    margin: 20px auto 10px;
    max-width: 150px;
}
 .customize-container .req-modal {
    text-align: center;
    margin: 40px 0 24px 0;
}
 .track-modal .modal-dialog .modal-content .modal-body .slider-custom .item img {
    margin: 0 auto;
}
 .customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style li.active span {
    display: block;
    color: white;
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: -28px;
}
 .customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style {
    padding-left: 0;
    box-sizing: border-box;
    margin-top: 75px;
}
 .customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style li a {
    transition: all 1s;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box {
    
    margin: 0;
    margin-bottom: 32px;
    margin-top: 10px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box {
    /*position: relative;*/
    /*bottom: 0;
    right: 0;
    transform: skew(0deg);*/
    /* background-color: goldenrod;
    */
    padding: 20px 0 40px 0;
    display: block;
    margin-top: 22px;
    right: -30px;
}
 .pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box h4 {
    font-size: 18px;
    color: white;
    margin: 0px 40px 0 40px;
}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box a {
    /*transform: skew(0deg);*/
}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li a {
    color: #8990c6;
    font-size: 16px;
    border: 0;
    transition: all 0.5s;
    padding: 20px 0;
    display: inline-block;
    vertical-align: middle;
}
 .product-list-main .right-tab-content-div {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0px 30px;
}
 .general-class-subheader .hambur-menu ul.menu {
    position: fixed;
    top: 35%;
}
 .product-list-main .c-box .detail-pr-box span.line-sp {
    /*display: none;*/
}
 .product-list-main .c-box .detail-pr-box h4 {
    font-size: 18px;
    color: white;
    margin: 2px 48px;
    transform: skew(0deg);
    display: block;
    /* width: 10%;
    */
 }
 .product-list-main .tab-slider-home-content {
    padding-left: 0;
    max-width: -webkit-fill-available;
    margin:30px 0 30px 0;
    padding: 0 0px;
}
 .contact-us-page .heading h3 {
    font-size: 14px;
}
 .contact-us-page .heading {
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 30px;
}
 .contact-us-page .contact-ino p i {
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 15px;
    margin-top: 6px;
}
 .contact-us-page .contact-ino p a {
    font-size: 16px;
    line-height: 26px;
}
 .contact-us-page .contact-ino p a.mg-ls {
    margin-left: 32px;
}
 .contact-us-page .contact-ino p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    width: 100%;
    float: left;
}
 .contact-us-page {
    height: auto;
    padding: 16px 0;
}
 .contact-us-page .heading h2 {
    font-size: 38px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
    position: relative;
    margin-top: 8px;
}
 .about-us-page-content .about-us-home-content h1 {
    font-size: 30px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    margin-top: 8px;
}
 .about-us-page-content .about-us-home-content h1 span.content {
    line-height: 18px;
    margin-top: 15px;
    width: 100%;
}
 .about-us-page-content .about-us-home-content {
    padding-left: 0;
    max-width: -webkit-fill-available;
    margin: 0 auto;    padding-right: 10px;
}
 .about-us-page-content .about-us-home-content .about-content-btm {
    max-width: 500px;
    margin: 40px auto;
    padding:0 18px 0 0;
}
 .about-us-page-content {
    height: auto;
    padding:40px 15px 0px 15px;
}
 .about-us-page-content .about-us-home-content .about-content-btm p {
    color: white;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: normal;
}
 .header-section .banner-heading .banner-content h1 {
    font-size: 35px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 36px;
    position: relative;
    margin-top: 8px;
    padding-left: 0;
}
 .header-section .banner-heading .banner-content h3 {
    font-size: 18px;
    color: #fac407;
    margin-bottom: 0;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: normal;
}
 .header-section .banner-heading .banner-content h1 span.content {
    font-size: 16px;
    font-weight: 200;
    /* float: right;
    */
 position: static;
    text-transform: capitalize;
    line-height: 24px;
    top: 114px;
    font-weight: normal;
    left: 0;
}
 .header-section .banner-heading .banner-content {
    max-width: -webkit-fill-available;
    margin:0 40px 50px 120px;
}
 .header-section .banner-heading {
    margin-top:10px !important;
}
 .header-section .header-components ul li.modal-comp a {
    background-color: #94a4dc;
    border-radius: 50px;
    color: #ffffffc2;
    padding: 10px 20px;
    font-size: 14px;
    opacity: 1;
}
 .header-section .header-components ul li.version-comp a {
    display: inline-block;
    font-size: 12px;
    color: #94a4dc;
}
 .header-section .header-components ul li: last-child {
    margin-right: 0px;
    margin-left: 0;
}
 /* Tab Search bar */
 li.mob-tab-search-bar.visible-sm.visible-xs {
}
 li.mob-tab-search-bar.visible-sm.visible-xs input:: -moz-placeholder {
    color: white;
}
 li.mob-tab-search-bar.visible-sm.visible-xs:: -webkit-input-placeholder {
    color: white;
}
 li.mob-tab-search-bar.visible-sm.visible-xs input {
    border-radius: 50px;
    color: white !important;
    padding: 12px 10px;
    font-size: 14px;
    background-color: transparent;
    border-color: #ffffff;
    height: 40px;
    margin-top: 0px;
    position: relative;
    font-weight: 500;
}
 /* Tab Search bar */
 .hambur-menu ul.menu {
    top: 46%;
    left: 42%;
}
 .header-section .home-header-bg {
    height: 836px;
}
 .footer .footer-logo-div p {
    font-size: 16px;
    width: 100%;
}
 .footer .copyright-div {
    margin-top: 20px;
    margin-bottom: 22px;
}
 .footer .links-div ul li a i {
    margin-right: 10px;
    /* float: left;
    */
 }
 .about-us-home .about-us-home-content {
    height: auto;
    padding-left: 0;padding-bottom: 0;
}
 .about-us-home .about-us-home-content h1 {
    font-size: 28px;
}
 .about-us-home .about-us-home-content h1 span.content {
    font-size: 16px;
    position: static;
    margin-top: 15px;
}
.about-us-home .about-us-home-content .about-content-btm p{
    font-size: 16px;
}
 .about-us-home {
    padding-top: 0px;min-height: auto;
}
 .customize-container .custom-container-div-content h1 {
    font-size: 35px;
}
 .customize-container .custom-container-div-content h1 span.content {
    top: 0;
    font-size: 17px;
}
 .customize-container .custom-container-div-content {
    max-width: -webkit-fill-available;
    padding: 0;
    margin-left: 0;
}
 .customize-container .contaciner-custom-img-div img {
    /*margin: 50px auto 0;*/
}
 .customize-container ul.nav.nav-pills.nav-stacked {
    padding-right: 25px;
    box-sizing: border-box;
    
}
 .customize-container ul.nav.nav-pills.nav-stacked li {
    display: inline-block;
    margin: 0 10px;
    width: auto;
}
 .customize-container ul.nav.nav-pills.nav-stacked li a {
    transition: all 1s;
    color: #a6b2ff;
    font-size: 12px;
    text-transform: uppercase;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li img {
    padding-left: 0px;
    max-width: 40px;
    height: auto;
    margin-left: 10px;
}
 .customize-container .custom-container-div-content h3 {
    margin-top: 40px;
    margin-bottom: 22px;
}
 .customize-container .customize-div-option .logo-divs img {
    margin: 0 auto;
    max-width: 200px;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li span {
    font-size: 16px;
    margin: 12px 0 10px 0;    width: 60%;
}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li,
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active {
    padding: 5px 20px;
}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading {
    margin: 34px 0;
    text-align: center;
    padding: 0 10px;
}
 .customize-container .req-modal a {
    background-color: rgb(255, 198, 0);
    border-radius: 50px;
    color: #0b104c;
    padding: 12px 34px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
 .category-tab-slider .tab-slider-home-content {
    padding-left: 0;
    max-width: -webkit-fill-available;
}
 .category-tab-slider .tab-slider-home-content h1 {
    font-size: 35px;
}
 .category-tab-slider .tab-slider-home-content h1 span.content {
    font-size: 17px;
    line-height: 26px;
}
 .category-tab-slider .tab-content .item .detail-pr-box h4 {
    font-size: 16px;
    color: white;
    margin: 15px 40px 0 40px;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked {
    padding:60px 30px 0 0px;
}
.category-tab-slider .a-full-width{margin-top: 0;}

 .category-tab-slider {
    padding-top: 20px;
    padding-bottom: 50px;
}
 .category-tab-slider .tab-content .item .detail-pr-box a.detail-achor span {
    font-size: 14px !important;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li.active span {
    display: block;
    color: white;
    font-size: 22px;
    position: absolute;
    left: -12px;
    top: 2px;
}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a {
    font-size: 14px;
}
.category-tab-slider .tab-content .item .detail-pr-box {
    width: 275px;
}
 .category-tab-slider .tab-content .item .detail-pr-box span.line-sp {
    margin-left: 70px;
    right: -30px;
}
 .hambur-menu ul li {
    font-size: 26px;
}
}
@media only screen and (max-width: 767px) {
.header-section .logo-div { padding-right:0px;}    
.header-section .logo-div a {
    display: block !important;
    width: auto !important;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.header-section .logo-div a img{max-width: 100%;}    
.header-section .header-components ul {padding-right: 0;}    
.header-section .header-components ul.nav li.version-comp {width: 100%;}
.header-section .home-header-bg:before {opacity: 1;height: 100%;}
li.mob-tab-search-bar.visible-sm.visible-xs { width: 47% !important;margin: 0 0 14px 0;}
.header-section .header-components ul li.modal-comp a {padding: 10px 20px;}
li.mob-tab-search-bar.visible-sm.visible-xs input , .header-section .header-components ul li.modal-comp a {text-align: center;width: 100% !important;}
.header-section .header-components ul li {margin: 0 0 0 14px;}
.about-us-home .about-us-home-content .about-content-btm i {color: #a6b2ff;font-size: 16px;font-weight: 200;font-family: "Frutiger", sans-serif; line-height: 22px;display: block;}
form#search-Bar {text-align: center;}
.about-us-home .about-us-home-content .about-content-btm a.btn.btn-default {background-color: rgb(255, 198, 0);border-radius: 50px;color: #0b104c;padding: 8px 30px;font-size: 14px;text-transform: uppercase;font-weight: 600;outline: none; border: 0;margin-top: 14px;margin-bottom: 12px;}
.product-list-main .tab-slider-home-content h1 {font-size: 25px;margin-right: 0px;}
.product-list-main .tab-slider-home-content h1 span.content {font-size: 14px;text-transform: capitalize;line-height: 20px; top: 0;font-weight: normal;color: #a6b2ff;display: block;margin-top: 10px;}
.product-list-main .right-tab-content-div {margin-top: 0;margin-bottom: 26px;padding: 0px 0px;}
.product-list-main .tab-slider-home-content { padding-left: 0; max-width: -webkit-fill-available;margin: 46px 0 36px 0;padding: 0 0px;}
.header-section .logo-div a img { margin: auto;}
.header-section .banner-heading .banner-content {max-width: -webkit-fill-available;margin: 0 0px 0 0;padding-right: 5px;}
.header-section .banner-heading .banner-content h3 {font-size: 20px;line-height: 18px;margin-top: 0;}
.header-section .banner-heading .banner-content h1 { font-size: 40px;margin-left: 0;line-height: 1;}
.header-section .banner-heading .banner-content h1 span.content {font-size: 14px;font-weight: 200;/* float: right;*/position: absolute;text-transform: capitalize;line-height: 18px;top: 78px;font-weight: normal;left: 0;}
.hambur-menu button { top: 30px;position: absolute;right: 10px; left: inherit;width: 62px;height: 50px;/*background-color: #000; */text-align: left;}
.header-section .banner-heading { margin-top:5px !important;}
.header-section .hambur-menu .menu-toggle .line { width: 42px;height: 2px;background-color: #ffc703; display: block;margin: 6px 0;}
.header-section .hambur-menu .menu-toggle .min-line {width: 33px;text-align: left;float: right;margin: 0px 0;}
.header-section .home-header-bg {height: auto;}
.header-section .scroll-image {position: absolute;bottom: 0;display: none;}
.header-section .banner-heading .hambur-menu {position: absolute;top: -310px;right: 100px;}
.hambur-menu nav:before {background: rgba(0, 0, 0, 0.88);}
.hambur-menu ul.menu {top: 50%;left: 50%;width: 100%;right: 50%;}
.hambur-menu ul li {font-size: 22px;}
.header-section .banner-heading .banner-content h1 span.line-span {display: none;}
.footer .footer-logo-div p {font-size: 14px;color: #a6b2ff;margin-top: 14px;padding-right: 0;line-height: 20px;}
.footer .links-div h3 {font-size: 16px;color: #ffc600;margin-bottom: 10px;margin-top: 0;font-weight: normal;text-transform: uppercase;}
.footer .links-div ul li a {font-size: 13px;color: #a6b2ff;margin: 2px 0;display: inline-block;}
.footer .links-div {margin: 24px 0;}
.footer .footer-logo-div {height: auto;}
.footer {padding: 46px 0 0px 0;text-align: center;}
.footer .links-div ul li a i { margin-right: 8px;float: none;}
.cont-link ul li a .fa { display: inline;}
.about-us-home .about-us-home-content h1 {font-size: 25px;color: white;font-weight: 600;text-transform: uppercase;margin-right: 0;position: relative;margin-top: 8px;}
.about-us-home .about-us-home-content h3 {font-size: 14px;color: #fac407;margin-bottom: 0;text-transform: uppercase;/*letter-spacing: 1px;*/font-weight: 500;margin-top: 0;}
.about-us-home .about-us-home-content h1 span.content { font-size: 14px; font-weight: 200; /* float: right; */ position: static;text-transform: capitalize;line-height: 20px;top: 0;display: block;margin-top: 10px;}   
.about-us-home .about-us-home-content .about-content-btm {
    max-width: -webkit-fill-available;
    margin: 30px auto 0;
    padding: 0 0px;
}
.about-us-home .about-us-home-content .about-content-btm p{color:white;font-size:14px;line-height:1.8;margin-bottom:14px;text-align:justify;}
 .about-us-home{min-height:auto;padding-bottom:40px;}
 .header-section .header-components{margin-top:50px;float:none;margin-bottom:22px;}
 .header-section .banner-heading .banner-content h1 span.content{display:none;}
 .customize-container .custom-container-div-content h3{margin-top:40px;margin-bottom:0px;font-size:22px;font-weight:600;padding-right: 12px;}
 .customize-container ul.nav.nav-pills.nav-stacked li a{transition:all 1s;color:#a6b2ff;font-size:12px;text-transform:uppercase;padding:4px 2px;}
 .customize-container ul.nav.nav-pills.nav-stacked li.active span{display:block;color:white;font-size:14px;left:0;top:-13px;right:0;}
 .customize-container ul.nav.nav-pills.nav-stacked{box-sizing:border-box;margin-top:50px;text-align:center;width:100%;padding-left:0;padding-right:0;}
 .customize-container .customize-div-option .logo-divs img{margin:0 auto;max-width:110px;}
 .customize-container ul.nav.nav-pills.nav-stacked li{display:inline-block;margin:0 4px;}
 .wrapper-custom{padding-right: 5px;}
 .customize-container ul.nav.nav-pills.nav-stacked li{display:inline-block;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading h3{font-size:16px;color:#fac407;margin-bottom:20px;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .t-heading{margin:10px 0;text-align:center;padding:0 10px;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li img{float:none;padding-right:0;max-width:40px;height:auto;margin:0 auto;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active img{float:none;padding-left:0;height:auto;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active{list-style:none;display:block;background-color:#ffffff24;margin-bottom:0px;padding:10px 0px;text-align:center;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li{list-style:none;display:block;background-color:#ffffff24;margin-bottom:0px;padding:10px 0px;text-align:center;}
 .customize-container .customize-div-option{min-height:975px;background-color:#989fd133;height:1030px;padding:42px 0;}
 .customize-container .req-modal a{background-color:rgb(255, 198, 0);border-radius:50px;color:#0b104c;padding:12px 12px;font-size:10px;text-transform:uppercase;font-weight:600;}
 .customize-container .req-modal{text-align:center;margin:35px 0;}
 .customize-container .contaciner-custom-img-div img{margin:20px auto 0;max-width:180px;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main{max-height:475px;overflow-y:auto;height:475px;}
 .customize-container .customize-div-option{min-height:auto;background-color:#989fd133;height:auto;padding:42px 0;}
 .customize-container{background-image:url(../img/customize-bg.png);background-position:center;background-size:cover;height:auto;background-repeat:no-repeat;}
 .track-modal .modal-dialog .modal-content{margin: 0 15px;}
.track-modal .modal-dialog .modal-content .modal-body .modal-form{margin: 0;}


 .category-tab-slider .tab-slider-home-content h3{font-size:18px;color:#fac407;margin-bottom:0;text-transform:uppercase;/*letter-spacing:1px;*/font-weight:500;margin-top:0;}
 .category-tab-slider .tab-slider-home-content h1{font-size:20px;margin-right:0;padding-right:12px}
 .category-tab-slider .tab-slider-home-content h1 span.content{font-size:14px;position:relative;text-transform:capitalize;line-height:22px;top:0;font-weight:normal;color:#a6b2ff;display:block;margin-top:12px;}
 .category-tab-slider .right-tab-content-div{margin-top:20px;}
 .category-tab-slider .right-tab-content-div p{color:#a6b2ff;font-size:15px;text-transform:uppercase;margin-bottom:8px;}
 .category-tab-slider ul.nav.nav-pills.nav-stacked{padding:10px 50px 0 30px;}
.diff-container-category .row{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse;}
 .category-tab-slider ul.nav.nav-pills.nav-stacked li a{font-size:14px;padding:6px 12px;}
 .category-tab-slider .tab-content .owl-item{margin-left:0;}
 .category-tab-slider .tab-content .item .c-box{background-position:center center;transform:skew(-14deg);background-color:white;/* position:relative;*/
 padding:50px 0;box-sizing:border-box;margin:20px 43px;width:75%;}
 .category-tab-slider .tab-content .item a{position:relative;display:block;/* margin-top:60px;*/
 transform:skew(14deg);}
 .category-tab-slider .tab-content .item .detail-pr-box{
    padding:10px 0;position:absolute;bottom:-36px;right:-43px;/*transform:skew(0deg);*/
 /* background-color:goldenrod;*/
 
 background-image:none;
 width:auto;background-size:cover;
 background-repeat:no-repeat;
 margin:24px auto 0;


    height: 56px;
    transform: skew(-8deg);
    

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0d14d+0,cca332+100 */
background: rgb(240,209,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,209,77,1) 0%, rgba(204,163,50,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(240,209,77,1) 0%,rgba(204,163,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(240,209,77,1) 0%,rgba(204,163,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d14d', endColorstr='#cca332',GradientType=0 ); /* IE6-9 */

}
 .category-tab-slider .tab-content .item .detail-pr-box h4{font-size:16px;color:white;margin:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:165px;margin:0 auto;transform: skew(20deg) !important;}
 .category-tab-slider .tab-content .item .detail-pr-box a.detail-achor {
    transform: skew(20deg) !important;
}
 .category-tab-slider .tab-content{margin-top:15px;}
 .header-section .logo-div a{display:inline-block;}
 .category-tab-slider{padding-top:50px;padding-bottom:60px;}
 .general-class-subheader .banner-heading .hambur-menu{position:absolute;top:-330px;right:0px;}
 .about-us-page-content .about-us-home-content h1{font-size:25px;color:white;font-weight:600;text-transform:uppercase;margin-right:0;position:relative;margin-top:8px;width:100%;}
 .about-us-page-content .about-us-home-content h3{font-size:14px;color:#fac407;margin-bottom:0;text-transform:uppercase;/*letter-spacing:1px;*/font-weight:500;}
 .about-us-page-content{height:auto;padding:30px 15px;}
 .about-us-page-content .row{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse;}
 .about-us-page-content .row > div{padding-left:15px !important;padding-right:15px !important;}
 .about-us-page-content .about-us-home-content .about-content-btm{max-width:-webkit-fill-available;margin:30px auto;padding:0 0px;}
 .about-us-page-content .about-us-home-content .about-content-btm p{color:white;font-size:14px;line-height:1.8;margin-bottom:0px;font-weight:normal;text-align:justify;}
 .contact-us-page .heading h2{font-size:25px;color:white;font-weight:600;text-transform:uppercase;margin-right:0;position:relative;margin-top:8px;}
 .contact-us-page .form-div input{height:40px;margin-bottom:18px;}
 .contact-us-page .form-div textarea{height:100px;}
 .contact-us-page .form-div button{background-color:#ffc600;border:0;font-size:14px;font-weight:600;text-transform:uppercase;border-radius:20px;padding:6px 30px;margin-top:14px;outline:none;}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li{display:inline-block;float:none;width:100%;border-right:0;}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs li a{color:#8990c6;font-size:16px;border:0;transition:all 0.5s;padding:10px 0;display:inline-block;vertical-align:middle;}
 .pr-selector .panel.with-nav-tabs.panel-default .panel-heading ul.nav.nav-tabs{border:0;text-align:right;padding:0px 22px;display:block;}
 .pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form #custom-search-input .input-group{width:100%;padding-right:0;padding-left:0;}
 .pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label{display:block;box-sizing:border-box;padding-right:0;padding-left:0;}
 .customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style li a{transition:all 1s;font-size:13px;text-transform:uppercase;padding:0 0;}
form#search-product{display:block;}
.pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn button.btn.btn-default{width:100%;}
.wrapper-custom{padding-bottom:40px;}
 .customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style li.active span{display:block;color:white;font-size:16px;position:absolute;left:0;top:-24px;/*display:none;*/}
 .customize-container ul.nav.nav-pills.nav-stacked.ex-clas-style{padding-left:0;box-sizing:border-box;margin-top:48px;margin-left:0;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li span{font-size:16px;display:block;line-height:18px;width:auto;margin:5px 0 0 0;}
 .customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main ul li.active span{font-size:16px;color:white;line-height:18px;}
 #rotate-modal .modal-dialog{width:auto;margin:40px auto;}
 .track-modal .modal-dialog .modal-content .modal-header h4{text-align:center;font-size:22px;text-transform:uppercase;font-weight:400;color:white;margin-top:15px;}
 .track-modal .modal-dialog{width:auto;margin:0px auto;}
 .track-modal .modal-dialog{width:auto;margin:100px 20px;}
 .general-class-subheader .hambur-menu ul li{cursor:pointer;padding:6px 20px;font-size:22px;margin:0px 0;}
 .rotate-div .product-discr-detail h2{font-weight:600;color:white;font-size:30px;}
 .rotate-div .product-discr-detail p{font-size:16px;color:white;font-weight:normal;margin:16px 0;}
 .rotate-div .product-discr-detail ul li{font-size:16px;color:white;font-weight:normal;text-decoration:none;list-style:none;margin-bottom:7px;}
 .rotate-div .product-discr-detail ul{padding-left:0;}
 .rotate-div .product-discr-detail .same-heading{margin:15px 0px 0px 0px;}
 .rotate-div .product-discr-detail .same-heading h1{font-size:22px;color:white;font-weight:600;margin-top:0;margin-bottom:5px;}
 .rotate-div .product-discr-detail a.btn.btn-default{margin-left:0;font-size:14px;padding:6px 14px;margin-top:20px;}
 .rotate-div{padding:38px 0;background-image:linear-gradient(to right top, #127eb9, #096aaa, #10569a, #1a4188, #222d75);}
 .footer .footer-logo-div p{width:100%;}
 .links-div.quick-links{padding-left:0;}
 .category-tab-slider .a-full-width .right-tab-content-div{margin-top:10px;margin-left:0;padding-right:12px;}
 .category-tab-slider .tab-content .item{margin-left:0;}
 .about-us-page-content .about-us-home-content h1 span.line-span{position:static;clear:both;width:30%;display:block;float:none;margin-top:20px;}
 .about-us-page-content .about-us-home-content h1 span.content{position:static;margin-bottom:10px;}
 .about-us-page-content .about-us-home-content .about-content-btm{margin-bottom:30px;}
 .about-us-page-content .img-div img{width:100%;height:auto;}
 .product-list-main ul{padding-left:30px;}
 .pr-selector .panel-body .tab-pane .pr-tab-content .heading{margin:30px 0 5px 0;float:left;width:100%;}
.heading.filter-heading ul{padding-right:0;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box{margin:0;margin-bottom:32px;margin-top:10px;margin-left:0 !important;margin-right:35px !important;width:240px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .heading ul li{margin-right:0;margin-left: 5px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .heading h2{margin:0;font-size:22px;}
.no-padding{padding:0 !important;}
.pr-selector .panel-body .tab-pane .pr-tab-content .exmaple-form .sub-btn{margin-top:20px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .heading p{font-size:15px;margin:10px 0 20px 0;}
.pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:after{top:13px !important;}
.pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box{width:100%;}
.pr-selector .panel-body .tab-pane .pr-tab-content .search-result-caption .box label:after{top:10px !important;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div{margin-bottom:0;overflow:hidden;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span.line-sp{margin-left: 78px;}
.heading.filter-heading ul li a, 
.heading.filter-heading ul li a:hover, 
.heading.filter-heading ul li a:focus{
    font-size: 14px;padding: 2px 5px;
}


.footer .container-fluid .row div{padding-left:10px;}
.category-tab-slider ul.nav.nav-pills.nav-stacked li.active:after{position:static;}
.slick-prev{right:10px;}
.slick-next{right:60px;}
.slick-prev, .slick-next{top:108%;}
.footer .footer-logo-div img{width:30%;}
.row.prod_list_row{padding:0 5px;}
.product-list-main ul li a.c-active::after{position:static;}
 .product-list-main .c-box{margin:0 0 70px 13px;}
.g-recaptcha div{right:0;}
 #rc-imageselect, .g-recaptcha{transform:none;-webkit-transform:none;transform-origin:unset;-webkit-transform-origin:unset;float:left;
transform: scale(0.80) !important;
    -webkit-transform: scale(0.80) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
 }
.contact-us-page .row:nth-of-type(2){display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:-o-flex;display:flex;-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;-o-flex-direction:column-reverse;flex-direction:column-reverse;}
.customize-container .customize-div-option .panel-body .tab-content .tab-pane .options-main{height: 300px!important;min-height: auto;}
a.Magic360 { background: #fff;}
.Magic360 > img { width: 160px !important;height: 160px !important;}


.track-order-section .order-disc-div h1{
  font-size: 20px;

}
.track-order-section .order-disc-div p{font-size: 15px;}
.track-order-section .order-disc-div .status-div .bootstrapWizard {
     padding: 15px 0;display: block;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:first-child:before{
  left: -64px;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(2):before {
    width: 100%;
    right: 0;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:before{
  right: 0;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:last-child:before {
    content: "";
    right: 0;
    left: 0;
    width: 100% !important;
    max-width: 100%;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li {
    width: 100% !important;
    float: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 50px;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li a{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li .step{left: -56px;}
.track-order-section .order-disc-div .status-div .bootstrapWizard li[data-target="#step2"] .step{left:-44px;}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:last-child .step{left: -56px;}
.track-order-section .order-disc-div .status-div .bootstrapWizard li .title{right:0px;}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(4) a {
    left: 0;
}
.track-order-section .order-disc-div .status-div .bootstrapWizard li:nth-child(3):before {
    right: 0;
}


.track-order-section .order-disc-div .table-status-div{ padding: 20px 10px 1px 10px;}
.track-order-section .order-disc-div .table-status-div table thead tr td,
.track-order-section .order-disc-div .table-status-div table tbody tr td{font-size: 14px;}
.track-order-section .order-disc-div .table-status-div table thead tr td b,
.track-order-section .order-disc-div .table-status-div table tbody tr td b{font-size: 14px;}

.track-order-section .order-disc-div .table-status-div table thead tr > th > b{font-size: 14px;}
.track-order-section .order-disc-div .table-status-div table tbody tr td{line-height: 24px;}

section.certifications-page {
    padding-top: 20px;
}
.head-cerit p {
    font-size: 16px;
    max-width: 100%;
}
.certificate-box ul { margin: 16px 0px 34px 20px;}
.certificate-box li{margin-bottom: 10px;}
.certificate-box li a{font-size: 13px;}


form#reqForm {
    display: block !important;
 
}

.contact-us-page .form-div {
    padding-left: 0px;
}

}
/* Media Quries */
.header-section .header-components ul li.search-comp #wrap {
    margin: 14px 10px;
    /* display: inline-block;
    */
 position: relative;
    /* height: 60px;
    */
 /* float: right;
    */
 padding: 0; position: relative;
}
.header-section .header-components ul li.search-comp #wrap input[type="text"] {
    height: 40px; font-size: 20px; display: inline-block;
    /* font-family: "Lato"; */
 font-weight: 100; border: none; outline: none; color: #fff; padding: 3px; padding-right: 60px; width: 0px; position: absolute;top: -10px;left: -20px;background: none;z-index: 3;transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);cursor: pointer;text-align: right;}
.header-section .header-components ul li.search-comp #wrap input[type="text"]:focus:hover { border-bottom: 2px solid rgba(166, 178, 255, 0.52);}
.header-section .header-components ul li.search-comp #wrap input[type="text"]:focus { width: 400px; z-index: 1;border-bottom: 2px solid rgba(166, 178, 255, 0.52);cursor: text;}
.header-section .header-components ul li.search-comp #wrap input:: -moz-placeholder {color: rgba(255, 255, 255, 0.7607843137254902);}
.header-section .header-components ul li.search-comp #wrap input:: -ms-input-placeholder { color: rgba(255, 255, 255, 0.7607843137254902);}
.header-section .header-components ul li.search-comp #wrap input:: -webkit-input-placeholder { color: rgba(255, 255, 255, 0.7607843137254902);}
.header-section .header-components ul li.search-comp #wrap input[type="submit"] {height: 21px;   width: 21px; display: inline-block;color: red; float: right; background: url(../img/search-icon-desk.png) center center no-repeat;text-indent: -10000px;border: none;position: absolute;top: 0;right: 0;z-index: 2;cursor: pointer;opacity: 1;cursor: pointer;transition: opacity .4s ease; outline: none;}
.header-section .header-components ul li.search-comp #wrap input[type="submit"]:hover { opacity: 1;}
 
 @media only screen and (max-width: 500px) {
.header-section .logo-div a{max-width:100px;}
 .header-section .header-components{margin-top:40px;float:right;margin-bottom:22px;}
.header-section .header-components ul.nav li{/*width:100% !important;*/
 text-align:center;margin:0 !important;padding:4px;}
.header-section .logo-div a img{float:none;}
.header-section .banner-heading .banner-content h3{font-size:14px;line-height:18px;margin-top:0;}
.header-section .banner-heading .banner-content h1{font-size:24px;padding:0;margin-right:0;margin:15px 2px 20px 0;}
.header-section .social-media-icons{position:relative;width:100%;z-index:9999999999;right:0;margin:0 auto;float:none;text-align:right;left:0;}
.about-us-page-bg{background-size:cover;background-position:initial;}
div#scroll{display:none;}
.about-us-home .about-us-home-content h1 span.line-span{display:block;clear:both;margin-top:25px;margin-right:0;top:9px;left:0;}
.category-tab-slider .a-full-width{width:100%;text-align:right;margin-bottom:35px;}
.category-tab-slider .tab-slider-home-content h1{text-align:right;}
.category-tab-slider .tab-slider-home-content h1 span.content{right:0;max-width:100%;}
.general-class-subheader .hambur-menu ul.menu{left:0;right:-125px;float:right !important;top: 28%;}
.contact-us-page .heading{padding:0;padding-right:8px;}
.header-section .logo-div{padding-right:0px;}


}
@media only screen and (max-width: 420px) {
.rotate-div .dg-bg {width: 200px;}
.Magic360-container { padding: 10px 20px 10px 20px;}

}

 @media only screen and (max-width: 359px) {
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box {margin: 0;margin-bottom: 32px;margin-top: 10px;margin-left: 0px !important;margin-right: 20px !important;width: 220px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box h4{font-size: 15px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box{width: 260px; right: -40px;transform: skew(18deg) !important;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span.line-sp{width: 40px;}
.pr-selector .panel-body .tab-pane .pr-tab-content .product-list-div .c-box .detail-pr-box span {font-size: 12px;}
.customize-container ul.nav.nav-pills.nav-stacked li{margin: 0 3px;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.general-class-subheader .hambur-menu ul.menu {
    top: 50%;
}
.header-section .banner-heading .banner-content h3 {
    font-size: 20px;
}
.header-section .banner-heading .banner-content h1 {
    font-size: 25px;
}
.header-section .banner-heading .banner-content h1 span.content {
    font-size: 14px;
}
.general-class-subheader .banner-heading {    
    margin-top: 20px !important;
}

.footer .footer-logo-div p{width: auto;}
.product-list-main ul li a.c-active::after {
    left: 100%;
}
.product-list-main .right-tab-content-div {
    padding-right: 20px;
    margin-bottom: 40px;
}
.pr-selector .panel-body .tab-pane .pr-tab-content .filter-div-four label:after {
    left: 16px;
    top: 36%;

}
}

@media only screen and (min-width: 360px) and (max-width: 767px) and (orientation: landscape) {
.general-class-subheader .hambur-menu ul.menu {
    top: 50%;
    right: -25%;
}
.general-class-subheader .hambur-menu ul li{
    padding: 1px 20px;
}
.opens-menu .hambur-menu ul.menu li a{
font-size:16px;
}
}

/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
*/
