/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #fff;
    color: #fff;
    font: 14px 'JF-Flat', sans-serif;
    line-height: 1.6em;
    position: relative;
}

@font-face {
    font-family: 'JF-Flat';
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype'),
    url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg');
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #363636;
    border: 1px solid #363636
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ecbc44;
}

a, button, img {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

a:hover, a:focus {
    color: #fff;
}

a {
    display: inline-block;
}

p {
    font-size: 17px;
    line-height: 30px;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0;
    color: #828282;
    /*font-size: 15px;*/
}

button {
    padding: 5px 10px;
    cursor: pointer;
}

.btn_button {
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-size: 18px !important;
}

.btn_black {
    background: #3A3A3A !important;
    color: #fff !important;
    border: 1px solid #3A3A3A !important;
}

.btn_yellow {
    background: #EEBE47 !important;
    color: #fff !important;
    border: 1px solid #EEBE47 !important;
}

.btn_dark {
    background: #231f20 !important;
    color: #fff !important;
    border: 1px solid #231f20 !important;
}

.btn_light {
    background: #f8f9fa !important;
    color: #a9a9a9 !important;
    border: 1px solid #f8f9fa !important;
}

.btn_button:hover {
    background: #fff !important;
    color: #EEBE47 !important;
    border: 1px solid #fff !important;
}

.selector {
    position: relative;
    margin: auto;
    display: inline-block;
}

.selector select {
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #a9a9a9;
    margin: 5px 0;
    color: #a9a9a9;
    border-radius: 0px;
}

.selector i {
    position: absolute;
    top: 50%;
    color: #a9a9a9;
    font-size: 13px;
    transform: translateY(-50%);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

::selection {
    background: #212121;
    color: #fff;
}

::-moz-selection {
    background: #212121;
    color: #fff;
}

label {
    color: #3a3a3a;
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 17px;
}

input {
    width: 100%;
    padding: 20px;
    border: 1px solid #f6f6f6;
    color: #8e8e8e;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 17px;
}

input:disabled,
select:disabled {
    background: #f6f6f6 !important;
}

textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #f6f6f6;
    color: #8e8e8e;
    background-color: #f6f6f6;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 17px;
    resize: none;
    min-height: 150px;
}

.input_active {
    transition: 0.3s;
    background-color: transparent;
    border: 1px solid #EEBE47;
}

::-webkit-input-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

::-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

:-moz-placeholder {
    color: #8e8e8e;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: 0.3s;
}

input:focus {
    transition: 0.3s;
    background-color: transparent;
    border: 1px solid #EEBE47;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Bg Color */

.bg_yallow {
    background-color: #EEBE47;
}

.bg_black {
    background-color: #3A3A3A;
}

.bg_dark {
    background-color: #231f20;
}

.bg_gray {
    background-color: #828282;
}

.bg_light {
    background-color: #fbfbfb;
}

/* Color */

.color_yallow {
    color: #EEBE47;
}

.color_black {
    color: #3A3A3A;
}

.color_dark_ {
    color: #231f20;
}

.color_gray {
    color: #828282;
}

.color_light {
    color: #fbfbfb;
}

/* Style For Site */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
}

.back {
    transform: translateX(0px) !important;
}

.none {
    display: none;
}

.no-padding {
    padding: 0 !important
}

.body_section {
    min-height: 400px;
    padding: 20px 0;
    overflow: hidden;
}

.font_style {
    color: #FFF;
    text-align: center;
    border-bottom: 2px dashed #FFF;
    display: table;
    padding-bottom: 11px;
    margin: 10px auto;
}

.overimg {
    animation-name: scaling;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes scaling {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.Tab_mobile {
    display: none;
}

.table_center {
    margin: 10px auto;
    display: table;
}

.overHidden {
    overflow: hidden;
}

.height_full {
    height: 100% !important;
}

.width_full {
    width: 100% !important;
}

.width_mini {
    width: 50% !important;
}

.position_R {
    position: relative;
}

.position_A {
    position: absolute;
}

.fix-top {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 4px 0;
    animation: slide-down 0.7s;
    opacity: 0.9;
    position: fixed !important;
    top: 0 !important;
    background-color: rgba(255, 255, 255, 3.33) !important;
    right: 0;
    width: 100%;
    z-index: 99;
}


.fix-top ul li a {
    color: #363636 !important;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

/* Style Flex */

.flex {
    display: flex;
}

.flex_center {
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
}

.flex_row {
    flex-direction: row;
    flex-wrap: wrap;
}

.flex_row_center {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex_space {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_1 {
    flex: 1
}

.flex_10 {
    flex-basis: 10%;
}

.flex_20 {
    flex-basis: 20%;
}

.flex_30 {
    flex-basis: 30%;
}

.flex_100 {
    flex-basis: 100%;
}

.flex_50 {
    flex-basis: 50%;
}

.flex_100 {
    flex-basis: 100%;
}

/* Margin */

.M_V_5 {
    margin: 5px 0 !important;
}

.M_V_10 {
    margin: 10px 0 !important;
}

.M_V_15 {
    margin: 15px 0 !important;
}

.M_V_20 {
    margin: 20px 0 !important;
}

.M_V_25 {
    margin: 25px 0 !important;
}

.M_H_5 {
    margin: 0px 5px !important;
}

.M_H_10 {
    margin: 0px 10px !important;
}

.M_H_15 {
    margin: 0px 15px !important;
}

.M_H_20 {
    margin: 0px 20px !important;
}

.M_H_25 {
    margin: 0px 25px !important;
}

.M_T_5 {
    margin-top: 5px !important;
}

.M_T_10 {
    margin-top: 10px;
}

.M_T_15 {
    margin-top: 15px;
}

.M_T_20 {
    margin-top: 20px;
}

.M_T_25 {
    margin-top: 25px;
}

.M_B_5 {
    margin-bottom: 5px;
}

.M_B_10 {
    margin-bottom: 10px;
}

.M_B_15 {
    margin-bottom: 15px;
}

.M_B_20 {
    margin-bottom: 20px;
}

.M_B_25 {
    margin-bottom: 25px;
}

/* Size Image */

.img_round_50 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.img_round_70 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.img_max_icon_15 {
    max-width: 15px;
}

.img_max_icon_20 {
    max-width: 20px;
}

.img_max_img_100 {
    max-width: 100px;
}

.img_max_img_200 {
    max-width: 200px;
}

/* Start Star */

.star-rating .starYellow {
    color: #FFCC00
}

.star-rating .starGray {
    color: #C4C3C2;
}

.yellowColor {
    color: #D8B962 !important;
}

.stars span {
    cursor: pointer;
}

.stars {
    text-align: center;
    font-size: 20px;
}

/* Click Icon */

#nav-icon3 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 0;
    width: 50px;
    height: 40px;
    display: none;
    border-radius: 5px;
    margin: 0;
    z-index: 88;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 28px;
    background: #ecbc44;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 12px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 21px;
}

#nav-icon3 span:nth-child(4) {
    top: 31px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*--------------------------------------
*********** ANIMATION ***********
--------------------------------------*/

.animate-box {
    position: relative;
    opacity: 0;
    transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -webkit-transition: all 1.1s ease-in-out;
}

.animate-box.animated {
    opacity: 1;
}

.animated {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp, .fadeInLeft, .fadeInRight {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

/***/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/***/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* start loading */

.loading {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
}


.loading img {
    margin: auto;
    max-width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    animation-name: translate;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

@keyframes translate {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-30px);
    }
}

/*  Slider Owl */

.owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    direction: ltr;
}

#sync1,
#sync2 {
    direction: ltr;
}

.owl-nav, .owl-dots {
    display: none;
}

/* Model */

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: translateY(5%);
}

.modal-header {
    position: relative;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #9e9e9e;
    opacity: 1;
    z-index: 9;
    padding: 0 !important;
    float: none;
    margin: 0 !important;
}

.modal-content {
    background-color: #FFF;
    border: 0px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
    overflow: hidden;
    border-radius: 15px;
}

.modal-title {
    margin: 0;
}

/* uploadImage */

.images-upload-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0;
}

.upload-img {
    display: inline-block;
    width: 150px;
    height: 150px;
    line-height: 170px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: 5px;
    border: 1px dotted #bcbcbc;
}

.upload-img:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    right: 0;
}

.upload-img span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    top: 50%;
    transform: translateY(-50px);
    font-size: 22px;
}

