body {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #000;
}

a:hover {
    color: #c5030e;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1280px;
    width: 90%;
}

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
    font-family: 'Karla', sans-serif;
}


.top {
    background: #c5030e;

    padding: 10px 20px;
    color: #fff;

}

.top .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.get_qoute_btn {
    border: solid 2px #fff;
    color: #fff;
    padding: 4px 16px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
}

.get_qoute_btn:hover {
    color: #c5030e;
    background: #fff;
}

.top .container,
.logo_phone .container {
    max-width: 1920px !important;
    width: 100%;
}

.social {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.social:hover {
    color: #fff;
    opacity: 0.8;
}

.logo_phone {
    padding: 10px 0;
}

.logo_phone .col-sm-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_phone {
    background: url(img/headerbgN.jpg) #1c1c1c no-repeat scroll center top;
    padding: 10px 20px;
    position: relative;
}

.sticky .for_sticky {
    display: block !important;
}

.for_sticky {
    margin-left: auto;
    margin-right: 20px;
}

.sticky .logo_phone {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
}

.sticky .logo_left img,
.sticky .phone_right img {
    height: 40px;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar .navbar-nav .nav-link {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.main_menu {
    background-color: #000;
    color: #ffffff;
    border-top: 1px solid #000000;
}

.navbar-nav li {
    padding: 0 30px;
}

.navbar .navbar-nav .menu-item.active a,
.navbar .navbar-nav .menu-item.active .dropdown-toggle::after,
.navbar .navbar-nav .menu-item:hover a,
.navbar .navbar-nav .menu-item:hover .dropdown-toggle::after,
.flyout_menu .menu-item.active a span,
.flyout_menu .menu-item.active .dropdown-toggle::after,
.flyout_menu .menu-item:hover a span,
.flyout_menu .menu-item:hover .dropdown-toggle::after {
    color: #c5030e;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #000;
}

.dropdown-item {
    color: #fff !important;
}

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

.navbar-nav li .dropdown-menu li:hover>.dropdown-item {
    background: #c5030e;
}

.navbar-nav li .dropdown-menu li {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0 0 5px 5px;
}

.service_menu .dropdown-menu {
    column-count: 2;
}

.banner_text {
    position: absolute;
    bottom: 100px;
    left: 100px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-family: Roboto;
    font-weight: 300;
    font-size: 32px;
    padding: 10px;
    line-height: 41px;
    letter-spacing: 2px;
}

.banner_text span {
    background: #c5030e;
    color: #fff;
    padding: 0 5px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.home_content {
    margin: 80px auto;
    max-width: 1000px;
}

.home_content .highlight {
    font-size: 130%;
    margin: 20px 60px 40px;
    border-left: 4px solid #c5030e;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
}

.footer {
    background: #000;
    padding: 30px 0;
    border-top: solid 2px #c5030e;
    margin-top: 20px;
}

.footer h3 {
    color: #d60303;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer a {
    color: #fff;
    font-weight: 300;
    line-height: 28px;
    font-size: 14px;
}

.footer a:hover {
    color: #c5030e
}

.footer ul {
    padding: 0;
}

.footer_contact {
    color: #fff;
}

#gform_5 label {
    display: none !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #c5030e !important;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #c5030e !important;
    color: #fff;
    border-radius: 0;
}

#gform_wrapper_5 {
    margin-top: 0;
}

body .gform_wrapper #gform_5 ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}

.gform_wrapper #gform_5 .gform_footer {
    padding: 0;
    margin: 10px 0 0;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: 'Karla', sans-serif;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea,
.gform_wrapper select {
    font-family: 'Karla', sans-serif !important;
}

.copyright {
    padding: 20px 0;
}

.navbar-toggler {
    display: none;
}

span.dropdown-item {
    display: none;
}

ul.submenu.dropdown-menu {
    column-count: 2;
}

.page-header {
    margin: 30px 0;
}

.page-header h1 {
    color: #d90909;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/* 15-03 */

.woocommerce-breadcrumb {
    margin-top: 30px !important;
}

.woocommerce-breadcrumb a:hover {
    color: #c5030e;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before {
    width: 14px !important;
    height: 14px !important;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after {
    left: 2px !important;
    top: 1px !important;
}

.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_checkboxes>.prdctfltr_sub {
    height: 210px;
    overflow-y: scroll;
    margin-left: 10px !important;
}

.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_checkboxes>.prdctfltr_sub>.prdctfltr_sub {
    margin-left: 20px !important;
}

.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_checkboxes>.prdctfltr_sub>.prdctfltr_sub label.prdctfltr_active>span:after {
    left: -23px !important;
    top: 0 !important;
}
.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter .prdctfltr_sub .prdctfltr_sub label.prdctfltr_active>span:after {
    left: -23px !important;
}
.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_checkboxes>.prdctfltr_sub::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_checkboxes>.prdctfltr_sub::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #bcbec1;
}

.woocommerce .woocommerce-ordering {
    display: none !important;
}

.woocommerce .product .woocommerce-loop-product__title {
    font-family: 'Karla', sans-serif;
    color: #000;
    font-weight: 600;
    min-height: 55px;
}

.woocommerce .woocommerce-products-header .woocommerce-products-header__title.page-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.woocommerce .prdctfltr_filter_inner .prdctfltr_widget_title {
    font-size: 20px;
    line-height: 28px;
}

body.woocommerce.single-product .content-area {
    max-width: 1370px;
    margin: auto;
}

.woocommerce div.product form.cart .variations select {
    height: 45px;
    margin-bottom: 20px;
    outline: 0;
}

.woocommerce div.product .related.products {
    clear: both;
    padding-top: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
}

.woocommerce div.product .related.products h2 {
    margin-bottom: 30px;
}

body.woocommerce.single-product a.reset_variations,
body.woocommerce.single-product .woocommerce-variation-add-to-cart button[type="submit"],
body.woocommerce.single-product .woocommerce-variation-add-to-cart .scq-section .add_to_samples {
    padding: 11px 20px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    letter-spacing: 0;
    background: none !important;
    border: solid 1px #c5030e;
    color: #c5030e !important;
    font-weight: 300;
    border-radius: 0;
    outline: 0 !important;
}

body.woocommerce.single-product .woocommerce-variation-add-to-cart button[type="submit"] {
    margin: 0 10px;
}

body.woocommerce.single-product .woocommerce-variation-add-to-cart .quantity input[type="number"] {
    height: 48px;
    font-size: 18px;
    outline: 0;
}

body.woocommerce.single-product a.reset_variations {
    display: inline-block;
}

body.woocommerce.single-product a.reset_variations:hover,
body.woocommerce.single-product .woocommerce-variation-add-to-cart button[type="submit"]:hover,
body.woocommerce.single-product .woocommerce-variation-add-to-cart .scq-section .add_to_samples:hover {
    background-color: #c5030e !important;
    color: #ffffff !important;
}

.prdctfltr_sub .prdctfltr_sub label {
    padding-left: 25px;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter .prdctfltr_sub .prdctfltr_sub label>span:before {
    position: absolute;
    left: -25px;
}

body.woocommerce .products.columns-4 .product a.add_to_cart_button,
.wp-element-button {
    background-color: #c5030e !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

.woocommerce .comment-respond input[type="submit"],
body.woocommerce-cart .woocommerce-cart-form button[type="submit"],
.footer form .gform_footer input[type="submit"] {
    color: #ffffff !important;
}

body.woocommerce-cart .cart-collaterals .checkout-button,
.woocommerce-notices-wrapper .woocommerce-message .button {
    background-color: #c5030e !important;
    color: #ffffff !important;
    border-radius: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #c5030e;
    color: #fff;
}

.woocommerce ul.products li.product a img {
    width: auto;
    margin: auto;
    max-height: 150px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    text-align: center;
}

body.woocommerce-checkout form .col2-set .col-1,
body.woocommerce-checkout form .col2-set .col-2 {
    width: 48%;
    flex: unset;
    max-width: 100%;
    padding: 0;
}

.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row input.input-text {
    height: 30px;
    border: 1px solid #000;
}

.select2-container--default .select2-selection--single {
    height: 30px;
    border: 1px solid #000;
    border-radius: 0%;
}

#order_review_heading {
    margin-top: 50px;
}

.form-row.place-order {
    margin-bottom: 50px !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    height: 50px;
    margin-left: 20px;
}

.woocommerce-product-gallery img {
    max-height: 600px !important;
    width: auto !important;
    margin: auto;
}

.wpgs-nav .slick-slide img {
    max-height: 130px !important;
}

.slick-arrow,
.slick-arrow:hover {
    background: none !important;
}

.accordion h1,
.accordion h2,
.accordion h3 {
    font-size: 20px;
    margin: 0 0 20px;
}

.entry-summary .card {
    margin: 0;
    padding: 0;
    box-shadow: none !important;
    border: 0;
    background: #fff !important;
}

.entry-summary .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.entry-summary .btn-link:before {
    content: "";
    height: 2px;
    width: 20px;
    background: #c5030e;
    position: absolute;
    right: 0;
    top: 28px;
}

.entry-summary .btn-link:after {
    content: "";
    height: 2px;
    width: 20px;
    background: #c5030e;
    position: absolute;
    right: 0;
    top: 28px;
    transform: rotate(90deg);
    opacity: 1;
    transition: all 0.2s;
}

.entry-summary .btn-link {
    background: none !important;
    color: #000 !important;
    padding: 10px 0;
    font-size: 18px;
    position: relative;
    width: 100%;
    text-align: left;
    display: table;
    height: auto;
    box-shadow: none;
}

.entry-summary .btn-link:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    background: none !important;
    box-shadow: none !important;
}

.active-acc .btn-link::after {
    opacity: 0;
    transition: all 0.2s;
    transform: rotate(0deg);
}

.accordion {
    margin-top: 15px;
}

.entry-summary .card-body>h2 {
    display: none;
}

.entry-summary .card-body table {
    margin: 0;
}

.entry-summary .card-body {
    padding: 20px 0;
}

.entry-summary .card-body td,
.entry-summary .card-body th {
    font-size: 14px;
}

.entry-summary .card-body .features-inner-text ul {
    margin: 0;
    width: 100%;
}

.entry-summary .card-body .features-inner-text li {
    width: 100%;
}

.entry-summary .card-body .features-inner-text li {
    width: 100%;
    font-size: 14px;
}

.green-tick {
    color: #c5030e;
}

.entry-summary .btn-link:focus {
    text-decoration: none;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.variations select {
    display: none !important;
}

.single-product .summary p.price {
    margin-bottom: 15px;
    float: left;
    margin-top: 10px;
    margin-right: 0;
    font-size: 24px !important;
    color: #000 !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300;
    margin-top: 10px;
}

.woocommerce div.product .product_title {
    color: #c5030e;
}

.select-wrapper {
    margin: 0 0 15px;
    position: relative;
}

.select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px;
}

section .entry-summary .variations tr td div.select-wrapper input.select-dropdown {
    width: 100% !important;
}

.single-product form.cart input {
    font-size: 18px;
}

.select-wrapper input.select-dropdown {
    padding: 0px 10px;
    box-sizing: border-box;
}

section .entry-summary .variations tr td div.select-wrapper ul {
    top: 5.5rem !important;
    position: absolute;
}

ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.summary table.variations tr td div.select-wrapper ul li {
    font-size: 20px !important;
    min-height: 30px;
    margin: 0;
    list-style-type: none;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 16px;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #000;
    display: block;
    font-size: 1em;
    line-height: 22px;
    padding: 14px 16px;
    text-align: center;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 5px 16px;
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-content {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0, 0, 0, 0.03);
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

pre,
fieldset,
input,
textarea,
table,
table *,
hr {
    border-color: #dcd7ca;
}

.dropdown-content.select-dropdown {
    margin-top: 40px !important;
}

.design_by {
    text-align: right;
}

.f_links {
    text-align: center;
}

span.cart_counter {
    background: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    margin-right: 3px;
}

.woocommerce ul.products li.product .price {
    font-size: 1.2em;
}

.supply_doors_message {
    color: #c5030e;
}

.supply_doors_message p {
    margin: 0 auto 0;
    text-align:center;
}
.supply_doors_message a {
    color:#ff8200;
    font-weight:bolder;
}

.service-box .thum_img {
    max-height: 250px;
    height: 250px;
    overflow: hidden;
}

.service-box .thum_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.main-heading {
    color: #d90909;
    margin-bottom: 30px;
    font-size: 40px;
}

.services-content {
    width: 100%;
    background: #000;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.services-content h3 {
    font-size: 22px;
    margin: 0;
}

.services-content a {
    color: #fff;
    display: block;
}

.section {
    margin: 70px auto;
}

.door-supply.section {
    background: rgb(217, 9, 9);
    color: #fff;
    padding: 70px 0;
}

.door-supply.section .main-heading {
    color: #fff;
}

.footer .gform_confirmation_message {
    color: #fff;
}
.single-product .entry-summary .price {
    font-size: 25px !important;
}

/* Responsive start */
@media (max-width: 1900px) {
    ul.submenu.dropdown-menu li a {
        white-space: normal;
        width: 250px;
    }
}

@media (max-width: 1365px) {
    .navbar-nav li {
        padding: 0 15px;
    }

    .banner_text {
        bottom: 30px;
        left: 30px;
    }

    .navbar {
        padding: 0;
    }

    .services-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 1279px) {
    .container {
        width: 94%;
    }

    .copyright {
        padding: 20px 0 30px;
    }

    .navbar-nav li {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    ul.submenu.dropdown-menu li a {
        white-space: normal;
        width: 200px;
    }

    .service_menu .dropdown-menu {
        column-count: 1;
    }

    .service-box .thum_img {
        height: 200px;
    }
}

@media (max-width: 1140px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .services-content h3 {
        font-size: 16px;
    }

    .services-content h3 {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .services-content h3 {
        font-size: 14px;
    }
}

@media (min-width: 992px){
    .navbar-hover .nav-item:hover > .dropdown-menu, .navbar-hover .dropdown:hover > .dropdown-menu {
        transition-delay: .2s !important;
    }
    .dropdown-menu li:hover > .submenu, .dropdown-menu li:hover > .dropdown-menu {
        transition-delay: .2s !important;
    }
}

@media (max-width: 991px) {
    header.header {
        padding: 5px 0;
    }

    .menu_bar span {
        display: block;
        width: 40px;
        height: 2px;
        transition: 200ms;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #ffffff;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: 0;
        margin-left: 0;
        border-radius: 100px;
    }

    .menu_bar.not-openmenu span:nth-child(1) {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .menu_bar.not-active span:nth-child(2) {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .menu_bar.not-active span:nth-child(3) {
        bottom: 0;
        transform: rotate(0);
    }

    .menu_bar.closemenu span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        transform: rotate(126deg);
    }

    .menu_bar.closemenu span:nth-child(2) {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .menu_bar.closemenu span:nth-child(3) {
        bottom: 15px;
        transform: rotate(-130deg);
    }

    .menu_bar span+span {
        margin-top: 10px;
    }

    a.menu_bar {
        margin-left: 15px;
        margin-top: -2px;
    }

    .navbar-toggler-icon {
        width: 40px;
        margin-top: 5px;
    }

    .navbar-toggler {
        padding: 0;
        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .navbar {
        justify-content: flex-end;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        width: 100%;
        background: #000;
        height: 100%;
        padding: 0 20px;
        top: 148px;
        z-index: 99;
    }

    .sticky .navbar-collapse {
        top: 60px;
    }

    button.navbar-toggler {
        background: none !important;
    }

    .banner_text {
        bottom: 15px;
        left: 15px;
    }

    .scroll-block {
        overflow: hidden;
    }

    .navbar-nav li {
        margin-left: 0;
        margin-top: 0;
    }

    .top,
    .logo_phone {
        padding: 10px 0;
    }

    .sticky .for_sticky {
        display: none !important;
    }

    .logo_phone .col-sm-12 {
        gap: 10px;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        outline: 0;
    }

    .navbar-toggler {
        display: block;
    }

    .service_menu .dropdown-menu {
        column-count: 1;
    }

    span.dropdown-item:after {
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        position: absolute;
        right: 0;
        top: -17px;
    }

    .dropdown-toggle {
        position: absolute;
        right: 0;
        top: 0;
        right: 10px;
    }

    ul.submenu.dropdown-menu {
        column-count: 1;
    }

    span.dropdown-item {
        display: block;
        position: absolute;
    }

    .navbar-nav li .dropdown-menu li {
        position: relative;
    }

    .navbar-nav {
        max-height: 90vh;
        overflow-y: scroll;
    }

    .dropdown-item {
        padding: 0px 5px;
    }

    .door-supply.section {
        padding: 50px 0;
    }

    .section {
        margin: 50px auto;
    }

    .service-box .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .service-box .thum_img {
        height: 150px;
    }

}

@media (max-width: 767px) {
    .banner_text {
        font-size: 16px;
        padding: 5px;
        line-height: 20px;
        letter-spacing: 1px;
        bottom: 50px;
        left: 15px;
    }

    .carousel-indicators {
        bottom: -15px;

    }

    .navbar-collapse {
        top: 112px;
    }

    .top_left span {
        display: none;
    }

    body.woocommerce-checkout form .col2-set .col-1,
    body.woocommerce-checkout form .col2-set .col-2 {
        width: 100%;
    }

    body.woocommerce-checkout form .col2-set .col-2 {
        margin-top: 30px;
    }

    .woocommerce-product-gallery img {
        max-height: 200px !important;
    }

    .wpgs-nav .slick-slide img {
        max-height: 50px !important;
    }

    h1,
    .h1 {
        font-size: 24px;
    }

    .woocommerce div.product form.cart .variations label {
        font-size: 12px;
        width: 90px;
    }

    body.woocommerce.single-product a.reset_variations,
    body.woocommerce.single-product .woocommerce-variation-add-to-cart button[type="submit"],
    body.woocommerce.single-product .woocommerce-variation-add-to-cart .scq-section .add_to_samples {
        padding: 8px 10px !important;
        font-size: 14px !important;
    }

    body.woocommerce.single-product .woocommerce-variation-add-to-cart .quantity input[type="number"] {
        height: 42px;
    }

    .woocommerce div.product {
        width: 100%;
    }

    .service-box .thum_img {
        height: auto;
        max-height: unset;
    }
    .home_content .highlight {
        margin: 20px 0px 40px;
      }
}