@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

@font-face {
    font-family: "IRANSansWeb";
    src: url("../fonts/eot/IRANSansWeb(FaNum)_Medium.eot") format("eot"), url("../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("ttf"), url("../fonts/woff/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: IRANSansWeb;
    font-size: 1rem;
    overflow-x: hidden;
}

.row {
    margin: 0;
}

.dir-Rtl {
    direction: rtl;
}

.pt-p-9 {
    padding-top: 1.9rem;
}

.py-7-rem {
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.font-s-1 {
    font-size: 1rem;
}

.font-0-76 {
    font-size: .76rem;
}

.line-h-2 {
    line-height: 2;
}

.font-s-0-9 {
    font-size: .9rem;
}

.font-s-0-8 {
    font-size: .82rem;
}

.font-05 {
    font-size: .56rem;
}

.fontMyride16 {
    font-family: web-myriad;
    font-size: 16px;
}

.media-mb-3 {
    margin-bottom: 3rem;
}

.media-mbt-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.media-pbt-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.header-l-div {
    padding-top: .3rem;
    padding-bottom: 1rem;
}

.overflow-x-s {
    overflow-x: scroll;
}

.l-0 {
    left: 0;
}

.brd-radius-15 {
    border-radius: 15px 15px 0 15px;
}

.w-97 {
    width: 97%;
}

.w-42 {
    width: 42%;
}

.max-w-1350 {
    max-width: 1350px;
}

.pt-1-3 {
    padding-top: 1.3rem;
}

.letter-s {
    letter-spacing: 5px;
}

.max-w-7rem {
    max-width: 7rem;
}

.max-w-100 {
    max-width: 100%;
}

.max-w-258 {
    max-width: 258px;
}

.max-w-30 {
    max-width: 30rem;
}

.max-w-31 {
    max-width: 31rem;
}

.max-w-100-per {
    max-width: 100% !important;
}

.main-brd {
    border: 1px solid rgb(136 136 136 / 33%);
    border-radius:5px;
}

.mb-5rem {
    margin-bottom: 5rem;
}

.fa-shopping-cart {
    font-size: 36px;
    color: #00A79A
}

.fa-user {
    font-size: 35px;
    color: #00A79A
}

.dir_ltr {
    direction: ltr !important;
}

.media-float-r-l {
    float: right;
}

.navbar-toggler {
    border: none;
}

    .navbar-toggler:focus {
        border: none;
        outline: 0;
    }

.media-plr-0 {
    padding-left: .5rem;
    padding-right: 0
}

.media-plr-2 {
    padding-left: .88rem;
    padding-right: .25rem
}

.media-prl-0 {
    padding-left: 0;
    padding-right: .5rem
}

.media-ml-1-rem {
    margin-left: 1rem
}

.media-ml-1rem {
    margin-left: .75rem
}

.media-pt-7 {
    padding-top: 7rem;
}


.ptb-58 {
    padding-bottom: .58rem;
    padding-top: .58rem;
}

.media-font-1-2 {
    font-size: 1.2rem;
}

.media-mt-3 {
    margin-top: 3rem;
}

.media-mt-7 {
    margin-top: -7rem
}

.main-color {
    color: #00A79A
}

.green-color {
    color: #058e92
}

.txt-gray-color {
    color: #4c4c4c
}

.pointer {
    cursor: pointer
}

.max-w-800 {
    max-width: 800px
}

.add-card-p-header {
    border-bottom: none;
    padding: .7rem .2rem 0 1rem;
    margin: .2rem auto -1rem -1rem;
}

.div4articles {
    border-radius: 0 .9rem;
    border: 1px solid rgb(136 136 136 / 33%);
    max-width: 218px;
}

    .div4articles img {
        max-width: 200px;
        width: 100%;
        border-radius: 0 .9rem;
    }

    .div4articles h2 {
        font-size: 1.1rem !important;
        color: #2ea4a7;
        height: 3.1rem;
    }

.media-divblog {
    max-width: 970px;
}

.main-txt-color {
    color: #00959a;
}
/***********************************/
.loading-div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008b8b;
    z-index: 999;
}

.loading {
    display: flex;
}

    .loading .dot {
        position: relative;
        width: 2em;
        height: 2em;
        margin: 0.8em;
        border-radius: 50%;
    }

        .loading .dot::before {
            position: absolute;
            left: 0;
            right: 0;
            content: "";
            width: 100%;
            height: 100%;
            background: inherit;
            border-radius: inherit;
            animation: wave 2s ease-out infinite;
        }

        .loading .dot:nth-child(1) {
            background: #7ef9ff;
        }

            .loading .dot:nth-child(1)::before {
                animation-delay: 0.2s;
            }

        .loading .dot:nth-child(2) {
            background: #89cff0;
        }

            .loading .dot:nth-child(2)::before {
                animation-delay: 0.4s;
            }

        .loading .dot:nth-child(3) {
            background: #4682b4;
        }

            .loading .dot:nth-child(3)::before {
                animation-delay: 0.6s;
            }

        .loading .dot:nth-child(4) {
            background: #0f52ba;
        }

            .loading .dot:nth-child(4)::before {
                animation-delay: 0.8s;
            }

        .loading .dot:nth-child(5) {
            background: #000080;
        }

            .loading .dot:nth-child(5)::before {
                animation-delay: 1s;
            }

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }

    80%, 100% {
        opacity: 0;
    }
}
/* *************************************************** login */
.container-1 {
    max-width: 900px;
}

a {
    display: inline-block;
    text-decoration: none;
}

input {
    outline: none !important;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

section#formHolder {
    padding: 50px 0;
}

