@charset "UTF-8";
/******Colors******/
/******Media-Query******/
/*================================================
[ Start Mixin contents  ]
================================================
1:: Flex-Box
2:: Box-Sizing
3:: Overlay
4:: Circle
5:: Transation
6:: Transform
7:: Object-Fit
8:: Background-Cover
9:: Postion-Absolute
10:: Media-Query
======================================
[ End Mixin content ]
======================================*/
/******Start-Flex-box******/
/******End-Flex-box******/
/******Start-Box-Sizing******/
/******End-Box-Sizing******/
/******Start-Overlay******/
/******End-Overlay******/
/******Start-Circle******/
/******End-Circle******/
/******Start-Transation******/
/******End-Transation******/
/******Start-Transform******/
/******Start-Transform******/
/******Start-Object-Fit******/
/******End-Object-Fit******/
/******Start-background-Cover******/
/******End-background-Cover******/
/******Start-Absolute******/
/******End-Absolute******/
/******Start-Media-Query******/
/******End-Media-Query******/
/******Fonts******/
@font-face {
  font-family: "Cairo-Regular";
  src: url(../fonts/Cairo-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Light";
  src: url(../fonts/Cairo-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Cairo-Bold";
  src: url(../fonts/Cairo-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Cairo-ExtraBold";
  src: url(../../fonts/Cairo-Black.ttf);
  font-display: swap;
}
/******Body******/
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

body {
  font-family: "Cairo-Regular" !important;
  padding: 0;
  margin: 0 !important;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden !important;
  direction: rtl !important;
  background-color: #ffffff;
  text-align: right;
  scroll-behavior: smooth;
}

/*****section-padding******/
.all {
  padding: 3em 0;
}

/*****section-padding******/
/******Scroll-Bar******/
::-webkit-scrollbar {
  width: 9px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #006db7;
  outline: 1px solid #ffffff;
  border-radius: 30px;
}

::-moz-selection {
  background: #006db7;
  color: #ffffff;
}

::selection {
  background: #006db7;
  color: #ffffff;
}

/******Reset******/
a, .nav-header ul + div .register-btn-border {
  color: #006db7;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .nav-header ul + div .register-btn-border:hover, a:focus, .nav-header ul + div .register-btn-border:focus {
  text-decoration: none;
  color: #ffffff;
}
a:focus, .nav-header ul + div .register-btn-border:focus {
  color: #006db7;
}

button {
  border: 0;
  color: #ffffff;
}

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

li {
  display: inline-block;
}

a, .nav-header ul + div .register-btn-border,
button,
#scroll-top {
  transition: all 0.4s ease-in-out;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: 0 !important;
}

.container .row,
.container-fluid .row {
  width: 100%;
}

h1 {
  font-family: "Cairo-Bold";
}

/******Reset******/
/**************General**************/
.section-title {
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 1.7;
}

.header-title {
  font-size: 4rem;
  font-weight: 600;
  color: #ffffff;
}

/***Offfer-Card***/
.offers-card {
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: #ffffff;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.offers-card .card-img {
  width: 100%;
  height: 250px;
  position: relative;
}
.offers-card .card-img img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.offers-card .card-img .img-desc {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0px;
  background-color: #e40c0c;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 0;
}
.offers-card .card-img .price-box {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0px;
  background-color: #f5991e;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 0;
}
.offers-card .card-info {
  margin-top: 0;
  padding: 20px;
  padding-bottom: 50px;
}
.offers-card .card-info .card-name,
.offers-card .card-info .card-date {
  color: #006db7;
  margin-bottom: 20px;
  margin: 0;
  margin-inline-end: 10px;
}
.offers-card .card-info .verticl-line {
  color: #636767;
  display: inline-block;
  transform: scale(1, 1.2);
  margin-inline-end: 10px;
}
.offers-card .card-info .card-name {
  position: relative;
}
.offers-card .card-info .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #f5991e;
  line-height: 1.7;
  margin-top: 20px;
}
.offers-card .card-info .card-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #636767;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.offers-card .card-info .arrow-span {
  color: #006db7;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  transition: 0.5s all ease;
}
.offers-card .card-info .arrow-span i {
  margin: 0 10px 0 0;
  line-height: 35px;
}

/***search-btn***/
.search-group {
  position: relative;
}
.search-group .search-input {
  height: 50px;
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 10px;
  background-color: #ffffff;
  color: #636767;
  transition: 0.3s ease all;
}
.search-group .search-input:focus {
  border: 2px solid #f5991e;
}
.search-group .search-btn {
  background: none;
  position: absolute;
  left: 10px;
  top: 30%;
}
.search-group .search-btn i {
  color: #006db7;
}

/***Select***/
select {
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 4px;
  background-color: #ffffff;
  color: #636767;
  height: 45px;
  background: url(../../assets/img/down-arrow.png) no-repeat left center;
  background-size: 12px;
  background-position-x: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s ease all;
}
select:focus {
  border: 2px solid #f5991e;
}

.form-group {
  margin-top: 20px;
}
.form-group label {
  font-size: 16px;
  font-weight: 600;
  color: #636767;
}
.form-group input, .form-section .container form .step .form-group textarea, .form-group textarea,
.form-group select {
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #ffffff;
  color: #636767;
  height: 50px;
  transition: 0.3s ease all;
}
.form-group input:focus, .form-section .container form .step .form-group textarea:focus, .form-group textarea:focus,
.form-group select:focus {
  border: 2px solid #f5991e;
}
.form-group input[type=checkbox], .form-section .container form .step .form-group textarea[type=checkbox], .form-group textarea[type=checkbox] {
  height: 18px;
  margin: 0 0 0 10px;
  width: 30px;
}
.form-group input[type=password], .form-section .container form .step .form-group textarea[type=password], .form-group textarea[type=password] {
  font-family: Verdana;
}
.form-group textarea {
  resize: none;
  height: 200px;
}

input::-webkit-outer-spin-button, .form-section .container form .step .form-group textarea::-webkit-outer-spin-button, .form-group textarea::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
.form-section .container form .step .form-group textarea::-webkit-inner-spin-button,
.form-group textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.submit-btn {
  padding: 8px 30px;
  min-width: 140px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin: 30px 0px;
  background-color: #006db7;
  color: #ffffff;
}
.submit-btn:hover {
  background-color: #f5991e;
}

.reset-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reset-check > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006db7;
  font-size: 17px;
}
.reset-check > div label {
  color: #006db7;
  font-weight: 600;
}
.reset-check a, .reset-check .nav-header ul + div .register-btn-border, .nav-header ul + div .reset-check .register-btn-border {
  font-weight: 600;
}
.reset-check a:hover, .reset-check .nav-header ul + div .register-btn-border:hover, .nav-header ul + div .reset-check .register-btn-border:hover {
  color: #006db7;
}
.reset-check input#check, .reset-check .form-group textarea#check, .form-group .reset-check textarea#check {
  position: absolute;
  opacity: 0;
  display: none;
}
.reset-check input#check:checked + label svg path, .reset-check .form-group textarea#check:checked + label svg path, .form-group .reset-check textarea#check:checked + label svg path {
  stroke-dashoffset: 0;
}
.reset-check input#check:focus + label, .reset-check .form-group textarea#check:focus + label, .form-group .reset-check textarea#check:focus + label {
  transform: scale(1.03);
}
.reset-check #check + label {
  display: inline-block;
  border: 3px solid #ffffff;
  background-color: #006db7;
  width: 25px;
  height: 25px;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 15px;
  margin-bottom: 0;
  position: relative;
}
.reset-check #check + label svg {
  pointer-events: none;
  position: absolute;
}
.reset-check #check + label svg path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
}
.reset-check label svg + span {
  margin-right: 30px;
}

