:root {
  --m-main: #3b465b;
  --m-light-main: #93b1db;
  --m-second: #5b6c91;
  --m-red: #fe0000;

  --m-sucess: #3bc119;
  --m-gray: #ccc5b9;
  --m-light-gray: #f6f6f6;
  --m-white: #ffffff;
  --m-off-white: #f5f5f5;
  --m-white: #ffffff;
  --m-off-white: #f5f5f5;
  --rounded-main: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  /* min-height: 100vh; */
  background-color: var(--m-white) !important;
  font-family: "Noto Kufi Arabic", sans-serif;
  direction: rtl;
}

main {
  min-height: 50vh;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}
#wowslider-container1{
  direction: ltr !important;
}
a:hover {
  color: inherit;
  cursor: pointer;
}

a,
span {
  display: inline-block;
}

button {
  outline: 0;
  border: 0;
  box-shadow: unset !important;
  background-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul {
  list-style: none !important;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select:focus {
  outline: 0;
  box-shadow: none;
}

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

.iti__country-list {
  text-align: left;
}

.text-right {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

.bg-main {
  background-color: var(--m-main) !important;
}

.bg-second {
  background-color: var(--m-second) !important;
}

.text-main {
  color: var(--m-main) !important;
}

.text-second {
  color: var(--m-second) !important;
}

.round-border {
  border-radius: var(--rounded-main) !important;
}

.mb-5 {
  margin-bottom: 2.2rem !important;
}

.py-6 {
  padding-block: 5rem;
}

.py-lg-6 {
  padding-block: 5rem;
}

.py-sm-6 {
  padding-block: 5rem;
}

.py-10 {
  padding-block: 10rem;
}

.py-7 {
  padding-block: 8rem;
}

.pt-6 {
  padding-top: 5rem;
}

.pb-6 {
  padding-bottom: 5rem;
}

.my-6 {
  margin-block: 5rem;
}

.my-10 {
  margin-block: 10rem;
}

.mt-6 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 5rem;
}

.x-small {
  font-size: 0.75rem;
}

.rounded-main {
  border-radius: var(--rounded-main);
}

.lh-0 {
  line-height: 0;
}

.x-small {
  font-size: 0.65rem;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid var(--m-light-gray);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

#accordion_offcanvas .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-button:not(.collapsed) {
  color: var(--m-dark-2);
  background-color: #fff;
  /* border-bottom: 1px solid var(--m-light-gray); */
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
  content: none;
  background-image: none;
}

.accordion-button {
  padding: 0.3rem 1.25rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-layout-fixed {
  table-layout: fixed;
}

.icon-small {
  width: 16px;
  height: auto;
  aspect-ratio: 16/16;
}

.lh-2 {
  line-height: 2;
}

.ws-1 {
  word-spacing: 0.25rem;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  /* text-align: center; */
  color: var(--m-main);
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.mobile-view,
.delete-chat-mobile {
  display: none !important;
}

.side-menu-wrap {
  display: none !important;
}

.hide_mobile {
  display: block !important;
}

.show_mobile {
  display: none !important;
}

html {
  scroll-padding-top: 500px;
}


.breadcrumb__list {
  display: flex;
  align-items: center;
}

.breadcrumb__item:not(.breadcrumb__item:last-child)::after {
  padding-inline: 5px;
  font-size: 20px;
  content: "/";
}

.breadcrumb__link {
  color: var(--m-main);
  display: inline-block;
  /* width: max-content; */
  text-decoration: 0;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb__link:hover {

  color: var(--m-second);
}

.breadcrumb__item {
  color: var(--m-main);
  font-size: 18px;
  font-weight: 600;
}

.breadcrumb-ic {
  color: var(--m-main);
  font-size: 26px;
  font-weight: 600;
}

/********************** header css style ************************/

/*=========================
4-Quick access (Top Level bar)
===========================*/
.quick-access {
  /* background: var(--m-main); */
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #00000080;
  height: 60px
}

.livicon {
  width: 20px;
  height: 20px;
}

.getintouch {
  float: left;
}

.getintouch li {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  margin-left: 12px;
}

.getintouch li a {
  color: var(--m-light-main);
  font-weight: 600;
  font-size: 15px;
}

.header-link {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.header-link:hover {
  color: #fff;
}

.header-border-rt {
  border-right: 1px solid #fff;
}

li .header-link {
  padding-right: 15px;
}

.getintouch li .livicon {
  color: var(--m-white);
  margin-right: 10px;
  font-size: 16px;
}

.fa-phone-alt {
  transform: rotate(90deg);
}

.phone-dir {
  direction: ltr;
}

.social {
  margin: 0;
  display: table;
  text-align: center;
}

.header-ic {
  padding-right: 6px !important;
  color: #fff !important;
  transform: none !important;
}



.social1 {
  margin: 0;
  float: right;
  display: table;
  text-align: center;
  margin-right: 12px;
}

.social1 li a {
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  /* border: 1px solid #9a97a5;*/
  height: 28px;
  width: 28px;
  display: block;
  /* margin-left: 5px; */
  text-decoration: none;
}

.social1 li {
  display: inline-block;
}

.social1 li a:hover {
  color: #fff;
}

.padd-22 {
  padding: 0px 0px 80px;
}

.padd-23 {
  padding: 0px 0px 0px;
}

.bg-1 {
  background: var(--m-light-gray);
}

.padd-2 {
  padding: 50px 0px;
}

.xv-menuwrapper {
  /* float: left; */
}

.logo {
  width: 180px;
  height: 60px;
}



.xv-menuwrapper .dl-trigger {
  display: none;
}

.xv-menuwrapper .dl-menu {
  position: static;
  display: block;
  padding: 0;
  text-align: right;
  float: none;
}

.xv-menuwrapper .dl-menu>li {
  list-style: none;
  display: block;
  float: right;
  height: 100%;
  line-height: 100%;
  position: relative;
}

.xv-menuwrapper .dl-menu>li.active,
.xv-menuwrapper .dl-menu>li:hover {
  /* background: var(--m-second); */
  border-bottom: 2px solid #fff;
}

.xv-menuwrapper .dl-menu>li.megamenu:hover {
  border-bottom: none !important;
}

.xv-menuwrapper .dl-menu>li:hover>a:after,
.xv-menuwrapper .dl-menu>li.megamenu.active>a:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -44px;
  color: var(--m-white);
  font-size: 20px;
}

.xv-menuwrapper .dl-menu>li.active>a {
  color: #fff;
}

.xv-menuwrapper .dl-menu>li>a {
  padding: 0 13px;
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 90px;
  position: relative;
  text-transform: uppercase;
}

.xv-menuwrapper .dl-menu>li>a:hover,
.xv-menuwrapper .dl-menu>li>a:hover .header-ic {
  /* color: var(--m-light-main) !important; */
}

.xv-menuwrapper .dl-menu>li.active:after,
.xv-menuwrapper .dl-menu>li.megamenu.active>a:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  width: 100%;
  text-align: center;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 2px;
  color: #fff;
  font-size: 20px;
}

.xv-menuwrapper .dl-menu>li.megamenu.active>a:after {
  bottom: 42px;
}

.xv-menuwrapper .dl-menu>li.megamenu.active:after {
  display: none;
}

.xv-menuwrapper li.parent {
  position: relative;
}

.xv-menuwrapper li.parent.megamenu {
  position: static;
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu {
  display: block;
  width: 40%;
  text-align: justify;
  right: auto;
  left: 30%;
  padding: 15px 20px 0 !important;
  z-index: 111;
}

.xv-menuwrapper li.parent.megamenu.wide>.lg-submenu {
  width: 100%;
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu::after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden;
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu>li {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu>li>a {
  font-weight: 800;
  color: var(--m-main);
  display: block;
}



.xv-menuwrapper .dl-menu>li.parent>ul,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 215px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  border: 1px solid #ccc;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
  margin-top: -1px;
}

.xv-menuwrapper .dl-menu>li.parent:last-child>ul {
  left: auto;
  right: 0;
}

.xv-menuwrapper .dl-menu>li.parent:hover>ul,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.xv-menuwrapper .dl-menu>li.parent>ul>li,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul li {
  display: block;
  list-style: none;
  border-top: 1px solid #000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  font-size: 16px;
}

.xv-menuwrapper .dl-menu>li.parent.megamenu li a:hover {
  color: var(--m-second);
}

.xv-menuwrapper .dl-menu>li.parent.megamenu>ul>li,
.xv-menuwrapper .dl-menu>li.parent.megamenu>ul>li.parent ul li {
  border-top: none;
}

.xv-menuwrapper .dl-menu>li.parent.megamenu li {
  display: inline-block;
  width: 45%;
  list-style: none;
}

.xv-menuwrapper .dl-menu>li.parent.megamenu li a {
  color: var(--m-main);
  line-height: 10px;
  /* margin-bottom:15px; */
}

.xv-menuwrapper .dl-menu>li.parent>ul>li>a,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul li a {
  display: block;
  line-height: 30px;
  color: #000;
}

.xv-menuwrapper .dl-menu>li.parent>ul>li.parent:after {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 50px;
  font-family: "FontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  color: #13212d;
}

.xv-menuwrapper .dl-menu>li.parent>ul>li.parent ul {
  position: absolute;
  right: 100%;
  top: 0;
}

.xv-menuwrapper .dl-menu>li.parent:last-child>ul>li.parent>ul {
  right: auto;
  left: 100%;
}

.xv-menuwrapper button:after {
  display: none;
}

.xv-menuwrapper .dl-back {
  display: none !important;
}

.megamenu i {
  padding-right: 15px;
  color: var(--m-second);
  transform: rotate(180deg);
}

.xv-menuwrapper li.parent.megamenu>.lg-submenu-knowledge {
  display: block;
  width: auto;
  text-align: justify;
  left: auto;
  right: auto;
  padding: 15px 20px 0 !important;
  z-index: 111;
}

.xv-menuwrapper .dl-menu>li.parent.megamenu .lg-submenu-knowledge li {
  display: inline-block;
  width: 100%;
  list-style: none;
}

ul {
  padding-inline: 0 !important;
  margin-bottom: 0 !important;
}

.header-web {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #00000080;
  top: 60px
}

.header-web.is-sticky {
  /* background-color: var(--m-white); */
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.header-web.is-sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.8s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.apply-now {
  background-color: var(--m-red);
  width: 250px;
  height: 70px;
  border-radius: 8px;
  position: absolute;
  right: 0;
  bottom: 60px;
}

.apply-now a {
  color: var(--m-white);
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
}



.hero-section .carousel-item {
  float: left;
  margin-left: unset;
  margin-right: -100%;
}

.primaryBanner_container {
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
}

.primaryBanner_image {
  display: block;
  width: 100%;
  position: relative;
}

.primaryBanner_imageLarge {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
}

.hero_carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.owl-carousel button.owl-dot {
  background: var(--m-light-main);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-inline: 5px;
}

.owl-carousel button.owl-dot.active {
  background: var(--m-main);
}


.owl-carousel .owl-nav button.owl-prev {
  top: 8%;
}

.owl-carousel .owl-nav button.owl-next {
  top: 20%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  /* top: 40%; */
  right: 15%;
  width: 55px;
  height: 55px;
  background: #ffffff;
  color: var(--m-black);
  border-radius: 50%;
  border: none;
  font-size: 24px;
}





/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  border-top: 2px solid var(--m-main);
  color: var(--m-light-gray);
  background-color: black;
}

.main-footer p {
  color: var(--m-white);
  font-size: 14px;
  margin-bottom: 20px;
}

.main-footer ul li a {
  color: var(--m-white) !important;
}



.main-footer .section-title {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .section-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--m-white);
  bottom: -10px;
}

.main-footer .section-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--m-white);
}

.main-footer .footer-logo {
  margin-bottom: 40px;
}

.main-footer .widgets-section {
  position: relative;
  padding: 70px 0px 0px;
}

.main-footer .footer-column {
  margin-bottom: 30px;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .about-widget .text {
  margin-bottom: 20px;
  /* padding-bottom: 15px; */
}

/*links-widget*/
.main-footer .links-widget .list li {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #303030;

}

.traveltour-item-pdlr {
  border-right: 1px solid #303030;
  padding-right: 30px;
  border-left: 1px solid #303030;
  padding-left: 30px;
}



.main-footer .links-widget .list li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.main-footer .links-widget .list li a:hover {
  color: var(--m-main);
}

/*links-widget*/
.main-footer .service-widget .list li {
  position: relative;
  margin-bottom: 11px;
}

.main-footer .service-widget .list li a:hover {
  color: var(--m-second) !important;
}

.main-footer .links-widget .list li a:hover {
  color: var(--m-second) !important;
}

.main-footer .service-widget .list li a {
  position: relative;
  display: block;
  color: #848484;
  font-weight: 300;
  font-size: 16px;
}

.main-footer .service-widget .list li a:hover {
  color: var(--m-main);
}



.dem10 ul li {
  margin-bottom: 16px;
  font-size: 14px;
}

/*footer Social*/
.main-footer .social li {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px;
  margin-top: 5px;
}

.main-footer .social li a {
  color: #fff;
  font-size: 18px;
  padding-left: 16px;
  text-align: center;
  line-height: 35px;

}

.main-footer .social li a:first-of-type {
  margin-left: 0 !important;
}

.main-footer .social li a:hover {
  color: var(--m-second) !important;
}

/*footer bottom*/
.footer-bottom {
  background: var(--m-main);
  padding: 26px 0;
  z-index: 1;
  position: relative;
}

.footer-bottom .copy-text {
  color: #fff;
  font-size: 14px;
  /*  text-align: center;*/
}

.footer-bottom .copy-text p {
  margin-block: 10px;
}

.footer-bottom .copy-text a {
  color: var(--m-second);
  transition: 0.3s ease;
}

.footer-bottom .get-text ul li {
  float: left;
}

.footer-bottom .get-text ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-right: 25px;
}

.footer-bottom .get-text ul li a:hover {
  color: var(--m-main);
  transition: 0.3s ease;
}

.footeradjust {
  margin-top: 70px;
}

.about-section {padding-top: 60px !important;}

.card-about {
  text-align: center;
  padding: 20px;
}

.card-about img {
  margin-bottom: 30px;
  /* width: 44px;
  height: 44px; */
}

.card-about h3 {
  font-size: 18px;
  color: var(--m-main);
  font-weight: 600;
}

.card-about p {
  /* word-wrap: break-word; */
  font-weight: 400;
  font-size: 16px;
  padding-top: 14px;
  line-height: 1.6;
  color: var(--m-main);
  /* display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}


h1 {
  font-size: 34px;
}



.img-fluid {
  max-width: 100%;
  height: auto;
}



.wt-icon {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

/*scroll-top*/
.back-to-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  background: var(--m-second);
  border-radius: 50px;
}

.back-to-top :hover,
.wt-icon:hover {
  color: #fff;
}

.back-to-top span:before {
  font-size: 24px;
}

.back-to-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center,
      ellipse,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%);
}


/*--------------------------------------------
packages section
----------------------------------------------*/
.packages {
  background-color: var(--m-light-gray);
}

.filter-side {
  border-radius: 0;
  padding: 40px 30px 30px;
  background-color: var(--m-light-main);
}

.tour-search-title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #ffffff;
}