.upload-img span i {
    color: #e4e4e4
}

.upload-img i {
    font-size: 40px;
    color: #e4e4e4;
}

.upload-img input {
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: none
}

.uploaded-block {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 5px;
    width: 150px;
    height: 150px;
    z-index: 9;
}

.uploaded-block img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
}

.uploaded-block .close {
    position: absolute;
    top: 0px;
    color: #fff;
    background: #ecbc44 !important;
    font-size: 18px;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto !important;
    padding: 0 !important;
}

.images-upload-block h5 {
    color: #c3c3c3;
}

/* chickbox */

.ckicked {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #828282;
    width: auto;
}

.ckicked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.ckicked .checkmark {
    position: relative;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
}

.ckicked:hover input ~ .checkmark {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.ckicked input:checked ~ .checkmark {
    background-color: #eebe47;
    border: 1px solid #eebe47;
}

.ckicked .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ckicked input:checked ~ .checkmark:after {
    display: block;
}

.ckicked .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* RadioButton */

.radios {
    display: block;
    margin: 35px 0;
    position: relative;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #607d8b;
}

.radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radios .checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #607d8b;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.radios:hover input ~ .checkmark {
    background-color: #fff;
}

.radios input:checked ~ .checkmark {
    border: 1px solid #ff5722;
    background: transparent;
}