.brand {
    padding: 20px;
    background: url(https://goo.gl/A0ynht);
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 655px;
    position: relative;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
    z-index: 9999;
}

    .brand.active {
        width: 100%;
    }

    .brand::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(6 169 145 / 91%);
        z-index: -1;
    }

    .brand a.logo {
        color: #00fff3;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
        line-height: 1em;
    }

        .brand a.logo span {
            font-size: 16px;
            color: #fff;
            transform: translateX(-5px);
            display: inline-block;
            margin-left: .1rem;
        }

    .brand .heading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        transition: all 0.6s;
        max-width: 24rem;
        width: 100%;
    }

        .brand .heading.active {
            top: 100px;
            left: 100px;
            transform: translate(0);
        }

        .brand .heading h2 {
            font-size: 70px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .brand .heading p {
            font-size: 15px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 2px;
            white-space: 4px;
        }

    .brand .success-msg {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 60px;
    }

        .brand .success-msg p {
            font-size: 25px;
            font-weight: 400;
        }

        .brand .success-msg a {
            font-size: 12px;
            text-transform: uppercase;
            padding: 8px 30px;
            background: #f95959;
            text-decoration: none;
            color: #fff;
            border-radius: 30px;
        }

        .brand .success-msg p,
        .brand .success-msg a {
            transition: all 0.9s;
            transform: translateY(20px);
            opacity: 0;
        }

            .brand .success-msg p.active,
            .brand .success-msg a.active {
                transform: translateY(0);
                opacity: 1;
            }

.form {
    position: relative;
}

    .form .form-peice {
        background: #fff;
        min-height: 600px;
        margin-top: 25px;
        box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
        color: #3f3737;
        padding: 26px 0 3px;
        transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
        position: absolute;
        top: 0;
        left: -30%;
        width: 130%;
        overflow: hidden;
    }

        .form .form-peice.switched {
            transform: translateX(-100%);
            width: 100%;
            left: 0;
        }

    .form form {
        padding: 0 20px;
        margin: 0;
        width: 80%;
        position: absolute;
        top: 45%;
        left: 60%;
        transform: translate(-50%, -50%);
        text-align: right;
    }

        .form form .form-group {
            margin-bottom: 2px;
            position: relative;
        }

            .form form .form-group.hasError input {
                border-color: #f95959 !important;
            }

            .form form .form-group.hasError label {
                color: #f95959 !important;
            }

        .form form label {
            font-size: 12px;
            text-transform: uppercase;
            transform: translateY(40px);
            transition: all 0.4s;
            cursor: text;
            z-index: -1;
        }

            .form form label.active {
                transform: translateY(10px);
                font-size: 10px;
            }

            .form form label.fontSwitch {
                font-weight: 600;
            }

        .form form input:not([type=submit]) {
            background: none;
            outline: none;
            border: none;
            display: block;
            padding: 10px 0;
            width: 100%;
            border-bottom: 1px solid #eee;
            color: #444;
            font-size: 15px;
            z-index: 1;
            text-align: right;
            overflow-x: scroll;
        }

            .form form input:not([type=submit]).hasError {
                border-color: #f95959;
            }

        .form form span.error {
            color: #f95959;
            font-size: 12px;
            position: absolute;
            bottom: -20px;
            right: 0;
            display: none;
        }

        .form form input[type=password] {
            color: #f95959;
        }

        .form form .CTA {
            margin-top: 30px;
        }

            .form form .CTA input {
                font-size: 12px;
                text-transform: uppercase;
                padding: 5px 30px;
                background: #f95959;
                color: #fff;
                border-radius: 30px;
                margin-right: 20px;
                border: none;
            }

            .form form .CTA a.switch {
                font-size: 13px;
                font-weight: 400;
                color: #7b7b7b;
                text-decoration: underline;
                transition: all 0.3s;
            }

                .form form .CTA a.switch:hover {
                    color: #f95959;
                }

@media (max-width: 767px) {
    .container-1 {
        overflow: hidden;
    }

    section#formHolder {
        padding: 0;
    }

        section#formHolder div.brand {
            min-height: 200px !important;
        }

            section#formHolder div.brand.active {
                min-height: 100vh !important;
            }

            section#formHolder div.brand .heading.active {
                top: 200px;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            section#formHolder div.brand .success-msg p {
                font-size: 16px;
            }

            section#formHolder div.brand .success-msg a {
                padding: 5px 30px;
                font-size: 10px;
            }

        section#formHolder .form {
            width: 80vw;
            min-height: 600px;
            margin-left: 10vw;
        }

            section#formHolder .form .form-peice {
                margin: 0;
                top: 0;
                left: 0;
                width: 100% !important;
                transition: all 0.5s ease-in-out;
                min-height: auto;
            }

                section#formHolder .form .form-peice.switched {
                    transform: translateY(-100%);
                    width: 100%;
                    left: 0;
                }

                section#formHolder .form .form-peice > form {
                    width: 100% !important;
                    padding-right: 23px;
                    left: 50%;
                    padding-left: 15px;
                }

    h2 {
        font-size: 44px !important;
    }
}

@media (max-width: 480px) {
    section#formHolder .form {
        width: 100vw;
        margin-left: 0;
    }

    h2 {
        font-size: 30px !important;
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6;
}

.nav-tabs {
    border-bottom: none;
}


/* ********************************* banner */

