html{
	font-size: 100%;
	height:100%;
}

body {
  color: #878996;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.7;
  font-style: normal;
  font-weight: 400;
  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:#878996
}
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: #d3800c;
  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; */
  line-height: 18px;
  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: #878996!important;
}
.bg_site_orange{
  background-color: #d3800c!important;
}

/* Font Colors */
.text-site-orange {
  color: #d3800c !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 #c9c8c8;
  /*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;
}

.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: transparent;
  z-index: 10;
  box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
  padding: 11px 0;
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 1px solid rgb(255 255 255 / 23%);
}
header .logo {
  width: 173px;
  /* padding: 5px 0; */
  margin-right: 10px;
}
.inner_zone{
  padding: 50px 80px;
}
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: #d3800c;
  margin-left: 7px;
}
.devise small{
  position: absolute;
  font-size: 9px;
  color: #d5820b;
  font-weight: bold;
  top: 2px;
}
.more_option{
  font-size: 13px;
  color: #d6830b;
  margin-bottom: 17px;
  font-weight: bold;
  display: block;
}
.more_option:hover{
  color: #878997;
}
.more_option i{
  background: #d6830b;
  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-family: Font Awesome\5 Pro;
  top: 9px;
  left: -2px;
  font-size: 10px;
  content: '\f105';
  color: #d6840a;
}
.account.dropdown ul.dropdown-menu li a.dropdown-item:hover {
  background: none;
  color: #d6840a;
}
.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;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #d4810c;
  border-radius: 100px;
}
.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;
}
.search_section.inner_zone{
  padding: 110px 80px 50px 80px;
  background: #efefef;
}
.search_section .search_form .form-control{
  padding: 0;
  border: none;
  border-radius: 100px;
  font-size: 13px;
}
.form-control{
  position: relative;
}
.form-control i {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  top: 19px;
  left: 23px;
  color: #d5830b;
}
ul.category_item{
  margin-top: 30px;
  column-count: 3;
}
ul.category_item li a {
  color: #fff;
  padding-left: 20px;
  position: relative;
}
ul.category_item li a::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 1px;
  left: 6px;
  font-size: 10px;
  content: '\f105';
  color: #fff;
}
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-radius: 100px;
  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{
  font-size: 15px;
  color: #ffffff;
  padding-left: 21px;
  font-weight: bold;
}
.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: #d5820c;
}

.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: #d5820b;
  padding: 8px 40px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 100px;
  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: #f1f1f1;
}
.shape>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;
}
.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  font-weight: 600;
  font-size: 20px;
  color: #878996;
  line-height: 20px;
}
.section-title.left .sub-heading::after {
  right: 0;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #d5830b;
  top: 50%;
}
.box_container {
  background: #fff;
  height: 250px;
  border-radius: 30px;
  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: #878996;
  line-height: 16px;
}
.box_info span.title {
  font-weight: bold;
  color: #d5830b;
  margin-bottom: 14px;
  overflow: clip;
  text-overflow: ellipsis;
  height: 32px;
  line-height: 15px;
}
.box_info i{
  font-size: 13px;
  margin-right: 4px;
}
.box_info {
  border-bottom: 1px dashed #e1e1e1;
  padding-bottom: 11px;
  margin-bottom: 11px;
  position: relative;
  padding-right: 50px;
}
.title a:hover{
    color: inherit;
}
.box_ratting {
  align-items: center;
  position: absolute;
  bottom: 30px;
  z-index: 2;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
.box_ratting_left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ratting-point {
  background: #ffffff;
  color: #d5820b;
  padding: 6px 9px;
  font-weight: 600;
  border-radius: 14px;
  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: #ffffff;
  font-size: 11px;
}
a.link i {
  margin-left: 5px;
  background: #878997;
  color: #fff;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 100px;
  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: #d4810c;
  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 {

  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#ffcd04;
  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_logo{
  width: 220px;
}
.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.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.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: #73b122; }
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: #878997;}
.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: #d3800c;}
footer .social-icons {
  text-align: right;
}
ul.info_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.info_contact li {
  margin-right: 20px;
  color: #d4810c;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 46px;
  font-weight: 600;
}
ul.info_contact li:last-child{
  margin-right: 0;
}
ul.info_contact li i {
  font-size: 25px;
  color: #d6840a;
  line-height: 48px;
  display: block;
}
.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;
  margin-top: 16px;
  font-size: 18px;
}
ul.info_contact li span {
  color: #878997;
  font-size: 10px;
  line-height: 0px;
}

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: #878997;
}
ul.footer_copylink li:hover a{
  color: #d6840a;
}
ul.footer_copylink li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: -12px;
  font-size: 10px;
  content: '\f105';
  color: #d6840a;
}
.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: 127px;
  font-family: Font Awesome\ 5 Pro;
  font-size: 50px;
  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: #d5830b;
  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: #d5830b;
  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: #d5830b;
 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:hover i{
  background: #d5830b;
  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;
  border-top: 1px solid #eceded;
}
#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-family: Font Awesome\5 Pro;
  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: #d4810c;
  border: 0;
}
.drp-selected {
  display: none !important;
}
.daterangepicker td.in-range {
  background-color: #fff2e0!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #d5820b!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-family: Font Awesome\ 5 Pro;
  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-family: Font Awesome\ 5 Pro;
}

