html,
body {
    background: #ffffff;
    font-family: "Rubik", sans-serif;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

body {
    opacity: 1;
    transition: 1s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

a {
    outline: none;
    text-decoration: none;
}

input:focus {
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.head-container {
    border-bottom: 5px solid #008ac3;
    position: relative;
}

.topheader {
    position: relative;
    z-index: 10;
}

.topheader .top-bar .row {
    align-items: center;
    display: flex;
    margin-top: 10px;
}

.topheader .search {
    padding: unset !important;
}

.topheader .links {
    padding-left: 5px !important;
    padding-right: unset !important;
}

.topheader .phone {
    padding: 0 0px !important;
}

.topheader input {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
    margin-left: -15px;
    padding-left: 10px;
    padding-right: 30px !important;
    position: relative;
    width: 100%;
}

.topheader input::placeholder {
    color: #bbcfc6;
    font-size: 15px;
    padding-bottom: 3px;
}

.topheader .search-btn-wrapper {
    color: #0588be;
    position: absolute;
    right: 10px;
    top: -22%;
}

.topheader .search-btn-wrapper i {
    color: #0588be;
    font-size: 18px;
}

.topheader .links .search-mobile-btn {
    cursor: pointer;
    max-width: unset !important;
    width: 25px;
}

.topheader .links a {
    color: #0588be;
    font-size: 14px;
    font-weight: 500;
    padding: 0 7px;
    text-transform: uppercase;
}

.topheader .links .count {
    align-items: center;
    background-color: #044684;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 17px;
    font-weight: 400;
    height: 20px;
    justify-content: center;
    margin: 5px 0 0 4px;
    position: absolute;
    width: 20px;
}

.topheader .links .cart:hover .count {
    color: #ca191b;
}

.topheader .phone img {
    margin-top: -3px;
}

.topheader .phone a {
    color: #044684;
    font-size: 24px;
    font-weight: 700;
}

.topheader .mobile-login i {
    font-size: 18px;
}

.topheader a:hover {
    color: #ca191b;
}

.topheader .mobile-search-box {
    margin: 15px 0;
}

.topheader .mobile-search-box .row {
    align-items: center;
    display: flex;
}

.topheader .mobile-search-box .search-btn-wrapper {
    color: #0588be;
    position: absolute;
    right: 23px;
    top: -22%;
}

.topheader .mobile-search-box .close-icon i {
    color: #0588be;
    font-size: 23px;
    margin-left: -30px;
}

.topheader .mobile-search-box .close-icon i:hover {
    color: #ca191b;
}

/*****Header Navbar*******/

.navbar .padd {
    padding: unset !important;
}

.navbar-nav {
    align-items: center;
    display: flex;
    margin-bottom: -56px;
}

.navbar-nav .nav-list:not(:last-child) a {
    position: relative;
}

.navbar-nav .nav-list li:not(:last-child) a:after {
    color: #0588be;
    content: "|";
    position: absolute;
    right: -17px;
}

.navbar-nav .nav-list li {
    /* padding: 0 13px; */
    margin: 0 16px;

}

.navbar-nav li:nth-child(1) {
    /* padding: 0 15px 0 0 !important; */
    margin: 0 15px 0 0 !important;
}

.navbar-nav li:nth-child(5) {
    /* padding: 0 0px 0 15px !important; */
    margin: 0 0px 0 15px !important;
}

.navbar-nav li a {
    color: #0d0d0d !important;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-nav .nav-list a:hover {
    color: #ca191b !important;
    font-weight: 700;
}

.navbar-nav li:not(:last-child) a {
    padding: 0 !important;
}

.navbar-nav li:last-child a {
    line-height: 1.2;
    padding: 5px 20px 0 0 !important;
}

.navbar-nav li.mega-menu a {
    color: white !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav li.mega-menu {
    background-color: #044684;
    display: inline-block;
    margin-top: 2px;
    width: 188px !important;
}

.navbar-nav .nav-list {
    margin-bottom: -18px;
}

.ham-bg {
    background: #ca191b;
}

.hamburger {
    background: #ca191b;
    cursor: pointer;
    float: left;
    height: 50px;
    padding: 5px 4px;
    position: relative;
    width: 27%;
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
}

.header .mega-menu a {
    float: right;
    width: 65%;
}

.hamburger .line {
    background-color: #ffffff;
    border-radius: 30px;
    display: block;
    height: 3px;
    margin: 7px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35px;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1 .line:nth-child(1) {
    margin-top: 9px;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

.mega-menu-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #b9c1c7;
    display: none;
    height: 325px;
    position: absolute;
    z-index: 99;
}

.mega-menu-content .row {
    padding: 20px 0;
}

.mega-menu-content .img-fit {
    padding: unset !important;
}

.mega-menu-content .img-fit img {

    background-color: #bbcfc6;
    border: 1px solid #bbcfc6;
    height: 280px;
    width: 285px;
}

.mega-menu-content ul {
    list-style-type: none;
    margin-top: 10px;
    padding: unset !important;
    width: 650px;
}

.mega-menu-content ul li {
    height: 43px;
    margin-bottom: 20px;
    min-width: 150px !important;
    padding: 13px 5px;
}

.mega-menu-content ul li a {
    color: #ffffff;
    display: block !important;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
}

.mega-menu-content ul li:hover {
    background-color: #ca191b;
    border: 1px solid #ffffff;
}

.mega-menu-content ul li:hover a {
    font-weight: 500;
    padding-left: 10px;
}

.mega-menu-content .max-w {
    max-width: 35% !important;
}

/******Mobile-view*********/
.mobile-nav-hide {
    background-size: cover;
    display: none;
    height: 200%;
    left: -350px;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 350px;
    z-index: 100;
    /* overflow:scroll; */
}

.mobile-nav-hide.active {
    left: 0;
}

.mobile-hamburger {
    background-color: #ca191b;
    padding: 3px 6px 6px;
    position: absolute;
    right: -48px;
    top: 6px;
    z-index: 100;
}

.mobile-hamburger .line {
    background-color: #ffffff;
    border-radius: 30px;
    display: block;
    height: 4px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
}

#hamburger-2 .line:nth-child(1) {
    margin-top: 9px;
}

#hamburger-2.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-2.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

#hamburger-2.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.mobile-nav-hide ul {
    display: block !important;
    list-style-type: none;
    padding: 10px 0 0 10px;
}

.mobile-nav-hide ul li {
    color: #0d0d0d;
    margin: 5px 0;
    padding: 7px 0;
}

.mobile-nav-hide ul li a {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.mobile-nav-hide ul li:hover a {
    color: #ca191b;
    font-weight: 800;
}

.mobile-nav-hide ul li .mbolie-mega-menu {
    position: relative;
}

.mobile-nav-hide ul li .mbolie-mega-menu::before {
    border: 4px solid #ffffff;
    border-width: 3px 3px 0 0;
    content: "";
    height: 9px;
    position: absolute;
    right: -40px;
    top: 7px;
    transform: rotate(45deg);
    width: 9px;
}

.mobile-nav-hide ul li:hover .mbolie-mega-menu::before {
    border: 4px solid #ca191b;
    border-width: 3px 3px 0 0;
    content: "";
    position: absolute;

    transform: rotate(45deg);
}

.mobile-nav-hide ul li .mbolie-mega-menu.rotate::before {
    transform: rotate(135deg);
    transition: transform 0.5s;
}

/****** Banner section *****/
.main-banner {
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #008ac3;
}

.main-carousel {
    padding: unset !important;
}

.main-carousel .main-row {
    align-items: center;
    display: flex;
}

.main-carousel h1,
.main-carousel h2 {
    color: #000000;
    font-size: 70px;
    font-weight: 700;
    line-height: 0.8;
    text-transform: uppercase;
}

.main-carousel h3 {
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.main-carousel h6 {
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.main-carousel h3 .red {
    color: #ca191b;
}

.main-carousel h3 .navy {
    color: #044684;
}

.main-carousel h3 .sky-blue {
    color: #0588be;
}

.main-carousel .red-btn,
.main-carousel .white-btn {
    border: 1px solid #ca191b;
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 5;
}

.main-carousel .red-btn {
    background-color: #ca191b;
    color: #ffffff;
    margin-right: 5px;
    position: relative;
    vertical-align: center;
}

.main-carousel .red-btn span {
    padding-right: 10px;
}

.main-carousel .red-btn i {
    font-size: 26px;
    position: absolute;
    top: 9.5px;
}

.main-carousel .red-btn:hover {
    background-color: #044684;
    border: 1px solid #044684;
}

.main-carousel .white-btn {
    color: #000000;
}

.main-carousel .white-btn:hover {
    background-color: #ca191b;
    color: #ffffff;
}

.main-carousel .owl-carousel .animated {
    animation-duration: .5s;
}

/***COMPANY LOGO*****/
.marquee img {
    height: 50px;
    width: 150px !important;
}

.marquee-carousel {
    padding: 50px 0 30px 0;
}

/******OUR CATEGORIES**********/
.our-category {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-bottom: 10px solid #0588be;
    border-top: 10px solid #0588be;

}

.our-category .row {
    padding: 45px 0;
}

.our-category h3 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}

.our-category h3 span {
    color: #59d2ff;
    font-weight: 700;
}

.our-category .links {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
    min-width: 310px;
    padding: 7px 0;
    padding-left: 10px;
    text-transform: uppercase;
    transition: padding .5s;
}

.our-category .shop-all-btn .links {
    background-color: #ca191b;
    min-width: 636px;
    text-align: center;
}

.our-category .shop-all-btn .links:hover {
    background-color: #044684;
}

.our-category .first-row .links:hover {
    background-color: #ca191b;
    font-weight: 600;
}

.our-category .first-row .links:hover span {
    padding-left: 10px;
    transition: padding .5s;
}

/* .our-category .first-row .links:nth-child(1) {
  margin-right: 20px;
} */

/***********Featured Products******/
.feature-product {
    background: url(../images/home/feature-product-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.feature-product .top-row {
    padding-bottom: 10px;
    padding-top: 50px;
}

.feature-product .shop-btn {
    background-color: #0588be;
    color: white;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.feature-product .shop-btn:hover {
    background-color: #ca191b;
}

.feature-product h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.feature-product h3 span {
    color: #0588be;
    font-weight: 700;
}

.feature-product-carousel .owl-theme {
    position: relative;
}

.feature-product-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
}

.feature-product-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
}

.feature-product-carousel .owl-theme .owl-nav [class*="owl-"] {
    background-color: unset !important;
}

.feature-product-carousel .owl-nav button.owl-next {
    right: -80px;
}

.feature-product-carousel .owl-nav button.owl-prev {
    left: -80px;
}

.feature-product-carousel .main-img .img-wrap {
    position: relative;
    /* height: 263px !important;
    width:272px !important; */
}

/* .feature-product-carousel .main-img .img-wrap img{
    height: 263px !important;
    width:272px !important;
  } */

.content span {
    background-color: #ca191b;
    bottom: 10px;
    color: white;
    font-size: 20px;
    padding: 10px 65px;
    text-transform: uppercase;
}

.feature-product-carousel .item:hover:after {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;
}

.feature-product-carousel .item .details {
    background: url(../images/home/product-overlay.png) no-repeat;

    background-size: cover;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0px;
    transform: scaleY(0);
    transition: transform 0.5s;
    width: 100%;
}

.feature-product-carousel .item .details .content {
    bottom: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.feature-product-carousel .item:hover .details {
    transform: scaleY(1);
}

.feature-product-carousel .protect-title {
    min-height: 130px;
    padding: 20px 0;
}

.feature-product-carousel .protect-title h6 {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.feature-product-carousel .protect-title h5 a {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.feature-product .tri-color-line {
    background: #044684;
    background: -moz-linear-gradient(left,
            #0588be 0%,
            #0588be 30%,
            #59d2ff 30%,
            #59d2ff 60%,
            #ca191b 60%,
            #ca191b 100%);
    background: -webkit-linear-gradient(left,
            #0588be 0%,
            #0588be 30%,
            #59d2ff 30%,
            #59d2ff 60%,
            #ca191b 60%,
            #ca191b 100%);
    background: -o-linear-gradient(left,
            #0588be 0%,
            #0588be 30%,
            #59d2ff 30%,
            #59d2ff 60%,
            #ca191b 60%,
            #ca191b 100%);
    background: -ms-linear-gradient(left,
            #0588be 0%,
            #0588be 30%,
            #59d2ff 30%,
            #59d2ff 60%,
            #ca191b 60%,
            #ca191b 100%);
    background: linear-gradient(to right,
            #0588be 0%,
            #0588be 30%,
            #59d2ff 30%,
            #59d2ff 60%,
            #ca191b 60%,
            #ca191b 100%);
    height: 5px;
}

/*********BRINGING safty-testimoniol-one*********/

.bring-safety {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #0588be;

}

.bring-safety h1.blue {
    color: #59d2ff;
    font-size: 60px;
    text-transform: uppercase;
}

.bring-safety h1 {
    color: #ffffff;
    font-size: 69px;
    line-height: 0.8;
    text-transform: uppercase;
}

.bring-safety p {
    color: #ffffff;
    font-size: 16px;
    padding: 20px 0;
    text-align: justify;
}

.bring-safety .links {
    background: transparent;
    border: 1px solid #ca191b;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    min-width: 255px;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
}

.bring-safety .links.normal {
    margin-right: 10px;
}

.bring-safety .links.colored {
    background-color: #ca191b;
}

.bring-safety .links.normal:hover {
    background-color: #ca191b;
}

.bring-safety .links.colored:hover {
    background-color: #044684;
    border: 1px solid #044684;
}

.bring-safety img {
    z-index: 2;
}

/**********Testimonilas two************/
.testimonial-two {
    background-image: url(../images/home/feature-product-bg.png);
    background-position: center;
    background-size: cover;
}

.testimonial-two h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonial-two h3 span {
    color: #0588be;
    font-weight: 700;
}

.testimonial-two .shop-btn {
    background-color: #0588be;
    color: white;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.testimonial-two .shop-btn:hover {
    background-color: #ca191b;
}

.testimonial-two .top-row {
    padding-bottom: 30px;
    padding-top: 70px;
    position: relative;
    z-index: 999999;
}

.testimonial-carousel {
    padding-bottom: 35px;
}

.testimonial-two .item {
    border: 1px solid #0588be;

}

.testimonial-two .item .row {
    padding: 10px 20px 0;
}

.testimonial-two .item h6 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.testimonial-two .item p.sub-text {
    line-height: 0;
    text-transform: capitalize;
}

.testimonial-two p {
    font-size: 15px;
    margin-top: 20px;
    text-align: justify;
}

.testimonial-two-carousel .owl-theme {
    position: relative;
}

.testimonial-two-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
}

.testimonial-two-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
}

.testimonial-two .owl-theme .owl-nav [class*="owl-"] {
    background-color: unset !important;
}

.testimonial-two-carousel .owl-nav button.owl-next {
    right: -80px;
}

.testimonial-two-carousel .owl-nav button.owl-prev {
    left: -80px;
}

/********CONTACT******/
.contact {
    background-image: linear-gradient(#555555, #272727);
    border-top: 10px solid #b9c1c7;
}

.contact .main-row {
    padding: 20px 0;
}

.contact h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    padding-top: 25px;
    text-transform: uppercase;
}

.contact h3 span {
    color: #59d2ff;
    font-weight: 700;
}

.contact h6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

.contact p {
    color: #ffffff;
    font-size: 15px;
    padding-bottom: 45px;
}

.contact .contact-links a {
    color: #ffffff;
    font-size: 17px;
}

.contact .contact-links .mobile {
    font-size: 24px;
    font-weight: 700;
}

.contact .contact-links .mail:hover {
    color: #59d2ff;
}

.contact .contact-links .mobile:hover {
    color: #ca191b;
}

.contact .contact-form {
    border: 1px solid #ffffff;
}

.contact .contact-form .row {
    padding: 20px 0;
}

.contact .contact-form input,
.contact .contact-form textarea,
.contact .contact-form select {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 5px 0;
    padding: 7px 5px;
    width: 100%;
}

.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
    outline: none !important;
}

.contact .contact-form input::placeholder,
.contact .contact-form textarea::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.contact .contact-form button {
    background: #ca191b;
    border: none;
    color: #ffffff;
    font-size: 24px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.contact .contact-form button:hover {
    background-color: #044684;
}

.contact .gform_confirmation_wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form .gform_confirmation_wrapper {
    padding: 20px;
}

.contact-form .gform_confirmation_message,
.contact .gform_confirmation_message {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/*********Footer*************/
.footer {
    background-image: url(../images/home/footer-bg.png);
    background-size: cover;
}

.footer .desk-view .main-row {
    padding-top: 50px;
}

.footer h6 {
    color: #59d2ff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer ul {
    list-style-type: none;
    padding: unset !important;
}

.footer ul li {
    padding: 5px 0;
}

.footer ul li a {
    color: #ffffff;
    text-transform: capitalize;
}

/* .footer .company h6,
.footer .company li a {
  padding-left: 40px;
} */
.footer .form h3 {
    color: #59d2ff;
    font-size: 27.5px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer .form p {
    color: #ffffff;
    font-size: 15px;
    line-height: 0;
}

.footer form input {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: white;
    padding: 5px 20px 5px 5px;
    position: relative;
    width: 100%;
}

.footer form input::placeholder {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.footer .form button {
    background-color: #ca191b;
    border: none;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #ffffff;
    margin-top: 1px;
    outline: none;
    padding: 5.5px 7px 0.8px 7px;
    right: 1.3px;
}

.footer .mobile,
.footer .social-link,
.footer .mail {
    padding: 15px 0;
}

.footer .mobile a {
    color: #ffffff;
    font-size: 28px;

    font-weight: 700;
    text-align: center;
}

.footer .mail a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.footer .mobile a:hover,
.footer .mail a:hover {
    color: #008ac3;
}

.footer .social-link {
    text-align: center;
}

.footer .social-link .twitter,
.footer .social-link .facebook,
.footer .social-link .youtube {
    background: #ffffff;
    border-radius: 7px;
    color: #044684;
    display: inline-block;
    height: 35px;
    margin: 0 15px;
    padding-top: 8px;
    text-align: center;
    width: 35px;
}

.footer .social-link .twitter:hover i,
.footer .social-link .facebook:hover,
.footer .social-link .youtube:hover {
    background-color: #59d2ff;
}

.footer .social-link i {
    color: #044684;
    font-size: 20px;
}

/* .footer .social-link .youtube{
  padding-top: 5px !important;
} */
.footer .social-link .youtube i {
    font-size: 16px;
}

.mobile-view h6 {
    position: relative;
}

.footer .mobile-view h6:hover {
    cursor: pointer !important;
}

.footer .mobile-view h6::before {
    border: 4px solid #59d2ff;
    border-width: 3px 3px 0 0;
    content: "";
    height: 9px;
    position: absolute;
    right: 25px;
    top: 7px;
    transform: rotate(45deg);
    transition: transform 0.5s;
    width: 9px;
}

.footer ul li:hover a {
    color: #ca191b;
}

.footer .mobile-view h6.foot-rotate::before {
    transform: rotate(135deg);
    transition: transform 0.5s;
}

.footer .mobile-view {
    padding: 25px 15px !important;
}

.footer .mobile-logo-sec {
    margin-top: 20px;
}

/******Contact Inner page**********/
.banner.contact-us {
    background: no-repeat 67%;
    background-size: cover;
    color: #fff;
    min-height: 230px;
    position: relative;
}

.banner h2 {
    bottom: -12px;
    font-size: 48px;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    top: auto;
}

.breadcrumb-section {
    padding: 20px 0 20px 10px;
}

.breadcrumb {
    background-color: unset !important;
}

.breadcrumb li {
    color: #a6a6a6;
    font-weight: 500;
    text-transform: uppercase;
}

.breadcrumb li.active {
    color: #ca191b;
}

.contact-page {
    /* background-image: linear-gradient(#555555, #272727);
  border-top: 10px solid #b9c1c7;; */
    position: relative;
}

.contact .main-row {
    padding: 20px 0;
}

.contact-page h3 {
    color: #59d2ff;
    font-size: 36px;
    font-weight: 400;
    padding-top: 25px;
    text-transform: uppercase;
}

.contact-page h3 span {
    color: #044684;
    font-weight: 700;
}

.contact-page h6 {
    font-size: 21px;
    font-weight: 700;
    padding: 20px 0;
}

.contact-page p {
    font-size: 15px;
    padding-bottom: 25px;
}

.contact-page .contact-links a {
    font-size: 17px;
}

.contact-page .contact-links .mobile {
    color: #0d0d0d;
    font-size: 24px;
    font-weight: 300;
}

.contact-page .contact-links .mobile img {
    margin-right: 5px;
}

.contact-page .contact-links .mobile span {
    display: block;
    font-weight: 700;
    margin-left: 30px;
    margin-top: -6px;
}

.contact-page .contact-links .mail {
    color: #0d0d0d;
    font-size: 24px;
    font-weight: 300;

}

.contact-page .contact-links .mail span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
    margin-top: -6px;
}

.contact-page .sec-row {
    margin-top: 25px;
}

.contact .contact-links .mail:hover {
    color: #59d2ff;
}

.contact .contact-links .mobile:hover {
    color: #ca191b;
}

.contact-page .contact-form {
    background-image: linear-gradient(#555555, #272727);
    border: 1px solid #ffffff;
    margin-top: 40px;
    padding: 0 20px;
}

.contact-page .contact-form .row {
    padding: 20px 0;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 5px 0;
    padding: 7px 5px;
    width: 100%;
}

.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus {
    outline: none !important;
}

.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.contact-page .contact-form button {
    background: #ca191b;
    border: none;
    color: #ffffff;
    font-size: 24px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.contact-page .contact-form button:hover {
    background-color: #044684;
}

.contact-page .container {
    margin-bottom: 100px;
}

.contact-page {
    border-bottom: 10px solid #d6d6d6;
}

.contact-page .contact-text p {
    bottom: -50px;
    color: #d6d6d663;
    font-size: 70px;
    font-weight: 300;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

/* About page */
.breadcrumb-section {
    padding-top: 45px;
}

.inner-banner-section.about-banner {
    background: no-repeat;
    background-size: cover;
    height: 240px;
    position: relative;
}

.about-banner .container {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.inner-banner-section .banner-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.about-content-section {
    overflow: hidden;
    padding: 0px 0px 50px;
    position: relative;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.breadcrumb ul li {
    color: #737373;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-right: 12px;
    position: relative;
    text-transform: uppercase;
}

.breadcrumb ul li:before {
    content: "/";
    font-size: 16px;
    position: absolute;
    right: 2px;
    top: 0;
}

.breadcrumb ul li.active {
    color: #ca191b;
    font-weight: 500;
}

.breadcrumb ul li.active:before {
    display: none;
}

.title h2 {
    color: #ca191b;
    font-size: 59px;
    font-weight: 700;
    line-height: 70px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.title h2 span {
    color: #044684;
    display: block;
    font-size: 68px;
}

.about-content-section>img {
    bottom: 0;
    height: 100%;
    object-fit: cover;
    object-position: left;
    position: absolute;
    right: 0;
    width: 50%;
}

.about-content-section-two {
    background: url(../images/about/about-content-2-new.png) no-repeat;
    background-size: cover;
}

.about-content-wrapper {
    padding: 45px 0px 30px;
}

.about-content-wrapper p {
    color: #fff;
    text-align: justify;
}

.about-cap-col img {
    opacity: 0;
}

.about-content-section-two .container {
    position: relative;
}

.about-content-section-two .cap-img {
    left: -100px;
    position: absolute;
    top: -30px;
}

.btn-style {
    background: #ca191b;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 40px;
    padding: 10px 0px;
    /* border: 1px solid #fff; */
    text-align: center;
    text-transform: uppercase;
}

.btn-style:hover {
    background: #0588be;
    color: #fff;
}

.inner-feature-products-section {
    background: transparent !important;
    padding-bottom: 50px;
    padding-top: 70px;
}

a {
    transition: all 0.3s ease;
}

.feature-wrapper .grid-wrap {
    display: block;
    overflow: hidden;
    position: relative;
}

.feature-wrapper .overlay-wrapper {
    align-items: flex-end;
    background: url(../images/about/overlay-bg.png) no-repeat;
    background-size: cover;
    display: flex;
    height: 0%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: -100px;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}

.feature-wrapper .grid-wrap:hover .overlay-wrapper {
    height: 100%;
    opacity: 1;
    top: 0;
    visibility: visible;
    z-index: 99;
}

.feature-wrapper .overlay-wrapper a {
    background: #ca191b;
    color: #fff;
    display: block;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.overlay-wrapper a:hover {
    background: #0588be;
}

.feature-wrapper .text-wrapper p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 20px 0px 10px;
    text-align: center;
}

.feature-wrapper .text-wrapper p span {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.grid-wrap>img {
    border: 1px solid #cccccc;
    min-height: 280px;
    object-fit: cover;
}

.inner-feature-products-section .owl-carousel .owl-nav.disabled {
    display: none !important;
}

#feature-carousel {
    padding-top: 15px;
}

/******Shop detils*************/
.banner.shop-detail-page {
    background-image: no-repeat 50%;
    background-size: cover;
    color: #fff;
    min-height: 230px;
    position: relative;
}

.banner h2 {
    bottom: -12px;
    font-size: 48px;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    top: auto;
}

.product__carousel {
    display: block;
    margin: 5px auto 3em;
    max-width: 700px;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 434px !important;
    margin-bottom: 15px;
}

.product__carousel .gallery-top .swiper-slide {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}

.product__carousel .gallery-top .swiper-slide a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    background-color: #f5f5f5;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-height: 100%;
    min-width: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-color: #cccccc;
    border-radius: 3px;
    border-radius: 0;
    cursor: pointer;
    height: calc(100% - 2px);
    margin-right: 15px !important;
    overflow: hidden;
    position: relative;
    transition: border 0.15s linear;
    width: 123px !important;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #cccccc;
    border-radius: 0;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    height: auto;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.quote-btn {
    background: #ca191b;
    background: url(../images/product-detail/white-arrow.png) no-repeat 66% 50% #ca191b;
    background-size: 25px;
    border: unset;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 8px;
    text-transform: uppercase;
}

.breadcrumb-wrap {
    padding: 0;
}

.breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    margin-bottom: 5px;
    padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-item a {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-wrap .breadcrumb-item.active {
    color: #ca191b;
    font-weight: 600;
    text-transform: uppercase;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    display: none;
}

.product-content.right-wrap .entry-title {
    color: #0d0d0d;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.product-content.right-wrap span a {
    color: #898989;
    display: block;
    font-size: 18px;
}

.product-content.right-wrap p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin: 20px 0;
    text-align: justify;
}

.product-detail-box .color-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-detail-box .color-box .left span {
    color: #737373;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-detail-box .color-box .yellow-btn {
    background: #fcd21a;
}

.product-detail-box .color-box .orange-btn {
    background: #fa9709;
}

.product-detail-box .color-box .btn {
    border-radius: 0;
    height: 32px;
    margin: 3px;
    width: 32px;
}

.product-detail-box .color-box .red-btn {
    background: #ca191b;
}

.product-detail-box .color-box .blue-btn {
    background: #015bad;
}

.product-detail-box .color-box .green-btn {
    background: #058a24;
}

.product-detail-box .color-box .white-btn {
    background: #fff;
    border: 1px solid #e3dfdf;
}

.product-detail-box .color-box .black-btn {
    background: #0d0d0d;
}

.product-detail-box .color-box .right {}

.product-detail-box .color-box .right span {
    color: #737373;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.product-detail-box .color-box .right select {
    appearance: none;
    background: #f5f5f5;
    background: url(../images/product-detail/drop-down.png) no-repeat 93% 50% #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    cursor: pointer;
    padding-right: 30px;
}

.product-detail-box .color-box .left ul {
    align-items: center;
    display: flex;
    padding: 0;
}

.product-detail-box .color-box .left ul li {
    border: 1px solid #d7d7d7;
    list-style: none;
    margin-left: 0;
    margin-right: 15px;
}

.product-content.right-wrap {
    margin-left: -10px;
}

a.call-icon {
    background: url(../images/product-detail/blue-call.png) no-repeat 0% 50%;
    color: #737373;
    display: block;
    font-size: 16px;
    padding-left: 40px;
}

/* .quote-btn:hover {

    #044684;
} */
.product-content.right-wrap ul li a {
    display: block;
}

.product-content.right-wrap ul li a img {
    filter: grayscale(100%);
    height: auto;
    max-width: 100%;
    width: 30px;
}

.product-content.right-wrap ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

.product-content.right-wrap ul li {
    list-style: none;
    margin-left: 10px;
}

.contact-info {
    display: flex;
    margin: 15px 0 15px 0;
}

.contact-info .left {
    flex: 1;
}

a.call-icon span {
    font-size: 16px !important;
    line-height: normal;
}

a.call-icon span u {
    font-size: 13px;
    font-weight: 500;
    font-weight: 500;
    text-transform: uppercase;
}

.ribben-bar {
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.ribben-bar .dark-blue {
    background: #0588be;
    flex: 1;
    height: 4px;
    width: 100%;
}

.ribben-bar .light-blue {
    background: #59d2ff;
    flex: 1;
    height: 4px;
    width: 100%;
}

.ribben-bar .red {
    background: #ca191b;
    flex: 1;
    height: 4px;
    width: 100%;
}

.product-content.right-wrap ul li a:hover img {
    filter: unset;
}

.custom-line {
    background: #d9d9d9;
    height: 1px;
    margin-top: -10px;
}

/* .product-details-wrap {
  padding: 30px 0;
} */
#get-quoto-modal .contact-form {
    border: unset;
    padding: 20px;
    padding-top: 0;
}

#get-quoto-modal .contact .contact-form .row {
    padding: 0;
}

#get-quoto-modal .contact .main-row {
    padding: 0;
}

#get-quoto-modal .contact {
    border-top: 0;
}

#get-quoto-modal .modal-header {
    align-items: center;
    background-color: #535353;
    border-bottom: 0;
    flex-direction: column;
    padding: 20px 40px 5px 40px;
    position: relative;
    text-align: center;
}

#get-quoto-modal .modal-content {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
}

#get-quoto-modal .modal-header h5 {
    color: #59d2ff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

#get-quoto-modal .modal-header span {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

#get-quoto-modal .modal-header .close {
    background: url(../images/product-detail/modal-close.png) no-repeat 50% 50%;
    background-size: 42px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
}

#get-quoto-modal .modal-header .close span {
    display: none;
}

#get-quoto-modal select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/product-detail/drop-down-white.png) no-repeat 97% 50% #5353533d;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin: 5px 0;
    padding: 7px 5px;
}

#get-quoto-modal .contact .contact-form button {
    margin-top: 10px;
    padding: 5px;
}

/** shop page additional style */
.categories-list ul.products li.product {
    margin: 0 !important;
}

.shop-products ul {
    column-count: unset !important;
    padding: 0 !important;
}

/**************************
MEDIA QAUERY
***************************/
@media (min-width: 300px) and (max-width: 400px) {
    .bring-safety .links {
        min-width: 135px !important;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .bring-safety .links {
        min-width: 175px !important;
    }
}

@media (max-width: 575px) {
    .contact-page h3 {
        font-size: 23px;
    }

    .our-category h3 {
        font-size: 39px;
    }

    .main-carousel .banner-bg1 img {
        height: 350px !important;
    }

    .bring-safety .links {
        min-width: 200px;
    }

    .topheader .phone a {
        font-size: 16px;
    }

    .mobile-nav-hide {
        left: -250px;
        width: 250px;
    }

    .mobile-nav-hide ul {
        padding: 0 0 0 15px !important;
    }

    .mobile-nav-hide ul li a {
        font-size: 14px;
    }

    .mobile-nav-hide ul li .mbolie-mega-menu::before {
        height: 7px;
        top: 3px;
        width: 7px;
    }

    .footer .desk-view {
        display: none;
    }

    .footer .form p {
        line-height: 1;
    }

    .testimonial-two .item p.sub-text {
        line-height: 1;
    }

    .contact-page .contact-text {
        display: none;
    }

    .contact-page .container {
        margin-bottom: 0px;
    }

    .bring-safety .row {
        padding-top: 30px;
    }

    .bring-safety h1.blue {
        font-size: 32px;
    }

    .bring-safety h1 {
        font-size: 37px;
    }

    .bring-safety .title {
        text-align: center;
    }

    .feature-product h3 {
        font-size: 26px;
        text-align: center;
    }

    .main-carousel .red-btn,
    .main-carousel .white-btn {
        font-size: 16px;
    }

    .main-carousel .red-btn:after {
        height: 10px;
        right: 10px;
        top: 14px;
        width: 10px;
    }

    .main-carousel .red-btn span {
        padding-right: 5px;
    }

    .main-carousel .red-btn i {
        font-size: 20px;
        position: absolute;
        top: 8.5px;
    }
}

@media (min-width: 575px) {
    .footer .mobile-view {
        display: none;
    }

    .contact .contact-form .pr {
        padding: 0 5px 0 15px !important;
    }

    .contact .contact-form .pl {
        padding: 0 15px 0 5px !important;
    }
}

@media (min-width: 575px) and (max-width: 767px) {
    .our-category h3 {
        font-size: 60px;
    }

    /* .main-carousel .red-btn,
  .main-carousel .white-btn {
    width: 265px;
  } */
    .bring-safety .links {
        min-width: 240px;
    }

    .contact-page .contact-text p {
        bottom: -36px;
        font-size: 34px;
        text-align: center;
    }

    .bring-safety h1.blue {
        font-size: 33px;
        text-align: center;
    }

    .bring-safety h1 {
        font-size: 65px;
        text-align: center;
    }

    .mobile-nav-hide ul li a {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .shop-products ul {
        text-align: center;
    }

    .our-category h3 {
        text-align: center;
    }

    .main-carousel h3 {
        font-size: 20px;
    }

    .main-carousel h1,
    .main-carousel h2 {
        font-size: 55px;
    }

    .mobile-nav-hide ul li {
        color: #0d0d0d;
        margin: 5px 0;
        padding: 3px 0;
    }
    
    .mobile-nav-hide ul li a:not([href]):not([class]) {
        color: #fff;
    }

    .title h2 {
        font-size: 32px;
        line-height: 40px;
        padding-bottom: 0;
    }

    .about-content-section .title h2 span {
        font-size: 42px;
    }

    .about-content-section>img {
        height: 350px;
        position: relative;
        width: 100%;
    }

    .inner-banner-section .banner-text h2 {
        font-size: 36px;
        line-height: 22px;
    }

    .about-content-section-two .cap-img {
        left: 0;
        right: 0;
        top: -30px;
    }

    .about-content-wrapper {
        padding: 0px 0px 30px;
    }

    .btn-style {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .inner-feature-products-section.feature-product h3 {
        font-size: 30px;
    }

    .inner-feature-products-section {
        padding: 26px 0px;
    }

    .shop-all-col {
        margin-top: 20px;
        order: 3;
    }

    .feature-wrapper {
        padding: 0px 20px;
    }

    .inner-banner-section.about-banner {
        background-position: 60% 100%;
        height: 150px;
    }

    .topheader .search {
        display: none;
    }

    .topheader .mobile-search-box {
        display: none;
    }

    /* .main-carousel .red-btn,
  .main-carousel .white-btn{
    border:1px solid #ca191b;
    min-width: 150px;
  }*/
    .our-category .first-row .links {
        display: block;
        min-width: unset !important;
    }

    .our-category .shop-all-btn .links {
        display: block;
        min-width: unset !important;
    }

    .bring-safety img {
        left: -10px;
        top: -19px !important;
        width: 100%;
        /* height: 134%; */
    }

    /* .testimonial-two{
    border-top: 10px solid #0588be;
  } */
}

@media (min-width: 767px) {
    .topheader .links .search-mobile-btn {
        display: none;
    }

    .topheader .mobile-search-box {
        display: none !important;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    footer .form button {
        margin-top: 2px;
        padding: 4px 7px 0.5px 7px;
        right: 1.5px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .footer .form button {
        margin-top: 2px;
        padding: 5px 7px 0px 7px;
        right: 1.5px;
    }

    .contact-page .contact-text p {
        bottom: -41px;
        font-size: 45px;
    }

    .main-banner .owl-carousel .owl-item img.banner-img {
        display: block;
        width: 70% !important;
    }

    .main-banner .owl-carousel .owl-item img.banner-img.img-2 {
        display: block;
        width: 63% !important;
    }

    .our-category .links {
        min-width: 335px;
    }

    .our-category .shop-all-btn .links {
        min-width: 688px;
    }
}

@media (max-width: 992px) {
    .contact-page h3 {
        text-align: center;
    }

    .main-carousel .banner-bg1 img {
        margin: 0 auto;
    }

    /* .main-carousel {
    text-align: center;
  } */
    .grid-wrap>img {
        min-height: 170px;
    }

    .inner-feature-products-section .owl-dots {
        display: none !important;
    }

    /****TOP-HEADER******/
    .topheader .desk-login {
        display: none;
    }

    .feature-product h3 {
        text-align: center;
    }

    .feature-product-carousel {
        padding-bottom: 15px;
    }

    .feature-product .desk-view {
        display: none;
    }

    .feature-product .mobile-view {
        padding-bottom: 35px;
    }

    .contact .contact-links {
        padding-bottom: 10px;
    }

    .contact .contact-links .link {
        margin: 10px 0;
    }

    .main-carousel .banner-bg1 .banner-content {
        padding: 30px 0;
    }

    .main-carousel .banner-bg1 img {
        height: 550px;
    }
}

@media (min-width: 992px) {

    /****TOP-HEADER******/
    .topheader .mobile-login {
        display: none;
    }

    .feature-product-carousel {
        padding-bottom: 50px;
    }

    .feature-product .mobile-view {
        display: none;
    }

    .main-banner .container-fluid {
        position: relative;
    }

    .main-carousel .banner-bg1 img {
        position: absolute;
        right: 13px;
        /*     z-index: 5; */
    }

    .main-carousel .banner-img {
        z-index: 10;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .topheader .phone {
        padding: 0 3px !important;
    }

    .topheader .links {
        padding-left: 0px !important;
        padding-right: unset !important;
    }

    .topheader .links a {
        padding: 0 3px;
    }

    .topheader .phone a {
        font-size: 19px;
    }

    .our-category .links {
        min-width: 255px;
    }

    .our-category .shop-all-btn .links {
        min-width: 528px;
    }

    .contact-page .contact-text p {
        bottom: -44px;
        font-size: 60px;
    }

    .main-carousel .banner-bg1 img {
        position: absolute;
        right: 0px;
        top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .inner-feature-products-section .owl-carousel .owl-item img {
        max-width: 100% !important;
        width: 100% !important;
    }

    .bring-safety img {
        left: 16%;
    }

    .shop-main-content .shopping-card {
        width: 320px;
    }
}

@media (max-width: 1199px) {
    .owl-theme .owl-dots {
        display: none;
    }

    .title h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-content-section .title h2 span {
        font-size: 40px;
    }

    .title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .about-content-section .title h2 span {
        font-size: 50px;
    }

    .grid-wrap>img {
        min-height: 220px;
    }

    .mobile-nav-hide {
        display: block;
    }

    .navbar-brand {
        margin: 0 auto;
    }

    .bring-safety img {
        position: relative;
        top: 121px;
    }

    /* .feature-product-carousel .protect-title h6 {
    font-size: 16px;
  } */
}

@media (min-width: 1199px) {
    .owl-theme .owl-dots {
        bottom: 20px;
        position: absolute;
        z-index: 50;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: #0588be;
        height: 20px !important;
        margin: 5px 7px;
        width: 20px !important;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #ca191b;
        height: 23px !important;
        transition: 0.5s;
        width: 23px !important;
    }

    .header {
        margin-top: -40px;
    }

    .topheader input {
        margin-left: -87px;
        width: 125%;
    }

    .main-carousel .banner-content {
        padding: 225px 0;
    }

    .main-carousel .banner-bg1 img {
        position: absolute;
        right: -175px;
    }

    /* .owl-carousel .owl-stage-outer{
    overflow: unset !important;
  } */
    .main-banner .owl-carousel .owl-item img.banner-img {
        display: block;
        width: 75% !important;
    }

    .main-banner .owl-carousel .owl-item img.banner-img.img-2 {
        display: block;
        width: 65% !important;
    }

    .bring-safety {
        position: relative;
    }

    .bring-safety .bring-safety-content {
        padding: 100px 0;
    }

    .bring-safety img {
        bottom: -120px;
        left: 0;
        position: absolute;
        top: unset;
    }

    .footer .desk-view .categories h6,
    .footer .desk-view .categories li a {
        padding-left: 60px;
    }
}

@media (max-width: 1300px) {

    .testimonial-two .owl-theme .owl-nav [class*="owl-"],
    .feature-product .owl-theme .owl-nav [class*="owl-"] {
        display: none !important;
    }
}

@media (min-width: 1300px) {

    .testimonial-two .owl-carousel .owl-nav.disabled,
    .feature-product .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .main-carousel .banner-bg1 img {
        right: -29px;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .main-carousel .banner-bg1 img {
        right: -80px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    .main-carousel .banner-bg1 img {
        right: -130 px;
    }
}

@media (min-width: 1200px) and (max-width: 1450px) {
    /*   .bring-safety img {
    width: 100%;
    top: -72px;
    left: -20px;
  } */
}

@media (max-width: 1600px) {
    .title h2 {
        font-size: 56px;
    }

    .about-content-section .title h2 span {
        font-size: 64px;
    }

    .feature-wrapper .text-wrapper p {
        font-size: 16px;
    }
}

.banner.shop-detail-page {
    background: url(../images/product-detail/shop-detail-banner.png) no-repeat 50%;
    background-size: cover;
    color: #fff;
    min-height: 230px;
    position: relative;
}

.banner h2 {
    bottom: -12px;
    font-size: 48px;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    top: auto;
}

.product__carousel {
    display: block;
    margin: 5px auto 3em;
    max-width: 700px;
}

.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 434px !important;
    margin-bottom: 15px;
}

.product__carousel .gallery-top .swiper-slide {
    background: #f5f5f5;
    overflow: hidden;
    position: relative;
}

.product__carousel .gallery-top .swiper-slide a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.product__carousel .gallery-top .swiper-slide a img {
    background-color: #f5f5f5;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-height: 100%;
    min-width: 100%;
}

.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}

.product__carousel .gallery-thumbs .swiper-slide {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-color: #cccccc;
    border-radius: 3px;
    border-radius: 0;
    cursor: pointer;
    height: calc(100% - 2px);
    margin-right: 15px !important;
    overflow: hidden;
    position: relative;
    transition: border 0.15s linear;
    width: 123px !important;
}

.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #cccccc;
    border-radius: 0;
}

.product__carousel .gallery-thumbs .swiper-slide img {
    height: auto;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.quote-btn {
    background: #ca191b;
    background: url(../images/product-detail/white-arrow.png) no-repeat 66% 42% #ca191b;
    background-size: 25px;
    border: unset;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    padding: 8px;
    text-transform: uppercase;
}

.breadcrumb-wrap {
    padding: 0;
}

.breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    margin-bottom: 5px;
    padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-item a {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-wrap .breadcrumb-item.active {
    color: #ca191b;
    font-weight: 600;
    text-transform: uppercase;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    display: none;
}

.product-content.right-wrap h3 {
    color: #0d0d0d;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: 4px;
}

.product-content.right-wrap span {
    color: #898989;
    display: block;
    font-size: 18px;
}

.product-content.right-wrap p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    margin: 20px 0;
    text-align: justify;
}

.product-detail-box .color-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-detail-box .color-box .left span {
    color: #737373;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-detail-box .color-box .yellow-btn {
    background: #fcd21a;
}

.product-detail-box .color-box .orange-btn {
    background: #fa9709;
}

.product-detail-box .color-box .btn {
    border-radius: 0;
    height: 32px;
    margin: 3px;
    width: 32px;
}

.product-detail-box .color-box .red-btn {
    background: #ca191b;
}

.product-detail-box .color-box .blue-btn {
    background: #015bad;
}

.product-detail-box .color-box .green-btn {
    background: #058a24;
}

.product-detail-box .color-box .white-btn {
    background: #fff;
    border: 1px solid #e3dfdf;
}

.product-detail-box .color-box .black-btn {
    background: #0d0d0d;
}

.product-detail-box .color-box .right {}

.product-detail-box .color-box .right span {
    color: #737373;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

.product-detail-box .color-box .right select {
    appearance: none;
    background: #f5f5f5;
    background: url(../images/product-detail/drop-down.png) no-repeat 93% 50% #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    cursor: pointer;
    padding-right: 30px;
}

.product-detail-box .color-box .left ul {
    align-items: center;
    display: flex;
    padding: 0;
}

.product-detail-box .color-box .left ul li {
    border: 1px solid #d7d7d7;
    list-style: none;
    margin-left: 0;
    margin-right: 15px;
}

.product-content.right-wrap {
    margin-left: -10px;
}

a.call-icon {
    background: url(../images/product-detail/blue-call.png) no-repeat 0% 50%;
    color: #737373;
    display: block;
    font-size: 16px;
    padding-left: 40px;
}

.product-content.right-wrap ul li a {
    display: block;
}

.product-content.right-wrap ul li a img {
    filter: grayscale(100%);
    height: auto;
    max-width: 100%;
    width: 30px;
}

.product-content.right-wrap ul {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

.product-content.right-wrap ul li {
    list-style: none;
    margin-left: 10px;
}

.contact-info {
    display: flex;
    margin: 15px 0 15px 0;
}

.contact-info .left {
    flex: 1;
}

a.call-icon span {
    font-size: 16px !important;
    line-height: normal;
}

a.call-icon span u {
    font-size: 13px;
    font-weight: 500;
    font-weight: 600;
    text-transform: uppercase;
}

.ribben-bar {
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.ribben-bar .dark-blue {
    background: #0588be;
    flex: 1;
    height: 4px;
    width: 100%;
}

.ribben-bar .light-blue {
    background: #59d2ff;
    flex: 1;
    height: 4px;
    width: 100%;
}

.ribben-bar .red {
    background: #ca191b;
    flex: 1;
    height: 4px;
    width: 100%;
}

.product-content.right-wrap ul li a:hover img {
    filter: unset;
}

.custom-line {
    background: #d9d9d9;
    height: 1px;
    margin-top: -10px;
}

/* .product-details-wrap {
  padding: 30px 0;
} */
#get-quoto-modal .contact-form {
    border: unset;
    padding: 20px;
    padding-top: 0;
}

#get-quoto-modal .contact .contact-form .row {
    padding: 0;
}

#get-quoto-modal .contact .main-row {
    padding: 0;
}

#get-quoto-modal .contact {
    border-top: 0;
}

#get-quoto-modal .modal-header {
    align-items: center;
    background-color: #535353;
    border-bottom: 0;
    flex-direction: column;
    padding: 20px 40px 5px 40px;
    position: relative;
    text-align: center;
}

#get-quoto-modal .modal-content {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
}

#get-quoto-modal .modal-header h5 {
    color: #59d2ff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

#get-quoto-modal .modal-header span {
    color: #fff;
    display: block;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

#get-quoto-modal .modal-header .close {
    background: url(../images/product-detail/modal-close.png) no-repeat 50% 50%;
    background-size: 42px;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 30px;
}

#get-quoto-modal .modal-header .close span {
    display: none;
}

#get-quoto-modal select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/product-detail/drop-down-white.png) no-repeat 97% 50% #5353533d;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin: 5px 0;
    padding: 7px 5px;
}

#get-quoto-modal .contact .contact-form button {
    margin-top: 10px;
    padding: 5px;
}

/* Responsive Code*/
@media (max-width: 1199px) {
    .product__carousel .gallery-thumbs .swiper-slide {
        width: 101px !important;
    }
}

@media (max-width: 992px) {
    .product-content.right-wrap {
        margin-left: 0;
    }

    .product__carousel .gallery-thumbs .swiper-slide {
        width: 126px !important;
    }
}

@media (max-width: 768px) {
    #get-quoto-modal .modal-header h5 {
        font-size: 30px;
    }

    #get-quoto-modal .modal-header span {
        font-size: 26px;
    }

    #get-quoto-modal .contact .contact-form button {
        font-size: 22px;
    }

    .product-detail-box .color-box {
        margin-bottom: 20px;
    }

    .product__carousel .gallery-top {
        height: 334px !important;
    }

    .product__carousel .gallery-thumbs .swiper-slide {
        width: 116px !important;
    }

    .breadcrumb-wrap {
        display: none;
    }

    .banner h2 {
        bottom: -10px;
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    #get-quoto-modal .modal-header .close {
        background: url(../images/product-detail/modal-close.png) no-repeat 50% 50%;
        background-size: 30px;
    }

    #get-quoto-modal .contact .contact-form button {
        font-size: 18px;
    }

    #get-quoto-modal .modal-header span {
        font-size: 18px;
    }

    #get-quoto-modal .modal-header h5 {
        font-size: 20px;
    }

    #get-quoto-modal .contact .contact-form .pr,
    #get-quoto-modal .contact .contact-form .pl {
        padding: 0 15px !important;
    }

    .quote-btn {
        font-size: 18px;
    }

    .product__carousel {
        margin: 5px auto 2em;
    }

    .product-content.right-wrap h3 {
        font-size: 27px;
    }

    .product-content.right-wrap ul li a img {
        width: 32px;
    }

    /* .mobile-view {
    display: block !important;
    margin-left: 10px;
  } */
    .mobile-hide {
        display: none !important;
    }

    .quote-btn:hover {
        background: #0069d9;
    }

    .quote-btn {
        background: #ca191b;
    }

    .product-detail-box .color-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-detail-box .color-box .right span {
        text-align: left;
    }

    .product-detail-box .color-box .right {
        width: 200px;
    }

    .product__carousel .gallery-top {
        height: 234px !important;
    }

    .product__carousel .gallery-thumbs .swiper-slide img {
        width: 80%;
    }

    .product__carousel .gallery-thumbs .swiper-slide {
        width: 22.3% !important;
    }

    .banner h2 {
        font-size: 38px;
    }

    .banner.shop-detail-page {
        min-height: 180px;
    }
}

@media (max-width: 400px) {
    a.call-icon {
        padding-left: 35px;
    }

    .product-content.right-wrap ul li a img {
        width: 26px;
    }

    .product-detail-box .color-box .right {
        width: 155px;
    }

    .product-detail-box .color-box .left ul li {
        margin-right: 7px;
    }

    .product-detail-box .color-box .btn {
        height: 26px;
        width: 26px;
    }

    .swiper-container-free-mode>.swiper-wrapper {
        height: 100%;
    }

    .product__carousel .gallery-thumbs .swiper-slide {
        margin-right: 11px !important;
    }
}

/*****Testimonials*****/
.banner.shop-detail-page {
    background: no-repeat 50%;
    background-size: cover;
    color: #fff;
    min-height: 230px;
    position: relative;
}

.banner h2 {
    bottom: -12px;
    font-size: 48px;
    font-weight: 100;
    line-height: normal;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    top: auto;
}

.breadcrumb-wrap {
    padding: 0;
}

.breadcrumb-wrap .breadcrumb {
    background-color: transparent;
    margin-bottom: 5px;
    padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-item a {
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb-wrap .breadcrumb-item.active {
    color: #ca191b;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial-warp {
    padding: 30px 0;
}

.testimonial-warp .content-wrap {}

.testimonial-warp .content-wrap ul {
    padding: 0;
}

.testimonial-warp .content-wrap ul li {
    list-style: none;
    margin-bottom: 50px;
}

.testimonial-warp .content-wrap ul li p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}

.testimonial-warp .content-wrap ul li .quote-mark {
    background: url(../images/testimonial/quote-sym.png) no-repeat right center;
    background-size: 120px;
    padding: 30px 0 50px 0;
}

.testimonial-warp .content-wrap ul li .quote-mark h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-warp .content-wrap ul li .quote-mark span {
    color: #0588be;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-warp .content-wrap ul li .quote-mark a {}

.testimonial-warp .content-wrap ul li .quote-mark a img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.testimonial-warp .content-wrap ul li:last-child .quote-mark {
    padding-bottom: 0;
}

/* Responsive Design*/

@media (max-width: 768px) {
    .breadcrumb-wrap {
        display: none;
    }

    .banner h2 {
        bottom: -10px;
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .banner h2 {
        font-size: 38px;
    }

    .testimonial-warp .content-wrap ul li .quote-mark {
        background-size: 100px;
    }
}

/********Shop*******/
.shop-breadcrumb {
    margin: 40px 0px 10px;
}

.shop-main-content .path .breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    margin: 0px;
}

.shop-breadcrumb select.form-control {
    background: #ededed;
    border-radius: 0px;
    text-transform: uppercase;
}

.shop-main-content .path .breadcrumb .breadcrumb-item a {
    color: #737373;
}

.shop-main-content .path .breadcrumb .breadcrumb-item {
    color: #55595f;
    font-size: 16px;
}

.shop-main-content .path .breadcrumb .breadcrumb-item.active {
    color: #ca191b;
}

.shop-main-content .product-categories .categories-list {
    border-top: 1px solid #e5e5e5;
}

.shop-main-content .product-categories .categories-list h3 {
    color: #ca191b;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0px;
    text-transform: uppercase;
}

.shop-main-content .product-categories .categories-list h3 i {
    display: none;
}

.shop-main-content .product-categories .categories-list ul {
    padding-left: 0px;
}

.shop-main-content .product-categories .categories-list ul li {
    list-style: none;
}

.shop-main-content .product-categories .categories-list ul li a {
    color: #191919;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 28px 5px 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.shop-main-content .product-categories .categories-list ul li a:hover {
    background-color: #044684;
    border-radius: 0px 6px 6px 0px;
    color: #59d2ff;
}

.shop-main-content .product-categories .categories-list ul li a:hover:before {
    align-items: center;
    background: #ca191b;
    color: #fff;
    content: "\f101";
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    justify-content: center;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
}

.shop-main-content .product-categories .categories-list ul li.active a {
    background-color: #044684;
    border-radius: 0px 6px 6px 0px;
    color: #59d2ff;
}

.shop-main-content .product-categories .categories-list ul li.active a:before {
    align-items: center;
    background: #ca191b;
    color: #fff;
    content: "\f101";
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 100%;
    justify-content: center;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
}

.shop-main-content .categories-list .main-top {
    margin: 0px 0px 30px 0px;
}

.shop-main-content .categories-list .top-products-content {
    border-bottom: 1px solid #e6e6e5;
    display: flex;
    padding: 20px 10px 20px 0px;
}

.shop-main-content .categories-list .top-products-content .content-img {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    margin-right: 10px;
    max-width: 110px;
}

.shop-main-content .categories-list .top-products-content .content-text h6 {
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}

.shop-main-content .categories-list .top-products-content .content-text h4 {
    color: #080808;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0px 0px;
}

.shop-main-content .shopping-card {
    display: inline-block;
    margin: 0 10px 20px 10px;
    padding: 0px 0px;
    position: relative;
    transition: all 0.7s ease;
    width: 260px;

}

.shop-main-content .shopping-card .btm-line {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.shop-main-content .shopping-card .card-content {
    cursor: pointer;
    overflow: hidden;
    /*   border: 1px solid #ccc;
  background-color: #f5f5f5; */
    position: relative;
    text-align: center;
    transition: all 0.7s ease;

}

.shop-main-content .shopping-card .card-content .hover-card-content {
    background-color: rgb(2 35 66 / 70%);
    border: 1px solid #ccc;
    bottom: 0;
    height: 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all 0.7s ease;
    width: 100%;
}

.shop-main-content .shopping-card .card-content .hover-card-content a {
    background-color: #ca191b;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin: -50px auto 0;
    padding: 8px 15px;
    text-transform: uppercase;
    width: 90%;
}

.shop-main-content .shopping-card:hover .card-content .hover-card-content {
    height: 100%;
    opacity: 1;
}

.shop-main-content .shopping-card .card-text {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 85px;
    text-align: center;
}

.shop-main-content .shopping-card .card-text h6 {
    color: #080808;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}

.shop-main-content .shopping-card .card-text h4 {
    color: #080808;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0px 0px;
}

.shop-banner {
    position: relative;
}

.shop-banner img {
    min-height: 200px;
    object-fit: cover;
}

.shop-banner:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.shop-banner h1 {
    bottom: -13px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    left: 0;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .shop-main-content .product-categories .categories-list h3 {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .shop-main-content .product-categories .categories-list h3 i {
        display: inline-block;
        transition: all 0.5s ease;
    }

    .shop-main-content .product-categories .categories-list ul {
        display: none;
    }

    .shop-main-content .product-categories .categories-list .main-top {
        display: none;
    }

    .shop-main-content .product-categories .categories-list.active ul {
        display: block;
    }

    .shop-main-content .product-categories .categories-list.active .main-top {
        display: block;
    }

    .shop-main-content .product-categories .categories-list.active h3 i {
        transform: rotate(90deg);
        transition: all 0.5s ease;
    }

    .shop-breadcrumb {
        display: none;
    }

    .shop-main-content .product-categories {
        margin: 30px 0px 10px;
    }
}

@media (min-width: 1400px) {
    .owl-theme .owl-dots {
        bottom: 100px;
        position: absolute;
        z-index: 50;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .main-carousel .banner-content {
        padding: 100px 0;
    }

    .main-banner .owl-carousel .owl-item img.banner-img {
        display: block;
        width: 50% !important;
    }

    .main-banner .owl-carousel .owl-item img.banner-img2 {
        display: block;
        width: 43% !important;
    }
}

.main-carousel .owl-carousel .owl-stage-outer {
    overflow: unset !important;
}

.main-carousel .owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
}

.main-carousel .owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.banner-bg1 .banner-img {
    display: none;
}

/******G-Form**************/

.gform_wrapper textarea.medium {
    height: 100px !important;
}

/* div.ginput_container_name span {
  padding-right: 14px !important;
  margin-right: -6px !important;
} */
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 12px !important;
}

body .gform_wrapper ul li.gfield,
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}

.gform_wrapper input#input_1_9.large {
    margin-top: -6px !important;
}

.gform_wrapper textarea#input_1_12 {
    margin-top: 0 !important;
}

.gform_wrapper {
    margin-left: 12px !important;
    margin-top: 6px !important;
}

.contact-form {
    padding: 0 0px !important;
}

.contact-form .gform_wrapper {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-top: 15px !important
}

.gform_wrapper .gform_footer {
    margin: -7px 0 !important;

}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 8px 4px 8px 8px !important;
}

@media (max-width: 640px) {
    div.ginput_container_name span {
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
}


/*****FOoter form****/
@media (min-width:575px) and (max-width:640px) {
    .footer .form button {
        padding: 8px 12px 3.5px;

    }

    .footer .gform_wrapper .button.gform_button.arrow {
        right: 1px;
    }
}

@media (max-width:575px) {

    .footer .form {
        padding: 0 !important;
    }

    .testimonial-page {
        background-image: url(../images/testimonial/testimonials-mobile-bg.png) !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .footer .form h3 {
        font-size: 23px;
    }

    .footer .form p {
        font-size: 13px;
    }

    .footer .form button {
        margin-top: 1.5px;
        padding: 8.5px 9px 4px;
        right: 1.5px;
    }

    .star-rating li i {
        font-size: 18px;
    }
}

@media (min-width:767px) {
    .our-category .category-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px;
    }
}

.our-category .category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.star-rating li i {
    color: #008AC3;
}

.testimonial-two .rating .field_type-star_rating_field {
    margin-right: -10px;
}

.mega-menu-content .view-category {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

.feature-product-carousel .main-img .img-wrap img {
    background-color: #f5f5f5;
    border: 1px solid #a6a6a6;
}

.related-product {
    background: unset !important;

}

.product-details-wrap ol.breadcrumb li:last-child {
    color: #ca191b !important;
}

.product-content.right-wrap .cart .quantity input {
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    cursor: pointer;
    padding: 9px 15px;
    /*   background: url(../images/product-detail/drop-down.png) no-repeat 93% 30% 
    #f5f5f5;*/
    /*   appearance: none; */
    padding-right: 30px;

}

/* .product-content.right-wrap .cart .quantity{
	float:left;
} */
.product-content.right-wrap .cart button {
    background-color: #004689;
    border: none;
    color: white;
    float: right;
    outline: none;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}

.product-content.right-wrap .cart button:hover {
    background-color: #CA191B;
}

.product-content.right-wrap .quote-btn {
    margin-top: 20px;
}

/* .shopping-card .hover-img{
display:none;
} */
.shopping-card .card-text h6 {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}

.shopping-card .card-text h4 {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: capitalize;
}

.shopping-card .card-text {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
}

.shopping-card .card-content {
    position: relative;
}

.shopping-card .card-content .hover-card-content .hover-img img {
    display: none;
}

.shopping-card .card-content .hover-card-content {
    background: url(../images/home/product-overlay.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0px;
    transform: scaleY(0);
    transition: transform 0.5s;
    width: 100%;
}

.shopping-card .card-content:hover .hover-card-content {
    transform: scaleY(1);
}

.shopping-card .card-content .hover-card-content a {
    background-color: #ca191b !important;
    border-radius: 0 !important;
    bottom: 5px;
    font-size: 16px;
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
}

article {
    margin: 25px 0 0 0;
}

article h2.entry-title a {
    color: #044684 !important;
}

article h2.entry-title a:hover {
    color: #ca191b !important;
}

article .entry-footer {
    background: #044684;
    background: -moz-linear-gradient(left, #044684 0%, #044684 30%, #0588be 30%, #0588be 60%, #ca191b 60%, #ca191b 100%);
    background: -webkit-linear-gradient(left, #044684 0%, #044684 30%, #0588be 30%, #0588be 60%, #ca191b 60%, #ca191b 100%);
    background: -o-linear-gradient(left, #044684 0%, #044684 30%, #0588be 30%, #0588be 60%, #ca191b 60%, #ca191b 100%);
    background: -ms-linear-gradient(left, #044684 0%, #044684 30%, #0588be 30%, #0588be 60%, #ca191b 60%, #ca191b 100%);
    background: linear-gradient(to right, #044684 0%, #044684 30%, #0588be 30%, #0588be 60%, #ca191b 60%, #ca191b 100%);
    height: 5px;
}

/* .shop-main-content .shop-breadcrumb .ml-auto{
	padding:0 !important;
	display:flex;
	justify-content:flex-end;
} */
.shop-main-content .shop-breadcrumb .ml-auto select {
    appearance: none;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    cursor: pointer;
    margin-left: -7px;
    outline: none;
    /*     background: url(../images/product-detail/drop-down.png) no-repeat 93% 30% #f5f5f5;
    appearance: none; */
    padding: 5px 10px;
    position: relative;
    width: 102.5%;
}

@media (min-width:767px) {
    article .post-thumbnail {
        display: inline-block !important;
        width: 20%;
    }

    article .entry-summary {
        align-items: center;
        display: flex;
        float: right;
        min-height: 250px;
        width: 75%;
    }
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px !important;
}

.value.woo-variation-items-wrapper ul li .variable-item-contents {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #d7d7d7;
    display: flex;
    height: 40px;
    justify-content: center;
    list-style: none;
    margin-right: -5px;
    width: 40px;
}

.product-content.right-wrap ul li {
    margin-left: 20px !important
}

.footer .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

.footer .gform_wrapper {
    margin-left: 0px !important;
}

table.variations {
    float: left;
    width: 70%;
}

table.variations tr .label {
    display: block !important;
}

table.variations tr .label label {
    color: #737373;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    /* display: block; */
}

.quantity label {
    /* 	display: block !important; */
    color: #737373;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

table.variations tr .value.woo-variation-items-wrapper {
    display: block !important;
}

table.variations tr .value.woo-variation-items-wrapper ul {
    justify-content: flex-start !important;
    margin-left: -23px !important;

    padding: 0 !important;
}

.single_variation_wrap {
    float: right;
    width: 30%;
}

form.cart {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

form.variations_form.cart.wvs-loaded {
    align-items: unset !important;
    display: flex;
    justify-content: space-between;
}

form.variations_form.cart.wvs-loaded .single_variation_wrap .quantity {
    width: 100% !important;
}

form.variations_form.cart.wvs-loaded .single_variation_wrap .quantity input {
    width: 100% !important;
}

form.cart .quantity {
    display: inline-block;
    width: 250px;
}

.shopping-card .card-content img {
    background: #f5f5f5;
    border: 1px solid #d8d3d3;
    height: 260px;
    width: 100%;
}

.mega-menu-content .max-w {
    align-items: center;
    display: flex;
}

.related.products {
    border-top: 3px solid #d9d9d9;
    margin-bottom: 50px;
    margin-top: 20px;
}

.related.products h2 {
    font-size: 36px;
    font-weight: 400;
    padding-top: 25px;
    text-transform: uppercase;
}

.related.products h2 span.color {
    color: #59d2ff !important;
    font-weight: 700 !important;
}

@media (min-width:992px) and (max-width:1200px) {
    form.variations_form.cart.wvs-loaded {
        align-items: unset !important;
        display: unset;
        justify-content: unset;
    }

    form.variations_form.cart.wvs-loaded .single_variation_wrap {
        float: left;
        margin-bottom: 25px;
    }
}

@media (max-width:450px) {
    form.cart {
        align-items: unset;
        display: unset;
        justify-content: unset;
    }

    .product-content.right-wrap .cart button {
        float: left;
        margin: 20px 0;
    }
}

@media (max-width:575px) {
    .header .navbar .custom-logo-link img {
        height: 70px;
        margin-left: 50px;
        max-width: 68% !important;
    }

    form.variations_form.cart.wvs-loaded {
        align-items: unset !important;
        display: unset;
        justify-content: unset;
    }

    form.variations_form.cart.wvs-loaded .single_variation_wrap {
        float: left;
        margin-bottom: 25px;
    }

    .shopping-card .card-content img {
        height: auto;
    }

    .shop-main-content .shop-products {
        display: flex;
        justify-content: center;
    }

    .shop-main-content .shop-products ul {
        column-count: unset !important;
        padding: 0 !important;

    }
}

@media (min-width:767px) and (max-width:992px) {
    .shopping-card .card-content img {
        height: 325px;
    }
}

@media (max-width:992px) {
    .related.products .owl-nav .nav-button {
        display: none !important;
    }
}

@media(max-width:1200px) {
    .navbar-nav {
        display: none;
    }

    .navbar .container.padd a {
        margin: 0 auto !important;
    }
}

@media (min-width:575px) and (max-width:992px) {}

.label .woo-selected-variation-item-name {
    color: #ca191b !important;
}

.contact-page .contact-links .mobile:hover span {
    color: #ca191b;
}

.contact-page .contact-links .mail:hover span {
    color: #59d2ff;
}

.footer .gform_wrapper form {
    position: relative;
}

.footer .gform_wrapper .button.gform_button.arrow {
    position: absolute;
    top: 0px;
}

#primary article#post-333,
#primary article#post-328 {
    background-image: linear-gradient(#555555, #272727);
    color: #ffffff;
}

#primary.empty-result {
    background-image: unset !important;
    color: #000 !important;
}

#primary .container {
    margin: 0 auto !important;
    padding: 25px 0 50px 0;
}

@media(min-width:1200px) {
    /* 	#primary .container{
	width:50%;
} */
}

#primary .entry-title {
    text-transform: uppercase;
}

#primary input {
    background: transparent;
    border: 1px solid #dee0e9;
    color: #ffffff;
    font-size: 18px;
    margin: 5px 0;
    padding: 7px 10px;
}



#primary input:focus {
    outline: none !important;
}

#primary input::placeholder {
    color: #ffffff !important;
    font-size: 18px;
    padding: 5px 0;
    text-transform: capitalize;
}

#primary button {
    background: #ca191b;
    border: none;
    color: #ffffff;
    font-size: 24px;
    outline: none;
    padding: 0px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#primary button:hover {
    background: #004689;
}

.ur-frontend-form .ur-button-container {
    display: block !important;
    margin: 0 5px !important;
    padding: unset !important;
    text-align: center;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
    width: 100%;
}

.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
    width: 100%;
}

.ur-frontend-form .ur-form-row {
    margin: 5px 0;
}

#user-registration {
    background: transparent;
}

#user-registration .ur-form-row span {
    width: 100%;
}

#user-registration .ur-form-row .user-registration-Button {
    background-color: #ca191b;
    border: none !important;
    font-size: 20px;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    width: 30%;
}

#user-registration .ur-form-row .user-registration-Button:hover {
    background-color: #044684;
}

#user-registration .lost_password a {
    color: red;
}

#user-registration .lost_password a:hover {
    color: #004689;
}

.ur-frontend-form .ur-form-row .ur-form-grid label {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
}

.ur-form-row span.input-wrapper {
    width: 100%;
}

@media(min-width:767px) {
    #primary article#post-333 {
        margin: auto;
        width: 80%;
    }
}