/*************Start-Policy-Section*************/
.policy-section {
  min-height: 40vh;
}
.policy-section .policy-title {
  color: #f5991e;
  margin-bottom: 20px;
  font-weight: 600;
}
.policy-section .policy-desc {
  font-size: 18px;
  line-height: 30px;
  color: #636767;
}
.policy-section .policy-list {
  list-style: none;
  margin-top: 40px;
}
.policy-section .policy-list li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #636767;
}
.policy-section .policy-list li::before {
  content: "•";
  color: #006db7;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  margin-left: 5px;
}
.policy-section .policy-bg {
  margin-top: 20px;
}

/*************End-Policy-Section*************/
/*************Start-Offers-details-Section*************/
.offers-details h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #006db7;
  line-height: 1.7;
}
.offers-details span {
  margin-bottom: 30px;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  text-align: center;
}
.offers-details .from-date {
  background-color: rgba(223, 163, 39, 0.1);
  color: #f5991e;
}
.offers-details .to-date {
  color: #c51717;
  background-color: #f7dfdf;
}
.offers-details .single-offer-img {
  border-radius: 5px;
  border: 4px solid #006db7;
}
.offers-details .single-offer-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.offers-details strong {
  font-weight: bold;
}
.offers-details ul {
  list-style-type: disc;
}
.offers-details li {
  display: list-item;
}

.blog-details strong {
  font-weight: bold;
}
.blog-details ul {
  list-style-type: disc;
}
.blog-details li {
  display: list-item;
}

/*************End-Offers-details-Section*************/
/*************Start-Finance-Calculator-Section*************/
.finance-calculator h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #006db7;
  text-align: center;
}
.finance-calculator h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
}
.finance-calculator .range-slider__range {
  -webkit-appearance: none;
  height: 10px;
  border-radius: 5px;
  background: #636767;
  outline: none;
  padding: 0;
  margin: 0;
  direction: ltr;
}
.finance-calculator .range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #006db7;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.finance-calculator .range-slider__range::-webkit-slider-thumb:hover {
  background: #f5991e;
}
.finance-calculator .range-slider__range:active::-webkit-slider-thumb {
  background: #f5991e;
}
.finance-calculator .range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #006db7;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.finance-calculator .range-slider__range::-moz-range-thumb:hover {
  background: #f5991e;
}
.finance-calculator .range-slider__range:active::-moz-range-thumb {
  background: #f5991e;
}
.finance-calculator .range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 6px #f5991e;
}
.finance-calculator .range-value {
  display: inline-block;
  position: relative;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #006db7;
  padding: 5px 10px;
}
.finance-calculator .range-value .value {
  color: #ffffff;
}
.finance-calculator .range-value span {
  font-weight: 600;
}
.finance-calculator ::-moz-range-track {
  background: #636767;
  border: 0;
}
.finance-calculator input::-moz-focus-inner, .finance-calculator .form-section .container form .step .form-group textarea::-moz-focus-inner, .form-section .container form .step .form-group .finance-calculator textarea::-moz-focus-inner, .finance-calculator .form-group textarea::-moz-focus-inner, .form-group .finance-calculator textarea::-moz-focus-inner,
.finance-calculator input::-moz-focus-outer,
.finance-calculator .form-section .container form .step .form-group textarea::-moz-focus-outer,
.form-section .container form .step .form-group .finance-calculator textarea::-moz-focus-outer,
.finance-calculator .form-group textarea::-moz-focus-outer,
.form-group .finance-calculator textarea::-moz-focus-outer {
  border: 0;
}

/*************End-Finance-Calculator-Section*************/
/*************Start-Loader*************/
.load {
  overflow: hidden;
}

#loading {
  background-color: #006db7;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden !important;
  z-index: 100;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='39' stroke-opacity='0.05' %3E%3Ccircle fill='%23533535' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%235e3938' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23683e3a' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2373423c' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%237d473d' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23874c3e' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%2391513e' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%239a573e' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23a45d3e' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23ac633d' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23b56a3b' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23bc713a' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23c47938' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23ca8035' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23d08932' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23d6912f' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23db9a2b' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23DFA327' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#loading img {
  max-width: 300px;
  transform: translateY(-60px);
}
#loading .loading-text {
  font-size: 5em;
  font-weight: 800;
  font-family: "Cairo-ExtraBold";
}
#loading .loading-text span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  animation: loading-text 5s infinite;
}
#loading .loading-text span::after {
  position: absolute;
  top: -20px;
  left: 0;
  content: attr(data-text);
  color: #f5991e;
  opacity: 0;
  animation: loading-text-child 5s infinite;
}
#loading .loading-text span:nth-child(2)::after {
  animation-delay: 0.2s;
}
#loading .loading-text span:nth-child(3)::after {
  animation-delay: 0.4s;
}
#loading .loading-text span:nth-child(4)::after {
  animation-delay: 0.6s;
}
#loading .loading-text span:nth-child(5)::after {
  animation-delay: 0.8s;
}
#loading .loading-text span:nth-child(6)::after {
  animation-delay: 1s;
}
#loading .loading-text span:nth-child(7)::after {
  animation-delay: 1.2s;
}
#loading .loading-text span:nth-child(8)::after {
  animation-delay: 1.4s;
}
#loading .loading-text span:nth-child(9)::after {
  animation-delay: 1.6s;
}

@keyframes loading-text {
  0%, 35%, 100% {
    color: rgba(0, 0, 0, 0.2);
  }
  60%, 80% {
    color: #ffffff;
  }
}
@keyframes loading-text-child {
  0% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
/*************End-Loader*************/
#successModal .modal-content {
  border-radius: 10px;
}
#successModal img {
  max-width: 300px;
}
#successModal h4 {
  color: #006db7;
  font-weight: 800;
}
#successModal a, #successModal .nav-header ul + div .register-btn-border, .nav-header ul + div #successModal .register-btn-border {
  background-color: #f5991e;
  border: none;
}
#successModal p {
  padding: 10px 30px;
}

/*************Start-Responsive-Section*************/
@media only screen and (max-width: 768px) {
  .container .row,
  .container-fluid .row {
    width: unset;
  }
  .all {
    padding: 3em 1em;
  }
  .section-title {
    font-weight: 800;
    font-size: 2rem;
    margin-top: 10px;
  }
  h3.section-title {
    font-size: 1.8rem;
  }
  .header-title {
    font-size: 2rem;
  }
  .policy-bg {
    max-width: 400px;
  }
  .policy-bg img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #loading img {
    max-width: 200px;
  }
  #loading .loading-text {
    font-size: 2.8em;
  }
  #loading .loading-text span::after {
    top: -10px;
  }
}
/*************End-Responsive-Section*************/
/****************** blog**********************/
.blog-figure-cont {
  max-width: 100%;
  margin: 0 auto;
}