.tourmaster-tour-search-field-keywords .tourmaster-tour-search-field-inner input[type="text"] {
  padding-left: 40px;
  padding-right: 17px;
}

.tour-search-field-keywords .tour-search-field-inner input[type="text"] {
  padding-right: 40px;
}

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea,
.form-field select {
  font-size: 13px;
  height: 48px;
  padding: 12px 17px;
  width: 100%;
  border: 0px;
  outline: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f3f3f3;
  color: #3a3a3a;
}

.tour-search-field {
  margin-bottom: 25px;
  position: relative;
}


input.tour-search-submit[type="submit"] {
  background: var(--m-main);
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  height: 48px;
  text-transform: uppercase;
  padding: 13px 20px;
  min-width: 166px;
  border: 0px;
  margin: 5px 0px 0px;
}

.tour-search-field-inner:after {
  content: "\f002";
  font-family: fontAwesome;
  position: absolute;
  left: 15px;
  right: auto;
  top: 50%;
  margin-top: -12px;
  line-height: 22px;
  color: #383838;
}

.combobox-wrap:after {
  color: #383838;
}

.form-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.form-field .combobox-wrap:after {
  font-family: fontAwesome;
  content: "\f0dd";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 16px;
  right: auto;
  top: 50%;
  margin-top: -13px;
  pointer-events: none;
}


