html {
    font-size: 100%;
    height: 100%;
}

body {
    color: #000;
    font-family: "Poppins", sans-serif;
    /*font-family: 'GT Walsheim Pro', sans-serif;*/
    font-size: 13px;
    padding: 0px !important;
    margin: 0px !important;
    letter-spacing: .025em;
    line-height: 1.7;
    font-style: normal;
    font-weight: 300;
    background: #f8f9fa;
}


/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
}

h1 {
    font-size: 48px;
    line-height: 43px
}

h2 {
    font-size: 38px;
    line-height: 35px
}

h3 {
    font-size: 30px;
    line-height: 30px
}

h4 {
    font-size: 24px;
    line-height: 22px
}

h5 {
    font-size: 18px;
    line-height: 18px
}

h6 {
    font-size: 16px;
    line-height: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #000
}

strong {
    font-weight: 500;
}

h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
    padding-bottom: 10px;
}

a {
    text-shadow: none !important;
    color: #C69C6D;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s !important;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: 600;
}

.extra-bold {
    font-weight: 800;
}

.all-caps {
    text-transform: uppercase;
}

.light {
    font-weight: 300 !important;
}

.small-text {
    font-size: 10px !important;
    display: block;
    margin: 8px 0;
    text-align: justify;
}

.xs-small-text {
    font-size: 6px !important;
    display: block;
    margin: 8px 0;
    text-align: justify;
}


.normal-text {
    font-size: 13px !important;
}

.large-text {
    font-size: 15px !important;
}


/* BG colors */

.bg_site_grey {
    background-color: #3C3C3B!important;
}

.bg_site_brown {
    background-color: #C69C6D!important;
}

.bg_site_light_brown {
    background-color: #ebe2d5!important;
}


/* Font Colors */

.text-site-brown {
    color: #C69C6D !important;
}

.text-site-orange {
    color: #ee7627 !important;
}

.text-site-green {
    color: #04843d !important;
}

.text-site-bg_site_grey {
    color: #878996 !important;
}

.text-black {
    color: #1b1e24 !important;
}

.text-white {
    color: #fff !important;
}

.text-success {
    color: #0AA699 !important;
}

.text-info {
    color: #0090D9 !important;
}

.text-warning {
    color: #fbb05e !important;
}

.text-error {
    color: #F35958 !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.horizontal-line {
    margin: 2rem 0 !important;
    border: 0;
    border-top: 1px solid #C69C6D;
    /*border-bottom: 1px solid #FEFEFE;*/
}

.horizontal-line.transparent {
    margin: 2rem 0 !important;
    border: 0;
    border-top: none;
    /* border-bottom: 1px solid #FEFEFE; */
}

.horizontal-line20 {
    width: 100%;
    margin: 0px 0 20px 0;
    float: left;
    border-top: 1px solid #ccc;
}

.horizontal-line0 {
    margin: 0rem 0 !important;
    border: 0;
    border-top: 2px solid #C69C6D;
    border-bottom: 1px solid #FEFEFE;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

img {
    max-width: 100%;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}


/*-----site style-----*/

#site {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main_content {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.inner_main {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -200;
    width: 100%;
    height: 100%;
}

.img_backsite {
    position: absolute;
    top: -130px;
    left: 55%;
    width: 2100px;
    height: auto;
    transform: translateX(-55%);
}

header {
    position: relative;
    background: #3C3C3B;
    z-index: 10;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    height: 90px;
}

header .logo {
    width: 200px;
    /* padding: 16px; */
    /* margin-right: 10px; */
    /* background: #3c3c3b; */
    /* margin-top: -32px; */
    position: relative;
    z-index: 22;
    /* box-shadow: -11px 8px 20px 0 rgb(0 0 0 / 19%); */
}

header .logo a {
    display: block;
}

.inner_zone {
    padding: 80px 0px;
}

header.inner_zone {
    padding: 10px 20px;
}

.devise {
    margin-right: 10px;
    position: relative;
    width: 180px;
}

.devise a {
    background: #878997;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
}

.devise a i {
    width: 20px;
    height: 20px;
    background: #ffffff;
    text-align: center;
    line-height: 19px;
    border-radius: 100px;
    color: #C69C6D;
    margin-left: 7px;
}

.devise small {
    position: absolute;
    font-size: 9px;
    color: #C69C6D;
    font-weight: bold;
    top: 2px;
}

.more_option {
    font-size: 13px;
    color: #C69C6D;
    margin-bottom: 17px;
    font-weight: bold;
    display: block;
}

.more_option:hover {
    color: #878997;
}

.more_option i {
    background: #C69C6D;
    color: #fff;
    border-radius: 100px;
    margin-right: 5px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
}

.lang {
    margin: 0 10px;
}

.lang a {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    background: #878997;
    border-radius: 100px;
    width: 40px!important;
    height: 40px;
}

.account {
    margin-right: 10px;
}

.account.dropdown>a {
    background: #87899600;
    padding: 10px;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #ebebeb;
}

.account.dropdown>a i {
    width: 20px;
    height: 20px;
    background: #878997;
    text-align: center;
    line-height: 19px;
    border-radius: 100px;
    color: #ffffff;
    margin-left: 7px;
}

.account.dropdown ul.dropdown-menu {
    background-color: #ffffff!important;
    background-clip: padding-box!important;
    border: 0 solid rgba(0, 0, 0, 0.15)!important;
    border-radius: 20px!important;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15)!important;
    width: 200px;
    overflow: hidden;
    padding: 16px;
}

.account.dropdown ul.dropdown-menu li a {
    font-size: 13px;
    color: #858796;
    padding: 6px 10px;
    white-space: normal;
    position: relative;
}

.account.dropdown ul.dropdown-menu li a::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 9px;
    left: -2px;
    font-size: 10px;
    content: '\f105';
    color: #C69C6D;
}

.account.dropdown ul.dropdown-menu li a.dropdown-item:hover {
    background: none;
    color: #C69C6D;
}

.account.dropdown ul.dropdown-menu .dropdown-divider {
    border-top: 1px solid rgb(218 218 218 / 18%);
}

.menu-button {
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
    margin-left: 30px;
}

.menu-button .line-1,
.menu-button .line-2,
.menu-button .line-3 {
    position: relative;
    height: 3px;
    background: #C69C6D;
}

.menu-button .line-1 {
    top: 5px;
}

.menu-button .line-2 {
    top: 12px;
}

.menu-button .line-3 {
    top: 19px;
}

.menu_shown .menu-button .line-1 {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg);
    top: 16px;
}

.menu_shown .menu-button .line-2 {
    opacity: 0;
    transition-delay: .12s;
}

.menu_shown .menu-button .line-3 {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-45deg);
    top: 10px;
}

.menu_wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    font-weight: 500;
    min-height: 500px;
    background: #c69c6d;
    overflow-y: auto;
    left: 0;
    /* padding: 40px 40px 40px 40px; */
    transform: translateX(-100%);
    opacity: 1;
    z-index: 0;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    top: 90px;
  }
  .menu_wrapper .inner {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -moz-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate3d(-100px, 0px, 0px);
    -ms-transform: translate3d(-100px, 0px, 0px);
    transform: translate3d(-100px, 0px, 0px);
    opacity: 0;
    z-index: 10;
    webkit-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -o-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  }
  .menu_wrapper ul.menu {
    padding: 0;
    width: auto;
    height: 100%;
    overflow-y: auto;
  }
  .menu_wrapper ul.menu li a {
    background: transparent;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #b1895b;
    padding:10px 15px 10px 20px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .menu_wrapper ul.menu > li:first-child a{
    padding: 34px 15px 10px 20px;
  }
  .menu_wrapper ul.menu ul.sub_menu li a:after {
    position: absolute;
    content: " \f101";
    font: var(--fa-font-solid);
    top: 18px;
    left: 21px;
    font-size: 8px;
  }
  .menu_wrapper ul.menu li ul.sub_menu li a{
   text-transform: capitalize;
   padding-left: 50px;
  }
  .dropdown, .dropleft, .dropright, .dropup {
    position: relative;
  }
  .menu_wrapper ul.menu ul.sub_menu {
    padding: 0;
    background: #9c784f;
  }
  .menu_wrapper ul.menu li a .btn.expander {
    background: none;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 9px;
    border-radius: 0px;
    position: absolute;
    top: 11px;
    right: 20px;
    outline: none;
  }
  .menu_shown .menu_wrapper {
    opacity: 1;
    transform: translate(0%);
    /* transition: 400ms cubic-bezier(.25,.46,.45,.94); */
    -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: transform 1.25s cubic-bezier(.19,1,.22,1);
    transition: transform 1.25s cubic-bezier(.19,1,.22,1),-webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  }
  .menu_shown .menu_wrapper .inner {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .menu_wrapper ul.menu li.active > a{background: rgb(0 0 0 / 27%);}
  body.body--static {
    height: 100%;
    overflow: hidden;
  }

.search_section.inner_zone {
    padding: 170px 0px 50px 0px;
    background: transparent;
    height: 500px;
}

.search_section .search_form .form-control {
    padding: 0;
    border: none;
    font-size: 13px;
    border-radius: 0;
}

.form-control {
    position: relative;
}

.form-control i {
    position: absolute;
    z-index: 1;
    font-size: 20px;
    top: 19px;
    left: 23px;
    color: #C69C6D;
}

ul.category_item {
    margin-top: 30px;
    column-count: 8;
}

ul.category_item li a {
    color: #939393;
    padding-left: 20px;
    position: relative;
}

ul.category_item li a::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 1px;
    left: 6px;
    font-size: 10px;
    content: '\f105';
    color: #939393;
}

ul.category_item li:last-child a {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.form_input_control.icon_i .nice-select {
    padding-left: 67px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    height: 45px;
    line-height: 27px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* white-space: normal; */
    /* width: auto; */
    color: #878996;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #878996;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #878996;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #878996;
}

.label_type {
    padding-left: 21px;
    font-weight: 300;
}

.gl_form .form-group .gslider-range .noUi-handle {
    top: -7px;
    left: -12px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
}

.gl_form .form-group .gslider-range {
    height: 5px;
    background: #e5e5e5;
    border: 0 none;
    padding: 0 8px 0 10px;
    margin-top: 5px;
}

.gl_form .form-group .noUi-connect {
    background: #C69C6D;
}

.montant_min {
    position: fixed;
    top: 16px;
    left: -9px;
    font-size: 12px;
    font-weight: bold;
}

.gl_form .form-group .gslider-range .noUi-background {
    background: #FAFAFA;
    box-shadow: none;
    background: #e5e5e5;
    border-radius: 0 !important;
}

.montant_max {
    position: fixed;
    top: 16px;
    right: -9px;
    font-size: 12px;
    font-weight: bold;
}

.gl_form .form-group .gslider-range .noUi-handle:before,
.gl_form .form-group .gslider-range .noUi-handle:after {
    display: none;
}

.submit_btn {
    background: #C69C6D;
    padding: 8px 40px;
    color: #fff !important;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
    transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
    margin-right: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
    border: none;
    width: 100%;
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 8;
    color: #f8f9fa;
}

.shape>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

.shape_2 {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
    z-index: 8;
    color: #ebe2d5;
}

.shape_2>svg {
    transform: scale(2);
    width: 100%;
    height: auto;
    transform-origin: top center;
}

.relative {
    position: relative;
}

.section-title.left .sub-heading {
    padding: 0 45px 0 0;
    margin-right: auto;
    font-weight: bold;
}

.section-title .sub-heading {
    display: block;
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 100;
    font-size: 16px;
    color: #C69C6D;
    line-height: 10px;
}

.section-title.left .sub-heading::after {
    right: 0;
}

.section-title .sub-heading::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #C69C6D;
    top: 50%;
}

.box_container {
    background: #fff;
    height: 190px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    overflow: hidden;
}


/*.box_container::after{
  content: "";
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 44%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}*/

a.link_img {
    position: relative;
}

a.link_img::after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 44%);
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0.6;
}

.box_info span {
    display: block;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}

.box_info span svg {
    fill: #000000;
}

.box_info span.title {
    font-weight: bold;
    color: #C69C6D;
    margin-bottom: 12px;
    overflow: clip;
    text-overflow: ellipsis;
    line-height: 15px;
}

.box_info i {
    font-size: 13px;
    margin-right: 4px;
}

.box_info {
    position: relative;
    padding: 20px;
    background: #fff;
}

.title a:hover {
    color: inherit;
}