.blog-name {
  font-weight: 700;
  font-size: 24px;
  color: #006db7;
  text-align: center;
  margin-bottom: 25px;
}

.blog-status {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 30px;
}

.blog-data {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  color: #999999;
  gap: 10px;
}

.blog-data i {
  font-size: 18px;
}

.blog-figure {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 50.6666666667%;
  width: 100%;
}

.blog-figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.blog-pargh {
  font-weight: 300;
  color: #006db7;
  font-size: 14px;
  margin: 0;
  text-align: center;
  line-height: 28px;
}

/*================================================
[ Start Navbar content ]
================================================
1:: Main-Navbar
2:: Pages-Header
3:: Navbar-Responsive
======================================
[ End Navbar content ]
======================================*/
/**************Start-Main-Navbar**************/
body {
  padding-top: 70.09px;
}
body.overflow {
  overflow: hidden;
}

.login-page {
  padding-top: 0 !important;
}

.nav-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(18, 18, 18, 0.16);
  padding: 10px 30px;
}
.nav-header .logo-nav img {
  height: auto;
  max-width: 120px;
}
.nav-header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-header ul li a, .nav-header ul li ul + div .register-btn-border, .nav-header ul + div ul li .register-btn-border {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #006db7;
  background-color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease all;
}
.nav-header ul li:hover a, .nav-header ul li:hover ul + div .register-btn-border, .nav-header ul + div ul li:hover .register-btn-border {
  background-color: #f9f5f5;
  color: #0591ee;
  text-decoration: none;
  border-radius: 50px;
}
.nav-header ul + div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-header ul + div a, .nav-header ul + div .register-btn-border {
  color: #ffffff;
  background: #006db7;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 0px;
  width: 140px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
}
.nav-header ul + div a:hover, .nav-header ul + div .register-btn-border:hover {
  color: #ffffff;
  background-color: #0591ee;
}
.nav-header ul + div .register-btn-border {
  border: 1px solid #006db7;
  background-color: #ffffff;
  color: #006db7;
  text-decoration: none;
}
.nav-header ul + div .register-btn-border:hover {
  color: #ffffff;
  background-color: #f5991e;
  border: 1px solid #f5991e;
}

.logo-mobile {
  display: none;
}

/**************End-Main-Navbar**************/
/**************Start-Pages-Header**************/
.pages-header {
  height: 50vh;
  background-color: #bdbdbd;
}
.pages-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.pages-header img {
  width: 100%;
  height: 100%;
}
.pages-header .header-desc {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pages-header .header-desc .breadcrumb {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}
.pages-header .header-desc .breadcrumb ol {
  align-self: center;
  justify-content: center;
}
.pages-header .header-desc .breadcrumb ol li::before {
  color: #006db7;
}
.pages-header .header-desc .breadcrumb ol li.active {
  color: #006db7;
}
.pages-header .header-desc .breadcrumb ol li a, .pages-header .header-desc .breadcrumb ol li .nav-header ul + div .register-btn-border, .nav-header ul + div .pages-header .header-desc .breadcrumb ol li .register-btn-border {
  color: #ffffff;
}
.pages-header .header-desc .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 0.5rem;
  float: right;
  color: #ffffff;
}

/**************End-Pages-Header**************/
/**************Start-Login-Nav**************/
.login-nav {
  background: transparent;
  padding: 20px;
}
.login-nav img {
  max-width: 120px;
}
.login-nav .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.login-nav .back-btn {
  text-align: left;
}
.login-nav .back-btn a, .login-nav .back-btn .nav-header ul + div .register-btn-border, .nav-header ul + div .login-nav .back-btn .register-btn-border {
  font-size: 18px;
  color: #3d3d3d;
}
.login-nav .back-btn a:hover, .login-nav .back-btn .nav-header ul + div .register-btn-border:hover, .nav-header ul + div .login-nav .back-btn .register-btn-border:hover {
  color: #f5991e;
}
.login-nav .back-btn a i, .login-nav .back-btn .nav-header ul + div .register-btn-border i, .nav-header ul + div .login-nav .back-btn .register-btn-border i {
  margin: 5px 5px 0 0;
  font-size: 15px;
}

