﻿

.term-description .text-info {
    text-overflow: initial;
    overflow: inherit;
    color: blueviolet;
}

.landing-layer {
    width: 100%;
    background: url('../images/slide.jpg') no-repeat center center;
    position: relative;
}

    .landing-layer nav {
        padding: 25px 0
    }

        .landing-layer nav ul li {
            display: inline-table;
        }

            .landing-layer nav ul li a {
                line-height: 25px;
                color: #fff;
                font-size: 14px;
                padding: 0 0 0 15px
            }

        .landing-layer nav .clientarea {
            text-align: left;
            color: #fff
        }

            .landing-layer nav .clientarea i {
                color: #fff;
                font-size: 18px;
                position: relative;
                top: 3px;
                margin-left: 4px
            }

            .landing-layer nav .clientarea a {
                color: #fff;
            }

                .landing-layer nav ul li a:hover,
                .landing-layer nav .clientarea a:hover {
                    color: #20991d
                }

    .landing-layer header {
        padding: 50px 0;
        text-align: center;
        color: #fff;
        word-spacing: -1px
    }

        .landing-layer header .logo {
            width: 250px;
            display: block;
            margin: 0 auto 20px
        }

        .landing-layer header h1 {
            line-height: 30px;
            padding: 10px 0 20px;
            font-size: 31px
        }

        .landing-layer header h2,
        .landing-layer header h3 {
            line-height: 30px;
            padding: 10px 0;
            font-size: 23px
        }

    .landing-layer .search-form {
        width: 500px;
        margin: 0 auto;
        padding-bottom: 30px
    }

        .landing-layer .search-form form {
            width: 100%;
            height: 45px;
            position: relative;
            margin-bottom: 50px
        }

            .landing-layer .search-form form input {
                background-color: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                width: 100%;
                line-height: 50px;
                border: 0;
                padding: 0 20px 0 60px;
                color: #2C373B
            }

            .landing-layer .search-form form button {
                background-color: #2aaf27;
                color: #fff;
                font-size: 24px;
                width: 50px;
                height: 48px;
                position: absolute;
                left: 1px;
                top: 1px;
                border: 0;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-bottomleft: 3px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

                .landing-layer .search-form form button i {
                    position: relative;
                    top: 5px
                }

                .landing-layer .search-form form button:hover {
                    background-color: #2C373B
                }

.main-menu {
    background-color: #2aaf27;
    position: relative;
}

    .main-menu nav {
        position: relative;
    }

        .main-menu nav > ul > li {
            float: right;
            padding: 15px 0;
            position: relative;
        }

            .main-menu nav > ul > li:first-child a {
                padding-right: 0
            }

        .main-menu nav > span {
            font-size: 36px;
            color: #fff;
            display: none
        }

            .main-menu nav > span:hover {
                color: #0c740a;
                cursor: pointer;
            }

        .main-menu nav > ul > li > a {
            color: #fff;
            padding: 0 15px;
            border-left: 1px solid #20991d;
            font-size: 16px
        }

        .main-menu nav > ul > li:last-child > a {
            border-left: 0
        }

        .main-menu nav > ul > li > ul {
            position: absolute;
            top: 50px;
            right: 0;
            background-color: #2aaf27;
            padding: 5px 10px;
            border-bottom: 3px solid #0c740a;
            min-width: 230px;
            white-space: nowrap;
            display: none;
            z-index: 1000
        }

            .main-menu nav > ul > li > ul > li {
                width: 100%;
            }

                .main-menu nav > ul > li > ul > li > a {
                    padding: 6px 15px 6px 10px;
                    line-height: 22px;
                    color: #fff
                }

                    .main-menu nav > ul > li:hover > a:hover,
                    .main-menu nav > ul > li > ul > li > a:hover {
                        color: #0c740a
                    }


/*!
 * style
 */



/*!
 * classy-nav v4.5.2
 */



.classy-nav-container.classy-sticky {
    position: fixed;
    z-index: 1010;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.classy-nav-container.box-skins .classynav > ul > li {
}

    .classy-nav-container.box-skins .classynav > ul > li > a {
        color: #fff !important;
    }


.classy-navbar .nav-brand {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    /*margin-left: 30px;*/
}

    .classy-navbar .nav-brand:focus, .classy-navbar .nav-brand:hover {
        font-size: 24px;
        color: #fff !important;
    }

.classynav ul li .megamenu li a {
    padding: 0 12px;
}

.classynav ul li div.single-mega a {
    height: auto;
    line-height: 1;
}

/* Down Arrow Icon for Megamenu */
@font-face {
    font-family: 'classyfonts';
    src: url("../fonts/classy.eot?fftrrv");
    src: url("../fonts/classy.eot?fftrrv#iefix") format("embedded-opentype"), url("../fonts/classy.ttf?fftrrv") format("truetype"), url("../fonts/classy.woff?fftrrv") format("woff"), url("../fonts/classy.svg?fftrrv#classyfonts") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-classy-nav-down-arrow {
    font-family: 'classyfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .icon-classy-nav-down-arrow:before {
        content: "\e900";
    }

.classynav ul li.megamenu-item.active > a:after,
.classynav ul li.has-down.active > a:after {
    font-family: FontAwesome;
    content: "\f106";
    font-size: 21px;
    color: #ff0000;
    padding-right: 5px;
}

.classynav ul li ul li.has-down > a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 3;
}

/* button css */
.classy-btn {
    position: relative;
    z-index: 1;
    min-width: 120px;
    padding: 0 25px;
    line-height: 42px;
    height: 42px;
    border-radius: 50px;
    color: #fff !important;
    margin-left: 30px;
    text-align: center;
}

    .classy-btn:hover, .classy-btn:focus {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

/* Dropdown Toggle */


/* Close Icon */
.classycloseIcon {
    position: absolute;
    top: 20px;
    left: 21px;
    z-index: 12;
    display: none;
}

    .classycloseIcon .cross-wrap {
        width: 26px;
        height: 26px;
        cursor: pointer;
        position: relative;
    }

        .classycloseIcon .cross-wrap span {
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            border-radius: 6px;
            background: #232323;
        }

            .classycloseIcon .cross-wrap span.top {
                top: 12px;
                left: 0;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .classycloseIcon .cross-wrap span.bottom {
                bottom: 12px;
                left: 0;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

/* navbarToggler */


.classynav ul li .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

    .classynav ul li .megamenu .single-mega.cn-col-5 {
        width: 20%;
        float: left;
        padding: 15px;
        border-right: 1px solid #f2f4f8;
    }

        .classynav ul li .megamenu .single-mega.cn-col-5:last-of-type {
            border-right: none;
        }

    .classynav ul li .megamenu .single-mega.cn-col-4 {
        width: 25%;
        float: left;
        padding: 15px;
        border-right: 1px solid #f2f4f8;
    }

        .classynav ul li .megamenu .single-mega.cn-col-4:last-of-type {
            border-right: none;
        }

    .classynav ul li .megamenu .single-mega.cn-col-3 {
        width: 33.3333334%;
        float: left;
        padding: 15px;
        border-right: 1px solid #f2f4f8;
    }

        .classynav ul li .megamenu .single-mega.cn-col-3:last-of-type {
            border-right: none;
        }

    .classynav ul li .megamenu .single-mega .title {
        font-size: 14px;
        border-bottom: 1px solid #f2f4f8;
        padding: 8px 12px;
    }


.classynav ul li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
}

.classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.breakpoint-off .classynav ul li .dropdown li .dropdown {
    top: 10px;
    left: 180px;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
}

    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown,
    .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
        opacity: 0;
        visibility: hidden;
        top: 120%;
    }


        .breakpoint-off .classynav ul li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown,
        .breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
            opacity: 1;
            visibility: visible;
            top: -10px;
        }

.breakpoint-off .classynav ul li .megamenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 120%;
    z-index: 200;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.breakpoint-off .classynav ul li.megamenu-item:hover .megamenu, .breakpoint-off .classynav ul li.megamenu-item:focus .megamenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/* Dark Theme CSS */
.dark.classy-nav-container {
    background-color: #192a56;
}

    .dark.classy-nav-container a {
        color: rgba(255, 255, 255, 0.7);
    }

        .dark.classy-nav-container a:hover, .dark.classy-nav-container a:focus {
            color: #ffffff;
        }

.dark .classynav ul li .dropdown {
    background-color: #192a56;
}

.dark .classynav ul li .megamenu {
    background-color: #192a56;
}

    .dark .classynav ul li .megamenu .single-mega.cn-col-5,
    .dark .classynav ul li .megamenu .single-mega.cn-col-4,
    .dark .classynav ul li .megamenu .single-mega.cn-col-3 {
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }

.dark .classynav ul li.megamenu-item ul li a {
    border-bottom: none;
}

.dark .classynav ul li .megamenu .single-mega .title {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dark .classy-navbar-toggler .navbarToggler span {
    background-color: #ffffff;
}

.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #192a56;
}

.dark .classycloseIcon .cross-wrap span {
    background-color: #ffffff;
}

.dark.breakpoint-on .classynav > ul > li > a {
    background-color: #192a56;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-5, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-4, .dark.breakpoint-on .classynav ul li .megamenu .single-mega.cn-col-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-right: none;
}

.dark .classynav ul li.megamenu-item > a:after {
    color: #ffffff;
}

.dark .classynav ul li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.1);
}

