body {
    font-family: 'Open Sans', sans-serif;
    color: #2e2925;
    font-size: 20px;
    line-height: 30px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mt-60 {
    margin-top: 60px;
}
/* Header */

header {
    width: 100%;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 20%);
}

.pre_header {
    padding: 9px 0;
    background: #f9f9f9;
}

.dropdown {
    line-height: 20px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e2925;
    padding: 10px 26px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #00539e;
    }

.navbar-brand {
    padding: 0;
}

.navbar .navbar-nav > li:last-child a {
    padding-right: 0;
}

.navbar {
    padding: 13px 0;
    background: #ffffff;
}

.navbar-brand img {
    width: 160px;
}

.social_media ul li {
    display: inline-block;
    margin: 0 5px;
}

    .social_media ul li i {
        color: #00539e;
        font-size: 16px;
    }

.cart img {
    width: 25px;
    margin-right: 20px;
}

.dropdown-menu {
    left: auto !important;
    right: 0;
    min-width: 92px;
    top: 15px !important;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 10px 10px 40px 20px rgb(14 14 14 / 10%);
}

.brandDropdown .dropdown-menu {
    left: 0 !important;
    right: auto;
}

.dropdown-item {
    padding: 0.25rem 1.2rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e2925;
    text-decoration: none !important;
    outline: none !important;
}

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #00539e;
    }

.dropdown-toggle {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e2925;
    text-decoration: none !important;
}

    .dropdown-toggle::after {
        border: 0;
        background: url(../img/arrow.png) no-repeat;
        width: 10px;
        height: 5px;
        background-size: contain;
        background-position: center;
        position: relative;
        top: 1px;
    }

.language {
    border-right: 1px solid #c0c3c9;
    padding: 3px 0;
    margin-right: 21px;
    padding-right: 21px;
}

.language,
.social_media {
    display: inline-block;
}

/*-- product catalog --*/
.inner_title {
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #00539e;
    letter-spacing: 0.05em;
}

.login_text a {
    text-decoration: underline;
    color: #00539e;
    font-weight: 700;
}

.catalog {
    padding: 52px 0 100px;
}
/* .catalog .row {
  margin-left: -26px;
  margin-right: -26px;
}
.catalog .row [class*='col-'] {
  padding-left: 26px;
  padding-right: 26px;
} */
.product-content {
    text-align: center;
    padding: 30px 20px 0;
}

    .product-content p {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        min-height: 30px;
        font-size: 16px;
    }

    .product-content .small_title {
        margin-bottom: 15px;
    }

    .product-content span.product-size {
        font-weight: 700;
        text-align: center;
    }

.product-slider {
    text-align: center;
    background: #f3f3f3;
    padding: 0 15px;
}

.small_title.product_price {
    color: #2e2925;
    font-weight: 600;
}

.prod_id.small_title {
    margin-bottom: 10px;
    color: #2e2925;
}

.btn {
    background: #00539e;
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    padding: 11px 46px;
    outline: none;
    box-shadow: none !important;
}

.banner .btn {
    margin-top: 60px;
}

.btn_list {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .btn_list .btn {
        padding: 10px 0;
        width: 48%;
        max-width: 198px;
        margin: 0 5px;
    }

    .btn_list .btn_transparent {
        background-color: transparent;
        color: #00539e;
        border: 2px solid #00539e;
    }

.btn:hover,
.btn.btn-black:hover,
input.btn:hover,
.footer-top input.btn:hover {
    background: #0463b5;
    color: #fff;
}

.btn img {
    margin-right: 20px;
}

.product_box {
    background: #ffffff;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-height: 270px;
}

.btn.btn-black {
    background: #151b26;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    margin-top: 55px;
}

.product-slider .item img {
    margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    opacity: 1;
    top: 50%;
    transform: translate(0, -50%);
}

.width-90 {
    width: 90%;
}
/* banner */
.banner {
    padding: 50px 0;
}

    .banner .carousel-item img {
        max-width: 565px;
        max-height: 480px;
        object-fit: contain;
        margin-top: 30px;
    }

.img_blue_back {
    position: relative;
}

    .img_blue_back:after {
        content: '';
        height: 370px;
        width: 100%;
        background: #e7f1fa;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 0;
        z-index: -1;
    }

.pre_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 10px;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.35em;
}

.main_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    margin: 0;
    color: #00539e;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.sub_title {
    margin-bottom: 34px;
    margin-top: 18px;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.03em;
}

.banner p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.banner .carousel-inner {
    min-height: 530px;
}

.banner .carousel-indicators {
    margin: 0;
    top: -10%;
    flex-direction: column;
    align-items: flex-end;
    width: 50px;
    right: -90px;
    left: auto;
}

    .banner .carousel-indicators .active {
        width: 9px;
        height: 9px;
        background: #00539e;
    }

    .banner .carousel-indicators li {
        width: 9px;
        height: 9px;
        margin: 4px 0;
        background: rgb(0 83 158 / 21%);
        border-radius: 50%;
        cursor: pointer;
    }

/* product details */
.product_description {
    padding: 70px 0;
}

.mt-100 {
    margin-top: 100px;
}

.product_description .img_blue_back:after {
    content: '';
    height: 400px;
    width: calc(100% - 30px);
    background: #e7f1fa;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
    left: 15px;
}

.product_side_text {
    max-width: 510px;
}

.product_side_big_text {
    max-width: 620px;
    margin-left: 55px;
}

.product_side_big_text1 {
    max-width: 720px;
}

.product_side_text.auto_width {
    max-width: 100%;
}

.small_title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: #00539e;
    margin-bottom: 20px;
}

.tiny_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.small_title a {
    color: inherit;
}

.product_side_text p {
    margin-bottom: 30px;
}
/* -- Newsletter -- */

.newsletter {
    background: #f3f3f3 url(../img/newsletterbg.png);
    padding: 90px 0;
    background-position: center;
}

.input-group .form-control {
    border: 1px solid #585858;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 21px 20px;
    background: transparent !important;
}

.form-control:focus {
    border-color: #00539e;
    box-shadow: none;
}

.input-group .btn {
    border-radius: 6px !important;
    margin-left: -6px;
}

.newsletter input::-webkit-input-placeholder {
    color: #151b26;
}

.newsletter input::-moz-placeholder {
    color: #151b26;
}

.newsletter input:-ms-input-placeholder {
    color: #151b26;
}

.newsletter input:-moz-placeholder {
    color: #151b26;
}

.newsletter h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin: 0;
}

input.btn {
    background: #00539e;
    box-shadow: 0px 7px 20px rgb(141 40 173 / 15%);
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 23px;
    padding: 18px;
}
/* Footer */
.connectus ul li i {
    border: 1px solid rgba(255, 255, 255, 0.21);
    box-sizing: border-box;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}

.connectus i:hover {
    background-color: #fff;
}

.connectus .fa-facebook-f:hover {
    color: #4267b2;
}

.connectus .fa-youtube:hover {
    color: #ff0000;
}

.connectus .fa-twitter:hover {
    color: #1da1f2;
}

.connectus .fa-linkedin:hover {
    color: #0077b5;
}

.connectus .fa-instagram:hover {
    color: #e1306c;
}

.connectus ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-top {
    background: #00539e;
    padding: 60px 0;
}

.footer-bottom {
    background: #034986;
    padding: 21px 0;
}

.footer-top form {
    position: relative;
}

.footer-top input.btn {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    right: 0;
    top: 0;
}

.footer-top .form-control {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: none;
    color: #fff;
}

.footer-top h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 24px;
    color: #f3f3f3;
}

.footer-top ul li a,
address {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #f3f3f3;
}

address {
    padding-left: 40px;
    background: url(../img/map-marker.png) no-repeat;
    background-position: left 5px;
    line-height: 25px;
    margin-top: 20px;
}

.footer-top .btn {
    background: #ffffff !important;
    color: #151b26 !important;
}

.footer-top input::-webkit-input-placeholder {
    color: #f3f3f3;
}

.footer-top input::-moz-placeholder {
    color: #f3f3f3;
}