.radios .checkmark:after {
    content: "";
    position: absolute;
    transform: scale(0);
    transition: 0.5s;
}

.radios input:checked ~ .checkmark:after {
    transform: scale(1.1);
}

.radios .checkmark:after {
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5722;
}

/* Start Tabs Style */

.nav-tabs {
    border: 0px solid #dee2e6;
    justify-content: center;
}

.nav-tabs .nav-item {
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
    flex: 1;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #495057;
    border: 0px solid #495057;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 12px;
}

.nav-tabs .nav-link span {
    position: relative;
    z-index: 99;
}

.nav-tabs .nav-link:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #eebe47;
    position: absolute;
    transition: 0.5s;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.nav-tabs .nav-link.active:before {
    transform: translateY(0%);
    opacity: 1;
    visibility: initial;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

/* start snow */

.snow-container {
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.snow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}

.snow.foreground {
    background-image: url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.snow.foreground.layered {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.snow.middleground {
    background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png");
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.snow.middleground.layered {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.snow.background {
    background-image: image-url("https://dl6rt3mwcjzxg.cloudfront.net/assets/snow/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png");
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.snow.background.layered {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(15%, 100%, 0);
        transform: translate3d(15%, 100%, 0);
        opacity: 0;
    }
}

@keyframes snow {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(15%, 100%, 0);
        transform: translate3d(15%, 100%, 0);
        opacity: 0;
    }
}


/* Start Last_Header */

.last_header {
    background-color: #363636;
    padding: 10px 0px;
}

.click_user {
    position: relative;
}

.data_user {
    position: absolute;
    background: #363636;
    width: 180px;
    transform: translateY(20px);
    top: 45px;
    z-index: 9999;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.data_user:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #363636;
}

.click_user > a {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: center;
}

.click_user:hover .data_user {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    visibility: initial !important;
}

.click_user > a i {
    font-size: 13px !important;
    position: relative;
    top: 2px;
}

.data_user li {
    display: block;
}

.data_user li a {
    color: #fff;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    margin: 0;
    display: block;
    font-weight: bold;
}

.data_user li a:hover {
    color: #eebe47;
}

.data_user li:last-child a {
    border-bottom: 0px;
}

.data_user li a span {
    overflow: hidden;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.data_user li a:hover span img:nth-child(1) {
    transform: translateY(-50%) translateX(-200%);
}

.data_user li a:hover img:nth-child(2) {
    transform: translateY(-50%) translateX(0%);
}

.data_user li a span img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 20px;
    width: auto;
    height: auto;
}

.data_user li a span img:nth-child(1) {
    transform: translateY(-50%) translateX(0%);
}

.data_user li a span img:nth-child(2) {
    transform: translateY(-50%) translateX(200%);
}

/* Start Header */

.header {
    padding: 20px 0;
    overflow: hidden;
    background: #363636;
}

.header .row {
    align-items: center;
}

.logo {
    margin: auto;
    display: table;
}

.logo img {
    max-width: 120px;
}

.search {
    position: relative;
    margin: 10px auto;
    width: 90%;
}

.search input {
    border: 0;
    border-radius: 0px;
    padding: 15px 20px;
    font-size: 15px;
    background-color: #fbfbfb;
    margin: 0;
    border-radius: 5px;
}

.search button {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 18px;
    background: transparent;
}

.block_click {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    text-align: center;
    margin: 10px 0;
}

.block_click ul li {
    padding: 0px 14px;
}

.block_click ul li a strong, .block_click ul li a {
    position: relative;
}

.block_click ul li a span {
    color: #707070;
    font-size: 15px;
}

.block_click ul li a strong span {
    position: absolute;
    top: -13px;
    right: -8px;
    background-color: #eebe47;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: #FFF;
    width: 20px;
    height: 20px;
}

.bell {
    position: absolute;
    top: -5px;
    right: -7px;
    background-color: #eebe47;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px !important;
    color: #FFF !important;
    width: 20px;
    height: 20px;
}

/* Start Nav-Bar */

.Nav_Bar {
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}

.Nav_Bar ul li a {
    /*padding: 20px;*/
    /*color: #363636;*/
    /*position: relative;*/
    /*z-index: 99;*/
    /*font-size: 16px;*/
    /*font-weight: bolder;*/
    padding: 25px 8px;
    color: #363636;
    position: relative;
    z-index: 99;
    font-size: 15px;
    font-weight: bolder;
}

.Nav_Bar ul li a:hover {
    color: #eebe47;
}

/* Start Banner-Image */

.banner_image {
    text-align: center;
    position: relative;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    /*margin: 10px 0;*/
}

.Bg_Info {
    background-image: url("../img/slider.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
}

.bg_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.over_lay_dark {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#owl_home img {
    height: 500px;
}

.info_slid {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    z-index: 88;
    width: 50%;
    margin: auto;
}

.info_slid ul li a {
    color: #FFF;
    position: relative;
    margin: 10px;
    padding: 0px;
    background-color: transparent;
}

.info_slid ul li a:before {
    content: '';
    background-color: #FFF;
    width: 2px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(10deg);
    left: -13px;
    position: absolute;
}

.info_slid ul li:last-child a:before {
    display: none;
}

.info_slid ul li a:hover {
    background-color: transparent;
    color: #eebe47;
}

.info_slid ul li:last-child a {
    color: #eebe47
}

.info_slid h4 {
    font-size: 30px;
    color: #eebe47
}

.info_slid p {
    font-size: 17px;
    color: #FFF;
    line-height: 30px;
}

.info_slid a {
    background-color: #eebe47;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 20px 0;
    font-size: 16px;
}

.info_slid a:hover {
    background-color: #fff;
    color: #eebe47;
}

#owl_home .owl-nav, #owl_home .owl-dots {
    display: block;
}

#owl_home .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 40px;
    z-index: 9999999;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#owl_home .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#owl_home .owl-dots .owl-dot {
    width: 7px;
    height: 20px;
    background-color: #DDD;
    margin: 0px 3px;
    border-radius: 5px;
}

#owl_home .owl-dots .owl-dot {
    width: 7px;
    height: 20px;
    background-color: #DDD;
    margin: 0px 3px;
    border-radius: 5px;
    transition: 0.5s;
}

#owl_home .owl-dot.active {
    background-color: #eebe47;
    height: 15px;
}

.owl-next, .owl-prev {
    background-color: #696a6d;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 25px;
    transition: 0.5s;
}

.owl-next:hover, .owl-prev:hover {
    background-color: #eebe47;
}

/* Start Body-Section */

/* Start Body-Index */

.block_up {
    position: relative;
    overflow: hidden;
}

.Info_Head {
    display: table;
    margin: 10px auto;
    text-align: center;
    width: 50%;
    padding: 10px;
}

.text-info_head {
    position: relative;
    display: table;
    margin: 30px auto;
    font-size: 32px;
    margin-bottom: 60px;
}

.text-info_head:before {
    content: "";
    background-image: url(../img/vector.png);
    width: 146px;
    background-repeat: no-repeat;
    height: 29px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    left: 0px;
    margin: auto;
}

.Info_Head p {

}

.add_tlb {
    position: absolute;
    top: 35px;
}

.up_item {
    margin: 90px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.section_item {
    margin: 20px 0;
}

.img_section {
    position: relative;
    overflow: hidden;
}

.img_section img {
    width: 100%;
    height: 200px;
}

.link_section ul {
    position: absolute;
    background-color: #FFF;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    top: 50%;
    overflow: hidden;
    border-radius: 10px 0px 0px 10px;
    right: 0;
    transform: translateY(-50%) translateX(100%);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.section_item .bg_overlay {
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}

.section_item:hover .bg_overlay {
    opacity: 1;
    visibility: initial;
    transform: translateX(0%)
}

.section_item:hover .link_section ul {
    opacity: 1;
    visibility: initial;
    transform: translateY(-50%) translateX(0%)
}

.link_section ul li {
    width: 50px;
    height: 50px;
}

.link_section ul li a {
    overflow: hidden;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0;
}

.filter_section form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}


.link_section ul li a:hover {
    background-color: #eebe47;
}

.link_section ul li a:hover img:nth-child(1) {
    transform: translateY(-50%) translateX(-200%);
}

.link_section ul li a:hover img:nth-child(2) {
    transform: translateY(-50%) translateX(0%);
}

.link_section ul li a img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 30px;
    width: auto !important;
    height: auto;
}

.link_section ul li a img:nth-child(1) {
    transform: translateY(-50%) translateX(0%);
}

.link_section ul li a img:nth-child(2) {
    transform: translateY(-50%) translateX(200%);
}

.info_section {
    border: 1px solid #ededed;
    overflow: hidden;
    padding: 10px;
    /*height: 65px;*/
}

.info_section a {
    font-size: 18px;
    color: #eebe47;
}

.info_section p {
    font-size: 12px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    height: 101px;
}

.info_section span {
    color: #eebe47;
    font-size: 17px;
}

.info_section span strong {
    color: #848484;
    text-decoration: line-through;
    font-size: 13px;
    margin: 0px 5px;
}

.slider_banner {
    margin-bottom: 30px;
}

#owl_img img {
    height: 100px;
    width: 100px;
    margin: auto;
}

