@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
a {
  text-decoration: none !important;
  color: #fff;
}

button {
  outline: none;
  border: none;
}

ul {
  padding-left: 0 !important;
}

ul li {
  list-style: none !important;
}

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

.badge {
  background-color: #ff005e;
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .3rem .7rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.bg_primary {
  background-color: #ff005e;
}

.nowrap {
  white-space: nowrap !important;
}

.custom_btn {
  text-align: center;
  background: #ff005e;
  color: #fff;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transform: perspective(0.1rem) translateZ(0);
          transform: perspective(0.1rem) translateZ(0);
  position: relative;
  -webkit-transition-duration: all .5s;
          transition-duration: all .5s;
}

.custom_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.custom_btn:hover, .custom_btn:focus, .custom_btn:active {
  color: #fff;
}

.custom_btn:hover::before, .custom_btn:focus::before, .custom_btn:active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.5);
}

.red_btn {
  padding: .8rem 4rem;
  border-radius: .6rem;
}

.current,
.bg-primary {
  background: #ff005e !important;
}

.text-primary {
  color: #ff005e !important;
}

.btn-primary {
  background-color: #ff005e !important;
}

.open {
  opacity: 1;
  right: 100%;
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  position: relative;
  z-index: 22;
}

.open2 {
  opacity: 1;
  right: 100%;
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
          transform: scaleX(1) !important;
  position: relative;
  z-index: 22;
}

.shrink {
  top: 0 !important;
  height: auto;
  background-color: #000;
}

.swiper-container {
  max-width: 100%;
  height: 100vh;
}

.text-light-secondary {
  color: #d3d0d0;
}

.width-40 {
  width: 4rem !important;
  line-height: 100%;
}

.height-40 {
  height: 4rem !important;
  line-height: 100%;
}

.height-30 {
  height: 3rem !important;
  line-height: 100%;
}

.line-height-40 {
  line-height: 4rem !important;
}

.bg-facebook {
  background-color: #3b5999;
}

.bg-youtube {
  background-color: #cd201f;
}

.bg-twitter {
  background-color: #55acee;
}

.bg-linkedin {
  background-color: #0077B5;
}

.bg-instagram {
  background-color: #e4405f;
}

.custom_box_input {
  background-color: unset;
  border: #000 0rem solid;
  margin: 0;
  height: 4rem;
  color: #ffffff;
  font-size: 1.6rem;
  border-bottom: #fff .1rem solid;
  padding: 1rem 0;
  border-radius: 0rem;
}

.custom_box_input:focus {
  background-color: unset;
}

input:focus {
  outline: none !important;
}

.tab_active {
  background-color: #ff005e;
}

li.list-group-item {
  background-color: #ff005e;
  max-width: 15rem;
}

.heading-title {
  font-size: 3rem;
}

.search-wrapper .tab-search-header {
  text-align: left;
  font-size: 1.6rem;
}

.search-wrapper .tab-search-header ul {
  padding-left: 2.5rem;
  margin: 0;
}

.search-wrapper .tab-search-header ul li {
  list-style: none;
  display: inline-block;
  margin-left: 0;
}

.search-wrapper .tab-search-header ul li a {
  padding: 0.9rem 2rem 0.7rem;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  z-index: 0;
}

.search-wrapper .tab-search-header ul li::after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  bottom: 2.8rem;
  z-index: 0;
}

.search-wrapper .tab-search-landingpage {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  padding-bottom: 0.55rem;
  border-top: solid 0.3rem #ff005e;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-top: 0;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
}

.search-wrapper .tab-search-landingpage .alert {
  position: relative;
  padding: .075rem .125rem;
  margin-bottom: .1rem;
  border: .1rem solid transparent;
  border-radius: .025rem;
}

.search-wrapper .tab-search-landingpage .tab-search-hero-select {
  background: #000;
  color: #fff;
  border: none !important;
  font-size: 1.2rem;
  margin-top: -5px !important;
}

.back_move_btn {
  border: none;
  outline: none;
  background: transparent;
}

