body {
  font-family: "poppins", sans-serif;
  overflow-x: hidden !important;
}

.container {
  /* max-width: 1360px !important; */
  max-width: 1204px !important;
}

html {
  scroll-behavior: smooth;
}

.hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  background: #275575;
}

select[readonly]
{
  pointer-events: none;
}

.hero-section-content .btn-primary {
  color: #fff;
  border-color: #007bff !important;
  background: #275575 !important;
  border: none;
  font-size: 16px;
  padding: 11px 35px;
}
.btn-primary {
  color: #fff;
  border-color: #007bff;
  background: #275575 !important;
  border: none;
  font-size: 14px;
  padding: 11px 16px;
}
.header-logo img {
  width: 45%;
  background: white;
  padding: 2px;
  border-radius: 10px;
}

.btn-primary:hover {
  background: #101b40;
  transition: 0.5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.btn-secondary {
  color: #fff;
  background: #003478;
  border: none;
  font-size: 14px;
  padding: 11px 21px;
}

.btn-secondary:hover {
  transition: 0.5s ease;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
      rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background: #d91324b5;
}

.btn.btn-outline-success {
  background: none;
  border: 1px solid white !important;
  color: #fff;
}

.btn.btn-outline-success:hover {
  background: #cbcbcb !important;
  border: 1px solid #cbcbcb !important;
  color: #000;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-brand img {
  width: 100px !important;
}

.top-header {
  background: #275575;
  padding: 10px 0;
}

.top-header-text a {
  color: #fff;
  font-size: 14px;
}

.top-header-social-cover ul {
  padding: 0;
  margin: 0;
}

.top-header-social-cover li {
  float: left;
  margin-left: 18px;
  list-style: none;
}

.top-header-social-cover {
  display: flex;
  justify-content: right;
}

.top-header-social-cover i {
  color: #fff;
  font-size: 17px;
}


#navbarSupportedContent {
  width: 117%;
}

/*.dropdown-menu.show {*/
/*    background: #003478;*/
/*    margin-top: -5px;*/
/*    border: none;*/
/*}*/
#city_rto_autocomplete,
#variant_autocomplete,
#make_autocomplete,
#model_autocomplete {
  text-transform: uppercase;
}

.navbar .nav-item .dropdown-menu a {
  color: #000;
  padding: 7px 18px;
}

.navbar .nav-item .dropdown-menu a:hover {
  color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #275575;
  color: #fff !important;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: none;
  }

  .navbar .nav-item:hover .nav-link {}

  .navbar .nav-item:hover .dropdown-menu {
      display: block;
  }

  .navbar .nav-item .dropdown-menu {
      margin-top: 0;
  }
}

.navbar .nav-item .dropdown-menu {
  margin-top: 0;
  background: #fff;
  margin-top: -8px;
  border: none;
  padding: 10px;
  left: -32px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*------------------------------
index page start
------------------------------*/
.header-top-social-cover {
  background: #f0f4f9;
  padding: 10px;
  padding-top: 12px;
}

.top-social-box ul {
  padding: 0px;
  margin: 0;
}

.top-social-box li {
  list-style: none;
  float: left;
  padding: 0px 18px;
  color: #003478;
}

.top-social-border {
  border-left: 1px solid #d6d6d6;
}

.top-social-borde-right {
  border-left: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.top-social-link ul {
  padding: 0;
  margin: 0;
}

.top-social-link li {
  list-style: none;
  float: left;
  padding: 0px 15px;
  font-size: 13px;
  font-weight: bold;
  color: #003478;
}

.top-social-link {
  float: right;
}

.header-contact-cover {
  padding: 15px 0px;
}

.header-contact-info a {
  color: #000;
}

.header-contact-icon {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #829bbd;
  border-radius: 50% 50% 50% 50%;
  height: 34px;
  width: 34px;
  text-align: center;
  color: #ff6953;
  font-size: 18px;
  padding-top: 2px;
}

.header-contact-cover button.btn.btn-primary i {
  font-size: 17px !important;
}

.header-contact-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 3px;
  color: #003478;
}

.header-contact-title {
  font-weight: bold;
  color: #7f99bb;
  font-size: 14px;
}

.header-contact-cover {
  margin-top: 11px;
  display: flex;
  justify-content: right;
}

.header-contact-border {
  padding-left: 30px;
}

.header-contact-border .header-contact-icon {
  padding-top: 2px;
  font-size: 20px;
}

.header-quote-btn {
  padding-top: 25px;
  text-align: right;
}

.header-contact-wraper {
  padding: 0px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-image: url(../images/slider-background.jpg) !important; */
  padding: 0px 0px;
}

.header-navbar {
  /* margin-top: 16px; */
  /* border-bottom: 2px solid #fff; */
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding: 0;
  width: 100%;
}

.header-logo img {
  width: 100%;
}

.bg-light {
  background-color: #fff;
  padding: 10px 0px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
  padding: 10px 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  padding: 10px 9px;
  /* font-weight: bolder; */
  font-size: 16px;
  border-bottom: 2px solid #dee6e9 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #028ecc !important;
  border-bottom: 2px solid #028ecc !important;
  border-radius: 0px !important;
}

.container.bottom_border i {
  font-size: 18px;
}

p.footer-mail a {
  color: #fff;
  font-size: 16px;
  margin-left: 6px;
}

/*slider section start*/
.slider-background {
  background-image: url("../images/banner_bg.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
  height: 575px;
  margin-top: -30px;
}

.carousel-item.active {
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
}

/*-------slider tabs section----------*/

.nav-link img {
  width: 50px;
}

.slider-form-wraper .card {
  padding: 20px !important;
  border: none;
  border-radius: 0.5rem;
}

.slider-form-wraper .card {
  padding: 0;
  border: none;
  border-radius: 0.5rem;
}

.slider-form-wraper a.active {
  border-bottom: 3px solid #003478;
}

.slider-form-wraper .nav-link {
  color: grey;
  font-weight: bold;
}

.slider-form-wraper .nav-pills {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 12px 5px;
  padding-top: 5px;
}

.slider-form-wraper .nav-link:hover {
  color: #003478;
}

.slider-form-wraper .nav-pills .nav-link.active {
  color: rgb(0, 52, 120);
  background-color: white;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}

.slider-form-wraper .nav-pills .nav-link {
  text-align: center;
}

.slider-tabs-label {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: bold;
  color: rgb(110, 110, 110);
}

.form-group.slider-tab-input-box {
  margin-bottom: 15px !important;
}

.slider-form-wraper p {
  margin-bottom: 8px;
  font-size: 13px;
}

.slider-slide {
  margin-top: 100px;
}

/*-------slider tabs section----------*/

/*slider section end*/

/*------------------------------
index page end
------------------------------*/

/*------------------------------
footer section start
------------------------------*/

p.copy-right-content {
  margin-top: 22px;
}

/*footer*/
.col_white_amrc {
  color: #fff;
}

footer {
  width: 100%;
  background-color: #767676;
  color: #003478;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
  /* margin-top: 15px; */
  /* background-image: url('../images/footer-back-2.jpg') !important; */
  /* margin-top: 95px; */
}

.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
}

footer p {
  font-size: 13px;
  color: #fff;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}

.footer_ul_amrc li a {
  color: #fff;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  padding-bottom: 20px;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}

.social_footer_ul li {
  padding-top: 10px;
  float: left;
}

.social_footer_ul li a {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 50%;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.footer-social-icons {
  margin-left: 15px;
}

.footer-address {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-top-contact {
  background-color: #003478;
  background-image: url(http://demo.themewinter.com/wp/instive/wp-content/uploads/2019/08/call-action-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 6px;
  padding: 27px;
  margin-top: 100px;
}

.footer-top-contact-number h3 {
  margin: 0;
  font-weight: bold;
  font-size: 23px;
}

.footer-top-contact-text-bold {
  font-weight: bold;
}

.copy-text-footer {
  margin: 0;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 1000;
}

.copy-text-footer a {
  color: #fff;
}

/*------------------------------
footer section end
------------------------------*/

/*------------------------------
insurance basic form
------------------------------*/

.basic-details-form-wraper {
  /*    background-image: linear-gradient(to right top, #65d9f6, #1eb0d45c, #66e8f4, #1eb0d45c, #76f6ee);*/
  padding: 25px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 25px;
}

.basic-detail-form-title h2 {
  font-weight: 700;
  font-size: 25px;
}

.basic-detail-form-title .subtext {
  font-weight: normal;
}

.basic-detail-form-title h4 {
  font-size: 18px;
}

.form-input-cover-small-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 3px;
  color: #000 !important;
}

.form-input-cover {
  margin-top: 20px;
}

.basic-form-select-icon .btn p {
  margin: 0px;
  font-size: 15px;
}

.basic-form-select-icon .btn {
  padding: 14px 23px;
  font-size: 16px;
  background: #fff;
  color: gray;
  width: 100%;
}

.basic-form-select-icon .btn.motor-type-select-box {
  background: -webkit-linear-gradient(45deg,
          rgba(27, 168, 211, 1) 0%,
          rgba(57, 241, 224, 1) 100%);
  padding: 14px 23px;
  padding: 14px 23px;
  font-size: 16px;
  color: #fff !important;
  width: 100%;
}

.motor-type-select-box p {
  color: #fff !important;
}

.motor-type-select-box i {
  color: #fff !important;
}

#motor-select-box {
  margin: 15px 0px;
  margin-bottom: 15px;
  margin-bottom: 9px;
}

element {}

#motor-select-box .btn {
  color: #000 !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.basic-form-select-icon .btn {
  padding: 14px 23px;
  font-size: 16px;
  background: #fff;
  color: gray;
  width: 100%;
}

.btn i {
  font-size: 24px !important;
}

#motor-select-box p {
  font-size: 12px !important;
}

#motor-select-box .btn {
  color: #000 !important;
}

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

.cashless-hospital-list {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control {
  height: calc(1.5em + 1rem + 2px); /* Customize to match your design */
}
textarea.form-control {
  height:auto;
}

.form-btn {
  margin-top: 26px;
}

.proposer-form-inputs {
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 0 !important;
}

/*------------------------------
insurance provider
------------------------------*/
.insurance-company-list-wrap ul {
  padding: 15px;
  margin: 0px;
  background: #f6f7fb;
  padding-bottom: 36px;
}

.insurance-company-list-wrap li {
  float: left;
  margin-left: 42px;
  font-size: 15px;
  list-style: none;
}

.insurance-company-title {
  font-weight: 700;
  font-size: 15px !important;
  color: #243a94 !important;
}

.insurance-company-details-title {
  background: #f6f7fb;
  padding: 15px;
  margin-top: 19px;
  border-radius: 6px;
  font-weight: 700;
  color: grey;
  font-size: 13px;
}

.insurance-company-detail-box-cover {
  padding: 25px 15px;
}

.insurance-company-detail-box {
  border-radius: 6px;
  box-shadow: 2px 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 1px 15px;
  font-size: 13px !important;
}

.insurance-company-detail {
  margin: 15px 0px;
}

.add-to-compare-check-cover {
  background: #fff;
  background: #f4f4f4;
  padding: 11px;
  text-align: right;
  border-radius: 6px;
}

.insurance-company-brochure {
  text-align: center;
}

.insurance-company-short-info {
  text-align: center;
}

.insurance-company-facility-btn-title {
  font-size: 12px;
  text-align: center;
  margin-top: 9px;
  font-weight: 700;
}

a.btn.btn-primary.create-premium-quote.premium-quote-compare-price-btn i {
  font-size: 17px !important;
  margin-left: 7px;
}

.service-provider-count-wrap {
  padding: 10px 0px;
  margin-top: 22px;
}

.service-provider-count-title {
  font-size: 15px;
}

.facility-custom-select-cover {
  box-shadow: 0 8px 6px -6px #d1d1d1;
  padding-bottom: 15px;
}

.facility-custom-top-up {
  text-align: center;
  padding-top: 10px;
}

.facility-quotation-title {
  font-size: 12px;
  margin-bottom: 15px;
}

.facility-custom-select- {
  color: #243a94;
  font-weight: bold;
  font-size: 14px;
}

.facility-custom-select-drop-title {
  color: #243a94;
  font-size: 14px;
  font-weight: 700;
}

/*------------------------------
insurance provider
------------------------------*/

/*------------------------------
proposer-details
------------------------------*/
.plan-amount-box li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 5px;
  color: #000 !important;
}

.plan-amount-box-cover ul {
  padding: 0;
}

.plan-amount {
  color: #fff;
  font-size: 14px;
}

.proposer-details-title h2 {
  /* font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  background: #003478;
  padding: 10px;
  color: #fff; */
  margin-top: 0;
  font-family: poppins;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 28px;
  color: #275575;

}

.form-control {
  font-size: 13px !important;
}

.preview-btn .btn.btn-primary {
  margin-left: 15px;
}

.preview-btn {
  padding-left: 16px;
}

.medical-history-box {
  margin-bottom: 15px;
}

.other-details-box ul {
  padding: 14px;
  margin-bottom: 0;
}

.other-details-box {
  background: #fff;
  padding: 16px;
  box-shadow: 0px 3px 12px 2px #eee;
  border-radius: 6px;
  margin-bottom: 10px;
}

.other-details-box li {
  font-size: 12px;
  margin-bottom: 5px;
  color: gray;
}

.payment-members-details-box {
  background: #fff;
  padding: 20px 14px;
  box-shadow: 0px 3px 12px 2px #eee;
  border-radius: 6px;
}

.payment-members-details-title {
  margin-bottom: 5px;
  font-size: 14px;
}

.payment-members-info-box {
  font-size: 14px;
  margin-bottom: 10px;
}

.payment-members-info-title {
  font-weight: 700;
  font-size: 14px;
  color: #003478;
}

.payment-members-details-box .form-input-cover-small-title {
  margin-bottom: 15px;
}

.payment-price-box {
  background: #f2f3f8;
  padding: 10px;
}

.payment-title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}

.payment-amount {
  text-align: right;
  font-weight: 700;
  margin-bottom: 10px;
}

.total-payment {
  background: #003478;
  padding: 0px 10px;
  padding-top: 0px;
  padding-top: 14px;
  color: #fff;
  margin-top: -13px;
  margin-bottom: 15px;
}

.payment-mode {
  font-size: 13px;
}

.payment-number-box {
  margin: 10px 0px;
}

/*------------------------------
index page
------------------------------*/

.quotes-circle-pointer {
  cursor: pointer;
}

.index-page-background {
  /*    background-image: url('../images/home-background.jpg')!important;*/
  background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
}

.big-title-span {
  color: #372f85;
  font-weight: 700;
}

.big-title {
  padding: 14px 0px;
}

.big-title h1 {
  font-size: 26px;
  font-weight: bold;
}

.borker-logo {
  padding-top: 30px;
}

.big-title p {
  margin-top: 10px;
}

.quotes-wraper {
  padding: 50px 0px;
}

.Quotes-icon-box {
  text-align: center;
  border-radius: 50%;
  padding: 15px;
  background: -webkit-linear-gradient(45deg,
          rgba(27, 168, 211, 1) 0%,
          rgba(57, 241, 224, 1) 100%);
  margin-bottom: 15px;
}

.home-login-box {
  border: 3px solid #36e9df;
  border-radius: 6px;
  font-weight: bold;
}

.quotes-icon-second-circle {
  margin-top: 15px;
}

.home-login-box p {
  margin: 0px;
  margin-bottom: 15px;
}

.quotes-box a:hover {
  text-decoration: none !important;
}

.quotes-box-title h1 {
  font-size: 27px;
  padding-bottom: 15px;
  font-family: "Original Surfer", cursive;
}

.quotes-box-title {
  padding-left: 30px;
}

.quotes-box {
  margin-bottom: 34px;
}

.Quotes-icon-box-title {
  color: #fff;
  margin-top: 10px;
}

.quotes-box-number {
  background: #f1f1f1;
  padding: 12px;
  border-radius: 6px;
}

.quote-img {
  border: 0;
  padding-top: 120px;
}

.home-login-wraper {
  padding: 50px 0px;
}

.home-login-btn-cover {
  margin-top: -45px;
  padding-left: 58px;
  text-align: center !important;
  font-weight: bold !important;
}

.home-login-btn-wraper {
  padding: 20px 0px;
}

.home-click-form-boxinput label {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #5a5959;
}

.home-click-form-boxinput {
  margin-bottom: 10px;
}

.home-click-form-policy {
  font-size: 11px;
}

.home-click-form-btn {
  text-align: center;
}

/*other members start*/
.other-members-border-box {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 6px 10px;
  font-size: 13px;
}

.input-group-field {
  width: 44%;
  text-align: center;
  margin: 0px 7px;
}

.button.hollow.circle {
  border: none;
  border-radius: 50%;
  padding: 4px 8px;
  background: #f2f3f8;
  color: gray;
}

.other-members-title-box {
  padding: 15px 12px;
  background: green;
  color: #fff;
  font-weight: bold;
}

.other-members-select-box {
  background: #f2f3f8;
  padding: 15px;
  padding-bottom: 1px;
}

.other-members-select-number {
  margin-bottom: 15px;
}

.health-insure-add-members-count .number input {
  width: 42%;
  text-align: center;
  margin: 0px 7px;
}

.health-insurance-btn.form-btn {
  margin-left: 15px;
}

.health-insurance-diseases-list ul {
  padding: 0;
}

.health-insurance-diseases-list li {
  list-style: none;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: white;
  color: #000;
}

.add-more-member-rel-title {
  margin-top: 8px;
}

.add-other-members-wraper {
  background-image: url("../images/doc-nurse.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
}

.background-color-test {
  background: #fff;
}

/*other members start*/

/*packag-tails-page-right-modal-start*/

.modal-body-right-details {
  padding: 23px 8px;
}

.right-modal-header {
  background: lightblue;
  padding: 20px 19px;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*
.modal-backdrop {
background-color: transparent;
}

*/
.modal-button-container {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.modal-dialog-right-side {
  background: #fff !important;
  width: 32% !important;
  animation-duration: 1s;
}

/*packag-tails-page-right-modal-end*/

/*=========================
motor section start
=========================*/

.page-wraper {
  padding: 50px 0px;
}

.motor-number-input {
  width: 89%;
  border-radius: 16px;
  border: 1px solid #c7c7c7;
  padding: 16px;
}

.vehical-number-btn {
  margin-top: 14px;
}

.required-policy-text {
  font-size: 14px;
  color: #474747;
  font-weight: normal;
}

.vehical-more-info-pop-box {
  font-size: 12px;
  padding: 15px 7px;
  margin-top: 3px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vehical-varient-boxes-control {
  height: 377px;
  overflow: scroll;
  overflow-x: hidden;
}

.motor-number-input-arrow i {
  font-size: 27px;
  margin-left: 17px;
}

.vehical-details-title {
  background: #24bfd7;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  border-radius: 5px;
}

.enter-vehical-detaild-box {
  background: #f6faff;
  padding: 18px;
  border-radius: 6px;
}

.vehical-details-modal-right-side {
  background: #fff !important;
  width: 59% !important;
  animation-duration: 1s;
}

.vehical-more-info-cover {
  padding: 10px;
  padding-top: 10px;
  padding-top: 0px;
}

.vehical-more-info-cover img {
  margin-bottom: 15px;
}

/*=========================
motor section end
=========================*/

/*=========================
Clients logo start
=========================*/
.clients-logo img {
  width: auto !important;
}

.clients-logo {
  display: flex;
  justify-content: center;
}

.topic-title h3 {
  font-weight: bold;
  color: #003478;
}

.clients-logo-cover {
  padding: 0px 0px;
  padding-top: 70px;
}

.topic-title {
  text-align: center;
  margin-bottom: 50px;
}

/*=========================
Clients logo end
=========================*/

/*=========================
insurance type
=========================*/
.insurance-type-icon {
  text-align: center;
}

.insurance-type-box h4 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #003478;
}

.insurance-type-icon img {
  width: 85%;
}

.insurance-type-box .col-9 {
  padding: 0px;
}

.insurance-type-text {
  color: rgb(110, 110, 110);
  font-size: 14px;
  margin-bottom: 10px;
}

.insurance-type-box {
  padding: 15px;
  background: #f3f3f375;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

/*=========================
insurance type
=========================*/

/*=========================
feedback section start
=========================*/
.feedback-profile {
  width: 100px;
  height: 100px;
  border: 5px solid #ececec;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.feedback-profile img {
  display: block;
  width: 100%;
}

.feedback-content {
  color: #fff;
  font-size: 15px;
}

.feedback-cover {
  background-image: url("../images/testimonials.psd.png") !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
  height: 368px;
}

#carouselExampleIndicators {
  /*    background-image: url('../images/feedback_bg_4.png') !important;*/
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
}

.feedback-desc-cover {
  margin-left: 58px;
  margin-top: 20px;
  padding-right: 92px !important;
}

.owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black !important;
  border-radius: 50%;
  font-weight: bold !important;
  background: #e7e7e7 !important;
  font-size: 25px !important;
}

.owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
  border-radius: 50%;
  font-weight: bold !important;
  background: #e7e7e7 !important;
  font-size: 25px !important;
}

.owl-prev i,
.owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}

.feedback-name h3 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

.feedback-banner img {
  margin-bottom: 17px;
}

/*=========================
feedback section end
=========================*/
.insurance-type-box a {
  color: #003478;
}