.news_feed {
    padding: 20px;
}

.news_feed h4 {
    color: #FFF;
    font-size: 19px;
}

.form_news input {
    width: auto;
    padding: 10px;
    background-color: #FFF;
    border-radius: 0px;
    margin: 0;
    font-size: 13px;
}

.form_news button {
    border-radius: 0px !important;
}

/* Start Login */

.form_group {
    width: 70%;
    margin: auto;
}

.toggle-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #c0c0c0;
    display: inline-block;
    font-size: 18px;
}

/* Start Courses */

.header_table span {
    text-align: center;
    color: #565656;
    border: 1px solid #E3E3E3;
    padding: 20px;
    font-size: 16px;

}

.header_table {
    background-color: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.click_table {
    position: absolute;
    height: 100%;
    color: #FFF;
    background-color: #f07438;
    top: 0;
}

.body_info {
    display: flex;
    justify-content: center;
}

.body_info span {
    text-align: center;
    color: #828282;
    border: 1px solid #E3E3E3;
    padding: 0px 15px;
    height: 210px;
    line-height: 210px;
    font-size: 17px;
}

.body_info span a {
    color: #828282;
}

.body_info span img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}

.body_info .btn_button {
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 125px;
    padding: 5px 25px !important;
    opacity: 0;
    transform: translateY(5px);
    visibility: hidden;
}