.box_ratting {
    align-items: center;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    overflow: hidden;
    padding: 2px 10px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.box_ratting_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-ratting-point {
    background: #ffffff;
    color: #C69C6D;
    padding: 6px 9px;
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
    display: inline-block;
    width: 50px;
    text-align: center;
}

.p-ratting-details {
    display: inline-block;
    float: left;
}

.list-none {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ratting-details-star li {
    display: inline-block;
    color: #C69C6D;
    font-size: 11px;
}

a.link i {
    margin-left: 5px;
    background: #3C3C3B;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* Back To Top */

.back-to-top {
    background: #C69C6D;
    border-radius: 50%;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
}

.back-to-top:hover,
.back-to-top.auto {
    color: transparent;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before,
.back-to-top.auto:before {
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after,
.back-to-top.auto:after {
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #fff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    transform: translateY(50px) rotateZ(45deg);
}

.pulse-button.white {
    box-shadow: 0 0 0 0 #fff;
    background-color: #fff;
}

.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 #c69c6da9;
    background-color: #C69C6D;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes tipUp {
    0% {
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes lineUp {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(-70px);
    }
}

footer {
    background: #ebe2d5;
}

.footer_logo {
    width: 400px;
    margin-bottom: 10px;
}

.social-icons {
    font-size: 0;
}

.social-icons ul {
    padding: 0;
    margin: 0px 0 0 20px;
}

.social-icons li {
    display: inline-block;
    /* margin: 5px 5px 0 0; */
    vertical-align: top;
    position: relative;
}

.social-icons li:after {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    content: "";
    opacity: 0;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
    transition: transform .3s ease, background-color .35s, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div.social-icons li a {
    width: 36px;
    height: 36px;
    display: inline-block;
}

div.social-icons li:after {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    content: "";
    opacity: 0;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
    transition: transform .3s ease, background-color .35s, opacity .25s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

div.social-icons li:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

div.social-icons li.twitter:hover:after {
    background-color: #47c0d8
}

div.social-icons li.x-twitter:hover:after {
    background-color: #000
}

div.social-icons li.facebook:hover:after {
    background-color: #49699f;
}

div.social-icons li.linkedin:hover:after {
    background-color: #2c7cb7;
}

div.social-icons li.pinterest:hover:after {
    background-color: #c21c21;
}

div.social-icons li.rss:hover:after {
    background-color: #fe9900;
}

div.social-icons li.flickr:hover:after {
    background-color: #e82c88;
}

div.social-icons li.youtube:hover:after {
    background-color: #b72d24;
}

div.social-icons li.instagram:hover:after {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-icons li a:hover {
    border-color: transparent;
}

.circle-icons li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 3px solid transparent;
    font: 0/0 a;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

ul.social-icons li.twitter:hover:after {
    background-color: #47c0d8;
}

ul.social-icons li.x-twitter:hover:after {
    background-color: #000;
}

ul.social-icons li.facebook:hover:after {
    background-color: #49699f;
}

ul.social-icons li.linkedin:hover:after {
    background-color: #2c7cb7;
}

ul.social-icons li.pinterest:hover:after {
    background-color: #c21c21;
}

ul.social-icons li.rss:hover:after {
    background-color: #fe9900;
}

ul.social-icons li.gplus:hover:after {
    background-color: #c33d19;
}

ul.social-icons li.flickr:hover:after {
    background-color: #e82c88;
}

ul.social-icons li.instagram:hover:after {
    background-color: #517fa3;
}

ul.social-icons li.dropbox:hover:after {
    background-color: #5da3e8;
}

ul.social-icons li.youtube:hover:after {
    background-color: #b72d24;
}

ul.social-icons li.blogger:hover:after {
    background-color: #f38f33;
}

ul.social-icons li.evernote:hover:after {
    background-color: #C69C6D;
}

ul.social-icons li.dribbble:hover:after {
    background-color: #e65992;
}

ul.social-icons li.behance:hover:after {
    background-color: #18a3fe;
}

ul.social-icons li.lastfm:hover:after {
    background-color: #be0607;
}

ul.social-icons li.skype:hover:after {
    background-color: #24b0e4;
}

ul.social-icons li.vimeo:hover:after {
    background-color: #568799;
}

ul.social-icons li.forrst:hover:after {
    background-color: #628267;
}

ul.social-icons li.digg:hover:after {
    background-color: #2882c6;
}

ul.social-icons li.appstore:hover:after {
    background-color: #606060;
}

ul.social-icons li.wordpress:hover:after {
    background-color: #33759d;
}

ul.social-icons li.stumbleupon:hover:after {
    background-color: #eb4924;
}

ul.social-icons li.deviantart:hover:after {
    background-color: #5f7162;
}

ul.social-icons li.github:hover:after {
    background-color: #7292a2;
}

ul.social-icons li.mail:hover:after {
    background-color: #65a413;
}

.social-icons i {
    position: relative;
    font-weight: bold;
    font-size: 20px;
    z-index: 3;
    -webkit-transition: color .35s ease-out;
    transition: color .35s ease-out;
}

.social-icons li i {
    display: block;
    line-height: 43px;
    color: #000;
}

.shortcades-social-icons-container .social-icons li i {
    color: #696b6c;
}


/*line height for header social-icons*/

div.social-icons li i {
    line-height: 30px;
}

.social-icons a:hover i,
.social-icons li:hover i {
    color: #fff;
}

.aside_bar .circle-icons li:hover a span {
    color: #C69C6D;
}

footer .social-icons {
    text-align: right;
}

ul.info_contact {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

ul.info_contact li {
    margin-right: 80px;
    color: #C69C6D;
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 46px;
}

ul.info_contact li:last-child {
    margin-right: 0;
}

ul.info_contact li i {
    font-size: 20px;
    border: 1px solid #C69C6D;
    /* padding: 20px; */
    margin-right: 14px;
    flex-shrink: 0;
    display: flex;
    height: 50px;
    width: 50px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.box_i {
    width: 54px;
    height: 54px;
    flex-grow: 0;
    flex-shrink: 0;
    border: 3px solid #b1b3bf;
    border-radius: 100px;
    margin-right: 14px;
    text-align: center;
}

ul.info_contact li .eltms_info {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 17px;
}

ul.info_contact li .eltms_info:hover a {
    color: #000;
}

ul.info_contact li span {
    color: #000;
    font-size: 10px;
    line-height: 0px;
    margin-bottom: 13px;
}

ul.footer_copylink li {
    display: inline-block;
    margin-right: 26px;
    position: relative;
    padding-left: 2px;
}

ul.footer_copylink li:last-child {
    margin: 0;
}

ul.footer_copylink li a {
    color: #000;
}

ul.footer_copylink li:hover a {
    color: #C69C6D;
}

ul.footer_copylink li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 6px;
    left: -12px;
    font-size: 10px;
    content: '\f105';
    color: #C69C6D;
}

.details_zone.inner_zone {
    padding-top: 130px;
    background: #fff;
}

.header_title_zone .title {
    font-size: 26px;
    line-height: 18px;
}

.box_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 30px;
}

#detail_img .owl-controls {
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    width: 100%;
}

.carousel #detail_img .owl-theme .owl-controls .owl-nav div {
    position: relative;
    /* top: 20px; */
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    font-size: 0;
    margin-right: 5px;
    -webkit-transition: background-color .35s ease, border-color .45s ease;
    transition: background-color .35s ease, border-color .45s ease;
    background: #ffffff;
    line-height: 40px;
    border-radius: 40px;
}

.carousel #detail_img .owl-controls .owl-prev {
    margin-right: 0;
    position: absolute;
    left: 0;
    height: 130px;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    top: 50%;
    transform: translateY(-50%);
    line-height: 100px;
}

.carousel #detail_img .owl-controls .owl-next {
    margin-right: 0px;
    position: absolute;
    right: 0;
    height: 130px;
    display: block;
    color: #fff;
    background: rgb(0 0 0 / 43%);
    top: 50%;
    transform: translateY(-50%);
    line-height: 100px;
}

.carousel #detail_img .owl-controls *:after {
    position: unset;
    top: unset;
    display: unset;
    width: unset;
    height: unset;
    text-align: center;
    line-height: 128px;
    font-size: 13px;
    z-index: 4;
    -webkit-transition: color .35s ease-out;
    transition: color .3s ease-out;
    font-weight: 100;
}

ul.media {
    position: absolute;
    top: 0;
    right: 0;
}

ul.media li {
    display: block;
}

ul.media li a {
    color: #C69C6D;
    line-height: 21px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.media li a i {
    margin: 0;
    line-height: 19px;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

ul.media li a:hover {
    background: #C69C6D;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.link {
    color: #C69C6D;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #3c3c3b;
    padding: 2px 5px 2px 10px;
    display: block;
}

a.link:hover i {
    background: #C69C6D;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hote {
    position: absolute;
    top: 10px;
    right: 12px;
    display: flex;
    align-items: center;
    z-index: 1;
}

.hote a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 10px 20px #989baf24;
}

.hero_single .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hero_single .wrapper {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.hero_single.jarallax {
    height: 650px;
}

.hero_single.jarallax.inner_page {
    height: unset;
}

.inner_page .search_form {
    margin-top: 76px;
}

.list_zone {
    z-index: 1;
    position: relative;
}

#comment_carousel .comment_content {
    height: 200px;
}

#comment_carousel .comment_box .box_container {
    margin-left: 20px;
}

#comment_carousel.owl-theme .owl-controls {
    position: absolute;
    top: -39px;
    right: 0px;
}

.carousel #comment_carousel.owl-theme .owl-controls .owl-nav div {
    position: relative;
    /* top: 20px; */
    margin: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #cdcdcd;
    font-size: 0;
    margin-right: 5px;
    -webkit-transition: background-color .35s ease, border-color .45s ease;
    transition: background-color .35s ease, border-color .45s ease;
    border-radius: 100px;
}

.carousel #comment_carousel .owl-controls *:after {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 29px;
    font: var(--fa-font-solid);
    font-size: 15px;
    z-index: 4;
    -webkit-transition: color .35s ease-out;
    transition: color .3s ease-out;
}

#comment_carousel.owlcarousel .owl-stage {
    padding-bottom: 0;
}


/* ------ Full view calendar on mobile ----------- */

@media (max-width: 767px) {
    .datepicker_mobile_full .daterangepicker {
        margin-top: 0 !important;
        border: none !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999999 !important;
        height: 100% !important;
        overflow-y: scroll !important;
    }
    .datepicker_mobile_full .daterangepicker .calendar {
        max-width: 100% !important;
    }
}


/*-------- 3.9 Datepicker --------*/

.daterangepicker {
    font-family: "Poppins", Helvetica, sans-serif !important;
}


/* Fix for scroll issue */

@media screen and (min-width: 560px) {
    .daterangepicker {
        width: 490px !important;
    }
    .daterangepicker.single {
        width: auto !important;
    }
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #C69C6D;
    border: 0;
}

.drp-selected {
    display: none !important;
}

.daterangepicker td.in-range {
    background-color: #fff2e0!important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #C69C6D!important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {}

@media screen and (max-width: 600px) {
    .daterangepicker .drp-calendar {
        max-width: 100% !important;
    }
    .daterangepicker .drp-calendar.left,
    .daterangepicker .drp-calendar.right {
        clear: none !important;
        float: none !important;
        margin-right: 0;
    }
}

.daterangepicker {
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
}


/* Panel Drop Down */

.panel-dropdown {
    position: relative;
    text-align: left;
    padding: 10px 10px 10px 55px;
}

@media (max-width: 991px) {
    .panel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
    }
}

.panel-dropdown a {
    color: #878996;
    font-weight: 100;
    transition: all 0.3s;
    display: block;
    position: relative;
    font-size: 13px;
}

.panel-dropdown a:after {
    font: var(--fa-font-solid);
    content: '\f107';
    font-size: 14px;
    color: #999;
    font-weight: 500;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: 2px;
}

.panel-dropdown.active a:after {
    transform: rotate(180deg);
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 100%;
}

.panel-dropdown .panel-dropdown-content:before,
.panel-dropdown .panel-dropdown-content:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.panel-dropdown .panel-dropdown-content:before {
    top: -7px;
    left: 76px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.panel-dropdown .panel-dropdown-content:after {
    left: 77px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.panel-dropdown .panel-dropdown-content.right {
    left: auto;
    right: 0;
}

.panel-dropdown .panel-dropdown-content.right:before {
    left: auto;
    right: 9px;
}

.panel-dropdown .panel-dropdown-content.right:after {
    left: auto;
    right: 10px;
}

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}

.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
}

.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82;
}

.qtyInc,
.qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #7f8084;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font: var(--fa-font-solid);
}

.qtyInc:before {
    content: "\2b";
    font-size: 25px;
    line-height: 29px;
    font-weight: bold;
}

.qtyDec:before {
    content: "\f068";
    font-size: 17px;
}

.qtyTotal {
    background-color: #C69C6D;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 2px;
    height: 23px;
    width: 23px;
}

.rotate-x {
    animation-duration: .5s;
    animation-name: rotate-x;
}

@keyframes rotate-x {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.search_section {
    display: block;
    width: 100%;
    margin-right: 0;
}

.option_btn_menu {
    position: fixed;
    right: 20px;
    bottom: 16px;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    background: #878997;
    z-index: 50;
    text-align: center;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    cursor: pointer;
    transition: all .5s ease-in-out;
    border-radius: 100px;
}

.option_btn_menu:hover {
    background: #C69C6D;
    transition: all .5s ease-in-out;
}

.option_btn_menu::before {
    content: '';
    border: 1px solid transparent;
    border-radius: 50%;
    height: 148%;
    margin: auto;
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    width: 148%;
    transition: all .5s ease-in-out;
}

.option_btn_menu:hover::before {
    border: 3px solid #C69C6D;
    transition: all .5s ease-in-out;
}

.option_btn_menu i {
    font-size: 24px;
    color: #fff;
    line-height: 53px;
}

.close_zone {
    font-size: 26px;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    color: #fff;
}

ul.menu_nav {
    padding: 0 0 0 0;
    margin: 0;
}

ul.menu_nav li {
    display: block;
}

ul.menu_nav li a {
    font-size: 12px;
    color: #fff;
    line-height: initial;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 13px 31px;
    display: flex;
    align-items: center;
    /* box-shadow: 0px 0px 12px rgb(2 45 98 / 10%); */
    transition: box-shadow 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 100px;
}

ul.menu_nav li a i {
    margin-right: 40px;
    font-size: 28px;
}

ul.menu_nav li a p {
    margin: 0;
}

ul.menu_nav li:last-child a {
    margin: 0;
}

ul.menu_nav li a:hover {
    background: #fff;
    color: #C69C6D;
    box-shadow: -20px 20px 10px rgb(2 45 98 / 10%);
    transition: box-shadow 0.3s ease-in-out;
}


/* PRELAODER */

.preloader {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
    background: #878997;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.95s;
    overflow: hidden;
}

.preloader * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition-delay: 0.3s;
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.preloader .inner figure {
    display: block;
    margin-bottom: 10px;
    transition-delay: 0.1s;
}

.preloader .inner figure img {
    height: 70px;
}

.preloader .inner p {
    font-weight: 600;
    color: #C69C6D;
    font-size: 13px;
    display: block;
}


/* TRANSITION OVERLAY */

.transition-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 99!important;
    background: #878997;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    overflow: hidden;
}

.transition-overlay .layer {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: -100%;
    top: 0;
    background: #878997;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.6s;
}

.transition-overlay.active {
    left: 0;
}

.transition-overlay.active .layer {
    right: 0;
}


/* PAGE LOADED */

.preloader {
    z-index: 99;
}

.page-loaded .preloader {
    right: -100%;
}

.page-loaded .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5);
}

.page-loaded .preloader .inner p {
    transform: translateY(20px);
    opacity: 0;
}

.page-loaded .preloader .layer {
    left: -100%;
}

.eltms_info span {
    color: #C69C6D;
    font-size: 15px;
}

.eltms_info span:hover {
    color: #878997;
}

.header__lang {
    margin: auto;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 100px;
}

.header__lang button {
    border: none;
}

.header__lang button:focus {
    outline: none;
}

.header__lang-open-list-btn {
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.15s ease;
    border-radius: 70px;
    padding: 10px;
    background: #fff;
    color: #7b7d88;
    width: 90px;
}

.header__lang-open-list-btn:hover {
    transform: scale(0.95);
}

.header__lang-open-list-btn:focus {
    transition: 0.15s ease;
    transform: scale(0.95);
}

.header__lang-open-list-btn:active {
    transition: 0.15s ease;
    transform: scale(0.9);
}

.header__lang-list {
    list-style: none;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    padding-left: 0px;
    border-radius: 20px;
    overflow: hidden;
    width: 90px;
}

.header__lang-list--visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.header__lang-btn {
    cursor: pointer;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.15s ease;
    width: 100%;
    background: #dedede;
    color: #7b7d88;
    font-size: 13px;
}

.header__lang-btn:hover {
    background: #878997;
    color: #fff;
}

.header__lang-list--visible li {
    border-bottom: 1px solid #d6d6d6;
}

.header__lang-list--visible li:last-child {
    border-bottom: none;
}

.header__lang img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100px;
    margin-right: 5px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.nav ul.menu {
    list-style: none;
    margin-top: 0px;
    padding: 0 0 0 0px;
    position: relative;
    z-index: 4;
    margin-bottom: 0;
    display: flex;
}

.nav ul.menu>li {
    margin: 0px 0px 0px 0px;
    position: relative;
    display: inline-block;
    padding: 23px 12px 24px 12px;
}

.nav ul.menu>li::after {
    content: "";
    background: #c69c6d;
    width: 16px;
    height: 2px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(122deg);
}

.topbar .nav ul.menu>li::after {
    content: none;
}

.topbar .nav ul.menu>li::before {
    content: none
}

.nav ul.menu>li::before {
    content: "";
    background: #c69c6d;
    width: 0px;
    height: 2px;
    position: absolute;
    left: -10px;
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav ul.menu>li:hover::before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav ul.menu>li:last-child {
    border-right: 0;
    padding-right: 0;
}

.nav ul.menu>li:last-child::after {
    content: unset;
}

.nav ul.menu li {
    position: relative;
}

.nav ul.menu>li>a {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.nav ul.menu>li.member_zone a::after {
    background: #bb9265;
}

.nav ul.menu>li.member_zone:hover a::after {
    background: #000;
    color: #bb9265;
}

.topbar .nav ul.menu {
    border-left: 1px solid #bb9265;
    border-right: 1px solid #bb9265;
    display: flex;
}

.topbar .nav ul.menu>li>a {
    text-transform: capitalize;
}

.topbar .nav ul.menu>li>a::after {
    content: unset;
}

.topbar .nav ul.menu>li {
    padding: 0 9px;
    margin: 0;
    border-right: 1px solid #bb9265;
}

.topbar .nav ul.menu>li:last-child {
    border: 0;
}

.topbar .nav ul.menu>li>a {
    padding: 0;
}

.topbar .nav ul.menu>li:hover {
    color: #fff!important;
    background-color: #ab8459;
}

.topbar .nav ul.menu>li:hover a {
    color: #fff!important;
}

.topbar .nav ul.menu li>ul.sub_menu li:hover {
    background-color: #9c764e;
    color: #fff!important;
}

.topbar .nav ul.menu li>ul.sub_menu li:hover a {
    color: #fff!important;
}

.topbar .nav ul.menu li>ul.sub_menu {
    position: absolute;
    top: 12px;
    background-color: #ab8459;
    padding: 0;
    left: 0;
    z-index: 0;
    list-style: none;
    min-width: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: auto;
    text-wrap: nowrap;
}

.topbar .nav ul.menu li:hover>ul,
.topbar .nav ul li.hovered>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: 22px;
}

.topbar .nav ul.menu li ul.sub_menu li>a {
    padding: 10px 20px;
}

.nav ul.menu>li:hover>a {
    color: #C69C6D!important;
}

.nav ul.menu li>ul.sub_menu {
    position: absolute;
    margin: 0;
    top: 39px;
    left: 0;
    width: 300px;
    text-align: left;
    background: #4c4b4b;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    max-height: 1px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    /* border-radius: 20px; */
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
}

.topbar .nav ul.menu>li.mega .sub_menu {
    position: fixed;
    top: 22px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 0;
    transition-property: all;
    transition-duration: 200ms;
}
.topbar .nav ul.menu li.mega:hover .sub_menu {
    transition-property: all;
    transition-duration: 1s;
    height: auto;
    top: 22px;
    transition-duration: 100ms;
}

.nav ul.menu li.mega:hover .sub_menu {
    transition-property: all;
    transition-duration: 1s;
    height: 200px;
    top: 80px;
}

.nav ul.menu li.mega .sub_menu .inner {
    padding-top: 50px;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-transform: translate3d(0px, 20px, 0px);
    -moz-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    opacity: 0;
    webkit-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -o-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
    transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}

.nav ul.menu li.mega:hover .sub_menu .inner {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.topbar .nav ul.menu li.mega ul.sub_menu li>a {
    padding: 10px 20px;
}

.nav ul.menu>li.mega .sub_menu li>a {
    /*font-size: 16px;*/
    line-height: 17px;
}

.nav ul.menu li.mega {
    position: relative;
}

.nav ul.menu li.mega>ul.sub_menu li {
    position: relative;
    display: block;
    padding: 0;
}

.topbar .nav ul.menu li>ul.sub_menu li:last-child {
    border: 0;
}

.nav ul.menu li>ul.sub_menu li {
    padding: 0;
    border-bottom: 1px solid #515151;
}

.nav ul.menu li ul.sub_menu>li:last-child {
    border: 0;
    padding-bottom: 0;
}

.nav ul.menu li ul.sub_menu li>a {
    display: block;
    padding: 15px 20px 15px 40px;
    clear: both;
    letter-spacing: 0.04em;
    color: #fff;
    transition: all 0.3s;
    line-height: 14px;
}

.nav ul.menu li ul.sub_menu li>a:hover {
    color: #C69C6D !important;
}

.nav ul.menu li.mega>ul.sub_menu li:hover::after {
    color: #C69C6D;
}

.nav ul.menu li:hover>ul,
.nav ul li.hovered>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 100%;
    max-height: 500px;
    visibility: visible;
}

.nav ul.menu>li:last-child {
    margin-right: 0;
}

.nav ul.menu>li:last-child>.sub_menu {
    left: unset;
    right: 0;
}

.nav ul.menu>li.active>a {
    color: #C69C6D!important;
}

.topbar .nav ul.menu li>ul.sub_menu li::after {
    top: 12px;
    color: #C69C6D;
    left: 6px;
    background: #3d3c3b;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
}

.topbar .nav ul.menu li>ul.sub_menu li {
    border-bottom: 1px solid #c69c6d;
}

.nav ul.menu li>ul.sub_menu li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 17px;
    left: 20px;
    font-size: 6px;
    content: '\f105';
    color: #C69C6D;
}