/*=========================
insurance company page start
=========================*/
.insurance-company-details-cover {
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.insurance-company-details-label {
  font-size: 12px;
  color: #7a869a;
}

.insurance-company-details-value {
  font-weight: bold;
  font-size: 13px;
}

.row.insurance-company-details-row {
  margin-bottom: 9px;
}

.insurance-company-details-facility {
  font-size: 12px;
}

.row.insurance-company-details-link-row .col-lg-2 {
  padding: 0;
}

.row.insurance-company-details-link-row {
  padding: 0px 11px;
}

.insurance-company-details-facility {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  color: #003478;
  margin-top: 10px;
}

.insurance-company-logo img {
  width: 100%;
}

.insurance-company-short-detail-box-cover {
  padding: 10px;
  background: #f6f7fb;
  border-radius: 6px;
  text-align: center;
}

.insurance-company-short-detail-select {
  font-size: 12px;
  background: #003478;
  padding: 4px 0;
  color: #fff;
  font-weight: bold;
}

.insurance-company-short-detail-top-cont {
  font-size: 12px;
}

.insurance-company-short-detail-center-cont {
  padding: 10px 0px;
  font-size: 11px;
}

.insurance-company-short-detail-box-wraper {
  padding: 15px;
}

.row.insurance-company-details-link-row {
  background: #f6f7fb;
  padding: 9px 0px;
  padding-top: 9px;
  padding-top: 0;
}

.insurance-company-details-facility-cover {
  padding: 5px 0px;
  margin: 0;
  margin-left: 0px;
  width: 100%;
  background: #f6f7fb;
  padding-left: 5px;
}

.insurance-company-details-facility-cover li {
  float: left;
  padding: 0;
  margin: 3px 15px;
  font-size: 12px;
}

.insurance-company-price-btn-cover {
  text-align: center;
}

.insurance-company-policy-details {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  margin-top: 13px;
}

.insurance-company-details-box {
  text-align: center;
}

.premium-breakup-modal-vehical-details img {
  width: 100%;
}

.premium-breakup-modal-vehical-short-details p {
  padding: 0px;
  margin: 0;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.premium-breakup-modal-vehical-short-details .row {
  width: 150% !important;
}

.premium-breakup-modal-title {
  text-align: center;
}

.premium-breakup-modal-header span {
  font-size: 48px;
}

.premium-breakup-modal-title h3 {
  font-weight: bold;
  font-size: 30px;
}

.premium-breakup-top-vehical-details-box {
  background: #f4f4f4;
  border-radius: 6px;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
}

.premium-breakup-modal-cover .modal-content {
  width: 150%;
  margin-left: -185px;
}

.premium-breakup-top-vehical-details-cover .col-lg-2 {
  padding: 6px;
}

.premium-breakup-top-vehical-details-title {
  background: #f4f4f4;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 1px solid;
  font-weight: bold;
}

.premium-breakup-top-vehical-details-box.premium-breakup-min {
  margin-top: 6px;
}

.premium-breakup-top-vehical-details-title-span {
  display: block;
  text-align: right;
  margin-top: -20px;
}

.premium-breakup-top-vehical-details-content-box {
  font-size: 14px;
  text-align: right !important;
  justify-content: right;
  margin-top: -22px;
  font-weight: normal;
  display: flex;
  justify-content: right;
}

.premium-breakup-top-vehical-details-content {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}

.premium-breakup-modal-info-box-cover {
  background: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 30px;
}

.premium-breakup-modal-info-box-title {
  color: #fff;
  background: #0c3e7d;
  border-radius: 5px 5px 0px 0px;
  padding: 8px;
  font-size: 16px;
}

.premium-breakup-top-vehical-details-cover .col-lg-3 {
  padding: 0 5px !important;
}

.premium-breakup-modal-info-box-content {
  font-size: 14px;
  padding: 7px 4px;
}

.premium-breakup-modal-info-box-details {
  background: #fff;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
      rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  border-radius: 0px 0px 5px 5px;
  padding: 0px 11px;
}

.premium-breakup-modal-info-box-details hr {
  padding: 0 !important;
  margin: 0;
}

.premium-breakup-payment-box-title {
  margin-bottom: 5px;
  font-size: 15px;
}

.premium-breakup-payment-box-cover {
  background: #f2fff8;
  border-radius: 6px;
  padding: 8px;
  border: 1px dashed #3bb896;
  overflow: hidden;
}

.premium-breakup-payment-box-value {
  text-align: right;
}

.row.premium-breakup-payment-final-pay {
  border-top: dashed 1px #010101;
  padding-top: 9px;
  font-size: 17px;
}

/*=========================
insurance company page end
=========================*/

/*=========================
motor payment form page start
=========================*/
.motor-understnd-list ul {
  padding: 0px 25px;
}

.motor-understnd-list li {
  font-size: 13px;
  color: #626262;
  font-weight: bold;
  margin-bottom: 17px;
}

/*=========================
motor payment form page end
=========================*/

/*pos login start*/

.pos-login-wraper .wrapper {
  overflow: hidden;
  max-width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #003478;
}

.pos-login-wraper .wrapper .title-text {
  display: flex;
  width: 209%;
}

.pos-login-wraper .wrapper .title {
  width: 50%;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pos-login-wraper .wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 5px;
}

.pos-login-wraper .slide-controls .slide {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.pos-login-wraper .slide-controls label.signup {
  color: #000;
}

.pos-login-wraper .slide-controls .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 5px;
  /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
  background-color: #42378f;
  background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pos-login-wraper input[type="radio"] {
  display: none;
}

.pos-login-wraper #signup:checked~.slider-tab {
  left: 50%;
}

.pos-login-wraper #signup:checked~label.signup {
  color: #fff;
  cursor: default;
  user-select: none;
}

.pos-login-wraper #signup:checked~label.login {
  color: #000;
}

.pos-login-wraper #login:checked~label.signup {
  color: #000;
}

.pos-login-wraper #login:checked~label.login {
  cursor: default;
  user-select: none;
}

.pos-login-wraper .wrapper .form-container {
  width: 100%;
  overflow: hidden;
}

.pos-login-wraper .form-container .form-inner {
  display: flex;
  width: 200%;
}

.pos-login-wraper .form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pos-login-wraper .form-inner form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.pos-login-wraper .form-inner form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}

.pos-login-wraper .form-inner form .field input:focus {
  border-color: #fc83bb;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}

.pos-login-wraper .form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

form .field input:focus::placeholder {
  color: #b3b3b3;
}

.pos-login-wraper .form-inner form .pass-link {
  margin-top: 5px;
}

.pos-login-wraper .form-inner form .signup-link {
  text-align: center;
  margin-top: 30px;
}

.pos-login-wraper .form-inner form .pass-link a,
.form-inner form .signup-link a {
  color: #fa4299;
  text-decoration: none;
}

.pos-login-wraper .form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
  text-decoration: underline;
}

.pos-login-wraper form .btn {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pos-login-wraper form .btn .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background-color: #42378f;
  background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
  border-radius: 5px;
  transition: all 0.4s ease;
}

.pos-login-wraper form .btn:hover .btn-layer {
  left: 0;
}

.pos-login-wraper form .btn input[type="submit"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

/*pos login start*/

/*/car-rto-section-start/*/
.car-insurance-main-cover {
  padding: 0px 70px;
}

.car-rto-box-inner {
  text-align: center;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.car-rto-city-name {
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 4px;
  /* border-radius: 6px; */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* border-radius: 86px; */
}

.car-rto-collaps .card {
  background: #f4f4f4;
  margin-top: 15px;
}

.car-rto-collaps .card ul {
  margin: 0;
  padding: 0;
}

.car-rto-serch-input-title {
  font-weight: bold;
}

.car-rto-serch-cover {
  margin-bottom: 20px;
  background-color: #003478;
  padding: 12px;
  font-weight: bold;
  color: #fff;
}

.btnrto {
  border: none;
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}

.card.card-body ul {
  padding: 0;
}

.card.card-body li {
  font-size: 12px;
}

.car-insurance-card-cover {
  padding: 20px;
  border-radius: 6px;
  position: sticky;
  top: 20px;
  width: 100% !important;
  color: #fff;
}

.car-insurance-edit-box {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.iconpt i {
  font-size: 21px;
  color: #b1342e;
}

.iconpt-light i {
  font-size: 21px;
  color: #b1342e8f;
}

.car-insurance-card-title h5 {
  margin-bottom: 22px;
  font-weight: bold;
}

.vehical-manufacture-box {
  text-align: center;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 25px 10px;
  border-radius: 34px !important;
  margin-bottom: 15px;
}

/* .vehical-manufacture-box:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #003478;
} */

.vehical-manufacture-box {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #fff;
}

/* .vehical-manufacture-box:hover .vehical-manufacture-name {
color: #000 !important;
border: 2px solid #fff;
} */

.vehical-manufacture-name {
  font-size: 13px;
  margin-top: 8px;
  font-weight: normal;
}

.vehical-model-name {
  font-size: 16px;
  color: #000 !important;
  font-weight: bold;
}

div#car-model-id a:hover {
  text-decoration: none;
}

.vehical-details-title-box {
  margin-top: 25px;
}

.vehical-manufacture-cover a {
  color: #000;
}

.vehical-manufacture-cover a:hover {
  text-decoration: none;
}

.vehical-model-name-box {
  border: none;
  outline: none;
  padding: 7px 16px;
  cursor: pointer;
  font-size: 18px;
}

/* .active-car-model,
.vehical-model-name-box:hover {
  background-color: #42689b;
  color: white !important;
  text-decoration: none;
} */

.list-vehicle-code.active {
  color: #0a6aa1;
}

.vehical-variant-name {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}

.city-rto-link a {
  color: #000;
}

.city-rto-link a:hover {
  color: #000;
  text-decoration: none;
}

.car-details-serch {
  /*    float: right;*/
}

.car-details-serch .form-control {
  width: 100%;
  margin: 0 auto;
  height: 44 px;
  border-radius: 24 px;
  box-shadow: inset 0 1px 4px 0 rgb(0 0 0 / 10%);
  padding: 0 35 px !important;
  font-size: 12px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: none;
  display: block;
  padding: 22px !important;
  border-radius: 13px !important;
}

.car-details-serch .form-control {
  height: 34px !important;
  /*    width: 340px !important;*/
}

.car-details-serch .btn.btn-success {
  height: 33.5px !important;
  padding-top: 5px;
  background-color: #b1342e !important;
  border: none;
}

.car-details-serch .btn.btn-success:hover {
  background-color: #b1342ee8 !important;
}

.car-details-serch .btn i {
  font-size: 17px !important;
}

.previous-policy-box-shadow {
  box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.15);
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #e6eaf2;
  background: #fff;
  margin-bottom: 12px;
}

.vehical-quote-box {
  padding: 6px !important;
  padding-bottom: 0px !important;
}

.quote-next-btnwrap {
  margin-top: -18px;
  margin-left: -15px;
}

.quote-all-detail-wrap {
  margin-top: -14px;
}

.vehical-quote-box ul.radio-check-cover {
  margin-top: 2px !important;
}

.vehical-modal-fuel-type-radio-title.radio-span.fule-type-left-border {
  border-left: 2px solid;
  padding-left: 17px;
}

.vehical-modal-fuel-type-radio-title.radio-span.fule-type-both-border {
  border-left: 2px solid;
  border-right: 2px solid;
  padding-left: 17px;
  padding-right: 17px;
}

.car-policy-more-detail {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  color: #003478;
}

.policy-more-detail-cover .car-policy-more-detail {
  margin-bottom: 2px;
  font-size: 14px;
}

label.car-policy-more-detail.radio-check-title {
  margin-right: 24px;
  color: #003478 !important;
}

.radio-check label {
  margin-bottom: 0px !important;
}

.radio-check li {
  list-style: none;
  float: left;
}

.radio-span {
  margin-left: 17px;
}

.radio-check ul {
  padding: 0;
}

.home-click-form-boxinput.previous-policy-box-shadow label {
  font-size: 14px !important;
  color: #343434;
  margin-bottom: 8px;
}

label.quote-more-info-label {
  font-weight: normal;
}

.input-group-append .btn.btn-success {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.car-isurance-rto-list-cover {
  background: #e5f7fa;
}

.car-isurance-rto-list-box ul {
  padding: 0 !important;
  display: flex;
  justify-content: start;
  margin: 0 0 10px 0;
  flex-wrap: wrap;
}

.car-isurance-rto-list-box li {
  text-align: center;
  cursor: pointer;
  padding: 11px 0;
  font-size: 20px;
  list-style-type: none;
  font-weight: bold;
  width: 14%;
  color: #000 !important;
}

.car-isurance-rto-list-box li:hover {
  color: #42689b;
}

.car-isurance-rto-list-box i {
  color: #003478;
  font-size: 12px;
}

.car-isurance-rto-list-li ul {
  display: flex;
  flex-wrap: wrap;
}

.car-isurance-rto-list-li li {
  padding: 0 10px;
  margin: 0px 16px;
  margin-bottom: 15px;
  list-style: none;
  background: red;
}

.rto-hide {
  display: none;
}

.rto p {
  font-weight: bold;
}

button.btn.car-insurance-page-previous {
  background: #d91324;
  padding: 11px 31px;
  color: #fff;
}

button.btn.car-insurance-page-next {
  background: #003478;
  padding: 11px 44px;
  color: #fff;
  margin-left: 15px;
}

div#car-manufacture-id a {
  color: #000;
  font-weight: bold;
}

div#car-manufacture-id a:hover {
  text-decoration: none;
}

/* 02-08-2021-changes-altaf */
.car-insurance-main-cover {
  padding: 0px 70px;
}

.car-rto-box-inner {
  text-align: center;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
}

/* .car-rto-city-name {
font-size: 16px;
margin-top: 10px;
box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.15);
padding: 10px 4px;
border-radius: 6px;
border: solid 1px #e6eaf2 !important;
} */

.car-rto-collaps .card {
  background: #f4f4f4;
  margin-top: 15px;
}

.car-rto-collaps .card ul {
  margin: 0;
  padding: 0;
}

.car-rto-serch-input-title {
  font-weight: bold;
}

.car-rto-serch-cover {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 4px;
  font-weight: bold;
  color: #003478;
  border-radius: 3px;
}

.btnrto {
  border: none;
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 86px !important;
  border: 2px solid #fff;
}

.activecar,
.btnrto {
  color: #003478 !important;
  border-radius: 16px;
  /* border: 2px solid #003478; */
  border-radius: 6px !important;
}

.activecar,
.btnrto:hover {
  /* background-color: #05e8ba;
background-image: linear-gradient(
315deg, #05e8ba 0%, #087ee1 74%); */
  /* color: #003478 !important; */
  /* border-radius: 16px; */
  /* border: 2px solid #003478; */
  /* border-radius: 86px; */
}

.car-rto-city-name.btnrto {
  /* border-radius: 86px !important; */
  /* border-color: 2px solid #d0d0d0 !important; */
}

.car-rto-city-name.btnrto.activecar {
  /* border-radius: 12px !important; */
}

.card.card-body ul {
  padding: 0;
}

.card.card-body li {
  font-size: 12px;
}

.car-insurance-card-cover {
  /*padding: 20px;*/
  border-radius: 6px;
  position: sticky;
  top: 20px;
  width: 100% !important;
}

.fix-sec {
  position: fixed;
  z-index: 999;
  max-width: 27% !important;
  right: 3%;
  background: #fff;
  top: 14% !important;
}

.fix-sec h5 {
  display: none !important;
}

.namestpwpin span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #003478;
  margin-bottom: 5px;
}

.namestpwpin {
  padding: 0px;
  font-size: 12px;
  margin: 0px;
  font-weight: none;
  line-height: 1.6;
  color: #000;
}

.namestpwpin.ng-binding span {
  font-size: 15px;
}

.namestpwpin.ng-binding #rto_city_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #make_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #model_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #variant_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #year_resultrto_city_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #year_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #policy_exp_result {
  color: #d91324;
  font-size: 14px;
}

.namestpwpin.ng-binding #more_info_result {
  color: #d91324;
  font-size: 14px;
}

.car-insurance-edit-box {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.iconpt i {
  font-size: 21px;
  color: #003478;
}

.iconpt-light i {
  font-size: 21px;
  color: #8888888f;
}

.car-insurance-card-title h5 {
  margin-bottom: 22px;
  font-weight: bold;
}

.vehical-manufacture-box {
  text-align: center;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 25px 10px;
  border-radius: 6px;
  margin-bottom: 15px;
}

/* .vehical-manufacture-box:hover {
  color: #fff !important;
  background-color: #42689b;
  border: 2px solid #003478;
} */

/* .trigger_model.vehical-manufacture-box.vehical-model-name-box.activecar {
  border: 2px solid #003478;
} */

.vehical-manufacture-name {
  font-size: 13px;
  margin-top: 8px;
  color: #000;
  font-weight: bold;
}

.vehical-model-name {
  font-size: 15px;
  color: #000;
  padding: 4px 0;
}

.vehical-model-name-box:hover .vehical-model-name {
  text-decoration: none;
  color: #000 !important;
}

.vehical-details-title-box {
  margin-top: 25px;
}

.vehical-manufacture-cover a {
  color: #000;
}

.vehical-manufacture-cover a:hover {
  text-decoration: none;
}

.vehical-model-name-box {
  border: none;
  outline: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 18px;
  border: 2px solid #fff;
}

/* .active-car-model,
.vehical-model-name-box:hover {
  background-color: #42689b;
  color: white !important;
} */

.trigger_variant.vehical-manufacture-box.vehical-model-name-box.activecar {
  border: 2px solid;
}

.vehical-variant-name {
  font-size: 15px;
  padding: 8px 0px;
  font-weight: bold;
  color: #000;
}

#car-variant-id a:hover {
  text-decoration: none;
}

.city-rto-link a {
  color: #000;
}

.city-rto-link a:hover {
  color: #000;
  text-decoration: none;
}

.car-details-serch {
  /*    float: right;*/
}

.car-details-serch .form-control {
  height: 34px !important;
  /*    width: 340px !important;*/
}

.car-details-serch .btn.btn-success {
  height: 33.5px !important;
  padding-top: 5px;
  background-color: #b1342e !important;
  border: none;
}

.car-details-serch .btn.btn-success:hover {
  background-color: #b1342ee8 !important;
}

.car-details-serch .btn i {
  font-size: 17px !important;
}

.previous-policy-box-shadow {
  box-shadow: 0px 0px 8px 0px rgba(121, 121, 121, 0.15);
  padding: 10px;
  border-radius: 6px;
  border: solid 1px #e6eaf2;
  background: #fff;
  overflow: hidden;
}

.manufacture-details-box-cover {
  margin-bottom: 12px;
  overflow: hidden;
  padding: 10px;
  border-radius: 6px;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  padding-top: 117px !important;
}

.car-policy-more-detail {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  color: #003478;
}

.home-click-form-boxinput.previous-policy-box-shadow label {
  font-size: 15px !important;
  color: #000 !important;
}

.input-group-append .btn.btn-success {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.car-isurance-rto-list-cover {
  padding: 10px;
  border-radius: 50px;
  background: transparent;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #071e54;
  -webkit-appearance: none;
  box-shadow: inset 3px 1px 8px 6px #bfc3cf, inset -3px -3px 0px #fff;
}

.car-isurance-rto-list-box i {
  color: #003478;
  font-size: 12px;
}

.car-isurance-rto-list-li ul {
  display: flex;
  flex-wrap: wrap;
}

.car-isurance-rto-list-li li {
  padding: 0 10px;
  margin: 0px 16px;
  margin-bottom: 15px;
  list-style: none;
  background: red;
}

.rto-hide {
  display: none;
}

.rto p {
  font-weight: bold;
}

button.btn.car-insurance-page-previous {
  background: #d91324;
  padding: 11px 31px;
  color: #fff;
}

button.btn.car-insurance-page-next {
  background: #003478;
  padding: 11px 44px;
  color: #fff;
  margin-left: 15px;
}

div#car-manufacture-id a {
  color: #000;
  font-weight: bold;
}

div#car-manufacture-id a:hover {
  text-decoration: none;
}

.voluntary-insurer-title label {
  margin-left: 5px !important;
}

.voluntary-insurer-title ul {
  background: #fff;
}

.voluntary-insurer-title li {
  break-after: avoid;
  margin-left: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #003478;
  color: #003478;
  padding: 6px;
  border-radius: 6px;
  float: left;
}

.addontabcontent {
  margin-top: 0px;
}

.voluntary-insurer-title {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-top: 12px;
  box-shadow: 2px 0px 8px 0 rgb(0 0 0 / 20%);
}

.voluntary-insurer-title p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-bottom: 5px;
  color: #243a94 !important;
  font-weight: bold;
}

.addon-radio {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-top: 5px;
  box-shadow: 2px 0px 8px 0 rgb(0 0 0 / 20%);
  position: absolute;
  z-index: 9;
  width: 150%;
  padding-left: 15px;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
}

.addon-radio ul {
  margin: 0;
  padding: 0;
}

.addon-radio li {
  list-style: none;
}

.voluntary-amount li {
  width: 100%;
  font-size: 13px;
  list-style: none;
  padding: 6px;
  margin-left: 0;
  margin-bottom: 15px;
  border: 1px solid #003478;
}

.voluntary-amount li:hover {
  width: 100%;
  font-size: 13px;
  list-style: none;
  padding: 6px;
  margin-left: 0;
  margin-bottom: 15px;
  border: 1px solid #003478;
  color: #fff;
  background: #003478;
}

.voluntary-insurer-amount-select {
  background: #003478 !important;
  color: #fff !important;
  width: 100%;
  font-size: 13px;
  list-style: none;
  padding: 6px;
  margin-left: 0;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #003478;
  text-align: center;
}

/* Style the addontab */

/* Change background color of buttons on hover */
.addontab button:hover {
  background-color: #ddd;
}

/* Create an active/current "addontab button" class */
.addontab button.active {
  background-color: #ccc;
}

/* Style the addontab content */
.addontabcontent {
  display: none;
}

/* Clear floats after the addontab */
.addonclearfix::after {
  content: "";
  clear: both;
  display: addontable;
}