.body_info .position_R:hover .btn_button {
    opacity: 1;
    transform: translateY(0px);
    visibility: initial;
}

.body_info .btn_button img {
    width: auto;
    height: auto;
    margin: 0px 5px;
}

#ModalUser .nav-tabs {
    width: 45%;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 20px auto;
}

/* Style Slide Details */

.slide_Details #owl_home img {
    height: 400px;
}

.fav_icon {
    background-color: #FFF;
    position: absolute;
    top: 30px;
    width: 40px;
    height: 40px;
    z-index: 9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #939393;
}

.active_heart {
    color: #F00;
}

.view_info_section ul li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: relative;
    color: #eebe47;
    font-size: 20px;
    vertical-align: middle;
    margin: 0px 5px;
}

.teach_section ul li a {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 18px;
}

.teach_section ul li a:hover {
    background-color: #eebe47;
}

.filter_section {
    background-color: #f1f1f1;
    padding: 15px;
}

.filter_section .selector select {
    width: 130px;
    text-align: center;
    background-color: #FFF;
    border: 0;
}

.filter_head .up_item {
    margin: 20px 0;
}

.comment_block {
    border-bottom: 1px solid #DDD;
    padding: 20px 0;
}

.comment_block .stars {
    font-size: 15px;
}

.over_star {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}

/* Start Cart */

.delete_cart {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transition: 1s;
}

.remove_block {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    height: 0px !important;
    transition: 1s;
}

.table_cart .body_info {
    height: 210px;
    background-color: #FFF;
}

.delete_cart img {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 20px;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.delete_cart img:nth-child(1) {
    transform: translateY(-50%) translateX(0%);
}

.delete_cart img:nth-child(2) {
    transform: translateY(-50%) translateX(200%);
}

.delete_cart:hover img:nth-child(1) {
    transform: translateY(-50%) translateX(-200%);
}

.delete_cart:hover img:nth-child(2) {
    transform: translateY(-50%) translateX(0%);
}

.table_cart .M_V_25 {
    margin: 45px;
}

.complete_payment .radios {
    margin: 10px 0;
    padding: 20px 10px;
    font-size: 18px;
    color: #767676;
    background-color: #efefef;
}

/* Style Form Payment */

.check_label {
    padding: 4px 50px;
    position: relative;
}

.check_label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: #FFF;
    border-radius: 50%;
}

.check_label:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 15px;
    height: 15px;
    background-color: #eebe47;
    border-radius: 50%;
}

.block_bank {
    border: 1px solid #ebebeb;
    margin: 10px 0;
}

.block_bank h3 {
    background-color: #f5f5f5;
    padding: 15px;
    color: #8f8f8f;
    font-size: 22px;
    margin: 0;
}

.view_bank {
    padding: 15px;
    border-bottom: 1px solid #ededed;
}

.view_bank h5 {
    margin: 0;
    font-size: 17px;
    color: #eebe47;
    width: 135px;
}

.view_bank span {
    color: #8f8f8f;
}

.view_bank span:before {
    content: ":";
    margin: 0px 5px;
}

.block_bank .view_bank:last-child {
    border: 0px;
}

.custom-file-upload {
    width: 100%;
    padding: 20px;
    border: 1px solid #f6f6f6;
    color: #8e8e8e;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 5px 0;
    font-size: 17px;
}

.item_video .over_video {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 30px;
}

.lessons #owl_video #myVideo {
    height: 140px;
    width: 130px;
    margin: auto;
    border-radius: 10px;
}

.lessons #owl_video .item {
    padding: 5px;
}

.lessons .item_video {
    border-radius: 10px;
    overflow: hidden;
}

.mor-video {
    padding: 6px;
    border: 1px solid #eebe47;
    border-radius: 11px;
    text-align: center;
    height: 177px;

}



.mor-video h5 {
    text-align: center;
    font-size: 19px;
    color: #eebe47;
}

.choose_person {
    margin: 50px auto;
}

.choose_person a {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid #ebebeb;
    width: 100%;
    border-radius: 10px;
    min-width: 200px;
}