.topheader .desk-login .account i {
    font-size: 25px !important;
    vertical-align: middle;
}

.topheader .account-toggle {
    display: inline-block;
    position: relative;
}

.topheader .account-toggle a {
    display: block;
}

.topheader .account-toggle .account-logout {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 34px;
}

.variations .label label,
.variations .label span {
    display: inline-block;
}

.contact form .validation_message,
.contact-form form .validation_message,
.footer form .validation_message {
    display: none !important;
}

.product-content.right-wrap span.posted_in a {
    display: inline-block !important;
}

.product-content.right-wrap ul li.selected .variable-item-contents {
    background-color: red !important;
}

.footer .gform_wrapper .button.gform_button.arrow:hover {
    background-color: #004689;
    /* border: 1px solid #CA191B !important; */
}

.related.products .feature-product-carousel {
    padding: unset !important;

}

@media(min-width:992px) and (max-width:1200px) {
    .testimonial-two .rating i {
        font-size: 18px;
    }

    .quote-btn {
        background: url(../images/product-detail/white-arrow.png) no-repeat 68% 42% #ca191b;
    }
}

@media(min-width:767px) and (max-width:992px) {
    .quote-btn {
        background: url(../images/product-detail/white-arrow.png) no-repeat 63% 42% #ca191b;
    }
}