.card_vertical_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fa-stack {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  vertical-align: middle;
  width: 2rem;
}

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.circle {
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 50%;
  border: 0.2rem solid #d3d0d0;
  overflow: hidden;
  background: transparent;
  padding: .5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.circle i {
  font-size: 2rem;
}

.progress {
  background-color: #ff005e !important;
}

.dragger {
  background-color: #ff005e;
  padding: .2rem;
  border-radius: .2rem;
  top: -10px !important;
}

.sum_insured {
  width: 320px !important;
  height: .5rem;
  background-color: #d3d0d0;
}

.modal-footer > button {
  font-size: 1.5rem;
}

.common-banner-sec {
  height: 22rem;
  background-position: center;
  position: static;
  width: 100%;
  background-color: #ca0026;
  background: -webkit-gradient(linear, left top, right top, from(#980266), to(#71001c));
  background: linear-gradient(to right, #980266, #71001c);
  color: #fff;
  border-top: #bd007d .1rem solid;
  border-bottom: #bd007d .1rem solid;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.common-banner-sec .covernote_div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .6rem;
}

.common-banner-sec h1.title {
  font-size: 3rem;
  font-weight: 600;
  text-shadow: 0.3rem 0.3rem 1.2rem rgba(0, 0, 0, 0.462);
}

.faqHeader {
  font-size: 2.7rem;
  margin: 2rem;
  color: #fff !important;
}

.card-header .card-title a {
  color: #ff005e;
  cursor: pointer;
}

.card-header [data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "\f04b";
  /* "play" icon */
  float: right;
  color: #ff005e;
  font-size: 1.4rem;
  line-height: 2rem;
  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card-header [data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #454444;
}

.main-wrapper-1 {
  margin-top: 120px;
  height: 100%;
}

.center-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  margin: 0 auto;
}

/* width */
::-webkit-scrollbar {
  width: 0.7rem;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 .5rem grey;
          box-shadow: inset 0 0 .5rem grey;
  border-radius: 1rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff005e;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

#header {
  width: 100%;
  z-index: 999;
  background-color: #000;
}

#header .topbar {
  border-bottom: .1rem solid #fff;
  padding: 1rem 0 0;
}

#header .topbar .topbar-left {
  line-height: 100%;
}

#header .topbar ul.list-inline {
  padding-left: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#header .topbar ul.list-inline li {
  color: #fff;
}

#header .topbar ul.list-inline li i {
  padding-right: .005rem;
}

#header .topbar ul.list-inline li:first-child:not(:last-child) {
  margin-right: 1rem;
}

#header .topbar .topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .topbar .topbar-right .login-btn .btn-profile {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #ff005e;
  padding: .5rem;
}

#header .topbar .topbar-right .login-btn .btn-profile i {
  font-size: 1.2rem;
}

#header .topbar .topbar-right .login-btn .btn-profile i:hover {
  color: #fff;
}

#header .topbar .topbar-right .sell-car-btn .sell_Car_btn {
  padding: 1.3rem 2rem;
}

#header .topbar .topbar-right .add-cart {
  position: relative;
}

#header .topbar .topbar-right .add-cart .shopping-cart {
  background-color: #fff;
  width: 32.0rem;
  position: absolute;
  top: 4.4rem;
  right: 0rem;
  border-radius: 0.3rem;
  padding: 2rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.26) !important;
          box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 222;
}

#header .topbar .topbar-right .add-cart .shopping-cart .shopping-cart-header {
  border-bottom: 0.1rem solid #e8e8e8;
  padding-bottom: 1.5rem;
}

#header .topbar .topbar-right .add-cart .shopping-cart .shopping-cart-header .cart-icon {
  float: left;
  font-size: 2.4rem;
  color: #ff005e;
}

#header .topbar .topbar-right .add-cart .shopping-cart .shopping-cart-items {
  padding-top: 2rem;
  max-height: 23rem;
  min-height: 23rem;
  overflow-y: auto;
}

#header .topbar .topbar-right .add-cart .shopping-cart .cart-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .menu-bar {
  position: fixed;
  top: 3rem;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 100;
  -webkit-transition: height .7s;
  transition: height .7s;
  text-align: center;
}

#header .menu-bar .main-menu {
  position: relative;
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 2rem;
}

#header .menu-bar .main-menu .logo {
  z-index: 22;
  position: relative;
}