/**************End-Login-Nav**************/
/**************Start-Navbar-Responsive**************/
@media only screen and (max-width: 1382px) {
  .nav-header ul li a, .nav-header ul li ul + div .register-btn-border, .nav-header ul + div ul li .register-btn-border {
    padding: 5px 8px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-header .logo-nav img {
    max-width: 80px;
  }
  body {
    padding-top: 53.39px;
  }
  body.active {
    overflow-x: hidden;
  }
  .nav-header .register-btn {
    display: none;
  }
  .nav-header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: -1000px;
    left: 0;
    display: block;
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
  }
  .nav-header ul.active {
    position: fixed;
    top: 0;
    opacity: 1;
    z-index: 99;
    height: 100%;
    width: 100%;
    padding: 30px 20px;
    background: #006db7;
  }
  .nav-header ul li {
    text-align: center;
    width: 100%;
    padding: 10px;
    transition: 0.2s ease all;
  }
  .nav-header ul li:hover a, .nav-header ul li:hover ul + div .register-btn-border, .nav-header ul + div ul li:hover .register-btn-border {
    background-color: unset;
    border-radius: none;
  }
  .nav-header ul li a, .nav-header ul li ul + div .register-btn-border, .nav-header ul + div ul li .register-btn-border {
    font-size: 16px;
    color: #ffffff;
    background-color: unset;
  }
  .nav-header .logo-mobile {
    display: block;
  }
  .nav-header .navbar-toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    display: block;
    cursor: pointer;
    background: #f5991e;
    transition: all 0.3s ease-in-out;
  }
  .nav-header #mobile-menu {
    position: absolute;
    top: 15px;
    left: 5%;
    transform: translate(5%, 0);
    z-index: 100;
  }
  .nav-header #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }
  .nav-header #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .nav-header #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .pages-header {
    height: 40vh;
  }
}
/**************End-Navbar-Responsive**************/
/*****************  fixed-what   ********************/
.fixed-what {
  position: fixed;
  bottom: 10px;
  inset-inline-start: 10px;
  z-index: 10;
  text-decoration: none !important;
}
.fixed-what i {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #4dc247;
  font-size: 40px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fixed-what i:hover {
  background-color: #006db7;
}

@media (max-width: 767px) {
  .fixed-what {
    position: fixed;
    bottom: 10px;
    inset-inline-start: 10px;
  }
  .fixed-what i {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  .pages-header img {
    -o-object-fit: unset;
       object-fit: unset;
  }
}
/*================================================
[ Start Footer content ]
================================================
1:: Subscribe-Mail
2:: Social-Links
3:: Footer-News
4:: Footer-Links
5:: Footer-Location
======================================
[ End Footer content ]
======================================*/
footer {
  background: #ffffff;
  padding: 15px 20px;
  /**********Start-Subscribe-Mail**********/
  /**********End-Subscribe-Mail**********/
  /**********Start-Footer**********/
  /**********End-Footer**********/
}
footer ul {
  margin-top: 35px;
}
footer .send-mail {
  background: #006db7;
  padding: 4rem;
  border-radius: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .send-mail h2 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
}
footer .send-mail .subcribe {
  position: relative;
}
footer .send-mail .subcribe input, footer .send-mail .subcribe .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group footer .send-mail .subcribe textarea, footer .send-mail .subcribe .form-group textarea, .form-group footer .send-mail .subcribe textarea {
  border-radius: 10px;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #000000;
  height: 60px;
  width: 100%;
}
footer .send-mail .subcribe button {
  height: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f5991e;
  transition: 0.3s ease all;
}
footer .send-mail .subcribe button:hover {
  background-color: #636767;
}
footer .row:last-of-type {
  /**********social-links**********/
  /**********footer-news**********/
  /**********footer-links || footer-location**********/
}
footer .row:last-of-type h4 {
  position: relative;
  color: #006db7;
  font-weight: 600;
  margin: 30px 0;
}
footer .row:last-of-type h4::before {
  position: absolute;
  bottom: -15px;
  right: 0;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #f5991e;
}
footer .row:last-of-type > div:first-of-type {
  margin-top: 25px;
}
footer .row:last-of-type > div:first-of-type .footer-logo {
  width: 130px;
}
footer .row:last-of-type > div:first-of-type .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .row:last-of-type > div:first-of-type p {
  color: #636767;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 25px;
  padding-inline-end: 15px;
}
footer .row:last-of-type .social-links {
  margin-top: 20px;
}
footer .row:last-of-type .social-links li {
  padding: 10px;
  font-size: 20px;
}
footer .row:last-of-type .social-links li a, footer .row:last-of-type .social-links li .nav-header ul + div .register-btn-border, .nav-header ul + div footer .row:last-of-type .social-links li .register-btn-border {
  color: #f5991e;
  transition: 0.3s ease all;
}
footer .row:last-of-type .social-links li a:hover, footer .row:last-of-type .social-links li .nav-header ul + div .register-btn-border:hover, .nav-header ul + div footer .row:last-of-type .social-links li .register-btn-border:hover {
  color: #006db7;
}
footer .row:last-of-type .footer-news li {
  margin-bottom: 20px;
}
footer .row:last-of-type .footer-news li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .row:last-of-type .footer-news li > div .footer-news-img {
  width: 120px;
  margin-left: 20px;
  border-radius: 5px;
}
footer .row:last-of-type .footer-news li > div .footer-news-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}
footer .row:last-of-type .footer-news li > div div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .row:last-of-type .footer-news li > div div h5 {
  color: #006db7;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
footer .row:last-of-type .footer-news li > div div a, footer .row:last-of-type .footer-news li > div .nav-header ul + div .register-btn-border, .nav-header footer .row:last-of-type .footer-news li > div ul + div .register-btn-border {
  color: #f5991e;
}
footer .row:last-of-type .footer-links li,
footer .row:last-of-type .footer-location li {
  display: block;
  transition: 0.3s ease all;
  color: #006db7;
  font-size: 16px;
}
footer .row:last-of-type .footer-links li a, footer .row:last-of-type .footer-links li .nav-header ul + div .register-btn-border, .nav-header ul + div footer .row:last-of-type .footer-links li .register-btn-border,
footer .row:last-of-type .footer-location li a,
footer .row:last-of-type .footer-location li .nav-header ul + div .register-btn-border,
.nav-header ul + div footer .row:last-of-type .footer-location li .register-btn-border {
  color: #006db7;
  font-weight: 500;
  line-height: 30px;
}
footer .row:last-of-type .footer-links li:hover a, footer .row:last-of-type .footer-links li:hover .nav-header ul + div .register-btn-border, .nav-header ul + div footer .row:last-of-type .footer-links li:hover .register-btn-border,
footer .row:last-of-type .footer-location li:hover a,
footer .row:last-of-type .footer-location li:hover .nav-header ul + div .register-btn-border,
.nav-header ul + div footer .row:last-of-type .footer-location li:hover .register-btn-border {
  color: #f5991e;
}
footer .row:last-of-type .footer-links li {
  margin-bottom: 8px;
}
footer .row:last-of-type .footer-location li {
  margin-top: 10px;
}
footer .row:last-of-type .footer-location li i {
  color: #f5991e;
  margin-left: 10px;
  font-size: 20px;
}

.sm-social {
  display: none;
}

/**********Start-copy-right**********/
.copy-right {
  text-align: center;
  padding: 15px 0;
  background-color: #006db7;
  color: #ffffff;
}
.copy-right span {
  color: #f5991e;
}

/**********End-copy-right**********/
/**********Start-Footer-Responsive**********/
@media only screen and (max-width: 768px) {
  footer .row:last-of-type > div:first-of-type p {
    padding: 0;
  }
  footer .send-mail {
    padding: 2rem 3rem;
  }
  footer .send-mail h2 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .send-mail .subcribe input, footer .send-mail .subcribe .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group footer .send-mail .subcribe textarea, footer .send-mail .subcribe .form-group textarea, .form-group footer .send-mail .subcribe textarea {
    height: 40px;
  }
  footer .send-mail .subcribe input::-moz-placeholder, footer .send-mail .subcribe .form-section .container form .step .form-group textarea::-moz-placeholder, .form-section .container form .step .form-group footer .send-mail .subcribe textarea::-moz-placeholder, footer .send-mail .subcribe .form-group textarea::-moz-placeholder, .form-group footer .send-mail .subcribe textarea::-moz-placeholder {
    font-size: 14px;
  }
  footer .send-mail .subcribe input::placeholder, footer .send-mail .subcribe .form-section .container form .step .form-group textarea::placeholder, .form-section .container form .step .form-group footer .send-mail .subcribe textarea::placeholder, footer .send-mail .subcribe .form-group textarea::placeholder, .form-group footer .send-mail .subcribe textarea::placeholder {
    font-size: 14px;
  }
  footer .send-mail .subcribe button {
    height: 40px;
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 480px) {
  footer .send-mail {
    padding: 3rem 1rem;
  }
  .social-links {
    display: none;
  }
  .sm-social {
    display: block;
  }
}
/**********End-Footer-Responsive**********/
/*================================================
[ Start Navbar content ]
================================================
1:: Header-Section
2:: Value-Section
3:: Partner-Section
4:: About-Section
5:: Offers-Section
6:: Counter-Section
7:: Frequent-Section
======================================
[ End Navbar content ]
======================================*/
/******************Start-Header-Section******************/
header {
  position: relative;
  z-index: 9;
}
header .swiper-slide {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 99;
}
header .swiper-slide img {
  aspect-ratio: 1400/637;
  width: 100%;
  max-width: 100%;
  height: auto;
  image-rendering: high-quality;
  -o-object-fit: fill;
     object-fit: fill;
}
header .swiper-slide .container {
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
header .swiper-slide .container .slider-desc {
  color: #ffffff;
  z-index: 999;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px 0;
  width: 50%;
  display: inline-block;
}
header .swiper-slide .container .slider-title {
  font-weight: bold;
  line-height: normal;
  letter-spacing: -1.03px;
  color: #ffffff;
  padding: 10px 0px;
  opacity: 1;
  font-size: 55px;
  line-height: 20px;
}
header .swiper-slide .container .slider-title span {
  color: #006db7;
}
header .swiper-slide .container .join-btn,
header .swiper-slide .container .order-btn {
  width: 150px;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
}
header .swiper-slide .container .join-btn {
  background-color: #006db7;
}
header .swiper-slide .container .order-btn {
  background-color: #f5991e;
}
header .swiper-slide-active .slider-title {
  animation: fadeInDown 1.5s;
}
header .swiper-slide-active .slider-desc {
  animation: fadeInUp 2s;
}
header .swiper-button-next,
header .swiper-button-prev {
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  cursor: pointer;
  transition: 0.5s ease all;
  transform: rotate(-180deg);
}
header .swiper-button-next:hover,
header .swiper-button-prev:hover {
  opacity: 1;
  background-color: #f5991e;
}
header .swiper-button-next::after,
header .swiper-button-prev::after {
  font-size: 25px;
}
header .swiper-button-next {
  right: 0 !important;
  margin-right: 50px;
}
header .swiper-button-prev {
  left: 0 !important;
  right: unset !important;
  margin-left: 50px;
}
header .swiper-pagination {
  pointer-events: all !important;
  bottom: 40px;
  z-index: 2;
}
header .swiper-pagination-bullet {
  background: #f5991e;
  text-align: center;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50px;
}
header .swiper-pagination-bullet-active {
  border: 8px solid rgba(83, 53, 53, 0.2);
  position: relative;
}
header .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  padding: 15px;
  width: 8px;
  top: -10px;
  left: -10px;
  transform: translate(-5px, -5px);
  background-color: rgba(245, 153, 30, 0.3);
  border-radius: 50%;
  z-index: -1;
}

/******************End-Header-Section******************/
/******************Start-Value-Section******************/
.value-section {
  text-align: right;
}
.value-section span {
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  color: #f5991e;
}
.value-section .value-icon {
  width: 90px;
  margin-bottom: 15px;
}
.value-section .value-icon + h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 5px;
  min-height: 74px;
  color: #006db7;
}
.value-section .value-icon ~ p {
  font-size: 16px;
  line-height: 30px;
  color: #636767;
}

/******************End-Value-Section******************/
/******************Start-Partner-Section******************/
.partner-section {
  color: #006db7;
  text-align: center;
  padding-bottom: 20px;
}
.partner-section .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-section .swiper-container .swiper-slide .partner-img {
  width: 9rem;
  height: 9rem;
  padding: 5px;
}
.partner-section .swiper-container .swiper-slide .partner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/******************End-Partner-Section******************/
/******************Start-About-Section******************/
.about-section {
  display: flex;
}
.about-section .right-about {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}
.about-section .right-about video,
.about-section .right-about .video {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.about-section .left-about {
  text-align: right;
  text-align: start;
}
.about-section .left-about h2,
.about-section .left-about h3 {
  color: #006db7;
  margin-bottom: 25px;
}
.about-section .left-about h3 {
  font-size: 2rem;
}
.about-section .left-about p {
  color: #636767;
  font-size: 18px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}

/******************End-About-Section******************/
/******************Start-Offers-Section******************/
.offers-section .swiper-wrapper {
  display: flex;
}
.offers-section h2,
.offers-section h1 {
  color: #f5991e;
  text-align: center;
  margin-bottom: 20px;
}
.offers-section h2 span,
.offers-section h1 span {
  color: #006db7;
}
.offers-section h1 + p,
.offers-section h2 + p {
  text-align: center;
  color: #636767;
  line-height: 1.7;
  font-size: 16px;
}
.offers-section .swiper {
  padding: 40px;
}
.offers-section .offers-card {
  border-radius: 16px;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 4px 10px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background-color: #ffffff;
  text-align: right;
  height: 100%;
  width: 100%;
  position: relative;
}
.offers-section .offers-card .card-img {
  width: 100%;
  height: 250px;
  position: relative;
}
.offers-section .offers-card .card-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: fill;
     object-fit: fill;
}
.offers-section .offers-card .card-img .img-desc {
  position: absolute;
  bottom: -15px;
  right: 30px;
  background-color: #f5991e;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
}
.offers-section .offers-card .card-info {
  margin-top: 10px;
  padding: 20px;
  width: 100%;
}
.offers-section .offers-card .card-info .card-name,
.offers-section .offers-card .card-info .card-date {
  color: #006db7;
  font-size: 20px;
  margin-bottom: 20px;
  margin: 0 5px;
}
.offers-section .offers-card .card-info .verticl-line {
  color: #636767;
  display: inline-block;
  transform: scale(1, 1.2);
}
.offers-section .offers-card .card-info .card-name {
  position: relative;
}
.offers-section .offers-card .card-info .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #006db7;
  line-height: 1.7;
  margin-top: 20px;
}
.offers-section .offers-card .card-info .card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #636767;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.offers-section .offers-card .card-info a, .offers-section .offers-card .card-info .nav-header ul + div .register-btn-border, .nav-header ul + div .offers-section .offers-card .card-info .register-btn-border {
  color: #006db7;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  transition: 0.5s all ease;
}
.offers-section .offers-card .card-info a:hover, .offers-section .offers-card .card-info .nav-header ul + div .register-btn-border:hover, .nav-header ul + div .offers-section .offers-card .card-info .register-btn-border:hover {
  color: #ffffff;
  background-color: #006db7;
}
.offers-section .offers-card .card-info a i, .offers-section .offers-card .card-info .nav-header ul + div .register-btn-border i, .nav-header ul + div .offers-section .offers-card .card-info .register-btn-border i {
  margin: 3px 10px 0 0;
}
.offers-section .swiper-pagination-bullet {
  background: #006db7;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 0.5rem;
  opacity: 1;
  transition: 0.5s ease all;
}
.offers-section .swiper-pagination-bullet-active {
  background-color: #f5991e;
  border: 3px solid #ffffff;
  box-shadow: 0 0 3px #f5991e;
  width: 1rem;
  height: 1rem;
}