.dark .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:last-child a {
    border-bottom: none;
}

/* Dropdown RTL CSS */
.dropdown-rtl.breakpoint-off .classynav ul li .dropdown {
    left: auto;
    right: 0;
}

.dropdown-rtl .classynav ul li a,
.dropdown-rtl .classynav ul li .megamenu .single-mega .title {
    text-align: right;
}

.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown {
    right: 180px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    top: 10px;
}

.dropdown-rtl.breakpoint-off .classynav ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 90%;
}

.dropdown-rtl.breakpoint-off .classynav ul li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown, .dropdown-rtl.breakpoint-off .classynav ul li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li .dropdown li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 0;
}



/* Fallback Responsive CSS */

/*# sourceMappingURL=classy-nav.css.map */


/*!
 * CustomNavBar
 */


.header-area .vizew-main-menu .classy-navbar .classynav ul li ul li a::after {
    color: #0f1112;
}

.header-area .vizew-main-menu .classy-navbar .classynav ul li ul li a:hover, .header-area .vizew-main-menu .classy-navbar .classynav ul li ul li a:focus {
    color: #db4437;
}



is {
    /* z-index: 200; */
    /* box-shadow: none; */
}

.breakpoint-on .classynav {
    /* padding-top: 70px; */
    /* padding-bottom: 70px; */
}



.hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
}

.vizew-nav-tab {
    position: relative;
    z-index: 1;
    background-color: #393c3d;
    width: 100%;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}


    .vizew-nav-tab .nav-link {
        padding: 0;
        padding: 15px 20px;
        border-left: 4px solid transparent;
    }

        .vizew-nav-tab .nav-link.active {
            background-color: #4d5051;
            border-left-color: #db4437;
        }


.sticky-wrapper {
    height: 50px;
}


.nav-tabs {
    background-color: #e7e7e7;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #db4437 !important;
        border: none !important;
    }



