:root {
  --primary_color: #01173b;
  --secondary_color: #20b7b7;
  --tertiary_color: #4bc959;
  --black_color: #000000;
  --white_color: #ffffff;
  --primary_font: "Poppins", sans-serif;
  --secondary_font: "Playfair Display", serif;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--primary_font);
  overflow-x: hidden;
}

ul,
ol {
  list-style-type: none;
}

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

a {
  text-decoration: none;
  display: inline-block;
}

span {
  display: inline-block;
}

button,
a,
span,
.transition {
  transition: all 0.5s;
}

.bg-primary {
  background-color: var(--primary_color) !important;
}

.text-primary {
  color: var(--primary_color) !important;
}

.bg-secondary {
  background-color: var(--secondary_color) !important;
}

.text-secondary {
  color: var(--secondary_color) !important;
}

.bg-tertiary {
  background-color: var(--tertiary_color);
}

.text-tertiary {
  color: var(--tertiary_color);
}

.bg-black {
  color: var(--black_color) !important;
}

.text-black {
  color: var(--black_color) !important;
}

/* Home page s */
/* header s */
.header-cvr {
  z-index: 1000;
  padding: 36px 0;
  transition: padding 0.3s
}

.nav-custom-s.header-cvr {
  padding: 15px 0;
}

.nav-custom-s {
  box-shadow: 0 0 8px 0 #ffffff30;
}

.nav-custom-s .atol-iata {
  display: none !important;
}

.atol-iata ul {
  padding: 20px 0;
  gap: 0 50px;
}

/* header-contact s */
.header-contact .whatsapp {
  background-color: #e7f2e8;
  border-radius: 27px;
  margin-right: 28px;
  padding-right: 13px;
}

.header-contact .call {
  background-color: #e8efef;
  border-radius: 27px;
  padding-right: 13px;
}

.header-contact .whatsapp:hover .media,
.header-contact .call:hover .media {
  rotate: 360deg;
}

.header-contact .media {
  width: 53px;
  height: 53px;
}

.header-contact .content {
  margin-left: 10px;
}

.header-contact span {
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 7px;
}
.hajj-umrah-packages-offers-main .row {
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.header-contact p {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

/* header-contact e */
/* stellarnav s */
.nav-bar {
  padding: 31px 0 57px;
}

.stellarnav ul {
  text-align: start;

}

.stellarnav>ul>li:not(:nth-last-of-type(1)) {
  margin-right: 13px;
}

.stellarnav > ul > li > a {
	font-size: 15px;
	font-weight: 600;
	line-height: 16px;
	color: var(--white_color);
	padding: 12px 15px;
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid var(--white_color);
	text-transform: uppercase;
}

.stellarnav ul>li.active>a,
.stellarnav ul>li>a:hover {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
}

.stellarnav ul>li.has-sub.active>a,
.stellarnav ul>li.has-sub>a:hover {
  border-radius: 10px 10px 0 0;
}

.stellarnav > ul ul {
	width: 246px;
	padding: 7px 15px;
	background-color: var(--white_color);
	box-shadow: 0 0 15px 0 #00000010;
	max-height: 500px;
	overflow-y: scroll;
}

.stellarnav>ul ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: var(--black_color);
  padding: 15px 0 !important;
}

.stellarnav>ul ul>li:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #00000023;
}

.stellarnav>ul ul>li a:hover {
  background-color: transparent;
  color: var(--secondary_color);
}

/* header e */
/* responsive-menu s */
.responsive-menu-cvr {
  z-index: 999;
  display: none;
}

.responsive-menu-cvr .responsive-menu {
  min-height: 40px;
  border-radius: 50px;
}