.nav ul.menu li.mega>ul.sub_menu li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 13px;
    left: 2px;
    font-size: 6px;
    content: '\f105';
    color: #c69c6d;
    line-height: 11px;
}

.toggle,
.toggle:before,
.slot__label,
.curtain {
    transition-property: background-color, transform, visibility;
    transition-duration: 0.25s;
    transition-timing-function: ease-in, cubic-bezier(0.6, 0.2, 0.4, 1.5), linear;
}

.toggle:before,
.slot,
.slot__label {
    display: block;
}

.toggle:before,
.curtain {
    position: absolute;
}


/*.toggle:checked, .curtain {
  background-color: #2b7f3a;
}*/

.toggle:focus {
    outline: transparent;
}

.toggle {
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    margin-right: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 60px;
    border: 1px solid #ebebeb;
    height: 44px;
    float: left;
}

.toggle:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    top: 0.2em;
    left: 0.2em;
    width: 36px;
    height: 36px;
}

.toggle:checked:before {
    transform: translateX(17px);
}

.toggle:checked~.slot .slot__label,
.slot__label:nth-child(2) {
    transform: translateY(-50%) scaleY(0);
}

.toggle:checked~.slot .slot__label:nth-child(2) {
    transform: translateY(-100%) scaleY(1);
}

.toggle:checked~.curtain {
    transform: scaleX(1);
}

.slot {
    line-height: 48px;
    height: 43px;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
}

.slot__label {
    transform-origin: 50% 0;
}

.slot__label:nth-child(2) {
    transform-origin: 50% 100%;
}

.sub_head_page {
    background: #f3f3f3;
    position: relative;
    z-index: 2;
}

.sub_head_page.inner_zone {
    padding: 10px 80px;
}

.breadcrumbs {
    padding: 0;
    margin: 6px 0 0 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs__item {
    margin-bottom: 0px;
}

.breadcrumbs__item .breadcrumbs__link {
    color: #878997;
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.breadcrumbs__item+.breadcrumbs__item {
    padding-left: .5rem;
}

.breadcrumbs__item+.breadcrumbs__item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #d7d7d7;
    content: "";
    font: var(--fa-font-solid);
    content: '\f105';
    font-size: 10px;
}

.breadcrumbs__item--active {
    color: #C69C6D;
}

.pagination {
    padding: 0;
    margin: 0px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    list-style: none;
}

.pagination__item--prev {
    margin-right: 15px;
    margin-left: 0;
}

.pagination__item {
    margin: 0 4px;
    height: 40px;
    min-width: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 10px;
    border: 1px solid #f2eeea;
}

.pagination__item i,
.pagination__item span {
    display: inline-block;
    color: #878997;
    line-height: 39px;
    font-weight: 700;
}

.pagination__item.pagination__item--active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    background: #C69C6D;
    border: 0;
}

.pagination__item.pagination__item--active span {
    color: #fff;
}

.pagination__item:hover span,
.pagination__item:hover i {
    color: #C69C6D;
}

.details_page {
    background: #fff;
    position: relative;
}

#detail_img .box_img {
    border-radius: 0px;
    height: 430px;
}

#detail_img.owl-carousel .owl-stage {
    padding: 0px 0px;
}

ul.details_info li {
    display: inline-block;
    margin-right: 12px;
}

ul.details_info li:last-child {
    margin-right: 0;
}

ul.details_info li a {
    color: #fff;
}

ul.details_info li a:hover {
    color: #C69C6D;
}

ul.details_info li a i {
    color: #fff;
}

ul.details_info li a:hover i {
    color: #C69C6D;
}

.sub_head_details {
    background: #000;
    background: linear-gradient(0deg, rgb(0 0 0 / 52%) 23%, rgba(0, 0, 0, 0) 84%);
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
}

.sub_head_details h2 {
    color: #fff;
}

ul.details_info_media {
    margin: 0 15px;
    padding: 0;
    display: block;
    text-align: right;
}

ul.details_info_media li {
    display: inline-block;
    margin-right: 10px;
}

ul.details_info_media li:last-child {
    margin: 0;
}

ul.details_info_media li a {
    background: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    color: #878996;
    font-weight: bold;
}

.box_detail {
    padding: 25px 25px 15px 25px;
    border: 1px solid #ededed;
    background: #fff;
    margin-bottom: 30px;
    border-radius: 30px;
}

.content_details_page {}

ul.included li,
ul.excluded li {
    position: relative;
    display: block;
    padding: 0px 0 15px 30px;
    line-height: 15px;
}

ul.included li::after,
ul.excluded li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 0px;
    left: 4px;
    font-size: 18px;
    font-weight: bold;
}

ul.included li::after {
    content: '\f058';
    color: #2ea452;
}

ul.excluded li::after {
    content: '\f057';
    color: #ef2a38;
}

.box_detail .price {
    font-size: 30px;
    font-weight: bold;
    color: #C69C6D;
}

.box_detail .price>span>small {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500;
    display: block;
    margin-top: -10px;
}

.sub_head_details .box_ratting {
    position: unset;
    padding: unset;
    width: auto;
}

.box_detail .search_form .nice-select {
    box-shadow: none;
    border: 1px solid #ededed;
}

.box_detail .search_form .label_type {
    color: #878996;
}

.box_detail .submit_btn {
    width: 100%;
    display: block;
    margin: 0;
}

.zone_progress .ratting-details-star li {
    color: #C69C6D;
}

.zone_progress .p-ratting-details {
    display: flex;
}

.zone_progress .p-ratting-details span {
    margin-left: 10px;
}

a.btn_link_grey {
    background: #C69C6D00;
    padding: 6px 16px;
    color: #878997;
    border-radius: 100px;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.4s ease;
    border: 2px solid #878997;
}

a.btn_link_grey:hover {
    background: #878997;
    color: #fff
}

a.btn_link_orange {
    background: #C69C6D00;
    padding: 6px 16px;
    color: #C69C6D;
    border-radius: 100px;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.4s ease;
    border: 2px solid #C69C6D;
}

a.btn_link_orange:hover {
    background: #C69C6D;
    color: #fff
}

.box_hote {
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #ededed;
}

.box_hote .hote {
    position: unset;
    display: block;
    text-align: center;
}

.box_hote .hote a {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.box_hote .hote .name {
    font-size: 20px;
    font-weight: bold;
    color: #C69C6D;
    line-height: 20px;
    margin-top: 15px;
}

.box_hote .hote .type {
    font-size: 10px;
    position: unset;
    padding: 0;
}
.box_search #nav-tabContent .search_form .submit_btn{
    height: 100%;
}
.subheader .box_search .search_form .submit_btn{
    height: 100%;
}
.box_search .search_form .nice-select {
    width: 100%;
    height: 45px;
    box-shadow: none;
    border: none;
    color: #818790;
    padding: 7px 20px 8px 60px;
    font-weight: 400;
    margin: 0;
}

.box_search .search_form .form-control i {
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}

.box_search .search_form .submit_btn {
    padding: 8px 40px;
    margin-right: 0px;
    margin-top: unset;
    width: 100%!important;
    display: block;
    height: 60px;
    margin: 0 !important;
    border-radius: 0px!important;
    transition: all .5s ease-in-out;
}
.box_search .search_form .submit_btn:hover{
    background: #3c3c3b;
    transition: all .5s ease-in-out;
}
#contactpopuplist .nav-link:hover i{
    background: #c69c6d;
    color: #fff;
    transition: all .5s ease-in-out;
}

.box_search .form-control {
    border-right: 1px solid #ddd!important;
}

.type {
    padding: 7px 15px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    top: 16px;
    left: 15px;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
}

.box_hote .horizontal-line {
    margin: 1rem 0 !important;
}

.date_inscr {
    font-size: 10px;
}

.box_search {
    margin-top: 100px;
    border-radius: 30px
}

.search_section .box_search {
    margin-top: 0px;
    border-radius: 0;
    position: relative;
    z-index: 2;
    border-radius: 0;
}

.info_extra ul li {
    display: inline;
}

.info_extra.hote_elmts ul li {
    display: block;
}

.info_extra.hote_elmts {
    justify-content: center;
}

.info_extra ul li span {
    color: #C69C6D;
    font-size: 30px;
    font-weight: bold;
}

.info_extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_group,
.fee,
.item_fee {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_group .form_total {
    font-size: 20px;
    line-height: 1em;
    color: #C69C6D;
    font-weight: 700;
}

.fee .fee_total {
    font-weight: 700;
}

.item_fee .item_fee_total {
    font-weight: 700;
}

.select2-container {
    border-radius: 30px!important;
}

.select2-container .select2-selection--single {
    height: 45px!important;
    border: 0!important;
    border-radius: 0px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 62px!important;
    padding-right: 20px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px!important;
    right: 16px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #C69C6D!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #C69C6D!important;
}

.select2-dropdown {
    border: 1px solid #ebebeb!important;
}

.search_section.hero_single .box_search {
    border-radius: 30px;
    background: transparent!important;
    backdrop-filter: blur(7px);
}

.select2-search--dropdown .select2-search__field {
    border-radius: 0px!important
}

.select2-container--open .select2-dropdown {
    margin-top: 4px;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0px!important;
}


/****Checkbox******/

.check_elmt {
    display: flex;
    align-items: center;
    user-select: none;
    margin: 8px 0;
}

.check_elmt label {
    position: absolute;
    z-index: 10;
    padding-left: 34px;
    cursor: pointer;
    line-height: 18px;
}

.check_elmt input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.check_elmt input:checked~.check {
    border-color: #C69C6D;
    box-shadow: 0px 0px 0px 15px #C69C6D inset;
}

.check_elmt input:checked~.check::after {
    opacity: 1;
    transform: scale(1);
}

.check_elmt .check {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #FFF;
    border: 2px solid #C69C6D;
    box-shadow: 0px 0px 0px 0px #000000 inset;
    transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
    margin-top: 1px;
    flex-grow: 0;
    flex-shrink: 0;
}

.check_elmt .check::after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
    position: absolute;
    transform: scale(0);
    background-size: 50%;
    background-image: url("https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition-delay: 0.2s !important;
    transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}

.map.map_single {
    height: 300px!important;
    overflow: hidden;
    box-shadow: -4px 4px 11px #0000000f;
    border: 1px solid #c69c6d;
}

.leaflet-container {
    background: #ddd;
    outline: 0;
}

.cd-signin-modal__label i {
    color: #C69C6D;
    position: absolute;
    z-index: 1;
    left: 21px;
    bottom: -47px;
    text-align: center;
    line-height: 49px;
    font-size: 17px;
}

.hideShowPassword-wrapper {
    display: block!important;
    width: 100%!important;
}

.header_inner_title {
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin: 0;
    position: relative;
    z-index: 3;
}

#more_option {
    display: none;
    overflow: hidden;
    padding: 0 0 20px 0;
}

.header_inner_title.title_dash {
    color: #878998;
    font-size: 40px;
}

.info_resa {
    display: flex;
    align-items: center;
}

.info_resa .box_container {
    height: 100px;
    width: 100px;
    border-radius: 21px;
}

.info_resa .box_container::after {
    position: unset;
    content: unset;
}

.info_resa_extra ul li.title {
    font-size: 30px;
    margin-bottom: 10px;
}

.info_resa_extra ul li {
    line-height: 21px;
}

/*.table> :not(caption)>*>* {
    padding: 20px;
}*/

.modal .modal-header .close,
#contactpopuplist .close {
    outline: none !important;
    color: #B5B5C3;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    padding: 0;
    margin: 0;
    line-height: 0;
    border: 0;
    background: #ececec;
    width: 30px;
    height: 30px;
}

.modal .modal-header .close i,
.modal .modal-header .close .ki,
#contactpopuplist .close i {
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    color: #3F4254;
    font-size: 0.8rem;
}

#contactpopuplist .close {
    position: absolute;
    top: 0;
    right: 0;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 1.75rem;
    border-bottom: 1px solid #EBEDF3;
}

.modal-footer {
    background: #C69C6D;
    text-align: center;
    justify-content: space-around;
    border: 0;
    color: #fff;
    font-size: 10px;
    padding: 40px;
    border-radius: 0;
}

.modal-content {
    border: 0;
    overflow: hidden;
    border-radius: 0;
}

.comment_head {
    display: flex;
    align-items: center;
}

.comment_box .box_container {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    border: 2px solid #fff;
}

.comment_box .box_container::after {
    display: none;
}

.comment_box span.name {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.comment_box span {
    font-size: 10px;
    line-height: 6px;
}

.comment_content {
    padding: 20px 36px 20px 40px;
    border: 1px solid #eee;
    border-radius: 18px;
    margin-top: -10px;
}

.comment_box {
    margin-bottom: 15px;
}

.comment_box.reponse .comment_head {
    justify-content: end;
    flex-direction: row-reverse;
}

.comment_box.reponse .box_container {
    margin-right: 0;
    margin-left: 10px;
}

.modal-body .comment_box:last-child {
    margin-bottom: 0;
}

.modal-body {
    padding: 60px;
}

#contactpopuplist .modal-body {
    padding: 0px;
    background: #3C3C3B;
}

.nice-select.textarea {
    border-radius: 30px!important;
}

.box_search .search_form.comment_form .submit_btn {
    display: inline-block;
    width: unset;
    margin: 20px 0 auto auto;
}

.content_hote {
    column-count: 2;
    text-align: justify;
}

.cd-signin-modal__hide-password {
    display: none!important;
}

.my-toggle {
    position: absolute;
    right: 10px!important;
    top: 50%!important;
    transform: translate(10%, -50%)!important;
    margin-top: 0px;
    border: none;
    background: #C69C6D;
    color: #fff;
    padding: 2px 6px;
    border-radius: 100px;
    font-size: 12px;
}


/*********Cart_page*************/

.table_cart .book_img {
    height: 100px;
    width: 80px;
}

.table.table-vertical-center th,
.table.table-vertical-center td {
    vertical-align: middle;
    padding: 1rem 1rem;
    text-align: center;
}

.account .table.table-vertical-center th,
.table.table-vertical-center td {
    font-size: 12px;
    text-align: left;
}

.table.table-vertical-center th {
    border-bottom: 1px solid #EBEDF3;
    color: #C69C6D;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: center;
}

.table.table-vertical-center tr {
    border-bottom: 1px solid #EBEDF3;
}

.account .table.table-vertical-center tr {
    border: none;
}

.account .table.table-vertical-center th {
    border-bottom: none;
}

.account .table.table-vertical-center tr:nth-child(even) {
    background: #fbfbfb;
}

.box_cart_page {
    border-radius: 15px;
    border: 1px solid #E6E6E6;
}