.car-insurance-drop-title {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 2px 0 rgb(0 0 0 / 20%);
  padding: 10px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

span.car-insurance-drop-arrow {
  float: right;
}

span.car-required-policy-text {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.car-details-name {
  font-weight: bold;
  font-size: 13px;
  color: #242a6d;
  margin-bottom: 6px;
}

span.car-details-name-edit {
  border: 1px solid #242a6d;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 5px;
  background: #242a6d;
  color: #fff;
  cursor: pointer;
}

.car-details-box-content {
  font-size: 14px;
  margin-top: 6px;
  border-bottom: 1px solid #acacac;
  padding-bottom: 4px;
}

.compare-page-share .btn.btn-primary {
  font-size: 16px;
  padding: 5px 15px;
  margin-top: 14px;
}

.compare-page-share i {
  font-size: 17px !important;
}

.car-edtails-main-wrapper {
  margin-bottom: 20px;
  padding: 14px;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: solid 1px #e6efff;
}

.insurance-company-facility-title {
  font-size: 14px;
}

.col-lg-3.car-details-box-border {
  border: 2px solid #dbdbdb;
  border-top: none;
  border-bottom: none;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.car-insurance-compare-collaps-cover .card-header {
  padding: 9px;
  font-size: 15px;
}

.car-insurance-compare-collaps-cover .card-body {
  padding: 15px 4px;
  margin-bottom: 0;
  font-size: 13px;
}

.car-collaps-title {
  padding: 10px;
  font-weight: bold;
  color: #565656;
}

.car-collaps-check-box ul {
  margin: 0;
  padding: 0;
  padding-left: 11px;
}

.car-collaps-check-box li {
  list-style: none;
}

.car-insurance-compare-collaps-cover {
  max-height: 508px;
  overflow-y: auto;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.car-insurance-card-border {
  border: 1px solid #cdcdcd;
  background-color: #fff;
  border-top: none;
  position: absolute;
  z-index: 9999;
  width: 88%;
}

.car-insurance-left-single-accord {
  margin-bottom: 19px;
}

.car-insurance-company-details-title {
  background: #f0f4f9;
  padding: 15px;
  border-radius: 6px;
  font-weight: 700;
  color: #000;
  font-size: 13px;
}

.addons-check-details {
  text-align: left;
}

.addons-check-details ul {
  padding: 0;
}

.addons-check-details li {
  list-style: none;
}

.addons-check-details i.fa.fa-check {
  color: #0fd30f;
}

.addons-check-details i.fa.fa-times {
  color: red;
}

.insurance-company-details-main-cover.car-compare-page-title {
  margin-bottom: 14px;
}

.car-compare-result-box.insurance-company-detail-box {
  padding-bottom: 0px;
  padding-right: 30px;
}

.car-insurance-compare-collaps-cover .accordion .card:last-of-type {
  border: none !important;
}

.car-insurance-compare-collaps-cover .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  color: #000;
  border: 2px solid #32308d;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.car-insurance-premium-breakup {
  width: 104%;
  padding: 11px 0px;
}

.input-custom-label {
  /* font-size: 14px;
  color: #5a5959;
  font-weight: bold;
  margin-bottom: 4px; */
  color: #275575;
  font-size: 15px;
  font-weight: 500;
  font-family: poppins;
}

.plan-amount-box-cover.car-insurance-card-cover li {
  border-bottom: 1px solid;
  margin-bottom: 14px;
  padding-bottom: 7px;
}

span.plan-amount- {
  font-weight: bold;
  color: #003478;
}

.insurance-company-facility-logo img {
  width: 60%;
}

.insurance-company-facility-logo {
  text-align: center;
}

.policy-check-agreement li {
  list-style: none;
}

.payment-short-details ul {
  padding: 0;
}

.payment-short-details li {
  list-style: none;
  font-size: 15px;
}

span.payment-short-details-title {
  font-weight: bold;
  color: #003478;
}

.car-payment-page-logo img {
  width: 75%;
}

.car-compare-idv-result {
  font-size: 14px;
}

.car-premium-breacup-addon-list {
  font-size: 15px;
}

.car-premium-breacup-addon-list-cover {
  padding: 8px;
}

.custom-control-label::before,
.custom-control-label::after {
  top: 0.8rem !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
}

/*/car-rto-section-end/*/

/*/contact-rto-section-start/*/
.contact-form-inputs-cover .form-group {
  margin-bottom: 20px !important;
}

.contact-form-inputs-cover {
  margin-top: 30px;
}

.contact-form-cover label {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 5px 0px;
}

.contact-form-cover h3 {
  font-weight: bold;
  font-size: 21px;
}

.contact-form-cover {
  padding-top: 24px;
}

.contact-page-details-cover {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px 79px;
}

.contact-details {
  background: #003478;
  padding: 20px;
  color: #fff;
}

.contact-page-details-inner {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 34px;
  border-radius: 14px;
}

.contact-details h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 19px;
}

.contact-box {
  background: #fff;
  padding: 17px 15px;
  color: #000;
  margin-top: 11px;
  border-radius: 7px;
  text-align: center;
}

.contact-icon i {
  background: #e4e4e4;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  padding-top: 12px;
  font-size: 26px;
  color: #003478;
}

.contact-info {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
}

.contact-info a {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
}

/*/contact-page-section-end/*/

/* about-page-start */

.about-cont-card {
  background: #fff;
  height: 100%;
  border-radius: 33px;
  /* box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px,
      rgb(0 0 0 / 30%) 0px 1px 3px -1px; */
  text-align: center;
  /* border: 2px solid #5368b1; */
  margin-bottom: 15px !important;
}

.about-cont-card p {
  font-size: 15px;
  margin: 0;
}

.about-cont-card h3 {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: bold;
  background: #5368b1;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  height: 89%;
}

.about-us-content-cover h3 {
  font-size: 21px;
  font-weight: 600;
  color: #003478;
}

.about-us-content-cover li {
  list-style: none;
}

.about-us-content-cover i {
  color: #003478;
}

.about-us-content-cover ul {
  padding: 0;
}

.about-us-main-cover {
  padding-top: 46px;
}

/* about-page-end */

.coming-soon-middle-images {
  text-align: center;
}

.coming-soon-side-images {
  margin-top: 250px;
}

.coming-soon-top-image img {
  width: 32%;
}

.coming-soon-title img {
  width: 77%;
}

.coming-soon-logo img {
  width: 27%;
}

.coming-soon-bottom-image img {
  width: 35%;
}

.coming-soon-side-images img {
  width: 65%;
}

.coming-soon-main-wraper {
  margin-top: -45px;
}

.col-lg-6.top-social-borde-right.header-contact-border {
  display: none;
}

/* health insure section start */
.health-insure-members-box {
  text-align: center;
  box-shadow: 0px 0px 8px 0px rgb(121 121 121 / 15%);
  padding: 21px 0px;
  color: #000;
  border-radius: 6px;
  margin-bottom: 15px;
}

.health-insure-members-box img {
  width: 18%;
  margin-bottom: 5px;
}

.health-insure-members-box-cover a:hover {
  text-decoration: none;
}

.health-insure-members-box p {
  padding: 0;
  margin: 0;
}

.health-insure-add-members-health-check-cover label.form-check-label {
  width: 100%;
  padding: 8px 14px;
}

.health-insure-add-members-health-check-cover {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px,
      rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}

.health-insure-add-members-health-check-cover input#exampleCheck1 {
  margin-top: 13px;
  margin-left: -8px !important;
}

.health-insure-add-member-flyoutmodal button.close {
  color: #fff;
  font-size: 39px;
  margin-top: -8px;
}

div#health-insure-add-member-flyoutmodal {
  padding-right: 0px !important;
}

span.health-insure-add {
  float: right;
}

span.health-insure-add {
  float: right;
  width: 50%;
}

.health-insure-add .form-control {
  color: #495057 !important;
  background-color: #f2f2f2 !important;
  border: none !important;
}

.health-insure-add-members-count span.minus {
  background: #003478;
  color: #fff;
  padding: 0px 10px;
  border-radius: 9px;
  font-size: 23px;
  cursor: pointer;
}

.health-insure-add-members-count span.plus {
  background: #003478;
  color: #fff;
  padding: 0px 10px;
  border-radius: 9px;
  font-size: 23px;
  cursor: pointer;
}

.healt-insire-add-kids-box {
  border: 1px solid #5e6c84;
  padding: 6px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.healt-insire-add-kids-box-age .form-control {
  color: #495057 !important;
  background-color: #f2f2f2 !important;
  border: none !important;
}

.healt-insire-add-kids-box-container {
  padding: 10px 15px;
}

.healt-insire-add-kids-box-inner {
  padding-top: 10px;
  border-top: 1px solid #5e6c84;
}

.custom-minus {
  border: none;
  border-radius: 50%;
  padding: 4px 8px;
  background: #f2f3f8;
  color: gray;
}

.custom-plus {
  border: none;
  border-radius: 50%;
  padding: 4px 8px;
  background: #f2f3f8;
  color: gray;
}

.health-insure-add-members-health-check-cover .form-check-input {
  margin-top: 14px;
  margin-left: -8px;
}

.health-insure-add-members-modal-fix-btn button.btn.btn-primary {
  width: 100%;
}

.health-insure-add-members-modal-fix-btn {
  text-align: center;
  margin-top: 27px;
  position: sticky;
  bottom: 0;
  background: #dddddd;
  padding: 12px 15px;
}

.health-insure-members-title-cover {
  margin-bottom: 29px;
  background: #003478;
  padding: 12px 15px;
  color: #fff;
}

.health-insure-members-thin-title h4 {
  margin: 0;
  font-size: 20px;
}

.health-insure-members-title-underline {
  height: 3px;
  width: 12%;
  background: #d6292a;
  margin-top: 14px;
}

.health-right-plan-illness-content p {
  margin: 0;
  font-size: 15px;
}

p.health-insure-add-members-health-check-small {
  font-size: 14px;
  font-weight: 400;
  color: #505f79;
  margin: 0;
  margin-bottom: 8px;
}

.health-right-plan-illness-content {
  margin-bottom: 16px;
}

/* health insure right modal start */
.custom-modal-body-right-details {
  padding: 0px 14px;
}

.health-insure-add-member-flyoutmodal .modal-body-right-details {
  padding: 23px 0px;
  padding-bottom: 0px;
}

.health-insure-add-member-flyoutmodal .right-modal-header {
  background: #003478;
  padding: 20px 19px;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}

.health-insure-add-member-flyoutmodal .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

.health-insure-add-member-flyoutmodal .animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.health-insure-add-member-flyoutmodal .modal-button-container {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

.health-insure-add-member-flyoutmodal .modal-dialog-right-side {
  background: #fff !important;
  width: 28% !important;
  animation-duration: 1s;
}

.insurend-member-select-age-custom {
  background: #f0f4f9;
  padding: 15px;
}

.insurend-member-select-custom-age-list label {
  font-size: 16px;
}

.health-insure-members-box-cover {
  padding: 15px;
}

.health-insure-members-cover {
  margin-top: 50px;
}

/* health insure right modal end */

/* health insure section end */

/* home-features-tabs-start */
.home-features-tabs-cover .nav-tabs .nav-link.active {
  color: #003478;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px,
      rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  text-align: center;
  border: 2px solid #003478;
}

.home-features-tabs-cover .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background: white;
  color: #000;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  text-align: center;
  margin-bottom: 25px;
}

.feature-tabs-form-cover {
  background: #fff;
  padding: 19px;
  margin-top: 27px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 10px;
}

.tab-register-btn {
  text-align: center;
}

.pad {
  padding: 0px 15px;
  background: #d35120;
}

.col-lg-8.pad-margin {
  margin-top: -77px;
}

.row.home-features-tabs-back {
  /* background: #fcfcfc; */
  padding: 31px 0;
  /* background-image: url(../images/tab-features-back.png) !important;
background-size: cover!important;
background-repeat: no-repeat!important;
background-position: top!important;
background-size: cover!important; */
}

.feature-image-slider #carouselExampleIndicators {
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
}

.feature-image-slider {
  margin-top: 25px !important;
}

.home-feature-tabs img {
  width: 24%;
}

.row.home-features-tabs-back a {
  text-decoration: none;
}

.row.home-features-tabs-back a:hover {
  text-decoration: none;
}

.home-feature-tabs {
  border-radius: 0 px 40 px 0 px 0 px;
  background: #FFFFFF !important;
  /* box-shadow: rgb(0 52 120 / 8%) 0px -23px 25px 0px inset, rgb(162 162 162 / 15%) 0px -36px 30px 0px inset, rgb(41 41 41 / 10%) 0px -79px 40px 0px inset, rgb(255 255 255 / 6%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px; */
  padding: 25 px 10 px 20 px 10 px;
  min-height: initial;
  text-align: center;
  padding: 3px;
  border-radius: 8px;
  padding-bottom: 6px;
  /* background-image: url(../images/wave-back.png)!important; */
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  margin-bottom: 15px;

}

.home-feature-tabs-name {
  padding-top: 3px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

/* home-features-tabs-end */

ul.radio-check-cover {
  margin-top: 9px;
}

.car-previous-claim-select .form-control {
  padding: 0px !important;
  margin: -3px !important;
}

/*Wrapper*/
.wrapper {
  background-color: #fff;
  font-family: "Montserrat", sans-serif;
  position: relative;
}

/*Sentence*/
.sentence {
  color: #003478;
  font-size: 35px;
  font-weight: 600;
  font-family: ui-monospace;
  text-align: center;
}

.changing-text-wraper {
  /* background: #e4f7fe; */
  color: #fff !important;
  padding: 10px 0px;
  padding-bottom: 6px;
  margin-left: -102px;
}

/*Vertical Flip*/
.verticalFlip {
  display: inline;
}

.verticalFlip span {
  animation: vertical 12.5s linear infinite 0s;
  -ms-animation: vertical 12.5s linear infinite 0s;
  -webkit-animation: vertical 12.5s linear infinite 0s;
  color: #003478;
  text-decoration: underline;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.verticalFlip span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.verticalFlip span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.verticalFlip span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.verticalFlip span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

/*Vertical Flip Animation*/
@-moz-keyframes vertical {
  0% {
      opacity: 0;
  }

  5% {
      opacity: 0;
      -moz-transform: rotateX(180deg);
  }

  10% {
      opacity: 1;
      -moz-transform: translateY(0px);
  }

  25% {
      opacity: 1;
      -moz-transform: translateY(0px);
  }

  30% {
      opacity: 0;
      -moz-transform: translateY(0px);
  }

  80% {
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}

@-webkit-keyframes vertical {
  0% {
      opacity: 0;
  }

  5% {
      opacity: 0;
      -webkit-transform: rotateX(180deg);
  }

  10% {
      opacity: 1;
      -webkit-transform: translateY(0px);
  }

  25% {
      opacity: 1;
      -webkit-transform: translateY(0px);
  }

  30% {
      opacity: 0;
      -webkit-transform: translateY(0px);
  }

  80% {
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}

@-ms-keyframes vertical {
  0% {
      opacity: 0;
  }

  5% {
      opacity: 0;
      -ms-transform: rotateX(180deg);
  }

  10% {
      opacity: 1;
      -ms-transform: translateY(0px);
  }

  25% {
      opacity: 1;
      -ms-transform: translateY(0px);
  }

  30% {
      opacity: 0;
      -ms-transform: translateY(0px);
  }

  80% {
      opacity: 0;
  }

  100% {
      opacity: 0;
  }
}

.home-features-tabs-cover {
  /* background-image: url(../images/slider-back.jpg)!important; */
  padding: 20px 10px;
  background-size: cover !important;
}

.col.feature-extra-box {
  display: none;
}

.condition-wraper h3 {
  font-weight: bold;
  color: #303587;
  text-align: center;
  margin-bottom: 10px;
}

.condition-underline {
  background: #303587;
  height: 3px;
  width: 15%;
  margin: auto;
  margin-bottom: 31px;
}

.condition-wraper p {
  text-align: justify;
}

.clients-logo img {
  width: 34% !important;
}

/* about-start */

.about-main-wraper {
  /* background: #f3f6fb;
background-image: url(../images/top-about-bg.jpg) !important; */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.about-head-content-wrap {
  margin-top: 65px;
  margin-bottom: 100px;
  margin-left: 38px;
  color: #fff;
}

.about-head-content-wrap p {
  font-size: 21px;
  color: #000;
}

.about-company-history-title.list-group-item-heading-connect {
  margin-top: 52px;
}

.about-head-content-wrap h1 {
  color: #003478;
  font-weight: bold;
  margin-bottom: 30px;
}

.about-we-content h1 {
  font-weight: bold;
  color: #003478;
  margin-bottom: 30px;
}

.about-middle-content {
  margin-top: 70px;
}

.about-we-content {
  margin-top: 52px;
}

.about-feature-point-title {
  font-size: 25px;
  margin-bottom: 13px;
  color: #003478;
}

.home-section-2-image img {
  border-radius: 13px;
}

.about-feature-point-box {
  padding: 22px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  margin-bottom: 26px;
}

.about-feature-point-box p {
  margin: 0;
}

.about-company-history-wrap {
  margin-top: 70px !important;
  background-image: url(../images/about-bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 50px 0px;
}

.about-company-history-box-cover {
  background: #fff;
  padding: 28px;
  border-radius: 6px;
}

.about-company-history-title {
  margin-bottom: 23px;
}

.about-company-history-title h3 {
  font-size: 25px;
  color: #003478;
}

.about-content-image {
  text-align: center;
}

.health-medical-history-questions {
  width: 56%;
}

.health-medical-history-questions {
  width: 56%;
}

.health-compare-company-logo img {
  margin: 0px 0px;
  width: 85%;
  height: 56px;
}

 .health-quotation-number .facility-custom-select-title-cover {
      border: 2px solid #2b2b87;
      padding: 0px 15px;
      margin-bottom: 0;
      padding-bottom: 0px;
      border-radius: 5px;
  }

  .health-select-city-input.car-rto-serch-cover.vehical-details-title-box.car-insurance-strip {
      margin: 0px;
      /* margin-top: 15px; */
      margin-left: -79px;
      margin-top: -14px;
  }

  .health-facility-custom-select-cover.facility-custom-select-cover {
      box-shadow: 0 8px 6px -6px #d1d1d1;
      padding-bottom: 15px;
      /* margin-top: -65px; */
  }

  .health-insurance-company-broucher-cover .car-insurance-premium-breakup {
      padding: 0;
  }

  .health-insurance-company-broucher-cover a {
      font-weight: normal;
  }

  .health-add-to-compare-check-cover .insurance-company-brochure a {
      font-weight: bold;
      color: #003478;
      font-size: 12px;
  }

  .health-insurance-service-provider-count-wrap.service-provider-count-wrap {
      padding: 0;
      margin-top: 0;
  }

  a.insurance-compare-plan-price.btn.btn-primary.create-premium-quote {
      padding: 6px 19px;
  }

  .insurance-company-facility-title.img-icon img {
      width: 14%;
  }

  .health-compare-exclusive-gst.car-insurance-premium-breakup {
      padding: 0;
      margin-top: 7px;
      color: #003478;
      font-size: 11px;
      font-weight: bold;
  }

  .insurance-company-facility-btn {
      margin-top: -6px;
  }

  .car-compare-idv-result.insurance-company-facility-title.health-compare-policy-name {
      text-align: center;
  }

/* make claim section start */

.make-claim-main-wrap {
  background: #f0f7ff40;
  padding: 23px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.make-claim-form-wraper h1 {
  font-weight: bold;
  font-size: 26px;
  color: #003478;
  text-align: center;
}

.make-claim-input {
  margin-bottom: 15px;
}

.form-check.make-claim-no {
  margin-left: 39px;
}

.make-claim-ceckbox {
  padding-left: 15px;
  margin-bottom: 22px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.form-check.make-claim-check-box {
  background: white;
  padding: 8px 38px;
  font-size: 18px;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px, rgb(0 0 0 / 24%) 0px 1px 2px;
  border-radius: 4px;
  cursor: pointer;
}

.form-check-input.make-claim-radio {
  margin-top: 8px;
}

.form-check.make-claim-check-box.make-claim-check-box-active {
  background: #003478ba;
  color: #fff;
}

.make-claim-form-wraper p {
  font-weight: bold;
  font-size: 26px;
  color: #003478;
  text-align: center;
}

.make-claim-form-wraper img {
  width: 34%;
  margin-left: -20px;
}

.make-claim-support-title {
  font-weight: bold;
  font-size: 26px;
  color: #003478;
  margin-bottom: 30px;
  margin-top: -27px;
  text-align: center;
}

.pos-corner-questions-box {
  margin-bottom: 26px;
  padding: 11px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #003478;
}

.pos-corner-submit button#btn_submit {
  margin-bottom: 11px !important;
}

.pos-corner-back-main-wrap {
  background: #f0f7ff40;
  padding: 23px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  background: #f3f6fb;
  background-image: url(../images/pos-hand-shake.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.pos-corner-content {
  color: #003478;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 23px;
  text-align: center;
}

.pos-corner-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pos-corner-submit .form-group.slider-tab-input-box {
  text-align: center;
}

.premium_breakup_sub_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: -6px 0px 3px 0px;
}

/* make claim section end */

.vehical-varient-height-fix {
  height: 330px;
  padding: 0px 15px;
  overflow: scroll;
  overflow-x: hidden;
}

.vehicle-more-details-box.manufacture-details-box-cover {
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0px !important;
  border-radius: 0px !important;
}

.manufacture-tabs-details-wrap.vehical-more-details-select-row.previous-policy-box-shadow {
  padding-bottom: 0px;
}

:root {
  --code-color: darkred;
  --code-bg-color: #aaaaaa;
  --code-font-size: 14px;
  --code-line-height: 1.4;
  --scroll-bar-color: #c5c5c5;
  --scroll-bar-bg-color: #f6f6f6;
}

pre {
  color: var(--code-color);
  font-size: var(--code-font-size);
  line-height: var(--code-line-height);
  background-color: var(--code-bg-color);
}

::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.5);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--scroll-bar-color);
  border-radius: 20px;
  border: 3px solid var(--scroll-bar-bg-color);
}

/* home-new-ui-set */

.slider-quote-wraper {
  color: #fff;
  background: #fff;
  /* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px; */
  padding: 17px 0px;
  border-radius: 8px;
}

span.quote-tabs-title {
  padding-top: 9px;
  font-size: 22px;
  color: #fff;
}

.slider-main-wraper .hero__caption p {
  display: block;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.slider-main-wraper .hero__caption h1 {
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #000a2d;
  line-height: 1.2;
  display: block;
  font-family: "Lato";
  text-align: center;
}

.footer-about-content strong {
  font-weight: bold;
  color: #000;
}

.hero__caption_p p {
  display: block;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.hero__caption {
  padding-right: 19px;
  margin-top: 35px;
}

.slider-main-wraper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-image: url('../images/slider-background.jpg') !important; */
  padding: 50px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.quote-slider-content-cover {
  padding: 0px 62px !important;
  padding-top: 30px;
}

.home-about-caption h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #000a2d;
  line-height: 1.2;
  display: block;
  font-family: "Lato";
}

.home-about-caption {
  margin-top: 68px;
}

.home-service-wraper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/home-service-background.jpg) !important;
  padding: 70px 30px;
  margin-top: 115px;
}

.home-service-wraper-title h1 {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #000a2d;
  line-height: 1.2;
  display: block;
  font-family: "Lato";
}

.home-service-wraper-title {
  text-align: center;
}

.home-service-box {
  background: #fff;
  padding: 45px 15px;
  border-radius: 10px;
  box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px,
      rgb(0 0 0 / 30%) 0px 3px 7px -3px;
  text-align: center;
  height: 100%;
}

.home-service-box img {
  width: 35%;
}

.home-service-card a {
  color: #000;
}

.home-service-card a:hover {
  color: #000;
  text-decoration: none;
}

.home-service-box-title {
  font-family: "Lato";
  font-size: 26px;
  padding: 20px 0;
}

.home-service-card {
  margin-top: 70px;
}

.home-about-wraper {
  margin-top: 115px;
}

.home-about-wraper.home-secutiry-wrap {
  margin-bottom: 130px;
}

.header-logo {
  text-align: center;
  margin-top: 10px;
}

.home-about-caption ul {
  padding: 0;
}

.home-about-caption li {
  list-style: none;
  margin-bottom: 14px;
}

.features-tabs-border {
  /* border-right: 1px solid #6c6c6c; */
  border-radius: 0;
}

.home-feature-tabs-trans a:hover {
  text-decoration: none;
  margin-top: -10px;
}

.home-feature-tabs-trans:hover {
  margin-top: -4px !important;
  transition: 0.5s ease;
}

/* home-new-ui-set */

/* footer-start */

.footer-area {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* background-image: url("../images/footer-background.jpg") !important; */
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer-padding {
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-area .footer-bottom {
  padding-bottom: 50px;
  padding-top: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.footer-area .footer-logo {
  margin-bottom: 40px;
}

.footer-area .footer-tittle h4 {
  color: #000;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: poppins;
}

.footer-area .footer-tittle ul li {
  color: #000;
  margin-bottom: 15px;
  list-style: none;
}

.single-footer-caption.mb-30 {
  color: #000;
}

.footer-area .footer-tittle ul {
  padding: 0px;
}

.footer-area .footer-tittle ul li a {
  color: #000;
  font-weight: 300;
}

.footer-area .footer-bottom .footer-copy-right p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}

p.footer-about-content {
  font-size: 15px !important;
  width: 92%;
}

.f-right {
  float: right;
}

.footer-area .footer-social a {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-left: 16px;
}

.footer-social.f-right i {
  font-size: 21px;
}

p.footer-company-derails-p {
  margin: 0;
  margin-bottom: 4px;
}

/* footer-start */

.navbar-brand {
  width: 45% !important;
}


/* car varient section start */

#svg_wrap {
  display: none;
}


.get-car-variant-main-wrap #svg_form_time {
  height: 49px;
  max-width: 100%;
  margin: 40px auto 20px;
  display: block;
  margin-top: 0;
  margin-bottom: 18px;
}

.get-car-variant-main-wrap #svg_form_time circle,
#svg_form_time rect {
  fill: white;
}

.vehical-payment-wraper {
  margin-top: 15px;
}

.get-car-variant-main-wrap .button {
  background-color: rgb(0, 143, 203);
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.get-car-variant-main-wrap .disabled {
  display: none;
}

.get-car-variant-main-wrap section {
  max-width: 100%;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}


.get-car-variant-main-wrap input {
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
}

.get-car-variant-main-wrap p {
  margin-top: 0;
  font-family: poppins;
  font-weight: 500;
}

/* .car-varient-page-mian-wraper input {
  width: 100%;
  margin: 7px 0px;
    margin-left: 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
} */

.car-variant-existing-illness-cover input {
  width: auto !important;
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
}

.get-car-variant-main-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 19px;
  border-radius: 6px;
  margin-bottom: 45px;
  margin-top: 17px;
}

.car-variant-tabs-title {
  font-size: 22px;
}

.car-variant-select-box {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.car-variant-select-box img {
  width: 18%;
}

.car-variant-select-box p {
  margin: 0;
  text-align: center;
  margin-top: 9px;
  font-size: 17px;
}

.car-variant-select-box span {
  margin-left: 5px;
  font-size: 14px;
}

.car-variant-boxes-wraper a {
  color: #000;
}

.car-variant-boxes-wraper a:hover {
  text-decoration: none;
}

.car-variant-box-active {
  outline:2px solid #275575 !important;
  background: #f5f6fe;
}

.car-variant-select-box.car-variant-boxes-wraper {
  padding: 6px;
  border: none !important;
  margin-top: 5px;
}

.car-variant-select-box.car-variant-boxes-wraper .form-group {
  margin: 0;
  margin-bottom: 5px;
}

.car-variant-select-box.car-variant-boxes-wraper .form-control {
  height: 36px;
}

.car-variant-select-box.car-variant-boxes-wraper label {
  font-size: 15px;
  margin: 0;
  margin-bottom: 5px;
}

.car-variant-select-box.car-variant-select-city img {
  width: 30%;
}

.car-variant-select-box.car-variant-select-city {
  padding-bottom: 11px !important;
}

.car-variant-tabs-title .form-control {
  width: 75%;
  margin-left: 47px;
}

.car-variant-select-pincode .form-control {
  height: 51px !important;
  border-color: #101d62;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 44, 128, 0.212);
}

.car-variant-existing-illness-cover {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  margin-bottom: 12px;
  height: 100% !important;
  padding: 6px;
}

.car-variant-existing-illness-cover p {
  margin-bottom: 0;
  padding-left: 13px;
  font-size: 14px;
}

.car-variant-existing-illness-cover .form-check-label {
  margin-left: 24px;
  color: #275575;
  font-size: 17px;
  font-family: poppins;
}

.car-variant-existing-illness-cover .form-check-label {
  margin-left: 12px;
}

.form-check-input.existing-illness {
  margin-left: -12px;
}

.car-variant-right-plan-illness-check-box {
  height: 91% !important;
}

.car-variant-previous-btn {
  background: #e8e8e87a !important;
  color: #000 !important;
}





.car-manufacture-boxes-wraper a {
  color: #000;
}

.car-manufacture-select-box {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 8px 0px;
  padding-bottom: 11px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.car-manufacture-boxes-wraper a:hover {
  color: #000;
  text-decoration: none;
}

.car-manufacture-select-box.car-variant-select-manufacture p {
  margin: 0;
  margin-bottom: 9px;
}

.car-manufacture-box-active {
  border: 2px solid #275575 !important;
  background: #f5f6fe;
  text-align: center;
  border-radius: 5px;
}

.car-variant-manufacture-wraper a {
  color: #000;
}

.car-variant-manufacture-wraper a:hover {
  color: #000;
  text-decoration: none;
}

.car-manufacture-select-box.car-variant-select-manufacture img {
  width: 27%;
}

.car-variant-manufacture-box.car-variant-select-city.car-manufacture-box-active img {
  width: 27%;
}

.car-manufacture-select-box.car-manufacture-select-city {
  padding-bottom: 11px !important;
}

.car-manufacture-select-box.car-manufacture-select-city img {
  width: 30%;
}

.car-manufacture-select-box span {
  margin-left: 5px;
  font-size: 14px;
}

.car-variant-boxes-outer-wraper a {
  color: #000;
}

.car-variant-boxes-outer-wraper a:hover {
  color: #000;
  text-decoration: none;
}

.car-modal-select-box {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
}

.car-modal-select-box.car-variant-select-modal p {
  margin-bottom: 8px;
}

.car-variant-modal-box.car-variant-select-model.car-modal-box-active {
  border: 2px solid #275575 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
  background: #f5f6fe;
}

.car-variant-modal-box.car-variant-select-model.car-modal-box-active p {
  margin-bottom: 8px;
}

.vehical-modal-select-box.vehical-variant-select-modal {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}

.vehical-modal-select-box.vehical-variant-select-modal p {
  margin-bottom: 8px;
}


.vehical-variant-select-modal.vehical-modal-box-active {
  border: 2px solid #275575 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
  background: #f5f6fe;
  font-size: 15px;
}

.vehical-variant-select-modal.vehical-modal-box-active p {
  margin-bottom: 8px;
  font-weight: normal !important;
}



.vehical-year-select-box.vehical-variant-select-year {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}

.vehical-year-select-box.vehical-variant-select-year p {
  margin-bottom: 8px;
}


.vehical-variant-select-year.vehical-year-box-active {
  border: 2px solid #275575 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 11px;
  padding-bottom: 0;
  margin-bottom: 10px;
  text-align: center;
  background: #f5f6fe;
  font-size: 15px;
}

.vehical-variant-select-year.vehical-year-box-active p {
  margin-bottom: 8px;
  font-weight: normal !important;
}

.vehical-city-rto-box {
  background: #e9ebff;
  padding: 16px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 10px;
  border: 1px solid #275575;
  padding-bottom: 0px;
}

.vehical-city-rto-number {
  margin-bottom: 15px;
}

.vehical-compare-page-wraper {
  margin-top: 11px;
}

.addons-section-title-wraper {
  background: #f1f1f1;
  margin: 15px 0px;
  padding: 13px;
  font-size: 17px;
  color: #275575;
}

.vehcial-details-share-btn-spa {
  float: right;
  margin-top: -26px;
}

.vehcial-details-share-btn-spa .compare-page-share .btn.btn-primary {
  font-size: 16px;
  padding: 1px 13px;
  margin-top: 19px;
  background: #275575;
  color: #fff;
}


.car-insurance-compare-collaps-cover .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 32%;
  font-size: 13px;
  padding: 0 !important;
  text-align: center;
}

.car-insurance-compare-collaps-cover .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background: white;
  color: #275575;
  padding: 9px 4px;
  font-weight: bold;
  font-family: poppins;
}

.car-insurance-compare-collaps-cover .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #275575;
  border-color: #dee2e6 #dee2e6 #fff;
  padding-top: 12px !important;
}

.insurance-company-list-wrap ul {
  padding: 15px;
  margin: 0px;
  background: #f6f7fb;
  padding-bottom: 36px;
}

.addons-check-cover ul {
  padding: 0 20px;
  margin-top: 15px;
}

.addons-check-cover li {
  list-style: none;
}

.btn-yell {
  background: #ef9c2b;
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 11px 21px;

}

.insurance-company-list-wrap li {
  float: left;
  margin-left: 42px;
  font-size: 15px;
  list-style: none;
}

.insurance-company-title {
  font-weight: 700;
  font-size: 15px !important;
  color: #243a94 !important;
}

.insurance-company-details-title {
  background: #f6f7fb;
  padding: 15px;
  margin-top: 19px;
  border-radius: 6px;
  font-weight: 700;
  color: grey;
  font-size: 13px;
}

.vehical-addon-select-cla {
  padding: 5px 36px !important;
}


/* car varient section end */


/* get-quote-section-start */


.get-quote-main-wrap #svg_form_time {
  height: 49px;
  max-width: 100%;
  margin: 40px auto 20px;
  display: block;
  margin-top: 0;
  margin-bottom: 18px;
}

.get-quote-main-wrap #svg_form_time circle,
#svg_form_time rect {
  fill: white;
}

