/******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; }
@font-face {
  font-family: "Tajawal-Light";
  src: url(../fonts/Tajawal/Tajawal-Light.ttf);
  font-display: swap; }
@font-face {
  font-family: "Tajawal-ExtraLight";
  src: url(../fonts/Tajawal/Tajawal-ExtraLight.ttf);
  font-display: swap; }
@font-face {
  font-family: "Tajawal-Medium";
  src: url(../fonts/Tajawal/Tajawal-Medium.ttf);
  font-display: swap; }
@font-face {
  font-family: "Tajawal-Regular";
  src: url(../fonts/Tajawal/Tajawal-Regular.ttf);
  font-display: swap; }
@font-face {
  font-family: "Tajawal-Black";
  src: url(../fonts/Tajawal/Tajawal-Black.ttf);
  font-display: swap; }
@font-face {
  font-family: "Tajawal-Bold";
  src: url(../fonts/Tajawal/Tajawal-Bold.ttf);
  font-display: swap; }
@font-face {
  font-family: "Tajawal-ExtraBold";
  src: url(../fonts/Tajawal/Tajawal-ExtraBold.ttf);
  font-display: swap; }
/******Body******/
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important; }

html {
  height: 100%; }

body {
  font-family: "Cairo-Regular" !important;
  font-family: "Tajawal-Medium" !important;
  padding: 0 !important;
  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: #f5f5f5;
  text-align: right;
  scroll-behavior: smooth;
  height: 100%; }

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

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

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