@media(min-width:575px) and (max-width:767px) {
    .quote-btn {
        background: url(../images/product-detail/white-arrow.png) no-repeat 67% 42% #ca191b;
    }
}

.topheader .desk-list-login {
    display: inline-block !important;
}

.topheader .desk-list-login li {
    display: inline-block !important;
}

.banner-text {
    z-index: 10;
}

.about-content-section p {
    text-align: justify;
}

.about-content-section-two {
    border-bottom: 10px solid #0588be;
    border-top: 10px solid #0588be;

}

@media(max-width:575px) {
    .testimonial-two .item {
        margin: 0 10px;
    }

    .topheader .cart {
        margin-left: -5px;
    }

    .marquee img {
        height: 30px;
        width: 100px !important;
    }

    .marquee-carousel {
        padding: 30px 0 10px 0;
    }

    .footer .form button i {
        font-size: 30px;
    }

    .contact .contact-form {
        border: none;
    }

    .contact h3 {
        font-size: 23px;
        padding-top: 0px;
    }

    .contact h6 {
        font-size: 18px;
    }

    .testimonial-two .item p.sub-text {
        margin-top: -6px;
    }

    .testimonial-two .row .m-t {
        margin-top: 8px;
    }

    .feature-product-carousel .main-img .img-wrap,
    .feature-product .protect-title,
    .feature-product-carousel .tri-color-line {
        margin: 0 20px !important;
    }

    .feature-product .mobile-view {
        margin-left: -15px !important;
    }

    .breadcrumb-section {
        display: none;
        ;
    }

    .about-content-section {
        margin-top: 30px;
    }

    .about-content-section .title {
        text-align: center;
    }

    .about-content-section .title h2 {
        font-size: 33px !important;
    }

    .about-content-section .title h2 span {
        font-size: 38px !important;
    }
}