.offers-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.more-ancor {
  color: #f5991e;
  font-weight: 800;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  transition: 0.5s all ease;
}
.more-ancor:hover {
  color: #006db7;
}
.more-ancor i {
  margin-top: 3px;
}

.more-flex {
  display: flex;
  justify-content: flex-end;
}

.offers-details .card-cont {
  max-width: 400px;
  margin-top: 10px;
}
.offers-details .submit-btn {
  margin: 0;
}

.card-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 35px;
  margin-bottom: 20px;
}
.card-cont .card-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.card-cont .card-item span {
  margin: 0;
  padding: 0;
}
.card-cont .card-item i {
  font-size: 18px;
}
.card-cont img {
  width: 30px;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .offers-cont {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .offers-cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .sm-flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
/******************End-Offers-Section******************/
/******************Start-Counter-Section******************/
.counter-section {
  background-color: #006db7;
  text-align: center;
  background-size: 50%;
  background-image: url(../../assets/img/counter-bg1.png), url(../../assets/img/counter-bg2.png);
  background-position: center right, center left;
  background-repeat: no-repeat;
}
.counter-section .row > div:not(:last-child) {
  border-left: 2px solid #ffffff;
}
.counter-section h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}
.counter-section span {
  color: #ffffff;
}
.counter-section p {
  color: #f5991e;
}

.media-box {
  padding: 0 20px;
}

/******************End-Counter-Section******************/
/******************Start-Frequent-Questions-Section******************/
.frequent-section {
  background-color: #ffb65f;
}
.frequent-section h2 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
}
.frequent-section .frequent-card {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: right;
  padding: 10px 30px;
  flex: 1;
  min-height: 250px;
  margin-bottom: 20px;
}
.frequent-section .frequent-card .frequent-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin-top: 20px;
  border-radius: 50%;
  background: #ffb65f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frequent-section .frequent-card .frequent-icon img {
  width: 45px;
}
.frequent-section .frequent-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #006db7;
  margin: 20px 0;
  line-height: 1.7;
}
.frequent-section .frequent-card p {
  color: #006db7;
  font-size: 16px;
  line-height: 1.7;
}
.frequent-section .card1 {
  background-image: url(../img/1n.webp);
}
.frequent-section .card2 {
  background-image: url(../img/2n.webp);
}
.frequent-section .card3 {
  background-image: url(../img/3n.webp);
}