a:not([href]):not([tabindex]) {
    cursor: pointer !important;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .vizew-main-menu .classy-navbar {
        height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .vizew-main-menu .classy-navbar {
        height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .h_nav {
        text-align: left;
    }

    .header-area .vizew-main-menu .classy-navbar .nav-brand {
        max-width: 200px;
    }

    .nav-brand img {
        height: 60px;
        width: 100%;
    }

    .nav-brand {
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .vizew-main-menu .classy-navbar .classynav ul li a {
        height: 70px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .vizew-main-menu .classy-navbar .classynav ul li a {
        height: 35px;
        line-height: 35px;
        font-sbackground-color: #222627;
        border-bottom: none;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .vizew-main-menu .classy-navbar .classynav ul li a:hover, .header-area .vizew-main-menu .classy-navbar .classynav ul li a:focus {
        color: #db4437;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .vizew-main-menu .classy-navbar .classynav ul li ul li a {
        color: #000000;
    }

    .header-area .vizew-main-menu .classy-navbar .classynav ul li.active a {
        border-bottom-color: transparent;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vizew-nav-tab {
        height: 400px;
    }


    .header-area .vizew-main-menu .classy-navbar .classynav ul li a {
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vizew-nav-tab {
        height: 350px;
    }
}

.dropdown {
    /* visibility: hidden; */
}

.nav-brand2 {
    /* margin-right: 60px; */
    float: left;
}

    .nav-brand2 img {
        height: 43px;
        padding-top: 6px;
    }



.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

.client-page {
    width: 100%;
    padding: 100px 0;
}

    .client-page .container-content {
        width: 450px;
        margin: 0 auto;
        padding: 20px 25px;
        background-color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 0 15px #ccc
    }

        .client-page .container-content .input-group {
            padding: 10px 0;
            width: 100%
        }

        .client-page .container-content .input-group-addon {
            width: 55px;
            font-size: 18px
        }

        .client-page .container-content .form-control {
            height: 40px
        }

        .client-page .container-content header h2 {
            font-size: 26px;
            font-weight: bold;
            line-height: 45px;
            display: block;
            text-align: center;
            word-spacing: -2px;
            margin-bottom: 15px;
        }

        .client-page .container-content .link {
            padding: 15px 0
        }

            .client-page .container-content .link a {
                display: block;
                line-height: 30px;
                font-size: 14px;
                color: #1CBDF9
            }

                .client-page .container-content .link a:hover {
                    color: #2C373B
                }

                .client-page .container-content .link a i {
                    font-size: 17px;
                    margin-left: 5px;
                    position: relative;
                    top: 2px
                }

                    .client-page .container-content .link a i.zmdi-account {
                        font-size: 18px;
                        right: -1px
                    }

        .client-page .container-content .remember-me,
        .client-page .container-content .accept-rules {
            margin-top: 10px
        }

        .client-page .container-content input[type="checkbox"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }

main#home-page {
    background-color: #fff
}

.terms-items header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 35px
}

    .terms-items header h2 {
        text-align: center;
        font-size: 21px;
        line-height: 30px;
        color: #252a2b
    }

    .terms-items header a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #4b4f4f
    }

        .terms-items header a:hover {
            color: #2aaf27
        }

.terms-items .term-col article {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 6px #ccc;
    background-color: #fff
}

    .terms-items .term-col article .img-layer,
    .terms-items .term-col article .img-layer img {
        width: 100%;
        display: block;
    }

    .terms-items .term-col article h2 a {
        width: 100%;
        display: block;
        font-size: 13px;
        line-height: 40px;
        height: 40px;
        color: #252a2b;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .terms-items .term-col article h2 a:hover {
            color: #2aaf27;
        }

    .terms-items .term-col article span {
        color: #2aaf27;
        padding: 10px;
        border-top: 1px solid #ebebeb;
        width: 100%;
        display: block;
    }

    .terms-items .term-col article i {
        color: #ccc;
        font-size: 13px;
        position: absolute;
        left: 10px;
        bottom: 12px;
        font-style: normal;
    }

.breadcrumb {
    background-color: transparent;
    margin: 15px 0;
}

    .breadcrumb li a,
    .breadcrumb li {
        color: #26292c
    }

.user-account aside > section,
.user-account .avatar-layer {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff
}

    .user-account .avatar-layer .img-layer {
        margin: 25px auto 0;
        position: relative;
        z-index: 1;
        width: 130px;
        height: 130px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .user-account .avatar-layer .img-layer img {
            width: 130px;
            height: 130px;
            border: 3px solid #ecf1f8;
            z-index: 1;
            position: relative;
        }

        .user-account .avatar-layer .img-layer .change-image {
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 27px;
            color: #657d9a;
            background-color: rgba(228, 235, 245, 0.4);
            position: absolute;
            z-index: 2;
            opacity: 0;
        }

        .user-account .avatar-layer .img-layer:hover .change-image {
            opacity: 1;
        }

    .user-account .avatar-layer .detail {
        width: 100%;
        padding: 10px 0 15px;
        text-align: center;
    }

        .user-account .avatar-layer .detail h3 {
            font-size: 14px;
            font-weight: bold;
            word-spacing: -1px;
            line-height: 25px;
            padding-bottom: 3px;
            color: #4b5b74
        }

        .user-account .avatar-layer .detail span {
            font-size: 14px;
            word-spacing: -1px;
            line-height: 25px;
            color: #7389a3;
            display: block;
        }

    .user-account aside > section header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8
    }

        .user-account aside > section header h3 {
            font-size: 15px;
            line-height: 35px;
        }

    .user-account aside > section .inner {
        padding: 10px 15px
    }

        .user-account aside > section .inner ul li a {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222
        }

            .user-account aside > section .inner ul li a:hover {
                color: #2aaf27
            }

.user-account .user-account-content {
    margin-bottom: 25px;
    background-color: #fff;
}

    .user-account .user-account-content > header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8
    }

        .user-account .user-account-content > header h1 {
            font-size: 15px;
            line-height: 35px;
        }

    .user-account .user-account-content .inner {
        padding: 20px
    }

        .user-account .user-account-content .inner .account-information h3 {
            font-size: 17px;
            margin-bottom: 10px;
            color: #2aaf27
        }

        .user-account .user-account-content .inner .account-information ul li {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222
        }

            .user-account .user-account-content .inner .account-information ul li i {
                margin-left: 5px;
                position: relative;
                top: 3px;
                font-size: 16px;
                color: #ccc
            }

.user-account .form-layer {
    padding: 0 20px
}

    .user-account .form-layer .input-group {
        margin-bottom: 15px
    }

    .user-account .form-layer .link {
        padding: 15px 0
    }

        .user-account .form-layer .link a {
            display: block;
            line-height: 30px;
            font-size: 14px;
            color: #1CBDF9
        }

            .user-account .form-layer .link a:hover {
                color: #2C373B
            }

            .user-account .form-layer .link a i {
                font-size: 17px;
                margin-left: 5px;
                position: relative;
                top: 2px
            }

    .user-account .form-layer .checkbox-layer {
        margin-top: 10px
    }

        .user-account .form-layer .checkbox-layer input[type="checkbox"],
        .user-account .form-layer .radio-layer input[type="radio"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }

        .user-account .form-layer .checkbox-layer label,
        .user-account .form-layer .radio-layer label {
            margin-left: 25px
        }


.term-categoriesHeight {
    min-height: 820px;
}

.aside-section .line {
    width: 150px;
    height: 1px;
    background-color: #c2c4c4;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.term-content > header h1 {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    padding: 20px 25px
}

.term-content aside .statistics {
    padding: 30px 20px 20px
}

    .term-content aside .statistics ul li {
        display: inline-table;
        width: 33.33%;
        text-align: center;
        float: right;
    }

        .term-content aside .statistics ul li span {
            font-size: 14px;
            color: #8c9395;
            display: block;
            padding-bottom: 5px
        }

        .term-content aside .statistics ul li i {
            font-size: 16px;
            display: block;
            font-style: normal;
        }

    .term-content aside .statistics > a {
        width: 100%;
        border-radius: 5px;
        line-height: 48px;
        text-align: center;
        display: block;
        background-color: #2aaf27;
        color: #fff;
        font-size: 17px;
        margin-top: 25px
    }

.term-content aside .teacher-info {
    padding: 25px
}

    .term-content aside .teacher-info img {
        width: 140px;
        height: 140px;
        border-radius: 100%;
        display: block;
        margin: 0 auto
    }

    .term-content aside .teacher-info h2 {
        width: 100%;
        line-height: 25px;
        text-align: center;
        font-size: 15px;
        margin: 15px 0
    }

    .term-content aside .teacher-info p {
        line-height: 24px;
        text-align: justify;
        font-size: 14px;
        margin: 0;
        padding: 0 10px;
        color: #8c9395;
    }

.term-content aside .term-info {
    padding: 20px 25px
}

    .term-content aside .term-info h2 {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px
    }

    .term-content aside .term-info ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 0
    }

.top-footer .share-layer {
    width: 100%;
    position: relative;
}

    .top-footer .share-layer span {
        line-height: 25px;
        font-size: 14px;
        color: #333;
        width: auto;
        display: table;
        float: right;
    }

    .top-footer .share-layer a {
        width: 39px;
        height: 39px;
        float: left;
        margin-right: 8px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        text-align: center;
        font-size: 23px;
        color: #263c46;
        line-height: 42px;
        background-color: white;
        border: 1px solid #e4eaee;
    }

        .top-footer .share-layer a:hover {
            border: 1px solid #8edaf1;
            box-shadow: 0 0 6px #8edaf1;
            -moz-box-shadow: 0 0 6px #8edaf1;
            -webkit-box-shadow: 0 0 6px #8edaf1;
        }


.term-content aside .tags-layer a {
    background-color: #f1f5f8;
    margin: 6px 5px;
    font-size: 13px;
    color: #1e2f38;
    padding: 3px 6px;
    line-height: 18px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
}

    .term-content aside .tags-layer a:hover {
        background-color: #dce4e9;
    }

.term-content aside .share-layer span {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    width: auto;
    display: table;
    float: right;
}

.term-content aside .share-layer a {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 17px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    text-align: center;
    font-size: 26px;
    color: #263c46;
    line-height: 44px;
    border: 1px solid #e4eaee;
}

    .term-content aside .share-layer a:hover {
        border: 1px solid #8edaf1;
        box-shadow: 0 0 6px #8edaf1;
        -moz-box-shadow: 0 0 6px #8edaf1;
        -webkit-box-shadow: 0 0 6px #8edaf1;
    }

.term-content .term-description .owl-carousel video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.term-content .term-description img {
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
    display: inline-block;
}

.term-content .term-description p img, .term-content .term-description figure img {
    border-radius: 12px;
    box-shadow: 1px 1px 6px black;
    display: inline-block;
}

.term-content .term-description p a {
    text-decoration: none !important;
    color: #2980b9;
}

    .term-content .term-description p a:hover {
        border-bottom: 1px solid #2980b9;
        border-radius: 5px;
    }



.term-content .term-description .modal-dialog {
    position: fixed;
    max-width: 100%;
}

    .term-content .term-description .modal-dialog .modal-content {
        background-color: #ffff0000;
        border: none;
    }

    .term-content .term-description .modal-dialog .modal-header {
        border-bottom: none;
    }


.term-content .pagination {
    width: auto;
    margin: 30px auto 10px;
    display: table;
}

    .term-content .pagination i {
        position: relative;
        top: 2px
    }

.term-categories .pagination {
    width: auto;
    margin: 10px auto 40px;
    display: table;
}

    .term-categories .pagination i {
        position: relative;
        top: 2px
    }


.comment-list .comment-row {
    width: 100%;
    padding: 15px 90px 15px 15px;
    position: relative;
    border-bottom: 1px solid #ebebeb
}

    .comment-list .comment-row.reply {
        background-color: #7bd3f552;
        margin-top: 10px;
        border-radius: 5px;
    }

        .comment-list .comment-row.reply img {
            width: 70px;
            height: 70px;
            border-radius: 100%;
            position: absolute;
            right: 55px;
            border: 2px solid #ebebeb;
            top: 15px
        }

    .comment-list .comment-row img {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        position: absolute;
        right: 0;
        border: 2px solid #ebebeb;
        top: 15px
    }

    .comment-list .comment-row .left-col {
        width: 100%;
        position: relative;
    }

        .comment-list .comment-row .left-col .n_c {
            display: block;
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 5px;
            color: #333
        }

        .comment-list .comment-row .left-col span {
            display: block;
            font-size: 13px;
            line-height: 22px;
            margin-bottom: 5px;
            color: #7e7e7e;
        }

        .comment-list .comment-row .left-col p {
            display: block;
            font-size: 13px;
            line-height: 22px;
            text-align: justify;
            margin-bottom: 0;
            overflow-wrap: break-word;
        }




.term-categories > .top-bar > header h1 span {
    color: #2aaf27
}

.term-categories > .top-bar > header > span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    border-radius: 30px;
    line-height: 30px;
    background-color: #f2f2f2
}

.term-categories > .top-bar form {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
}

    .term-categories > .top-bar form input {
        position: relative;
        width: 100%;
        height: 40px;
        border: 0;
        padding: 0 18px 0 50px;
        font-size: 14px;
        line-height: 40px
    }

    .term-categories > .top-bar form button {
        background-color: transparent;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        font-size: 22px;
        color: #878787;
        line-height: 45px;
        text-align: right;
    }

.term-categories > .top-bar .select-ddl {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    position: relative;
}

    .term-categories > .top-bar .select-ddl select {
        width: 100%;
        padding: 0 15px 0 0;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        border: 0;
    }

.term-categories .switch-field {
    width: 100%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

    .term-categories .switch-field input {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

    .term-categories .switch-field label {
        background-color: #fff;
        float: right;
        color: #333;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        padding: 5px 10px;
        text-align: center;
        text-shadow: none;
        transition: all 0.1s ease-in-out 0s;
        margin-bottom: 0;
        width: 33.33%;
        height: 38px;
        line-height: 30px
    }

        .term-categories .switch-field label:hover {
            cursor: pointer;
        }

    .term-categories .switch-field input:checked + label {
        background-color: #2aaf27;
        color: #fff
    }


.term-categories .aside-section .inner ul {
    font-size: 14px;
    font-weight: 600;
    list-style: square;
    color: #17a2b8;
}

    .term-categories .aside-section .inner ul a {
        color: #17a2b8;
    }

        .term-categories .aside-section .inner ul a:hover {
            opacity: 0.5;
        }

.term-categories .aside-section .inner a {
    color: dimgray;
}

    .term-categories .aside-section .inner a:hover {
        color: black;
    }

    .term-categories .aside-section .inner a.active {
        color: black;
    }

.term-categories .filter-by-price .price-range {
    padding: 0 35px 15px
}

.term-categories .filter-by-price .max-price {
    width: auto;
    display: inline-table;
    float: left;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    left: -15px;
    padding-top: 10px
}

.term-categories .filter-by-price .min-price {
    width: auto;
    display: inline-table;
    float: right;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    right: -15px;
    padding-top: 10px
}

.term-categories .filter-by-category ul {
    padding: 0 5px 10px
}

    .term-categories .filter-by-category ul li {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 20px
    }

        .term-categories .filter-by-category ul li input {
            position: relative;
            top: 3px;
            margin-left: 3px
        }


.clientarea {
    color: white !important;
}

.background-CR {
    background: linear-gradient( 269deg, #e6e6e8 0, #ffffff 100%) !important;
}

.TextOnImg {
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 65%;
}

.background-FR {
    /* background-size: 100% 100%; */
    /* background-image: url(/images/Other/panel.jpg); */
    /* min-height: 314px; */
    /* background-attachment: fixed; */
    /* margin: 10px auto 50px auto; */
    /* position: relative; */
    /* text-align: center; */
    /* padding-bottom: 28px; */
    padding: 45px;
}




    .background-FR .bottom {
        padding-right: 17px;
        position: absolute;
        background-color: #ff9e00;
        display: inline-block;
        color: #00000f !important;
        padding: 10px 0;
        width: 150px;
        border-radius: 26px;
        font-weight: bold;
        border: 4px solid #fff;
        /* bottom: -9%; */
        /* left: 46%; */
        /* padding-right: 21px; */
    }

.SocialSection {
    /*height: 78px;*/
    border-radius: 45px;
    margin: 28px auto 24px auto;
    border: 1px solid var(--Silver_color);
}

.card-S {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
}

    .card-S img {
        height: auto;
    }

.card-A h2 {
    font-size: 1.25rem;
}

.card-A {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: .25rem;
}

    .card-A img {
        height: auto;
    }

    .card-A h2 {
        font-size: 1.25rem;
    }

.item .cb1 {
    height: auto;
}

.AdEditBtn {
    bottom: 37px;
    position: absolute;
    left: 41%;
}

.maintitle-homepage {
    border-bottom-style: solid;
    border-color: #794021;
    border-width: 2px;
    padding: 10px;
    font-size: 1.5rem;
    color: #794021;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.box-shadow {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #eaeff4;
    position: relative;
    border: 1px solid #ecf0f4;
    background-color: #fff
}

li:focus {
    color: red;
    outline: none;
}



.post-cata {
    background-color: #db4437;
    padding: 8px 15px 6px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}

    .post-cata.cata-success {
        background-color: #3cb878;
    }

    .post-cata.cata-danger {
        background-color: #db4437;
    }

    .post-cata.cata-primary {
        background-color: #1996ce;
    }

    .post-cata:hover,
    .post-cata:focus {
        background-color: #0f1112;
        font-size: 12px;
    }

    .post-cata.cata-sm {
        font-size: 10px;
        font-family: "IRANSansWeb";
    }

        .post-cata.cata-sm:hover,
        .post-cata.cata-sm:focus {
            background-color: #0f1112;
            font-size: 10px;
        }

        .post-cata.cata-sm.abs {
            position: absolute;
        }

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.vizew-breadcrumb .breadcrumb .breadcrumb-item a:hover,
.vizew-breadcrumb .breadcrumb .breadcrumb-item a:focus {
    font-weight: 400;
    color: #37a6db;
}


.required:after {
    content: " *";
    color: red;
}

.card-Ad {
    background: #fff;
    display: inline-block;
    padding: 10px;
    width: 100%;
}

    .card-Ad .image {
        float: left;
        width: 38%;
    }

        .card-Ad .image img {
            border-radius: 10px;
        }

        .card-Ad .image:hover {
            opacity: 0.8;
        }

    .card-Ad .content {
        overflow: hidden;
        padding: 0 0 0 10px;
    }

        .card-Ad .content .title {
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

            .card-Ad .content .title a {
                color: rgba(0, 0, 0, .87) !important;
                font-size: 1rem !important;
                height: 50px;
            }

        .card-Ad .content .dateAd {
            position: absolute;
            bottom: 5px;
        }

        .card-Ad .content .AdCnDec {
            position: absolute;
            width: 200px;
            display: flex;
            justify-content: space-between;
            bottom: 10px;
            font-size: 0.75rem;
        }

        .card-Ad .content .AdGroup {
            position: absolute;
            width: 200px;
            display: flex;
            justify-content: space-between;
            bottom: 35px;
            font-size: 0.75rem;
        }

            .card-Ad .content .AdGroup a {
                color: #f7734f;
            }

.btn-Orange {
    background-color: #ef6444;
    border-color: #ef6444;
}

.card-Rl {
    background: #fff;
    padding: 10px;
}

.RelatedTag .card-Rl h2 {
    margin: 0;
}

.RelatedTag .card-Rl p {
    margin: 0;
    line-height: 20px;
}

.RelatedTag .card-Rl .content {
    padding: 0 5px 5px 5px;
}

    .RelatedTag .card-Rl .content .title {
        line-height: 1.1;
    }

        .RelatedTag .card-Rl .content .title a {
            color: #333 !important;
            font-size: 14px;
            margin-bottom: 5px;
            text-decoration: none !important;
        }

.RelatedTag .card-Rl .VisitPo {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.RelatedTag .card-Rl .datePos {
    position: absolute;
    bottom: 0;
}

.RelatedTag .card-Rl img {
    height: auto !important;
    margin-bottom: 0;
    border-radius: 10px;
}

.RelatedTag .card-Rl .image:hover {
    opacity: 0.8;
}

.MoreArticle .card-Rl h2 {
    margin: 0;
}

.MoreArticle .card-Rl p {
    margin: 0;
    line-height: 20px;
}

.MoreArticle .card-Rl .content {
    padding: 0 5px 5px 5px;
}

    .MoreArticle .card-Rl .content .title {
        line-height: 1.1;
    }

        .MoreArticle .card-Rl .content .title a {
            color: #333 !important;
            font-size: 14px;
            margin-bottom: 5px;
            text-decoration: none !important;
        }

.MoreArticle .card-Rl .VisitPo {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.MoreArticle .card-Rl .datePos {
    position: absolute;
    bottom: 0;
}

.MoreArticle .card-Rl img {
    height: auto !important;
    margin-bottom: 0;
    border-radius: 10px;
}

.MoreArticle .card-Rl .image:hover {
    opacity: 0.8;
}

.RelatedTag .Section-mostknow-articles {
    border-radius: 10px;
    border-color: #020c0e;
    width: 100%;
    background-color: #3c3c3c;
    padding: 0 15px;
    border-right: 3px solid #9e2558;
    float: left;
    margin: 0 15px 0px 15px;
}

.MoreArticle .Section-mostknow-articles {
    border-radius: 10px;
    border-color: #020c0e;
    width: 100%;
    padding: 0 15px;
    border-bottom: 3px solid #9e2558;
    float: left;
    margin: 0 15px 0px 15px;
}

    .MoreArticle .Section-mostknow-articles h4 {
        color: #9e2558 !important;
    }

.RelatedTag .Section-mostknow-articles h4 {
    padding-top: 0.5rem !important;
    padding-bottom: .3rem !important;
    color: #efefef !important;
}


.bg-Content .card-body a:hover {
    color: #9e2558 !important;
}




.whatsup {
    position: relative;
    display: block;
    margin: 0;
    width: 0.5em;
    height: 0.5em;
    font-size: 15vmin;
    background-color: #25D366;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

    .whatsup::before,
    .whatsup::after {
        position: absolute;
        content: "";
    }

    .whatsup::before {
        top: 0;
        left: 0;
        width: 0.5em;
        height: 0.5em;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    .whatsup::after {
        top: 0.13em;
        left: 0.13em;
        width: 0.25em;
        height: 0.25em;
        background-image: url('../images/Other/whatsapp_logo.svg');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .whatsup.is-animating {
        -webkit-animation: phone-outer 3000ms infinite;
        animation: phone-outer 3000ms infinite;
    }

        .whatsup.is-animating::before {
            -webkit-animation: phone-inner 3000ms infinite;
            animation: phone-inner 3000ms infinite;
        }

        .whatsup.is-animating::after {
            -webkit-animation: phone-icon 3000ms infinite;
            animation: phone-icon 3000ms infinite;
        }

.whatsupTopPc {
    position: fixed;
    bottom: 3%;
    left: 4%;
    z-index: 99;
}

    .whatsupTopPc .whatsup_txt {
        position: absolute;
        width: 67px;
        left: 100%;
        background-color: #f5f7f9;
        font-size: 12px;
        color: #43474e;
        top: 15px;
        padding: 7px 12px 7px 0;
        margin-left: 7px;
        letter-spacing: -.03em;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

.clockinphone {
    border-left: 7px solid whitesmoke;
}

#sync1 .item {
    color: #fff;
    text-align: center;
}

#sync2 .item {
    margin: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#sync2 .owl-dot {
    display: none;
}

#sync1 .owl-dot {
    display: none;
}

#sync2 .owl-nav {
    display: none;
}

#sync2 .owl-item.current.active .item img {
    opacity: 0.6;
    border: 1px solid black;
}

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }

.cz_wh_line {
    display: block;
    border-bottom: 1px solid;
    border-color: rgb(136, 64, 33);
}

.bootstrap-tagsinput .label-info {
    background-color: dodgerblue;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px
}

.cz_wh_left {
    font-size: 18px;
    color: #884021;
    font-weight: 700;
    line-height: 50px;
}

.cz_wh_right {
    font-weight: 400;
    color: #ce7f2c;
    float: left;
    line-height: 37px;
}

.field-validation-error {
    color: red;
}

.Sf-icon {
    font-size: 12px;
    vertical-align: middle;
    color: #495057;
}

@-webkit-keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0.9);
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }

    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }

    2% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        -webkit-transform: translate3d(0.01em, 0, 0);
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        -webkit-transform: translate3d(-0.01em, 0, 0);
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0);
    }
}


