﻿.iconPlay {
    /*   position: absolute;
    z-index: 5484854;
    margin: 35%;*/
    position: absolute;
    z-index: 5484854;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
}

html {
    height: unset !important;
}

.draggable, .slick-dots, .slick-track {
    direction: ltr
}

/*.container {
    margin: 5rem auto 1rem auto;
}*/

.box-info {
    background-color: #FFFEFC;
    /*height: 100%;*/
    padding: 20px;
}

.background-box {
    background-color: var(--foreground);
}

.shortcut-icon {
    font-size: 18px;
    color: #444;
}

.box-shortcut {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.main-info-row {
    display: flex;
    margin: 0 auto;
    padding-top: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-desc_info {
    font-size: 13px;
    text-align: justify;
    display: grid;
}

.seperate-line {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #707070;
}

.item-title {
    color: #444;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
}

    .item-title:hover {
        color: black;
        font-style: normal;
        text-decoration: none;
    }

.item-row {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.multi-text {
    display: flex;
}

.arrow-open {
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.item-open {
    font-weight: bold !important;
    color: #444;
}

.prop-title {
    font-weight: bold !important;
    color: #444;
}

.info-group {
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

.accordion-heading {
    font-size: 13px;
    font-weight: normal;
}

row {
    text-align: justify;
}

/*div {
    height: max-content;
}*/

a {
    color: black;
    text-decoration: none;
}

.main-info-row p {
    margin: 0;
    padding: 0;
}

.text-justify {
    text-align: justify;
}

.mobile-image-slider {
    margin-top: 5px;
}

.bold {
    font-weight: bold;
}

.vertical-img, .vertical-img img {
    height: 100vh;
}

.other-vertical-img, .other-vertical-img img {
    height: 100vh;
}

.vertical-img-modal, .vertical-img-modal img {
    height: 80vh !important;
}

.other-vertical-img-modal, .other-vertical-img-modal img {
    height: 80vh !important;
}

.other-horizontal-img, .other-horizontal-img img {
    width: 100% !important;
}

.horizontal-img, .square-img, .square-img img {
    width: 100%;
}

.slick-track {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.priceRow a {
    color: #428bca !important;
    text-decoration: underline;
}

html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

li.slick-active {
    background-color: gray !important;
}

.slick-dots li {
    background-color: #bbbbbb;
}

.disabled {
    color: #bbbbbb;
}

/*.container {
    margin: 1rem auto;
}*/

.hide {
    display: none;
}

#image-modalMobile {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.image-list {
    background-color: var(--base-background);
    height: 13%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.active-image-box {
    background-color: var(--base-background);
    height: 89%;
    display: grid;
}

/*html, body {
    overflow-x: hidden;
}*/

.close-modal {
    margin-left: 4px;
    margin-top: 4px;
    text-align: end;
}

    .close-modal i {
        /*
            position: absolute;
        z-index: 545454543;
        margin: 35% -25px 0 0;
        cursor: pointer;
        color: #262626;
       */
        /*margin: 35% 0 0 17px;*/
        cursor: pointer;
        color: #262626;
    }

@media(max-width:768px) {
    .image-list img:not(.logoH) {
        max-width: 60%;
        max-height: 100%;
        display: block;
        margin: auto auto;
    }
}

img:not(.logoH) {
    max-width: 100%;
    /*max-height: 100%;*/
    display: block;
    margin: auto auto;
}

@media(min-width:768px) {
    img:not(.logoH) {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto auto;
    }
}

.outer {
    width: 60px;
    height: 60px;
}

.inner {
    display: table-cell;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    background-color: var(--foreground);
    border-bottom: 3px solid rgba(0,0,0,0);
}

.image-list a {
    margin: 5px 5px 0 0;
}

.inner.active {
    border-bottom: 3px solid #4a4a4a;
    /*opacity: .4;*/
}

.shown-img-modal {
    width: auto;
    height: auto;
}

.large-img-list img {
    max-height: 50vh;
    width: auto;
    height: auto;
    display: flex;
    margin: auto;
    margin-top: 16px;
    justify-content: center;
}

.share-hover-social {
    width: 150px;
    background: #e6e6e6;
    height: 50px;
    float: left;
    border-radius: 5px;
    display: none;
    justify-content: space-around;
}

    .share-hover-social a {
        line-height: 3.5rem;
    }

.tooltip1 .tooltiptext {
    top: -5px;
    visibility: hidden;
    width: 165px;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    background-color: #606060 !important;
    color: #fffcf7 !important;
    opacity: 0.9;
    right: -150px;
    font-size: 12px;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}

.drM {
    background-color: #F6F1EB !important;
    margin-left: 12px !important;
    height: 35px;
    min-width: 19rem !important;
    top: -35px !important;
}

    .drM a {
        width: 30%;
        display: inline-block;
        text-align: center;
    }

.priceRow a, .link-text {
    color: #5e673c !important;
    cursor: pointer;
    text-decoration: none !important;
}

.footer {
    margin-top: auto !important;
}

.Borderless {
    width: 100%;
    font-size: 9pt !important;
    color: #6c757d !important;
}

.form-select:focus {
    box-shadow: none !important;
    border: 1px solid #92a458 !important;
}

.slick-next, .slick-prev {
    display: none !important
}

.rowMargin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

@media (max-width:302px) {
    .img-container {
        display: block !important;
        margin: 0 auto;
        max-height: 239px;
        max-width: 239px;
        vertical-align: middle;
    }

    .mobile-img {
        max-height: 239px;
        width: auto !important;
        max-width: 239px;
        height: auto;
        display: block;
        margin: auto auto;
    }
}

@media (min-width:302px) and (max-width:350px) {
    .img-container {
        display: block !important;
        margin: 0 auto;
        max-height: 250px;
        max-width: 250px;
        vertical-align: middle;
    }

    .mobile-img {
        max-height: 250px;
        width: auto !important;
        max-width: 250px;
        height: auto;
        display: block;
        margin: auto auto;
    }
}

@media (min-width:351px) and (max-width: 425px) {
    .img-container {
        display: block !important;
        margin: 0 auto;
        max-height: 300px;
        max-width: 323px;
        vertical-align: middle;
    }

    .mobile-img {
        max-height: 300px;
        width: auto !important;
        max-width: 323px;
        height: auto;
        display: block;
        margin: auto auto;
    }
}

@media (min-width:426px) {
    .img-container {
        display: block !important;
        margin: 0 auto;
        max-height: 400px;
        max-width: 400px;
        vertical-align: middle;
    }

    .mobile-img {
        max-height: 400px;
        width: auto !important;
        max-width: 400px;
        height: auto;
        display: block;
        margin: auto auto;
    }
}

@media(max-width:300px) {
    .close-modal {
        margin-top: 6rem;
    }
}
/*End style rugMobile*/

/*rugDesctop*/

@media(min-width:768px) {
    hr {
        color: #262626 !important;
    }

    .option-text i {
        line-height: 1.6;
    }

    #ContactTitle, #ContactText, #UserFullName, #UserEmail, #UserPhoneNumber, #CaptchaInputText {
        color: #262626 !important;
    }

    .displayMdBlock {
        margin-top: -2%;
    }

    .ulDir {
        margin-bottom: 10px;
    }

    .thumb-image-slider {
        height: 59rem;
        overflow: scroll;
    }
    /* width */
    ::-webkit-scrollbar {
        width: 11px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

    .container {
        margin: 0 auto;
    }

    .btn-contact {
        padding: 1rem 5rem 1rem 5rem;
        font-size: 14px;
        margin: 0 auto;
        display: block;
        background-color: rgb(90, 90, 90);
        color: white;
        border-radius: 3px;
        width: 75%;
    }

        .btn-contact:hover {
            color: white;
            text-shadow: 0px 0px 6px #ddd;
        }

    .box-info {
        background-color: var(--foreground);
        padding: 2rem;
    }

    .shortcut-icon {
        cursor: pointer;
        font-size: 18px;
        color: #444;
    }

    .box-shortcut {
        display: grid;
        justify-content: space-around;
        margin: 0 auto;
    }

        .box-shortcut div {
            margin-bottom: 1rem;
        }

    .product-desc_info {
        font-size: 13px;
        text-align: justify;
    }

    .seperate-line {
        margin: 1rem auto 2rem auto;
    }

    .item-title {
        color: #444;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none !important;
    }

        .item-title:hover {
            color: black;
            font-style: normal;
            text-decoration: none;
        }

    .item-row {
        display: flex;
        margin-bottom: 5px;
    }

    .multi-text {
        display: flex;
    }

    .arrow-open {
        -moz-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .item-open {
        font-weight: bold !important;
        color: #444;
    }

    .prop-title {
        font-weight: bold !important;
        color: #444;
    }

    .normal-text {
        font-size: 13px;
        font-weight: normal;
        text-align: justify;
    }

    .accordion-heading {
        font-size: 13px;
        font-weight: normal;
    }

    row {
        text-align: justify;
    }

    a {
        color: black;
        text-decoration: none;
    }
    /* Image gallery start */
    .thumbnail {
        border: none !important;
    }

    .shown-img {
        width: auto;
        height: auto;
        min-width: auto;
        min-height: auto;
        cursor: pointer;
    }

    #videoLoad {
        display: none;
    }

    .content {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 59rem;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        position: relative;
    }
    /* Image gallery end */

    .outer {
        width: 90px;
        height: 90px;
    }

    .inner {
        display: table-cell;
        height: 90px;
        width: 90px;
        vertical-align: middle;
        background-color: var(--foreground);
        border-bottom: 3px solid rgba(0,0,0,0);
    }

    .outer-main {
        width: 300px;
        height: 300px;
    }

    .inner-main {
        display: table-cell;
        height: 300px;
        width: 300px;
        vertical-align: middle;
    }

    .disabled {
        color: #bbbbbb;
    }

    .header-logo_area {
        direction: ltr;
    }

    .footer-area-2 div {
        direction: ltr;
    }

    .footer-area-2 div {
        direction: ltr;
    }

    .footer-bottom_area {
        padding: 0 0 25px 0;
    }

    .footer-top_area {
        padding: 10px 0 20px 0;
    }

    .heading {
        font-weight: bold;
    }

    .header-logo_area .w-40 {
        width: auto !important;
    }

    .bold {
        font-weight: bold;
    }

    .info-part, .active-image-box {
        margin-top: 4rem;
    }

    .other-image-box {
        margin-top: 2rem;
    }

    .priceRow a, .link-text {
        color: #428bca !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .text-justify {
        text-align: justify;
    }
    /*//vertical slidwe*/
    @charset "utf-8";
    /* CSS Document */
    em, i {
        font-style: normal;
    }

    fieldset, img {
        border: 0;
    }

    img {
        display: block;
    }

    ul, ol {
        list-style: none;
    }

    a {
        text-decoration: none;
        outline: none;
    }

        a:hover {
            text-decoration: underline;
        }

    .clear {
        clear: both;
        display: block;
        height: 0;
        overflow: hidden;
        font-size: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .hide {
        display: none;
    }

    .l {
        float: left;
    }

    .r {
        float: right;
    }

    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .clearfix {
        zoom: 1;
    }

    .scroll-btn {
        font-weight: bold;
    }

    .imgScrollBtn01, .imgScrollBtn02, .imgScrollBtn01_1, .imgScrollBtn02_1 {
        position: absolute;
        display: block;
        width: 22px;
        height: 40px;
        background: url('/Images/mainBG.webp') no-repeat 0 0;
        overflow: hidden;
        z-index: 2;
    }

    .imgScrollBtn01, .imgScrollBtn01_1 {
        top: 40px;
        left: 0;
    }

    .imgScrollBtn02, .imgScrollBtn02_1 {
        top: 40px;
        right: 0;
        background-position: -22px 0;
    }

    .imgScrollBtn01:hover, .imgScrollBtn01_1:hover {
        background-position: 0 -40px;
    }

    .imgScrollBtn02:hover, .imgScrollBtn02_1:hover {
        background-position: -22px -40px;
    }

    .imgScrollList, .imgScrollList_1 {
        position: absolute;
        top: 0;
        left: 20px;
        width: auto;
        height: 120px;
        overflow: hidden;
        z-index: 1;
    }

        .imgScrollList ul, .imgScrollList_1 ul {
            position: relative;
            width: 9999px;
            height: 120px;
        }

        .imgScrollList li, .imgScrollList_1 li {
            float: left;
            width: auto;
            height: 120px;
            overflow: hidden;
        }

            .imgScrollList li a, .imgScrollList_1 li a {
                float: left;
                width: auto;
                height: 96px;
                overflow: hidden;
            }

    .imgScrollWrap_v, .imgScrollWrap_v_1 {
        position: relative;
        width: auto;
        height: 640px;
        overflow: hidden;
    }

    .imgScrollBtn01_v, .imgScrollBtn02_v, .imgScrollBtn01_v_1, .imgScrollBtn02_v_1 {
        position: absolute;
    }

    .imgScrollBtn01_v, .imgScrollBtn02_v {
        padding: 0;
        margin: 0 auto;
        left: 45px !important;
        display: block;
    }

    .imgScrollBtn02_vR {
        right: 0 !important
    }

    .imgScrollBtn01_v, .imgScrollBtn01_v_1 {
        top: 0;
        left: 56px;
    }

    .imgScrollBtn02_v, .imgScrollBtn02_v_1 {
        bottom: 0;
        left: 56px;
        background-position: 0 -22px;
    }

    .imgScrollBtn01_v:hover, .imgScrollBtn01_v_1:hover {
        background-position: -40px 0;
    }

    .imgScrollBtn02_v:hover, .imgScrollBtn02_v_1:hover {
        background-position: -40px -22px;
    }

    .imgScrollList_v, .imgScrollList_v_1 {
        position: absolute;
        top: 20px;
        left: 0;
        height: 592px;
        overflow: hidden;
        z-index: 1;
    }

        .imgScrollList_v ul.imgScrollList_v_1 ul {
            position: relative;
            height: 9999px;
        }

        .imgScrollList_v li, .imgScrollList_v_1 li {
            overflow: hidden;
            margin: 3px auto;
        }

            .imgScrollList_v li a, .imgScrollList_v_1 li a {
                display: block;
                width: auto;
                height: 96px;
                overflow: hidden;
            }

    .first-img {
        margin-top: 0 !important;
    }

    .imgScrollBtn01_2, .imgScrollBtn02_2, .imgScrollBtn01_3, .imgScrollBtn02_3 {
        position: absolute;
        display: block;
        width: 22px;
        height: 40px;
        background: url('/Images/mainBG.webp') no-repeat 0 0;
        overflow: hidden;
        z-index: 2;
    }

    .imgScrollBtn01_2, .imgScrollBtn01_3 {
        top: 40px;
        left: 0;
    }

    .imgScrollBtn02_2, .imgScrollBtn02_3 {
        top: 40px;
        right: 0;
        background-position: -22px 0;
    }

    .imgScrollBtn01_2:hover, .imgScrollBtn01_3:hover {
        background-position: 0 -40px;
    }

    .imgScrollBtn02_2:hover, .imgScrollBtn02_2:hover {
        background-position: -22px -40px;
    }
    /* Other Image Start */
    .inner:hover {
        border-bottom: 3px solid #4a4a4a;
    }

    .inner.active {
        border-bottom: 3px solid #4a4a4a;
        opacity: .4;
    }
    /* Other Image End */
    #image-modal {
        position: fixed;
        background-color: var(--foreground);
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 1000;
        height: auto !important;
    }

    #close-modal {
        font-size: 35px;
        text-align: center;
        display: block;
        margin-top: 3rem;
        cursor: pointer;
    }

    .hide-scroll {
        overflow: hidden !important;
        padding-right: 5px;
    }

    .dark-back {
        background-color: var(--base-background);
    }

    .hieght-full-page {
        height: 100vh;
    }

    .thumbnail, .simplegallery .content {
        background-color: transparent !important;
    }

    #image-modal .inner {
        background-color: var(--foreground);
    }

    #image-modal .content {
        height: 100%;
        padding: 0;
    }

        #image-modal .content img {
            max-width: 100%;
            /*max-height: 100vh;*/
            width: auto;
        }

    .vertical-img {
        height: 100vh;
        max-height: 100vh;
    }

    .other-vertical-img {
        height: 100vh;
    }

    .other-horizontal-img {
        width: 100%;
    }

    .horizontal-img {
        width: 100%;
    }

    .square-img {
        /*height: 100vh;*/
    }

    #image-modal .imgScrollList_v {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    #image-modal .imgScrollWrap_v {
        height: 75vh !important;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        top: 12%;
    }

    .btn-up {
        position: absolute;
        top: 5%;
        left: 52%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .btn-down {
        position: absolute;
        top: 96%;
        left: 52%;
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .zoom-panel {
        flex-direction: row;
        margin-top: 20rem;
        display: flex;
        font-size: 35px;
        position: absolute;
        -moz-transform: translateX(-100%) translateY(-50%);
        -webkit-transform: translateX(-100%) translateY(-50%);
        transform: translateX(-100%) translateY(-50%);
    }

    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .zoom-container {
        overflow: hidden;
    }

    /*    .maps-container {
        width: 100%
    }*/

    .hieght-full-page {
        z-index: 1;
    }

    #submit-text {
        color: var(--foreground);
    }

    .grabbable {
        cursor: move; /* fallback if grab cursor is unsupported */
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
        /* (Optional) Apply a "closed-hand" cursor during drag operation. */
        .grabbable:active {
            cursor: grabbing;
            cursor: -moz-grabbing;
            cursor: -webkit-grabbing;
        }

    .zoom-tool {
        color: #444;
    }

    .center {
        display: block;
        margin: 0 auto;
    }

    input[type=range] {
        -webkit-appearance: none;
        width: 20rem !important;
        position: absolute;
        top: 50%;
        right: -184%;
        padding: 0 3px 0 0;
    }

        input[type=range]:focus {
            outline: none;
        }

        input[type=range]::-webkit-slider-runnable-track {
            width: 20rem;
            height: 2px;
            cursor: pointer;
            animate: 0.2s;
            box-shadow: 0px 0px 0px #000000;
            background: #000;
            border-radius: 0px;
            border: 0px solid #000000;
        }

        input[type=range]::-webkit-slider-thumb {
            box-shadow: 0px 0px 0px #000000;
            border: 1px solid #000000;
            height: 20px;
            width: 20px;
            border-radius: 10px;
            background: #FFFFFF;
            cursor: pointer;
            -webkit-appearance: none;
            margin-top: -9.5px;
        }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #000;
        }

        input[type=range]::-moz-range-track {
            width: 20rem;
            height: 2px;
            cursor: pointer;
            animate: 0.2s;
            box-shadow: 0px 0px 0px #000000;
            background: #000;
            border-radius: 0px;
            border: 0px solid #000000;
        }

        input[type=range]::-moz-range-thumb {
            box-shadow: 0px 0px 0px #000000;
            border: 1px solid #000000;
            height: 20px;
            width: 20px;
            border-radius: 10px;
            background: #FFFFFF;
            cursor: pointer;
        }

        input[type=range]::-ms-track {
            width: 20rem;
            height: 2px;
            cursor: pointer;
            animate: 0.2s;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

        input[type=range]::-ms-fill-lower {
            background: #000;
            border: 0px solid #000000;
            border-radius: 0px;
            box-shadow: 0px 0px 0px #000000;
        }

        input[type=range]::-ms-thumb {
            margin-top: 1px;
            box-shadow: 0px 0px 0px #000000;
            border: 1px solid #000000;
            height: 20px;
            width: 20px;
            border-radius: 10px;
            background: #FFFFFF;
            cursor: pointer;
        }

        input[type=range]:focus::-ms-fill-lower {
            background: #000;
        }

        input[type=range]:focus::-ms-fill-upper {
            background: #000;
        }
    /* set range from 0 - 1 vertically (lowest on top) */ .vertical-lowest-first {
        background: transparent;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .range-container {
        display: none;
        height: 20rem;
    }

    .map-control-zoomin {
        max-height: 45px;
        display: inline-block;
    }

    .map-control-zoomout {
        display: inline-block;
    }

    .tooltip1 .tooltiptext {
        top: -5px;
        visibility: hidden;
        width: 165px;
        text-align: center;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        background-color: #606060 !important;
        color: #fffcf7 !important;
        opacity: 0.9;
        right: -176px;
        font-size: 12px;
    }

    .tooltip1:hover .tooltiptext {
        visibility: visible;
    }

    .rowMargin {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .drM {
        background-color: #F6F1EB !important;
        margin-left: 12px !important;
        height: 35px;
        min-width: 19rem !important;
    }

        .drM a {
            width: 30%;
            display: inline-block;
            text-align: center;
        }

    .contact-btn {
        background-color: #606060 !important;
        border-radius: 0px !important;
        color: #fffcf7 !important;
        font-size: 1.3rem !important;
        height: 37px !important;
        text-decoration: none;
        text-align: center;
        box-shadow: none !important;
        max-width: none !important;
    }

        .contact-btn:hover {
            background-color: #3C3C3C !important;
        }

    .priceRow a:hover::after {
        width: 100%;
    }

    .priceRow a::after {
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #92a458;
        transition: width .6s;
    }

    .priceRow a, .link-text {
        color: #5e673c !important;
        cursor: pointer;
        text-decoration: none !important
    }

    .form-select:focus {
        box-shadow: none !important;
        border: 1px solid #92a458 !important;
    }

    .footer {
        margin-top: auto !important
    }

    .Borderless {
        width: 100%;
        font-size: 9pt !important;
        color: #6c757d !important;
    }

    .dropdownMenu1 {
        text-decoration: none !important;
    }
}

/*EndrugDesctop*/
.priceRow {
    color: #5e673c !important
}

@media(max-width:1024px) {
    .vertical-img, .other-horizontal-img, .other-vertical-img, .square-img {
        width: auto !important;
        height: auto !important;
    }
}

@media(max-width:768px) {
    .displayMdBlock {
        display: none
    }
}