.footer-top input:-ms-input-placeholder {
    color: #f3f3f3;
}

.footer-top input:-moz-placeholder {
    color: #f3f3f3;
}

.address h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    color: #f3f3f3;
}

.footer-bottom ul li {
    display: inline-block;
    margin: 0 25px;
}

    .footer-bottom ul li:last-child {
        margin-right: 0;
    }

    .footer-bottom ul li a,
    .footer-bottom .footer p {
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #f3f3f3;
    }

.footer-bottom .footer p {
    margin: 0;
}

.footer-contentus p {
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #f3f3f3;
    margin: 20px 0;
}

.connectus {
    margin-bottom: 20px;
    margin-top: 30px;
}

.pro-soltions {
    margin-left: 10%;
}
/* modal */
.modal h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
}

.modal .close {
    position: absolute;
    top: 15px;
    opacity: 1;
    right: 15px;
    outline: none;
}

#myModal .modal-dialog {
    max-width: 700px;
    margin: 5rem auto;
    width: 95%;
}

#myModal .modal-body {
    padding: 80px 1rem 0px;
}

    #myModal .modal-body .btn {
        width: 198px;
        display: block;
        margin: 60px auto 0;
    }

#comparisionModal .modal-dialog {
    max-width: 900px;
    margin: 5rem auto;
    width: 95%;
}

#comparisionModal .modal-header {
    background-color: #00539e;
}

#comparisionModal .modal-body {
    padding: 40px 1rem 60px;
}

    #comparisionModal .modal-body .btn {
        width: 198px;
        display: block;
        margin: 60px auto 0;
    }

#RequestQuoteModal .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
}

#RequestQuoteModal .modal-header {
    background-color: #00539e;
}

#RequestQuoteModal .modal-body {
    padding: 40px 1rem 30px;
}

    #RequestQuoteModal .modal-body .btn {
        width: 198px;
        display: block;
        margin: 60px auto 0;
    }

/* login */
.login {
    padding: 120px 0 20px;
}

    .login.register {
        padding: 30px 0 10px;
    }

.form-group {
    margin-bottom: 16px;
}

.login label {
    color: #2e2925;
    margin-bottom: 4px;
    font-size: 16px;
}

.login .form-control {
    background: #ffffff;
    border: 2px solid #dad8d7;
    box-sizing: border-box;
    border-radius: 5px;
    height: 42px;
    color: #2e2925;
    font-size: 20px;
}

    .login .form-control:focus {
        border-color: #00539e;
    }

.login_block {
    padding: 25px;
    border: 1px solid #dad8d7;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    margin: 0 auto 25px;
}

.register .login_block {
    max-width: 900px;
}

.forgot_link {
    color: #00539e;
    text-decoration: underline;
    font-weight: 600;
    display: block;
    margin-top: 25px;
}

.login .btn_list .btn {
    margin: 0 15px;
}

/* single product */
/* :root {
  --main-image-width: 500px;
  --main-image-height: 400px;
} */
.product-image-carousels {
    display: flex;
}

.slick-next .slick-next-icon:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105' !important;
}

.slick-prev .slick-prev-icon:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f104' !important;
}

.thumbnails-slider {
    max-width: 130px;
    padding: 30px 0;
    margin-right: 5px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .thumbnails-slider button,
    .slick-next-icon,
    .slick-prev-icon {
        height: 30px;
        width: 100%;
        padding: 0;
        margin: 0 !important;
        font-size: 28px !important;
        color: #00539e;
        outline: none;
    }

.slick-arrow.slick-disabled {
    display: none !important;
}

.thumbnails-slider button.slick-prev {
    top: 15px;
    left: 0;
}

    .thumbnails-slider button.slick-prev .slick-prev-icon {
        display: inline-block;
        transform: rotate(90deg);
        color: #00539e;
    }

.thumbnails-slider button.slick-next {
    bottom: -15px;
    right: 0;
    top: auto;
}

    .thumbnails-slider button.slick-next .slick-next-icon {
        display: inline-block;
        transform: rotate(90deg);
        color: #00539e;
    }

.thumbnails-slider .thumbnail-button {
    display: block;
    height: 130px !important;
    cursor: pointer;
    background: none;
    border: 2px solid transparent;
    padding: 10px;
}

.thumbnails-slider .slick-slide {
    margin-bottom: 30px;
}

.thumbnails-slider .thumbnail-button:focus,
.thumbnails-slider .thumbnail-button:hover,
.thumbnails-slider .thumbnail-button[aria-current='true'] {
    border: 3px solid #00539e;
    border-radius: 5px;
    outline: none;
}

.thumbnails-slider .thumbnail-button img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.1s linear;
}