::-webkit-scrollbar-thumb {
  background-color: #B41B38;
  outline: 1px solid #bdbdbd; }

::-moz-selection {
  background: #B41B38;
  color: #ffffff; }

::selection {
  background: #B41B38;
  color: #ffffff; }

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

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

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

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

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

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

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

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

/******Reset******/
/**************General**************/
.section-title {
  color: #B41B38;
  font-weight: bold;
  font-size: 1.4rem; }

.sub-title {
  color: #000000;
  font-size: 1.6rem; }

.section-desc {
  font-size: 16px;
  color: #636767;
  line-height: 1.5; }

/***Submit-btn***/
.submit-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 8px 30px;
  min-width: 140px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  width: 100%;
  background-color: #B41B38;
  color: #ffffff; }
  .submit-btn:hover {
    color: #ffffff; }
  .submit-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .submit-btn:hover::after {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all; }

/****Scroll-Top****/
.scrollTop {
  background-color: #B41B38;
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease; }

.showBtn {
  opacity: 1;
  transform: translateY(0); }

/**************Start-Bread-Crumb**************/
.pages-header {
  height: 50vh;
  background-color: #bdbdbd;
  background-image: url("../img/bread-crumb.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .pages-header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
  .pages-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .pages-header .header-desc {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -10%);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .pages-header .header-desc .header-title {
      position: relative;
      margin-bottom: 0;
      color: #ffffff;
      font-weight: 600; }
      .pages-header .header-desc .header-title::before, .pages-header .header-desc .header-title::after {
        position: absolute;
        bottom: -8px;
        width: 45px;
        height: 1px;
        background: #ffffff;
        content: ""; }
      .pages-header .header-desc .header-title::after {
        left: 45%; }
      .pages-header .header-desc .header-title::before {
        right: 40%;
        bottom: -15px; }
    .pages-header .header-desc .breadcrumb {
      font-size: 20px;
      font-weight: 500;
      margin-top: 15px; }
      .pages-header .header-desc .breadcrumb ol {
        margin-top: 20px;
        align-self: center; }
        .pages-header .header-desc .breadcrumb ol li::before {
          color: #B41B38; }
        .pages-header .header-desc .breadcrumb ol li.active {
          color: #B41B38; }
        .pages-header .header-desc .breadcrumb ol li a, .pages-header .header-desc .breadcrumb ol li nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .pages-header .header-desc .breadcrumb ol li .register-btn-border {
          color: #ffffff; }
    .pages-header .header-desc .breadcrumb-item + .breadcrumb-item {
      padding-left: 0; }
    .pages-header .header-desc .breadcrumb-item + .breadcrumb-item::before {
      padding: 0 0.3rem;
      float: right; }

/**************End-Bread-Crumb**************/
/**************Start-Order-Card**************/
.order-type h2 {
  font-size: 1.8rem; }
.order-type .personal-card, .order-type .company-card {
  padding: 70px 70px;
  margin: 50px 20px;
  border-radius: 10px;
  background: #B41B38;
  color: #ffffff;
  border: 1px solid #B41B38;
  box-shadow: 0px 3px 6px #00000029;
  width: 200px;
  height: 180px;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .order-type .personal-card h3, .order-type .company-card h3 {
    font-weight: 600;
    font-size: 22px; }
  .order-type .personal-card img, .order-type .company-card img {
    margin-bottom: 20px;
    width: 50px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
.order-type .company-card {
  background: #ffffff;
  color: #B41B38;
  border: 1px solid #B41B38; }

/**************End-Order-Card**************/
/**Form***/
.form-group {
  position: relative; }

label {
  font-size: 14px;
  font-weight: 600;
  color: #636767; }

input, textarea, .form-section .container form .step .form-group textarea,
select,
.select2-selection--single {
  position: relative;
  width: 100%;
  border: 1.5px solid rgba(128, 128, 128, 0.418);
  padding: 0 10px;
  font-size: 14px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #ffffff;
  color: #636767;
  height: 45px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all; }
  input::placeholder, textarea::placeholder, .form-section .container form .step .form-group textarea::placeholder,
  select::placeholder,
  .select2-selection--single::placeholder {
    color: #636767; }
  input:focus, textarea:focus, .form-section .container form .step .form-group textarea:focus,
  select:focus,
  .select2-selection--single:focus {
    border: 1.5px solid #B41B38; }

select,
.select2-selection--single,
.select2-selection--multiple {
  cursor: pointer;
  background: url(../../assets/img/down-arrow.png) no-repeat left 10px center;
  background-size: 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #636767; }
  select option,
  .select2-selection--single option,
  .select2-selection--multiple option {
    color: #636767; }

/*****Select2*****/
.select2-container--default .select2-results__option--highlighted {
  background-color: #B41B38 !important; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  display: none; }

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #636767;
  line-height: 45px;
  padding-right: 0; }

.select2-container {
  width: 100% !important;
  border-radius: 10px;
  margin: 0 5px; }

.select2-container--default .select2-selection--single,
.select2-selection--multiple {
  height: 45px;
  border-radius: 10px;
  background-color: #f5f5f5; }

.select2-selection--multiple {
  border-radius: 10px !important; }
  .select2-selection--multiple:focus {
    border: 1px solid #B41B38 !important; }

.select2-selection__choice {
  background-color: #ffffff !important;
  line-height: 30px;
  padding: 5px; }

.select2-selection__choice__remove {
  color: #B41B38 !important;
  margin-right: 7px;
  font-size: 18px; }

/*****Select2*****/
textarea {
  resize: none;
  height: 150px;
  padding: 10px; }

/***Radio-Button***/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  right: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #636767;
  border-radius: 100%;
  background: #ffffff; }

[type="radio"]:checked + label:before {
  border: 1px solid #B41B38; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #B41B38;
  position: absolute;
  top: 3px;
  right: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/***Checkbox***/
input[type="checkbox"], textarea[type="checkbox"], .form-section .container form .step .form-group textarea[type="checkbox"] {
  position: relative;
  width: 1.1em;
  height: 1.4em;
  margin-right: 10px;
  color: #000000;
  border: 1px solid rgba(128, 128, 128, 0.418);
  border-radius: 3px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1); }
  input[type="checkbox"]::before, textarea[type="checkbox"]::before, .form-section .container form .step .form-group textarea[type="checkbox"]::before {
    position: absolute;
    content: "";
    display: block;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 14px;
    border-style: solid;
    border-color: #B41B38;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0; }
  input[type="checkbox"]:checked, textarea[type="checkbox"]:checked, .form-section .container form .step .form-group textarea[type="checkbox"]:checked {
    color: #ffffff;
    border-color: #ffffff;
    background: #999999; }
    input[type="checkbox"]:checked::before, textarea[type="checkbox"]:checked::before, .form-section .container form .step .form-group textarea[type="checkbox"]:checked::before {
      opacity: 1; }
  input[type="checkbox"] ~ label, textarea[type="checkbox"] ~ label, .form-section .container form .step .form-group textarea[type="checkbox"] ~ label {
    text-decoration: underline;
    font-size: 14px; }

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

.location-ico {
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 99;
  color: #B41B38; }

/**************Start-Loader**************/
.loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: url(../img/loader.gif) no-repeat center center;
  background-size: 300px;
  background-color: #fafafa; }
  .loader::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    color: #B41B38;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    content: "Loading";
    text-transform: uppercase;
    transition: none; }

/**************End-Loader**************/
/*************Start-Responsive-Section*************/
@media only screen and (max-width: 768px) {
  .all-section {
    padding: 2em 0; }

  .section-title {
    font-weight: 800;
    font-size: 1.1rem;
    margin-top: 10px; }

  .sub-title {
    font-size: 1.2rem; }

  .pages-header .header-desc .breadcrumb {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px; } }
/*************End-Responsive-Section*************/
/*================================================
[ Start Navbar content ]
================================================
1:: Main-Navbar
2:: Top-Navbar
3:: Bottom-Navbar
2:: Pages-Header
3:: Navbar-Responsive
======================================
[ End Navbar content ]
======================================*/
/**************Start-Main-Navbar**************/
nav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  z-index: 99;
  -webkit-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  nav .top-nav {
    padding: 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    nav .top-nav img {
      width: 33px; }
    nav .top-nav .social-links {
      display: flex;
      justify-content: center;
      align-items: center; }
      nav .top-nav .social-links li a, nav .top-nav .social-links li .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .top-nav .social-links li .register-btn-border {
        padding: 0px 3px; }
    nav .top-nav .contact-links {
      margin-top: 5px;
      display: flex;
      justify-content: center;
      align-items: center; }
      nav .top-nav .contact-links li {
        padding: 0px 5px; }
        nav .top-nav .contact-links li a, nav .top-nav .contact-links li .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .top-nav .contact-links li .register-btn-border {
          font-size: 14px;
          color: #ffffff;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          nav .top-nav .contact-links li a img, nav .top-nav .contact-links li .bottom-nav ul + div .register-btn-border img, nav .bottom-nav ul + div .top-nav .contact-links li .register-btn-border img {
            margin-left: 8px; }
          nav .top-nav .contact-links li a .mail-icon, nav .top-nav .contact-links li .bottom-nav ul + div .register-btn-border .mail-icon, nav .bottom-nav ul + div .top-nav .contact-links li .register-btn-border .mail-icon {
            margin-top: 5px; }
  nav .bottom-nav {
    position: relative;
    padding: 0px 20px;
    border-top: 2px solid #ffffff; }
    nav .bottom-nav .logo-nav img {
      padding: 15px 0;
      width: 130px;
      height: auto;
      image-rendering: -webkit-optimize-contrast;
      -o-object-fit: contain;
      object-fit: contain; }
    nav .bottom-nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      nav .bottom-nav ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        nav .bottom-nav ul li .mobile-btn {
          display: none; }
        nav .bottom-nav ul li.active {
          border-top: 3px solid #B41B38;
          margin-top: -3px; }
        nav .bottom-nav ul li a, nav .bottom-nav ul li ul + div .register-btn-border, nav .bottom-nav ul + div ul li .register-btn-border {
          padding: 0px 10px;
          font-size: 17px;
          color: #ffffff; }
      nav .bottom-nav ul .logo-mobile {
        display: none; }
    nav .bottom-nav ul + div {
      display: flex;
      justify-content: center;
      align-items: center; }
      nav .bottom-nav ul + div a, nav .bottom-nav ul + div .register-btn-border {
        color: #ffffff;
        background: #B41B38;
        border: 1px solid #B41B38;
        border-radius: 10px;
        font-size: 17px;
        padding: 7px 0px;
        width: 140px;
        margin: 0 5px;
        text-align: center;
        box-shadow: 0px 3px 6px #00000029;
        -webkit-transition: translate(0.3s ease all);
        -o-transition: translate(0.3s ease all);
        transition: translate(0.3s ease all); }
        nav .bottom-nav ul + div a:hover, nav .bottom-nav ul + div .register-btn-border:hover {
          color: #ffffff; }
      nav .bottom-nav ul + div .register-btn-border {
        border: 1px solid #ffffff;
        background-color: transparent; }
        nav .bottom-nav ul + div .register-btn-border:hover {
          color: #B41B38;
          background-color: #ffffff;
          border: 1px solid #ffffff; }

/**************End-Main-Navbar**************/
/**************Start-Navbar-Responsive**************/
@media screen and (max-width: 992px) {
  body.active {
    overflow-x: hidden; }

  nav {
    z-index: unset; }
    nav .logo-nav {
      position: absolute;
      top: 0;
      right: 5%;
      transform: translate(5%, 0);
      z-index: 100; }
      nav .logo-nav img {
        max-width: 90px; }
    nav .top-nav {
      display: none; }
    nav .bottom-nav {
      border-top: none;
      padding: 0;
      height: 60vh; }
      nav .bottom-nav ul {
        position: absolute;
        background-color: #B41B38;
        position: absolute;
        top: 0px;
        left: -1000px;
        opacity: 0;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: 0.5s ease all;
        -o-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        nav .bottom-nav ul li {
          color: #ffffff;
          height: unset;
          margin-bottom: 15px; }
          nav .bottom-nav ul li .mobile-btn {
            display: block; }
        nav .bottom-nav ul.active {
          top: 0;
          left: 0;
          opacity: 1;
          z-index: 99;
          overflow: auto;
          width: 100%;
          height: 100%;
          padding-top: 80px;
          background: #B41B38;
          -webkit-transition: 0.5s ease all;
          -o-transition: 0.5s ease all;
          transition: 0.5s ease all; }
      nav .bottom-nav ul + div {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        nav .bottom-nav ul + div .orders-btn,
        nav .bottom-nav ul + div .wel-btn,
        nav .bottom-nav ul + div .register-btn-border {
          display: none; }
        nav .bottom-nav ul + div .orders-btn {
          display: block;
          z-index: 10;
          position: absolute;
          top: 15px;
          left: 30%; }
    nav .navbar-toggle .bar {
      width: 25px;
      height: 3px;
      margin: 5px auto;
      display: block;
      background: #ffffff;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    nav #mobile-menu {
      position: absolute;
      top: 0;
      left: 5%;
      transform: translate(5%, 70%);
      z-index: 100;
      cursor: pointer; }
    nav #mobile-menu.is-active .bar:nth-child(2) {
      opacity: 0; }
    nav #mobile-menu.is-active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg); }
    nav #mobile-menu.is-active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg); } }
/**************End-Navbar-Responsive**************/
/*================================================
[ Start Footer content ]
================================================
1:: Footer-Links
2:: Social-Links
3:: Contact-Links
======================================
[ End Footer content ]
======================================*/
/**********Start-Footer**********/
footer {
  box-shadow: 0 -5px 5px -5px #807e7e;
  background: #ffffff;
  /******Footer-links******/
  /******Social-links******/
  /******Contact-links******/ }
  footer .container {
    padding-top: 30px;
    padding-bottom: 10px; }
  footer > div:first-of-type .footer-logo {
    width: 180px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    -o-object-fit: contain;
    object-fit: contain; }
  footer > div:first-of-type p {
    color: #636767;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 25px; }
  footer h4 {
    position: relative;
    font-size: 18px;
    color: #B41B38;
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 10px; }
    footer h4::before {
      content: "";
      position: absolute;
      right: -15px;
      top: 0;
      width: 3px;
      height: 25px;
      background: #B41B38; }
  footer .footer-links li {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    footer .footer-links li a, footer .footer-links li nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div footer .footer-links li .register-btn-border {
      color: #636767;
      font-weight: 500;
      line-height: 30px; }
    footer .footer-links li:hover a, footer .footer-links li:hover nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div footer .footer-links li:hover .register-btn-border {
      color: #B41B38; }
  footer .social-links {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    footer .social-links li {
      padding-left: 5px; }
      footer .social-links li img {
        width: 45px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; }
  footer .footer-contact li {
    display: block;
    color: #636767;
    margin-top: 15px; }
    footer .footer-contact li img {
      margin-left: 10px;
      width: 40px;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain; }

/**********End-Footer**********/
/**********Start-copy-right**********/
.copy-right {
  text-align: center;
  padding: 15px 0;
  background-color: #B41B38;
  color: #ffffff; }
  .copy-right span {
    font-weight: 900; }

/**********End-copy-right**********/
/**********Start-Footer-Responsive**********/
@media only screen and (max-width: 768px) {
  footer .container {
    padding-top: 30px;
    padding-bottom: 10px; }
  footer > div:first-of-type .footer-logo {
    width: 150px; }
  footer h4::before {
    right: unset;
    top: unset;
    bottom: -10px;
    width: 35px;
    height: 2px; } }
/**********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: 90vh;
    z-index: 99; }
    header .swiper-slide::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      z-index: 1; }
    header .swiper-slide img {
      width: 100%;
      height: 100%;
      image-rendering: high-quality;
      object-fit: fill; }
    header .swiper-slide .container {
      z-index: 999;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-10%);
      -o-transform: translateY(-10%);
      transform: translateY(-10%);
      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: #B41B38; }
      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: #B41B38; }
      header .swiper-slide .container .order-btn {
        background-color: #999999; }
  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: 35px;
    height: 35px;
    border-radius: 50%;
    background: #B41B38;
    z-index: 99;
    cursor: pointer;
    animation: ripple 0.7s linear infinite;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    header .swiper-button-next::after,
    header .swiper-button-prev::after {
      display: none; }
    header .swiper-button-next i,
    header .swiper-button-prev i {
      font-size: 18px; }
  header .swiper-button-prev,
  header .swiper-container-rtl .swiper-button-next {
    left: 45px;
    right: auto; }
  header .swiper-button-next,
  header .swiper-container-rtl .swiper-button-prev {
    right: 45px;
    left: auto; }
  header .swiper-pagination {
    pointer-events: all !important;
    bottom: 65px !important;
    z-index: 2; }
  header .swiper-pagination-bullet {
    background: #999999;
    text-align: center;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50px; }
  header .swiper-pagination-bullet-active {
    border: 8px solid #ffffff;
    position: relative; }
    header .swiper-pagination-bullet-active::before {
      content: "";
      position: absolute;
      padding: 15px;
      width: 8px;
      top: -10px;
      left: -10px;
      -webkit-transform: translate(-5px, -5px);
      -o-transform: translate(-5px, -5px);
      transform: translate(-5px, -5px);
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      z-index: -1; }

/******************End-Header-Section******************/
.offers-section {
  min-height: 70vh;
  background: #f5f5f5;
  overflow: hidden; }
  .offers-section .offer-search {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 6px 6px #0000000d;
    padding: 10px;
    border-radius: 5px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    margin: -100px auto 20px auto; }
    .offers-section .offer-search form {
      padding: 20px 10px;
      background: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .offers-section .offer-search form select {
        background-color: #f5f5f5;
        color: #333333;
        margin: 0 5px; }
      .offers-section .offer-search form .submit-btn {
        height: 45px; }
  .offers-section .offer-search-1 {
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 6px 6px #0000000d;
    padding: 10px;
    border-radius: 5px;
    z-index: 99; }
    .offers-section .offer-search-1 form {
      padding: 20px 10px;
      background: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .offers-section .offer-search-1 form select {
        background-color: #f5f5f5;
        color: #333333;
        margin: 0 5px; }
      .offers-section .offer-search-1 form .submit-btn {
        height: 45px; }
  .offers-section .filter-btn button {
    height: 45px;
    width: 100%;
    color: #ffffff;
    background-color: #B41B38;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px; }
    .offers-section .filter-btn button i {
      margin-left: 5px; }
  .offers-section .offer-head {
    margin: 30px 0;
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .offers-section .offer-head h2 {
      color: #333333; }
    .offers-section .offer-head a, .offers-section .offer-head nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .offers-section .offer-head .register-btn-border {
      color: #636767;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: 0.3s ease-in-out all;
      -o-transition: 0.3s ease-in-out all;
      transition: 0.3s ease-in-out all; }
      .offers-section .offer-head a:hover, .offers-section .offer-head nav .bottom-nav ul + div .register-btn-border:hover, nav .bottom-nav ul + div .offers-section .offer-head .register-btn-border:hover {
        color: #B41B38; }
      .offers-section .offer-head a i, .offers-section .offer-head nav .bottom-nav ul + div .register-btn-border i, nav .bottom-nav ul + div .offers-section .offer-head .register-btn-border i {
        font-size: 18px;
        margin-right: 10px;
        margin-top: -3px; }
  .offers-section .offer-card {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 6px 6px #00000017;
    flex: 1; }
    .offers-section .offer-card .card-img {
      position: relative;
      height: 250px; }
      .offers-section .offer-card .card-img::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.2);
        border-radius: 10px 10px 0 0; }
      .offers-section .offer-card .card-img .price {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        background: #B41B38;
        color: #ffffff;
        padding: 5px 10px;
        min-width: 100px;
        z-index: 1;
        font-weight: 600;
        height: 35px;
        line-height: 35px; }
      .offers-section .offer-card .card-img img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .offers-section .offer-card .card-content {
      padding: 20px 15px 10px; }
      .offers-section .offer-card .card-content h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
        font-weight: 600;
        color: #B41B38;
        min-height: 55px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .offers-section .offer-card .card-content > div {
        padding: 0 10px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .offers-section .offer-card .card-content > div span {
          font-size: 15px;
          color: #333333;
          font-weight: 600; }
          .offers-section .offer-card .card-content > div span img {
            margin-left: 7px;
            width: 30px;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain; }
      .offers-section .offer-card .card-content a, .offers-section .offer-card .card-content nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .offers-section .offer-card .card-content .register-btn-border {
        margin-top: 20px;
        color: #B41B38;
        display: inline-flex; }
        .offers-section .offer-card .card-content a i, .offers-section .offer-card .card-content nav .bottom-nav ul + div .register-btn-border i, nav .bottom-nav ul + div .offers-section .offer-card .card-content .register-btn-border i {
          margin-right: 10px;
          -webkit-transform: translateY(2px);
          -o-transform: translateY(2px);
          transform: translateY(2px); }
  .offers-section .no-data {
    text-align: center; }
    .offers-section .no-data h4 {
      font-weight: 600;
      color: #B41B38; }
    .offers-section .no-data img {
      height: 300px;
      width: 100%; }
  .offers-section .pagination-offers {
    margin-top: 30px; }
    .offers-section .pagination-offers > div {
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .offers-section .pagination-offers > div > div + div {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
    .offers-section .pagination-offers .page-link {
      text-align: center;
      width: 40px;
      height: 40px;
      line-height: 30px;
      border-radius: 50%;
      color: #B41B38;
      border: 1px solid #B41B38;
      margin: 0 4px; }
      .offers-section .pagination-offers .page-link:focus {
        box-shadow: 0 0 0 0.25rem rgba(180, 27, 56, 0.15); }
    .offers-section .pagination-offers .page-item.active .page-link {
      background-color: #B41B38;
      color: #ffffff; }

/******************Start-About-Section******************/
.about-section {
  overflow: hidden;
  background: #f5f5f5; }
  .about-section .right-about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .about-section .right-about .about-img-border {
      position: absolute;
      top: -15px;
      left: -5px;
      width: 95%;
      height: 100%;
      border-radius: 10px;
      border: 4px solid #B41B38;
      z-index: 0; }
    .about-section .right-about img {
      z-index: 1;
      border-radius: 10px;
      width: 100%;
      height: 100%;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      -o-object-fit: contain;
      object-fit: contain; }
  .about-section .left-about {
    text-align: right; }
    .about-section .left-about h2 {
      color: #B41B38;
      margin-bottom: 25px; }
    .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-Counter-Section******************/
.counter-section {
  overflow: hidden;
  background-color: #B41B38;
  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 h2,
  .counter-section .counter-value {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600; }
  .counter-section span {
    font-size: 18px;
    color: #ffffff; }

/******************End-Counter-Section******************/
/******************Start-Value-Section******************/
.value-section {
  background: #f5f5f5; }
  .value-section .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  .value-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px; }
  .value-section img {
    margin-top: 10px;
    width: 100%;
    height: 280px;
    -o-object-fit: contain;
    object-fit: contain; }

/******************End-Value-Section******************/
/******************Start-offers-details-Section******************/
.offers-details .details-right {
  border-radius: 20px;
  position: relative; }
  .offers-details .details-right .swiper {
    width: 100%;
    height: 100%; }
  .offers-details .details-right .swiper-slide {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    height: 640px; }
  .offers-details .details-right .swiper-slide img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill; }
  .offers-details .details-right .swiper-button-next,
  .offers-details .details-right .swiper-button-prev {
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #B41B38;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .offers-details .details-right .swiper-button-next::after,
    .offers-details .details-right .swiper-button-prev::after {
      display: none; }
    .offers-details .details-right .swiper-button-next i,
    .offers-details .details-right .swiper-button-prev i {
      font-size: 18px; }
  .offers-details .details-right .swiper-button-prev,
  .offers-details .details-right .swiper-container-rtl .swiper-button-next {
    left: 45px;
    right: auto; }
  .offers-details .details-right .swiper-button-next,
  .offers-details .details-right .swiper-container-rtl .swiper-button-prev {
    right: 45px;
    left: auto; }
  .offers-details .details-right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #000000;
    opacity: 0.5; }
  .offers-details .details-right .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 12px;
    height: 12px;
    opacity: 1; }
.offers-details .details-left {
  padding: 20px;
  border: 1px solid #dad9d9;
  border-radius: 20px;
  background-color: #ffffff; }
  .offers-details .details-left .left-title {
    padding-bottom: 25px;
    border-bottom: 1px solid #dad9d9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .offers-details .details-left .left-title h2 {
      color: #B41B38;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px; }
    .offers-details .details-left .left-title span {
      color: #636767; }
    .offers-details .details-left .left-title .car-logo {
      width: 70px;
      -o-object-fit: contain;
      object-fit: contain; }
  .offers-details .details-left .price {
    border-bottom: 1px solid #dad9d9;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .offers-details .details-left .price > div {
      padding: 10px;
      flex: 1;
      text-align: center;
      margin-left: 20px; }
      .offers-details .details-left .price > div:first-of-type {
        position: relative; }
        .offers-details .details-left .price > div:first-of-type h4 {
          color: #049418; }
          .offers-details .details-left .price > div:first-of-type h4 span {
            color: #049418; }
        .offers-details .details-left .price > div:first-of-type::after {
          position: absolute;
          left: 0;
          top: 5px;
          width: 1px;
          height: 100%;
          background-color: #dad9d9;
          content: ""; }
      .offers-details .details-left .price > div span {
        font-size: 15px;
        color: #636767; }
      .offers-details .details-left .price > div h4 {
        margin-top: 10px;
        font-size: 22px;
        font-weight: 600;
        color: #000000; }
        .offers-details .details-left .price > div h4 span {
          color: #000000;
          font-size: 16px; }
  .offers-details .details-left .price-before-discount {
    border-bottom: 1px solid #dad9d9;
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .offers-details .details-left .price-before-discount span {
      font-size: 15px;
      color: #636767; }
    .offers-details .details-left .price-before-discount h4 {
      margin-right: 10px;
      font-size: 22px;
      font-weight: 600;
      color: #ea0d37; }
      .offers-details .details-left .price-before-discount h4 span {
        color: #ea0d37;
        font-size: 16px; }
  .offers-details .details-left .finance {
    padding: 10px 0;
    border-bottom: 1px solid #dad9d9; }
  .offers-details .details-left .pay-btn, .offers-details .details-left .call-btn {
    padding: 10px 0;
    border-bottom: 1px solid #dad9d9;
    display: flex;
    justify-content: center;
    align-items: center; }
    .offers-details .details-left .pay-btn .submit-btn, .offers-details .details-left .call-btn .submit-btn {
      color: #ffffff;
      width: 40%;
      margin: 0 4px;
      font-weight: 500; }
      .offers-details .details-left .pay-btn .submit-btn:first-of-type, .offers-details .details-left .call-btn .submit-btn:first-of-type {
        background: #049418; }
  .offers-details .details-left .call-btn {
    border: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .offers-details .details-left .call-btn h4 {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 600;
      color: #636767; }
    .offers-details .details-left .call-btn .submit-btn img {
      width: 23px;
      margin-left: 5px; }
    .offers-details .details-left .call-btn .submit-btn:first-of-type {
      border: 1px solid #B41B38;
      background: #ffffff;
      color: #B41B38; }
    .offers-details .details-left .call-btn .submit-btn:last-of-type {
      background: #049418; }
.offers-details .offer-service {
  margin-top: 30px; }
  .offers-details .offer-service h5 {
    font-size: 18px; }
  .offers-details .offer-service .service-card {
    height: 150px;
    text-align: center;
    padding: 20px 10px;
    margin: 10px 0;
    border-radius: 20px;
    background: #ffffff;
    border: 5px solid #70707021; }
    .offers-details .offer-service .service-card img {
      width: 35px;
      height: auto;
      -o-object-fit: contain;
      object-fit: contain; }
    .offers-details .offer-service .service-card p {
      margin-top: 10px;
      padding: 0 10px;
      color: #636767;
      font-size: 15px; }
.offers-details .specifications, .offers-details .desc {
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #ffffff; }
  .offers-details .specifications .row > div, .offers-details .desc .row > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .offers-details .specifications h5, .offers-details .desc h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 15px 10px 20px 10px; }
  .offers-details .specifications .spec-card, .offers-details .desc .spec-card {
    flex: 1;
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px; }
    .offers-details .specifications .spec-card span, .offers-details .desc .spec-card span {
      font-size: 16px;
      color: #636767; }
    .offers-details .specifications .spec-card > div, .offers-details .desc .spec-card > div {
      margin-top: 10px; }
      .offers-details .specifications .spec-card > div img, .offers-details .desc .spec-card > div img {
        width: 35px;
        height: auto; }
      .offers-details .specifications .spec-card > div span, .offers-details .desc .spec-card > div span {
        font-weight: 600;
        margin-right: 5px;
        color: #B41B38; }
.offers-details .desc p {
  color: #636767;
  font-size: 15px; }
.offers-details .advantages {
  padding: 10px 15px;
  border-radius: 10px;
  margin-top: 30px;
  background-color: #ffffff; }
  .offers-details .advantages h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin: 15px 10px 20px 10px; }
  .offers-details .advantages .advantages-title {
    padding: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dad9d9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .offers-details .advantages .advantages-title img {
      width: 50px;
      height: auto;
      margin-left: 10px; }
    .offers-details .advantages .advantages-title span {
      display: block;
      color: #636767;
      font-weight: 600;
      font-size: 16px; }
      .offers-details .advantages .advantages-title span:first-of-type {
        color: #bdbdbd;
        font-size: 15px;
        font-weight: 500; }
  .offers-details .advantages .advantages-desc {
    padding: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dad9d9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .offers-details .advantages .advantages-desc h5 {
      flex: 1;
      color: #B41B38;
      font-size: 18px;
      margin-top: 0; }
    .offers-details .advantages .advantages-desc ul {
      flex: 1;
      column-count: 2;
      list-style: disc; }
      .offers-details .advantages .advantages-desc ul li {
        margin-bottom: 5px; }
        .offers-details .advantages .advantages-desc ul li::marker {
          color: #bdbdbd;
          font-size: 20px; }

/******************End-offers-details-Section******************/
/******************Start-Home-Responsive******************/
@media only screen and (max-width: 768px) {
  /*=========Header-Slider=========*/
  header .swiper-slide {
    height: 60vh; }
  header .swiper-button-next,
  header .swiper-button-prev {
    display: none; }

  /*=========Header-Slider=========*/
  /*=========Offer-Search=========*/
  .offers-section .offer-search,
  .offers-section .offer-search-1 {
    position: unset;
    margin: unset; }
    .offers-section .offer-search form,
    .offers-section .offer-search-1 form {
      padding: 0 10px;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .offers-section .offer-search form .submit-btn,
      .offers-section .offer-search-1 form .submit-btn {
        height: 40px;
        line-height: 30px;
        margin-top: 15px; }
  .offers-section .offer-head a, .offers-section .offer-head nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .offers-section .offer-head .register-btn-border {
    display: inline-flex; }
    .offers-section .offer-head a i, .offers-section .offer-head nav .bottom-nav ul + div .register-btn-border i, nav .bottom-nav ul + div .offers-section .offer-head .register-btn-border i {
      margin-right: 8px;
      margin-top: unset;
      -webkit-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      transform: translateY(-2px); }
  .offers-section .offer-card {
    flex: 1; }
    .offers-section .offer-card .card-img {
      height: 200px; }
      .offers-section .offer-card .card-img .price {
        font-size: 15px;
        line-height: 30px; }
    .offers-section .offer-card .card-content {
      padding: 15px 10px 10px px;
      flex: 1; }
      .offers-section .offer-card .card-content h3 {
        font-size: 17px;
        margin-bottom: 15px; }
      .offers-section .offer-card .card-content > div span {
        font-size: 14px; }
        .offers-section .offer-card .card-content > div span img {
          margin-left: 5px;
          width: 25px; }
      .offers-section .offer-card .card-content a, .offers-section .offer-card .card-content nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .offers-section .offer-card .card-content .register-btn-border {
        margin-top: 15px; }
        .offers-section .offer-card .card-content a i, .offers-section .offer-card .card-content nav .bottom-nav ul + div .register-btn-border i, nav .bottom-nav ul + div .offers-section .offer-card .card-content .register-btn-border i {
          margin-right: 7px;
          -webkit-transform: translateY(2px);
          -o-transform: translateY(2px);
          transform: translateY(2px); }
  .offers-section .no-data img {
    height: 200px; }

  /*=========Offer-Search=========*/
  /*=========About-Section=========*/
  .about-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .about-section .right-about {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
      .about-section .right-about .about-img-border {
        display: none; }
    .about-section .left-about {
      margin-top: 15px;
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      .about-section .left-about h2 {
        color: #B41B38;
        margin-bottom: 10px; }
      .about-section .left-about p {
        font-size: 16px;
        line-height: 1.5; }

  /*=========About-Section=========*/
  /*=========Counter-Section=========*/
  .counter-section h2,
  .counter-section .counter-value {
    font-size: 30px; }
  .counter-section span {
    font-size: 16px; }

  /*=========Counter-Section=========*/
  /*=========Value-Section=========*/
  .value-section h2 {
    font-size: 1.4rem;
    margin-bottom: 10px; }
  .value-section img {
    margin-top: 0px;
    height: 180px; }

  /*=========Value-Section=========*/
  /*=========Offers-Details-Section=========*/
  .offers-details .details-right {
    margin-bottom: 15px; }
    .offers-details .details-right .swiper-slide {
      height: 400px; }
    .offers-details .details-right .swiper-button-next,
    .offers-details .details-right .swiper-button-prev {
      width: 40px;
      height: 40px; }
      .offers-details .details-right .swiper-button-next i,
      .offers-details .details-right .swiper-button-prev i {
        font-size: 16px; }
    .offers-details .details-right .swiper-button-prev,
    .offers-details .details-right .swiper-container-rtl .swiper-button-next {
      left: 40px; }
    .offers-details .details-right .swiper-button-next,
    .offers-details .details-right .swiper-container-rtl .swiper-button-prev {
      right: 40px; }
  .offers-details .details-left .left-title {
    padding-bottom: 15px;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-direction: reverse;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .offers-details .details-left .left-title h2 {
      font-size: 20px;
      line-height: 1.5; }
    .offers-details .details-left .left-title .car-logo {
      width: 100px;
      margin-bottom: 10px; }
  .offers-details .details-left .price {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .offers-details .details-left .price > div {
      margin-left: 0; }
  .offers-details .details-left .pay-btn .submit-btn, .offers-details .details-left .call-btn .submit-btn {
    width: 50%;
    padding: 8px 0; }
  .offers-details .details-left .call-btn h4 {
    margin: 10px 0; }

  /*=========Offers-Details-Section=========*/ }
@media only screen and (min-width: 1382px) {
  header .swiper-slide {
    height: 100vh; } }
/******************End-Home-Responsive******************/
/******************Start-Animation******************/
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0px rgba(180, 27, 56, 0.3); }
  100% {
    box-shadow: 0 0 0 15px rgba(180, 27, 56, 0.3); } }
/******************End-Animation******************/
/*================================================
[ 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******************/
/******************End-Finance-Type******************/
/******************Start-Finance-Nav******************/
/******************Start-Finance-Nav******************/
/******************Start-Finance-Form******************/
.form-section {
  overflow: hidden;
  min-height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .form-section .container {
    padding: 50px 0; }
    .form-section .container .row {
      margin: 0; }
    .form-section .container form .step {
      display: none;
      transform-origin: top;
      animation: fadeInRight 0.8s ease-in-out; }
      .form-section .container form .step.active-step {
        padding: 40px 20px;
        border-radius: 10px;
        border: 10px solid #b41b3826;
        display: block; }
      .form-section .container form .step .form-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px; }
      .form-section .container form .step .form-group {
        margin-top: 15px; }
        .form-section .container form .step .form-group label span {
          color: red; }
        .form-section .container form .step .form-group input, .form-section .container form .step .form-group textarea,
        .form-section .container form .step .form-group select {
          border-radius: 5px;
          background-color: #ffffff; }
        .form-section .container form .step .form-group textarea {
          resize: none;
          height: 200px; }
    .form-section .container form .next-btn,
    .form-section .container form .previous-btn {
      -webkit-appearance: none;
      padding: 8px 30px;
      min-width: 140px;
      border: none;
      outline: none;
      background-color: #B41B38;
      font-size: 16px;
      font-weight: 600;
      border-radius: 8px;
      margin: 30px 10px; }
    .form-section .container form .previous-btn {
      border: 2px solid #999999;
      background: #fcf6e9;
      color: #B41B38; }
    .form-section .container form .submit-btn {
      margin-top: 30px;
      width: 250px; }
    .form-section .container form .dropify-wrapper {
      border-width: 2px;
      border-radius: 5px; }
    .form-section .container form .dropify-wrapper .dropify-message p {
      font-size: 17px; }
    .form-section .container form .dropfiy-label {
      margin-bottom: 10px; }
    .form-section .container form .loan-choice {
      margin-top: 5px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .form-section .container form .loan-choice .form-group {
        margin-left: 60px; }

/******************End-Finance-Form******************/
/******************Start-Steper-Wrapper******************/
.stepper-wrapper h2 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #B41B38; }
.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 #B41B38; }

/******************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 {
    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******************/
.auth-section {
  min-height: 100%;
  background: url(https://img.freepik.com/free-photo/business-man-show-money-bank-note-make-financial-plan-invite-people-sell-buy-house-car-monetary-properties-loan-credit-insurance-concept_1150-13578.jpg?t=st=1649598646~exp=1649599246~hmac=685bd193efbee8818cd6df985e3f6fb7a7c081aba1c7193ebcaab8233dc29468&w=740) no-repeat center center;
  background-size: cover;
  background-color: #f6f1f1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .auth-section .row {
    height: 100%; }
  .auth-section form {
    margin-top: 20px; }
  .auth-section .section-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px; }
    .auth-section .section-title::after, .auth-section .section-title::before {
      content: "";
      position: absolute;
      bottom: -20px;
      width: 50px;
      height: 2px;
      background-color: #bdbdbd; }
    .auth-section .section-title::after {
      left: 38%; }
    .auth-section .section-title::before {
      right: 38%; }
  .auth-section .red-line {
    position: absolute;
    left: 49%;
    bottom: -20px;
    width: 10px;
    height: 2px;
    background-color: #B41B38; }
  .auth-section .section-desc {
    text-align: center;
    width: 70%;
    margin: 0px auto; }
  .auth-section .auth-card {
    min-height: 80vh;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .auth-section .auth-card .row {
      flex: 1; }
  .auth-section .right-auth {
    position: relative;
    border-radius: 0px 50px 50px 0px;
    background: #ffffff;
    padding: 40px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .auth-section .right-auth input, .auth-section .right-auth textarea, .auth-section .right-auth .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .auth-section .right-auth textarea,
    .auth-section .right-auth textarea,
    .auth-section .right-auth select {
      background-color: #fbfbfb;
      height: 42px;
      margin: 8px 0; }
    .auth-section .right-auth .eye-icon {
      cursor: pointer;
      position: absolute;
      left: 20px;
      top: 25px;
      z-index: 9;
      color: #bdbdbd; }
    .auth-section .right-auth .back-btn {
      position: absolute;
      right: 30px;
      color: #B41B38;
      top: 50px;
      font-size: 20px; }
    .auth-section .right-auth .submit-btn {
      width: 100%;
      background: #B41B38;
      margin-top: 25px;
      border-radius: 8px;
      box-shadow: 0px 6px 6px #00000029; }
  .auth-section .left-auth {
    position: relative;
    border-radius: 50px 0px 0px 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .auth-section .left-auth .logo {
      margin: 40px 0 20px;
      width: 250px;
      height: auto;
      object-fit: contain;
      image-rendering: -webkit-optimize-contrast; }
    .auth-section .left-auth h3 {
      position: relative;
      color: #ffffff;
      font-size: 2.3rem;
      font-weight: 900; }
      .auth-section .left-auth h3::after {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 3px;
        width: 60%;
        margin: 0 auto;
        background: #ffffff; }
  .auth-section .forget-btn {
    margin-top: 20px;
    text-decoration: underline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .auth-section .forget-btn:hover {
      color: #B41B38; }
  .auth-section .login-now {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
    .auth-section .login-now a, .auth-section .login-now nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .auth-section .login-now .register-btn-border {
      font-size: 17px;
      font-weight: 600;
      margin-right: 5px; }
      .auth-section .login-now a:hover, .auth-section .login-now nav .bottom-nav ul + div .register-btn-border:hover, nav .bottom-nav ul + div .auth-section .login-now .register-btn-border:hover {
        color: #B41B38; }
    .auth-section .login-now span {
      color: #bdbdbd; }
  .auth-section .forget-right {
    padding: 80px 20px;
    text-align: center; }
    .auth-section .forget-right label {
      color: #000000;
      opacity: 0.8;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 20px; }
  .auth-section .verfiy-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-direction: reverse;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .auth-section .verfiy-form input, .auth-section .verfiy-form textarea, .auth-section .verfiy-form .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .auth-section .verfiy-form textarea {
      width: 70px;
      height: 70px;
      font-size: 22px;
      text-align: center;
      margin: 8px 5px; }

/******************Start-Auth-Responsive******************/
@media only screen and (max-width: 768px) {
  .auth-section {
    padding-right: 0rem !important;
    padding-left: 0rem !important; }
    .auth-section form {
      margin-top: 10px; }
    .auth-section .section-title {
      font-size: 25px;
      margin-bottom: 20px; }
      .auth-section .section-title::after, .auth-section .section-title::before {
        bottom: -10px; }
      .auth-section .section-title::after {
        left: 30%; }
      .auth-section .section-title::before {
        right: 29%; }
    .auth-section .red-line {
      bottom: -10px; }
    .auth-section .section-desc {
      width: unset; }
    .auth-section .auth-card {
      padding: 10px; }
      .auth-section .auth-card .row {
        flex-direction: column-reverse; }
    .auth-section .right-auth {
      border-radius: 0;
      padding: 20px; }
      .auth-section .right-auth input, .auth-section .right-auth textarea, .auth-section .right-auth .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .auth-section .right-auth textarea,
      .auth-section .right-auth textarea,
      .auth-section .right-auth select {
        height: 40px;
        margin: 5px 0; }
      .auth-section .right-auth .eye-icon {
        left: 20px;
        top: 20px; }
      .auth-section .right-auth .back-btn {
        right: 20px;
        top: 30px;
        font-size: 18px; }
      .auth-section .right-auth .submit-btn {
        margin-top: 20px; }
    .auth-section .left-auth {
      border-radius: 0; }
      .auth-section .left-auth .logo {
        margin: 20px 0 20px;
        width: 170px; }
      .auth-section .left-auth h3 {
        font-size: 1.4rem; }
        .auth-section .left-auth h3::after {
          display: none; }
    .auth-section .login-now a, .auth-section .login-now nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .auth-section .login-now .register-btn-border {
      font-size: 15px; }
    .auth-section .verfiy-form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -moz-box-direction: reverse;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .auth-section .verfiy-form input, .auth-section .verfiy-form textarea, .auth-section .verfiy-form .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .auth-section .verfiy-form textarea {
        width: 70px;
        height: 70px;
        font-size: 22px;
        text-align: center;
        margin: 8px 5px; } }
/******************End-Auth-Responsive******************/
.contact-section {
  height: 100%;
  background: url(https://img.freepik.com/free-photo/business-man-show-money-bank-note-make-financial-plan-invite-people-sell-buy-house-car-monetary-properties-loan-credit-insurance-concept_1150-13578.jpg?t=st=1649598646~exp=1649599246~hmac=685bd193efbee8818cd6df985e3f6fb7a7c081aba1c7193ebcaab8233dc29468&w=740) no-repeat center center;
  background-size: cover;
  background-color: #f6f1f1; }
  .contact-section .section-title {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px; }
    .contact-section .section-title::after, .contact-section .section-title::before {
      content: "";
      position: absolute;
      bottom: -20px;
      width: 50px;
      height: 2px;
      background-color: #bdbdbd; }
    .contact-section .section-title::after {
      left: 38%; }
    .contact-section .section-title::before {
      right: 38%; }
  .contact-section .red-line {
    position: absolute;
    left: 49%;
    top: 68px;
    width: 10px;
    height: 2px;
    background-color: #B41B38; }
  .contact-section .section-desc {
    text-align: center;
    width: 70%;
    margin: 0px auto; }
  .contact-section .contact-card {
    padding: 20px; }
  .contact-section .right-contact {
    position: relative;
    border-radius: 0px 50px 50px 0px;
    background: #ffffff;
    padding: 20px; }
    .contact-section .right-contact input, .contact-section .right-contact textarea, .contact-section .right-contact .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .contact-section .right-contact textarea,
    .contact-section .right-contact textarea {
      background-color: #fbfbfb; }
    .contact-section .right-contact input, .contact-section .right-contact textarea, .contact-section .right-contact .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .contact-section .right-contact textarea {
      height: 45px;
      margin: 5px 0; }
    .contact-section .right-contact textarea {
      height: 120px; }
    .contact-section .right-contact .back-btn {
      position: absolute;
      right: 30px;
      color: #B41B38;
      top: 20px;
      font-size: 20px; }
  .contact-section .left-contact {
    position: relative;
    border-radius: 50px 0px 0px 50px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-section .left-contact .logo {
      margin: 40px 0; }
    .contact-section .left-contact .whats-btn img {
      width: 20px;
      margin-left: 5px; }
    .contact-section .left-contact .whats-btn a, .contact-section .left-contact .whats-btn nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .contact-section .left-contact .whats-btn .register-btn-border {
      width: 100%;
      display: inline-block;
      padding: 7px 10px;
      background: #049418;
      color: #ffffff;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 10px; }
    .contact-section .left-contact ul {
      width: 100%;
      border-bottom: 1px solid #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contact-section .left-contact ul li {
        margin-bottom: 15px; }
        .contact-section .left-contact ul li > div {
          display: flex;
          justify-content: center;
          align-items: center;
          -webkit-box-direction: reverse;
          -webkit-box-orient: horizontal;
          -moz-box-direction: reverse;
          -moz-box-orient: horizontal;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
          .contact-section .left-contact ul li > div a, .contact-section .left-contact ul li > div nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .contact-section .left-contact ul li > div .register-btn-border {
            flex: 1;
            text-align: center;
            font-size: 18px;
            color: #ffffff; }
          .contact-section .left-contact ul li > div img {
            margin-right: 10px;
            width: 45px; }
        .contact-section .left-contact ul li:last-of-type {
          margin-bottom: 30px; }
  .contact-section .submit-btn {
    width: 150px;
    margin-top: 15px;
    border-radius: 5px; }

/*************Start-Use-Section*************/
.use-section {
  overflow: hidden; }
  .use-section .section-title {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 900; }
  .use-section .use-content > div {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .use-section .use-content .use-wrap1, .use-section .use-content .use-wrap2 {
    position: relative; }
    .use-section .use-content .use-wrap1::after, .use-section .use-content .use-wrap2::after {
      position: absolute;
      right: 120px;
      top: -80px;
      font-size: 150px;
      color: #B41B38;
      opacity: 0.05;
      font-family: "Cairo-Bold"; }
    .use-section .use-content .use-wrap1:nth-child(1)::after, .use-section .use-content .use-wrap2:nth-child(1)::after {
      content: "1"; }
    .use-section .use-content .use-wrap1:nth-of-type(2)::after, .use-section .use-content .use-wrap2:nth-of-type(2)::after {
      content: "2"; }
  .use-section .use-content .use-wrap2 {
    position: relative; }
    .use-section .use-content .use-wrap2:nth-child(1)::after {
      content: "3"; }
  .use-section .use-content img {
    margin-left: 20px;
    width: 100px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  .use-section .use-content h4 {
    color: #B41B38;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 600; }
  .use-section .use-content p {
    color: #1d1e1e;
    margin-bottom: 0; }

/*************End-Use-Section*************/
/*************Start-Policy-Section*************/
.policy-section {
  overflow: hidden; }
  .policy-section .policy-title {
    color: #B41B38;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 20px; }
  .policy-section .policy-desc {
    color: #9a9a9a;
    line-height: 1.5;
    font-size: 16px; }
  .policy-section .policy-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
    .policy-section .policy-bg img {
      width: 400px;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

/*************End-Policy-Section*************/
/*************Start-Responsive*************/
@media only screen and (max-width: 768px) {
  .contact-section .section-title {
    font-size: 25px;
    margin-bottom: 20px; }
    .contact-section .section-title::after, .contact-section .section-title::before {
      bottom: -10px; }
    .contact-section .section-title::after {
      left: 28%; }
    .contact-section .section-title::before {
      right: 28%; }
  .contact-section .red-line {
    top: 68px; }
  .contact-section .section-desc {
    width: unset;
    margin: 5px auto; }
  .contact-section .contact-card {
    padding: 20px; }
  .contact-section .right-contact {
    border-radius: 0px;
    padding: 20px; }
    .contact-section .right-contact input, .contact-section .right-contact textarea, .contact-section .right-contact .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .contact-section .right-contact textarea {
      height: 40px; }
    .contact-section .right-contact textarea {
      height: 90px; }
    .contact-section .right-contact .back-btn {
      right: 30px;
      top: 20px;
      font-size: 18px; }
  .contact-section .left-contact {
    border-radius: 0; }
    .contact-section .left-contact .logo {
      margin: 20px 0; }
    .contact-section .left-contact ul {
      border-bottom: none; }
      .contact-section .left-contact ul li {
        margin-bottom: 5px; }
        .contact-section .left-contact ul li > div a, .contact-section .left-contact ul li > div nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .contact-section .left-contact ul li > div .register-btn-border {
          font-size: 15px; }
        .contact-section .left-contact ul li > div img {
          width: 35px; }
        .contact-section .left-contact ul li:last-of-type {
          margin-bottom: 10px; }
  .contact-section .submit-btn {
    margin-top: 5px; }

  .use-section > div {
    margin-bottom: 40px; }
  .use-section .use-content .use-wrap2 {
    margin-bottom: 0; }

  .policy-section .policy-title {
    font-size: 1.5rem;
    margin-bottom: 15px; }
  .policy-section .policy-desc {
    line-height: 1.5;
    font-size: 15px; }
  .policy-section img {
    height: 100%; } }
/*************End-Responsive*************/
/*================================================
[ Start Profile contents  ]
================================================
1:: Profile-SideBar
2:: Profile-Content
3:: Profile-Modal
4:: Profile-Responsive
======================================
[ End Profile content ]
======================================*/
.profile-section {
  padding: 5em 0; }

/******************Start-SideBar-Section******************/
.sidebar {
  position: relative;
  background-color: #ffffff;
  border: 10px solid #b41b3826;
  border-radius: 20px;
  padding: 0;
  height: 100%; }
  .sidebar .sidebar-title {
    text-align: center;
    padding: 35px 15px 15px;
    font-size: 22px;
    font-weight: 600;
    color: #434343; }
  .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 .bottom-nav ul + div .register-btn-border,
    nav .bottom-nav ul + div .sidebar .sidebar-nav .register-btn-border {
      font-size: 16px;
      color: #434343;
      background-color: transparent;
      padding: 10px 15px;
      line-height: 30px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
    .sidebar .sidebar-nav li:hover {
      background-color: #b41b3826; }
  .sidebar .user-img {
    background: #B41B38;
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .sidebar .user-img i {
      position: absolute;
      right: -5px;
      top: -5px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      font-size: 14px;
      text-align: center;
      background: #ffffff;
      color: #B41B38;
      border: 1px solid #B41B38;
      z-index: 9;
      cursor: pointer; }
    .sidebar .user-img img {
      position: absolute;
      z-index: 0;
      position: absolute;
      z-index: 0;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      -o-object-fit: cover;
      object-fit: cover; }
    .sidebar .user-img input, .sidebar .user-img textarea, .sidebar .user-img .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .sidebar .user-img textarea {
      display: none; }
    .sidebar .user-img .-label {
      width: 80px;
      height: 80px; }
  .sidebar .active-nav {
    background-color: #B41B38 !important;
    color: #ffffff !important; }

/******************End-SideBar-Section******************/
/******************Start-Profile-Content-Section******************/
.profile-content {
  padding: 20px;
  display: block;
  background-color: #ffffff;
  border: 10px solid #b41b3826;
  border-radius: 20px; }
  .profile-content .change-pass {
    font-size: 24px;
    font-weight: 600; }
  .profile-content .forget-pass {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .profile-content .forget-pass a, .profile-content .forget-pass nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .profile-content .forget-pass .register-btn-border {
      margin-top: 30px;
      font-size: 16px;
      font-weight: 600;
      color: #999999; }
      .profile-content .forget-pass a:hover, .profile-content .forget-pass nav .bottom-nav ul + div .register-btn-border:hover, nav .bottom-nav ul + div .profile-content .forget-pass .register-btn-border:hover {
        color: #999999; }
  .profile-content .content-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #B41B38; }
  .profile-content .dashboard-desc {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.7;
    width: 80%; }
  .profile-content .dashboard-card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px; }
    .profile-content .dashboard-card a, .profile-content .dashboard-card nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .profile-content .dashboard-card .register-btn-border {
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      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 .bottom-nav ul + div .register-btn-border p, nav .bottom-nav 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 {
      height: 40px;
      margin: 0 10px;
      color: #767575;
      border: 1px solid #bababa; }
  .profile-content .accordion .accordion-button:not(.collapsed) {
    color: #999999;
    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: #999999; }
  .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: #999999; }
  .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: #999999; }
  .profile-content .accordion .order-review {
    background-color: #B41B38; }
  .profile-content .content:not(:first-child) {
    display: none; }
  .profile-content .table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px; }
    .profile-content .table td,
    .profile-content .table th {
      padding: 8px 10px;
      border: 1px solid #ddd;
      text-align: center;
      font-size: 15px; }
    .profile-content .table th {
      background-color: #B41B38;
      color: #ffffff; }
    .profile-content .table tbody tr:nth-child(even) {
      background-color: #f3f3f3; }
    .profile-content .table .accept {
      color: #049418; }
    .profile-content .table .refused {
      color: #fe2222; }
    .profile-content .table .pending {
      color: #948a04; }
    .profile-content .table a, .profile-content .table nav .bottom-nav ul + div .register-btn-border, nav .bottom-nav ul + div .profile-content .table .register-btn-border {
      color: #636767; }
      .profile-content .table a:hover, .profile-content .table nav .bottom-nav ul + div .register-btn-border:hover, nav .bottom-nav ul + div .profile-content .table .register-btn-border:hover {
        color: #B41B38; }
  .profile-content .table > :not(:first-child) {
    border-top: none; }
  .profile-content .submit-btn {
    width: 170px;
    margin-top: 30px; }
  .profile-content .form-group {
    margin-top: 10px; }
  .profile-content .eye-icon {
    cursor: pointer;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 9;
    color: #bdbdbd; }

/******************End-Profile-Content-Section******************/
.logout {
  border-top: 1px solid #b41b3826; }
  .logout div {
    color: #fe2222; }

/******************Start-Profile-Responsive******************/
@media only screen and (max-width: 768px) {
  .profile-content {
    margin-top: 20px;
    margin-right: 0 !important;
    margin-left: 0 !important; }
    .profile-content .content-title {
      font-size: 20px;
      margin-bottom: 20px; }
    .profile-content .orders {
      width: 100%; }

  .content-title {
    margin-bottom: 10px !important; } }
/******************End-Profile-Responsive******************/
.calculator-section {
  overflow: hidden; }
  .calculator-section .select2-container--default .select2-selection--single {
    border-radius: 5px; }
  .calculator-section label span {
    color: red; }
  .calculator-section .submit-btn {
    margin: 0px 10px;
    width: 150px;
    background-color: #B41B38;
    color: #ffffff;
    border: 1px solid #B41B38; }
  .calculator-section .order-btn {
    width: 150px;
    background-color: #ffffff;
    color: #B41B38;
    border: 1px solid #B41B38; }
  .calculator-section .calculator-wrapper {
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 3px 20px #00000029;
    /***Range-Slider***/ }
    .calculator-section .calculator-wrapper .calculator-content {
      border-top: 1px solid #bdbdbd;
      margin-top: 30px; }
      .calculator-section .calculator-wrapper .calculator-content ul {
        padding-top: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-evenly;
        -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center; }
        .calculator-section .calculator-wrapper .calculator-content ul li {
          margin-bottom: 10px; }
          .calculator-section .calculator-wrapper .calculator-content ul li img {
            margin-bottom: 15px;
            width: 70px; }
          .calculator-section .calculator-wrapper .calculator-content ul li .title {
            color: #333333;
            display: block;
            margin-bottom: 5px; }
          .calculator-section .calculator-wrapper .calculator-content ul li .price {
            font-weight: 600;
            color: #B41B38; }
          .calculator-section .calculator-wrapper .calculator-content ul li .price + span {
            color: #7d8080; }
    .calculator-section .calculator-wrapper .range-container {
      width: 100%;
      height: 100%;
      padding: 0 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: space-evenly;
      -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
      -webkit-justify-content: space-evenly;
      justify-content: space-evenly; }
      .calculator-section .calculator-wrapper .range-container .range-slider .range-head {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .calculator-section .calculator-wrapper .range-container .range-slider .range-head label {
          color: #B41B38; }
        .calculator-section .calculator-wrapper .range-container .range-slider .range-head > :nth-child(1), .calculator-section .calculator-wrapper .range-container .range-slider .range-head > :nth-child(2) {
          color: #B41B38;
          font-size: 17px; }
      .calculator-section .calculator-wrapper .range-container .range-slider .range-slider__range {
        direction: ltr;
        -webkit-appearance: none;
        width: 100%;
        border: none;
        width: 100%;
        height: 20px;
        border-radius: 1rem;
        padding: 0;
        margin-top: 30px; }
        .calculator-section .calculator-wrapper .range-container .range-slider .range-slider__range:focus {
          outline: none; }
        .calculator-section .calculator-wrapper .range-container .range-slider .range-slider__range::-webkit-slider-thumb {
          -webkit-appearance: none;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
          border-radius: 50%;
          background: #ffffff;
          height: 25px;
          width: 25px;
          transform: translateY(calc(-50% + 12px));
          cursor: pointer; }

@media only screen and (max-width: 768px) {
  .calculator-section .calculator-wrapper .range-container {
    margin: 20px 0; } }
.details-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .details-form .back-btn {
    font-size: 20px;
    color: #434343;
    font-weight: 600; }
    .details-form .back-btn i {
      vertical-align: middle;
      color: #B41B38;
      margin-left: 20px; }
  .details-form .order-head {
    margin-top: 20px !important;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 10px; }
    .details-form .order-head > div:not(:last-of-type) {
      border-left: 2px solid #e5e5e5;
      font-size: 18px; }
    .details-form .order-head > div:last-of-type input, .details-form .order-head > div:last-of-type textarea, .details-form .order-head > div:last-of-type .form-section .container form .step .form-group textarea, .form-section .container form .step .form-group .details-form .order-head > div:last-of-type textarea {
      color: #049418; }
      .details-form .order-head > div:last-of-type input::placeholder, .details-form .order-head > div:last-of-type textarea::placeholder, .details-form .order-head > div:last-of-type .form-section .container form .step .form-group textarea::placeholder, .form-section .container form .step .form-group .details-form .order-head > div:last-of-type textarea::placeholder {
        color: #049418; }
  .details-form .form-group {
    margin-top: 10px !important; }
    .details-form .form-group label {
      color: #808080; }
    .details-form .form-group input, .details-form .form-group textarea, .details-form .form-section .container form .step .form-group textarea, .form-section .container form .step .details-form .form-group textarea,
    .details-form .form-group select {
      font-size: 15px;
      background-color: transparent !important;
      background: none;
      border: none;
      padding-right: 0;
      margin-top: 0;
      color: #333333; }
      .details-form .form-group input::placeholder, .details-form .form-group textarea::placeholder, .details-form .form-section .container form .step .form-group textarea::placeholder, .form-section .container form .step .details-form .form-group textarea::placeholder,
      .details-form .form-group select::placeholder {
        color: #333333; }
  .details-form .show-img img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 2px solid #e5e5e5; }

@media only screen and (max-width: 768px) {
  .details-form .back-btn {
    font-size: 18px; }
  .details-form .order-head {
    margin-top: 20px !important;
    padding-bottom: 10px; }
    .details-form .order-head > div:not(:last-of-type) {
      border-left: none;
      font-size: 18px; }
  .details-form .form-group {
    margin-top: 10px !important;
    width: 50%; }
  .details-form .show-img {
    width: 100%; }
    .details-form .show-img img {
      height: 150px; } }
.header,
.header-space,
.footer,
.footer-space {
  height: 115px; }

.header,
.footer {
  position: fixed;
  left: 0;
  right: 0;
  background-color: #bdbdbd; }

.bill-number {
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.welcome-data {
  text-align: center; }
  .welcome-data h4 {
    color: #B41B38;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    text-decoration: underline; }

.client-name {
  padding: 20px 30px; }
  .client-name span:first-of-type {
    font-weight: 600; }
  .client-name p {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 14px; }

.claim-data {
  padding: 0 30px; }
  .claim-data h4 {
    margin-bottom: 20px; }
  .claim-data > .row > div {
    margin-bottom: 10px; }
  .claim-data > .row > div span:first-of-type {
    color: #B41B38; }

.claim-data + h4 {
  padding: 0 30px;
  margin-top: 20px; }

.table-bordered {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .table-bordered th {
    padding: 5px;
    background-color: #B41B38;
    color: #ffffff; }
  .table-bordered td {
    padding: 5px; }

.table-bordered > :not(caption) > * > * {
  border-color: black; }

.total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .total > div {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid black; }
    .total > div span:first-of-type {
      color: #B41B38; }

.header {
  top: 0;
  border-bottom: 3px solid #B41B38;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .header .content-header {
    padding: 0 10px;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .header .content-header img {
      max-width: 120px; }
    .header .content-header h3 {
      color: #ffffff;
      font-weight: 600;
      margin-bottom: 0; }
    .header .content-header .header-contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: end;
      -moz-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header .content-header .header-contact span {
        display: inline-block;
        margin-bottom: 5px;
        color: #ffffff; }
        .header .content-header .header-contact span i {
          margin-right: 10px; }

.footer {
  bottom: 0;
  border-top: 3px solid #B41B38;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .footer .content-footer {
    padding: 0 10px;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .footer .content-footer img {
      max-width: 120px; }
    .footer .content-footer .footer-contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: end;
      -moz-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .footer .content-footer .footer-contact span {
        display: inline-block;
        margin-bottom: 5px;
        color: #ffffff; }
        .footer .content-footer .footer-contact span i {
          margin-right: 10px; }

.signature {
  position: fixed;
  bottom: 150px;
  left: 150px;
  right: 0px;
  padding: 30px 40px 0px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media print {
  body {
    -webkit-print-color-adjust: exact; } }
@page {
  margin: 0;
  size: A4; }

/*# sourceMappingURL=main.css.map */