.qtyInc:before {
  content: "\2b";
  font-size: 25px;
  line-height: 29px;
  font-weight: bold;
}

.qtyDec:before {
  content: "\f068";
  font-size: 17px;
}

.qtyTotal {
  background-color: #d1810a;
  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: #d6840a;
  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 #d6840a;
  transition: all .5s ease-in-out;
}
.option_btn_menu i {
  font-size: 24px;
  color: #fff;
  line-height: 53px;
}
.menu_wrapper {
  position: fixed;
  width: 300px;
  height: auto;
  font-weight: 500;
  background: #878997;
  overflow: hidden;
  right: 87px;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  bottom: 18px;
  box-shadow: 0px 0px 12px rgb(2 45 98 / 10%);
  transform-origin: right bottom;
  border-radius: 30px;
}
.menu_shown_option .menu_wrapper {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1);
  transition: transform 150ms cubic-bezier(.19,1,.22,1),-webkit-transform 150ms cubic-bezier(.19,1,.22,1);
  pointer-events: all;
  visibility: visible;
}
.menu_wrapper .outer {
  display: table;
  width: 100%;
  height: 100%;
}
.menu_wrapper .inner {
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.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: #d5820b;
  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: #E38420;
  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 a{
  color: #d3800c;
  font-size: 15px;
}
.eltms_info a: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;
}
.nav ul.menu > li {
  margin: 0px 16px 0px 0;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 0;
}
.nav ul.menu li{
  position: relative;
}
.nav ul.menu > li > a {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  padding:0 0 28px 0px;
}
.nav ul.menu > li > a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d5820b;
  margin-left: 4px;
  vertical-align: unset;
}
.nav ul.menu > li:hover > a{
  color: #d4810c!important;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 1000;
  padding: 15px 15px 30px 15px;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0px 7px 10px 0 rgb(0 0 0 / 12%);
}
.nav ul.menu>li.mega .sub_menu {
  /*white-space: nowrap;*/
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 53px;
  margin-top: 20px;
  width: calc(100vw - 10vw);
  /*-webkit-transform-origin: 50% -50px;
  -ms-transform-origin: 50% -50px;
  transform-origin: 50% -50px;*/
  padding: 0;
  min-height: 300px;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
}
.nav ul.menu > li.mega .sub_menu li > a {
  font-size: 14px;
  line-height: 24px;
}
.nav ul.menu li.mega{
  position: unset;
}
.nav ul.menu li.mega > ul.sub_menu li {
  position: relative;
  display: block;
  padding: 0;
}
.nav ul.menu li.mega > ul.sub_menu li.active a{

}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
}
.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: 0px 20px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #1A3C6C ;
  transition: all 0.3s;
}
.nav ul.menu li ul.sub_menu li > a:hover {
  color: #d4810c !important;
}
.nav ul.menu li.mega > ul.sub_menu li:hover::after{
  color: #1A3C6C;
}