.couple_test h5 {
    /*padding: 15px;*/
}

.m_space {
    padding: 0px 15px;
}

/* Style My Character */

.my-character #owl_img img {
    height: 200px;
    width: 200px;
    margin: auto;
    border-radius: 10px;
}

.que .btn_button {
    width: 200px;
}

.comment_block p {
    /*padding: 0px 20px;*/
    padding: 0;
    margin: 0;
    text-align: justify;
}

.couple_test i{
    width: 38px;
    height: 38px;
    display: inline-flex;
    border: 1px solid #EEBE47;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    border-radius: 20px 10px;
    font-size: 18px;}
    
    .all_comment{
            padding: 0 20px;
    border: 1px solid #DDD;
    max-height: 450px;
    overflow: auto;
    }


 .all_comment >  div:last-child {
  border-bottom: 0 !important;
}



/* Style Group Chat */

.blcok_group {
    position: relative;
    width: 60%;
    margin: 20px auto;
    transition: 1s;
    max-height: 200px;
    display: block;
}

.image_block {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
}

.image_block img {
    width: 100%;
    height: 100%;
}

.image_block i {
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    display: block;
    transform: rotate(-35deg);
    color: #8e8e8e;
}

.massage_block {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    flex-flow: row wrap;
}

.massage_block h4 {
    color: #eebe47;
    font-size: 18px;
}

.massage_block span {
    color: #eebe47;
    font-weight: bold;
}

.massage_block p {
    flex-basis: 100%;
    color: #afafaf;
    font-size: 18px;
}

.remove {
    position: absolute;
    top: -15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 5px 0px rgba(217, 217, 217, 1);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 18px;
}

.remove_block {
    transform: translateX(-200%);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.fav {
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255, 0.7);
    color: #F00;
    top: 10px;
    right: 0px;
    z-index: 99;
    font-size: 20px;
}

.favorite .up_item {
    margin: 35px 0;
}

.fix_bar {
    display: none;
}

/* Start Footer */

.footer {
    background-color: #231f20;
    padding: 30px 0;
    overflow: hidden;
}

.footer h4 {
    color: #eebe47;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;;
}

.footer p {
    color: #FFF;
    margin: 25px 0;
}

.link_page li {
    display: block;
    margin: 18px 0;
}

.link_page li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 0px 10px;
}

.social li {
    position: relative;
}