.get-quote-main-wrap .button {
  background: rgb(237, 40, 70);
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.get-quote-main-wrap .disabled {
  display: none;
}

.get-quote-main-wrap section {
  max-width: 100%;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}


.get-quote-main-wrap input {
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
}

.get-quote-main-wrap p {
  margin-top: 0;
}

.get-quote-main-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 19px;
  border-radius: 6px;
  margin-bottom: 45px;
}

.quote-tabs-title {
  font-size: 22px;
}

.quote-select-box {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 11px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.quote-select-box img {
  width: 18%;
}

.quote-select-box p {
  margin: 0;
  text-align: center;
  margin-top: 9px;
  font-size: 17px;
}

.quote-select-box span {
  margin-left: 5px;
  font-size: 14px;
}

.quote-boxes-wraper a {
  color: #000;
}

.quote-boxes-wraper a:hover {
  text-decoration: none;
}

.quote-box-active {
  border: 2px solid #275575 !important;
  background: #f5f6fe;
}

.quote-select-box.quote-boxes-wraper {
  padding: 6px;
  border: none !important;
  margin-top: 5px;
}

.quote-select-box.quote-boxes-wraper .form-group {
  margin: 0;
  margin-bottom: 5px;
}

.quote-select-box.quote-boxes-wraper .form-control {
  height: 36px;
}

.quote-select-box.quote-boxes-wraper label {
  font-size: 15px;
  margin: 0;
  margin-bottom: 5px;
}

.quote-select-box.quote-select-city img {
  width: 30%;
}

.quote-select-box.quote-select-city {
  padding-bottom: 11px !important;
}

.quote-tabs-title .form-control {
  width: 75%;
  margin-left: 47px;
}

.quote-select-pincode .form-control {
  height: 51px !important;
  border-color: #101d62;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 44, 128, 0.212);
}

.quote-existing-illness-cover {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  margin-bottom: 12px;
  height: 100% !important;
  padding: 6px;
}

.quote-existing-illness-cover p {
  margin-bottom: 0;
  padding-left: 13px;
  font-size: 14px;
}

.quote-existing-illness-cover .form-check-label {
  margin-left: 24px;
  color: #275575;
  font-size: 15px;
  font-weight: bold;
  font-family: poppins;
}

.quote-existing-illness-cover .form-check-label {
  margin-left: 12px;
}

.form-check-input.existing-illness {
  margin-left: -12px;
}

.quote-right-plan-illness-check-box {
  height: 91% !important;
}

.quote-previous-btn {
  background: #e8e8e87a !important;
  color: #000 !important;
}

/* get-quote-section-end */

/*** 
=============================================
  Footer area style
=============================================
***/
.footer-area {
position: relative;
background: #030523;
padding: 70px 0 65px;
}
.single-footer-widget .footer-logo {
padding: 0 0 32px;
}
.single-footer-widget .our-info {
overflow: hidden;
}
.single-footer-widget .our-info p {
margin: 0 0 26px;
color: #eef2ff;
font-size: 15px;
font-weight: 400;
line-height: 26px;
}

.single-footer-widget .footer-contact-info {
overflow: hidden;
padding: 0;
}
.single-footer-widget .footer-contact-info li {
position: relative;
padding-left: 35px;
padding-bottom: 13px;
}
.single-footer-widget .footer-contact-info li:last-child{
padding-bottom: 0;
}
.single-footer-widget .footer-contact-info li .icon-holder {
position: absolute;
top: 1px;
left: 0;
color: #fff;
}
.single-footer-widget .footer-contact-info li .icon-holder span:before {
color: #275575;
font-size: 15px;
line-height: 16px;
}
.single-footer-widget .footer-contact-info li .icon-holder span.map-marker:before {
position: relative;
top: 3px;
}
.single-footer-widget .footer-contact-info li .text-holder {}
.single-footer-widget .footer-contact-info li .text-holder h5 {
color: #eef2ff;
font-size: 15px;
font-weight: 400;
line-height: 24px;
font-family: 'Open Sans', sans-serif;
}
.single-footer-widget .footer-social-links {
overflow: hidden;
margin: 22px 0 0;
padding: 0px;
}

.footer-social-links li {
width: 33px;
background: #275575;
float: left;
margin: 0;
padding: 0;
list-style: none;
margin-left: 5px;
text-align: center;
height: 33px;
padding-top: 5px;
border-radius: 50%;
}

.single-footer-widget .title {
display: block;
overflow: hidden;
position: relative;
padding-bottom: 40px;
}
.single-footer-widget .title .border{
width: 70px;
height: 1px;
margin: 12px 0 0;
background: #5265a0;
display: block;
}
.single-footer-widget .title h3 {
color: #ffffff;
font-size: 19px;
font-weight: 400;
text-transform: capitalize;
line-height: 30px;
line-height: 30px;
font-family: poppins;
}

.single-footer-widget.mar-lft{
margin-left: 60px;
}
.single-footer-widget .usefull-links {
display: block;
margin-top: -2px;
padding: 0;
}
.single-footer-widget .usefull-links li{
margin-bottom: 10px;  
position: relative;
font-size: 12px;
list-style: none;
}
.single-footer-widget .usefull-links li:last-child{
margin-bottom: 0px;  
}
.single-footer-widget .usefull-links li a {
color: #eef2ff;
font-size: 15px;
font-weight: 400;
transition: all 700ms ease;
}
.single-footer-widget .usefull-links li a i{
display: inline-block;
font-size: 16px;
padding-right: 9px;
}


.single-footer-widget .latest-news {
overflow: hidden;
display: block;
margin-top: -4px;
}
.single-footer-widget .latest-news li {
display: block;
margin-bottom: 17px;
}
.single-footer-widget .latest-news li:last-child{
margin-bottom: 0;
}
.single-footer-widget .latest-news li h4 {
margin: 0 0 3px;
}
.single-footer-widget .latest-news li h4 a{
color: #eef2ff;
font-size: 16px;
font-weight: 400;
line-height: 28px;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget .latest-news li h4 a:hover{
color: #275575;    
}
.single-footer-widget .latest-news li span{
color: #eef2ff;
font-size: 15px;
font-weight: 400;
}
.single-footer-widget .latest-news li span i{
display: inline-block;
padding-right: 9px;
color: #275575;
}

.single-footer-widget .newsletter-box {
margin-top: -3px;
}
.single-footer-widget .newsletter-box p{ 
color: #eef2ff;
font-size: 15px;
font-weight: 400;
margin: 0 0 18px;
}
.single-footer-widget .newsletter-box .newsletter-form {
position: relative;
overflow: hidden;
display: block;
}

.single-footer-widget .newsletter-box form.newsletter-form {
position: relative;
margin-top: 15px;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
background: #ffffff;
border: 1px solid #ffffff;
color: #222;
display: block;
font-size: 14px;
font-weight: 500;
height: 45px;
letter-spacing: 1px;
padding-left: 50px;
padding-right: 15px;
position: relative;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
width: 100%;
}
.single-footer-widget .newsletter-box form.newsletter-form button {
background: #275575 none repeat scroll 0 0;
color: #ffffff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
display: block;
height: 45px;
padding: 9px 0;
text-align: center;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
width: 100%;
margin-top: 20px;
font-family: 'Poppins', sans-serif;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
border: 1px solid #ffffff;
background: #F4F4F4;
color: #000;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus + button, 
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
background: #e1622f none repeat scroll 0 0;
color: #fff;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope {
position: absolute;
top: 13px;
left: 0;
width: 40px;
height: 20px;
display: block;
text-align: center;
border-right: 1px solid #ddd;
}
.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
color: #47588f;
font-size: 14px;
display: block;
line-height: 18px;
}
.single-footer-widget .newsletter-box h5{
color: #eef2ff;
font-size: 15px;
font-weight: 400;
line-height: 26px;
font-family: 'Open Sans', sans-serif;
margin-top: 22px;
}
.single-footer-widget .newsletter-box h5 i{
display: inline-block;
padding-right: 8px;
}


/*** 
=============================================
Footer bottom area style
=============================================
***/
.footer-bottom-area{
background: #fff;
padding: 20px 0;
}
.footer-bottom {
overflow: hidden;

}
.footer-bottom .copyright-text {
margin: 0px 0;
}
.footer-bottom .copyright-text p {
color: #eef2ff;
font-size: 15px;
font-weight: 400;
margin: 0;
font-family: 'Poppins', sans-serif;
line-height: 26px;
}
.footer-bottom .copyright-text p a {
color: #275575; 
font-weight: 600;
transition: all 500ms ease;
}
.footer-bottom .copyright-text p a:hover{
color: #eef2ff;
}

.footer-bottom .footer-menu{}
.footer-bottom .footer-menu ul li{
display: inline-block;
float: left;
/* margin-right: 25px; */
}
.footer-bottom .footer-menu ul li:last-child{
margin-right: 0px;
}
#275575 .footer-bottom .footer-menu ul li a {
color: #eef2ff;
font-size: 15px;
font-weight: 400;
transition: all 500ms ease; 
}
.footer-bottom .footer-menu ul li a:hover{
color: #275575;
}


.feature-points-box img {
width: 50px;
margin-bottom: 10px;
}

.header-contact-wraper {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #dee6e9;
  padding: 9px 0;
}

.feature-points-box {
text-align: center;
/* border: solid 2px #275575 !important; */
padding: 9px 0;
border-radius: 5px;
height: 100%;
/* background-color: #bf3a30;
background-image: linear-gradient(315deg, #bf3a30 0%, #864ba2 74%); */
}

.home-feature-cover h2 {
font-size: 42px;
margin-bottom: 30px;
text-align: center;
font-weight: bold;
font-family: poppins;
color: #000;
}


.home-feature-cover .col-lg-2 {
margin-bottom: 25px;
}

.home-feature-cover a {
color: #000;
}

.home-insurance-type-wraper {
padding-top: 74px;

}

.feature-points-box-first{
  /* background-color: #fe545214; */
  /* background-image: linear-gradient(315deg, #fe5452 0%, #f9a9a8 74%); */
}

.feature-points-box-sec{
  /* background-color: #8aca264f; */
  /* background-image: linear-gradient(315deg, #8aca26 0%, #def9b5 74%); */
}

.feature-points-box-third{
  /* background-color: #4366f41c; */
  /* background-image: linear-gradient(315deg, #4366f4 0%, #c1cdff 74%); */
}

.feature-points-box-fourth{
  /* background-color: #fcc73d66; */
  /* background-image: linear-gradient(315deg, #fcc73d 0%, #ffebb9 74%); */
}

.feature-points-box-fifth{
  /* background-color: #8932cd33; */
  /* background-image: linear-gradient(315deg, #8932cd 0%, #e3c3fc 74%); */
}

.feature-points-box-sixth{
  /* background-color: #1bc8c538; */
  /* background-image: linear-gradient(315deg, #1bc8c5 0%, #cafbfa 74%); */
}

.feature-points-box-seventh{
  /* background-color: #be39513d; */
  /* background-image: linear-gradient(315deg, #be3951 0%, #f5aab8 74%); */
}

.feature-points-box-eighth{
  /* background-color: #3cb3885e; */
  /* background-image: linear-gradient(315deg, #3cb388 0%, #a9ecd4 74%); */
}

.feature-points-box-ninth{
  /* background-color: #c219b82e; */
  /* background-image: linear-gradient(315deg, #f3d636 0%, #fdee9b 74%); */
}

.feature-points-box-tenth{
  /* background-color: #9dee4b26; */
  /* background-image: linear-gradient(315deg, #ee4bc9 0%, #f98ce1 74%); */
}

.feature-points-box-eleventh{
  /* background-color: #41ffa61c; */
  /* background-image: linear-gradient(315deg, #ff7741 0%, #fb9ae5 74%); */
}

.feature-points-box p {
font-size: 16px;
color: #000;
}

.team-member-area .single-team-member {
position: relative;
border: 1px solid #cecece;
margin-bottom: 14px;
}

.section-title .title {
font-size: 36px;
font-weight: bold;
text-transform: capitalize;
position: relative;
z-index: 5;
margin-bottom: 33px;
font-family: poppins;
}
/*** 
=============================================
Breadcrumb area style
=============================================
***/

/* =============================================
personal accident section start
=============================================
***/

.personal-accident-quote-details-wrapper {
  margin-top: 22px;
}

.personal-accident-wrapper {
  margin-top: 49px;
}

.personal-accident-wrapper {
  margin-top: 26px;
}

.personal-accident-form-title h3 {
  font-weight: bold;
  font-family: poppins;
  font-size: 23px;
  color: #474747;
  margin-bottom: 18px;
}

.personal-accident-repeater-delete {
  width: 13%;
  margin-left: auto;
  float: right;
  margin-top: -37px;
  background: red;
  border: none;
  border-radius: 4px;
  color: #fff;
}

.personal-accident-form-cover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 21px;
  border-radius: 6px;
}

.personal-accident-form-repeater-box p {
  margin: 0;
  /* font-weight: bold; */
  font-size: 17px;
  font-family: poppins;
  margin-bottom: 6px;
  color: #2b468b;
}

.personal-accident-form-repeater-box {
  margin-top: 16px;
}

.personal-accident-form-repeater-form-box {
  margin-bottom: 19px;
  border-bottom: 1px solid #dadada;
  padding-top: 0;
}