#header .menu-bar .main-menu .logo img {
  width: 20rem;
}

#header .menu-bar .main-menu .container-menu {
  width: 100%;
  margin: 0 auto;
}

#header .menu-bar .main-menu .container-menu .menu-list {
  text-align: center;
  font: normal normal normal 1em/1 Roboto,sans-serif;
  overflow: hidden;
  position: relative;
  z-index: 12;
  left: 3rem;
  max-width: 90%;
  min-width: 70%;
  top: 0;
  padding-right: 1rem;
}

#header .menu-bar .main-menu .container-menu .menu-list .active-focus:nth-child(1) {
  border-left: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .menu-bar .main-menu .container-menu .menu-list .active-focus:nth-child(2) {
  margin-left: -0.5rem;
  border-bottom: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
}

#header .menu-bar .main-menu .container-menu .menu-list .active-focus:nth-child(3) {
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  border-top: 0.1rem solid #fff;
  margin-left: -0.5rem;
}

#header .menu-bar .main-menu .container-menu .menu-list li {
  display: inline-block;
  cursor: pointer;
  padding: 0.6rem 1rem;
}

#header .menu-bar .main-menu .container-menu .menu-list a i {
  font-size: 1.6rem;
  padding: 0 1rem;
  font-weight: 400;
}

#header .menu-bar .main-menu .container-menu .menu-wrapper.text-center {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  text-align: right !important;
}

#header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .menu-toggle-btn {
  width: 4rem;
  height: 5rem;
  position: relative;
  cursor: pointer;
  background: #f7f7f7;
  border: none;
  border-radius: 0.5rem;
}

#header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list {
  background-color: #fff;
  opacity: 1;
  position: relative;
  top: -4.2rem;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  visibility: hidden;
  width: 70%;
  margin-left: 25%;
  right: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  padding: 0.6rem 0;
  border-radius: 0.5rem;
}

#header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list ul {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 1.5rem !important;
}

#header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list ul li a {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list ul li a:hover {
  background-color: #000;
  color: #fff;
}

#main {
  width: 100%;
  height: auto;
  min-height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.462))), url(../images/main_bg.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.462)), url(../images/main_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 12rem 2rem;
}

#main .main_title {
  color: #fff;
  font-size: 4rem;
  text-shadow: 0.1rem 0.1rem 0.2rem red;
}

.step2_quotation .insurance_comp_card {
  text-align: center;
  font-weight: 400;
  padding: 1rem 1.5rem;
  border: gray .1rem solid;
  -webkit-box-shadow: grey .3rem .3rem .7rem;
          box-shadow: grey .3rem .3rem .7rem;
  background-color: #fff;
  width: 50rem;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

.step2_quotation .insurance_comp_card .comp_card_title {
  margin-top: 0;
  font-weight: 600;
  font-size: 2rem;
}

.step2_quotation .insurance_comp_card:hover {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
}

.three-simple-steps-sec {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68))), url("../images/steps-bg.png");
  background: linear-gradient(rgba(0, 0, 0, 0.68)), url("../images/steps-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.three-simple-steps-sec .steps-title {
  font-size: 3.5rem;
  margin: 2rem 0;
}

.three-simple-steps-sec .step-card {
  width: 100%;
  padding: 1rem;
  margin-top: 10rem;
}

.three-simple-steps-sec .step-card figure {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  margin: 0 auto;
}

.three-simple-steps-sec .step-card .step-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}

.three-simple-steps-sec .step-card .step-content h4 span {
  color: #ff005e;
}

.three-simple-steps-sec .step-card .step-content p {
  color: #fff;
  font-size: 1.5rem;
}

#testimonial_sec {
  padding: 1rem;
}

#mapPopup .modal-content {
  background-color: transparent !important;
  border: none !important;
}

#mapPopup .swiper-container {
  width: 100% !important;
  max-height: 40rem;
  padding: 5rem;
}

#mapPopup .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

#mapPopup .swiper-container .swiper-slide .slider-card {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.864))), url(../images/map.jpg);
  background: linear-gradient(rgba(255, 255, 255, 0.864)), url(../images/map.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#mapPopup .swiper-container .swiper-slide .slider-card .testimonial-figure {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.591);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.591);
}