.tour-datepicker-wrap:after {
  content: "\f073";
  margin-top: -12px;
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  left: 17px;
  right: auto;
  margin-top: -13px;
  line-height: 22px;
  pointer-events: none;
  color: #383838;
}

/* From here you can start to copy */

.calendar {
  width: 100%;
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  padding-right: 40px;

}

.calendar:focus {
  outline: none !important;
}

.calendar::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #9c9c9c;
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
  z-index: 100 !important;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: var(--m-second);
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #c4c4c4;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  border: 1px solid #c4c4c4;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: var(--m-second);
  margin-bottom: 5px;
  font-size: 16px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: var(--m-second);
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: var(--m-second);
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: var(--m-second);
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

/********services-section******/
.services-section {
  background-color: var(--m-light-main);
  position: relative;
  z-index: 2;

}

.services-column {
  padding: 50px 70px 50px 0px !important;

}

#background-service {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30%;
  height: 100%;
  background-color: var(--m-main);
  z-index: 1;
}

.services-title {
  position: relative;
  font-size: 24px;
  color: #fff;
  z-index: 2;
}

.gdlr-service-title {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #fff;
  margin-bottom: 5px;
}

.gdlr-service-img {
  /*margin-left: 16px;*/
  width:70%;
}

.services-column {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--m-light-gray);

}