.social li a {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 0 2px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social li a:hover {
    background-color: #EEBE47;
    color: #FFF;
}

.pay_card li {
    margin: 2px;
    margin-top: 15px
}

.pay_card li img {
    max-height: 28px
}

/* Start End */

.end-footer {
    padding: 20px;
    overflow: hidden;
    background-color: #3a3a3a;
}

.end-footer p {
    color: #FFF;
    margin: 0;
    font-size: 16px;
}

.end-footer span {
    color: #EEBE47;
}

.complete_payment .radios .pay_card {
    right: 125px;
    top: 0;
    margin: 0px 22px;
    position: absolute;
}

.btn_tahlil{
    position: fixed;
    left: -1px;
    top: 50%;
    background: #eebe47;
    text-align: center;
    color: #000 !important;
    z-index: 9999;
    padding: 16px 12px;
    line-height: 1.3;
    font-weight: bold;
    writing-mode: tb-rl;
    opacity: 0.9;
    border-radius: 0 15px 15px 0;
    transform: translateY(-50%);
    border: 1px solid #9f8033;
}

.btn_tahlil:hover{
        opacity: 1;
}

/* Media Screen */

@media screen and (max-width: 990px) {


}

@media screen and (max-width: 767px) {

    /* Media Tools */
    .wattsapp_inalss {
        display: block !important;
    }

    .fix-top {
        display: none !important
    }

    .none_mobile {
        display: none !important;
    }

    .block_mobile {
        display: inline-block !important;
    }

    .none {
        display: block;
    }

    .fixed_mobile {
        position: fixed;
        margin: auto;
        top: 40%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
        width: 90%;
        background-color: #FFF;
        padding: 15px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        z-index: 999;
        border-radius: 10px;
    }

    .fading_mobile {
        visibility: initial !important;
        opacity: 1 !important;
    }

    .overlay {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 888;
        background-color: rgba(0, 0, 0, 0.5);
        transition: 0.5s;
    }

    .Nav_Mobile {
        position: fixed;
        width: 250px;
        height: 100%;
        top: 0;
        transition: 0.5s;
        z-index: 999;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        will-change: scroll-position;
        contain: size style layout;
        /*padding-bottom: 18px;*/
    }

    /*
        .btn_button{
            width: 100%;
        }
        */
    /* Style Header */
    .header {
        padding: 20px 0;
        overflow: hidden;
        border-bottom: 1px solid #DDD;
    }

    #nav-icon3 {
        display: inline-block;
    }

    .logo {
        display: inline-block;
    }

    .logo img {
        max-width: 95px;
    }

    /* Style Nav_Mobile */
    .Nav_Mobile li a {
        border-bottom: 1px solid #eebe47;
    }

    .Nav_Mobile li, .Nav_Mobile li a {
        display: block;
        font-size: 13px !important;
    }

    .lang a {
        display: table !important;
        margin: 10px auto;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #ecbc44;
        border-radius: 50%;
        padding: 0 !important;
    }

    .Nav_Bar ul li a {
        padding: 10px;
        font-size: 16px;
    }

.Nav_Bar ul li a.btn_yellow{
        width: 100%;
    margin: 0 !important;
    margin-top: 12px !important;
}

    .Nav_Bar ul li a:before {
        display: none;
    }

    /* Style Tab_mobile */
    .Tab_mobile {
        display: block;
    }

    .Tab_mobile ul {
        position: fixed;
        bottom: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: center;
        padding: 10px 15px;
        background-color: #363636;
        transition: 1s;
        z-index: 9;
    }

    .Tab_mobile ul li {
        position: relative;
    }

    .Tab_mobile ul li a {
        color: #fff;
        font-size: 23px;
    }

    .add {
        position: relative;
    }

    .add:before {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 55px;
        height: 55px;
        z-index: -1;
        border-radius: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
    }

    .add a {
        position: relative;
        top: -20px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        font-size: 20px !important;
    }

    /*.add a:before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    z-index: -1;*/
    /*    left: -32px;*/
    /*    top: 0px;*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    border-bottom: 20px solid #363636;*/
    /*    border-left: 25px solid transparent;*/
    /*}*/
    /*.add a:after {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    z-index: -1;*/
    /*    right: -32px;*/
    /*    top: 0px;*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    border-bottom: 20px solid #363636;*/
    /*    border-right: 25px solid transparent;*/
    /*}*/
    .fading_scroll {
        transform: translateY(300%);
        visibility: hidden;
        opacity: 0;
    }

    /* Style Banner */
    .banner_image {
        height: 300px;
        background-position: center;
    }

    .info_slid {
        width: 100%;
    }

    #owl_home img {
        height: 300px;
    }

    #owl_home .owl-nav {
        display: none;
    }

    .info_slid p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 270px;
    }

    .news_feed {
        text-align: center;
    }

    .news_feed .flex_space {
        flex-direction: column;
    }

    .form_news input {
        width: 100%;
        margin: 10px 0;
    }

    .social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 15px;
    }

    .social li a {
        color: #FFFFFF !important;
        display: flex !important;
        background: #ecbc44;
    }

    .form_group {
        width: 100%;
    }

    .link_section ul {
        position: relative;
        flex-direction: row;
        top: 0%;
        border-radius: 0px 0px 0px 0px;
        transform: translateY(0%) translateX(0%);
        opacity: 1;
        visibility: initial;
        border: 1px solid #DDD;
        border-bottom: 0;
    }

    .section_item:hover .link_section ul {
        transform: translateY(0%) translateX(0%);
    }

    #ModalUser .nav-tabs {
        width: 100%;
    }

    .width_mini {
        width: 100% !important;
    }

    .Info_Head {
        width: 100%;
    }

    .blcok_group {
        width: 90%;
    }

    .image_block {
        display: none;
    }

    .massage_block {
        padding: 10px !important;
    }

    .choose_person {
        flex-direction: column;
        justify-content: center;
    }

    .fix_bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .fix_bar a {
        color: #eebe47;
        margin-top: 10px;
    }

}


@media screen and (min-width: 768px) {

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .modal-dialog {
        width: 700px;
        margin: 30px auto;
        max-width: 700px;
    }

}

@media (max-width: 330px) {
    .filter_section form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .filter_section form button {
        margin: 10px 0;
        width: 100%;
    }
}

.radio-cust {
    position: relative;
    width: 100px;
    display: inline-block;
    margin: auto;
    height: 45px;
    line-height: 45px;
}

.radio-cust input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100%;
    opacity: 0;
}

.radio-cust input + label {
    height: 45px;
    text-align: center;
    border-radius: 5px;
    margin: 0 10px;
    background: #f8f9fa !important;
    line-height: 45px;
}

.radio-cust input:checked + label {
    background: #EEBE47 !important;
    color: #fff;
}


.expiry-date-group {


}

.expiry-date-group input {
    width: calc(100% + 1px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.expiry-date-group input:focus {
    position: relative;
    z-index: 10;
}

.security-code-group {
    float: right;
    width: 50%
}

.security-code-group input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.zip-code-group {
    clear: both;
}

#PayButton {
    outline: 0 !important;
    height: 42px;
    font-size: 16px;
    background-color: #54C7C3 !important;
    border: none;
}

#PayButton:hover {
    background-color: #6DCECB !important;
}

#PayButton:active {
    background-color: #4FBCB9 !important;
}

#PayButton:disabled {
    background: rgba(84, 199, 195, .5) !important;
    color: #FFF !important;
}