.personal-accident-form-repeater-box {
  background: #ffff;
  padding: 10px 15px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.personal-accident-form-repeater-add {
  border: 1px dashed black;
  padding: 2px 17px;
}

.personal-accident-form-repeater-delete {
  background: red;
  border: navajowhite;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  float: right;
  /* float: right; */
  /* margin-top: -19px; */
}

.business-insurance-form-wraper h3 {
font-weight: bold;
font-family: poppins;
font-size: 26px;
}

.group-insurance-form-wraper label {
  display: none;
}

.group-insurance-form-wraper .form-control {
  height: 50px;
  margin-bottom: 11px;
  border: 1px solid #33d9ca;
}

.group-insurance-form-wraper {
  margin-top: 50px;
}

.group-insurance-form-wraper h3 {
  font-weight: bold;
  font-family: poppins;
  font-size: 26px;
  margin-bottom: 18px;
}

.group-insurance-form-box {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 16px;
  border-radius: 6px;
}


.personal-accident-form-repeater-form-box .form-control {
  margin-bottom: 13px;
  height: 37px;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
}

.personal-accident-form-box .form-control {
  height: 40px !important;
  margin-bottom: 15px;
}

.personal-accident-form-cover .btn-primary {
  margin-top: 19px;
}

personal-accident-quote-details-wrapper {
  padding: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.personal-accident-quote-details-wrapper .facility-custom-select-drop-title {
  color: #243a94;
  font-weight: bold;
  font-size: 15px;
  font-family: poppins;
}

.personal-accident-quote-details-wrapper .facility-custom-select-drop-title {
  color: #19ab9e;
  font-weight: bold;
  font-size: 15px;
  font-family: poppins;
}

.personal-accident-quotes-box-wrapper {
  margin-top: 26px;
}

.personal-accident-quotes-card-img img {
  width: 126px;
}

.personal-accident-quotes-card {
  width: 100%;
  box-shadow: 2px 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 5px;
  margin: 15px 0px;
}

.personal-accident-quotes-card p {
  margin: 0;
  margin-top: 7px;
}

.personal-accident-quotes-card-btn .btn.btn-primary {
  background: #30daca !important;
  padding: 7px 27px;
  font-size: 18px;
  font-weight: bold;
}

.personal-accident-quotes-card-list ul {
  padding: 0;
  padding-bottom: 10px;
}

.personal-accident-quotes-card-list li {
  list-style: none;
  float: left;
  margin-left: ;
  margin-bottom: 33px;
}

.personal-accident-list-left {
  margin-left: 38px;
}

.personal-accident-quotes-card-list a {
  color: #2e2e2e;
  font-size: 15px;
}

.personal-accident-quotes-card-breakup a {
  font-size: 14px;
}

.personal-accident-quotes-card-banner {
  position: sticky;
  top: 25px;
}

.personal-accident-plan-benefit-modal .modal-header h5 {
  font-weight: bold;
  font-size: 20px;
  font-family: poppins;
}

.personal-accident-plan-benefit-modal .close {
  margin-top: -60px;
  color: #fff !important;
  font-size: 30px;
}

.personal-accident-plan-benefit-modal h5 {
  font-size: 15px;
  font-weight: bold;
}

.personal-accident-plan-benefit-modal p {
  font-size: 14px;
  margin-bottom: 12px;
}

.personal-accident-quotes-card-breakup p {
  margin-bottom: 4px;
}

.personal-accident-quotes-card hr {
  margin: 10px 0;
}

.personal-accident-quotes-card-btn {
  text-align: right;
}

.personal-accident-quotes-card-btn p {
  font-size: 13px;
  font-weight: bold;
  font-family: poppins;
  margin-top: 12px;
}

.personal-accident-quotes-card-breakup {
  text-align: center;
}

.personal-accident-quote-details-wrapper .facility-quotation-title {
  font-size: 13px;
  margin-bottom: 15px;
  font-family: poppins;
}

.personal-accident-premium-breakup .close {
  margin-top: -60px;
  color: #fff !important;
  font-size: 30px;
}

.pa-premium-breakup-details-box-cover {
  /* background: #f8f8f8; */
  padding: 13px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  margin-bottom: 10px;
}

.pa-premium-breakup-details-title-value {
text-align: right;
font-weight: 700;
font-family: poppins;
color: #636363;
font-size: 14px;
}

.pa-premium-calculation-box {
  background: #ecfff5;
  padding: 21px;
  border: 1px dashed #272727;
  border-radius: 6px;
}

.personal-accident-premium-breakup h6 {
  font-weight: bold;
  font-family: poppins;
  margin: 23px 0;
    margin-bottom: 23px;
  margin-bottom: 10px;
}

.pa-premium-breakup-details-npss {
  background: #daeee4;
  padding: 7px 0;
  margin-top: 15px;
  border-radius: 5px;
}

.personal-accident-premium-breakup h5 {
  color: #656565;
  font-weight: bold;
  font-family: poppins;
}

.personal-accident-premium-breakup .modal-header img {
  width: 120px;
}

.personal-accident-plan-benefit-modal .modal-header img {
  width: 120px;
}

.personal-accident-premium-breakup .btn-primary {
  background: #30daca !important;
  padding: 7px 27px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin: auto;
    margin-top: auto;
  margin-top: 16px;
  font-family: poppins;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* personal accident proposer-details start*/

.pa-premium-amount-box {
  background: #ecfff5;
  padding: 21px;
  border: 1px dashed #272727;
  border-radius: 6px;
  padding-bottom: 0px;
}

.pa-premium-amount-box-details {
  font-family: poppins;
  font-size: 14px;
  margin-bottom: 11px;
}

.premium-amount-box-cover img {
  width: 154px;
  margin-bottom: 14px;
}

.premium-amount-box-cover {
  margin-top: 33px;
}

.pa-proposer-details-form-inputs .form-control {
  height: 45px;
  margin: 0px !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 9px;
  margin-bottom: 18px !important;
}

.pa-proposer-details-form-inputs label {
  display: none;
}

.pa-proposer-details-form-cover h3 {
  font-weight: bold;
  font-family: poppins;
  font-size: 24px;
  margin: 31px 0;
}

/* personal accident proposer-details end*/ 

/*** 
=============================================
personal accident section end
=============================================
***/
/* term plan ui start  */

.term-ques-wraper {
  /* color: #000;
  padding: 10px 0px 25px 0px;
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 100%;
  background-position: center;
  margin-top: 15px;
  background-image: url('../images/term-ques-back.jpg') !important;
  background-color: #f0f7ff;
  border-radius: 15px; */
}

.term-ques-box #svg_wrap {
  display: none;
}

.term-ques-box #svg_form_time {
  height: 15px;
  max-width: 80%;
  margin: 40px auto 20px;
  display: block;
}

.term-ques-box #svg_form_time circle,
#svg_form_time rect {
  fill: white;
}

.term-ques-box .button {
  background: rgb(237, 40, 70);
  border-radius: 5px;
  padding: 15px 25px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-shadow:0px 2px 5px rgb(0,0,0,0.5);
}

.term-ques-box h1 {
  font-weight: 800;
  font-size: 22px;
  margin-top: 21px;
}

.term-ques-box .disabled {
  display:none;
}

.term-ques-box section {
  padding: 30px;
  padding-bottom: 0px;
}

.term-ques-box {
  padding: 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  margin-top: 30px;
  padding: 0px 33px;
}

.term-ques-main-title {
  font-size: 37px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bolder !important;
  color: #000;
  margin-top: 29px;

}

.term-ques-main-title p {
  font-size: 19px;
  font-weight: normal;
}

.term-basic-step-btn {
  padding-left: 20px;
}

.term-ques-box input {
  width: 100%;
  margin: 0px 0px;
  display: inline-block;
  padding: 7px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family:inherit;
  /* background:#fafafa; */
  height: 45px;
  /* margin-top: -10px; */
  border: 1px solid #275575 !important;   
  font-size: 13px;
}

.term-ques-box .form-control {
  height: 45px;
  /* background:#fafafa; */
  /* margin-top: -10px; */
  border: 1px solid #275575 !important;   
}

.term-quote-edit-wrapper label {
  font-size: 13px;
  /* color: #000; */
  font-weight: bold;
  margin: 5px;
}

.term-quote-edit-wrapper input {
  width: 100%;
  margin: 0px 0px;
  display: inline-block;
  padding: 7px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
  font-size: 13px;
}

.term-quote-edit-wrapper .form-group {
  margin-bottom: 8px !important;
}

.term-quote-edit-wrapper button {
  margin: 15px 0;
}