.responsive-menu .call a,
.responsive-menu .menu {
  width: 50px;
  height: 50px;
  border: 5px solid var(--secondary_color);
  transition: all 0.5s;
  box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .call a img {
  max-width: 23px;
}

.responsive-menu .menu span {
  width: 18px;
  height: 2px;
}

.responsive-menu .menu span:not(:nth-last-of-type(1)) {
  margin-bottom: 5px;
}

.responsive-menu .call {
  transform: translateY(-50%);
  left: 190px;
}

.responsive-menu .menu {
  cursor: pointer;
  right: 50%;
  transform: translate(50%, -50%);
}

.responsive-menu .call a:hover,
.responsive-menu .menu:hover {
  border-color: var(--primary_color);
  transition: all 0.5s;
}

/* responsive-menu e */
/* home-banner s */
.home-banner .banner img {
  top: -80px !important;
  left: -20px !important;
}

.home-banner .content h1,
.home-banner .content h2,
.home-banner .content span {
  font-family: var(--secondary_font);
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: var(--white_color);
  margin-bottom: 25px;
}

/* home-banner e */
/* inner-banner s */
.inner-banner {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 20px 0 70px; */
  padding: 70px 0 20px;
}

.inner-banner h1,
.inner-banner h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

.inner-banner p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

/* inner-banner e */
/* search-engine s */
/* where-go s */
.where-go-holder {
  top: 0;
  transform: translate(0, -50%);
}

.where-go {
  padding: 12px;
  cursor: pointer;
  border-radius: 50px;
  display: none;
}

.where-go p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.search-engine .col-icon {
  right: 10px;
  top: 10px;
  z-index: 999;
  cursor: pointer;
}

.no-search {
  min-height: auto !important;
}

body.inner-page .search-engine {
  max-width: 1320px;
  margin: 0 auto;
}

/* where-go e */
.search-engine {
  z-index: 9;
  min-height: 294px;
}

.search-main {
  padding: 20px 20px 2px 20px;
  border-radius: 15px;
  box-shadow: 0 0 25px 0 #00000015;
}

.search-main>p {
  font-size: 20px;
  font-weight: 600;
  color: #0d2447;
  line-height: 20px;
  margin-bottom: 30px;
}

.search-main .form-input {
  margin-bottom: 25px;
}

.search-main .form-input.date {
  margin-top: 11px;
}

.inner-page .search-main .form-input.date {
  margin-top: 0;
}

.contact-us-form .form-control,
.search-main .form-select,
.search-main .form-control {
  font-size: 16px;
  font-weight: 500;
  color: var(--black_color);
  line-height: 16px;
  padding: 0;
  padding-bottom: 14px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid var(--black_color);
  height: 30px;
}

.search-main .form-input.rooms>.form-check-label,
.search-main .form-input>p {
  font-size: 16px;
  font-weight: 500;
  color: var(--black_color);
  line-height: 22px;
}

.search-main .form-input.rooms {
  margin: -12px 0 0 0;
}

.search-main .nights-main,
.search-main .form-select {
  background-position: right 5px top 5px;
  background-image: url(/assets/images/down-icon.png);
  background-size: 10px;
}

.contact-us-form .form-control::placeholder,
.search-main .form-control::placeholder {
  color: var(--black_color);
}

.search-main .form-select:focus,
.search-main .form-control:focus {
  border-color: var(--primary_color);
}

.ui-widget-header .ui-icon {
  background-image: url(/assets/images/datepicker/ui-icons_444444_256x240.png);
}

.search-main .form-input.date::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 24px;
  background-image: url(/assets/images/datepicker-icon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  right: 5px;
  top: 0;
}

.search-main .room-main .form-select {
  padding: 18px 18px 13px 9px;
  background-color: #edf4f4;
  height: 49px;
  font-weight: 700;
  border: none;
  background-position: right 5px top 25px;
  color: var(--primary_color);
}

.search-main .room-main::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 1px;
  background-color: var(--primary_color);
  left: 10px;
  bottom: 10px;
}

.search-main .nights-main {
  padding: 18px 12px 13px 8px;
  background-color: #edf4f4;
  height: 49px;
}


.search-main .nights-main .form-check-label {
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
}

.search-main .nights-main .form-select, .search-main .nights-main input {
	font-weight: 700;
	color: var(--primary_color);
	padding: 0;
	padding-right: 18px;
	height: auto;
	background-image: none;
	width: 44px !important;
}
.search-main .nights-main {
  background-repeat: no-repeat;
  background-position: right 13px top 25px;
}

.search-main .nights-main.passenger {
  padding: 18px 9px 13px 8px;
}

.inner-page .search-main .nights-main.passenger,
.inner-page .search-main .nights-main {
  padding: 7px 12px 13px 8px;

}

.inner-page .search-main .nights-main {
  background-position: right 13px top 16px;
}

.search-main .nights-main.passenger .form-select {
  padding-right: 15px;
}

.inner-page .search-main .form-select,
.inner-page .search-main .form-control,
.inner-page .search-main .nights-main .form-check-label {
  font-size: 14px;
}

.search-main .form-input.accommodations>p {
  margin-right: 19px;
}

.modal .form-input .form-check-input,
.search-main .form-input .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid var(--primary_color);
  border-radius: 5px;
  background-color: #f3f3f3;
  margin: 0;
  margin-right: 10px;
  box-shadow: none;
  position: relative;
}

.modal .form-input .form-check-input {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.search-main .accommodations .form-check-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: #474747;
}

.search-main .accommodations .form-group:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}

.modal .form-input .form-check-input:active,
.search-main .form-input .form-check-input:active {
  background-color: transparent;
}

.modal .form-input .form-check-input::after,
.search-main .form-input .form-check-input::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.modal .form-input .form-check-input::after {
  width: 8px;
  height: 8px;
  border-radius: 1px;
}

.modal .form-input .form-check-input:checked::after,
.search-main .form-input .form-check-input:checked::after {
  background-color: var(--secondary_color);
  background-image: none;
}

.search-main .form-input.answer {
  width: 220px;
}

.contact-us-form .form-input.submit .btn,
.search-main .form-input.submit .btn {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  padding: 13px 27px;
  border-radius: 30px;
}

.contact-us-form .form-input.submit .btn img,
.search-main .form-input.submit .btn img {
  margin-left: 7px;
}

.contact-us-form .form-input.submit .btn:hover,
.search-main .form-input.submit .btn:hover {
  background-color: var(--black_color) !important;
}

/* search-engine e */

body.inner-page .search-banner {
  min-height: 445px;
}

body.inner-page .search-banner .banner-content {
  top: 30%;
}

body.inner-page .search-banner .banner-content h1 {
  max-width: 1320px;
}

body.inner-page .search-engine {
  min-height: auto;
  margin-top: 30px;
}

/* hajj-umrah-packages-offers s */
.hajj-umrah-packages-offers-cvr {
  padding: 158px 0 50px;
}