#myBtn:hover {
    background-color: #dc3545;
}

.search-box {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
}


.InnerSearch .input-search, .InnerSearch .input-search1 {
    text-align: center;
    height: 33px;
    width: 214px;
    border: 2px solid rgba(239, 100, 68, 0.20);
    background: #fff;
    background-color: white;
}

.InnerSearch {
    position: fixed;
    top: 25px;
    left: 43%;
    z-index: 250;
}

.input-group-addon {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    width: 40px;
}

.loginMod {
    padding: 30px;
}

.waitMe_container {
    position: relative;
    transform: translateZ(0);
    backface-visibility: hidden;
}

    .waitMe_container .waitMe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9989;
        text-align: center;
        overflow: hidden;
    }

        .waitMe_container .waitMe .waitMe_content {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            backface-visibility: hidden;
        }

        .waitMe_container .waitMe * {
            font-size: 14px;
            font-weight: initial;
            direction: rtl;
            font-style: initial;
            line-height: initial;
            color: initial;
            text-decoration: initial;
            text-transform: initial;
            padding: initial;
            margin: initial;
        }

        .waitMe_container .waitMe .waitMe_progress {
            position: relative;
            font-size: 0;
        }

        .waitMe_container .waitMe .waitMe_text {
            position: relative;
            margin: 20px 0 0;
        }

    .waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1 {
        animation-delay: -.32s;
    }

    .waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2 {
        animation-delay: -.16s;
    }

    .waitMe_container .waitMe_progress.bounce > div {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        animation: bounce 1.4s infinite ease-in-out;
    }

    .waitMe_container .waitMe .waitMe_progress > div {
        animation-fill-mode: both;
        display: inline-block;
        transform: translateZ(0);
        backface-visibility: hidden;
    }