.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;
}
.nav ul.menu > li:last-child{
  margin: 0px 0px 0px 0;
}
.nav ul.menu > li:last-child > .sub_menu{
  left: unset;
  right: 0;
}
.nav ul.menu > li.active >  a{
  color: #d4810c!important;
}
.nav ul.menu li > ul.sub_menu li::after{
  position: absolute;
  font-family: Font Awesome\5 Pro;
  top: 3px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color:#d4810c;
}
.nav ul.menu li.mega > ul.sub_menu li::after{
  position: absolute;
  font-family: Font Awesome\5 Pro;
  top: 3px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color:#d4810c;
}
.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-family: Font Awesome\5 Pro;
  content: '\f105';
  font-size: 10px;
}
.breadcrumbs__item--active{
  color: #d5820b;
}
.pagination {
  padding: 0;
  margin: 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-radius: 100px;
}
.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: #d5830b;
}
.pagination__item.pagination__item--active span{
  color: #fff;
}
.pagination__item:hover span, .pagination__item:hover i{
  color: #d5830b;
}
.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: #d5830b;
}
ul.details_info li a i{
  color: #fff;
}
ul.details_info li a:hover i{
  color: #d5830b;
}
.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-family: Font Awesome\ 5 Pro;
  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: #d5820b;
}
.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: #d5830b;
}
.zone_progress .p-ratting-details{
  display: flex;
}
.zone_progress .p-ratting-details span{
  margin-left: 10px;
}
a.btn_link_grey {
  background: #d5820b00;
  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: #d5820b00;
  padding: 6px 16px;
  color: #d4810c ;
  border-radius: 100px;
  font-size: 13px;
  line-height: 24px;
  transition: all 0.4s ease;
  border: 2px solid #d4810c;
}
a.btn_link_orange:hover{
  background: #d4810c;
  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: #d5830b;
  line-height: 20px;
  margin-top: 15px;
}
.box_hote .hote .type{
  font-size: 10px;
  position: unset;
  padding: 0;
}
.box_search .search_form .nice-select {
  width: 100%;
  height: 45px;
  border-radius: 100px;
  box-shadow: none;
  border: none;
  border: 1px solid #ebebeb;
  color: #818790;
  padding: 7px 20px 8px 60px;
  font-weight: 400;
  margin: 0;
}
.box_search .search_form .form-control i {
  top: 14px;
  font-size: 16px;
}
.box_search .search_form .submit_btn{
  padding: 8px 40px;
  margin-right: 0px;
  margin-top: unset;
  width: 100%;
  display: block;
}
.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;
}
.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: #d5830b;
  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: #d5830b;
  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: 1px solid #ebebeb!important;
    border-radius: 30px!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__arrow{
  top: 9px!important;
  right: 16px!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #d5820b!important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #d5820b!important;
}
.select2-dropdown{
  border: 1px solid #ebebeb!important;
}
.search_section.hero_single .box_search{
  margin-top: 100px;
  border-radius: 30px;
  background: #ffffff4d!important;
  backdrop-filter: blur(7px);
}
.select2-search--dropdown .select2-search__field{
  border-radius: 30px!important
}
.select2-container--open .select2-dropdown{
  margin-top: 4px;
  overflow: hidden;
}
.select2-container--open .select2-dropdown--below{
  border-radius: 20px!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: #d5830c;
  box-shadow: 0px 0px 0px 15px #d5830c inset;
}
.check_elmt input:checked ~ .check::after {
  opacity: 1;
  transform: scale(1);
}
.check_elmt .check {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 100px;
  background-color: #FFF;
  border: 2px solid #d5830c;
  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;
  overflow: hidden;
    border-radius: 30px;
}
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.cd-signin-modal__label i {
  color: #d5820c;
  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 {
  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;
  border-radius: 100px;
}
.modal .modal-header .close i, .modal .modal-header .close .ki {
  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;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.75rem;
  border-bottom: 1px solid #EBEDF3;
  border-top-left-radius: 0.42rem;
  border-top-right-radius: 0.42rem;
}
.modal-footer{
  background: #d4810c;
  text-align: center;
  justify-content: space-around;
  border: 0;
  color: #fff;
  font-size: 10px;
  padding: 40px;
}
.modal-content{
  border: 0;
  border-radius: 30px;
  overflow: hidden;
}
.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;
}
.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: #d6830d;
  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: #d5820b;
  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: #d3800c;
}
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: #d5820c!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 #d5820c;
}
.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: #d4810c;
}

