﻿@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('../fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'), url('../fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'), url('../fonts/Montserrat-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.woff2') format('woff2'), url('../fonts/Montserrat-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.woff2') format('woff2'), url('../fonts/Montserrat-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.woff2') format('woff2'), url('../fonts/Montserrat-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

body {
    font-family: 'Montserrat' !important;
    margin: 0px;
    padding: 0px;
}


/*dpp-store-htnl*/

.top-header {
    background: #262626;
    padding: 10px 0px;
}

.register li {
    display: inline;
    margin-right: 2px;
}

.register ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.register li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 25px;
    height: 25px;
    list-style: 25px;
    font-size: 18px;
    background: #fff;
    color: #000;
}

.contact-section {
    text-align: right;
}

.contact-section ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.contact-section li {
    display: inline;
    line-height: 28px;
    margin-left: 30px;
}

.contact-section a {
    text-decoration: none;
    color: #fff;
}

.mr0-auto {
    margin: 0px auto;
}

.navbar-nav li {
    font-size: 14px;
    color: #262626;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.navbar-nav li:last-child {
    padding-right: 0px !important
}

.navbar-nav a {
    color: #262626;
    text-decoration: none;
}

.navbar {
    /*
    padding: 0rem 1rem;
*/
}

.dropdown-menu {
    padding: 0px;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: #c41230;
    color: #fff;
    border: 1px solid #262626;
    line-height: 31px;
    border-radius: .25rem;
}

.desktop-diffrence {
    padding: 75px 0px;
}

.desktop-heading h1 {
    font-size: 38px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #262626;
}

.desktop-heading p {
    font-size: 20px;
    color: #262626;
    line-height: 30px;
}

.hr {
    border-bottom: 8px solid #c41230;
    width: 100px;
    margin: 20px 0px;
}

.desktop-deatil p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}

.our-service {
    padding: 75px 0px;
}

.service img {
    max-width: 100%;
}

.service-detail h2 {
    font-size: 20px;
    font-weight: 600;
    color: #262626;
    margin: 20px 0px;
}

.service-detail p {
    font-size: 14px;
    color: #262626;
    line-height: 28px;
}

.main-box a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #c41230;
    text-decoration: underline;
    text-transform: uppercase;
}

.offer img {
    max-width: 100%;
}

.send_request {
    padding: 75px 0px;
}

.contact img {
    max-width: 100%;
}

.contact-info h2 {
    font-size: 33px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bolder;
}

.from-box {
    margin-top: 25px;
}

.from_input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px !important;
    margin-bottom: 39px;
}

.form-control:focus {
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #c41230;
}

.submitbtn {
    background: #c41230;
    color: #fff;
    border-radius: 0px !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 30px;
    border-color: #c41230;
}

.submitbtn:hover {
    background: #262626;
}

.testimonial-section {
    /* background: #f6f6f6; */
    background: #e7e7e7;
    padding: 75px 0px;
}

.testimonial-heading {
    text-align: center;
}

.testimonial-heading h1 {
    font-size: 33px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
}

.testimonial-heading p {
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}

#testimonial-slider {
    overflow: hidden;
}

.discription-box {
    padding: 60px 50px;
    box-shadow: 9px 10px 10px -5px rgba(0, 0, 0, 0.06);
    background: #fff;
    margin: 0px 0px 0px 75px;
}

.testimonial {
    /*box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);*/
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block !important;
    margin: 5px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #262626;
}


/*.testimonial:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #d45113;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}*/

.testimonial .pic {
    display: inline-block;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 9px 10px 10px -5px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    position: absolute;
    top: 28%;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    font-size: 16px;
    line-height: 28px !important;
    color: #262626;
    line-height: 25px;
    margin: 20px 0px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #c41230;
    margin: 0;
}

.testimonial .post {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 300;
    color: #262626;
}

.discription-box {
    position: relative;
}

.testimonial .discription-box:before,
.testimonial .discription-box:after {
    font-family: FontAwesome;
    font-weight: 900;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    text-align: center;
    font-size: 30px;
    color: #ced4da;
    position: absolute;
}