.main-package-title {
  color: #6142d1;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.main-package-text {
  color: #6142d1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 40px;
}

.padd-ll {
  padding-left: 100px;
}

.padd-rr {
  padding-right: 50px;
}

.tour-box {
  width: 100%;
  display: flex;
  max-width: initial;
  background: #fff;
  border-radius: 0px;
  /* overflow: hidden; */
  padding-block: 10px;
  margin-bottom: 30px;
}

.thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 270px;
  margin-block: 28px;
}

.trip-image {
  padding-inline: 0;
}

.thumb .img-responsive {
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  height: 100%;
  width: 100%;
}

.tour-box:hover .thumb .img-responsive {
  transform: scale(1.05, 1.05);
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


.moreSales::before {
  position: absolute;
  top: 34px;
  right: -8px;
  content: '';
  background: #405481;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
}

.moreSales::after {
  z-index: 1;
  position: absolute;
  content: attr(data-label);
  top: 8px;
  right: -14px;
  padding-block: 8px;
  width: 120px;
  background: var(--m-second);
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.skuWrap::before {
  position: absolute;
  top: 34px;
  right: -8px;
  content: '';
  background: #156e1c;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);

}

.skuWrap::after {
  z-index: 1;
  position: absolute;
  content: attr(data-label);
  top: 8px;
  right: -14px;
  padding-block: 8px;
  width: 90px;
  background: green;
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.packages .widget-list-shortcode {
  background-color: #ffffff;
}


.packageHeader {
  padding: 20px 15px 0px 15px;
  position: relative;
  z-index: 10;
  background-color: white;
}

.pa-r-0 {
  padding-right: 0;
}

.pa-r-0 .packageHeader {
  padding: 20px 16px 0px 15px;
}

.packageTitle a {
  color: var(--m-main);
  font-size: 20px;
  font-weight: 600;
 line-height: 1.5;
}

.btn-theme-colored {

  background: var(--m-main);
  font-size: 10px;
  display: block;
  text-align: center;
  padding: 14px 15px 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
}

.btn-theme-colored:hover {
  color: #fff;
}

.innerP {
  text-align: center;
  padding: 20% 12px 20% 12px;
  border-right: 2px solid #e1e1e1;
}

.innerP .buttons {
  padding-top: 50px;
}

.priceRoom {
  color: #7a1878;
  margin-bottom: 22px;
  font-size: 16px;
}

.real-price {
  color: #000;
  font-size: 22px;
  display: block;
  line-height: 1.3;
  margin-top: 10px;
  font-weight: 800;
}

.before-price {
  text-decoration: line-through;
  color: #7a1878;
  font-weight: 500;
  font-size: 22px;
  padding-top: 14px;
}

.packageDuration,
.packageData {
  color: #7a1878;
  font-weight: 500;
  font-size: 16px;
  padding-top: 8px;
}

.packageDuration span i,
.packageData span i {
  color: var(--m-light-main);
  padding-left: 6px;
  font-size: 14px;
}

.planeCompany img:first-of-type {
  padding-right: 10px;
  border-right: 1px solid #f3f3f3;
}

.planeCompany img {
  width: 100px;
}

.bag-cart {
  color: green;
  font-size: 18px;
}

.bag-cart img {
  width: 35px;
  padding-inline: 4px;
}

.package-meal {
  color: red;
}

.omra-seasons-title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.omra-seasons-title i {
  color: var(--m-light-main);
    /*transform: rotate(270deg);*/
    font-size: 20px;
}

.omra-card {
  position: relative;
}

.omra-badge {
  color: #fff;
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 3px;
  z-index: 2;
  background-color: var(--m-light-main);
}

.omra-card-img {
  position: relative;
  width: 100%;
  height: 175px;
}

.omra-card-img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  object-fit: cover;
}

.omra-category-title {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 20%;
  z-index: 2;
}

.omra-category-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}

.omra-category-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000;
}