.heading-sec {
  margin-bottom: 55px;
}

.hajj-umrah-packages-offers-cvr .heading-sec {
  max-width: 750px;
  margin-bottom: 40px !important;
}

.hajj-umrah-packages-offers-cvr .heading-sec h2,
.customer-reviews-info .head h2,
.heading-sec h2 {
  font-family: var(--secondary_font);
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.hajj-umrah-packages-offers-cvr .heading-sec p {
  font-size: 20px;
  line-height: 27px;
  margin-top: 20px;
}

.heading-sec h2 {
  font-family: var(--primary_font);
}

.hajj-umrah-packages-offers-cvr .row .col-12 {
  padding: 4px;
}

.hajj-umrah-packages-offers-cvr .row> :nth-child(even) .hajj-umrah-packages-offers-box .content {
  order: -1;
}

/* hajj-umrah-packages-offers-box s */
.hajj-umrah-packages-offers-box {
  margin-bottom: 35px;
}

.hajj-umrah-packages-offers-box:hover .media img {
  transform: scale(1.1);
}

.hajj-umrah-packages-offers-box .content {
  padding: 23px 35px 5px;
}

.hajj-umrah-packages-offers-cvr .row> :nth-child(even) .hajj-umrah-packages-offers-box .content {
  position: absolute;
  top: -60px;
}

.hajj-umrah-packages-offers-box .content span {
  font-family: var(--secondary_font);
  font-size: 53px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 13px;
}

.hajj-umrah-packages-offers-box .content p {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 6px;
}

/* hajj-umrah-packages-offers-box e */
/* hajj-umrah-packages-offers e */
/* google-reviews s */
.google-reviews-cvr {
  padding: 50px 0;
}

/* google-reviews e */
/* hajj-umrah-packages s */
.hajj-umrah-packages-cvr {
  padding: 55px 0 35px;
}

/* hajj-umrah-packages-box s */
.hajj-umrah-packages-box {
  background-color: #f7f7f7;
  border-radius: 15px;
  max-width: 415px;
  margin: 0 auto 20px;
}

.hajj-umrah-packages-box .media,
.hajj-umrah-packages-box .media img {
  border-radius: 15px;
}

.hajj-umrah-packages-box .media .nights {
  top: 20px;
  left: 20px;
  border-radius: 17px;
  padding: 5px 16px;
}

.hajj-umrah-packages-box .media .nights span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.hajj-umrah-packages-box .content {
  padding: 28px;
}

.hajj-umrah-packages-box .content>span {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

/* rating-amenities s */
.hajj-umrah-packages-box .rating-amenities {
  padding-bottom: 10px;
}

.hajj-umrah-packages-box .amenities ul li span {
  width: 35px;
  height: 35px;
  border: 1px solid #c3d95b;
}

.hajj-umrah-packages-box .amenities ul li:not(:nth-last-of-type(1)) {
  margin-right: 14px;
}

/* rating-amenities e */
/* price-info s */
.hajj-umrah-packages-box .price-info {
  padding: 13px 0 15px;
  margin-bottom: 8px;
  border: 0 solid #00000014;
  border-width: 1px 0 1px 0;
}

.hajj-umrah-packages-box .price p .symbol {
  font-size: 25px;
  line-height: 25px;
  top: -10px;
}

.hajj-umrah-packages-box .price p {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.hajj-umrah-packages-box .price p span:nth-of-type(2) {
  font-size: 21px;
  line-height: 21px;
}

.hajj-umrah-packages-box .deposit {
  padding: 7px 11px;
  border-radius: 17px;
}

.hajj-umrah-packages-box .deposit span:nth-of-type(1) {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  width: 46px;
  margin-right: 4px;
}

.hajj-umrah-packages-box .deposit span:nth-of-type(2) {
  font-size: 21px;
  font-weight: 500;
  line-height: 21px;
}

/* price-info e */
/* hotel-info s */
.hajj-umrah-packages-box .hotel:nth-of-type(2)::after,
.hajj-umrah-packages-box .hotel:nth-of-type(4)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43px;
  background-color: #00000014;
  left: 0;
  bottom: 0;
}

.hajj-umrah-packages-box .hotel>img {
  margin-bottom: 8px;
}

.hajj-umrah-packages-box .hotel .hotel-content {
  padding: 0 3px;
}

.hajj-umrah-packages-box .hotel p {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 5px;
}

.hajj-umrah-packages-box .hotel span {
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  color: #8c8c8c;
}

/* hotel-info e */
/* contact-info s */
.hajj-umrah-packages-box .contact-info .btn {
  font-size: 16px;
  line-height: 16px;
  padding: 15px;
  border-radius: 24px;
  width: 167px;
  border: 1px solid transparent;
}

.hajj-umrah-packages-box .contact-info .get-detail {
  font-weight: 600;
  border-color: var(--primary_color);
  color: var(--primary_color);
}

.hajj-umrah-packages-box .contact-info .call-back {
  font-weight: 700;
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  color: var(--white_color);
}

.hajj-umrah-packages-box .contact-info .get-detail:hover {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  color: var(--white_color);
}

.hajj-umrah-packages-box .contact-info .call-back:hover {
  background-color: var(--white_color);
  border-color: var(--primary_color);
  color: var(--primary_color);
}

/* contact-info e */
.hajj-umrah-packages-box:hover .media a>img {
  scale: 1.1;
}

.hajj-umrah-packages-box:hover .deposit span:nth-of-type(2) {
  color: #c3d95b;
}

/* hajj-umrah-packages-box e */
/* halal-holidays-packages-box s */
.halal-holidays-box {
  border-radius: 0;
  max-width: 413px;
  margin: 0 auto 50px;
}

.halal-holidays-box .hotel:nth-of-type(2)::after,
.halal-holidays-box .hotel:nth-of-type(4)::after {
  display: none;
}

.halal-holidays-box .media,
.halal-holidays-box .media img {
  border-radius: 0;
}

.halal-holidays-box .media>a::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  background-image: url(/assets/images/shape.png);
  z-index: 99;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.halal-holidays-box .media .nights {
  top: 40px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.halal-holidays-box .media .nights span {
  font-family: var(--secondary_font);
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.halal-holidays-box .content {
  background-color: #f7f7f7;
}

.halal-holidays-box .content>span {
  font-weight: 500;
}

.halal-holidays-box .amenities ul li span {
  border: none;
}

.halal-holidays-box .price p {
  font-size: 39px;
  font-weight: 700;
  line-height: 39px;
}

.hajj-umrah-packages-box .price p span:nth-of-type(2),
.hajj-umrah-packages-box .price p .symbol {
  top: 0;
  font-weight: 500;
}

.halal-holidays-box .contact-info .get-detail:hover {
  background-color: #f1be52;
  border-color: #f1be52;
}

.halal-holidays-box .contact-info .call-back {
  background-color: #f1be52;
  border-color: #f1be52;
}

.hajj-umrah-packages-box .hotel-info {
  margin-bottom: 22px;
}

.halal-holidays-box .hotel {
  margin-bottom: 17px;
}

.halal-holidays-box .hotel>img {
  margin: 0 12px 0 0;
}

.halal-holidays-box .hotel p {
  margin-bottom: 0;
}

/* halal-holidays-packages-box s */
/* hajj-umrah-packages e */
/* Ziyaraat s */
.ziyaraat-cvr {
  padding: 50px 0 20px;
}

.ziyaraat-cvr .heading-sec {
  padding: 50px 0;
}

.ziyaraat-cvr .heading-sec h2 {
  z-index: 2;
}

.ziyaraat-cvr .heading-sec::after {
  position: absolute;
  content: "Ziyaraat";
  font-family: var(--secondary_font);
  font-size: 144px;
  font-weight: 700;
  line-height: 144px;
  -webkit-text-stroke: 1px var(--white_color);
  -webkit-text-fill-color: var(--primary_color);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.3;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.ziyaraat-main {
  padding-top: 16px;
}

.ziyaraat-main .nav-tabs {
  margin-bottom: 55px;
  border: none;
}

.ziyaraat-main .nav-tabs .nav-item .nav-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--white_color);
  padding: 16px 35px;
  background-color: transparent;
  border: 1px solid var(--white_color);
  border-radius: 25px;
  box-shadow: none;
}

.ziyaraat-main .nav-tabs .nav-item .nav-link:hover,
.ziyaraat-main .nav-tabs .nav-item .nav-link.active {
  color: var(--primary_color);
  background-color: #c3d95b;
  border-color: #c3d95b;
}

.ziyaraat-main .nav-tabs .nav-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

.ziyaraat-box {
  max-width: 302px;
  margin: 0 auto 24px;
}

.ziyaraat-box .media .paragraph {
  background-color: #ffffffca;
  padding: 28px 25px;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  right: 0;
}

.ziyaraat-box:hover .media .paragraph {
  top: 0;
  height: 100%;
  display: flex !important;
}

.ziyaraat-box .media .paragraph p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.ziyaraat-box .content {
  padding: 18px 15px 1px;
}

.ziyaraat-box .content p {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

/* Ziyaraat e */

/* experience s */

/* .experience-info-cvr {
  background-color: #e5d0bd;
  margin-top: 85px;
} */

.experience-info-cvr img {
  top: 25px;
}

.max-container {
  max-width: 1565px;
  margin: 0 auto;
}

/* .experience-info-cvr .content {
  padding: 160px 0;
  z-index: 999;
}

.experience-info-cvr .content h2 {
  font-family: var(--secondary_font);
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 70px;
}

.experience-info-cvr .content ul li {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  padding-left: 32px;
  margin-bottom: 24px;
  position: relative;
}

.experience-info-cvr .content ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}

.experience-info-cvr .content ul li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--black_color);
  border-radius: 50%;
  top: 8px;
  left: 0;
} */

/* experience e */

/* footer s */
.footer-main {
  padding: 60px 0 37px;
}

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

.footer-main .links {
  padding: 26px 80px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ffffff23;
  margin-bottom: 42px;
}

.footer-main .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer-main .links ul li:not(:nth-last-of-type(1)) {
  margin-right: 25px;
}

.footer-main .links ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--white_color);
  padding-bottom: 26px;
  position: relative;
}

.footer-main .links ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #c3d95b;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.footer-main .links ul li a:hover::after {
  width: 60px;
}

.footer-main .social-media ul li a {
  width: 83px;
  height: 83px;
  background-color: #f0edf7;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 7px 0 #00000005;
}

.footer-main .social-media ul li:not(:nth-last-of-type(1)) a {
  margin-right: 15px;
}

.footer-main .social-media ul li a img {
  max-width: 35px;
}

.footer-main .social-media ul li a:hover {
  transform: scale(0.9);
}

.copyright {
  padding: 35px;
}

.copyright p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.copyright p:not(:nth-of-type(1)) {
  margin-top: 12px;
}

/* footer e */
/* Home page e */
/* package-details page s */
.package-details-swp {
  margin-top: 5px;
}

/* swiper-btn s */
.ziyaraat-main .swiper-button-prev,
.ziyaraat-main .swiper-button-next,
.customer-reviews-swp .swiper-button-prev,
.customer-reviews-swp .swiper-button-next,
.package-details-swp .swiper-button-prev,
.package-details-swp .swiper-button-next,
.hajj-umrah-packages-main .swiper-button-prev,
.hajj-umrah-packages-main .swiper-button-next {
  width: 54px;
  height: 54px;
  background-color: var(--white_color);
  border-radius: 0;
  top: 50%;
  box-shadow: none;
}

.customer-reviews-swp .swiper-button-prev,
.customer-reviews-swp .swiper-button-next,
.ziyaraat-main .swiper-button-prev,
.ziyaraat-main .swiper-button-next,
.hajj-umrah-packages-main .swiper-button-prev,
.hajj-umrah-packages-main .swiper-button-next {
  background-color: var(--primary_color);
}

.customer-reviews-swp .swiper-button-prev  {
  left: -30px;
  box-shadow: 0 0 5px 0 #fff !important;
}

.hajj-umrah-packages-main .swiper-button-prev {
  left: -30px;
  box-shadow: 0 0 5px 0 #fff !important;
}

.hajj-umrah-packages-main .swiper-button-next {
  right: -30px;
  box-shadow: 0 0 5px 0 #fff !important;
}

.customer-reviews-swp .swiper-button-next {
  right: -30px;
  box-shadow: 0 0 5px 0 #fff !important;
}

/* .ziyaraat-main .swiper-button-prev , */
.package-details-swp .swiper-button-prev {
  right: auto;
  left: 236px;
  transform: translate(0, -50%);
}

/* .ziyaraat-main .swiper-button-next , */
.package-details-swp .swiper-button-next {
  left: auto;
  right: 236px;
  transform: translate(0, -50%);
}

.customer-reviews-swp .swiper-button-prev:hover,
.customer-reviews-swp .swiper-button-next:hover,
.ziyaraat-main .swiper-button-prev:hover,
.ziyaraat-main .swiper-button-next:hover,
.package-details-swp .swiper-button-prev:hover,
.package-details-swp .swiper-button-next:hover,
.hajj-umrah-packages-main .swiper-button-prev:hover,
.hajj-umrah-packages-main .swiper-button-next:hover {
  background-color: #c3d95b;
  transition: all 0.5s;
}

.customer-reviews-swp .swiper-button-prev::after,
.customer-reviews-swp .swiper-button-next::after,
.ziyaraat-main .swiper-button-next::after,
.ziyaraat-main .swiper-button-prev::after,
.package-details-swp .swiper-button-next::after,
.package-details-swp .swiper-button-prev::after,
.hajj-umrah-packages-main .swiper-button-prev::after,
.hajj-umrah-packages-main .swiper-button-next::after {
  content: "";
  background-image: url(/assets/images/swp-left-green-arrow.png);
  background-position: center;
  width: 12px;
  height: 21px;
}
.hajj-umrah-packages-main {
	position: relative;
}
.customer-reviews-swp .swiper-button-prev:hover::after,
.customer-reviews-swp .swiper-button-next:hover::after,
.ziyaraat-main .swiper-button-next:hover:after,
.ziyaraat-main .swiper-button-prev:hover:after,
.package-details-swp .swiper-button-next:hover:after,
.package-details-swp .swiper-button-prev:hover:after,
.hajj-umrah-packages-main .swiper-button-prev:hover:after,
.hajj-umrah-packages-main .swiper-button-next:hover:after {
  background-image: url(/assets/images/swp-left-white-arrow.png);
}

.customer-reviews-swp .swiper-button-next::after,
.ziyaraat-main .swiper-button-next::after,
.package-details-swp .swiper-button-next::after,
.hajj-umrah-packages-main .swiper-button-next::after {
  transform: rotate(180deg);
}

/* swiper-btn e */
/* package-details-info s */
.package-details-cvr {
  padding: 55px 0 45px;
}

/* breadcrumb s */
.breadcrumb-cvr {
  padding: 10px 0;
}

.breadcrumb-cvr nav li {
  font-size: 16px;
  font-weight: 400;
  color: #00000067;
  line-height: 16px;
}

.breadcrumb-item.active,
.breadcrumb-cvr nav li a {
  color: #00000067;
}

.breadcrumb-cvr nav li a:hover {
  color: var(--secondary_color);
}

.breadcrumb-cvr .breadcrumb-item+.breadcrumb-item {
  padding-left: 30px;
}

.breadcrumb-cvr .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  background-image: url(/assets/images/bread-crumb-icon.png);
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  left: 12px;
  top: 3px;
  padding: 0;
}