@keyframes bounce {
    0%, 100%, 80% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.modal-header2 {
    text-align: center;
    padding: 17px;
}

    .modal-header2 img {
        width: 135px;
    }

.LoginBody strong {
    font-size: 19px;
}

.loginlbl {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 7px;
    width: 100%;
    padding-right: 4px;
    text-align: right;
    align-items: center;
    font-size: .8rem;
}


.LoginBody .btnNetToPas,
.LoginBody #btnCheckActive,
#sendactive,
.loginPopUp {
    width: 66%;
}

.LoginBody .btn {
    line-height: 35px;
}

.LoginBody .btnclosem,
.LoginBody .backdiablog {
    width: 30%;
}

.log_footer {
    font-size: 11px;
    margin-top: 26px;
}

.i24fI .TuYbi {
    position: absolute;
    top: 8px;
    right: 19px;
    color: #d4d4d4;
    font-size: 19px;
}

.link1.sendactive {
    margin-top: 18px;
    display: inline-block;
}

.LoginBody .btnclosem,
.LoginBody .backdiablog {
    width: 30%;
}

input[type=username],
input[type=password],
input[type=Userinfo],
input[type=mobile],
input[type=showpassword] {
    border: 1px solid #e6e6e6;
    color: #6297ab;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 6px 12px;
    outline: none;
    font-family: 'iranyekan', Tahoma, Geneva, sans-serif;
    border-radius: 9px;
    font-size: 16px;
}

.starR:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #ccc;
    color: #e56233;
    content: "";
    margin: 0 5px 0 0;
    position: absolute;
    right: 0;
}