.omra-card:hover .omra-category-overlay {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.omra-card:hover .omra-category-title {

  bottom: 50%;

}

.omra-category-head-link {
  position: absolute;
  color: var(--m-light-main);
  bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
}

.omra-category-head-link:hover {
  color: #fff;
}

/* .popular-destinations {
  position: relative;
  height: 600px;
  background-image: url('https://manasiki.ma/wp-content/uploads/2017/01/tour-bg-2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.popular-destinations .breadcrumb__item {
  color: #fff;
}

.popular-destinations p {
  color: #fff;
  padding-top: 168px;
  padding-bottom: 100px;
  font-size: 14px;
}

.popular-destinations .breadcrumb__link,
.popular-destinations .breadcrumb-ic {
  color: var(--m-light-main);
}

.imgadjust {
  width: 300px;
}

.popular-destinations .omra-card {
  width: 20%;
} */

.destination-item {
	margin-bottom: 30px;
}

  .destination-item .image {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
  height: 350px;
  width: 100%;
}

  .destination-item .image img {
    position: absolute;
    inset: 0;
    margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	transition: all .3s;
	/* object-fit: cover; */
}

  .destination-item .image .content {
	position: absolute;
  bottom: 40px;
  top: auto !important;
  left: 0 !important;
  width: 100%;
	transform: none;
	z-index: 1;
	text-align: center;
}

  .destination-item .image .content .title {
	margin-bottom: 0px;
	color: #fff;
  font-size: 22px ;
  font-weight: 600 ;
  text-transform: uppercase;
}

 .destination-item .image .content .desc {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
    background: var(--m-second);
    border-radius: 100px;
    font-size: 14px !important;
    color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
}


  .destination-item:hover .image img {
	transform: scale(1.1);
}
  .destination-item .image .content .title a,   .destination-item .image .content .desc a {
	color: #fff;
}
.destination-title{
position: relative;
color: var(--m-main);
font-size: 24px;
}

.destination-title::after {

    content: '';
    display: inherit;
    width: 50px;
    margin: 10px auto;
    border-bottom: 2px solid var(--m-main);
}





.newsletter-email input[type="email"] {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  border-width: 1px;
  padding: 15px 20px;
  color: #8d8d8d;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.newsletter-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 0px;
  background-color: var(--m-main);
  color: #ffffff;
  border: none;
}

.blog-section {
  background-color: var(--m-white);
  position: relative;
  z-index: 2;

}


#background-blog {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 39%;
  height: 100%;
  background-color: var(--m-light-gray);
  z-index: 0;
}

.blog-section-title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.blog-section-icon {
  font-size: 19px;
  color: var(--m-light-main);
  padding-left: 8px;
}

.blog-section .breadcrumb__item {
  color: #000;
  font-size: 20px;
}

.blog-section .breadcrumb-ic {
  color: var(--m-light-main);
  font-size: 19px;
  font-weight: 600;
}

.blog-section .breadcrumb__link {
  color: var(--m-light-main);
  font-size: 16px;
  font-weight: 500;
}