/* breadcrumb e */
.package-details-info {
  background-color: transparent;
  max-width: 100%;
  margin: 0;
}

.package-details-info .hotel:nth-of-type(2)::after,
.package-details-info .hotel:nth-of-type(4)::after {
  display: none;
}

.package-details-info .head {
  margin-bottom: 20px;
}

.package-details-info .head h1,
.package-details-info .head span {
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 12px;
}

.package-details-info .head h1 {
  font-size: 35px;
  line-height: 40px;
}

.package-details-info .price-amenities .price-info,
.package-details-info .price-amenities .amenities {
  margin-bottom: 50px;
}

.package-details-info .price-info {
  padding: 0;
  border: none;
}

.package-details-info .price {
  margin-right: 12px;
}

.package-details-info .deposit {
  margin-right: 21px;
}

.package-details-info .amenities ul li span {
  margin-right: 13px;
}

.package-details-info .amenities ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.package-details-info .hotel-info {
  padding: 0;
  border-width: 0;
  margin: 0;
}

.package-details-info .hotel-info .hotel {
  margin-bottom: 40px;
}

.package-details-info .hotel-info .hotel>img {
  margin-right: 20px;
}

.package-details-info .hotel-info .hotel:not(:nth-last-of-type(1)) {
  margin-right: 45px;
}