label {
    display: inline-flex !important;
    margin-bottom: 0.5rem;
}

.linksTop {
    padding: 5px 10px;
    float: left;
    position: relative;
}

    .linksTop.current-open {
        border: 1px solid #c0c0c06b;
        border-radius: 9px;
        background: #fff;
    }

    .linksTop .dropdown-menu a {
        color: #484848 !important;
        padding: 6px 3px;
        display: inline-block;
    }

    .linksTop .dropdown-menu {
        right: 10px !important;
    }

#txtActiveCode {
    width: 188px;
    border: none;
    outline: none;
    letter-spacing: 30px;
    text-align: left;
    direction: ltr;
    font-size: 21px;
    overflow: hidden;
    margin-left: 52px;
    margin-right: auto;
}

.lineactiveCode {
    height: 30px;
    width: 160px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, #000), color-stop(0, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #000 75%, hsla(0, 0%, 100%, 0) 0);
    background-position: 50px bottom;
    background-size: 40px 1px;
    background-repeat: repeat-x;
    overflow: hidden;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
}

.Co_time {
    text-align: center;
    margin-top: 19px;
    direction: ltr;
}

.circ {
    opacity: 0;
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    -webkit-transition: stroke-dashoffset 1s 0.5s ease-out;
    -moz-transition: stroke-dashoffset 1s 0.5s ease-out;
    -ms-transition: stroke-dashoffset 1s 0.5s ease-out;
    -o-transition: stroke-dashoffset 1s 0.5s ease-out;
    transition: stroke-dashoffset 1s 0.5s ease-out;
}