.header-section {
  height: 400px;
  background-image: url(https://manasiki.ma/wp-content/themes/traveltour/images/page-title-background.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}

.trip-header-img {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  /* height: 400px; */
  background-position: center;
  background-size: cover;
  position: relative;
}

.trip-header-img img {
  /* position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 100%; */
  /* max-height: 100%; */
}

.traveltour-page-caption {
  font-size: 16px;
  /* margin-bottom: 16px; */
  position: absolute;
  bottom: 110px;
}

.traveltour-page-title {
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 55px;
}

/* .page-title{
  margin-top: 240px;
} */
.contact-header .traveltour-page-title {
  bottom: 110px;
}

.widget-list-shortcode {
  background-color: #f5f5f5;
  color: #949494;
}

.widget-list-shortcode-title {
  font-size: 14px;
  font-weight: 600;
  padding: 35px 27px 0px;
  margin-bottom: 13px;
  color: #252525;
}

.widget-list-shortcode ul li:first-child {
  border-top: none;
}

.widget-list-shortcode ul li {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 13px 27px;
  border-color: #e1e1e1;
}

.widget-list-shortcode ul li i {
  font-size: 15px;
  color: #ffa127;
  margin-left: 10px;
}

.widget-box-shortcode {
  color: #c9e2ff;
  background-image: url(https://demo.goodlayers.com/traveltour/wp-content/uploads/2017/01/widget-bg.jpg);
}

.widget-box-shortcode {
  font-size: 13px;
  padding: 40px 35px 10px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.widget-box-shortcode-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;

}

.widget-box-shortcode p,
.co-txt {
  padding-top: 16px;
}

.co-txt {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.trips-phone {
  font-size: 18px;
  color: #ffcf2a;
  font-weight: 600;
  direction: ltr
}

.widget-box-shortcode i {
  font-size: 16px;
  color: #ffcf2a;
  margin-left: 10px;
}


/* blogs page */
.blogs-page .card {
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0 0;
}


.blogs-page .blog-bottom {
  padding: 30px;
}

.blog-grid-date {
  color: var(--m-light-main);
  font-size: 16px;
  font-weight: 500;
}

.blogs-page h2 a {
  font-weight: 600;
  font-size: 20px;
  color: var(--m-second);
  padding: 10px 0;
}

.blogs-page p {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs-section .card {
  border-radius: 16px 16px 0 0;
}
.blogs-section .blog-tit{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000080;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index:2;
    padding-inline: 4px;
}
.blogs-section .blog-top:hover .overlayImage {
     background-color: unset; 
}


.blogs-section .blog-tit h2{
   color:#fff;
   font-size: 16px;
   text-align:center;
}
.blogs-section-btn{
     padding-inline: 16px;
}
.blogs-section .blog-read-more {
  margin-block: 16px;
}
.blog-read-more {
  font-size: 14px;
  color: #fff;
  padding-block: 12px;
  background-color: var(--m-main);
  margin-top: 30px;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}

.blog-read-more:hover {
  color: #fff;
}

.blogs-page .info {
  border-top: 1px solid var(--m-gray);
  padding-top: 10px;

}

.blogs-page .info a {
  color: var(--m-second);
  font-size: 16px;
  font-weight: 600;

}

.blog-ic {
  color: var(--m-second);
  font-size: 16px;
}

.blog-top {
  overflow: hidden;
  position: relative;
  height: 230px;
  width: 100%;
  background-size: cover;
  border-radius: 16px 16px 0 0;
}

.blog-top img {
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  height: 100%;
  width: 100%;
  display: block;
  max-width: 100%;

}


.date-tag{
  position: absolute;
  left: -6px;
  top: 170px;
}
.date-tag .single-meta{
  display: flex;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: var(--m-second);
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  padding-left: 22px;
  padding-right: 12px;
  position: relative;
}
.date-tag .single-meta::before {
  border-width: 5px;
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  color: var(--m-second);
  border-bottom: solid currentColor;
  border-top: solid transparent;
  border-width: 5px;
  border-right: solid currentColor;
  border-left: solid transparent;
}
.meta-wraper {
  margin: 7px 0;
  display: block;
  line-height: 1;
  width: 100%;
}
.date-tag .single-meta strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2px;
}









.blog-top:hover img {
  transform: scale(1.07, 1.07);
  -webkit-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
  background-color: #00000080;
}

.blog-top:hover .overlayImage {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #00000080;
  inset: 0;
}

.blog-page {
  padding: 50px 0;
}

.blog-d-image {
  width: 100%;
  height: 280px;
}

.heading-details {
  font-size: 26px;
  line-height: 44px;
  color: #000;
  padding: 20px 0 16px;
  text-align: right;
}

.blog-d-txt {
  font-size: 18px;
  color: var(--m-main);
  font-weight: 400;
  text-align: right;
}























.missions-block:nth-child(even) {
  margin-right: 50%;
}

.missions-block .content {
  position: relative;
  padding-top: 70px;
}

.missions-block .content>*:nth-child(n + 2) {
  position: relative;
  z-index: 10;
}

.missions-block .content>*:nth-child(n + 2) {
  margin-top: 15px;
}

.missions-block h2 {
  text-align: right;
  font-size: 36px;
  font-weight: 600;
  color: var(--m-second);
}

.missions-block .content>*:nth-child(n + 3) {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.789;
}

.missions-block .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

@media (prefers-reduced-motion) {
  [data-animation] {
    animation: none;
  }
}

.animation-group [data-animation] {
  opacity: 0;
}

.animation-group [data-animation].animate {
  opacity: 1;
}

.animation-group [data-animation]:nth-child(1) {
  animation-delay: 100ms;
}

.animation-group [data-animation]:nth-child(2) {
  animation-delay: 500ms;
}

.animation-group [data-animation]:nth-child(3) {
  animation-delay: 900ms;
}

.animation-group [data-animation]:nth-child(4) {
  animation-delay: 1300ms;
}

.animated {
  animation-duration: 1s;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
  direction: rtl;
}

/***
====================================================================
	Contact page
====================================================================

***/
.contact-header .page-title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.contact-header {
  background-image: url(https://manasiki.ma/wp-content/uploads/2016/06/section-bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 460px;
}

.contact-page {
  background-color: #f3f3f3;
}

.contact-header-txt {
  font-size: 24px;
  margin-top: 15px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 10%;
}

.contact-head {
  position: relative;
  font-size: 24px;
  color: var(--m-main);
}

.contact-head:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: var(--m-main);
  bottom: -15px;
}

.contact-txt p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--m-second);
}

.contact-txtt p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: var(--m-second);
}

.contact-inp,
.contact-textarea {
  font-size: 15px;
  padding: 15px 22px;
  background-color: #fff;
  border-radius: 0;
  border: none;
}

.contact-submit {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 15px 33px;
  display: inline-block;
  -webkit-appearance: none;
  background-color: var(--m-main);
  color: #fff;
  border-radius: 0;
  border: none;
}

.contact-data {
  font-size: 16px;
  color: var(--m-second);
  font-weight: 500;
  margin-bottom: 16px;
}

.contact-data i {
  font-size: 16px;
  color: #000;
  margin-left: 10px;

}

.social-contact {
  padding: 75px 0px 75px 0px;
  background-color: #fff;
}

.pl-50 {
  padding-left: 50px;
}

.map-contact iframe {
  height: 380px;
}

.social-contact ul li i {
  font-size: 20px;
  color: #232323;
  margin-inline: 18px;
}

.accordion-button {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  padding: 23px 40px 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 16px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: var(--m-main);
}






.accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 30px;
  height: 2px;
  width: 12px;
  background-color: var(--m-main);
}

.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  height: 12px;
  width: 2px;
  border-style: none;
  background-color: var(--m-main);
}