@media(max-width:767px) {
    .about-content-section-two {
        margin-top: -26px;
    }

    .testimonial-two .rating i {
        font-size: 18px;
    }
}

@media(max-width:640px) {

    .modal .gform_wrapper.gravity-theme .ginput_complex span.name_first {
        margin-bottom: 15px !important;
    }

    .modal .ginput_container input#input_5_5 {
        margin-top: -8px;
    }

    .modal .ginput_container input#input_5_16 {
        margin-top: -6px;
    }

    #get-quoto-modal select {
        height: 47px;
    }

    section.contact .gform_wrapper.gravity-theme .ginput_complex span.name_first input,
    section.contact-page .gform_wrapper.gravity-theme .ginput_complex span.name_first input {
        margin-bottom: 8px !important;
    }

    section.contact .ginput_container input#input_3_5,
    section.contact-page .ginput_container input#input_3_5 {
        margin-top: -8px;
    }
}

.modal .contact .contact-form select {
    margin-top: 0px !important;
}

.modal .instruction {
    display: none;
}

.testimonial-two .mobile-view {
    display: none;
}

@media(max-width:1200px) {
    .testimonial-two .desk-view {
        display: none;
    }

    .testimonial-two {
        padding-top: 80px;
    }

    .testimonial-two .mobile-view {
        display: block;
        padding-bottom: 40px;
    }
}