#Checkout {
    z-index: 100001;
    background: ;
    height: 100%;
    min-height: 100%;
    background: #eeeeee59;
    border-radius: 8px;
    border: 1px solid #dedede;
    margin-left: auto;
    margin-right: auto;
    display: block;

}

#Checkout > h1 {
    margin: 0;
    padding: 20px;
    text-align: center;
    background: #363636;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid #DEDEDE;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#Checkout > aside {
    margin: 0 25px 25px;
    padding: 20px;
}

#Checkout .form-control:focus {
    background: none !important;
}


#Checkout .form-control {
    padding: 24px 10px;
}

.wattsapp_inalss {
    display: none
}

.wattsapp_inalss > div {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #363636;
    font-family
}

.wattsapp_inalss > div:nth-of-type(2) {
    border-bottom: 0.5px solid #eebe47;
}

label {
    color: #46545C;
    margin-bottom: 2px;
}

.input-container {
    position: relative;
}

.input-container input {
    padding-right: 25px;
}

.input-container > i, a[role="button"] {
    color: #d3d3d3;
    width: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    text-align: center;
}

.input-container > i:hover, a[role="button"]:hover {
    color: #777;
}

.amount-placeholder {
    font-size: 20px;
    height: 34px;
}

.amount-placeholder > button {
    float: right;
    width: 60px;
}

.amount-placeholder > span {
    line-height: 34px;
}

.card-row {
    text-align: center;
    margin: 20px 25px 10px;
}

.card-row span {
    width: 48px;
    height: 30px;
    margin-right: 3px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}

.card-image {
    background-repeat: no-repeat;
    padding-right: 50px;
    background-position: right 2px center;
    background-size: auto 90%
}

.cvc-preview-container {
    overflow: hidden;
}

.cvc-preview-container.two-card div {
    width: 48%;
    height: 80px;
}

.cvc-preview-container.two-card div.amex-cvc-preview {
    float: right;
}

.cvc-preview-container.two-card div.visa-mc-dis-cvc-preview {
    float: left;
}

.cvc-preview-container div {
    height: 160px;
}


.submit-button-lock {
    height: 20px;
    margin-top: -2px;
    margin-right: 7px;
    vertical-align: middle;
    width: 14px;
    display: inline-block;
}

.align-middle {
    vertical-align: middle;
}

input {
    box-shadow: none !important;
}

input:focus {
    border-color: #b0e5e3 !important;
    background-color: #EEF9F9 !important;
}
.input_select{
    width: 100%;
    padding: 20px;
    border: 1px solid #f6f6f6;
    color: #8e8e8e;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 10px 0px;
    margin-bottom: 10px;
    font-size: 17px;
    height: 60px;
    margin-bottom: 20px;
}

/*tabol*/


.table-wrap {
    overflow-x: scroll;
}

.table {
    min-width: 1000px !important;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
    text-align: center;
}

.table thead th {
    border: none;
    padding: 30px;
    font-size: 14px;
    color: #000;
}

.table tbody tr {
    margin-bottom: 10px;
}

.table tbody td {
    padding: 9px;
    font-size: 16px;
    background: #fff;
    vertical-align: middle;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #333;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (prefers-reduced-motion: reduce) {
    .table tbody td {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.table tbody td i {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}

.table tbody td .img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.table tbody td a {
    display: block;
    color: #0c0c0c;
    font-size: 16px;
    background: #deb348;
    padding: 7px 37px;
    border-radius: 5px;
}

.table tbody td a strong {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
}

.table tbody td:hover {
    background: whitesmoke;
}

.table tfoot tr th a {
    font-weight: 400;
    color: #000;
}

.table tfoot tr th a i {
    font-size: 12px;
}

.table tfoot tr th a:hover {
    color: #ffafb0;
}

.table-wrap {
    overflow-x: scroll;
}

.body_table img {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    object-fit: fill;
}

@media (max-width: 1199px) {
    .mor-video {
        height: 215px;
    }
}

@media (max-width: 991px) {
    .mor-video {
        height: 213px;
    }
}

    @media (max-width: 767px) {
    .mor-video {
        height: 264px;
    }
}
@media (max-width: 575px){
    .body_section{
        /*padding: 20px 25px;*/
    }

    .mor-video {
        height: 70vw;
    }
}

.Info_Details{
    position: relative;
}
.Info_Details .back{
    font-size: 12px;
    padding: 3px 20px;
    background: #eebe47;
    border-radius: 7px;
    float: left;
    margin-top: 9px;
    color: #fff;
}

.Info_Details .back i{
    position: relative;
    top: 2px;
    right: 3px;
}

/*.view_info_section p img{*/
/*    width: 100% !important;*/
/*    height: 250px !important;*/
/*}*/

/*.view_info_section span imga{*/
/*    height: 23px !important;*/
/*    width: 23px !important;*/
/*}*/