.Yotadent-banner {
    max-width: 66%;
    border-radius: 1rem;
    min-height: 25rem;
    padding-top: 8%;
    padding-bottom: 9%;
}
/*******************************************/
.scrolldown {
    --color: #019ca0;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

    .scrolldown::before {
        content: "";
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: var(--color);
        border-radius: 100%;
        animation: scrolldown-anim 2s infinite;
        box-sizing: border-box;
        box-shadow: 0px -5px 3px 1px #ffffff66;
    }

@keyframes scrolldown-anim {
    0% {
        opacity: 0;
        height: 6px;
    }

    40% {
        opacity: 1;
        height: 10px;
    }

    80% {
        transform: translate(0, 20px);
        height: 10px;
        opacity: 0;
    }

    100% {
        height: 3px;
        opacity: 0;
    }
}

.chevrons {
    padding: 6px 0 0 0;
    margin-right: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

    .chevrondown:nth-child(odd) {
        animation: pulse 500ms ease infinite alternate;
    }

    .chevrondown:nth-child(even) {
        animation: pulse 500ms ease infinite alternate 250ms;
    }

@keyframes pulse {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}
/*copy until here */

.color-list {
    color: #005e61;
}
/* ********************************* complaints */

.form-control-c {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    background: none;
    font-size: .88rem;
    color: #383737;
}

.search-ad {
    border: 1px solid #ccc;
    display: block;
    max-width: 12rem;
    width: 100%;
    height: 30px;
    padding: 0 20px;
    border-radius: 7px;
    background: none;
    font-size: .8rem;
}

.search-ad-line {
    border: 1px solid #ccc;
    display: block;
    width: 6rem;
    height: 34px;
    padding: 0 20px;
    border-radius: 7px;
    background: none;
    font-size: .8rem;
}

.form-control-u {
    display: inline;
    height: 40px;
    padding-right: 10px;
    font-family: "Muli-Bold";
    background: none;
}

.search-ad:focus {
    border: 1px solid #00A79A;
    outline: 0;
}


.search-ad-header {
    border: 1px solid #00A79A;
    border-radius: 10px
}

    .search-ad-header:before {
        content: "\f107";
        color: #00A79A;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 17px;
        position: absolute;
        left: 7px;
    }

.form-control-c:focus, .search-ad:focus, .search-ad-line:focus {
    border: 1px solid #00A79A;
    outline: 0;
}

.text-red {
    color: red;
}

.lbl-c {
    color: #676767;
    /*font-size: .9rem;*/
}

.mt-5-rem {
    margin-top: 5rem;
}

.upload-button {
    border: none;
    width: 152px;
    height: 40px;
    margin: auto;
    margin-top: 29px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: #019ca0;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .upload-button:hover {
        background: #02c2a5;
        transition: .5s;
    }

    .upload-button:focus {
        outline: 0;
    }

.max-wd-20 {
    max-width: 20rem;
}

/* ***************************************** Scroll */

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #00B990;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

max-height

.media-pl-2 {
    padding-left: 0
}
/* ********************************************** aspect dropdown */
#aspect-content {
    margin: 50px 0 0;
}

    #aspect-content * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.aspect-tab {
    position: relative;
    width: 100%;
}

.aspect-input {
    display: none;
}



    .aspect-input:checked ~ .aspect-content:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: transform .5s;
        transition: transform .5s;
    }

.aspect-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 80px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    z-index: 1;
    /*cursor: pointer !important;*/
}

.aspect-content {
    position: relative;
    height: 3.3rem;
    margin: 0;
    padding: 0 30px 0 87px;
    font-size: 0;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    background-color: #019ca0;
    border-radius: 5px;
}

    .aspect-content:before, .aspect-content:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
    }

    .aspect-content:before {
        height: 100%;
    }

    .aspect-content:after {
        position: absolute;
        width: 1.5rem;
        height: 100%;
        top: 0;
        left: 1.2rem;
        background-image: url("../Images/icon-up-arrow-s.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: transform .5s;
        transition: transform .5s;
    }

.aspect-name {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    white-space: normal;
    text-align: right;
    vertical-align: middle;
}


.aspect-name {
    font-size: 14px;
    line-height: 22px;
}

.aspect-content + .aspect-tab-content {
    max-height: 3000px;
    overflow: hidden;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}

.aspect-content > div,
.aspect-stat > div {
    display: inline-block;
}

.aspect-content > div {
    vertical-align: middle;
}


.aspect-info {
    width: 80%;
    white-space: nowrap;
    font-size: 0;
}

    .aspect-info:before {
        content: '';
        display: inline-block;
        height: 44px;
        vertical-align: middle;
    }


.sentiment-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: unset !important;
}

.sentiment-wrapper-item {
    width: 15%;
    margin: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ececec;
    text-align: center;
    color: #242a32;
    display: flex;
    flex-direction: column;
    font-size: .8em;
}

    .sentiment-wrapper-item span {
        padding: 5px 10px;
    }

    .sentiment-wrapper-item:hover {
        cursor: pointer;
        background-color: #e4e4e4;
    }



/* **********************************************product */

.product-box {
    border: 1px solid #d8d8d8;
    border-radius: 20px 20px 0 20px;
    min-height: 12.3rem;
}

.product-box-right h5 {
    line-height: 1.4;
    color: #636363;
    margin-bottom: .5rem;
    font-size: .9rem;
}

.product-box-right p {
    color: #908f8f;
    margin-bottom: .3rem;
    font-size: .64rem;
}

.product-box-right > :last-child {
    color: #2ea4a7;
    font-weight: bold;
    font-size: .8rem;
    bottom: 4px;
    right: 0;
    left: 0;
}

.product-box-price {
    color: #2ea4a7;
    font-weight: bold;
    font-size: .8rem;
    bottom: 4px;
    right: 16%;
}

.product-box-img {
    width: 95px;
}

.products-div {
    width: 78%;
}

.product-header {
    padding: .56rem;
    background-color: #019ca0;
    color: #fff;
    height: 3.5rem;
    border-radius: 5px;
}



.brd-radius-r {
    border-radius: 0 40px 0 0;
}

.brd-radius-l {
    border-radius: 0 0 0 40px;
}

.brd-radius-20 {
    border-radius: 0 0 0 20px !important;
}

.media-prl-1 {
    padding-right: 1rem;
    padding-left: 1rem;
}

.media-pr-1 {
    padding-right: 1rem
}

.media-p-1 {
    padding: 1rem 0rem 1rem 0;
}

.media-prl-1 {
    padding: 0 0rem 1rem 1rem;
}

.all-nav-bg {
    background: rgb(0, 171, 151);
    background: linear-gradient( 270deg, #00b197 40%, #fffefe 70%);
    height: 4rem;
}


/* ********************************categorize */
.Categorize-div {
    width: 22%;
    padding-left: .6rem;
    padding-right: 1rem;
}

.Categorize-border {
    border: 1px solid #d8d8d8;
    border-radius: 0 20px 0 0;
}

.Categorize-header {
    padding: 1.1rem;
    background-color: #019ca0;
    color: #fff;
    border-radius: 0 20px 0 0;
    height: 3.5rem;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

    #accordion .panel:before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        border: 1px dashed #6e8898;
        position: absolute;
        top: 25px;
        right: 17px;
    }

    #accordion .panel:last-child:before {
        display: none;
    }

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
}