/* package-details-info e */
/* package-details-content s */
.package-details-content {
  padding: 50px 30px;
  border: 1px solid #00000016;
}

.Itinerary-holder ul li span {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.Itinerary-holder ul li span:nth-of-type(1) {
  font-weight: 700;
  width: 140px;
  margin-right: 17px;
}

/* package-details-content e */
/* rated-content s */
.rated-info {
  margin-bottom: 30px;
}

.rated-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #00000065;
  margin-top: 18px;
}

.rated-main span {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-right: 8px;
}

.rated-main .rating {
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 #00000011;
}

.rated-main .rating ul li:not(:nth-last-of-type(1)) {
  margin-right: 4px;
}

/* .rated-main .rating ul li img:nth-of-type(2) {
  display: none;
}
.rated-main .rating ul li.active img:nth-of-type(1) {
  display: none;
}
.rated-main .rating ul li.active img:nth-of-type(2) {
  display: block;
} */
/* rated-content e */
/* why-book s */
.why-book-info {
  padding: 50px 28px;
  margin-bottom: 20px;
}

.why-book-info>span {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 40px;
}

.why-book-info ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 5px;
  background-color: #cbde72;
  top: 8px;
  left: 0;
}

.why-book-info ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
  padding-left: 40px;
  border-bottom: 1px solid #ffffff35;
  position: relative;
}