#mapPopup .swiper-container .swiper-slide .slider-card .testimonial-figure .user-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

#mapPopup .swiper-container .swiper-slide .slider-card .testimonial-content {
  min-height: 30rem;
  max-height: 30rem;
  overflow-x: hidden;
  overflow-y: auto;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 2rem 3rem;
}

#mapPopup .swiper-container .swiper-slide .slider-card .testimonial-content .quotes-box .quote-icon {
  margin-top: 2.2rem;
  width: 4rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#mapPopup .swiper-container .swiper-slide .slider-card .testimonial-content .user-text {
  position: absolute;
  top: 9rem;
  color: #ff005e;
  max-width: 95%;
  max-height: 18rem;
  overflow-y: auto;
}

#mapPopup .swiper-container .swiper-button-next,
#mapPopup .swiper-container .swiper-container-rtl .swiper-button-prev {
  color: #fff !important;
}

#mapPopup .swiper-container .swiper-button-prev,
#mapPopup .swiper-container .swiper-container-rtl .swiper-button-next {
  color: #fff !important;
}

.dot-collision {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #ff005e;
  color: #ff005e;
}

.dot-collision::before, .dot-collision::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-collision::before {
  left: -10px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #ff005e;
  color: #ff005e;
  -webkit-animation: dotCollisionBefore 2s infinite ease-in;
          animation: dotCollisionBefore 2s infinite ease-in;
}