#accordion .panel-title a {
    display: block;
    padding: .7rem 2.9rem .7rem 0rem;
    margin: 0;
    background: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d3557;
    border-radius: 0;
    position: relative;
    text-align: right;
}

    #accordion .panel-title a:before,
    #accordion .panel-title a.collapsed:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 35px;
        height: 100%;
        line-height: 34px;
        background: #8a8ac3;
        border: 1px solid #8a8ac3;
        border-radius: 3px;
        font-size: 17px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.3s ease 0s;
        transform: rotateY( 180deg);
    }

    #accordion .panel-title a.collapsed:before {
        content: "\f105";
        background: #fff;
        border: 1px solid #6e8898;
        color: #000;
    }

#accordion .panel-body {
    padding: 0px 17px 0px 0px;
    margin-right: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 12px;
    letter-spacing: 1px;
}

    #accordion .panel-body ul {
        list-style: none;
        direction: rtl;
        text-align: right;
        padding-right: 0;
        line-height: 2.1;
        font-size: .86rem;
    }

        #accordion .panel-body ul li a {
            color: #6f6f6f;
            cursor: pointer
        }

            #accordion .panel-body ul li a:hover {
                color: #1f1e1e;
                font-size: .9rem;
            }
/********************************** main menu */

.media-pad-menu {
    text-align: right;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: .9rem;
}

#main-nav {
    overflow: hidden;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}


/* ****************************************** index background */

.index-background {
    background-image: url('../images/header-background.gif');
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: 54%;
    background-position-x: right;
    background-position-y: top;
    position: absolute;
    top: 0;
    z-index: 9;
}

.header-r {
    width: 54%;
}

.navbar {
    padding: .5rem 1rem .5rem 0rem;
}

.header-l {
    width: 46%;
}

.mid-icons div {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    box-shadow: 1px 13px 15px 0px rgb(0 0 0 / 2%), -1px 4px 13px 0px rgb(0 0 0 / 11%);
}

.mid-icons h5 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 600;
    font-size: 1.2rem;
    color: #525252;
    word-spacing: 3px;
}

.mid-icons p {
    color: #8e8c8c;
    font-size: 0.87rem;
    padding-top: 1rem;
    width: 22rem;
}

.media-pt-1-5 {
    padding-top: 1.5rem;
}

.banner-img {
    width: 100%;
    box-shadow: 7px 13px 15px 0px rgb(0 0 0 / 9%), 12px 7px 20px 0px rgb(0 0 0 / 24%);
    border-radius: 3rem;
}
/*************************************/
.videos-a {
    padding: .15rem;
    border: 1px solid rgb(136 136 136 / 33%);
    border-radius: 0 .9rem;
}

    .videos-a img {
        border-radius: 0 .9rem;
        max-width: 210px;
        width: 100%;
        opacity: .95;
    }

/* ****************************************** slick */

.brands {
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 4rem
}