.box_cart_page .head {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

ul.tab-head li {
    margin-bottom: 15px;
}

ul.tab-head li:last-child {
    margin-bottom: 0;
}

a.more_equipement_link {
    color: #C69C6D;
}

a.more_equipement_link:hover {
    color: #878996;
}

ul.assistance {
    position: fixed;
    bottom: 10px;
    right: 17px;
    z-index: 2;
}

ul.assistance li {
    display: block;
    margin-bottom: 10px;
}

ul.assistance li a {
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background: #878997;
    z-index: 50;
    text-align: center;
    box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
    cursor: pointer;
    transition: all .5s ease-in-out;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
}

ul.assistance li.whatsapp a {
    background: #25d366!important;
}

ul.assistance li.facebook a {
    background: #49699f!important;
}

ul.assistance li.telegram a {
    background: #0088CC!important;
}


/*************/

.bg_login {
    background: #fff;
    border-radius: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.cd-signin-modal .box_container {
    height: 100%;
    border-radius: 0;
}

.cd-signin-modal .box_container h3 {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 26px;
    text-shadow: 0px 3px 7px #0000004f;
}

.bg_login .cd-signin-modal__switcher a.cd-selected {
    color: #C69C6D!important
}

.bg_login .cd-signin-modal__message {
    color: #7d7d7d;
    font-size: unset;
    line-height: 15px;
    margin-bottom: 20px;
}

.bg_login .cd-signin-modal__input.cd-signin-modal__input--has-border {
    border: 1px solid #e6e6e6;
}

.bg_login .cd-signin-modal__bottom-message a {
    color: #7d7d7d!important;
}

.bg_login .cd-signin-modal__switcher a {
    color: #7d7d7d!important;
}

.bg_login .cd-signin-modal__switcher a.cd-selected {
    border-bottom: 2px solid #C69C6D;
}

.bg_login .cd-signin-modal__label.cd-signin-modal__label--image-replace {
    color: #7d7d7d;
}

.submit_btn.facebook {
    background: #49699f;
}

.submit_btn.google {
    background: #b72d24;
}

.password_elmt .cd-signin-modal__hide-password {
    display: block!important;
    right: 10px;
    top: 38px;
    font-size: 13px;
}

wrapper .sidebar {
    z-index: 1;
    background: #2F323A;
    position: fixed;
    top: 70px;
    width: 250px;
    height: 100%;
    transition: 0.3s;
    transition-property: width;
    overflow-y: auto;
}

.wrapper .sidebar .sidebar-menu {
    overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .profile img {
    margin: 20px 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.wrapper .sidebar .sidebar-menu .profile p {
    color: #bbb;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrapper .sidebar .sidebar-menu .item {
    overflow: hidden;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn {
    display: block;
    color: #838383;
    position: relative;
    padding: 14px 0px;
    transition: 0.3s;
    transition-property: color;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn:hover {
    color: #C69C6D;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn i {
    margin-right: 20px;
}

.wrapper .sidebar .sidebar-menu .item .menu-btn .drop-down {
    float: right;
    font-size: 12px;
    margin-top: 3px;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu {
    background: #ededed;
    overflow: hidden;
    max-height: 0;
    transition: 0.3s;
    transition-property: background, max-height;
    border-radius: 10px;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a {
    display: block;
    position: relative;
    color: #8b8b8b;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 20px;
    transition: 0.3s;
    transition-property: background;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a:hover {
    background: #C69C6D;
    color: #fff;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu a:not(last-child) {
    border-bottom: 1px solid #e4e4e4;
}

.wrapper .sidebar .sidebar-menu .item .sub-menu i {
    padding-right: 20px;
    font-size: 10px;
}

.wrapper .sidebar .sidebar-menu .item:target .sub-menu {
    max-height: 500px;
}

.wrapper .sidebar_zone {
    z-index: 1;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    transition-property: width;
    overflow-y: auto;
    float: left;
}

.wrapper .side_content {
    width: calc(100% - 300px);
    margin-left: 300px;
    padding: 0 0 0 35px;
    transition: 0.3s;
}


/**********Wizard***********/

#heading {
    text-transform: uppercase;
    color: #C69C6D;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #C69C6D;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #C69C6D;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    border-radius: 100px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #C69C6D
}

#msform .action-button-previous {
    width: 100px;
    background: #878997;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    border-radius: 100px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #84868e
}

.card {
    z-index: 0;
    border: none;
    position: relative;
    display: block;
    width: 100%;
}

.fs-title {
    font-size: 20px;
    color: #C69C6D;
    font-weight: normal;
    text-align: left;
    line-height: 19px;
    margin: 0;
}

.purple-text {
    color: #C69C6D;
    font-weight: normal
}

.steps {
    font-size: 20px;
    color: #878997;
    font-weight: normal;
    text-align: right;
    MARGIN: 0;
    line-height: 20px;
}

.fieldlabels {
    color: 878997;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #C69C6D
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font: var(--fa-font-solid);
    content: "\f13e"
}

#progressbar #personal:before {
    font: var(--fa-font-solid);
    content: "\f007"
}

#progressbar #payment:before {
    font: var(--fa-font-solid);
    content: "\f030"
}

#progressbar #confirm:before {
    font: var(--fa-font-solid);
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #C69C6D
}

.progress {
    height: 7px
}

.progress-bar {
    background-color: #C69C6D
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.iti {
    display: block!important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(177 179 191 / 9%)!important;
    border-radius: 60px;
    padding: 0 15px;
}


/***upload profil pic****/

.zone_pic {
    position: relative;
    margin: 0;
    width: 130px;
    height: 130px;
    float: left;
}

.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
    position: relative;
}

.file-upload {
    display: none;
}

.circle_pic {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 3px solid #ffffff;
    position: relative;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
    margin: 0 auto 20px 0;
}

.p-image {
    position: absolute;
    top: 98px;
    right: 10px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    background: #C69C6D;
    font-size: 10px;
    width: 23px;
    height: 23px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    line-height: 23px;
    border: 1px solid #fff;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #ffffff;
}

.zone_photo {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px dashed #878997;
    padding: 40px 20px;
}

.submit_btn.email_custom {
    background: #eeeeee;
    color: #434242 !important;
}

.separator_login {
    -webkit-box-align: center !important;
    display: flex !important;
    align-items: center !important;
    margin: 16px 0px !important;
}

.separator_login::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(221, 221, 221) !important;
    margin-right: 16px !important;
}

.separator_login::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(221, 221, 221) !important;
    margin-left: 16px !important;
}

.separator_login span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.form_input_control {
    position: relative;
}

.form_input_control i {
    position: absolute;
    z-index: 1;
    font-size: 20px;
    top: 13px;
    left: 23px;
    color: #C69C6D;
}

.nice-select .select2-container {
    width: 100%!important;
}

.zone_calendar {
    height: 300px;
    padding: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed;
    border-radius: 30px;
    margin-top: 20px;
}

ul.price li {
    line-height: 19px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}

ul.price li::after {
    content: '\f058';
    position: absolute;
    top: 5px;
    font: var(--fa-font-solid);
    font-size: 10px;
    left: 0;
}

ul.price li span {
    font-weight: 400;
    font-size: 11px;
}

.text_clip {
    overflow: clip;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

header.scrolling {
    background: #fff
}

header.scrolling .nav ul.menu>li>a {
    color: #878996;
}

header.scrolling .toggle:before {
    background: #878997;
}

header.scrolling .slot {
    color: #878996;
}

header.scrolling .account.dropdown>a {
    color: #878996;
}

.hero_single.version_3 {
    height: 500px;
    z-index: 0;
    position: relative;
    position: absolute;
    z-index: -1;
}

.box_container_img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_container_all:hover .box_container_img {
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-gallery a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 90px;
}

.popup-gallery a img {
    object-fit: cover;
}

.popup-gallery a .overlay_img {
    position: absolute;
    background: rgba(0, 0, 0, 0.205);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup-gallery a .overlay_img i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
}

.popup-gallery a:hover .overlay_img {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-type-number {
    position: relative;
    height: 50px;
}

.form-type-number input {
    appearance: none;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 50px;
    text-align: center;
    border-radius: 30px;
    border: none;
}

.form-type-number input[type=number]::-webkit-inner-spin-button,
.form-type-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.form-type-number .btn-minus,
.form-type-number .btn-plus {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: #878998;
    text-align: center;
    border-radius: 100px;
    line-height: 31px;
    color: #fff;
    font-size: 20px;
}

.btn-minus {
    left: 10px;
}

.btn-plus {
    right: 10px;
}

#login aside,
#register aside,
#register_parrain aside {
    padding: 45px 60px 60px 60px;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: auto;
    background-color: #fff;
    height: 100vh;
    width: 100%;
}

#login aside {
    width: 430px;
}

#register aside {
    width: 680px;
}

#register_parrain #register {
    display: flex;
}

#register_parrain aside {
    width: 50vw;
    position: unset;
}

#register_parrain .auth-fluid-right {
    margin: 0;
    width: 50vw;
}

#login figure,
#register figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: -45px -60px 25px -60px;
    padding: 20px 60px 25px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#login_bg,
#register_bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

#login_bg {
    background: url(../images/slide_3.jpg) center center no-repeat fixed;
    background-size: cover;
}

#register_bg {
    background: url(../images/slide_1.jpg) center center no-repeat fixed;
    background-size: cover;
}

.auth-fluid {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    flex-direction: row;
    align-items: stretch;
}

.auth-fluid-right {
    flex: 1;
    position: relative;
    background-color: rgba(255, 165, 0);
    overflow: hidden;
    height: 100vh;
    margin-left: 680px;
    width: 100%;
}

#register .wide-container {
    max-width: 100%;
    height: 100vh!important;
}

.overlay_bg {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.content_slide {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    line-height: 26px;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 23%);
    width: 100%;
    display: block;
}

.slide_box_content {
    height: auto;
    position: absolute;
    width: 400px;
    z-index: 3;
    bottom: 0;
    padding: 50px;
}

#slides h2 {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    width: 450px;
    padding: 48px;
    top: 0;
    left: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #C69C6D!important;
}

.top_title {
    position: absolute;
    z-index: 3;
    color: #fff;
    width: 450px;
    padding: 10px 48px;
    top: 0;
    left: 0;
}

.top_title h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.top_title h2 span {
    font-size: 21px;
    margin-top: -5px;
    display: block;
}

.content_box {
    position: absolute;
    z-index: 3;
    color: #fff;
    width: 450px;
    padding: 48px;
    bottom: 0;
    left: 0;
    text-align: left;
}

.content_box h3 {
    color: #fff;
    font-size: 20px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #C69C6D!important;
}

.search_section.inner_zone.dashboard_zone {
    background: #212529;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    font-size: 10px!important;
}

table#example td {
    vertical-align: middle!important;
    padding: 20px 0 20px 20px!important;
    border-top: 1px dotted #d8dce1!important;
}

table.dataTable#example thead th,
table.dataTable#example thead td {
    border-bottom: 0;
}

table.dataTable#example tfoot th,
table.dataTable#example tfoot td {
    padding: 10px 10px 6px 10px;
    border-top: 0!important
}

table.example td {
    vertical-align: middle!important;
    padding: 20px 0 20px 20px!important;
    border-top: 1px dotted #d8dce1!important;
}

table.dataTable.example thead th,
table.dataTable.example thead td {
    border-bottom: 0;
}

table.dataTable.example tfoot th,
table.dataTable.example tfoot td {
    padding: 10px 10px 6px 10px;
    border-top: 0!important
}

.payment-list ul {
    list-style: none;
}

.payment-list ul li {
    padding: 5px 0;
}

.payment-list ul li:before,
.payment-list ul li:after {
    content: " ";
    width: 100%;
}

.payment-list ul li span {
    float: right;
}

.payment-list ul .payment-due,
.payment-list ul .sub-total,
.payment-list ul .payment-total {
    color: #C69C6D;
    font-size: 16px;
    padding: 20px 0 10px;
    font-weight: 800;
}

.payment-list ul .sub-total,
.payment-list ul .payment-total,
.payment-list ul .payment-due,
.payment-list ul .total {
    border-top: 1px dotted #d8dce1;
    margin-top: 10px;
}

.logo_simple {
    width: 200px;
    margin: 0 0 0 auto;
}

ul.dash_option li {
    display: inline-block;
    margin-right: 10px;
}

ul.dash_option li:last-child {
    margin: 0;
}

ul.dash_option li a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    background: #C69C6D;
    border-radius: 100px;
    color: #fff;
}

.box_detail.dash_icon {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.box_detail.dash_icon i {
    position: absolute;
    bottom: -10px;
    right: 20px;
    font-size: 70px;
    opacity: .2;
}

.box_detail.dash_icon h2 {
    color: #C69C6D;
    position: absolute;
    bottom: 22px;
    font-size: 60px;
}

.box_detail.dash_icon h4 {
    color: #C69C6D;
    position: absolute;
    bottom: 22px;
    font-size: 30px;
}

.box_detail.dash_icon h3 {
    color: #C69C6D;
    position: absolute;
    bottom: 22px;
}

.box_detail.dash_icon h6 {
    color: #fff;
    position: absolute;
    bottom: 22px;
}

a.icon_link {
    position: absolute;
    top: 22px;
    right: 16px;
    z-index: 1;
    width: 30px;
    height: 30px;
}

a.icon_link i {
    background: #C69C6D;
    border-radius: 100px;
    width: 30px;
    color: #fff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 10px!important;
    opacity: 1!important;
    position: unset!important;
}

.btn_dash .btn {
    background: #C69C6D!important;
    border: 0!important;
    border-radius: 34px!important;
    font-size: 12px!important;
    color: #fff;
    padding: 6px 17px;
}

.btn_dash .dropdown-menu {
    background-color: #ffffff!important;
    background-clip: padding-box!important;
    border: 0 solid rgba(0, 0, 0, 0.15)!important;
    border-radius: 20px!important;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15)!important;
    width: 200px;
    overflow: hidden;
}

.btn_dash .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #878998;
}


/*--------------------------------------------------------------------------------------*/


/*                     1JQUERY TABS                                                 */


/*-------------------------------------------------------------------------------------*/

.tabs-wrapp {
    float: left;
    position: relative;
    margin-top: 20px;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.tabs-nav li {
    top: 2px;
    min-width: 150px;
    padding: 14px 5px 14px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #C69C6D;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #C69C6D;
    margin-bottom: 8px;
}

.tabs-nav li.active {
    line-height: 31px
}

.tabs-nav li.active {
    z-index: 10;
    background-color: #C69C6D;
    color: #fff;
}

.tabs-nav li.active a {
    font-weight: bold;
    color: #fff!important;
}

.tabs-nav li a {
    /*background: #aab2bd;*/
    line-height: 15px;
    font-size: 14px;
    color: #C69C6D!important;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 9px 0 9px;
    text-decoration: none;
    /*border-radius: 4px 4px 0 0;*/
    -moz-transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}

.tabs-nav li a i {
    margin-right: 5px;
    color: #FFF;
}

.tabs-container {
    /*border: 1px solid #dddddd;*/
    margin: -1px 0 20px;
    overflow: hidden;
    width: 100%;
    padding: 40px 0 0 0;
}

.why_us .tab-content {
    background: #c69c6d;
    padding: 40Px;
    margin-top: -90px;
}

.why_us .nav {
    flex-wrap: nowrap;
    width: 100%;
}

.tab-content {
    padding: 15px;
    background: white;
    font-weight: 100;
}

#contactpopuplist .tab-content {
    padding: 60px;
}

.scroll_bar_1,
.scroll_bar_2,
.scroll_bar_3 {
    height: 400px;
    overflow: hidden;
}


/*.tabs-nav li:first-child a{
  padding: 0 9px 0 0;
}*/

.tabs-nav li:last-child a {
    border: 0;
}

.form_add_edit .submit_btn {
    width: unset;
    margin: 0 0 0 auto;
}

.form_input_control.icon .nice-select {
    padding: 7px 20px 8px 60px;
}