/******************End-Frequent-Questions-Section******************/
/******************Start-Home-Responsive******************/
@media only screen and (max-width: 768px) {
  header .swiper-slide .container .slider-desc {
    color: #ffffff;
    font-size: 16px;
    width: 100%;
  }
  header .swiper-slide .container .slider-title {
    font-size: 35px;
    margin-top: 60px;
  }
  header .swiper-button-next,
  header .swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  header .swiper-slide .container .slider-desc {
    padding: 10px;
  }
  header .swiper-slide .container .slider-title {
    font-size: 30px;
  }
  header .swiper-slide .container .join-btn,
  header .swiper-slide .container .order-btn {
    width: 130px;
  }
  .value-section .row > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .about-section .right-about {
    margin-bottom: 30px;
  }
  .about-section .right-about video,
  .about-section .right-about .video {
    height: 300px;
  }
  .value-section {
    text-align: center;
  }
  .value-section h2 {
    font-size: 1.4rem;
  }
  .counter-section .row > div:not(:last-child) {
    border-left: none;
  }
  .frequent-section h2 {
    font-size: 1.9rem;
  }
  .media-box {
    margin-top: 30px;
    padding: 0;
  }
}
nav .pagination {
  justify-content: center;
}
nav .page-link {
  color: #006db7;
}
nav .page-item.active .page-link {
  background-color: #f5991e;
  border-color: #f5991e;
}

/******************End-Home-Responsive******************/
/*================================================
[ Start Finance Form contents  ]
================================================
1:: Finance-Type
2:: Finance-Nav
3:: Finance-Form
4:: Steper-Wrapper
5:: Animation
6:: Finance-Responsive
======================================
[ End Finance Form content ]
======================================*/
/******************Start-Finance-Type******************/
.finance-type {
  text-align: center !important;
  font-size: 2rem;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #006db7;
}

/******************End-Finance-Type******************/
/******************Start-Finance-Nav******************/
.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  padding: 20px 0;
}
.nav-tabs > div {
  border: 2px solid #bdbdbd;
  border-radius: 5px;
  padding: 3px 6px;
}
.nav-tabs li {
  padding: 10px 20px;
  border-radius: 5px;
}
.nav-tabs li a, .nav-tabs li .nav-header ul + div .register-btn-border, .nav-header ul + div .nav-tabs li .register-btn-border {
  color: #006db7;
  font-weight: 600;
}
.nav-tabs li.active-tab {
  background-color: #f5991e;
}

/******************Start-Finance-Nav******************/
/******************Start-Finance-Form******************/
.form-section {
  min-height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.form-section .container {
  padding: 20px 40px;
}
.form-section .container form .step {
  display: none;
  transform-origin: top;
  animation: fadeInRight 0.8s ease-in-out;
}
.form-section .container form .step.active-step {
  display: block;
}
.form-section .container form .step .form-title, .form-section .container form .step .checkbox-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.form-section .container form .step .checkbox-title {
  margin-bottom: 5px;
}
.form-section .container form .step .form-group {
  margin-top: 20px;
}
.form-section .container form .step .form-group label {
  font-size: 16px;
  font-weight: 600;
  color: #636767;
}
.form-section .container form .step .form-group input, .form-section .container form .step .form-group textarea,
.form-section .container form .step .form-group select {
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 5px;
  font-size: 16px;
  margin: 10px 0;
  border-radius: 10px;
  background-color: #ffffff;
  color: #636767;
  height: 50px;
  transition: 0.3s ease all;
}
.form-section .container form .step .form-group input:focus, .form-section .container form .step .form-group textarea:focus,
.form-section .container form .step .form-group select:focus {
  border: 2px solid #f5991e;
}
.form-section .container form .step .form-group input[type=checkbox], .form-section .container form .step .form-group textarea[type=checkbox] {
  height: 18px;
  margin: 0 0 0 10px;
  width: 30px;
}
.form-section .container form .step .form-group textarea {
  resize: none;
  height: 200px;
}
.form-section .container form .next-btn,
.form-section .container form .previous-btn,
.form-section .container form .submit-btn {
  -webkit-appearance: none;
  padding: 8px 30px;
  min-width: 140px;
  border: none;
  outline: none;
  background-color: #006db7;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin: 30px 10px;
}
.form-section .container form .previous-btn {
  border: 2px solid #f5991e;
  background: #fcf6e9;
  color: #006db7;
}
.form-section .container form .submit-btn {
  background-color: #006db7;
}
.form-section .container form .submit-btn:hover {
  background-color: #f5991e;
}
.form-section .container form .dropify-wrapper {
  border: 2px dashed #bdbdbd;
  border-width: 2px;
  border-radius: 3px;
}
.form-section .container form .dropify-wrapper .dropify-message p {
  font-size: 25px;
}
.form-section .container form .dropfiy-label {
  color: #006db7 !important;
  margin-bottom: 20px;
}

/******************End-Finance-Form******************/
/******************Start-Steper-Wrapper******************/
.stepper-wrapper h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #006db7;
}
.stepper-wrapper .step-name {
  color: #636767;
  font-weight: 600;
  text-align: right;
  display: block;
}
.stepper-wrapper .stepper-item {
  position: relative;
  display: block;
  margin-top: 10px;
}
.stepper-wrapper .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 10px solid #ccc;
  border-radius: 5px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.stepper-wrapper .stepper-item.completed::after {
  transition: 0.8s ease;
  border-bottom: 10px solid #006db7;
}

/******************End-Steper-Wrapper******************/
/******************Start-Animation******************/
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
/******************End-Animation******************/
/******************Start-Finance-Form-Responsive******************/
@media only screen and (max-width: 480px) {
  .finance-type {
    font-size: 1.8rem;
    margin: 20px 0 5px 0;
  }
  .form-section .container form .step .form-title, .form-section .container form .step .checkbox-title {
    margin-bottom: 20px;
  }
  .form-section .container form .submit-btn {
    margin: 30px auto;
  }
  .form-section .container form .dropify-wrapper .dropify-message p {
    font-size: 20px;
  }
}
/******************End-Finance-Form-Responsive******************/
.sign-title {
  color: #006db7;
  font-size: 2.2rem;
  position: relative;
  margin: 20px 0;
}
.sign-title::before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  height: 3px;
  width: 90px;
  background-color: #f5991e;
}

.welcome {
  color: #f5991e;
  font-size: 18px;
}