.brands_slider_container {
    height: 152px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.article_slider_container {
    padding-left: 6px;
    padding-right: 6px;
    height: 165px;
}

    .article_slider_container > .brands_prev {
        top: 43% !important;
        left: 17px !important;
    }

    .article_slider_container > .brands_next {
        top: 43% !important;
        right: 20px !important;
    }

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.videos_slider_container {
    padding-left: 6px;
    padding-right: 6px;
    height: 98px;
}

    .videos_slider_container .brands_prev {
        top: 58% !important;
        left: 17px !important;
    }

    .videos_slider_container .brands_next {
        top: 58% !important;
        right: 20px !important;
    }

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_item {
    height: 100%
}

    .brands_item img {
        max-width: 80px
    }

.brands_nav {
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
    z-index: 999;
}

    .brands_nav i {
        color: #4c4c4c;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }

    .brands_nav:hover i {
        color: #676767
    }

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}

.fa-chevron-left:before {
    font-size: 1.3rem;
}

.fa-chevron-right:before {
    font-size: 1.3rem;
}


/* ****************************************** search */

.main-search-form .form-group {
    border: 1px solid rgb(51 130 114 / 24%);
    padding: .5rem;
    font-size: .5rem;
    border-radius: 15px 15px 0 15px;
}

    .main-search-form .form-group input {
        height: 2.5rem !important;
        border: 1px solid #f5f5f5;
        font-size: 0.7rem;
        border-radius: 0 10px 0 0;
    }

.form-control-search {
    height: 52px !important;
    background: #fff !important;
    color: #3a4348 !important;
    font-size: 18px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.main-search-form .form-group .main-search {
    background: linear-gradient(to right, rgb(1 155 160), rgb(0 185 144));
    border: none;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 10px 0 0 10px;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background: linear-gradient(to right, rgb(0 185 144), rgb(1 155 160));
    border-color: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: unset;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: none;
}

.col-search-btn {
    max-width: 6rem;
    padding: 2rem 0 1rem 0;
}

@media (max-width:990px) {
    .col-search-btn {
        max-width: 98%;
    }

    .hide-in-tab {
        display: none
    }

    .div4articles h2 {
        font-size: 1rem !important;
        color: #2ea4a7;
        height: 3rem;
    }
}

@media (max-width:1150px) {
    .search-ad {
        max-width: 8rem;
    }
}

@media (max-width:390px) {
    .col-search-btn {
        padding: 0 0 1rem 0;
    }
}
/* ******************************************dropdown-menu */
.menu-item:hover > .dropdown-menu {
    display: block;
    position: absolute;
    transition: all .5s ease;
    top: 2.4rem;
    width: 9rem;
    left: -21px;
    box-shadow: 0 2px 1px 0 rgb(0 0 0 / 8%), 0 3px 6px 0 rgb(0 0 0 / 10%);
    list-style: none;
    padding-top: .5rem;
    text-align: center;
    padding-right: 0;
    font-size: 0.79rem;
    z-index: 999;
    background-color: #fff;
    line-height: 2.5;
}

.submenu-item:hover > .dropdown-menu {
    display: block;
}

.dropdown-toggle-btn-a::after {
    display: none;
}

.dropdown-menu a:hover {
    color: #01A29C;
    display: block;
    padding: 7px 16px;
    font-size: .89rem;
    background: rgba(255, 255, 255,0);
}


/* ****************************************** shop-btn */

.shop-btn {
    font-size: .77rem;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 7px;
    outline: 0;
    border: 1px solid #a5a5a5;
    border-radius: 10px 10px 0 10px;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    bottom: 12px;
    left: 3px;
}

    .shop-btn::after {
        content: "";
        background-color: #019ca0;
        border-radius: 10px 10px 0 10px;
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100%;
        top: 7px;
        left: 5px;
        transition: 0.2s;
    }

    .shop-btn:hover::after {
        top: 0px;
        left: 0px;
        outline: none;
    }

    .shop-btn:focus {
        outline: none;
    }


.shop-btn2 {
    font-size: .77rem;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 7px;
    outline: 0;
    border: 1px solid #a5a5a5;
    border-radius: 10px 10px 0 10px;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    bottom: 12px;
    left: 3px;
}

    .shop-btn2::after {
        content: "";
        background-color: #8f2f76ab;
        border-radius: 10px 10px 0 10px;
        width: 100%;
        z-index: -1;
        position: absolute;
        height: 100%;
        top: 7px;
        left: 5px;
        transition: 0.2s;
    }

    .shop-btn2:hover::after {
        top: 0px;
        left: 0px;
        outline: none;
    }

    .shop-btn2:focus {
        outline: none;
    }

/* ****************************************** */

.btn-a {
    width: 100%;
    max-width: 190px;
    height: 62px;
    padding: 8px;
    font-size: 0.8rem;
    font-weight: 900;
    color: #37b1a3;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 0 0 1px inset rgb(2 2 2 / 30%);
    position: relative;
    margin: auto;
}

    .btn-a:after,
    .btn-a:before {
        content: "";
        width: 1px;
        position: absolute;
        height: 21px;
        background: #ffffff;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .btn-a:before {
        right: 0;
        left: initial;
    }

    .btn-a p {
        margin: 0;
        height: 44px;
        line-height: 40px;
        box-sizing: border-box;
        z-index: 1;
        left: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: auto;
    }

        .btn-a p span.base {
            box-sizing: border-box;
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            border: 1px solid #37b1a3;
            ;
        }

        .btn-a p span.bg {
            left: -5%;
            position: absolute;
            background: #37b1a3;
            width: 0;
            height: 100%;
            z-index: 3;
            transition: 0.3s ease-out all;
            transform: skewX(-10deg);
        }

        .btn-a p span.text {
            z-index: 4;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 1rem;
        }

    .btn-a:hover {
        color: #ece8e1;
    }

        .btn-a:hover span.bg {
            width: 110%;
        }

        .btn-a:hover span.text:after {
            background: #ece8e1;
        }


/* ****************************************** Slider*/

.aboutus-bg {
    background-image: url('../images/about-us-box.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    max-width: 64%;
    border-radius: 0 35px 0 35px;
}

.panel-title {
    padding-bottom: .6rem;
}


/* ****************************************** card*/

.card-default {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 350px;
    width: 100%;
}

    .card-default > div > a > h5 {
        width: 14rem;
        margin-top: -1.5rem;
        text-align: center;
        background-color: #29a2a2;
        padding: 1rem .3rem;
        color: #fff;
        border-radius: 20px 0 20px 20px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        font-size: .9rem;
    }

.card-default-body {
    padding: 1.2rem 1rem .5rem 1rem;
}

.card-default > p {
    font-size: 0.8rem;
    color: #5a5a5a;
    min-height: 4rem;
}

.card-default > div {
    font-size: .75rem;
}

.me-num-div {
    border-top: 1px solid #e6e6e6;
    max-width: 16rem;
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
}

.txt-green-color {
    color: #008480;
}

.min-hi-2-2 {
    min-height: 2.2rem;
}

.min-hi-14 {
    min-height: 14.2rem;
}

.top-2 {
    top: 2px
}
/* ****************************************** banners */

.h-15 {
    height: 15rem;
}

.h-20 {
    height: 20rem;
}

.h-10 {
    height: 10rem;
}


.banner-bg-1 {
    background-color: #ffcece;
}

.banner-bg-2 {
    background-color: #ceebff;
}

.banner-bg-3 {
    background-color: #cfffce;
}

.banner-bg-4 {
    background-color: #fbf4a7;
}

.banner-bg-5 {
    background-color: #e4cbff;
}

.banner-bg-6 {
    background-color: #ceebff;
}

.banner-bg-7 {
    background-color: #fbf4a7;
}

/* ******************************************Doctors */

.dr-intro-box {
    background-image: url(../images/introduce.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.d-contents {
    display: contents;
}


/* ****************************************** */

footer {
    margin-top: 9rem;
}

.footer-widget p {
    margin-bottom: 27px;
}

.contact-info > p {
    font-size: 12px;
    color: #777676;
    line-height: 28px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #00b799;
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        right: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-113px);
        transform: translateX(-113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(-113px);
        transform: translateX(-113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}


/* Animated heading border */

@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 55px 0 0;
    background-color: #eaeaea;
    position: relative;
    z-index: 2;
}

    .dk-footer .contact-us {
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 20px;
    }

.contact-icon i {
    top: 1px;
    color: #00b799;
}

.font-1-2 {
    font-size: 1.1rem;
}

.dk-footer-box-info {
    position: absolute;
    top: -122px;
    background: #bfbfbf;
    padding: 40px 40px 25px 40px;
    z-index: 2;
    min-height: 22rem;
    width: 93%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

    .dk-footer-box-info .footer-social-link h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .dk-footer-box-info .footer-social-link ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .dk-footer-box-info .footer-social-link li {
        display: inline-block;
    }

    /*.dk-footer-box-info .footer-social-link a i {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        background: #000;
        margin-right: 5px;
        color: #fff;
    }*/

    .dk-footer-box-info .footer-social-link a i.fa-facebook {
        background-color: #3B5998;
    }

    .dk-footer-box-info .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
        background-color: #DD4B39;
    }

    /*.dk-footer-box-info .footer-social-link a i.fa-linkedin {
            background-color: #0976B4;
        }*/

    .dk-footer-box-info .footer-social-link a i.fa-instagram {
        background-color: #B7242A;
    }

.footer-awarad {
    margin-top: 265px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-awarad p {
        color: #504f4f;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
        margin: auto;
        letter-spacing: 6px;
    }

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    padding-left: 40px;
}

.footer-widget .section-heading {
    margin-bottom: 22px;
}

.footer-widget h3 {
    font-size: 21px;
    color: #2d2d2d;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #636161;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .footer-widget a:hover {
        color: #01A29C;
    }

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
    }

    .dk-footer-form input::-webkit-input-placeholder,
    .dk-footer-form input::-moz-placeholder,
    .dk-footer-form input:-ms-input-placeholder,
    .dk-footer-form input::-ms-input-placeholder,
    .dk-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form input::-webkit-input-placeholder,
    .dk-footer-form input::-moz-placeholder,
    .dk-footer-form input:-ms-input-placeholder,
    .dk-footer-form input::-ms-input-placeholder,
    .dk-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form button[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 24px 12px 17px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #007bff;
        background: #007bff;
        color: #fff;
    }

    .dk-footer-form button:hover {
        cursor: pointer;
    }


/* ========================== Product Detail*/
#dsdsdsd {
    color: #636363;
    font-size: 1.3rem
}

.MthLblHeader {
    font-size: 1.32rem;
}
/*=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-info {
    margin-left: 40px;
    color: #fff;
}

    .contact-info h3 {
        font-size: 18px;
        color: #313131;
        margin-bottom: 0;
    }

.copyright {
    padding: 15px 0;
    font-size: .8rem;
    margin-top: 40px;
    background-color: #bfbfbf;
}

    .copyright span,
    .copyright a {
        color: #2d2d2d;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .copyright a:hover {
            color: #007bff;
        }

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #2e2e2e;
        border-color: #2e2e2e;
        display: none;
        z-index: 999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .back-to-top .btn-dark:hover {
            cursor: pointer;
            background: #00a09d;
            border-color: #00a09d;
        }

.back-to-top-fa {
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
}


/* ******************************* footer icons */

.wrapper1 {
    display: inline-flex;
}

    .wrapper1 .icon {
        position: relative;
        background-color: #ffffff;
        border-radius: 50%;
        color: #000;
        padding: 15px;
        margin: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .wrapper1 .tooltip {
        position: absolute;
        top: 0;
        font-size: 14px;
        background-color: #ffffff;
        color: #ffffff;
        padding: 5px 8px;
        border-radius: 5px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

        .wrapper1 .tooltip::before {
            position: absolute;
            content: "";
            height: 8px;
            width: 8px;
            background-color: #ffffff;
            bottom: -3px;
            left: 50%;
            transform: translate(-50%) rotate(45deg);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

    .wrapper1 .icon:hover .tooltip {
        top: -45px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .wrapper1 .icon:hover span,
    .wrapper1 .icon:hover .tooltip {
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    }

    .wrapper1 .facebook:hover,
    .wrapper1 .facebook:hover .tooltip,
    .wrapper1 .facebook:hover .tooltip::before {
        background-color: #3b5999;
        color: #ffffff;
    }

    .wrapper1 .instagram:hover,
    .wrapper1 .instagram:hover .tooltip,
    .wrapper1 .instagram:hover .tooltip::before {
        background-color: #e1306c;
        color: #ffffff;
    }

    .wrapper1 .telegram:hover,
    .wrapper1 .telegram:hover .tooltip,
    .wrapper1 .telegram:hover .tooltip::before {
        background-color: #2b56f3;
        color: #ffffff;
    }

    .wrapper1 .icon span i {
        line-height: 2;
    }


/* ******************************* */
.brd-rd-5 {
    border-radius: 5px 5px 0 0 !important;
}
.colorAbi {
    color: #008e92;
    font-size: .9rem;
}
/* #accordion .panel-title a {
    font-size: 1rem;
} */
.col-4-6-dental {
    width: 33% !important;
}

.media-brd-r {
    background-color: #c7c7c7;
    border-radius: 3rem;
}

.mnu-drpdwn {
    min-width: 8rem !important;
}

.mnu-drpdwn-item {
    font-size: .9rem;
    padding: .6rem .5rem;
    color: #005848;
}

.profile-mng-mnu {
    left: 100%;
    top: 77%;
}

/* ****************************************** */

@media(max-width:1329px) {
    #accordion .panel-title a {
        font-size: .7rem;
    }

    .Yotadent-banner {
        max-width: 64%;
        border-radius: 1rem;
        min-height: 25rem;
        padding-top: 9%;
        padding-bottom: 9%;
    }
}

@media (min-width:1330px) {
    #accordion .panel-title a {
        font-size: .8rem;
    }
}

@media (min-width:1000px) and (max-width:1232px) {
    .product-box-price {
        font-size: .64rem;
        right: 13%;
    }

    .product-box-img {
        width: 80px;
    }

    .product-box-right h5 {
        font-size: .7rem;
    }

    .shop-btn {
        font-size: .6rem;
    }

    .product-box-right p {
        font-size: .56rem;
    }

    .product-box {
        min-height: 10.5rem;
    }

    .products-div {
        width: 74%;
    }

    .Categorize-div {
        width: 26%;
    }

    #accordion .panel-title a {
        font-size: .65rem;
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            width: 30px;
            line-height: 32px;
            font-size: 16px;
        }

    #accordion .panel-title a {
        padding: .7rem 2.1rem .7rem 0rem;
    }

    .font-s-1 {
        font-size: .8rem;
    }

    .media-mb-3 {
        margin-bottom: 1rem;
    }

    .media-pbt-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .h-15 {
        height: 12rem;
    }

    .h-10 {
        height: 7rem;
    }

    .h-20 {
        height: 17rem;
    }

    .card-default > div > a > h5 {
        width: 12rem;
        padding: .8rem .3rem;
        font-size: .74rem;
    }

    .card-default-body {
        padding: 1.2rem .5rem .5rem .5rem;
    }

        .card-default-body > p {
            font-size: 0.75rem;
        }

    .contact-info h3 {
        font-size: 15px;
    }

    .contact-info > p {
        font-size: 11px;
        line-height: 17px;
        padding-top: 9px;
    }

    .footer-widget li {
        margin-bottom: 12px;
    }

    .footer-widget a {
        font-size: .8rem;
    }

    .footer-widget .section-heading {
        margin-bottom: 12px;
    }

    .dk-footer-box-info {
        padding: 20px 20px 15px 20px;
        min-height: 18rem;
        width: 88%;
    }

    .footer-awarad {
        margin-top: 210px;
    }

    .copyright {
        margin-top: 20px;
    }

    .aboutus-bg {
        max-width: 74%;
    }

        .aboutus-bg p {
            font-size: .9rem;
        }

    .media-divblog {
        max-width: 730px;
    }
}

@media (min-width:492px) and (max-width:999px) {
    .media-divblog {
        max-width: 495px;
    }
}

@media (max-width:491px) {
    .media-divblog {
        max-width: 260px;
    }
}

@media(max-width:1232px) {
    .pt-p-9 {
        padding-top: 1.6rem;
    }

    .mid-icons div {
        width: 4.5rem;
        height: 4.5rem;
    }

    .icon-1 {
        width: 2.1rem;
    }

    .icon-2 {
        width: 1.2rem;
    }

    .icon-3 {
        width: 2.3rem;
    }

    .mid-icons h5 {
        font-size: .8rem;
        word-spacing: 1px;
    }

    .media-mbt-3 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .mid-icons p {
        font-size: 0.7rem;
        padding-top: 0rem;
        width: 14rem;
    }

    #accordion .panel-body ul li a {
        font-size: .76rem;
    }

    .max-w-31 {
        max-width: 24rem;
    }
}

@media (max-width:1100px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: .7rem;
    }

    .main-search-form .form-group input {
        height: 1.8rem !important;
        font-size: 0.6rem;
    }

    .main-search-form .form-group {
        padding: .4rem;
        font-size: .4rem;
    }

    .icon-shopping-cart {
        width: 2rem;
    }

    .icon-profile {
        width: 2.5rem;
    }

    .menu-item:hover > .dropdown-menu {
        left: -41px;
    }
}

@media (max-width:1000px) {
    .product-box-price {
        font-size: .68rem;
    }

    .product-box-img {
        width: 80px;
    }

    .product-box-right h5 {
        font-size: .75rem;
    }

    .shop-btn {
        font-size: .67rem;
    }

    .product-box-right p {
        font-size: .6rem;
    }

    .product-box {
        min-height: 10.5rem;
    }

    .products-div {
        width: 70%;
    }

    .Categorize-div {
        width: 30%;
    }

    .col-4-6-dental {
        width: 50% !important;
    }

    #accordion .panel-title a {
        font-size: .65rem;
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            width: 30px;
            line-height: 32px;
            font-size: 16px;
        }

    #accordion .panel-title a {
        padding: .7rem 2.1rem .7rem 0rem;
    }

    .font-s-1 {
        font-size: .8rem;
    }

    .media-mb-3 {
        margin-bottom: 1rem;
    }

    .media-pbt-3 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .d-non-maxW-1000 {
        display: none;
    }

    .card-default > div > a > h5 {
        width: 12rem;
        padding: .8rem .3rem;
        font-size: .74rem;
    }

    .card-default-body {
        padding: 1rem .4rem .5rem .4rem;
    }

        .card-default-body > p {
            font-size: 0.75rem;
        }

    .brands {
        padding-top: 65px;
        padding-bottom: 30px;
    }

    .aboutus-bg {
        max-width: 90%;
    }

        .aboutus-bg p {
            font-size: .9rem;
        }

    .about-us-mob {
        background: linear-gradient(45deg,#1e96a1, #55d1a6);
        margin: 1.7rem 1.8rem 0 1.8rem;
        border-radius: 0 35px 0 35px;
    }

    .dk-footer-box-info {
        top: -132px;
        padding: 30px 15px 15px 16px;
        min-height: 19rem;
        width: 100%;
    }

    .footer-widget h3 {
        font-size: 17px;
    }

    .footer-widget ul {
        font-size: .8rem;
    }

    .footer-awarad {
        margin-top: 240px;
    }

    footer {
        margin-top: 4rem;
    }

    .h-15 {
        height: 12rem;
    }

    .h-10 {
        height: 7rem;
    }

    .h-20 {
        height: 17rem;
    }

    .header-l-div {
        padding-top: .5rem;
        padding-bottom: 1rem;
    }

    .contact-info h3 {
        font-size: 16px;
    }

    .footer-widget ul {
        width: 72%;
    }

    .footer-awarad p {
        font-size: 19px;
    }

    .navbar {
        padding: .5rem 0rem .5rem 0rem;
    }

    .pr-0-5 {
        padding-right: .5rem;
    }

    .media-pl-2 {
        padding-left: .6rem
    }

    .contact-info {
        margin-left: 12px;
    }

    .media-font-s-1 {
        font-size: .8rem;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .45rem;
        padding-left: .45rem;
    }

    .hide-in-desktop {
        display: none
    }

    .media-mx-w {
        max-width: 800px;
    }
}