.why-book-info ul li:not(:nth-last-of-type(1)) {
  margin-bottom: 25px;
}

/* why-book e */
/* quotation-info s */
/* call-experts s */
.quotation-info .call-experts {
  margin-bottom: 20px;
}

.quotation-info .call-experts a {
  padding: 4px 37px;
  margin-bottom: 20px;
}

.quotation-info .call-experts img {
  margin-right: 31px;
}

.quotation-info .call-experts .content span {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  color: var(--white_color);
  margin-bottom: 6px;
}

.quotation-info .call-experts .content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #cbde72;
}

/* call-experts e */
/* beat-quote s */
.quotation-info .beat-quote {
  background-color: #d6e3e3;
  margin-bottom: 20px;
}

.quotation-info .beat-quote .btn {
  padding: 4px 30px;
}

.quotation-info .beat-quote img {
  margin-right: 7px;
}

.quotation-info .beat-quote .content p {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

/* beat-my-quote popup s */
.beat-my-quote-modal .modal-dialog {
  max-width: 745px;
}

.beat-my-quote-modal .search-main {
  border-radius: 0;
  box-shadow: none;
}

.beat-my-quote-modal .search-main {
  border-radius: 0;
  box-shadow: none;
}

.beat-my-quote-modal .modal-body {
  padding: 57px 43px 33px;
}

.beat-my-quote-modal .search-main>p {
  margin-bottom: 60px;
}

.beat-my-quote-modal .search-main .form-input>p {
  margin-bottom: 11px;
}

.beat-my-quote-modal .form-input-main .nights-main:not(:nth-last-of-type(1)) {
  margin-right: 9px;
}

.beat-my-quote-modal .search-main .form-input.answer {
  width: 100%;
}

/* beat-my-quote popup e */
/* beat-my-quote e */
/* get-quote s */
.quotation-info .get-quote {
  background-color: #d6e3e3;
}

.quotation-info .get-quote .btn {
  padding: 5px 37px;
}

.quotation-info .get-quote img {
  margin-right: 30px;
}

.quotation-info .get-quote .content span {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 6px;
}

.quotation-info .get-quote .content p {
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

/* call-back popup s */
.get-quote-modal .modal-dialog {
  max-width: 426px;
}

.modal .modal-content {
  border: none;
  border-radius: 0 !important;
}

.modal .modal-content .btn-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  opacity: 1;
  top: 21px;
  right: 21px;
  z-index: 1;
  background-image: none;
  box-shadow: none;
}

.get-quote-modal .modal-body {
  padding: 57px 54px 35px;
}

.modal .modal-body>span {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 62px;
}

.get-quote-modal .form-input {
  margin-bottom: 32px;
}

.get-quote-modal .form-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black_color);
  padding: 0;
  padding-bottom: 14px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid var(--black_color);
  border-radius: 0;
  height: 32px;
}