.terms-content p {
  font-size: 16px;
  color: var(--m-second);
}

.accordion-body {
  background-color: #fff;
  padding-block: 16px;
  font-size: 14px;
  color: var(--m-second);
}

/***
====================================================================
	About page
====================================================================

***/

.about-data {
  height: 700px;
  overflow: hidden;
}

.about-header {
  background-image: url(https://manasiki.ma/wp-content/uploads/2022/09/251873646_105573571933734_5044497704228247575_n.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 460px;
}

.about-header .page-title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;

}

.about-header-txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  display:none;

}

.card-about h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

/* .about-p-image{

  background:url(https://manasiki.ma/wp-content/uploads/2022/09/samye-interesnye-fakty-o-raznyh-stranah.jpg);
  background-attachment:fixed;
  background-size:cover;
  background-position:center center;
  background-repeat: no-repeat;
  width: 50%;
} */
.about-p-image {

  width: 50%;
  position: relative;
  clip-path: inset(0);
}

.about-p-image img {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.about-p-image2 {

  width: 50%;
  position: relative;
  clip-path: inset(0);
}

.about-p-image2 img {
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.about-p-data {
  background-color: #f2f2f2;
  width: 50%;
  padding: 100px 50px;
}

.about-p-data h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 1.4;
}

.about-p-data p {
  color: var(--m-second);
  font-size: 18px;
  font-weight: 500;
}

.about-p-button {
  font-size: 12px;
  font-style: normal;
  color: #ffffff;
  padding: 15px 28px 15px 28px;
  width:100%;
      text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: var(--m-main);
  margin-top: 16px;
}

.about-p-button:hover {
  color: #ffffff;
}

.counter-section {
  background-image: url(https://manasiki.ma/wp-content/uploads/2016/06/section-bg-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
}

.counter-number {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}

.counter-text {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

/*details page*/
.details-page-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--m-white);
  position: absolute;
  bottom: 50px;
}

.price-card {
  margin-top: -190px;
}

.header-price {
  background: var(--m-main);
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  position: relative;

}

.content-price {
  background: var(--m-second);
  text-align: center;
  color: #fff;
  position: relative;
  padding: 38px 20px 34px;
}

.tour-discount i {
  margin-left: 15px;
  display: inline-block;
}

.tour-discount-price {
  font-size: 20px;
  font-weight: 800;
  padding-block: 8px;
}

.tour-tail {
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 10px;
  color: #b9daff;
}

.tour-price-info {
  color: #b9daff;
}

.price-body-card {
  padding: 40px 34px 5px;
  position: relative;
  background-color: #fff;
}

.price-card-data {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
z-index:20;
}


.price-body-card i {
  font-size: 20px;
  line-height: 45px;
  float: right;
  margin-left: 15px;
  color: var(--m-light-main);
}

.tour-booking-date-input {
  overflow: hidden;
}

.tour-form-field select,
.tour-form-field input[type="text"] {
  background: #ffffff;
  color: #545454;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  border: 2px solid #e6e6e6;
  padding: 12px 17px;
  width: 100%;
  outline: none;
  position: relative;
}

.tour-combobox-list-display {
  background: #ffffff;
  color: #545454;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #e6e6e6;
  position: relative;
  height: 48px;
  padding: 12px 17px;
  cursor: pointer;
}

.tour-booking-date-input {
  margin-bottom: 35px;
}

.tour-combobox-wrap,
.tour-combobox-list-wrap {
  position: relative;
}

.tour-form-field .tour-combobox-wrap:after,
.tour-combobox-list-display::after {
  font-family: fontAwesome;
  content: "\f0dd";
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 16px;
  right: auto;
  top: 50%;
  margin-top: -13px;
  pointer-events: none;
  color: var(--m-light-main);
}

.icon_check,
.icon-slect {
  color: var(--m-light-main);
  display: inline;
}

.tour-form-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tour-combobox-list-wrap ul {
  list-style: none;
  margin-left: 0px;
  display: none;
  border-width: 0px 2px 1px 2px;
  border-style: solid;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 99;
  background-color: #ffffff;
  color: #545454;
  margin-right: 35px;
  margin-bottom: 20px;
  border-color: #e1e1e1;
}

.tour-booking-next-sign {
  position: absolute;
  right: 40px;
  left: auto;
  left: 40px;
  margin-top: -29px;
}

.tour-booking-next-sign:before,
.tour-booking-next-sign span,
.tour-booking-next-sign:after {
  background-color: #4692e7;
}

.tour-booking-next-sign:before {
  content: " ";
  opacity: 0.33;
  filter: alpha(opacity=33);
}

.tour-booking-next-sign:before,
.tour-booking-next-sign span,
.tour-booking-next-sign:after {
  width: 4px;
  height: 4px;
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}


.tour-booking-package .tour-combobox-list-wrap {
  margin-right: 45px;
  margin-left: 0;
}

.tour-form-field .tour-combobox-list-wrap {
  position: relative;
}

.tour-booking-package i {
  font-size: 20px;
  line-height: 45px;
  float: right;
  margin-left: 15px;
  color: var(--m-light-main);
}

.tour-form-field .tour-combobox-list-wrap ul li {
  padding: 15px 17px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

.tour-combobox-list-title {
  display: block;
  font-weight: 800;
}

.tour-button {
  cursor: pointer;
  font-size: 12.5px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 27px;
  display: inline-block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  background-color: var(--m-second);
  width: 100%;
  border: none;
}

.stickyContainer {
  position: sticky;
  top: 0;
  z-index: 2;
}

.tour-info {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  color: #414141;
}

.tour-info i {
  color: var(--m-second);
  margin-left: 10px;
}

/* Tabs */
.tabs {
  width: 100%;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  overflow: auto;
  background-color: var(--m-light-main);
  display: flex;
  justify-content: space-between;
}

ul#tabs-nav li {
  float: right;
  font-weight: bold;
  padding: 20px 40px;
  cursor: pointer;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  border-bottom: 2px solid var(--m-main);
}

ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
  color: var(--m-main);
}