.testimonial .discription-box:before {
    content: "\f10d";
    top: 25px;
    left: 25px;
}

.testimonial .discription-box:after {
    content: "\f10e";
    bottom: 25px;
    right: 25px;
}


/*.owl-theme .owl-controls .owl-page span{
    border: 2px solid #d45113;
    background: #fff;
    opacity: 1;
}*/

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #c41230;
}

.owl-page.active {
    background: #c41230;
}

.partner {
    padding: 75px 0px;
}

.partner-logo ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.partner-logo ul li {
    display: inline;
    margin: 8px;
}

.partner-logo img {
    max-width: 100%;
    border: 1px solid #cccbcb;
    margin-bottom: 10px;
}

.footer {
    /* background: #262626; */
    background: #3b3a50;
    padding: 35px 0px;
}

.footer-heading ul {
    padding: 0px;
    list-style: none !important;
}

.footer-heading p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-heading h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-heading ul li {
    font-size: 14px;
    line-height: 24px;
}

.footer-heading a {
    text-decoration: none;
    color: #fff;
}

.icon {
    float: left;
    font-size: 19px;
    color: #fff;
}

.icon-text {
    padding-left: 25px;
    color: #fff;
}

.register h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-heading {
    margin-top: 10px;
}

.copwright {
    padding: 15px 0px;
}

.copwright p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0px;
    color: #000;
}

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


/*
.intearnal-banner{
    background: url('../img/internal-bg.png') #323e48 no-repeat;
    padding:80px 0px;
    background-position: 90% 0px !important;
 
}
.internal-banner-1{
   background: url('../img/internal-banner-1.png') #323e48 no-repeat;
   padding:92px 0px;
   background-position: 90% 0px !important;
}
.internal-banner-2{
   background: url('../img/internal-2.jpg') #efebe8 no-repeat;
   padding:92px 0px;
   background-position: 90% 0px !important;
}
.internal-banner-3{
   background: url('../img/internal-banner-3.png') #efebe8 no-repeat;
   padding:92px 0px;
   background-position: 90% 0px !important;
}
.internal-banner-contactus{
   background: url('../img/contactus.png') #efebe8 no-repeat;
   padding:80px 0px;
   background-position: 90% 0px !important;
}
.internal-banner-event-types{
   background: url('../img/event-types.png') #efebe8 no-repeat;
   padding:80px 0px;
   background-position: 90% 0px !important;
}
.internal-banner-case-studies{
   background: url('../img/case-studies.png') #efebe8 no-repeat;
   padding:80px 0px;
   background-position: 90% 0px !important;
}
.internal-banner-csr{
   background: url('../img/csr-banner.png') #efebe8 no-repeat;
   padding:80px 0px;
   background-position: 90% 0px !important;
}
*/

.intearnal-banner {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-1 {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-2 {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-3 {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-contactus {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-event-types {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-case-studies {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.internal-banner-csr {
    /* background: #323e48; */
    background: #3b3a50;
    padding: 40px 0px;
    color: #FFF !important;
}

.colorwhite {
    color: #FFF !important;
}

.colorwhite->a {
    color: #FFF !important;
}

.catogries h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.catogries {
    background: #c41230;
    border-radius: 20px;
}

.intearnal-banner h1 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.catogries .from-field {
    background: none !important;
}

.catogries .form-control {
    background: none !important;
    color: #fff;
    font-size: 12px;
    margin: 5px 0px;
    border-bottom: none !important
}

.from-field:hover {
    background: #262626 !important;
}

.product-section {
    padding: 75px 0px;
}

.owl-item img {
    max-width: 100%;
}

#big .owl-prev {
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px !important;
    line-height: 24px;
    text-align: center;
    color: #0c5e9d !important;
    background-color: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    left: 10px;
}

#big .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    color: #0c5e9d !important;
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px;
    line-height: 0 !important;
    text-align: center;
    background: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    right: 10px;
}

#thumbs .owl-prev {
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px !important;
    text-align: center;
    color: #0c5e9d !important;
    background-color: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    left: 10px;
    line-height: 24px;
}

#thumbs .owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    color: #0c5e9d !important;
    position: absolute;
    top: 55%;
    width: 28px;
    height: 28px;
    line-height: 0 !important;
    text-align: center;
    background: #fff !important;
    transform: translateY(-50%);
    font-size: 24px !important;
    border-radius: 50%;
    right: 10px;
}

#thumbs .item img {
    padding: 0px 5px;
    border: none;
    box-shadow: none;
}

#big .item img {
    padding: 0px 5px 0px;
    border: none;
    box-shadow: none;
}

.tab-pane h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 23px;
}