.devise_elmt {
    margin: auto;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.tile_devise {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
}

.devise_elmt button {
    border: none;
}

.devise_elmt button:focus {
    outline: none;
}

.devise_elmt-open-list-btn {
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin: auto;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.15s ease;
    border-radius: 70px;
    padding: 10px;
    background: #fff;
    color: #7b7d88;
    width: 90px;
}

.devise_elmt-open-list-btn:hover {
    transform: scale(0.95);
}

.devise_elmt-open-list-btn:focus {
    transition: 0.15s ease;
    transform: scale(0.95);
}

.devise_elmt-open-list-btn:active {
    transition: 0.15s ease;
    transform: scale(0.9);
}

.devise_elmt-list {
    list-style: none;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    padding-left: 0px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.devise_elmt-list--visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.devise_elmt-btn {
    cursor: pointer;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.15s ease;
    width: 100%;
    background: #dedede;
    color: #7b7d88;
    font-size: 13px;
}

.devise_elmt-btn:hover {
    background: #878997;
    color: #fff;
}

.devise_elmt-list--visible li {
    border-bottom: 1px solid #d6d6d6;
}

.devise_elmt-list--visible li:last-child {
    border-bottom: none;
}

.devise_elmt img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100px;
    margin-right: 5px;
    border: 1px solid #C69C6D;
}

.devise_elmt a {
    border: none;
    width: 100%;
    display: block;
    text-align: center;
}

.devise_elmt a:focus {
    outline: none;
}


/*devise sidebar*/

.devise_elmt_side {
    margin: auto;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin-right: 0px;
}

.devise_elmt_side button {
    border: none;
}

.devise_elmt_side button:focus {
    outline: none;
}

.devise_elmt_side-open-list-btn {
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin: auto;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.15s ease;
    border-radius: 70px;
    padding: 10px;
    background: #fff;
    color: #7b7d88;
    width: 90px;
}

.devise_elmt_side-open-list-btn:hover {
    transform: scale(0.95);
}

.devise_elmt_side-open-list-btn:focus {
    transition: 0.15s ease;
    transform: scale(0.95);
}

.devise_elmt_side-open-list-btn:active {
    transition: 0.15s ease;
    transform: scale(0.9);
}

.devise_elmt_side-list {
    list-style: none;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    padding-left: 0px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.devise_elmt_side-list--visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.devise_elmt_side-btn {
    cursor: pointer;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.15s ease;
    width: 100%;
    background: #dedede;
    color: #7b7d88;
    font-size: 13px;
}

.devise_elmt_side-btn:hover {
    background: #878997;
    color: #fff;
}

.devise_elmt_side-list--visible li {
    border-bottom: 1px solid #d6d6d6;
}

.devise_elmt_side-list--visible li:last-child {
    border-bottom: none;
}

.devise_elmt_side img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100px;
    margin-right: 5px;
    border: 1px solid #C69C6D;
}

.devise_elmt_side a {
    border: none;
    width: 100%;
    display: block;
    text-align: center;
}

.devise_elmt_side a:focus {
    outline: none;
}

header.scrolling .tile_devise {
    color: #878996;
}


/*4 aout*/

.no-fixed {
    background: #fff!important;
    position: relative!important;
}

.logo_simple {
    width: 200px;
    margin: 0 0 0 auto;
}

.notation_box_elmts .info_resa {
    display: block;
}

.notation_box_elmts .info_resa .box_container {
    height: 200px;
    width: 100%;
}

.notation_box_elmts ul li.title {
    font-size: 35px;
    margin-bottom: 18px;
    margin-top: 17px;
    line-height: 30px;
}

.search_section.home {
    margin-top: -510px;
    padding-bottom: 55px;
}

.search_section.home .box_search {
    border-radius: 30px;
    background: #ffffff4d!important;
    backdrop-filter: blur(7px);
}

.accroche_home {
    display: none;
}

.option_zone_elmts {
    display: flex;
    align-items: center;
    justify-content: end;
}

.r_simple_link {
    color: #C69C6D;
}

.r_simple_link:hover {
    color: #b1b3bf;
}

.content_extra_page {
    background: #ffffff url(../images/bg_about_bg.png)repeat-x top center;
    padding: 120px 80px 50px 80px;
    background-size: contain;
}

.header_extrapage {
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 20px 19px #0000001f;
    border: 1px solid #C69C6D;
}

.header_extrapage_title {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 11;
    line-height: 44px;
    text-align: right;
}

.box_img_extrapge {
    width: 500px;
    position: absolute;
    z-index: 9;
    top: -68px;
    left: 50px;
}

.box_extrapage {
    background: #C69C6D;
    padding: 30px;
    border-radius: 30px 0 0 30px;
    position: relative;
}

.box_extrapage::after {
    content: "";
    position: absolute;
    width: 100%;
    background: #C69C6D;
    left: 100%;
    height: 100%;
    top: 0;
}

.box_extrapage2 {
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.box_extrapage2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #C69C6D;
    left: -80px;
    top: -100px;
    border-radius: 100px;
}

.box_extrapage_title {
    font-size: 17px;
    font-weight: bold;
    color: #C69C6D;
}

ul.best_choice {
    padding: 0;
    margin: 0;
}

ul.best_choice li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 50px;
    line-height: 20px;
}

ul.best_choice li::after {
    color: #C69C6D;
    font-size: 22px;
    font-weight: 400;
    font: var(--fa-font-solid);
    content: "\f058";
    margin-right: 16px;
    position: absolute;
    left: 0;
    top: -1px;
}

.content_extra_page.foot_elmt {
    padding: 50px 80px;
    background: #b1b3bf;
}

.aside_bar ul.info_contact {
    display: block;
}

.aside_bar ul.info_contact li {
    margin-right: 0px;
}

.aside_bar .social-icons ul {
    margin: 0;
}

.aside_bar .social-icons li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.aside_bar .circle-icons li a span {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.aside_bar .social-icons li a {
    display: flex;
    align-items: center;
}

.aside_bar .social-icons li a i {
    margin-right: 20px;
}

.aside_bar .social-icons li:after {
    left: -6px;
}

.aside_bar .social-icons li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#detail_img {
    position: relative;
}

.box_img_concept {
    background: #e3e3e3;
    height: 150px;
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #C69C6D;
    box-shadow: -5px 8px 12px 5px #0000000a;
    position: relative;
    z-index: 1;
}

.box_zero {
    border: 1px solid #C69C6D;
    padding: 40px;
    border-radius: 30px;
    background: #f8f9fa url('../images/bg-zero.jpg') no-repeat top right;
    position: relative;
    background-size: cover;
}

.box_zero_img {
    width: 580px;
    position: absolute;
    top: -69px;
    right: 0;
}

.box_zero_content {
    width: 60%;
}

.box_zero .submit_btn {
    text-align: center;
    width: 60%;
}

.copyright {
    font-size: 12px;
}

.menu_shown .topmenu {
    transition: opacity .35s ease-in-out, transform .35s ease-in-out, top .3s ease-out;
}

.close_x_asidebar {
    background: #C69C6D;
    position: absolute;
    right: 14px;
    line-height: 35px;
    z-index: 1;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 20px;
}

.close_x_asidebar i {
    font-size: 20px;
    color: #fff;
}

.menu_shown .topmenu {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
}

.topmenu {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    visibility: hidden;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out, visibility .35s ease-in-out, top .3s ease-out;
}

.topmenu .menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    font-weight: 500;
    min-height: 500px;
    background: #fff;
    overflow: hidden;
    right: 0;
}

.content-menu {
    position: absolute;
    left: 107px;
    right: 107px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.menu_shown .menu-background {
    transition: opacity .3s ease-in-out;
    opacity: .6;
    visibility: inherit;
}

.content-menu h3 {
    font-size: 10px;
    color: #C69C6D;
    float: left;
    margin-right: 20px;
    width: 50px;
}

.content-menu ul li a {
    color: #8c9196;
}

.topmenu .devise_elmt_side {
    display: inline-flex;
}

.topmenu .header__lang_side {
    display: inline-flex;
}

.header__lang_side {
    margin: auto;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 100px;
}

.header__lang_side button {
    border: none;
}

.header__lang_side button:focus {
    outline: none;
}

.header__lang_side-open-list-btn {
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    margin: auto;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.15s ease;
    border-radius: 70px;
    padding: 10px;
    background: #fff;
    color: #7b7d88;
    width: 90px;
}

.header__lang_side-open-list-btn:hover {
    transform: scale(0.95);
}

.header__lang_side-open-list-btn:focus {
    transition: 0.15s ease;
    transform: scale(0.95);
}

.header__lang_side-open-list-btn:active {
    transition: 0.15s ease;
    transform: scale(0.9);
}

.header__lang_side-list {
    list-style: none;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.08);
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 30px);
    padding-left: 0px;
    border-radius: 20px;
    overflow: hidden;
    width: 90px;
}

.header__lang_side-list--visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}

.header__lang_side-btn {
    cursor: pointer;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color 0.15s ease;
    width: 100%;
    background: #dedede;
    color: #7b7d88;
    font-size: 13px;
}

.header__lang_side-btn:hover {
    background: #878997;
    color: #fff;
}

.header__lang_side-list--visible li {
    border-bottom: 1px solid #d6d6d6;
}

.header__lang_side-list--visible li:last-child {
    border-bottom: none;
}

.header__lang_side img {
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100px;
    margin-right: 5px;
}

.menu-button {
    display: none;
}

.notifspay .box_zero {
    padding: 41px 40px 40px 40px;
}

.notifspay .box_zero .box_zero_content {
    width: 100%;
}

.submit_btn.round {
    width: 40px!important;
    height: 40px;
    padding: 0!important;
    margin: 10px auto 10px auto!important;
    display: block;
}

#box_text_slider .item {
    border: 2px solid #000;
}

.topbar {
    background: #C69C6D;
    position: relative;
    z-index: 23;
}

ul.toplink {
    text-align: right;
}

ul.toplink li {
    display: inline-block;
    margin-right: 10px;
}

ul.toplink li a {
    color: #fff;
}

ul.toplink li:last-child {
    margin: 0;
}

ul.toplink_lang li {
    display: inline-block;
    height: 100%;
}

ul.toplink_lang li.active {
    background: #3C3C3B;
}

ul.toplink_lang li a {
    color: #fff;
    padding: 0 10px;
}

ul.toplink_lang li:last-child {
    margin: 0;
}

.element {
    font-size: 23px;
    line-height: 20px;
}

.phrases {
    font-size: 25px;
    color: #c69c6d;
    font-weight: 600;
    height: 34px;
    display: block;
}

.text-rotater {
    font-size: 50px;
    color: #c69c6d;
    font-weight: 600;
    height: 34px;
    display: block;
    position: relative;
    margin-top: 90px;
}

.text-rotater::after {
    content: "";
    background: #c69c6d;
    height: 6px;
    width: 110px;
    position: absolute;
    bottom: -30px;
    left: 0;
}

.box_search .nav {
    justify-content: start;
    border: 0;
}

.table-fixed {
    width: 100%;
    background-color: #f3f3f3;
}

.table-fixed tbody {
    height: 200px;
    overflow-y: auto;
    width: 100%;
}

.scrollable_content {
    overflow-Y: scroll;
    height: 484px;
}

.search_section .tab-content {
    /*padding: 10px 20px;
  background: white;
  border-radius: 80px;*/
    margin-top: 1px;
}

.search_section .nav-tabs .nav-link {
    color: #fff;
    border: 0;
}

.search_section .nav-tabs .nav-link:hover {
    border: 0;
    color: #c69c6d;
}

.search_section .nav-tabs .nav-link {
    color: #fff;
    border: 0;
    border-radius: 0;
    background: #373535;
    padding: 20px;
}

.search_section .nav-tabs .nav-link.active,
.search_section.nav-tabs .nav-item.show .nav-link {
    background: white;
    color: #c69c6d;
    border: 0;
    font-weight: bold;
}

.search_section .nav-tabs .nav-link {
    color: #fff;
    border: 0;
    border-radius: 0;
    background: #373535;
    padding: 20px;
}

a.adv_search:hover {
    color: #fff;
}

.footer_title {
    margin-bottom: 9px;
    /* border-bottom: 1px solid #f7f7f7; */
    padding-bottom: 21px;
    line-height: 25px;
    color: #000;
}

.footer_contact li {
    display: block;
    /* border-bottom: 1px solid rgb(0 0 0); */
    font-size: 12px;
    text-align: left;
    /* padding-bottom: 5px; */
    /* margin-bottom: 5px; */
    color: #000;
}

.footer_contact li a {
    color: #000;
}

.footer_contact i {
    font-size: 11px;
    margin-right: 15px;
    color: #c69c6d;
}

.footer_link li {
    position: relative;
    padding-left: 22px;
}

.footer_link li a {
    color: #000;
}

.footer_link li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 6px;
    left: 2px;
    font-size: 10px;
    content: '\f105';
    color: #c69c6d;
}

.footer_copylink {
    color: #000;
}

.newsletter form {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #3c3c3b;
    padding: 32px;
}

.newsletter form input {
    font-size: 15px;
    height: 60px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #c69c6d;
    background-color: transparent;
    padding-left: 0;
    color: #ffffff;
    font-weight: 400;
    padding-right: 65px;
    border-radius: 0px;
    outline: none;
}

.newsletter form button {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    right: 0;
    border-radius: 25px 25px 0;
}

.more i {
    position: absolute;
    right: 0;
    background: #3c3c3b;
    padding: 10px;
    top: 0;
    height: 100%;
    margin: 0px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shadow-box {
    box-shadow: -4px 5px 20px #00000036;
}

.devis_btn {
    color: #fff;
    background: #252424;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 23px;
    display: block;
}

.devis_btn:hover {
    background: #2f2f2f;
    color: #c69c6d;
}

ul.list_comodity {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

ul.list_comodity span.icon svg {
    height: 15px;
    margin-right: 2px;
}

ul.list_comodity li {
    display: flex;
    align-items: center;
    background: #f6f6f6;
    margin-right: 5px;
    padding: 4px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    flex: auto;
}

ul.list_comodity li:hover {
    background: #C69C6D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.why_us .nav-pills .nav-link.active,
.why_us .nav-pills .show>.nav-link {
    background: #c69c6d;
    color: #fff;
}

.why_us .nav-link {
    color: #fff;
    font-size: 19px;
    line-height: 19px;
    text-align: left;
    width: 100%;
    padding: 20px;
    border-right: 1px solid #c69c6d4a;
    border-radius: 0;
    position: relative;
    padding: 20px 40px 20px 20px;
    height: 100%;
    /* background: #c69c6d; */
    display: flex;
    height: 100px;
    align-items: center;
    background: #3c3c3b;
}

.why_us .arrow_elmnt {
    bottom: -48px;
    right: -60px;
    width: 220px;
    opacity: 1;
    z-index: 0;
}

.why_us .nav-link i {
    font-size: 25px;
    margin-right: 20px;
}

.icon_zone {
    font-size: 15px;
    background: #c69c6d;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #3c3c3b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 7px;
}

#reference.inner_zone {
    padding: 20px 0;
}

.section-title.center .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.section-title.center .sub-heading {
    padding: 0 45px;
}

.section-title.center {
    text-align: center;
}

.section-title.center .sub-heading::before.text-bark {
    background: #000!important;
}

.section-title.center .sub-heading::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #c69c6d;
    top: 50%;
}

.section-title.center .sub-heading::after {
    right: 0;
}

.section-title.center .sub-heading::before {
    left: 0;
}

.box_service {
    padding: 63px 25px 25px 25px;
    background-color: #fff;
    transition: 0.3s;
    height: 240px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_service::after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #c69c6d;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.box_service:hover::after {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover .box_service h5 {
    color: #c69c6d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_service:hover .icon_service {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1.3);
}

.services-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s;
    z-index: 3;
    background: #f3f3f3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.services-content h5 {
    line-height: 19px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    color: #000;
    text-align: center;
}

.services-content {
    position: relative;
    display: block;
    height: 100%;
}

.services.inner_zone {
    padding-bottom: 150px;
}

.icon_service {
    width: 40px;
    position: relative;
    top: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    Flex-shrink: 0;
}

.icon_service.left {
    margin: 0 20px 0 0;
}

.date_delivery {
    background: #ebe2d5;
    padding: 10px;
    color: #C69C6D;
    margin-top: 20px;
}

.headepage_promotion {
    margin-top: 80px;
    overflow: hidden;
}

.headepage_promotion.service {
    margin-top: 0px;
}

.box_pack {
    padding: 14px 0;
}

.pack_title {
    padding: 0px 80px;
    /* font-size: 24px; */
    /* line-height: 23px; */
    text-align: center;
}

.pack_price {
    font-size: 30px;
    font-weight: bold;
}

.pack_description {
    padding: 20px;
    text-align: center;
}

.content_get_society_packages input[type="radio"] {
    display: none;
    &:not(:disabled)~label {
        cursor: pointer;
    }
    &:disabled~label {
        color: hsla(150, 5%, 75%, 1);
        border-color: hsla(150, 5%, 75%, 1);
        box-shadow: none;
        cursor: not-allowed;
    }
}

.content_get_society_packages label {
    height: 100%;
    display: block;
    background: white;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
    border: 1px solid #c69c6d;
    /* border-radius: 20px; */
    align-items: center;
    padding: 20px 10px;
    width: 100%;
}

.content_get_society_packages input[type="radio"]:checked+label {
    background: hsl(31.69deg 43.84% 60.2%);
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px hsl(31.69deg 43.84% 60.2%);
    border: 0;
}

.content_get_society_packages input[type="radio"]:checked+label::after {
    color: #c69c6d;
    font: var(--fa-font-solid);
    content: "\f00c";
    font-size: 15px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    line-height: 31px;
    text-align: center;
    background: white;
    /* box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25); */
}

.box_pack.other input {
    font-size: 27px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #000;
    background-color: transparent;
    color: #fff;
    padding-right: 0;
    border-radius: 0px;
    font-weight: bold;
}

.content_get_society_packages .box_pack.other input::placeholder {
    color: white;
    opacity: 1;
    /* Firefox */
}

.content_get_society_packages .box_pack.other input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: white;
}

.unit {
    font-size: 13px;
    line-height: 0px;
}

.tab-content.elmts_immo {
    padding: 0;
    background: transparent;
}

.elmts_immo .owl-carousel .owl-stage {
    padding: 0;
}

.btn_immo .nav-pills .nav-link {
    background: #3c3c3b;
    padding: 10px;
    border-radius: 0;
    padding: 0px 00px;
    color: #fff;
    margin-right: 16px;
    padding: 0px 2px 0px 8px;
}

.btn_immo .nav-pills .nav-link i {
    margin-left: 5px;
    background: #3C3C3B;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn_immo .nav-pills .nav-link:hover {
    color: #C69C6D;
}

.btn_immo .nav-pills .nav-link:hover i {
    background: #C69C6D;
}

.btn_immo .nav-pills .nav-link.active {
    background: #C69C6D;
    color: #3C3C3B;
}

.montant {
    font-weight: bold;
    display: flex;
    align-items: center;
    border-top: 1px dashed;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    color: #C69C6D;
}

.montant span {
    font-size: 10px;
    margin-left: 20px;
    color: #C69C6D;
}

.new_add {
    background: #71c66d;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
}