.drawn + svg .path {
    opacity: 1;
    stroke-dashoffset: 0;
}

.group-header__suggestions {
    overflow: auto;
    max-width: 100%;
    margin: .875rem 0;
    height: 40px;
    display: flex;
}

.suggestionsBtn {
    display: flex;
    align-items: center;
    color: #f14a21;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid #f14a21;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-left: .75rem;
    font-size: .75rem;
    height: 1.75rem;
    outline: none;
    padding: 0 12px;
}

    .suggestionsBtn:hover {
        background-color: #f14a21;
        border-color: #f14a21;
        color: #fff;
    }

    .suggestionsBtn.active {
        background-color: #f14a21;
        border-color: #f14a21;
        color: #fff;
    }

.messages--help,
.messages--help.ui.message {
    color: rgba(0, 0, 0, .56);
    font-size: .875rem;
    line-height: 2;
    background-color: transparent;
    border: 0;
    padding: 0;
}

.BeautySalon .iframeMap {
    border: 1px solid #28a74559 !important;
    border-radius: 13px;
}

.BeautySalon .SalonAddress {
    font-size: 13px;
    display: inline-flex;
    color: #949494;
}

.BeautySalon .SocialBtn a {
    width: 100px;
    height: 45px;
    margin-right: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 29px;
    color: white;
    border: 1px solid #e4eaee;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.BeautySalon .BeautySalonSummery {
    font-size: 14px;
    padding: 20px 0px;
}

.BeautySalon .SocialBtn a .SocialBtntext {
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 0;
    padding: 5px 7px
}

.BeautySalon video {
    width: 100% !important;
}

.BeautySalon .SocialBtn .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.BeautySalon .SocialBtn .phone {
    background-color: #25d366;
}

.BeautySalon .SocialBtn .Whatsup {
    background-color: #25d366;
}

.BeautySalon .SocialBtn .map {
    background-color: rgb(220, 53, 69);
}

.BeautySalon p {
    padding: 0 5px;
}

.BeautySalon .title-SalonDetail {
    background-color: aliceblue;
    padding: 10px;
    width: 100%;
    display: inline-block;
    color: #000000 !important;
    font-size: 17px;
    color: #000000 !important;
    font-size: 17px;
    border-right: 2px solid;
}

.BeautySalon h1 {
    font-size: 1.3rem !important;
    color: maroon !important;
    border-bottom: 1px solid;
    padding: 7px 0px;
    width: fit-content;
    margin: 0;
}

.Salon .owl-item {
    /*width: 318px !important;*/
}

.owl-carousel.owl-Instagram .owl-dots {
    height: 17px;
    overflow: hidden
}

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.owl-carousel.owl-Instagram .owl-item .item {
    height: 318px;
}

.owl-carousel.owl-Instagram .owl-item .item-video {
    height: 318px;
}

.owl-carousel.owl-Instagram .owl-dots {
    /* height: 320px !important;
    object-fit: contain!important;
    width: 320px!important;*/
}

.owl-carousel.owl-SalonDetail .owl-item img {
    height: 320px !important;
    object-fit: contain !important;
}

#jstree ul li a {
    overflow: hidden;
    white-space: nowrap;
    width: 2500px;
}



.star-ratings-sprite {
    background: url(/images/other/star.png) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0 auto;
    direction: ltr !important;
}

.star-ratings-sprite-rating {
    background: url(/images/other/star.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block;
    direction: ltr !important;
}

.rating-description {
    margin-top: 10px;
}

#chetor-related-articles .cc-button {
    border-radius: 0;
}

.cc-button:active,
.cc-button:focus,
.cc-button:hover,
.cc-button:visited {
    opacity: 0.85;
}

.chetor-related-posts .chetor-card-row button span {
    color: #fff;
}

.cc-paragraph {
    color: #5f5f5f !important;
}

button.feedback-ybutton {
    background-color: #4caf50;
    border-radius: 0 50px 50px 0;
    padding: 8px 24px;
    border: none;
}

button.feedback-nbutton {
    background-color: #b8b8b8;
    border-radius: 50px 0 0 50px;
    padding: 8px 24px;
    border: none;
}


.feedback-btn-wrapper {
}

.feedback-section {
    padding-bottom: 18px;
}


.feedback-title {
    font-size: 15px;
    margin-bottom: 21px;
}


.lazy.slider {
    width: 100%;
    border-radius: 15px;
}

.s_featue:hover a {
    background: #ebebeb;
}


.boxItem {
    background-color: white;
    border-radius: 11px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0px 20px 0px rgb(0 0 0 / 5%);
    overflow: hidden;
}

    .boxItem:hover a h2 {
        color: red !important;
    }