.tab-pane h2 {
    font-size: 24px;
    font-weight: 600;
}

.tab-pane p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #f2f2f2;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 10;
    color: #000;
    background: #f2f2f2;
    border-radius: 0;
    font-weight: 500;
}

nav>div a.nav-item.nav-link.active {
    background: #ad172b;
    color: #fff;
    text-align: center;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -49px;
    left: -20%;
    border: 15px solid transparent;
    border-top-color: #ad172b;
}

.tab-content {
    line-height: 25px;
    border-top: 5px solid #ad172b;
    padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #ad172b;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

.sizes {
    padding: 10px;
    border: 1px solid #ccc;
    width: 40px;
    float: left;
    background: #f2f2f2;
    height: 40px;
    margin-right: 15px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.related-product {
    margin-bottom: 75px;
}

.related-heading h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.related-hr {
    border-bottom: 2px solid #c41230;
    margin: 15px 0px;
}

.product-content h3 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
}

.product-content {
    text-align: center;
    padding: 15px 0px;
}

.box6 {
    text-align: center;
}

.box6 img {
    border: 1px solid #d6d5d5;
    max-width: 100%;
}

.product-content P {
    color: #9a9292;
}

.size-chart {
    font-weight: 600;
    color: #000;
    line-height: 50px;
}

.color {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}

.color-red {
    background: #FF0000;
}

.color-green {
    background: #008000;
}

.color-blue {
    background: #0000FF;
}

.color-balck {
    background: #000;
}

.color-black {
    background: #000;
}

.color-gray {
    background: #808080;
}

.color-silver {
    background: #C0C0C0;
}

.color-white {
    background: #FFFFFF;
    box-shadow: 2px 2px 2px 2px #f3f3f3;
}

.color-yellow {
    background: #FFFF00;
}

.color-orange {
    background: #FFA500;
}

.color-pink {
    background: #FFC0CB;
}

.color-bright-green {
    background: #66FF00;
}

.color-teal {
    background: #008080;
}

.color-lblue {
    background: #00C0F0;
}

.color-navy {
    background: #000080;
}

.color-purple {
    background: #800080;
}

.otherroom {
    margin-top: 30px;
}

.otherroom a {
    background: #ad172b;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    padding: 12px 25px;
    font-weight: 600;
    vertical-align: middle;
}

.navbar-nav .dropdown-menu a {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3b3a50;
}

.dropdown-menu li a {
    font-size: 16px;
    padding-left: 15px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500 !important;
}

.dropdown-menu li:hover {
    background: #262626;
}

.growing-market {
    background: #262626;
    padding: 50px 0px;
}

.growing-brand h1 {
    color: #fff;
    font-size: 20px;
}

.growing-brand p {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.gallery-section {
    padding: 75px 0px;
}

.overlay h1 {
    color: #fff;
    font-weight: 600;
    margin-top: 30%;
    font-size: 30px;
}

.hovereffect {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hover-text {
    padding: 50px 0px;
}

.hover-text h3 {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 600;
}

.hover-text p {
    font-size: 14px;
    line-height: 26px;
}

.hover-text a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #c41230;
    text-decoration: underline;
    text-transform: uppercase;
}

.detail-banner {
    text-align: center;
}

.detail-banner img {
    max-width: 100%;
}

.detail h1 {
    font-size: 33px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
}

.detail p {
    font-size: 16px;
    color: #262626;
    line-height: 28px;
}

.detail h4 {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 600;
}

.detail ul,
li {
    font-size: 16px;
    color: #262626;
    line-height: 28px;
}

.post-section {
    background: #f5f5f5;
    padding: 75px 0px;
}

.post-deatil {
    padding: 50px 0px;
}

.deatil {
    text-align: center;
}

.deatil img {
    max-width: 100%;
}

.promotional-detail {
    padding: 75px 0px;
}

.promotionalbox img {
    max-width: 100%;
}

.promotionalbox {
    margin: 20px 0px;
}

.promotionalbox p {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    margin: 10px 0px;
    text-align: center;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    background: #c41230 !important;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #000;
    text-shadow: none !important;
    color: #fff;
    opacity: .9;
    position: absolute;
    right: -20px;
    top: -20px;
}

.triangle {
    background: url(../img/dots.jpg);
}

.modal-header {
    border: none;
    padding: 0px;
}

.modal-dialog {
    border: 5px solid #c41230;
}

.triangle {
    border: 5px solid #000;
}

.modal-box {
    padding: 0px 15px;
}

.modal-box h4 {
    font-weight: 600;
    font-size: 18px;
}

.modal-body h4 {
    font-weight: 600;
    font-size: 18px;
}

.input-box .form-control {
    box-shadow: 0px 3px 15px 0px #f2f2f2;
    border: 1px solid #e5e5e5;
    height: 47px;
    width: 100% !important;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px 0px;
    color: #999999;
}

.logo-section {
    margin-top: 50%;
}

.logo-section img {
    max-width: 100%;
}

.download-btn {
    color: #fff !important;
    background-color: #c41230 !important;
    border-color: #c41230 !important;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}


/*.triangle {
             /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */

background: #a90329;

/* Old browsers */

background: -moz-linear-gradient(-45deg,
#a90329 0%,
#8f0222 44%,
#6d0019 100%);

/* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,
#a90329 0%,
#8f0222 44%,
#6d0019 100%);

/* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,
#a90329 0%,
#8f0222 44%,
#6d0019 100%);

/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329',
endColorstr='#6d0019',
GradientType=1);

/* IE6-9 fallback on horizontal gradient */


}
*/ .modal-header {
    border: none !important;
}
.modal-header .close {
    padding: 0px !important;
    margin: 0px !important;
    z-index: 999;
}
@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }
    
    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
.dpnone {
    display: none;
}

/*-28-jan-2020*/
.contact-section {
    margin-top: 5px;
    text-align: right;
}
.register {
    margin-top: 5px;
}
.btnsearch {
    color: #fff;
    border: 1px solid #fff;
    background-color: #c41230;
}
.searchbox input::placeholder {
    color: #f5f5f5;
    font-size: 12px;
}
.searchbox .form-control {
    background: none !important;
    color: #fff;
    border-radius: 0px;
    line-height: 18px;
    border: 1px solid #fff;
}
.searchbar {
    margin-bottom: auto;
    margin-top: auto;
    height: 60px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 10px;
}
.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}
.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    caret-color: red;
    transition: width 0.4s linear;
}
.searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c;
}
.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}