.box_inner_content {
    background: #ebe2d5;
    padding: 40px;
    /*min-height: 400px;*/
}

.box_side_info {
    background: #C69C6D;
    box-shadow: 0 0 0 #000;
    padding: 30px;
    min-height: 300px;
    position: relative;
    z-index: 1;
}

.box_side_info ul.list_comodity {
    font-size: 16px;
    color: #fff;
}

.box_side_info ul.list_comodity span.icon svg {
    height: 26px;
    margin-right: 2px;
    fill: #ffffff;
}

.box_side_info ul.list_comodity li {
    background: transparent;
}

.more {
    color: #c69c6d;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 15px 34px;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative;
}

.more:hover {
    background: #3c3c3b;
    color: #c69c6d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.group_action ul {
    display: flex;
    margin-top: 10px;
}

.group_action ul li {
    margin-right: 10px;
    flex: auto;
}

.group_action ul li a {
    padding: 20px;
    text-align: center;
    background: #fff;
    display: block;
}

.group_action ul li:last-child {
    margin-right: 0;
}

.group_action ul li a i {
    display: block;
    font-size: 25px;
}

.group_action ul li:hover a {
    background: #3c3c3b;
    color: #c69c6d;
}

#contactpopuplist .nav {
    justify-content: center;
    border: 0;
}

#contactpopuplist .nav-link {
    text-align: center;
    background: transparent;
    border: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .5s ease-in-out;
}

#contactpopuplist .nav-link i {
    display: block;
    width: 90px;
    height: 80px;
    text-align: center;
    line-height: 82px;
    border: 1px solid #c69c6d;
    margin-bottom: 10px;
    font-size: 32px;
    transition: all .5s ease-in-out;
}

.contact_zone_box .box_side_info{
    height: 100%;
}
#contactpopuplist .nav-link {
    color: #c69c6d;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

#contactpopuplist .nav-tabs .nav-link.active i,
#contactpopuplist .nav-tabs .nav-item.show .nav-link i {
    background: #c69c6d;
    color: #fff;
}

#contactpopuplist .box_search {
    margin-top: 30px;
}

#contactpopuplist .box_search .form-control {
    border: 1px solid #ddd !important;
    border-radius: 0;
}

#contactpopuplist .modal-header {
    display: block;
    padding: 20px 0 0 0;
    background: #3c3c3b;
    border-radius: 0;
    border: 0;
}

.info ul {
    padding-left: 40px;
    margin: 0;
}

.info li {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 5px;
    border-bottom: 0;
}

.info li i {
    position: absolute;
    top: 3px;
    left: -34px;
    font-size: 16px;
    color: #c69c6d;
}

.info li span {
    display: block;
    color: #c69c6d;
    font-weight: bold;
}

.box_side_info .horizontal-line {
    border-top: 1px solid #977045;
}

.box_side_info .montant {
    color: #fff;
    margin-bottom: -17px;
    border-color: #a47c4f;
}

.box_side_info .montant span {
    color: #fff;
}

.box_headzone {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    left: 60px;
    z-index: 1;
}
.box_headzone h4{
    font-size: 20px;
}
.box_inner_extra {
    background: #fff;
    padding: 30px 63px;
}

.box_inner_extra_2 {
    background: #fff;
    padding: 30px 63px;
    height: 100%;
}

.img_staff {
    width: 260px;
    box-shadow: -15px 7px 20px #0003;
    position: relative;
}

.name_staff {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    color: #C69C6D;
    margin: 0;
    font-size: 35px;
    padding: 19px 20px;
}

.name_staff::after {
    content: "";
    height: 4px;
    width: 100px;
    background: #C69C6D;
    position: absolute;
    bottom: -12px;
    left: -20px;
}

.feature-info-style-06 .feature-info-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.feature-info-style-06 .feature-info-number span {
    color: #ebe2d5;
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}

.feature-info-style-06 .feature-info-number .feature-info-title {
    -ms-flex-item-align: center;
    align-self: center;
}

#map {
    height: 500px;
}

#infomap.ivos_custom .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.ivos_custom .close {
    border: 0;
    background: #3C3C3B;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin: 0 0 0 auto;
    height: 30px;
    width: 30px;
}

.logo_box_partner {
    padding: 20px;
    border: 1px solid #ececec;
    height: 200px;
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 7%) 0px 16px 15px 0px;
}

.float_img {
    width: 570px;
    position: absolute;
    bottom: 0;
    left: -40px;
}

.why_us .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    background: #3c3c3b;
}

.adv_search_btn {
    background: #c69c6d;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 7px 13px;
}

.adv_search_btn:hover {
    background: #373535;
    color: #c69c6d;
}

.search_engine_interne {
    padding-top: 26px;
    background: #fff;
    padding-bottom: 18px;
    position: relative;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    position: fixed;
    width: 100%;
    top: 1px;
    z-index: 4;
}

.launch_search .search_engine_interne {
    padding-top: 109px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.search_btn_engine_elmts {
    position: absolute;
    bottom: -60px;
    right: 0;
    padding: 10px 20px;
    background: #000;
    z-index: 9;
}

.search_btn_engine_elmts:hover {
    background: #C69C6D;
    color: #fff;
}

.icon_time {
    display: none;
}

.launch_search .icon_time {
    display: block;
}

.icon_search {
    display: block;
}

.launch_search .icon_search {
    display: none;
}

.table.customboard.table> :not(caption)>*>* {
    background: #fff;
    border-color: #000;
}

.custom_dga_tabs .nav-pills .nav-link {
    width: 100%;
    border-radius: 0;
    background: #fff;
    margin-bottom: 7px;
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 600;
}

.custom_dga_tabs .tab-content {
    width: 100%;
    padding: 60px;
}

.custom_dga_tabs .nav-pills .nav-link.active {
    background: #3c3c3b;
    color: #fff;
}

.shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }
    1.78571% {
        transform: translate(5px, 0)
    }
    3.57143% {
        transform: translate(0, 0)
    }
    5.35714% {
        transform: translate(5px, 0)
    }
    7.14286% {
        transform: translate(0, 0)
    }
    8.92857% {
        transform: translate(5px, 0)
    }
    10.71429% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.has-sticker {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 1;
}