.main-image-slider {
    position: relative;
    max-width: 475px;
    position: relative;
    margin-bottom: 1px;
    margin: 0 auto;
}

    .main-image-slider button {
        z-index: 1;
    }

        .main-image-slider button.slick-prev {
            left: 10px;
        }

            .main-image-slider button.slick-prev .slick-prev-icon {
                opacity: 1;
            }

        .main-image-slider button.slick-next {
            right: 10px;
        }

            .main-image-slider button.slick-next .slick-next-icon {
                opacity: 1;
            }

    .main-image-slider .slick-slide {
        max-width: 475px;
    }

        .main-image-slider .slick-slide .image-link {
            height: 475px;
            overflow: hidden;
            transition: outline 0.1s linear;
        }

            .main-image-slider .slick-slide .image-link:focus {
                outline: 4px dashed white;
                outline-offset: -7px;
            }

            .main-image-slider .slick-slide .image-link img {
                display: block;
                -o-object-fit: cover;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

/* insight */
.insight {
    padding: 50px 0 100px;
}

    .insight .blue_bg {
        background: #00539e;
        height: 100%;
        padding: 30px 20px 30px 30px;
        max-width: 297px;
    }

        .insight .blue_bg .small_title {
            color: #fff;
        }

.comparision_box {
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    padding: 30px 38px;
    top: 50%;
    transform: translate(0, -50%);
    min-width: 545px;
    right: -26%;
}

    .comparision_box h4 {
        color: #00539e;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 26px;
        line-height: 26px;
        letter-spacing: 0.02em;
    }

    .comparision_box p {
        font-size: 16px;
        line-height: 26px;
    }

    .comparision_box a {
        color: #00539e;
        font-weight: bold;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.02em;
        border-bottom: 1px solid;
    }

/* products */
.feature_product {
    padding: 60px 0 100px;
}

.product_block {
    display: flex;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    height: 100%;
}

.prod_img {
    width: 50%;
}

.prod_data {
    width: 50%;
    color: #fff;
    background: #00539e;
    padding: 50px 30px;
}

    .prod_data .small_title {
        color: inherit;
    }

    .prod_data a {
        color: inherit;
        border-bottom: 1px solid;
        font-weight: 700;
    }

    .prod_data p {
        line-height: 30px;
        margin-bottom: 20px;
        font-size: 16px;
    }
/* single_product */
.single_product {
    padding: 30px 0;
}

    .single_product .small_title {
        margin-bottom: 0;
    }

    .single_product .inner_title {
        margin-bottom: 15px;
    }

/* product_specification */

.product_specification .table td,
.product_specification .table th {
    padding: 40px 0;
    vertical-align: top;
    border-top: 1px solid rgb(46 41 37 / 50%);
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.03em;
    color: #2e2925;
}

.product_specification .table tr:first-child td,
.product_specification .table tr:first-child th {
    border: 0;
}

.product_specification .table th {
    font-weight: 600;
    color: #00539e;
    font-style: italic;
    width: 500px;
}

.product_specification td span {
    width: 200px;
    display: inline-block;
    margin-bottom: 15px;
}

.product_specification {
    padding-bottom: 50px;
}

/* cart */
.gutter60 {
    margin-left: -30px;
    margin-right: -30px;
}

    .gutter60 [class*='col-'] {
        padding-left: 30px;
        padding-right: 30px;
    }

.gutter20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .gutter20 [class*='col-'] {
        padding-left: 10px;
        padding-right: 10px;
    }

.cart {
    position: relative;
}

.cart_count {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #00539e;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    right: 7px;
}

.cart_checkout {
    padding: 80px 0 150px;
}

    .cart_checkout .sub_title {
        color: #00539e;
        text-align: center;
        margin: 0 0 80px;
    }

.table.cart_items td,
.table.cart_items th {
    border-bottom: 1px solid rgb(45 45 44 / 30%);
    border-top: 0;
    padding: 30px 0;
    vertical-align: middle;
}

.table.cart_items th {
    padding: 12px 0;
    font-size: 26px;
    letter-spacing: 0.02em;
    padding-top: 0;
}

    .table.cart_items td:first-child,
    .table.cart_items th:first-child {
        width: 48%;
    }

    .table.cart_items td:last-child,
    .table.cart_items th:last-child {
        width: 50px;
    }

.item_link {
    color: inherit !important;
    text-decoration: none !important;
}

    .item_link img {
        max-width: 110px;
    }

.item_name {
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}

    .item_name span {
        color: #00539e;
        display: block;
        margin-top: 15px;
    }

.item_qty {
    max-width: 150px;
    height: 60px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
}

.cart-qty-minus,
.cart-qty-plus {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 30px;
    outline: none !important;
}

input.qty {
    border: 0;
    width: 75px;
    outline: none !important;
    text-align: center;
}

.total_price {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.remove_item {
    cursor: pointer;
}

.cart_message label {
    margin: 60px 0 20px;
}

.mini_title {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.cart_message textarea.form-control {
    font-size: 18px;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    resize: none;
    padding: 20px 30px;
    max-width: 624px;
}

.cart_box {
    background-color: #f3f3f3;
    padding: 30px;
    border-radius: 5px;
    letter-spacing: 0.02em;
    font-size: 20px;
    color: #000000;
    margin-top: 28px;
}

    .cart_box span {
        float: right;
        font-weight: 600;
    }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid rgb(45 45 44 / 20%);
}

.cart_box div:not(:last-child) {
    margin-bottom: 20px;
}

.btn.btn_checkout {
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 46px;
    width: 100%;
    margin: 30px 0 20px;
}

.btn_transparent {
    color: #00539e;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none !important;
}
/* checkout */

.checkout_box {
    background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(243, 243, 243, 1) 50%, rgba(243, 243, 243, 1) 100% );
    padding: 60px 0;
}

    .checkout_box .container {
        display: flex;
    }

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.checkout_box .container > div {
    width: 50%;
}

.express_checkout {
    border: 1px solid #2e2925;
    border-radius: 5px;
    padding: 30px 20px 25px;
    display: flex;
    justify-content: space-between;
    margin: 60px 0 45px;
    position: relative;
}

    .express_checkout span {
        position: absolute;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
        display: inline-block;
        align-items: center;
        letter-spacing: 0.02em;
        color: #2d2d2c;
        padding: 0 3px;
        top: -15px;
        background: #fff;
        margin: 0 auto;
        width: 204px;
        left: 0;
        right: 0;
        text-align: center;
    }

.checkout_box select.form-control:not([size]):not([multiple]) {
    background-size: 10px;
}

.or {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

    .or:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: rgb(45 45 44 / 30%);
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .or span {
        color: rgb(46 41 37 / 50%);
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        background: #fff;
        display: inline-block;
        z-index: 9;
        position: relative;
        width: 100px;
    }

.mini_title .account_login {
    font-size: 14px;
    float: right;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 26px;
}

    .mini_title .account_login a {
        font-weight: 700;
        color: #00539e;
    }

.checkout_box .form-control,
.checkout_box select.form-control:not([size]):not([multiple]) {
    height: 62px;
    padding: 16px 22px;
    font-size: 20px;
    line-height: 30px;
    color: #2e2925;
    border: 1px solid rgb(46 41 37 / 50%);
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
}

.checkout_box select {
    background: #fff url(../img/arrow_big.png) no-repeat;
    background-position: 92%;
}

.checkout_box .form-group {
    margin-bottom: 20px;
}

.checkout_box .mini_title {
    margin-bottom: 30px;
}

.checkout_box .form-control::-webkit-input-placeholder {
    color: #2e2925;
}

.checkout_box .form-control::-moz-placeholder {
    color: #2e2925;
}

.checkout_box .form-control:-ms-input-placeholder {
    color: #2e2925;
}

.checkout_box .form-control:-moz-placeholder {
    color: #2e2925;
}

.checkbox input {
    display: none;
}

.checkbox label {
    position: relative;
    padding-left: 40px;
    letter-spacing: 0.01em;
    cursor: pointer;
}

    .checkbox label::before {
        content: '';
        width: 24px;
        height: 24px;
        border-radius: 3px;
        border: 1px solid rgb(46 41 37 / 50%);
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        color: #fff;
        text-align: center;
        line-height: 24px;
        font-size: 14px;
    }

.checkbox input:checked + label::before {
    content: '\2713';
    background-color: rgb(0 0 0 / 50%);
    border-color: rgb(0 0 0 / 50%);
}

.reverse_arrow {
    transform: rotate(180deg);
}

.checkout_box .btn.btn_checkout {
    margin: 0;
    width: 250px;
    height: 75px;
}

.item_details {
    max-width: 650px;
}

.checkout_box hr {
    margin: 30px 0;
}

.checkout_box .cart_box {
    padding: 0;
    font-size: 22px;
    background: transparent;
}

    .checkout_box .cart_box b {
        font-size: 26px;
    }

.express_checkout a {
    max-width: 32%;
    flex: 0 0 32%;
}

    .express_checkout a img {
        width: 100%;
    }
/* media query */
@media (min-width: 1264px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1310px;
    }
}

@media (min-width: 1024px) {
    .product-slider {
        min-height: 248px;
        line-height: 240px;
        vertical-align: middle;
    }
}

@media (max-width: 1800px) {
    .banner .carousel-indicators {
        right: -65px;
    }
}

@media (max-width: 1700px) {
    .banner .carousel-indicators {
        right: -38px;
    }

    .product-content p {
        min-height: 100px;
    }

    .comparision_box {
        padding: 35px 40px;
        min-width: 555px;
        right: -1%;
    }

        .comparision_box h4 {
            margin-bottom: 15px;
        }

    .insight .blue_bg {
        padding: 25px;
        max-width: 275px;
    }
}

@media (max-width: 1600px) {
    .checkout_box {
        padding: 60px;
    }

    .cart_box {
        padding: 20px;
        font-size: 16px;
    }

        .cart_box div:not(:last-child) {
            margin-bottom: 10px;
        }

    .remove_item img {
        width: 15px;
    }

    .table.cart_items td {
        border-top: 0;
        padding: 15px 0;
    }

    .cart_checkout {
        padding: 60px 0 120px;
    }

    .table.cart_items th,
    .mini_title {
        font-size: 20px;
        line-height: 20px;
    }

    .item_name,
    .total_price,
    .btn.btn_checkout,
    .btn_transparent {
        font-size: 18px;
        line-height: 18px;
    }

    .btn_list .btn_transparent {
        line-height: 25px;
    }

    .gutter60 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .gutter60 [class*='col-'] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .product-content p {
        min-height: 200px;
    }

    .product_specification .table td,
    .product_specification .table th {
        padding: 30px 0;
        font-size: 28px;
        line-height: 36px;
    }

    .prod_data {
        padding: 30px 25px;
    }

        .prod_data p {
            line-height: 28px;
            margin-bottom: 15px;
        }

    .catalog .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .catalog .row [class*='col-'] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .banner .carousel-item img {
        max-width: 535px;
        max-height: initial;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 400px;
    }

    .product_description .img_blue_back:after {
        right: 15px;
        left: 15px;
        width: auto;
    }

    .main_title {
        font-size: 45px;
        line-height: 60px;
    }

    .pre_title {
        white-space: nowrap;
    }

    .banner .carousel-inner {
        min-height: 540px;
    }

    .product_description img {
        width: 90%;
    }

    body {
        font-size: 18px;
        line-height: 28px;
    }

    .banner .carousel-indicators {
        right: -100px;
    }

    .footer-top ul li a,
    address {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom ul li a,
    .footer-bottom .footer p {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1440px) {
    .banner .carousel-indicators {
        right: -60px;
    }

    .inner_title {
        font-size: 45px;
        line-height: 58px;
    }

    .thumbnails-slider .thumbnail-button {
        height: 130px !important;
    }

    .thumbnails-slider {
        max-width: 130px;
    }

    .main-image-slider {
        max-width: 400px;
    }
}

@media (max-width: 1366px) {
    .pr-60 {
        padding-right: 30px;
    }

    .pl-60 {
        padding-left: 30px;
    }

    .checkout_box {
        padding: 30px;
    }

    .banner .carousel-indicators {
        right: 0;
        bottom: -20px;
        top: auto;
        left: 0;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
    }

    .comparision_box {
        right: 15px;
    }
}

@media (max-width: 1264px) {
    .comparision_box p,
    .checkbox label {
        font-size: 16px;
        line-height: 24px;
    }

    .comparision_box a {
        font-size: 16px;
        line-height: 20px;
    }

    .comparision_box {
        padding: 30px;
        min-width: 400px;
    }

    .insight .blue_bg {
        max-width: 210px;
    }

        .insight .blue_bg .small_title {
            font-size: 20px;
        }

    .product-content p {
        min-height: 240px;
    }

    .checkout_box .btn.btn_checkout {
        width: 100%;
        height: 55px;
    }

    .checkout_box .form-control,
    .checkout_box select.form-control:not([size]):not([multiple]) {
        height: 55px;
        padding: 10px 12px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .product-content p {
        min-height: 220px;
    }

    .product-slider img {
        height: 230px;
        object-fit: contain;
    }

    .product_specification .table td,
    .product_specification .table th {
        font-size: 24px;
        line-height: 30px;
    }

    .product_specification .table th {
        width: 350px;
    }

    .product_side_text {
        max-width: 400px;
    }

    .product_side_big_text {
        margin-left: 0;
    }

    .product_block {
        margin-bottom: 30px;
        height: auto;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .banner .carousel-item img {
        max-width: 435px;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 350px;
    }

    .small_title {
        font-size: 24px;
        line-height: 36px;
    }

    .product-content .small_title {
        font-size: 20px;
    }

    .btn {
        font-size: 16px;
        padding: 11px 45px;
    }

    .btn_list .btn {
        padding: 8px 0;
    }

    .connectus ul li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 26px;
    }

    .banner p {
        font-size: 18px;
        line-height: 26px;
    }

    .main_title {
        line-height: 54px;
        white-space: pre-wrap;
    }

    .main_title {
        font-size: 40px;
        line-height: 60px;
    }

    .sub_title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    address br {
        display: none;
    }
}

@media (max-width: 1199px) {
    .mini_title .account_login {
        font-size: 12px;
    }

    .checkout_box .cart_box {
        font-size: 18px;
    }

        .checkout_box .cart_box b {
            font-size: 22px;
        }

    .express_checkout span {
        width: 150px;
        font-size: 14px;
    }

    .express_checkout {
        padding: 20px 15px 15px;
    }

    .insight {
        padding: 70px 0 100px;
    }

    .mt-100 {
        margin-top: 80px;
    }

    .pre_title {
        font-size: 16px;
        letter-spacing: 6px;
    }

    .banner .carousel-inner {
        min-height: 470px;
    }

    .inner_title {
        font-size: 36px;
        line-height: 46px;
    }

    .inner_title {
        margin-bottom: 20px;
    }

    .btn.btn-black {
        margin-top: 25px;
    }

    .newsletter {
        padding: 80px 0;
    }

        .newsletter h1 {
            font-size: 28px;
            line-height: 40px;
            margin: 20px 0 0;
        }
}

@media (max-width: 991px) {
    .mini_title .account_login {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .checkout_box .mini_title {
        margin-bottom: 15px;
    }

    .or {
        margin-bottom: 20px;
    }

    .express_checkout {
        margin: 50px 0 30px;
    }

    .or span {
        font-size: 16px;
    }

    .mt-60 {
        margin-top: 20px;
    }

    .cart_box {
        padding: 12px;
        font-size: 13px;
    }

    .item_qty {
        max-width: 100px;
        height: 40px;
        padding: 5px 8px;
    }

    input.qty {
        width: 40px;
    }

    .table.cart_items td:last-child,
    .table.cart_items th:last-child {
        width: 15px;
    }

    .remove_item img {
        width: 10px;
    }

    .cart-qty-minus img,
    .cart-qty-plus img {
        width: 10px;
    }

    .cart_message textarea.form-control {
        font-size: 14px;
        padding: 15px 20px;
    }

    .table.cart_items th,
    .mini_title {
        font-size: 18px;
        line-height: 18px;
    }

    .cart_items td .media img {
        width: 40px;
    }

    .item_name,
    .total_price,
    .btn.btn_checkout,
    .btn_transparent {
        font-size: 14px;
        line-height: 16px;
    }

        .item_name span {
            margin-top: 5px;
        }

    .catalog .text-right {
        text-align: left !important;
    }

    .product-content p {
        min-height: 192px;
    }

    .pre_title {
        white-space: pre-wrap;
    }

    .main_title {
        font-size: 36px;
        line-height: 48px;
    }

    .banner .carousel-item img {
        max-width: 345px;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 250px;
    }

    .banner .carousel-inner {
        min-height: 370px;
    }

    .catalog .carousel-item > img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: 200px;
        object-fit: contain;
    }

    .product_box {
        min-height: 640px;
    }

    .insight {
        padding: 50px 0 70px;
    }

        .insight .blue_bg {
            max-width: 270px;
            padding: 25px;
        }

    .comparision_box {
        padding: 30px;
        min-width: 690px;
        left: 0;
        right: 0;
        position: relative;
        margin-top: 30px;
        transform: none;
        top: auto;
    }

    .insight .blue_bg .small_title {
        font-size: 20px;
        line-height: 30px;
    }

    .navbar,
    .login_header .navbar {
        padding: 25px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        text-align: left;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar-light .navbar-toggler {
        color: rgb(1 85 157);
        border: 0;
        padding: 0;
        outline: none !important;
    }

    .navbar .navbar-nav > li > a {
        letter-spacing: 1.5px;
        padding: 12px 10px;
    }

    .btn {
        font-size: 14px;
        line-height: 25px;
        padding: 8px 15px;
    }

    .banner-image {
        display: none;
    }

    .banner-content,
    .banner-image {
        width: 100%;
    }

    .banner-content {
        margin-top: 0;
    }

    .input-group .btn {
        margin-top: 0;
    }

    .form-control {
        padding: 12px 20px;
    }

    .connectus ul li i {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .footer-bottom .text-right,
    .footer-bottom {
        text-align: center !important;
    }

        .footer-bottom ul li {
            margin: 10px 10px 0 !important;
        }

    .newsletter h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .newsletter {
        padding: 60px 0;
    }

    .login .form-control {
        font-size: 16px;
    }

    .pro-soltions {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .thumbnails-slider .thumbnail-button:focus,
    .thumbnails-slider .thumbnail-button:hover,
    .thumbnails-slider .thumbnail-button[aria-current='true'] {
        border: 2px solid #00539e;
    }

    .footer-contentus img {
        width: 180px;
    }

    .btn_list .btn {
        line-height: 25px;
    }

    .checkout_box {
        background: transparent;
        padding: 30px 20px;
    }

        .checkout_box .container {
            display: block;
        }

    .express_checkout span {
        width: 115px;
        font-size: 12px;
    }

    .express_checkout {
        padding: 12px 10px 10px;
        margin: 30px 0 15px;
    }

    .checkout_box .form-control,
    .checkout_box select.form-control:not([size]):not([multiple]) {
        height: 42px;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 22px;
    }

    .checkout_box select {
        background-position: 95%;
    }

    .item_details {
        margin-top: 20px;
    }

        .item_details .total_price {
            margin-left: 30px;
        }

    .checkout_box .btn_transparent {
        margin-bottom: 20px;
    }

    .checkout_box .cart_box {
        font-size: 16px;
    }

    .checkout_box .btn.btn_checkout {
        height: 45px;
    }

    .checkout_box .cart_box b {
        font-size: 18px;
    }

    .checkout_box hr {
        margin: 20px 0;
    }

    .checkout_box .form-group {
        margin-bottom: 15px;
    }

    .checkbox label {
        font-size: 14px;
        line-height: 20px;
    }

    .pr-60 {
        padding-right: 0;
    }

    .pl-60 {
        padding-left: 0;
    }

    .checkout_box .container > div {
        width: 100%;
    }

    .table.cart_items th,
    .mini_title {
        font-size: 16px;
        line-height: 16px;
    }

    .cart_message label {
        margin: 0 0 10px;
    }

    .cart_message {
        margin-bottom: 20px;
    }

    .gutter60 {
        margin-right: -15px !important;
    }

        .gutter60 [class*='col-'] {
            padding-right: 15px !important;
        }

    .cart_box {
        padding: 15px;
        font-size: 14px;
        margin-top: 20px;
    }

    .cart_checkout {
        padding: 40px 0;
    }

        .cart_checkout .sub_title {
            margin: 0 0 30px;
        }

    .cart_items table,
    .cart_items tbody {
        display: block;
    }

    .cart_items tr {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgb(45 45 44 / 20%);
    }

    .table.cart_items thead {
        display: none;
    }

    .table.cart_items td {
        padding: 0;
        border: 0;
    }

        .table.cart_items td:first-child,
        .table.cart_items th:first-child {
            width: 100%;
            margin-bottom: 20px;
        }

    .product-slider img {
        height: auto;
    }

    .product_specification {
        padding: 40px 0 20px;
    }

    .insight {
        padding: 40px 0;
    }

    .product_specification .table td,
    .product_specification .table th {
        font-size: 14px;
        line-height: 24px;
        padding: 15px 0;
    }

    .product_specification td span {
        width: 70px;
    }

    .product_specification .table th {
        width: 150px;
    }

    .thumbnails-slider {
        max-width: 60px;
    }

        .thumbnails-slider .thumbnail-button {
            height: 60px !important;
        }

    .main-image-slider {
        max-width: 200px;
    }

    .thumbnails-slider .slick-slide {
        margin-bottom: 10px;
    }

    .product_description.solutions {
        padding: 50px 0;
    }

    .feature_product {
        padding: 0 0 20px;
    }

    .product_block {
        display: block;
        margin-bottom: 20px;
    }

        .product_block img {
            height: 280px;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .product_block > div {
            width: 100%;
        }

    .prod_data p {
        line-height: 24px;
    }

    .product_description .inner_title {
        margin-top: 20px;
    }

    .catalog {
        padding: 40px 0 30px;
    }

    .login .form-control {
        height: 40px;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .comparision_box {
        padding: 20px;
        min-width: 100%;
        margin-top: 20px;
    }

    .banner .carousel-inner {
        min-height: auto;
        margin-bottom: 80px;
    }

    .modal h3 {
        font-size: 18px;
    }

    #myModal .modal-body {
        padding: 50px 1rem 40px;
    }

        #myModal .modal-body .btn {
            width: 128px;
            margin: 40px auto 0;
        }

    .close img {
        width: 24px;
    }

    .pro-soltions {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .connectus ul li {
        margin-bottom: 15px;
        margin-right: 5px;
    }

    .newsletter {
        padding: 20px 0;
    }

        .newsletter h1 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 20px;
        }

    .heading h1,
    .banner-content h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 35px;
    }

    .padding-80 {
        padding: 50px 0;
    }

    .product_box {
        min-height: inherit;
        margin-bottom: 20px;
    }

    .product-content h4,
    .pricesale span {
        font-size: 20px;
    }

    .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
    }

    .navbar {
        padding: 15px 0;
    }

    ul.nav.navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .navbar .navbar-nav > li > a {
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
    }

    .collapse.navbar-collapse {
        padding: 0;
    }

    .banner {
        padding: 40px 0 50px;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    input.btn,
    .footer-top input.btn {
        font-size: 16px;
        line-height: 24px;
        right: 15px;
        top: 23px;
        padding: 10px 12px;
    }

    .footer-top {
        padding: 30px 0 20px;
    }

    .footer-contentus p {
        font-size: 15px;
        line-height: 26px;
        margin: 15px 0;
    }

    .footer-top h4 {
        font-size: 20px;
    }

    .footer-top input.btn {
        right: 0;
        top: 0;
        padding: 10px 12px;
    }

    .connectus ul li i {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    .footer-bottom,
    .footer-bottom ul li a,
    .footer-bottom .footer p {
        text-align: center;
    }

    .brandDropdown {
        margin-bottom: 10px;
    }

    .navbar,
    .login_header .navbar {
        padding: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 5px;
        font-size: 14px;
    }

    .login,
    .login.register {
        padding: 50px 0;
    }

    .login_block {
        padding: 20px;
        margin: 0 auto 20px;
    }

    .pre_title {
        font-size: 12px;
        letter-spacing: 4px;
        margin: 0;
    }

    .main_title {
        font-size: 28px;
        line-height: 44px;
    }

    .sub_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 160px;
    }

    .banner .carousel-indicators {
        right: 0;
        left: 0;
        bottom: -40px;
        margin: 0 auto;
    }

    .banner .carousel-item img {
        height: 220px;
        object-fit: contain;
        margin: 10px auto 0;
        width: 100%;
    }

    .product_description {
        padding: 0;
    }

    .small_title {
        font-size: 20px;
        line-height: 30px;
    }

    .product_description .small_title {
        margin-top: 30px;
    }

    .product_description img {
        width: 100%;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .insight .blue_bg {
        max-width: 100%;
        padding: 20px;
    }

    .comparision_box h4 {
        font-size: 20px;
    }

    body,
    .comparision_box p,
    .banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .input-group .form-control {
        padding: 14px 20px;
    }

    .insight .blue_bg .small_title {
        margin-bottom: 0;
    }

    .insight .col-md-auto {
        margin-bottom: 20px;
    }

    .reversed_order {
        flex-direction: column-reverse;
    }

    .inner_title {
        font-size: 24px;
        line-height: 34px;
    }

        .inner_title + p {
            font-size: 16px;
        }

    .product-content p {
        min-height: 0;
    }

    address {
        padding-left: 30px;
    }

    .footer-top ul li a,
    address {
        font-size: 14px;
    }

    .footer-bottom ul li {
        margin: 5px 5px 0 !important;
    }

        .footer-bottom ul li a,
        .footer-bottom .footer p {
            font-size: 12px;
            line-height: 16px;
        }

    .footer-bottom {
        padding: 15px 0;
    }

    .brandDropdown,
    .pre_header .text-right {
        text-align: center !important;
    }

    address br {
        display: block;
    }
}

@media (max-width: 485px) {
    .col-xs-12.col-sm-6.text-right {
        text-align: center;
    }

    .pre_header {
        padding: 5px 0;
    }
}

.prod_data li {
    list-style: disc;
    font-size: 18px;
}

/* New Product Page Style*/

.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e2925;
    padding: 10px 26px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #00539e;
    }

.navbar-brand {
    padding: 0;
}

.navbar .navbar-nav > li:last-child a {
    padding-right: 0;
}

.navbar {
    padding: 13px 0;
    background: #ffffff;
}

.navbar-brand img {
    width: 160px;
}

.catalog .nav-tabs .nav-link {
    border: 0;
    font-weight: 700;
    font-size: 18px;
    color: #777;
    padding: 20px 30px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
}

.catalog .nav-tabs .nav-item {
    margin-bottom: -2px;
}

    .catalog .nav-tabs .nav-item.show .nav-link,
    .catalog .nav-tabs .nav-link.active {
        color: #00539e;
        background-color: #fff;
        border-color: #00539e;
    }

.catalog .nav-tabs {
    border-bottom: 2px solid #ccc;
    margin: 60px 0;
}

.table.product_table {
    margin-bottom: 80px;
}

.product_table.table td,
.product_table.table th {
    vertical-align: middle;
    border-top: 0;
    font-weight: 600;
    border-bottom: 2px solid #cccccc;
    color: #2e2925;
    padding: 30px 15px;
    font-size: 16px;
}

.product_table.table th {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.product_table.table .more_detail {
    margin-left: 15px;
}

.product_table.table td a.media {
    color: inherit;
    text-decoration: none;
}

.product_table.table td:first-child,
.product_table.table th:first-child {
    width: 48%;
    padding-left: 0;
}

.product_table.table th:nth-child(2) {
    width: 220px;
}

.product_name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.product_detail {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

/* products */
.product_image_placeholder {
    width: 150px;
    height: 150px;
    background: #f2f2f2;
    text-align: center;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product_image_placeholder img {
        max-width: 90px;
        object-fit: contain;
    }

.product_detail {
}

.btn_outline {
    background-color: #00539e;
    color: #fff;
    border: 2px solid #00539e;
    padding: 9px 29px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.product_detail a .btn_outline :hover {
    background-color: #00539e !important;
    color: #fff !important;
}

a.more_detail {
    color: #00539e;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}

/* media query */
@media (min-width: 1264px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1700px) {
    .container {
        max-width: 1310px;
    }
}

@media (min-width: 1024px) {
    .product-slider {
        min-height: 248px;
        line-height: 240px;
        vertical-align: middle;
    }
}

@media (max-width: 1800px) {
    .banner .carousel-indicators {
        right: -65px;
    }
}

@media (max-width: 1700px) {
    .banner .carousel-indicators {
        right: -38px;
    }

    .product-content p {
        min-height: 240px;
    }

    .comparision_box {
        padding: 35px 40px;
        min-width: 555px;
        right: -1%;
    }

        .comparision_box h4 {
            margin-bottom: 15px;
        }

    .insight .blue_bg {
        padding: 25px;
        max-width: 275px;
    }
}

@media (max-width: 1600px) {
    .checkout_box {
        padding: 60px;
    }

    .cart_box {
        padding: 20px;
        font-size: 16px;
    }

        .cart_box div:not(:last-child) {
            margin-bottom: 10px;
        }

    .remove_item img {
        width: 15px;
    }

    .table.cart_items td {
        border-top: 0;
        padding: 15px 0;
    }

    .cart_checkout {
        padding: 60px 0 120px;
    }

    .table.cart_items th,
    .mini_title {
        font-size: 20px;
        line-height: 20px;
    }

    .item_name,
    .total_price,
    .btn.btn_checkout,
    .btn_transparent {
        font-size: 18px;
        line-height: 18px;
    }

    .btn_list .btn_transparent {
        line-height: 25px;
    }

    .gutter60 {
        margin-left: -15px;
        margin-right: -15px;
    }

        .gutter60 [class*='col-'] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .product-content p {
        min-height: 200px;
    }

    .product_specification .table td,
    .product_specification .table th {
        padding: 30px 0;
        font-size: 28px;
        line-height: 36px;
    }

    .prod_data {
        padding: 30px 25px;
    }

        .prod_data p {
            line-height: 28px;
            margin-bottom: 15px;
        }

    .catalog .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .catalog .row [class*='col-'] {
            padding-left: 15px;
            padding-right: 15px;
        }

    .banner .carousel-item img {
        max-width: 535px;
        max-height: initial;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 400px;
    }

    .product_description .img_blue_back:after {
        right: 15px;
        left: 15px;
        width: auto;
    }

    .main_title {
        font-size: 45px;
        line-height: 60px;
    }

    .pre_title {
        white-space: nowrap;
    }

    .banner .carousel-inner {
        min-height: 540px;
    }

    .product_description img {
        width: 90%;
    }

    body {
        font-size: 18px;
        line-height: 28px;
    }

    .banner .carousel-indicators {
        right: -100px;
    }

    .footer-top ul li a,
    address {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-bottom ul li a,
    .footer-bottom .footer p {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 1440px) {
    .banner .carousel-indicators {
        right: -60px;
    }

    .inner_title {
        font-size: 45px;
        line-height: 58px;
    }

    .thumbnails-slider .thumbnail-button {
        height: 130px !important;
    }

    .thumbnails-slider {
        max-width: 130px;
    }

    .main-image-slider {
        max-width: 400px;
    }

    .product_table .btn_outline {
        padding: 5px 14px !important;
    }
}

@media (max-width: 1366px) {
    .pr-60 {
        padding-right: 30px;
    }

    .pl-60 {
        padding-left: 30px;
    }

    .checkout_box {
        padding: 30px;
    }

    .banner .carousel-indicators {
        right: 0;
        bottom: -20px;
        top: auto;
        left: 0;
        margin: 0 auto;
        flex-direction: row;
        justify-content: space-between;
    }

    .comparision_box {
        right: 15px;
    }
}

@media (max-width: 1264px) {
    .comparision_box p,
    .checkbox label {
        font-size: 16px;
        line-height: 24px;
    }

    .comparision_box a {
        font-size: 16px;
        line-height: 20px;
    }

    .comparision_box {
        padding: 30px;
        min-width: 400px;
    }

    .insight .blue_bg {
        max-width: 210px;
    }

        .insight .blue_bg .small_title {
            font-size: 20px;
        }

    .product-content p {
        min-height: 240px;
    }

    .checkout_box .btn.btn_checkout {
        width: 100%;
        height: 55px;
    }

    .checkout_box .form-control,
    .checkout_box select.form-control:not([size]):not([multiple]) {
        height: 55px;
        padding: 10px 12px;
        font-size: 16px;
        line-height: 30px;
    }

    .catalog .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 20px;
    }

    a.more_detail {
        font-size: 14px;
    }

    .product_table.table td,
    .product_table.table th {
        padding: 15px 5px;
        font-size: 14px;
    }

    .product_image_placeholder {
        width: 120px;
        height: 120px;
        margin-right: 15px;
    }

        .product_image_placeholder img {
            max-width: 70px;
            object-fit: contain;
        }

    .product_detail {
        font-size: 12px;
        line-height: 16px;
    }

    .product_table .btn_outline {
        font-size: 14px !important;
    }

    .product_table.table .more_detail {
        margin-left: 10px;
    }

    .product_name {
        font-size: 14px;
        line-height: 22px;
    }

    .product_table.table th:nth-child(2) {
        width: 130px;
    }
}

@media (max-width: 1200px) {
    .product-content p {
        min-height: 220px;
    }

    .product-slider img {
        height: 230px;
        object-fit: contain;
    }

    .product_specification .table td,
    .product_specification .table th {
        font-size: 24px;
        line-height: 30px;
    }

    .product_specification .table th {
        width: 350px;
    }

    .product_side_text {
        max-width: 400px;
    }

    .product_side_big_text {
        margin-left: 0;
    }

    .product_block {
        margin-bottom: 30px;
        height: auto;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .banner .carousel-item img {
        max-width: 435px;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 350px;
    }

    .small_title {
        font-size: 24px;
        line-height: 36px;
    }

    .product-content .small_title {
        font-size: 20px;
    }

    .btn {
        font-size: 16px;
        padding: 11px 45px;
    }

    .btn_list .btn {
        padding: 8px 0;
    }

    .connectus ul li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 26px;
    }

    .banner p {
        font-size: 18px;
        line-height: 26px;
    }

    .main_title {
        line-height: 54px;
        white-space: pre-wrap;
    }

    .main_title {
        font-size: 40px;
        line-height: 60px;
    }

    .sub_title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    address br {
        display: none;
    }
}

@media (max-width: 1199px) {
    .mini_title .account_login {
        font-size: 12px;
    }

    .checkout_box .cart_box {
        font-size: 18px;
    }

        .checkout_box .cart_box b {
            font-size: 22px;
        }

    .express_checkout span {
        width: 150px;
        font-size: 14px;
    }

    .express_checkout {
        padding: 20px 15px 15px;
    }

    .insight {
        padding: 70px 0 100px;
    }

    .mt-100 {
        margin-top: 80px;
    }

    .pre_title {
        font-size: 16px;
        letter-spacing: 6px;
    }

    .banner .carousel-inner {
        min-height: 470px;
    }

    .inner_title {
        font-size: 36px;
        line-height: 46px;
    }

    .inner_title {
        margin-bottom: 20px;
    }

    .btn.btn-black {
        margin-top: 25px;
    }

    .newsletter {
        padding: 80px 0;
    }

        .newsletter h1 {
            font-size: 28px;
            line-height: 40px;
            margin: 20px 0 0;
        }
}

@media (max-width: 991px) {
    .catalog .nav-tabs {
        margin: 30px 0;
    }

    .product_table .btn_outline {
        display: block;
        margin-bottom: 5px;
    }

    .product_table.table .more_detail {
        margin-left: 0;
        text-align: center;
        display: block;
    }

    .product_image_placeholder {
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }

        .product_image_placeholder img {
            max-width: 60px;
            object-fit: contain;
        }

    .mini_title .account_login {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .checkout_box .mini_title {
        margin-bottom: 15px;
    }

    .or {
        margin-bottom: 20px;
    }

    .express_checkout {
        margin: 50px 0 30px;
    }

    .or span {
        font-size: 16px;
    }

    .mt-60 {
        margin-top: 20px;
    }

    .cart_box {
        padding: 12px;
        font-size: 13px;
    }

    .item_qty {
        max-width: 100px;
        height: 40px;
        padding: 5px 8px;
    }

    input.qty {
        width: 40px;
    }

    .table.cart_items td:last-child,
    .table.cart_items th:last-child {
        width: 15px;
    }

    .remove_item img {
        width: 10px;
    }

    .cart-qty-minus img,
    .cart-qty-plus img {
        width: 10px;
    }

    .cart_message textarea.form-control {
        font-size: 14px;
        padding: 15px 20px;
    }

    .table.cart_items th,
    .mini_title {
        font-size: 18px;
        line-height: 18px;
    }

    .cart_items td .media img {
        width: 40px;
    }

    .item_name,
    .total_price,
    .btn.btn_checkout,
    .btn_transparent {
        font-size: 14px;
        line-height: 16px;
    }

        .item_name span {
            margin-top: 5px;
        }

    .catalog .text-right {
        text-align: left !important;
    }

    .product-content p {
        min-height: 192px;
    }

    .pre_title {
        white-space: pre-wrap;
    }

    .main_title {
        font-size: 36px;
        line-height: 48px;
    }

    .banner .carousel-item img {
        max-width: 345px;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 250px;
    }

    .banner .carousel-inner {
        min-height: 370px;
    }

    .catalog .carousel-item > img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        height: 200px;
        object-fit: contain;
    }

    .product_box {
        min-height: 640px;
    }

    .insight {
        padding: 50px 0 70px;
    }

        .insight .blue_bg {
            max-width: 270px;
            padding: 25px;
        }

    .comparision_box {
        padding: 30px;
        min-width: 690px;
        left: 0;
        right: 0;
        position: relative;
        margin-top: 30px;
        transform: none;
        top: auto;
    }

    .insight .blue_bg .small_title {
        font-size: 20px;
        line-height: 30px;
    }

    .navbar,
    .login_header .navbar {
        padding: 25px 0;
    }

    .navbar-light .navbar-nav .nav-link {
        text-align: left;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar-light .navbar-toggler {
        color: rgb(1 85 157);
        border: 0;
        padding: 0;
        outline: none !important;
    }

    .navbar .navbar-nav > li > a {
        letter-spacing: 1.5px;
        padding: 12px 10px;
    }

    .btn {
        font-size: 14px;
        line-height: 25px;
        padding: 8px 15px;
    }

    .banner-image {
        display: none;
    }

    .banner-content,
    .banner-image {
        width: 100%;
    }

    .banner-content {
        margin-top: 0;
    }

    .input-group .btn {
        margin-top: 0;
    }

    .form-control {
        padding: 12px 20px;
    }

    .connectus ul li i {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .footer-bottom .text-right,
    .footer-bottom {
        text-align: center !important;
    }

        .footer-bottom ul li {
            margin: 10px 10px 0 !important;
        }

    .newsletter h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .newsletter {
        padding: 60px 0;
    }

    .login .form-control {
        font-size: 16px;
    }

    .pro-soltions {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product_table {
        display: block;
    }

        .product_table thead {
            display: none;
        }

        .product_table.table td,
        .product_table.table th {
            padding: 5px 0;
            font-size: 14px;
            display: block;
            border: 0;
            position: relative;
        }

            .product_table.table td:nth-child(2),
            .product_table.table td:nth-child(3) {
                padding-left: 50px;
            }

                .product_table.table td:nth-child(2):before,
                .product_table.table td:nth-child(3):before {
                    position: absolute;
                    left: 0;
                    font-weight: 700;
                }

                .product_table.table td:nth-child(2):before {
                    content: 'Size';
                }

                .product_table.table td:nth-child(3):before {
                    content: 'Price';
                }

        .product_table.table .more_detail {
            margin-left: 10px;
        }

        .product_table.table tr {
            display: block;
            margin-bottom: 15px;
            border-bottom: 2px solid #ccc;
            padding-bottom: 15px;
        }

        .product_table .btn_outline,
        .product_table.table .more_detail {
            display: inline-block;
        }

        .product_table.table td:first-child,
        .product_table.table th:first-child {
            width: 100%;
            padding-left: 0;
        }

    .table.product_table {
        margin-bottom: 30px;
    }

    .product_table.table td:last-child {
        margin-top: 20px;
    }

    .product_table .btn_outline {
        padding: 7px 16px !important;
    }

    .product_name {
        font-size: 16px;
        line-height: 24px;
        min-height: 100px;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .product_detail {
        font-size: 14px;
        line-height: 22px;
        margin-left: -110px;
        margin-top: 35px;
        margin-bottom: 0;
    }

    .catalog .nav-tabs {
        justify-content: space-between;
    }

        .catalog .nav-tabs .nav-link {
            font-size: 9px;
            padding: 6px;
        }

        .catalog .nav-tabs .nav-item {
            margin-left: -1px;
        }

    .thumbnails-slider .thumbnail-button:focus,
    .thumbnails-slider .thumbnail-button:hover,
    .thumbnails-slider .thumbnail-button[aria-current='true'] {
        border: 2px solid #00539e;
    }

    .footer-contentus img {
        width: 180px;
    }

    .btn_list .btn {
        line-height: 25px;
    }

    .checkout_box {
        background: transparent;
        padding: 30px 20px;
    }

        .checkout_box .container {
            display: block;
        }

    .express_checkout span {
        width: 115px;
        font-size: 12px;
    }

    .express_checkout {
        padding: 12px 10px 10px;
        margin: 30px 0 15px;
    }

    .checkout_box .form-control,
    .checkout_box select.form-control:not([size]):not([multiple]) {
        height: 42px;
        padding: 10px 16px;
        font-size: 14px;
        line-height: 22px;
    }

    .checkout_box select {
        background-position: 95%;
    }

    .item_details {
        margin-top: 20px;
    }

        .item_details .total_price {
            margin-left: 30px;
        }

    .checkout_box .btn_transparent {
        margin-bottom: 20px;
    }

    .checkout_box .cart_box {
        font-size: 16px;
    }

    .checkout_box .btn.btn_checkout {
        height: 45px;
    }

    .checkout_box .cart_box b {
        font-size: 18px;
    }

    .checkout_box hr {
        margin: 20px 0;
    }

    .checkout_box .form-group {
        margin-bottom: 15px;
    }

    .checkbox label {
        font-size: 14px;
        line-height: 20px;
    }

    .pr-60 {
        padding-right: 0;
    }

    .pl-60 {
        padding-left: 0;
    }

    .checkout_box .container > div {
        width: 100%;
    }

    .table.cart_items th,
    .mini_title {
        font-size: 16px;
        line-height: 16px;
    }

    .cart_message label {
        margin: 0 0 10px;
    }

    .cart_message {
        margin-bottom: 20px;
    }

    .gutter60 {
        margin-right: -15px !important;
    }

        .gutter60 [class*='col-'] {
            padding-right: 15px !important;
        }

    .cart_box {
        padding: 15px;
        font-size: 14px;
        margin-top: 20px;
    }

    .cart_checkout {
        padding: 40px 0;
    }

        .cart_checkout .sub_title {
            margin: 0 0 30px;
        }

    .cart_items table,
    .cart_items tbody {
        display: block;
    }

    .cart_items tr {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgb(45 45 44 / 20%);
    }

    .table.cart_items thead {
        display: none;
    }

    .table.cart_items td {
        padding: 0;
        border: 0;
    }

        .table.cart_items td:first-child,
        .table.cart_items th:first-child {
            width: 100%;
            margin-bottom: 20px;
        }

    .product-slider img {
        height: auto;
    }

    .product_specification {
        padding: 40px 0 20px;
    }

    .insight {
        padding: 40px 0;
    }

    .product_specification .table td,
    .product_specification .table th {
        font-size: 14px;
        line-height: 24px;
        padding: 15px 0;
    }

    .product_specification td span {
        width: 70px;
    }

    .product_specification .table th {
        width: 150px;
    }

    .thumbnails-slider {
        max-width: 60px;
    }

        .thumbnails-slider .thumbnail-button {
            height: 60px !important;
        }

    .main-image-slider {
        max-width: 200px;
    }

    .thumbnails-slider .slick-slide {
        margin-bottom: 10px;
    }

    .product_description.solutions {
        padding: 50px 0;
    }

    .feature_product {
        padding: 0 0 20px;
    }

    .product_block {
        display: block;
        margin-bottom: 20px;
    }

        .product_block img {
            height: 280px;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .product_block > div {
            width: 100%;
        }

    .prod_data p {
        line-height: 24px;
    }

    .product_description .inner_title {
        margin-top: 20px;
    }

    .catalog {
        padding: 40px 0 30px;
    }

    .login .form-control {
        height: 40px;
        font-size: 14px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .comparision_box {
        padding: 20px;
        min-width: 100%;
        margin-top: 20px;
    }

    .banner .carousel-inner {
        min-height: auto;
        margin-bottom: 80px;
    }

    .modal h3 {
        font-size: 18px;
    }

    #myModal .modal-body {
        padding: 50px 1rem 40px;
    }

        #myModal .modal-body .btn {
            width: 128px;
            margin: 40px auto 0;
        }

    .close img {
        width: 24px;
    }

    .pro-soltions {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .connectus ul li {
        margin-bottom: 15px;
        margin-right: 5px;
    }

    .newsletter {
        padding: 20px 0;
    }

        .newsletter h1 {
            font-size: 18px;
            line-height: 28px;
            margin-bottom: 20px;
        }

    .heading h1,
    .banner-content h2 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 35px;
    }

    .padding-80 {
        padding: 50px 0;
    }

    .product_box {
        min-height: inherit;
        margin-bottom: 20px;
    }

    .product-content h4,
    .pricesale span {
        font-size: 20px;
    }

    .btn {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
    }

    .navbar {
        padding: 15px 0;
    }

    ul.nav.navbar-nav {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .navbar .navbar-nav > li > a {
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
    }

    .collapse.navbar-collapse {
        padding: 0;
    }

    .banner {
        padding: 40px 0 50px;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    input.btn,
    .footer-top input.btn {
        font-size: 16px;
        line-height: 24px;
        right: 15px;
        top: 23px;
        padding: 10px 12px;
    }

    .footer-top {
        padding: 30px 0 20px;
    }

    .footer-contentus p {
        font-size: 15px;
        line-height: 26px;
        margin: 15px 0;
    }

    .footer-top h4 {
        font-size: 20px;
    }

    .footer-top input.btn {
        right: 0;
        top: 0;
        padding: 10px 12px;
    }

    .connectus ul li i {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    .footer-bottom,
    .footer-bottom ul li a,
    .footer-bottom .footer p {
        text-align: center;
    }

    .brandDropdown {
        margin-bottom: 10px;
    }

    .navbar,
    .login_header .navbar {
        padding: 16px;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 5px;
        font-size: 14px;
    }

    .login,
    .login.register {
        padding: 50px 0;
    }

    .login_block {
        padding: 20px;
        margin: 0 auto 20px;
    }

    .pre_title {
        font-size: 12px;
        letter-spacing: 4px;
        margin: 0;
    }

    .main_title {
        font-size: 28px;
        line-height: 44px;
    }

    .sub_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .img_blue_back:after,
    .product_description .img_blue_back:after {
        height: 160px;
    }

    .banner .carousel-indicators {
        right: 0;
        left: 0;
        bottom: -40px;
        margin: 0 auto;
    }

    .banner .carousel-item img {
        height: 220px;
        object-fit: contain;
        margin: 10px auto 0;
        width: 100%;
    }

    .product_description {
        padding: 0;
    }

    .small_title {
        font-size: 20px;
        line-height: 30px;
    }

    .product_description .small_title {
        margin-top: 30px;
    }

    .product_description img {
        width: 100%;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .insight .blue_bg {
        max-width: 100%;
        padding: 20px;
    }

    .comparision_box h4 {
        font-size: 20px;
    }

    body,
    .comparision_box p,
    .banner p {
        font-size: 14px;
        line-height: 24px;
    }

    .input-group .form-control {
        padding: 14px 20px;
    }

    .insight .blue_bg .small_title {
        margin-bottom: 0;
    }

    .insight .col-md-auto {
        margin-bottom: 20px;
    }

    .reversed_order {
        flex-direction: column-reverse;
    }

    .inner_title {
        font-size: 24px;
        line-height: 34px;
    }

        .inner_title + p {
            font-size: 16px;
        }

    .product-content p {
        min-height: 0;
    }

    address {
        padding-left: 30px;
    }

    .footer-top ul li a,
    address {
        font-size: 14px;
    }

    .footer-bottom ul li {
        margin: 5px 5px 0 !important;
    }

        .footer-bottom ul li a,
        .footer-bottom .footer p {
            font-size: 12px;
            line-height: 16px;
        }

    .footer-bottom {
        padding: 15px 0;
    }

    .brandDropdown,
    .pre_header .text-right {
        text-align: center !important;
    }

    address br {
        display: block;
    }
}

@media (max-width: 485px) {
    .col-xs-12.col-sm-6.text-right {
        text-align: center;
    }

    .pre_header {
        padding: 5px 0;
    }
}

@media (max-width: 370px) {
    .catalog .nav-tabs .nav-link {
        font-size: 8px;
        padding: 6px 3px;
    }
}

/* End of New Product Page Style*/


/* Request Quote Style*/
.failed-validation {
    font-size: 10px;
    color: orangered
}

.required-input {
    outline: none !important;
    border-color: red;
    background-color: #fee;
}

.normal-input {
    outline: none !important;
    border-color: #ccc;
    background-color: white;
}

.quote-request-input {
    max-height: 87vh;
    overflow-y: scroll;
}

.request-form-footer {
    margin-bottom: 10px;
    display: inline;
}

.request-form-disclaimer-text {
    font-size: 12px;
    line-height: 13px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

#RequestQuoteModal .btn-quote.btn-primary {
    margin-top: 12px;
    background-color: #00539e;
    width: 100% !important
}

#RequestQuoteModal .modal-footer {
    display: flow-root !important;
    padding: 1rem !important;
    margin-top: 20px;
}

.required {
    color: red;
}

#PreviewQuote label :not(.failed-validation) {
    color: #2e2925;
    margin-bottom: 4px;
    font-size: 16px;
}

#PreviewQuote input {
    background: #ffffff;
    border: 2px solid #dad8d7;
    box-sizing: border-box;
    border-radius: 5px;
    height: 42px;
    color: #2e2925;
    font-size: 16px;
}

.loader-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
}

    .loader-holder .block {
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

#SendRequestQuote .failed-validation {
    font-size: 10px !important;
    color: red !important;
}

.counter {
    float: right;
}

 .counter span {
     color: #2e2925;
     font-size: 16px;
 }

.hide-row
{
    display:none;
}
/*End */