/*-28 end-jan-2020*/
.service-heading h1 {
    font-size: 33px;
    color: #262626;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.service-box {
    background: #fff;
    border-radius: 5px;
    margin: 20px 0px;
    padding: 15px;
    box-shadow: 0px 3px 15px 0px #ececec;
    border-bottom: 5px solid #c41230;
}
.service-box h1 {
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
.service-box p {
    font-size: 14px;
    color: #262626;
    line-height: 24px;
}
.service-box a {
    color: #c41230;
    font-size: 14px;
    text-decoration: none;
}
.service-box img {
    max-width: 100%;
    padding: 5px 0px 20px;
}
.service-section {
    padding: 75px 0px;
    /*
    background: url(../img/image006.jpg) no-repeat;
*/
    
    background-size: cover;
    background-position: center;
    /* background: #b4b7b6; */
    
    background: #e7e7e7;
}
.home-heading h1 {
    font-size: 24px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-information {
    margin-top: 75px;
}
.address-box-section {
    border: 3px solid #c41230;
    padding: 15px;
    margin: 20px 0px;
    text-align: center;
    background: #e7e7e7;
    min-height: 225px;
}
.location-text h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.location-text p {
    font-size: 16px;
    color: #000;
}
.address-box {
    background: #c41230;
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    border-radius: 100%;
    margin: 0px auto;
    font-size: 35px;
}
.location-text {
    padding: 15px 0px 0px;
}
.navbar-nav .active {
    color: #c41230 !important;
}

/*-28 end-jan-2020*/

/*29-jan-2019*/
.heading-service h1 {
    font-size: 24px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px;
}
.heading-service h2 {
    font-size: 24px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}
.heading-service button {
    font-size: 20px;
    color: #262626;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}
.heading-service button:hover {
    color: #c41230 !important;
    text-decoration: none;
}
.heading-service p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}
.heading-service ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.heading-service ul li {
    clear: both;
    font-size: 16px;
    line-height: 28px;
    margin: 10px 40px;
    position: relative;
}
.icon-arrow {
    float: left;
    font-size: 20px;
    color: #c41230;
}
.iconarrow-text {
    color: #262626;
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
}
.desktop-deatil h1 {
    font-size: 24px;
    color: #262626;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.heading-service li:before {
    content: "";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    height: 25px;
    width: 25px;
    font-size: 20px;
    color: #c41230;
    background: url(../img/D.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -6px;
    top: 0px;
}

/*
.heading-service li:before{
  content: "\f18e";
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em;
  font-size: 20px;
  color: #c41230;
  background: url(../img/D.png) no-repeat;
  background-size: cover;
  background-position: center;
}
*/

/*end-29-jan-2019*/

/*06-feb-2019*/
.list-group h1 {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
}
.list-group-item {
    background: #c41230 !important;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, .4) !important;
}
.list-group-item:hover {
    background: #3b3a50 !important;
    border-color: #e7e7e7;
}
.list-group-item.active {
    background: #3b3a50 !important;
    border-color: #e7e7e7;
}
.list-group-item a {
    color: #fff !important;
    background: #262626 !important;
    border-color: #d6d5d5;
}
.product-content p {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    margin: 5px 0px;
    text-align: center;
}
.box6 img {
    max-width: 100%;
    max-height: 175px;
    /*
    margin: 10px 0px;
*/
}
.img-section img {
    max-width: 100%;
    max-height: 175px;
    /*
    margin: 10px 0px;
*/
}
.img-section {
    max-width: 100%;
    min-height: 175px;
}
.product {
    margin-bottom: 20px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
}
.product-content {
    text-align: center;
    padding: 10px 10px;
    /*
    border-top: 1px solid #ccc;
*/
    
    min-height: 160px;
}
.paging {
    margin-top: 30px;
    z-index: 1;
}
.paging1.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #c41230;
    border-color: #c41230;
}
.page-link {
    color: #000 !important;
}
.paging .active {
    background-color: #c41230;
    border: 1px solid #c41230;
    color: #ffffff;
}
.paging ul li {
    border: 1px solid #cccccc;
    display: inline;
    margin-left: 5px;
    padding: .5rem .75rem;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.paging ul li a {
    color: #000 !important;
}
.intearnal-banner a {
    color: #FFF !important;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
#nav-profile .table td,
#nav-profile .table th {
    padding: 6px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*end-06-feb-2019*/

/*18-feb-categories-section*/
.categories-section {
    padding: 75px 0px;
    /* background: #f5f5f5; */
    
    background: #e7e7e7;
}
.our-service {
    padding: 75px 0px;
}
.categories-box img {
    max-width: 100%;
}
.categories-box {
    text-align: center;
    padding: 50px 15px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #e9e8e8;
    margin-bottom: 30px;
    height: 288px;
}
.categories-box:hover {
    display: block;
    content: '';
    border-bottom: solid 5px #c41230;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform: scaleX(1);
    transition: 0.5s;
    transition-timing-function: ease-in;
}
.categories-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0px 5px;
}
.categories-box a {
    color: #212529;
    text-decoration: none;
    outline: none;
}
.font-12 {
    font-size: 12px;
}

/*end-18-feb-categories-section*/

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(360deg);
    }
}

/* fix blank or flashing items on carousel */
.owl-carouselq .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}
.owl-carouselq img {
    border: 1px solid #cccbcb;
}
.owl-carouselq {
    overflow: hidden !important;
}