@media (max-width:767px) {
    .media-pad-menu {
        padding-top: 3.2rem;
        text-align: right;
        margin-right: 2rem;
        padding-bottom: 1rem;
    }

    .hide-in-mobile {
        display: none;
    }

    .mobile-nav-bg {
        background: rgb(0, 171, 151);
        background: linear-gradient( 270deg, #00af95 0%, #00B990 61%);
    }

    .all-nav-bg {
        background: rgb(0, 171, 151);
        background: linear-gradient( 270deg, #00af95 0%, #00B990 61%);
        height: auto;
    }

    .index-background {
        background-image: none;
    }

    .banner-img {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }

    .w-97 {
        width: 100%;
    }

    .media-p-0 {
        padding: 0;
    }

    .media-p-1 {
        padding: 0;
    }

    .media-prl-1 {
        padding: .3rem;
    }

    .media-pl-0 {
        padding: 0 !important;
    }

    .media-brd-r {
        border-radius: 0;
    }

    .fa-shopping-cart {
        color: #fff;
        font-size: 25px;
    }

    .fa-user {
        color: #fff;
        font-size: 25px;
    }

    .media-float-l {
        float: left;
    }

    .media-float-r-l {
        float: left;
    }

    .header-l {
        width: 30%;
    }

    .header-r {
        width: 70%;
    }

    .navbar-toggler {
        right: 1rem;
        top: .4rem;
    }

    .header-l-div {
        padding-top: .3rem;
        padding-bottom: .5rem;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.9rem;
    }

    .Yotadent-banner {
        max-width: 100%;
        border-radius: 1rem;
        min-height: 12rem;
        padding-top: 0;
        padding-bottom: 3%;
    }

    .mid-icons div {
        width: 3.7rem;
        height: 3.7rem;
    }

    .media-mbt-3 {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .pt-p-9 {
        padding-top: 1.3rem;
    }

    .icon-1 {
        width: 1.8rem;
    }

    .mid-icons h5 {
        font-size: .7rem;
    }

    .icon-2 {
        width: 1.1rem;
    }

    .media-pt-1-5 {
        padding-top: 1rem;
    }

    .icon-3 {
        width: 2.1rem;
    }

    .pt-1-3 {
        padding-top: .93rem;
    }

    .media-prl-1 {
        padding-right: .3rem;
        padding-left: .3rem;
    }

    .brands_slider_container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .brands_prev {
        left: 20px;
    }

    .brands_next {
        right: 20px;
    }

    .dk-footer-box-info {
        position: unset;
        min-height: 10rem;
        width: 18rem;
        margin: auto;
        padding: 2px 17px 4px 17px;
    }

    .max-w-7rem {
        max-width: 5rem;
    }

    .dk-footer .contact-us {
        padding-left: 0px;
        padding-right: .32rem;
    }

    .contact-info > p {
        font-size: 11px;
    }

    .contact-info {
        margin-left: 12px;
    }

    .footer-left-widget {
        padding-left: 20px;
    }

    .media-mt-3 {
        margin-top: 3rem;
    }

    .mb-5rem {
        margin-bottom: 2rem;
    }

    .card-default {
        max-width: 290px;
    }

    .dr-intro-box {
        background-image: url(../images/introduce-mob.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .Categorize-div {
        max-width: 100%;
        margin: auto;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .products-div {
        width: 100%;
    }

    #accordion .panel-title a {
        padding: .7rem 2.1rem .7rem 0rem;
        font-size: .78rem;
    }

    .brd-radius-20 {
        border-radius: 0 20px 0 20px !important;
    }



    .media-plr-0 {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .media-plr-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .media-prl-0 {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .h-10 {
        height: 12rem;
        margin-bottom: 1rem;
    }

    .brd-radius-l {
        border-radius: 0 0 0 0;
    }

    .Categorize-header {
        border-radius: 0 0 0 0;
    }

    .product-header {
        margin: .4rem;
    }

    .profile-menu ul {
        left: -56px;
        background-color: #fff;
    }

    .aspect-content + .aspect-tab-content {
        max-height: 0;
    }

    .aspect-input:checked ~ .aspect-content + .aspect-tab-content {
        max-height: 3000px;
        transition: 4s;
        -webkit-transition: 4s;
        -moz-transition: 4s;
    }

    .Categorize-border {
        border-radius: 5px;
    }

    .media-pl-2 {
        padding-left: .3rem;
        padding-right: .2rem;
    }

    .media-ml-1-rem {
        margin-left: .4rem;
    }

    .media-ml-1rem {
        margin-left: 0;
        margin-right: 0 !important;
    }

    .media-p-1 {
        padding-right: .5rem;
        padding-left: .45rem;
    }

    .media-prl-1 {
        padding: .5rem;
    }

    .media-pr-1 {
        padding-right: 0;
        padding-left: 0.25rem;
    }

    .btn-a {
        color: #37b1a3;
        box-shadow: 0 0 0 1px inset #ece8e1;
    }

        .btn-a:after, .btn-a:before {
            background: #48c3a5;
        }

        .btn-a p span.text {
            background-color: rgb(255 255 255 / 93%);
            border: 1px solid #dedede;
        }

    .menu-item:hover > .dropdown-menu {
        left: -64px;
    }

    .media-mt-3 {
        margin-top: 1rem;
    }

    .media-mx-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .media-pt-7 {
        padding-top: 3.5rem;
    }

    .product-detail-one {
        order: 1;
    }

    .product-detail-two {
        order: 2;
    }

    .max-w-31 {
        max-width: 22rem;
    }
    .colorAbi {
        font-size: .8rem;
    }
}

@media (min-width:538px) and (max-width:576px) {
    .videos-a img {
        max-width: 145px;
    }

    .max-w-258 {
        max-width: 504px !important;
    }
}

@media (max-width:576px) {
    .media-brd-radius-20 {
        border-radius: 0 20px 0 20px !important;
    }
}


@media (min-width:370px) and (max-width:537px) {
    .videos-a img {
        max-width: 145px;
    }

    .max-w-258 {
        max-width: 336px;
    }
}

@media (max-width:550px) {
    .col-4-6-dental {
        width: 100% !important;
        margin: auto;
        max-width: 355px;
    }

    .media-mt-7 {
        margin-top: -5rem
    }

    .header-r {
        width: 60%;
    }

    .header-l {
        width: 40%;
    }

    .about-us-mob h3 {
        font-size: 1.45rem;
    }

    .about-us-mob p {
        font-size: .83rem;
    }

    .media-font-1-2 {
        font-size: 0.95rem;
    }
}

@media (max-width:410px) {
    .profile-mng-mnu {
        min-width: 8rem;
        line-height: 2.5;
    }

    .profile-mng-item {
        font-size: .72rem;
        padding: .25rem .4rem;
    }
}

@media (max-width:350px) {
    .dk-footer-box-info {
        width: 15.6rem;
    }

    .footer-widget h3 {
        font-size: 15px;
    }

    .footer-widget ul {
        width: 100%;
    }

    .media-mt-7 {
        margin-top: -3.6rem;
    }

    .search-ad {
        max-width: 7rem;
    }
}