.wss_1:hover img {
    /* -webkit-filter: grayscale(0%); */
    /* filter: grayscale(0%); */
}

.wss_1 .bxA {
    position: relative;
    display: inline-block;
}

.wss_1:hover .fa {
    opacity: 1;
}


@media screen and (min-width: 1025px) {
}

@media screen and (max-width: 991px) {




    .main-menu nav > span {
        display: block;
    }

    .main-menu nav > ul {
        display: none
    }

    .main-menu {
        height: 44px;
    }

        .main-menu nav {
            width: 50px;
            height: 44px
        }

            .main-menu nav > span {
                display: block;
            }

            .main-menu nav > ul {
                position: absolute;
                min-width: 280px;
                white-space: nowrap;
                right: 0;
                top: 44px;
                background-color: #2aaf27;
                border-bottom: 3px solid #0c740a;
                padding: 10px 15px 15px;
                z-index: 1000;
                display: none
            }

                .main-menu nav > ul > li {
                    width: 100%;
                    float: none;
                    padding: 5px 0;
                    position: relative;
                }

                    .main-menu nav > ul > li > a {
                        border-left: 0
                    }

                    .main-menu nav > ul > li:nth-child(1) a {
                        padding-right: 15px
                    }

                    .main-menu nav > ul > li .caret-icon {
                        position: absolute;
                        left: 5px;
                        top: 0;
                        color: #fff;
                        width: 20px;
                        height: 20px;
                        font-size: 22px
                    }

                    .main-menu nav > ul > li ul {
                        position: static;
                    }

                    .main-menu nav > ul > li > ul > li > a {
                        display: block;
                        width: 100%
                    }

    .client-page {
        padding: 50px 0
    }

    .term-categories .switch-field {
        margin-top: 10px
    }

    .term-categories > .top-bar .select-ddl {
        margin-top: 10px
    }
}




@media screen and (max-width: 1024px) {



    .chetor-card-row {
        margin-bottom: 15px;
    }

    .cc-a-button {
        margin: auto;
    }
}


.isSl_site {
    display: none;
}

.ddlLang .dropdown:hover .dropdown-menu {
    display: inline-block;
}

.ddlLang .dropdown {
    visibility: visible !important;
}

.aside-section header {
    margin-bottom: 18px;
}

    .aside-section header span {
        padding: 6px 5px;
        display: inline-block;
    }

/*.c_h_box figcaption {
    transition: all .6s ease-in-out;
    transform: translateY(-50%)rotateX(90deg);
}*/


.itemgallery.img-thumbnail {
    margin-bottom: 24px;
}


.pnl_advice {
}

    .pnl_advice .adTitle {
        padding: 10px 1px;
    }

    .pnl_advice img.imgAdv {
        border-radius: 36px;
    }

    .pnl_advice .step.completed {
        background-color: #8a2a8e;
    }

    .pnl_advice .step {
        background-color: var(--bodybk);
        border: 2px solid #8a2a8e;
        border-radius: 10px;
        display: flex;
        height: 20px;
        position: relative;
        width: 20px;
        z-index: 1;
    }

.modal-steps {
    display: flex;
    flex-shrink: 0;
    height: 20px;
    justify-content: space-between;
    margin-bottom: 15px;
    max-width: 100%;
    position: relative;
    width: 330px;
}

.pnl_advice .step.current {
}

.pnl_advice .step:after {
    width: 0%;
    left: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.pnl_advice .step:after {
    width: 100% !important;
    left: unset;
    right: unset;
    -webkit-transform: translateX(51%);
    -ms-transform: translateX(51%);
    transform: translateX(51%);
}


.pnl_advice .step:after {
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.pnl_advice .step:last-child:after {
    display: none;
}

.modal-steps:before {
    position: absolute;
    border: 1px solid #8a2a8e;
    content: "";
    display: block;
    height: 2px;
    top: 9px;
    width: 100%;
    z-index: 0;
}

.pnl_advice .completed .dot {
    background-color: #8a2a8e;
}

.pnl_advice .dot {
    height: 20px;
    width: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    top: 0.125em;
    z-index: 2;
    border: 3px solid #8a2a8e;
    background-color: var(--bodybk);
}

    .pnl_advice .dot:after {
        contain: '-';
    }

.pnl_advice .label {
}




.hidden {
    /* display: none; */
}

.radiobtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.pnl_advice input:checked ~ .radiobtn {
    background-color: var(--basecolor);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qSex {
    border: none;
    background-color: #f9f9f9;
    display: inline-block;
}


    .qSex.active img {
        /* filter: invert(100%); */
        /* -webkit-filter: invert(100%); */
        border-color: var(--basecolor);
    }

    .qSex img {
        border: 2px solid #898a8c;
        border-radius: 32px;
    }

.steps {
    min-height: 475px;
    width: 100%;
    padding: 30px;
}

.pnl_advice .btns .btn {
    float: left;
    margin: 5px;
}


.pnl_advice .steps button {
    border: none;
    background: none;
}


.step2 img, .step3 img {
    margin-bottom: 19px;
}


.step2 button {
}

    .step2 button.active img, .step3 button.active img {
        border: 2px solid var(--basecolor)
    }

input.error {
    border: 1px solid red;
}

.ltr {
    text-align: left;
    direction: ltr;
}

.text-dange {
    color: red;
}

.top_R_result {
    text-align: center;
    margin-top: 100px;
}

.AdviceLoading {
    text-align: center;
    margin-top: 70px;
}

.imgAdv {
    max-width: 371px;
}





.darkLeyout.show {
    opacity: 0.4;
}

.darkLeyout {
    opacity: 0.4;
}



.styleAna {
}

.w100p {
    width: 100%;
}


.card-body .badge {
    font-weight: 100;
    padding: 9px 9px;
}

.owl-carousel col-12 px-0 py-3
.card-img-top {
    overflow: hidden;
    height: 171px;
}



.card-img-top:hover img {
    transform: scale(1.2);
}

.card-img-top:hover .IntoImage {
    opacity: 0.8;
}

.hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.btn btn-outline-info {
    font-size: 0.8rem;
}

.cnt_img img {
    border-radius: 12px;
    overflow: hidden;
}

.cnt_img {
    text-align: center;
}



.Consultant.container {
}

    .Consultant.container h1 {
    }


#map2 {
    height: 400px;
    /*width: 290px;*/
    border-radius: 17px;
    direction: ltr;
    margin-bottom: 44px;
    margin-top: 34px;
}

.owl-nav button {
}


.SocialSection >div {
    display:flex;
}

 