/* end fix */
.owl-nav>div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
.owl-nav i {
    /* font-size: 52px; */
    font-size: 25px;
}
.owl-nav .owl-prev {
    left: -30px;
}
.owl-nav .owl-next {
    right: -30px;
}
#categoryFilter {
    display: none;
}
.desktop-video {
    object-fit: cover;
}
.learn-more {
    text-align: center;
}
.learn-more a {
    background: #c41230;
    color: #fff;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 4px;
    text-decoration: none;
}

/*-03-09-2021*/

/*
.desktop-heading{
   position: relative;
}
*/

/*
.vedio-text {
    position: absolute;
    z-index: 999 !important;
    top: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    left: 0;
     opacity: 1;
    z-index: 999;
    background: rgba(0,0,0,0.3);
}

video.vj {
    max-width: 100%;
    position: relative;
    top: 0;
    z-index: 0;
}
*/
.desktop-heading h1 {
    font-size: 38px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #323e48;
}
.desktop-heading p {
    font-size: 20px;
    color: #323e48;
    line-height: 30px;
}
.hr {
    border-bottom: 8px solid #323e48;
    width: 100px;
    margin: 20px 0px;
}

/*
.appointment-btn{
    text-align: right;
}
*/
.appointment-btn img {
    max-width: 100%;
    width: 100px;
}
.desktop-diffrence {
    padding: 75px 0px;
}