.banner-content .white-col {
    padding-left: 7.5px !important;
}

.banner-content .red-col {
    padding-right: 7.5px !important;
}

.testimonial-two .rating {
    display: flex;
    justify-content: flex-end;
}

ul.view-category li a {
    margin-top: -6px;
}

.topheader .mobile-logout {
    display: none;
    height: 40px;
}

.topheader .mobile-logout a {
    align-items: center !important;
    color: #0588be;
    display: flex !important;
    display: block !important;
    margin-left: 100px;
}

.testimonial-two .item p.sub-text {
    margin-top: 4px;
}

.footer {
    border-top: 10px solid #0588be;
}

.footer .desk-view {
    padding-right: unset !important;
}

.footer .desk-view .mobile-logo-sec {
    padding-right: unset !important;
}

.footer .form button i {
    font-size: 30px;
}

@media (min-width: 992px) and (max-width: 1400px) {
    .main-banner .owl-carousel .owl-item img.banner-img.img-2 {
        display: block;
        width: 40% !important;
    }
}

.our-category {
    position: relative;
}

.our-category::after {
    background-color: #044684;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.breadcrumb ul li:before {
    right: -1px !important;
}

.breadcrumb ul li a,
.breadcrumb li a {
    color: #737373;
}

.about-content-section-two .btn-style {
    border: 1px solid #ffffff;
}