#tabs-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.tab-content {
  padding-block: 30px;
  color: rgb(0, 0, 0);
  margin-bottom: 35px;
}

.tab-content h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--m-red);
}

.tab-content h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--m-second);
  padding-block: 16px;
}

.tab-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--m-second);
  margin-block: 10px;
}

.tab-content h5 a {
  font-size: 18px;
  font-weight: 600;
  color: var(--m-second);
}

.tab-content h5 span {
  font-size: 16px;
  font-weight: 600;
  color: var(--m-red);
}

.tab-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--m-second);
}

.tab-content .omra-data li {
  margin-bottom: 14px;
  display: flex;
}

.tab-content .omra-data li .list-icon-wrap {
  color: #f25648;
  float: right;
  margin-left: 15px;
}

.tab-content .omra-data li .list-content {
  color: #157206;
  font-size: 14px;
  font-weight: 500;

}

.sokoon-hr {
  border: 1px solid #e1e1e1;
  margin-bottom: 0px;
}

.tab-data-text {
  padding-block: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tab-data-textt {
  padding-block: 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--m-main);
}

.tab-data-textt a {
  color: var(--m-light-main);
}

.price-include-list li {
  display: flex;
  margin-bottom: 16px;
}

.price-include-list-ic {
  margin-left: 15px;
  color: var(--m-light-main);
}

.price-include-list-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--m-main);

}

.path-trip-title {
  color: var(--m-main) !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

.path-trip-note {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.toggle-box-item-title {
  color: var(--m-light-main) !important;
  font-size: 14px !important;
}

.toggle-box-item-title .gdlr-core-head {
  color: var(--m-second);
  margin-left: 10px;
}

#slides {
  position: relative;
  height: 500px;
  overflow: hidden;
}

#gallery {
  position: relative;
  overflow: hidden;
}

#slides img,
#gallery img {
  border-radius: var(--rounded-main);
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s linear;
}

.slide.show {
  opacity: 1;
  z-index: 10;
}

.thumbnail {
  height: 160px;
  width: 160px;
  padding-left: 5px;
  padding-right: 5px;
  width: 25%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: var(--rounded-main);
  margin-bottom: 10px;
}

.thumbnail.active img {
  border: 2px solid var(--m-main);
}

.card-trip-overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  right: 0px;
  height: 15%;
  background: rgba(45, 44, 44, 0.53);
  mix-blend-mode: hard-light;
  border-radius: 0px 0px 10px 10px;
}

.card-trip-overlay h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}


.slide-btn {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s linear;
  z-index: 100;
  color: var(--m-second);
}

.next-slide {
  right: 20px;
}

.prev-slide {
  left: 20px;
}

.map-trip-title {
  color: var(--m-main) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.map-trip-title i {
  color: red;
}

.blog-section-video {
  max-width: 337px;

}

.blog-section-video iframe {
  width: 100%;
  height: 190px
}


/*home container search Tabs */
.searchBox {
  /*position: absolute;*/
  /*bottom: 0;*/
  width: 350px;
  border-radius: 5px;
  z-index: 100;
  margin-top:-290px;
}


ul#tabs-nav-search {
  list-style: none;
  margin: 0;
  overflow: auto;
  display: flex;
}

ul#tabs-nav-search li {
  float: right;
  font-weight: bold;
  padding: 15px 40px;
  cursor: pointer;
  background-color: var(--m-second);
}
ul#tabs-nav-search li:first-of-type {
  border-radius: 0px 8px 0 0;
}
ul#tabs-nav-search li:last-of-type {
  border-radius: 8px 0px 0 0;
}
ul#tabs-nav-search li:hover,
ul#tabs-nav-search li.active {
  /*border-bottom: 2px solid var(--m-main);*/
  background-color:var(--m-light-main);
}

ul#tabs-nav-search li:hover a,
ul#tabs-nav-search li.active a {
  color: var(--m-main);
}


#tabs-nav-search li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.tab-content-search {
  padding-block: 30px;
  padding-inline: 20px;
  color: rgb(0, 0, 0);
  margin-bottom: -50px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 8px 0px 8px 8px;
  background-color:var(--m-light-main);

}
.input-search{
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--m-main);
  border-radius: 0;
  font-size: 14px;
  color: var(--m-second);

}

.form-control.input-search:focus  {
  color: #212529;
  background-color: #fff;
  border-bottom: 2px solid var(--m-second);
  outline: 0;
  box-shadow: none;
}
.btn-srch{
background-color: var(--m-main);
width: 100%;
color: #fff;
font-size: 14px;
font-weight: 500;
padding-block: 10px;
}

.btn-srch:hover{
  color: #fff;
  }
.search-title{
  font-size: 20px;
  color: var(--m-main);
}
.sherpa-square-with-calendar .container{
    display:flex;
    justify-content: center;
}

.sherpa-square-with-calendar .item-container .content header h3 {
    display: none !important;}