/*
.appointment-btn{
    margin-bottom: 20px;
}
*/
#accordionExample .card {
    /*
background-color: rgba(255,255,255,.6) !important;
*/
}

/*end-03-09-2021*/

/*22-march-2021*/
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 288px;
    perspective: 1000px;
    margin-bottom: 30px;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    
    backface-visibility: hidden;
}
.flip-box-front {
    color: black;
}
.flip-box-back {
    transform: rotateY(180deg);
}
.padd-top30 {
    padding-top: 30px;
}

/*22-march-2021*/

/*26-24-2021*/
.side-barbox h2 {
    background: #c41230 !important;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
}
.side-barbox li {
    background: #c41230 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, .4) !important;
}
.side-barbox li a.nav-side:after {
    display: block;
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
    margin-top: 5px;
    margin-right: 0px;
    float: right;
    transform: rotate(0deg);
}
.sidebar .nav-item .nav-side[aria-expanded="true"]::after {
    transform: rotate(90deg);
}
.side-barbox li a {
    color: #fff;
    line-height: 35px;
    padding: 10px 10px !important;
    position: relative;
}
.inner-box ul {
    padding: 0;
    list-style: none;
}
.navbar-nav .active {
    color: #fff !important;
    background: #3b3a50 !important
}
.padd-lft15 {
    padding-left: 15px !important;
}
.inner-box li>a {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
.web-store-li ul li:before {
    content: '✓';
    margin-left: -20px;
    margin-right: 10px;
}
.web-store-li ul {
    list-style: none;
}
.w-mx100 {
    max-width: 100%;
}
.fnt-18 {
    font-size: 18px !important;
}
.fnt-20 {
    font-size: 20px !important;
}
.fnt-19 {
    font-size: 19px !important;
}
.storelogo {
    width: 155px;
}
#getaquoteModal>.modal-dialog {
    max-width: 620px;
    margin: 1.75rem auto;
}
#getaquoteModal>.modal-body {
    min-height: 140px;
}
.padd-top30 {
    padding-top: 30px;
}
.fnt14 {
    font-size: 14px !important;
}
#removetocart>.modal-dialog {
    max-width: 375px;
    margin: 1.75rem auto;
}