.dot-collision::after {
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #ff005e;
  color: #ff005e;
  -webkit-animation: dotCollisionAfter 2s infinite ease-in;
          animation: dotCollisionAfter 2s infinite ease-in;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotCollisionBefore {
  0%,
  50%,
  75%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@keyframes dotCollisionBefore {
  0%,
  50%,
  75%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@-webkit-keyframes dotCollisionAfter {
  0%,
  50%,
  75%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes dotCollisionAfter {
  0%,
  50%,
  75%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

section.renew_car-section {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a0101), to(#000));
  background-image: linear-gradient(to right, #9a0101, #000);
  padding-top: 16rem;
  padding-bottom: 5rem;
}

section.renew_car-section h3 {
  font-size: 4rem;
}

section.renew_car-section p {
  font-size: 1.2rem;
  color: #e2e1e1;
  font-weight: normal;
}

section.renew_car-section button {
  font-size: 1.8rem;
}

section.renew_car-section .rl-multi-step {
  margin: .5rem 0;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  padding: 0;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item {
  position: relative;
  width: 100%;
  margin: 0 .16666667em;
  z-index: 2;
  border-radius: .2rem;
  margin-right: 5rem;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap {
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, #ff005e), color-stop(5%, transparent));
  background: linear-gradient(to right, #ff005e 95%, transparent 5%);
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  padding: .5rem;
  position: relative;
  z-index: 10;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap .rl-item-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap .rl-item-subtitle {
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  left: 55%;
  width: 50%;
  height: 50.5%;
  z-index: 1;
  background-color: #ff005e;
}

section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap::before {
  content: '';
  top: 0;
  left: 55%;
  width: 50%;
  height: 50.5%;
  z-index: 1;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  background-color: #ff005e;
}

section.renew_car-section .sub_heading {
  position: relative;
}

section.renew_car-section .sub_heading::before {
  content: '';
  width: 32rem;
  background-color: #fff;
  height: .1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

section.renew_car-section .sub_heading::after {
  content: '';
  width: 32rem;
  background-color: #fff;
  height: .1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

section.renew_car-section .step2_quotation .insurance_comp_card {
  width: 100% !important;
  text-align: center;
  font-weight: 400;
  padding: 1rem 1.5rem;
  border: gray .1rem solid;
  -webkit-box-shadow: grey .3rem .3rem .7rem;
          box-shadow: grey .3rem .3rem .7rem;
  background-color: #fff;
  width: 50rem;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
}

section.renew_car-section .step2_quotation .insurance_comp_card .comp_card_title {
  margin-top: 0;
  font-weight: 600;
  font-size: 2rem;
}

section.renew_car-section .step2_quotation .insurance_comp_card:hover {
  -webkit-transform: scaleX(1.1);
          transform: scaleX(1.1);
}

section.renew_car-section .payment-options .pay-method-card {
  border: none;
  border-radius: 1.2rem;
}

section.renew_car-section .payment-options .pay-method-card:hover {
  -webkit-box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.455);
          box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.455);
}

section.renew_car-section .payment-options .pay-method-card .pcard_input {
  border: none;
  background-color: #d3d0d0;
  font-size: 1.2rem;
}

section.renew_car-section .payment-options .pay-method-card .pcard_input:focus {
  border: 0.1rem solid #ff005e;
  background-color: #fff;
}

section.renew_car-section .payment-options .pay-method-card .you-save {
  font-size: 1.2rem;
}

section.renew_car-section .payment-options .pay-method-card .select-pay {
  max-width: 200px;
  border: none;
  border-left: 1px solid;
  border-radius: 0;
  font-size: 1.4rem;
  padding-left: 0;
}

.covernote-sec-2 {
  width: 100%;
  height: 30rem;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.covernote-sec-2 .input-group input {
  padding: 1.6rem;
  font-size: 1.2rem;
}

.covernote-sec-2 .input-group input:focus {
  outline: 0 !important;
}

.covernote-sec-2 .input-group .input-group-append button {
  padding: 0 2.5rem;
  font-size: 1.2rem;
}

.covernote-sec-2 .input-group .input-group-append button:focus {
  outline: 0 !important;
}

#contactus-sec-2 {
  width: 100%;
}

#contactus-sec-2 .contact-card {
  max-width: 100%;
  min-height: 45rem;
  background-color: #ff005e;
}

#contactus-sec-2 .contact-card h2 {
  color: #fff;
}

#contactus-sec-2 .contact-card address {
  color: #fff;
}

#contactus-sec-2 .contact-card address a {
  font-size: 2rem;
}

.product-sec-2 {
  width: 100%;
  height: 30rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-sec-2 p {
  letter-spacing: .2rem;
}

.product-sec-2 p a {
  color: #ff005e;
}

.refund-sec-2 {
  width: 100%;
  height: auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12rem 0 !important;
}

#footer {
  width: 100%;
  height: auto;
  background-image: url(https://images.unsplash.com/photo-1485291571150-772bcfc10da5?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1);
  background-clip: initial;
  background-color: transparent;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
  padding: 5rem 0 0;
  background-attachment: fixed;
}

#footer:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#footer h6 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2.6rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
}

#footer h6:before {
  position: absolute;
  content: "";
  width: 2rem;
  height: .2rem;
  background: #ff005e;
  left: 0;
  bottom: 0;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100vh;
  font-family: "Roboto Condensed", sans-serif;
  overflow-x: hidden;
  font-size: 1.4rem;
  background-color: #292929;
}

@media (max-width: 767px) {
  html {
    font-size: 55.5%;
  }
  body {
    font-size: 1.2rem;
  }
  #header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .menu-toggle-btn {
    width: 3rem;
    height: 4rem;
  }
  #header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list {
    width: 95%;
    margin-left: -14px;
    top: -4rem !important;
  }
  #header .menu-bar .main-menu .logo img {
    width: 12rem;
  }
  #header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list {
    top: -3.5rem;
  }
  #header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list ul li a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #header .menu-bar .main-menu .container-menu .menu-wrapper.text-center .main-menu-list ul {
    padding-right: 1.1rem !important;
  }
  #main .main_title {
    font-size: 3rem;
    margin: 6rem 0 2rem;
  }
  section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap .rl-item-title {
    font-size: 1.2rem;
  }
  section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap .rl-item-subtitle {
    font-size: 1.1rem;
  }
  section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap::before {
    left: 75%;
  }
  section.renew_car-section .rl-multi-step .rl-multi-step-list .rl-multi-step-item .rl-item-wrap::after {
    left: 75%;
  }
  section.renew_car-section .sub_heading::before, section.renew_car-section .sub_heading::after {
    width: 5rem;
  }
  .common-banner-sec {
    height: 14rem;
  }
  #contactus-sec-2 .contact-card {
    min-height: 100%;
  }
}
/*# sourceMappingURL=main.css.map */