.get-quote-modal .form-control::placeholder {
  color: var(--black_color);
}

.get-quote-modal .form-check-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: var(--black_color);
  margin-bottom: 15px;
}

.get-quote-modal .form-select {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: var(--black_color);
  border: none;
  border-radius: 0;
  background-color: #edf4f4;
  padding: 18px 12px;
  box-shadow: none;
  width: 131px;
  height: 49px;
}

.get-quote-modal .form-select:nth-of-type(1) {
  margin-right: 9px;
}

.modal .form-input.terms .form-check-label,
.get-quote-modal .form-input.terms .form-check-label {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--black_color);
  margin: -4px 0 0;
}

.get-quote-modal .form-input.submit .btn {
  padding: 15px 42px !important;
}

/* call-back popup e */
/* get-quote e */
.quotation-info .box:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-2px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(2px, 0, 0);
  }
}

/* quotation-info e */
/*  feedback s */
.feedback-cvr {
  padding: 45px 0 85px;
}

.feedback-form {
  padding: 42px 26px 5px;
  background-color: #94b3b320;
}

.feedback-form>span {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  color: #282828;
  margin-bottom: 40px;
}

.feedback-form .form-input {
  margin-bottom: 40px;
}

.feedback-form .form-input .form-check-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #313131ca;
  margin-bottom: 15px;
}

.feedback-form .form-input .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #313131;
  padding: 17px;
  border: none;
  box-shadow: none;
  height: 66px;
}

.feedback-form .form-input textarea.form-control {
  height: 167px;
}

.feedback-form .form-input .form-control::placeholder {
  color: #31313185;
}

.feedback-form .form-input.star .form-check-label {
  margin: 0;
  margin-right: 15px;
}

.feedback-form .form-input.star .rating ul li {
  cursor: pointer;
}

.get-quote-modal .form-input.submit .btn,
.feedback-form .form-input.submit .btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 24px;
  padding: 15px 13px;
}

.get-quote-modal .form-input.submit .btn:hover,
.feedback-form .form-input.submit .btn:hover {
  background-color: var(--black_color) !important;
}

/*  feedback e */
/* customer-reviews s */
.customer-reviews-cvr {
  padding: 73px 0 50px;
  border-bottom: 1px solid var(--white_color);
}

.customer-reviews-info .head {
  margin-bottom: 65px;
}

.customer-reviews-info .head h2 {
  margin-bottom: 30px;
}

.customer-reviews-info .head p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffffca;
}

.customer-reviews-info .load-more-cvr {
  margin-top: 20px;
}

.customer-reviews-info .load-more-cvr .btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 15px 31px;
  border-radius: 24px;
  border: 1px solid var(--secondary_color);
}

.customer-reviews-info .load-more-cvr .btn:hover {
  background-color: transparent !important;
}

.customer-reviews-info>.row {
  gap: 30px 0;
}

/* customer-reviews-box s */
.customer-reviews-box {
  padding: 40px 35px 20px;
  border-radius: 19px;
  height: 100%;
}

.customer-reviews-box .rating {
  margin-bottom: 25px;
}

.feedback-form .rating ul li img:nth-of-type(2),
.customer-reviews-box .rating ul li img:nth-of-type(2) {
  display: none;
}

.feedback-form .rating ul li.active img:nth-of-type(1),
.customer-reviews-box .rating ul li.active img:nth-of-type(1) {
  display: none;
}

.feedback-form .rating ul li.active img:nth-of-type(2),
.customer-reviews-box .rating ul li.active img:nth-of-type(2) {
  display: block;
}

.customer-reviews-box .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 35px;
}

.customer-reviews-box>p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #313131ca;
  margin-bottom: 22px;
}

.customer-reviews-box .customer-info>span {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #20b7b7ca;
  margin-bottom: 8px;
}

.customer-reviews-box .customer-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #313131ca;
  margin-bottom: 9px;
}

.customer-reviews-box .customer-info .verified span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #01173bca;
  margin-left: 6px;
}

/* customer-reviews-box e */
/* customer-reviews e */
/* halal s */
.package-details-cvr.halal .why-book-info ul li::before {
  background-color: #ffbe47;
}

.package-details-cvr.halal .quotation-info .call-experts a {
  background-color: #ffbe47;
}

.package-details-cvr.halal .quotation-info .call-experts .content p {
  color: #f0ede8;
}

.package-details-cvr.halal .quotation-info .get-quote .btn,
.package-details-cvr.halal .quotation-info .beat-quote .btn {
  background-color: #f0ede8;
  border: none;
}

.package-details-cvr.halal .hajj-umrah-packages-box .amenities ul li span {
  border: none;
  background-color: #f0f0f0 !important;
}

/* halal e */
/* package-details page e */
/* contact-us page s */
.contact-us-info-cvr>span {
  font-family: var(--secondary_font);
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 45px;
}