/*end-26-24-2021*/
.rapid-relief {
    padding: 50px 0px 20px 0px;
}
.rapid-relief img {
    max-width: 100%;
}
.rapid-relief-detail h2 {
    font-size: 22px;
    color: #262626;
    margin-top: 0px;
    font-weight: 800;
    text-transform: uppercase;
}
.rapid-relief-detail p {
    text-align: justify;
    font-size: 14px;
}
.table thead tr {
    background: #f6f6f6 !important;
}
.table td,
.table th {
    padding: .75rem !important;
    vertical-align: top !important;
    border: 1px solid #dee2e6 !important;
}
.top-section ul,
li {
    font-size: 14px !important;
}
.dropdown-item {
    font-size: 13px !important;
}
.catalogbox img {
    max-width: 100%;
}
.catalogbox {
    margin: 20px 0px;
}
.catalogbox p {
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    margin: 10px 0px;
    text-align: center;
}
.product-attribute label {
    font-weight: 600;
}
.custom-item {
    position: relative;
    width: 555px;
    height: 545px;
}
.custom-item img {
    position: absolute;
    max-width: 100%;
}
.cat_title:hover {
    text-decoration: #262626 underline;
}
.tab-pane p a {
    color: #212529;
}
.brand-info,
.brand-pros {
    background: #FFFFFF;
    padding: 75px 0px;
}
.brand-heading {
    font-weight: 700;
    font-size: 33px;
    color: #323E48;
    margin-bottom: 20px;
    line-height: 53px;
    text-decoration: underline;
    text-transform: uppercase;
}
.brand-description {
    font-size: 16px;
    color: #262626;
}
.brand-gallery,
.brand-cons {
    background: #F5F5F5;
    padding: 75px 0px;
}
.brand-gallery h3 {
    color: #262626;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
}
.brand-pros h2,
.brand-cons h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    color: #323E48;
}
.btm-img img {
    max-width: 100%;
    margin-bottom: 20px;
}
.btm-img p {
    font-weight: 600;
    font-size: 16px;
    color: #262626;
}
.brand-pros ul,
.brand-cons ul {
    padding-left: 20px;
}
.short-description {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: #262626;
    border-left: 4px solid #323E48;
    padding-left: 15px;
}
.gallery-images.owl-carousel {
    overflow: hidden;
}
.gallery-images.owl-carousel .owl-item.active {
    margin-left: 10px;
}
.gallery-images .owl-prev {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 0px;
}
.gallery-images .owl-next {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-left: 10px;
}
.yt-video-popup .modal-center {
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    width: 90%;
}
.gallery-images .owl-item img {
    min-height: 208px;
    object-fit: cover;
}
.gallery-images .owl-prev .fa,
.gallery-images .owl-next .fa {
    font-size: 18px;
}

/**4-2-2024**/
#newsletterModal .modal-body {
    padding: 40px 30px;
}
#newsletterModal .modal-box {
    padding: 10px 15px 0px;
    text-align: center;
}
#newsletterModal .modal-body h4 {
    font-weight: 600;
    font-size: 22px;
}
#newsletterModal .download-btn {
    padding: 10px 10px;
    font-weight: 400;
}
#newsletterModal .download-btn:focus {
    box-shadow: none;
}
#submsg {
    position: absolute;
    bottom: 100px;
}
#newsletterModal .modal-dialog {
    border: none !important;
}
#newsletterModal .modal-header .close {
    padding: 0px !important;
    margin: 0px !important;
    z-index: 999;
    position: absolute;
    top: 10px;
    right: 10px;
}
#newsletterModal .close {
    background: none !important;
    color: #000;
    opacity: 1;
    font-size: 30px;
    font-weight: 400;
}
@media (min-width: 576px) {
    #newsletterModal .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
        width: 90%;
    }
}
@media (min-width: 900px) {
    #newsletterModal .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 0;
        transform: translate(-50%, -50%);
    }
}

/**4-2-2024**/
.partners-img {
    border: 1px solid #cccbcb;
    margin-bottom: 20px;
}
.discounts-slider {
    background: #3b3a50;
    padding-top: 25px;
    padding-bottom: 25px;
}
.discounts-slider p {
    margin-bottom: 0;
}
.slidelink {
    text-align: center;
    margin-top: 12px;
}
.slidelink .btn-primary:hover {
    border-color: #262626;
}
.slidelink .submitbtn {
    font-size: 16px;
}
.discounts-slider .bd-example {
    max-width: 750px;
    margin: 0 auto;
}
.discounts-slider .btn-primary:focus {
    box-shadow: unset;
}
.accordion>.card .card-header {
    background-color: unset;
}