/* Declare a font size multiplier variable */
:root {
  --text-multiplier: 1;
}

/* Increase the size of the multiplier on bigger screens
  @media (min-width: 48rem) {
    :root {
      --text-multiplier: 1.5;
    }
  }
   */
/* Declare text styles using calc() function and the multiplier */
h1 {
  font-size: calc(2em * var(--text-multiplier));
}

h2 {
  font-size: calc(1.5em * var(--text-multiplier));
}

p {
  font-size: calc(1em * var(--text-multiplier));
}

.Poppins {
  font-family: 'Poppins', sans-serif !important;
}

.comforta {
  font-family: 'Comfortaa', cursive !important;
}

.anchor-sections {
  position: fixed;
  height: 100vh;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.anchor-sections ul {
  padding: 0;
}

.anchor-sections ul li {
  list-style: none;
}

.anchor-sections ul li:last-child a {
  padding: 0;
}

.anchor-sections ul li.active a {
  color: #FFA205;
  font-weight: 600;
}

.anchor-sections ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #D2D2D2;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-align: right;
  display: block;
  padding: 0 0 30px 0;
}

.anchor-sections ul li a:hover {
  color: #FFA205;
  font-weight: 600;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro {
  height: 100vh;
  width: 100%;
  position: relative;
  background: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro .image-intro {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/intro-car.png) center center no-repeat;
  background-size: 70%;
}

.intro .image-intro .simpleParallax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.intro .image-intro img.parallax {
  max-width: 70%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.intro .intro-content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

.intro .intro-content h2 {
  font-family: 'Poppins', sans-serif;
  font-size: calc(3.5em * var(--text-multiplier));
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.intro .intro-content h2 small {
  font-size: 29px;
  color: #FFA205;
}

.intro .intro-content h3 {
  font-size: calc(3em * var(--text-multiplier));
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

.intro .intro-content p {
  color: #D2D2D2;
  font-family: 'Comfortaa', cursive;
  font-size: calc(1.5em * var(--text-multiplier));
}
.content--center{
  z-index: 9;
}
header {
  position: fixed;
  height: 90px;
  background: transparent;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1001;
}

header.hide {
  top: -5px;
  background: rgba(0, 0, 0, 0.99);
}

header .social-link a {
  margin: 0 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  display: inline-block;
  width: 22px;
  height: 22px;
}

header .social-link a img {
  width: 100%;
  vertical-align: middle;
}

header .social-link a:hover {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.sidebar-content {
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  position: absolute;
  height: 100vh;
}

.sidebar-content .sidebar-list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-content .sidebar-list ul li a {
  font-size: 15px;
  color: #BCBCBC;
  font-weight: 300;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  line-height: 48px;
  font-family: 'Poppins', sans-serif;
  text-align: right;
  padding-right: 25px;
}

.sidebar-content .sidebar-list ul li a:hover, .sidebar-content .sidebar-list ul li a.active {
  color: #FFA205;
  font-weight: 600;
}

.Protection-plan {
  background: url(../images/protection-plan-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Enterprise-Solution {
  background: url(../images/Enterprice-solution.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Enterprise-Solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.Enterprise-Solution .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Extended-warranty {
  background: url(../images/extend-warrenty.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Extended-warranty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.Extended-warranty .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.GAP_protection_plan {
  background: url(../images/GAP-protection-plan.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.GAP_protection_plan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.GAP_protection_plan .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Smart_Plans {
  background: url(../images/Smart-Plans.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Smart_Plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.Smart_Plans .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Protection-plans {
  background: url(../images/protection-plans.png) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #191919;
}

.Protection-plans .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Extended_Warranty {
  background: url(../images/extend-warrenty.png) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #191919;
}

.Gap_Protection {
  background: url(../images/Gap-protection.png) no-repeat center center;
  background-size: 150%;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #191919;
}

@media (max-width: 991.98px) {
  .Gap_Protection {
    background-size: cover;
  }
}

.Gap_Protection .gap-bx {
  background: #191919;
  padding: 4rem;
}

.Smart_Protection {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Smart_Protection .smar-container-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Smart_Protection .smar-container-wrap .smar-container {
  padding: 0  100px 100px 70px;
  background: #000000;
}

.Smart_Protection .smart-bg {
  background: url(../images/smart-protection.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.TireAlloyprotection .smart-bg {
  background: url(../images/tire_alloy-potection-side.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
}

.Tire_Protection.Tires {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Tire_Protection.Tires .Tire_Protection-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Tire_Protection.Tires .Tire_Protection-wrap .Tire_Protection-container {
  padding: 0  100px 100px 70px;
  background: #FFA205;
  color: #191919;
}

@media (max-width: 767.98px) {
  .Tire_Protection.Tires .Tire_Protection-wrap .Tire_Protection-container {
    padding: 20px !important;
  }
}

.Tire_Protection.Tires .Tire_Protection-wrap .Tire_Protection-container h2, .Tire_Protection.Tires .Tire_Protection-wrap .Tire_Protection-container p {
  color: #191919 !important;
}

.Tire_Protection.Tires .Tire_Protection-bg {
  background: url(../images/Tires.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
}

.Tire_Protection.what-is-coverd {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Tire_Protection.what-is-coverd .Tire_Protection-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container {
  padding: 0  100px 100px 70px;
  background: #000;
  color: #191919;
}

@media (max-width: 767.98px) {
  .Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container {
    padding: 20px !important;
  }
}

.Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container h2, .Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container p {
  color: #fff !important;
}

.Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container h5 {
  color: #fff;
  font-size: 20px;
  margin: 40px 0;
}

.Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container ul li {
  font-size: 18px !important;
  color: #D2D2D2 !important;
}

.Tire_Protection.what-is-coverd .Tire_Protection-wrap .Tire_Protection-container ul li::before {
  background: #000 !important;
  height: 13px !important;
  width: 13px !important;
  border: 2px solid #FFA205;
}

.Tire_Protection.what-is-coverd .Tire_Protection-bg {
  background: url(../images/What-is-coverd.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
}

.Tire_Protection {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Tire_Protection .Tire_Protection-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Tire_Protection .Tire_Protection-wrap .Tire_Protection-container {
  padding: 0  100px 100px 70px;
  background: #000000;
}

@media (max-width: 767.98px) {
  .Tire_Protection .Tire_Protection-wrap .Tire_Protection-container {
    padding: 20px !important;
  }
}

.Tire_Protection .Tire_Protection-bg {
  background: url(../images/Tire-protection.png) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Tyre_Alloy, .Alloy-Wheels {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Tyre_Alloy .Tyre_Alloy-wrap, .Alloy-Wheels .Tyre_Alloy-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Tyre_Alloy .Tyre_Alloy-wrap .Tyre_Alloy-container, .Alloy-Wheels .Tyre_Alloy-wrap .Tyre_Alloy-container {
  padding: 0  100px 100px 70px;
  background: #FFA205;
}

.Tyre_Alloy .Tyre_Alloy-wrap .Tyre_Alloy-container .content-smart h2, .Alloy-Wheels .Tyre_Alloy-wrap .Tyre_Alloy-container .content-smart h2 {
  color: #191919;
}

.Tyre_Alloy .Tyre_Alloy-wrap .Tyre_Alloy-container .content-smart p, .Alloy-Wheels .Tyre_Alloy-wrap .Tyre_Alloy-container .content-smart p {
  color: #191919;
}

.Tyre_Alloy .Tyre_Alloy-bg, .Alloy-Wheels .Tyre_Alloy-bg {
  background: url(../images/tyre-alloy.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Tyre_Alloy-bg.tire-bg-alloy{background: url(../images/tire-alloy.jpg) no-repeat center center !important;}

.Alloy-Wheels .Tyre_Alloy-container, .eligibile .Tyre_Alloy-container {
  padding: 0  100px 100px 70px;
  background: black !important;
}

.Alloy-Wheels .Tyre_Alloy-container .content-smart h2, .eligibile .Tyre_Alloy-container .content-smart h2 {
  color: #fff !important;
}

.Alloy-Wheels .Tyre_Alloy-container .content-smart p, .eligibile .Tyre_Alloy-container .content-smart p {
  color: #fff !important;
}

.Alloy-Wheels .Tyre_Alloy-bg, .eligibile .Tyre_Alloy-bg {
  background: url(../images/car-numbe-rplate-1.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
}


.eligibile h2 {
  margin-bottom: 30px !important;
}

.eligibile .Tyre_Alloy-bg {
  background: url(../images/car-retouch-3.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
}

.eligibile ul li {
  font-size: 18px;
  color: #D2D2D2;
  font-family: 'Comfortaa', cursive;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.eligibile ul li:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: black;
  border: 2px solid #FFA205;
  border-radius: 50px;
  left: -40px;
  top: 7px;
}

.Extended_warranty {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Extended_warranty .Extended_warranty-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Extended_warranty .Extended_warranty-wrap .Extended_warranty-container {
  padding: 0  100px 100px 70px;
  background: #000;
}

.Extended_warranty .Extended_warranty-wrap .Extended_warranty-container .content-smart h2 {
  color: #fff;
}

.Extended_warranty .Extended_warranty-wrap .Extended_warranty-container .content-smart p {
  color: #fff;
}

.Extended_warranty .Extended_warranty-bg {
  background: url(../images/Extended-warrenty-half.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.GAP-pays {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.GAP-pays .GAP-pays-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.GAP-pays .GAP-pays-wrap .GAP-pays-container {
  padding: 0  100px 100px 70px;
  background: #000;
}

.GAP-pays .GAP-pays-wrap .GAP-pays-container .content-smart h2 {
  color: #fff;
}

.GAP-pays .GAP-pays-wrap .GAP-pays-container .content-smart p {
  color: #fff;
}

.GAP-pays .GAP-pays-bg {
  background: url(../images/GAP-pays-bg.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Customer_Eligibility {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Customer_Eligibility .Customer_Eligibility-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Customer_Eligibility .Customer_Eligibility-wrap .Customer_Eligibility-container {
  padding: 0  100px 100px 70px;
  background: #000;
}

.Customer_Eligibility .Customer_Eligibility-wrap .Customer_Eligibility-container .content-smart h2 {
  color: #fff;
}

.Customer_Eligibility .Customer_Eligibility-wrap .Customer_Eligibility-container .content-smart ul {
  margin-top: 35px;
  padding-left: 40px;
}

.Customer_Eligibility .Customer_Eligibility-wrap .Customer_Eligibility-container .content-smart ul li {
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 25px;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.Customer_Eligibility .Customer_Eligibility-wrap .Customer_Eligibility-container .content-smart ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFA205;
  border-radius: 50px;
  left: -40px;
  top: 7px;
}

.Customer_Eligibility .Customer_Eligibility-bg {
  background: url(../images/Customer-Eligibility.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.GAP-important {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.GAP-important .GAP-important-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.GAP-important .GAP-important-wrap .GAP-important-container {
  padding: 0  100px 100px 70px;
  background: #000;
}

.GAP-important .GAP-important-wrap .GAP-important-container .content-smart h2 {
  color: #fff;
}

.GAP-important .GAP-important-wrap .GAP-important-container .content-smart p {
  color: #fff;
}

.GAP-important .GAP-important-bg {
  background: url(../images/GAP-imp.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Key_Protection {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Key_Protection .Key_Protection-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Key_Protection .Key_Protection-wrap .Key_Protection-container {
  padding: 0  100px 100px 70px;
  background: #000;
}

.Key_Protection .Key_Protection-bg {
  background: url(../images/key_protection.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Iloe_Protection {
  background: url(../images/Iloe-Protection.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #191919;
}

.Collision_Damage_Waiver {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

@media (max-width: 767.98px) {
  .Collision_Damage_Waiver {
    padding: 0 !important;
  }
}

.Collision_Damage_Waiver .Collision_Damage_Waiver-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Collision_Damage_Waiver .Collision_Damage_Waiver-wrap .Collision_Damage_Waiver-container {
  padding: 0  100px 100px 70px;
  background: #FFA205;
}

.Collision_Damage_Waiver .Collision_Damage_Waiver-wrap .Collision_Damage_Waiver-container .content-smart h2, .Collision_Damage_Waiver .Collision_Damage_Waiver-wrap .Collision_Damage_Waiver-container .content-smart p {
  color: #191919;
}

.Collision_Damage_Waiver .Collision_Damage_Waiver-bg {
  background: url(../images/Collision-Damage-Waiver.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.over-hidden {
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

.f_I {
  background: url(../images/F&I-Management-1new.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0a101f;
}
.f_I:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.claim-solution {
  background: url(../images/claim.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #050505;
}

.TPA_Services {
  background: url(../images/TPA.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #070a0c;
}

.Partners {
  background: url(../images/partners.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #07090b;
}

.Clients {
  background: url(../images/client.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #08090b;
}

.customer-support {
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #fff;
}

.customer-support h2 {
  color: #191919 !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
}

.customer-support .partners-logo {
  margin-top: 75px;
}

@media (max-width: 767.98px) {
  .customer-support .partners-logo {
    margin-top: 25px;
  }
}

.customer-support .partners-logo a {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 5px;
  min-width: 175px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E9E9E9;
  border-radius: 7px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.customer-support .partners-logo a:hover {
  border-color: #FFA205;
}

.footer {
  /*background: url(../images/footer-bg.jpg) no-repeat center top;*/
  background: url(../images/footer-bg.jpg) no-repeat;
    background-position-y: -150px;
  background-size: contain;
  position: relative;
  z-index: 1;
  /*background-attachment: fixed;*/
  background-color: #191919;
  height: auto !important;
  /*padding: 150px 0 60px;*/
      padding: 200px 0 60px;
}

.footer .content--center {
  height: auto;
}

.footer h4 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.footer address {
  color: #D2D2D2;
  font-size: 15px;
  font-family: 'Comfortaa', cursive;
  margin: 0;
  /*padding-right: 90px;*/
}

.footer .countries span {
  color: #828282;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  padding-right: 15px;
  font-weight: 300;
  padding-bottom: 10px;
}

.footer .footer-links {
  padding-right: 30px;
}

.footer .footer-links:last-child {
  padding-right: 0;
}

.footer .footer-links ul {
  margin: 0;
  padding: 0;
}

.footer .footer-links ul li {
  list-style: none;
}

.footer .footer-links ul li a {
  display: block;
  color: #828282;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 0px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.footer .footer-links ul li a:hover, .footer a:hover{
  color: #FFA205;
}

.footer .social-link-footer {
  padding: 50px 0 0;
}

.footer .social-link-footer a {
  padding: 0px;
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.footer .social-link-footer a:hover {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.footer .social-link-footer a img {
  max-width: 100%;
}

.footer .copy {
  text-align: right;
  font-weight: 200;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  color: #D2D2D2;
}

.footer .footer-bottom {
  padding-top: 70px;
}

.Enquire {
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #191919;
}

.Enquire form {
  margin: 50px 0;
}

.Enquire form .submit {
  margin-top: 20px;
}

.Enquire form .submit button {
  height: 55px;
  background: #fff;
  border-radius: 0;
  color: #191919;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 25px;
  border: none;
  padding: 0 50px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.Enquire form .submit button:hover, .Enquire form .submit button:focus {
  background: #FFA205;
  color: white;
}

.Enquire form label {
  text-align: left;
  font-size: 13px;
  color: #D2D2D2;
  display: block;
  font-family: 'Comfortaa', cursive;
  margin-bottom: 7px;
}

.Enquire form .form-group {
  padding-bottom: 20px;
}

.Enquire form .form-group input, .Enquire form .form-group select {
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-size: 17px;
  font-family: 'Comfortaa', cursive;
  color: #D2D2D2;
  background: transparent;
}

.Enquire form .form-group input:focus, .Enquire form .form-group select:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 162, 5, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 162, 5, 0.25);
  border-color: rgba(255, 162, 5, 0.75);
}

.Enquire form .form-group select {
  background: url(../images/select-arrow.svg) no-repeat 95% center !important;
}

.content-container h2 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: calc(3em * var(--text-multiplier));
  font-weight: 900;
  margin: 0;
}

.content-container p {
  font-size: calc(1.1em * var(--text-multiplier));
  font-family: 'Comfortaa', cursive;
  margin: 20px 0;
  color: #D2D2D2;
}

.content-container a.learn-more {
  display: inline-block;
  padding: 15px 10px;
  background: #fff;
  color: #191919;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
}

.content-container a.learn-more em {
  color: #FFA205;
  margin-left: 60px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.content-container a.learn-more:hover {
  color: white;
  background: #FFA205;
  padding-left: 20px;
}

.content-container a.learn-more:hover em {
  color: white;
  margin-right: 10px;
  margin-left: 40px;
}

@media (max-width: 991.98px) {
  header {
    display: none;
  }
  header .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .sidebar-content {
    display: none;
  }
  .window {
    display: block !important;
  }
  .window .header .sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 70px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 65px;
  }
  .window .header .sidebar-content .sidebar-list ul {
    margin: 0;
    padding: 0;
  }
  .intro .intro-content h3 {
    font-size: 2.5rem;
  }
  .intro .intro-content p {
    font-size: 1.5rem;
  }
  .Bancassurance_platform .top-sec h2 {
    font-size: 2.5rem !important;
  }
  .Bancassurance_platform {
    padding: 50px 30px !important;
  }
}

@media (max-width: 768px) {
  .intro .intro-content h3 {
    font-size: 2rem;
  }
  .intro .intro-content p {
    font-size: 1rem;
  }
  .content-container a.learn-more {
    padding: 10px;
    font-size: 16px;
  }
  .content-container a.learn-more em {
    margin-left: 10px;
  }
  .content > .content-container {
    padding: 0 30px;
  }
  .content > .content-container.footer {
    padding: 70px 30px;
  }
}

.window {
  position: fixed;
  display: block;
  width: 100%;
  height: 10%;
  margin: 0 auto 0;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), height 1.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), height 1.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.window.open {
  height: 100%;
}

.window .header {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  background: rgba(0, 0, 0, 0.99);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 1;
  padding-right: 20px;
}

.window .header .burger-container {
  position: relative;
  display: inline-block;
  height: 65px;
  width: 50px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.window .header .burger-container #burger {
  width: 20px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

.window .header .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.window .header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}

.window .header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}

.window .header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.window .header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.window .header .icon a {
  width: 100%;
  height: 100%;
}

.window .header ul.menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
}

.window .header ul.menu li.menu-item {
  border-bottom: 1px solid transparent;
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.window .header ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

.window .header ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.window .header ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.window .header ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.window .header ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.window .header ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

.window .header ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}

.window .header ul.menu li.menu-item:nth-child(8) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.window .header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  text-decoration: none;
  font-size: 17px;
  line-height: 2.35;
  font-weight: 300;
  width: 100%;
  padding-right: 50px;
}

.window .header.menu-opened {
  height: 100%;
  background-color: rgba(25, 25, 25, 0.97);
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.window .header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.window .header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.window .header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
  background: #FFA205;
}

.window .header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(2px) rotate(-45deg);
          transform: translateY(2px) rotate(-45deg);
  background: #FFA205;
}

.window .header.menu-opened ul.menu li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}

.window .header.menu-opened ul.menu li.menu-item:nth-child(8) {
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}

.window .header.menu-opened .icon.icon-bag {
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.window .content {
  font-family: 'Poppins', sans-serif;
  padding: 67px 4% 0;
  text-align: justify;
  overflow: scroll;
  max-height: 100%;
}

.window .content::-webkit-scrollbar {
  display: none;
}

.window .content h2 {
  margin-bottom: 0px;
  letter-spacing: 1px;
}

.window .content img {
  width: 95%;
  position: relative;
  display: block;
  margin: 75px auto 75px;
}

.window .content img:nth-of-type(2) {
  margin: 75px auto;
}

@media (max-width: 600px) {
  .window {
    width: 100%;
    margin: 0;
    border-radius: 0px;
  }
  .window .header {
    position: fixed;
    padding-right: 10px;
  }
}

.logo-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}

.logo-mobile a {
  width: 55px;
}

.logo-mobile a img {
  max-width: 100%;
}

.social-mobile {
  padding-top: 15px;
}

.social-mobile a {
  color: #FFA205;
  padding: 3px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.social-mobile a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .Gap_Protection .gap-bx {
    padding: 2rem;
  }
  .Smart_Protection .smar-container-wrap .smar-container, .Tire_Protection .Tire_Protection-wrap .Tire_Protection-container, .Tyre_Alloy .Tyre_Alloy-wrap .Tyre_Alloy-container, .Key_Protection .Key_Protection-wrap .Key_Protection-container, .Collision_Damage_Waiver .Collision_Damage_Waiver-wrap .Collision_Damage_Waiver-container {
    padding: 20px;
  }
  .Smart_Protection .smar-container-wrap .smar-container .align-items-end, .Tire_Protection .Tire_Protection-wrap .Tire_Protection-container .align-items-end, .Tyre_Alloy .Tyre_Alloy-wrap .Tyre_Alloy-container .align-items-end, .Key_Protection .Key_Protection-wrap .Key_Protection-container .align-items-end, .Collision_Damage_Waiver .Collision_Damage_Waiver-wrap .Collision_Damage_Waiver-container .align-items-end {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.window {
  display: none;
}

@media (max-width: 575.98px) {
  .intro .intro-content h3 {
    font-size: 1.5rem;
  }
  .content-container h2,.intro .intro-content h2 {
    font-size: 2rem;
  }
  .Enquire form {
    margin: 10px 0;
  }
  .Enquire form .form-group input, .Enquire form .form-group select {
    height: 40px;
    font-size: 13px;
  }
  .Enquire form .submit button {
    height: 40px;
    font-size: 17px;
  }
  .Enquire form .submit {
    margin-top: 20px;
  }
  .customer-support .partners-logo {
    margin: 20px 0;
  }
  .customer-support .partners-logo a {
    margin: 5px auto;
  }
  .footer address {
    padding: 0 0 20px;
    font-size: 13px;
  }
  .footer {
    padding: 50px 30px !important;
  }

  .footer h4 {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .footer .align-footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-links {
    padding: 0;
  }
  .footer .footer-links ul li a {
    font-size: 13px;
    padding: 5px 0 0;
  }
  .footer .footer-bottom {
    padding-top: 30px;
  }
  .footer .footer-bottom .countries span {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .footer .footer-bottom .copy {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
  }
}

.Protection-Plan-Page .content-container h2 {
  font-family: 'Poppins', sans-serif;
}

.hide-inner {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
}

.Bancassurance_platform {
  background: url(../images/the-complete-bg.jpg) no-repeat center center;
  height: auto !important;
  padding: 215px 0 275px;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
}

.Bancassurance_platform .top-sec h2 {
  font-size: 61px;
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 40px;
}

.Bancassurance_platform .icons {
  padding: 70px 30px;
  max-width: 1024px;
  margin: 0px auto;
}

.Bancassurance_platform .icons .icon-box {
  margin-bottom: 20px;
  padding: 0 40px;
}

@media (max-width: 991.98px) {
  .Bancassurance_platform .icons .icon-box {
    padding: 0 20px;
  }
}

.Bancassurance_platform .icons .icon-box span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  padding: 20px 0;
}

.Distribution-Partners {
  padding-top: 150px;
}

@media (max-width: 767.98px) {
  .Distribution-Partners {
    padding-top: 70px;
  }
}

.Distribution-Partners .flag-box {
  background: #F2F2F2;
  height: 93px;
  border-radius: 5px;
}

.Distribution-Partners .flag {
  width: 125px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Distribution-Partners .logos {
  background: #fff;
  border-radius: 5px;
  margin: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding: 25px;
}

.Reinsurance_partner {
  padding: 250px 0 150px;
  height: auto !important;
}

@media (max-width: 767.98px) {
  .Reinsurance_partner {
    padding: 50px 30px !important;
  }
}

.Reinsurance_partner h2 {
  color: #000;
}

.Clientele .client {
  padding: 10px 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 7px;
  border: 1px solid #F1F2F1;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin-bottom: 15px;
}

.Clientele .client:hover {
  border-color: #FFA205;
}

.Coverage {
  background: #191919;
  text-align: center;
  height: auto !important;
}

.Coverage .content--center {
  height: auto;
  padding: 100px 0;
}

.Coverage .content--center .Coverage-wrap .Coverage-wrap-container .content-smart {
  padding-bottom: 120px;
}

.Coverage .content--center .Coverage-wrap .Coverage-wrap-container .coverage-feature .feature-list {
  margin-bottom: 15px;
  padding: 0 20px;
}

.Coverage .content--center .Coverage-wrap .Coverage-wrap-container .coverage-feature .feature-list .icon-wrap {
  width: 150px;
  border: 3px solid #fff;
  height: 150px;
  margin: 0px auto;
  border-radius: 100%;
  text-align: center;
  padding: 30px;
}

.Coverage .content--center .Coverage-wrap .Coverage-wrap-container .coverage-feature .feature-list .icon-wrap img {
  max-width: 100%;
}

.Coverage .content--center .Coverage-wrap .Coverage-wrap-container .coverage-feature .feature-list p {
  font-size: 18px;
  margin-top: 20px;
}

.Key_Benefits {
  background: url(../images/Key_benefits.jpg) no-repeat center center;
  text-align: center;
  height: auto !important;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000;
}

.Key_Benefits .content--center {
  height: auto;
  padding: 100px 0;
}

.Key_Benefits .content--center .Key_Benefits-wrap .Key_Benefits-container .content-smart {
  padding-bottom: 100px;
}

.Key_Benefits .glass-box {
  background: rgba(25, 25, 25, 0.5);
  padding: 100px 10px 90px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 15px;
  margin-bottom: 75px;
  position: relative;
  color: #D2D2D2;
  font-size: 22px;
  font-family: 'Comfortaa', cursive;
}

.Key_Benefits .glass-box span.buton-white {
  position: absolute;
  height: 72px;
  color: #FFA205;
  text-align: center;
  padding: 0 40px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 25px;
  background: #fff;
  line-height: 70px;
  border-radius: 50px;
  top: 0;
  margin-top: -36px;
}

.Benefits-include .side-head {
  background: #FFA205;
}

.Benefits-include .side-head span {
  font-size: 35px;
  font-weight: bold;
  color: black;
  font-family: 'Poppins', sans-serif;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 40px;
}

@media (max-width: 767.98px) {
  .Benefits-include .side-head span {
    -webkit-transform: none;
            transform: none;
    position: relative;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    padding: 15px;
    font-size: 25px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.Benefits-include .benefits-dtail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 90%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background: #fff;
  padding: 20px 100px;
  top: 0;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

.Benefits-include .benefits-dtail:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .Benefits-include .benefits-dtail:after {
    display: none;
  }
}

.Benefits-include .benefits-dtail h2 {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.Benefits-include .benefits-dtail p {
  font-size: 22px;
  font-family: 'Comfortaa', cursive;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .Benefits-include .benefits-dtail {
    left: 0;
  }
}

.Benefits-include .benefits-heading {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 30px 70px;
  bottom: 0;
}

.Benefits-include .benefits-heading h2 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: white;
}

.Benefits-include .Minor_dents:hover .benefits-dtail {
  left: 100%;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .Benefits-include .Minor_dents:hover .benefits-dtail {
    left: 0;
    opacity: .9;
  }
}

.Benefits-include .Minor_dents-2 .benefits-dtail {
  left: inherit;
  right: 90%;
}

@media (max-width: 991.98px) {
  .Benefits-include .Minor_dents-2 .benefits-dtail {
    right: 0;
  }
}

.Benefits-include .Minor_dents-2 .benefits-dtail:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 20px;
  margin-top: -20px;
}

@media (max-width: 991.98px) {
  .Benefits-include .Minor_dents-2 .benefits-dtail:after {
    display: none;
  }
}

.Benefits-include .Minor_dents-2:hover .benefits-dtail {
  right: 100%;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .Benefits-include .Minor_dents-2:hover .benefits-dtail {
    right: 0;
    opacity: .9;
  }
}

.img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Tire_Protection_Plans {
  background: url(../images/tire-protectio-plan.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Tire_Protection_Plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.Tire_Protection_Plans .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Tire_Protection {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Tire_Protection .Tire_Protection-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Tire_Protection .Tire_Protection-wrap .Tire_Protection-container {
  padding: 0  100px 100px 70px;
  background: #000;
}

.Tire_Protection .Tire_Protection-wrap .Tire_Protection-container .content-smart h2 {
  color: #fff;
}

.Tire_Protection .Tire_Protection-wrap .Tire_Protection-container .content-smart ul {
  margin-top: 35px;
  padding-left: 40px;
}

.Tire_Protection .Tire_Protection-wrap .Tire_Protection-container .content-smart ul li {
  color: white;
  font-family: 'Comfortaa', cursive;
  font-size: 25px;
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}

.Tire_Protection .Tire_Protection-wrap .Tire_Protection-container .content-smart ul li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFA205;
  border-radius: 50px;
  left: -40px;
  top: 7px;
}

.Tire_Protection .Tire_Protection-bg {
  background: url(../images/tire-protection-bg.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.number-of-benefits {
  background: #FFA205;
}

.number-of-benefits .number-of-benefits-title {
  font-size: 40px;
  font-weight: bold;
  color: black;
  line-height: 55px;
  font-family: 'Poppins', sans-serif;
  padding: 70px 50px;
}

@media (max-width: 991.98px) {
  .number-of-benefits .number-of-benefits-title {
    padding: 20px 30px;
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 767.98px) {
  .number-of-benefits .number-of-benefits-title {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
  }
}

.number-of-benefits .benefits-data {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 30px 35px 0;
  min-height: 310px;
}

@media (max-width: 991.98px) {
  .number-of-benefits .benefits-data {
    min-height: 220px;
    padding: 20px;
  }
}

.number-of-benefits .benefits-data h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .number-of-benefits .benefits-data h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .number-of-benefits .benefits-data h3 {
    font-size: 18px;
  }
}

.number-of-benefits .benefits-data p {
  font-family: 'Comfortaa', cursive;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .number-of-benefits .benefits-data p {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .number-of-benefits .benefits-data p {
    font-size: 14px;
  }
}

.number-of-benefits .peace-of-mind:before, .number-of-benefits .reassurance:before, .number-of-benefits .quality-work:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.Key_Protection_Plans {
  background: url(../images/Key-protection-plan.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Key_Protection_Plans::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.61);
}

.Key_Protection_Plans .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Iloe {
  background: url(../images/iloe-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Iloe .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.key-protection {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.key-protection .key-protection-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.key-protection .key-protection-wrap .key-protection-container {
  padding: 0  100px 100px 70px;
  background: #000000;
}

.key-protection .key-protection-bg {
  background: url(../images/key-protection.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.key-protection-benefits {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background: url(../images/key-protection-benefits.jpg) no-repeat center right;
  background-size: contain;
  background-color: #1d2525;
}

.key-protection-benefits .key-protection-benefits-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.key-protection-benefits .key-protection-benefits-wrap .key-protection-benefits-container {
  padding: 0  100px 100px 70px;
  background: transparent;
}

span.primary {
  color: #FFA205;
}

.iloe-protection-side {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.iloe-protection-side .iloe-protection-side-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.iloe-protection-side .iloe-protection-side-wrap .iloe-protection-side-container {
  padding: 0  100px 100px 70px;
  background: #000000;
}

@media (max-width: 767.98px) {
  .iloe-protection-side .iloe-protection-side-wrap .iloe-protection-side-container {
    padding: 0 30px;
  }
}

.iloe-protection-side .iloe-protection-side-bg {
  background: url(../images/iloe-side-bg.jpg) no-repeat center center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  #conference-timeline {
    max-width: 100%;
    padding: 0 30px;
  }
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #FFA205;
  z-index: 0;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767.98px) {
  .timeline-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 70px 0;
  }
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 40%;
  width: 100%;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  background-color: #FFA205;
  padding: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.timeline-article p {
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  font-weight: bold;
  color: #191919;
}

@media (max-width: 991.98px) {
  .timeline-article p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before {
  left: 100%;
  top: 40px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #FFA205;
  border-width: 20px;
  margin-top: -20px;
}

.timeline-article .content-right:before {
  right: 100%;
  top: 40px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #FFA205;
  border-width: 20px;
  margin-top: -20px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 85px;
  height: 85px;
  margin-left: -42.5px;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: bold;
  border-radius: 100%;
  background: #FFA205;
  line-height: 85px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .timeline-article .meta-date {
    font-size: 30px;
  }
}

.timeline-image {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.timeline-image img {
  border-radius: 10px;
}

/*===== // Vertical Timeline =====*/
/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 767.98px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: -10px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 80px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 0px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 25px;
    border-radius: 0 0px 10px 10px;
  }
  .timeline-article .content-left:before {
    display: none;
  }
  .timeline-article .content-right:before {
    display: none;
  }
  .timeline-image img {
    border-radius: 10px 10px 0px 0px;
  }
  .conference-timeline-content .timeline-article:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}

/*===== // Resonsive Vertical Timeline =====*/
.timeline-section {
  background: #191919;
  padding: 150px 0 50px;
}

@media (max-width: 767.98px) {
  .timeline-section {
    padding: 50px 0;
  }
}

.About_us {
  background: url(../images/about-us.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.About_us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.About_us .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.client-count {
  background: #191919;
  padding: 200px 0;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .client-count {
    padding: 100px 0;
  }
}

.client-count h3 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 70px;
}

@media (max-width: 991.98px) {
  .client-count h3 {
    font-size: 25px;
  }
}

.client-count .client-count-wrap h4.count-primary {
  color: #FFA205;
  font-weight: bold;
  font-size: 35px;
}

@media (max-width: 991.98px) {
  .client-count .client-count-wrap h4.count-primary {
    font-size: 25px;
  }
}

.client-count .client-count-wrap p {
  font-family: 'Comfortaa', cursive;
  color: #D2D2D2;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .client-count .client-count-wrap p {
    font-size: 15px;
  }
}

.client-count .client-count-wrap .col-lg-3 {
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .client-count .client-count-wrap .col-lg-3 {
    margin-bottom: 30px;
  }
}

.Board-Of-Directors {
  background: black;
  padding: 0px 0 130px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors {
    padding: 90px 0 100px;
  }
}

.Board-Of-Directors p {
  color: white;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.Board-Of-Directors h2 {
  color: white;
  font-weight: bold;
  font-size: calc(3em * var(--text-multiplier));
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.Board-Of-Directors .directors {
  padding: 70px 0 100px;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors .directors {
    padding: 40px 0 50px;
  }
}

.Board-Of-Directors .directors .directors-list {
  padding: 70px 0 100px;
}
.directors-block {
    margin-top: -5em;
}

.Board-Of-Directors .directors .directors-list .directors-imge {
  width: 210px;
    height: 210px;
    /* border-radius: 100px; */
    position: relative;
    margin: 0px auto;
    top: 5em;
}

.Board-Of-Directors .directors .directors-list .directors-imge img {
  position: relative;
  z-index: 1;
  /*border-radius: 50%;*/
}

/*.Board-Of-Directors .directors .directors-list .directors-imge:before {
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -120px;
}*/

.Board-Of-Directors .directors .directors-list .directors-imge::after {
     width: 230px;
    height: 242px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -115px;
    margin-top: -115px;
    z-index: 0;
    border: 1px solid #ffa205;
}

.Board-Of-Directors .directors .directors-list .director-dtail {
     padding: 110px 20px 20px;
            background: #fcfcfc;
}

@media (max-width: 991.98px) {
  .directors-block{
        margin-bottom: 2em;
  }
  .Board-Of-Directors .directors .directors-list .director-dtail {
    padding: 8em 0 50px;
  }
}

.Board-Of-Directors .directors .directors-list .director-dtail h5 {
color: #FFA205; 
    font-weight: bold;
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.1;
    min-height: 50px;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors .directors .directors-list .director-dtail h5 {
    font-size: 20px;
  }
}

.Board-Of-Directors .directors .directors-list .director-dtail span.designation {
  /*color: white;*/
      font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
       color: #212529;
       display: block;
    margin-bottom: 10px;
    min-height: 44px;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors .directors .directors-list .director-dtail span.designation {
    font-size: 15px;
  }
}

.Board-Of-Directors .directors .directors-list .director-dtail p {
      font-family: 'Comfortaa', cursive;
    font-size: 17px;
        color: #212529;
    margin: 5px 0;
    line-height: 1.4;
        min-height: 215px;
}

.Board-Of-Directors .Leadership .leaders {
  padding-top: 10px;
}

@media (max-width: 600px) {
  .Board-Of-Directors .Leadership .leaders .justify-content-between {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.Board-Of-Directors .Leadership .leaders .leader {
  /*margin: 0 20px;*/
      margin-top: -5em;
          margin-bottom: 3em;
}

.Board-Of-Directors .Leadership .leaders .leader .leader-image {
  width: 160px;
  height: 160px;
      position: relative;
    margin: 0px auto;
    top: 5em;
    margin-bottom: 1em;
}

.Board-Of-Directors .Leadership .leaders .leader .leader-image img {
  position: relative;
  z-index: 1;
  /*border-radius: 50%;*/
}

/*.Board-Of-Directors .Leadership .leaders .leader .leader-image:before {
  width: 175px;
  height: 175px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 34%;
  left: 34%;
  margin-left: -62.5px;
  margin-top: -62.5px;
}*/

.Board-Of-Directors .Leadership .leaders .leader .leader-image:after {
 width: 185px;
    height: 200px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -92px;
    margin-top: -92px;
    z-index: 0;
    border: 1px solid #ffa205;
}

.Board-Of-Directors .Leadership .leaders .leader .leader-dsc {
      padding: 110px 20px 20px;
    background: #fcfcfc;
}

@media (max-width: 991.98px) {
  .Board-Of-Directors .Leadership .leaders .leader .leader-dsc {
    margin: 40px 0 30px;
  }
}

.Board-Of-Directors .Leadership .leaders .leader .leader-dsc h5 {
  color: #FFA205;
  font-weight: bold;
  font-size: 18px;
      min-height: 45px;
}

.Board-Of-Directors .Leadership .leaders .leader .leader-dsc span {
  /*color: white;*/
  font-size: 17px;
  font-weight: 300;
  display: block;
  /*padding-bottom: 50px;*/
  min-height: 52px;
}

.office-location {
  background: #191919;
  padding: 50px 0;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .office-location {
    padding: 75px 0;
  }
}

.office-location h2 {
  font-size: calc(3em * var(--text-multiplier));
  color: white;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .office-location h2 {
    font-size: 35px;
  }
}

.office-location .location-map {
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .office-location .location-map {
    margin: 30px 0;
  }
}

@media (max-width: 600px) {
  .office-location .location-map .justify-content-between {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.office-location .location-map .locations {
  margin: 20px;
}

.office-location .location-map .locations .location-image {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.office-location .location-map .locations p {
  color: #FFA205;
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
}

.office-location .all-locations span {
  padding: 15px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.office-location .all-locations span:hover {
  color: #FFA205;
}

.TPA_Services {
  background: url(../images/TPA-Header.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.TPA_Services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.TPA_Services .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Tpa-service {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.Tpa-service .Tpa-service-wrap {
  height: 100%;
  max-width: inherit;
  width: 100%;
}

.Tpa-service .Tpa-service-wrap .Tpa-service-container {
  padding: 0  100px 100px 70px;
  background: #000000;
}

@media (max-width: 767.98px) {
  .Tpa-service .Tpa-service-wrap .Tpa-service-container {
    padding: 20px !important;
  }
}

.Tpa-service .Tpa-service-bg {
  background: url(../images/TPA-block.jpg) no-repeat right center;
  background-size: contain;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Online-portal {
  background: #191919;
  padding: 140px 70px;
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 991.98px) {
  .Online-portal {
    padding: 70px 0;
  }
}

.Online-portal h2 {
  font-size: calc(3em * var(--text-multiplier));
  color: white;
  font-weight: bold;
  margin-bottom: 60px;
}

@media (max-width: 991.98px) {
  .Online-portal h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

/*.Online-portal .online-capabilities .reports {
  margin: 0 40px 40px 0;
  width: 300px;
}

.Online-portal .online-capabilities .reports:last-child {
  margin-right: 0;
}*/

.Online-portal .online-capabilities .reports {
	margin-bottom: 2em;
}

.Online-portal .online-capabilities .reports.top-img {
	margin-top: 7em;
} 
.Online-portal .online-capabilities .reports .box-border {
  border-radius: 25px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  padding: 50px 20px;
  color: white;
  /*height: 100%;
  padding-bottom: 120px;*/
}

.Online-portal .online-capabilities .reports .box-border.box-2 {
  padding-top: 90px;
  /*padding-bottom: 50px;*/
}

.Online-portal .online-capabilities .reports .box-border h3 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 25px;
  min-height: 50px;
}

.Online-portal .online-capabilities .reports .box-border p {
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
  color: #D2D2D2;
  min-height: 145px;
}

.Online-portal .online-capabilities .reports .box-image {
      display: inline-block;
    width: 140px;
    height: 140px;
    margin: -70px auto;
    position: relative;
}

.Online-portal .online-capabilities .reports .arrow {
  display: inline-block;
  margin: 0px auto;
  height: 83px;
}

.F_I_Platforms {
  height: 100vh;
  background: url(../images/F&I_Platforms.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.F_I_Platforms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}

.F_I_Platforms .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Finance_Application_Processing {
  height: 100vh;
  background: url(../images/Finance_Application_Processing.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-color: black;
}

.Finance_Application_Processing::before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.85);
}

.Finance_Application_Processing .content-part {
  padding-bottom: 200px;
  font-family: 'Poppins', sans-serif;
  position: relative;
}

@media (max-width: 991.98px) {
  .Finance_Application_Processing .content-part {
    text-align: center;
  }
}

.Finance_Application_Processing .content-part h3 {
  font-size: 41px;
  color: #fff;
  margin: 0;
}

@media (max-width: 991.98px) {
  .Finance_Application_Processing .content-part h3 {
    font-size: 1.3rem;
  }
}

.Finance_Application_Processing .content-part p {
  margin: 0;
  font-weight: 200;
  color: white;
  font-size: 34px;
}

@media (max-width: 991.98px) {
  .Finance_Application_Processing .content-part p {
    font-size: 1.3rem;
  }
}

.Value-Proposition, .our-proposal, .System-Capabilities, .System_Capabilities-Dealership {
  padding: 140px 0 200px;
  background: #191919;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

@media (max-width: 991.98px) {
  .Value-Proposition, .our-proposal, .System-Capabilities, .System_Capabilities-Dealership {
    padding: 70px 0;
  }
  .Value-Proposition .container, .our-proposal .container, .System-Capabilities .container, .System_Capabilities-Dealership .container {
    width: 100%;
    max-width: 100%;
  }
}

.Value-Proposition h2, .our-proposal h2, .System-Capabilities h2, .System_Capabilities-Dealership h2 {
  font-size: calc(3em * var(--text-multiplier));
  font-weight: bold;
  margin-bottom: 120px;
}

@media (max-width: 991.98px) {
  .Value-Proposition h2, .our-proposal h2, .System-Capabilities h2, .System_Capabilities-Dealership h2 {
    font-size: 35px;
    margin-bottom: 50px;
  }
}

.our-proposal {
  background: #fff;
}

.our-proposal h2 {
  color: #191919;
  margin: -30px 0 0;
}

.System_Capabilities-Dealership {
  background: #000;
}

.System_Capabilities-Dealership em {
  height: 80px;
  width: 80px;
  display: inline-block;
  padding-bottom: 15px;
}

.System_Capabilities-Dealership em svg {
  width: 100%;
  height: 100%;
}

.System_Capabilities-Dealership p {
  margin-bottom: 70px;
}

.AI_Powered_Claims_Solution {
  height: 100vh;
  background: url(../images/AI-Powered-Claims-Solution.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.AI_Powered_Claims_Solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.AI_Powered_Claims_Solution .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.CAMCOM {
  padding: 150px 0;
}

@media (max-width: 991.98px) {
  .CAMCOM {
    padding: 50px 0;
  }
}

.CAMCOM .cam-com-logo {
  width: 150px;
  margin-right: 30px;
}

@media (max-width: 991.98px) {
  .CAMCOM .cam-com-logo {
    width: 100px;
  }
}

.CAMCOM h3 {
  font-size: calc(3em * var(--text-multiplier));
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .CAMCOM h3 {
    font-size: 30px;
  }
}

.CAMCOM .brand-section {
  padding-right: 50px;
}

@media (max-width: 991.98px) {
  .CAMCOM .brand-section {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .CAMCOM .brand-section {
    padding-left: 0;
    padding-bottom: 50px;
  }
}

.CAMCOM .cam-com-features {
  padding-left: 50px;
  border-left: 1px solid #BCBCBC;
  position: relative;
}

@media (max-width: 991.98px) {
  .CAMCOM .cam-com-features {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .CAMCOM .cam-com-features {
    border-left: 0;
    padding-left: 0;
    padding-top: 50px;
    border-top: 1px solid #BCBCBC;
  }
}

.CAMCOM .cam-com-features::after {
  left: 0%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #BCBCBC;
  border-width: 20px;
  margin-top: -20px;
}

@media (max-width: 767.98px) {
  .CAMCOM .cam-com-features::after {
    left: 50%;
    top: 0;
    margin: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.CAMCOM .cam-com-features .features {
  margin-bottom: 50px;
}

.CAMCOM .cam-com-features .features span {
  color: #505050;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.CAMCOM .cam-com-features .features em {
  width: 80px;
  margin-right: 25px;
}

.android-ios {
  padding-bottom: 150px;
}

.android-ios h2 {
  font-size: calc(3em * var(--text-multiplier));
  font-weight: bold;
  margin: 20px 0;
}

@media (max-width: 991.98px) {
  .android-ios h2 {
    font-size: 35px;
  }
}

.android-ios .grey-box {
  background: #F8F8F8;
  border-radius: 15px;
  padding: 90px 120px;
  text-align: center;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 991.98px) {
  .android-ios .grey-box {
    padding: 50px;
    margin-top: 70px;
  }
}

.android-ios .grey-box .count {
  position: absolute;
  background: #fff;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  text-align: center;
  line-height: 110px;
  color: #FFA205;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 35px;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  top: 0;
}

@media (max-width: 991.98px) {
  .android-ios .grey-box .count {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    font-size: 25px;
    line-height: 70px;
  }
}

.android-ios .grey-box p {
  margin: 0;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .android-ios .grey-box p {
    font-size: 16px;
  }
}

.pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  transform: rotateX(55deg);
}

.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

.location-pins {
  position: absolute;
  width: 627px;
  bottom: 0;
  right: 0;
  height: 305px;
}

@media (max-width: 991.98px) {
  .location-pins {
    display: none;
  }
}

.location-pins .locations {
  width: 32px;
  height: 42px;
  position: absolute;
}

.location-pins .locations:hover {
  -webkit-animation: bounce 1.5s;
          animation: bounce 1.5s;
}

.location-pins .locations:hover .pulse {
  opacity: 1;
}

.location-pins .locations .pulse {
  opacity: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.location-pins .locations.UAE {
  top: -17px;
  left: 180px;
}

.location-pins .locations.UAE:hover {
  -webkit-animation: bounce 1.5s;
          animation: bounce 1.5s;
}

.location-pins .locations.India {
  top: 23px;
  right: 280px;
}

.location-pins .locations.Egypt {
  top: -53px;
  left: 94px;
}

.location-pins .locations.Kenya {
  top: 77px;
  left: 69px;
}

.location-pins .locations.BAHARIN {
  top: -9px;
  left: 89px;
}

.location-pins .locations.QATAR {
  bottom: 131px;
  left: 5px;
}

.location-pins .locations.OMAN {
  top: 29px;
  left: -15px;
}

.location-pins .locations.SOUDI-ARABIA {
  left: 27px;
  top: -20px;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.Tire_Alloy_protection {
  background: url(../images/Tire_Alloy_protection.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Tire_Alloy_protection .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.partners-page {
  background: url(../images/partners-aoge.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.partners-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.partners-page .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.clients-page {
  background: url(../images/client-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.clients-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.clients-page .content--center {
  vertical-align: bottom;
  padding-bottom: 70px;
}

.Collision_damage {
  background: url(../images/Collision-damage.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #0b0b0d;
}

.Collision_damage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.Claims-limit {
  background: #191919;
  padding: 100px 0;
}

@media (max-width: 991.98px) {
  .Claims-limit {
    padding: 50px 0;
  }
}

.Claims-limit h2 {
  color: #fff;
  font-weight: bold;
  font-size: calc(3em * var(--text-multiplier));
  padding-bottom: 90px;
  margin-bottom: 90px;
}

@media (max-width: 991.98px) {
  .Claims-limit h2 {
    font-size: 35px;
  }
}

.Claims-limit .box {
  border: 1px solid #D2D2D2;
  padding: 150px 25px 50px;
  border-radius: 35px;
  height: 100%;
  margin: 0 2rem;
  position: relative;
}

@media (max-width: 991.98px) {
  .Claims-limit .box {
    padding: 120px 30px 50px;
  }
}

.Claims-limit .box .icon-box {
  width: 150px;
  height: 150px;
  border: 1px solid #D2D2D2;
  background: #191919;
  display: inline-block;
  border-radius: 100%;
  padding: 27px;
  text-align: center;
  position: absolute;
  top: 0%;
  margin-top: -75px;
  left: 50%;
  margin-left: -75px;
}

.Claims-limit .box h4 {
  color: #FFA205;
  font-size: 35px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .Claims-limit .box h4 {
    font-size: 22px;
  }
}

.Claims-limit .box p {
  color: white;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .Claims-limit .box p {
    font-size: 16px;
  }
}

.Partners-detail {
  background: url(../images/partners-dtail.jpg) no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-color: #000;
}

.affliates {
  padding: 100px 0;
}

@media (max-width: 991.98px) {
  .affliates {
    padding: 50px 0;
  }
}

.affliates h2,.Our-Distribution-partners h2,.Re-Insurance-partners h2 {
  font-size: calc(3em * var(--text-multiplier));
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold;
  margin-bottom: 75px;
  text-align:center;
}

@media (max-width: 991.98px) {
  .affliates h2,.Our-Distribution-partners h2,.Re-Insurance-partners h2  {
    font-size: 35px;
    margin-bottom: 35px;
    text-align:center;
  }
}

.affliates .box {
  height: 100%;
  border: 1px solid rgba(25, 25, 25, 0.2);
  padding: 35px 0;
  border-radius: 15px;
}

@media (max-width: 767.98px) {
  .affliates .box {
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
  }
}

.affliates .box em {
  display: inline-block;
  height: 125px;
}

@media (max-width: 767.98px) {
  .affliates .box em {
    height: auto;
  }
}

.affliates .box p {
  font-size: 20px;
  font-family: 'Comfortaa', cursive !important;
  color: #191919;
  margin: 20px 0;
  min-height: 350px;
}

@media (max-width: 991.98px) {
  .affliates .box p {
    font-size: 18px;
    min-height: auto;
  }
}

.affliates .box a {
  color: #FFA205;
  text-decoration: none;
}

.affliates .box a:hover {
  text-decoration: underline;
}

.Re-Insurance-partners {
  padding: 100px 0;
}

.Re-Insurance-partners .re-insu-box {
  border: 1px solid rgba(25, 25, 25, 0.2);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.Re-Insurance-partners .re-insu-box .sub-logo {
  border-right: 1px solid rgba(25, 25, 25, 0.2);
  text-align: left;
  font-family: 'Poppins', sans-serif !important;
  padding: 20px;
}

@media (max-width: 991.98px) {
  .Re-Insurance-partners .re-insu-box .sub-logo {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
  }
}

.Re-Insurance-partners .re-insu-box .sub-logo p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

.Re-Insurance-partners .re-insu-box .sub-logo h3 {
  color: black;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.Re-Insurance-partners .re-insu-box .sub-logo h3 span.red {
  color: #E9333F;
}

.Re-Insurance-partners .re-insu-box .sub-logo:last-child {
  border: none;
}

.Re-Insurance-partners .re-insu-box .main-logo {
  border-right: 1px solid rgba(25, 25, 25, 0.2);
  position: relative;
}

@media (max-width: 991.98px) {
  .Re-Insurance-partners .re-insu-box .main-logo {
    border-right: none;
    border-bottom: 1px solid rgba(25, 25, 25, 0.2);
    margin-bottom: 15px;
  }
}

.Re-Insurance-partners .re-insu-box .main-logo::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(25, 25, 25, 0.2);
  border-width: 12px;
  margin-top: -12px;
}

@media (max-width: 991.98px) {
  .Re-Insurance-partners .re-insu-box .main-logo::after {
    top: inherit;
    bottom: -24px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(25, 25, 25, 0.2);
    border-width: 12px;
    margin-left: -12px;
  }
}

.Clients-affliates .col-lg-4 {
  margin-bottom: 20px;
}

.Clients-affliates .box em {
  height: 230px;
}

.Our-affliate-client-list {
  padding: 100px 0;
}

@media (max-width: 991.98px) {
  .Our-affliate-client-list {
    padding: 50px 0;
  }
}

.Our-affliate-client-list .box {
  width: 230px;
  margin: 10px;
  padding: 20px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991.98px) {
  .Our-affliate-client-list .box {
    margin: 5px;
    width: 200px;
    height: 200px;
  }
}

.about-us-dsc {
  background: url(../images/about-us-bg.jpg) no-repeat center right;
  background-attachment: fixed;
  background-color: black;
  background-size: contain;
  padding-top: 180px;
}

@media (max-width: 991.98px) {
  .about-us-dsc {
    padding-top: 80px;
  }
}

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

.RTI {
  height: auto !important;
  padding: 30px 0;
}

@media (max-width: 767.98px) {
  .RTI {
    padding: 50px 0 !important;
  }
}

.RTI .box-RTI, .RTI .GAP-Finance-Shortfall {
  border-radius: 15px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  padding: 40px 50px;
  margin: 30px 0;
}

@media (max-width: 767.98px) {
  .RTI .box-RTI, .RTI .GAP-Finance-Shortfall {
    padding: 15px;
  }
}

.RTI .box-RTI h3, .RTI .GAP-Finance-Shortfall h3 {
  margin-bottom: 25px;
}

.RTI .box-RTI ul, .RTI .GAP-Finance-Shortfall ul {
  padding: 0;
  margin: 0 0 50px;
}

.RTI .box-RTI ul li, .RTI .GAP-Finance-Shortfall ul li {
  list-style: none;
  color: white;
  font-size: 22px;
  font-family: 'Comfortaa', cursive !important;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .RTI .box-RTI ul li, .RTI .GAP-Finance-Shortfall ul li {
    font-size: 20px;
  }
}

.RTI .box-RTI ul li span, .RTI .GAP-Finance-Shortfall ul li span {
  font-family: 'Poppins', sans-serif !important;
  color: #FFA205;
  font-size: 15px;
  font-weight: 600;
  background: white;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.RTI .box-RTI .RTI-table table, .RTI .GAP-Finance-Shortfall .RTI-table table {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif !important;
}

.RTI .box-RTI .RTI-table table td, .RTI .box-RTI .RTI-table table th, .RTI .box-RTI .RTI-table table tbody, .RTI .GAP-Finance-Shortfall .RTI-table table td, .RTI .GAP-Finance-Shortfall .RTI-table table th, .RTI .GAP-Finance-Shortfall .RTI-table table tbody {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.RTI .box-RTI .RTI-table table thead, .RTI .GAP-Finance-Shortfall .RTI-table table thead {
  background: #FFA205;
  color: white;
  font-size: 35px;
}

@media (max-width: 767.98px) {
  .RTI .box-RTI .RTI-table table thead, .RTI .GAP-Finance-Shortfall .RTI-table table thead {
    font-size: 25px;
  }
}

.RTI .box-RTI .RTI-table table thead th, .RTI .GAP-Finance-Shortfall .RTI-table table thead th {
  padding: 15px;
  font-size:24px;
}

.RTI .box-RTI .RTI-table table tbody, .RTI .GAP-Finance-Shortfall .RTI-table table tbody {
  border: 40px solid #fff;
}

@media (max-width: 767.98px) {
  .RTI .box-RTI .RTI-table table tbody, .RTI .GAP-Finance-Shortfall .RTI-table table tbody {
    border: 30px;
  }
}

.RTI .box-RTI .RTI-table table tbody tr td, .RTI .GAP-Finance-Shortfall .RTI-table table tbody tr td {
  font-size: 20px;
  color: #191919;
  border-right: 1px solid #FFA205;
  padding: 15px;
}

@media (max-width: 767.98px) {
  .RTI .box-RTI .RTI-table table tbody tr td, .RTI .GAP-Finance-Shortfall .RTI-table table tbody tr td {
    font-size: 18px;
  }
}

.RTI .box-RTI .RTI-table table tbody tr.total, .RTI .GAP-Finance-Shortfall .RTI-table table tbody tr.total {
  background: rgba(210, 210, 210, 0.4);
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
}

@media (max-width: 767.98px) {
  .RTI .box-RTI .RTI-table table tbody tr.total, .RTI .GAP-Finance-Shortfall .RTI-table table tbody tr.total {
    border: none;
  }
}

.RTI .box-RTI .RTI-table table tbody tr.total td, .RTI .GAP-Finance-Shortfall .RTI-table table tbody tr.total td {
  border-right-color: #B1B1B1;
}

.RTI .GAP-Finance-Shortfall {
  margin: 120px 0 0px;
  border: none !important;
}

@media (max-width: 767.98px) {
  .RTI .GAP-Finance-Shortfall {
    margin: 70px 0 0;
  }
}

.RTI .GAP-Finance-Shortfall h3 {
  margin: 50px;
}

.RTI .GAP-Finance-Shortfall ul.cmn-list li {
  position: relative;
  padding-left: 40px;
}

.RTI .GAP-Finance-Shortfall ul.cmn-list li:first-child::before {
  content: "01";
}

.RTI .GAP-Finance-Shortfall ul.cmn-list li:last-child::before {
  content: "04";
}

.RTI .GAP-Finance-Shortfall ul.cmn-list li:nth-child(2)::before {
  content: "02";
}

.RTI .GAP-Finance-Shortfall ul.cmn-list li:nth-child(3)::before {
  content: "03";
}

.RTI .GAP-Finance-Shortfall ul.cmn-list li::before {
  position: absolute;
  font-family: 'Poppins', sans-serif !important;
  color: #FFA205;
  font-size: 15px;
  font-weight: 600;
  background: white;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  content: "01";
  left: 0;
  top: 3px;
}

.primary-sm-head {
  font-size: 32px;
  color: #FFA205;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

.contarct-benefits {
  margin: 100px 0 170px;
}

@media (max-width: 991.98px) {
  .contarct-benefits {
    margin: 50px 0 80px;
  }
  .contarct-benefits .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contarct-benefits .d-flex .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.contarct-benefits .box {
  height: 180px;
  width: 320px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  margin: 10px 5px;
  color: #FFA205;
  font-family: 'Poppins', sans-serif !important;
  font-size: 55px;
  font-weight: bold;
}

@media (max-width: 767.98px) {
  .contarct-benefits .box {
    font-size: 35px;
    height: 150px;
    width: 300px;
  }
}

.contarct-benefits .box b {
  line-height: 50px;
}

.contarct-benefits .box sup {
  font-size: .65em;
}

.contarct-benefits .box p {
  color: #FFA205;
  margin: 0;
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .contarct-benefits .box p {
    font-size: 20px;
  }
}

.fb-share img{height:25px;}
.status-mail{display:none;color:red;font-size:24px;}
.location-pins .locations.LEBANON{top:0px;left:185px;}
.location-pins .locations.JORDAN{top:0px;left:200px;}
.location-pins .locations.zambia{top:120px;left:138px;}
.content-container.Enquire h2{margin: 15px 0 0 0;}
.ai-small-desc li{font-size:18px;list-style:none;color:#505050;line-height:26px;font-weight:500;margin-bottom:25px;}
.ai-small-desc ul{margin:0;padding:0;}
.ai-small-desc{position:relative;border-left:1px solid #BCBCBC;padding:0 0 0 40px;}
.ai-small-desc::after {
    left: 0%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #BCBCBC;
    border-width: 20px;
    margin-top: -20px;
}
.content-container.Enquire{height:auto;}
.footer a{color:#828282;}
.error-msg{color:#ff0000;}
.lease-liability{padding:75px 0 0 0;}
.Tire_Protection.what-is-coverd.coverd-section{height:auto;}
.Tire_Protection.what-is-coverd.coverd-section .content-smart{margin-top:20px;}
.logo-item{margin-bottom:20px;}
.footer .footer-links{width:33%;}
.footer .footer-links:first-child{width:25%;margin-left:30px;}
.logo-partner .box{border:1px solid rgba(25, 25, 25, 0.2);border-radius:15px;padding:20px;margin-bottom:20px;text-align:center;}
.gap-title{}
.partner-affilate .logo-item .box{padding:35px;}
.Clients-affliates-container .affliates-list .box{border:none;padding:0;}
.Clients-affliates-container .affliates-list em{height:auto;}
/*.affliates .affliates-list .box{border:none;}*/
.axa-image-center{
  display: block;
      margin: auto;
}
@media (max-width: 767.98px) {
  .Board-Of-Directors .directors .directors-list .director-dtail span.designation{
    min-height: inherit;
  }
  .Board-Of-Directors .directors .directors-list .director-dtail p{
    min-height: inherit;
  }
  .Board-Of-Directors .Leadership .leaders .leader .leader-dsc h5{
    min-height: inherit;
  }
  .Board-Of-Directors .Leadership .leaders .leader .leader-dsc{
    padding: 80px 20px 20px;
  }
  .Board-Of-Directors .Leadership .leaders .leader .leader-dsc span{
    min-height: inherit;
  }
   .Board-Of-Directors .directors .directors-list .director-dtail h5{
    min-height: inherit;
  }
}
@media (max-width: 575.98px) {
  .directors-block{
        margin-bottom: 2em;
  }
.footer .footer-links:first-child{
    margin-left: 0;
  }
.Board-Of-Directors .directors .directors-list .director-dtail{
      padding: 8em 50px 50px;
  }
}
@media (max-width: 767.98px) {
	.Customer_Eligibility .Customer_Eligibility-wrap .Customer_Eligibility-container{
        padding: 0;
  }
  .Benefits-include .benefits-dtail{
    padding: 20px;
  }
  .Benefits-include .benefits-dtail h2{
        font-size: 100%;
  }
  .Benefits-include .benefits-dtail p{
    font-size: 100%;
  }
	.Online-portal .online-capabilities .reports .box-border h3{
		min-height: inherit;
	}
	.Online-portal .online-capabilities .reports .box-border p{
		min-height: inherit;
	}
	.Online-portal .online-capabilities .reports{
		margin-bottom: 5em;
	}
	.Online-portal .online-capabilities .reports.top-img{
		margin-top: 4em;
    	margin-bottom: 2em;
	}
}
.show-for-mbl{
  display: none;
}
.show-for-mbl img{
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .hide-for-mbl{
    display: none;
  }
  .show-for-mbl{
    display: block;
  }
  .Protection-Plan-Page .content > .content-container{
    height: auto;
  }
}


/* Privacy Policy Page Styles */
.privacy_policy {
    padding: 100px 0;
    background-color: #191919;
    color: #D2D2D2;
    font-family: 'Poppins', sans-serif;
    height: auto !important;
}

.privacy_policy h2 {
    font-size: calc(2.5em * var(--text-multiplier));
    color: #FFA205;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.privacy_policy h3 {
    font-size: calc(1.8em * var(--text-multiplier));
    color: #fff;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.privacy_policy p {
    font-size: calc(1em * var(--text-multiplier));
    line-height: 1.8;
    margin-bottom: 20px;
    color: #D2D2D2;
    font-family: 'Comfortaa', cursive;
}

.privacy_policy ul {
    padding-left: 30px;
    margin: 20px 0;
}

.privacy_policy ul li {
    margin-bottom: 10px;
    list-style: disc;
    color: #D2D2D2;
    font-size: 1em;
}

.privacy_policy a {
    color: #FFA205;
    text-decoration: none;
    transition: all 0.3s ease;
}

.privacy_policy a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Privacy Policy Content Container */
.privacy_policy .content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy_policy h2 {
        font-size: 2em;
    }

    .privacy_policy h3 {
        font-size: 1.5em;
    }

    .privacy_policy p {
        font-size: 0.9em;
    }
}
/*# sourceMappingURL=style.css.map */