.contact-us-info-main .circle {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(#00dfa4, #00acd7);
  border-radius: 50%;
  margin-right: 10px;
}

.contact-us-info-main .box {
  margin-bottom: 30px;
}

.contact-us-info-main .box:nth-of-type(1) {
  margin-right: 90px;
}

.contact-us-info-main .box .content p {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

.contact-us-info-main .box .content span,
.contact-us-info-main .box .content a {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  color: var(--black_color);
}

.contact-us-info-main .box .content a:hover {
  color: var(--secondary_color);
}

.contact-us-form-cvr .col-12>.content {
  max-width: 688px;
}

/* contact-us-form s */
.contact-us-form {
  margin-top: 25px;
  background-color: #eff2f2;
  border-radius: 15px;
  box-shadow: 0 0 27px 0 #00000010;
  padding: 50px 45px 12px;
}

.contact-us-form>span {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 58px;
}

.contact-us-form .form-control {
  background-color: transparent;
}

.contact-us-form .form-input {
  margin-bottom: 31px;
}

/* contact-us-form e */

/* page-content s */

.page-content.scroll {
  padding: 60px 0 65px;
}

body:not(.inner-page) .page-content.scroll {
  padding: 60px 0 40px;
}

.page-content .home-scrollbar {
  background-color: #f7f7f7;
  padding: 55px 45px;
  height: 630px;
  overflow-y: scroll;
}

.page-content .home-scrollbar .scroll-content {
  padding-bottom: 70px;
}

.page-content .home-scrollbar .scrollbar-track-y {
  background-color: #e8e5e3;
  width: 9px;
  border-radius: 0;
}

.scrollbar-thumb {
	background-color: var(--secondary_color) !important;
	width: 9px;
	border-radius: 0;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  font-weight: 700;
  color: #282828;
  margin: 25px 0;
  text-transform: capitalize;
}

.page-content h1 {
  font-size: 36px;
  line-height: 45px;
}

.page-content h2 {
  font-size: 30px;
  line-height: 40px;
}

.page-content h3 {
  font-size: 28px;
  line-height: 35px;
}

.page-content h4,
.page-content h5,
.page-content h6 {
  font-weight: 400;
  color: var(--black_color);
  margin: 20px 0;
  text-transform: capitalize;
}

.page-content h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.page-content h5 {
  font-size: 20px;
  line-height: 25px;
}

.page-content h6 {
  font-size: 18px;
  line-height: 22px;
}

.page-content p {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 25px;
  margin: 15px 0;
}

.page-content strong {
  font-weight: 500;
}

.page-content a {
  color: var(--secondary_color);
}

.page-content p a:hover {
  color: var(--black_color);
}

.page-content blockquote {
  text-align: center;
  max-width: 80%;
  margin: 25px auto;
  padding: 20px 30px;
  border-radius: 10px;
  border-right: 10px solid var(--secondary_color);
  border-left: 10px solid var(--secondary_color);
  font-style: italic;
}

.page-content ul,
.page-content ol {
  padding: 15px 17px;
}

.page-content ul ul,
.page-content ol ol {
  padding: 15px;
  margin: 15px;
}

.page-content ul {
  list-style-type: disc;
}

.page-content ol {
  list-style-type: decimal;
}

.page-content ul li,
.page-content ol li {
  font-size: 16px;
  font-weight: 400;
  color: #313131;
  line-height: 25px;
  margin-bottom: 5px;
  padding-left: 7px;
}

/* page-content e */
/* thank-you page s */
.error-cvr,
.thank-you-cvr {
  padding: 90px 0 100px;
}

.error-main,
.thank-you-main {
  max-width: 1000px;
  margin: 0 auto;
}

.thank-you-main img {
  margin-bottom: 45px;
}

.error-main p,
.thank-you-main p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #2f2f2f;
  margin-bottom: 30px;
}

.error-main a,
.thank-you-main a {
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  padding: 16px 20px;
  border-radius: 25px;
}

.error-main a:hover,
.thank-you-main a:hover {
  background-color: var(--black_color) !important;
}

/* thank-you page e */
/* 404 page s */
.error-main h2 {
  font-family: var(--secondary_font);
  font-size: 450px;
  font-weight: 700;
  line-height: 450px;
  margin-bottom: 50px;
}

/* 404 page e */

/* form-validation s */
.form-control.error::placeholder {
  color: red !important;
  opacity: 0.5;
}

.form-control.error,
.form-check-input.error {
  border-color: red !important;
  color: red !important;
}

.form-select.error {
  border-color: red;
}

label.error {
  display: none !important;
}

/* form-validation e*/

/* faqs s */

.faq {
  padding: 50px 0;
}

.faq .main-heading h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.faq-accordian {
  margin-top: 40px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.faq-accordian .accordion-button::after {
  background-image: url("/assets/images/plus.png");
  filter: brightness(0);
  background-position: center;
}

.faq-accordian .accordion-button {
  padding: 20px 23px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  background-color: transparent;
  box-shadow: none;
}

.faq-accordian .accordion-item {
  border-width: 2px 0 2px 0;
  border-color: #ececec;
  border-style: solid;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 24px;
  flex: 0 0 47%;
  margin-right: 27px;
}

.accordion.accordian-scrollbar {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.faq-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("/assets/images/minus.png");
  background-position: center;
  filter: brightness(0);
  transform: initial;
}

/* .scrollbar-thumb {
  background: var(--bg-primary-color) !important;
} */

.scrollbar-content {
  max-height: 484px;
}

.faq-accordian .accordion-body {
  padding: 20px 23px 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

.faq-section-main {
  max-width: 1154px;
  margin: 50px auto 0;
  padding-right: 50px;
  height: 583px;
  overflow-y: scroll;
}

/* faqs e*/