@media (min-width:767px) and (max-width:1200px) {
    .about-content-section-two .cap-img {
        width: 64% !important;
    }
}

.shop-main-content .woocommerce-ordering .orderby {
    text-transform: uppercase !important;
}

.shop-main-content .woocommerce-ordering {
    position: relative;
}

.shop-main-content .woocommerce-ordering::after {
    border: 4px solid #959595;
    border-width: 0 3px 3px 0;
    content: "";
    height: 9px;
    position: absolute;
    right: 12px;
    top: 32%;
    transform: translateY(-50%);
    transform: rotate(45deg);
    width: 9px;
}

.shop-main-content .path .breadcrumb {
    width: 400px;
}

.quantity input[type=number] {
    -moz-appearance: textfield;

}

.product-details-wrap .breadcrumb-wrap {
    padding: 25px 0;
}

.product-content.right-wrap .contact-info .right ul li {
    margin-left: 7px !important;
}

.contact .contact-links {
    align-items: center;
}

.topheader .nav.mobile-list-login {
    display: block !important;
}

.logout-toggle,
.login-toggle {
    display: none;
    padding: 20px 0 0 0;
    text-align: center;
}

.login-toggle ul li a,
.logout-toggle a {
    text-transform: uppercase;

}

.logout-toggle a {
    padding-left: 30px;
    text-transform: uppercase;
}