.has-sticker .sticker {
    font: bold 12px Sans-Serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -29px;
    top: 17px;
    width: 120px;
    background: #000;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}

.inner_photo .popup-gallery a {
    height: 140px;
    box-shadow: -3px 3px 14px #0003;
}

.go_back {
    background: #c69c6d;
    padding: 10px 10px;
    color: #fff;
    position: absolute;
    top: 44px;
    left: 0;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.go_back:hover {
    background: #3C3C3B;
    color: #fff;
}

.go_back i {
    background: #fff;
    color: #c69c6d;
    padding: 6px;
    margin-right: 9px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.title_head_page {
    padding-bottom: 10px;
    margin-bottom: 40px;
    position: relative;
}

.title_head_page::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: #C69C6D;
}


/* -------------------------------------------
breadcrumbs
------------------------------------------- */

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 40px;
}

.breadcrumbs li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs li a {
    color: #3c3c3b;
    -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}

.breadcrumbs li a:hover {
    color: #c69c6d;
}

.breadcrumbs li:after {
    content: "/";
    width: 7px;
    height: 20px;
    margin: 0 15px;
}

.breadcrumbs li:last-child {
    cursor: not-allowed;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li:last-child a {
    pointer-events: none;
    color: #c69c6d;
}

.header_inner_page {
    height: 300px;
    background: #3c3c3b;
}

.partenaire.owl-carousel .owl-stage {
    padding: 0px 0px;
}

.article_link {
    inset: 0px;
    position: absolute;
    z-index: 4;
}

.box_container_all {
    position: relative;
    height: 100%;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box_container_all:hover a.link i {
    background: #c69c6d;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.img_leaf {
    width: 100%;
    max-width: 100%!important;
}

.leaflet-popup-content-wrapper {
    padding: 0px!important;
    border-radius: 0!important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #c69c6d!important;
}

.leaflet-popup-content {
    margin: 0px!important;
    line-height: 1.4;
    padding: 20px;
}

.leaflet-container a.leaflet-popup-close-button {
    padding: 0!important;
    width: 23px!important;
    height: 23px!important;
    color: #c69c6d!important;
    background: #3c3c3b!important;
    line-height: 20px!important;
}

.leaflet-container a.n_link {
    color: #ffffff!important;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.leaflet-bar {
    box-shadow: none!important;
    border-radius: 0!important;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-bottom: none;
}

.leaflet-bar a {
    background-color: #3d3c3b!important;
    ;
    color: white!important;
}

.leaflet-bar a:hover {
    background-color: #C69C6D!important;
    ;
    color: white!important;
}

.tool_info_box {
    background: #3c3c3b;
    font-size: 10px;
    color: #fff;
    padding: 14px;
}

.title_b {
    font-weight: bold;
    font-size: 14px;
    color: #c69c6d;
}

.box_courtier_prix {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.modal {
    z-index: 1000000;
    ;
}

.modal-backdrop {
    z-index: 999999;
}

.num_inner:hover {
    background: #C69C6D;
    color: #3c3c3b;
    transition: all 200ms ease;
    transform: scale(1.3);
}

.num_inner:hover span {
    color: #3c3c3b;
    transition: all 200ms ease;
}

.num_inner span {
    font-size: 50px;
    color: #C69C6D;
    line-height: 50px;
    display: block;
    font-weight: bold;
    transition: all 200ms ease;
    padding: 9px 21px;
    margin-right: 24px;
}

.num_inner {
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #3c3c3b;
    padding: 11px 20px;
    transition: all 200ms ease;
    font-size: 17px;
}

.num_inner img {
    width: 55px;
    margin-right: 20Px;
}

.boxnews {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    /* background: #eee; */
    padding: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: -4px 4px 10px 1px #00000008;
}

.img_news {
    width: 100%;
    height: 150px;
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    transition: all .5s ease;
    margin-bottom: 20px;
}

.info_news {
    transition: all .5s ease;
    z-index: 1;
}

.date_news {
    font-size: 10px;
    position: relative;
}

.data_tag a {
    font-weight: bold;
    color: #1A3C6C;
    font-size: 10px;
    position: relative;
    display: block;
    margin-left: 11px;
}

.info_news h4 a {
    font-size: 15px;
    display: inline;
    background: transparent;
}

.boxnews:hover .info_news h4 a {
    color: #3c3c3b;
}

.newsfeed.owl-carousel .owl-stage {
    padding: 0px 0px;
}

.boxnews:hover .video-frame__icon {
    background: #C69C6D;
    color: #3c3c3b;
}

.video-frame__icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 47px;
    background: #eeeeee;
    border: 2px solid transparent;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    right: 0;
    position: absolute;
    bottom: 0;
}

.headepage_promotion.newsfeed_head {
    height: 180px;
}

.vertical-divider {
    position: relative;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #c69c6d24;
}

.info_head li a {
    color: #fff;
}

.info_head li a i {
    margin-right: 10px;
    color: #3c3c3b;
}

.info_head li {
    margin-right: 10px;
}

ul.info_head {
    display: flex;
    margin-left: 150px;
}

.extra {
    margin-top: -1px;
    flex-shrink: 0;
}

header h4 {
    font-size: 14px;
    line-height: 25px;
    margin-top: -8px;
    margin-left: 10px;
    color: #fff;
}

.square {
    width: 170px;
    height: 170px;
    background: #3c3c3b;
    position: absolute;
    bottom: -10px;
    left: 50px;
    padding: 20px;
    text-align: center;
    line-height: 16px;
    color: #c69c6d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.square h1 {
    font-size: 71px;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.img_float_2 {
    width: 470px;
    margin: 0 0 0 auto;
}

.zone_slider {
    margin-top: 150px;
    margin-bottom: 80px;
}

.controls {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    background: #c69c6d;
    height: 70px;
}

.mil-banner .swiper-button-next:after,
.mil-banner .swiper-button-prev:after {
    color: #fff!important;
    font-size: 20px!important;
}

.mil-banner {
    height: 400px;
    width: 100%;
    position: relative;
    border: 1px solid #ededed;
}

.mil-banner .mil-banner-slideshow {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mil-banner-content.custom {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.mil-banner .mil-banner-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.mil-banner .swiper-slide .content_slider {
    color: #fff;
    font-weight: bold;
    background: #3c3c3b;
    font-size: 31px;
    padding: 40px 50px;
    line-height: 30px;
    position: absolute;
    bottom: -60px;
    left: 30px;
    width: 430px;
    /*height: 300px;*/
    z-index: 99999;
    text-align: left;
}

.mil-banner .swiper-slide .content_slider span {
    display: block;
    font-size: 17px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 20px;
    text-align: left;
}

.link_icon {
    background: #c69c6d;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    flex-shrink: 0;
    margin-left: 30px;
}

.shadow-box-layer {
    box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.simple_link {
    color: #c69c6d;
    ;
}

.simple_link:hover {
    color: #3c3c3b;
    ;
}

.outer_zone {
    margin: 40px 0 100px 0;
}

.img_float_3 {
    width: 270px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    height: 310px;
}

.img_float_4 {
    width: 290px;
    position: absolute;
    bottom: -50px;
    left: 320px;
}

.img_float_5 {
    position: absolute;
    width: 450px;
    left: 284px;
    top: -90px;
    z-index: -1;
}

.contact_wrapper.inner_zone {
    padding: 40px 0px;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 50s linear infinite;
    -moz-animation: rotating 50s linear infinite;
    -ms-animation: rotating 50s linear infinite;
    -o-animation: rotating 50s linear infinite;
    animation: rotating 50s linear infinite;
    transform-origin: center center;
}

.search_section .text-rotater {
    font-size: 36px;
    height: 34px;
    margin-top: 5px;
}

.search_section .text-rotater::after {
    content: none;
}

.newsfeed_marg {
    margin-top: 100px;
}

.box_service.sv2 {
    height: 320px;
    padding-top: 30px;
}

.img_service {
    background-size: cover;
    min-height: 249px;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_service.sv2 .services-content {
    padding: 20px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -90px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.box_service.sv2:hover .services-content {
    opacity: 1;
    bottom: 0px;
}

.box_service.sv2 .services-content h5 {
    position: unset;
    text-align: left;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.box_service.sv2 .services-content h5::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #c69c6d;
    content: "";
}

.box_service.sv2 .service_title {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: #3c3c3b;
    background: linear-gradient(0deg, #3c3c3b 0%, #3c3b3b00 90%);
    color: #fff;
    margin: 0;
}

.box_service.sv2:hover .service_title {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_service.sv2:hover .img_service {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_service.sv2 .services-content p {
    color: #000;
}

.slider_link_btn {
    color: #3c3c3b;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background: #C69C6D;
    padding: 0 0 0 12px;
    font-size: 18px;
    display: inline-block;
}

.slider_link_btn i {
    background: #fff;
    padding: 9px;
    font-size: 14px;
    margin-left: 5px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.slider_link_btn:hover {
    background: #fff;
    color: #C69C6D;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.arrow_elmnt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    opacity: .2;
    z-index: -1;
}

.fake_btn {
    color: #C69C6D;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.about {
    background: #e8e8e8;
}

.btn_log {
    color: #fff;
    padding: 0 13px;
    background: #000;
}

.btn_log:hover {
    background: #fff;
    color: #C69C6D;
}
.btn_log.courtier{
    background: #fff;
    color: #C69C6D;
}
.btn_log.courtier:hover{
    background: #805f3a;
    color: #fff; 
}

#fvpp-blackout {
    display: none;
    z-index: 999999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3c3c3b;
    opacity: 0.9;
}

#popupvideos {
    display: none;
    z-index: 9999999;
    position: fixed;
    width: 336px;
    height: 594px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

#popupvideos .popup-bg {
    width: 100%;
}

#popupvideos .popup-bg {
    position: relative;
    z-index: 1;
}

.content-newsletter {
    position: absolute;
    z-index: 2;
    top: 13%;
    width: 485px;
    left: 7%;
}

.content-newsletter h2 {
    color: #233752;
    font-weight: 100;
    font-size: 70px;
    line-height: 73px;
    margin-bottom: 5px;
}

.content-newsletter h3 {
    font-weight: 100;
}

#fvpp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #ffffff url(../images/close.png) no-repeat center;
    z-index: 1;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}

#fvpp-dialog p {
    margin: 0;
}

nav#main-nav .nav-inner ul#primary li a.active {
    border-bottom: 3px solid #fff;
    padding-bottom: 1px;
}

.zone_video_bg {
    width: 100%;
    height: 100vh;
    background: #000;
    position: relative;
}

.zone_video_bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zone_video_bg .main-text {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(60 59 59 / 53%);
    z-index: 1;
}

.play-btn {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 22px;
    padding: 1rem;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
    color: #c69c6d;
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-align: center;
    z-index: 1;
}

#videoPlayer {
    transition: opacity 500ms ease-out;
}

#videoText h1 {
    color: #C69C6D;
    font-size: 48px;
    line-height: 42px;
}

#videoText h3 {
    color: #fff;
    width: 400px;
    font-size: 26px;
    line-height: 26px;
}

#section10 a {
    padding-top: 51px;
}

#section10 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#section10 a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.demo a {
    transform: translateX(-50%);
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.demo a:hover {
    opacity: .5;
}

#progressBar {
    width: 100%;
    height: 4px;
    background-color: #3c3c3b;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
}

#progressBar div {
    height: 100%;
    background-color: #c69c6d;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 2s linear;
}

.slogan {
    font-size: 50px;
    background: #e7e7e7;
    font-weight: bold;
    color: #c69c6d;
    text-align: center;
    font-weight: 100;
}

ul.accordion {
    display: inline;
    float: left;
    width: 100%;
    padding: 0;
    border-radius: 0;
}

ul.accordion li {
    float: left;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e0e0e0!important;
    margin-bottom: 0px;
    background: transparent;
    border: none;
    border-radius: 0 !important;
}

ul.accordion.service_center .accordion-switch {
    line-height: 16px;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
}

ul.accordion.service_center .accordion-switch small {
    display: block;
    font-weight: 100;
}

ul.accordion.service_center li {
    padding: 40px 0px 40px 0px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

ul.accordion.service_center li.accordion-item {
    overflow: hidden;
}

ul.accordion.service_center .accordion-item:last-of-type {
    margin-bottom: 0;
}

ul.accordion .accordion-switch {
    width: 100%;
    background: transparent;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
    font-weight: 500;
    color: #000;
    line-height: 19px;
    border-radius: 0px;
    padding: 20px 0px 20px 0px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
}

ul.accordion li.accordion-item.selected .accordion-switch {
    background: transparent;
    color: #C69C6D;
}


/*ul.accordion .accordion-switch:hover { background: #fff;border: 1px solid #f87f01; }*/


/*ul.accordion li.accordion-item .accordion-switch {
    float: left;
  }*/

ul.accordion li a:hover {
    text-decoration: underline
}

ul.accordion li.accordion-item .togglegfx {
    float: left;
    height: 20px;
    width: 20px;
    background: #333333 url(../images/accordion-toggle.png) no-repeat center top;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    padding-right: 0px;
    margin: 6px 13px 6px 0px;
    border-radius: 100%;
    flex-shrink: 0;
}

ul.accordion li.accordion-item:hover .togglegfx {
    background-color: #C69C6D
}

ul.accordion li.accordion-item .accordion-content {
    padding: 0px 20px 10px 3px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

ul.accordion li.accordion-item.selected .accordion-switch .togglegfx {
    background: #C69C6D url(../images/accordion-toggle.png) no-repeat left bottom;
}

.accordion-switch i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #C69C6D;
    position: absolute;
    top: 50%;
    right: 0;
    color: #fff;
    transform: translateY(-50%) rotate(0deg) scale(1);
    font-size: 20px;
    z-index: 1;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.accordion.service_center li:hover .accordion-switch {
    padding: 60px 0px 60px 90px;
    color: #C69C6D;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.accordion.service_center li:hover .accordion-switch i {
    transform: translateY(-50%) scale(1.2) translateX(-20px);
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-switch span.num_elmt_in {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 62px;
    color: #c69c6d;
    opacity: 0;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.accordion.service_center li:hover .accordion-switch span.num_elmt_in {
    left: 0px;
    opacity: 1;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.accordion.service_center li:hover ul.service_elmnt_in {
    opacity: 1;
    visibility: visible;
    top: 50%;
    transform: translateY(-50%);
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.service_elmnt_in {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    width: 440px;
    margin-right: 100px;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.service_elmnt_in li {
    padding: 0!important;
    font-size: 19px;
    border: none!important;
    text-transform: capitalize;
    line-height: 26px;
    position: relative;
}

ul.service_elmnt_in li::after {
    content: "\f105";
    position: absolute;
    font: var(--fa-font-solid);
    left: -30px;
    font-size: 7px;
    top: 4px;
    background: #c69c6d;
    width: 15px;
    height: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    border-radius: 100px;
}

ul.service_elmnt_in li:hover a {
    color: #3C3C3B;
}

.num_elmt_in.inelmnt {
    font-size: 150px !important;
    opacity: .3 !important;
    left: unset !important;
    right: 170px;
    top: 80px !important;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.accordion.service_center li:hover .num_elmt_in.inelmnt {
    opacity: 0!important;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#controls {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    /* height: 100%; */
}

#controls #prevBtn,
#controls #nextBtn {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 0%);
    font-size: 0;
    position: relative;
    margin: 5px 0;
    flex-shrink: 0;
    border: 3px solid #c69c6d;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#controls #prevBtn::after,
#controls #nextBtn::after {
    position: absolute;
    font: var(--fa-font-solid);
    font-size: 20px;
    color: #c69c6d;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#controls #prevBtn:hover::after,
#controls #nextBtn:hover::after {
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    transform: translate(-50%, -50%) scale(.4);
    color: #fff;
}

#controls #prevBtn::after {
    content: "\f104";
}

#controls #nextBtn::after {
    content: "\f105";
}

#controls #prevBtn:hover,
#controls #nextBtn:hover {
    background: #c69c6d;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    transform: scale(1.2);
}

.boxaction_in {
    padding: 40px;
    background: #3C3C3B;
    overflow: hidden;
}

.circle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    border: 40px solid #c69c6d;
    position: absolute;
    top: -390px;
    right: -180px;
}

.circle_2 {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    border: 70px solid #c69c6d;
    position: absolute;
    top: 50px;
    left: -120px;
}

.circle_3 {
    width: 800px;
    height: 800px;
    border-radius: 100%;
    border: 40px solid #c69c6d;
    position: absolute;
    top: -390px;
    right: -180px;
}
.circle_4 {
    width: 2000px;
    height: 2000px;
    border-radius: 100%;
    border: 40px solid #c69c6d;
    position: absolute;
    bottom: -380px;
    left: 70px;
}

.box_service .num_elmt_in.inelmnt {
    position: absolute;
    bottom: -86px;
    top: unset !important;
    color: #c69c6d;
    z-index: 2;
}

#home .box_service {
    height: 100%;
    padding: 30px 30px 30px 30px;
    background-color: #eee;
    overflow: unset;
}

#home .box_service h5 {
    line-height: 22px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #c69c6d;
}

.box_service_wrap span {
    color: #c69c6d;
    font-weight: bold;
}

.box_service_wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.float_img_serv {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    bottom: 0px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.box_service_wrap:hover .float_img_serv {
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-duration: 700ms;
    -webkit-transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.bg_float_img_serv {
    width: 100%;
    height: 92px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 209px !important;
    z-index: 0;
}

.bg_float_img_serv.bg_prom {
    background: url(../images/bg_prom.png) repeat-x;
}

.bg_float_img_serv.bg_pro {
    background: url(../images/bg_pro.png) repeat-x;
}

.bg_float_img_serv.bg_inv {
    background: url(../images/bg_inv.png) repeat-x;
}

.bg_float_img_serv.bg_digit {
    background: url(../images/bg_digit.png) repeat-x;
}

.nav.navservice {
    height: auto;
    justify-content: flex-start;
    align-items: unset;
}

.navservice.tab-content {
    height: 100%;
    padding: 130px 230px;
}

.nav.navservice.nav-pills .nav-link {
    text-align: left;
    border-radius: 0;
    width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 18px;
    background: #ffffff;
    color: #3c3c3b;
    border-bottom: 1px solid #eee1d3;
    border-right: 1px solid #eee1d3;
}

.navservice.nav-pills .nav-link.active,
.navservice.nav-pills .show>.nav-link {
    color: #c69c6d;
    background-color: #ffffff;
}

.title_elmnt {
    background: #3c3c3b;
    padding: 4px 25px;
    color: #fff;
}

.img_extra {
    width: 200px;
    margin: 0 auto;
}

.box_inner_extra .box_headzone {
    position: unset;
    transform: unset;
}

.num_elmt {
    font-size: 100px;
    color: #c69c6d;
    text-align: center;
}

.img_extra1 {
    position: absolute;
    bottom: -40px;
    left: -110px;
    width: 290px;
    transform: rotate(-15deg);
}

.img_extra2 {
    position: absolute;
    top: -120px;
    right: -30px;
    width: 490px;
    transform: rotate(49deg);
}

.img_extra3 {
    position: absolute;
    top: 370px;
    right: -110px;
    width: 310px;
    transform: rotate(-27deg);
}

.terrains_dispo_noautoplay.owl-theme .owl-controls,
.programmes_dispo_noautoplay.owl-theme .owl-controls,
.biens_dispo_autoplay.owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    top: -130px;
    right: 0;
}

.owl-nav {
    display: flex;
}

.terrains_dispo_noautoplay .owl-controls .owl-nav div,
.programmes_dispo_noautoplay .owl-controls .owl-nav div,
.biens_dispo_autoplay .owl-controls .owl-nav div {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 43px;
    font-size: 0;
    position: relative;
    background: #C69C6D;
}

.terrains_dispo_noautoplay .owl-prev::after,
.programmes_dispo_noautoplay .owl-prev::after,
.biens_dispo_autoplay .owl-prev::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 18px;
    content: '\f104';
    color: #fff;
}

.owl-controls .owl-nav .owl-prev{
    border-right: 1px solid #b99061;
}

.terrains_dispo_noautoplay .owl-next::after,
.programmes_dispo_noautoplay .owl-next::after,
.biens_dispo_autoplay .owl-next::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 18px;
    content: '\f105';
    color: #fff;
}

ul.list_exp li a {
    display: block;
    color: #c69c6d;
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
    border-bottom: 1px solid #515151;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    padding-right: 30px;
    padding-left: 30px;
}

ul.list_exp li:last-child a {
    margin-bottom: 0;
}

ul.list_exp li a i {
    font-size: 12px;
    text-align: right;
    top: 5px;
    position: absolute;
    right: 13px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

ul.list_exp li:hover a,
ul.list_exp li.active a {
    color: #fff;
}

ul.list_exp li:hover a i {
    right: -5px;
    color: #fff;
    transform: scale(1.5)
}

.box_black {
    background: #3c3c3b;
    padding: 40px 0px 0px 0px;
    box-shadow: -11px 14px 20px 4px rgb(0 0 0 / 12%);
    position: relative;
}

.box_content_service {
    padding: 53px 100px;
}

.btn_absolute {
    position: absolute;
    bottom: 20px;
    width: 85%;
    left: 50%;
    margin: 0 auto !important;
    opacity: 1;
    transform: translateX(-50%);
    z-index: 1;
}

.img_float_6 h3 {
    position: absolute;
    width: 90%;
    bottom: 100px;
    text-align: center;
    font-size: 25px;
    line-height: 22px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.img_float_6 {
    position: relative;
}

.img_float_6::after {
    background: #000;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    width: 100%;
    z-index: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 22%, rgba(0, 0, 0, 0) 86%);
}
.form_subscription .box_search .form-control {
    border: 1px solid #ddd !important;
    border-radius: 0;
}
.logo_page_selection_actif{
    width: 150px;
    padding: 16px;
    z-index: 22;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.box_inner_extra_actifs{
    background: #fff;
    padding: 45px 63px 165px 63px;
}
.box_inner_extra_actifs .box_container_all{
    overflow: unset!important;
}
.box_inner_extra_actifs .box_container_all .box_ratting{
    z-index: 0;
}
.box_inner_extra_actifs .tile input[type="checkbox"]:after{
    font-size: 19px;
    top: 146px;
    right: 20px;
}
.tile{
    position: relative;
}
.tile input[type="checkbox"] {
    -webkit-appearance: none;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border: 1px solid #c5c5c55c;
    outline: none;
    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
    z-index: 1;
}
.tile input[type="checkbox"]:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 22px;
    top: 10px;
    right: 10px;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
}
.tile input[type="checkbox"]:checked{
    border: 2px solid #C69C6D;
}
.tile input[type="checkbox"]:checked:after {
    font-weight: 900;
    content: "\f058";
    color: #C69C6D;
    background: #fff;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 29px;
}
.box_info_selection {
    position: fixed;
    width: 100%;
    background: #252424fa;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}
.z-index-1{
    z-index: 1;
}
.client_card{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 2;
}
.client_card .wrap_card{
    width: 40px;
    height: 40px;
    margin-right: 10px;

}
.courtier_card{
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px;
    position: relative;
    z-index: 2;
}
.courtier_card .wrap_card{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.client_card:hover, .courtier_card:hover{
    background: #fff;
    color: #000;
}
.client_card>.sub_content, .courtier_card>.sub_content  {
    position: absolute;
    margin: 0;
    top: 0px;
    left: 0;
    /* width: 200px; */
    width: auto;
    text-align: left;
    background: #4c4b4b;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    max-height: 1px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    box-shadow: 0px 9px 7px rgb(0 0 0 / 10%);
    background: #fff;
}
.client_card:hover>.sub_content,
.client_card.hovered>.sub_content, .courtier_card:hover>.sub_content,
.courtier_card.hovered>.sub_content {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 100%;
    max-height: 500px;
    visibility: visible;
}
.wrapper_search{
    min-height: 100vh;
    background: #3C3C3B;
    padding: 160px 0 70px 0;
}
.search_wrap_in{
    position: relative;
}
form.search_wrap_in  input {
    font-size: 19px;
    height: 60px;
    width: 100%;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: #fff;
    background-color: transparent;
    padding-left: 0;
    color: #ffffff;
    font-weight: 400;
    padding-right: 65px;
    border-radius: 0px;
}
form.search_wrap_in  button {
    position: absolute;
    top: 0px;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    transition: all ease 0.4s;
    transform: scale(1.001);
    right: 0;
    border-radius: 25px 25px 0;
}
form.search_wrap_in  input:focus {
    background-color: transparent;
    border-color: #C69C6D;
}
.result_box_wrapper {
    background: #343333;
    border-radius: 10px;
    padding: 30px;
}
.img_photos_c{
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.box_profil_c{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.info_profil_c h5{
    color: #fff;
    margin-top: 0;
}
.info_profil_c ul li{
    position: relative;
    padding-left: 20px;
}
.info_profil_c ul li a:hover{
    color: #ebe2d5;
}
.info_profil_c ul li::after {
    position: absolute;
    font: var(--fa-font-solid);
    top: 15px;
    left: 7px;
    font-size: 10px;
    content: '\f105';
    color: #c69c6d;
}
.info_profil_c.search ul li::after {
    top: 7px;
}
.box_profil_c a i {
    display: block;
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.box_profil_c:hover a{
    color: #fff;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.box_profil_c:hover a i{
    transform: scale(.8);
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.wrapper_badge{
    min-height: 100vh;
    background: #242424;
    padding: 160px 0 70px 0;
    position: relative;
}
.box_bagde_courtier {
    background: #343333;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.head_img {
    height: 140px;
    background: #ebe2d5;
    padding: 20px 0 20px 0;
}
.wrapper_badge .img_photos_c {
    margin: 54px auto -32px auto;
    border-radius: 100px;
    display: block;
    position: relative;
}
.wrapper_badge .img_photos_c .certified {
    position: absolute;
    font-size: 30px;
    color: #187712;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #24d21e;
    border-radius: 100px;
}
.wrapper_badge .info_profil_c{
    padding: 80px;
}
.text-green{
    color: #187712;
}
.wrapper_badge .info_profil_c ul li a {
    border-bottom: 1px solid #ebe2d514;
    padding: 9px 0;
    top: 15px;
}
.wrapper_badge .info_profil_c ul li:last-child a {
    border:0
}
.wrapper_badge .info_profil_c ul li a::after{
    top: 15px;
}
.overflow-hidden{
    overflow: hidden;
}
.type_2 .close {
    position: absolute;
    top: 0;
    right: 0;
}
.nav ul.menu>li.highlight_c > a{
    color: #3C3C3B;
}
.nav ul.menu>li.highlight_c{
    background: #fff;
}
.nav ul.menu>li.highlight_c:hover > a{
    color: #fff;
}
.nav ul.menu>li.highlight_c:hover{
    background: #2b2b2b;
}
ul.speciality_elmnts{
    columns: 2;
}
ul.speciality_elmnts li{
    border: none!important;
    display: inline-block;
}
ul.speciality_elmnts li::after{
    top: 7px!important;
}
/*-----responsive site style-----*/

@media (min-aspect-ratio: 16/9) {
    video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    video {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 768px) {
    #zone_video_bg {
        background: url(/snapshot.png);
        background-size: cover;
    }
}

.profil_zone_member{
    height: 100vh;
}
.box_badge_z{
    background: #c69c6d;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 17px;
    padding: 0 0 10px;
    box-shadow: -8px 9px 0 #0000003d;
  }
  .box_badge_z .img_photos_c {
    width: 100px;
    height: 100px;
    margin-right: 0px;
    border: 1px solid #ececec;
    margin-top: 4px;
    margin-bottom: 17px;
    box-shadow: -4px 4px 5px #0000001c;
  }
  .box_badge_z .info_profil_c{
    text-align: center;
  }
  .box_badge_z .info_profil_c ul li{
    padding-left: 0px;
  }
  .box_badge_z .info_profil_c ul li::after{
    content: none;
  }

  ul.details_property{
    column-gap: 60px;
    display: flex;
    flex-wrap: wrap;
  }
    ul.details_property li {
        align-items: center;
        border-bottom: 1px solid #c69c6d69;;
        column-gap: 20px;
        display: flex;
        padding: 8px 0;
        width: calc(50% - 30px);
    }
    ul.details_property li:last-child {
        width: 100%;
        border-bottom: 0;
        border-top: 1px solid #c69c6d69;
        margin-top: -1px;
    }
    ul.details_property li .item-text {
        margin-left: auto;
    }
    .features_property_icon {
        width: 29px;
    }
    .features_property_icon svg {
        overflow: visible;
    }
    ul.list_commodities_opp{

    }
    ul.list_commodities_opp li {
        border-bottom: 1px dashed #c69c6d;
        background: #fff;
        padding: 6px 20px 6px 35px;
        font-size: 12px;
        position: relative;
    }
    ul.list_commodities_opp li::after {
        position: absolute;
        font: var(--fa-font-solid);
        content: '\f058';
        color: #C69C6D;
        left: 11px;
        top: 8px;
        font-size: 15px;
    }
.box_fiche_board{
    background: #fff;
    margin-top: 80px;
}
.box_fiche_board .table{
    border:1px solid #c69c6d;
    margin-bottom: 10px;
}
.box_fiche_board .table > :not(caption) > * > *{
    border-bottom-width: 0px;
}
.list_commodites{
    display: flex;
    align-items: center;
    
}
.list_commodites .img_icon {
    width: 35px;
    margin-right: 10px;
    flex-shrink: 0;
}
.list_commodites .check_icon {
    position: relative;
    padding-left: 25px;
}
.list_commodites .check_icon::after{
    position: absolute;
    font: var(--fa-font-solid);
    content: '\f058';
    color: #C69C6D;
    left: 0px;
    top: 4px;
    font-size: 15px;
}

.from_prom {
    background: #c69c6d;
    position: absolute;
    z-index: 8;
    top: 0px;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 0px 0 10px;
    font-size: 10px;
    color: #fff;
}
.from_prom i {
    font-size: 10px;
    line-height: 30px;
    color: #3d3c3b;
    background: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-left: 6px;
}
.from_prom i:before{
    margin: 0;
}
.box_container_all:hover  .from_prom i {
    color: #fff;
       background: #C69C6D;
}
.box_container_all:hover  .from_prom {
    color: #C69C6D;
    background: #fff;
}
.from_prom .fa-circle-info:before, .from_prom .fa-info-circle:before {
    content: "\f05a";
    margin-left: 2px;
}
.from_prom .box_info_prom{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #3d3c3be8;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    padding: 40px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
    text-align: center;
}
.from_prom:hover .box_info_prom{
    opacity: 1;
    visibility: visible;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.account_creation_resp{
    margin-right: 20px;
    cursor: pointer;
    color:#fff
}
.account_creation_content_list {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: -120px;
    background: #303035;
    left: 0;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.menu_account_creation .account_creation_content_list {
    top: 23px;
    transition: all 300ms 0.3s ease;
    -webkit-transition: all 300ms 0.3s ease;
    -moz-transition: all 300ms 0.3s ease;
    -o-transition: all 300ms 0.3s ease;
    -ms-transition: all 300ms 0.3s ease;
}
.account_creation_content_list a {
    display: block;
    padding: 3px 20px;
    border-bottom: 1px solid #c69c6d29;
}
.account_creation_content_list a i{
    font-size: 8px;
}
.account_creation_content_list a:hover{
       background: #3d3c3b;
       color: #fff;
}
/* new_style*/
.link_progr{
    font-weight: bold;
    color: #C69C6D;
    text-decoration: underline;
}
.link_progr:hover{
    color: #3C3C3B;
    text-decoration: none;
}
.info_programme {
    background: #c69c6d12;
    border: 1px dashed #c69c6d;
    display: block;
    margin-bottom: 30px;
    padding: 20px 40px 20px 20px;
    position: relative;
}
.info_programme i {
    position: absolute;
    top: 21px;
    right: 10px;
    font-size: 20px;
    color: #cc1212;
}

@media (max-width: 575.98px) {
    .menu-button{display:block;margin-top:-4px;}
    header .logo{width:102px;margin:0;box-shadow:none}
    .header .nav{display:none;}
    .zone_video_bg{height:300px;margin-top:89px;}
    #videoText h1{font-size:18px;line-height:20px;width:240px;}
    #videoText h3{width:227px;font-size:14px;line-height:16px;}
    #section10{display:none;}
    .slider_link_btn{font-size:13px;}
    #controls #prevBtn, #controls #nextBtn{border:2px solid #c69c6d;width:40px;height:40px;}
    .slogan {font-size:30px;line-height:28px;}
    h3{font-size:20px;line-height:21px;}
    .boxaction_in{text-align:center;}
    .circle, .circle_2{display:none;}
    .img_float_2{width:100%;}
    .square{bottom:-70px;transform: none!important;}
    .section-title .sub-heading{line-height:19px;}
    .btn_immo .nav{justify-content: flex-start;}
    .footer_logo {width:70%;margin:0 auto;}
    ul.info_contact li{margin-bottom:21px;}
    footer .social-icons{text-align:center;}
    .footer_copylink{text-align:center; display: block; }
    ul.info_head{display:none;}
    .box_inner_extra{padding:30px 30px;}
    .headepage_promotion{margin-top: 40px;background: #3c3c3b;}
    .img_extra3{display:none;}
    .img_extra1{display:none;}
    .why_us .p-5{padding:0!important;}
    .float_img{display:none;}
    .arrow_elmnt{display:none;}
    .why_us .nav{display:block;}
    .box_headzone{display:none;}
    .img_staff {width:100%;}
    .name_staff{padding:9px 20px;}
    .img_float_6{display: none;}
    .box_content_service{padding: 53px 50px;}
    .why_us h6{font-size: 13px;}
    .headepage_promotion.newsfeed_head {height: auto;}
    header h4{display: none;}
    .search_section .text-rotater {font-size: 30px;line-height: 27px;height: 100px;}
    .box_search .nav { justify-content: center;}
    .box_search .form-control {border-right: none !important; border-bottom: 1px solid #ddd !important;}
    .search_section.inner_zone{    margin-bottom: 180px;}
    .search_section .box_search #nav-tabContent .search_form .submit_btn{margin-top: 44px !important;display: block;}
    #advsearch_enginge .modal-body {padding: 30px;}
    .owl-controls{display: none;}
    .headepage_promotion .breadcrumbs{justify-content: center;    margin: 15px 0 0 0;}
    .headepage_promotion .breadcrumbs li a{color: #ffffff;}
    .headepage_promotion .breadcrumbs li:after {color: #fff;}
    .headepage_promotion .breadcrumbs li:last-child a { color: #c69c6d;}
    .more{font-size: 12px;padding: 19px 34px;}
    .custom_dga_tabs{display: block!important;}
    .custom_dga_tabs .nav{margin: 0!important;}
    .popup-gallery a{height: 100%;}
    .search_engine_interne{margin-top: -261px;}
    .launch_search .search_engine_interne{margin: 0;}
    .search_engine_interne .gprice{margin-bottom: 45px!important;}
    #contactpopuplist .tab-content{padding: 25px;}
    .go_back{top:unset; bottom: 0;}
    .inner_photo .popup-gallery a{height: 100%;}
    .box_search #nav-tabContent .search_form .submit_btn {height: 46px;}
    .subheader .box_search .search_form .submit_btn {height: 45px;}
    .search_engine_interne {padding-top: 13px;}
    .btn_log{padding: 0 4px; font-size: 11px;line-height: 23px;}
    .btn_log.courtier{font-size: 10px;line-height: 23px;}
    ul.toplink_lang li a{padding: 0 5px;}
    .info_profil_c{padding: 40px 10px;}
    .wrapper_badge .info_profil_c{padding: 40px 10px;}
    .info_profil_c ul li a div{display: block; color: #fff;}
    .wrapper_badge .info_profil_c ul li a{display: unset!important;}
    .info_profil_c ul li a div:nth-child(2){font-size: 13px; color: #C69C6D!important;font-weight: bold;line-height: 19px;}
    .info_profil_c ul li{padding-left: 20px;border-bottom: 1px solid #c69c6d26;margin-bottom: 10px;padding-bottom: 10px;}
    .wrapper_badge .info_profil_c ul{margin-top: 30px!important;margin-bottom: 40px;}
    .info_profil_c ul li:last-child{border-bottom: 0;}
    .info_profil_c ul li::after {top: 5px;}
    .box_profil_c {text-align: center; background: #00000021; padding: 10px;}
    .box_badge_z{display: block !important;padding: 10px 30px;text-align: center;}
    .img_photos_c {margin: 0 auto;}
    .box_badge_z h6{text-align: center;}
    .box_badge_z .img_photos_c{ margin: 0 auto;;}
    .box_badge_z .info_profil_c{padding: 20px 0px 0 0;}
    .box_badge_z .info_profil_c ul li{margin: 0;padding: 0;}
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .menu-button{display:block;margin-top:-4px;}
    header .logo {width:102px;margin:0;box-shadow:none}
    .header .nav{display:none;}
    .zone_video_bg{height:300px;margin-top:89px;}
    #videoText h1{font-size:18px;line-height:20px;width:240px;}
    #videoText h3{width:227px;font-size: 14px;line-height:16px;}
    #section10{display:none;}
    .slider_link_btn{font-size:13px;}
    #controls #prevBtn, #controls #nextBtn{border:2px solid #c69c6d;width:40px;height:40px;}
    .slogan{font-size:30px;line-height:28px;}
    h3{font-size:20px;line-height:21px;}
    .boxaction_in{text-align:center;}
    .circle, .circle_2{display:none;}
    .img_float_2{width:100%;}
    .square{bottom:-70px;transform: none!important;}
    .section-title .sub-heading{line-height: 19px;}
    .btn_immo .nav{justify-content:flex-start;}
    .footer_logo {width:40%;margin:0 auto;}
    ul.info_contact li{margin-bottom:21px;}
    footer .social-icons{text-align:center;}
    .footer_copylink{text-align:center;display: block; }
    ul.info_head{margin:0;}
    .info_head li a{font-size:10px;}
    .box_headzone{display:none;}
    .headepage_promotion{margin-top:40px;background:#3c3c3b;}
    .img_extra3{display:none;}
    .img_extra1{display:none;}
    .why_us .p-5{padding:0!important;}
    .float_img{display:none;}
    .arrow_elmnt{display:none;}
    .why_us .nav{display:block;}
    .img_staff {width:100%;}
    .name_staff{padding:9px 20px;}
    .img_float_6{display: none;}
    .box_content_service{padding: 53px 50px;}
    .why_us h6{font-size: 13px;}
    .headepage_promotion.newsfeed_head {height: auto;}
    .search_section .text-rotater {font-size: 30px;line-height: 27px;height: 100px;}
    .box_search .nav { justify-content: center;}
    .box_search .form-control {border-right: none !important; border-bottom: 1px solid #ddd !important;}
    .search_section.inner_zone{    margin-bottom: 180px;}
    .search_section .box_search #nav-tabContent .search_form .submit_btn{margin-top: 44px !important;display: block;}
    #advsearch_enginge .modal-body {padding: 30px;}
    .owl-controls{display: none;}
    .headepage_promotion .breadcrumbs{justify-content: center;    margin: 15px 0 0 0;}
    .headepage_promotion .breadcrumbs li a{color: #ffffff;}
    .headepage_promotion .breadcrumbs li:after {color: #fff;}
    .headepage_promotion .breadcrumbs li:last-child a { color: #c69c6d;}
    .more{font-size: 12px;padding: 19px 34px;}
    .custom_dga_tabs{display: block!important;}
    .custom_dga_tabs .nav{margin: 0!important;}
    .popup-gallery a{height: 100%;}
    .search_engine_interne{margin-top: -263px;}
    .launch_search .search_engine_interne{margin: 0;}
    .search_engine_interne .gprice{margin-bottom: 45px!important;}
    #contactpopuplist .tab-content{padding: 25px;}
    .go_back{top:unset; bottom: 0;}
    .inner_photo .popup-gallery a{height: 100%;}
    .box_search #nav-tabContent .search_form .submit_btn {height: 46px;}
    .subheader .box_search .search_form .submit_btn {height: 45px;}
    .search_engine_interne {padding-top: 13px;}
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-button {display:block;margin-top:-4px;}
    header .logo {width:102px; margin: 0;box-shadow:none}
    .header .nav{display:none;}
    .zone_video_bg {height:300px;margin-top: 89px;}
    #videoText h1 {font-size:25px;line-height: 23px;width:360px;}
    #videoText h3 {width:297px;font-size: 18px;line-height:20px;}
    #section10{display:none;}
    .slider_link_btn{font-size: 13px;}
    #controls #prevBtn, #controls #nextBtn{border: 2px solid #c69c6d; width:40px;height:40px;}
    .slogan {font-size: 30px;line-height: 28px;}
    h3{font-size: 20px;line-height: 21px;}
    .boxaction_in{text-align:center;}
    .circle, .circle_2{display:none;}
    .img_float_2 {width:60%; margin:0 auto;}
    .square{bottom:-70px;transform:none!important;}
    .section-title .sub-heading{line-height:19px;}
    .btn_immo .nav{justify-content:flex-start;}
    .footer_logo {width:40%;margin:0 auto;}
    ul.info_contact li {margin-bottom:21px;}
    footer .social-icons {text-align:center;}
    .footer_copylink {text-align:center; display:block; }
    .img_news {height:280px;}
    ul.info_head{margin:0;}
    .float_img {width:290px;left:-10px;}
    .why_us .nav-link{font-size:13px;line-height:14px;}
    .title_head_page{margin-bottom:10px;}
    .box_headzone h3{font-size:20px;}
    .box_headzone h4{font-size:17px;}
    .img_staff {width:33%;}
    .img_float_6{display: none;}
    .box_content_service{padding: 53px 50px;}
    .search_section .text-rotater {font-size: 30px;line-height: 27px;height: 100px;}
    .box_search .nav { justify-content: center;}
    .box_search .form-control {border-right: none !important; border-bottom: 1px solid #ddd !important;}
    .search_section.inner_zone{    margin-bottom: 180px;}
    .search_section .box_search #nav-tabContent .search_form .submit_btn{margin-top: 44px !important;display: block;}
    #advsearch_enginge .modal-body {padding: 30px;}
    .owl-controls{display: none;}
    .headepage_promotion .breadcrumbs{justify-content: center;    margin: 15px 0 0 0;}
    .more{font-size: 12px;padding: 19px 34px;}
    .custom_dga_tabs{display: block!important;}
    .custom_dga_tabs .nav{margin: 0!important;}
    .popup-gallery a{height: 100%;}
    .search_engine_interne{margin-top: -263px;}
    .launch_search .search_engine_interne{margin: 0;}
    .search_engine_interne .gprice{margin-bottom: 45px!important;}
    #myChart{margin: 0 auto;}
    #contactpopuplist .tab-content{padding: 25px;}
    .go_back{top:unset; bottom: 0;}
    .inner_photo .popup-gallery a{height: 100%;}
    .box_search #nav-tabContent .search_form .submit_btn {height: 46px;}
    .subheader .box_search .search_form .submit_btn {height: 45px;}
    .search_engine_interne {padding-top: 13px;}
}

@media (min-width: 992px) and (max-width: 1063.98px) {
    .nav ul.menu>li>a {font-size:12px;}
    h3{font-size: 25px;line-height:25px;}
    .float_img_serv{height:150px;}
    .circle, .circle_2{z-index:-1;}
    ul.info_contact li {margin-bottom:13px;}
    .box_container_all {overflow:hidden;}
    .why_us .nav-link{font-size:16px;line-height: 16px;}
    .float_img{left: -10px;width: 370px;}
    .img_staff {width:100%;}
    .inner_photo .popup-gallery a{height: 100px;}
    header .logo{z-index: 23;}
        .account_creation_resp{display: none;}
}

@media (min-width: 1064px) and (max-width: 1199.98px) {
    /*.nav ul.menu>li>a {font-size: 12px;}*/
    h3{font-size: 25px;line-height: 25px;}
    .float_img_serv{height: 150px;}
    .circle, .circle_2{z-index: -1;}
    ul.info_contact li {margin-bottom: 13px;}
    .box_container_all {overflow: hidden;}
    .img_staff {width:100%;}
    .inner_photo .popup-gallery a{height: 100px;}
    header .logo{z-index: 23;}
    .account_creation_resp{display: none;}
}
@media only screen and (min-width: 1200px) {
    /*.nav ul.menu>li>a {font-size: 12px;}*/
    h3{font-size: 25px;line-height: 25px;}
    .float_img_serv{height: 180px;}
    .circle, .circle_2{z-index: -1;}
    ul.info_contact li {margin-bottom: 13px;}
    .box_container_all {overflow: hidden;}
    header .logo{z-index: 23;}
    .account_creation_resp{display: none;}
}