.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: #d4810c;
  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: #d5820b;
  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 #d5820b;
  outline-width: 0
}

#msform .action-button {
  width: 100px;
  background: #d5820b;
  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: #ad6e15
}

#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: #d5820b;
  font-weight: normal;
  text-align: left;
  line-height: 19px;
  margin: 0;
}

.purple-text {
  color: #d5820b;
  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: #d5820b
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #account:before {
   font-family: Font Awesome\5 Pro;
  content: "\f13e"
}

#progressbar #personal:before {
   font-family: Font Awesome\5 Pro;
  content: "\f007"
}

#progressbar #payment:before {
   font-family: Font Awesome\5 Pro;
  content: "\f030"
}

#progressbar #confirm:before {
   font-family: Font Awesome\5 Pro;
  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: #d5820b
}
.progress {
  height: 7px
}
.progress-bar {
  background-color: #d5820b
}
.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 {
  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: #d5830b;
  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::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #878997;
  right: 0;
  top: 0;
  border-radius: 100px;
  z-index: -1;
  transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
}
.submit_btn:hover::before {
  width: 100%;
  left: 0;
}
.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: #d5830b;
}
.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: 15px;
  font-weight: bold;
}
ul.price li span{
  font-weight: 100;
  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: 630px;
  z-index: 0;
}

.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;
  border-radius: 15px;
  overflow: hidden;
  height: 90px;
  border: 1px solid #cacaca;
}
.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: #d4810c!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: #d4810c!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
}
.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: #d5830b;
  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: #d4810c;
  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: #d4810c;
  position: absolute;
  bottom: 22px;
  font-size: 60px;
}
.box_detail.dash_icon h4{
  color: #d4810c;
  position: absolute;
  bottom: 22px;
  font-size: 30px;
}
.box_detail.dash_icon h3{
  color: #d4810c;
  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: #d5820b;
  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: #d5820b!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: #d5820b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid  #d5820b;
  margin-bottom: 8px;
}
.tabs-nav li.active { line-height: 31px }
.tabs-nav li.active  {
  z-index: 10;
  background-color: #d5820b;
  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: #d5820b!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;
}
.tab-content {
  padding: 0px 0 0 0;
  background: transparent;
  font-weight: 100;
}
.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 #d6840a;
  }

  .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 #d6840a;
  }

  .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: #d3800c;
}
.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 #d3800c;
}
.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: #d3800c;
  padding: 30px;
  border-radius: 30px 0 0 30px;
  position: relative;
}
.box_extrapage::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #d3800c;
  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: #d3800c;
  left: -80px;
  top: -100px;
  border-radius: 100px;
}
.box_extrapage_title{
  font-size: 17px;
  font-weight: bold;
  color: #d3800c;
}
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: #d3800c;
  font-size: 22px;
  font-weight: 400;
  font-family: Font Awesome\ 5 Pro;
  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 #d4810c;
  box-shadow: -5px 8px 12px 5px #0000000a;
  position: relative;
  z-index: 1;
}
.box_zero{
  border: 1px solid #d4810c;
  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: #d5830b;
  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: #d5830b;
  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%;}