@media (min-width:992px) {

    .mobile-logout-icon,
    .mobile-login-icon {
        display: none;
    }
}

/* @media (min-width:575px)and (max-width:767px){
  .testimonial-two{
    margin-top: -124px;
  }
}
@media (max-width:575px){
  .testimonial-two{
    margin-top: -100px;
  }

} */
@media(max-width:767px) {

    .mobile-logout-icon img,
    .mobile-login-icon img {
        padding-left: 10px;
    }

    .topheader .cart img {
        padding-left: 10px;
    }

    .topheader .phone {
        text-align: end;
    }

    .topheader .phone a {
        padding-right: 4px;
    }

    .bring-safety {
        position: relative;
    }

    .bring-safety>img {
        bottom: -123px;
        height: 500px;
        left: 0;
        margin: 0 auto;
        max-width: 360px;
        object-fit: contain;
        position: absolute;
        right: 0;
        top: unset !important;
        width: 100%;
    }

    .bring-safety .row img {
        height: 305px;
        opacity: 0
    }

}

@media(min-width:767px) {
    .bring-safety .mobile-man-img {
        display: none;
    }

}

.topheader .search button:focus,
.search-btn-wrapper .btn {
    box-shadow: unset !important;
}

.modal .contact-form select option {
    background-color: #535353;
}