.login-now, .login-now span {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 15px 0 20px 0;
}
.login-now a, .login-now .nav-header ul + div .register-btn-border, .nav-header ul + div .login-now .register-btn-border {
  color: #f5991e;
}
.login-now span {
  color: #636767;
}

.login-form .bg-image {
  height: 770px;
}
.login-form .bg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-form form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 120px;
  padding-left: 25px;
}
.login-form form .submit-btn {
  width: 100%;
  margin-bottom: 0;
}

.confirm-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.confirm-form input, .confirm-form .form-group textarea, .form-group .confirm-form textarea, .confirm-form .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .confirm-form textarea {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 1.5px solid rgba(128, 128, 128, 0.6);
  background: rgba(18, 18, 29, 0.05);
  color: #000000;
  padding: 5px;
  font-size: 25px;
  margin: 10px 10px;
  border-radius: 4px;
  border-radius: 50px;
  transition: 0.3s ease all;
  text-align: center;
}
.confirm-form input:focus, .confirm-form .form-group textarea:focus, .form-group .confirm-form textarea:focus, .confirm-form .form-section .container form .step .form-group textarea:focus, .form-section .container form .step .form-group .confirm-form textarea:focus {
  background-color: #ffffff;
}

.dropify {
  height: 100% !important;
}

.resend {
  color: #f5991e;
  font-size: 18px;
  margin-top: 20px;
}
.resend:hover {
  color: #f5991e;
}

