@charset "UTF-8";
/************************ reset css starts here ************************/
* {
  margin: 0;
  padding: 0; }

body, html {
  position: relative; }

html {
  height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: ''; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.btn:active:focus, .btn:focus, a:focus, button:focus {
  outline: 0;
  text-decoration: none; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

input {
  filter: none; }

textarea {
  resize: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none; }

select::-ms-expand {
  display: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

input[type=file], input[type=file]::-webkit-file-upload-button {
  cursor: pointer; }

input[type=checkbox] {
  cursor: pointer; }

::selection {
  color: #fff;
  background-color: #004B76; }

::-moz-selection {
  color: #fff;
  background-color: #004B76; }

.form-control:-moz-placeholder {
  opacity: 1;
  color: #777777; }

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #777777; }

.form-control::-moz-placeholder {
  opacity: 1;
  color: #777777; }

.form-control:-ms-input-placeholder {
  opacity: 1 !important;
  color: #777777; }

.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #777777; }

.form-control::placeholder {
  opacity: 1;
  color: #777777; }

.plain-ip:-moz-placeholder {
  opacity: 1;
  color: #777777; }

.plain-ip::-webkit-input-placeholder {
  opacity: 1;
  color: #777777; }

.plain-ip::-moz-placeholder {
  opacity: 1;
  color: #777777; }

.plain-ip:-ms-input-placeholder {
  opacity: 1 !important;
  color: #777777; }

.plain-ip::-ms-input-placeholder {
  opacity: 1;
  color: #777777; }

.plain-ip::placeholder {
  opacity: 1;
  color: #777777; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -moz-box-shadow: 0 0 0 30px #fff inset !important;
  -ms-box-shadow: 0 0 0 30px #fff inset !important;
  -o-box-shadow: 0 0 0 30px #fff inset !important;
  box-shadow: 0 0 0 30px #fff inset !important; }

a, a:hover, a:focus {
  text-decoration: none; }

a {
  color: #004B76; }
  a:hover {
    color: #333333; }
  a.line {
    display: inline-block;
    border-bottom: 1px solid;
    line-height: normal; }

a.text-blue:hover, a.text-black:hover {
  color: #004B76; }

p, h1, h2, h3, h4, h5, h6, label {
  margin-bottom: 0; }

button:focus, .form-control:focus, input:focus {
  outline: none; }

:focus {
  outline: 0; }

/************************ reset css ends here ************************/
/* ===== Usage ===== */
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
.ff-poppins {
  font-family: 'Poppins'; }

.ff-inter {
  font-family: 'Inter'; }

.f-normal {
  font-weight: normal;
  font-family: Poppins, sans-serif; }

.f-medium {
  font-weight: 500; }

.f-semibold, .insight-section .trending-blogs .section-title, .insight-section .trending-blogs .main-blog .blog-title {
  font-weight: 600; }

.f-bold {
  font-weight: bold; }

.f-extrabold {
  font-weight: 800; }

.f-bebas-neue {
  font-family: "Bebas Neue", sans-serif; }

.f-montserrat {
  font-family: "Montserrat", sans-serif; }

body {
  padding-top: 180px;
  color: #2B2B2B;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: #bebebe;
  border-radius: 20px; }

::-webkit-scrollbar-thumb {
  background: #139AD6;
  border-radius: 20px; }

main {
  min-height: calc(100vh - 406px); }

.container {
  max-width: 1404px; }

.container-sm {
  max-width: 1055px;
  padding: 0 20px;
  margin: 0 auto; }

.heading,
.sub-heading,
.small-heading {
  font-size: 50px;
  font-weight: bold; }

.sub-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 15px; }

.theme-color {
  color: #004B76; }

.text-red {
  color: #DD0932; }

.text-green {
  color: #0AB070; }

.text-light-gray {
  color: #777777; }

p {
  margin-bottom: 20px; }

.small-heading {
  font-size: 26px; }

.text-lg {
  font-size: 24px; }

.text-12 {
  font-size: 12px; }

.text-13 {
  font-size: 13px; }

.text-14 {
  font-size: 14px; }

.text-15 {
  font-size: 15px; }

.text-16 {
  font-size: 16px; }

.text-18 {
  font-size: 18px; }

.text-20 {
  font-size: 20px; }

.text-22 {
  font-size: 22px; }

.text-25 {
  font-size: 25px; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

.font-weight-700 {
  font-weight: 700; }

::selection {
  background: #139AD6;
  color: #fff; }

input[type="radio"] {
  width: 1em !important;
  height: 1em !important;
  padding: 0 !important; }

input[type="checkbox"] {
  width: 1em !important;
  height: 1em !important;
  padding: 0 !important;
  flex: 0 0 1em;
  max-width: 1em; }

.theme-border {
  border-color: #004B76 !important; }

.gray-border {
  border-color: #777777 !important; }

.border-light {
  border: 1px solid #E9EEF6; }

/* == Header Section Start == */
.phone-bar {
  background: #004B76;
  color: #fff; }

.navbar-light {
  background: #fff;
  box-shadow: 0px 0px 2px #bebebe; }
  .navbar-light img {
    height: 110px;
    width: 110px;
    transition: all linear 0.3s; }
  .navbar-light .navbar-nav .nav-link {
    color: #777777;
    padding: 0;
    font-size: 15px; }
  .navbar-light .navbar-nav .nav-item {
    margin: 0 20px; }
    .navbar-light .navbar-nav .nav-item:last-child {
      margin-right: 0px; }
  .navbar-light.srink-header .navbar-brand img {
    height: 70px;
    width: 70px; }

#main-cont.container .mcs-form-outer > h1.mcs-form-title {
  color: #004B76;
  font-size: 30px !important;
  margin-bottom: 20px !important; }

.mcs-form-title + .row .form-card {
  background: #fff;
  border-radius: 7px;
  padding: 30px !important;
  box-shadow: 0px 3px 15px 0px #00000026; }

h6.right-card-title {
  margin-top: -35px;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #004B76; }

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #2B2B2B; }

.language-btn {
  background: #D9D9D9;
  border: 1px solid #C4C4C4;
  line-height: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 15px; }
  .language-btn .lang-btn {
    font-size: 11px;
    padding: 5px 8px;
    display: inline-block;
    color: #000; }
  .language-btn .language-slected {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #004B76;
    color: #fff; }

/* == Header Section End == */
/* == Hero Section Start == */
.hero-bg,
.about-us-hero,
.static-hero-bg {
  background: url(../images/banner-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative; }
  .hero-bg::before,
  .about-us-hero::before,
  .static-hero-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002236;
    opacity: 92%;
    top: 0;
    left: 0; }
  .hero-bg > .container,
  .about-us-hero > .container,
  .static-hero-bg > .container {
    position: relative;
    z-index: 1; }

.hero-bg {
  min-height: calc(100vh - 406px);
  display: flex;
  align-items: center; }

.about-us-hero {
  background: url(../images/static-banner.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 350px; }
  .about-us-hero .banner-content {
    max-width: 465px; }

.static-hero-bg {
  background: url(../images/static-banner2.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: 100px; }
  .static-hero-bg::before {
    background: #170529;
    opacity: 86%; }
  .static-hero-bg .banner-content {
    max-width: 600px; }

.search-dot-no {
  max-width: 770px;
  position: relative;
  margin: auto; }
  .search-dot-no input {
    width: 100%;
    height: 65px;
    border: none;
    outline: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    padding: 8px 160px 8px 15px; }
    .search-dot-no input.error {
      margin-top: 0; }
  .search-dot-no a {
    color: #139AD6; }

.search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  background: #DD0932;
  color: #fff;
  font-size: 20px;
  border: 1px solid #DD0932;
  outline: none;
  transition: all ease .3s;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  height: 63px;
  padding: 10px 30px; }
  .search-btn:hover {
    background: #fff;
    color: #DD0932; }

/* == Hero Section End == */
.custom-form input,
.custom-form select,
.custom-form textarea {
  height: 48px;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #777777;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.custom-form select {
  padding-right: 30px;
  background-image: url(../images/select-arrow.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }

.custom-form .calander-icon {
  padding-right: 30px;
  background-image: url(../images/calander.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat; }

.custom-form .cvv-icon {
  padding-left: 40px;
  background-image: url(../images/cvv.svg);
  background-position: 10px center;
  background-repeat: no-repeat; }

.custom-form textarea {
  height: 150px;
  resize: none; }
.custom-form .form-check-input[type="checkbox"] {
  margin-top: 5px; }

.theme-btn {
  background: #004B76;
  color: #fff;
  border: 1px solid #004B76;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.7; }
  .theme-btn:hover, .theme-btn:focus, .theme-btn.active, .theme-btn:active, .theme-btn:not(.btn-check) + .btn:active {
    background: #fff !important;
    color: #004B76 !important;
    border: 1px solid #004B76 !important; }

.theme-secondary-btn,
.theme-success-btn {
  background: #DD0932;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #DD0932;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  min-height: 43px;
  padding: 5px 30px !important;
  transition: all ease .3s; }
  .theme-secondary-btn.text-14,
  .theme-success-btn.text-14 {
    font-size: 14px; }
  .theme-secondary-btn:hover,
  .theme-success-btn:hover {
    background: #fff;
    color: #DD0932;
    border: 1px solid #DD0932; }

.theme-success-btn {
  background: #0AB070;
  border-color: #0AB070; }
  .theme-success-btn:hover {
    background: #fff;
    color: #0AB070;
    border: 1px solid #0AB070; }

.theme-border-btn {
  background: #fff;
  color: #004B76;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #004B76;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  min-height: 43px;
  padding: 5px 30px !important;
  transition: all ease .3s; }
  .theme-border-btn:hover {
    background: #004B76;
    color: #fff;
    border: 1px solid #004B76; }

.btn-success-outline {
  background: #fff;
  color: #3F9F04;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #3F9F04;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  min-height: 43px;
  padding: 5px 30px !important;
  transition: all ease .3s; }
  .btn-success-outline:hover {
    background: #3F9F04;
    color: #fff;
    border: 1px solid #3F9F04; }

.btn-danger-outline {
  background: #fcced6;
  color: #DD0932;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #fcced6;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  min-height: 43px;
  padding: 5px 30px !important;
  transition: all ease .3s; }
  .btn-danger-outline:hover {
    background: #DD0932;
    color: #fff;
    border: 1px solid #DD0932; }

.gray-light-bg {
  background: #FAFAFA; }

.red-bg {
  background: #DD0932; }

.blue-bg {
  background: #004B76 url(../images/vector.svg) no-repeat right bottom;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.theme-bg {
  background: #004B76; }

.light-blue-bg {
  background: #139AD6; }

.img-border-radius {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.check-list,
.arrow-list {
  padding: 0; }
  .check-list li,
  .arrow-list li {
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0 15px 40px;
    position: relative;
    font-size: 18px;
    line-height: 29px;
    color: #000; }
    .check-list li::before,
    .arrow-list li::before {
      content: "";
      width: 20px;
      height: 21px;
      position: absolute;
      left: 0;
      top: 18px;
      background: url(../images/list-check.svg) no-repeat;
      background-size: 100%; }
    .check-list li:last-child,
    .arrow-list li:last-child {
      border-bottom: none; }

.arrow-list li::before {
  background: url(../images/arrow-icon.svg) no-repeat; }

.faqs .accordion-body {
  padding: 0 0 15px; }
.faqs .accordion-button {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px; }
  .faqs .accordion-button::after {
    background: url(../images/arrow-right-down.svg) no-repeat; }
.faqs .accordion-button:not(.collapsed) {
  color: #DD0932;
  background: #fff;
  box-shadow: none; }
  .faqs .accordion-button:not(.collapsed)::after {
    background: url(../images/arrow-right.svg) no-repeat;
    transform: rotate(0deg); }

footer {
  background: #004B76;
  color: #fff;
  font-size: 12px;
  overflow: hidden; }
  footer .footer-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    max-width: 715px;
    margin: auto; }

.footer-top {
  padding: 30px 0 20px; }

.footer-links {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: relative; }
  .footer-links li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0; }
    .footer-links li::after {
      content: "|"; }
    .footer-links li:last-child::after {
      display: none; }
    .footer-links li a {
      margin: 0 10px;
      color: #fff;
      position: relative;
      text-decoration: none;
      transition: ease all .3s; }
      .footer-links li a::after {
        left: unset;
        top: unset;
        right: 0;
        bottom: 0; }

.footer-links a::before,
.footer-links a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  transition: ease all .3s; }

.footer-links a:hover::before,
.footer-links a:hover::after,
.footer-links a.active::before,
.footer-links a.active::after {
  width: 100%; }

.copy-right {
  border-top: 1px solid #a1a1a1;
  padding: 15px 4vw;
  font-size: 14px;
  color: #fff; }

.star-rating {
  display: flex; }
  .star-rating span {
    width: 19px;
    height: 19px;
    background: url(../images/rating-star.svg) no-repeat;
    display: inline-block;
    margin: 2px; }

/* == ucr-registration == */
.ucr-registration {
  max-width: 650px;
  font-size: 14px;
  line-height: 24px;
  margin: auto;
  border: none; }
  .ucr-registration input {
    height: 60px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px; }

.box-shadow {
  box-shadow: 0px 0px 7px #b1b1b1; }

.help-icon {
  width: 12px;
  height: 12px;
  background: #DD0932;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  vertical-align: top; }

.help-icon-secondary {
  width: 14px;
  height: 14px;
  background: #bebebe;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin-top: -1px;
  cursor: pointer;
  font-style: normal;
  font-weight: 600; }

.icon-position input {
  text-overflow: ellipsis; }
.icon-position .help-icon-secondary {
  position: absolute;
  right: 10px;
  top: 17px; }

.text-box {
  padding: 12px;
  background: #f8f8f8;
  border: 1px solid #E0E0E0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px; }

.registration-history tbody {
  background: #F5F5F5; }

.unorder-list li {
  list-style: disc;
  margin-bottom: 10px; }

.order-list {
  margin: 15px 0 0;
  padding-left: 1rem; }
  .order-list li {
    list-style: decimal;
    margin-bottom: 10px;
    padding-left: 10px; }
    .order-list li input {
      width: 100px;
      border: none;
      border-bottom: 1px solid #777777; }

.form-check .form-check-input:checked {
  background-color: #004B76;
  border-color: #004B76; }

.form-check.red .form-check-input {
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px;
  margin-right: 8px; }
  .form-check.red .form-check-input:checked {
    background-color: #DD0932;
    border-color: #DD0932; }

.mr-8 {
  margin-right: 3%; }
  .mr-8:last-child {
    margin-right: 0; }

.w-100px {
  width: 100px; }

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; }

#toast-container > div {
  opacity: 1; }

/* Loader-css-strats-here */
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(249, 249, 249, 0.8); }

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite; }

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #00C8B1 !important;
  border-left-color: #00C8B1 !important;
  border-radius: 50%; }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner-box {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #004B76; }

.pulse-bubble-1 {
  animation: pulse .4s ease 0s infinite alternate; }

.pulse-bubble-2 {
  animation: pulse .4s ease .2s infinite alternate; }

.pulse-bubble-3 {
  animation: pulse .4s ease .4s infinite alternate; }

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: .25;
    transform: scale(0.75); } }
.address-box {
  max-width: 300px;
  margin-bottom: 0; }

.offer-div {
  position: absolute;
  right: 0;
  width: 145px;
  font-size: 14px; }

.checkout-offer {
  width: 100%;
  min-height: 100px;
  background: url(../images/offer-bg.png) no-repeat;
  background-size: 100% 100%; }

.offer-percent {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px; }

.offer-percent sup {
  font-size: 50px;
  font-weight: 500; }

.flat {
  background: #fff;
  padding: 0px 5px;
  box-shadow: 1px 2px 5px #a5a5a5;
  font-size: 20px;
  vertical-align: top;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 500; }

.offer-off {
  font-size: 30px; }

.money-back-section {
  padding: 10px 0;
  background: #FAFAFA; }
  .money-back-section .money-back-wrapper {
    padding-right: 30px;
    border-right: 1px solid #bebebe; }
  .money-back-section .money-back-heading {
    margin-bottom: 25px;
    font-size: clamp(20px, 2vw, 25px);
    color: #000; }
  .money-back-section .heading-footer-top {
    font-size: 16px;
    color: #000;
    margin: 0 15px 0 0; }
  .money-back-section footer .footer-links li {
    font-size: 15px;
    color: #fff;
    line-height: 1.6; }
  .money-back-section .subscribe-form {
    position: relative;
    width: 330px; }
  .money-back-section input.grey-input {
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    background: #e5e5e5;
    padding: 7px 50px 7px 10px;
    border-radius: 3px;
    height: 45px; }
  .money-back-section .subscribe-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #004B76;
    border: 0;
    height: 45px;
    width: 45px;
    border-radius: 3px; }
  .money-back-section .logos-list img {
    margin-left: 10px; }

.disabled-opacity {
  opacity: 0.5;
  cursor: not-allowed; }

.pe-none {
  pointer-events: none; }

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

input[type=checkbox] {
  border-color: #777777; }

.light-blue-bg .form-check-input.is-invalid ~ .form-check-label,
.light-blue-bg .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #fff; }

.subscribe-form label.error {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%; }

.subscribe-form input.error {
  margin: 0; }

.footer-links #status-message {
  position: absolute;
  left: 0;
  bottom: 100%; }

.termsModalLabel .sub-heading {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.2; }
.termsModalLabel p {
  font-size: 14px;
  line-height: 1.4; }
.termsModalLabel .form-check-label {
  font-size: 14px; }

#termsModal .modal-dialog {
  height: 92vh; }

#termsModal .modal-content {
  height: 100%; }

#termsModal .modal-body {
  overflow-y: auto; }

.thank-you-container {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px; }

.thankyou-outer {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 406px);
  width: 100%;
  position: relative;
  justify-content: center;
  text-align: center; }

.signature-outer {
  width: 400px; }
  .signature-outer .theme-border-btn {
    min-height: 20px;
    height: 20px;
    font-size: 12px;
    padding: 0 10px !important;
    border-radius: 3px;
    line-height: 19px;
    font-weight: 500;
    margin-top: 14px; }

.signature-canvas {
  touch-action: none;
  border-radius: 7px;
  border: 1px solid #E0E0E0;
  background: #fff; }

.file-input-col {
  width: calc(100% - 420px); }

.green-tick {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url("../images/green-tick.svg");
  background-size: cover; }

.completed {
  margin-top: -3px;
  margin-left: 5px; }

/* Loader-css-ends-here */
/* MCS For Css here */
.form-box {
  box-shadow: 0px 2px 10px 0px #00000026;
  padding: 25px 40px; }
  .form-box .form-check-label {
    color: #191A15;
    font-size: 12px;
    line-height: 21px; }
    .form-box .form-check-label.highlight-checkbox {
      color: #5199C3;
      font-weight: 500; }
  .form-box .form-check-input[type="checkbox"] {
    width: 13px !important;
    height: 14px !important;
    border-radius: 3px;
    border: none;
    background: url("../images/checkbox.png") no-repeat;
    margin-top: 6px; }
    .form-box .form-check-input[type="checkbox"]:checked {
      background: url("../images/checkbox-selected.png") no-repeat; }
  .form-box .form-check-input.simple-checkbox[type="checkbox"] {
    width: 16px !important;
    height: 16px !important;
    background: #fff;
    border: 1px solid #757671; }
    .form-box .form-check-input.simple-checkbox[type="checkbox"]:checked {
      background: url("../images/checkbox-selected.png") no-repeat;
      background-size: 16px 17px;
      border-color: #004b76;
      background-position: top -2px center; }
  .form-box .form-control {
    height: 51px;
    padding: 12px 16px 12px 16px;
    border-radius: 7px;
    border: 1px solid #E0E0E0;
    background: #F8F8F8;
    font-size: 14px;
    color: #191A15; }
    .form-box .form-control.error {
      margin-top: 0; }
    .form-box .form-control.highlight-input {
      border: 1px solid #5199C3;
      background: #EFF5F9;
      color: #5199C3 !important;
      font-weight: 500; }
  .form-box .other-fields .form-control {
    background: #fff;
    height: 69px;
    border-radius: 5px;
    margin-top: 10px;
    resize: none; }
  .form-box .vehicles-table .form-control {
    border-color: #ECECEC;
    background: #fff;
    height: 33px;
    min-width: 146px;
    border-radius: 3px;
    border-width: 2px; }
    .form-box .vehicles-table .form-control.highlight-input {
      border: 1px solid #5199C3;
      background: #EFF5F9;
      font-weight: 500; }
  .form-box .vehicles-table .form-control-sm {
    min-width: 122px; }
  .form-box .vehicles-table .form-control-lg {
    min-width: 196px;
    width: 196px; }
  .form-box #toast-container {
    z-index: 0; }
    .form-box #toast-container.toast-top-full-width > div {
      margin-top: 0; }

.custom-nav-tabs {
  border-bottom: 0; }
  .custom-nav-tabs .nav-link {
    border: 1px solid #D9D9D9;
    border-radius: 0;
    border-left: 0;
    font-size: 14px;
    text-align: left;
    color: #000;
    background: #F5F5F5;
    padding: 5px 15px; }
    .custom-nav-tabs .nav-link.active {
      background: #004B76;
      border-top-color: #004B76;
      border-bottom-color: #004B76;
      color: #fff; }
  .custom-nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #D9D9D9;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .custom-nav-tabs .nav-item:first-child .nav-link.active {
      border-left-color: #004B76; }
  .custom-nav-tabs .nav-item:last-child .nav-link {
    border-right: 1px solid #D9D9D9;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .custom-nav-tabs .nav-item:last-child .nav-link.active {
      border-right-color: #004B76; }

.field-info {
  color: #747474;
  line-height: 1.5; }

.action-btns .theme-border-btn {
  min-width: 162px; }
.action-btns .theme-secondary-btn {
  min-width: 140px; }

.textarea-total-words {
  font-size: 10px;
  color: #A8A8A8;
  text-align: right;
  width: 100%;
  display: block; }

.info-text {
  font-size: 13px;
  color: #A8A8A8; }

.action-btns .theme-btn {
  min-height: 43px;
  padding: 5px 30px !important;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 7px; }

.value-row:last-child .bg-light {
  border-bottom: 1px solid var(--bs-border-color);
  padding-bottom: 4px; }

.common-table td,
.vehicles-table td {
  padding: 15px 10px; }
.common-table th,
.common-table td,
.vehicles-table th,
.vehicles-table td {
  vertical-align: middle; }
.common-table tr:last-child td,
.vehicles-table tr:last-child td {
  border-bottom: 0; }

.common-table th {
  border-bottom: 0; }

.vehicles-table th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.file-outer-new label {
  height: 51px;
  padding: 12px 16px 12px 16px;
  width: 100%;
  text-align: center;
  border-radius: 7px;
  font-size: 14px; }

.upload-icon {
  background-image: url("../images/upload-icon.png");
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle; }

.vehicles-table::-webkit-scrollbar {
  width: 3px;
  height: 5px; }

.vehicles-table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f9f9f9;
  -webkit-box-shadow: inset 0 0 5px #f9f9f9;
  -moz-box-shadow: inset 0 0 5px #f9f9f9;
  -ms-box-shadow: inset 0 0 5px #f9f9f9;
  -o-box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.vehicles-table::-webkit-scrollbar-thumb {
  background: #bebebe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.vehicles-table::-webkit-scrollbar-thumb:hover {
  background: #004B76; }

.vehicles-table.table-responsive {
  scrollbar-color: #004B76;
  scrollbar-width: thin; }

label.error:empty {
  margin: 0;
  display: none; }

.text-highlighted-yellow {
  color: #FAB300; }

.highlighted-text {
  font-size: 33px;
  line-height: 1.2; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  top: 100%;
  width: 170px; }

.licence-sample-img {
  height: 180px;
  width: auto; }

/***** Blog CSS Here *****/
.insights-banner {
  background-image: url(../images/insights-banner.jpg); }
  .insights-banner::before {
    content: none; }

.search-form {
  border: 1px solid #3B636A;
  border-radius: 6px;
  background: #264A5A;
  position: relative;
  padding-right: 50px;
  min-width: 360px; }
  .search-form .form-control {
    background: #264A5A;
    border: none;
    color: #CDDBDD;
    height: 45px;
    font-size: 14px;
    border-radius: 0; }
    .search-form .form-control:focus {
      box-shadow: none; }
  .search-form .search-button {
    width: 50px;
    height: 43px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -21px;
    background: transparent;
    border: none; }
  .search-form ::-webkit-input-placeholder {
    color: #CDDBDD; }
  .search-form ::-moz-placeholder {
    color: #CDDBDD; }
  .search-form :-ms-input-placeholder {
    color: #CDDBDD; }
  .search-form :-moz-placeholder {
    color: #CDDBDD; }

.search-icon {
  background-image: url(../images/search-icon.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle; }

.category-icon {
  background-image: url(../images/category-icon.svg);
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px; }

.blog-list a {
  padding: 22px 0; }

.arrow-icon {
  width: 20px;
  flex: 0 0 20px;
  height: 21px;
  display: inline-block;
  background: url(../images/arrow-right-down.svg) no-repeat;
  transform: rotate(-92deg); }

.blog-item .arrow-icon {
  flex: 0 0 20px; }

.blog-title {
  color: #2B2B2B;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px; }

a .blog-title:hover {
  color: #004B76; }

.blog-category,
.blog-count {
  font-size: 14px;
  font-weight: 500;
  color: #575757;
  margin-bottom: 10px; }

.category-section {
  background: #F5F5F5;
  border-radius: 8px; }
  .category-section .search-dot-no input {
    height: 41px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    padding: 8px 88px 8px 37px;
    font-size: 14px;
    color: #2B2B2B;
    background: #fff; }
  .category-section .search-btn {
    height: 37px;
    top: 2px;
    padding: 3px 15px !important;
    right: 3px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600; }

.search-ucr-icon {
  position: absolute;
  top: 7px;
  left: 11px; }

.section-headers,
.section-footer {
  padding: 20px; }
  .section-headers .theme-secondary-btn,
  .section-footer .theme-secondary-btn {
    font-size: 14px;
    padding: 5px 25px !important; }

.blog-item-home .blog-title {
  -webkit-line-clamp: 1; }

.blog-item {
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%; }
  .blog-item a {
    padding: 10px 20px; }
  .blog-item .blog-title {
    font-size: 14px;
    line-height: 1.5; }

p.blog-item {
  padding: 10px 20px; }

.theme-bordered-btn {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #DD0932;
  border-radius: 7px;
  background: #f5f5f5;
  color: #DD0932;
  transition: all 0.3s ease-in 0s; }
  .theme-bordered-btn:hover {
    background: #DD0932;
    color: #fff; }

.more-blogs-section .blog-item {
  height: 72px; }

.changes-modal .modal-xl {
  --bs-modal-width: 1018px; }

.compare-info-head {
  position: sticky;
  top: 0; }

.compare-info-header {
  border-radius: 4px 4px 0 0; }

/* Customize the scroll of the container */
#pdf-preview-container {
  width: 100%;
  height: 1000px;
  overflow-y: auto;
  border: 1px solid #ccc;
  margin-top: 20px; }

#pdf-preview-container::-webkit-scrollbar {
  width: 10px; }

#pdf-preview-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px; }

#pdf-preview-container::-webkit-scrollbar-thumb:hover {
  background-color: #555; }

#pdf-preview-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/** Coupons banners **/
.discount-amount,
.text-156 {
  font-size: 156px; }

.percent-text,
.text-84 {
  font-size: 84px; }

.text-40 {
  font-size: 40px; }

.off-text,
.text-43 {
  font-size: 43px; }

.pre-register-text,
.text-34 {
  font-size: 34px; }

.coupon-banner {
  position: absolute;
  right: 0;
  bottom: 20px; }

.coupons-inner {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 0;
  padding: 50px 40px;
  width: 100%; }

.coupons-text {
  max-width: 194px;
  margin: 0 auto; }

.percent-text {
  margin-top: 6px; }

.divider {
  position: relative;
  width: 130px;
  margin: -15px auto 20px;
  text-align: center;
  font-size: 18px; }
  .divider::before, .divider::after {
    content: "";
    position: absolute;
    width: 35%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0; }
  .divider::after {
    left: auto;
    right: 0; }

.coupon-banner-2026 .coupons-inner {
  padding: 30px 40px; }

.coupon-banner-text {
  font-size: 29px;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  line-height: 100%; }

.coupon-year {
  font-size: 60px; }

.offers-coupon .side-with-content {
  background: #004B76;
  text-align: center; }
.offers-coupon .coupons-inner {
  padding: 70px 40px; }
.offers-coupon .discount-amount {
  font-size: 200px;
  font-weight: 800; }
.offers-coupon .percent-text {
  font-size: 90px;
  margin-top: 23px; }
.offers-coupon .off-text {
  font-size: 50px; }
.offers-coupon .discount-offer {
  margin-top: -16px; }
.offers-coupon .coupons-text {
  max-width: 364px; }
.offers-coupon .pre-register-text {
  font-size: 49px; }

.side-with-image {
  background: url(../images/discount-offer-bg.png) no-repeat;
  background-color: #004b76;
  background-size: cover; }

.offers-coupon.offers-coupon-2026 .side-with-content {
  background-color: #F4F4F4; }

.offers-coupon-2026 .side-with-image {
  background-image: url(../images/discount-offer-bg-2026.png);
  background-color: #F4F4F4; }
.offers-coupon-2026 .coupon-banner-text {
  font-size: 50px; }
.offers-coupon-2026 .coupon-year {
  font-weight: 800;
  font-size: 78px; }

/** For Homepage popup **/
.promo-modal .modal-content {
  border: none; }
.promo-modal .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }
.promo-modal .offers-coupon .coupons-inner {
  padding: 15px 0px; }
.promo-modal .offers-coupon .discount-amount {
  font-size: 218px; }
.promo-modal .offers-coupon .percent-text {
  font-size: 118px;
  margin-top: 10px; }
.promo-modal .offers-coupon .off-text {
  font-size: 61px; }
.promo-modal .offers-coupon .coupons-text {
  max-width: 249px; }
.promo-modal .offers-coupon .pre-register-text {
  font-size: 44px;
  text-align: center; }
.promo-modal .offers-coupon-2026 .coupons-inner {
  padding: 30px 10px; }
.promo-modal .offers-coupon-2026 .coupons-text {
  max-width: 364px; }
.promo-modal .offers-coupon-2026 .coupon-banner-text {
  font-size: 46px; }
.promo-modal .offers-coupon-2026 .coupon-year {
  font-size: 96px; }
.promo-modal .offers-coupon-2026 .theme-secondary-btn {
  height: 52px;
  display: inline-block;
  line-height: 38px; }

.modal-side-with-image {
  position: relative; }
  .modal-side-with-image::after {
    content: "";
    position: absolute;
    height: 100%;
    border-left: 1px dashed #fff;
    right: 19px; }

/* For Firefox */
#pdf-preview-container {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1; }

/** Insights New Design CSS Here **/
/** Blog Css Here **/
.heading-xl {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 1px;
  line-height: 1;
  font-weight: 600; }

.banner-desc {
  line-height: 30px;
  color: var(--white);
  font-weight: 500;
  line-height: 1.6; }

.banner-section {
  position: relative;
  color: #fff;
  overflow: hidden; }

.blog-banner-content {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.sec-pd-md {
  padding: 60px 0; }

.inner-container-md {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.blog-heading {
  max-width: 880px;
  margin: 0 auto;
  font-size: 25px;
  line-height: normal;
  font-weight: 600;
  color: #2B2B2B; }

.heading4 {
  color: #2B2B2B;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600; }

.blog-box {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  overflow: hidden; }
  .blog-box .box-img {
    height: 230px;
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .blog-box .heading4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px; }
  .blog-box .post-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 76px; }
  .blog-box .box-heading:hover .heading4 {
    color: #004B76; }

.box-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center; }

.author-name {
  color: #333; }

.text-xs {
  font-size: 15px;
  line-height: 25.6px; }

.fw-600 {
  font-weight: 600; }

.light-gray {
  color: #6C757D; }

.text-xs {
  font-size: 15px;
  line-height: 25.6px; }

.blue-text {
  color: var(--theme-blue, #004B76); }

.gray-line::before {
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  background: #babec1;
  left: 50px;
  top: 21px;
  text-align: center;
  margin: 0 auto;
  right: 0; }

.box-link.blue-text:hover {
  color: #DD0932; }
.box-link svg {
  height: 14px;
  margin-top: -2px;
  fill: #004B76; }
.box-link:hover svg {
  fill: #DD0932; }

/* pagination **/
ul.page-numbers {
  display: flex;
  justify-content: center; }

ul .page-numbers {
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  padding: 0;
  color: #000;
  font-size: 14px;
  margin: 0 5px; }
  ul .page-numbers.prev, ul .page-numbers.next {
    font-size: 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid var(--theme-blue, #004B76);
    border-radius: 4px 0 0 4px;
    position: relative; }
    ul .page-numbers.prev::before, ul .page-numbers.next::before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid var(--theme-blue, #004B76);
      border-left: 2px solid var(--theme-blue, #004B76);
      transform: rotate(-45deg);
      top: 8px;
      left: 10px; }
  ul .page-numbers.next {
    border-radius: 0px 4px 4px 0; }
    ul .page-numbers.next::before {
      transform: rotate(135deg);
      top: 9px;
      left: 7px; }

.page-numbers.current {
  border-radius: 3px;
  background: #139AD6;
  color: #fff; }

/** pagination ends **/
.cta-section .theme-btn {
  background: #DD0932;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #DD0932;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  min-height: 43px;
  padding: 5px 30px;
  line-height: 2;
  transition: all ease .3s; }
  .cta-section .theme-btn:hover {
    background: #fff;
    color: #DD0932;
    border: 1px solid #DD0932; }

.grayscale-bg {
  background-image: url("../images/cta-banner.png");
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }

.cta-tag {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px; }

/** Insights Details page css **/
.detail-page-inner {
  padding: 35px 0 40px; }

.news-card-detail {
  /* p:has(> br:only-child), p:empty {
      display: none;
  } */ }
  .news-card-detail .author-details {
    font-size: 18px; }
    .news-card-detail .author-details .publish-date {
      font-size: 18px; }
    .news-card-detail .author-details svg {
      margin: 0 5px; }
  .news-card-detail .news-detail-desc {
    margin-bottom: 25px; }
  .news-card-detail h2,
  .news-card-detail h3,
  .news-card-detail h4,
  .news-card-detail h5,
  .news-card-detail h6 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 12px; }
    .news-card-detail h2 > strong,
    .news-card-detail h2 bold,
    .news-card-detail h3 > strong,
    .news-card-detail h3 bold,
    .news-card-detail h4 > strong,
    .news-card-detail h4 bold,
    .news-card-detail h5 > strong,
    .news-card-detail h5 bold,
    .news-card-detail h6 > strong,
    .news-card-detail h6 bold {
      font-weight: 600; }
  .news-card-detail h3 {
    font-size: 20px; }
  .news-card-detail h4 {
    font-size: 18px; }
  .news-card-detail h5 {
    font-size: 16px; }
  .news-card-detail h6 {
    font-size: 14px; }
  .news-card-detail ol {
    list-style-position: outside;
    padding-left: 30px;
    margin-bottom: 20px; }
    .news-card-detail ol li {
      margin: 3px 0; }
      .news-card-detail ol li[data-list="ordered"] {
        list-style-type: decimal;
        padding-left: 4px; }
      .news-card-detail ol li[data-list="bullet"] {
        list-style-type: disc;
        padding-left: 4px; }

.news-detail-desc {
  color: #212121;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle; }
  .news-detail-desc > *:first-child::first-letter {
    font-size: 30px;
    line-height: 0.6;
    margin-left: -2px;
    margin-right: 2px;
    color: #000; }
  .news-detail-desc p {
    margin-bottom: 15px;
    line-height: 1.4; }
  .news-detail-desc img {
    max-width: 100%;
    height: auto; }

.first-letter {
  float: left;
  font-size: 30px;
  line-height: 0.6;
  margin-left: -3px;
  margin-right: 3px;
  color: #000; }

.section-heading {
  font-size: 27px;
  font-weight: 500; }

.news-tags-outer {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 25px;
  margin: 0; }

.tags-item {
  border-radius: 48px;
  background: #EBEBEB;
  padding: 0 20px;
  margin-right: 10px;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  font-weight: 600;
  margin-bottom: 10px; }
  .tags-item a {
    color: #525252; }
  .tags-item:hover, .tags-item.active {
    background-color: #004B76; }
    .tags-item:hover a, .tags-item.active a {
      color: #fff; }

.post-action-btns {
  padding: 20px 0;
  margin: 30px 0 0;
  color: #525252;
  position: relative;
  background: #FAFAFA;
  background: linear-gradient(to right, #fafafa 0%, #fff 50%, #fafafa 100%); }
  .post-action-btns::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 1px solid #DCDCDC; }
  .post-action-btns .prev-link:hover .text-black,
  .post-action-btns .next-link:hover .text-black {
    color: #004B76 !important; }

.aside-sections {
  border-radius: 5px;
  padding: 15px 20px;
  background: #fafafa; }
  .aside-sections:nth-child(n-1), .aside-sections:last-child {
    border-bottom: 0; }
  .aside-sections .section-heading {
    font-size: 20px;
    font-weight: 600; }

.custom-col-xl {
  flex: 0 0 62%; }

.custom-col-md {
  flex: 0 0 38%; }

.custom-col-lg {
  max-width: 55%;
  flex: 0 0 55%; }

.custom-col-sm {
  max-width: 45%;
  flex: 0 0 45%; }

.sidebar.insight-section {
  padding: 0;
  padding-left: 42px;
  position: sticky;
  top: 120px; }

.news-social-links {
  display: flex;
  padding: 0; }
  .news-social-links li {
    width: 45px;
    margin-right: 10px; }
    .news-social-links li:nth-child(-n+3) {
      width: 100%;
      max-width: 170px; }
      .news-social-links li:nth-child(-n+3) a {
        padding: 0 20px; }
      .news-social-links li:nth-child(-n+3) svg {
        margin-right: 3px;
        margin-top: -4px; }
    .news-social-links li:last-child {
      margin-right: 0; }
  .news-social-links a {
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .news-social-links a svg {
      fill: #fff; }
      .news-social-links a svg path {
        fill: #fff; }
  .news-social-links .news-fb-icon {
    background: #455FA1; }
  .news-social-links .news-twitter-icon {
    background: #58ABF5; }
  .news-social-links .news-linkedin-icon {
    background: #1980BE; }

.author-box {
  display: flex;
  padding: 25px 20px;
  background: #fafafa;
  margin-bottom: 10px; }
  .author-box .news-detail-desc {
    width: 100%;
    font-weight: 600;
    margin-bottom: 6px; }

.author-img {
  max-width: 66px;
  flex: 0 0 66px; }

.author-social-accounts {
  display: flex;
  padding: 8px 0 0;
  margin: 0; }
  .author-social-accounts li {
    margin-right: 15px; }
    .author-social-accounts li svg {
      fill: #000; }
    .author-social-accounts li:hover a {
      color: #004B76; }
    .author-social-accounts li:hover svg {
      fill: #004B76; }

.category-line {
  position: relative;
  padding-left: 10px; }
  .category-line::before {
    content: "";
    width: 3px;
    height: 20px;
    background: #004B76;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 45%; }

.insight-section {
  padding: 70px 0; }
  .insight-section .trending-blogs .section-title {
    font-size: 22px; }
  .insight-section .trending-blogs .main-blog {
    height: 311px;
    width: 100%;
    background-image: url("../images/trending-blog-head-img.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 20px 22px; }
    .insight-section .trending-blogs .main-blog::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 50%;
      background: linear-gradient(180deg, transparent 6.87%, rgba(0, 0, 0, 0.47) 67.46%);
      z-index: 1; }
    .insight-section .trending-blogs .main-blog .blog-title {
      font-size: 18px;
      text-transform: capitalize;
      line-height: 136.523%;
      z-index: 2; }
    .insight-section .trending-blogs .main-blog .main-blog-footer {
      z-index: 2; }

.title-md {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.4; }

.title-xxxs {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize; }

.publish-date {
  font-size: 13px; }

.hr-news-card {
  padding-bottom: 12px;
  margin-bottom: 12px;
  align-items: center; }
  .hr-news-card .news-card-img {
    max-width: 90px;
    flex: 0 0 90px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden; }
    .hr-news-card .news-card-img img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .hr-news-card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #161617;
    text-transform: capitalize; }
  .hr-news-card .publish-date {
    color: #525252;
    font-size: 13px; }

.category-page .blog-box .box-img {
  height: 180px; }
.category-page .heading4 {
  font-size: 16px;
  line-height: 23px; }
.category-page .text-xs {
  font-size: 14px;
  line-height: 23px; }
.category-page .gray-line::before {
  width: 18px;
  left: 10px; }

/** Pre Registeration Form **/
.pre-register-inner {
  padding: 80px 0 70px;
  position: relative;
  background: url(../images/pre-register-bg-new.png) no-repeat;
  background-size: cover; }

.title-xl {
  font-size: 28px; }

.page-title {
  font-size: 70px; }

.tag-icon {
  width: 62px;
  height: auto;
  display: inline-block;
  margin-top: -17px; }

.offers-div-2026 .page-title {
  font-size: 48px; }

.pre-register-form {
  max-width: 500px;
  position: relative;
  z-index: 1; }

.exclusive-offer-div {
  border: 2px solid #FFFFFF4D;
  background: #004B76;
  padding: 20px 30px;
  border-radius: 20px; }

.glow-on-hover {
  width: 186px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  margin: 0 auto;
  background: linear-gradient(90deg, #F87018, #ff7300, #c93001, #f7615f);
  background-size: 200% 200%;
  animation: fadeInOut 2s ease-in-out infinite; }
  .glow-on-hover::before {
    content: none;
    background: linear-gradient(90deg, #F87018, #ff7300, #ff00c8, #f7615f);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    filter: blur(1px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 15s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    background: linear-gradient(90deg, #F87018, #ff7300, #c93001, #f7615f);
    background-size: 400%; }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes glowing {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 400% 0; }
  100% {
    background-position: 0 0; } }
.register-counter-outer {
  border: 1px solid #FFFFFF33;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px 30px;
  border-radius: 20px;
  color: #fff; }

.countdown {
  display: flex;
  gap: 20px; }

.countdown_box {
  text-align: center;
  font-size: 14px;
  font-weight: 500; }
  .countdown_box b {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 95px;
    height: 46px;
    line-height: 38px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 3px; }

.white-box {
  box-shadow: 0px 2px 9px 0px #0000001F;
  background: #fff;
  border-radius: 15px;
  padding: 25px; }

.form-control.with-succes-icon {
  background-repeat: no-repeat;
  background-position: center right 7px;
  padding-right: 45px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='none'><path opacity='0.4' d='M13.5 24.75C19.7132 24.75 24.75 19.7132 24.75 13.5C24.75 7.2868 19.7132 2.25 13.5 2.25C7.2868 2.25 2.25 7.2868 2.25 13.5C2.25 19.7132 7.2868 24.75 13.5 24.75Z' fill='%230AB070'/><path d='M11.9016 17.5244C11.6766 17.5244 11.4629 17.4344 11.3054 17.2769L8.12164 14.0931C7.79539 13.7669 7.79539 13.2269 8.12164 12.9006C8.44789 12.5744 8.98789 12.5744 9.31414 12.9006L11.9016 15.4881L17.6841 9.70562C18.0104 9.37937 18.5504 9.37937 18.8766 9.70562C19.2029 10.0319 19.2029 10.5719 18.8766 10.8981L12.4979 17.2769C12.3404 17.4344 12.1266 17.5244 11.9016 17.5244Z' fill='%230AB070'/></svg>"); }

.offers-checkbox {
  position: relative;
  padding: 0; }
  .offers-checkbox input[type="radio"].form-check-input {
    position: absolute;
    left: 37px;
    top: 11px;
    width: 18px !important;
    height: 18px !important;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23d9d9d9'/%3e%3c/svg%3e"); }
    .offers-checkbox input[type="radio"].form-check-input:checked {
      border-color: #DD0932;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23DD0932'/%3e%3c/svg%3e"); }
      .offers-checkbox input[type="radio"].form-check-input:checked + .form-check-label {
        border-color: #DD0932; }
      .offers-checkbox input[type="radio"].form-check-input:checked ~ .apply-btn {
        color: #DD0932; }
  .offers-checkbox .form-check-label {
    border: 1px solid #E0E0E0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    padding-left: 45px;
    padding-right: 80px;
    font-size: 13px;
    font-weight: 600;
    width: 100%; }
  .offers-checkbox .apply-btn {
    position: absolute;
    right: 10px;
    font-size: 12px;
    color: #B8B8B8;
    font-weight: 600;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%); }

.offer-note {
  display: block;
  font-size: 12px;
  color: #777777;
  font-weight: 400;
  margin-top: 3px; }

.accordion-container {
  max-width: 834px;
  margin: 0 auto; }

.section-title-lg {
  font-size: 38px;
  letter-spacing: -1.07px; }

.custom-accordion .accordion-item {
  margin-bottom: 16px;
  background: #fff;
  border-radius: 16px;
  border: 0; }
  .custom-accordion .accordion-item .accordion-button {
    background: #fff;
    border: 0;
    box-shadow: none;
    font-weight: 600;
    font-size: 20px;
    color: #1F2937; }
    .custom-accordion .accordion-item .accordion-button::after {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><path d='M8 0h2v18H8zM0 8h18v2H0z' fill='%23374151'/></svg>"); }
    .custom-accordion .accordion-item .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 2'><path d='M0 0h18v2H0z' fill='%23374151'/></svg>");
      transform: var(--bs-accordion-btn-icon-transform) translateY(8px); }
  .custom-accordion .accordion-item .accordion-body {
    padding-top: 0; }
.custom-accordion.accordion-flush .accordion-item .accordion-button {
  border-radius: 16px; }

/** Pre Register checkout **/
.checkout-bg-light {
  background-color: #F3F6FB; }

.alert-note-danger {
  border: 1px solid #DD09324D;
  background: #FFF5EF; }

.text-color-medium {
  color: #464646; }

.checkout-title {
  font-size: 42px; }

.inline-input {
  width: 160px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 0 14px; }

.checkout-form-outer .card-header {
  padding: 13px 20px; }
.checkout-form-outer .form-control {
  height: 42px;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  padding: 12px 10px; }
  .checkout-form-outer .form-control.form-select {
    padding: 9px 10px; }
.checkout-form-outer .card-body {
  padding: 20px; }
.checkout-form-outer .theme-secondary-btn {
  font-size: 14px; }
.checkout-form-outer .theme-secondary-btn,
.checkout-form-outer .theme-success-btn {
  padding: 5px 15px !important; }

.column-lg {
  flex: 0 0 61%; }

.column-md {
  flex: 0 0 39%; }

.coupon-box {
  background-color: #0AB070;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #FFFFFF99; }

.btn-dotted {
  border: 1px dashed #fff;
  color: #fff;
  font-weight: 600;
  padding: 1px 12px 3px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle; }

.btn-remove {
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 12px;
  background: #F6F6F633; }
  .btn-remove:hover {
    background: rgba(0, 0, 0, 0.3); }

.info-icon {
  font-size: 0.85rem;
  cursor: pointer; }

.list-styled {
  list-style-type: disc; }

.list-styled-decimal {
  list-style-type: decimal; }

.bg-light-blue {
  background-color: #EFF6FF; }

.l-space-0 {
  letter-spacing: 0; }

/** Auto Renew page  **/
.border-light {
  border: 1px solid #E9EEF6 !important; }

.text-primary-color {
  color: #161617; }

.text-13 {
  font-size: 13px; }

.blue-box {
  border: 1px solid #BFDBFE;
  background-color: #EFF6FF;
  padding: 15px 20px;
  border-radius: 8px; }

#cancelForm .form-control {
  border-color: #E4E4E4;
  background-color: #fafafa;
  height: 51px; }
#cancelForm textarea.form-control {
  height: 87px; }

/** Homepage Banner **/
.home-offer-banner {
  background: #FFDE58;
  padding: 16px 40px;
  max-width: 1119px;
  margin: 0 auto 62px; }
  .home-offer-banner a {
    color: #1A73E8; }
    .home-offer-banner a:hover {
      color: #004B76; }

.headline-wrapper {
  background: #B30123;
  display: block; }

.vertical-divider {
  width: 2px;
  background: #fff;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

.simple-marquee-container {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  height: 44px;
  padding-top: 10px;
  padding-right: 20px;
  position: relative;
  cursor: pointer; }
  .simple-marquee-container .marquee-sibling {
    background: #fff;
    width: 64px;
    height: 44px;
    right: 14px;
    left: auto;
    padding: 0 10px;
    top: 0;
    transform: skewX(22deg);
    text-align: center;
    z-index: 100;
    line-height: 44px; }
    .simple-marquee-container .marquee-sibling svg {
      transform: skewX(-21deg);
      width: 30px;
      height: 30px;
      background-size: contain; }

.marquee-sibling {
  position: absolute;
  background: #fff;
  width: 64px;
  height: 44px;
  right: 14px;
  left: auto;
  padding: 0 10px;
  top: 0;
  transform: skewX(22deg);
  text-align: center;
  z-index: 100;
  line-height: 44px; }
  .marquee-sibling svg {
    transform: skewX(-21deg);
    width: 30px;
    height: 30px;
    background-size: contain; }

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #b30123;
  /* your theme bg */
  white-space: nowrap; }

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite; }

.marquee-content {
  display: inline-block; }

/* Pause on hover */
.marquee-wrapper:hover .marquee-inner {
  animation-play-state: paused; }

@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); }
  /* move left by 50% width */ }
/** **/
/* Modal Custom Styles */
#ucrModal.modal.fade .modal-dialog {
  --bs-modal-width: 611px; }

.ucr-modal .modal-content {
  border-radius: 14px;
  overflow: hidden; }

.ucr-header {
  padding: 24px 28px;
  color: #fff;
  position: relative;
  background: linear-gradient(91.03deg, #176E9F 10.87%, #004872 98.94%); }

.ucr-header > .ucr-icon-box + div h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px; }

.ucr-header > .ucr-icon-box + div h4 + p {
  font-size: 17px;
  margin: 0;
  font-weight: 500; }

.ucr-icon-box {
  width: 59px;
  height: 59px;
  flex: 0 0 59px;
  background: #15608B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px; }

.ucr-icon-box + div + .ucr-close {
  color: #fff;
  font-size: 26px;
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer; }

.modal-body p + .ucr-list-box {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 13px 15px; }

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

.ucr-list-box li {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px; }

.ucr-check {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  margin-right: 10px; }
  .ucr-check svg {
    vertical-align: top; }

.ucr-list-box + p + button {
  background: #DD0932;
  border: none;
  width: 100%;
  font-size: 18px;
  padding: 13px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  height: 50px; }

/** **/
/* Base for submenu */
.dropdown-submenu {
  position: relative; }

/* Second and third level menus */
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  width: 250px; }
.navbar-nav .dropdown-menu .nav-item {
  margin: 0;
  padding: 0 15px; }

/* Floating Call Button */
.popup-box .form-control {
  height: 43px;
  padding: 8px 16px;
  border: 1px solid #CACFD5;
  border-radius: 7px; }
.popup-box textarea.form-control {
  height: 112px; }

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 25px; }

.popup-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(91.08deg, #2A61EB 2.19%, #9034EA 79.36%);
  color: transparent;
  background-clip: text; }

.popup-body {
  padding: 20px 25px; }
  .popup-body .small {
    font-size: 11px;
    color: #606060; }

.btn-gradient {
  background: linear-gradient(135deg, #4c6ef5, #7b2ff7);
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #2D60EB 0%, #8A37EA 100%);
  height: 50px;
  border-radius: 7px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px; }
  .btn-gradient:hover {
    opacity: 0.9;
    color: #fff; }

.btn-success-new {
  height: 40px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #0AB070;
  border-color: #0AB070; }
  .btn-success-new:hover {
    background-color: #fff;
    border-color: #0AB070;
    color: #0AB070; }

.contact-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999; }

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 64px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0;
  align-self: end; }
  .contact-btn .btn-text {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    background: #F0F0F0;
    padding: 13px 15px;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    flex: 0 0 145px; }
  .contact-btn:hover {
    width: 202px;
    justify-content: flex-start; }
    .contact-btn:hover .btn-text {
      opacity: 1; }

.btn-icon {
  padding: 11px 16px;
  flex: 0 0 64px;
  text-align: center;
  height: 50px; }
  .btn-icon svg {
    width: 27px;
    height: 27px;
    flex-shrink: 0; }

.call-btn {
  background: linear-gradient(180deg, #DD0932 0%, #BF0025 73.56%); }

.whatsapp-btn {
  background: linear-gradient(180deg, #29A71A 25%, #0F7E02 100%); }

/** MCS Form New Design **/
#main-cont .form-card-heading .text-danger {
  color: #DD0932 !important;
  font-size: 18px !important; }

#main-cont hr + h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px; }

h4[class=""]:has(+ p) + p {
  font-size: 14px;
  margin-bottom: 20px !important; }

#main-cont .progress + .form-card-heading {
  color: #004B76 !important;
  font-weight: 600 !important;
  font-size: 18px; }

#main-cont .form-field-title + hr + h4 {
  font-size: 18px; }

/* Hide real radio */
.form-card input[type="radio"],
.form-card [type="checkbox"] {
  display: none; }

#main-cont .form-card .form-label + .form-control,
#main-cont .form-card label + .form-control {
  height: 42px;
  padding: 12px 10px;
  border-radius: 7px;
  font-size: 12px; }

/* Wrapper label */
.text-muted + div .radio-option {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  padding: 18px 22px;
  height: 58px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .2s;
  background: white;
  font-size: 18px !important;
  font-weight: 600 !important; }

.text-muted + div .radio-option:hover {
  border-color: #b4b4b4; }

/* Custom radio circle */
.radio-circle {
  width: 24px;
  height: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  transition: .2s; }

.radio-circle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
  transition: .2s; }

/* CHECKED STATE */
input[type="radio"]:checked + label.radio-option {
  background: #10B9811A;
  border-color: #10B98159; }

input[type="radio"]:checked + label .radio-circle {
  border-color: #10B981; }

input[type="radio"]:checked + label .radio-circle::after {
  background: #10B981; }

.radio-option > .radio-circle + strong {
  font-size: 14px !important;
  font-weight: 600 !important; }

/* Buttons */
.btn-next {
  background: #DD0932;
  color: #fff;
  padding: 8px 18px !important;
  border-radius: 6px;
  font-weight: 600;
  height: 41px;
  font-size: 14px !important;
  font-weight: 500 !important; }

.btn-prev {
  background: #F4F4F4;
  color: #C7C7C7;
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  height: 41px;
  font-size: 14px !important;
  font-weight: 500 !important; }

/* Right panel */
.right-card-title + .form-card.info-card {
  background: #fff;
  border-radius: 8px;
  padding: 0 !important;
  border: 1px solid #E4E4E4; }

.right-card-title + .info-card .info-card-item {
  padding: 12px 15px;
  border-bottom: 1px solid #E4E4E4; }

.right-card-title + .info-card .info-card-item.active {
  background: #10B9811A; }

.info-card-item p.text-muted {
  margin: 8px 0 0;
  color: #434343 !important;
  font-size: 12px;
  line-height: 1.6; }

.info-card-item h6.fw-bold {
  font-weight: 600 !important;
  color: #434343;
  font-size: 13px; }

.custom-radio-wrapper {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: #191A15; }
  .custom-radio-wrapper input[type="radio"],
  .custom-radio-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none; }

/* Custom Radio/Checkbox Square */
.custom-radio {
  flex-shrink: 0;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #757671 !important;
  border-radius: 4px !important;
  background-color: #fff;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease; }

/* Selected state */
.custom-radio-wrapper input[type="radio"]:checked + .custom-radio,
.custom-radio-wrapper input[type="checkbox"]:checked + .custom-radio {
  background-color: #00C389 !important;
  border-color: #00C389 !important; }

/* Tick SVG inside selected state */
.custom-radio-wrapper input[type="radio"]:checked + .custom-radio::after,
.custom-radio-wrapper input[type="checkbox"]:checked + .custom-radio::after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.173 12.414L2.05 8.293l1.414-1.414 2.709 2.707 6.364-6.364 1.414 1.414z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

/* Special handling for multiline checkboxes like in Hazmat group */
.hazmat-checkbox-group .custom-radio-wrapper {
  align-items: flex-start !important;
  margin-bottom: 15px;
  width: 100%; }
  .hazmat-checkbox-group .custom-radio-wrapper .custom-radio {
    margin-top: 2px; }

/* View-only state for custom radios */
.view-only .custom-radio-wrapper {
  cursor: default;
  color: #B7B7B7 !important; }
  .view-only .custom-radio-wrapper .custom-radio {
    border-color: #D1D1D1 !important;
    background-color: #F9F9F9 !important;
    opacity: 0.8; }
  .view-only .custom-radio-wrapper input[type="radio"]:checked + .custom-radio,
  .view-only .custom-radio-wrapper input[type="checkbox"]:checked + .custom-radio {
    background-color: #B7B7B7 !important;
    border-color: #B7B7B7 !important; }

.small-note {
  font-size: 10px;
  color: #777; }

.request-pin-link.mb-3 {
  font-size: 13px;
  color: #1A73E8;
  text-decoration: underline;
  display: inline-block; }

.form-card > .form-card .section-title + .mb-4 label.fw-semibold,
.form-card > .form-card .mb-4 + .mb-4 > label.fw-semibold,
.form-card > .form-card .mb-4 + .mb-3 > label.fw-semibold {
  font-size: 14px;
  color: #191A15; }

.form-card > .form-card .section-title + .mb-4 label.fw-semibold span.text-muted,
.form-card > .form-card .mb-4 + .mb-4 > label.fw-semibold span.text-muted,
.form-card > .form-card .mb-4 + .mb-3 > label.fw-semibold span.text-muted {
  font-size: 14px; }

.form-card .form-card label.small.fw-semibold {
  font-size: 12px;
  font-weight: 400 !important;
  color: #191A15 !important; }

.form-card .form-card .mb-3 + .mb-4 {
  margin-bottom: 35px !important; }

.form-card > .form-card.p-0 {
  padding: 0 !important; }

.text-muted,
.small,
.form-text {
  font-size: 12px;
  color: #6c757d !important; }

/* Red validation text */
.text-danger {
  font-size: 12px; }

/* Invalid (red outline like screenshot) */
.form-card .form-card label.fw-semibold + .form-control.is-invalid {
  border-color: #DD0932 !important;
  box-shadow: none !important;
  background: #FFF8F9;
  color: #DD0932; }

.text-danger.small {
  color: #DD0932 !important;
  font-size: 10px !important; }

#main-cont .form-card .form-label + .form-control:focus,
#main-cont .form-card label + .form-control:focus {
  border-color: #191A15 !important;
  box-shadow: none !important; }

.mailing-radio-group {
  margin-top: 6px; }

.mail-radio {
  position: relative;
  cursor: pointer;
  user-select: none;
  gap: 8px; }

.mail-radio-input {
  opacity: 0;
  position: absolute; }

.mail-radio-circle {
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #c7c7c7;
  /* light gray ring */
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease; }
  @media (max-width: 768px) {
    .mail-radio-circle {
      width: 27px;
      height: 18px; } }

/* Selected radio state (thin green border + filled green dot) */
.mail-radio-input:checked + .mail-radio-circle {
  border-color: #12b488;
  /* mint-green border */ }

.mail-radio-input:checked + .mail-radio-circle::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #12b488;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    .mail-radio-input:checked + .mail-radio-circle::after {
      width: 12px;
      height: 12px; } }

/* Label text */
.mail-radio-label {
  font-size: 14px;
  color: #333; }

#main-cont .form-card .form-label + .form-control[type="number"],
#main-cont .form-card label + .form-control[type="number"] {
  appearance: auto;
  -moz-appearance: auto; }

.hazmat-box {
  background: #fff; }

.haz-row .small {
  font-size: 14px;
  color: #444; }

.hazmat-header span {
  font-size: 13px;
  letter-spacing: 0.5px; }

.haz-row input[type="checkbox"] {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #cfcfcf;
  border-radius: 3px; }

.form-card .form-box .form-check-input.simple-checkbox[type="checkbox"] {
  display: block;
  width: 12px !important;
  height: 12px !important;
  margin-top: 0; }

.form-card .form-box .text-10 {
  font-size: 10px; }

.form-card .common-table td,
.form-card .common-table th {
  padding: 5px; }

.form-card .common-table td:first-child {
  white-space: nowrap; }

.border.form-box.px-0.pb-0.w-100.rounded.pt-lg-2 {
  box-shadow: none;
  border: 1px solid #F9F9F9; }

/* == Reponsive css import here == */
@media screen and (max-width: 1700px) {
  .checkout-form-outer .theme-secondary-btn, .checkout-form-outer .theme-success-btn {
    font-size: 12px;
    height: 100%; } }
@media screen and (max-width: 1400px) {
  .checkout-form-outer .theme-secondary-btn, .checkout-form-outer .theme-success-btn {
    padding: 5px 15px !important; }

  .offers-coupon .coupons-text {
    max-width: 416px; }

  .offers-coupon .discount-amount {
    font-size: 182px; }

  .offers-coupon-2026 .coupon-banner-text {
    font-size: 43px; }
  .offers-coupon-2026 .coupon-year {
    font-weight: 800;
    font-size: 70px; } }
@media screen and (max-width: 1300px) {
  .theme-secondary-btn, .theme-success-btn {
    padding: 5px 20px !important; }

  .page-title {
    font-size: clamp(32px, 5vw, 70px); }

  .offers-div-2026 .page-title {
    font-size: clamp(26px, 4vw, 48px); }

  .section-title-lg {
    font-size: clamp(22px, 2.5vw, 38px); }

  .pre-register-inner {
    padding: 50px 0 60px;
    background-position: right; }

  .checkout-form-outer .theme-secondary-btn, .checkout-form-outer .theme-success-btn {
    padding: 5px 10px !important; }

  .home-offer-banner {
    max-width: 1019px; }

  .exclusive-offer-div .title-xl {
    font-size: 26px; } }
@media screen and (max-width: 1200px) {
  .offers-coupon .discount-amount {
    font-size: 170px; }
  .offers-coupon .percent-text {
    font-size: 40px;
    margin-top: 25px; }
    .offers-coupon .percent-text svg {
      width: 87px;
      height: auto; }
  .offers-coupon .off-text {
    font-size: 40px; }
  .offers-coupon .pre-register-text {
    font-size: 40px; }
  .offers-coupon .coupons-text .text-40 {
    padding-left: 20px; }

  .sidebar.insight-section {
    padding-left: 20px; }

  .offers-div .title-xl {
    font-size: 24px; }

  .tag-icon {
    width: 46px;
    margin-top: -12px; } }
@media screen and (max-width: 1180px) {
  .search-dot-no {
    max-width: 660px; }

  .heading {
    font-size: 40px; }

  .pre-register-form {
    max-width: 410px; }
    .pre-register-form .small-heading {
      font-size: 23px; }

  .countdown {
    gap: 10px; }

  .countdown_box {
    font-size: 13px; }
    .countdown_box b {
      width: 80px;
      height: 36px;
      line-height: 27px;
      font-size: 18px; }

  .home-offer-banner {
    max-width: 900px; }

  .exclusive-offer-div .title-xl {
    font-size: 24px; } }
@media screen and (max-width: 1100px) {
  .form-box {
    padding: 20px 25px; }

  .insight-section .trending-blogs .main-blog {
    height: 270px; }

  .hr-news-card .news-card-img {
    max-width: 70px;
    flex: 0 0 70px;
    height: 70px; }

  .navbar-light img {
    height: 80px;
    width: 80px; }

  body {
    padding-top: 150px; }

  .navbar-collapse {
    top: 150px;
    padding-top: 0; }
    .navbar-collapse .navbar-nav {
      padding: 10px 0 0; }

  .detail-page-inner {
    padding: 25px 0 30px; }

  .theme-secondary-btn, .theme-success-btn {
    padding: 5px 10px !important; }

  .choose-us-section .title-xl {
    font-size: 24px; }
  .choose-us-section .text-20 {
    font-size: 19px; } }
@media screen and (max-width: 991px) {
  main {
    overflow-x: hidden; }

  .navbar-collapse {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    border-top: 1px solid #E0E0E0; }

  .srink-header .navbar-collapse {
    top: 140px; }

  .navbar-light .navbar-nav .nav-item {
    margin-bottom: 15px; }
    .navbar-light .navbar-nav .nav-item .dropdown-menu {
      border: 0;
      padding: 0;
      margin: 0; }
      .navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item {
        margin-bottom: 0; }

  .heading,
  .sub-heading,
  .small-heading {
    font-size: 30px; }

  .text-lg {
    font-size: 20px; }

  .sub-heading {
    font-size: 26px;
    line-height: 38px; }

  .subscribe-email .input-group span.text-white {
    width: 100%; }

  footer .footer-text {
    font-size: 16px; }

  .offer-div {
    position: relative;
    margin: auto; }

  .money-back-section .money-back-wrapper {
    border: 0;
    padding-right: 0; }

  .form-box .form-control {
    height: 45px; }

  .highlighted-text {
    font-size: 30px; }

  .side-with-image {
    height: 340px;
    background-position: center; }

  .sidebar.insight-section {
    top: 0; }

  .news-card-detail .title-md {
    font-size: 26px; }

  .custom-col-xl {
    flex: 0 0 58%; }

  .custom-col-md {
    flex: 0 0 42%; }

  .news-detail-desc, body {
    font-size: 14px; }

  .news-card-detail h2 {
    font-size: 20px; }
  .news-card-detail h3 {
    font-size: 18px; }
  .news-card-detail h4 {
    font-size: 16px; }
  .news-card-detail h5 {
    font-size: 14px; }
  .news-card-detail h6 {
    font-size: 13px; }

  .news-detail-desc > *:first-child::first-letter {
    font-size: 24px;
    line-height: 0.6;
    margin-left: -1px;
    margin-right: 1px;
    color: #000; }

  .sec-pd-md {
    padding: 40px 0; }

  .promo-modal .modal-dialog.modal-dialog {
    max-width: 800px; }

  .offers-div .title-xl {
    font-size: 20px; }

  .pre-register-form {
    max-width: 370px; }

  .white-box {
    border-radius: 10px;
    padding: 20px; }

  .register-counter-outer {
    padding: 15px 20px;
    border-radius: 10px; }

  .countdown_box b {
    width: 75px; }

  .checklistForm .form-check-input[type="checkbox"] {
    flex: 0 0 1em;
    max-width: 1em; } }
@media screen and (max-width: 850px) {
  .file-input-col {
    width: 100%; }

  .signature-row {
    flex-direction: column;
    gap: 15px; }

  .signature-outer .theme-border-btn {
    margin-top: 0px; }

  .custom-nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden; }
    .custom-nav-tabs .nav-link {
      white-space: nowrap; }

  .form-box .form-control {
    height: 40px; }

  .right-sidebar .sub-heading {
    font-size: 20px; }

  .search-form .form-control {
    height: 35px; }
  .search-form .search-button {
    height: 39px; }

  .heading-xl {
    font-size: 35px; }

  .column-md, .column-lg {
    flex: 0 0 100%; }

  .coupon-box {
    margin-top: 7px; }

  .modal-side-with-image::after {
    right: -5px; }

  .promo-modal .modal-dialog.modal-dialog {
    margin: 0 30px; }
  .promo-modal .offers-coupon-2026 .coupon-banner-text {
    font-size: 40px; }
  .promo-modal .offers-coupon-2026 .coupon-year {
    font-size: 76px; }
  .promo-modal .offers-coupon-2026 .theme-secondary-btn {
    height: 42px;
    line-height: 31px;
    font-size: 15px;
    min-height: auto; }

  .pre-register-form {
    max-width: 320px; }
    .pre-register-form .small-heading {
      font-size: 20px; }

  .countdown_box {
    font-size: 12px; }
    .countdown_box b {
      width: 62px;
      height: 33px;
      line-height: 24px;
      font-size: 17px;
      margin-bottom: 0; }

  .home-offer-banner {
    padding: 15px 20px; } }
@media screen and (max-width: 767px) {
  .pre-register-form {
    max-width: 100%; }

  .home-offer-banner {
    max-width: 623px;
    padding: 18px 30px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400; }
    .home-offer-banner a {
      font-weight: 400;
      display: block; }

  .signature-row .file-outer-new label {
    height: auto;
    font-size: 12px; }

  .offers-coupon.offers-coupon-2026 .coupons-inner {
    padding: 20px 20px 50px; }

  .offers-coupon .coupons-text .text-40 {
    padding-left: 0; }

  .pre-register-inner {
    padding: 50px 0; }

  .custom-col-xl, .custom-col-md {
    flex: 0 0 100%; }

  .custom-col-md {
    margin-top: 30px; }

  .sidebar.insight-section {
    padding-left: 0; }

  .tags-item {
    font-size: 14px;
    height: auto;
    line-height: 1.4;
    padding: 8px 20px;
    font-weight: 500; }

  .blog-box .box-img {
    height: 180px; }

  .gray-line::before {
    content: none; }

  .choose-us-section .title-xl {
    font-size: 22px; }
  .choose-us-section .text-20 {
    font-size: 18px; } }
@media screen and (max-width: 680px) {
  .search-dot-no input,
  .ucr-registration input {
    height: 45px; }

  .search-dot-no input {
    padding: 6px 12px; }

  .search-btn {
    height: 43px;
    position: relative;
    margin-top: 15px;
    padding: 5px 10px !important; }

  .sub-heading,
  .heading {
    line-height: 32px; }

  .heading,
  .sub-heading,
  .small-heading {
    font-size: 22px; }

  .check-list li,
  .faqs .accordion-button {
    font-size: 16px;
    line-height: 25px; }

  .text-lg {
    font-size: 18px; }

  label.text-16 span {
    font-size: 13px; }

  .form-box .form-check-input[type="radio"] {
    margin-top: 5px; }

  .offers-coupon .coupons-inner {
    padding: 60px 20px; }

  .news-card-detail .title-md {
    font-size: 24px; }

  .post-action-btns {
    padding: 10px 0; }
    .post-action-btns .text-lg {
      font-size: 16px; }
    .post-action-btns .title-xxxs {
      font-size: 10px;
      margin-bottom: 0;
      font-weight: 500; }

  .promo-modal .offers-coupon-2026 .coupon-banner-text {
    font-size: 34px; }
  .promo-modal .offers-coupon-2026 .coupon-year {
    font-size: 56px; }
  .promo-modal .offers-coupon-2026 .theme-secondary-btn {
    height: 38px;
    line-height: 28px;
    font-size: 14px;
    padding: 4px 15px !important; }

  .custom-accordion .accordion-item .accordion-button {
    line-height: 1.4;
    font-size: 15px;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x); }
    .custom-accordion .accordion-item .accordion-button::after {
      background-size: 10px;
      width: 10px;
      height: 10px; }

  .offers-div .title-xl {
    font-size: 20px; }
  .offers-div .text-18 {
    font-size: 16px; }
  .offers-div .text-16 {
    font-size: 14px; }

  .tag-icon {
    width: 32px;
    margin-top: -9px; }

  .copy-right p {
    margin-bottom: 0; } }
@media screen and (max-width: 575px) {
  .action-btns .theme-border-btn, .action-btns .theme-secondary-btn, .action-btns .theme-btn {
    width: 100%;
    margin: 0 0 15px !important; }

  .form-box .form-check-input.simple-checkbox[type="checkbox"] {
    width: 14px !important;
    height: 14px !important; }
    .form-box .form-check-input.simple-checkbox[type="checkbox"]:checked {
      background: url("../images/checkbox-selected.png") no-repeat;
      background-size: 13px 14px;
      background-position: top -1px center; }

  .common-table td, .vehicles-table td {
    padding: 10px 8px; }

  .search-form {
    min-width: 100%;
    max-width: 100%; }

  .news-social-links li:nth-child(-n+3) a {
    padding: 0 5px; }

  .news-social-links a {
    height: 36px;
    line-height: 36px; }

  .blog-box .heading4 {
    height: auto; }

  .promo-modal .offers-coupon-2026 .coupon-banner-text {
    font-size: 28px; }
  .promo-modal .offers-coupon-2026 .coupon-year {
    font-size: 44px; }
  .promo-modal .offers-coupon-2026 .theme-secondary-btn {
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    padding: 4px 15px !important;
    max-width: 155px; }

  .home-offer-banner {
    font-size: 30px;
    padding: 18px 20px; }

  .changes-modal .modal-title {
    font-size: 17px; }
  .changes-modal .theme-secondary-btn, .changes-modal .theme-border-btn, .changes-modal .action-btns .theme-btn {
    font-size: 13px;
    min-height: 32px;
    padding: 3px 20px !important; }

  .compare-info-header .text-16 {
    font-size: 14px;
    line-height: 1.2; }
  .compare-info-header .text-14 {
    font-size: 12px;
    line-height: 1.2; }

  .comparison-row .text-14 {
    line-height: 1.5;
    font-size: 12px; }

  .compare-data-body {
    overflow-x: auto; }

  .compare-info-head, .comparison-row, .comparison-body-row {
    width: 530px; }

  .pre-register-form {
    display: flex;
    flex-direction: column-reverse; }

  .exclusive-offer-div .title-xl {
    font-size: 22px; }

  .modal-dialog {
    margin-right: auto;
    margin-left: auto; }

  .modal {
    padding: 0 20px; }

  #expiryModal .title-xl {
    font-size: 24px; }

  .pre-register-outer iframe {
    max-width: 560px;
    width: 100%;
    height: 260px; }

  .choose-us-section .title-xl {
    font-size: 20px; }
  .choose-us-section .text-20 {
    font-size: 16px; }

  .ucr-icon-box {
    width: 39px;
    height: 39px;
    flex: 0 0 39px; }

  .ucr-icon-box svg {
    width: 20px;
    height: 20px; }

  .ucr-header > .ucr-icon-box + div h4 {
    font-size: 17px; }

  .ucr-header > .ucr-icon-box + div h4 + p {
    font-size: 14px; } }
@media screen and (max-width: 480px) {
  body {
    padding-top: 140px; }

  .navbar-collapse {
    top: 140px; }

  .navbar-brand {
    font-size: 13px; }
    .navbar-brand img {
      height: 70px;
      width: 70px; }

  .phone-bar b {
    display: block; }

  .heading,
  .sub-heading,
  .small-heading {
    font-size: 20px; }

  .progress-container .text-wrap {
    width: auto; }
    .progress-container .text-wrap p {
      display: none; }

  [type=button]:not(:disabled),
  [type=reset]:not(:disabled),
  [type=submit]:not(:disabled),
  button:not(:disabled) {
    padding: 0; }

  .address-box.text-18 {
    font-size: 16px; }

  button.swal2-styled[type=button] {
    padding: 4px 15px; }

  .custom-nav-tabs .nav-link {
    padding: 3px 12px 5px; }

  .form-box {
    padding: 15px 15px 5px; }

  .theme-secondary-btn, .theme-border-btn, .action-btns .theme-btn {
    font-size: 15px;
    min-height: 40px;
    padding: 5px 20px !important; }

  .action-btns .theme-border-btn {
    min-width: 132px; }

  .action-btns .theme-secondary-btn {
    min-width: 140px; }

  .action-btns .theme-btn {
    min-width: 90px; }

  .highlighted-text {
    font-size: 26px; }

  .author-box {
    flex-wrap: wrap;
    padding: 20px; }

  .author-img {
    margin-bottom: 12px; }

  .promo-modal .offers-coupon-2026 .coupon-banner-text {
    font-size: 23px; }
  .promo-modal .offers-coupon-2026 .coupon-year {
    font-size: 34px; }
  .promo-modal .offers-coupon-2026 .theme-secondary-btn {
    height: 26px;
    line-height: 15px;
    font-size: 12px;
    padding: 4px 10px !important;
    max-width: 125px; }

  .register-counter-outer {
    padding: 15px 16px;
    border-radius: 10px; }

  .countdown_box b {
    width: 57px; }

  .pre-register-form .small-heading {
    font-size: 20px; }

  .home-offer-banner {
    font-size: 27px;
    margin-bottom: 35px; }

  .compare-info-head, .comparison-row, .comparison-body-row {
    width: 450px; }

  .pre-register-inner {
    padding: 40px 0; } }
@media screen and (max-width: 420px) {
  .promo-modal .offers-coupon-2026 .coupons-inner {
    padding: 15px 10px; }
  .promo-modal .offers-coupon-2026 .coupon-banner-text {
    font-size: 16px; }
  .promo-modal .offers-coupon-2026 .coupon-year {
    font-size: 28px; }
  .promo-modal .offers-coupon-2026 .theme-secondary-btn {
    height: 22px;
    line-height: 12px;
    font-size: 10px;
    padding: 4px 6px !important;
    max-width: 100px; } }
@media screen and (max-width: 360px) {
  .form-box {
    padding: 20px 15px; } }
@media all and (max-height: 500px) {
  .call-btn {
    bottom: 130px; } }
/* Mobile-only alignment */
@media (max-width: 575.98px) {
  #termsModal .modal-footer {
    justify-content: flex-start; } }
/* == Pricing Page Styles == */
.pricing-page-wrapper {
  /* Bottom Section */ }
  .pricing-page-wrapper .pricing-header {
    text-align: center;
    padding: 60px 0 40px; }
    .pricing-page-wrapper .pricing-header h1 {
      font-size: 3rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 1rem; }
    .pricing-page-wrapper .pricing-header p {
      font-size: 1.125rem;
      color: #64748b;
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.6; }
  .pricing-page-wrapper .plan-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative; }
    .pricing-page-wrapper .plan-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
      border-color: #DD0932; }
    .pricing-page-wrapper .plan-card.recommended {
      border: 2px solid #DD0932;
      z-index: 1; }
  .pricing-page-wrapper .recommended-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #DD0932;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap; }
  .pricing-page-wrapper .plan-icon {
    width: 48px;
    height: 48px;
    background: #fff1f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD0932;
    font-size: 1.5rem;
    margin-bottom: 24px; }
  .pricing-page-wrapper .plan-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px; }
  .pricing-page-wrapper .plan-trucks {
    font-size: 0.875rem;
    font-weight: 600;
    color: #DD0932;
    margin-bottom: 8px; }
  .pricing-page-wrapper .plan-tagline {
    font-size: 0.875rem;
    color: #64748b;
    font-style: italic;
    margin-bottom: 20px; }
  .pricing-page-wrapper .plan-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px; }
    .pricing-page-wrapper .plan-price span {
      font-size: 1rem;
      font-weight: 500;
      color: #64748b; }
  .pricing-page-wrapper .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1; }
    .pricing-page-wrapper .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 12px;
      font-size: 0.875rem;
      color: #334155; }
      .pricing-page-wrapper .feature-list li i {
        color: #DD0932;
        margin-top: 3px; }
      .pricing-page-wrapper .feature-list li .qty {
        background: #fff1f2;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: 600; }
  .pricing-page-wrapper .btn-choose {
    background: #004B76;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: 600;
    width: 100%;
    transition: background 0.2s; }
    .pricing-page-wrapper .btn-choose:hover {
      background: #054E78;
      color: #fff; }
  .pricing-page-wrapper .recommended .btn-choose {
    background: #DD0932; }
    .pricing-page-wrapper .recommended .btn-choose:hover {
      background: #ac0727; }
  .pricing-page-wrapper .includes-section {
    padding: 80px 0;
    background: #fff; }
    .pricing-page-wrapper .includes-section h2 {
      text-align: center;
      font-weight: 800;
      margin-bottom: 40px;
      color: #0f172a; }
  .pricing-page-wrapper .info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    gap: 20px;
    height: 100%; }
  .pricing-page-wrapper .info-icon {
    width: 40px;
    height: 40px;
    background: #fff1f2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD0932;
    font-size: 1.25rem;
    flex-shrink: 0; }
  .pricing-page-wrapper .info-content h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px; }
  .pricing-page-wrapper .info-content p {
    font-size: 0.875rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6; }
  @media (max-width: 768px) {
    .pricing-page-wrapper .pricing-header h1 {
      font-size: 2rem; } }

/* == Plan Checkout Redesign == */
.checkout-page-wrapper {
  background-color: #f8fafc;
  padding: 40px 0 80px;
  font-family: 'Inter', sans-serif; }
  .checkout-page-wrapper .checkout-breadcrumb {
    margin-bottom: 30px;
    font-size: 14px;
    color: #64748b; }
    .checkout-page-wrapper .checkout-breadcrumb span.active {
      color: #0f172a;
      font-weight: 600; }
    .checkout-page-wrapper .checkout-breadcrumb span:not(:last-child):after {
      content: '›';
      margin: 0 10px;
      color: #94a3b8; }
  .checkout-page-wrapper .dot-entry-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center; }
    .checkout-page-wrapper .dot-entry-card h2 {
      font-size: 24px;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 30px; }
    .checkout-page-wrapper .dot-entry-card .dot-input-group {
      margin-bottom: 20px; }
      .checkout-page-wrapper .dot-entry-card .dot-input-group input {
        width: 100%;
        padding: 14px 20px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        font-size: 16px;
        background-color: #f8fafc;
        text-align: left; }
        .checkout-page-wrapper .dot-entry-card .dot-input-group input:focus {
          border-color: #1e40af;
          outline: none;
          box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1); }
    .checkout-page-wrapper .dot-entry-card .btn-continue {
      width: 100%;
      padding: 14px;
      background-color: #1e40af;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s; }
      .checkout-page-wrapper .dot-entry-card .btn-continue:hover {
        background-color: #1e3a8a; }
    .checkout-page-wrapper .dot-entry-card .company-found-msg {
      text-align: left;
      margin-top: 15px;
      color: #ef4444;
      display: flex;
      align-items: center;
      font-size: 14px; }
      .checkout-page-wrapper .dot-entry-card .company-found-msg i {
        margin-right: 8px; }
      .checkout-page-wrapper .dot-entry-card .company-found-msg strong {
        margin-left: 5px; }
  .checkout-page-wrapper .checkout-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 24px; }
    .checkout-page-wrapper .checkout-section .section-header {
      background-color: #f8fafc;
      padding: 16px 24px;
      border-bottom: 1px solid #e2e8f0;
      display: flex;
      align-items: center; }
      .checkout-page-wrapper .checkout-section .section-header .section-number {
        width: 24px;
        height: 24px;
        background-color: #f43f5e;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
        margin-right: 12px; }
      .checkout-page-wrapper .checkout-section .section-header h3 {
        font-size: 18px;
        font-weight: 600;
        color: #1e293b;
        margin: 0; }
    .checkout-page-wrapper .checkout-section .section-body {
      padding: 24px; }
      .checkout-page-wrapper .checkout-section .section-body label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #475569;
        margin-bottom: 8px; }
      .checkout-page-wrapper .checkout-section .section-body input, .checkout-page-wrapper .checkout-section .section-body select {
        width: 100%;
        padding: 10px 16px;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        font-size: 15px;
        color: #1e293b;
        background-color: #f8fafc; }
        .checkout-page-wrapper .checkout-section .section-body input:focus, .checkout-page-wrapper .checkout-section .section-body select:focus {
          border-color: #1e40af;
          outline: none; }
        .checkout-page-wrapper .checkout-section .section-body input:disabled, .checkout-page-wrapper .checkout-section .section-body select:disabled {
          background-color: #f1f5f9;
          cursor: not-allowed; }
      .checkout-page-wrapper .checkout-section .section-body .form-group {
        margin-bottom: 20px; }
  .checkout-page-wrapper .order-summary-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    position: sticky;
    top: 20px; }
    .checkout-page-wrapper .order-summary-card h2 {
      font-size: 22px;
      font-weight: 700;
      color: #0f172a;
      margin-bottom: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .checkout-page-wrapper .order-summary-card h2 .change-plan-link {
        font-size: 14px;
        color: #f43f5e;
        font-weight: 600;
        text-decoration: none; }
        .checkout-page-wrapper .order-summary-card h2 .change-plan-link:hover {
          text-decoration: underline; }
    .checkout-page-wrapper .order-summary-card .plan-info-box {
      background-color: #fff1f2;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 24px; }
      .checkout-page-wrapper .order-summary-card .plan-info-box h4 {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 4px; }
      .checkout-page-wrapper .order-summary-card .plan-info-box .truck-range {
        font-size: 14px;
        color: #64748b;
        margin-bottom: 4px; }
      .checkout-page-wrapper .order-summary-card .plan-info-box .billing-cycle {
        font-size: 14px;
        color: #f43f5e;
        font-weight: 500; }
    .checkout-page-wrapper .order-summary-card .features-toggle {
      background: none;
      border: none;
      padding: 0;
      color: #f43f5e;
      font-weight: 600;
      font-size: 15px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
      .checkout-page-wrapper .order-summary-card .features-toggle i {
        margin-left: 8px;
        font-size: 12px;
        transition: transform 0.3s; }
      .checkout-page-wrapper .order-summary-card .features-toggle.collapsed i {
        transform: rotate(-90deg); }
    .checkout-page-wrapper .order-summary-card .summary-features-list {
      list-style: none;
      padding: 0;
      margin: 0 0 24px 0; }
      .checkout-page-wrapper .order-summary-card .summary-features-list li {
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        color: #64748b;
        margin-bottom: 10px; }
        .checkout-page-wrapper .order-summary-card .summary-features-list li i {
          color: #f43f5e;
          margin-right: 12px;
          font-size: 14px;
          margin-top: 3px; }
    .checkout-page-wrapper .order-summary-card .auto-renewal-info {
      display: flex;
      align-items: flex-start;
      margin-bottom: 16px;
      font-size: 15px;
      color: #0f172a; }
      .checkout-page-wrapper .order-summary-card .auto-renewal-info input[type="checkbox"] {
        margin-top: 4px;
        margin-right: 12px;
        accent-color: #f43f5e; }
      .checkout-page-wrapper .order-summary-card .auto-renewal-info .info-text {
        line-height: 1.4; }
        .checkout-page-wrapper .order-summary-card .auto-renewal-info .info-text i.fa-sync-alt {
          margin-right: 5px; }
        .checkout-page-wrapper .order-summary-card .auto-renewal-info .info-text i.info-icon {
          margin-left: 5px;
          color: #94a3b8;
          font-size: 14px;
          cursor: help; }
    .checkout-page-wrapper .order-summary-card .terms-agreed-info {
      display: flex;
      align-items: flex-start;
      margin-bottom: 24px;
      font-size: 15px; }
      .checkout-page-wrapper .order-summary-card .terms-agreed-info input {
        margin-top: 4px;
        margin-right: 12px; }
      .checkout-page-wrapper .order-summary-card .terms-agreed-info label {
        color: #0f172a;
        line-height: 1.4; }
        .checkout-page-wrapper .order-summary-card .terms-agreed-info label a {
          color: #f43f5e;
          text-decoration: none; }
          .checkout-page-wrapper .order-summary-card .terms-agreed-info label a:hover {
            text-decoration: underline; }
    .checkout-page-wrapper .order-summary-card .pricing-table {
      width: 100%;
      border-top: 1px solid #f1f5f9;
      padding-top: 16px;
      margin-bottom: 24px; }
      .checkout-page-wrapper .order-summary-card .pricing-table tr td {
        padding: 8px 0;
        font-size: 16px;
        color: #475569; }
        .checkout-page-wrapper .order-summary-card .pricing-table tr td:last-child {
          text-align: right;
          color: #0f172a;
          font-weight: 500; }
      .checkout-page-wrapper .order-summary-card .pricing-table tr.total-row td {
        padding-top: 16px;
        font-size: 20px;
        font-weight: 800;
        color: #0f172a; }
    .checkout-page-wrapper .order-summary-card .complete-purchase-btn {
      background-color: #ec4899;
      color: #fff;
      padding: 16px;
      border-radius: 12px;
      font-size: 18px;
      font-weight: 700;
      border: none;
      width: 100%;
      cursor: pointer;
      margin-bottom: 24px;
      transition: background 0.2s; }
      .checkout-page-wrapper .order-summary-card .complete-purchase-btn:hover {
        background-color: #db2777; }
      .checkout-page-wrapper .order-summary-card .complete-purchase-btn:disabled {
        background-color: #f472b6;
        cursor: not-allowed;
        opacity: 0.7; }
    .checkout-page-wrapper .order-summary-card .renewal-notice {
      font-size: 13px;
      color: #64748b;
      margin-bottom: 24px;
      line-height: 1.5; }
    .checkout-page-wrapper .order-summary-card .trust-badge {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .checkout-page-wrapper .order-summary-card .trust-badge .security-msg {
        font-size: 13px;
        color: #64748b;
        display: flex;
        align-items: center; }
        .checkout-page-wrapper .order-summary-card .trust-badge .security-msg i {
          margin-right: 8px; }
      .checkout-page-wrapper .order-summary-card .trust-badge .stripe-badge {
        height: 24px;
        opacity: 0.8; }

.same-address-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  cursor: pointer; }
  .same-address-check input {
    width: 18px;
    height: 18px;
    accent-color: #ed415a;
    cursor: pointer; }

/* Dashboard Responsive Styles */
@media (max-width: 767px) {
  .dash-wrapper {
    padding: 10px !important; }

  .dash-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important; }

  .sidebar {
    flex-direction: row !important;
    overflow-x: auto !important;
    padding: 10px 0 !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch; }
    .sidebar::-webkit-scrollbar {
      height: 4px; }
    .sidebar .section-label {
      display: none !important; }
    .sidebar .nav-item-customer {
      padding: 8px 15px !important;
      flex-shrink: 0; }

  .welcome-card {
    grid-template-columns: 1fr !important;
    text-align: center; }
    .welcome-card .welcome-left .welcome-meta {
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px; }
      .welcome-card .welcome-left .welcome-meta span {
        width: 100%;
        margin-bottom: 5px; }
    .welcome-card .officer-card {
      margin-top: 15px;
      min-width: unset !important; }

  .officer-info {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center; }
    .officer-info .ms-2 {
      margin-left: 0 !important;
      margin-top: 10px; }
    .officer-info .avatar {
      margin: 0 auto; }

  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important; }

  .compliance-row .d-flex.justify-content-between.align-items-center {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px; }
    .compliance-row .d-flex.justify-content-between.align-items-center .openUcrDetail, .compliance-row .d-flex.justify-content-between.align-items-center .openBiennialDetail {
      align-self: flex-end;
      margin-top: -30px; }

  #ucrDetailView .d-flex.align-items-center.gap-2, #biennialDetailView .d-flex.align-items-center.gap-2 {
    flex-direction: column;
    text-align: center; }
    #ucrDetailView .d-flex.align-items-center.gap-2 .icon-box, #biennialDetailView .d-flex.align-items-center.gap-2 .icon-box {
      margin-bottom: 10px; }
  #ucrDetailView .ms-auto, #biennialDetailView .ms-auto {
    margin-left: 0 !important;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 10px; }

  .biennial-detail-card .w-100.d-flex.align-items-center {
    flex-direction: column;
    text-align: center; }
    .biennial-detail-card .w-100.d-flex.align-items-center .ms-auto {
      overflow-x: auto;
      width: 100%;
      padding: 10px 0;
      justify-content: flex-start !important; } }

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