@supports (-webkit-touch-callout: none) {
    .topheader .mobile-search-box .search-btn-wrapper {
        color: #0588be;
        position: absolute;
        right: 23px;
        top: -8%;
    }
}

@media (max-width:575px) {
    .contact-page .main-row div.col-lg-6:last-child {
        padding: unset !important;
    }

    .contact-page .contact-form form .gform_footer.top_label {
        padding-bottom: 40px;
    }

    .contact-page {
        border-bottom: none;
    }
}

.feature-product .top-row .desk-view {
    padding-left: 7px !important;
    padding-right: 20px !important;
}

@media(min-width:575px) and (max-width:767px) {
    .feature-product-carousel .main-img .img-wrap img {
        height: 250px;
    }
}

@media(min-width:767px) and (max-width:992px) {
    .feature-product-carousel .main-img .img-wrap img {
        height: 325px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .feature-product-carousel .main-img .img-wrap img {
        height: 240px;
    }
}

@media(min-width:1200px) {
    .feature-product-carousel .main-img .img-wrap img {
        height: 265px;
    }

    .feature-product-carousel .item {
        padding: 0 5px;
    }

    /* 	.feature-product h3{
		margin-left:-10px;
	}
	.owl-carousel .owl-stage-outer{
		margin:0 -8px;
	}
	.feature-product .top-row .desk-view{
  padding-left: 0px !important;
	padding-right:23px !important;
} */
}

.footer span.gform-icon.gform-icon--close {
    display: none !important;
}

.footer .gform_wrapper .gform_validation_errors {
    padding: 16px !important;
}

.marquee-carousel {
    position: relative;
    z-index: 0;
}

.empty-result #post-333,
.empty-result #post-328 {
    display: none;
}

@media(min-width:575px) and (max-width:1199px) {
    .bring-safety .bring-safety-content {
        padding-top: 60px;
    }
}

.policy h2:not(:first-child) {
    background: url(../images/testimonial/quote-sym.png) no-repeat right center;
    background-size: 120px;
    padding: 30px 0 50px 0;
}

.policy article#post-333 .entry-header,
.policy article#post-328 .entry-header {
    padding: 20px 10px 0 16px;
}

.policy article#post-333 input,
.policy article#post-328 input {
    font-family: "Rubik", sans-serif !important;
}

.policy article#post-333 input::placeholder,
.policy article#post-328 input::placeholder {
    font-family: "Rubik", sans-serif !important;
}

.error-404 {
    padding: 20px 10px;
}

.menu-view:hover {
    cursor: pointer !important;
}

.navbar-nav li.mega-menu a:hover {
    cursor: pointer !important;
}

.variable-item-span-color {
    border: 1px #ddd solid;
}

.woocommerce-pagination ul.page-numbers {
    list-style: none;
    display: flex;
    justify-content: center;
}

.woocommerce-pagination ul.page-numbers li {
    font-size: 18px;
    margin: 0 10px;
}

.woocommerce-pagination ul.page-numbers li a {
    color: #ca191b;
    padding: 10px;
}