/* placeholder */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
  content: "\e917";
  color: #00ABD4;
}

.icon-help-li:before {
  content: "\e916";
  color: #cbcbff;
}

.icon-search-icon:before {
  content: "\e915";
  color: #60607e;
}

.icon-lock:before {
  content: "\e912";
  color: #e3e3e3;
}

.icon-document:before {
  content: "\e913";
  color: #00ABD4;
}

.icon-shield:before {
  content: "\e914";
  color: #e3e3e3;
}

.icon-star:before {
  content: "\e90d";
}

.icon-Tickmark:before {
  content: "\e90e";
}

.icon-filled_star:before {
  content: "\e90f";
}

.icon-half_star:before {
  content: "\e910";
}

.icon-right-arrow:before {
  content: "\e911";
}

.icon-chevron-down:before {
  content: "\e90c";
}

.icon-close_cross:before {
  content: "\e90b";
}

.icon-Star-1:before {
  content: "\e90a";
  color: #ffbc4b;
}

.icon-chevron-right:before {
  content: "\e909";
}

.icon-cross:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-question-icon:before {
  content: "\e906";
  color: #5b606b;
}

.icon-dropdown-down:before {
  content: "\e905";
  color: #fff;
}

.icon-instagram:before {
  content: "\e902";
  color: #cbcbff;
}

.icon-twitter:before {
  content: "\e918";
  color: #cbcbff;
}

.icon-fb:before {
  content: "\e904";
  color: #cbcbff;
}

.icon-call-back:before {
  content: "\e901";
  color: #fff;
}

.icon-star-full:before {
  content: "\e900";
  color: #ffbc4b;
}