@media only screen and (max-width: 768px) {
  .confirm-form {
    margin: 20px !important;
  }
  .confirm-form input, .confirm-form .form-group textarea, .form-group .confirm-form textarea, .confirm-form .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .confirm-form textarea {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .sign-title {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .login-form {
    margin-top: 80px;
  }
  .login-form .bg-image {
    height: 50vh;
    padding: 0;
  }
  .login-form .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .login-form form {
    margin-top: 10px;
    padding-top: 10px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .login-form .bg-image {
    height: 100vh;
  }
}
.contact-section {
  background-color: #f6f1f1;
}
.contact-section .contact-desc {
  font-size: 18px;
  line-height: 30px;
  color: #636767;
}
.contact-section ul:first-of-type {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
}
.contact-section ul:last-of-type {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.contact-section .contact li {
  margin-bottom: 20px;
  flex: 1;
}
.contact-section .contact li > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact-section .contact li > div .contact-img {
  width: 50px;
  margin-left: 20px;
  border-radius: 5px;
}
.contact-section .contact li > div .contact-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact-section .contact li > div div {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}
.contact-section .contact li > div div h5 {
  color: #006db7;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.contact-section .contact li > div div a, .contact-section .contact li > div .nav-header ul + div .register-btn-border, .nav-header .contact-section .contact li > div ul + div .register-btn-border {
  color: #f5991e;
}

@media only screen and (max-width: 768px) {
  .map iframe {
    height: 350px;
  }
  .contact-section ul:last-of-type {
    margin-top: 0;
  }
  ul.contact {
    flex-direction: column;
  }
}
/*================================================
[ Start Profile contents  ]
================================================
1:: Profile-SideBar
2:: Profile-Content
3:: Profile-Modal
4:: Profile-Responsive
======================================
[ End Profile content ]
======================================*/
/******************Start-SideBar-Section******************/
.sidebar {
  border-radius: 10px 10px 0px 0px;
  background-color: #f6f6f6;
  padding: 0;
  height: 100%;
}
.sidebar .sidebar-title {
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #006db7;
}
.sidebar .sidebar-title span {
  display: block;
}
.sidebar .sidebar-title span:last-of-type {
  font-weight: 300;
  font-size: 16px;
  margin-top: 2px;
}
.sidebar .sidebar-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.sidebar .sidebar-nav li,
.sidebar .sidebar-nav a,
.sidebar .sidebar-nav .nav-header ul + div .register-btn-border,
.nav-header ul + div .sidebar .sidebar-nav .register-btn-border {
  background-color: transparent;
  padding: 10px 15px;
  line-height: 35px;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease all;
}
.sidebar .sidebar-nav li div,
.sidebar .sidebar-nav a div,
.sidebar .sidebar-nav .nav-header ul + div .register-btn-border div,
.nav-header ul + div .sidebar .sidebar-nav .register-btn-border div {
  display: block;
  color: #636767;
  font-weight: 600;
  font-size: 14px;
}
.sidebar .sidebar-nav li img,
.sidebar .sidebar-nav a img,
.sidebar .sidebar-nav .nav-header ul + div .register-btn-border img,
.nav-header ul + div .sidebar .sidebar-nav .register-btn-border img {
  margin-left: 5px;
}
.sidebar .active {
  background-color: #f5991e !important;
}

/******************End-SideBar-Section******************/
/******************Start-Profile-Content-Section******************/
.profile-content {
  padding: 20px;
  display: block;
}
.profile-content .change-pass {
  font-size: 24px;
  font-weight: 600;
}
.profile-content .forget-pass {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.profile-content .forget-pass a, .profile-content .forget-pass .nav-header ul + div .register-btn-border, .nav-header ul + div .profile-content .forget-pass .register-btn-border {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #f5991e;
}
.profile-content .forget-pass a:hover, .profile-content .forget-pass .nav-header ul + div .register-btn-border:hover, .nav-header ul + div .profile-content .forget-pass .register-btn-border:hover {
  color: #f5991e;
}
.profile-content .content-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.profile-content .dashboard-desc {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.7;
  width: 80%;
}
.profile-content .dashboard-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
.profile-content .dashboard-card a, .profile-content .dashboard-card .nav-header ul + div .register-btn-border, .nav-header ul + div .profile-content .dashboard-card .register-btn-border {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 250px;
  margin-left: 20px;
  padding: 15px 0;
}
.profile-content .dashboard-card a p, .profile-content .dashboard-card .nav-header ul + div .register-btn-border p, .nav-header ul + div .profile-content .dashboard-card .register-btn-border p {
  color: #000000;
  font-weight: 600;
  font-size: 25px;
  margin-top: 10px;
}
.profile-content .orders {
  width: 50%;
}
.profile-content .orders select {
  margin: 0 10px;
}
.profile-content .accordion .accordion-button:not(.collapsed) {
  color: #f5991e;
  background-color: #ffffff;
  box-shadow: none;
}
.profile-content .accordion .accordion-item .accordion-button {
  width: 40%;
}
.profile-content .accordion .accordion-button::after {
  margin: 0 5px !important;
}
.profile-content .accordion .order-status div {
  margin: 0 5px;
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  width: 100px;
  text-align: center;
}
.profile-content .accordion .order-status .order-date {
  background: rgba(223, 163, 39, 0.1);
  color: #f5991e;
}
.profile-content .accordion .order-status .order-type {
  background: rgba(24, 160, 251, 0.1);
  color: #18a0fb;
}
.profile-content .accordion .order-status .order-state {
  background: #ffe6c8;
  color: #f5991e;
}
.profile-content .accordion .order-details,
.profile-content .accordion .order-review {
  border-radius: 5px;
  color: #ffffff;
  width: 140px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.profile-content .accordion .order-details {
  background-color: #f5991e;
}
.profile-content .accordion .order-review {
  background-color: #006db7;
}
.profile-content .content:not(:first-child) {
  display: none;
}

/******************End-Profile-Content-Section******************/
/******************Start-Modal-Section******************/
.modal .modal-body {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /********Rating*********/
}
.modal .modal-body img {
  margin-bottom: 20px;
}
.modal .modal-body h4 {
  margin-bottom: 10px;
}
.modal .modal-body p {
  color: #636767;
  font-size: 16px;
  margin-top: 10px;
}
.modal .modal-body textarea {
  height: 150px;
}
.modal .modal-body .close-btn, .modal .modal-body .accept-btn {
  padding: 8px 30px;
  min-width: 140px;
  border: 1px solid #000000;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin: 30px 5px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
.modal .modal-body .accept-btn {
  background-color: #006db7;
  border: none;
  color: #ffffff;
}
.modal .modal-body .rating-container {
  padding: 5px 0px;
}
.modal .modal-body .rating-container .rate-in {
  display: inline-block;
}
.modal .modal-body .rating-container .rate-in .rating > input, .modal .modal-body .rating-container .rate-in .form-group .rating > textarea, .form-group .modal .modal-body .rating-container .rate-in .rating > textarea {
  display: none;
}
.modal .modal-body .rating-container .rate-in .rating > label {
  color: #bdbdbd;
  float: left;
}
.modal .modal-body .rating-container .rate-in .rating > label:before {
  margin: 5px;
  font-size: 1.6em;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: "\f005";
}
.modal .modal-body .rating-container .rate-in .rating > input:checked ~ label, .modal .modal-body .rating-container .rate-in .form-group .rating > textarea:checked ~ label, .form-group .modal .modal-body .rating-container .rate-in .rating > textarea:checked ~ label,
.modal .modal-body .rating-container .rate-in .rating:not(:checked) > label:hover,
.modal .modal-body .rating-container .rate-in .rating:not(:checked) > label:hover ~ label {
  color: #ffd700;
  cursor: pointer;
}

/******************End-Modal-Section******************/
/******************Start-Profile-Responsive******************/
@media only screen and (max-width: 480px) {
  .profile-content .accordion .accordion-item .accordion-button {
    width: 100%;
  }
  .profile-content .forget-pass a, .profile-content .forget-pass .nav-header ul + div .register-btn-border, .nav-header ul + div .profile-content .forget-pass .register-btn-border {
    margin-top: 10px;
  }
  .profile-content .dashboard-desc {
    width: 100%;
  }
  .profile-content .dashboard-card a p, .profile-content .dashboard-card .nav-header ul + div .register-btn-border p, .nav-header ul + div .profile-content .dashboard-card .register-btn-border p {
    font-size: 16px;
  }
  .modal .modal-body {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .profile-content .content-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .profile-content .orders {
    width: 100%;
  }
  .profile-content .accordion .order-status {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .profile-content .accordion .order-status div {
    margin: 5px;
  }
}
/******************End-Profile-Responsive******************/
/********************************************/
.faq {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .faq {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.faq-content {
  max-width: 300px;
}

.faq-title {
  font-weight: 700;
  font-size: 24px;
  color: #006db7;
  margin-bottom: 20px;
}

.faq-pargh {
  font-size: 20px;
  color: #006db7;
  font-weight: 400;
  text-align: start;
  line-height: 30px;
  margin-bottom: 30px;
}

.faq-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  background-color: #f5991e;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}

.faq-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #006db7;
}

.collapse_parant {
  display: flex;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 5px;
}

.collapse_parant:first-child {
  border-top: 1px solid #e6e6e6;
}

.collapse_parant .number_c {
  width: 48px;
  padding-top: 30px;
  min-height: 80px;
  font-size: 14px;
  display: flex;
  justify-content: start;
  transition: 0.5s;
  color: #006db7;
  font-weight: 700;
}

.collapse_parant .btn_collapse_,
.collapse_parant .number_c {
  font-weight: 700;
}

.collapse_parant .group_collapse {
  width: 100%;
}

.collapse_parant .btn_collapse_ {
  font-size: 14px;
  color: #006db7;
  font-weight: 700;
  padding: 0px;
  width: 100% !important;
  text-align: start;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  position: relative;
  border: none;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none !important;
  transition: 0.5s;
}

.collapse_parant .toggle_collapse {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  display: none;
  color: #4c4c4c;
  font-weight: 400;
  padding-inline-end: 60px;
  padding-bottom: 30px;
}

.collapse_parant .toggle_collapse.open-collapse {
  display: block;
}

.icon-wrapper {
  width: 30px;
  height: 20px;
  position: relative;
}
.icon-wrapper .bar {
  position: absolute;
  top: 11px;
  height: 2px;
  width: 26px;
  background-color: #006db7;
}

.bar--horizontal {
  transform: rotate(90deg);
  transition: all ease 0.5s;
}

.bar--horizontal.is-active {
  transform: rotate(540deg);
}
@keyframes minus {
  100% {
    transform: rotate(540deg);
  }
}
@keyframes plus {
  100% {
    transform: rotate(540deg);
  }
}
.minus {
  animation: minus 0.5s ease;
  animation-fill-mode: forwards;
}

.plus {
  animation: plus 0.5s ease;
  animation-fill-mode: forwards;
}

.poen_co {
  color: #f5991e !important;
}

.poen_backg {
  background-color: #f5991e !important;
}

@media only screen and (max-width: 767px) {
  .faq_section {
    margin-bottom: 70px;
  }
  .faq {
    width: 100%;
  }
  .faq > h2 {
    margin-bottom: 20px;
  }
  .collapse_parant .btn_collapse_ {
    padding: 20px;
    font-size: 14px;
  }
  .collapse_parant .toggle_collapse {
    padding-inline-end: 30px;
  }
  .collapse_parant .number_c {
    padding-top: 30px;
    width: 40px;
  }
}
.features-section {
  margin-top: 40px;
}

.features-cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.features-box {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: #006db7;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.features-box:hover {
  color: #f5991e;
}

.features-box figure {
  border-radius: 50%;
  background-color: #f5991e;
  max-width: 100%;
  aspect-ratio: 1/1;
  padding: 15px;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-box img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.features-box:hover img {
  transform: scale(1.08);
}

.features-box .tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: #006db7;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  z-index: 1;
  padding: 5px 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.features-box .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #006db7 transparent transparent transparent;
}

.features-box:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.about-ancor {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  width: 160px;
  height: 40px;
  margin: 0 5px;
  margin-inline-start: auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid #006db7;
  background-color: #ffffff;
  color: #006db7;
  text-decoration: none;
}
.about-ancor:hover {
  color: #ffffff;
  background-color: #f5991e;
  border: 1px solid #f5991e;
}

.counter-head {
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 2.2rem;
}

/*                         testimonials-section               */
.testimonials-section {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-head {
  color: #006db7;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: 800;
}

.testimonials-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonials-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.testimonials-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  max-width: 100%;
  margin-bottom: 15px;
}

.testimonials-name {
  font-weight: 700;
  font-size: 20px;
  color: #006db7;
  margin-bottom: 15px;
}

.testimonials-job {
  font-weight: 400;
  font-size: 16px;
  color: #006db7;
  margin-bottom: 15px;
}

.testimonials-pargh {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 72px;
}

@media only screen and (max-width: 768px) {
  .features-cont {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .testimonials-cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
/*                         testimonials-section               *//*# sourceMappingURL=main.css.map */