/*-----responsive site style-----*/
@media (max-width: 575.98px) {
  header.inner_zone{padding: 10px 0px;}
  .nav{display: none;}
  .header__lang{display: none;}
  .devise_elmt{display: none;}
  .inner_zone{padding: 50px 0;}
  ul.info_contact{ display: block;}
  ul.info_contact li i {font-size: 23px;}
  footer .social-icons {text-align: center;margin-top: 0px;}
  ul.footer_copylink {text-align: center;}
  .copyright{text-align: center;}
  .social-icons ul{margin:0}
  .vegas-content-scrollable{    overflow: hidden;}
  .accroche_home{display: block; font-size: 24px;}
  .zone_disp{display: none;}
  .search_section.kenburns_slider{display: none;}
  .search_section.home {padding-top: 72px;background: #6b6d7a;padding-bottom: 50px;margin: 0;}
  header .logo {width: 155px;}
  .section-title .sub-heading {font-size: 16px;}
  .modal-video-close-btn {right: 10px!important;}
  .modal-dialog{margin: 0;}
  .modal-content{border-radius: 0;}
  .modal-header{border-radius: 0;}
  .modal .modal-header .close{    flex-shrink: 0;}
  .option_zone_elmts{justify-content: start; margin-top: 20px;}
  .box_hote{margin-bottom: 30px;}
  .modal-footer{border-radius: 0;}
  #login aside, #register aside{width: 100%;}
  #login aside, #register aside, #register_parrain aside{padding: 45px 10px 60px 10px; overflow-y: auto; overflow-x: hidden;}
  #detail_img .box_img{height: 330px;}
  .sub_head_details{position: relative;background: #878998;}
  ul.details_info_media {margin: 0 0;}
  #sidebar{margin-bottom: 30px;}
  .wrapper .sidebar_zone{    width: 100%;    float: unset;    height: auto;}
  .wrapper .side_content{    width: 100%;    margin: 0;padding: 0}
  .box_detail.dash_icon h3{font-size: 80px;}
  .sub_head_details .box_ratting{    margin-left: 20px;}
  .box_zero_content {width: 100%;}
  .box_zero_img{ width: 360px;}
  .box_zero{ padding: 170px 40px 40px 40px; background: #f8f9fa ;}
  .box_zero .submit_btn{ width: 100%;}
  .box_zero_content{width: 100%;}
  ul.info_contact li{margin-bottom: 15px;}
  .content_extra_page{padding: 120px 0px 50px 0px;}
  .box_img_extrapge{    width: 260px;top: 120px;left: 1px;}
  .content_extra_page.foot_elmt{padding: 50px 0px;}
  .footer_logo{width: 176px;}
  .content_extra_page h2.title{font-size: 27px;line-height: 28px;margin-bottom: 30px;}
  .box_extrapage{border-radius: 0;}
  .content-menu {left: 27px;right: 27px;}
  .menu-button{display: block;}
  .notifspay .box_zero{padding: 41px 40px 40px 40px;background: #f8f9fa url(../images/bg-zero.jpg) no-repeat top right;background-size: cover;}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.inner_zone{padding: 10px 0px;}
  .nav{display: none;}
  .header__lang{display: none;}
  .devise_elmt{display: none;}
  .inner_zone{padding: 50px 0;}
  ul.info_contact{ display: block;}
  ul.info_contact li i {font-size: 17px;}
  footer .social-icons {text-align: center;margin-top: 0px;}
  ul.footer_copylink {text-align: center;}
  .copyright{text-align: center;}
  .social-icons ul{margin:0}
  .vegas-content-scrollable{    overflow: hidden;}
  .accroche_home{display: block; font-size: 24px;}
  .zone_disp{display: none;}
  .search_section.kenburns_slider{display: none;}
  .search_section.home {padding-top: 72px;background: #6b6d7a;padding-bottom: 50px;margin: 0;}
  header .logo {width: 155px;}
  .section-title .sub-heading {font-size: 16px;}
  .modal-video-close-btn {right: 10px!important;}
  .modal-dialog{margin: 50px auto 0 auto;}
  .modal-content{border-radius: 0;}
  .modal-header{border-radius: 0;}
  .modal .modal-header .close{    flex-shrink: 0;}
  .option_zone_elmts{justify-content: start; margin-top: 20px;}
  .box_hote{margin-bottom: 30px;}
  .modal-footer{border-radius: 0;}
  #login aside, #register aside{width: 100%;}
  #login aside, #register aside, #register_parrain aside{ padding: 45px 60px 60px 60px; overflow-y: auto; overflow-x: hidden;}
  #detail_img .box_img{height: 330px;}
  .sub_head_details{ position: relative; background: #878998;}
  ul.details_info_media {margin: 0 0;}
  #sidebar{margin-bottom: 30px;}
  .wrapper .sidebar_zone{width: 100%;float: unset;height: auto;}
  .wrapper .side_content{width: 100%;margin: 0;padding: 0}
  .box_detail.dash_icon h3{font-size: 80px;}
  .sub_head_details .box_ratting{    margin-left: 20px;}
  .box_zero_img{ width: 360px;}
  .box_zero{ padding: 170px 40px 40px 40px; background: #f8f9fa ;}
  .box_zero .submit_btn{ width: 100%;}
  .box_zero_content{width: 100%;}
  .content_extra_page{padding: 120px 0px 50px 0px;}
  .box_img_extrapge{    width: 260px;top: 120px;left: 1px;}
  .content_extra_page.foot_elmt{padding: 50px 0px;}
  .box_img_concept{height: 280px;}
  ul.info_contact li{margin-bottom: 20px;}
  .nav {display: none;}
  .menu-button{display: block;}
  .notifspay .box_zero{padding: 41px 40px 40px 40px;background: #f8f9fa url(../images/bg-zero.jpg) no-repeat top right;background-size: cover;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header.inner_zone{padding: 10px 0px;}
  .nav{display: none;}
  .header__lang{display: none;}
  .devise_elmt{display: none;}
  .inner_zone{padding: 50px 0;}
  ul.info_contact{ display: block;}
  ul.info_contact li i {font-size: 17px;}
  footer .social-icons {text-align: center;margin-top: 0px;}
  ul.footer_copylink {text-align: center;}
  .social-icons ul{margin:0}
  .vegas-content-scrollable{    overflow: hidden;}
  .accroche_home{display: block; font-size: 24px;}
  .zone_disp{display: none;}
  .search_section.kenburns_slider{display: none;}
  .search_section.home {padding-top: 72px;background: #6b6d7a;padding-bottom: 50px;margin: 0;}
  header .logo {width: 155px;}
  .section-title .sub-heading {font-size: 16px;}
  .modal-video-close-btn {right: 10px!important;}
  .modal-dialog{margin: 50px auto 0 auto;}
  .modal-content{border-radius: 0;}
  .modal-header{border-radius: 0;}
  .modal .modal-header .close{    flex-shrink: 0;}
  .option_zone_elmts{justify-content: start; margin-top: 20px;}
  .box_hote{margin-bottom: 30px;}
  .modal-footer{border-radius: 0;}
  #login aside, #register aside{width: 100%;}
  #login aside, #register aside, #register_parrain aside{ padding: 45px 60px 60px 60px; overflow-y: auto; overflow-x: hidden;}
  #detail_img .box_img{height: 330px;}
  .sub_head_details{ position: relative; background: #878998;}
  ul.details_info_media {margin: 0 0;}
  #sidebar{margin-bottom: 30px;}
  .wrapper .sidebar_zone{width: 100%;float: unset;height: auto;}
  .wrapper .side_content{width: 100%;margin: 0;padding: 0}
  .box_detail.dash_icon h3{font-size: 80px;}
  .sub_head_details .box_ratting{margin-left: 20px;}
  .box_zero_img{ width: 360px;}
  .box_zero{ padding: 170px 40px 40px 40px; background: #f8f9fa ;}
  .box_zero .submit_btn{ width: 100%;}
  .box_zero_content{width: 100%;}
  .content_extra_page{padding: 120px 0px 50px 0px;}
  .box_img_extrapge{    width: 360px;top: 40px;left: 1px;}
  .content_extra_page.foot_elmt{padding: 50px 0px;}
  .box_extrapage h2{font-size: 29px;}
  .box_img_concept{height: 100px;}
  ul.info_contact li{margin-bottom: 20px;}
  .copyright{text-align: center;}
  .topmenu {width: 592px;}
  .menu-button{display: block;}
  .notifspay .box_zero{padding: 41px 40px 40px 40px;background: #f8f9fa url(../images/bg-zero.jpg) no-repeat top right;background-size: cover;}

  
}
@media (min-width: 992px) and (max-width: 1063.98px) {
  .content_extra_page{padding: 120px 0px 50px 0px;}
  .content_extra_page.foot_elmt{padding: 50px 0px;}
  .inner_zone{padding: 50px 0px;}
}

@media only screen and  (min-width: 1200px) {

}
.test{align-items: baseline;}