.term-quote-edit-wrapper {
  border-radius: 8px;
  background-color: #fff;
  min-height: 254px;
  padding: 14px 13px 0;
  border: 1px solid #275575 !important;
  margin-top: 23px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.term-quote-edit-wrapper h4 {
  font-weight: bold;
  font-family: poppins;
  font-size: 21px;
  color: #000;
}

.term-ques-box p{
  text-align:justify;
margin-top:0;
}

.term-ques-box .form-group {
  margin-top: 20px !important;
}

.term-plan-upgrade-box {
  border: 1px solid #e7e7e7;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 7px;
  box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
  background: #fff;
}

.term-plan-upgrade-action-wrapper {
  text-align: right;
}

.term-plan-upgrade-add {
  background: #fff;
  padding: 5px 11px;
  border-radius: 6px;
  border: 2px solid #000;
}

.term-plan-upgrade-add a {
  color: #000;
  font-size: 14px;
}

.term-plan-upgrade-box h4 {
  font-family: poppins;
  font-size: 20px;
  color: #000;
  margin-top: -17px;
}

.term-plan-upgrade-box p {
  margin: 0;
  font-size: 14px;
  width: 61%;
}

.term-checkout-confirm-details-strip-design {
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.term-checkout-confirm-details-strip-title {
  font-size: 18px;
}

.row.term-checkout-confirm-details-row {
  margin-bottom: 20px;
  /* background: #fff;
  padding-top: 15px;
  border: 1px solid #ececec;
  border-radius: 6px; */
}

.term-checkout-confirm-details-strip-title {
  font-size: 20px;
  color: #000 !important;
}

.term-checkout-confirm-details-strip {
  height: 1px;
  background: #7db3fa;
  margin-top: 13px;
}

.term-checkout-confirm-details-strip-design {
  background: #f1f1ff;
  padding: 3px 12px;
  margin-bottom: 15px;
}

.term-plan-upgrade-premium-box {
  border-top: 2px solid #e9e9e9;
  margin-top: 10px;
  padding-top: 7px;
}

.term-plan-upgrade-wrapper {
  margin-top: 23px;
}

.term-plan-upgrade-premium-title {
  font-weight: bold;
}

.term-plan-upgrade-premium-price {
text-align: right;
font-weight: bold;
font-size: 17px;
font-family: poppins;
}

.term-plan-upgrade-close a {
color: red;
margin-right: 15px;
}

.term-ques-box label {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  /* background: #f0f0f0;
  padding: 0px 11px;
  border-radius: 3px;
  margin-top: -21px; */
}

.term-ques-box.term-checkout-plan-details-wrap {
  padding: 0px;
    padding-bottom: 0px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  border-radius: 10px;
  /* margin-top: 60px; */
  padding-bottom: 28px;
  background: #fff;
}

.term-checkout-plan-details .btn.btn-link {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.term-ques-box section {
  padding: 30px;
  padding-bottom: 0px;
  padding-top: 1px;
}

.term-checkout-plan-details {
  margin: 28px 0px;
}

.term-checkout-plan-details-radio input {
  width: auto;
}

.term-checkout-plan-details-radio-label {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.term-policy-buy-short-details-wrap {
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  /* margin-top: 60px; */
  padding-bottom: 28px;
  padding: 16px;
}

.term-policy-details-side-strip{
  position: sticky;
  top: 115px;
}

.term-policy-buy-short-details-wrap h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
}

.term-policy-buy-short-details-title {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 13px;
}

.term-policy-buy-short-details-price {
  font-weight: bold;
  font-size: 13px;
}

.term-checkout-plan-details .card-header {
  padding: 0px;
  box-shadow: none;
  border-bottom: 1px solid #cacaca;
  background: #fff;
}

.term-checkout-plan-details .btn-link {
  width: 100%;
  text-decoration: none;
  text-align: left;
}

.term-checkout-plan-details .btn-link:hover {
  text-decoration: none;
}

.term-checkout-plan-span {
  display: flex;
  justify-content: right;
  margin-top: -22px;
}

.term-checkout-plan-details .card {
  margin-bottom: 9px;
  border: 1px solid #cacaca;
  border-bottom: 0px !important;
}

.term-policy-buy-short-details-title span {
  font-weight: normal;
  float: right;
}

.term-policy-buy-short-details-price-box {
  padding: 7px;
  background: #d4e4f9;
  margin-top: 15px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 5px;
}

.term-policy-buy-short-details-price span {
  float: right;
  color: #c42327;
  font-size: 18px;
  margin-top: -5px;
}

.term-checkout-confirm-details-wrap {
  margin: 28px 0px;
}

.term-checkout-confirm-details-label p {
  font-weight: bold;
  color: #000;
}

/* .term-checkout-per-details-wrap {
  margin: 28px 0px;
} */

.term-basic-step-btn #prev {
  background: #e0e0e0;
  color: #000;
}

.term-checkout-confirm-box {
  /* background: #f9fbff;
  padding: 9px; */
  margin-bottom: 15px;
  /* padding-bottom: 1px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  border-radius: 6px; */
}

.floating-label{
  position: relative !important;
  top: 51px !important;
  left: 2px !important;
  width: 98% !important;
  height: 41px !important;
  background: #fff !important;
  padding: 8px 12px !important;
  animation-duration: 2s !important;
}

.floating-label-reverse{
  top: 0px !important;
  left: 0px !important;
  width: auto !important;
  height: auto !important;
  background: unset !important;
  padding: 0px !important;
  animation-duration: 2s !important;
}

.termplan-addons-wraper .btn-primary {
  width: 100%;
  margin-top: 15px;
  background: none;
  border: 1px solid #000;
  color: #000;
  text-align: left;
}

.termplan-addons-wraper .card.card-body {
  position: absolute;
  z-index: 999;
  width: 91%;
}

.term-addon-apply {
  background: #d91324;
  border: none;
  padding: 11px 30px;
  border-radius: 6px;
  color: #fff;
}
.term-question-next-btn {

  margin: 25px 0px;

}

.term-ques-wraper .term-ques-box {
margin-left: 57px;
}

.term-basic-details-img {
  margin-top: 50px;
}
.health-compare-company-logo.ter-compare-comp-logo p {

  font-size: 14px;

}

/* term plan ui end  */

/* business lead form start  */

.business-insurance-form-wraper label {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: poppins;
  color: #434343;
}

ul.business-insurance-owner-check {
  padding: 0px;
}

ul.business-insurance-owner-check li {
  float: left;
  list-style: none;
}

.business-insurance-owner-check label.form-check-label {
  margin: 0px;
}

li.business-insurance-owner-check-sec {
  margin-left: 24px;
}

.tenant-owner-check-wrap {
  margin-top: 13px;
}

.busibness-accordian-wraper .btn.btn-link {
  color: rgb(255, 255, 255);
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.busibness-accordian-wraper .card-header {
  background: -webkit-linear-gradient(45deg, rgb(27, 168, 211) 0px, rgb(57, 241, 224) 100%);
  padding: 3px;
  background: #f5f5f5;
  border-bottom: 2px solid #32daca;
}

.busibness-accordian-wraper .card-header .btn.btn-link {
  color: #333;
  font-family: poppins;
  font-weight: normal;
}

.busibness-accordian-wraper .card-body {
  background: #e9fffd;
}

.busibness-accordian-wraper img {
  margin-left: 39px;
  margin-bottom: 45px;
}

.busibness-accordian-wraper .card {
  margin-bottom: 11px;
  box-shadow: none !important;
  border: none;
}

.business-insurance-form-wraper .business-insurance-form-border {
  border-top: 1px dashed;
  margin-top: 31px;
}

.business-insurance-form-wraper .form-control {
  font-size: 12px !important;
  height: 43px;
  background: none;
  border: 1px solid #33dbcb;
}

.busibness-accordian-wraper ul {
  padding: 0;
}

.busibness-accordian-wraper li {
  margin-bottom: 9px;
}

.business-insurance-form-wraper {
  margin-top: 23px;
}

.property-quote-box-cover {
  border: 1px solid #e7e7e7;
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 7px;
  box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
  background: #fff;
  padding-bottom: 0px;
  padding-right: 0px;
}

.property-quote-box ul {
  padding: 0;
  margin: 0;
}

.property-quote-box li {
  list-style: none;
  margin-bottom: 2px;
}

.property-quote-cover h4 {
  font-size: 25px;
  font-family: poppins;
  margin: 29px 0;
}

.property-quote-box img {
  width: 108px;
  margin-bottom: 9px;
}

.property-quote-box li a {
  color: #000;
  font-size: 14px;
}

.property-quote-box-cover .btn-primary {
  margin-left: auto;
  display: flex;
  border-radius: 8px 0 0 0 !important;
  font-weight: bold;
  font-family: poppins;
}

.property-quote-box-cover a {
  width: 16%;
}

.property-quote-box-price h5 {
  font-weight: bold;
  font-family: poppins;
  font-size: 20px;
  color: #1ab2a6;
}

.property-quote-box-price p {
  margin-bottom: 5px;
  color: #2d2d2d;
  font-size: 14px;
}

.property-quote-box-price {
  text-align: right;
  padding-right: 15px;
}

.property-quote-details-box {
  background: #fff;
  padding: 13px 0px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  margin-bottom: 10px;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #33d9ca;
}

.property-quote-details-title-value {
  text-align: right;
  font-weight: 700;
  font-family: poppins;
  color: #636363;
  font-size: 15px;
  margin-bottom: 10px;
  border-left: none;
  border-right: none;
}

.property-quote-details-box-wrapper {
  border: 1px solid #e7e7e7;
  padding: 16px;
  border-radius: 7px;
  box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
  margin-top: 87px;
  position: sticky;
  top: 44px;
}

.property-quote-details-box-sum .property-quote-details-title {
  font-size: 22px;
  font-weight: bold;
  font-family: poppins;
}

.property-quote-details-box-sum {
  margin-bottom: 19px;
}

.property-quote-details-box-sum .property-quote-details-title-value {
  font-size: 21px;
}

.property-quote-details-total-premium .property-quote-details-title-value {
  font-size: 23px;
  color: #33d9ca;
}

.fire-all-type-box img {
  width: 67px;
  height: 63px;
}

.property-quote-details-total-premium .property-quote-details-title {
  font-size: 19px;
}

.property-quote-user-form-wrapper {
  border: 1px solid #e7e7e7;
  padding: 16px;
  border-radius: 7px;
  box-shadow: 0 0 6px 0 rgb(76 90 111 / 17%);
  margin-bottom: 20px;
}

.property-quote-user-form-wrapper h5 {
  font-family: poppins;
  font-size: 17px;
  margin-bottom: 19px;
}

.property-quote-user-form-wrapper .form-control {
  height: 45px;
  margin-bottom: 17px;
  border: 1px solid #ccc;
}

.property-quote-user-form-checkbox {
  text-align: right;
  margin-top: -43px;
}

.property-quote-user-form-term-checkbox {
  font-size: 13px;
}

.fire-all-type-wrapper {
  margin-top: 46px;
}

.fire-all-type-box {
  background: #fff;
  border: 2px dashed #34dbcb;
  text-align: center;
  padding: 25px 0;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.fire-all-type-box p {
  margin: 0;
  margin-top: 15px;
  font-size: 18px;
}

.fire-all-type-box a {
  color: #000;
}

.fire-all-type-box img {
  width: 75px;
}

/* business lead form end  */

/* commercial vehical css start */

.commercial-variant-select-pincode .form-control {
  height: 51px !important;
  border-color: #101d62;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(29, 44, 128, 0.212);
}

.get-commercial-variant-main-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 19px;
  border-radius: 6px;
  margin-bottom: 45px;
  margin-top: 17px;
}

.commercial-manufacture-select-box {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 8px 0px;
    padding-bottom: 8px;
  padding-bottom: 11px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.commercial-manufacture-select-box.commercial-variant-select-manufacture img {
  width: 27%;
}

.commercial-manufacture-select-box.commercial-variant-select-manufacture p {
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 9px;
  font-size: 14px;
}

.commercial-manufacture-select-box {
  border: 2px solid #e0e1e3 !important;
  border-radius: 4px !important;
  padding: 8px 0px;
    padding-bottom: 8px;
  padding-bottom: 11px;
  padding-bottom: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.commercial-manufacture-select-box.commercial-variant-select-manufacture p {
  color: #000;
  font-size: 16px;
}

.commercial-manufacture-select-box.commercial-variant-box {
  color: #000;
}

.commercial-variant-box-small {
  font-size: 11px;
}

.commercial-manufacture-select-box.commercial-variant-box p {
  margin: 4px 0;
}

/* commercial vehical css end */

.inv-quote-wrpper {
  margin-top: 24px;
}

.inv-quote-wrpper .ter-compare-comp-logo img {
  width: 138px !important;
  height: 43px;
}

.inv-quote-wrpper .ter-compare-comp-logo p {
  font-size: 13px;
  margin-top: 14px;
}

.inv-quote-return-box p {
  color: #212121;
  font-size: 15px;
  display: block;
}

.inv-quote-return-box strong {
  display: block;
  color: #253858;
  font-size: 19px;
  font-weight: 600;
  font-family: poppins;
}

.inv-quote-lumpus-box p {
  color: #1d1d1d;
  font-size: 15px;
  display: block;
}

.inv-quote-lumpus-count {
  color: #0065ff !important;
  font-size: 21px !important;
  font-weight: 600;
  font-family: poppins;
}

.invest-quote-edit-wrapper .invest-amout-filter-tex {
  margin-bottom: 10px;
}
/* car popup wrapper */

.car-number-pop-wrapper .close {
  margin-top: -48px;
  color: #fff !important;
  font-size: 30px;
}

.car-number-pop-form h3 {
  /* font-weight: bold; */
  font-family: poppins;
  font-size: 23px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
}

.car-number-pop-textinput input {
  padding: 20px 0 20px;
  font-size: 12px;
  box-shadow: 0 1px 28px -3px #d4d4d4;
  border-radius: 4px 0 0 4px;
  border: solid #dedede 1px;
  border-right: none;
  width: 100%;
  text-align: center;
  font-weight: 600;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.car-number-pop-textinput {
  float: left;
  width: 65%;
  position: relative;
}

.registeration .btn-quotes:hover {
  background-color: #f94306;
}

.car-number-pop-form .btn-quotes {
  transition: all ease .2s;
  /* float: left; */
  width: 126px;
  border-radius: 0 4px 4px 0;
  padding: 18px 0;
  font-weight: 400;
  font-size: 15px;
  border: none;
  background: #57dddd;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.car-number-pop-underline {
  height: 1px;
  background: #e5e5e5;
}

.car-number-pop-or {
  background: #f0f2f5;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  margin: auto;
  margin-top: -19px;
}

.car-number-pop-or-cover {
  margin: 36px 0;
}

.car-pop-dont-know-number a {
  color: #000;
  border-radius: 4px;
  width: auto;
  background: #f2f2f2;
  font-size: 17px;
  clear: both;
  display: table;
  line-height: 24px;
  padding: 14px 45px;
  text-align: center;
  margin: auto;
    margin-top: auto;
  margin-top: 19px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.car-number-pop-form-cover {
  padding: 32px 0px;
}

/* car popup wrapper */

/* sps-new-css-start */

.hero-section-image img {
  width: 80%;
}

.hero-section-wrapper {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/hero-section-background.png) !important;
  padding-bottom: 90px;
}

.hero-section-content span {
  font-weight: bold;
}

.hero-section-content h2 {
  font-size: 47px;
  line-height: 56px;
}

.hero-section-content p {
  margin-top: 18px;
}

.hero-section-content {
  margin-top: 15px;
}

/* .insurance-product-box {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
  box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(39, 85, 117, 0.14) -3px -3px 6px 1px inset;
} */

.insurance-product-box {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #275575;
  border-radius: 25px 0px 25px 0;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.insurance-product-box p {
  margin: 0;
}

.insurance-product-box a {
  color: #275575;
}

.insurance-product-wrapper {
  margin-top: 50px;
}

.why-choos-box-icon img {
  width: 55px;
}

.why-choos-us-wrapper {
  background: #275575;
  padding: 54px 0;
  text-align: center;
  color: #fff;
}

.why-choos-box-icon {
  background: #fff;
  width: 89px;
  padding: 15px;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 15px;
}

.why-choos-sps {
  background: #dfdfdf42;
  width: 199px;
  border-radius: 7px;
  padding: 8px 0;
  margin: auto;
  margin-bottom: 27px;
}

.why-choos-us-wrapper h2 {
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 29px;
}

.home-about-content-image img {
  width: 90%;
}

.home-about-content-image {
  text-align: center;
}

.home-about-content {
  margin-top: 61px;
}

.home-about-content span {
  font-weight: bold;
  color: #275575;
  font-size: 22px;
}

.home-about-content h2 {
  font-size: 38px;
  margin-bottom: 26px;
}

.home-about-wrapper {
  margin-top: 50px;
}

.home-partner-content-image img {
  width: 100%;
}

.home-partner-wrapper {
  background-image: linear-gradient(45deg,rgb(227 218 255) 0,rgb(232 225 255) 21%,rgb(236 234 255) 21%,rgb(234 232 255) 30%,rgb(226 231 255) 30%,rgb(241 243 255) 35%,rgb(226 237 255) 35%,rgb(248 251 255) 51%,rgb(248 252 255) 51%,rgb(239 248 255) 72%,rgb(247 245 255) 72%,rgb(243 242 255) 81%,rgb(237 238 255) 81%,rgb(236 253 255) 100%);
  padding: 62px 0;
  margin-top: 150px;
}

.home-partner-content-image {
  margin-top: -190px;
}

.home-partner-content span {
  font-weight: bold;
  color: #275575;
  font-size: 30px;
}

.home-partner-content h2 {
  font-size: 38px;
}

.home-partner-content p {
  margin-top: 10px;
}

.company-logo img {
  width: 100%;
  border-radius: 7px;
}

.company-logo {
  border: 1px solid #e1e1e1;
  margin-bottom: 14px;
  border-radius: 7px;
}

.home-partner-logos-cover {
  margin-top: 32px;
}

.home-security-image img {
  width: 100%;
}

.home-security-content {
  text-align: center;
  width: 62%;
  margin: auto;
  margin-top: 73px;
}

.home-security-content h2 {
  font-weight: bold;
  font-size: 36px;
}

.home-security-image img {
  margin-top: -107px;
}

.home-security-wrapper {
  margin-top: 115px;
}

.rev-footer-wrapper {
  background-image:linear-gradient(0deg,transparent 0,transparent 60%,rgba(183,183,183,.05) 60%,rgba(183,183,183,.05) 93%,transparent 93%,transparent 100%),linear-gradient(135deg,transparent 0,transparent 55%,rgba(183,183,183,.05) 55%,rgba(183,183,183,.05) 84%,transparent 84%,transparent 100%),linear-gradient(0deg,transparent 0,transparent 80%,rgba(183,183,183,.05) 80%,rgba(183,183,183,.05) 94%,transparent 94%,transparent 100%),linear-gradient(90deg,rgb(16 0 43),rgb(16 0 43));
  padding: 78px 0 25px;
  color: #fff;
}

.footer-about img {
  width: 100px;
  margin-bottom: 16px;
}

.footer-details-box ul {
  padding: 0;
  margin: 0;
}

.footer-details-box li {
  list-style: none;
  margin-bottom: 16px;
}

.footer-details-box h5 {
  margin-bottom: 41px;
  font-weight: bold;
  font-size: 20px;
}

.footer-details-box a {
    color: #fff;
    text-decoration: none;
}

.footer-social-media-icons a.facebook {
  background: #0069f7;
  border-color: #0069f7;
}   

.footer-social-media-icons a.twitter {
  background: #00c6f7;
  border-color: #00c6f7;
}

.footer-social-media-icons a.instagram {
  background: #d62977;
  border-color: #d62977;
}

.footer-social-media-icons a.linkedin {
  background: #0e72a3;
  border-color: #0e72a3;
}

.footer-social-media-icons a.linkedin {
  background: #0e72a3;
  border-color: #0e72a3;
}
.footer-social-media-icons a {
  color: #fff;
  font-size: 16px;
  border: 1px solid #cacaca;
  border-radius: 12px;
  margin: 0 2px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}

.footer-copy-right-box {
  text-align: center;
  margin-top: 37px;
  border-top: 1px solid #fff;
  padding-top: 36px;
  font-size: 14px;
}

.footer-copy-right-box a {
  color: #fff;
} 

.about-choose-point-box .row {
  margin-bottom: 29px;
}

.about-team-content h2 {
  margin-bottom: 18px;
  color: #1c1b1b;
  font-size: 31px;
  line-height: 47px;
  font-weight: 800 !important;
  font-family: initial;
  font-family: "Poppins", sans-serif;
}

.about-team-wrapper {
  margin: 50px 0;
}

/* sps-new-css-end */

/* service-section-start */

.services-content-cover ul {
  padding: 0;
}

.services-content-cover li {
  list-style: none;
  margin-bottom: 8px;
}

.services-content-cover {
  margin-top: 65px;
}

.services-outer-wrapper {
  margin-bottom: 50px;
}

.services-content-images {
  position: sticky;
  top: 48px !important;
}

.services-content-images img {
  border-radius: 13px;
  position: sticky;
  box-shadow: 0px 6px 5px #ccc;
}

.services-content-cover i {
  color: #275575;
}

.services-content-cover h1 {
  font-weight: bold;
  font-size: 29px;
  color: #275575;
}

.services-content-cover h3 {
  font-weight: bold;
  font-size: 29px;
  color: #275575;
}

.services-content-cover h5 {
  font-weight: bold;
  font-size: 20px;
  color: #275575;
}

/* service-section-end */


/* Health compare Quotes --------------------------------------- */
.health-rev-sele-details-cover {
  background: #F9FDFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #DBF4FF;
  padding: 16px 50px;
}

.health-quote-rev-wrapper {
  /* margin-top: -28px; */
  font-family: poppins;
}

.health-rev-sele-details-image img {
  width: 60%;
}

.health-rev-sele-details-image {
  text-align: center;
}

.health-rev-sele-details-quote-number {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #DBF4FF;
  border-radius: 14px;
  opacity: 1;
  padding: 10px 6px;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

.health-rev-sele-details-quote-number b {
  color: #021B8D;
}

.health-rev-sele-details-quote-number p {
  margin: 0;
}

.health-rev-sele-details-covered {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #DBF4FF;
  border-radius: 14px;
  opacity: 1;
  padding: 10px 14px;
  text-align: left;
  margin-top: 15px;
  font-size: 15px;
}

.health-rev-sele-details-select-inputs label {
  color: #000;
  font-weight: bold;
  margin: 0;
  font-size: 14px;
}

.health-rev-sele-details-select-inputs .form-group {
  margin-top: 13px;
}


.health-rev-sele-details-covered p {
  margin: 0;
}

.health-rev-sele-details-edit img {
  width: 21px;
}

.health-quote-rev-additional-covers {
  margin-top: 20px;
}

.health-rev-sele-details-edit {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #8F8F8F29;
  border-radius: 28px;
  opacity: 1;
  height: 50px;
  width: 50px;
  padding-top: 12px;
  text-align: center;
}

.health-rev-sele-details-covered span {
  color: #021B8D;
  font-weight: bold;
}

.health-quote-compare-rev {
  padding: 6px 0;
  font-size: 14px;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #021B8D57;
  border-radius: 0px 9px 9px 0px;
  box-shadow: none;
  margin-left: -15px;
  text-align: left;
  margin-top: 25px;
  padding-left: 3px;
  border-left: 0px;
}

.health-quote-compare-addons {
  padding: 2px 6px;
  font-size: 14px;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 0.5px solid #021B8D57;
  border-radius: 9px;
  margin-left: 8px;
}

.health-quote-insurer-box-rev-cover {
  background: #FCFEFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 20px;
}


.health-quote-compare-rev label {
  font-size: 10px;
  margin: 0;
  font-family: poppins;
}

.health-quote-insurer-box-rev {
  padding: 15px;
}

.health-quote-insurer-viewall-rev {
  background: #E8F8FF 0% 0% no-repeat padding-box;
  border: 1px solid #E8F8FF;
  border-radius: 0px 0px 20px 20px;
  opacity: 1;
}

.health-quote-insurer-feature-row .col-lg-3 {
  padding-right: 0;
}

.health-quote-insurer-feature-row .col-lg-9 {
  padding-left: 0;
}

.health-quote-insurer-feature-row img {
  width: 21px;
}

.health-quote-insurer-feature-row p {
  margin: 0;
  font-size: 16px;
}

.health-quote-insurer-feature-name {
  font-weight: bold;
  margin-bottom: 11px;
  text-align: left;
  letter-spacing: 0px;
  color: #464646;
  font-size: 14px;
}

.health-quote-compare-rev .form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: 8px;
}

.health-quote-compare-rev .form-check {
  position: relative;
  display: block;
  padding-left: 0px;
}

.health-quote-rev-sum-insured {
  /* border-bottom: 1px solid gray; */
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.health-quote-rev-sum-insured b {
  color: #021B8D;
}

.compare-floting {
  width: 100px;
  height: 42px;
  position: fixed;
  bottom: 17px;
  right: 27px;
  border-radius: 50px;
  padding-top: 1px;
  padding-left: 8px;
  z-index: 9999 !important;
  color: #fff;
  background-image: linear-gradient(to right top, #021b8d, #0049b2, #0072cf, #009ae5, #4ac2f8);
  font-size: 14px;
}
/* .health-compare-screen-rev-cover .health-compare-screen-fix {
  position: fixed;
  bottom: 0px;
  max-width: inherit;
  width: 100%;
  box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
  background: #fff;
  padding: 20px 0px;
  left: 100%;
  transition-duration: 500ms;
  z-index: 99999;
} */


#health-compare-screen-rev {
  position: fixed;
  bottom: 0px;
  max-width: inherit;
  width: 100%;
  box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
  background: #fff;
  padding: 20px 0px;
  left: 100%;
  transition-duration: 500ms;
  z-index: 99999;
}


.compare-floting a {
  color: #000;
}

.health-quote-rev-sum-insured p {
  margin: 0;
}

.health-quote-rev-sum-insured p {
  font-size: 18px !important;
}

.health-quote-rev-sum-insured i {
  color: #309fe5;
  font-size: 21px;
}

.health-quote-rev-sum-insured label {
  margin: 0;
}

.health-quote-insurer-feature-row p {
  margin: 0;
  font-size: 13px;
  color: #021B8D;
}

.health-quote-insurer-feature-row {
  margin-bottom: 3px;
}

.health-quote-insurer-viewall-rev p {
  margin: 0;
}

.health-quote-insurer-viewall-rev {
  text-align: center;
  padding: 5px 0;
}

.health-quote-insurer-viewall-rev p {
  margin: 0;
  color: #021B8D;
  font-weight: bold;
  font-size: 13px;
}

.health-quote-insurer-addons ul {
  padding: 0;
  margin: 0px;
}

.health-quote-insurer-addons li {
  list-style: none;
  font-size: 14px;
}

.health-quote-insurer-addons p a {
  color: #021B8D;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}


.health-quote-insurer-premium .btn-primary {
  color: #fff;
  opacity: 1;
  background: #021B8D 0% 0% no-repeat padding-box!important;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  float: left;
  padding: 10px 13px;
  font-size: 15px;
  margin: 6px auto !important;
  width: 100%;
}

.health-quote-rev-gst {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
  color: #313131;
  opacity: 1;
  text-align: center;
}

.health-quote-insurer-premium .btn-primary i {
  font-size: 14px !important;
}

/* .health-quote-insurer-box-rev-cover .health-quote-insurer-logo img {
  width: 100%;
} */
.health-quote-insurer-logo {
  width: 101px;
}
.health-quote-insurer-box-rev-cover .health-quote-insurer-logo img {
 
  width: 91%;
  height: 45px;
 
}

.health-quote-rev-base-premium {
  font-size: 13px;
  text-align: center;
}

.health-quote-insurer-premium {
  border-left: 1px solid gray;
  padding-left: 26px;
}

.health-rev-sele-details-cover .modified-accordion .card-header{ position: relative;}
.health-rev-sele-details-cover .modified-accordion .card-header:after{ content: ''; position: absolute; width: 100%; 
height: 100%; left: 0; top: 0;}
.health-rev-sele-details-cover .modified-accordion .collapse:not(.show){ display: block;}

  .health-rev-sele-details-cover button {
      width: 100%;
      background: none;
      border: none;
    }

    .health-rev-sele-details-cover {
      margin-top: 15px;
      margin-bottom: 19px;
  }

    .health-details-filter-btn a {
      display: flex;
      width: 88% !important;
      text-align: center !important;
      justify-content: center;
      padding: 6px 0px !important;
      border: 1px solid orange;
      border-radius: 6px;
      margin: auto;
      color: #000;
      width: 22% !important;
      margin: 15px 0;
      float: right;
      font-size: 13px !important;
    }

    .health-details-filter-btn {
      display: none;
    }

    .desktop-hide {
      display: none;
    }

    .insurance-company-facility-logo-rev {
      margin-top: 20px;
  }


/*desktop view end*/

/* 13-15 inch */
@media only screen and (min-width: 1154px) and (max-width: 1362px) {

  .navbar-light .navbar-nav .nav-link {
      color: #000 !important;
      padding: 10px 10px;
      font-weight: bolder;
      font-size: 13px;
  }

  .home-feature-tabs-name {
      padding-top: 3px;
      font-size: 13px;
      color: #000;
      font-weight: bold;
  }

  .home-service-box {
      background: #fff;
      padding: 14px 15px;
      border-radius: 10px;
      box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
      text-align: center;
      height: 100%;
  }

}

/* 13-15 inch more */
@media only screen and (min-width: 1086px) and (max-width: 1236px) {


  .navbar-light .navbar-nav .nav-link {
      color: #000 !important;
      padding: 8px 5px;
      font-weight: bolder;
      font-size: 13px;
  }

  .home-feature-tabs-name {
      padding-top: 3px;
      font-size: 13px;
      color: #000;
      font-weight: bold;
  }

  .home-service-box {
      background: #fff;
      padding: 14px 15px;
      border-radius: 10px;
      box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
      text-align: center;
      height: 100%;
  }

  #navbarSupportedContent {
      width: 131%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hero-section-content h2 {
      font-size: 40px;
      line-height: 56px;
  }
  .insurance-product-box img{
      width: 50px;
  }
  .insurance-product-box p {
      font-size: 15px;
  }
  .home-about-content h2 {
      font-size: 26px;
      margin-bottom: 26px;
  }
  .home-about-content p {
      font-size: 15px;
  }
  .home-partner-content-image {
      margin-top: 100px;
  }
  .home-security-wrapper {
      margin-top: 70px;
  }
  .home-security-content h2 {
      font-size: 30px;
  }
  .home-security-content p {
      font-size: 15px;
  }
  .about-details-wraper {
      margin-top: 60px !important;
  }
  .about-details-content-title h1 {
      font-size: 26px;
  }
  .about-details-content-para p {
      font-size: 15px;
  }
  .about-cont-card h3 {
      font-size: 14px;
  }
  .about-choose-point-icon {
      text-align: start !important;
  }
  .about-choose-point-icon img {
      width: 50px !important;
  }
  .about-choose-point-title h3 {
      font-size: 18px;
  }
  .about-choose-point-title p {
      font-size: 14px;
  }
  .about-choose-point-box-image {
      margin-top: 70px;
  }
  .pos-corner-feature-point-box {
      margin-bottom: 15px;
  }
  .pos-corner-details-content h2 {
      font-size: 19px !important;
  }
  .make-claim-feature-select-wrap .form-control {
      padding: 0px 14px !important;
      height: 44px !important;
  }
  .pos-form-wraper .form-control {
      padding: 10px 14px !important;
  }
  .services-content-cover {
      margin-top: 45px;
  }
  .services-content-cover h1 {
      font-size: 20px;
  }
  .services-content-cover p {
      font-size: 13px;
  }
  .services-content-cover h3 {
      font-size: 20px;
  }
}

/* SMARTPHONES LANDSCAPE & TABLETS PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .coming-soon-main-wraper {
      margin-top: 0px !important;
  }

  .vehicle_details{
      margin-top: 4rem!important;
  }
  
  .vehcial-details-share-btn-spa{
      margin-top: 2px!important;
  }

  .coming-soon-main-wraper {
      margin-top: 0px !important;
  }

  .coming-soon-top-image img {
      width: 80%;
  }

  .footer_contact_us {
      padding: 8px;
  }


  .coming-soon-side-images img {
      width: 80%;
      margin-bottom: 25px;
  }

  .coming-soon-side-images {
      text-align: center;
  }

  .coming-soon-title img {
      width: 100%;
  }

  .coming-soon-logo img {
      width: 50%;
  }

  .coming-soon-bottom-image img {
      width: 80%;
  }


  .coming-soon-side-images {
      margin-top: 0px;
  }

  .about-us-main-cover {
      padding-top: 25px;
  }

  .contact-details {
      padding: 15px;
      margin-top: 42px;
  }

  .contact-info a {
      color: #000;
      font-size: 15px;
      word-wrap: break-word;
  }

  .contact-page-details-cover {
      position: relative;
      margin-top: 31px;
      padding: 0px 0px;
  }

  .contact-page-details-inner {
      background: #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      padding: 16px;
      border-radius: 14px;
  }

  .contact-form-cover h3 {
      font-weight: bold !important;
      font-size: 17px;
  }

  .contact-form-inputs-cover .form-group {
      margin-bottom: 13px !important;
  }

  ul.navbar-nav.ml-auto {
      background: #003478;
  }

  .insurance-company-detail-box {
      text-align: center;
  }

  .add-to-compare-check-cover {
      background: #fff;
      background: #f4f4f4;
      padding: 11px;
      text-align: center;
      border-radius: 6px;
  }


  .insurance-company-details-title {
      display: none;
  }

  .insurance-company-list-wrap ul {
      overflow: hidden;
  }

  .insurance-company-list-wrap li {
      float: left;
      margin-left: 36px;
      font-size: 15px;
      list-style: none;
  }


  .insurance-company-list-wrap li {
      margin-left: 36px;
  }

  .insurance-company-list-wrap ul {

      padding-bottom: 15px;
  }


  .insurance-company-title {
      margin-left: 14px !important;
      margin-top: -2px;
  }

  .basic-detail-form-title h4 {
      font-size: 14px;
  }

  .basic-detail-form-title h2 {
      font-size: 24px;
  }

  .service-provider-count-wrap {
      padding: 20px;
  }

  .service-provider-count-title {
      font-size: 15px;
      margin: 10px 0px;
  }


  .facility-custom-select-cover {
      box-shadow: 0 8px 6px -6px #d1d1d1;
      padding: 15px;
  }

  .basic-form-select-icon .btn {
      padding: 7px 14px;
      font-size: 20px;
      background: #fff;
      color: #bcbcbc;
      margin-bottom: 10px;
  }

  .basic-form-select-icon .btn.motor-type-select-box {
      padding: 7px 14px;
      font-size: 20px;
      color: #fff !important;
      margin-bottom: 10px;
  }

  .row .double-select .col-12 {
      margin: 7px 0px;
  }

  .payment-members-details {
      margin-bottom: 20px;
  }

  .payment-btn {
      margin-bottom: 15px;
      position: fixed;
      bottom: -16px;
      margin-left: -15px;
      width: 100%;
  }

  .payment-btn .btn-primary {
      border-radius: 0px !important;
  }

  .Quotes-icon-box {
      margin-bottom: 14px;
  }

  .big-title h1 {
      font-size: 26px;
  }

  .borker-logo {
      text-align: center;
  }

  .big-title {
      padding-bottom: 0px;
  }

  .quotes-wraper {
      padding: 24px 0px;
      padding-bottom: 24px;
      padding-bottom: 0px;
  }

  .quote-img {
      border: 0;
      padding-top: 0px;
  }

  .Quotes-icon-box img {
      width: 30%;
  }



  .index-page-background {
      background-image: url('../images/home-mobile-background.jpg') !important;

  }

  .motor-number-input {
      width: 85%;
  }

  .vehical-details-title {
      padding: 10px;
      margin-bottom: 15px;
      margin-top: 15px;
  }

  .vehical-details-modal-right-side {
      background: #fff !important;
      width: 100% !important;
      animation-duration: 1s;
  }

  /*front page start    */

  .navbar-light .navbar-brand {
      color: rgba(0, 0, 0, .9);
      width: 42% !important;
  }


  .header-contact-cover {
      display: none;
  }

  .top-social-link li {
      list-style: none;
      float: left;
      padding: 0px 8px;
      font-size: 13px;
      font-weight: bold;
      color: #003478;
  }

  .top-social-box {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
  }

  .header-quote-btn {
      display: none;
  }

  .navbar.navbar-expand-lg.navbar-light {
      display: flex;
      justify-content: left;
  }

  .header-contact-wraper {
      padding: 0px;
      margin-top: 11px;

  }

  .bg-light {
      background-color: #fff;
  }

  .header-navbar {
      background: #fff;
      margin-bottom: 0px;
  }

  .navbar-nav.mr-auto {
      background: #003478;
      padding: 15px;
  }

  .form-inline.my-2.my-lg-0 .form-control {
      width: 68% !important;
  }

  .btn.btn-outline-success {
      margin-left: 10px;
      border: 2px solid #003478 !important;
      color: #003478;
  }

  .btn.btn-outline-success:hover {
      border: 2px solid #054faf !important;
      color: #fff;
      background: #054faf;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
      cursor: pointer;
      background: #003478;
      border: none;
      margin-top: -90px;
  }

  .header-logo img {
      width: 50%;
  }

  .top-social-link {
      display: flex;
      justify-content: center;
  }

  .footer-top-contact-text {
      margin-bottom: 15px;
      text-align: center;
  }

  .insurance-type-cover {
      margin-top: 288px;
  }

  .topic-title h3 {
      font-weight: bold;
      color: #275575;
      font-size: 23px;
  }

  .topic-title {
      margin-bottom: 27px;
  }

  .insurance-type-box h4 {
      font-size: 20px;
  }

  /*front page end    */

  .feedback-cover {
      height: 215px;
      padding: 15px;
  }

  .feedback-desc-cover {
      margin-left: 37px;
      margin-top: 2px;
  }

  .feedback-name h3 {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 2px;
  }

  .feedback-content {
      font-size: 12px;
      color: #fff;
  }

  .feedback-profile {
      width: 75px;
      height: 75px;
      margin-top: -15px;
  }

  .slider-slide {
      margin-top: 50px;
  }

  .feedbackowl {
      margin-top: 36px;
  }

  .clients-logo-cover {
      padding-top: 39px;
  }

  #carouselExampleIndicators {
      height: 212px;
  }

  .slider-background {
      margin-top: 0px;
  }

  .navbar .nav-item .dropdown-menu {
      margin-top: 0;
      background: #ebebeb;
      margin-top: -8px;
      border: none;
      padding: 10px;
  }

  .navbar .nav-item .dropdown-menu a {
      color: #000 !important;
      padding: 7px 18px;
  }

  .slider-form-wraper .nav-link {
      color: grey;
      font-weight: bold;
      font-size: 16px;
      padding: 0px 15px;
  }

  .nav-link img {
      width: 42px;
  }

  .insurance-company-details-box {
      margin: 10px 0;
  }

  .insurance-company-logo img {
      width: 50%;
      margin-bottom: 8px;
  }

  .insurance-company-logo {
      text-align: center;
  }

  .insurance-company-policy-details {
      font-size: 12px;
      margin-top: 2px;
      text-align: center;
  }

  .premium-breakup-modal-cover .modal-content {
      width: 100%;
      margin-left: 0px;
  }

  .premium-breakup-modal-vehical-details img {
      width: 70%;
  }

  .premium-breakup-modal-vehical-details {
      text-align: center;
      margin-bottom: 10px;
  }

  .premium-breakup-modal-title {
      text-align: center;
  }


  .car-details-serch .form-control {
      height: 38px !important;
      /*        width: 296px !important;*/
  }

  .car-details-serch .btn.btn-success {
      height: 38.5px !important;

  }

  .car-rto-serch-cover {
      font-size: 13px;
  }

  .card.card-body li {
      font-size: 15px;
      text-align: left;
  }

  .car-insurance-main-cover {
      padding: 0px 10px;
  }

  .col-lg-4.col-12.car-insurance-strip-title {
      margin-bottom: 5px;
  }

  .btn-next {
      color: #fff;
      font-size: 18px;
      padding: 10px 23px;
      background-color: #003478;
  }

  .car-insurance-company-facility-logo img {
      width: 55%;
      margin-bottom: 15px;
  }



  .car-compare-details-box {
      padding-bottom: 9px !important;
  }

  .car-insurance-compare-collaps-cover {
      max-height: 5531px;
      overflow-y: auto;
  }

  .car-insurance-premium-breakup {
      width: 100%;
      padding: 11px 0px;
  }

  .addons-check-details li {
      text-align: center;
      margin-top: 10px;
  }

  .col-4.insurance-company-facility-title {
      margin-bottom: 9px;
  }

  .car-details-box-content {
      margin-bottom: 7px;
  }

  .car-edtails-main-wrapper .car-details-name {
      margin-bottom: 10px;
      font-size: 17px;
  }

  .insurance-company-facility-logo img {
      width: 70%;
  }

  .payment-short-details {
      text-align: center;
  }

  .car-payment-page-logo {
      text-align: center;
      margin-bottom: 0px;
  }

  .home-click-form-boxinput label {
      font-size: 14px;
  }

  /*payment-short-details ul {*/
  /*    padding: 0 !important;*/
  /*    margin: 0 !important;*/
  /*}*/

  .premium-breakup-modal-info-box-content {
      font-size: 12px;
      padding: 7px 4px;
      text-align: left;
  }

  .health-insure-add-member-flyoutmodal .modal-dialog-right-side {
      background: #fff !important;
      width: 100% !important;
      animation-duration: 1s;
  }

  span.health-insure-add {
      float: right;
      width: 59%;
  }

  .health-insure-members-thin-title h4 {
      margin: 0;
      font-size: 17px;
  }

  .insurend-member-select-custom-age-list label {
      font-size: 14px;
  }

  .insurend-member-select-custom-age-list {
      margin-top: 16px;
  }

  .health-insure-members-box img {
      width: 36%;
      margin-bottom: 5px;
  }

  .radio-check li {
      float: none !important;
  }

  .radio-span {
      margin-left: 0px;
  }

  .radio-check br {
      display: none !important;
  }

  .col.feature-extra-box {
      display: block;
      visibility: hidden;
  }

  .sentence {
      color: #003478;
      font-size: 24px;
      font-weight: 600;
      font-family: ui-monospace;
      text-align: left;
      padding-left: 23px;
  }

  .home-feature-tabs-name {
      font-size: 13px;
  }

  .home-feature-tabs img {
      width: 58%;
  }

  .home-feature-tabs {

      padding-bottom: 5px;

  }

  .feature-image-slider {
      margin: 25px 0px !important;
  }

  .slider-main-wraper .hero__caption h1 {
      font-size: 24px;
  }

  .footer_contact_us {
      padding: 8px;
  }

  .coming-soon-side-images img {
      width: 80%;
      margin-bottom: 25px;
  }

  .coming-soon-side-images {
      text-align: center;
  }

  .coming-soon-title img {
      width: 100%;
  }

  .coming-soon-logo img {
      width: 50%;
  }

  .coming-soon-bottom-image img {
      width: 80%;
  }

  .coming-soon-side-images {
      margin-top: 0px;
  }

  .about-us-main-cover {
      padding-top: 25px;
  }

  .contact-details {
      padding: 15px;
      margin-top: 42px;
  }

  .contact-info a {
      color: #000;
      font-size: 15px;
      word-wrap: break-word;
  }

  .contact-page-details-cover {
      position: relative;
      margin-top: 31px;
      padding: 0px 0px;
  }

  .contact-page-details-inner {
      background: #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      padding: 16px;
      border-radius: 14px;
  }

  .contact-form-cover h3 {
      font-weight: bold !important;
      font-size: 17px;
  }

  .contact-form-inputs-cover .form-group {
      margin-bottom: 13px !important;
  }

  ul.navbar-nav.ml-auto {
      background: #003478;
  }

  .insurance-company-detail-box {
      text-align: center;
  }

  .add-to-compare-check-cover {
      background: #fff;
      background: #f4f4f4;
      padding: 11px;
      text-align: center;
      border-radius: 6px;
  }

  .insurance-company-details-title {
      display: none;
  }

  .insurance-company-list-wrap ul {
      overflow: hidden;
  }

  .insurance-company-list-wrap li {
      float: left;
      margin-left: 36px;
      font-size: 15px;
      list-style: none;
  }

  .insurance-company-list-wrap li {
      margin-left: 36px;
  }

  .insurance-company-list-wrap ul {
      padding-bottom: 15px;
  }

  .insurance-company-title {
      margin-left: 14px !important;
      margin-top: -2px;
  }

  .basic-detail-form-title h4 {
      font-size: 14px;
  }

  .basic-detail-form-title h2 {
      font-size: 24px;
  }

  .service-provider-count-wrap {
      padding: 20px;
  }

  .service-provider-count-title {
      font-size: 15px;
      margin: 10px 0px;
  }

  .facility-custom-select-cover {
      box-shadow: 0 8px 6px -6px #d1d1d1;
      padding: 15px;
  }

  .basic-form-select-icon .btn {
      padding: 7px 14px;
      font-size: 20px;
      background: #fff;
      color: #bcbcbc;
      margin-bottom: 10px;
  }

  .basic-form-select-icon .btn.motor-type-select-box {
      padding: 7px 14px;
      font-size: 20px;
      color: #fff !important;
      margin-bottom: 10px;
  }

  .row .double-select .col-12 {
      margin: 7px 0px;
  }

  .payment-members-details {
      margin-bottom: 20px;
  }

  .payment-btn {
      margin-bottom: 15px;
      position: fixed;
      bottom: -16px;
      margin-left: -15px;
      width: 100%;
  }

  .payment-btn .btn-primary {
      border-radius: 0px !important;
  }

  .Quotes-icon-box {
      margin-bottom: 14px;
  }

  .big-title h1 {
      font-size: 26px;
  }

  .borker-logo {
      text-align: center;
  }

  .big-title {
      padding-bottom: 0px;
  }

  .quotes-wraper {
      padding: 24px 0px;
      padding-bottom: 24px;
      padding-bottom: 0px;
  }

  .quote-img {
      border: 0;
      padding-top: 0px;
  }

  .Quotes-icon-box img {
      width: 30%;
  }

  .index-page-background {
      background-image: url("../images/home-mobile-background.jpg") !important;
  }

  .motor-number-input {
      width: 85%;
  }

  .vehical-details-title {
      padding: 10px;
      margin-bottom: 15px;
      margin-top: 15px;
  }

  .vehical-details-modal-right-side {
      background: #fff !important;
      width: 100% !important;
      animation-duration: 1s;
  }

  /*front page start    */
  .header-contact-cover {
      display: none;
  }

  .top-social-link li {
      list-style: none;
      float: left;
      padding: 0px 8px;
      font-size: 13px;
      font-weight: bold;
      color: #003478;
  }

  .top-social-box {
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
  }

  .header-quote-btn {
      display: none;
  }

  .navbar.navbar-expand-lg.navbar-light {
      display: flex;
      justify-content: left;
  }

  .header-contact-wraper {
      padding: 11px 0;
      margin-top: 0px;
      background: #fff;
  }

  .bg-light {
      background-color: #fff;
  }

  .header-navbar {
      background: #fff;
      margin-bottom: 0px;
  }

  .navbar-nav.mr-auto {
      background: #003478;
      padding: 15px;
  }

  .form-inline.my-2.my-lg-0 .form-control {
      width: 68% !important;
  }

  .btn.btn-outline-success {
      margin-left: 10px;
      border: 2px solid #003478 !important;
      color: #003478;
  }

  .btn.btn-outline-success:hover {
      border: 2px solid #054faf !important;
      color: #fff;
      background: #054faf;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
      cursor: pointer;
      background: #003478;
      border: none;
      margin-top: -90px;
  }

  .header-logo img {
      width: 50%;
  }

  .top-social-link {
      display: flex;
      justify-content: center;
  }

  .footer-top-contact-text {
      margin-bottom: 15px;
      text-align: center;
  }

  .insurance-type-cover {
      margin-top: 288px;
  }

  .topic-title h3 {
      font-weight: bold;
      color: #003478;
      font-size: 23px;
  }

  .topic-title {
      margin-bottom: 27px;
  }

  .insurance-type-box h4 {
      font-size: 20px;
  }

  /*front page end    */

  .feedback-cover {
      height: 215px;
      padding: 15px;
  }

  .feedback-desc-cover {
      margin-left: 37px;
      margin-top: 2px;
  }

  .feedback-name h3 {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 2px;
  }

  .feedback-content {
      font-size: 12px;
      color: #fff;
  }

  .feedback-profile {
      width: 75px;
      height: 75px;
      margin-top: -15px;
  }

  .slider-slide {
      margin-top: 50px;
  }

  .feedbackowl {
      margin-top: 36px;
  }

  .clients-logo-cover {
      padding-top: 39px;
  }

  #carouselExampleIndicators {
      height: 212px;
  }

  .slider-background {
      margin-top: 0px;
  }

  .navbar .nav-item .dropdown-menu {
      margin-top: 0;
      background: #ebebeb;
      margin-top: -8px;
      border: none;
      padding: 10px;
  }

  .navbar .nav-item .dropdown-menu a {
      color: #202020;
      padding: 7px 18px;
  }

  .slider-form-wraper .nav-link {
      color: grey;
      font-weight: bold;
      font-size: 16px;
      padding: 0px 15px;
  }

  .nav-link img {
      width: 42px;
  }

  .insurance-company-details-box {
      margin: 10px 0;
  }

  .insurance-company-logo img {
      width: 50%;
      margin-bottom: 8px;
  }

  .insurance-company-logo {
      text-align: center;
  }

  .insurance-company-policy-details {
      font-size: 12px;
      margin-top: 2px;
      text-align: center;
  }

  .premium-breakup-modal-cover .modal-content {
      width: 100%;
      margin-left: 0px;
  }

  .premium-breakup-modal-vehical-details img {
      width: 70%;
  }

  .premium-breakup-modal-vehical-details {
      text-align: center;
      margin-bottom: 10px;
  }

  .premium-breakup-modal-title {
      text-align: center;
  }

  .car-details-serch .form-control {
      height: 38px !important;
      /*        width: 296px !important;*/
  }

  .car-details-serch .btn.btn-success {
      height: 38.5px !important;
  }

  .car-rto-serch-cover {
      font-size: 13px;
  }

  .card.card-body li {
      font-size: 15px;
      text-align: left;
  }

  .car-insurance-main-cover {
      padding: 0px 10px;
  }

  .col-lg-4.col-12.car-insurance-strip-title {
      margin-bottom: 5px;
  }

  .btn-next {
      color: #fff;
      font-size: 18px;
      padding: 10px 23px;
      background-color: #003478;
  }

  .car-insurance-company-facility-logo img {
      width: 55%;
      margin-bottom: 15px;
  }

  .car-compare-details-box {
      padding-bottom: 9px !important;
  }

  .car-insurance-compare-collaps-cover {
      max-height: 5531px;
      overflow-y: auto;
  }

  .car-insurance-premium-breakup {
      width: 100%;
      padding: 11px 0px;
  }

  .addons-check-details li {
      text-align: center;
      margin-top: 10px;
  }

  .col-4.insurance-company-facility-title {
      margin-bottom: 9px;
  }

  .car-details-box-content {
      margin-bottom: 7px;
  }

  .car-edtails-main-wrapper .car-details-name {
      margin-bottom: 10px;
      font-size: 17px;
  }

  .insurance-company-facility-logo img {
      width: 70%;
  }

  .payment-short-details {
      text-align: center;
  }

  .car-payment-page-logo {
      text-align: center;
      margin-bottom: 0px;
  }

  .home-click-form-boxinput label {
      font-size: 14px;
  }

  /*payment-short-details ul {*/
  /*    padding: 0 !important;*/
  /*    margin: 0 !important;*/
  /*}*/

  .premium-breakup-modal-info-box-content {
      font-size: 12px;
      padding: 7px 4px;
      text-align: left;
  }

  .health-insure-add-member-flyoutmodal .modal-dialog-right-side {
      background: #fff !important;
      width: 100% !important;
      animation-duration: 1s;
  }

  span.health-insure-add {
      float: right;
      width: 59%;
  }

  .health-insure-members-thin-title h4 {
      margin: 0;
      font-size: 17px;
  }

  .insurend-member-select-custom-age-list label {
      font-size: 14px;
  }

  .insurend-member-select-custom-age-list {
      margin-top: 16px;
  }

  .health-insure-members-box img {
      width: 36%;
      margin-bottom: 5px;
  }

  .radio-check li {
      float: none !important;
  }

  .radio-span {
      margin-left: 0px;
  }

  .radio-check br {
      display: none !important;
  }

  .col.feature-extra-box {
      display: block;
      visibility: hidden;
  }

  .sentence {
      color: #003478;
      font-size: 24px;
      font-weight: 600;
      font-family: ui-monospace;
      text-align: left;
      padding-left: 23px;
  }

  .home-feature-tabs-name {
      font-size: 17px;
  }

  .home-feature-tabs img {
      width: 58%;
  }

  .home-feature-tabs {
      padding-bottom: 5px;
  }

  .feature-image-slider {
      margin: 25px 0px !important;
  }

  .slider-main-wraper .hero__caption h1 {
      font-size: 24px;
  }

  .slider-main-wraper {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      /* background-image: url('../images/slider-background.jpg') !important; */
      padding: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
  }

  .slider-main-wraper .hero__caption p {
      display: block;
      color: #000;
      font-size: 17px;
      font-weight: 500;
      text-align: center !important;
  }

  .home-about-caption h1 {
      font-size: 26px;
  }

  .home-section-2-image {
      margin-top: 70px;
  }

  .home-service-wraper {
      padding: 36px 0;
      margin-top: 59px;
  }

  .home-service-wraper-title h1 {
      font-size: 25px;
  }

  .home-service-box {
      padding: 33px 15px;
  }

  .home-service-card .col-lg-3 {
      margin-bottom: 25px;
  }

  .quote-slider-content-cover {
      padding: 0px 34px !important;
      padding-top: 30px;
  }
  .services-content-cover h1 {
      font-size: 18px;
  }
  .services-content-cover h3 {
      font-size: 17px;
  }
  .services-content-cover h5 {
      font-size: 15px;
  }
  .services-content-cover li {
      font-size: 13px;
  }
  .services-content-cover p {
      font-size: 13px;
  }
}

.error {
  font-size: 12px;
  color: red !important;
}

.fa-check {
  color: green;
  font-size: 18px;
}

.fa-times {
  font-size: 18px;
}

/*Content Loader*/

.timeline-title {
  margin: 0 auto;
  max-width: 472px;
}

/**
* main style
*/

.timeline-item {
  background-color: #fff;
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  /*border-radius: 3px;*/
  padding: 12px;
  margin: 15px auto;
  max-width: 100%;
  box-shadow: 2px 0 8px 0 rgb(0 0 0 / 20%);
  border-radius: 6px;
}

@keyframes placeHolderShimmer {
  0% {
      background-position: -468px 0;
  }

  100% {
      background-position: 468px 0;
  }
}

.animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

/* Every thing below this is just positioning */

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 100px;
  right: 0;
  height: 0;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  /*top: 10px;*/
  /*left: 100px;*/
  height: 20px;
  /*width: 10px;*/
}

.background-masker.header-bottom {
  top: 20px;
  height: 20px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 32px;
  height: 40px;
}

.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 85%;
  right: 0;
}

.background-masker.subheader-right {
  left: 69%;
}

.background-masker.subheader-bottom {
  top: 60px;
  height: 20px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.background-masker.content-top {
  height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.background-masker.content-second-line {
  top: 68px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  top: 82px;
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}

.header-last-left {
  bottom: 0;
  left: 100px;
  height: 100px;
  width: 15px;
}

.subheader-right-last {
  left: 55%;
  bottom: 0;
  width: auto;
  right: 0;
  top: inherit;
  height: 20px;
}

.mar-tb-10 {
  margin: 10px 0;
}

/* SHARE CONTAINER */

.share-container {
  border-radius: 15px;
  display: flex;
  padding-right: 0;
  text-align: center;
  transition: width 0.5s;
  width: 80px;
  background-color: #eeeeee;
}

.share-container.active {
  width: 100%;
}

.share-btn {
  width: 90px;
  padding: 5px;
  font-size: 11px;
  font-weight: 800;
  color: #777777;
  border-radius: 15px;
  background-color: #eeeeee;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.share-btn:hover {
  color: #343a40;
  cursor: pointer;
}

.share-btn.active {
  color: #ffffff;
  background-color: #dc3545;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px 5px 5px 12px;
}

.share-btn.active:hover {
  background-color: #cf2838;
}

.share-url {
  width: 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  color: #eeeeee;
  transition: all 0.2s;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.share-url.active {
  width: 100%;
  color: #343a40;
  padding: 6px;
}

/*fade*/
.animate {
  opacity: 0;
  transition: all 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate.active {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.slide-in-down {
  transform: translateY(-100%) translateX(-50%);
}

/*notification*/
.notification-button {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 10px 20px;
  background: #343a40;
  color: #eeeeee;
  z-index: 9999;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
}

.hide {
  display: none;
}

.section {
  padding-top: 155px !important;
}

.car-rto-serch-cover.vehical-details-title-box.car-insurance-strip {
  margin: 0px;
}

/* business-compare-start */

.health-insurance-company-detail-box {
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 2px 0px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 13px 15px;
  font-size: 13px !important;
}

.health-insurance-company-name {
  font-size: 15px;
}

.health-insurance-price {
  font-size: 15px;
  color: #003478;
  margin-top: 6px;
}

.health-insurance-company-facility-btn {
  text-align: center;
}

.health-compare-details-cover-box {
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  padding-bottom: 8px;
}

.row.halth-policykey-feature-cover {
  padding: 9px;
  margin-top: 20px;
  border-top: 1px solid #dedede;
  padding-bottom: 0px;
}

.health-keyfeature-box a {
  color: #000;
  font-size: 13px;
}

.health-keyfeature-box a:hover {
  text-decoration: none;
}

.health-keyfeature-box {
  text-align: right;
}

.health-add-compare-check-cover ul {
  padding: 0;
  margin: 0;
}

.health-add-compare-check-cover a {
  color: #003478;
  font-size: 15px;
}

.health-add-compare-check-cover li {
  margin-bottom: 10px;
  font-size: 15px;
  list-style: none;
}

.health-right-add img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.form-check-label.health-add-compare-label {
  color: #003478;
}

.health-right-add {
  position: sticky;
  top: 61px;
}

/* .health-compare-add-compare a {
color: #003478;
font-size: 15px;
} */

.health-insurance-company-detail-box.health-policy-added-to-compare {
  background: #a0c4f2;
  border: 1px solid;
}

/*
.health-compare-add-compare a:hover  {
text-decoration: none;;
} */

.health-compare-add-compare {
  margin-bottom: 12px;
}

.health-compare-screen-fix {
  position: fixed;
  bottom: 0px;
  max-width: inherit;
  width: 100%;
  z-index: 999;
  box-shadow: 0 -5px 6px 0 rgb(0 0 0 / 16%);
  background: #fff;
  padding: 20px 0px;
}

.health-compare-added-policy-box {
  padding: 11px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
}

.health-compare-added-policy-title {
  font-weight: bold;
  font-size: 12px;
}

.health-compare-added-policy-title p {
  font-weight: normal;
  margin: 0;
  margin-top: 5px;
  font-size: 14px;
}

.health-compare-added-policy-close {
  text-align: right;
  margin-top: -23px;
  margin-right: -14px;
}

.health-compare-added-policy-close a {
  color: #000;
}

.health-compare-screen-fix-close {
  text-align: right;
  padding-right: 14px;
  margin-top: -20px;
  font-size: 21px;
  color: #000;
}

.health-compare-screen-fix-close a {
  color: #000;
}

.health-compare-added-policy-modal-close {
  margin-top: 9px;
}

.health-compare-added-policy-box.health-compare-added-policy-blank {
  border: 1px dashed grey;
  text-align: center;
  padding: 20px;
}

.health-insurance-plan-name {
  text-align: center;
  font-size: 16px;
  margin-top: 8px;
  color: #003478;
}

.insurance-company-details-title.health-compare-feature-title {
  margin-bottom: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border: 2px solid #bfcae0;
}

.health-insurance-company-facility-btn .btn.btn-primary.create-premium-quote {
  background: #007bff;
  font-weight: bold;
}

.insurance-company-facility-title {
  color: #000;
  font-size: 16px;
}

.insurance-company-facility-title.text-center {
  color: #000;
  font-size: 16px;
}

.insurance-company-facility-title img {
  /*width: 15%;*/
}

.col-2.insurance-company-facility-title.text-center img {
  width: 18%;
}

.health-insurance-company-facility-btn span {
  display: none;
}

.service-provider-count-title {
  font-size: 17px !important;
  text-align: center;
  font-weight: bold;
}

.health-insurance-plan-details-label {
  display: none;
}

.health-compare-added-policy-modal-close .btn.btn-primary {
  font-size: 17px;
  padding: 8px 13px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background: -webkit-linear-gradient(25deg, #1ba8d3 0, #39f1e0 100%);
  width: 46%;
  padding: 9px !important;
  border-radius: 6px !important;
  font-weight: normal !important;
}

.health-compare-added-policy-modal-close .btn.btn-primary:hover {
  background-color: #42378f;
  background: -webkit-linear-gradient(45deg, #1ba8d3 0, #39f1e0 100%);
}

.insurance-company-detail-box-cover {
  padding: 0px 0px;
}

.health-insurance-company-detail-box-cover.insurance-company-detail-box-cover .col-lg-12 {
  padding: 0px !important;
}

.health-insurance-company-detail-box-cover.insurance-company-detail-box-cover {
  padding: 5px 0px;
}

.car-insurance-company-facility-logo img {
  /*width: 100%;*/
}

.health-add-compare-check-cover {
  border-bottom: 1px dashed;
}

.user-business-plan-sum-insured {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  color: #000;
}

.user-business-plan-sum-insured span {
  float: right;
}

.input-icon-wrap {
  border: 1px solid #ddd;
  display: flex;
  flex-direction: row;
}

.input-icon {
  background: #ddd;
  cursor: pointer;
}

.input-with-icon {
  border: none;
  flex: 1;
  background: #dddddd5e;
  pointer-events: none;
}

.input-icon,
.input-with-icon {
  padding: 10px;
}

.share_quote_input_container {
  margin: 11px 25px;
  margin-left: 0px;
}

.input-icon-wrap {
  display: none;
}

#carouselExampleIndicators {
  margin-top: 0px;
}

.carousel-item img {
  border-radius: 31px;
}

/* about-page-start */

.about-details-content-title-small {
  font-size: 17px;
  font-weight: bold;
  color: #275575;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.about-details-wraper {
  margin-top: 100px;
  padding: 0px 37px;
}

.about-details-content-title h1 {
  margin-bottom: 18px;
  color: #1c1b1b;
  font-size: 31px;
  line-height: 47px;
  font-weight: 800 !important;
  /* font-family: initial; */
  font-family: "Poppins", sans-serif;
}

.about-chose-wrap .about-details-content-title {
  text-align: center;
}

.about-chose-wrap {
  margin-top: 100px;
}

.about-choose-point-title h3 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #000;
}

.about-choose-point-box {
  margin-top: 41px;
}

.about-choose-point-icon img {
  width: 85px;
}

.about-choose-point-icon {
  text-align: center;
}

.team-boxes-wraper {
  padding: 0px 90px;
  margin-top: 41px;
  margin-bottom: 100px;
}

.about-choose-point-cover {
  padding: 0px 15px;
}

.about-team-designation {
  margin-top: 15px;
  font-size: 14px;
}

.about-team-designation p {
  font-weight: bold;
}

.about-choose-point-title p {
  font-size: 15px;
}

.about-faq-accordian .card-header {
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%);
  box-shadow: 0 0 2px rgb(0 0 0 / 10%);
  margin-bottom: 1px;
  position: relative;
  background: #275575;
}

.about-faq-accordian .card {
  margin-top: 5px;
}

.about-faq-accordian .btn.btn-link {
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.about-faq-accordian {
  margin-top: 55px;
  margin-bottom: 100px;
}

.contact-page-map-wrap {
  margin-top: 75px;
}

.contact-details-box-icon.contact-mail-icon {
  padding-top: 4px;
}

.contact-details-box-icon.contact-address-icon {
  padding-top: 4px;
}

.about-team-box {
  padding: 0 23px;
}

.about-team-designation span {
  display: flex;
  justify-content: right;
  margin-top: -73px;
}

.about-linkedun-icon a {
  font-size: 41px;
  color: #0a66c2;
}

.about-details-extra-title {
  margin: 15px 0;
  font-weight: bold;
  font-size: 24px;
  margin-top: 52px;
}

.about-details-title-box strong {
  font-family: poppins;
}

/* about-page-end */

/* contact-page-start */

.contact-details-box-icon {
  text-align: center;
  height: 50px;
  width: 50px;
  font-size: 26px;
  padding-top: 8px;
  border-radius: 50%;
  border: 1px solid gray;
  color: #275575;
}

.contact-details-box-wrap {
  display: block;
  background: #fff;
  padding: 47px 40px 29px 40px;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgb(211 220 232 / 60%);
}

.contact-details-box-detail h3 {
  font-weight: bold;
  font-family: poppins;
  font-size: 19px;
  color: #275575;
}

.contact-details-box {
  margin-bottom: 25px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-details-box-detail {
  padding-left: 20px;
}

.contact-details-box-detail a {
  color: #000;
  font-size: 15px;
}

.contact-form-wrap h3 {
  font-weight: bold;
  font-family: poppins;
  color: #275575;
}

.contact-form-wrap .form-control {
  font-size: pad;
  font-size: 15px;
  padding: 26px 14px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
      rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.contact-form-wrap label {
  font-family: poppins;
  margin-top: 23px;
  color: #000;
  font-weight: 400;
}

.contact-form-wrap {
  margin-top: 36px;
  padding: 0px 10px !important;
}

.border-btn {
  background: none;
  border: 2px solid #275575;
  padding: 9px 35px;
  border-radius: 23px;
  cursor: pointer;
}

.contact-form-wrap {
  margin-top: 36px;
  padding: 0px 100px;
}

.contact-details-box-last {
  padding-bottom: 0px;
}

.contact-form-btn-wrap {
  width: 100%;
  padding-left: 15px;
  margin-top: 23px;
}

/* contact-page-end */

/* pos section start */

.pos-main-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/premium/images/posblock_bg.png);
  padding: 100px 0;
}

.pos-form-wraper .form-control {
  padding: 26px 14px;
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}

.pos-form-wraper label {
  font-family: poppins;
  margin-top: 23px;
  color: #000;
  font-weight: 400;
}

.pos-form-wraper .border-btn {
  margin-top: 55px;
  width: 100%;
}

.pos-form-wraper {
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 16px;
  background: #fff;
}

.pos-corner-details-content h2 {
  font-family: poppins;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.pos-corner-details-content p {
  font-size: 20px;
  margin: 0px;
}

.pos-corner-details-content {
  padding: 15px 19px;
  background: #fbfcff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
      rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 10px;
}

.pos-form-wraper h3 {
  font-family: poppins;
  font-weight: bold;
  font-size: 25px;
  color: #11215b;
}

.pos-corner-feature-point-box img {
  width: 29% !important;
}

.pos-corner-feature-point-box p {
  margin: 0;
}

.pos-corner-feature-point-box {
  text-align: center;
  padding: 13px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
      rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  border-radius: 6px;
  background: #fff;
}

.pos-corner-desc-content {
  color: #fff;
}

.pos-corner-feature-points-wraper {
  margin-top: 17px;
}

.pos-corner-feature-point-box h4 {
  margin: 15px 0px;
  font-weight: bold;
  font-family: poppins;
  font-size: 16px;
  margin-bottom: 6px;
}

.pos-corner-desc-content {
  margin-top: 27px;
}

/* pos section end */

/* make a claim page sectoin start */

.make-claim-feature-select-wrap label {
  font-family: poppins;
  margin-top: 23px;
  color: #275575;
  font-weight: 400;
}

.make-claim-feature-select-wrap .form-control {
  padding: 14px 14px;
  height: 59px;
  font-size: 16px !important;
}

.make-a-claim-main-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/premium/images/make-a-claim-back.png) !important;
  padding: 100px 0;
}

.home-about-wraper {
  margin-top: 115px;
  padding: 0 74px;
  
}
.header-logo{
  position: relative;
  top: 15px;
}
.view-more-button:after {
  content: "\25bc";
  font-size: 0.7rem;
}
.view-more-button.active:after {
  content: "\25b2";
  font-size: 0.7rem;
}
.view-more-button {
  background: #003478;
  color: #fff;
  width: 100%;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  font-size: 0.8rem;
  border-radius:  0 1rem 0 0;
}
.plan_links {
  width: 16%;
  display: inline-block;
  text-align: center;
}
input[type='text']:read-only {
  background-color: #fff!important;
}

/* make a claim page sectoin end */


/* custom changes added start */


/* custom changes added end */

/* TABLET LANDSCAPE & iPads (portrait and landscape) */
@media only screen and (min-width: 768px) and (max-width: 992px) {}

/* SMARTPHONES LANDSCAPE & TABLETS PORTRAIT */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .about-choose-point-icon img {
      width: 20%;
  }

  .about-choose-point-icon {
      text-align: left;
  }
  .about-choose-point-title h3 {
      font-size: 15px;
  }
  .about-details-content-title h1 {
      margin-bottom: 0px;
      font-size: 18px;
  }
  .about-details-extra-title {
      font-size: 20px;
  }
  .about-cont-card h3 {
      font-size: 12px;
  }
  .about-team-content h2 {
      font-size: 20px;

  }
  .about-choose-point-title p {
      font-size: 12px;
  }

  .team-boxes-wraper {
      padding: 0px 0px;
      margin-top: 41px;
      margin-bottom: 100px;
  }

  .about-team-box {
      margin-bottom: 30px;
  }

  .contact-form-wrap {
      margin-top: 36px;
      padding: 0px 30px;
  }

  .contact-details-box-icon {
      margin-bottom: 15px;
  }

  .contact-details-box-detail {
      padding-left: 0;
  }

  .owl-dots {
      display: block;
      display: none;
  }

  .header-logo {
      text-align: left;
      margin-top: 10px;
  }

  .header-navbar {
      background: #fff;
      margin-bottom: 0px;
      margin-left: 0x;
  }

  .navbar-nav {
      background: #003478;
      padding: 15px;
      width: auto;
      flex-direction: column !important;
  }

  .about-team-designation {
      margin-top: 15px;
      font-size: 14px;
  }

  .about-team-designation p {
      font-weight: bold;
      font-size: 18px;
  }

  .about-details-wraper {
      margin-top: 50px;
      padding: 0;
  }

  #carouselExampleIndicators {
      margin-top: 0px;
  }

  .home-about-wraper {
      margin-top: 0;
  }

  .pos-corner-feature-points-wraper .col-4 {
      padding: 5px;
  }
  .pos-corner-feature-point-box img {
      width: 50% !important;
  }
  .pos-form-wraper {
      margin-top: 20px;
  }
  .pos-form-wraper h3 {
      font-size: 19px;
  }
  .make-claim-feature-select-wrap .form-control {
      padding: 0px 14px;
      height: 44px;
  }

  .pos-corner-feature-point-box h4 {
      font-size: 13px;
  }

  .pos-main-wrap {
      padding: 70px 0;
  }

  .pos-corner-desc-content {
      margin-bottom: 30px;
  }

  .col-lg-5.about-details-chart {
      text-align: center;
  }

  .col-lg-6.home-carousel-slider {
      padding: 0 30px;
  }

  .navbar-toggler:not(:disabled):not(.disabled) {
      cursor: pointer;
      background: #003478;
      border: none;
      margin-top: 0px;
      margin-right: 0px;
  }

  .make-claim-feature-select-wrap {
      margin-top: 0px;
      margin-bottom: 15px;
  }

  .pos-corner-feature-point-box p {
      margin: 0;
      font-size: 12px;
  }

  .pos-corner-feature-point-box h4 {
      font-size: 14px;
  }

  .pos-corner-feature-point-box {
      height: 100%;
  }
  .pos-corner-details-content h2 {
      font-size: 18px;
  }

  .home-about-wraper {
      margin-top: 0px;
      padding: 0px 0px;
  }

  .home-about-caption {
      margin-top: 0px !important;
  }

  .about-cont-card-wraper .col-lg-4 {
      margin-top: 15px !important;
  }

  .about-details-chart {
      text-align: center;
  }

  .navbar-brand img {
      width: 84px !important;
  }

  .navbar-light .navbar-brand {
      color: rgba(0, 0, 0, 0.9);
      width: 75% !important;
  }

  .car-number-pop-form .btn-quotes {
      transition: all ease .2s;
      /* float: left; */
      width: 107px;
      border-radius: 0 4px 4px 0;
      padding: 18px 0;
      font-weight: 400;
      font-size: 15px;
      border: none;
      background: #57dddd;
      box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    }

    .car-number-pop-form h3 {
      font-weight: bold;
      font-family: poppins;
      font-size: 22px;
      text-align: center;
      margin-top: -22px;
      margin-bottom: 35px;
    }


    .car-pop-dont-know-number a {
      padding: 14px 30px;
    }

    .car-number-pop-image img {
      width: 68%;
    }

    .car-number-pop-image {
      text-align: center;
    }

    .car-number-pop-textinput input {
      padding: 20px 11px 20px;
    }

    .top-header {
      background: #275575;
      padding: 10px 0;
      display: none;
    }

    .hero-section-content h2 {
      font-size: 34px;
      line-height: 45px;
    }

    .hero-section-wrapper {
      padding: 13px 0;
    }

    .hero-section-image {
      display: none;
    }

    .btn-primary {
      color: #fff;
      border-color: #007bff;
      background: #275575;
      border: none;
      font-size: 16px;
      padding: 9px 25px;
    }

    .insurance-product-box img {
      width: 33px;
    }

    .insurance-product-box {
      text-align: center;
    }

    .insurance-product-box p {
      margin: 0;
        margin-top: 0px;
      font-size: 13px;
      margin-top: 5px;
    }

    .insurance-product-box {
      padding: 9px 10px;
      margin-bottom: 15px;
      border: 1px solid #27557585;
      border-radius: 25px 0px 25px 0;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }

    .insurance-product-wrapper .col-4 {
      padding: 0 8px;
    }

  .why-choos-us-wrapper h2 {
  
      font-weight: bold;
      margin-bottom: 50px;
      font-size: 20px;
      line-height: 34px;
  
  }

  .why-choos-box-icon {
     width: 78px;
  }

  .why-choos-box-icon img {
  width: 42px;
  }

  .why-choos-us-wrapper {
  margin-top: 45px;
  }

  .home-about-wrapper {
      margin-top: 0px;
    }

    .home-about-content h2 {
      font-size: 29px;
      margin-bottom: 10px;
    }
    

    .home-partner-content span {
      font-size: 26px;
    }

    .home-security-content {
      width: 100%;
    }

    .home-security-wrapper {
      margin-top: 51px;
    }

    .home-security-content h2 {
      font-weight: bold;
      font-size: 29px;
    }

    .home-security-image img {
      margin-top: 0px;
    }

    .footer-about img {
      width: 84px;
      margin-bottom: 16px;
    }

    .footer-details-box h5 {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 16px;
      margin-top: 16px;
    }

    .footer-details-box li {
      list-style: none;
      margin-bottom: 13px;
    }

    .footer-details-box a {
      color: #fff;
      font-size: 15px;
    }

    .footer-copy-right-box {
      font-size: 12px;
    }

    .footer-about p {
      font-size: 13px;
    }

    .footer-details-box {
      border-bottom: 1px solid #fff;
      padding-bottom: 16px;
    }

    .footer-copy-right-box {
      text-align: center;
      margin-top: 37px;
      border-top: none;
      padding-top: 0px;
      font-size: 14px;
    }

    .about-chose-wrap {
      margin-top: 40px;
    }

    .about-team-image {
      margin-top: 40px;
    }

    .services-content-images img {
      border-radius: 13px;
      position: sticky;
      box-shadow: 0px 6px 5px #ccc;
      margin-bottom: 50px;
  }

  .services-content-cover {
      margin-top: 29px;
    }

}

.car-variant-select-box:hover,
.car-manufacture-select-box:hover,
.vehical-manufacture-box:hover,
.vehical-year-boxes-wraper:hover,
.trigger_variant:hover{
  outline:2px solid #275575 !important;
background-color: #f5f6fe !important;
}

a.btn.btn-primary.create-premium-quote.premium-quote-compare-price-btn {
  padding: 7px !important;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 15px);
  background-color: #fff;
  padding: 0.8rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  border: 1px solid lightgrey;
}
.popover__content a {
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  color: darkgray;
  font-size: 0.9rem;
  display: block;
  text-align: center;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent lightgrey transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.pos-form {
  padding: 21px 3px 22px 40px;
  box-shadow: 0px 0px 13px -9px gray;
  background: white;
  border-radius: 5px 3px 0px 0px;
}

.pos-insur-name,
.pos-mail,
.pos-ph-no,
.pos-pin,
.pos-city,
.pos-password {
  height: 39px;
  border-radius: 11px;
  box-shadow: 0px 0px 13px -8px gray;
  font-size: 12px;
  padding: 7px 12px;
  font-weight: 600;
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  height: 91%;
  width: 45%;
  background: black;
  border-radius: 14px;
  font-weight: 600;
}

button#pills-profile-tab:active {
  color: #275575 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #275575 !important;
}

.pos-insur-box, .pos-mail-box, .pos-ph-no-box, .pos-pin-box, .pos-city-box, .pos-password-box {
  width: 89%;
  padding-bottom: 12px;
}

.pos-insur-box label,
.pos-mail-box label,
.pos-ph-no-box label,
.pos-pin-box label,
.pos-city-box label,
.pos-password-box label {
  font-weight: 600;
  font-size: 12px;
  padding-left: 11px;
  padding-bottom: 0px;
  font-family: 'Poppins';
}

.pos-signup-btn {
  background: #efa563 !important;
  padding: 10px 40px;
  width: 100%;
  color: white;
  font-weight: 700;
  font-size: 13px;
  margin-left: 0px;
  border-radius: 12px;
  cursor: pointer;
}

.pos-login-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #275575;
  padding: 10px 40px;
  width: 100%;
  color: #275575;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
}

.pos-signup-btn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 4px -1px #275575;
  padding: 10px 40px;
  width: 100%;
  color: #275575;
  font-weight: 700;
  font-size: 13px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  margin-left: 9px;
  background-color: white !important;
}

.pos-login-btn-box {
  margin-right: 44px;
}

.pos-sub-btn-box {
  padding-top: 22px;
}



.pos-card-deatils-cover {
  background: #ffba7e;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.form-top-set {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
}

.pos-feature-box {
  box-shadow: 0px 0px 7px -3px gray;
  height: 100%;
  width: 100%;
  padding: 9px;
  text-align: center;
  background: white;
  border-radius: 7px;
  cursor: pointer;
}

.pos-feature-box h5 {
  font-size: 13px;
  padding-top: 17px;
  font-weight: 700;
}

.pos-feature-cover-box {
  height: 100%;
  width: 100%;
  padding: 20px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pos-feature-icon {
  margin-top: -37px;
}

h4.pos-title {
  text-align: center;
  font-weight: 700;
  color: white;
}

.pos-title span {
  font-weight: 600;
  color: black;
}

.pos-form {
  padding: 21px 5px 25px 36px;
  box-shadow: gray 0px 0px 13px -9px;
  background: white;
  border-radius: 20px;
}

button#pills-home-tab {
  background: cornflowerblue;
}

.pos-sub-btn {
  margin-top: 16px;
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  height: 99%;
  width: 35%;
  background: black;
  border-radius: 14px;
  font-weight: 600;
  border: none;
  font-size: 14px;
  color: white;
}

.pos-feature-icon img {
  height: 55px;
  background: white;
  padding: 11px;
  box-shadow: 0px 2px 2px -1px #aeaeae;
  border-radius: 32px;
}

.pos-login-set {
  height: 100%;
  width: 100%;
  margin: 100px 0px;
}

.pos-login-form {
  padding: 29px;
  box-shadow: 0px 0px 13px -7px black;
  background: white;
  border-radius: 13px;
  margin-top: 22px;
}
.compare-blade-loader {
  width: 100vw;
  height: 100vh;
  background-color: rgba(250, 243, 243, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 999999999999 !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-blade-loader video {
  width: 220px;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 20px;
}

.compare-blade-loader .health-tip {
  font-size: 17px;
  color: darkslateblue;
  font-weight: 600;
  background: white;
  padding: 15px 32px;
  width: 28%;
  text-align: center;
  border-radius: 30px;
  position: absolute;
}
.lead-section-wrapper {
  margin: 30px 0px;
}
.lead-form-cover1  .form-group {
  margin-bottom: 10px !important;
}
.lead-form-cover1  input {
  border-radius: 10px!important ;
  height: 48px !important ;
}
span.select2-selection.select2-selection--single {
  padding: 8px;
  font-size: 13px;
  border-radius: 10px;
  height: 47px;
}
.lead-form-cover1 .btn {
  margin-top: 10px;
  padding: 13px 20px;
  background: #6a8639;
  font-weight: 500;
}
.lead-form-cover1 {
  background: aliceblue;
  padding: 32px;
  border-radius: 10px;
}
.lead-form-cover1 h1 {
  font-size: 27px;
  text-align: center;
  color: #275575;
  font-weight: 600;
  margin-bottom: 0px;
}
.lead-form-cover1 p {
  text-align: center;
  font-size: 19px;
  margin-bottom: 34px;
}
.lead-image{
  display: flex;
  justify-content: center;
}
.lead-image img {
  width: 90%;
}
.lead-form-cover1 label {
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 4px;
}
.pos-sub-btn-box button {
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.pos-sub-btn-box {
  margin-top: 26px;
}
li.nav-item .pos-login-btn {
  border: none;
  background: transparent;
}
button.btn.pos-sub-btn {
  background: #2cb2f0;
  color: white;
}