.icon-linkedin:before {
  content: "\eaca";
  color: #cbcbff;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?fyk26");
  src: url("../../fonts/icomoon.eot?fyk26#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?fyk26") format("truetype"), url("../../fonts/icomoon.woff?fyk26") format("woff"), url("../../fonts/icomoon.svg?fyk26#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'objective';
  src: url("../../fonts/Objective-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'objective';
  src: url("../../fonts/Objective-Medium.otf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'objective';
  src: url("../../fonts/Objective-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'objective';
  src: url("../../fonts/Objective-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "objective";
  font-size: 1.4rem;
  overflow-x: hidden;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 1.6rem;
}

p:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-quote {
  /* background: #64B445; */
  background: #F05A28;
  color: #fff;
  border-radius: 5px;
}

.btn-quote:hover,
.checkout-button .btn-checkout:hover,
.right-column.docs-right .btn-update:hover,
.login-button .btn-login:hover {
    /* background-color: #0a9e43; */
    background-color: #C6491F;
    color: #fff;
}

.page-title {
  margin-bottom: 4rem;
}

.page-title h2 {
  color: #652C90;
}

@media (min-width: 1900px) {
  .page-title h2 {
    font-size: 2.9rem;
    line-height: 4.4rem;
  }
}

@media (max-width: 1899px) {
  .page-title h2 {
    font-size: 2.5rem;
    line-height: 3.7rem;
  }
}

.inner-title h3 {
  line-height: 3.4rem;
  color: #652C90;
}

@media (min-width: 1900px) {
  .inner-title h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1899px) {
  .inner-title h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1900px) {
  .gx-6 {
    --bs-gutter-x: 4rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1899px) {
  .gx-6 {
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 991.98px) {
  .gx-6 {
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 1200px) {
  .gx-20 {
    --bs-gutter-x: 2rem;
  }
}

.custom-button .btn {
  border-radius: 5px;
  font-size: 14.5px;
  border: 2px solid #00ABD4;
  color: #00ABD4;
  height: 40px;
  font-weight: 500;
  padding: 0.5rem 3rem 1px;
}

.custom-button .btn:hover {
  background-color: #00ABD4;
  color: #fff;
}

.custom-button .btn:hover .title {
  color: #fff;
}

.custom-button .btn .icon {
  width: 26px;
  height: 26px;
  background: #00ABD4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-button .btn .title {
  font-weight: 500;
  color: #10106D;
}

.container.custom-container {
  max-width: 1920px;
}

.container:not(.custom-container) {
  --bs-gutter-x: 3rem;
}

@media (min-width: 1400px) {
  .container:not(.custom-container) {
    max-width: 1220px;
  }
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-dropdown {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.form-title h3 {
  color: #652C90;
  font-weight: 600;
}

@media (min-width: 1900px) {
  .form-title h3 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1899px) {
  .form-title h3 {
    font-size: 2.4rem;
  }
}

.flag-icon.flag-icon-squared {
  width: 3.8rem;
  border-radius: 50%;
  height: 3.8rem;
  background-size: cover;
  line-height: 4.1rem;
  margin-right: 1.5rem;
}

.inner-page-title {
  margin-bottom: 3.6rem;
}

.inner-page-title h3 {
  font-weight: 500;
  color: #652C90;
}

@media (min-width: 992px) {
  .inner-page-title h3 {
    font-size: 29px;
    line-height: 42px;
  }
}

@media (max-width: 991.98px) {
  .inner-page-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

h4 {
  font-size: 2.45rem;
}

@media (min-width: 1900px) {
  h6 {
    font-size: 16.5px;
  }
}

@media (max-width: 1899px) {
  h6 {
    font-size: 14.5px;
  }
}

p {
  font-size: 15.5px;
  color: #5B606B;
  line-height: 26px;
}

header {
  border-bottom: 1px solid #E2EBFF;
}

@media (max-width: 767.98px) {
  header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1400px) {
  header {
    padding-left: 2.35rem;
    padding-right: 2.35rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  header {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

header .container .navbar {
  position: static;
}

header .container .navbar .navbar-brand {
  position: relative;
}

@media (min-width: 992px) {
  header .container .navbar .navbar-brand {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  header .container .navbar .navbar-brand img {
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .container .navbar .navbar-brand img {
    width: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .navbar-brand img {
    width: 200px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .navbar-brand img {
    width: 230px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  header .container .navbar .navbar-brand img {
    width: 180px;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-toggler {
    order: 3;
    position: relative;
    z-index: 99;
    border: none;
  }

  header .container .navbar .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }

  header .container .navbar .navbar-toggler span {
    line-height: 0;
  }

  header .container .navbar .navbar-toggler span i {
    width: 18px;
    transition: all 0.2s;
    display: block;
    height: 2px;
    border-radius: 1px;
    background-color: #652C90;
  }

  header .container .navbar .navbar-toggler span i:first-child {
    transform: rotate(0);
    transform-origin: 1% 10%;
  }

  header .container .navbar .navbar-toggler span i:not(:last-child) {
    margin-bottom: 4px;
  }

  header .container .navbar .navbar-toggler span i:not(:first-child) {
    transform: rotate(0);
    transform-origin: 1% 10%;
  }

  header .container .navbar .navbar-toggler span i:nth-child(2) {
    opacity: 1;
  }

  header .container .navbar .navbar-toggler span i:last-child {
    transform: rotate(0);
    transform-origin: 1% 60%;
  }

  header .container .navbar .navbar-toggler.open_menu span i:first-child {
    transform: rotate(45deg);
  }

  header .container .navbar .navbar-toggler.open_menu span i:nth-child(2) {
    opacity: 0;
    transform: rotate(45deg);
  }

  header .container .navbar .navbar-toggler.open_menu span i:last-child {
    transform: rotate(-45deg);
  }
}

header .container .navbar .navbar-collapse {
  align-self: normal;
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse {
    order: 4;
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    display: none;
    width: 100%;
    height: 100vh;
    box-shadow: 0px 5px 54px rgba(0, 0, 0, 0.25);
    z-index: 9;
    overflow: auto;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav {
    height: 100%;
  }
}

@media (min-width: 1900px) {
  header .container .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    padding-left: 21rem;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item {
  position: static;
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.active-li .dropdown-menu {
    transform: translateX(0);
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  margin: 0;
  border-radius: 0;
  box-shadow: 0 1px 0 0 #37285712;
  padding: 0;
  left: 0;
  top: 100%;
  background-color: #F9F7FF;
  width: 100%;
  border: none;
  overflow: auto;
  max-height: calc(100vh - 60px);
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    transform: translateX(100%);
    transition: 0.4s all ease;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block {
    border-top: 1px solid #f2f2f2;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back {
  background-color: #fff;
  margin-bottom: 25px;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back_link {
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 5px;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back_link a {
  font-size: 14.5px;
  color: #652C90;
  display: block;
  font-weight: 500;
  width: 100%;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back_icon {
  border-right: 1px solid #f2f2f2;
  padding-top: 18px;
  padding-bottom: 16px;
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back_icon span {
  transform: rotate(180deg);
  display: block;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  height: 100%;
  transform: translateX(-100%);
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .dropdown-menu__go-back:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  height: 100%;
  transform: translateX(100%);
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block {
    padding: 4.9rem 0 7.2rem;
  }
}

@media (min-width: 1400px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.two-col-menu>.row {
    --bs-gutter-x: 6rem;
  }
}

@media (min-width: 1200px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.two-col-menu {
    padding: 0 5.7rem;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.two-col-menu .left-col {
    width: 68.5%;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.two-col-menu .right-col {
    width: 31.5%;
  }
}

@media (min-width: 1400px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.single-col-menu>.row {
    --bs-gutter-x: 4rem;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.single-col-menu .left-col {
    width: 64.666667%;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.single-col-menu .right-col {
    width: 35.333333%;
  }
}

@media (min-width: 1200px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row.single-col-menu {
    padding-left: 5.7rem;
  }
}

@media (min-width: 1900px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row {
    padding-right: 1rem;
  }
}

@media (min-width: 1400px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row>.row {
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row>.row {
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row>.row div[class*="col-"] {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item:not(:last-child) {
    margin-bottom: 4.3rem;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-title {
  margin-bottom: 2.8rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-title .title h6 {
  color: #652C90;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-title .icon {
  margin-left: 1.5rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-title .icon img {
  width: 44px;
  max-height: 21px;
  object-fit: contain;
  object-position: left;
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing.column-two ul {
    display: flex;
    flex-flow: wrap column;
    max-height: 320px;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (min-width: 992px) and (min-width: 1900px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing.column-two ul {
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing.column-two ul li {
    padding: 0 2rem;
    width: 240px;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing ul li {
  font-size: 14.5px;
  color: #652C90;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing ul li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 1.1rem;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing ul li:not(:last-child) {
  margin-bottom: 1.8rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item {
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 10px rgb(216 226 241/25%);
  border-radius: 9px;
  padding: 2.7rem 0 3rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item--image .image {
  padding-top: 2.7rem;
  position: relative;
  z-index: 9;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item--image .pattern {
  top: 0;
  right: -30px;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item--content {
  padding: 0 3rem;
  margin-top: 3rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item--content .title {
  margin-bottom: 1.8rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item--content .title h5 {
  font-size: 19px;
  line-height: 26px;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing_item--content .menu-quote .btn {
  width: 166px;
  height: 37px;
    /* background: #64B445; */
    background: #F05A28;
  border-radius: 5px;
  color: #fff;
  padding-top: 7px;
  font-weight: 500;
  font-size: 14.5px;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item:not(:last-child) {
  margin-bottom: 2.3rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item.health-insurance {
  padding-bottom: 0;
  padding-top: 0;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item.health-insurance .image {
  padding-top: 2rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item--image {
  flex: 0 0 140px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item--image {
    flex: 0 0 110px;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item--image .pattern {
  top: 0;
  right: -80px;
  transform: translate(-80px, 11px);
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item--content {
  margin-top: 0;
  padding: 1rem;
  flex: 1;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block .sidebar-menu-listing.insurance-dropdown-sidebar .sidebar-menu-listing_item--content .title h5 {
  font-size: 16.5px;
  line-height: 22px;
}

@media (min-width: 1400px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown>a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown>a {
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown>a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    display: flex;
    align-items: center;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover {
    background-color: #F9F7FF;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover>a {
    color: #00ABD4;
    border-bottom: 2px solid #DEE9FF;
    transition: none;
  }

  /* header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  } */
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item {
  white-space: unset;
  font-size: 1.3rem;
  font-weight: 500;
  color: #262626;
  letter-spacing: 0.31px;
  box-shadow: inset 0 -1px 0 0 #f1f0f3;
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item {
    padding: 1rem 2rem;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item {
    padding: 1.2rem 4rem;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item img {
    display: block;
    width: 35px;
    margin-right: 2rem;
    max-height: 20px;
    object-fit: contain;
  }
}

@media (min-width: 1900px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item {
    min-height: 45px;
  }
}

@media (max-width: 1899px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item {
    min-height: 38px;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-item img {
    display: none;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #652C90;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle {
    text-transform: uppercase;
    padding-top: 18px;
  }
}

@media only screen and (min-width: 1600px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14.5px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 13.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 11px 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E2EBFF;
  }
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    border-bottom: 2px solid #fff;
    padding: 1rem 0;
  }
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\e905";
  margin-left: 1.5px;
  font-family: 'icomoon' !important;
  border: none;
  font-size: 0.6rem;
  font-weight: 700;
  position: relative;
  transition: 0.4s all ease;
}

@media (min-width: 992px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    padding-left: 6px;
    color: #652C90;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    transform: rotate(90deg);
    color: #C4C4C4;
    top: 1px;
  }
}

@media (max-width: 767.98px) {
  header .container .navbar .header-right {
    padding: 0 1rem;
    flex: 1;
    justify-content: flex-end;
    border-right: none;
    margin-right: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right {
    padding: 0 1rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .header-right {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  header .container .navbar .header-right {
    padding: 0 0rem;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  header .container .navbar .header-right {
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header .container .navbar .header-right {
    padding: 0 3rem;
  }
}

@media (min-width: 1900px) {
  header .container .navbar .header-right {
    flex: 2.17;
    /*7th july*/
    padding: 0 0 0 2rem;
    /*7th july*/
  }
}

header .container .navbar .header-right p {
  color: #652C90;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 1400px) {
  header .container .navbar .header-right__contact {
    margin-right: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  header .container .navbar .header-right__contact {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .container .navbar .header-right__contact {
    margin-right: 2rem;
  }
}

@media (max-width: 767.98px) {
  header .container .navbar .header-right__contact {
    justify-content: center;
  }
}

header .container .navbar .header-right__contact__item {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right__contact__item img {
    width: 85%;
  }
}

@media (min-width: 1900px) {
  header .container .navbar .header-right__contact__item.whats-app {
    padding-right: 3.7rem !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 1.9rem;
    padding-right: 2.1rem;
  }
}

@media only screen and (min-width: 1600px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 2.9rem;
    padding-right: 3.1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 0rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 1rem;
    padding-right: 2rem;
  }
}

header .container .navbar .header-right__contact__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: 0;
  border: 1px solid #E2EBFF;
  background: #FFFFFF;
}

@media (max-width: 767.98px) {
  header .container .navbar .header-right__contact__item:not(:last-child):after {
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  header .container .navbar .header-right__contact__item.call-app .header-icon {
    margin-right: 1.3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right__contact__item.call-app .header-icon {
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  header .container .navbar .header-right__contact__item.call-app .header-icon img {
    width: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  header .container .navbar .header-right__contact__item.call-app .header-icon img {
    width: 21px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .header-right__contact__item.call-app .header-icon img {
    width: 25px;
  }
}

header .container .navbar .header-right__contact__item.call-app .header-number {
  padding-top: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  header .container .navbar .header-right__contact__item.call-app .header-number p {
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  header .container .navbar .header-right__contact__item.call-app .header-number p {
    font-size: 13.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right__contact__item.call-app .header-number p {
    font-size: 12.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right__contact__item.call-app .header-number p {
    display: none;
  }
}

@media (max-width: 767.98px) {
    header .container .navbar .header-right__contact__item.whats-app .header-icon img {
        width: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    header .container .navbar .header-right__contact__item.whats-app .header-icon img {
        width: 21px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    header .container .navbar .header-right__contact__item.whats-app .header-icon img  {
        width: 25px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .container .navbar .header-right__language {
    margin-right: 2rem;
  }
}

@media (min-width: 1400px) {
  header .container .navbar .header-right__language {
    margin-right: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  header .container .navbar .header-right__language {
    margin-right: 2rem;
  }
}

header .container .navbar .header-right__language p {
  font-size: 1.5rem;
  font-family: arial;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .container .navbar .header-right__user p {
    font-size: 13.5px;
  }
}

@media (min-width: 1200px) {
  header .container .navbar .header-right__user p {
    font-size: 14.5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .container .navbar .header-right__user p {
    font-size: 13.5px;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .header-right__user p {
    font-size: 13.5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  header .container .navbar .header-right__user p {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  header .container .navbar .header-cta {
    display: none;
  }
}

header .container .navbar .header-cta .btn {
  text-shadow: 0.3px 0.3px 0.3px;
  padding-top: 4px;
}

@media (min-width: 992px) {
  header .container .navbar .header-cta .btn {
    min-width: 122px;
    height: 36px;
    font-size: 14.5px;
    line-height: 36px;
  }
}

@media (max-width: 1199.98px) {
  header .container .navbar .header-cta .btn {
    min-width: 105px;
    height: 33px;
    font-size: 13px;
    line-height: 31px;
  }
}

@media (min-width: 992px) {
  header.vechile-detail .navbar .navbar-collapse {
    display: none !important;
  }
}

header.vechile-detail .navbar .header-right {
  padding-right: 0;
}

@media (min-width: 768px) {
  header.vechile-detail .navbar .header-right {
    flex: unset;
  }
}

@media (max-width: 767.98px) {
  header.vechile-detail .navbar .header-right {
    flex: 1;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.vechile-detail .navbar .header-right {
    padding-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  header.vechile-detail .navbar .header-right__language {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header.vechile-detail .navbar .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  header.scroll-header.sticky-top .navbar-collapse {
    display: none !important;
  }

  header.scroll-header.sticky-top .header-right {
    flex: 1;
    justify-content: center;
  }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  header.scroll-header.sticky-top .header-right {
    margin-left: -220px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) and (max-width: 1399.98px) {
  header.scroll-header.sticky-top .header-right {
    margin-left: -260px;
  }
}

@media (min-width: 992px) and (min-width: 1400px) {
  header.scroll-header.sticky-top .header-right {
    margin-left: -280px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  header.scroll-header.sticky-top .header-right .header-cta {
    margin-right: 3rem;
  }
}

@media (max-width: 767.98px) {

  header .header-right__user,
  header .header-right__language,
  header .header-cta {
    padding: 11px 3rem;
    display: flex;
    align-items: center;
    border-top: 1px solid #cccccc80;
  }
}

@media (max-width: 767.98px) {
  header .header-right__language p {
    color: #652C90;
    font-weight: 500;
  }
}

@media (max-width: 767.98px) {
  header .header-right__user a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #00ABD4;
    padding: 5px 20px 4px;
    color: #00ABD4;
    font-weight: 500;
  }
}

header .get-a-quote-dropdown {
  display: none;
  width: 436px;
  max-width: 100%;
  left: 8px;
  /*7th july*/
  top: 100%;
  margin-top: -8px;
  background-color: #fff;
  border-top: 2px solid #00ABD4;
  box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  z-index: 9999;
}

@media (min-width: 1400px) {
  header .get-a-quote-dropdown {
    margin-right: 2.35rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .get-a-quote-dropdown {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  header .get-a-quote-dropdown {
    margin-right: 2rem;
  }
}

header .get-a-quote-dropdown_block {
  display: flex;
  align-items: center;
  padding: 27px 40px 37px;
}

/*
header .get-a-quote-dropdown_block .get-a-quote-cta {
  padding-top: 2px;
} */

header .get-a-quote-dropdown_block .get-a-quote-cta .btn {
  height: 53px;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 20px;
  line-height: 24px;
}

header .get-a-quote-dropdown_block_icon {
  margin-right: 4.6rem;
}

header .get-a-quote-dropdown_block_form {
  flex: 1;
}

header .get-a-quote-dropdown_block_form .title {
  margin-bottom: 2.2rem;
  text-align: center;
}

header .get-a-quote-dropdown_block_form .title h3 {
  font-weight: 500;
  font-size: 25px;
  color: #652C90;
}

header .get-a-quote-dropdown_block_form_block_row .row>div[class*="col-"]:not(:last-child) {
  margin-bottom: 2rem;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group .form-input {
  width: 100%;
  height: auto;
  border: 2px solid #60607E;
  border-radius: 5px;
  padding: 1.54rem 1.9rem;
  font-weight: 500;
  font-size: 15.5px;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group .form-input::placeholder {
  color: #5B606B;
  position: relative;
  top: 2px;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone {
  position: relative;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .select2-container {
  left: 0 !important;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .select2-container .select2-dropdown {
  width: 100% !important;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .select2-container .select2-selection {
  border: none;
  height: 49px;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 1.9rem;
  line-height: 55px;
  font-size: 15.5px;
  font-weight: 500;
  color: #5B606B;
  padding-right: 2rem;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .phone-num {
  /* display: flex; */
  /* background: #FFFFFF;
  border: 1.2px solid #E2EBFF;
  border-radius: 9px; */
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .phone-num .phone-input {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
  width: 100%;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .phone-num .phone-input:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 26px;
  width: 1px;
  background-color: #DFDFDF;
  opacity: 0.5;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group-phone .phone-num .phone-input input {
  border: none;
  padding: 1.54rem 0.5rem;
  height: auto;
}

header .get-a-quote-dropdown_block_form_block_row .form-selects .select2-selection {
  height: 53px;
  border: none;
  border-radius: 5px;
  border: 2px solid #60607E;
}

header .get-a-quote-dropdown_block_form_block_row .form-selects .select2-selection .select2-selection__rendered {
  line-height: 53px;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  color: #5B606B;
  font-weight: 500;
  font-size: 15.5px;
}

header .get-a-quote-dropdown_block_form_block_row .form-selects .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-70%);
}

header .get-a-quote-dropdown_block_form_block_row .form-selects .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.footer {
  background-color: #00ABD4;
  padding-top: 5.7rem;
}

.footer p {
  opacity: 0.8;
  font-weight: 300;
}

@media (min-width: 1900px) {
  .footer p {
    font-size: 14.5px;
  }
}

@media (max-width: 1899px) {
  .footer p {
    font-size: 13.5px;
  }
}

@media (min-width: 768px) {
  .footer .container>div:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255/10%);
  }
}

/* .footer-top .contact-list_item:hover p {
  opacity: 1;
} */
/*6th july 2022*/

@media (min-width: 1200px) {
  .footer-top_row .footer-col-first {
    width: 32.633333%;
  }
}

@media (max-width: 767.98px) {
  .footer-top_row>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-top_row_item {
    margin-bottom: 4rem;
  }
}

.footer-top_row_item .need-assitance {
  background: #0089A9;
  border-radius: 14px;
  padding: 3.1rem 4.2rem 2.7rem;
  margin-bottom: 2.6rem;
}

.footer-top_row_item .need-assitance_title {
  margin-bottom: 3rem;
}

.footer-top_row_item .need-assitance_title h5 {
  font-size: 1.7rem;
}

.footer-top_row_item .need-assitance_whatsapp {
  margin-bottom: 3rem;
}

.footer-top_row_item .need-assitance_whatsapp>div:not(:last-child) {
  margin-right: 2.3rem;
  padding-right: 2.3rem;
  border-right: 1px solid rgb(255 255 255/30%);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-top_row_item .need-assitance_whatsapp>div:not(:last-child) {
    margin-right: 2.1rem;
    padding-right: 2.1rem;
  }
}

.footer-top_row_item .need-assitance_whatsapp .content a {
  font-size: 1.7rem;
  line-height: 2.3rem;
  font-weight: 300;
  display: block;
}

.footer-top_row_item .need-assitance_whatsapp .content a span {
  font-weight: 500;
}

.footer-top_row_item .need-assitance .custom-button .btn {
  background-color: #fff;
  border-color: #fff;
  color: #10106D;
  padding: 0.5rem 2.6rem 1px;
}

.footer-top_row_item .need-assitance .custom-button .btn:hover {
  /* background-color: #0a9e43;
  color: #fff;
  border-color: #0a9e43; */
  background: #00ABD4;
  /*6th july*/
  border-color: #00ABD4;
  /*6th july*/
  background-color: #00ABD4;
  /*6th july*/
  color: #fff;
  /*6th july*/

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-top_row_item .need-assitance .custom-button .btn {
    padding: 0.5rem 2rem 1px;
  }
}

.footer-middle {
  padding-top: 2.6rem;
}

@media (max-width: 767.98px) {
  .footer-middle {
    padding-top: 4rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-middle {
    padding-bottom: 2.6rem;
  }
}

.footer-bottom .copyright p {
  color: #fff;
  transition: 0.2s all ease;
}

.footer .contact-list_item.email {
  margin-bottom: 2.1rem;
}

.footer .contact-list_item.head-office {
  margin-bottom: 1.8rem;
}

@media (min-width: 768px) {
  .footer .contact-list_item.corporate-solutions {
    margin-bottom: 3.3rem;
  }
}

.footer .contact-list_item p {
  color: #fff;
  transition: 0.2s all ease;
}

.footer .contact-list_item_title {
  margin-bottom: 0.5rem;
}

.footer .contact-list_item .corporate-solutions {
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 2.4rem 3.6rem 2rem 3.6rem;
}

.footer .contact-list_item .corporate-solutions .text {
  margin-right: 5.3rem;
  flex: 0 0 99px;
}

.footer .contact-list_item .corporate-solutions .text p {
  color: #652C90;
  font-weight: 700;
  opacity: 0.8;
  text-transform: uppercase;
}

.footer .contact-list_item .corporate-solutions .image {
  flex: 1;
}

.footer-bottom {
  padding: 2.6rem 0;
}

@media (max-width: 767.98px) {
  .footer-bottom>.row>div[class*="col"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.footer .social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgb(255 255 255/30%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .social-icons a:not(:last-child) {
  margin-right: 1.4rem;
}

.mobile-footer {
  padding: 1.7rem 0;
}

@media (min-width: 1200px) {
  .footer-top-list_row {
    padding-left: 1rem;
  }
}

@media (min-width: 1900px) {
  .footer-top-list_row .row.gx-6 {
    --bs-gutter-x: 7rem;
  }
}

@media (min-width: 768px) {
  .footer-top-list_row .row>div[class*="col-"]:not(:last-child) {
    border-right: 1px solid rgb(255 255 255/10%);
  }
}

@media (max-width: 767.98px) {
  .footer-top-list_row>.row div[class*="col-"]:last-child .footer-top-list_block_item {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .footer-top-list_row .footer-top-list_block {
    padding-bottom: 3rem;
  }
}

.footer-top-list_row .footer-top-list_block_item.calculators {
  flex: 1;
}

@media (min-width: 768px) {
  .footer-top-list_row .footer-top-list_block_item:not(:last-child) {
    margin-bottom: 6.3rem;
  }
}

@media (max-width: 767.98px) {
  .footer-top-list_row .footer-top-list_block_item {
    border-bottom: 1px solid #E2EBFF;
  }
}

.footer-top-list_row .footer-top-list_block_item h6 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media (min-width: 1900px) {
  .footer-top-list_row .footer-top-list_block_item h6 {
    font-size: 1.7rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1899px) {
  .footer-top-list_row .footer-top-list_block_item h6 {
    font-size: 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .footer-top-list_row .footer-top-list_block_item h6 {
    font-size: 1.4rem;
  }
}

@media (max-width: 767.98px) {
  .footer-top-list_row .footer-top-list_block_item h6 {
    padding: 20px 0px 15px;
    display: flex;
    justify-content: space-between;
    color: #652C90;
    align-items: center;
  }

  .footer-top-list_row .footer-top-list_block_item h6 span {
    font-size: 0.7rem;
    transition: 0.4s all ease;
  }

  .footer-top-list_row .footer-top-list_block_item h6 span:before {
    color: #D2D2D2;
  }

  .footer-top-list_row .footer-top-list_block_item h6.open span {
    transform: rotate(180deg);
  }
}

@media (max-width: 767.98px) {
  .footer-top-list_row .footer-top-list_block_item h6 {
    margin-bottom: 0;
  }
}

.footer-top-list_row .footer-top-list_block_item ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

@media (max-width: 767.98px) {
  .footer-top-list_row .footer-top-list_block_item ul {
    display: none;
    margin-bottom: 1.7rem;
  }
}

.footer-top-list_row .footer-top-list_block_item ul li {
  opacity: 0.7;
  font-weight: 300;
  transition: 0.3s all ease;
}

.footer-top-list_row .footer-top-list_block_item ul li:hover {
  opacity: 1;
}

@media (min-width: 1900px) {
  .footer-top-list_row .footer-top-list_block_item ul li {
    font-size: 14.5px;
  }
}

@media (max-width: 1899px) {
  .footer-top-list_row .footer-top-list_block_item ul li {
    font-size: 13.5px;
  }
}

@media (max-width: 767.98px) {
  .footer-top-list_row .footer-top-list_block_item ul li {
    color: #000;
  }
}

@media (min-width: 768px) {
  .footer-top-list_row .footer-top-list_block_item ul li:not(:last-child) {
    margin-bottom: 1.7rem;
  }
}

@media (max-width: 767.98px) {
  .footer-top-list_row .footer-top-list_block_item ul li:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

@media (min-width: 1200px) {
  .footer-top-list_row .get-insured {
    width: 31.833333%;
  }
}

@media (min-width: 1200px) {
  .footer-top-list_row .company {
    width: 31.733333%;
  }
}

.contact-list_item_title p {
  font-weight: 500;
  letter-spacing: 0.4px;
}

.contact-list_item .disclaimer {
  padding-bottom: 1.8rem;
}

.contact-list_item .disclaimer p {
  line-height: 28.26px;
}

.top-carousel .owl-top-carousel .slider-block_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-carousel .owl-top-carousel .slider-block_image img {
  object-fit: cover;
  max-height: 100%;
}

@media (max-width: 991.98px) {
  .top-carousel .owl-top-carousel .slider-block_image img {
    object-position: center;
  }
}

@media (max-width: 991.98px) {
  .top-carousel .owl-top-carousel .slider-block_image img {
    min-height: 350px;
  }
}

.top-carousel .owl-top-carousel .slider-block_content {
  padding: 2rem 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1400px) {
  .top-carousel .owl-top-carousel .slider-block_content {
    margin-top: -10px;
  }
}

@media (min-width: 1900px) {
  .top-carousel .owl-top-carousel .slider-block_content_title {
    margin-bottom: 2.8rem;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-carousel .owl-top-carousel .slider-block_content_title {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  .top-carousel .owl-top-carousel .slider-block_content_title {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1899px) {
  .top-carousel .owl-top-carousel .slider-block_content_title {
    margin-bottom: 2rem;
  }
}

.top-carousel .owl-top-carousel .slider-block_content_title p {
  line-height: 1.2 !important;
  margin-top: 0 !important;
  color: #fff !important;
}


.top-carousel .owl-top-carousel .slider-block_content_title h1,
.top-carousel .owl-top-carousel .slider-block_content_title p {
  font-weight: 600;
  letter-spacing: 1.3px;
}

@media (min-width: 1900px) {
  .top-carousel .owl-top-carousel .slider-block_content_title h1,
  .top-carousel .owl-top-carousel .slider-block_content_title p {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0;
    user-select: text;
  }
}

@media (max-width: 767.98px) {
  .top-carousel .owl-top-carousel .slider-block_content_title h1,
  .top-carousel .owl-top-carousel .slider-block_content_title p {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1899px) {
  .top-carousel .owl-top-carousel .slider-block_content_title h1,
  .top-carousel .owl-top-carousel .slider-block_content_title p {
    font-size: 4rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-carousel .owl-top-carousel .slider-block_content_desc {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1900px) {
  .top-carousel .owl-top-carousel .slider-block_content_desc {
    margin-bottom: 4.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1899px) {
  .top-carousel .owl-top-carousel .slider-block_content_desc {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .top-carousel .owl-top-carousel .slider-block_content_desc {
    margin-bottom: 2.5rem;
  }
}

.top-carousel .owl-top-carousel .slider-block_content_desc p {
  color: #fff;
  user-select: text;
}

@media (max-width: 1399.98px) {
  .top-carousel .owl-top-carousel .slider-block_content_desc p {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .top-carousel .owl-top-carousel .slider-block_content_desc p {
    font-size: 19.5px;
    line-height: 25px;
    /*7th July*/
  }
}

@media (min-width: 1200px) {
  .top-carousel .owl-top-carousel .owl-nav {
    display: flex;
    width: 100%;
    position: absolute;
    justify-content: space-between;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 3rem;
    /* display: none; */
  }

  .top-carousel .owl-top-carousel .owl-nav button {
    color: #fff;
    pointer-events: all;
    font-size: 3rem;
  }
}

@media (max-width: 1199.98px) {
  .top-carousel .owl-top-carousel .owl-nav {
    display: none;
  }
}

.top-carousel .owl-top-carousel .owl-dots {
  position: absolute;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  max-width: 1170px;
  pointer-events: none;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .top-carousel .owl-top-carousel .owl-dots {
    max-width: 540px;
  }
}

@media (max-width: 991.98px) {
  .top-carousel .owl-top-carousel .owl-dots {
    margin: -4rem auto 0;
    --bs-gutter-x: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-carousel .owl-top-carousel .owl-dots {
    max-width: 960px;
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .top-carousel .owl-top-carousel .owl-dots {
    max-width: 1140px;
    --bs-gutter-x: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .top-carousel .owl-top-carousel .owl-dots {
    max-width: 720px;
  }
}

.top-carousel .owl-top-carousel .owl-dots button {
  pointer-events: all;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.2s all ease;
}

.top-carousel .owl-top-carousel .owl-dots button:not(.active) {
  background-color: #5E5EAB;
}

.top-carousel .owl-top-carousel .owl-dots button:not(:last-child) {
  margin-right: 8px;
}

.top-carousel .owl-top-carousel .owl-dots button.active {
  background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1899px) {
  .top-carousel .owl-top-carousel .owl-dots {
    margin: -5rem auto 0;
  }
}

@media (min-width: 1900px) {
  .top-carousel .owl-top-carousel .owl-dots {
    margin: -7rem auto 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .top-carousel .owl-top-carousel .owl-dots {
    margin: -3rem auto 0;
  }
}

.stop-overpaying {
  padding: 4.4rem 0;
}

@media (max-width: 991.98px) {
  .stop-overpaying .custom-button {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1900px) {
  .stop-overpaying_row .row>.col {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1899px) {
  .stop-overpaying_row .row>.col {
    margin-bottom: 4rem;
  }
}

@media (max-width: 991.98px) {
  .stop-overpaying_row .row>.col {
    margin-bottom: 2.5rem;
  }
}

.stop-overpaying_row_block {
  transition: 0.4s all ease;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  padding: 2.5rem 1rem 0.7rem;
}

@media (min-width: 992px) {
  .stop-overpaying_row_block:hover {
    box-shadow: 0px 16px 28px rgba(227, 236, 250, 0.3);
  }
}

.stop-overpaying_row_block .icon {
  margin-bottom: 1.8rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-overpaying_row_block .title h6 {
  color: #652C90;
}

.stop-overpaying_row_block {
  transition: 0.4s all ease;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  padding: 2.5rem 1rem 0.7rem;
}

@media (min-width: 992px) {
  .stop-overpaying_row_block:hover {
    transform: scale(1.1);
    /*6th july*/
    box-shadow: 5px 5px 20px 0 rgb(37 24 29 / 20%);
    /*6th july*/
  }
}

.stop-overpaying_row_block .icon {
  margin-bottom: 1.8rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-overpaying_row_block .title h6 {
  color: #652C90;
}

@media (min-width: 992px) {
  .btn-quote-banner:hover {
    /* background-color: #0a9e43; */
    background-color: #C6491F;
    color: #fff;
  }
}

@media (min-width: 1400px) {
  .btn-quote-banner {
    font-size: 1.8rem;
    font-weight: 500;
    min-width: 183px;
    height: 53px;
    line-height: 52px;
  }
}

@media (max-width: 1399.98px) {
  .btn-quote-banner {
    font-size: 1.5rem;
    font-weight: 500;
    min-width: 133px;
    height: 38px;
    line-height: 36px;
  }
}

.buy-any-insurance {
  padding: 4.4rem 0 0;
  background: url(../../v2/images/buy-insurance-back.png) no-repeat;
  background-size: cover;
}

@media (min-width: 1900px) {
  .buy-any-insurance_row>.row>div[class*="col-"] {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1899px) {
  .buy-any-insurance_row>.row>div[class*="col-"] {
    margin-bottom: 4rem;
  }
}

@media (max-width: 991.98px) {
  .buy-any-insurance_row>.row>div[class*="col-"] {
    margin-bottom: 2.5rem;
  }
}

.buy-any-insurance_row__item {
  padding: 4.2rem 2rem;
  /*6th july */
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
}

.buy-any-insurance_row__item .icon {
  margin-bottom: 4rem;
}

.buy-any-insurance_row__item .content .title {
  margin-bottom: 1.5rem;
  /*6th july*/
}

.buy-any-insurance_row__item .content .title h6 {
  font-size: 17.5px;
  color: #652C90;
}

.buy-any-insurance_row__item .content .title h6 span {
  font-weight: bold;
}

.buy-any-insurance_row__item .content .desc p {
  line-height: 23px;
}

.our-trusted-partners {
  border-bottom: 1px solid #F6F7FB;
  padding: 4.4rem 0 5.4rem;
}

.our-trusted-partners .owl-partners .owl-stage {
  display: flex;
}

.our-trusted-partners .owl-partners .owl-stage .owl-item {
  flex: none;
}

.our-trusted-partners .owl-partners .owl-stage .owl-item .item {
  height: 100%;
}

.our-trusted-partners .owl-partners .owl-stage .owl-item .item .partner-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-trusted-partners .owl-partners .owl-stage .owl-item .item .partner-logo:hover img {
  filter: grayscale(0);
}

.our-trusted-partners .owl-partners .owl-stage .owl-item .item .partner-logo img {
  transition: 0.5s all ease;
  /* filter: grayscale(100%); */
  display: inline;
  width: auto;
  max-height: 100%;
}

.our-trusted-partners .owl-partners .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.our-trusted-partners .owl-partners .owl-nav button {
  pointer-events: all;
}

@media (max-width: 991.98px) {
  .our-trusted-partners .owl-partners .owl-nav button img {
    width: 20px;
  }
}

@media (min-width: 992px) {
  .our-trusted-partners .owl-partners .owl-nav button.owl-prev {
    margin-left: -5%;
  }
}

@media (max-width: 991.98px) {
  .our-trusted-partners .owl-partners .owl-nav button.owl-prev {
    margin-left: -10%;
  }
}

@media (min-width: 992px) {
  .our-trusted-partners .owl-partners .owl-nav button.owl-next {
    margin-right: -5%;
  }
}

@media (max-width: 991.98px) {
  .our-trusted-partners .owl-partners .owl-nav button.owl-next {
    margin-right: -10%;
  }
}

@media (max-width: 991.98px) {
  .ratings-block {
    text-align: center;
    margin-bottom: 4rem;
  }
}

.ratings-block_star {
  border: 2px solid #FFBC4B;
  padding: 0.2rem 1.9rem;
  min-height: 33px;
  margin-bottom: 1.4rem;
}

.ratings-block_star span {
  font-size: 1.9rem;
  color: #ffbc4b;
}

.ratings-block_star span:not(:last-child) {
  margin-right: 7px;
}

.ratings-block_number h4 {
  color: #652C90;
  font-weight: normal;
}

.ratings-block_number h4 span {
  font-weight: bold;
}

.ratings-block_desc {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: 1px solid #E2EBFF;
}

.ratings-block_desc p {
  color: #652C90;
  font-size: 1.65rem;
}

.ratings-block_desc p a {
  color: #00ABD4;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .customers-testimonials>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.customers-testimonials_item {
  padding: 3rem 3.5rem;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
}

.customers-testimonials_item_image {
  margin-bottom: 1.7rem;
}

.customers-testimonials_item_image img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  object-fit: cover;
}

.customers-testimonials_item_content {
  margin-bottom: 2.1rem;
  flex: 1;
}

.customers-testimonials_item_footer {
  padding-top: 2.1rem;
}

.customers-testimonials_item_footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 37px;
  height: 2px;
  background-color: #66D6F1;
}

.our-customers {
  border-bottom: 1px solid #F6F7FB;
  padding: 5rem 0 6.7rem 0;
}

@media (max-width: 991.98px) {
  .our-customers_row .page-title {
    text-align: center;
  }
}

@media (min-width: 1900px) {
  .our-customers_row .page-title {
    margin-bottom: 9.5rem;
  }
}

.how-can-we-help {
  padding: 4.4rem 0;
}

.how-can-we-help .page-title {
  margin-bottom: 3rem;
}

.how-can-we-help_buttons {
  margin-bottom: 3.5rem;
}

@media (max-width: 991.98px) {
  .how-can-we-help_buttons nav {
    padding: 0 2rem;
  }
}

.how-can-we-help_buttons .nav .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.how-can-we-help_buttons .nav .owl-nav button {
  pointer-events: all;
}

@media (max-width: 991.98px) {
  .how-can-we-help_buttons .nav .owl-nav button img {
    width: 15px;
  }
}

.how-can-we-help_buttons .nav .owl-nav button.owl-prev {
  margin-left: -5%;
}

.how-can-we-help_buttons .nav .owl-nav button.owl-next {
  margin-right: -5%;
}

@media (max-width: 767.98px) {
  .how-can-we-help_buttons .nav .owl-item {
    text-align: center;
  }
}

.how-can-we-help_buttons .nav .nav-buttons {
  border-radius: 50px;
  transition: 0.2s all ease;
  border: 1px solid #E2EBFF;
  background: #FFFFFF;
  font-size: 14.5px;
  color: #652C90;
  padding: 1rem 2.3rem 0.7rem;
  margin-bottom: 1.5rem;
}

.how-can-we-help_buttons .nav .nav-buttons.active {
  background: #652C90;
  color: #fff;
  border-color: #652C90;
}

/* .how-can-we-help_buttons .nav .nav-buttons:hover {
  border-color: #5B606B;
} */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .how-can-we-help_buttons .nav .nav-buttons {
    padding: 1rem 1.3rem 0.7rem;
    font-size: 13.5px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .how-can-we-help_buttons .nav .nav-buttons {
    padding: 1rem 1.6rem 0.7rem;
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .how-can-we-help_buttons .nav .nav-buttons:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .how-can-we-help_buttons .nav .nav-buttons:not(:last-child) {
    margin-right: 0.7rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .how-can-we-help_buttons .nav .nav-buttons:not(:last-child) {
    margin-right: 1rem;
  }
}

.how-can-we-help_content {
  padding: 4.4rem 0;
  background: #F9F7FF;
}

.how-can-we-help_sec .row>div[class*="col-"] {
  margin-bottom: 2.5rem;
}

.how-can-we-help_sec_item {
  transition: 0.3s all ease;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .how-can-we-help_sec_item:hover {
    box-shadow: 0px 19px 22px #E3ECFA;
  }

  .how-can-we-help_sec_item:hover .read-more {
    opacity: 1;
    visibility: visible;
  }
}

.how-can-we-help_sec_item .title {
  margin-bottom: 2rem;
  flex-grow: 1;
  padding-bottom: 2rem;
}

.how-can-we-help_sec_item .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 37px;
  height: 2.5px;
  background-color: #66D6F1;
}

.how-can-we-help_sec_item .title h6 {
  color: #652C90;
  line-height: 2.2rem;
}

.how-can-we-help_sec_item .read-more {
  margin-top: 0.8rem;
}

@media (min-width: 992px) {
  .how-can-we-help_sec_item .read-more {
    visibility: hidden;
    transition: 0.3s all ease;
    opacity: 0;
  }
}

.how-can-we-help_sec_item .read-more a {
  font-size: 14.5px;
  color: #00ABD4;
  font-weight: 700;
  display: block;
}

.how-can-we-help .custom-button {
  padding-top: 2.3rem;
}

.current-offers {
  padding-bottom: 4.4rem;
}

@media (max-width: 767.98px) {
  .current-offers .page-title .carousel-navigation {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) {
  .current-offers .carousel-navigation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.current-offers .carousel-navigation .owl-nav button {
  width: 37px;
  height: 37px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #D2DEF7;
}

.current-offers .carousel-navigation .owl-nav button:not(:last-child) {
  margin-right: 1.6rem;
}

.current-offers .owl-offers .owl-stage-outer {
  width: 100vw;
}

.current-offers .owl-offers .owl-stage-outer .offer-image {
  display: block;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
}

.current-offers .owl-offers .owl-stage-outer .offer-image img {
  border-radius: 9px;
  width: auto;
  display: inline !important;
}

.buy-insurance {
  padding: 4.4rem 0;
  background: #FBFCFF;
}

.buy-insurance_row .page-title h2 {
  line-height: 4rem;
}

@media (max-width: 991.98px) {
  .buy-insurance_row>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .buy-insurance_row .left-col {
    width: 51%;
  }
}

@media (min-width: 992px) {
  .buy-insurance_row .right-col {
    width: 49%;
  }
}

.buy-insurance_row_left .page-title {
  margin-bottom: 3.5rem;
}

.buy-insurance_row_left .desc p:not(:last-child) {
  margin-bottom: 2.6rem;
}

.latest-research {
  padding: 4.4rem 0;
}

.latest-research_row>.row>div[class*="col-"]:not(:last-child) {
  margin-bottom: 2.5rem;
}

.latest-research_row_item {
  border-radius: 9px;
  box-shadow: 0px 5px 15px 1px rgba(216, 226, 241, 0.25);
}

@media (min-width: 992px) {
  .latest-research_row_item:hover .latest-research_row_item_image img {
    transform: scale(1.1);
  }
}

.latest-research_row_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-research_row_item_image img {
  transition: 0.4s all ease;
}

.latest-research_row_item_content {
  padding: 3rem;
}

.latest-research_row_item_content h6 {
  color: #652C90;
  line-height: 22px;
}

.latest-research .custom-button {
  padding-top: 2.3rem;
}

.need-insurance {
  background: #F9F7FF;
  padding: 4.4rem 0;
}

.need-insurance-block {
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  padding: 3rem 4rem;
  border-radius: 9px;
}

.need-insurance-block .inner-title {
  margin-bottom: 2.2rem;
}

@media (min-width: 1200px) {
  .need-insurance-block .form-insurance-inner-row>.row {
    --bs-gutter-x: 3.9rem;
  }
}

@media (min-width: 1200px) {
  .need-insurance-block .form-insurance-row>.row {
    --bs-gutter-x: 5.8rem;
  }
}

@media (max-width: 767.98px) {
  .need-insurance-block .form-insurance .row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.need-insurance-block .form-insurance .form-selects .select2-selection {
  height: 42px;
  border: none;
  border-bottom: 1px solid rgb(223 223 223/50%);
}

.need-insurance-block .form-insurance .form-selects .select2-selection .select2-selection__rendered {
  line-height: 42px;
  padding-left: 0;
  color: #5B606B;
  font-size: 15.5px;
  direction: rtl;
  padding-right: 0px;
}

.need-insurance-block .form-insurance .form-selects .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.need-insurance-block .form-insurance .form-selects .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/dropdown-icon.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.need-insurance-block .form-insurance .form-input input {
  border: none;
  border-bottom: 1px solid rgb(223 223 223/50%);
  width: 100%;
  height: 42px;
  font-size: 15.5px;
}

.need-insurance-block .form-insurance .form-input input::placeholder {
  color: #5B606B;
}

.need-insurance-block .form-insurance .form-input .input-block-phone {
  position: relative;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .select2-container {
  left: 0 !important;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-dropdown {
  width: 100% !important;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-selection {
  border: none;
  height: 42px;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  line-height: 42px;
  font-size: 15.5px;
  color: #5B606B;
  padding-right: 20px;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/dropdown-icon.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .phone-num {
  border-bottom: 1px solid rgb(223 223 223/50%);
  display: flex;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .phone-num .phone-input {
  padding-left: 1rem;
  margin-left: 1rem;
  position: relative;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .phone-num .phone-input:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  width: 1px;
  background-color: #DFDFDF;
  opacity: 0.5;
}

.need-insurance-block .form-insurance .form-input .input-block-phone .phone-num .phone-input .form-input {
  border: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .need-insurance-block .form-insurance .custom-button {
    margin-top: 2.5rem;
  }
}

.need-insurance-block .form-insurance .custom-button .btn {
  padding: 0.5rem 0.8rem 0.5rem;
}

.need-insurance-block .form-insurance .custom-button .btn .title {
  top: 2px;
  position: relative;
  padding: 0 0 0 5px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .need-insurance-block .form-insurance .custom-button .btn .title {
    font-size: 1.4rem;
  }
}

.wizard-navigation {
  flex: 1;
}

@media (min-width: 1200px) {
  .wizard-navigation {
    padding: 0 1.5rem;
  }
}

@media (max-width: 991.98px) {
  .wizard-navigation {
    padding: 2rem 0;
  }
}

@media (min-width: 1900px) {
  .wizard-navigation {
    padding-left: 6rem;
  }
}

.wizard-navigation_item {
  position: relative;
  display: flex;
  align-items: center;
}

@media (min-width: 1400px) {
  .wizard-navigation_item {
    padding: 18.5px 26px 18.5px 17px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .wizard-navigation_item {
    padding: 10px;
  }
}

.wizard-navigation_item:not(:last-child) {
  border-right: 1px solid #F2F6FF;
}

@media (max-width: 991.98px) {
  .wizard-navigation_item:not(:last-child) {
    padding-right: 0.7rem;
    margin-right: 0.7rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .wizard-navigation_item:not(:last-child) {
    margin-right: 0.3rem;
    padding-right: 0.3rem;
  }
}

.wizard-navigation_item:not(.active) .wizard-navigation_item--number {
  border: 2px solid #00ABD4;
  color: #00ABD4;
  background-color: #fff;
}

.wizard-navigation_item:not(.active) .wizard-navigation_item--title p {
  color: #652C90;
}

.wizard-navigation_item.done .wizard-navigation_item--number {
  border: 2px solid #E2EBFF;
  color: #00ABD4;
  background: #E2EBFF;
}

@media (min-width: 992px) {
  .wizard-navigation_item.active {
    background-color: #00ABD4;
    border: 1px solid #00ABD4;
  }

  .wizard-navigation_item.active .wizard-navigation_item--number {
    border: 2px solid #fff;
    color: #00ABD4;
    background-color: #fff;
  }

  .wizard-navigation_item.active .wizard-navigation_item--title p {
    color: #fff;
    font-weight: 700;
  }
}

@media (max-width: 991.98px) {
  .wizard-navigation_item.active .wizard-navigation_item--number {
    border: 2px solid #00ABD4;
    color: #fff;
    background-color: #00ABD4;
  }

  .wizard-navigation_item.active .wizard-navigation_item--title p {
    color: #00ABD4;
    font-weight: 700;
  }
}

/* @media (max-width: 767.98px) {
  .wizard-navigation_item:last-child .wizard-navigation_item--number {
    margin-right: 0;
  }

  .wizard-navigation_item:last-child .wizard-navigation_item--title {
    display: none;
  }
} */

.wizard-navigation_item--number {
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
}

@media (min-width: 992px) {
  .wizard-navigation_item--number {
    width: 32px;
    height: 32px;
    font-size: 14.7533px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 480px) {
  .wizard-navigation_item--number {
    width: 28px;
    height: 28px;
    font-size: 13.7533px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .wizard-navigation_item--number {
    width: 26px;
    height: 26px;
    font-size: 12.7533px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  .wizard-navigation_item--number {
    width: 30px;
    height: 30px;
    font-size: 13.7533px;
  }
}

@media (min-width: 1200px) {
  .wizard-navigation_item--number {
    margin-right: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wizard-navigation_item--number {
    margin-right: 1rem;
  }
}

@media (min-width: 1900px) {
  .wizard-navigation_item--number {
    margin-right: 2.3rem;
  }
}

@media only screen and (min-width: 375px) and (max-width: 480px) {
  .wizard-navigation_item--number {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .wizard-navigation_item--number {
    margin-right: 0.5rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  .wizard-navigation_item--number {
    margin-right: 1.2rem;
  }
}

.wizard-navigation_item--title p {
  line-height: 18px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .wizard-navigation_item--title p {
    font-size: 13.2576px;
    padding-top: 2px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 480px) {
  .wizard-navigation_item--title p {
    font-size: 12.2576px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .wizard-navigation_item--title p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 991px) {
  .wizard-navigation_item--title p {
    font-size: 13px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 480px) {
  .health-wizard .wizard-navigation_item:not(:last-child) {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .health-wizard .wizard-navigation_item:not(:last-child) {
    padding-right: 1rem;
  }
}

.vechile-detail-section {
  background: #FBFCFF;
}

@media (min-width: 992px) {
  .vechile-detail-section {
    padding-bottom: 8rem;
  }
}

@media (max-width: 991.98px) {
  .vechile-detail-section {
    padding-bottom: 4rem;
  }
}

.vechile-detail-section .wizard-section .container {
  --bs-gutter-x: 1.5rem;
}

.vechile-detail-section .country-select .select2-container .select2-selection__rendered {
  padding-left: 10px !important;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-detail__block {
  background: #fff;
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  box-shadow: 0px 2px 2px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-detail__block {
    padding-left: 11.2rem;
    padding-right: 11.2rem;
  }
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-detail__block {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 767.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row {
    padding: 3.2rem 0 4rem;
  }
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row {
    padding: 3rem 0 0;
  }
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .form-left-column {
    width: 93.666667%;
  }
}

@media (min-width: 768px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .page-title-block {
    padding-bottom: 2.6rem;
    border-bottom: 1px solid #E5EAF8;
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 767.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .page-title-block {
    margin-bottom: 1.8rem;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .page-title-block .page-title {
  margin-right: 5rem;
}

@media (max-width: 767.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .page-title-block .page-title {
    margin-bottom: 4px !important;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .page-title-block .page-title h2 {
  font-weight: bold;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list {
  margin-bottom: 3.4rem;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block {
    padding: 0 2.5rem;
    padding-right: 0;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_label {
  padding-right: 2rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_label label {
  color: #652C90;
  font-weight: 500;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_label label {
    font-size: 16.5px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_label label {
    font-size: 15.5px;
  }
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_question:hover .title {
    visibility: visible;
    opacity: 1;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_question .icon {
  width: 22px;
  height: 22px;
  border: 2px solid #5B606B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block_question .icon span {
  font-size: 11px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block .title {
  background: #652C90;
  width: 173px;
  color: #fff;
  bottom: 100%;
  padding: 1.2rem;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block .title {
    min-height: 45px;
    transition: 0.5s all ease;
    left: 50%;
    transform: translate(-50%, -10px);
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block .title {
    display: none;
    right: 0;
    margin-bottom: 10px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block .title:before {
  content: "";
  position: absolute;
  bottom: -4px;
  background: #652C90;
  width: 11px;
  z-index: 0;
  height: 11px;
  transform: rotate(45deg);
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block .title:before {
    right: 1rem;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection {
  border-radius: 5px;
  border: 2px solid #60607E;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection {
    height: 53px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection {
    height: 53px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 20px;
  color: #5B606B;
  font-weight: 500;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__rendered {
    line-height: 53px;
    font-size: 15.5px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__rendered {
    line-height: 48px;
    font-size: 15.5px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__arrow {
  right: 20px;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__arrow {
    height: 53px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__arrow {
    height: 48px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__arrow b {
  border: none;
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkboxes_item {
  width: 52px;
  height: 52px;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s all ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkboxes_item span {
  position: relative;
  top: 2px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkboxes_item:not(.active) {
  border: 2px solid #BCBCDF;
  color: #5B606B;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkboxes_item.active {
  background: #652C90;
  border: 2px solid #652C90;
  color: #fff;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkboxes_item:not(:last-child) {
  margin-right: 2rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s all ease;
  min-height: 53px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 5px;
  padding-top: 7px;
  text-align: left;
  padding-left: 2.4rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big p {
  line-height: 1.3;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big:not(.active) {
  border: 2px solid #F3F3F3;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big:not(.active) p {
  color: #652C90;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big.active {
  border: 2px solid #652C90;
  background: #652C90;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big.active p {
  color: #fff;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input {
  border-radius: 5px;
  border: 2px solid #60607E;
  width: 100%;
  font-size: 15.5px;
  color: #652C90;
  padding: 0 25px;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input {
    height: 53px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input {
    height: 53px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input::placeholder {
  position: relative;
  top: 2px;
  color: #652C90;
}

@media (min-width: 1900px) {

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .col-lg-10,
  .input-block-phone .col-lg-10,
  .submit-btn .col-lg-10 {
    width: 74.6%;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block {
  display: flex;
  flex-wrap: wrap;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check {
  align-items: center;
  display: flex;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check.active {
  background: #652C90;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check.active .form-check-label {
  color: #fff;
}

@media (min-width: 768px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check {
    width: 132px;
  }
}

@media (max-width: 767.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check {
    width: 105px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check .form-check-input {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -2px;
  border: 2px solid #60607E;
  margin-left: -0.4em;
  position: relative;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check .form-check-input:checked {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  border: none;
  margin-right: 7px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check .form-check-input:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 2px solid #fff;
  left: -5px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check:not(:last-child) {
  margin-right: 1.8rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .form-radio-block .form-check label {
  padding: 1.3rem;
  padding-left: 0;
  font-size: 15.5px;
  color: #5B606B;
  flex: 1;
  padding-top: 1.7rem;
  margin-left: 1rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block:not(:last-child) {
  margin-bottom: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid #E5EAF8;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .estimated-value {
  background: #FFFFFF;
  border: 1px solid #E2EBFF;
  padding: 0 3.6rem;
  border-radius: 9px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .estimated-value .title {
  padding: 1.8rem 0 1.5rem;
  border-bottom: 1px solid #E5EAF8;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .estimated-value .title h6 {
  color: #652C90;
  line-height: 26px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .estimated-value .title h6 span {
  display: block;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .estimated-value .desc {
  padding: 1rem 0;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone>.row .col-lg-9 {
    width: 73.6%;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num {
  border-radius: 5px;
  border: 2px solid #60607E;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num {
    height: 53px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num {
    height: 53px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num-input {
  flex: 1;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num-input input {
  width: 100%;
  flex: 1;
  border: none;
  background-color: transparent;
  color: #652C90;
  padding-top: 5px;
  padding-left: 12px;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num-input input {
    font-size: 15.5px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num-input input {
    font-size: 14.5px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .select2-dropdown {
  width: 100% !important;
  left: 0 !important;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .dial-code {
  border-right: 1px solid #E4E7EF;
  padding-right: 6px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .dial-code>p {
  font-size: 15.5px;
  color: #652C90;
  padding-right: 6px;
  padding-left: 15px;
  padding-top: 5px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .dial-code .select2-container .select2-selection {
  border: none;
  border-radius: none;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .dial-code .select2-container .select2-selection .select2-selection__rendered {
  line-height: 32px;
  color: #652C90;
  font-size: 15.5px;
  padding-right: 25px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .dial-code .select2-container .select2-selection .select2-selection__arrow b {
  border: none;
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block>.row>div[class*="col-"]:not(:last-child) .input-block {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #E5EAF8;
  }
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .form-title {
    margin-top: 5.3rem;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .form-title {
    margin-top: 4.4rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .row-input>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .row-input>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .checkbox-row>.row>div[class*="col-"]:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block.estimated-block {
  border-bottom: none;
  padding-bottom: 0;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list.declatation-form .form-block label {
  font-weight: 400;
  font-size: 14.5px;
  line-height: 24px;
  color: #652C90;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list.declatation-form .i-accept {
  padding-top: 12px;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn {
    padding: 0 2.5rem;
    padding-right: 0;
  }
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn .col-lg-9 {
    width: 73.6%;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn .btn {
  background: #F05A28;
  border-radius: 5px;
  justify-content: center;
  width: 100%;
  color: #fff;
  padding: 7px 3rem 4px;
  font-weight: 600;
}



@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn .btn {
    height: 53px;
    font-size: 18px;
  }
}

@media (max-width: 1899px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn .btn {
    height: 48px;
    font-size: 16px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn .btn img {
    width: 20px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer {
  background: #FDFEFF;
  box-shadow: 0px 1px 15px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
}

@media (min-width: 768px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer {
    position: sticky;
    top: 100px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer_content {
  padding: 3rem 3.9rem 3rem 3.8rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer_content_title {
  margin-bottom: 1.6rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer_content_title h6 {
  line-height: 24px;
  color: #652C90;
}

@media (min-width: 1900px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer_content_title h6 {
    font-size: 16.4px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer_content_desc p {
  font-size: 14.5px;
  line-height: 24px;
  color: #652C90;
  padding-left: 3px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer {
  padding-bottom: 3rem;
  padding-top: 4rem;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer {
    margin-top: 4rem;
  }
}

@media (max-width: 991.98px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer {
    margin-top: 6rem;
  }
}

@media (min-width: 1400px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer {
    margin-top: 0;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  background: url(../../v2/images/hsape-curve.png) no-repeat;
  height: 100%;
  left: 0;
  background-size: cover;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer-car {
  margin-bottom: 1.5rem;
  z-index: 9;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer-car_hand {
  bottom: 62%;
  right: 44px;
  z-index: -1;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer .health-offer-text {
  padding-top: 6rem;
  flex: 1;
  z-index: 9;
  padding-left: 4rem;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer .health-offer-text {
    width: 150px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer .health-offer-text h5 {
  font-size: 19px;
  line-height: 26px;
  text-shadow: 0.2px 0.2px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer-text {
  z-index: 9;
  padding: 0 4rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer-text h5 {
  font-size: 19px;
  line-height: 26px;
  text-shadow: 0.2px 0.2px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer.health-offer {
  padding-top: 1rem;
  padding-bottom: 0;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer.health-offer .car-offer-car {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer.health-offer .car-offer-car {
    margin-left: -40px;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer.home-offer {
  padding-bottom: 3rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .sidebar-offer .car-offer.home-offer .health-offer-text h5 {
  width: 160px;
}

@media (min-width: 992px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row {
    padding-left: 0;
  }
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block {
  margin-bottom: 3.5rem;
  border: 1.2px solid #E2EBFF;
  padding: 2rem 2rem 2rem 3.6rem;
  border-radius: 9px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block p {
  font-size: 14.5px;
  line-height: 23px;
  color: #5B606B;
}


.result-listing .page-title-desc {
  margin-bottom: 3rem;
}

.result-listing .page-title-desc h5 {
  font-weight: 500;
  font-size: 18.5px;
  line-height: 22px;
  color: #652C90;
}

@media (max-width: 767.98px) {
  .result-listing .page-title-desc {
    margin-top: 1.5rem;
  }
}

.result-listing .result-listing-full-block:not(:last-child) {
  margin-bottom: 4.5rem;
}

.result-listing__item:not(:last-child) {
  margin-bottom: 4.3rem;
}

.result-listing__item__block {
  transition: 0.3s all ease;
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid #727296;
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
}

@media (max-width: 991.98px) {
  .result-listing__item__block {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1200px) {
  .result-listing__item__block .left-col {
    width: 82%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .left-col {
    width: 80.333333%;
  }
}

@media (min-width: 1200px) {
  .result-listing__item__block .right-col {
    width: 18%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .right-col {
    width: 19.666667%;
  }
}

@media (max-width: 991.98px) {
  .result-listing__item__block .right-col .right-buy-now {
    padding-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .result-listing__item__block .right-col .right-buy-now {
    padding-top: 3.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .result-listing__item__block .right-col .right-buy-now-top {
    padding: 0 3.1rem 0;
    flex-grow: 1;
  }
}

@media (max-width: 1199.98px) {
  .result-listing__item__block .right-col .right-buy-now-top {
    padding: 0 1.5rem 0;
  }
}

.result-listing__item__block .right-col .right-buy-now-top .premium-title {
  margin-bottom: 1.2rem;
}

.result-listing__item__block .right-col .right-buy-now-top .premium-title p {
  font-size: 14.5px;
  line-height: 18px;
  color: #652C90;
  font-weight: 500;
}

.result-listing__item__block .right-col .right-buy-now-top .price-title {
  margin-bottom: 1.8rem;
}

.result-listing__item__block .right-col .right-buy-now-top .price-title h4 {
  font-size: 16.5px;
  line-height: 18px;
  color: #652C90;
  font-weight: 500;
}

.result-listing__item__block .right-col .right-buy-now-top .buy-now-button {
  margin-bottom: 2.1rem;
}

.result-listing__item__block .right-col .right-buy-now-top .buy-now-button .btn {
  width: 152px;
  height: 43px;
  border: 2px solid #F05A28;
  background: #F05A28;
  border-radius: 5px;
  color: #fff;
  padding-top: 7px;
  font-weight: 700;
  font-size: 18px;
}

.result-listing__item__block .right-col .right-buy-now-top .plan-details {
  margin-bottom: 2.7rem;
}

.result-listing__item__block .right-col .right-buy-now-top .plan-details a {
  font-weight: 500;
  font-size: 14.5px;
  color: #652C90;
  line-height: 18px;
}

.result-listing__item__block .right-col .right-buy-now-top .plan-details a span {
  font-size: 11px;
}

.result-listing__item__block .right-col .right-buy-now-top .plan-details a span:before {
  font-weight: bold;
  color: #652C90;
}

.result-listing__item__block .right-col .right-buy-now-bottom {
  background: #FBFCFF;
}

@media (max-width: 991.98px) {
  .result-listing__item__block .right-col .right-buy-now-bottom {
    display: none;
  }
}

.result-listing__item__block .right-col .right-buy-now-bottom .custom-checkbox {
  padding: 13px;
  position: relative;
  display: inline-block;
}

.result-listing__item__block .right-col .right-buy-now-bottom .custom-checkbox label {
  justify-content: center;
}

.result-listing__item__block_left {
  border-right: 1px solid #F9F7FF;
}

@media (min-width: 1200px) {
  .result-listing__item__block_left {
    padding-left: 3.4rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block_left {
    padding-left: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .result-listing__item__block_left {
    padding: 0 2rem;
  }
}

.result-listing__item__block_left .result-listing__item__block_top {
  padding: 0 0 1.8rem;
}

.result-listing__item__block_left .result-listing__item__block_top .comprehensive-third-prty {
  text-align: right;
}

.result-listing__item__block_left .result-listing__item__block_top .comprehensive-third-prty_text {
  display: inline-flex;
  border-radius: 0px 0px 0px 34px;
  padding: 3px 15px 2px 18px;
  font-size: 14.5px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767.98px) {
  .result-listing__item__block_left .result-listing__item__block_top .comprehensive-third-prty_text {
    margin-right: -2.1rem;
  }
}

.result-listing__item__block_left .result-listing__item__block_top .comprehensive-third-prty .comprehensive {
  background: #652C90;
}

.result-listing__item__block_left .result-listing__item__block_top .comprehensive-third-prty .third-party {
  background: #8F8F8F;
}

@media (min-width: 1200px) {
  .result-listing__item__block_left .result-listing__item__block_top {
    padding-left: 1.9rem;
  }
}

@media (min-width: 768px) {
  .result-listing__item__block_left .result-listing__item__block_top_row .partner-logo {
    margin-right: 4rem;
  }
}

@media (max-width: 767.98px) {
  .result-listing__item__block_left .result-listing__item__block_top_row .partner-logo {
    flex: 100%;
    margin-bottom: 2rem;
  }
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content {
  flex: 1;
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_title {
  margin-bottom: 1.4rem;
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_title h5 {
  font-size: 16.5px;
  line-height: 22px;
  font-weight: 500;
  color: #652C90;
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_title h5 span {
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item p {
  font-size: 13.26px;
  line-height: 22px;
  color: #652C90;
  font-weight: 400;
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item p span {
  font-size: 14.5px;
  line-height: 22px;
  display: block;
  font-weight: 500;
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item p small {
  font-size: 11.2576px;
  line-height: 18px;
  color: #9191B4;
}

.result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item:not(:last-child) {
  margin-right: 7rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item:not(:last-child) {
    margin-right: 3rem;
  }
}

.result-listing__item__block_left .result-listing__item__block_medium {
  border-top: 1px solid #F9F7FF;
  padding: 2.3rem 0;
}

@media (max-width: 767.98px) {
  .result-listing__item__block_left .result-listing__item__block_medium .row div[class*="col-"]:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .result-listing__item__block_left .result-listing__item__block_medium {
    padding-right: 1rem;
  }
}

@media (min-width: 992px) {
  .result-listing__item__block_left .result-listing__item__block_medium .first-col {
    width: 32%;
  }
}

@media (min-width: 992px) {
  .result-listing__item__block_left .result-listing__item__block_medium .second-col {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .result-listing__item__block_left .result-listing__item__block_medium .third-col {
    width: 38%;
  }
}

.result-listing__item__block .result-listing__item__block-bottom {
  display: none;
  border-top: 1px solid #F9F7FF;
}

.result-listing__item__block .result-listing__item__block-bottom-top {
  padding: 2.6rem 3.1rem 3.2rem 4.1rem;
}

@media (min-width: 1900px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row {
    --bs-gutter-x: 5rem;
  }
}

@media (max-width: 767.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row>div[class*="col-"] {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1900px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row .highlights {
    width: 24%;
  }
}

@media (min-width: 1900px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row .road-assistant {
    width: 18.3%;
    padding-right: 0;
  }
}

@media (min-width: 1900px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row .special-feactures {
    width: 30.7%;
  }
}

@media (min-width: 1900px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row .extra-add-col {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row .extra-add-col {
    order: 4;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .row .special-feactures {
    order: 3;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top {
    padding: 2.6rem 2.1rem 1.7rem 2.1rem;
  }
}

.result-listing__item__block .result-listing__item__block-bottom-top .listing-title {
  margin-bottom: 2rem;
}

.result-listing__item__block .result-listing__item__block-bottom-top .listing-title h6 {
  font-weight: 700;
  color: #652C90;
  font-size: 14.5px;
  line-height: 18px;
}

.result-listing__item__block .result-listing__item__block-bottom-top .listing-ul ul li {
  font-weight: 400;
  font-size: 13.2576px;
  padding-left: 2.3rem;
}

.result-listing__item__block .result-listing__item__block-bottom-top .listing-ul ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.result-listing__item__block .result-listing__item__block-bottom-top .listing-p .desc-p:not(:last-child) {
  margin-bottom: 2rem;
}

.result-listing__item__block .result-listing__item__block-bottom-top .listing-p .desc-p p {
  font-size: 13.2576px;
  line-height: 20px;
  color: #652C90;
  margin-bottom: 0;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 99;
  width: 28px;
  height: 29px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox {
    width: 25px;
    height: 25px;
  }
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  color: #652C90;
  align-items: center;
  padding: 0;
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 18px;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox+label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 29px;
  height: 28px;
  align-self: flex-start;
  background: white;
  border: 2px solid #E6EAEF;
  border-radius: 3px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox+label:before {
    width: 25px;
    height: 25px;
  }
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox:checked+label:before {
  background: #F05A28;
  border: 2px solid #F05A28;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 9px;
  align-self: flex-start;
  top: 13px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-checkbox .styled-checkbox:checked+label:after {
    left: 6px;
    top: 11px;
  }
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons {
  border-radius: 8px;
  border: 1px solid #E2EBFF;
  padding: 15px 15px 11px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .result-listing__item__block .result-listing__item__block-bottom-top .extra-addons {
    padding: 15px 10px 11px;
  }
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text {
  flex: 1;
  font-size: 13.2576px;
  color: #652C90;
  margin-left: 1.2rem;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div span {
  display: flex;
  align-items: center;
  line-height: 1;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div span strong {
  margin-right: 1.5rem;
  flex: 100%;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div .select2-container .select2-selection {
  border: none;
  height: auto;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  line-height: 20px;
  font-size: 11.2576px;
  padding-right: 14px;
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/dropdown-icon.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.result-listing__item__block .result-listing__item__block-footer {
  padding: 1.3rem 3.1rem 1.3rem 4.1rem;
  border-top: 1px solid #F9F7FF;
}

.result-listing__item__block .result-listing__item__block-footer p {
  font-size: 12.2576px;
  line-height: 18px;
  color: #652C90;
}

.result-listing__item .more-details {
  margin-top: -2rem;
}

.result-listing__item .more-details .btn {
  width: 139px;
  height: 32px;
  border: 2px solid #652C90;
  box-shadow: 0px 3px 3px 1px rgb(216 226 241/25%);
  border-radius: 4px;
  background: #fff;
  color: #652C90;
  font-weight: 400;
  font-size: 13.2576px;
  padding: 0.775rem 0.75rem 0.375rem;
}

.result-listing__item .more-details .btn.active span {
  transform: rotate(180deg);
}

.result-listing__item .more-details .btn span {
  margin-top: -4px;
}

.result-listing__item .more-details .btn span:before {
  color: #652C90 !important;
}

.result-listing__item .more-details .btn i {
  font-style: normal;
  padding-right: 1.1rem;
}

.result-listing__item .more-details .btn span {
  font-size: 7px;
  transition: 0.3s all ease;
  font-weight: 900;
}

.result-listing__item .more-details .btn span:before {
  color: #00ABD4;
}

.result-listing__item .price-tag-top {
  background: #00ABD4;
  color: #fff;
  font-size: 15.5px;
  padding: 5px 18px 2px;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 768px) {
  .result-listing__item .price-tag-top {
    border-radius: 9px 9px 0px 9px;
  }
}

@media (max-width: 767.98px) {
  .result-listing__item .price-tag-top {
    border-radius: 9px 9px 0px 0px;
  }
}

@media (min-width: 768px) {
  .result-listing__item .price-tag-top {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    top: 132px;
    left: 30px;
  }
}

.listing-ul ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.listing-ul ul li {
  position: relative;
  font-weight: 400;
  font-size: 13.2576px;
  padding-left: 2.3rem;
}

.listing-ul ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'icomoon' !important;
}

.listing-ul ul li.check {
  color: #652C90;
}

.listing-ul ul li.check:before {
  content: "\e90e";
  color: #FFBC4B;
}

.listing-ul ul li.cross {
  color: #9191B4;
}

.listing-ul ul li.cross:before {
  content: "\e90b";
  color: #E2E2E2;
  font-size: 1.2rem;
}

.listing-ul ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.listing-ul ul li span {
  margin-top: 1px;
  font-size: 11.2576px;
  color: #9191B4;
  display: block;
  font-weight: 400;
}

.checkbox-listing .checkbox-item:not(:last-child) {
  margin-bottom: 1.9rem;
}

.checkbox-listing .checkbox-item .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox-listing .checkbox-item .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  color: #652C90;
  align-items: center;
  padding: 0;
  font-weight: 500;
  font-size: 14.2576px;
}

.checkbox-listing .checkbox-item .styled-checkbox+label span {
  flex: 1;
  padding-top: 1px;
}

.checkbox-listing .checkbox-item .styled-checkbox+label:before {
  content: '';
  margin-right: 14px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  align-self: flex-start;
  height: 16px;
  background: white;
  border: 2px solid #60607E;
  border-radius: 3px;
}

.checkbox-listing .checkbox-item .styled-checkbox:checked+label:before {
  background: #F05A28;
  border: 2px solid #F05A28 !important;
}

.checkbox-listing .checkbox-item .styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  align-self: flex-start;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.checkbox-listing .checkbox-item.select_inside {
  display: flex;
  align-items: center;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select {
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: 1px;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select>span {
  color: #652C90;
  font-weight: 500;
  font-size: 14.2576px;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select .plain {
  padding-left: 9px;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select .plain .select2-container {
  width: auto !important;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select .plain .select2-container .select2-selection {
  border: none;
  height: auto;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select .plain .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  font-weight: 700;
  font-size: 14.2576px;
  color: #652C90;
  line-height: 1;
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select .plain .select2-container .select2-selection .select2-selection__arrow {
  width: 11px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.checkbox-listing .checkbox-item.select_inside .checkbox-label-select .plain .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/black-dropdown.png);
  border: none;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.custom-checkbox .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.custom-checkbox .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  color: #652C90;
  align-items: center;
  padding: 0;
  font-weight: 400;
  font-size: 13.2576px;
}

.custom-checkbox .styled-checkbox+label span {
  padding-top: 3px;
}

.custom-checkbox .styled-checkbox+label:before {
  content: '';
  margin-right: 9px;
  align-self: flex-start;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #DEE5F2;
  border-radius: 3px;
}

.custom-checkbox .styled-checkbox:checked+label:before {
  background: #F05A28;
  border: 2px solid #F05A28;
}

.custom-checkbox .styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 5px;
  align-self: flex-start;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.select-addons-container .select2-results ul li {
  font-size: 11.2576px;
}

.compare-list {
  display: none;
  bottom: 0;
  padding: 2rem 0;
  box-shadow: 0 1rem 4rem rgb(0 0 0/10%);
  background: #fff;
  z-index: 1000;
}

.compare-list .compare-item {
  border: 2px solid #d8e0e5;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 2rem;
  position: relative;
  height: 74px;
}

.compare-list .compare-item:hover .close_item {
  visibility: visible;
  opacity: 1;
}

.compare-list .compare-item .close_item {
  left: -13px;
  opacity: 0;
  cursor: pointer;
  transition: 0.3s all ease;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #00ABD4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

.compare-list .compare-item__logo img {
  max-height: 100%;
}

.compare-list .compare-item__name p {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 500;
}

.compare-list .compare-button .btn-compare-offers {
  background-color: #fd7a53;
  border-color: #fd7a53;
  width: 100%;
  height: 74px;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.compare-plans-table_block_item:first-child .compare-plans-table_block_item_row>.row>div[class*="col-"]:not(:first-child) .compare-plans-table_block_item_row_item {
  padding-bottom: 0;
  border: 1px solid #727296;
  border-bottom: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.compare-plans-table_block_item:nth-child(odd) .compare-plans-table_block_item_row>.row>div[class*="col-"]:not(:first-child) .compare-plans-table_block_item_row_item {
  background-color: #fff;
}

.compare-plans-table_block_item:nth-child(2) .compare-plans-table_block_item_row>.row>div[class*="col-"]:first-child {
  border-top: 1px solid #F6F9FF;
  border-top-left-radius: 9px;
}

.compare-plans-table_block_item:nth-child(2) .compare-plans-table_block_item_row>.row>div[class*="col-"]:not(:first-child) .compare-plans-table_block_item_row_item {
  padding-top: 4.6rem;
  border-top: 1px solid #E2EBFF !important;
}

.compare-plans-table_block_item:nth-child(2) .compare-plans-table_block_item_row>.row>div[class*="col-"]:first-child .left-table-col {
  padding-top: 4.6rem;
}

.compare-plans-table_block_item:nth-last-child(2) .compare-plans-table_block_item_row>.row>div[class*="col-"]:first-child {
  border-bottom-left-radius: 9px;
}

.compare-plans-table_block_item:last-child .compare-plans-table_block_item_row>.row>div[class*="col-"]:not(:first-child) .compare-plans-table_block_item_row_item {
  border: 1px solid #727296;
  border-top: none;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #fff;
  padding-top: 0;
}

.compare-plans-table_block_item:not(:first-child):not(:last-child) .compare-plans-table_block_item_row>.row>div[class*="col-"]:first-child {
  border-bottom: 1px solid #F6F9FF;
  border-left: 1px solid #F6F9FF;
}

.compare-plans-table_block_item:not(:first-child):not(:last-child) .compare-plans-table_block_item_row>.row>div[class*="col-"]:not(:first-child) .compare-plans-table_block_item_row_item {
  border: 1px solid #727296;
  border-top: none;
  border-bottom: none;
}

.compare-plans-table_block_item_row .left-table-col {
  padding: 2.3rem;
  height: 100%;
}

.compare-plans-table_block_item_row .left-table-col p {
  color: #652C90;
  font-size: 13.2576px;
}

.compare-plans-table_block_item_row_item {
  padding: 2.3rem;
  height: 100%;
  text-align: center;
}

.compare-plans-table_block_item_row_item .desc-p p {
  font-size: 13.2576px;
  color: #652C90;
}

.compare-plans-table_block_item_row_item .desc-p ul li {
  font-size: 13.2576px;
  line-height: 26px;
  text-align: left;
}

.compare-plans-table_block_item_row_item .proceed .btn {
  background-color: #fff;
  width: 183px;
  height: 46px;
  border: 2px solid #F05A28;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #F05A28;
  text-transform: uppercase;
  padding-top: 9px;
}

.compare-plans-table_block_item_row_item .compare-company_logo {
  margin-bottom: 1.6rem;
}

.compare-plans-table_block_item_row_item .compare-company_name h6 {
  color: #652C90;
}

.compare-plans-table_block_item_row_item .compare-company_name p {
  font-size: 13.2576px;
  line-height: 22px;
  margin-top: 2px;
  color: #652C90;
}

.compare-plans-table_block_item_row_item .compare-company_price {
  margin-top: 1.4rem;
}

.compare-plans-table_block_item_row_item .compare-company .proceed {
  position: relative;
  bottom: -22px;
}

.compare-plans-table_block_item_row_item .check {
  background: #21D367;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.compare-plans-table_block_item_row_item .cross {
  background: #BAC2DA;
  ;
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.page-content {
  background-color: #FBFCFF;
}

.page-content .wizard-section .container {
  --bs-gutter-x: 1.5rem;
}

.page-content .main-container {
  padding: 3rem 0 5rem;
}

.page-content .main-container .we-found {
  margin-bottom: 2.8rem;
}

.page-content .main-container .we-found p {
  color: #652C90;
}

.page-content .page-title.plain {
  margin-bottom: 2rem;
}

.vechile-list .page-title-block.result-listing-title {
  margin-bottom: 2.6rem;
}

.vechile-list .page-title-block .result-tabs-nav .nav-tabs {
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}

.vechile-list .page-title-block .result-tabs-nav .nav-tabs .compare-link {
  font-weight: 500;
  font-size: 14.5px;
  color: #652C90;
}

@media (min-width: 992px) {
  .vechile-list .page-title-block .result-tabs-nav .nav-tabs .compare-link {
    padding: 1rem 2.3rem 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .vechile-list .page-title-block .result-tabs-nav .nav-tabs .compare-link {
    padding: 1rem 1.5rem 0.8rem;
  }
}

.vechile-list .page-title-block .result-tabs-nav .nav-tabs .compare-link.active {
  background: #00ABD4;
  color: #fff;
}

.vechile-list .page-title-block .title-desc p {
  font-size: 13.2576px;
  line-height: 19px;
  color: #652C90;
}

@media (min-width: 992px) {
  .vechile-list .page-title-block .mid-col {
    width: 42%;
  }
}

@media (min-width: 1200px) {
  .vechile-list .page-title-block .mid-col {
    padding-left: 8rem;
  }
}

@media (max-width: 767.98px) {
  .vechile-list .page-title-block .mid-col {
    margin: 2rem 0;
  }
}

@media (min-width: 992px) {
  .vechile-list .page-title-block .right-col {
    width: 33%;
  }
}

.page-content .page-title h2 {
  font-weight: bold;
  color: #652C90;
}

.checkout .checkout-container .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.checkout .checkout-container .page-title h2 {
  padding-right: 2rem;
}

.checkout .checkout-container .page-title p {
  font-size: 14.2576px;
  line-height: 18px;
  color: #652C90;
}

.checkout .checkout-container .checkout-block {
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
}

@media (min-width: 1200px) {
  .checkout .checkout-container .checkout-block .checkout-top .left-col {
    width: 80.333333%;
  }
}

@media (min-width: 1200px) {
  .checkout .checkout-container .checkout-block .checkout-top .right-col {
    width: 19.666667%;
  }
}

.checkout .checkout-container .checkout-block .checkout-top__block {
  height: 100%;
  border-bottom: 1px solid #F9F7FF;
  border-right: 1px solid #F9F7FF;
}

@media (min-width: 992px) {
  .checkout .checkout-container .checkout-block .checkout-top__block {
    padding: 3.4rem 4rem 2.8rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-top__block {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-logo {
    margin-right: 5.5rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-logo {
    flex: 100%;
    margin-bottom: 2rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content {
  flex: 1;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_title {
  margin-bottom: 1.4rem;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_title h5 {
  font-size: 16.5px;
  line-height: 22px;
  font-weight: 500;
  color: #652C90;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_title h5 span {
  font-weight: 500;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item {
  display: flex;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item:not(:last-child) {
  margin-right: 6.8rem;
}

@media (max-width: 1199.98px) {
  .checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item {
    flex: 100%;
  }

  .checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .icon {
  margin-right: 7px;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .text {
  padding-top: 1px;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .plain {
  margin-left: 1rem;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .plain .select2-container .select2-selection {
  border: none;
  height: auto;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .plain .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  line-height: 18px;
  font-size: 14.2576px;
  padding-right: 18px;
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .plain .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .plain .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/black-dropdown.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now {
  padding-top: 3.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top {
  flex-grow: 1;
}

@media (min-width: 1200px) {
  .checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top {
    padding: 0 3.3rem 0;
  }
}

@media (max-width: 1199.98px) {
  .checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top {
    padding: 0 1.3rem 0;
  }
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top .premium-title {
  margin-bottom: 0.5rem;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top .premium-title p {
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
  font-weight: 500;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top .price-title {
  margin-bottom: 2.3rem;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now-top .price-title h4 {
  color: #652C90;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now .price-tag {
  background: #FFBC4B;
  font-size: 10.2576px;
  letter-spacing: 0.205em;
  padding: 6px 0 2px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

.checkout .checkout-container .checkout-block .checkout-middle {
  border-bottom: 1px solid #F9F7FF;
  background: #FBFCFF;
}

@media (min-width: 992px) {
  .checkout .checkout-container .checkout-block .checkout-middle {
    padding: 2.3rem 3.6rem 2.8rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-middle {
    padding: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  color: #9191B4;
  max-width: 272px;
}

.checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p.terms-conditions {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 24px;
  color: #652C90;
  max-width: 243px;
}

.checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p span {
  display: block;
  font-weight: 500;
  font-size: 16.2576px;
  color: #652C90;
  margin-top: 6px;
  line-height: 18px;
}

.checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
  margin-right: 7rem;
}

@media (min-width: 1200px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .left-col {
    width: 62.666667%;
  }
}

@media (min-width: 1200px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .right-col {
    width: 37.33333333%;
  }
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout_summary_block {
  padding-bottom: 4.3rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout_summary_block .summary {
  padding-bottom: 2.1rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout_summary_block .summary .summary-block:not(:last-child) {
  padding-bottom: 2.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #F9F7FF;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout_summary_block .agree-terms-conditions {
  margin-bottom: 0;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .listing-title {
  margin-bottom: 2rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .listing-title h6 {
  font-size: 15.2576px;
  font-weight: 700;
  color: #652C90;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #F9F7FF;
}

@media (max-width: 767.98px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row__top>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row>div[class*="checkout-left-row"]:not(:last-child) {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row {
    padding: 2.5rem 3.4rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row {
    padding: 2.1rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row__bottom .listing-title {
  margin-bottom: 1.4rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row__bottom .coupan-block .coupan-form {
  border-radius: 8px;
  border: 2px solid #E6EAEF;
  width: 322px;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  max-width: 100%;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row__bottom .coupan-block .coupan-form--input .coupan-input {
  border: none;
  height: 48px;
  padding-left: 15px;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row__bottom .coupan-block .coupan-form--button .btn-apply {
  background: #652C90;
  border-radius: 5px;
  height: 25px;
  font-size: 10.2576px;
  padding: 0.575rem 0.75rem 0.375rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 18px;
  min-width: 59px;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row .checkbox-listing .checkbox-item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row .checkbox-listing .checkbox-item .styled-checkbox+label:before {
  width: 21px;
  height: 21px;
  border: 2px solid #BAC2DA;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row .checkbox-listing .checkbox-item .styled-checkbox+label:after {
  left: 5px;
  top: 10px;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row .listing-ul ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer {
  border-top: 1px solid #F9F7FF;
}

@media (min-width: 992px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer {
    padding: 3rem 4rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer {
    padding: 2.1rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item {
  font-weight: 500;
  font-size: 13.2576px;
  line-height: 18px;
  color: #5B606B;
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item:not(:last-child) {
  margin-right: 5rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item .plain .select2-container .select2-selection {
  border: none;
  height: auto;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item .plain .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  line-height: 18px;
  font-size: 13.2576px;
  padding-right: 18px;
  color: #5B606B;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item .plain .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .checkout-left-row-block .checkout-left-row--footer .checkout-left-footer-item .plain .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/dropdown-icon.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .summary {
    padding: 3rem 5.8rem 3rem 4.9rem;
  }
}

@media (max-width: 991.98px) {
  .checkout .checkout-container .checkout-block .checkout-bottom_block .summary {
    padding: 2.1rem;
  }
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .summary .inner-title {
  margin-bottom: 2.1rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .summary .inner-title h5 {
  font-weight: 700;
  font-size: 17.5px;
  line-height: 22px;
  color: #652C90;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .summary-block__table--item {
  display: flex;
  justify-content: space-between;
  font-size: 14.2576px;
  line-height: 18px;
  font-weight: 500;
  color: #652C90;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .summary-block__table--item .left {
  width: 65%;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .summary-block__table--item:not(:last-child) {
  margin-bottom: 2.3rem;
}

.payment .payment-vechile_row .page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.payment .payment-vechile_row .page-title p {
  font-size: 14.2576px;
  line-height: 18px;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row {
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-left {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-right {
    width: 51%;
    background: #FFFFFF;
    box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
}

.payment .payment-vechile_row .payment-row .payment-block-left {
  background: #FBFCFF;
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-block-left {
    padding: 4rem 5.3rem 5.1rem;
  }
}

@media (max-width: 1199.98px) {
  .payment .payment-vechile_row .payment-row .payment-block-left {
    padding: 2.1rem;
  }
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail {
  margin-bottom: 5.2rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail.home-partner-detail {
  margin-bottom: 2.8rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail--logo {
  margin-right: 2.1rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail--title {
  flex: 1;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail--title h5 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail--title p {
  margin-top: 1rem;
  font-size: 14.2576px;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block {
    padding-left: 1rem;
  }
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item {
  display: flex;
  border-bottom: 1px solid #F9F7FF;
  padding-bottom: 1.6rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item:not(:last-child) {
  margin-bottom: 1.2rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .icon {
  margin-right: 7px;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #652C90;
  font-size: 15.5px;
  line-height: 22px;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .plain {
  margin-left: 1rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .plain .select2-container .select2-selection {
  border: none;
  height: auto;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .plain .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  line-height: 18px;
  font-size: 14.2576px;
  padding-right: 18px;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .plain .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .plain .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/black-dropdown.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .summary {
    padding-left: 1rem;
    padding-right: 3.6rem;
  }
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary .inner-title {
  margin-bottom: 2.1rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary .inner-title h5 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item {
  display: flex;
  justify-content: space-between;
  font-size: 15.5px;
  line-height: 18px;
  font-weight: 400;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item .left {
  width: 66%;
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item:not(:nth-last-child(-n+2)) {
  margin-bottom: 2.3rem;
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item.total {
  margin-top: 1.4rem;
  padding-top: 2.3rem;
  border-top: 1px solid #F9F7FF;
}

.payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item.total .right {
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}

@media (min-width: 992px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo {
    margin-top: 13.8rem;
  }
}

@media (max-width: 991.98px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo {
    margin-top: 8rem;
  }
}

@media (min-width: 992px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo.home-paymnet-partner-logo {
    margin-top: 5.4rem;
  }
}

@media (max-width: 991.98px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo.home-paymnet-partner-logo {
    margin-top: 5.4rem;
  }
}

@media (min-width: 1400px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo--item:not(:last-child) {
    margin-right: 5rem;
  }
}

@media (max-width: 1399.98px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo--item:not(:last-child) {
    margin-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo--item:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.payment .payment-vechile_row .payment-row .payment-right-right {
  background-color: #fff;
  height: 100%;
  border-radius: 9px;
  border-bottom-left-radius: 0;
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-right-right {
    padding: 3.5rem 3.9rem 4.2rem;
  }
}

@media (max-width: 1199.98px) {
  .payment .payment-vechile_row .payment-row .payment-right-right {
    padding: 2.1rem;
  }
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-by-card {
  margin-bottom: 3.8rem;
}

/* .payment .payment-vechile_row .payment-row .payment-right-right__form .pay-by-card__block {
  background: #FBFCFF;
  box-shadow: 0px 3px 3px 1px rgb(216 226 241/25%);
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1.8rem 0.5rem;
  align-items: center;
  border: 2px solid #A5C7FF;
} */
.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-by-card__block ,
.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-with-install-block__item{
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1.8rem 0.9rem;
  align-items: center;
  /* border: 2px solid #A5C7FF; */
  border: none;
  box-shadow: none;
  background: transparent;
  border-bottom: 1px solid #F9F7FF;
}
.payment .payment-vechile_row .payment-row .payment-right-right__form .payment_option_selected .pay-by-card__block ,
.payment .payment-vechile_row .payment-row .payment-right-right__form .payment_option_selected .pay-with-install-block__item {
  border: 2px solid #A5C7FF;
  background: #FBFCFF;
  box-shadow: 0px 3px 3px 1px rgb(216 226 241/25%);
  border-radius: 9px;
  padding: 1.4rem 1.8rem 1.4rem;

}

.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-by-card__block--icon img:not(:last-child) {
  margin-right: 2rem;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details {
  margin-bottom: 1.8rem;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row {
  --bs-gutter-x: 2.2rem;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group {
  margin-bottom: 1.8rem;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group label,
.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .label-block label {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 20px;
  color: #652C90;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group label span {
  flex: 1;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group label .cvv-tooltip {
  cursor: pointer;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group label .cvv-tooltip:hover .text {
  visibility: visible;
  opacity: 1;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group label .cvv-tooltip .text {
  background: #363636;
  width: 110px;
  transition: 0.5s all ease;
  left: 50%;
  transform: translate(-50%, -10px);
  color: #fff;
  min-height: 45px;
  padding: 0.5rem;
  text-align: center;
  word-break: break-word;
  visibility: hidden;
  opacity: 0;
  bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0/11%);
  border-radius: 4px;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group label .cvv-tooltip .text:before {
  content: "";
  position: absolute;
  bottom: -4px;
  background: #363636;
  width: 11px;
  z-index: -1;
  height: 11px;
  transform: rotate(45deg);
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group .form-control {
  border: 2px solid #E6EAEF;
  border-radius: 8px;
  height: 48px;
  font-weight: 500;
  color: #652C90;
  font-size: 14.2576px;
  padding: 4px 1.8rem 0;
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group .form-control:focus {
  box-shadow: none;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../../v2/icons/black-dropdown.png);
  background-repeat: no-repeat;
  background-position: 88%;
  color: #C1CBD9;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group select.form-control option {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #652C90;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-with-install-block {
  margin-bottom: 4.3rem;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-with-install-block__item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #F9F7FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .payment .payment-vechile_row .payment-row .payment-right-right__form .pay-with-install-block__item {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-with-install-block__item:not(:last-child) {
  margin-bottom: 2rem;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .pay-with-install-block__item .input_radio label {
  font-weight: 400;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio {
  display: flex;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio input {
  visibility: hidden;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 0px;
  left: -1px;
  position: relative;
  outline: #C4C4C4 solid 2px;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ffffff;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio input[type="radio"]:checked:after {
  background-color: #515151;
  content: '';
  display: inline-block;
  visibility: visible;
  outline: #515151 solid 2px;
  border: 3px solid #ffffff;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio label {
  line-height: 18px;
  font-weight: 500;
  padding-left: 1.8rem;
  color: #652C90;
}

@media (min-width: 992px) {
  .payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio label {
    font-size: 16.5px;
  }
}

/* @media (max-width: 991.98px) {
  .payment .payment-vechile_row .payment-row .payment-right-right__form .input_radio label {
    font-size: 12px;
  }
} */

@media (min-width: 992px) {
  .pay-now {
    padding-left: 6px;
  }
}

.pay-now .btn-pay-now {
  width: 320px;
  padding: 16px 30px;
  border-radius: 5px;
  background-color: #F05A28;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  position: relative;
}

.pay-now .btn-pay-now span {
  position: absolute;
  right: 17px;
  color: #fff;
}

.thank-you .payment-row {
  overflow: hidden;
}

@media (min-width: 992px) {
  .thank-you .payment-row .left-col {
    width: 52.5%;
  }
}

@media (min-width: 992px) {
  .thank-you .payment-row .right-col {
    width: 47.5%;
  }
}

.thank-you .payment-row .thankyou-block-left {
  background: #652C90;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
  color: #fff;
  text-align: center;
  height: 100%;
}

@media (min-width: 1200px) {
  .thank-you .payment-row .thankyou-block-left {
    padding: 6rem 5.5rem;
  }
}

@media (max-width: 1199.98px) {
  .thank-you .payment-row .thankyou-block-left {
    padding: 3rem;
  }
}

.thank-you .payment-row .thankyou-block-left p {
  color: #fff;
}

.thank-you .payment-row .thankyou-block-left p:first-child {
  font-size: 16.5px;
}

.thank-you .payment-row .thankyou-block-left p:not(:last-child) {
  margin-bottom: 2.1rem;
}

.thank-you .payment-row .thankyou-block-left .icon {
  margin-bottom: 2.6rem;
}

.thank-you .payment-row .thankyou-block-left .purchased-complete {
  margin-bottom: 3rem;
}

.thank-you .payment-row .thankyou-block-left .purchased-complete .title h2 {
  font-weight: 500;
  line-height: 42px;
}

@media (min-width: 1200px) {
  .thank-you .payment-row .thankyou-block-left .purchased-complete .title h2 {
    font-size: 29px;
    font-weight: 700;
  }
}

@media (max-width: 1199.98px) {
  .thank-you .payment-row .thankyou-block-left .purchased-complete .title h2 {
    font-size: 23px;
  }
}

.thank-you .payment-row .thankyou-block-left .purchased-complete .desc p {
  font-weight: 500;
  font-size: 14.5px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.thank-you .payment-row .thankyou-block-left .purchased-content {
  margin-bottom: 3rem;
}

.thank-you .payment-row .thankyou-block-left .purchased-content p {
  font-weight: 400;
  font-size: 13.5px;
  line-height: 22px;
}

.thank-you .payment-row .thankyou-block-left .purchased-content p strong {
  font-weight: 600;
}

.thank-you .payment-row .thankyou-block-left .summary-block__table--item {
  display: flex;
  justify-content: space-between;
  font-size: 15.5px;
  line-height: 18px;
  font-weight: 400;
}

.thank-you .payment-row .thankyou-block-left .summary-block__table--item:not(:last-child) {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgb(255 255 255/20%);
}

.thank-you .payment-row .thankyou-right-right {
  height: 100%;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .thank-you .payment-row .thankyou-right-right {
    padding: 8.7rem 8.5rem;
  }
}

@media (max-width: 1199.98px) {
  .thank-you .payment-row .thankyou-right-right {
    padding: 3rem;
  }
}

.thank-you .payment-row .thankyou-right-right .process-title {
  margin-bottom: 3.4rem;
}

.thank-you .payment-row .thankyou-right-right .process-title h5 {
  font-weight: 500;
  color: #652C90;
}

@media (min-width: 1200px) {
  .thank-you .payment-row .thankyou-right-right .process-title h5 {
    font-size: 19.5px;
    line-height: 30px;
  }
}

@media (max-width: 1199.98px) {
  .thank-you .payment-row .thankyou-right-right .process-title h5 {
    font-size: 15.5px;
    line-height: 24px;
  }
}

.thank-you .payment-row .thankyou-right-right .process-list {
  margin-bottom: 4.3rem;
}

.thank-you .payment-row .thankyou-right-right .process-list ul li {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  padding-left: 3.7rem;
}

.thank-you .payment-row .thankyou-right-right .process-list ul li span {
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 18px;
  color: #ABABBB;
  max-width: 241px;
  margin-top: 7px;
}

.thank-you .payment-row .thankyou-right-right .process-list ul li:not(:last-child) {
  margin-bottom: 2.6rem;
}

.agree-terms-conditions {
  margin-top: 2.1rem;
  margin-bottom: 2.4rem;
}

.agree-terms-conditions .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.agree-terms-conditions .styled-checkbox+label {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  color: #652C90;
  align-items: center;
  padding: 0;
  font-weight: 400;
  color: #59596F;
  font-size: 13.2576px;
  line-height: 18px;
}

.agree-terms-conditions .styled-checkbox+label a {
  font-weight: 500;
}

.agree-terms-conditions .styled-checkbox+label span {
  padding-top: 3px;
  flex: 1;
  padding-left: 5px;
}

.agree-terms-conditions .styled-checkbox+label:before {
  content: '';
  margin-right: 10px;
  align-self: flex-start;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #DEE5F2;
  border-radius: 3px;
}

.agree-terms-conditions .styled-checkbox:checked+label:before {
  background: #fff;
}

.agree-terms-conditions .styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 5px;
  align-self: flex-start;
  top: 9px;
  background: #59596E;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #59596E, 4px 0 0 #59596E, 4px -2px 0 #59596E, 4px -4px 0 #59596E, 4px -6px 0 #59596E, 4px -8px 0 #59596E;
  transform: rotate(45deg);
}

.checkout-button .btn-checkout,
.btn-update {
  width: 100%;
  background-color: #F05A28;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 5px;
  height: 43px;
  padding: 0.575rem 0.75rem 0.375rem;
}


.declation-title {
  margin-bottom: 1.3rem !important;
  border-bottom: none !important;
}

.anser-ques {
  border-bottom: 1px solid #E5EAF8;
  padding-bottom: 2.5rem;
  margin-bottom: 2.1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.anser-ques h6 {
  color: #652C90;
}

.compare-bottom .listing-ul ul li span {
  display: flex;
}

.compare-bottom .listing-ul ul li light {
  font-weight: 400;
}

.compare-bottom .partner-content_bottom_item {
  margin-bottom: 1.5rem;
}

.compare-bottom .partner-content_bottom_item:not(:last-child) {
  margin-right: 6.6rem;
}

.compare-bottom .partner-content_bottom_item p {
  font-size: 13.2576px;
  line-height: 18px;
  color: #652C90;
}

.compare-bottom .partner-content_bottom_item p span {
  display: block;
  font-weight: bold;
}

.compare-listing .page-title-desc {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.compare-listing .page-title-desc>* {
  padding: 0 15px;
}

.compare-listing .page-title-desc p {
  font-size: 14.2576px;
  color: #652C90;
  font-weight: 500;
}

.compare-listing .listing-filters {
  margin-bottom: 2.6rem;
}

@media (max-width: 767.98px) {
  .compare-listing .listing-filters {
    padding: 10px 20px;
  }
}

.compare-listing .listing-filters_list {
  display: inline-flex;
  flex-wrap: wrap;
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .compare-listing .listing-filters_list {
    padding: 0 10px;
  }
}

.compare-listing .listing-filters_list_item {
  position: relative;
  font-size: 13.2576px;
  color: #652C90;
  transition: 0.3s all ease;
  font-weight: 500;
}

@media (min-width: 768px) {
  .compare-listing .listing-filters_list_item {
    padding: 15px 16px 10px 16px;
  }
}

@media (max-width: 767.98px) {
  .compare-listing .listing-filters_list_item {
    padding: 15px 10px;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .compare-listing .listing-filters_list_item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .compare-listing .listing-filters_list_item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 1px;
    background-color: #EEF0F5;
    right: 0;
  }
}

.compare-listing .listing-filters_list_item:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #00ABD4;
  left: 0;
  transition: 0.3s all ease;
}

.compare-listing .listing-filters_list_item.active {
  font-weight: 700;
  color: #00ABD4;
}

.compare-listing .listing-filters_list_item.active:before {
  width: 100%;
}

.compare-listing .listing-filters_list .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.compare-listing .listing-filters_list .owl-nav button {
  pointer-events: all;
}

@media (max-width: 767.98px) {
  .compare-listing .listing-filters_list .owl-nav button img {
    width: 15px;
  }
}

.compare-listing .listing-filters_list .owl-nav button.owl-prev {
  margin-left: -30px;
}

.compare-listing .listing-filters_list .owl-nav button.owl-next {
  margin-right: -30px;
}

.summary-main-block:not(:last-child) {
  padding-bottom: 2.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #F9F7FF;
}

.summary-main-block.top .summary-block__table--item:not(:last-child) {
  margin-bottom: 2.3rem;
}

.summary-main-block.center {
  padding-bottom: 1.6rem;
}

.health-thankyou .summary-block__table--item.total {
  font-size: 18.5px !important;
}

.thank-you .health-thank.thankyou-block-left .desc p {
  font-size: 14.5px !important;
}

.thank-you .health-thank.thankyou-block-left .purchased-content p {
  font-size: 13.5px !important;
}

.thankyou-right-right__form .pay-now {
  padding-top: 0.8rem;
}

/* .thankyou-right-right__form .pay-now .btn.btn-pay-now {
  width: 239px;
} */

.thankyou-right-right_header {
  margin-bottom: 3.2rem;
}

.thankyou-right-right_header .icon {
  margin-bottom: 2.9rem;
}

.thankyou-right-right_header .title h6 {
  font-size: 17.5px;
  line-height: 25px;
  color: #652C90;
}

.phone-num-select_box .select2-container .select2-selection {
  height: 45px;
  border: none;
}

.phone-num-select_box .select2-container .select2-selection .select2-selection__rendered {
  line-height: 45px;
  font-size: 15.5px;
  padding-left: 13px;
  color: #652C90;
  padding-top: 3px;
}

.phone-num-select_box .select2-container .select2-selection .select2-selection__arrow {
  height: 45px;
  right: 20px;
}

.phone-num-select_box .select2-container .select2-selection .select2-selection__arrow b {
  border: none;
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
}

.banner-top {
  /* background-color: #652C90; */
  background: radial-gradient(50.94% 350.44% at 74.41% 100%, #652C90 0%, #26267A 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
}

@media (min-width: 992px) {
  .banner-top {
    padding: 8.6rem 0 10.4rem;
  }
}

@media (max-width: 991.98px) {
  .banner-top {
    padding: 4rem 0;
  }
}

@media (min-width: 992px) {
  .banner-top__content .left-col {
    width: 45%;
  }
}

@media (min-width: 992px) {
  .banner-top__content .right-col {
    width: 52%;
  }
}

.banner-top__content .car-banner-block {
  height: 100%;
}

.banner-top__content .car-banner-block .car-image {
  z-index: 99;
}

@media (max-width: 767.98px) {
  .banner-top__content .car-banner-block .car-image {
    text-indent: 85px;
  }
}

@media (max-width: 767.98px) {
  .banner-top__content .car-banner-block .car-image img {
    width: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-top__content .car-banner-block .car-image img {
    width: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .banner-top__content .car-banner-block .car-image img {
    width: 450px;
  }
}

@media (min-width: 992px) {
  .banner-top__content__block {
    padding: 2.8rem 0 10rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-top__content__block {
    padding: 2.8rem 0 6rem;
  }
}

@media (max-width: 767.98px) {
  .banner-top__content__block {
    padding: 2.8rem 0 0rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .banner-top__content__block {
    padding-bottom: 4.4rem;
  }
}

.banner-top__content__block--title {
  margin-bottom: 1.3rem;
}

.banner-top__content__block--title h1 {
  font-weight: 600;
}

@media (min-width: 1900px) {
  .banner-top__content__block--title h1 {
    font-size: 4.2rem;
  }
}

@media (max-width: 767.98px) {
  .banner-top__content__block--title h1 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1899px) {
  .banner-top__content__block--title h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1400px) {
  .banner-top__content__block--desc {
    max-width: 370px;
  }
}

.banner-top__content__block--desc p {
  color: #fff;
}

@media (max-width: 1399.98px) {
  .banner-top__content__block--desc p {
    font-size: 14px;
  }
}

@media (min-width: 1400px) {
  .banner-top__content__block--desc p {
    font-size: 19.5px;
    line-height: 26px;
  }
}

.find-the-best {
  padding: 5rem 0;
}

.find-the-best .below-title {
  margin-bottom: 5rem;
}

@media (max-width: 991.98px) {
  .find-the-best__block .row>div:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.find-the-best__block__item {
  height: 100%;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  padding: 2.7rem 4rem 3.1rem;
}

.find-the-best__block__item--title {
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
}

.find-the-best__block__item--title .number {
  margin-right: 1.6rem;
  width: 39px;
  height: 39px;
  border: 2px solid #00ABD4;
  color: #00ABD4;
  padding: 6px 3px 2px;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-the-best__block__item--title .title {
  flex: 1;
}

.find-the-best__block__item--title .title h6 {
  line-height: 22px;
  color: #652C90;
}

.find-the-best__block__item--title .title h6 span {
  display: block;
}

.key-benefits {
  background-color: #F9F7FF;
}

@media (max-width: 767.98px) {
  .key-benefits {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .key-benefits-container {
    padding: 0 calc((100vw - 660px)/2*1);
  }
}

@media (max-width: 767.98px) {
  .key-benefits-container {
    padding: 0 3rem;
  }
}

@media (min-width: 1400px) {
  .key-benefits-container {
    padding-left: calc((100vw - 1175px)/2*1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .key-benefits-container {
    padding-left: calc((100vw - 910px)/2*1);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .key-benefits-container {
    padding-left: calc((100vw - 1040px)/2*1);
  }
}

@media (min-width: 992px) {
  .key-benefits-container .right-col {
    width: 55.33333333%;
  }
}

@media (min-width: 992px) {
  .key-benefits-container .left-col {
    width: 37.666667%;
  }
}

.key-benefits-container .key-benefits__image img {
  height: 100%;
  object-fit: cover;
}

.key-benefits-container .key-benefits-left {
  padding: 5rem 0;
}

.key-benefits-container .key-benefits-left__ul ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.key-benefits-container .key-benefits-left__ul ul li {
  color: #652C90;
  position: relative;
  line-height: 22px;
  padding-left: 6rem;
}

@media (min-width: 1900px) {
  .key-benefits-container .key-benefits-left__ul ul li {
    font-size: 16.5px;
  }
}

@media (max-width: 1899px) {
  .key-benefits-container .key-benefits-left__ul ul li {
    font-size: 14px;
  }
}

.key-benefits-container .key-benefits-left__ul ul li:before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../v2/icons/compare360/tick-icon.svg) no-repeat;
  width: 35px;
  height: 38px;
  top: 0;
}

.key-benefits-container .key-benefits-left__ul ul li:not(:last-child) {
  margin-bottom: 3.6rem;
}

.car-offer {
  margin-top: 5rem;
}

.car-offer .car-offer-block--image>img {
  z-index: 99;
  position: relative;
}

.car-offer .car-offer-block--image .car-pattern1 {
  right: -50px;
  top: 0px;
}

@media (max-width: 991.98px) {
  .car-offer .car-offer-block--button {
    padding-left: 3rem;
  }
}

.car-offer-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  background-color: #652C90;
  padding-right: 6rem;
  border-radius: 9px;
}

.car-offer-block--title {
  flex: 1;
}

@media (min-width: 992px) {
  .car-offer-block--title {
    padding-left: 9.7rem;
    padding-right: 2.9rem;
  }
}

@media (max-width: 991.98px) {
  .car-offer-block--title {
    padding-left: 3rem;
    padding-right: 0;
    flex: 100%;
    margin: 15px 0 20px;
  }
}

@media (min-width: 992px) {
  .car-offer-block--title h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 991.98px) {
  .car-offer-block--title h2 {
    font-size: 23px;
    margin-bottom: 2rem !important;
  }
}

.car-offer-block--title p {
  color: #fff;
}

@media (min-width: 992px) {
  .car-offer-block--title p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 991.98px) {
  .car-offer-block--title p {
    font-size: 14px;
    line-height: 25px;
  }
}

.why-would-you-buy {
  margin-top: 5rem;
}

.why-would-you-buy__list__item {
  margin-bottom: 4.9rem;
}

.why-would-you-buy__list__item:not(:last-child) {
  padding-bottom: 4.9rem;
  border-bottom: 1px solid #E2EBFF;
}

.why-would-you-buy__list__item--header,
.why-would-you-buy-custom .why-would-you-buy__list__item--header {
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.why-would-you-buy__list__item--header .icon,
.why-would-you-buy-custom .why-would-you-buy__list__item--header .icon {
  min-width: 42px;
  margin-right: 3.2rem;
}

.why-would-you-buy__list__item--header .title,
.why-would-you-buy-custom .why-would-you-buy__list__item--header .title {
  padding-top: 5px;
  flex: 1;
}

.why-would-you-buy__list__item--header .title h4,
.why-would-you-buy-custom .why-would-you-buy__list__item--header .title h4 {
  font-size: 23px;
  color: #652C90;
}

.btn-big {
  font-weight: 500;
  padding: 0.575rem 0.75rem 0.375rem;
}

@media (min-width: 992px) {
  .btn-big {
    width: 183px;
    height: 53px;
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .btn-big {
    width: 153px;
    height: 44px;
    font-size: 15px;
  }
}

.we-work-with {
  padding: 5rem 0;
  background: #F9F7FF;
}

@media (max-width: 991.98px) {
  .we-work-with .we-work-left {
    margin-bottom: 3rem;
  }
}

.we-work-with .we-work-left .descrip-p {
  margin-bottom: 4.8rem;
}

@media (min-width: 768px) {
  .we-work-with .we-work-right .row div[class*="col-"]:not(:nth-last-child(-n+3)) {
    margin-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .we-work-with .we-work-right .row div[class*="col-"] {
    margin-bottom: 2.5rem;
  }
}

.we-work-with .we-work-right__item {
  background: #FDFEFF;
  box-shadow: 0px 2px 2px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  position: relative;
  z-index: 9;
}

.we-work-with .we-work-right__item .partner-logo img {
  max-height: 100%;
}

.we-work-with .we-work-right .pattern1 {
  bottom: -50px;
  right: -80px;
}

.we-work-with .we-work-right .pattern2 {
  top: -50px;
  transform: translateX(100%);
  right: 60px;
}

.join-thousands {
  margin-top: 5rem;
}

@media (min-width: 1400px) {
  .join-thousands .title-ratings-row .right-col {
    width: 36.833333%;
  }
}

.join-thousands .title-ratings-row .right-col .ratings-block .ratings-block_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .join-thousands .title-ratings-row .right-col .ratings-block .ratings-block_row {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .join-thousands .title-ratings-row .right-col .ratings-block .ratings-block_row .ratings-block_desc {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

@media (min-width: 1400px) {
  .join-thousands .title-ratings-row .right-col .ratings-block .ratings-block_row .ratings-block_desc {
    margin-left: 3.8rem;
  }
}

@media (max-width: 1399.98px) {
  .join-thousands .title-ratings-row .right-col .ratings-block .ratings-block_row .ratings-block_desc {
    flex: 100%;
  }
}

.do-i-need {
  background: #F9F7FF;
  margin-top: 5rem;
  padding: 5rem 0;
}

@media (max-width: 767.98px) {
  .additonal-cover-options {
    padding-top: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .additonal-cover-options_container {
    padding: 0 calc((100vw - 660px)/2*1);
  }
}

@media (max-width: 767.98px) {
  .additonal-cover-options_container {
    padding: 0 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .additonal-cover-options_container {
    padding-right: calc((100vw - 910px)/2*1);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .additonal-cover-options_container {
    padding-right: calc((100vw - 1040px)/2*1);
  }
}

@media (min-width: 1400px) {
  .additonal-cover-options_container {
    padding-right: calc((100vw - 1175px)/2*1);
  }
}

@media (min-width: 992px) {
  .additonal-cover-options_container .right-col {
    width: 37.266667%;
  }
}

@media (min-width: 992px) {
  .additonal-cover-options_container .left-col {
    width: 57.333333%;
  }
}

.additonal-cover-options_container .additonal-cover-options__image img {
  height: 100%;
  object-fit: cover;
}

.additonal-cover-options_container .additonal-cover-options_right {
  padding: 5rem 0;
}

.additonal-cover-options_container .additonal-cover-options_right .additional-covers-list_item:not(:last-child) {
  margin-bottom: 2.4rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #F2F2F2;
}

.additonal-cover-options_container .additonal-cover-options_right .additional-covers-list_item .title h6 {
  color: #652C90;
  padding-bottom: 11px;
}

.additonal-cover-options_container .additonal-cover-options_right .additional-covers-list_item .descrip-p p {
  font-size: 15.5px;
  line-height: 26px;
}

.do-list_listing_item {
  padding: 2.3rem 3.4rem 2rem;
  border-radius: 9px;
  border: 1px solid #E2EBFF !important;
  background-color: #fff;
}

.do-list_listing_item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.do-list_listing_item .title {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  cursor: pointer;
  color: #652C90;
  position: relative;
}

.do-list_listing_item .title::after {
  content: "\e90c";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 0;
  transition: 0.4s all ease;
  top: 50%;
  font-size: 23px;
  color: #652C90;
  font-weight: 700;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.do-list_listing_item .title.active::after {
  transform: rotate(180deg);
  top: 0;
}

.do-list_listing_item .desc {
  color: #5B606B;
  font-size: 15.5px;
  line-height: 26px;
}

.do-list_listing_item .desc .more-text {
  display: none;
}

.do-list+.custom-button {
  margin-top: 5rem;
}

@media (max-width: 767.98px) {
  .get-a-quote-sec {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .get-a-quote-sec {
    margin-bottom: 6.2rem;
  }
}

.get-a-quote-sec-block {
  background-color: #fff;
  position: relative;
  z-index: 99;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  padding: 1.9rem 3.5rem 1.6rem;
}

@media (max-width: 767.98px) {
  .get-a-quote-sec-block>.row div[class*="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .get-a-quote-sec-block>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .get-a-quote-sec-block {
    margin-top: -160px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .get-a-quote-sec-block {
    margin-top: -50px;
  }
}

@media (min-width: 1200px) {
  .get-a-quote-sec-block .left-col {
    width: 14.866667%;
  }
}

@media (min-width: 1200px) {
  .get-a-quote-sec-block .right-col {
    width: 85.133333%;
  }
}

@media (min-width: 1200px) {
  .get-a-quote-sec-block .get-a-quote-car {
    padding-left: 2rem;
  }
}

.get-a-quote-sec-block .get-a-quote-car .icon {
  margin-bottom: 8px;
}

.get-a-quote-sec-block .get-a-quote-car .text h6 {
  color: #652C90;
}

.get-a-quote-sec-block .get-a-quote-form>.row {
  --bs-gutter-x: 3.5rem;
}

@media (min-width: 768px) {
  .get-a-quote-sec-block .get-a-quote-form .name, .get-a-quote-sec-block .get-a-quote-form .phone {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .get-a-quote-sec-block .get-a-quote-form .buttton {
    width: 30%;
  }
}

.get-a-quote-sec-block .get-a-quote-form input {
  height: 53px;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  font-size: 15.5px;
  padding: 1rem 2.4rem;
  width: 100%;
}

.get-a-quote-sec-block .get-a-quote-form input::placeholder {
  color: #652C90;
  position: relative;
  top: 3px;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input {
  position: relative;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container {
  left: 0 !important;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container .select2-dropdown {
  width: 100% !important;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container .select2-selection {
  border: none;
  height: 53px;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 2.2rem;
  line-height: 54px;
  font-size: 15.5px;
  color: #652C90;
  padding-right: 30px;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__arrow {
  width: 10px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/dropdown-icon.png);
  border: none;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .phone-num {
  border-radius: 9px;
  border: 1px solid #E2EBFF;
  display: flex;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .phone-num .phone-input {
  margin-left: 1rem;
  position: relative;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .phone-num .phone-input:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  width: 1px;
  background-color: #DFDFDF;
  opacity: 0.5;
}

.get-a-quote-sec-block .get-a-quote-form .get-quote-input .phone-num .phone-input .get-input {
  border: none;
}

.get-a-quote-sec-block .get-quote-cta .btn {
  height: 53px;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding-top: 6px;
}

.set-page {
  padding: 3.6rem 0 4.6rem;
  background-color: #F9FBFF;
}

@media (min-width: 1400px) {
  .set-page>.container {
    max-width: 1310px;
  }
}

.set-page__row>.row {
  --bs-gutter-x: 1.9rem;
}

@media (min-width: 992px) {
  .set-page__row .left-column {
    width: 22.8%;
  }
}

.set-page__row .left-column .sidebar {
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .set-page__row .left-column .sidebar {
    display: none;
  }
}

.set-page__row .left-column .sidebar_tile {
  padding: 2.5rem 2.8rem 1.8rem 3.5rem;
  padding-bottom: 1.8rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #E2EBFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.set-page__row .left-column .sidebar_tile span {
  transition: 0.3s all ease;
}

.set-page__row .left-column .sidebar_tile.active-dropdown span.icon-chevron-down {
  transform: rotate(180deg);
}

.set-page__row .left-column .sidebar_tile h6 {
  color: #652C90;
  line-height: 22px;
}

.set-page__row .left-column .sidebar_listing__item {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}

.set-page__row .left-column .sidebar_listing__item:after {
  content: "";
  position: absolute;
  height: 0;
  width: 3px;
  background-color: #00ABD4;
  top: 0;
  right: 0;
  transition: 0.3s all ease;
}

.set-page__row .left-column .sidebar_listing__item:hover:after, .set-page__row .left-column .sidebar_listing__item.active:after {
  height: 100%;
}

.set-page__row .left-column .sidebar_listing__item:hover .sidebar_icon span:before, .set-page__row .left-column .sidebar_listing__item.active .sidebar_icon span:before {
  color: #00ABD4;
}

.set-page__row .left-column .sidebar_listing__item:hover .sidebar_title, .set-page__row .left-column .sidebar_listing__item.active .sidebar_title {
  color: #00ABD4;
}

.set-page__row .left-column .sidebar_listing__item:not(:last-child) {
  margin-bottom: 2.8rem;
}

.set-page__row .left-column .sidebar_listing__item .sidebar_icon {
  margin-right: 2rem;
  min-width: 22px;
}

.set-page__row .left-column .sidebar_listing__item .sidebar_icon span {
  font-size: 22px;
}

.set-page__row .left-column .sidebar_listing__item .sidebar_icon span:before {
  color: #E7E3E3;
  transition: 0.3s all ease;
}

.set-page__row .left-column .sidebar_listing__item .sidebar_title {
  font-weight: 500;
  font-size: 14.5px;
  transition: 0.3s all ease;
}

.set-page__row .left-column .sidebar_button {
  padding: 0 2rem 3.3rem;
  margin-top: 3.1rem;
}

.set-page__row .left-column .sidebar_button .btn {
  width: 146px;
  height: 37px;
  font-size: 14.5px;
  font-weight: 500;
  padding: 0.575rem 0.75rem 0.375rem;
}

@media (min-width: 992px) {
  .set-page__row .right-column {
    width: 77.2%;
  }
}

.set-page__row .right-column .set-page_right {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .set-page__row .right-column .set-page_right_top {
    padding: 4rem 4rem 4.8rem;
  }
}

@media (max-width: 1199.98px) {
  .set-page__row .right-column .set-page_right_top {
    padding: 2.1rem;
  }
}

.set-page__row .right-column .set-page_right_top .innner__title {
  margin-bottom: 2rem;
}

.set-page__row .right-column .set-page_right_top .innner__title h2 {
  color: #652C90;
}

@media (min-width: 1200px) {
  .set-page__row .right-column .set-page_right_top .innner__title h2 {
    font-size: 2.9rem;
  }
}

@media (max-width: 767.98px) {
  .set-page__row .right-column .set-page_right_top .innner__title h2 {
    font-size: 2rem;
  }
}

.set-page__row .right-column .set-page_right_top .navigations-doc {
  border-bottom: 1px solid #F9F7FF;
  margin-bottom: 2.9rem;
}

.set-page__row .right-column .set-page_right_top .navigations-doc ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  /* flex-wrap: wrap; */
}

.set-page__row .right-column .set-page_right_top .navigations-doc ul li {
  font-weight: 500;
  padding-bottom: 5px;
  color: #652C90;
  font-size: 16.5px;
  line-height: 22px;
}

/* @media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .navigations-doc ul li {
    font-size: 14.5px;
  }
} */

/* @media (max-width: 991.98px) {
  .set-page__row .right-column .set-page_right_top .navigations-doc ul li {
    font-size: 13.5px;
  }
} */

.set-page__row .right-column .set-page_right_top .navigations-doc ul li.active {
  border-bottom: 3px solid #00ABD4;
  color: #00ABD4;
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .navigations-doc ul li:not(:last-child) {
    margin-right: 3.8rem;
  }
}

@media (max-width: 991.98px) {
  .set-page__row .right-column .set-page_right_top .navigations-doc ul li:not(:last-child) {
    margin-right: 2rem;
  }
}

.set-page__row .right-column .set-page_right_top .select-car-details {
  margin-bottom: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.set-page__row .right-column .set-page_right_top .select-car-details .title {
  margin-right: 4.1rem;
  font-weight: 500;
  font-size: 13.26px;
  color: #652C90;
  line-height: 22px;
}

.set-page__row .right-column .set-page_right_top .select-car-details .select-car-box {
  max-width: 100%;
}

.set-page__row .right-column .set-page_right_top .select-car-details .select-car-box .select2-container {
  max-width: 100%;
}

.set-page__row .right-column .set-page_right_top .select-car-details .select-car-box .select2-container .select2-selection {
  border: none;
  height: auto;
}

.set-page__row .right-column .set-page_right_top .select-car-details .select-car-box .select2-container .select2-selection .select2-selection__rendered {
  padding: 12px 37px 10px 18px;
  border: 2px solid #F7F7F7;
  font-weight: 400;
  font-size: 13.26px;
  line-height: 22px;
  border-radius: 8px;
  color: #652C90;
  line-height: 1;
}

.set-page__row .right-column .set-page_right_top .select-car-details .select-car-box .select2-container .select2-selection .select2-selection__arrow {
  width: 11px;
  height: 7px;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
}

.set-page__row .right-column .set-page_right_top .select-car-details .select-car-box .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  border: none;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.set-page__row .right-column .set-page_right_top .uploader-drop-files {
  background: #FAFCFF;
  border: 2px dashed #E2EBFF;
  border-radius: 10px;
  padding: 4.3rem 1.5rem 3rem;
  margin-bottom: 2.3rem;
}

.set-page__row .right-column .set-page_right_top .uploader-drop-files_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --bs-gutter-x: 2.8rem;
}

.set-page__row .right-column .set-page_right_top .uploader-drop-files_row>div {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title {
    margin-top: 1.5rem;
  }
}

.set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title h4 {
  margin-bottom: 7px;
  line-height: 24px;
  max-width: 238px;
  color: #652C90;
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title h4 {
    font-size: 1.9rem;
  }
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title h4 {
    font-size: 1.7rem;
  }
}

.set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title p {
  line-height: 20px;
  color: #7E7EAB;
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title p {
    font-size: 14.5px;
  }
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .uploader-drop-files_row .title p {
    font-size: 13.5px;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table {
    display: block;
  }
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table thead {
    display: none;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table thead th {
  font-size: 13.5px;
  color: #C0C0DF;
  font-weight: 500;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table thead th:first-child {
  text-align: center;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody {
  border-top: 0;
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr:not(:last-child) {
    border-bottom: 1px solid #F9F7FF;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td {
  vertical-align: middle;
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td {
    display: block;
    border: none;
    padding: 0 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td {
    border-color: #F9F7FF;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:first-child {
  padding-left: 0;
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:first-child {
    flex: 100%;
  }
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:first-child {
    width: 300px;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:last-child {
  padding-right: 0;
}

@media (min-width: 1400px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:not(:last-child) {
    padding-right: 2.3rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:not(:last-child) {
    padding-right: 2rem;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td p {
  font-size: 13.5px;
  line-height: 22px;
  color: #652C90;
  font-weight: 500;
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.document-td {
    width: 242px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.document-td {
    width: 212px;
  }
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.document-td {
    flex: 50%;
    margin-right: 2rem;
  }
}

@media (max-width: 992px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.table-td-p {
    flex: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.table-td-p {
    width: 90px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.df-table {
    min-width: 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.df-table {
    min-width: 110px;
  }
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .car-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .car-block .car-image {
  width: 63px;
  height: 52px;
  border-radius: 8px;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .car-block .car-image img {
  max-height: 100%;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .car-block .car-title {
  flex: 1;
  margin-left: 1.5rem;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .document-type .select2-selection {
  height: 40px;
  border-radius: 8px;
  border: 2px solid #F7F7F7;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .document-type .select2-selection .select2-selection__rendered {
  line-height: 40px;
  font-weight: 500;
  font-size: 13.5px;
  color: #652C90;
  padding-left: 1.8rem;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .document-type .select2-selection .select2-selection__arrow {
  width: 11px;
  height: 7px;
  right: 17px;
  top: 50%;
  transform: translateY(-70%);
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .document-type .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/select-table.png);
  border: none;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .table-p p span {
  display: block;
  color: #A4A6AA;
  font-weight: 400;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .cross-icon {
  border: 2px solid #00ABD4;
  color: #00ABD4;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td .cross-icon span {
  font-size: 7px;
  font-weight: bold;
}

.set-page__row .right-column .set-page_right_top .save-upload-documents {
  padding-top: 3.3rem;
  margin-top: 2.2rem;
  border-top: 1px solid #F9F7FF;
}

.set-page__row .right-column .set-page_right_top .save-upload-documents .save-button .btn-quote {
  width: 131px;
  height: 43px;
  font-size: 14.5px;
  font-weight: 700;
  padding-top: 6px;
}

.set-page__row .right-column .set-page_right_top .save-upload-documents .save-button .btn-quote span {
  position: relative;
  left: 1.8rem;
}

.set-page__row .right-column .set-page_right_bottom {
  border-top: 1px solid #F9F7FF;
}

@media (min-width: 1200px) {
  .set-page__row .right-column .set-page_right_bottom {
    padding: 0 4rem 3.5rem;
  }
}

@media (max-width: 1199.98px) {
  .set-page__row .right-column .set-page_right_bottom {
    padding: 0 2.1rem 3.5rem;
  }
}

@media (min-width: 1200px) {
  .set-page__row .right-column .set-page_right_bottom .form-set-col {
    width: 85.933333%;
  }
}

.set-page__row .right-column .set-page_right_bottom>div {
  padding-top: 4.3rem;
}

.set-page__row .right-column .set-page_right_bottom .add-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .set-page__row .right-column .set-page_right_bottom .add-photo .icon {
    flex: 100%;
    margin-bottom: 1.5rem;
  }
}

.set-page__row .right-column .set-page_right_bottom .add-photo .title {
  flex: 1;
}

@media only screen and (min-width: 481px) {
  .set-page__row .right-column .set-page_right_bottom .add-photo .title {
    margin-left: 3.3rem;
  }
}

.set-page__row .right-column .set-page_right_bottom .add-photo .title h6 {
  font-weight: 500;
  line-height: 25px;
  color: #652C90;
}

/* @media (min-width: 992px) {
  .set-page__row .right-column .set-page_right_bottom .add-photo .title h6 {
    font-size: 17.5px;
  }
} */

.set-page__row .right-column .set-page_right_bottom .add-photo .title h6 span {
  display: block;
}

.set-page__row .right-column .set-page_right .form-set-form_row .row {
  --bs-gutter-x: 2.4rem;
}

.set-page__row .right-column .set-page_right .form-set-form_row .row>div[class*="col-"] {
  margin-bottom: 1.3rem;
}

.set-page__row .right-column .set-page_right .form-set-form_row .form-element label {
  font-weight: 500;
  font-size: 13.5px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #652C90;
}

.set-page__row .right-column .set-page_right .form-set-form_row .form-element .form-control {
  height: 48px;
  border: 2px solid #60607E;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14.26px;
  color: #652C90;
  padding-left: 1.9rem;
  line-height: 22px;
}

.set-page__row .right-column.docs-right .set-page_right .form-set-form_row .form-element .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #652C90;
}

.set-page__row .right-column.docs-right .set-page_right .form-set-form_row .form-element .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #652C90;
}

.set-page__row .right-column.docs-right .set-page_right .form-set-form_row .form-element .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #652C90;
}

.set-page__row .right-column.docs-right .set-page_right .form-set-form_row .form-element .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #652C90;
}

.set-page__row .right-column.docs-right .set-page_right .form-set-form_row .form-element .form-control::placeholder {
  color: #652C90;
}

.set-page__row .right-column .set-page_right .form-set-form_row .agree-terms-conditions {
  margin-bottom: 0;
  margin-top: 7px;
}

@media (min-width: 992px) {
  .set-page__row .right-column .set-page_right .form-set-form_row .checkout-button {
    padding-left: 3.4rem;
    margin-top: 9px;
  }
}

.set-page__row .right-column .set-page_right .form-set-form_row .checkout-button .btn {
  text-transform: none;
}

@media (max-width: 1399.98px) {
  .set-page__row .right-column .set-page_right .form-set-form_row .checkout-button .btn {
    font-size: 13px;
  }
}

.set-page__row .right-column .profile-section .innner__title {
  margin-bottom: 2.6rem;
}

.set-page__row .right-column .profile-section__item:not(:last-child) {
  margin-bottom: 4rem;
}

.set-page__row .right-column .profile-section__item .profile-table_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #F6F9FF;
}

.set-page__row .right-column .profile-section__item .profile-table_item:not(:last-child) {
  margin-bottom: 3rem;
}

.set-page__row .right-column .profile-section__item .profile-table_item h6 {
  min-width: 150px;
  color: #652C90;
  font-size: 13.26px;
  line-height: 22px;
  font-weight: 500;
}

/* @media (max-width: 767.98px) {
  .set-page__row .right-column .profile-section__item .profile-table_item h6 {
    flex: 100%;
    padding-bottom: 1rem;
  }
} */

/* @media (min-width: 768px) {
  .set-page__row .right-column .profile-section__item .profile-table_item h6 {
    margin-right: 6rem;
    font-size: 16.5px;
  }
} */

.set-page__row .right-column .profile-section__item .profile-table_item p {
  color: #652C90;
  line-height: 16px;
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
}

@media (max-width: 767.98px) {
  .set-page__row .right-column .profile-section__item .profile-table_item p {
    font-size: 14px;
  }
}

.set-page__row .right-column .profile-section__item .profile-table_item .phone-number {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.set-page__row .right-column .profile-section__item .profile-table_item .phone-number .country-code {
  padding-right: 1.4rem;
  margin-right: 1.4rem;
  border-right: 2px solid #F6F6F6;
}

.set-page__row .right-column .profile-section__item .update-password .inner-title {
  margin-bottom: 3.2rem;
}

.set-page__row .right-column .profile-section__item .update-password .inner-title h4 {
  font-size: 23px;
  line-height: 47px;
  color: #652C90;
}

.set-page__row .right-column .profile-section__item .update-password .update-password-form .form-block:not(:last-child) {
  margin-bottom: 1.9rem;
}

.set-page__row .right-column .profile-section__item .update-password .update-password-form .form-block label {
  font-weight: 500;
  margin-bottom: 1.2rem;
  font-size: 13.5px;
  line-height: 22px;
  color: #652C90;
}

.set-page__row .right-column .profile-section__item .update-password .update-password-form .form-block input {
  height: 53px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #652C90;
  padding: 1.3rem 2rem 1rem;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.set-page__row .right-column .profile-section__item .update-password .update-password-form .update-button {
  padding-top: 6px;
}

/* .set-page__row .right-column .profile-section__item .update-password .update-password-form .update-button .btn {
  width: 159px;
  height: 44px;
  font-size: 14.5px;
  padding-top: 7px;
} */

.set-page__row .right-column .policies-listing_item {
  border: 1px solid #E2EBFF;
  display: flex;
  border-radius: 9px;
  flex-wrap: wrap;
  overflow: hidden;
}

.set-page__row .right-column .policies-listing_item:not(:last-child) {
  margin-bottom: 2.9rem;
}

@media (min-width: 768px) {
  .set-page__row .right-column .policies-listing_item {
    padding-right: 2.7rem;
  }
}

.set-page__row .right-column .policies-listing_item .policies-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  padding: 2rem 1rem;
}

@media (max-width: 767.98px) {
  .set-page__row .right-column .policies-listing_item .policies-logo {
    flex: 100%;
    border-bottom: 1px solid #F6F9FF;
  }
}

@media (min-width: 1200px) {
  .set-page__row .right-column .policies-listing_item .policies-logo {
    width: 167px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .set-page__row .right-column .policies-listing_item .policies-logo {
    width: 140px;
  }
}

.set-page__row .right-column .policies-listing_item .policies-block {
  flex: 1;
}

.set-page__row .right-column .policies-listing_item .policies-block .title h6 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
}

.set-page__row .right-column .policies-listing_item .policies-block_top {
  padding: 1.4rem 0;
  display: flex;
  padding-left: 2.4rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F6F9FF;
}

@media (max-width: 767.98px) {
  .set-page__row .right-column .policies-listing_item .policies-block_top {
    padding-right: 2.4rem;
  }
}

.set-page__row .right-column .policies-listing_item .policies-block_top .title {
  margin-right: 1rem;
}

/* @media (max-width: 767.98px) {
  .set-page__row .right-column .policies-listing_item .policies-block_top .title {
    margin-bottom: 1rem;
  }
} */

.set-page__row .right-column .policies-listing_item .policies-block_top .due-date-block {
  border-radius: 50px;
  min-width: 147px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 2px 2px;
  font-size: 13.26px;
}

.set-page__row .right-column .policies-listing_item .policies-block_top .due-date-block.due {
  background: #FFAF82;
  color: #fff;
}

.set-page__row .right-column .policies-listing_item .policies-block_top .due-date-block:not(.due) {
  border: 1px solid #CBCBFF;
  color: #5B606B;
  font-weight: 400;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom {
  padding: 1.6rem 2.4rem 2.1rem;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc {
  margin-top: 2.4rem;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 555px;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc>div {
  padding: 0 1rem;
}

@media (max-width: 991.98px) {
  .set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc .view-doc {
    margin-top: 1.5rem;
  }
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc .view-doc a {
  display: flex;
  align-items: center;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc .view-doc a .icon {
  margin-right: 8px;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc .view-doc a .text {
  font-weight: 500;
  font-size: 14.5px;
  color: #10106D;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button {
  margin-top: 2.4rem;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn {
  font-size: 14.5px;
  height: 40px;
  border-radius: 50px;
  padding-top: 6px;
  color: #10106D;
}

@media (max-width: 991.98px) {
  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn {
    min-width: 180px;
    font-size: 13.5px;
  }
}

@media (max-width: 767.98px) {
  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn {
    margin-bottom: 1.5rem;
  }
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn:not(:last-child) {
  margin-right: 1.7rem;
}

@media (max-width: 991.98px) {
  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn.download-policy {
  border: 1.5px solid #00ABD4;
  border-radius: 5px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn.download-policy {
    min-width: 197px;
  }
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn.download-policy img {
  margin-right: 1.3rem;
}

.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn.request-renewal {
  background: #F05A28;
  border: 2px solid #F05A28;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn.request-renewal {
    padding: 6px 2.6rem 0.375rem;
  }
}

@media (min-width: 768px) {
  .set-page__row .right-column .policies-listing_item .policies-block {
    border-left: 1px solid #F6F9FF;
  }
}

.update-password {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 991.98px) {
  .update-password {
    padding-top: 1.5rem;
  }
}

.update-password_item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #E2EBFF;
}

.update-password_item .icon {
  margin-right: 1.5rem;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E2EBFF;
  border-radius: 50%;
}

.update-password_item .icon span {
  font-size: 10px;
}

.update-password_item .title {
  font-weight: 500;
  font-size: 14.5px;
  transition: 0.3s all ease;
}

.insurance-main {
  padding-left: 3rem;
  padding-right: 3rem;
}

.insurance-main_listing {
  padding-bottom: 9px;
}

@media (max-width: 991.98px) {
  .insurance-main_listing .row>div[class*="col-"]:not(:last-child) .insurance-main_listing_item_top {
    border-bottom: 1px solid #E2EBFF;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .insurance-main_listing .row>div[class*="col-"] .insurance-main_listing_item_top {
    display: flex;
    justify-content: space-between;
  }

  .insurance-main_listing .row>div[class*="col-"] .insurance-main_listing_item_top:after {
    content: "\e905";
    margin-left: 1.5px;
    font-family: 'icomoon' !important;
    border: none;
    font-size: 0.7rem;
    font-weight: 700;
    top: 1px;
    position: relative;
    transition: 0.4s all ease;
    color: #C4C4C4;
  }
}

@media (max-width: 991.98px) {
  .insurance-main_listing .row>div[class*="col-"] .insurance-main_listing_item_top.active:after {
    transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .insurance-main_listing {
    border-bottom: 1px solid #E2EBFF;
    margin-bottom: 1.8rem;
  }
}

.insurance-main_listing_item {
  margin-bottom: 1.4rem;
  overflow: hidden;
  display: block;
}

@media (max-width: 991.98px) {
  .insurance-main_listing_item {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .insurance-main_listing_item.active {
    background: #652C90;
    border-color: #652C90;
  }

  .insurance-main_listing_item.active .title h6 {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .insurance-main_listing_item {
    border: 2px solid #E2EBFF;
    border-radius: 5px;
    text-align: center;
  }
}

.insurance-main_listing_item .icon {
  padding: 5px;
  height: 34px;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .insurance-main_listing_item .icon {
    display: none;
  }
}

.insurance-main_listing_item .icon img {
  max-height: 18px;
}

@media (min-width: 992px) {
  .insurance-main_listing_item .title {
    padding: 4px 0;
  }
}

@media (min-width: 992px) {
  .insurance-main_listing_item .title h6 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .insurance-main_listing_item .title h6 span {
    display: none;
  }
}

.sidebar_nav .sidebar_button {
  display: none;
}

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

.sidebar_nav .sidebar_listing__item.active {
  background: none;
  color: inherit;
}

.sidebar_nav .sidebar_listing__item>span {
  font-size: 22px;
}

@media (max-width: 991.98px) {
  .sidebar_nav .sidebar_listing__item>span {
    display: none;
  }
}

.sidebar_nav .sidebar_listing__item>span:before {
  color: #3E87FF;
}

.sidebar_nav .sidebar_listing__item .sidebar_title {
  margin-left: 2rem;
}

.insurance-main_listing_item_bottom {
  margin-top: 1.4rem;
  margin-bottom: 2rem;
  display: none;
}

@media (max-width: 991.98px) {
  .insurance-main_listing_item_bottom .sidebar_icon {
    display: none;
  }

  .insurance-main_listing_item_bottom .sidebar_listing__item .sidebar_title {
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    color: #262626;
  }

  .insurance-main_listing_item_bottom .sidebar_listing__item:not(:last-child) .sidebar_title {
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #E2EBFF;
    padding-bottom: 0.8rem;
  }
}

@media (min-width: 992px) {
  .login-signin-modal .modal .modal-dialog {
    max-width: 868px;
  }
}

.login-signin-modal .modal .close-modal {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #652C90;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  opacity: 1;
}

.login-signin-modal .modal .close-modal:after {
  content: "\e907";
  position: absolute;
  font-family: 'icomoon' !important;
  left: 50%;
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  pointer-events: none;
  z-index: 99;
}

.login-signin-modal .modal .close-modal button {
  background: none;
}

.login-signin-modal .modal-content {
  border-radius: 9px;
}

.login-signin-modal .modal-content .login-modal-row .left-col {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .login-signin-modal .modal-content .login-modal-row .left-col {
    width: 42.866667%;
  }
}

@media (max-width: 991.98px) {
  .login-signin-modal .modal-content .login-modal-row .left-col {
    display: none;
  }
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left {
  background: #652C90;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content {
  padding: 0 4.5rem 3.6rem;
  margin-top: 5.4rem;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #393971;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_title h4 {
  font-size: 25px;
  line-height: 34px;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_footer_title {
  margin-right: 0.5rem;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_footer_title p {
  color: #fff;
  font-size: 13.26px;
  font-weight: 400;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_footer_btn .btn {
  width: 83px;
  height: 29px;
  border: 2px solid #FFFFFF;
  font-weight: 700;
  padding-top: 7px;
  font-size: 14.5px;
  color: #fff;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .login-signin-modal .modal-content .login-modal-row .right-col {
    width: 57.133333%;
  }
}

@media (min-width: 768px) {
  .login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right {
    padding: 3.5rem 5.6rem;
  }
}

@media (max-width: 767.98px) {
  .login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right {
    padding: 3rem;
  }
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .thank-you h6 {
  font-weight: 700;
  font-size: 17px;
  color: #652C90;
  text-transform: uppercase;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header .icon {
  margin-bottom: 2.4rem;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header .title {
  margin-bottom: 1.7rem;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header .title h2 {
  font-weight: 500;
  color: #652C90;
  line-height: 29px;
}

@media (min-width: 768px) {
  .login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header .title h2 {
    font-size: 29px;
  }
}

@media (max-width: 767.98px) {
  .login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header .title h2 {
    font-size: 25px;
  }
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header.with-desc .title {
  margin-bottom: 0.8rem;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header.with-desc .desc-p {
  width: 298px;
  max-width: 100%;
  margin: 0 auto 2.7rem;
}


.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .form-block {
  margin-bottom: 1.3rem;
  text-align: left;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .agree-terms-conditions .styled-checkbox:checked+label:after {
  left: 8px;
  top: 12px;
  right: 16px;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .agree-terms-conditions .styled-checkbox+label {
  color: #652C90;
  /* font-size: 14.2576px; */
  font-size: 13.26px;
  line-height: 22px;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .agree-terms-conditions .styled-checkbox+label:before {
  width: 26px;
  height: 24px;
  border-radius: 5px;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .agree-terms-conditions .styled-checkbox+label a {
  color: #00ABD4;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .forgot-password p a {
  color: #00ABD4;
  font-weight: 500;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .title {
  margin-bottom: 0.7rem;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .desc-p {
  margin-bottom: 1.4rem;

}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .counter_timer {
  margin-bottom: 2.7rem;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .counter_timer .counter_block {
  width: 72px;
  height: 29px;
  justify-content: center;
  align-items: center;
  border: 2px solid #E2EBFF;
  font-weight: 700;
  font-size: 14.5px;
  padding-top: 4px;
  line-height: 26px;
  color: #60607E;
  border-radius: 50px;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block {
  margin-bottom: 2.2rem;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block .otp_blocks {
  display: flex;
  justify-content: center;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block .otp_blocks_item:not(:last-child) {
  /*margin-right: 1.8rem;*/
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block .otp_blocks_item input {
  text-align: center;
  width: 48px;
  height: 48px;
  font-weight: 400;
  font-size: 15.5px;
  color: #5B606B;
  padding-top: 5px;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block .otp_blocks_item input::-webkit-outer-spin-button,
.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block .otp_blocks_item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .form-block .otp_blocks_item input {
  -moz-appearance: textfield;
}

.form-elements:not(:last-child) {
  margin-bottom: 2.2rem;
}

.form-elements .form-control {
  height: 48px;
  border: 2px solid #F7F7F7;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14.2576px;
  color: #652C90;
  padding-top: 7px;
  padding-left: 1.9rem;
}

.form-elements .form-control::placeholder {
  color: #652C90;
}

.form-elements .form-control:focus {
  box-shadow: none;
  outline: none;
}

.login-button {
  margin-top: 3rem;
}

.login-button .btn-login {
  width: 252px;
  height: auto;
  background: #F05A28;
  border-radius: 5px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 18px;
  text-transform: none;
  color: #fff;
  line-height: 18px;
}

.inner-page-top {
  padding: 4rem 0 5rem;
  border-bottom: 1px solid #E2EBFF;
}

.inner-page-top__row__image {
  padding-left: 40px;
}

.inner-page-top__row__image .icon-on-image {
  padding: 1.5rem;
  bottom: 47px;
  background: #00ABD4;
  left: -47px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .inner-page-top__row__image .icon-on-image {
    width: 94px;
    height: 94px;
  }
}

@media (max-width: 1199.98px) {
  .inner-page-top__row__image .icon-on-image {
    width: 74px;
    height: 74px;
  }
}

.inner-page-top__row__image .icon-on-image img {
  max-height: 100%;
}

.inner-page-top__row .inner-page-title {
  padding-top: 30px;
}

@media (max-width: 767.98px) {
  .inner-page-title {
    margin-bottom: 3rem;
  }
}

.inner-page-title .heading {
  margin-bottom: 1.9rem;
}

.inner-page-title .heading h1 {
  font-weight: 700;
  color: #652C90;
}

@media (min-width: 1200px) {
  .inner-page-title .heading h1 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 1199.98px) {
  .inner-page-title .heading h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

.inner-page-title .heading h1 span {
  display: block;
}

@media (min-width: 1200px) {
  .inner-page-title .desc p {
    font-size: 15.5px;
    line-height: 23px;
    color: #652C90;
  }
}

.inner-page-plain {
  padding: 7rem 0;
}

.inner-page-plain .inner-page-title .heading {
  margin-bottom: 1.5rem;
}

.content-title h3 {
  color: #652C90;
}

@media (min-width: 1200px) {
  .content-title h3 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .content-title h3 {
    font-size: 2.2rem;
  }
}

.content-title.bg-line {
  margin-bottom: 3.4rem;
}

@media (min-width: 1200px) {
  .content-title.bg-line h3 {
    line-height: 3.8rem;
  }
}

@media (max-width: 1199.98px) {
  .content-title.bg-line h3 {
    line-height: 3.5rem;
  }
}

.content-title:not(.bg-line) {
  margin-bottom: 1.2rem;
}

@media (min-width: 1200px) {
  .content-title:not(.bg-line) h3 {
    line-height: 4.4rem;
  }
}

@media (max-width: 1199.98px) {
  .content-title:not(.bg-line) h3 {
    line-height: 3rem;
  }
}

.page-desc p {
  color: #652C90;
}

@media (min-width: 1400px) {
  .page-desc p {
    font-size: 15.5px;
    line-height: 22px;
    color: #5B606B;
  }
}

.page-desc p:not(:last-child) {
  margin-bottom: 3rem;
}

.about-block {
  padding: 5rem 0;
}

.mission-vision {
  background: #FAFCFF;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mission-vision {
    padding-right: calc((100vw - 670px)/2*1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mission-vision {
    padding-right: calc((100vw - 910px)/2*1);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .mission-vision {
    padding-right: calc((100vw - 1040px)/2*1);
  }
}

@media (min-width: 1400px) {
  .mission-vision {
    padding-right: calc((100vw - 1175px)/2*1);
  }
}

@media (min-width: 1400px) {
  .mission-vision_row .row {
    --bs-gutter-x: 8.5rem;
  }
}

@media (max-width: 1399.98px) {
  .mission-vision_row .row {
    --bs-gutter-x: 3.5rem;
  }
}

@media (min-width: 992px) {
  .mission-vision_row .left-col {
    width: 51%;
  }
}

@media (min-width: 992px) {
  .mission-vision_row .right-col {
    width: 49%;
  }
}

.mission-vision_row_image img {
  border-radius: 0px 122px 0px 0px;
}

.mission-vision_row_content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .mission-vision_row_content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mission-vision_row_content {
    max-width: 540px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mission-vision_row_content {
    padding-left: calc((100vw - 670px)/2*1);
  }
}

.mission-vision_row_content_item:not(:last-child) {
  margin-bottom: 4.3rem;
}

@media (min-width: 992px) {
  .bottom-about-block {
    padding: 6.6rem 0;
  }
}

@media (max-width: 991.98px) {
  .bottom-about-block {
    padding: 3.5rem 0;
  }
}

@media (max-width: 1199.98px) {
  .contact-sections__row>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.contact-sections__row__block {
  height: 100%;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .contact-sections__row__block {
    padding: 24px 20px 17px;
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .contact-sections__row__block {
    padding: 2.4rem 1.5rem 2.8rem;
  }
}

.contact-sections__row__block_top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
}

.contact-sections__row__block_top .icon {
  margin-right: 2rem;
}

.contact-sections__row__block_top .text {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
}

.contact-sections__row__block_desc {
  flex-grow: 1;
}

.contact-sections__row__block_desc p:not(:last-child) {
  margin-bottom: 0;
}

.contact-sections__row__block_button {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 230px;
  margin: 1.6rem auto 0;
}

.contact-sections__row__block_button .contact-button .btn {
  font-weight: 500;
  font-size: 14.5px;
  height: 40px;
  color: #10106D;
  padding: 0.575rem 0.8rem 0.375rem;
  border: 1.5px solid #EAEFF8;
  border-radius: 5px;
}

/* .contact-sections__row__block_button .contact-button .btn:hover {
  border-color: #00ABD4;
} */

.contact-sections__row__block_button .whatsa-app-icon {
  position: relative;
  width: 34px;
  margin-left: 15px;
}

/* @media (min-width: 1400px) {
  .contact-sections__row__block_button .whatsa-app-icon {
    margin-left: 2.7rem;
    padding-left: 2.7rem;
  }
} */

/* @media (max-width: 1399.98px) {
  .contact-sections__row__block_button .whatsa-app-icon {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
} */

/* .contact-sections__row__block_button .whatsa-app-icon:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #E2EBFF;
  height: 100%;
  width: 2px;
} */

.contact-sections__row__block_button .whatsa-app-icon img {
  width: 40px;
}

.lets-get-touch {
  padding: 6.3rem 0 5.3rem;
  border-bottom: 1px solid #E2EBFF;
}

.lets-get-touch .content-title {
  margin-bottom: 4.8rem;
}

.lets-get-touch .lets-get-form-sbmit .btn {
  width: auto;
  display: inline-block;
  height: auto;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 16px;
  color: #10106D;
  padding: 11px 26px;
  border: 1.5px solid #00ABD4;
  border-radius: 5px;
  min-width: 160px;
  width: auto;
}

.lets-get-touch .lets-get-form-sbmit .btn span {
  position: relative;
  left: 1.8rem;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8rem;
  top: 0px;
}

.lets-get-touch .lets-get-form_row>.row {
  --bs-gutter-x: 2.2rem;
}

.lets-get-touch .lets-get-form_row_block_item {
  margin-bottom: 2rem;
}

.lets-get-touch .lets-get-form_row_block_item>input {
  height: 48px;
  width: 100%;
  color: #652C90;
  padding: 0.7rem 2rem 0.5rem;
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.lets-get-touch .lets-get-form_row_block_item>input::placeholder {
  color: #652C90;
}

.lets-get-touch .lets-get-form_row_block_item>textarea {
  height: 115px;
  width: 100%;
  color: #652C90;
  padding: 0.7rem 2rem 0.5rem;
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.lets-get-touch .lets-get-form_row_block_item>textarea:focus {
  outline: none;
}

.lets-get-touch .lets-get-form_row_block_item>textarea::placeholder {
  color: #652C90;
}

.lets-get-touch .lets-get-form_row_block_item .looking-form {
  padding: 0.5rem 2rem;
  height: 48px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;

}

.lets-get-touch .lets-get-form_row_block_item .looking-form .text {
  font-size: 14.2576px;
  color: #5B606B;
  padding-top: 3px;
  padding-right: 2rem;
}

.lets-get-touch .lets-get-form_row_block_item .looking-form .looking-form_select .select2-container {
  width: auto !important;
}

.lets-get-touch .lets-get-form_row_block_item .looking-form .looking-form_select .select2-container .select2-selection {
  border: none;
  height: auto;
}

.lets-get-touch .lets-get-form_row_block_item .looking-form .looking-form_select .select2-container .select2-selection .select2-selection__rendered {
  padding-left: 0;
  font-weight: 400;
  font-size: 14.2576px;
  padding-right: 23px;
  color: #5B606B;
  line-height: 1;
}

.lets-get-touch .lets-get-form_row_block_item .looking-form .looking-form_select .select2-container .select2-selection .select2-selection__arrow {
  width: 11px;
  height: 7px;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
}

.lets-get-touch .lets-get-form_row_block_item .looking-form .looking-form_select .select2-container .select2-selection .select2-selection__arrow b {
  background-image: url(../../v2/icons/black-dropdown.png);
  border: none;
  background-repeat: no-repeat;
  width: 11px;
  height: 7px;
  margin: 0;
  left: 0;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .map-contact {
    padding-right: calc((100vw - 910px)/2*1);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .map-contact {
    padding-right: calc((100vw - 1040px)/2*1);
  }
}

@media (min-width: 1400px) {
  .map-contact {
    padding-right: calc((100vw - 1175px)/2*1);
  }
}

@media (min-width: 1400px) {
  .map-contact-row .row {
    --bs-gutter-x: 8rem;
  }
}

@media (max-width: 1399.98px) {
  .map-contact-row .row {
    --bs-gutter-x: 3.5rem;
  }
}

@media (max-width: 991.98px) {
  .map-contact-row .row {
    --bs-gutter-x: 0;
  }
}

@media (min-width: 1400px) {
  .map-contact-row .left-col {
    width: 77.6%;
  }
}

@media (min-width: 1400px) {
  .map-contact-row .right-col {
    width: 22.4%;
  }
}

@media (min-width: 992px) {
  .map-contact-row .address {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (max-width: 991.98px) {
  .map-contact-row .address {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .map-contact-row .address {
    max-width: 540px;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .map-contact-row .address {
    max-width: 720px;
    margin: auto;
  }
}

.map-contact-row .address_title {
  margin-bottom: 1.5rem;
}

.map-contact-row .address_title h6 {
  color: #652C90;
  font-size: 16.5px !important;
}

.map-contact-row .address_location p {
  margin-bottom: 0;
}

.map-contact-row .address_directions {
  margin-top: 2.5rem;
}

.map-contact-row .address_directions .btn {
  width: auto;
  display: inline-block;
  height: auto;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 16px;
  color: #10106D;
  padding: 11px 26px;
  border: 1.5px solid #00ABD4;
  border-radius: 5px;
  max-width: 160px;
  width: 100%;
}

.faq-section {
  background: #FBFCFF;
  padding: 6.7rem 0 5.7rem;
}

@media (max-width: 991.98px) {
  .faq-section .faq-row .side-bar-tab-nav {
    padding: 0 3.5rem;
  }
}

.faq-section .faq-row .side-bar-tab-nav .owl-faq {
  align-items: flex-start;
}

@media (max-width: 991.98px) {
  .faq-section .faq-row .side-bar-tab-nav .owl-faq .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .faq-section .faq-row .side-bar-tab-nav .owl-faq .owl-nav button {
    pointer-events: all;
  }

  .faq-section .faq-row .side-bar-tab-nav .owl-faq .owl-nav button img {
    width: 15px;
  }

  .faq-section .faq-row .side-bar-tab-nav .owl-faq .owl-nav button.owl-prev {
    margin-left: -25px;
  }

  .faq-section .faq-row .side-bar-tab-nav .owl-faq .owl-nav button.owl-next {
    margin-right: -25px;
  }
}

.faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav {
  font-size: 16.5px;
  line-height: 18px;
  color: #652C90;
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav {
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav {
    font-size: 15.5px;
    padding-left: 2.5rem;
  }
}

.faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav.active {
  font-weight: 500;
}

@media (min-width: 992px) {
  .faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav.active:before {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 3.7rem;
  }

  .faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 4px;
    background: #652C90;
    transition: 0.3s all ease;
  }

  .faq-section .faq-row .side-bar-tab-nav .owl-faq .tab-nav:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

@media (max-width: 991.98px) {
  .faq-section .faq-row .faq-content {
    margin-top: 4rem;
  }
}

.faq-section .faq-row .faq-content .tab-content {
  background-color: #fff;
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
}

@media (min-width: 992px) {
  .faq-section .faq-row .faq-content .tab-content {
    padding: 4.3rem 5.6rem 2.6rem;
  }
}

@media (max-width: 991.98px) {
  .faq-section .faq-row .faq-content .tab-content {
    padding: 2rem;
    padding-bottom: 0;
  }
}

.faq-list .accordion-item {
  padding-bottom: 2rem;
  border: none;
}

.faq-list .accordion-item:not(:last-child) {
  border-bottom: 1px solid #F7F7F7;
  margin-bottom: 2rem;
}

.faq-list .accordion-item .accordion-header button {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: 500;
  color: #652C90;
}

@media (min-width: 1200px) {
  .faq-list .accordion-item .accordion-header button {
    font-weight: 500;
    font-size: 16.5px;
    line-height: 22px;
    color: #652C90;
  }
}

@media (max-width: 1199.98px) {
  .faq-list .accordion-item .accordion-header button {
    font-size: 17px;
  }
}

.faq-list .accordion-item .accordion-header button:after {
  width: 1.9rem;
  opacity: 0.4;
  height: 1.9rem;
  background-size: 1.9rem;
}

.faq-list .accordion-item .accordion-body {
  padding: 0;
}

.faq-list .accordion-item .accordion-body .faq-desc {
  padding-top: 9px;
}

.faq-list .accordion-item .accordion-body .faq-desc p {
  font-size: 15.5px;
  color: #5B606B;
  line-height: 22px;
}

.help-page-top {
  background-image: url(../../v2/images/c360-helpcenter-background.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 6.7rem 0;
}

.help-page-top .inner-page-title {
  margin: 0;
  padding: 0;
}

.help-page-top .inner-page-title .heading {
  margin-bottom: 2.8rem;
}

.help-page-top .inner-page-title .desc {
  margin-bottom: 2.8rem;
}

.how-can-we-help-sec .how-overpaying_row .row>.col {
  margin-bottom: 3.5rem;
}

.search-for-help_block {
  width: 582px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  height: 59px;
  border-radius: 50px;
  padding: 0 2.7rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px 1px rgba(216, 226, 241, 0.25);
  border-radius: 5px;
}

.search-for-help_block .search-icon {
  display: flex;
  font-size: 2.3rem;
}

.search-for-help_block .search-input {
  padding-top: 3px;
  flex: 1;
  margin-left: 3rem;
  text-align: left;
}

.search-for-help_block .search-input input {
  width: 100%;
  background-color: none;
  border: none;
  color: #5B606B;
  outline: none;
}

.search-for-help_block .search-input input::placeholder {
  color: #5B606B;
}

@media (min-width: 768px) {
  .search-for-help_block .search-input input {
    font-size: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .search-for-help_block .search-input input {
    font-size: 15.5px;
  }
}

.help-sub-page-top {
  background: #F9F7FF;
  padding: 4rem 0 4.4rem;
}

.browse-common-ques {
  padding-top: 0;
}

.browse-common-ques .how-can-we-help_buttons {
  margin-bottom: 2rem;
}

.browse-common-ques .how-can-we-help_content {
  padding: 4.9rem 0 3.8rem;
}

.browse-common-ques .how-can-we-help_content .how-can-we-help_sec_item {
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border: none;
}

.browse-common-ques .how-can-we-help_content .how-can-we-help_sec_item .desc {
  flex-basis: 100%;
}

.browse-common-ques .how-can-we-help_content .how-can-we-help_sec_item .desc ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.browse-common-ques .how-can-we-help_content .how-can-we-help_sec_item .desc ul li {
  font-size: 15.5px;
  color: #5B606B;
}

.browse-common-ques .how-can-we-help_content .how-can-we-help_sec_item .desc ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.browse-common-ques .how-can-we-help_sec_item {
  padding: 3.2rem;
}

.help-page-section {
  padding-bottom: 7.5rem;
}

.main-topics {
  padding: 4.4rem 0;
}

@media (min-width: 1200px) {
  .main-topics .faq-list .accordion-header button {
    font-size: 22px;
  }
}

@media (max-width: 1199.98px) {
  .main-topics .faq-list .accordion-header button {
    font-size: 17px;
  }
}

.main-topics .faq-list+.custom-button {
  margin-top: 2rem;
}

.main-topics .page-title {
  margin-bottom: 2.8rem;
}

.main-topics .main-topics-listing {
  margin-bottom: 4.6rem;
}

.main-topics .main-topics-listing_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
}

.main-topics .main-topics-listing_item:not(:last-child) {
  margin-bottom: 2.8rem;
}

@media (min-width: 768px) {
  .main-topics .main-topics-listing_item {
    padding: 3.5rem 4.9rem 2rem;
  }
}

@media (max-width: 767.98px) {
  .main-topics .main-topics-listing_item {
    padding: 2.5rem;
  }
}

.main-topics .main-topics-listing_item--icon {
  margin-right: 4.7rem;
}

@media (min-width: 768px) {
  .main-topics .main-topics-listing_item--content {
    flex: 1;
  }
}

@media (max-width: 767.98px) {
  .main-topics .main-topics-listing_item--content {
    flex: 100%;
    margin-top: 2rem;
  }
}

.main-topics .main-topics-listing_item--content .heading {
  margin-bottom: 1.4rem;
}

.main-topics .main-topics-listing_item--content .heading h6 {
  font-size: 16.5px;
  line-height: 21px;
  color: #652C90;
}

.main-topics .main-topics-listing_item--content .desc-p {
  margin-bottom: 1.7rem;
}

.main-topics .main-topics-listing_item--content .desc-p p {
  line-height: 22px;
}

.main-topics .main-topics-listing_item--content .amchor-tag a {
  font-weight: 500;
  font-size: 14.5px;
  color: #00ABD4;
  line-height: 18px;
}

.main-topics .main-topics-listing_item--content .amchor-tag a span {
  font-size: 10px;
  font-weight: bold;
  padding-left: 1px;
}

.breadcumbs {
  margin: 2.5rem 0 2.9rem;
}

.breadcumbs ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.breadcumbs ul li:not(:last-child):after {
  float: right;
  color: #E2EBFF;
  content: "\e909";
  font-family: 'icomoon' !important;
}

@media (min-width: 768px) {
  .breadcumbs ul li:not(:last-child):after {
    padding: 0 2rem;
  }
}

@media (max-width: 767.98px) {
  .breadcumbs ul li:not(:last-child):after {
    padding: 0 1rem;
  }
}

@media (min-width: 1900px) {
  .breadcumbs ul li {
    font-size: 14.5px;
  }
}

@media (max-width: 1899px) {
  .breadcumbs ul li {
    font-size: 13.5px;
  }
}

.breadcumbs ul li.active {
  pointer-events: none;
  color: #BABAC1;
}

.breadcumbs ul li:not(.active) {
  color: #652C90;
}

.why-compare-policies .page-title {
  margin-bottom: 1rem;
}

.why-compare-policies .desc {
  margin-bottom: 2.7rem;
}

.compare-listing__listem {
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  padding: 3.2rem 2.7rem 2.2rem 3.7rem;
}

.compare-listing__listem:not(:last-child) {
  margin-bottom: 2.5rem;
}

.compare-listing__listem .continue-reading {
  font-weight: 500;
  font-size: 14.5px;
  line-height: 18px;
  color: #00ABD4;
}

@media (max-width: 991.98px) {
  .compare-listing__listem .continue-reading {
    margin-top: 1.5rem;
    display: block;
  }
}

@media (min-width: 992px) {
  .compare-listing__listem .continue-reading {
    margin-left: 3rem;
  }
}

.compare-listing__listem .continue-reading span {
  margin-left: 4px;
  font-size: 10px;
  font-weight: bold;
}

.left-compare-list .heading {
  font-size: 17.5px;
  line-height: 18px;
  color: #652C90;
}

.left-compare-list .desc {
  margin-top: 1.1rem;
}

.cant-find {
  margin-top: 3.1rem;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  padding: 2.7rem 5.8rem 2.7rem 3.7rem;
}

.cant-find .heading {
  padding-top: 7px;
}

@media (max-width: 991.98px) {
  .cant-find .social-on-page {
    margin-top: 2rem;
  }
}

.cant-find .social-on-page_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 992px) {
  .cant-find .social-on-page_list {
    justify-content: flex-end;
  }
}

.cant-find .social-on-page_list__item {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .cant-find .social-on-page_list__item:not(:last-child) {
    margin-right: 3.8rem;
  }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .cant-find .social-on-page_list__item:not(:last-child) {
    margin-right: 2rem;
  }
}


.cant-find .social-on-page_list__item .social-icon {
  margin-right: 1.3rem;
}

.cant-find .social-on-page_list__item .social-number p {
  font-weight: 500;
  font-size: 14.5px;
  color: #652C90;
  line-height: 20px;
  padding-top: 4px;
}

.why-policy-detail .page-title {
  margin-bottom: 1.4rem;
}

.why-policy-detail .desc {
  margin-bottom: 3.2rem;
}

.why-policy-detail .desc h6 {
  font-size: 18.5px;
  line-height: 32px;
  font-weight: 400;
  color: #5B606B;
}

.help-center-detail-desc .desc:not(:last-child) {
  margin-bottom: 5rem;
}

.help-center-detail-desc .desc p:not(:last-child) {
  margin-bottom: 2.7rem;
}

.help-center-detail-desc .desc ul {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
}

.help-center-detail-desc .desc ul li {
  position: relative;
  font-size: 15.5px;
  padding-left: 3.2rem;
  color: #5B606B;
}

.help-center-detail-desc .desc ul li:not(:last-child) {
  margin-bottom: 2.7rem;
}

.help-center-detail-desc .desc ul li:before {
  content: "\e916";
  position: absolute;
  left: 0;
  font-family: 'icomoon';
  top: 0;
  color: #CBCBFF;
  font-size: 12px;
}

.help-center-navigation {
  margin-bottom: 5rem;
}

@media (max-width: 991.98px) {
  .help-center-navigation {
    padding: 0 3.5rem;
  }
}

@media (min-width: 992px) {
  .help-center-navigation .owl-help-center {
    justify-content: flex-start !important;
  }
}

@media (max-width: 991.98px) {
  .help-center-navigation .owl-help-center .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .help-center-navigation .owl-help-center .owl-nav button {
    pointer-events: all;
  }

  .help-center-navigation .owl-help-center .owl-nav button img {
    width: 15px;
  }

  .help-center-navigation .owl-help-center .owl-nav button.owl-prev {
    margin-left: -35px;
  }

  .help-center-navigation .owl-help-center .owl-nav button.owl-next {
    margin-right: -35px;
  }
}

@media (max-width: 991.98px) {
  .help-center-navigation .owl-help-center .owl-item {
    text-align: center;
  }
}

.help-center-navigation .help-link {
  height: 40px;
  color: #652C90;
  border: 1px solid #E2EBFF;
  border-radius: 50px;
  font-size: 14.5px;
  padding: 0.775rem 2rem 0.375rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .help-center-navigation .help-link {
    font-size: 12.5px;
    padding: 0.775rem 1.2rem 0.375rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .help-center-navigation .help-link {
    font-size: 13.5px;
    padding: 0.775rem 2rem 0.375rem;
  }
}

@media (min-width: 1400px) {
  .help-center-navigation .help-link:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .help-center-navigation .help-link:not(:last-child) {
    margin-right: 0.8rem;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .help-center-navigation .help-link:not(:last-child) {
    margin-right: 1rem;
  }
}

.help-center-navigation .help-link.active {
  border: 2px solid #00ABD4;
  font-weight: 500;
}

.article-on-topic {
  margin-bottom: 2.9rem;
}

.article-on-topic .text {
  padding-top: 3px;
}

.article-on-topic .text h6 {
  color: #652C90;
}

.result-search .left-compare-list .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.result-search .left-compare-list .heading h6 {
  padding-top: 5px;
}

.result-search .left-compare-list .heading .tags {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .result-search .left-compare-list .heading .tags {
    margin-left: 2rem;
  }
}

@media (max-width: 991.98px) {
  .result-search .left-compare-list .heading .tags {
    margin-top: 1rem;
    flex: 100%;
  }

  .result-search .left-compare-list .heading .tags button {
    margin-bottom: 1rem;
  }
}

.result-search .left-compare-list .heading .tags button {
  font-size: 13px;
  border: 1px solid #e2ebff;
  border-radius: 3px;
  background: #00ABD4;
  color: #fff;
  padding: 5px 6px 2px;
}

.result-search .left-compare-list .heading .tags button:not(:last-child) {
  margin-right: 1rem;
}

.partner-top {
  padding: 2.2rem 0 1.8rem;
}

.partner-top .inner-page-top__row .row {
  align-items: center;
}

.partner-top .inner-page-title {
  padding: 0;
  margin: 0;
}

@media (min-width: 1900px) {
  .partner-top .inner-page-title {
    margin-top: -11px;
  }
}

.partner-top .inner-page-title .heading {
  margin-bottom: 1.1rem;
}

.partner-top .inner-page-bottom {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .partner-top .inner-page-bottom {
    margin-top: 3.1rem;
  }
}

@media (max-width: 991.98px) {
  .partner-top .inner-page-bottom {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .partner-top .inner-page-bottom-item:not(:last-child) {
    margin-right: 4.9rem;
  }
}

@media (max-width: 991.98px) {
  .partner-top .inner-page-bottom-item:not(:last-child) {
    margin-right: 2.5rem;
  }
}

.partner-top .inner-page-bottom-item .btn-quote {
  font-weight: 700;
  padding: 0.675rem 0.75rem 0.375rem;
}

@media (min-width: 992px) {
  .partner-top .inner-page-bottom-item .btn-quote {
    width: 175px;
    height: 44px;
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .partner-top .inner-page-bottom-item .btn-quote {
    width: 140px;
    height: 38px;
    font-size: 15px;
  }
}

.partner-top .inner-page-bottom-item .call-app {
  display: flex;
  align-items: center;
}

.partner-top .inner-page-bottom-item .call-app .social-icon {
  margin-right: 1.3rem;
}

.partner-top .inner-page-bottom-item .call-app .social-number p {
  font-weight: 500;
  padding-top: 3px;
  font-size: 13.5px;
  color: #652C90;
}

.section-partner {
  background: #FBFCFF;
  padding: 6.7rem 0 1.4rem;
}

.section-partner .partners-listt .row {
  --bs-gutter-x: 3.3rem;
}

.section-partner .partners-listt .row div[class*="col-"] {
  margin-bottom: 3.4rem;
}

.section-partner .partners-listt__item {
  display: block;
  padding: 3.9rem 3rem 2.6rem;
  background: #fff;
  box-shadow: 0px 3px 3px 1px rgba(216, 226, 241, 0.25);
  border-radius: 9px;
  height: 100%;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .section-partner .partners-listt__item {
    padding: 3.9rem 2rem 2.6rem;
  }
}

.section-partner .partners-listt__item .logo {
  margin-bottom: 3rem;
  width: 175px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-partner .partners-listt__item .logo img {
  max-height: 100%;
}

.section-partner .partners-listt__item .content .title {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.4rem;
}

.section-partner .partners-listt__item .content .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 98px;
  height: 1px;
  background-color: #DEEBFF;
  left: 50%;
  transform: translateX(-50%);
}

.section-partner .partners-listt__item .content .title h6 {
  margin-bottom: 0;
  font-size: 16.5px;
  line-height: 21px;
  color: #652C90;
}

.section-partner .partners-listt__item .content .title h6 span {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 4px;
}

.section-partner .partners-listt__item .content .desc p {
  font-size: 15.5px;
  line-height: 22px;
}

.partner-detail-sec {
  padding: 4.7rem 0 7rem;
}

.partner-detail-sec .why-compare-policies .desc {
  margin-bottom: 2.8rem;
}

.partner-detail-sec .partner-detaill-content .desc p:not(:last-child) {
  margin-bottom: 2.7rem;
}

/* @media (min-width: 1400px) {
  .banner-top__content .health-banner-block {
    width: 690px;
  }
} */

.banner-top__content .health-banner-block .pattern2 {
  top: 49%;
  left: -30px;
  transform: translateY(-50%);
  right: -20px;
  bottom: auto;
}

@media (min-width: 992px) {
  .why-should-you .left_col {
    width: 42.666667%;
  }
}

@media (min-width: 1400px) {
  .why-should-you .left_col .key-benefits-left__ul {
    padding-right: 7rem;
  }
}

.things-to-consider {
  border-top: 1px solid #E2EBFF;
  padding-top: 6rem;
  padding-bottom: 8rem;
  margin-top: 2rem;
}

@media (min-width: 1400px) {
  .things-to-consider_row>.row.gx-lg-5 {
    --bs-gutter-x: 10rem;
  }
}

.things-to-consider_row_item .number {
  margin-right: 1.6rem;
  width: 39px;
  height: 39px;
  border: 2px solid #00ABD4;
  color: #00ABD4;
  padding: 8px 3px 2px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 17.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.7rem;
}

.things-to-consider_row_item .descrip-p p {
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
  font-weight: 500;
}

.individual-plaans {
  border-top: 1px solid #F2F2F2;
}

@media (min-width: 1400px) {
  .individual-plaans .additonal-cover-options_container {
    padding-left: calc((100vw - 1175px)/2*1);
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .individual-plaans .additonal-cover-options_container {
    padding-left: calc((100vw - 910px)/2*1);
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .individual-plaans .additonal-cover-options_container {
    padding-left: calc((100vw - 1040px)/2*1);
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .individual-plaans .additonal-cover-options_container {
    padding: 0 3rem;
  }
}

.individual-plaans .additonal-cover-options_container>.row {
  flex-direction: row-reverse;
}

.get-over {
  margin-top: 5.7rem;
}

.get-over-block {
  padding-top: 2.7rem;
  padding-bottom: 4.9rem;
  background-color: #652C90;
  z-index: 9;
  border-radius: 9px;
}

.get-over-block .car-pattern-full {
  left: 0;
  top: 31px;
  z-index: -1;
}

.get-over-block .car-pattern-full img {
  display: block;
}

.get-over-block .car-pattern-full img:not(:last-child) {
  margin-bottom: 2.2rem;
  margin-left: 4.6rem;
}

@media (min-width: 992px) {
  .get-over-block {
    padding-right: 7.5rem;
    padding-left: 9.5rem;
  }
}

@media (max-width: 991.98px) {
  .get-over-block {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.get-over-block--title h2 {
  color: #fff;
}

@media (min-width: 992px) {
  .get-over-block--title h2 {
    font-size: 31px;
    line-height: 42px;
  }
}

@media (max-width: 991.98px) {
  .get-over-block--title h2 {
    font-size: 22px;
    line-height: 34px;
  }
}

.get-over-block_row {
  margin-top: 2.6rem;
}

.get-over-block_row .get-a-quote .btn-quote {
  border-radius: 50px;
  padding-top: 6px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .get-over-block_row .get-a-quote .btn-quote {
    width: 183px;
    height: 53px;
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .get-over-block_row .get-a-quote .btn-quote {
    width: 160px;
    font-size: 16px;
    height: 45px;
  }
}

@media (min-width: 1200px) {
  .get-over-block_row .right-row {
    width: 19%;
  }
}

@media (min-width: 1200px) {
  .get-over-block_row-logos>.row {
    --bs-gutter-x: 2.7rem;
  }
}

@media (max-width: 991.98px) {
  .get-over-block_row-logos>.row div[class*="col"] {
    margin-bottom: 2.2rem;
  }
}

.get-over-block_row-logos>.row div[class*="col"] .get-over-block_row-logos-item {
  height: 65px;
  background-color: #fff;
  border-radius: 9px;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.get-over-block_row-logos>.row div[class*="col"] .get-over-block_row-logos-item img {
  max-height: 100%;
}


/* 6th July 2022 */
.link-read-more {
  display: block;
  font-size: 14.5px;
  line-height: 19px;
  font-weight: 600;
  color: #00ABD4;
  margin: 10px 0 0 0;
}

.link-read-more:hover,
.link-read-more:active,
.link-read-more:focus {
  color: #00ABD4;
}

.form-select-dropdown {
  border: none;
  border-bottom: 1px solid rgb(223 223 223/50%);
  width: 100%;
  height: 42px;
  font-size: 15.5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.form-select-custom .select2-container--default .select2-selection--single {
  border-radius: 0;
}

.call-back-btn {
  padding-left: 40px;
}

.need-insurance .container {
  --bs-gutter-x: 2.5rem;
}

.contact-list_item {
  margin-bottom: 20px;
}

.corporate-block {
  background: #fff;
  border-radius: 7px;
  padding: 22px 40px;
  margin: 0 0 33px
}

.corporate-block h4 {
  margin: 0;
  font-size: 14.5px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: #00ABD4;
  opacity: 0.8;
}

.social-icons-list {
  display: flex;
  list-style: none;
}

.social-icons-list li a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 63px;
  background: #0089A9;
  border-radius: 50%;
  color: #666;
  transition: .5s;
}

.social-icons-list li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.social-icons-list li {
  margin-right: 18px;
}

.social-icons-list li a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #fff;
}

.social-icons-list li a:hover {
  color: #fff;
  box-shadow: 0 0 5px #fff;
  text-shadow: 0 0 5px #fff;
}

/* 7th July 2022 */

.need-insurance-block .form-insurance .form-input input {
  color: #5B606B;
}

header .get-a-quote-dropdown_block_form_block_row .form-get-group .form-input {
  color: #555658;
}

/* animation for testimonial*/
.customers-testimonials-block {
  perspective: 900px;
}

.customers-testimonials-left,
.customers-testimonials-right {
  width: 100%;
  height: 100%;
  transition: 0.5s all ease;
  transform: rotateX(60deg) scale(0.7);
  perspective: 900px;
  box-shadow: 0px 20px 60px #a1a1a1;
  animation: entry 0.5s linear 1;
}

.customers-testimonials-left:hover,
.customers-testimonials-right:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(0.9) translateY(0px);
  transition: 0.5s all ease;
  z-index: 400;
  box-shadow: 0px 0px 10px #a1a1a1;
}

@keyframes entry {
  0% {
    top: -100%;
    opacity: 0.1;
  }

  100% {
    top: 0%;
  }
}

/* Testimonial slider */
.owl-carousel .owl-item .customers-testimonials_item_image img {
  width: 67px;
  margin: 0 auto;
}

.owl-carousel.owl-testimonial .owl-nav.disabled {
  display: block;
}

.owl-carousel.owl-testimonial .owl-nav.disabled .owl-prev,
.owl-carousel.owl-testimonial .owl-nav .owl-prev {
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.owl-carousel.owl-testimonial .owl-nav.disabled .owl-next,
.owl-carousel.owl-testimonial .owl-nav .owl-next {
  right: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);

}


/* 11th July 2022 */
/* Tabs animation */
/* .how-can-we-help_buttons .nav .nav-buttons {
  display: inline-block;
  position: relative;
  background: none;
  cursor: pointer;
}
.how-can-we-help_buttons .nav .nav-buttons::before, .how-can-we-help_buttons .nav .nav-buttons::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #5B606B;

}
.how-can-we-help_buttons .nav .nav-buttons span::before, .how-can-we-help_buttons .nav .nav-buttons span::after{
  content:"";
  width:1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #5B606B;
  border-top-right-radius: 50%;
}
.how-can-we-help_buttons .nav .nav-buttons:hover::before, .how-can-we-help_buttons .nav .nav-buttons:hover::after{
  width: 100%;
}
.how-can-we-help_buttons .nav .nav-buttons:hover span::before, .how-can-we-help_buttons .nav .nav-buttons:hover span::after{
  height: 100%;
}
.how-can-we-help_buttons .nav .nav-buttons::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.how-can-we-help_buttons .nav .nav-buttons span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}
.how-can-we-help_buttons .nav .nav-buttons::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.how-can-we-help_buttons .nav .nav-buttons span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.how-can-we-help_buttons .nav .nav-buttons:hover::after{
  transition-delay: 0s;
}
.how-can-we-help_buttons .nav .nav-buttons:hover span::after{
  transition-delay: 0.2s;
}
.how-can-we-help_buttons .nav .nav-buttons:hover::before{
  transition-delay: 0.4s;
}
.how-can-we-help_buttons .nav .nav-buttons:hover span::before{
  transition-delay: 0.6s;
}  */


/* Offers Slider */
.offer-block {
  border-radius: 9px;
  background: #fff;
}

.offer-block.dark-blue {
  background: #25406B;
}

.offer-block:hover {
  transform: scale(1);
  box-shadow: 5px 5px 20px 0 rgb(37 24 29 / 20%);
}

.offer-block .offer-right h2,
.offer-short .offer-block h2 {
  font-size: 28px;
  line-height: 37.5px;
  color: #fff;
  margin: 0;
  max-width: 200px;
  font-weight: 600;
}

.offer-block .offer-right .btn-offers,
.offer-short .offer-block .btn-offers {
  background: #0E55CA;
  border-radius: 32px;
  font-weight: 600;
  font-size: 14.5px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 9px 20px;
  margin: 23px 0 27px;
}

.offer-block .offer-right p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.9;
  max-width: 263px;
}

.offer-block .offer-left {
  width: 280px;
  position: relative;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.offer-block .offer-right {
  padding: 40px 65px;
}

.offer-block .offer-icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #00ABD4;
  position: absolute;
  top: 43px;
  right: -6px;
}

.current-offers .owl-offers .owl-stage-outer .offer-image .offer-block .offer-left img {
  width: 100%;
}

.current-offers .owl-offers .owl-stage-outer .offer-image .offer-block .offer-icon img {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.current-offers .owl-offers .owl-stage-outer .offer-image:hover {
  box-shadow: 2px 2px 15px 0 rgb(37 24 29 / 20%);
}

.current-offers .owl-offers .owl-stage-outer {
  padding: 20px 0;
}

/* Offer short */
.offer-short .offer-block.light-blue {
  background: #0E55CA;
  border-radius: 9px;
}

.offer-short .offer-block .btn-offers {
  background: #013EA0;
}

.offer-short .offer-block .offer-bottom p {
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.offer-short .offer-block .offer-top {
  padding: 29px 0px 0 49px;
}

.offer-short .offer-block h2 {
  max-width: 166px;
}

.offer-short .offer-block .offer-bottom {
  padding: 15px 57px;
  background: #013EA0;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

.offer-short .offer-block .offer-bottom img {
  margin-left: 55px;
}


/* Whatsapp icon placement */
header .container .navbar .header-right__contact__item.whats-app {
  padding-right: 3.1rem !important;
}

/* Get a quote select dropdown */
.form-select.custom-select {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1.2px solid #E2EBFF;
  border-radius: 9px;
  padding: 1.37rem 1.9rem;
  font-weight: 500;
  font-size: 15.5px;
  color: #555658;
  background: url('../../v2/icons/dropdown-icon.png') no-repeat right 22px center
}

.form-select.custom-select:focus,
.form-select.custom-select:hover,
.form-select.custom-select:active {
  box-shadow: none;
  cursor: pointer;
}


/* Trusted Partner's slider */
.our-trusted-partners .owl-partners .owl-stage .owl-item .item .partner-logo {
  position: relative;
}

.our-trusted-partners .owl-partners .owl-stage .owl-item .item .partner-logo .hover-logo {
  position: absolute;
  top: 0;
  background: #fff;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}

.partner-logo:hover .hover-logo {
  opacity: 0;
}


/* 13th July 2022 */
/* Car Insurance */
.key-benefits {
  overflow: hidden;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

/* Tabs animation */
.box {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative !important;
  cursor: pointer;
  border-radius: 35px;
}

.box svg {
  content: "";
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  stroke-width: .6px;
  fill: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 0.5s;
  transition-timing-function: linear;
  stroke: #5B606B;
  stroke-linecap: round;
  overflow: visible;
}

.box svg rect {
  width: 100%;
  height: 100%;
  min-width: 200px;
}

.box:hover svg {
  transition: stroke-dashoffset 3s;
  transition-timing-function: linear;
  stroke-dashoffset: 0;
}

.how-can-we-help_buttons .nav-hover .nav .nav-buttons {
  padding: 0;
}

.how-can-we-help_buttons .nav-hover .nav .nav-buttons .box {
  padding: 1rem 2.3rem 0.7rem;
}

.how-can-we-help_buttons .nav .nav-buttons:hover {
  border-color: transparent;
  transition: border-color 0.1s;
}

.how-can-we-help_buttons .nav .nav-buttons.active:hover .box svg {
  display: none;
}

/* Custom radio buttons */
/* .custom-radio {
  position: relative;
  border: 2px solid #60607E;
  border-radius: 5px;
  width: 132px;
}

.custom-radio:first-child {
  margin-right: 18px;
}

.custom-radio .radio-input {
  visibility: hidden;
  display: none;
}

.custom-radio .radio-label {
  position: relative;
  padding: 13px 8px 13px 17px;
  width: 100%;
  cursor: pointer;
}

.custom-radio .radio-label:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.custom-radio .radio-label .label-text {
  padding-left: 28px;
  font-size: 15.5px;
  line-height: 25px;
  color: #5B606B;
  margin-top: 2px;
  display: block;
}

.custom-radio.active .radio-label .label-text {
  color: #fff;
}

.custom-radio .radio-border {
  width: 17px;
  height: 17px;
  display: inline-block;
  border: 2px solid #60607E;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.custom-radio .radio-input:checked+.radio-label:after {
  transition: all 0.5s;
  background-color: #fff;
}

.custom-radio.active {
  margin-right: 18px;
  background: #652C90;
  color: #fff;
}

.custom-radio.active .radio-border {
  border: 2px solid #fff;
} */


/* Homepage changes: 14th July 2022 */
/* header .container .navbar .header-cta .btn.btn-quote {
  border-radius: 56.6025px;
} */

.top-carousel .owl-top-carousel .slider-block_content_desc p {
  line-height: 30px;
}

/* .btn-quote-banner {
  border-radius: 58px;
}

.custom-button .btn {
  border-radius: 34px;
} */

header .get-a-quote-dropdown_block_form_block_row .form-get-group .form-input {
  background: #FFFFFF;
  border: 1.2px solid #E2EBFF;
  border-radius: 9px;
  font-size: 15.5px;
  line-height: 20px;
  color: #5B606B;
}

header .container .navbar .header-cta .btn {
  font-weight: 600;
  text-shadow: none;
}

/* header .container .navbar .header-right {
  flex: 2.05;
} */

header .get-a-quote-dropdown {
  margin-right: 0;
  left: 30px;
  right: auto;
}

/* Insurance dropdown:: get quote */
.custom-select-dropdown {
  background: #FFFFFF;
  border: 1.2px solid #E2EBFF;
  border-radius: 9px;
  font-size: 15.5px;
  line-height: 20px;
  color: #5B606B;
  margin: 0;
  font-weight: 500;
  width: 100%;
}

.custom-select-dropdown dt {
  font-weight: 500;
}

.custom-select-dropdown dt a {
  display: block;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease-out;
  padding: 1.53rem 1.9rem;
  background: url('../../v2/icons/down-arrow-grey.png') no-repeat right 24px center;
}

.custom-select-dropdown dt a span {
  cursor: pointer;
  display: block;
}

.custom-select-dropdown dd {
  position: relative;
  margin: 0;
}

.custom-select-dropdown dd ul {
  background-color: #fff;
  border: 1.2px solid #E2EBFF;
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.custom-select-dropdown dd ul li {
  cursor: pointer;
  padding: 7px 22px;
  transition: all 0.3s ease-out;
  font-weight: 400;
}

.custom-select-dropdown dd ul li a {
  color: inherit;
  text-decoration: none;
}

.custom-select-dropdown dd ul li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #5B606B;
}

.custom-select-dropdown .car {
  background: url(../../v2/icons/compare360/get-quotes/car-icon-1.svg) no-repeat top left;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.expat_health {
  background: url(../../v2/icons/compare360/get-quotes/expat-icon.svg) no-repeat top left;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.custom-select-dropdown .health {
  background: url(../../v2/icons/compare360/get-quotes/health-icon.svg) no-repeat top left;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.custom-select-dropdown .bike {
  background: url(../../v2/icons/compare360/get-quotes/bike-icon-1.svg) no-repeat top left;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  /* background-size: 31px; */
}

.custom-select-dropdown .home {
  background: url(../../v2/icons/home-insurance.png) no-repeat top left;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: 19px;
}

.custom-select-dropdown .pet {
  background: url(../../v2/icons/compare360/get-quotes/pet-icon-1.svg) no-repeat top left;
  width: 24px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  /* background-size: 23px; */
}

.custom-select-dropdown .travel {
  /*background:url(../../v2/icons/compare360/get-quotes/travel-icon-1.svg) top left/100% no-repeat !important;*/
  background: url(../../v2/icons/compare360/get-quotes/travel-icon-1.svg) no-repeat top left !important;
  width: 24px !important;
  height: 20px !important;
  display:inline-block !important;
  vertical-align:middle !important;
}


.custom-select-dropdown i {
  margin-right: 15px;
}

.iti--allow-dropdown input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5B606B
}

.iti--allow-dropdown input::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B606B
}

.iti--allow-dropdown input:-ms-input-placeholder {
  /* IE 10+ */
  color: #5B606B
}

.iti--allow-dropdown input:-moz-placeholder {
  /* Firefox 18- */
  color: #5B606B
}


/* Car Insurance:: Compare best car insurance plans */
.car-offer-block--title h2 {
  font-size: 25px;
  line-height: 34px;
  width: 91%;
  padding-bottom: 10px;
}

.page-title-container .page-title-desc h5 {
  font-size: 19.5px;
  line-height: 26px;
  color: #652C90;
  font-weight: 500;
}

/* Custom Toggle Switch */
.switch-toggle {
  position: relative;
  margin: 0 38px 0 0;
}

.switch-toggle *, .switch-toggle *:before, .switch-toggle *:after {
  box-sizing: border-box;
}

.switch-toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.switch-toggle input[type=checkbox][disabled]~label {
  pointer-events: none;
}

.switch-toggle input[type=checkbox]:checked~label .switch-toggle__switch:before {
  content: attr(data-unchecked);
  left: 5px;
}

.switch-toggle input[type=checkbox]:checked~label .switch-toggle__switch:after {
  content: attr(data-checked);
}

.switch-toggle label {
  user-select: none;
  position: relative;
  display: block;
  align-items: center;
}

.switch-toggle label .switch-toggle__label-text {
  flex: 1;
  padding-left: 32px;
}

.switch-toggle label .switch-toggle__switch {
  position: relative;
}

.switch-toggle label .switch-toggle__switch:before {
  content: attr(data-checked);
  position: absolute;
  top: 2px;
  text-align: center;
}

.switch-toggle label .switch-toggle__switch:after {
  content: attr(data-unchecked);
  position: absolute;
  z-index: 5;
  text-align: center;
  background: #00ABD4;
  transform: translate3d(0, 0, 0);
  padding: 10px 10px 6px 10px;
}

.switch-toggle label .switch-toggle__label-text {
  flex: 1;
}

.switch-toggle label .switch-toggle__switch {
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
  background: #fff;
}

.switch-toggle label .switch-toggle__switch:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  color: #fff;
}

.switch-toggle input[type=checkbox]:checked~label .switch-toggle__switch:after {
  transform: translate3d(50px, 0, 0);
  color: #fff;
}

.switch-toggle label {
  font-weight: 500;
  font-size: 15.5px;
  line-height: 20px;
  color: #5B606B;
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
  width: 107px;
}

.switch-toggle label .switch-toggle__switch {
  height: 36px;
  flex: 0 0 134px;
  border-radius: 4px;
  margin: 5px 5px 7.8px 5px;
  cursor: pointer;
}

.switch-toggle label .switch-toggle__switch:before {
  left: 54px;
  line-height: normal;
  width: auto;
  padding: 12px 6px 8px 6px;
}

.switch-toggle label .switch-toggle__switch:after {
  top: 0;
  left: 0.5px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 22px;
  color: #fff
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block {
  align-items: flex-start;
}

/* Vehicle details */
.input-block .currency-input {
  font-size: 15.5px;
  line-height: 22px;
  color: #5B606B;
  font-weight: 500;
  position: absolute;
  left: 32px;
  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  display: block;
}

.input-block .currency-input:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 22px;
  background: #E4E7EF;
  right: -16px
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .currency-input-block .custom-input {
  padding: 0 25px 0 92px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 500;
  color: #5B606B
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
  color: #5B606B
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 500;
  color: #5B606B
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .custom-input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
  color: #5B606B
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block-phone .phone-num .dial-code .select2-container .select2-selection .select2-selection__rendered {
  font-weight: 500;
  color: #5B606B;
}

/* Driver details */
.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block.confirm-details .label-block_label {
  padding-right: 60px;
}

.claims-block .switch-toggle {
  margin: 0 30px 0 0;
}

.confirm-details .switch-toggle {
  margin: 0 52px 0 0;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block .icon {
  position: absolute;
  top: 21px;
  left: 26px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block p {
  padding-left: 40px;
  margin: 0;
}

/* .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .label-block .title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  height: 14.14px;
  width: 14.14px;
  bottom: -8px;
  left: 4px;
  background: transparent;
  transform: rotate(45deg);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
} */


/* Popper */
.custom-popper .popper-content {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 9px rgb(34 34 97 / 10%);
  padding: 19px 30px 24px;
  border-radius: 9px;
}

.custom-popper .popper-content h3 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
  margin-bottom: 20px;
}

.custom-popper .popper-content p {
  font-weight: 500;
  font-size: 15.5px;
  line-height: 20px;
  color: #5B606B;
}

.custom-popper .popover-body {
  padding: 0;
}

.popover.custom-popper {
  border: none;
}

.custom-popper.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .custom-popper.bs-popover-end>.popover-arrow::before {
  border-right-color: transparent;
}

.custom-popper.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .custom-popper.bs-popover-top>.popover-arrow::before {
  border-top-color: transparent;
}

.custom-popper.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .custom-popper.bs-popover-bottom>.popover-arrow::before {
  border-bottom-color: transparent
}

.custom-popper.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .custom-popper.bs-popover-start>.popover-arrow::before {
  border-left-color: transparent
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
  left: 12px;
  border-width: 1.5rem 1.5rem 1.5rem 0;
  border-right-color: #fff;
}

.custom-popper.popover {
  max-width: 449px;
  background: none;
  border-radius: 0;
  padding-left: 20px;
}

/* 18th July 2022 */
.popper {
  cursor: pointer;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
  top: -10px;
}

/* Custom checkbox blue*/
.custom-checkbox.blue .styled-checkbox+label:before {
  border: 1.5px solid #60607E;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}

.custom-checkbox.blue .styled-checkbox+label span {
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
  color: #652C90;
  padding: 0;
  margin-top: 3px;
}

.custom-checkbox.blue .styled-checkbox+label:before {
  align-self: center;
}

.custom-checkbox.blue .styled-checkbox:checked+label:before {
  background: #60607E;
  border: 2px solid #60607E;
}

.custom-checkbox.blue .styled-checkbox:checked+label:after {
  left: 3px;
  top: 11px;
}

.result-listing__item__block_left .result-listing__item__block_medium .third-col {
  padding-left: 10px;
}

.result-listing__item__block_left .third-col .listing-ul ul li {
  margin-bottom: 1rem;
}

/* Compare offers */
.compare-plans-table_block_item:not(:first-child):not(:last-child) .compare-plans-table_block_item_row>.row>div[class*="col-"]:first-child {
  background: #FDFEFF;
  box-shadow: 0px 2px 2px 1px rgb(216 226 241 / 25%);
  border-left: none;
}

.compare-plans-table_block_item:nth-last-child(2) {
  border-bottom: none;
}

.compare-plans-table_block_item_row_item .desc-p p.amount {
  font-weight: 700;
  font-size: 14.5px;
  line-height: 22px;
}


/* Checkout */
.checkout-middle-footer .result-listing__item__block {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #E4EAF8;
}

.checkout-middle-footer .result-listing__item__block .result-listing__item__block-bottom-top {
  padding: 5rem 3.1rem 4.2rem 4.1rem;
}

.checkout .checkout-container .checkout-block .checkout-middle {
  border-bottom: none;
}

.checkout .checkout-container .checkout-block .checkout-top .right-buy-now {
  border-bottom: 1px solid #F9F7FF;
}

.checkout-block-details {
  margin-top: -2rem;
}

.checkout-block-details .btn {
  height: 32px;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 54px;
  color: #652C90;
  padding: 0.775rem 1.5rem 0.375rem;
  background: #FFFFFF;
  border: 1.2px solid #E2EBFF;
  border-radius: 3px;
}

.checkout-block-details .btn.active span {
  transform: rotate(180deg);
}

.checkout-block-details .btn span {
  margin-top: -4px;
}

.checkout-block-details .btn span:before {
  color: #652C90 !important;
}

.checkout-block-details .btn i {
  font-style: normal;
  padding-right: 1.1rem;
  line-height: 0;
}

.checkout-block-details .btn span {
  font-size: 7px;
  transition: 0.3s all ease;
  font-weight: 900;
}

.checkout-block-details .btn span:before {
  color: #00ABD4;
}

.checkout .checkout-container .checkout-block .checkout-middle {
  padding: 2.3rem 3.6rem 4rem;
}

.checkout-block-details {
  margin-left: 227px;
}


.checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary {
  padding: 1.6rem 5.8rem 3rem 4.9rem;
}

.checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary .inner-title h5 {
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
  font-weight: 500;
}

.checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary-block__table--item .left,
.checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary-block__table--item .right {
  font-weight: 400;
  font-size: 15.5px;
  color: #652C90;
}

.checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary-block__table--item .right.big-bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}

.checkout-bottom-container .agree-terms-conditions .styled-checkbox+label {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  color: #59596F;
}

.checkout-bottom-container .agree-terms-conditions .styled-checkbox+label span {
  padding-top: 0;
}

.checkout-bottom-container .agree-terms-conditions .styled-checkbox+label a {
  font-weight: 400;
}

.checkout-bottom-container .checkout-button .btn-checkout {
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 16px 30px;
  height: auto;
}

/* Coupon block */
.coupon-block-container .coupon-block-form {
  background: #FFFFFF;
  border: 1.2px solid #E2EBFF;
  border-radius: 9px;
  overflow: hidden;
  max-width: 454px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px;
}

.coupon-block-container .coupon-block-form .inputfield {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  color: #652C90;
  border: none;
  width: 100%;
  padding: 0 24px 0 13px;
}

.coupon-block-container .coupon-block-form .btn-outlined-blue {
  background: #FFFFFF;
  border: 2px solid #00ABD4;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13.2576px;
  line-height: 18px;
  color: #00ABD4;
  padding: 8px 26px 7px 26px;
}

.coupon-block-container .coupon-block-form .inputfield::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #652C90;
}

.coupon-block-container .coupon-block-form .inputfield::-moz-placeholder {
  /* Firefox 19+ */
  color: #652C90;
}

.coupon-block-container .coupon-block-form .inputfield:-ms-input-placeholder {
  /* IE 10+ */
  color: #652C90;
}

.coupon-block-container .coupon-block-form .inputfield:-moz-placeholder {
  /* Firefox 18- */
  color: #652C90;
}

.coupon-block-container .coupon-block h3 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
  margin-bottom: 16px;
}

.coupon-block-container .coupon-block {
  margin: 16px 0 41px;
}

.disclaimer-block h3 {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 42px;
  color: #652C90;
  margin: 0;
}

.disclaimer-block p {
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
  color: #652C90;
  padding-right: 83px;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .right-col {
  width: 43.32%;
}

.checkout .checkout-container .checkout-block .checkout-bottom_block .left-col {
  width: 56%;
}

.payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group select.form-control {
  color: #5B606B;
  font-weight: 500;
  font-size: 15.5px;
  line-height: 20px;
}


/* Thankyou page */
.thank-you .payment-row .thankyou-block-left .purchased-content .name {
  font-size: 16.5px;
  line-height: 20px;
}

.thankyou-block .summary-block__table--item .left {
  max-width: 350px;
  width: 350px;
}

.thankyou-block .summary-block__table--item .left,
.thankyou-block .summary-block__table--item .right {
  font-weight: 400;
  font-size: 15.5px;
  color: #FFFFFF;
}

.payment .payment-vechile_row .payment-row.thankyou-row {
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
}


/* SET3:: Upload with register */
.set-page__row .left-column .sidebar-block .sidebar_tile {
  border-bottom: none;
  padding: 2.5rem 2.8rem 2.5rem 3.5rem;
  margin-bottom: 0;
}

.sidebar-block .update-password_item .title {
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
  color: #652C90;
}

.sidebar-block .update-password_item,
.sidebar-block .insurance-main_listing {
  border-bottom: 1.2px solid #F6F9FF;
}

.sidebar-block .insurance-main_listing_item .title {
  padding: 4px 0 3px;
}

.set-page__row .right-column.docs-right .set-page_right_top .navigations-doc ul li {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
}

.set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files_row .title h4 {
  max-width: 100%;
  font-size: 19.5px;
}

.set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files_row .icon {
  width: 74px;
  height: 93px;
  padding: 0;
  margin-right: 8px;
}

.set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files {
  padding: 4rem 1.5rem 3rem;
}

.set-page__row .right-column.docs-right .set-page_right_top .upload-doc .table tbody tr td .document-type .select2-selection {
  border: 2px solid #60607E;
  border-radius: 5px;
}

.set-page__row .right-column.docs-right .set-page_right_top .upload-doc .table tbody tr td .document-type .select2-selection .select2-selection__rendered,
.set-page__row .right-column.docs-right .set-page_right_top .upload-doc .table tbody tr td p {
  font-weight: 400;
  font-size: 13.26px;
}

.set-page__row .right-column.docs-right .set-page_right_top .upload-doc .table tbody tr td .table-p p span {
  font-size: 12.5px;
  line-height: 22.5px;
}

.set-page__row .right-column.docs-right .set-page_right_top .upload-doc .table tbody tr td .cross-icon span {
  margin-top: -1px;
}

.set-page__row .right-column.docs-right .set-page_right_bottom .add-photo .title h6 {
  font-size: 19.5px;
}

.set-page__row .right-column.docs-right .set-page_right .form-set-form_row .checkout-button .btn {
  font-size: 14.5px;
}

/* Modals */
.form-block-container .form-elements .form-control {
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  color: #5B606B;
}

.form-block-container .form-elements .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5B606B;
  font-weight: 400;
}

.form-block-container .form-elements .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B606B;
  font-weight: 400;
}

.form-block-container .form-elements .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #5B606B;
  font-weight: 400;
}

.form-block-container .form-elements .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5B606B;
  font-weight: 400;
}

.form-block-container .forgot-password {
  margin-top: 2.9rem;
}

.form-block-container .forgot-password p {
  font-weight: 400;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right .modal-form .forgot-password p a {
  text-transform: uppercase;
  font-weight: 400;
}

/* Button::green */
.btn-green {
  background: #F05A28;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 14px 30px 13px;
}

.btn-green:hover {
  color: #fff;
}

.form-block-container .login-button .btn-green {
  max-width: 252px;
  width: 100%;
}

.login-signin-modal .modal-content .login-modal-row .left-col .sign-in-left .sign-in-content_title {
  margin-bottom: 1.8rem;
}


/* Tags */
.tag {
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 700;
  font-size: 14.5px;
  line-height: 22px;
  text-align: center;
  padding: 3px 20px 3px;
}

.tag-orange {
  background: #FFBC4B;
  color: #fff;
}

.icon-renewal {
  display: inline-block;
  vertical-align: middle;
  background: url('../../v2/icons/renewal.png') no-repeat left top;
  width: 15px;
  height: 16px;
  margin-right: 9px;
  margin-top: -2px;
}

.set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td:first-child .car-title p {
  font-weight: 500;
}

.right-column.docs-right .update-password {
  padding: 0;
}

.set-page__row .right-column.docs-right .profile-section__item .update-password .inner-title h4 {
  font-size: 25px;
  line-height: 34px;
}

.right-column.docs-right .btn-update {
  max-width: 159px;
  text-transform: none;
}


.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .desc-p p,
.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header.with-desc .desc-p p {
  font-size: 13.26px;
  line-height: 22px;
  font-weight: 400;
}

.login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right_header.with-desc .desc-p.check-email-text p {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 26px;
  text-align: center;
  color: #5B606B;
}

.login-modal-row .form-block-container .form-elements .form-control {
  color: #652C90;
}

.login-modal-row .form-block-container .form-elements .form-control::-webkit-input-placeholder,
.phone-country-code .input-block-phone .phone-input .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #652C90;
}

.login-modal-row .form-block-container .form-elements .form-control::-moz-placeholder,
.phone-country-code .input-block-phone .phone-input .form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #652C90;
}

.login-modal-row .form-block-container .form-elements .form-control:-ms-input-placeholder,
.phone-country-code .input-block-phone .phone-input .form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #652C90;
}

.login-modal-row .form-block-container .form-elements .form-control:-moz-placeholder,
.phone-country-code .input-block-phone .phone-input .form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #652C90;
}


/* SET2:: Contact us */
.inner-page-title .desc.contact-title-block p {
  max-width: 450px;
  margin: 0 auto;
}

.contact-sections__row__block_desc p {
  font-size: 14.5px;
  line-height: 18px;
  font-weight: 500;
  max-width: 178px;
  margin: 0 auto;
}

.contact-sections__row__block_button .contact-button.help-center .btn {
  width: 100%;
}

.contact-sections__row__block_desc.call-block p:not(:last-child) {
  padding-bottom: 15px;
}



.lets-get-touch .lets-get-form_row_block_item>input::-webkit-input-placeholder,
.lets-get-touch .lets-get-form_row_block_item>textarea::-webkit-input-placeholder,
.phone-country-code.on-page .phone-num .phone-input .form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400;
  font-size: 15.5px;
  line-height: 27px;
  color: #5B606B;
}

.lets-get-touch .lets-get-form_row_block_item>input::-moz-placeholder,
.lets-get-touch .lets-get-form_row_block_item>textarea::-moz-placeholder,
.phone-country-code.on-page .phone-num .phone-input .form-input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
  font-size: 15.5px;
  line-height: 27px;
  color: #5B606B;
}

.lets-get-touch .lets-get-form_row_block_item>input:-ms-input-placeholder,
.lets-get-touch .lets-get-form_row_block_item>textarea:-ms-input-placeholder,
.phone-country-code.on-page .phone-num .phone-input .form-input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
  font-size: 15.5px;
  line-height: 27px;
  color: #5B606B;
}

.lets-get-touch .lets-get-form_row_block_item>input:-moz-placeholder,
.lets-get-touch .lets-get-form_row_block_item>textarea:-moz-placeholder,
.phone-country-code.on-page .phone-num .phone-input .form-input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400;
  font-size: 15.5px;
  line-height: 27px;
  color: #5B606B;
}


/* FAQ */
.faq-row .side-bar-tab-nav {
  border-left: 1px solid #EBF0FC;
}

.faq-title-container .inner-page-title .heading {
  max-width: 481px;
}


/* Help center */
.help-page-top .inner-page-title .desc p {
  max-width: 790px;
  margin: 0 auto;
}

.help-car-offer .car-offer-block--title h2 {
  font-weight: 500;
  font-size: 29px;
  line-height: 38px;
}

.help-car-offer .car-offer-block--title {
  padding-left: 8rem;
}

.help-car-offer .car-offer-block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.help-car-offer .car-offer-block--title p {
  line-height: 22px;
}


/* Help center sub page */
.why-compare-policies.insurance-articles .page-title {
  margin-bottom: 2rem;
}

.insurance-articles .page-title h2 {
  font-size: 2.9rem;
  line-height: 3.7rem;
}

.compare-list-block .left-compare-list .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare-list-block .left-compare-list .desc p {
  max-width: 900px;
  margin-bottom: 0;
}


/* Help center details */
.help-details .breadcumbs ul li {
  font-size: 13.2576px;
  line-height: 22px;
  font-weight: 400;
}

.help-details .why-policy-detail .desc h6 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #5B606B;
}


.get-a-quote-sec-block.get-quote-banner .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__rendered {
  padding-right: 30px;
  line-height: 54px;
  margin-right: 1px;
}

.get-a-quote-sec-block.get-quote-banner .get-a-quote-form .get-quote-input .phone-num .phone-input {
  margin-left: 1px;
}

.get-a-quote-sec-block.get-quote-banner .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__arrow {
  right: 10px;
}

.dropdown-custom .dropdown-menu {
  margin-top: 28px;
  background: #F9F7FF;
  font-size: 14.5px;
  line-height: 18px;
  color: #652C90;
  border: 1px solid #dde8ff;
  border-top: 0;
  padding: 7px 4px;
  min-width: 11rem;
}


/* Logout dropdown */
/* .dropdown-custom .btn {
  background: none;
  border: none;
  color: #652C90;
  padding: 0;
  font-size: 13.26px;
  font-weight: 500;
  margin-top: 4px;
}

.dropdown-custom .btn:after {
  content: '';
  background-image: url(../../v2/icons/compare360/select-arrow.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  border: none;
}

.btn-check:active+.dropdown-custom .btn.btn-secondary:focus,
.btn-check:checked+.dropdown-custom .btn.btn-secondary:focus,
.dropdown-custom .btn.btn-secondary.active:focus,
.dropdown-custom .btn.btn-secondary:active:focus,
.show>.dropdown-custom .btn.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-custom .dropdown-item:focus,
.dropdown-custom .dropdown-item:hover {
  background: transparent;
  color: #652C90;
}

.dropdown-custom .dropdown-item {
  text-align: center;
  padding: 0;
}

.dropdown-custom .dropdown-item:hover {
  color: #6a6f74;
}

.header-right__user .logout {
  width: 29px;
  height: 29px;
  display: block;
  background: #2F2F6A;
  border-radius: 100%;
  position: relative;
}

.header-right__user .logout img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
} */


.user-dropdown {
  display: none;
  position: absolute;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 4px 9px rgb(0 0 0 / 50%);
  list-style: none;
  padding: 15px 20px 0 20px;
  width: 260px;
  margin: 0;
  top: 45px;
  right: -9%;
}

.user-dropdown:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  right: 0px;
  box-sizing: border-box;
  border: 7px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
  top: 0
}

.user-dropdown.u-open {
  display: block;
}

.user-dropdown>li {
  padding: 0px;
  /* line-height: 47px; */
  border-bottom: 1px solid rgba(215, 215, 215, 0.17);
  cursor: pointer;
}

.user-dropdown>li:last-child {
  border-bottom: 0px;
}

.user-dropdown>li>a {
  font-size: 14px;
  padding: 0;
  text-decoration: none;
  color: #652C90;
  transition: all 0.2s ease-out;
  font-weight: 500;
  border: none;
  line-height: 47px;
  display: block;
}

.user-dropdown>li:before {
  content: "";
  width: 0px;
  height: 40px;
  position: absolute;
  background: #00ABD4;
  margin-top: 4px;
  border-radius: 0;
  left: 0px;
  transition: all 0.2s ease;
}

.user-dropdown>li:hover:before {
  width: 4px;
  border-radius: 30px;
}

.user-dropdown>li a:hover {
  margin-left: 5px;
}

.header-right-custom .header-right__user {
  position: relative;
}

header .container .navbar .header-right__user .user-avatar p {
  margin-top: 3px;
  position: relative;
  padding-right: 0;
  cursor: pointer;
}

header .container .navbar .header-right__user .user-avatar p i {
  margin-left: 8px;
}

.user-avatar {
  cursor: pointer;
}

.user-avatar .user-name {
  background: #652C90;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  display: block;
  position: relative;
  margin-right: 5px;
}

.user-avatar .user-name .user-initial {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.user-dropdown .icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}

.icon-accounts {
  background: url('../../v2/icons/u-user.png') no-repeat left top;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.icon-policies {
  background: url('../../v2/icons/u-insurance.png') no-repeat left top;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.icon-logout {
  background: url('../../v2/icons/u-logout.png') no-repeat left top;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

header .container .navbar .header-right__user .user-profile p:first-child {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.user-profile {
  padding-bottom: 15px;
}

.user-dropdown>li:first-child {
  cursor: default;
}

.user-dropdown>li:first-child:hover:before {
  display: none;
}


/* Health Insurance */
.banner-top-custom.banner-top {
  padding: 8.6rem 0 0;
}

.banner-top-custom .banner-top__content__block {
  max-width: 506px;
  padding: 2.8rem 0 0;
}

.banner-top-custom .banner-top__content__block h1 {
  max-width: 407px;
}

.banner-top-custom .banner-top__content__block--desc {
  max-width: 100%;
}

.banner-top-custom .banner-top__content__block--title h1 {
  font-weight: 700;
}

.banner-top-custom .banner-top__content__block--title {
  margin-bottom: 1.5rem;
}

.get-a-quote-sec-block.health-get-started .get-a-quote-car {
  text-align: center;
}

.get-a-quote-sec-block.health-get-started .get-a-quote-car {
  padding-left: 0;
}

/* .find-the-best-custom .inner-page-title h3 {
  line-height: 38px;
} */

/* .find-the-best-custom .inner-page-title {
  margin-bottom: 21px;
} */

/* .find-the-best.find-the-best-custom .find-the-best__block .descrip-p p,
.find-the-best.find-the-best-custom .below-title p {
  line-height: 22px;
} */

.key-benefits-custom .key-benefits-container .key-benefits-left__ul ul li {
  font-size: 15.5px;
  line-height: 22px;
}

.health-insurance-offer .car-offer-block {
  padding: 9px 6rem 0 0;
  overflow: hidden;
}

.health-insurance-offer .car-offer-block--image {
  max-width: 265px;
  width: 100%;
  text-align: center;
}

.car-offer.health-insurance-offer .car-offer-block--image .car-pattern1 {
  bottom: 0;
  left: 0;
}

.car-offer.health-insurance-offer .car-offer-block--image .car-pattern2 {
  bottom: 0;
}

.car-offer.health-insurance-offer .car-offer-block--image>img {
  margin-left: 11px;
}

.health-insurance-offer .car-offer-block--title {
  padding-left: 3.8rem;
}

.health-insurance-offer .car-offer-block--title h2 {
  width: 72%;
}

.why-would-you-buy-custom .why-would-you-buy__list__item--header .title h4 {
  font-size: 25px;
  line-height: 34px;
}

.why-would-you-buy-custom .why-would-you-buy__list__item--header {
  margin-bottom: 28px;
}

.things-to-consider-custom .inner-page-title h3,
.we-work-with-custom .inner-page-title h3,
.additonal-cover-options-custom .inner-page-title h3 {

  line-height: 38px;
}

.things-to-consider-custom .inner-page-title {
  margin-bottom: 6.2rem;
}

.we-work-with-custom .inner-page-title {
  margin-bottom: 4.5rem;
}

.we-work-with-custom .descrip-p p {
  line-height: 22px;
  margin-bottom: 6.2rem;
}

.additonal-cover-options-custom .inner-page-title {
  margin-bottom: 4rem;
}

/* .additonal-cover-options-custom .additonal-cover-options_container .additonal-cover-options_right .additional-covers-list_item .descrip-p p {
  line-height: 22px;
} */

.additonal-cover-options-custom .additonal-cover-options_container .additonal-cover-options_right .additional-covers-list_item .descrip-p {
  margin-bottom: 2.5rem;
}

.phone-country-code .input-block-phone {
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
}

.phone-country-code .input-block-phone .phone-input {
  border: none;
  border-color: transparent;
  width: 100%;
}

.phone-country-code .input-block-phone .phone-num {
  width: 100%;
  padding: 10px 0;
}

.phone-country-code .input-block-phone .phone-input .form-input {
  border: none;
  color: #652C90;
  width: 100%;
  padding-left: 15px;
  padding-right: 12px;
}

.phone-country-code .select2-container--default .select2-selection--single {
  border: none;
}

.phone-country-code .select2-container .select2-dropdown {
  min-width: 300px;
}

.phone-country-code .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: 0 5px 0 11px;
  background: url(../../v2/icons/down-arrow-grey.png) no-repeat left top;
  width: 10px;
  height: 10px;
}

.phone-country-code .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.phone-country-code .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 17px;
}

.phone-country-code .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: -2px;
}

.phone-country-code .select2-container--default .select2-selection--single,
.phone-country-code.on-page .phone-num .phone-input {
  position: relative;
}

.phone-country-code.on-page .phone-num .phone-input:before {
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background: #DFDFDF;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.phone-country-code .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
  color: #652C90;
}

.login-signin-modal .signup-modal .modal-content .login-modal-row .left-col {
  background: #652C90;
}

.phone-country-code.on-page .phone-num {
  position: relative;
  width: 100%;
  height: auto;
  width: 100%;
  color: #652C90;

  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.phone-country-code.on-page .phone-num .phone-input .form-input,
.phone-country-code.on-page .phone-num .phone-input {
  border: none;
  width: 100%;
  padding: 0 12px 0 8px;
}


.phone-country-code.on-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5B606B;
}

.phone-country-code.on-page {
  position: relative;
}

/* .phone-country-code.on-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: yellowgreen;
  color: white;
} */
.phone-country-code.on-page.selected .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #652C90;
}

.banner-top-custom.banner-top.banner-top-custom {
  overflow: hidden;
}

.banner-top__content .car-banner-block.health-banner-block .car-image img {
  width: 450px;
}

.additonal-cover-options-custom,
.additonal-cover-options-custom {
  overflow: hidden;
}


/* Member details block */
.member-details-block {
  border-radius: 7px;
  overflow: hidden;
  max-width: 565px;
}

.member-details-block .member-details-header {
  background: #652C90;
  padding: 18px 26px;
}

.member-details-block .member-details-body {
  border: 2px solid #E5EAF8;
  padding: 31px 27px 31px 32px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.member-details-block .member-details-header h3 {
  font-weight: 500;
  font-size: 19.5px;
  line-height: 26px;
  color: #FFFFFF;
}

.member-details-block .member-details-header .member-details-heaader-icon {
  margin-right: 18px;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .member-details-body .form-block .input-block .col-lg-10 {
  width: 89%;
}

.member-details-block .member-details-footer {
  margin-top: 36px;
  border: 2px solid #E5EAF8;
  border-radius: 7px;
  padding: 16px 18px;
  cursor: pointer;
}

.member-details-block .member-details-footer h3 {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
  margin-left: 34px;
}

.member-details-added {
  border: 2px solid #E5EAF8;
  border-radius: 7px;
  max-width: 565px;
  padding: 19px 41px 18px 30px;
  margin-bottom: 33px;
}

.member-details-added-header {
  border-bottom: 1px solid #E5EAF8;
  padding-bottom: 14px;
}

.member-details-added-header-left h3 {
  margin-left: 15px;
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
}

.member-details-added-header-right .btn-actions {
  background: #FFFFFF;
  border: 1.69px solid #60607E;
  border-radius: 5px;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 16px;
  color: #5B606B;
  padding: 6px 12px;
}

.member-details-added-header-right .btn-actions:last-child {
  border: 1.68609px solid #00ABD4;
  margin-left: 10px;
}

.member-details-added-body span {
  font-size: 15.5px;
  line-height: 19px;
  color: #5B606B;
  text-align: left;
}

.member-details-added-body .attribute {
  font-weight: 700;
  max-width: 105px;
  width: 100%;
  margin-right: 16px;
}

.member-details-added-body .value {
  font-weight: 500;
}

.member-details-added-body-left,
.member-details-added-body-right {
  max-width: 219px;
  width: 100%;
}

.member-details-added-body .member-details-added-body-item {
  padding: 16px 0 14px;
}

.member-details-added-body .member-details-added-body-item:last-child {
  padding: 16px 0 0;
}

.member-details-added-body .member-details-added-body-item:not(:last-child) {
  border-bottom: 1px solid #E5EAF8;
}

.member-details-added-body .member-details-added-body-item:last-child .attribute {
  max-width: 165px;
}

.member-details-added-header-right .btn-actions {
  display: flex;
  align-items: center;
}

.member-details-added-header-right .btn-actions span {
  display: block;
  margin-left: 7px;
  padding-top: 3px;
}

.member-details-added-body-left {
  margin-right: 20px;
}


/* Health Declaration */
.declaration-title {
  margin-top: 31px;
  padding: 0 2.5rem;
  padding-right: 0;
}

.declaration-title label {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 22px;
  color: #652C90;
}

.declaration-list .confirm-details .switch-toggle {
  margin: 0 30px 0 0;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list.declaration-list .form-block.confirm-details .label-block_label {
  padding-right: 22px;
}

.declaration-form .agree-terms-conditions .styled-checkbox:checked+label:before {
  border: 2px solid #60607E;
  border-radius: 5px;
}

.declaration-form .agree-terms-conditions-checkbox {
  display: flex;
}

.declaration-form .agree-terms-conditions-checkbox p {
  margin-left: 25px;
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
  color: #652C90;
}

.declaration-form .agree-terms-conditions {
  margin: 0;
}

.declaration-form .agree-terms-conditions .styled-checkbox+label {
  margin-top: 3px
}

.declaration-form .agree-terms-conditions .styled-checkbox+label:before {
  margin-right: 0;
  width: 25px;
  height: 25px;
}

.declaration-form .agree-terms-conditions .styled-checkbox:checked+label:after {
  top: 12px;
  left: 7px;
}

.thank-you .payment-row .thankyou-block-left .summary-block__table--item .left {
  padding-right: 20px;
  text-align: left;
}

.right-col-create .thankyou-right-right_header .title h6 {
  font-weight: 500;
  font-size: 19.5px;
  line-height: 26px;
  text-align: center;
  color: #652C90;
}

.right-col-create .thankyou-right-right__form label {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 20px;
  color: #652C90;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.right-col-create .thankyou-right-right__form .form-elements .form-control {
  height: 48px;
  font-weight: 500;
  color: #652C90;
  font-size: 31px;
  padding: 4px 1.8rem 0;
  background: #FFFFFF;
  border: 2px solid #60607E;
  border-radius: 5px;
}

.right-col-create .agree-terms-conditions .styled-checkbox+label span {
  font-weight: 400;
  font-size: 15.5px;
  line-height: 22px;
  color: #59596F;
}

.right-col-create .agree-terms-conditions .styled-checkbox+label a {
  color: #59596F;
  font-weight: 400;
}

.right-col-create .agree-terms-conditions .styled-checkbox+label:before {
  margin-top: 2px;
}

.right-col-create .agree-terms-conditions .styled-checkbox:checked+label:after {
  top: 11px;
}


/* Health:: Compare */
.vechile-list .health-insurance-compare .page-title-block .mid-col {
  padding-left: 6.5rem;
}

.vechile-list .health-insurance-compare .page-title-block.result-listing-title .row {
  justify-content: space-between;
}

.vechile-list .health-insurance-compare .page-title-block .right-col {
  padding-right: 0;
  width: 30%;
}

.vechile-list .health-insurance-compare .page-title-block .mid-col {
  width: 44%;
}

.vechile-list .health-insurance-compare .page-title-block .result-tabs-nav .nav-tabs .compare-link {
  padding: 1rem 1.4rem 0.8rem;
}

.vechile-list .health-insurance-compare .result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item p small {
  font-weight: 400;
}

.vechile-list .health-insurance-compare .listing-ul ul li {
  font-size: 14.5px;
  font-weight: 500;
}

.vechile-list .health-insurance-compare .listing-ul ul li span {
  font-weight: 400;
}

.vechile-list .health-insurance-compare .result-listing__item__block_left .result-listing__item__block_medium .second-col {
  width: 32%;
}

.vechile-list .health-insurance-compare .listing-ul ul li span.hyphen-line {
  display: inline-block;
  font-size: 14.26px;
  font-weight: 400;
  color: #652C90;
  max-width: 100%;
}

.vechile-list .health-insurance-compare .result-listing__item__block_left .result-listing__item__block_medium {
  margin-bottom: 10px;
}

.vechile-list .health-insurance-compare .result-listing__item__block .result-listing__item__block-bottom-top .listing-p .desc-p p {
  max-width: 215px;
}

.vechile-list .health-insurance-compare .result-listing__item__block .result-listing__item__block-bottom-top .row .special-feactures {
  width: 27.7%;
}

.vechile-list .health-insurance-compare .listing-ul ul li span {
  max-width: 161px;
}

.vechile-list .health-insurance-compare .result-listing__item__block_left .result-listing__item__block_medium .second-col ul li span {
  max-width: 100%;
}

.vechile-list .health-insurance-compare .result-listing__item__block .result-listing__item__block-bottom-top .listing-title h6 {
  font-weight: 500;
}


/* Health: Checkout */
.checkout .checkout-container.checkout-health-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom_item .title .text {
  font-size: 15.5px;
  line-height: 22px;
  font-weight: 400;
}

.checkout .checkout-container.checkout-health-container .checkout-block .checkout-middle .partner-content_bottom_item p {
  max-width: 189px;
}

.checkout .checkout-container.checkout-health-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
  margin-right: 6rem;
}

.checkout .checkout-container.checkout-health-container .read-terms p {
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
  color: #652C90;
  /* padding-top: 30px; */
  /* margin-top: 29px; */
}

.checkout .checkout-container.checkout-health-container .read-terms {
  padding-top: 30px;
  margin-top: 29px;
  border-top: 1px solid #F9F7FF;

}

.checkout .checkout-container.checkout-health-container .read-terms img {
  margin-right: 18px;
}

.checkout .checkout-container.checkout-health-container .read-terms,
.checkout .checkout-container.checkout-health-container .disclaimer-block {
  max-width: 546px;
}

.checkout .checkout-container.checkout-health-container .summary-sponsor {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F9F7FF;
}

.checkout .checkout-container.checkout-health-container .result-listing__item__block .result-listing__item__block-bottom-top .listing-title h6 {
  font-weight: 500;
}

.checkout .checkout-container.checkout-health-container .result-listing__item__block .result-listing__item__block-bottom-top .listing-p .desc-p p {
  max-width: 215px;
}

.checkout .checkout-container.checkout-health-container .result-listing__item__block .result-listing__item__block-bottom-top .row .special-feactures {
  width: 24%;
}

.checkout .checkout-container.checkout-health-container .result-listing__item__block .result-listing__item__block-bottom {
  border-top: none;
}



/* Home Insurance */
.banner-top-home .banner-top__content__block--title {
  max-width: 478px;
  margin-bottom: 1.5rem;
}

.banner-top-home .banner-top__content__block--desc {
  max-width: 470px;
}

.banner-top-home .banner-top__content .car-banner-block {
  height: 100%;
  margin-top: 60px;
}

.get-a-quote-sec-home .get-a-quote-sec-block .get-a-quote-car {
  text-align: center;
  padding-left: 0;
}

.banner-top-home .banner-top__content__block--title h1 {
  font-weight: 700;
}

.get-over-home .get-over-block--title h2 {
  font-size: 25px;
  line-height: 34px;
}

.get-over-home .get-over-block--title {
  margin-bottom: 45px;
}

.get-over-home .get-over-block {
  padding-top: 3.8rem;
}

.get-over-home .get-over-block_row .get-a-quote .btn-quote {
  border-radius: 5px;
}

.why-would-you-buy-home .why-would-you-buy__list__item--header .title h4 {
  font-size: 25px;
  line-height: 34px;
}

.we-work-with-home .btn-quote {
  font-weight: 700;
}

.do-i-need-home .do-list_listing_item .title {
  font-size: 16.5px;
  font-weight: 500;
}

.do-i-need-home .do-list_listing_item .desc {
  font-weight: 400;
}

.banner-top-home,
.key-benefits-home,
.additonal-cover-options-home,
.individual-plaans-home {
  overflow: hidden;
}


.need-insurance-fix .need-insurance-block .form-insurance .form-input .input-block-phone .phone-num .phone-input {
  margin-left: 1px;
}

.need-insurance-fix .need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-selection .select2-selection__rendered {
  padding-right: 30px;
}

.need-insurance-fix .need-insurance-block .form-insurance .form-input .input-block-phone .select2-container .select2-selection .select2-selection__arrow b {
  left: -10px;
}

.phone-country-code.on-page .phone-num .phone-input .form-input {
  padding: 0.7rem 2rem 0.5rem 1rem;
}

.phone-country-code .select2-container--default .select2-selection--single {
  height: auto;
}


.phone-country-code.on-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.7rem 2rem 0.7rem;
}

.phone-country-code .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
}


@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) {
    .nav-tabs-insurance {
      flex-wrap: nowrap;
    }

    .help-center-navigation .nav-tabs-insurance .help-link {
      height: auto;
      font-size: 13px;
    }
  }
}


/* Need Insurance Changes */
.form-insurance .first-column,
.form-insurance .second-column {
  width: 29%;
  margin-right: 15px;
}

.form-insurance .third-column {
  width: 26%;
  margin-right: 15px;
}

.form-insurance .fourth-column {
  width: 10%;
  margin-right: 15px;
}

.form-insurance .fifth-column {
  width: 20.3%;
  padding-left: 0;
}

.need-insurance-block {
  padding: 3rem;
}

.form-insurance .first-column .inner-title {
  margin-bottom: 0;
}

.form-insurance .first-column .inner-title h3 {
  font-size: 2.4rem;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block_row_row_listing_item_block .menu-listing ul li:hover {
  font-weight: 700;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}


.phone-country-code.phone-country-code-custom .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}


/* Validations */
.agree-terms-conditions .styled-checkbox.validate+label::before {
  border: 2px solid red;
}


/* Footer changes */
.footer-right .nav {
  margin: 0 0 33px;
  order: 2;
}

.footer-right .nav .nav-item {
  box-shadow: 0 0 1rem rgb(0 0 0 / 10%);
  margin: 0.5rem;
  width: 6.4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 0.2rem;
  position: relative;
}

.footer-right .nav .nav-item img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-instagram,
.icon-twitter,
.icon-fb {
  line-height: 20px;
}


/* Custom checkbox new */
.custom-checkbox-new .checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 1.415em;
  cursor: pointer;
}

.custom-checkbox-new .checkbox__label {
  font-weight: 400;
  font-size: 13.2576px;
  line-height: 22px;
  color: #652C90;
  padding: 0;
  margin-top: 3px;
}

.custom-checkbox-new .checkbox input {
  display: none;
}

.custom-checkbox-new .checkbox__indicator {
  position: absolute;
  top: 0;
  left: 0;
  border: 1.5px solid #60607E;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  transition: 125ms ease-out;
}

.custom-checkbox-new .checkbox__indicator:after {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  width: 5px;
  height: 9px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  border-right: 3px solid white;
  border-top: 3px solid white;
  display: none;
}

.custom-checkbox-new .checkbox input:checked~.checkbox__indicator {
  background: #60607E;
}

.custom-checkbox-new .checkbox input:checked~.checkbox__indicator:after {
  animation: check 125ms;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}


/* My policies: Disabled CSS */
.set-page__row .left-column .disabled .sidebar_tile h6,
.disabled .update-password_item .icon .icon-pencil:before,
.sidebar-block.disabled .update-password_item .title,
.disabled .insurance-main_listing_item .title h6,
.set-page__row .left-column .disabled .sidebar_listing__item {
  color: #E3E3E3;
}

.sidebar-block.disabled .update-password_item,
.disabled .insurance-main_listing_item {
  cursor: default;
}

.sidebar-block.disabled .update-password_item .icon {
  border: 2px solid #E3E3E3;
}

.disabled .insurance-main_listing_item.active {
  background: #E3E3E3;
  border-color: #E3E3E3;
}

.disabled .insurance-main_listing_item {
  border: 2px solid #E3E3E3;
  cursor: default;
}

.disabled .insurance-main_listing_item.active .title h6 {
  color: #fff;
}

.set-page__row .left-column .disabled .sidebar_listing__item:hover .sidebar_icon span:before,
.set-page__row .left-column .disabled .sidebar_listing__item.active .sidebar_icon span:before,
.set-page__row .left-column .disabled .sidebar_listing__item:hover .sidebar_title,
.set-page__row .left-column .disabled .sidebar_listing__item.active .sidebar_title {
  color: #E3E3E3;
  cursor: default;
}

.set-page__row .left-column .disabled .sidebar_listing__item:after {
  background-color: #E3E3E3;
  display: none;
}

.set-page__row .left-column .disabled .sidebar_listing__item {
  cursor: default;
}

.set-page__row .left-column .disabled .sidebar_listing__item:hover:after {
  display: none;
}

.set-page__row .left-column .disabled .sidebar_button .btn.btn-quote {
  background-color: #E3E3E3;
  cursor: default;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big {
  text-align: center;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s all ease;
  min-height: 53px;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 5px;
  padding-top: 7px;
  text-align: left;
  padding-left: 2.4rem;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big p {
  line-height: 1.3;
  text-align: center;
}

.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .checkbox-big {
  display: block;
  align-items: center;
  padding-left: 5px;
}


header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.user-name,
header .container .navbar .navbar-collapse .navbar-nav .nav-item .custom-button {
  display: none;
}

/* Sidebar menu in hamburger */
header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .sidebar_block-full.dropdown-menu {
  display: block !important;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-profile {
  margin: 0;
  border-radius: 0;
  box-shadow: 0 1px 0 0 #37285712;
  padding: 0;
  left: 0;
  top: 100%;
  background-color: #F9F7FF;
  width: 100%;
  border: none;
  overflow: auto;
  max-height: calc(100vh - 60px);
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-profile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: auto;
  transform: translateX(100%);
  transition: 0.4s all ease;
}


header .container .navbar .navbar-collapse .navbar-nav .nav-item.active-li .dropdown-menu-profile {
  transform: translateX(0);
}

.last-list {
  list-style: none;
  margin: 10px 20px;
  padding: 0;
}

header .container .navbar .header-right__language {
  display: block;
}

header .container .navbar .nav-item .header-right__language,
header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.username,
.nav-item.dropdown.logout {
  display: none;
}


/* Profile mobile menu */
.menu-accordion-custom .update-password,
.menu-accordion-custom .insurance-main {
  padding: 0;
}

.menu-accordion-custom .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 15px 0 10px;
}

.menu-accordion-custom .accordion-button {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.menu-accordion-custom .accordion-button:not(.collapsed) {
  color: #212529;
}

.menu-accordion-custom .update-password_item {
  margin-bottom: 0;
}

.menu-accordion-custom .accordion-item:not(:last-child) {
  border-bottom: 1px solid #E2EBFF;
}

.menu-accordion-custom .insurance-main_listing_item_bottom {
  margin: 0;
}

.menu-accordion-custom .accordion-body {
  padding: 10px 0 0 20px;
}

.menu-accordion-custom .insurance-main_listing_item_bottom .sidebar_listing__item .sidebar_title {
  margin: 10px 0;
  display: block;
}

.menu-accordion-custom .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Header menu opening animation */
header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  z-index: -1;
  transition: opacity 0.5s;
  opacity: 0;
  display: block !important;
  visibility: hidden;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.active {
  opacity: 1;
  transition-delay: 0.7s;
  z-index: 999;
  visibility: visible;
}

/* header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.active:after {
  content: '';
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  width: 100vw;
  height: 100vh;
  top: 90px;
  left: 0;
  z-index: 2;
  filter: blur(50px);
  -webkit-filter: blur(50px);
} */

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  overflow: hidden;
  background: none;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block {
  background-color: #F9F7FF;
  position: relative;
  z-index: 100;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-overlay {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100vw;
  height: 100vh;
  top: 90px;
  left: 0;
  z-index: 2;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  transition: opacity 0.5s;
}

header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transition-delay: 0.7s;
}


/* Buttons hover effect */
.vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .submit-btn .btn:hover,
.result-listing__item__block .right-col .right-buy-now-top .buy-now-button .btn:hover,
.set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn.request-renewal:hover {
  background-color: #0a9e43;
  color: #fff;
  border: 2px solid #0a9e43;
}

.pay-now .btn-pay-now:hover,
.form-block-container .login-button .btn-green:hover {
  background-color: #c6491f;
  color: #fff;
}

.compare-plans-table_block_item_row_item .proceed .btn:hover {
  background: #F05A28;
  color: #fff;
}

.contact-sections__row__block_button .contact-button .btn:hover {
  border: 1.5px solid #00ABD4;
  color: #fff;
  background: #00ABD4;
}

.contact-sections__row__block_desc.call-block p a:hover {
  color: #00ABD4;
}

.map-contact-row .address_directions .btn:hover,
.lets-get-touch .lets-get-form-sbmit .btn:hover {
  background: #00ABD4;
  color: #fff;
}

.need-insurance-block .form-insurance .form-input input,
.need-insurance-block .form-insurance .form-selects .select2-selection,
.need-insurance-block .form-insurance .form-input .input-block-phone .phone-num {
  border-bottom: 1px solid #afafaf;
}

.coupon-block-container .coupon-block-form .btn-outlined-blue:hover {
  background: #00ABD4;
  color: #fff;
}


/* Car Insurance Accordion */
.do-list_listing_item .text-truncate {
  width: 80%;
  transition: all 0.5s ease;
}

.do-list_listing_item {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

/* .do-list_listing_item .desc {
  display: block !important;
} */

/* Validation msg fixes */
.form-insurance .small-col {
  position: relative;
}

.form-insurance .small-col label.error {
  position: absolute;
  display: block;
  font-size: 13px;
}


/* Messages */
.success-modal .modal-header,
.error-modal .modal-header,
.warning-modal .modal-header {
  border-bottom: none;
}

.success-msg,
.error-msg,
.warning-msg {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

.success-msg .icon,
.error-msg .icon,
.warning-msg .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.success-msg p,
.error-msg p,
.warning-msg p {
  color: #62B445;
  padding: 20px 0 25px 0;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
  max-width: 340px;
}

.error-msg p {
  color: #f64d4d;
}

.warning-msg p {
  color: #f58b31;
}


/* Back to top start*/
.back-to-top {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: fixed;
  bottom: 40px;
  right: 85px;
  cursor: pointer;
  z-index: 100;
  background-color: #652C90;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgb(0 0 0 / 8%);
  transition: color 0.2s ease, background-color 0.2s ease;
  border-radius: 0.475rem;
}

.back-to-top img {
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  left: 50%;
}

.back-to-top.active {
  animation: animation-scrolltop 0.4s ease-out 1;
  -webkit-animation: animation-scrolltop 0.4s ease-out 1;
  -moz-animation: animation-scrolltop 0.4s ease-out 1;
}

@keyframes animation-scrolltop {
  0% {
    margin-bottom: -15px;
    opacity: 0;
  }

  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes animation-scrolltop {
  0% {
    margin-bottom: -15px;
  }

  100% {
    margin-bottom: 0;
  }
}

@-moz-keyframes animation-scrolltop {
  0% {
    margin-bottom: -15px;
  }

  100% {
    margin-bottom: 0;
  }
}

/* Back to top end*/


.sticky-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto 0;
  box-shadow: 0 2px 11px 0 rgb(0 5 10 / 8%);
  background: #00ABD4;
  z-index: 100;
  padding: 15px 10px;
}

.sticky-menu ul,
.sticky-menu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-menu ul li {
  text-align: center;
}

.sticky-menu ul li span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.sticky-menu ul li:not(:last-child) {
  padding-bottom: 17px;
  margin-bottom: 17px;
  position: relative;
}

.sticky-menu ul li:not(:last-child):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ccc;
  width: 46px;
  margin: 0 auto;
  bottom: 0;
}

.sticky-menu img {
  width: 29px;
  height: 29px;
}


/* Done on server */
.lets-get-form-sbmit .btn-p {
  line-height: initial;
  color: #10106D;
}

.lets-get-form-sbmit .btn {
  display: flex;
  align-items: center;
}

.lets-get-form-sbmit .btn-p:hover, .lets-get-form-sbmit .btn-p:focus, .lets-get-form-sbmit .btn-p:active {
  color: #ffffff;
}

.copyright a {
  font-weight: 600;
  text-decoration: none !important;
  /* text-decoration: underline; */
}

.wizard-navigation_item--number.done {
  background-color: #E2EBFF !important;
  border: 2px solid #E2EBFF !important;
}

/* Media Queries */
@media screen and (max-width: 1680px) {
  header .container .navbar .navbar-brand {
    width: 250px;
  }

  .banner-top-home .banner-top__content .car-banner-block {
    margin-top: 20px;
  }

  .banner-top__content .car-banner-block .car-image img {
    width: 730px;
  }

  .custom-button .btn .icon {
    width: 22px;
    height: 22px;
  }

  .custom-button .btn .icon-call-back:before {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 1510px) {
  .custom-popper.popover {
    max-width: 325px;
  }
}

@media screen and (max-width: 1580px) {
  header .container .navbar .header-right__contact__item.whats-app {
    padding-right: 2.1rem !important;
  }

  header .container .navbar .header-right__contact {
    margin-right: 2rem;
  }

  header .container .navbar .header-right {
    flex: none;
  }
}

@media screen and (max-width: 1440px) {
  .set-page__row .right-column.docs-right .set-page_right .form-set-form_row .checkout-button.checkout-btn-custom .btn {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 1400px) {
  .set-page__row .right-column .set-page_right .form-set-form_row .checkout-button {
    padding-left: 0;
  }

  .contact-sections__row__block_button .whatsa-app-icon {
    width: 28px;
    margin-left: 12px;
  }

  .contact-sections__row__block {
    padding: 24px 12px 17px;
  }

  .contact-sections__row__block_button .contact-button .btn {
    font-size: 13.5px;
  }

  .compare-list-block .left-compare-list .desc p {
    max-width: 80%;
  }

  .top-carousel .owl-top-carousel .slider-block_content_title h1,
  .top-carousel .owl-top-carousel .slider-block_content_title p,
  .banner-top-custom .banner-top__content__block--title h1,
  .banner-top__content__block--title h1 {
    font-size: 3rem;
  }

  .top-carousel .owl-top-carousel .slider-block_content_desc p,
  .banner-top__content__block--desc p {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-top__content .car-banner-block.health-banner-block .car-image img {
    width: 300px;
  }
}

@media screen and (max-width: 1399px) {
  .dropdown-custom .dropdown-menu {
    margin-top: 19px
  }

  .thank-you .payment-row .thankyou-block-left .summary-block__table--item .left {
    max-width: 180px;
  }

  .thank-you .payment-row .thankyou-block-left .summary-block__table--item {
    align-items: center;
  }

  .vechile-list .health-insurance-compare .page-title-block .mid-col {
    padding-left: 1.5rem;
  }

  .checkout .checkout-container.checkout-health-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .need-insurance-block {
    padding: 2rem;
  }

  .form-insurance .first-column .inner-title h3 {
    font-size: 2.1rem;
    line-height: 3rem;
  }

  .form-insurance .first-column {
    width: 24%;
  }
}

@media screen and (max-width: 1210px) {
  header .container .navbar .navbar-brand img {
    width: 195px;
  }

  header .container .navbar .header-right {
    padding: 0 1rem;
  }

  header .container .navbar .header-right__contact__item.whats-app {
    padding-right: 1.3rem !important;
  }

  .call-back-btn {
    padding-left: 10px;
  }

  .need-insurance-block .form-insurance .custom-button .btn .title {
    top: 2px;
    position: relative;
    padding: 0 0px 0 6px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .result-listing__item__block_left .third-col .listing-ul ul li {
    padding-left: 0;
  }

  .custom-checkbox.blue .styled-checkbox+label span {
    width: 75%;
  }

  .compare-list-block .left-compare-list .desc p {
    max-width: 75%;
  }

  .health-insurance-offer .car-offer-block--title h2 {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-detail__block {
    padding-left: 5.2rem;
    padding-right: 5.2rem;
  }

  .checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary {
    padding: 1.6rem 4rem 3rem 4rem;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p,
  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p.terms-conditions {
    max-width: 200px;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
    margin-right: 4rem;
  }

  /* Set 3::upload with register */
  .set-page__row .left-column .sidebar-block .sidebar_tile {
    padding: 2rem;
  }

  .set-page__row .left-column .sidebar-block .update-password {
    padding: 0 2rem;
  }

  .sidebar-block .update-password_item .icon,
  .set-page__row .left-column .sidebar-block .sidebar_listing__item .sidebar_icon {
    margin-right: 1rem;
  }

  .tag {
    padding: 3px 9px;
  }

  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn:not(:last-child) {
    margin-right: 1rem;
  }

  .set-page__row .right-column .policies-listing_item .policies-block_bottom .policy-num-doc {
    max-width: 100%;
  }

  .contact-sections__row__block {
    height: auto;
  }

  .contact-sections__row__block_desc.call-block p:not(:last-child) {
    padding-bottom: 18px;
  }

  /* .get-a-quote-sec-block.get-quote-banner .get-a-quote-form .name, .get-a-quote-sec-block.get-quote-banner .get-a-quote-form .phone {
    padding-right: 0;
  } */

  .get-a-quote-sec-block.get-quote-banner .get-a-quote-form input {
    padding: 1rem 1.2rem;
  }

  .get-a-quote-sec-block.get-quote-banner .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__rendered {
    padding-right: 25px;
    padding-left: 1.2rem;
  }

  .vechile-list .health-insurance-compare .page-title-block .result-tabs-nav .nav-tabs .compare-link {
    font-size: 13px;
    padding: 1rem 1rem 0.8rem;
  }

  .health-insurance-compare .result-listing__item__block_left .result-listing__item__block_top_row .partner-content_bottom_item:not(:last-child) {
    margin-right: 7rem;
    margin-bottom: 10px;
  }

  .vechile-list .health-insurance-compare .page-title-block .right-col {
    width: 22%;
  }

  .custom-button .btn .icon {
    width: 20px;
    height: 20px;
  }

  .icon-call-back:before {
    font-size: 12px;
    line-height: 16px;
  }

  .need-insurance-block .form-insurance .custom-button .btn .title {
    font-size: 11px;
  }
}

@media screen and (max-width: 1030px) {

  header .container .navbar .header-right__contact,
  header .container .navbar .header-right__language {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 992px) {

  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.user-name,
  header .container .navbar .navbar-collapse .navbar-nav .nav-item .custom-button {
    display: block;
  }

  .header-right__user {
    display: none;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.user-name {
    text-transform: uppercase;
    padding-top: 18px;
    position: relative;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.user-name::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "\e905";
    margin-left: 1.5px;
    font-family: 'icomoon' !important;
    border: none;
    font-size: 0.6rem;
    font-weight: 700;
    position: absolute;
    transition: 0.4s all ease;
    transform: rotate(-90deg);
    color: #C4C4C4;
    top: 20px;
    right: 32px;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item .custom-button {
    margin: 10px 20px;
  }

  .form-insurance .row {
    flex-direction: column;
  }

  .form-insurance .small-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .call-back-btn {
    width: auto;
    padding-left: 0;
  }

  .offer-block .offer-right {
    padding: 27px 55px;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image .offer-block .offer-left img {
    height: 100%;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image .offer-block .offer-icon img {
    height: auto;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image:hover {
    box-shadow: none;
  }

  /* Car Insurance */
  .get-a-quote-car .icon {
    display: none;
  }

  .get-a-quote-sec-block .get-a-quote-car .text h6 {
    font-size: 22px;
    line-height: 29px;
    text-align: center;
  }

  .get-a-quote-sec-block .get-a-quote-form .name,
  .get-a-quote-sec-block .get-a-quote-form .phone {
    width: 50%;
  }

  .get-a-quote-sec-block .get-a-quote-form .buttton {
    width: 100%;
    margin: 20px auto 6px;
  }

  .do-list_listing_item .title {
    padding-right: 50px;
  }

  .do-list_listing_item .title.active+.desc {
    padding-right: 0;
  }

  .why-would-you-buy__list__item {
    margin-bottom: 2.9rem;

  }

  .why-would-you-buy__list__item:not(:last-child) {
    padding-bottom: 2.9rem;
  }

  .how-can-we-help_buttons .nav .nav-buttons {
    padding: 1rem 1.3rem 0.7rem;
    margin-bottom: 0;
    font-size: 13.5px;
  }

  /* Header mobile */
  /* header .container .navbar .header-right__language,
  .header-right__user {
    display: none;
  } */

  header .container .navbar .header-right {
    flex: none;
    margin-left: auto;
  }

  .inner-title h3 {
    font-size: 2.5rem;
    line-height: 3.4rem;
    text-align: center;
    padding: 0 20px;
  }

  header .container .navbar .navbar-collapse .header-right__language {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
  }

  .need-insurance-block .form-insurance .custom-button .btn .title {
    font-size: 13px;
  }

  /* Vehicle details */
  .wizard-navigation-health .wizard-navigation_item:not(:last-child) {
    padding-right: 1.2rem;
    margin-right: 0;
  }

  /* Driver details */
  .vechile-detail__block .form-left-column {
    width: 100%;
  }

  .custom-popper .popper-content {
    padding: 15px;
  }

  .custom-popper .popper-content h3 {
    margin-bottom: 10px;
  }

  .custom-popper.popover {
    padding: 0;
  }

  .vechile-list .page-title-block.result-listing-title .right-col .title-desc {
    padding: 10px 0 0;
    text-align: center;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
    width: 43%;
  }

  .checkout .checkout-container .checkout-block .checkout-bottom_block .left-col,
  .checkout .checkout-container .checkout-block .checkout-bottom_block .right-col {
    width: 100%;
  }

  .checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary {
    padding: 15px 19px;
  }

  .checkout .checkout-container .checkout-block .checkout-middle {
    padding: 2.3rem 2rem 3rem;
  }

  .checkout-block-details {
    text-align: center;
    margin: -2rem auto 0;
  }

  .checkout-middle-footer .result-listing__item__block {
    padding: 0;

  }

  .checkout-middle-footer .result-listing__item__block .result-listing__item__block-bottom-top {
    padding: 20px 22px 46px;
  }

  .disclaimer-block p {
    padding-right: 0;
  }

  .current-offers .owl-offers .owl-stage-outer {
    padding: 0;
  }

  .stop-overpaying,
  .buy-any-insurance,
  .our-trusted-partners,
  .our-customers,
  .how-can-we-help,
  .buy-insurance,
  .latest-research {
    padding: 3.3rem 0;
  }

  .current-offers {
    padding-bottom: 3.3rem;
  }

  .buy-insurance_row_left .page-title,
  .buy-insurance_row_left .desc p:not(:last-child) {
    margin-bottom: 1rem;
  }

  .latest-research_row_item_content {
    padding: 1.5rem 3rem;
  }

  .page-title {
    margin-bottom: 2rem;
  }

  .buy-insurance_row .page-title h2 {
    line-height: 29px;
    text-align: center;
  }

  .inner-title h3 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .need-insurance-block .inner-title {
    margin-bottom: 1rem;
  }

  .need-insurance-block {
    padding: 24px 15px;
  }

  /* SET3:: Upload with register */
  .set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files_row .icon {
    width: 45px;
    height: auto;
    padding: 0;
    margin-right: 0;
  }

  .set-page__row .right-column.docs-right .set-page_right_bottom>div {
    padding-top: 3rem;
  }

  .set-page__row .right-column.docs-right .set-page_right_bottom .add-photo .icon {
    text-align: center;
  }

  .set-page {
    padding: 3.3rem 0 0;
  }

  .set-page__row .right-column.docs-right .set-page_right_top .navigations-doc ul li {
    font-size: 14.5px;
    text-align: center;
  }

  .set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files_row .title h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files_row .title {
    margin-top: 0;
    text-align: center;
  }

  .set-page__row .right-column.docs-right .set-page_right_bottom .add-photo .title h6 {
    font-size: 16.5px;
    line-height: 21px;
  }

  .set-page__row .right-column.docs-right .set-page_right .form-set-form_row .checkout-button .btn {
    font-size: 13.5px;
  }

  .login-signin-modal .modal-content .login-modal-row .right-col .sign-in-right {
    padding: 2rem;
  }

  .inner-page-title .heading h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .inner-page-top__row__image .icon-on-image {
    width: 50px;
    height: 50px;
    left: -23px;
    bottom: 50px;
    padding: 1rem;
  }

  .contact-sections__row__block_desc p {
    text-align: center;
  }

  .inner-page-plain {
    padding: 5rem 0;
  }

  .lets-get-touch {
    padding: 3rem 0 4.5rem
  }

  .map-contact-row .address {
    padding: 3rem
  }

  .faq-section {
    padding: 4rem 0 1rem;
  }

  .help-car-offer .car-offer-block--title {
    padding-left: 3rem;
  }

  .help-page-top {
    padding: 0;
    background-position: top;
  }

  .help-page-top .inner-page-top__row {
    padding: 6.7rem 0
  }

  .help-page-top .inner-page-top__row {
    padding: 3.5rem 0;
  }

  .compare-list-block .left-compare-list .desc {
    flex-direction: column;
    align-items: flex-start;
  }

  .compare-list-block .left-compare-list .desc p {
    max-width: 100%;
  }

  .payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group .form-control {
    padding: 4px 0.7rem 0;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item.total .right {
    font-size: 17px;
    line-height: 19px;
  }

  .header-right-custom .header-right__user {
    display: block;
    padding: 0;
    border: none;
  }

  header .container .navbar .header-right-custom .header-right__contact {
    margin-right: 3rem;
  }

  .dropdown-custom .dropdown-menu {
    margin-top: 14px !important;
    height: auto !important;
  }

  .top-carousel .owl-top-carousel .slider-block_content_title h1,  .top-carousel .owl-top-carousel .slider-block_content_title p, .banner-top-custom .banner-top__content__block--title h1, .banner-top__content__block--title h1 {
    font-size: 2.2rem;
  }

  .top-carousel .owl-top-carousel .slider-block_content_desc p, .banner-top__content__block--desc p {
    font-size: 15px;
    line-height: 23px;
  }

  .health-insurance-offer .car-offer-block {
    padding: 2rem 2rem 2rem 0;
  }

  .health-insurance-offer .car-offer-block--title {
    padding-left: 3rem;
  }

  .user-dropdown {
    right: 0;
    top: 56px;
    box-shadow: 0px 4px 14px rgb(0 0 0 / 50%);
  }

  .user-dropdown:before {
    right: 0px;
  }

  .declaration-title {
    padding: 0;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form.declaration-form .vechile-details-list .form-block.confirm-details .switch-container .label-block_label {
    padding-right: 20px;
  }

  .declaration-list .confirm-details .switch-toggle {
    margin: 20px 0 0;
  }

  .thank-you .payment-row .thankyou-block-left .purchased-complete .title h2 {
    font-size: 23px;
    line-height: 29px;
    padding-bottom: 20px;
  }

  .vechile-list .health-insurance-compare .page-title-block .mid-col,
  .vechile-list .health-insurance-compare .page-title-block .right-col {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .health-insurance-compare .partner-content_bottom {
    flex-direction: column;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
    width: 100%;
    margin-right: 0;
  }

  .checkout .checkout-container.checkout-health-container .result-listing__item__block .result-listing__item__block-bottom-top .row .special-feactures {
    width: 100%;
  }

  .checkout .checkout-container.checkout-health-container .result-listing__item__block .result-listing__item__block-bottom-top .listing-p .desc-p p {
    max-width: 100%;
  }

  .checkout .checkout-container.checkout-health-container .checkout-block .checkout-middle .partner-content_bottom_item p {
    max-width: 100%;
  }

  .login-signin-modal .otp-mod .modal-content .login-modal-row .right-col .sign-in-right.otp_screen .desc-p p {
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
  }

  .help-center-navigation.help-center-navigation-custom .help-link {
    width: 100%;
  }

  .section-partner {
    padding: 4rem 0 1rem;
  }

  .form-insurance .d-flex {
    flex-direction: column;
  }

  .form-insurance .first-column, .form-insurance .second-column,
  .form-insurance .third-column, .form-insurance .fourth-column,
  .form-insurance .fifth-column {
    width: 100%;
    margin-right: 0;
  }

  .form-insurance .fifth-column {
    text-align: center;
  }

  .vechile-list .health-insurance-compare .result-listing__item__block .result-listing__item__block-bottom-top .row .special-feactures {
    width: 100%;
  }

  .result-listing__item__block .result-listing__item__block-bottom-top .listing-title {
    margin-bottom: 1rem;
  }

  .member-details-added-body .member-details-added-body-item {
    flex-direction: column;
  }

  .member-details-added-body-left, .member-details-added-body-right {
    max-width: 100%;
    margin: 0;
  }

  .member-details-added-body-left {
    margin: 0 0 25px 0;
    margin-left: 0 !important;
  }

  .member-details-added-body .value {
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
  }

  .buy-any-insurance_row>.row>div[class*="col-"] {
    margin-bottom: 0;
  }

  .how-can-we-help_buttons .nav .nav-buttons {
    margin-bottom: 10px;
  }

  .compare-listing__listem {
    padding: 1.5rem;
  }

  header .container .navbar .header-right__language {
    display: none;
  }

  /* header .header-right__language {
    padding: 11px 3rem;
    display: flex;
    align-items: center;
    border-top: 1px solid #cccccc80;
  } */


  header .container .navbar .nav-item .header-right__language,
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown.username,
  .nav-item.dropdown.logout {
    display: block;
  }

  .footer-bottom .copyright {
    text-align: center !important;
  }

  .help-center-detail-desc .desc ul li {
    padding-right: 1.6rem;
  }

}

@media screen and (max-width: 991px) {
  .wizard-navigation-health .wizard-navigation_item:not(:last-child) {
    margin-right: 1rem;
  }

  /* Header menu opening animation */
  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block !important;
    z-index: unset;
    transition: unset;
    opacity: unset;
    visibility: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: auto;
    transition: 0.4s all ease;
    background-color: #F9F7FF;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-overlay {
    display: none;
  }

  header .container .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu-block {
    position: static;
  }

  .checkout .checkout-container .checkout-block .checkout-top__block .result-listing__item__block_top_row .partner-content_bottom {
    flex-direction: column;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p {
    max-width: 100%;
  }

}

@media screen and (max-width: 768px) {
  header .header-right__user {
    display: none;
  }

  .how-can-we-help_buttons .nav .nav-buttons {
    margin-bottom: 0px;
  }

  .corporate-block {
    margin: 0;
  }

  header .container .navbar .header-right__contact,
  header .container .navbar .header-right__language,
  header .container .navbar .header-right__contact__item.call-app .header-icon {
    margin-right: 1rem;
  }

  header .container .navbar .navbar-brand {
    width: auto;
  }

  .offer-block .offer-right h2,
  .offer-short .offer-block h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .offer-block .offer-right .btn-offers,
  .offer-short .offer-block .btn-offers {
    margin: 18px 0;
  }

  .offer-block .offer-right p {
    font-size: 14px;
    line-height: 19px;
  }

  .offer-block .offer-right {
    padding: 27px 28px 27px 45px;
  }

  .offer-block .offer-icon {
    width: 54px;
    height: 54px;
  }

  .offer-short .offer-block .offer-bottom p {
    font-size: 14px;
    line-height: 25px;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image .offer-block .offer-icon img {
    width: 35px;
  }

  .offer-block .offer-left {
    width: auto;
  }

  /* Car Insurance */
  .get-a-quote-sec-block .get-a-quote-form .name, .get-a-quote-sec-block .get-a-quote-form .phone {
    width: 100%;
  }

  .get-a-quote-sec-block .get-a-quote-form .buttton {
    width: 100%;
    margin: 0 auto;
  }

  .get-a-quote-sec-block {
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 27px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 27px 0 rgb(0 0 0 / 20%);
  }

  .we-work-with .we-work-left .descrip-p {
    margin-bottom: 1.8rem;
  }

  .find-the-best__block__item {
    padding: 2rem;
  }

  .result-listing__item__block .result-listing__item__block-bottom-top {
    padding: 26px 20px;
  }

  .custom-checkbox.blue .styled-checkbox+label span {
    width: 87%;
  }

  .pay-now .btn-pay-now {
    margin: 0 auto;
    display: block;
  }

  .thank-you .payment-row .thankyou-right-right,
  .thank-you .payment-row .thankyou-block-left {
    padding: 2rem;
  }

  .thank-you .payment-row .thankyou-right-right .process-list ul li {
    font-size: 14.5px;
    line-height: 22px;
    padding-left: 2.7rem;
  }

  .pay-now .btn-pay-now {
    font-size: 16px;
  }

  .current-offers .page-title .carousel-navigation {
    margin-top: 1.5rem;
  }

  .page-title {
    margin-bottom: 2.5rem;
  }

  .buy-any-insurance_row .row>div:last-child {
    margin-bottom: 0;
  }

  .buy-any-insurance {
    padding: 4.4rem 0;
  }

  .set-page__row .right-column .policies-listing_item .policies-logo {
    padding-top: 50px
  }

  .inner-page-plain {
    padding: 3rem 0;
  }

  .inner-page-top.faq-page {
    padding: 2rem 0 5rem;
  }

  .main-topics .main-topics-listing_item {
    text-align: center;
  }

  .main-topics .main-topics-listing_item--icon {
    margin-right: 0;
    width: 100%;
  }

  .stop-overpaying.how-can-we-help-sec {
    padding: 3.3rem 0 0;
  }

  .main-topics.help-center {
    padding: 4.4rem 0 1rem;
  }

  .help-car-offer .car-offer-block--title h2 {
    font-size: 23px;
    line-height: 30px;
  }

  header .container .navbar .header-right.header-right-custom {
    border-right: 0;
  }

  .dropdown-custom .dropdown-menu {
    margin-top: 25px !important;
  }

  .dropdown-custom .dropdown-item {
    padding: 0;
    border: none;
    height: auto;
    color: #652C90;
  }

  .user-dropdown>li>a {
    line-height: 41px;
  }

  .user-dropdown>li:before {
    height: 31px;
  }

  .banner-top__content .car-banner-block.health-banner-block .car-image img {
    width: 200px;
  }

  .banner-top__content .car-banner-block.health-banner-block .car-image {
    text-indent: 0;
  }

  .banner-top-custom .banner-top__content__block {
    max-width: 250px;
    padding: 0rem 0 0;
  }

  .banner-top-custom.banner-top {
    padding-top: 6rem
  }

  .things-to-consider-custom .things-to-consider_row .col-md-4:not(:last-child) .things-to-consider_row_item {
    margin-bottom: 30px;
  }

  .things-to-consider-custom .inner-page-title {
    margin-bottom: 3.2rem;
  }

  .things-to-consider-custom {
    padding: 5rem 0
  }

  .member-details-block .member-details-header {
    padding: 14px 12px;
  }

  .member-details-block .member-details-header h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .member-details-block .member-details-body {
    padding: 21px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .member-details-body .form-block .input-block .col-lg-10 {
    width: 100%;
  }

  .member-details-body .confirm-details .switch-container {
    flex-direction: column;

  }

  .member-details-body .confirm-details .switch-container .switch-toggle {
    margin-top: 20px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .member-details-body .form-block.confirm-details .label-block_label {
    padding-right: 0;
  }

  .member-details-block .member-details-footer {
    padding: 14px;
  }

  .member-details-added {
    padding: 15px;
  }

  .member-details-added-header-container,
  .member-details-added-body-left,
  .member-details-added-body-right {
    flex-direction: column;
  }

  .member-details-added-header-left {
    margin-bottom: 10px;
  }

  .vechile-list .health-insurance-compare .result-listing__item__block_left .result-listing__item__block_medium .second-col {
    width: 100%;
  }

  .vechile-list .health-insurance-compare .listing-ul ul li span {
    max-width: 100%;
  }

  .user-dropdown {
    right: auto;
  }

  .user-dropdown:before {
    left: 30px;
    top: 2px;
  }

  .footer-right .nav {
    justify-content: flex-start !important;
  }

  .back-to-top {
    bottom: 25px;
    right: 28px;
  }

  .sticky-menu {
    padding: 10px 7px;
  }

  .sticky-menu ul li span {
    font-size: 13px;
  }

  .sticky-menu ul li:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .sticky-menu ul li span {
    margin-top: 8px;
  }


  .back-to-top {
    bottom: 25px;
    right: 28px;
  }

}

@media screen and (max-width: 767px) {
  .footer-bottom>.row>div[class*="col"]:not(:last-child) {
    margin-bottom: 1rem;
  }

  .sticky-menu ul li span {
    display: none;
  }

  .sticky-menu {
    padding: 13px 16px;
  }

  .sticky-menu ul li:not(:last-child):after {
    width: 30px;
  }
}

@media screen and (max-width: 580px) {
  header .container .navbar .navbar-brand img {
    width: 170px;
  }

  header .container .navbar .header-right {
    padding: 0 10px 0 0;
  }

  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 0.5rem;
  }

  .call-back-btn {
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
  }

  .need-insurance-block {
    padding: 15px;
  }

  header .container .navbar .header-right__contact__item.whats-app {
    padding-right: 0.5rem !important;
  }

  /* 11th July 2022 */
  .footer-top_row_item .need-assitance {
    padding: 19px;
  }

  .corporate-block {
    padding: 12px;
  }

  .corporate-logos {
    width: 100px;
  }

  .corporate-logos img {
    width: 100%;
  }

  .owl-carousel.owl-testimonial .owl-nav.disabled .owl-next,
  .owl-carousel.owl-testimonial .owl-nav .owl-next {
    right: -25px;
    width: 18px;
  }

  .owl-carousel.owl-testimonial .owl-nav.disabled .owl-prev,
  .owl-carousel.owl-testimonial .owl-nav .owl-prev {
    left: -25px;
    width: 18px;
  }

  .owl-carousel.owl-testimonial .owl-nav.disabled .owl-next img,
  .owl-carousel.owl-testimonial .owl-nav .owl-next img,
  .owl-carousel.owl-testimonial .owl-nav.disabled .owl-prev img,
  .owl-carousel.owl-testimonial .owl-nav .owl-prev img {
    width: 100%;
  }

  /* 12th July 2022 */
  /* .offer-block {
    flex-direction: column;
  } */

  .offer-block .offer-left {
    width: 242px;
  }

  .offer-block .offer-icon {
    right: -20px;
  }

  .offer-block .offer-right h2,
  .offer-block .offer-right p {
    max-width: 100%;
  }

  .current-offers .owl-offers .owl-stage-outer {
    padding: 0;
  }

  .offer-short .offer-block .offer-bottom {
    padding: 15px 20px;
  }

  .offer-short .offer-block .offer-top {
    padding: 0;
    text-align: center;
  }

  .offer-short .offer-block .offer-top .offer-top-left {
    padding: 25px 10px 0;
  }

  .offer-top-right {
    width: auto;
    margin-left: auto;
    text-align: right;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image .offer-top-right img {
    width: 100%;
  }

  .offer-short .offer-block h2 {
    max-width: 100%;
  }

  .offer-block .offer-right h2, .offer-short .offer-block h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .offer-block .offer-right .btn-offers, .offer-short .offer-block .btn-offers {
    font-size: 13.5px;
    line-height: 15px;
    margin: 12px 0;
  }

  .offer-short .offer-block .offer-bottom p {
    font-size: 12px;
    line-height: 18px;
  }

  /* Car Insurance */
  .get-a-quote-sec-block {
    padding: 1.2rem;
  }

  .get-a-quote-sec-block .get-a-quote-form .get-quote-input .select2-container .select2-selection .select2-selection__rendered {
    padding: 0 1.6rem 0 1.2rem;
  }

  .get-a-quote-sec-block .get-a-quote-form input {
    padding: 1rem 1.4rem;
  }

  .get-a-quote-sec-block .get-a-quote-car .text h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .why-would-you-buy__list__item--header .title h4 {
    font-size: 19px;
  }

  .why-would-you-buy__list__item--header {
    margin-bottom: 1.4rem;
  }

  .why-would-you-buy__list__item--header .icon {
    margin-right: 1.8rem;
  }

  .offer-block .offer-right {
    padding: 27px 28px 27px 31px
  }

  .offer-block .offer-right p {
    font-size: 13px;
    line-height: 17px;
  }

  .offer-block .offer-right .btn-offers, .offer-short .offer-block .btn-offers {
    font-size: 12.5px;
    line-height: 14px;
    margin: 14px 0;
    padding: 8px 20px;
  }

  /* Driver details */
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .input-block .select2-container .select2-selection .select2-selection__arrow {
    right: 12px;
  }

  .confirm-details .switch-container,
  .claims-block {
    flex-direction: column;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block.confirm-details .switch-container .label-block_label {
    padding-right: 0;
  }

  .confirm-details .switch-toggle {
    margin: 18px 52px 0 0;
  }

  .claims-block .switch-toggle {
    margin: 18px 30px 0 0;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block .row-input>.row>div[class*="col-"]:not(:last-child) {
    margin-bottom: 0;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block:not(:last-child) {
    margin-bottom: 3rem;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block.confirm-details .label-block {
    margin-bottom: 0;
  }

  .set-page__row .right-column .policies-listing_item .policies-block_bottom .download-policy-button .btn {
    width: 100%;
  }

  .set-page__row .right-column .policies-listing_item .policies-block_top .due-date-block {
    min-width: auto;
    height: auto;
    padding: 5px 9px 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .set-page__row .right-column .policies-listing_item .policies-block_top {
    flex-direction: column;
  }

  .set-page__row .right-column .policies-listing_item .policies-block_top .due-date {
    margin: 10px 0 0;
  }

  .inner-page-top.faq-page {
    padding: 1rem 0 5rem;
  }

  .faq-section {
    padding: 4rem 0 0rem;
  }

  header .container .navbar .header-right.header-right-custom {
    padding-right: 0;
    margin-right: 0;
  }

  header .container .navbar .header-right-custom .header-right__contact {
    margin-right: 2rem;
  }

  .banner-top-custom .banner-top__content__block {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .why-would-you-buy-custom .why-would-you-buy__list__item--header .title h4 {
    font-size: 19px;
  }

  .additonal-cover-options-custom .additonal-cover-options_container .additonal-cover-options_right .additional-covers-list_item .descrip-p {
    margin-bottom: 0;
  }

  .wizard-navigation_item {
    flex-direction: column;
  }

  .wizard-navigation_item--title p {
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
  }

  .wizard-navigation_item--number {
    margin-right: 0;
  }

  .wizard-navigation_item:not(:last-child) {
    padding-right: 2rem;
    margin-right: 2rem;
  }

  .cant-find .social-on-page_list__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 520px) {
  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item:not(:last-child) {
    width: 100%;
    margin-right: 0;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p, .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p.terms-conditions {
    max-width: 100%;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo {
    margin-top: 3rem;
    align-items: center;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left .payment-partner-logo--item {
    width: 100px;
  }

  .payment .payment-vechile_row .payment-row .payment-right-right__form .pay-by-card__block--icon img:not(:last-child) {
    margin-right: 10px;
  }

  header .container .navbar .header-right-custom .header-right__contact__item.call-app .header-number {
    display: none;
  }

  header .container .navbar .header-right-custom .header-right__contact {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .offer-block .offer-right h2, .offer-short .offer-block h2 {
    font-size: 13.8009px;
    line-height: 18px;
  }

  .offer-block .offer-right .btn-offers, .offer-short .offer-block .btn-offers {
    font-size: 10.5px;
    line-height: 12px;
    margin: 12px 0;
    padding: 6px 15px;
  }

  .offer-block .offer-right p {
    font-size: 12px;
    line-height: 15px;
  }

  .offer-block .offer-icon {
    width: 33px;
    height: 33px;
    right: -20px;
    top: 26px;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image .offer-block .offer-icon img {
    width: 22px;
  }

  .offer-block .offer-icon {
    right: -2px;
  }

  .offer-block .offer-left {
    width: auto;
  }

  .offer-block .offer-right {
    padding: 16px 8px 16px 25px;
  }

  header .container .navbar .header-right__contact, header .container .navbar .header-right__language, header .container .navbar .header-right__contact__item.call-app .header-icon {
    margin-right: 0;
  }

  .offer-short .offer-block .offer-bottom {
    padding: 8px 10px;
  }

  /* Vehicle details */
  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-detail__block {
    padding: 2rem;
  }

  .page-title h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .page-title-container .page-title-desc h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .switch-toggle label .switch-toggle__switch {
    height: 32px;
  }

  .switch-toggle label .switch-toggle__switch:after {
    line-height: 18px;
  }

  .switch-toggle label .switch-toggle__switch:before {
    top: 0;
  }

  .switch-toggle label {
    width: 95px;
  }

  .switch-toggle label .switch-toggle__switch:after,
  .switch-toggle label .switch-toggle__switch:before {
    font-size: 13px;
  }

  .switch-toggle label .switch-toggle__switch:after {
    padding: 10px 7px 6px 7px;
  }

  .switch-toggle label .switch-toggle__switch:before {
    left: 46px;
  }

  .switch-toggle input[type=checkbox]:checked~label .switch-toggle__switch:after {
    transform: translate3d(47px, 0, 0);
  }

  .switch-toggle,
  .claims-block .switch-toggle,
  .confirm-details .switch-toggle {
    margin: 16px 0 0;
  }

  .switch-container {
    flex-direction: column;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block .icon {
    width: 25px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block p {
    padding-left: 33px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block {
    padding: 1.3rem;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .note-row .note-block .icon {
    top: 13px;
    left: 12px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block.confirm-details .label-block_label {
    padding-right: 0;
  }



  .result-listing__item__block .result-listing__item__block-bottom-top .extra-addons {
    padding: 10px;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item.total .right {
    font-size: 13px;
    line-height: 18px;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left .summary-block__table--item {
    font-size: 13px;
    line-height: 18px;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left .partner-detail-block--item .title {
    font-size: 14px;
    line-height: 19px;
  }

  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.table-td-p {
    flex: 88%;
  }

  .set-page__row .right-column .set-page_right_top .upload-doc .table tbody tr td.document-td {
    flex: 100%;
    margin-right: 0;
  }

  .right-column.docs-right .btn-update {
    max-width: 100%;
  }

  .lets-get-touch .lets-get-form-sbmit .btn {
    width: 100%;
  }

  .insurance-articles .page-title h2 {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .page-title-block .page-title {
    margin-right: 0;
  }

  .member-details-added-body .member-details-added-body-item {
    flex-direction: column;
  }

  .member-details-added-body-left, .member-details-added-body-right {
    max-width: 100%;
  }

  .member-details-added-body .member-details-added-body-item:not(:last-child) .member-details-added-body-left {
    padding: 0 0 20px 0
  }

  .member-details-added-body .attribute {
    margin-right: 0;
    max-width: 100%;
  }

  .member-details-added-body-left {
    margin-right: 0px;
  }

  .member-details-added-header-right .btn-actions span {
    margin-left: 3px;
    font-size: 12px;
  }

  .member-details-added-header-right .btn-actions {
    padding: 6px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form.declaration-form .vechile-details-list .form-block.confirm-details .switch-container .label-block_label {
    padding-right: 10px;
  }

  .declaration-form .agree-terms-conditions-checkbox p {
    margin-left: 12px;
  }

  .declaration-form .agree-terms-conditions .styled-checkbox+label:before {
    width: 20px;
    height: 20px;
  }

  .declaration-form .agree-terms-conditions .styled-checkbox:checked+label:after {
    top: 9px;
    left: 5px;
  }

  .payment .payment-vechile_row .page-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .payment .payment-vechile_row .page-title p strong {
    display: block;
  }

  .thank-you .payment-row .thankyou-block-left .summary-block__table--item {
    font-size: 14px;
  }

  .health-thankyou .summary-block__table--item.total {
    font-size: 14px !important;
  }

  .thank-you .payment-row .thankyou-block-left .summary-block__table--item .left {
    max-width: 140px;
  }

  .vechile-list .page-title-block .result-tabs-nav .nav-tabs .compare-link {
    padding: 1rem 0.8rem 0.8rem;
    font-size: 13px;
  }
}

@media screen and (max-width: 420px) {

  .offer-block .offer-right .btn-offers {
    padding: 7px 11px 4px 11px;
    font-size: 7.14692px;
  }

  .offer-block .offer-right p {
    font-size: 10px;
    line-height: 13px;
  }

  .offer-block .offer-right {
    padding: 16px 8px 16px 11px;
  }

  /* Vehicle details */


  .checkout .checkout-container .page-title p {
    font-size: 13.5px;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p span {
    font-size: 15px;
  }

  .checkout .checkout-container .checkout-block .checkout-middle .partner-content_bottom_item p.terms-conditions {
    font-size: 15px;
    line-height: 19px;
  }

  .coupon-block-container .coupon-block-form .btn-outlined-blue {
    padding: 5px 12px 5px 11px;
  }

  .coupon-block-container .coupon-block-form .inputfield {
    padding: 0 9px 0 5px;
    font-size: 14px;
  }

  .coupon-block-container .coupon-block {
    margin: 16px 0;
  }

  .checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary-block__table--item .left,
  .checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary-block__table--item .right,
  .checkout-bottom-container .agree-terms-conditions .styled-checkbox+label {
    font-size: 14px;
    line-height: 20px;
  }

  .checkout .checkout-container .checkout-block .checkout-bottom-container .checkout-bottom_block .summary-block__table--item .right.big-bold {
    font-size: 13.9px;
  }

  .result-listing__item__block .result-listing__item__block-bottom-top .extra-addons .addons-text div span strong {
    margin-right: 1rem;
  }

  .offer-block .offer-left {
    display: none;
  }

  .current-offers .owl-offers .owl-stage-outer .offer-image {
    display: block;
  }

  .offer-block .offer-right {
    width: 100%;
  }

  .offer-block .offer-right h2, .offer-short .offer-block h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .offer-block .offer-right .btn-offers {
    padding: 9px 11px 6px 11px;
    font-size: 12px;
  }

  .offer-block .offer-right p {
    font-size: 13px;
    line-height: 19px;
  }

  .top-carousel .owl-top-carousel .slider-block_image img {
    object-position: left;
  }

  .set-page__row .right-column.docs-right .set-page_right_top .uploader-drop-files_row .icon {
    width: 35px;
    margin-bottom: 10px;
  }

  .set-page__row .right-column.docs-right .set-page_right .form-set-form_row .checkout-button .btn {
    height: auto;
    padding: 8px 10px;
  }

  .set-page__row .right-column .profile-section__item .profile-table_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .set-page__row .right-column .profile-section__item .profile-table_item h6 {
    min-width: 100%;
  }

  .set-page__row .right-column .profile-section__item .profile-table_item p {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  .set-page__row .right-column.docs-right .profile-section__item .update-password .inner-title h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .help-car-offer .car-offer-block--title h2 {
    font-size: 19px;
    line-height: 24px;
  }

  .how-can-we-help-sec .how-overpaying_row .row>.col {
    width: 50%;
    margin-bottom: 2rem;
  }

  .partner-top .inner-page-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-top .inner-page-bottom-item .call-app {
    margin-top: 10px;
  }

  .dropdown-custom .btn:after {
    width: 7px;
    height: 7px;
    border: none;
    background-size: 100%;
  }

  header .container .navbar .header-right-custom .header-right__contact__item:not(:last-child) {
    margin-right: 0;
  }

  .payment .payment-vechile_row .payment-row .payment-block-left {
    padding: 1.1rem;
  }

  .vechile-list .health-insurance-compare .page-title-block .result-tabs-nav .nav-tabs .compare-link {
    font-size: 11.5px;
    padding: 1rem 0.7rem 0.8rem;
  }

  .vechile-list .health-insurance-compare .page-title-block .result-tabs-nav .nav-tabs {
    flex-wrap: nowrap;
  }

  .result-listing__item__block_left .result-listing__item__block_top .comprehensive-third-prty_text {
    font-size: 11.5px;
  }
}

@media screen and (max-width: 390px) {
  .dropdown-custom .btn span {
    width: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .dropdown-custom .dropdown-menu {
    margin-left: -56px;
    padding: 4px;
  }

  header .container .navbar .header-right__user .user-avatar p i {
    margin-left: 3px;
  }

  header .container .navbar .header-right__user .user-avatar .greeting {
    display: none;
  }

  .user-dropdown {
    width: 230px
  }

  .phone-country-code .select2-container .select2-dropdown {
    min-width: 300px;
  }

  .payment .payment-vechile_row .payment-row .payment-right-right__form .card-details>.row .card-group select.form-control {
    font-size: 14px;
  }

  .label-block .col-6 {
    padding-right: 0;
  }

  .payment .payment-vechile_row .payment-row .payment-right-right {
    padding: 1rem;
  }

  .wizard-navigation_item:not(:last-child) {
    padding-right: 1rem;
    margin-right: 1rem;
  }

  .member-details-block .member-details-body {
    padding: 21px 10px;
  }

  .vechile-detail-section .vechile-detail-container .vechile-detail_row .vechile-details-form .vechile-details-list .form-block:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2.5rem;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 30px 0 10px
  }
}

@media screen and (max-width: 380px) {
  .payment .payment-vechile_row .payment-row .payment-right-right__form .pay-by-card__block--icon img {
    height: 20px;
  }


}

@media screen and (max-width: 360px) {
  header .container .navbar .navbar-brand img {
    width: 155px;
  }

  .wizard-navigation-health .wizard-navigation_item:not(:last-child) {
    padding-right: 0.7rem;
    margin-right: 0.7rem;
  }

}




/* .top-carousel .owl-carousel .owl-stage {
  transform: none !important;
}
body[data-locale="ar"] .owl-carousel .owl-stage { transform: none !important;} */

@media screen and (max-width: 480px) {
  header .container .navbar .header-right__contact__item:not(:last-child) {
    margin-right: 0;
    padding-right: 0.6rem;
  }
}


.owl-carousel.blog .owl-item .customers-testimonials_item_image img {
  width: 100%;
  border-radius: 0;
}

.blog .customers-testimonials_item {
  padding: 0;
}

.blog .customers-testimonials_item_image {
  min-height: 220px;
}

.blog .customers-testimonials_item_image img {
  height: 100%;
}

.owl-carousel.blog .owl-item .customers-testimonials_item_image img {
  height: 100%;
}

.blog .customers-testimonials_item_footer {
  padding-bottom: 20px;
}




/* Blog css changes */
.blog .customers-testimonials-block {
  perspective: none;
}

.blog .customers-testimonials-left, .blog .customers-testimonials-right {
  transform: none;
  perspective: none;
  animation: none;
  box-shadow: none;
  overflow: hidden;
}

.blog .customers-testimonials-left:hover, .blog .customers-testimonials-right:hover {
  cursor: pointer;
  transform: none;
  transition: none;
  z-index: 400;
  box-shadow: none;
}

.blog {
  display: flex;
  justify-content: space-between;
}

.blog .customers-testimonials_item {
  max-width: 365px;
  width: 100%;
  border: none;
  border-radius: 0;
}

.blog .item:not(:last-child) {
  margin-right: 30px;
}

.blog .customers-testimonials_item_image {
  max-height: 220px;
}

.blog .customers-testimonials_item_image img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
}

.blog .item {
  height: 100%;
  border: 1px solid #E2EBFF;
  border-radius: 9px;
  background: #fff;
}

.blog {
  position: relative;
}

.blog .customers-testimonials_item_footer {
  padding: 20px 10px;
}

.header-right__language .nav-link {
  color: #652C90;
}

.header-right__language .nav-link:hover, .header-right__language .nav-link:focus {
  color: #652C90;
}

@media screen and (max-width: 992px) {
  .blog .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
  }

  .blog.owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: -50px
  }

  .blog.owl-carousel .owl-nav button.owl-next {
    position: relative;
    right: -50px
  }

  .blog .customers-testimonials_item {
    border-radius: 9px;
  }

  .blog .customers-testimonials-block, .owl-testimonial .customers-testimonials-block {
    perspective: none;
  }

  .blog .customers-testimonials-left, .blog .customers-testimonials-right,
  .owl-testimonial .customers-testimonials-left, .owl-testimonial .customers-testimonials-right {
    transform: none;
    perspective: none;
    animation: none;
    box-shadow: none;
    overflow: hidden;
  }

  .blog .customers-testimonials-left:hover, .blog .customers-testimonials-right:hover,
  .owl-testimonial .customers-testimonials-left:hover, .owl-testimonial .customers-testimonials-right:hover {
    cursor: pointer;
    transform: none;
    transition: none;
    z-index: 400;
    box-shadow: none;
  }
}

@media screen and (max-width: 580px) {
  body[data-locale="ar"] .language-change .nav-link {
    margin: 0 25px;
  }

  .blog .customers-testimonials_item {
    max-width: 100%;
  }

  .blog .customers-testimonials_item_image {
    max-height: 100%;
  }

  .blog.owl-carousel .owl-nav button.owl-next {
    right: -24px;
    width: 18px;
  }

  .blog.owl-carousel .owl-nav button.owl-prev {
    left: -24px;
    width: 18px;
  }

  .blog.owl-carousel .owl-nav button.owl-next img, .blog.owl-carousel .owl-nav button.owl-prev img {
    width: 100%;
  }

  .blog .customers-testimonials_item {
    max-width: unset !important;
  }

  .blog .customers-testimonials_item_image img {
    height: auto !important;
  }

  .blog .customers-testimonials_item_image {
    max-height: unset;
  }

  .blog .item {
    width: 100%;
  }

}

#codDiv {
  display: none;
}

.form-selects-call-back {
  text-align: right !important;
}

.loader-bai,
.loader-bai:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader-bai {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 2px solid #409eff;
  border-left: 2px solid #409eff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.payment-vechile_row {
  position: relative;
}

.loader-bai {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.loader-background {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2015;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 19th December 2022 - 29th Dec 2022 starts */
.banner-component-images .desktop-banner img, .banner-component-images .mobile-banner img {
  width: 100%;
}

.banner-component-images .mobile-banner {
  display: none;
}

.banner-component {
  position: relative;
}

.banner-component .content-block {
  position: absolute;
  top: 60px;
  max-width: 1220px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.banner-component .content-block .content-text {
  max-width: 825px;
}

.individual-health-insurance .banner-component .content-block .content-text {
  max-width: 845px;
}

.critical-illness-insurance .banner-component .content-block .content-text {
  max-width: 780px;
}

.personal-accident-insurance .banner-component .content-block .content-text {
  max-width: 975px;
}

.health-insurance-uae .banner-component .content-block .content-text {
  max-width: 640px;
}



.health-insurance-abu-dhabi .banner-component .content-block .content-text {
  max-width: 690px;
}

.building-insurance-plan .banner-component .content-block .content-text {
  max-width: 780px;
}

.family-health-insurance .banner-component .content-block .content-text {
  max-width: 505px;
}

.banner-component .content-block h1 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.banner-component .content-block p {
  font-size: 19.5px;
  line-height: 25px;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .banner-component .content-block .content-text {
    max-width: 685px;
  }

  .individual-health-insurance .banner-component .content-block .content-text {
    max-width: 700px;
  }

  .critical-illness-insurance .banner-component .content-block .content-text {
    max-width: 655px;
  }

  .personal-accident-insurance .banner-component .content-block .content-text {
    max-width: 820px;
  }

  .health-insurance-uae .banner-component .content-block .content-text {
    max-width: 530px;
  }



  .health-insurance-abu-dhabi .banner-component .content-block .content-text {
    max-width: 575px;
  }

  .building-insurance-plan .banner-component .content-block .content-text {
    max-width: 655px;
  }

  .family-health-insurance .banner-component .content-block .content-text {
    max-width: 410px;
  }

  .banner-component .content-block h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1260px) {
  .banner-component .content-block {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1200px) {
  .banner-component .content-block h1 {
    font-size: 29px;
    line-height: 35px;
  }

  .banner-component .content-block .content-text {
    max-width: 570px;
  }

  .individual-health-insurance .banner-component .content-block .content-text {
    max-width: 590px;
  }

  .critical-illness-insurance .banner-component .content-block .content-text {
    max-width: 540px;
  }

  .personal-accident-insurance .banner-component .content-block .content-text {
    max-width: 675px;
  }

  .health-insurance-uae .banner-component .content-block .content-text {
    max-width: 440px;
  }



  .health-insurance-abu-dhabi .banner-component .content-block .content-text {
    max-width: 470px;
  }

  .building-insurance-plan .banner-component .content-block .content-text {
    max-width: 545px;
  }

  .banner-component .content-block p {
    font-size: 17.5px;
    line-height: 24px;
  }

  .banner-component .content-block {
    top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .banner-component .content-block h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .banner-component .content-block .content-text {
    max-width: 520px;
  }

  .individual-health-insurance .banner-component .content-block .content-text {
    max-width: 525px;
  }

  .critical-illness-insurance .banner-component .content-block .content-text {
    max-width: 490px;
  }

  .personal-accident-insurance .banner-component .content-block .content-text {
    max-width: 605px;
  }

  .health-insurance-uae .banner-component .content-block .content-text {
    max-width: 395px;
  }



  .health-insurance-abu-dhabi .banner-component .content-block .content-text {
    max-width: 420px;
  }

  .building-insurance-plan .banner-component .content-block .content-text {
    max-width: 485px;
  }

  .banner-component .content-block {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner-component-images .desktop-banner {
    display: none;
  }

  .banner-component-images .mobile-banner {
    display: block;
  }

  .banner-component .content-block {
    top: 60px;
  }
}

@media screen and (max-width:580px) {
  .banner-component .content-block {
    top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .banner-component .content-block h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-component .content-block h1 {
    margin-bottom: 12px;
  }

  .banner-component .content-block p {
    font-size: 16.5px;
    line-height: 24px;
  }
}

@media screen and (max-width: 420px) {
  .banner-component .content-block {
    top: 20px;
  }

  .banner-component .content-block {
    padding: 0 20px;
  }
}

@media screen and (max-width: 360px) {
  .banner-component .content-block p {
    font-size: 15px;
    line-height: 21px;
  }

  .banner-component .content-block h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .banner-component .content-block h1 {
    margin-bottom: 10px;
  }
}

/* 19th December 2022 - 29th Dec 2022 ends */



/* Landing pages banner - 30th December 2022 starts*/
/* @media (min-width: 992px) {

  .car-insurance .get-a-quote-sec-block {
    margin-top: -135px;
  }

  .car-insurance .get-a-quote-sec {
    margin-bottom: 3.2rem;
  }
} */

@media screen and (max-width: 1620px) {
  .car-insurance .get-a-quote-sec-block, .health-insurance .get-a-quote-sec-block, .home-insurance .get-a-quote-sec-block, .travel-insurance .get-a-quote-sec-block, .bike-insurance .get-a-quote-sec-block {
    margin-top: -115px;
  }

  .car-insurance .get-a-quote-sec, .health-insurance .get-a-quote-sec, .home-insurance .get-a-quote-sec, .travel-insurance .get-a-quote-sec, .bike-insurance .get-a-quote-sec {
    margin-bottom: 0;
  }

  .car-insurance .banner-component .content-block, .health-insurance .banner-component .content-block, .home-insurance .banner-component .content-block, .travel-insurance .banner-component .content-block, .bike-insurance .banner-component .content-block {
    top: 35px;
  }
}

@media screen and (max-width: 1440px) {
  .car-insurance .get-a-quote-sec-block, .health-insurance .get-a-quote-sec-block, .home-insurance .get-a-quote-sec-block, .travel-insurance .get-a-quote-sec-block, .bike-insurance .get-a-quote-sec-block {
    margin-top: -50px;
  }
}

@media screen and (max-width: 1024px) {
  .car-insurance .get-a-quote-sec-block, .health-insurance .get-a-quote-sec-block, .home-insurance .get-a-quote-sec-block, .travel-insurance .get-a-quote-sec-block, .bike-insurance .get-a-quote-sec-block {
    margin-top: -25px;
  }
}

@media screen and (max-width: 991px) {
  .car-insurance .banner-component .content-block, .health-insurance .banner-component .content-block, .home-insurance .banner-component .content-block, .travel-insurance .banner-component .content-block, .bike-insurance .banner-component .content-block {
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .car-insurance .get-a-quote-sec-block, .health-insurance .get-a-quote-sec-block, .home-insurance .get-a-quote-sec-block, .travel-insurance .get-a-quote-sec-block, .bike-insurance .get-a-quote-sec-block {
    margin-top: -100px;
  }

  .car-insurance .banner-component .content-block, .health-insurance .banner-component .content-block, .home-insurance .banner-component .content-block, .travel-insurance .banner-component .content-block, .bike-insurance .banner-component .content-block {
    top: 60px;
  }
}

@media screen and (max-width: 580px) {
  .car-insurance .get-a-quote-sec-block, .health-insurance .get-a-quote-sec-block, .home-insurance .get-a-quote-sec-block, .travel-insurance .get-a-quote-sec-block, .bike-insurance .get-a-quote-sec-block {
    margin-top: -70px;
  }

  .car-insurance .banner-component .content-block, .health-insurance .banner-component .content-block, .home-insurance .banner-component .content-block, .travel-insurance .banner-component .content-block, .bike-insurance .banner-component .content-block {
    top: 30px;
  }
}

@media screen and (max-width: 360px) {
  .car-insurance .banner-component .content-block, .health-insurance .banner-component .content-block, .home-insurance .banner-component .content-block, .travel-insurance .banner-component .content-block, .bike-insurance .banner-component .content-block {
    top: 18px;
  }
}

.bike-insurance .grace-period-v1 .image-content {
  margin: 30px 0 0;
}

.bike-insurance .additonal-cover-options {
  overflow: hidden;
}

/* Landing pages banner - 30th December 2022 ends*/


/* 20th Jan 2023 starts */
.banner-component .content-block h1 span {
  display: block;
}

/* 20th Jan 2023 ends */

/* 23rd of Feb 2023 start */
.additional-covers-list .things-consider-sub-title  {
  font-size: 20px;
  line-height: 27px;
  color: #652C90;
  font-style: italic;
  text-align: right;
}
.additional-covers-list .things-to-consider-block:not(:last-child) {
  margin-bottom: 20px;
}
.additional-covers-list .things-consider-content p { text-align: right;}

/* 23rd of Feb 2023 end  */


html[lang="ar"] .login-modal .phone-country-code .select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  direction: ltr;
  padding-left: 7px;
}
html[lang="ar"] .login-modal .phone-country-code .select2-container--default .select2-selection--single .select2-selection__arrow {
  margin: 0 5px 0 5px;
}

html[lang="ar"]  .login-welcome-back{display: none;}



/*23rd August 2023 starts*/
.icon-svg { display: inline-block; }
.eye-icon-svg {
    width: 22px;
    height: 20px;
    background: url('../../v2/icons/eye-solid.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.eye-slash-icon-svg {
    width: 22px;
    height: 20px;
    background: url('../../v2/icons/eye-slash-solid.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.form-element .password, .form-element .password-confirm {
    position: relative;
}
.form-element .password-icon , .form-element .password-confirm-icon { position: absolute; top: 13px; left: 20px;}

.set-page__row .right-column .set-page_right .form-set-form_row .form-element .password .form-control,
.set-page__row .right-column .set-page_right .form-set-form_row .form-element .password-confirm .form-control{ padding-left: 55px;}

@media screen and (max-width: 991px) {
    .set-page__row .right-column .set-page_right .form-set-form_row .form-element .password .form-control, .set-page__row .right-column .set-page_right .form-set-form_row .form-element .password-confirm .form-control {
    padding-left: 45px;
}
}
@media screen and (max-width: 767px) {
    .form-element .password-icon, .form-element .password-confirm-icon { left: 14px; }
}


html[lang="ar"] .phone-country-code .input-block-phone-4 .select2-container--default .select2-selection--single .select2-selection__arrow {

}

.phone-country-code .input-block-phone-4 .select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 28px;
    padding-left: 17px;
}

/*23rd August 2023 ends*/





/* 29th August 2023 starts */



/* 29th August 2023 ends */


.omt-logo{
  height:20px;
  width:50px;
}

/**
 * BLB-231 : Hiding get quote btn from small screens
 */
@media (max-width: 991.98px) {
  .partners-getaquote-btn{
    display: none !important;
  }
}

.whish-logo{
  height: 21px !important;
}

.payment-right-right .radio label.cursor-none {
    cursor: default !important;
  }

/*15th May 2025*/
.help-center-description-text {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .how-can-we-help_sec_item .title { min-height: 60px;}
}
@media screen and (max-width: 992px) {
  .how-can-we-help_sec_item .title { min-height: 60px;}
  .help-center-description-text { min-height: 104px; }
}
@media screen and (max-width: 768px) {
  .how-can-we-help_sec_item .title{ min-height: auto;}
}

@media screen and (max-width: 1890px) {
  .how-can-we-help_sec_item .title:after {
    height: 2.5px
  }
}