
:root {
  --button-color-form: #3772dd;
  --paragraphs-color: #585858;
  --primary-color: #3772dd;
  --secondary-color: #ef3036;
  --text-color: #3772dd;
  --section-background: #F6F6F6;
}

body {
  margin: 0;
  /* font-family: Poppins !important; */
  font-family: "arial", sans-serif;
  font-size: 14px;
  line-height: 1.72em;
  font-weight: 200;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: "arial", sans-serif;
  color: inherit;
  letter-spacing: 0px;
}

.w-40 {
  width: 50%;
}
@media (min-device-width: 1199.99px) {
  .container.custom-container {
    min-width: 1140px;
  }
}
@media (min-device-width: 1400px) {
  .container.custom-container {
    min-width: 1340px;
  }
}

.navbar-light .navbar-nav .nav-link {
  padding: 1.35em 1.1em;
  line-height: 1em;
  font-size: 14px;
  color: #3f3e43;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-right: 23px !important;
}

.navbar-light .navbar-nav .nav-link span {
  color: #3772dd;
}

.navbar-light .navbar-nav .nav-link span:hover {
  color: #3772dd !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #3772dd !important;
}

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  display: block;
  z-index: 999;
  top: 0;
}

.bg {
  background-color: #fff;
  padding: 10px 0 5px !important;
}

.bg-nfont {
  color: #3772dd !important;
}

.bor-lr:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #ccc;
  position: relative;
  top: 2px;
  margin: 0 0.9em 0 0;
  float: left;
}

.bor-lr:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #ccc;
  position: relative;
  top: 2px;
  margin: 0 0 0 1.1em;
  float: right;
}

.text-box {
  position: absolute;
  top: 50%;
  width: 40%;
  left: 13%;
  right: 50%;
  color: #fff;
  text-align: left;
}

.text-box h2 {
  font-size: 50px;
  margin-top: 150px;
}

.text-box h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 10px 0;
}

.mr-t {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.offer h2 {
  margin-bottom: 25px;
  font-size: 40px;
  color: #3772dd;
}

.offer h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

/*header*/

.header-b {
  margin-top: -7.2rem;
  color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 55% !important;
  top: 13rem;
  bottom: 20px;
  left: 6% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
}

.carousel-caption h2 {
  font-size: 44px;
  font-weight: 700 !important;
  font-family: "Poppins", sans-serif;
}

.img-bk {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

/*top slider*/

.item-3 {
  /* margin: auto 10px;  */
  color: #fff;
  display: grid;
  position: relative;
  place-items: center;
}

.item-3 a {
  /* margin: auto 10px;  */
  color: #fff;
  display: grid;
  position: relative;
  place-items: center;
}

.item-3 a:hover {
  color: #fff;
  text-decoration: none;
}

/*
.bg-1 {
    background-image: url(/JAIKA/images/banner-1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    position: relative;
}

.bg-2 {
    background-image: url(/JAIKA/images/banner-2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    position: relative;
}

.bg-3 {
    background-image: url(/JAIKA/images/banner-3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    position: relative;
}*/

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card {
  /* height: 100px; */
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent !important;
  ound-clip: border-box;
  border: none !important;
  border-radius: inherit;
}

.card-body {
  -ms-flex: 1 1 auto;
  /* flex: 1 1 auto; */
  min-height: 1px;
  padding: 0rem !important;
}

.owl-carousel .item {
  margin: 3px;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .item {
  margin: 0 10px;
}

.owl-carousel {
  margin-bottom: 1px;
}

.max-width {
  width: 1120px;
}

.box-1 p {
  color: #fff;
  font-weight: 200;
}

.box-1 h1 {
  font-weight: inherit;
  font-size: 30px;
  color: #fff;
}

.car-i h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.box-over {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.mr-84 {
  margin-left: 84px;
}

.fb-box {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.box-1 {
  background-color: #3772dd;
  padding: 24px 0 0 0px;
}

.box-2 {
  background-color: #3772dd;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 20px 0 0 10px;
}

.box-2 i {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}
.box-2 .insuType img {
  width: 40%;
}
.insurancePage {
  background-color: #f6f6f6;
  margin-top: 3rem;
  padding: 3rem 0;
}
.insurancePage p {
  margin-bottom: 0.5rem;
}
.box-2 .insuType img:hover {
  transform: scale(0.9);
}

.box-2 a p {
  color: #fff;
  text-align: center;
}

.box-over ul {
  padding-left: 20px;
}

#demo {
  position: ab;
}

.box-over-1 {
  /* position: absolute!important;*/
}

.banner-r {
}

.box-over li {
  padding: 10px;
  list-style: none;
  float: left;
  width: 13.66%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.box-over li:hover {
  color: #3772dd !important;
}

/*  ------ */

.mt-55 {
  margin-top: 55px;
}

.real {
  background-color: #ecf3f9;
}

.real h2 {
  margin-top: 6rem;
  font-size: 40px;
}

.our-Busines h2 {
  color: #3772dd;
  font-size: 40px;
}

.our-btn {
  background-color: #3772dd;
}

.our-btn {
  background-color: #3772dd;
}

.mt-25 {
  margin-top: 25px;
}

.pd-0 {
  padding: 0;
}

.pl-20 {
  padding-left: 20px;
}

.real h2 {
  color: #3772dd;
  font-size: 40px;
}

.real h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

.btn-real {
  background-color: #3772dd !important;
  color: #fff !important;
  margin-bottom: 20px;
}

.btn-real:hover {
  background-color: #3772dd !important;
  border: 1px solid #3772dd;
  color: #fff;
}

.nopadding {
  padding: 0 !important;
}

/*-----*/

.car-i {
  position: absolute;
  top: 31%;
  /* z-index: 999; */
  color: #fff;
  left: 10%;
  right: 15%;
}

.agent-section {
  background-image: url(/JAIKA/images/bg_2.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 600px;
}

.mt-7r {
  margin-top: 7rem;
}

.agent-section h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

.hei-slider {
  height: 244px;
}

.w-24 {
  width: 24%;
}

.sellect-h {
  padding: 10px 20px;
}

.find-btn {
  background-color: #3772dd;
  border: none;
  color: #fff;
}

.offer a {
  text-decoration: none;
}

.offer a:hover {
  background-color: #007bff;
}

.pd-10 {
  padding: 10px;
}

.pd-1 {
  padding: 0 20px;
}

.w-10 {
  width: 10%;
}

.w-80 {
  width: 80%;
}

.lif-imghi {
  height: 286px;
}

.life-bg {
  background-color: #f3f3f3;
  padding: 0px 20px;
  padding-top: 20px;
  height: 286px;
  color: #6f6e72;
  position: relative;
}

.life-bg2 {
  background-color: #f3f3f3;
  padding: 0px 20px;
  padding-top: 20px;
  height: 285px;
  color: #6f6e72;
  position: relative;
}

.scroll-top {
  z-index: 99;
}

.whats-app {
  z-index: 99;
}

element.style {
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.life-bg a {
  color: #000;
  text-decoration: none !important;
  margin-top: 0px;
}

.life-bg2 a {
  color: #000;
  text-decoration: none;
  margin-top: 0px;
}

.btn-success {
  color: #fff;
  background-color: #3772dd !important;
  border-color: none;
  border: none !important;
}

.btn-success:hover {
  color: #fff;
  background-color: #3772dd !important;
  border-color: #3772dd;
}

.life-bg:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  left: -18px;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  background: #f3f3f3;
  z-index: 1;
}

.life-bg2:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  background: #f3f3f3;
  z-index: 1;
}

.pt-30 {
  padding-top: 30px;
}

.pl-20 {
  padding-top: 15px;
}

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: #3772ddad;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.our-top .content .content-overlay {
  background: #3772ddad;
  position: absolute;
  height: 86%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
  height: 286px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 60%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: #3772dd;
  color: #fff;
  float: left;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  padding: 0.65em 2.8em 0.4em;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #3772dd;
}

.tab button.active {
  background-color: #3772dd;
  color: #fff;
}

/* .tab button.active:hover{
    background-color: #3772dd;
    color: #fff;
} */

.tabcontent {
  display: none;
  margin-top: 20px;
  border: 0px solid #ccc;
  border-top: none;
}

.faq-cat-content .panel-heading a:after {
  content: "\002B";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: -28px;
}

.manage {
  background-color: #f3f3f3;
  padding: 50px 0;
}

.manage-box {
  background-color: #fff;
}

.manage h2 {
  font-weight: bold;
  font-size: 34px;
  padding-left: 25px;
  padding-top: 5rem;
}

.manage p {
  font-weight: 400;
  padding: 0 25px;
  padding-top: 2rem;
}

.manage h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #007bff;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

.manage i {
  font-size: 13px;
  font-weight: 100;
  padding-left: 25px;
  padding: 10px 5px 5px 25px;
}

.manage ul {
  padding: 0;
}

.manage li {
  list-style: none;
}

.manage-btn {
  margin-left: 30px;
  background: #007bff;
  color: #fff;
  padding: 8px 25px;
}

.manage-btn:hover {
  background-color: #3772dd;
  color: #fff;
  border: 1px solid #007bff;
  padding: 8px 25px;
}

.pd-25 {
  padding: 0 25px;
}

.pt-30 {
  padding-top: 30px;
}

/*---*/

.our-Busines {
  background-image: url(/JAIKA/images/team-bg1.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 30px 0;
}

.our-Busines h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

.mt-12 {
  margin-top: 12px;
}

.mt-40 {
  margin-top: -40px;
}

.big-stups {
  background-image: url(/JAIKA/images/new-02-03.jpg);
  background-size: cover;
  background-position: right;
  width: 100%;
  height: 525px;
  position: relative;
}

/*----*/

.inc-bg {
  background-image: url(/JAIKA/images/inc-bc.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  position: relative;
}

.inc-bg h1 {
  margin-top: 10rem;
  color: #fff;
  font-size: 55px;
}

.inc-bg p {
  margin-top: 4rem;
  color: #fff;
}

.inc-bg h1:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 25px;
  bottom: 25px;
  left: 0;
  margin: 15px 0;
}

.custmer {
  background-color: #0e0d0dc9;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.custmer-box {
  background-color: #3772dd;
  width: 100%;
  color: #fff;
  padding: 40px 20px;
  height: 174px;
}

.custmer-box h2 {
  font-size: 2.571em;
  margin-bottom: 15px;
}

.milestone-counter {
  float: left;
}

.stat {
  margin: 40px auto;
  width: 80%;
  float: right;
}

.highlight {
  color: #fff;
  padding-bottom: 15px;
  display: block;
  margin-bottom: 0;
  font-size: 35px;
}

.milestone-details {
  font-size: 18px;
  color: #fff;
}

/*our-top*/

.our-top h2 {
  font-size: 40px;
  color: #3772dd;
  margin-top: 50px;
}

.our-top h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #007bff;
  position: relative;
  top: 0px;
  left: 0;
  margin: 15px 0;
}

.our-top a {
  text-decoration: none;
  margin-bottom: 10px;
  color: #000;
}

.our-top li {
  list-style: none;
  font-size: 16px;
  color: #3f3e43;
  margin: 5px 0;
}

.our-top ul {
  padding-left: 50px;
}

.our-top a:hover {
  text-decoration: none;
  padding: 15px 20px;
  color: #007bff;
}

.our-top i {
  padding-right: 10px;
}

.our-top h3 {
  padding-left: 50px;
}

.pb-25 {
  padding-bottom: 25px;
}

.categery {
  background-color: #f3f3f3;
  margin-top: 50px;
  margin-bottom: 50px;
}

.categery .our-btn {
  width: 100%;
  background-color: #3772dd;
  border: none;
  color: #fff;
  padding: 8px 15px;
}

.categery .our-btn:hover {
  background-color: #3772dd;
}

.our-btn {
  width: 100%;
  margin-top: 0px;
  border: none;
  background-color: #3772dd;
  color: #fff !important;
  padding: 8px 15px;
}

.h-500 {
  margin-top: 5rem;
}

.submit-bg {
  background-image: url(/JAIKA/images/lapsed-insurance-scaled.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 700px;
  position: relative;
}

.submit-bg h2 {
  color: #fff;
  margin-top: 11rem;
}

.submit-bg h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 0px;
  left: 0;
  margin: 15px 0;
}

.submit-bg p {
  color: #fff;
}

.Clients-Rate h2 {
  margin-top: 5rem;
  font-weight: bold;
  font-size: 40px;
}

.Clients-Rate h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #007bff;
  position: relative;
  top: 0px;
  left: 0;
  margin: 15px 0;
}

/*---*/

#container {
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
}

.test-name {
  font-size: 16px;
}

.col-h1p {
  color: #fff;
}

.test-name {
  position: absolute;
  left: 0;
  position: absolute;
  left: -22px;
  font-size: 1.286em;
  bottom: -50px;
  color: #000;
  bottom: -70px;
  color: #000;
}

.test-name span {
  color: #3772dd;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0.33em;
}

@media only screen and (min-width: 1100px) {
  #slider-container #slider .slide {
    width: calc(3.5% - 40px);
    padding: 2.6em 2.8em 2.45em 2.5em !important;
    color: #fff;
  }
  #slider-container #slider .slide h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 1100px) {
  #slider-container #slider .slide {
    width: calc(3.5858583% - 20px);
  }
}

@media only screen and (max-width: 900px) {
  #slider-container #slider .slide {
    width: calc(5% - 20px);
  }
}

@media only screen and (max-width: 550px) {
  #slider-container #slider .slide {
    width: calc(10% - 20px);
  }
}

.bg-sliderlogo {
  background-color: #ecf3f9;
}

.list-link {
  display: flex;
  width: 100%;
}

.bg-sliderlogo ul {
  margin: 0;
  padding: 0;
}

.bg-sliderlogo li {
  list-style: none;
  float: left;
  width: 20%;
}

.mg-20 {
  padding: 45px 20px;
}

.pl-40 {
  padding-left: 30px;
}

.mb-30 {
  margin-bottom: 40px;
}

.futer {
  background-color: #f6f6f6;
  width: 100%;
  padding: 40px 50px 40px;
}

.futer h4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 15px;
}

.futer ul {
  padding: 0;
}
.Discount p {
  font-size: 12px !important;
}
.futer p {
  font-size: 16px;
  color: #000000;
}
.logo-text p {
  font-size: 14px;
}

.futer i {
  font-size: 30px;
  color: #ef3036;
}
.futer a i {
  font-size: 23px;
  color: #000;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.futer .rightIcone i {
  font-size: 15px;
  color: #000000;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 8px;
}
.futer .loactioncss .rightIcone i {
  font-size: 15px;
  color: #ef3036;
  background-color: #fff;
  width: 26px;
  text-align: center;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 8px;
}
.social_icone ul {
  list-style: none;
}
.social_icone ul li i {
  font-size: 15px;
  color: #ef3036;
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 8px;
}

.futer li {
  list-style: none;
  color: #0a0a0a;
  float: left;
}

.futer a {
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 0;
}

.futer a:hover {
  text-decoration: none;
  color: #0a0a0a;
}

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

.futerbrd {
  border-top: 1px solid #b1b1b1;
  margin: 25px 0px;
}

.scroll-top {
  position: fixed;
  background-color: #3772dd;
  border: none;
  padding: 10px 20px;
  color: #fff;
  bottom: 15px;
  right: 10px;
  cursor: pointer;
}

.whats-app {
  font-size: 18px;
  position: fixed;
  background-color: green;
  border: none;
  padding: 7px 14px;
  color: #fff;
  bottom: 16px;
  right: 65px;
  cursor: pointer;
}

.icon-bar {
  position: fixed;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.icon-bar.bima-mitra {
  position: fixed;
  top: 55%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px 15px 10px 4px;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
  margin: 8px 0;
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
}

.icon-bar a:hover {
  background-color: #3772dd;
}
.icon-bar.bima-mitra a {
  background-color: #ff691d!important;
}

.facebook {
  background: #3772dd;
  color: white;
}

.facebook:hover {
  background: #3772dd !important;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.bottome-footer {
  background-color: #3772dd;
}

.bottome-footer {
  background-color: #3772dd;
  padding: 5px 50px;
}
.socialftor {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ftor_logoposion img {
  width: 47%;
}
.bottome-footer p {
  color: #fff;
}

.our-h h2 {
  font-size: 40px;
  color: #3772dd;
}

.our-h h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

.freq h3 {
  font-size: 40px;
  color: #3772dd;
  margin-bottom: 20px;
}

.freq h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

/*abouts css*/

/*

.xtrm_outer {
    background: #ECF3F9; 
}

.ptb-30{
    padding: 30px 0;
}

.about_bx::before {
    content: '';
    background: #3772dd;
    width: 100%;
    height: 147px;
    position: absolute;
    bottom: 0;
}
.about_bx {
    position: relative;
    width: 100%;
    float: left;
}

*/

/*abuts*/

.advisers {
  margin-top: 50px;
}

.plf-15 {
  padding: 0 15px;
}

section {
  width: 100%;
}

img {
  width: 100%;
  float: left;
}

.p_0 {
  padding: 0 !important;
}

.about_us {
  padding: 0px 0;
}

.about_us .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.contact_us .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.about_us h1.about_heading::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #3772dd;
  bottom: -14px;
  position: absolute;
  left: unset;
  margin: 0 auto;
  right: unset;
  display: flex;
  justify-content: center;
  display: table;
}
.contact_us h1.about_heading::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #3772dd;
  bottom: -14px;
  position: absolute;
  left: unset;
  margin: 0 auto;
  right: unset;
  display: flex;
  justify-content: center;
  display: table;
}

.about_bx::before {
  content: "";
  background: #3772dd;
  width: 100%;
  height: 147px;
  position: absolute;
  bottom: 87px;
  left: 0;
}

.about_bx {
  width: 100%;
  float: left;
  padding: 15px;
}

.about_cntnt_bx {
  text-align: center;
  margin: 0px 0 0 0;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}

.about_bx img {
  width: 85%;
  float: left;
  position: relative;
}

.about_cntnt_bx p {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
}

.about_cntnt_bx a {
  text-decoration: none;
}

.about_cntnt_bx h3 {
  font-size: 23px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.about_cntnt_bx p::before {
  content: "";
  background: #01d3d0;
  width: 34px;
  height: 2px;
  position: absolute;
  top: 30px;
  left: unset;
  border-radius: 0;
}

.advisers_pic {
  background: #ecf3f9;
  border: 20px solid #3772dd;
  border-radius: 20px;
  width: 100%;
  float: left;
  padding: 20px 20px 0 20px;
}

.advisers_info h2 {
  font-size: 40px;
  font-weight: 200;
  color: #3772dd;
  position: relative;
  margin-bottom: 25px;
}

.advisers_info h2::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #3772dd;
  bottom: -12px;
  position: absolute;
  left: 2px;
}

/*contact us*/

.contact_uuus {
  width: 100%;
  float: left;
  background-color: #ebebeb;
}

.inner_cntnt_inner {
  padding: 40px;
}

.inner_cntnt_inner p {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 15px;
}

.inner_cntnt_inner .line {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 25px;
}

.big_p {
  margin: 0;
}

.inner_cntnt_inner .line .img {
  width: 40px;
  margin: 2px 0 0 0;
}
.inner_cntnt_inner .line .img i {
  font-size: 26px;
  color: #fff;
  margin: 0 10px 0 0;
}
.cntnnt p {
  padding-bottom: 0 !important;
}

.inner_cntnt_inner h2 {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  position: relative;
  margin-bottom: 25px;
}
.inner_cntnt_inner.box_right {
  padding: 32px;
}
.inner_cntnt_inner .line .cntnnt h3 {
  font-size: 16px;
  margin: 0 0 4px 0;
  font-weight: 600;
  color: #fff;
}

.inner_cntnt_inner .line .cntnnt p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.mrg-contact {
  padding: 4rem 0;
}

.panel-default {
  /* border: 2px solid #f5f5f5; */
  border-radius: 3px;
}

.ICRightPanel .value {
  color: #666;
}

.ICRightPanel .label {
  color: #000;
  padding: 0px;
  font-weight: 500;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ICRightPanel .well {
  min-height: 0px;
  padding: 4px 0;
  margin: 25px 15px 15px 25px;
  border-radius: 0px;
  /* border-right: solid 1px #eaeaea; */
  /* box-shadow: 0px 6px 16px #3469cb29;  */
}

.ICRightPanel h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
  background: #ecf0f1;
  padding: 15px;
}

.ICRightPanel span {
  margin-bottom: 5px !important;
  font-size: 12px !important;
  text-transform: capitalize;
  line-height: 24px !important;
}

.digit-wid {
  display: flex;
}

.insc-logow {
  width: auto;
  margin: 0px auto;
  margin-bottom: 10px;
}

.mt18 {
  margin-top: 18px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title a {
  color: #fff;
  text-decoration: none;
}

.panel-title a:hover {
  color: #fff;
  text-decoration: none;
}

.contact_uuus h4 {
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  position: relative;
  margin: 20px 0;
  color: #fff;
}

.contact_uuus .form-control {
  height: 50px;
  margin-bottom: 2rem;
  margin-top: 0rem;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0;
}
#submitContactUs {
  margin-top: 1rem;
}
.contact_uuus .form-control:focus {
  outline: none !important;
}
.contact_uuus ul {
  padding: 0;
  margin: 0;
}

.contact_uuus li {
  list-style: none;
  float: left;
  color: #fff;
}

.btn-form {
  background: #ef3036;
  background-color: #ef3036;
  margin: 0px 0px 0px 0px;
  padding: 10px 25px 10px 25px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  border: none;
  border-radius: 50px;
  outline: #ef3036;
}

.btn-form:hover {
  background: #ef3036;
  background-color: #ef3036;
}

/*support*/

.support_offices h4 {
  font-size: 40px;
  font-weight: 200;
  color: #3772dd;
  position: relative;
  margin-bottom: 40px;
}

.support_offices h4::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #3772dd;
  bottom: -16px;
  position: absolute;
  left: 0px;
}

.support_offices_bx {
  background: #3772dd;
  padding: 25px;
  text-align: center;
  height: 100%;
}

.support_offices_bx h4 {
  color: #3772dd;
  margin: 0 0 15px 0;
  font-size: 28px;
}

.support_offices_bx h5 {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 28px;
}

.support_offices_bx p {
  text-align: center;
  margin: 0 0 4px 0;
  color: #fff;
}

.support_offices_bx1 h5 {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 28px;
}

.support_offices_bx1 {
  background: #3772dd;
  padding: 25px;
  text-align: center;
  height: 100%;
}

.support_offices_bx1 h4 {
  color: #3772dd;
  margin: 0 0 15px 0;
  font-size: 28px;
}

.support_offices_bx1 p {
  text-align: center;
  margin: 0 0 4px 0;
  color: #fff;
}

.bottome-footer p {
  color: #fff;
  letter-spacing: auto;
  line-height: 16px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.bottome-footer p span {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 400;
}

/*home slider*/

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

/*testmonial slider*/

.item p {
  margin-bottom: 0px;
  font-size: 14px;
  padding: 0px 26px 30px 45px;
}

.item h1 {
  margin-bottom: 0px;
  font-size: 24px;
  padding: 30px 10px 10px 23px;
}

/*.owl-carousel .owl-item{
    height: 240px;
}  */

.secound {
  background-color: #3772dd !important;
}

.secound:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  left: 65px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid #000;
  border-right: 25px solid transparent;
}

.item {
  margin: auto 10px;
  background-color: #3772dd;
  color: #fff;
  display: grid;
  position: relative;
  place-items: center;
}

.item:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  left: 48px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid #3772dd;
  border-right: 25px solid transparent;
}

.item-1 {
  margin: auto 10px;
  background-color: #3772dd;
  color: #fff;
  display: grid;
  position: relative;
  place-items: center;
}

.item-1:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 99;
  left: 48px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid #3772dd;
  border-right: 25px solid transparent;
}

.item-1 p {
  margin-bottom: 0px;
  font-size: 14px;
  padding: 0px 26px 30px 45px;
}

.item-1 h1 {
  margin-bottom: 0px;
  font-size: 24px;
  padding: 30px 10px 10px 23px;
}

.item .test-name span {
  color: #3772dd;
}

/*clint logo css*/

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item-3 {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item-3 > div {
  text-align: center;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.mt-40 {
  margin-top: 40px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

@media only screen and (max-width: 700px) {
  .Millennials_001 .partner ul.companies_logos {
    /* margin-top: 25px; */
  }
}

.partner ul.companies_logos {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.partner ul.companies_logos {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-top: 35px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media only screen and (max-width: 700px) {
  .partner ul.companies_logos li {
    float: left;
    padding: 0px;
  }
  .tabel_W42 {
    width: 30%;
  }
  .partner ul.companies_logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .partner ul.companies_logos li {
    padding: 17px 6px;
  }
}

.partner ul.companies_logos li {
  width: auto;
  display: inline-flex;
  padding: 17px;
}

.partner ul.companies_logos li {
  width: auto;
  display: inline-flex;
  padding: 17px;
}

.partner ul.companies_logos li img {
  width: 100%;
  border: 1px solid #d8d8d8;
  padding: 10px 7px;
  border-radius: 6px;
}

@media only screen and (max-width: 1000px) and (max-width: 1600px) {
  .wd-93 {
    width: 93%;
  }
}

.car-btn {
  margin-top: -30px;
  margin-left: 9rem;
  color: #fff !important;
}

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

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

.mt-51 {
  margin-top: 100px;
}

.mt-21 {
  margin-top: 21px;
}

.pd-lr15 {
  padding: 0 15px 0 15px;
}

.pd-o {
  padding-right: 0 !important;
}

.partner {
  margin-top: 50px;
  margin-bottom: 50px;
}

html,
body {
  background-color: #2b2a2a;
}

/* .container {
  width: 200px;
  height: 100%;
  margin: 0 auto 0;
} */

.pulse-button {
  position: relative;
  width: 100%p;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

.wipedot {
  background: #1f90cf;
  border-radius: 50%;
  width: 100%;
  transition: all 1s;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 140px;
  animation: out 2.5s infinite ease-out;
}

@keyframes out {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 127, 191, 0.6);
  }
  50% {
    box-shadow: 0px 0px 0px 20px rgba(0, 127, 191, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 20px rgba(0, 127, 191, 0);
  }
}

.wipedotbig {
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  background: transparent;
}

.wipeback {
  display: none;
}

.error {
  color: red;
  font-weight: 500;
}

.myposp {
  color: #fff;
  font-weight: bold;
  animation: myanimation 2s infinite;
  background-color: #fdb713;
}

@keyframes myanimation {
  50% {
    background-color: #fdb713;
  }
  25% {
    background-color: #fdb713;
  }
}

.fb-box a {
  color: #fff;
  text-decoration: none;
}

.fb-box a:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-real a {
  color: #fff;
  text-decoration: none;
}

.btn-real a:hover {
  color: #fff !important;
  text-decoration: none;
}

.hideClass {
  display: none !important;
}

/* car incurance page css */

/* .did-you{
    width: 251px;
} */

#bannerjm {
  background: transparent
    radial-gradient(closest-side at 34% 54%, #007aad 0, #3772dd 100%) 0 0
    no-repeat padding-box;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 60px;
}

.compre_info h4 {
  font-weight: 400 !important;
}

.input-group {
  position: relative;
  display: block;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  float: right;
  text-align: right;
}

.tjm {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
  line-height: 50px;
}

.btn-jm {
  background-color: #3772dd;
  color: #fff;
}

.btn-jm :hover {
  background-color: #3772dd;
  color: #fff;
}

.btn-jm {
  background-color: #3772dd !important;
  color: #fff !important;
  margin-bottom: 20px;
}

.btn-jm:hover {
  background-color: #3772dd !important;
  border: 1px solid #3772dd;
  color: #fff;
}

.plan_section {
  padding: 22px 0;
  box-shadow: 0 3px 6px #0000001c;
}

.plan_info {
  display: flex;
  justify-content: space-between;
}

.plan_info .plan_text {
  display: flex;
  justify-content: space-evenly;
  line-height: 17px;
}

.plan_info .plan_heading {
  margin-left: 9px;
}

.plan_text h3 {
  font-size: 26px;
  font-weight: 400 !important;
  margin: 0;
}

.plan_info .plan_text span {
  font-weight: 400;
  font-size: 0.875rem;
}

.lazyloaded-mini {
  width: 22%;
}

.car-help {
  margin-top: 15px;
}

.car-help p {
  font-size: 16px !important;
}

.car-help h3 {
  margin-bottom: 25px;
  font-size: 40px;
  color: #3772dd;
}

.plan h3 {
  margin-bottom: 25px;
  font-size: 40px;
  color: #3772dd;
}

.car-help2 {
  font-weight: 400;
  font-size: 16px;
}

.checked {
  background: #3772dd;
  border-radius: 5px;
  color: #fff;
  border-top: solid 4px #3772dd !important;
  font-family: Poppins !important;
  /* display: flex; */
  width: 100%;
  box-shadow: 0 3px 6px #00000029;
  height: 100px;
  align-items: center !important;
  padding: 20px 40px;
  margin: 15px 0;
}

.mt-40 {
  margin-top: 35px !important;
}

.checked-img {
  width: 65px;
}

.pl-15 {
  padding-left: 15px;
}

.ft-siz {
  font-size: 20px;
  font-weight: 400;
}

/* .card {
    box-shadow: 0px 4px 8px 0px #BDBDBD
} */

.profile-pic {
  width: 100px !important;
  height: 100px;
  box-shadow: 0px 4px 8px 0px #bdbdbd;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #444444 !important;
  border: none;
  padding: 5px 0px !important;
  font: inherit;
  font-size: 38px !important;
  outline: none;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0d47a1 !important;
  background-color: transparent !important;
}
.ourPartner .container.custom-container {
  display: inline;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.item {
  display: none;
}

.next {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.item.show {
  display: block;
  transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {
  .next,
  .prev {
    transform: scale(1);
    opacity: 1;
  }
  .item {
    display: block !important;
  }
}

/*tab*/

.top_bottom {
  padding: 64px 0;
}

.section-title {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

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

.inexjm .nav-tabs {
  padding: 2px;
  margin: 25px 0;
  border-bottom: 0;
  background: #3772dd;
  display: inline-block;
  border-radius: 8px;
}

.inexjm .nav-tabs > li.active > a {
  border: 0;
  background: #3772dd !important;
  padding: 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  /* box-shadow: 0 3px 6px #00000029; */
}

.inexjm .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 12px 25px;
  color: #4d4d4d;
}

ul:not(.browser-default) li {
  padding: unset;
}

.inexjm .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 12px 25px;
  color: #fff;
}

.tab-content > .active {
  display: block;
}

.car_policy .comprehensive_content {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.comprehensive_content .comprehensive_box {
  flex: 0 0 29%;
  background-color: #fff;
  padding: 15px 13px;
  box-shadow: 0 3px 15px #00000029;
  border-radius: 8px;
  margin: 11px;
  display: flex;
  /*  align-items: center;*/
  text-align: left;
  overflow: hidden;
}

.comprehensive_box-heigth-health {
  height: 235px;
}

.term_box-heigth-health {
  height: 260px;
}

.box-heigth-health-notc {
  height: 235px;
}

.comprehensive_box-heigth {
  height: 210px;
}

.teavel-height {
  height: 450px;
}

.comprehensive_box .compre_img {
  width: 170px;
  height: 77px;
  border-radius: 50%;
  line-height: 77px;
  display: inline-table;
}

.comprehensive_box .compre_img img {
  max-width: 77px;
}

.compre_info {
  padding-left: 15px;
}

.compre_info p {
  padding-bottom: 10px;
}

.tab-content {
  float: left;
  box-sizing: border-box;
  width: 100%;
  display: block !important;
}

ul:not(.browser-default) li {
  padding: unset;
  float: left;
}

a {
  color: #0087cc;
  display: block;
  font-weight: 600;
  padding: 0px 0;
  text-decoration: none !important;
}

.whatsapp_icon {
  padding: 0;
}

.ourPartner {
  background-color: #fff;
  padding: 0px 50px;
  margin-top: 3rem;
}

@media only screen and (max-width: 575px) {
  .inexjm .nav-tabs {
    padding: 2px;
    display: flex;
    margin: 50px 0;
    border-bottom: 0;
    background: #3b5998;
    display: inline-block;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    margin: 30px auto !important;
  }
}

/*tab-4*/

.bg_color_section {
  padding-bottom: 10px;
}

.bg_color_inclusion {
  background-color: #ecf3f9;
  padding: 50px 0;
}

.topPadding {
  padding-top: 64px;
}

.section-title {
  margin: 0;
  color: #222;
  font-size: 1.875rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.question_faq .nav-tabs {
  padding: 2px;
  align-items: center;
  display: inline-block;
  justify-content: center;
  margin: 50px 0;
  border-radius: 8px;
  background: #3772dd;
  border: 0;
}

ul:not(.browser-default) li {
  padding: unset;
}

.question_faq .nav-tabs > li.active > a,
.question_faq .nav-tabs > li.active > a:focus,
.question_faq .nav-tabs > li.active > a:hover {
  border: 0;
  border-radius: 8px;
  color: #fff !important;
  background-color: #3772dd;
  font-size: 0.875rem;
  font-weight: bold;
  box-shadow: 0 3px 6px #00000029;
}

.question_faq .nav-tabs li a {
  color: #fff;
  font-size: 0.875rem;
  padding: 10px 30px !important;
  text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #3772dd;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li a:hover {
  background-color: #3772dd;
  border: 1px solid #3772dd;
  border-bottom-color: transparent;
  border-radius: 10px;
  color: #fff;
}

.asked_question .panel-default > .panel-heading {
  text-align: left;
  border-radius: 0px;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #000;
}
.plan_text {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/*.panel-default>.panel-heading {
  color: #333;
  background-color: #3772dd!important;
  border-color: #3772dd;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
    padding: 30px;
    position: relative;
    width: 1120px;
}*/

/* .panel-default a[aria-expanded="true"] {
  background-color: #eee;
    border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
    padding: 30px;
    position: relative;
    width: 1120px;
}*/

.panel-default > .panel-heading {
  background-color: transparent !important;
  border-color: black !important;
  color: #000;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #3772dd !important;
  border-color: #ddd;
}

.asked_question .panel-title {
  color: #000;
  font-weight: 600 !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  padding-right: 0px;
}

.panel-title:after {
  content: "\002B";
  color: #3772dd;
  font-weight: bold;
  font-size: 2.5rem;
  float: right;
  margin-left: 5px;
  display: none;
}
.panel-title .collapsed:after {
  content: "\2212";
}

.titel-kj:after {
  content: "\2212";
}

.panel-default {
  margin: 15px 0;
  margin-bottom: 26px;
}

.panel-collapse {
  text-align: left;
  padding: 0 10px;
  padding: 0px 0;
  background-color: #fff;
  /* box-shadow: 0px 6px 16px #3469cb29; */
}

.asked_question
  .panel-default
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: transparent;
  border-top-color: transparent;
  text-align: left;
  color: #444;
  padding-top: 15px !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 15px;
  font-weight: 400;
  text-align: justify;
}

.panel-body-1 {
  background-color: #fff;
  border-radius: 10px;
}

/*000*/

@media (min-device-width: 200px) and (max-device-width: 450px) {
  .buy-car-in-btn {
    width: 100% !important;
  }
  .tabel_W42 {
    width: 50% !important;
  }
}

.car-help2 {
  font-weight: 400;
  font-size: 16px;
}

.didyouknowjm {
  background: #3772dd;
  color: #fff;
  padding: 10px 0;
  position: relative;
}

.didyouknowjm h2 {
  color: #fff;
}

.topMargin {
  margin-top: 0px;
}

.didyouknowjm .iconjm {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.didyou_2 .textjm {
  padding-left: 12% !important;
}

.buycar_btn a :hover {
  color: #3772dd !important;
  background-color: #3772dd !important;
}

.didyou_2 .exploremorejm {
  background: #3772dd;
  text-transform: uppercase;
  padding: 17px 40px;
  text-align: center;
  border-radius: 8px;
  font-size: 0.875rem;
  margin-left: 35%;
}

.didyou_2 .exploremorejm:hover {
  background: #3772dd;
  color: #3772dd !important;
  text-transform: uppercase;
  padding: 17px 40px;
  font-size: 0.875rem;
}

.exploremorejm {
  cursor: pointer;
  width: 281px;
}

.didyouknowjm .textjm {
  font-size: 1.5rem;
  line-height: 40px;
  font-weight: 400;
  padding-left: 15%;
  text-align: left;
}

.section-title {
  margin: 0;
  color: #3772dd;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.section-title h3 {
  margin: 0;
  color: #3772dd;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.pt-50 {
  padding-top: 50px;
}

.navbar-brand {
  margin-right: -7rem;
}
.navbar-brand img {
  /* width: 68%; */
  max-width: 220px;
  margin-right: 0px;
  margin-left: 5px;
}
.navbar-brand img.new-logo { 
  max-width: 85px!important; 
}
.navbar-brand img.acha-kiya { 
  max-width: 125px!important; 
}
.navbar-light .navbar-nav .nav-link {
  color: #555555 !important;
}
.navbar-light .navbar-nav .nav-link.nav_btnHeader {
  color: #fff !important;
  font-family: "Roboto", sans-serif;

  font-size: 13px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.nav_btnHeaderLogin {
  color: #fff !important;
  font-family: "Roboto", sans-serif;

  font-size: 13px;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ef3036 !important;
}

@media (min-device-width: 200px) and (max-device-width: 1024px) {
  #bannerjm {
    margin-top: 25px;
  }
}

@media (min-device-width: 991px) and (max-device-width: 3400px) {
  .tjm {
    margin-top: 50px;
  }
}

@media (min-device-width: 1025px) and (max-device-width: 3400px) {
  #bannerjm {
    background: transparent
      radial-gradient(closest-side at 34% 54%, #007aad 0, #3772dd 100%) 0 0
      no-repeat padding-box;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 60px;
    height: 87.5vh !important;
  }
}

/* health-incurance page */

.bglighgry {
  background-color: #ecf3f9;
}

.p60 {
  padding: 60px 0;
}

.heading-lob-h2 {
  font-size: 30px;
  color: #3772dd;
  padding-left: 10px;
}

.pb30 {
  padding-bottom: 30px;
}

.heading-lob-h2 span {
  font-size: 40px;
  color: #3772dd;
  font-weight: 500;
}

.three-Types h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3772dd;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

.light-box-data {
  background: #d3e9fc 0 0 no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 20px 0 20px 0;
  text-align: justify;
}

.Compare {
  background: #ecf3f9 0 0 no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  padding: 20px 0 20px 0;
  text-align: justify;
}

.red-box {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 55px;
  height: 55px;
  position: relative;
}

.red-box span {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25%;
  font-size: 20px;
  color: #3772dd;
  font-weight: 700;
}

.headingh4-hd {
  font-size: 24px;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
}

/* how to make */

.heading-lob-h2 {
  font-size: 30px;
  color: #222;
  padding-left: 10px;
}

/* section.p60 p {
    font-size: 16px;
    line-height: 1.88;
    color: #444;
} */

/* .testi{
    color: #fff!important;
} */

.comprehensive-tab-section .coverd-not-cover-tab-main .nav-center {
  text-align: center;
}

.coverd-not-cover-tab-main ul.nav {
  display: inline-block;
  border: none;
  position: relative;
  bottom: -6px;
  background: #3772dd;
  padding: 1px;
  border-radius: 8px;
  margin-bottom: 35px;
  padding: 2px 3px;
}

ul:not(.browser-default) li {
  padding: inherit;
}

.comprehensive-tab-section .scenario-navs a {
  padding: 11px 23px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.comprehensive-tab-section .scenario-navs .active {
  color: #fff;
  margin-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.heading20 {
  font-size: 20px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #222;
}

.making-claim-section .stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.making-claim-section .stepwizard-row:before {
  top: 217px;
  bottom: 0;
  position: absolute;
  content: " ";
  left: 11.69%;
  width: 77%;
  height: 1px;
  border: 1px dashed #ccc;
  z-index: 0;
}

.making-claim-section .stepwizard-row {
  display: table-row;
}

.making-claim-section .stepwizard-step {
  display: table-cell;
  text-align: center;
  padding: 0 10px;
  position: relative;
  width: 25%;
  padding-top: 48px;
}

.making-claim-section .stepwizard-step .step-number {
  background: #3772dd;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.making-claim-section .brder {
  margin-top: 10px;
}

.making-claim-section .stepwizard-row:before {
  top: 217px;
  bottom: 0;
  position: absolute;
  content: " ";
  left: 11.69%;
  width: 77%;
  height: 1px;
  border: 1px dashed #ccc;
  z-index: 0;
}

@media (max-width: 767px) {
  .making-claim-section .stepwizard-step {
    /* display: inline-flex; */
    display: block;
    width: 100%;
  }
  .inexjm .nav-tabs > li.active > a {
    padding: 14px 3px;
  }
  .asked_question .panel-default > .panel-heading {
    width: 100%;
    position: relative;
  }
  .ICLogo {
    width: 50%;
  }
}

/* slider */

.our-h h3 {
  font-size: 40px;
  color: #3772dd;
  margin-bottom: 20px;
}

.our-h h3 {
  font-size: 40px;
  color: #3772dd;
  margin-bottom: 20px;
}

.item-0 {
  margin: auto 10px;
  background-color: #3772dd;
  color: #fff;
  position: relative;
  place-items: center;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 6px 5px 3px #00000029;
}

.teavel {
  margin: auto 10px;
  background-color: #fff;
  /* color: #fff; */
  position: relative;
  place-items: center;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 6px 5px 3px #00000029;
}

.slider-boxheight-car {
  height: 235px;
}

.slider-boxheight-health {
  height: 300px;
}

.hei-slider {
  height: 244px;
}

/* -------  */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  margin-top: 4.3rem;
  right: 4rem;
  border-radius: 3px 0 0 3px;
}

.prev {
  margin-top: 5rem;
  left: 4rem;
  border-radius: 3px 0 0 3px;
}

.table-condensed .prev {
  margin-top: 0rem;
  left: 0rem;
  border-radius: 3px 0 0 3px;
}

.table-condensed .next {
  margin-top: 0rem;
  right: 0rem;
  border-radius: 3px 0 0 3px;
}

.red-strip-common-section {
  background: #d3e9fc;
  padding: 20px 0;
}

.red-strip-common-section {
  color: #3772dd;
  font-weight: 600;
}

.heading30-hds {
  color: #3772dd;
  font-size: 30px;
  font-weight: 700 !important;
}

.heading30-hds span {
  font-size: 20px;
  font-weight: 400;
}

.mt40hd {
  margin-top: 10px;
}

.whitebtn:hover {
  color: #3772dd !important;
}

.buy-car-in-btn {
  padding: 11px 30px;
  margin-top: 26px;
  margin-left: 21%;
  text-align: center;
  text-transform: uppercase;
}

.mt-60 {
  margin-top: 48px;
}

.whitebtn {
  background: #3772dd 0 0 no-repeat padding-box;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  opacity: 1;
  color: #fff !important;
  width: 55%;
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  display: block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (min-device-width: 766px) and (max-device-width: 992px) {
  .comprehensive_box-heigth {
    height: 252px;
  }
}

@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
  .comprehensive_box-heigth {
    height: 195px;
  }
}

.mt-90 {
  margin-top: 90px;
}

.mtb8rem {
  margin-top: 11rem !important;
  margin-bottom: 10rem !important;
}
.mtb7rem {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

@media (max-width: 767px) {
  .lazyloaded-mini {
    width: 40%;
    padding-bottom: 8px;
  }
  .mt-90 {
    margin-top: 30px !important;
  }
  .mt-50 {
    margin-top: 26px !important;
  }
  .mt-40 {
    margin-top: 15px !important;
  }
  .slider-boxheight-car {
    height: 170px;
  }
  .fa-motorcycle {
    padding-top: 0px !important;
  }
  .fa-car {
    padding-top: 0px !important;
  }
  .plan_text h3 {
    font-size: 18px;
  }
  .plan_text span {
    font-size: 10px;
  }
  .plan h3 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #3772dd;
  }
  .section-title h3 {
    font-size: 30px;
    text-align: left;
  }
  .comprehensive-tab-section .scenario-navs a {
    padding: 11px 8px;
    font-size: 11px;
  }
  .our-h h3 {
    font-size: 30px;
    color: #3772dd;
    margin-bottom: 20px;
  }
  .making-claim-section .stepwizard-step .step-number {
    width: 42px;
    height: 30px;
    float: left;
  }
  .navbar-light .navbar-brand {
    width: 65%;
  }
  .mt-70 {
    margin-top: 35px;
  }
  .mt40hd {
    margin-top: 20px;
  }
  .heading30-hds {
    color: #3772dd;
    font-size: 18px;
    font-weight: 700 !important;
  }
  .mb301a {
    width: 100%;
  }
  .making-claim-section .stepwizard-row:before {
    display: none;
  }
  .inexjm .nav-tabs > li > a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 12px 5px;
    color: #fff;
  }
  .comprehensive_content .comprehensive_box {
    flex: 1 0 50%;
    background-color: #fff;
    padding: 15px 13px;
    box-shadow: 0 3px 15px #00000029;
    border-radius: 8px;
    margin: 11px;
    display: flex;
    /* align-items: center; */
    height: auto;
    text-align: left;
    overflow: hidden;
  }
  .heading-lob-h2 span {
    font-size: 30px;
    color: #3772dd;
    font-weight: 500;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .widt-100 {
    width: 50% !important;
  }
  .mtb8rem {
    margin-top: 0rem !important;
  }
}

.widt-100 {
  width: 100%;
}

@media (min-device-width: 200px) and (max-device-width: 400px) {
  .making-claim-section .stepwizard-step .step-number {
    margin-top: -11rem;
  }
  .slider-boxheight-health {
    height: 270px;
  }
}

@media (min-device-width: 400px) and (max-device-width: 767px) {
  .making-claim-section .stepwizard-step .step-number {
    margin-top: -17rem;
  }
  .slider-boxheight-health {
    height: 220px;
  }
}

@media (min-device-width: 200px) and (max-device-width: 767px) {
  .br-none {
    display: none;
  }
}

/* @media (min-device-width: 500px)and (max-device-width:650px) {  
        .making-claim-section .stepwizard-step .step-number {  
            margin-top: -15rem;
        }
    } */

/* }close */

.benefits-carpage {
  height: 230px !important;
  scrollbar-width: thin !important;
  direction: ltl;
  overflow: auto !important;
}

/* #style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
} */

#style-4::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
  border-radius: 50px;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
  border-radius: 50px;
}

/*
 *  STYLE 5
 */

.scrollbar {
  margin-left: 30px;
  float: left;
  width: 65px;
  margin-bottom: 25px;
}

.edit-position {
  position: relative;
}

.form-control-feedback {
  position: absolute;
  top: 1px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 36px;
  line-height: 15px;
  text-align: center;
  pointer-events: none;
}

.bg-hm {
  background-color: #3772dd;
  color: #fff;
}

.dipsly-f {
  display: inline-flex !important;
  align-items: center;
}

.pd-8 {
  padding: 8px;
}

.wi-100 {
  width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  margin-left: 0px;
}

.pdf15 {
  padding-left: 15px !important;
}

.btn-primary {
  color: #fff;
  background-color: #3772dd !important;
  border-color: #3772dd !important;
}

.btn-bg-color {
  background-color: #3772dd !important;
  color: #fff !important;
}
.IDVPremiumBox .btn-bg-color {
  background-color: #ef3036 !important;
  color: #fff !important;
}

.thank_you form h3 {
  background-color: #3772dd;
  color: #fff !important;
}

.thankyoutop .dawnlode-mt-25 {
  background-color: #3772dd;
  color: #fff !important;
  margin-bottom: 15px;
  border: none;
}

/* privace css */

.privace-top {
  padding-top: 2rem;
}

.privace-top h6 {
  font-weight: 600 !important;
}
.privace-top p {
  font-size: 15px;
}
.privace-top h1 {
  font-size: 26px;
  font-weight: 500;
  color: #3772dd;
  font-family: "Poppins", sans-serif;
}
.privace-top a {
  color: #bb0b0b;
  font-weight: 400;
  display: inline-block;
}
.privace-top ul li {
  margin: 0px 0 4px;
  width: 100%;
}

.pincode-list {
  background-color: white;
  height: 75px;
  overflow: auto;
  z-index: 9;
  margin: 0 -14px 11px 15px;
  width: 94% !important;
  list-style: none;
  box-shadow: 0px 6px 16px #3469cb29 !important;
}
.posstion-posi {
  position: absolute;
  right: 2px;
  top: 0;
}

.box-shadowA {
  box-shadow: 0px 6px 16px #3469cb29;
  padding: 15px 10px;
}
.SumInsured,
.PreAmt p {
  font-size: 12px;
}
#PreExDisease li label {
  font-size: 14px;
}

.vehic_brd {
  /* background: #ffffff; */
  border-radius: 5px;
  /* box-shadow: 0px 2px 9px 6px #3469cb29; */
  display: inline-block;
  margin-bottom: 25px;
  transform: translateZ(0px);
  transition-duration: 0.9s;
  width: 100%;
  height: 100%;
  padding: 40px 22px;
}

.ptb30 {
  padding: 50px 10px !important;
}
.text_underline {
  text-decoration: underline !important;
}

.mt--2h {
  margin-top: -4.5rem;
}

.max419 {
  max-height: 650px;
}
.saveupto {
  font-weight: 600 !important;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}
.fw_600 {
  font-weight: 600 !important;
}

.position_relative {
  position: relative;
}
.ambulanceimgpo {
  max-width: 4% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 20%;
  left: 2%;
}
.hdfimgpo {
  max-width: 4% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 63%;
  right: 11%;
}
.carimgpo {
  max-width: 3% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 62%;
  /* right: 17%; */
  left: 7%;
}
.bikeimgpo {
  max-width: 2.5% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 43%;
  left: 11%;
}
.chairimgpo {
  max-width: 3% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 61%;
  left: 6%;
  display: none;
}
.commercialimgpo {
  width: 10%;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 20%;
  left: 2%;
}
.heartbeat {
  max-width: 3% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 43%;
  right: 15%;
}
.sweet-home {
  max-width: 3% !important;
  height: auto;
  position: absolute;
  z-index: 999;
  top: 20%;
  right: 9%;
}

.bike_numberforget {
  color: #fff !important;
}
.w-90 {
  width: 90%;
}
.frm_fontSize {
  font-size: 18px !important;
}
@media (min-device-width: 575px) and (max-device-width: 767px) {
  .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-device-width: 200px) and (max-device-width: 767px) {
  .saveupto {
    font-size: 22px;
  }
  .frm_fontSize {
    font-size: 15px !important;
  }
  .vehic_brd {
    padding: 0px 22px;
    margin-bottom: 0px;
  }
  .mt3remm {
    margin-top: 3rem !important;
  }
  .signup {
    border-bottom: none !important;
  }
}

.modal {
  z-index: 99999 !important;
}

.insuType {
  display: flex;
  justify-content: center;
}

.subheadintjaika {
  margin: 0 0 10px;
  color: #ef3036;
  line-height: 26px;
  font-weight: 600 !important;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.headintjaika {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
  text-transform: capitalize;
}
.Quote_journey .headintjaika {
  font-size: 31px;
  font-weight: 500;
  color: #3772dd;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
}
.Company_Milestone .headintjaika {
  font-size: 26px;
  font-weight: 500;
  color: #3772dd;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.Insurance_Made .headintjaika {
  font-size: 32px;
  font-weight: 500;
  color: #3772dd;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.description {
  color: #585858 !important;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.elementor-element-dcf63b8 {
  padding: 50px 30px 0px 30px;
}

.Company_Milestoneimg {
  background-image: url(/JAIKA/images/insurance_type/steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1130px auto;
  padding: 50px 50px 0px 50px;
}
.Quote_journey img {
  width: 87%;
}
.imgcard {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-gap: 35px;
  padding: 0px 0;
  height: 280px;
}
.Quote_journeycart {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  padding: 0px 0;
}

@media (min-device-width: 768px) and (max-device-width: 3000px) {
  .Quote_journeycart {
    background-image: url(/JAIKA/images/insurance_type/steps.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 520px auto;
  }
}
.imgcard_box {
  position: relative;
}
.number-image {
  background: #fff;
  /* padding: 50px;
    border-radius: 50%; */
  display: block;
  margin: 0 auto;
  width: 140px;
  display: flex;
}
.number-image img {
  width: 125px;
  margin-bottom: 0.2rem;
  background-color: #fff;
}
.Quote_journeycart .number-image img {
  width: 80px;
  margin-bottom: 0.2rem;
  background-color: #fff;
}

.Quote_journeycart .number-image {
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.number-txt {
  margin-bottom: 5px;
  color: #585858;
  font-weight: 400;
  text-align: center;
  font-family: "Roboto", sans-serif;

  font-size: 14px;
}
.Company_insured {
  background-color: #89c2ee75;
  padding: 50px 50px 50px 50px;
}
.assess_share {
  background-color: #fff;
  padding: 16px 18px 24px;
  border-radius: 8px;
}
.Company_insured h3 {
  margin-bottom: 1rem;
}
.assess_sharebox-title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 4px;
  color: #3772dd;
  text-align: center;
}
.assess_share p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.icone {
  text-align: center;
  color: #3772dd;
}
.icone i {
  text-align: center;
  color: #3772dd;
  font-size: 36px;
  margin-bottom: 5px;
}
.box-description {
  color: #585858;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
.why_choose {
  background-color: #ffffff;
  background-image: url(/JAIKA/images/insurance_type/JaikaBG-scaled.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}
.exprinceBox {
  padding: 5px 10px 5px 10px;
  background-color: #e4e4e4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eeeeeeee;
  border-radius: 250px 250px 250px 250px;
  height: 150px;
  display: flex;
}
.services-part {
  display: flex;
  align-items: center;
}
.services-icon {
  position: relative;
  top: 3px;
}
.services-text {
  padding: 10px 10px 0px 10px;
}
.Experiencetitle {
  color: #ef3036;
  font-family: "Poppins", sans-serif;
  font-size: 19px;
}
.services-text p {
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #585858;
}
.services-icon.image img {
  width: 80px;
  height: 80px;
}
.elementor-custom-embed-image-overlay {
  /* background-image: url(/JAIKA/images/insurance_type/why-us-1.png); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: 50%;
  cursor: pointer;
  text-align: center;
}
.elementor-button-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background-color: #ef3036;
  border-radius: 20px 20px 20px 20px;
}
.elementor-custom-embed-play {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.elementor-custom-embed-play i {
  color: #ef3036;
  font-size: 54px;
}

.pb100pe {
  padding-bottom: 100%;
}
.iconeCall i {
  color: #fff;
  padding-right: 8px;
}
.iconeCall_btn {
  background-color: #ef3036 !important;
  border-radius: 50px !important;
}

.iconeCall_btn span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}
.iconeCall {
  margin-top: 15px;
}

.Quote_journey {
  padding: 50px 0 10px;
}
.Ourclint {
  padding: 50px 35px;
}

.smartFrm {
  display: inline-block;
  width: 100%;
}
.smartFrm h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600 !important;
  text-align: center;
  font-family: Poppins;
}
.Insurance_Made {
  background-color: #ffffff;
  background-image: url(/JAIKA/images/insurance_type/JaikaBG-scaled.jpg);
  /* background-position: bottom right; */
  background-repeat: no-repeat;
  background-size: cover;
}

.InsuranceMademt {
  margin-top: 4rem;
}
.Insurance_Made .iconeCall_btn {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.ourPartner h2 {
  font-size: 30px;
  font-weight: 500;
  color: #3772dd;
  font-family: "Poppins", sans-serif;
}
.clients-logo img {
  width: 65% !important;
}

.carousel-caption {
  z-index: 8;
  background-color: rgb(61 131 183 / 96%);
  color: rgb(255, 255, 255);
  width: 700px;
  height: 100%;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  top: 0rem;
  left: 0% !important;
  display: flex;
  align-items: center;
}
.carousel-caption p {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
.carousel_innerBox {
  padding: 0 70px;
  animation-duration: 2s !important;
}
.contentBox {
  background-color: #fff;
  border-radius: 10px;
}
.testimonial-content {
  position: relative;
  display: -webkit-box;
  margin-left: 11px;
  margin-top: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Poppins", sans-serif;
}
.testimonial-content .image-wrap > img {
  border-style: solid;
  border-width: 0;
  border-color: #ef3036;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
}
.testimonial-information {
  padding-left: 15px;
  position: relative;
}
.testimonial-information .ratings img {
  width: 100px;
}
.testimonial-name {
  color: #3772dd;
  font-family: "Roboto", sans-serif;

  font-weight: 500;
  font-size: 18px;
  display: flex;
  width: 100%;
}
.contentBox {
  padding: 40px 40px 40px 40px;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); */
  margin-bottom: 28px;
  color: #585858;
  background-color: #f6f6f6;
  border-radius: 20px;
  margin: 10px;
  min-height: 240px;
  display: grid;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 20px;
}
.contentBox.contentColor {
  background-color: #3772dd;
}
.contentBox.contentColor p {
  color: #fff;
}
.contentBox.contentColor .testimonial-name {
  color: #fff;
}
.elementor-heading-title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.invitedImg {
  position: absolute;
  width: 45px !important;
  height: auto;
  left: 7%;
  top: -9%;
}
.invitedImg2 {
  position: absolute;
  width: 45px !important;
  height: auto;
  left: 45%;
  bottom: -9%;
}
.invitedImg3 {
  position: absolute;
  width: 45px !important;
  height: auto;
  left: 94%;
  top: -5%;
}
.bottomeFooter .elementor-heading-title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.bottomeFooter p {
  font-size: 14px;
}
.footerabout {
  text-align: justify;
  color: #0a0a0a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.productbox {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: baseline;
}
.ftor_logoposion {
  position: absolute;
  right: 42%;
  top: -35%;
}
.bottomeFooter {
  background-color: #c9e3f7;
  padding: 5px 50px 15px;
}
.conditionsco {
  color: #000;
}
.conditionsco a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.nav_btnHeader {
  background-color: #ef3036 !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 13px 20px !important;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.nav_btnHeader:hover {
  background-color: #bb0b0b !important;
  color: #fff !important;
}
.nav_btnHeaderLogin {
  background-color: #3772dd !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 13px 20px !important;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.nav_btnHeaderLogin:hover {
  background-color: #3772dd !important;
  color: #fff !important;
}
.elementor-shape-top {
  margin-top: -55px;
}
.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}
.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
svg:not(:root) {
  overflow: hidden;
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.transpent-mrbike {
  display: none !important;
}
.transpent-mrcar {
  display: none !important;
}
.transpent-mrcv {
  display: none !important;
}
.Insurance_Made .MadepaddingRig {
  padding-right: 7rem;
}
.Insurance_Made img {
  width: 75%;
  border-radius: 20px 20px 20px 20px;
}

.elementor-custom-embed-play i {
  color: #e70f0f;
  font-size: 72px;
}
.elementor-custom-embed-play img {
  position: absolute;
  left: 42%;
  top: 46%;
  width: 15%;
}
.clients-logo {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #4444;
  border-radius: 6px;
}
.eicon-play:before {
  content: "\e89d";
}
.discountfooter {
  text-align: justify;
  color: #0a0a0a;
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
}

/* about us css */
.about_us {
  background-image: url(/JAIKA/images/insurance_type/AboutUs1349x240.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.bike_insurance {
  background-image: url(/JAIKA/images/insurance_type/TwoWheelerInsurance.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.bike_insurance .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.car_insurance {
  background-image: url(/JAIKA/images/insurance_type/CarInsurance.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.car_insurance .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.health_insurance {
  background-image: url(/JAIKA/images/insurance_type/HealthInsurance.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.health_insurance .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.home_insurance {
  background-image: url(/JAIKA/images/insurance_type/HomeInsurance.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.travel_insurance {
  background-image: url(/JAIKA/images/insurance_type/travel_banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.CV_insurance {
  background-image: url(/JAIKA/images/insurance_type/backgroung_cvv.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.home_insurance .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.OurTeam {
  background-image: url(/JAIKA/images/insurance_type/OurTeam.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.OurTeam .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.Our_Team {
  /* background-image: url(/JAIKA/images/insurance_type/OurTeam.jpg);  */
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.Our_Team .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.Blog {
  /* background-image: url(/JAIKA/images/insurance_type/OurTeam.jpg);  */
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.Blog .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.BoardOfDirectors {
  background-image: url(/JAIKA/images/insurance_type/BoardOfDirectors.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.BoardOfDirectors .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.Accidental_Insurance {
  background-image: url(/JAIKA/images/insurance_type/AccidentalInsurance.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.Accidental_Insurance .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.Achievement {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.Achievement .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.Cyber_Insurance {
  background-image: url(/JAIKA/images/insurance_type/Cyber-Insurance.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.Cyber_Insurance .aboutbnaaheding h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.contact_us {
  background-image: url(/JAIKA/images/insurance_type/ContactUs1349x240.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.privacyBanner {
  background-image: url(/JAIKA/images/insurance_type/header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.shipingBanner {
  background-image: url(/JAIKA/images/insurance_type/OurTeam1349x240.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.ad_pos {
  background-image: url(/JAIKA/images/insurance_type/BoardOfDirectors1349x240.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  margin-top: 5rem;
}
.about_bannerOverlay {
  background-color: #000000;
  opacity: 0.65;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 89%;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 5rem;
  padding: 90px 60px 100px 60px;
}
.contact_bannerOverlay {
  background-color: #000000;
  opacity: 0.7;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  width: 100%;
  top: 0;
  left: 0;
  margin-top: 5rem;
  padding: 90px 60px 100px 60px;
}
.aboutbnaaheding .elementor-widget-container a {
  text-align: center;
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.Trusted_Partner {
  background-color: #ffffff;
  background-image: url(/JAIKA/images/insurance_type/JaikaBG-scaled.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 30px 0px 30px;
}
.Awards {
  background-color: #ffffff;
  background-image: url(/JAIKA/images/insurance_type/JaikaBG-scaled.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 30px 0px 30px;
}
.OUR_STORY {
  background-color: #ffffff;
  padding: 50px 0px 0px 0px;
}
.Sole_Focus {
  background-color: #89c2ee54;
  padding: 40px 50px 120px 50px;
}
.Sole_Focus h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
.Sole_Focus p {
  color: #585858;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.Sole_Focus .icon-box img {
  width: 5 0px;
}

.Trusted_Partner .title_inner .sub-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ef3036;
  font-family: "Poppins", sans-serif;
}
.OUR_STORY .title_inner .sub-text {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ef3036;
  font-family: "Poppins", sans-serif;
}
.countup {
  font-size: 31px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif !important;
  color: #0a0a0a;
}
.countertext p {
  color: #585858;
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.Trusted_Partner .title_inner h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3772dd;
}
.OUR_STORY .title_inner h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3772dd;
}
.Awards .title_inner h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3772dd;
}
.Trusted_Partner p {
  text-align: justify;
  color: #585858;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
.OUR_STORY p {
  text-align: justify;
  color: #585858;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
.Awards p {
  text-align: justify;
  color: #585858;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
.pre-heading-line1 {
  position: relative;
  margin-left: -20px;
  margin-top: 20px;
  top: -12px;
  padding-right: 120px;
}
.pre-heading-line1:before {
  background: #ef3036;
  left: 0;
}
.pre-heading-line1:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #ef3036;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.pre-heading-line1:after {
  background: #ef3036;
  left: 0;
}
.pre-heading-line1:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #ef3036;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.vissionShadow {
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  border-color: #3772dd;
  box-shadow: 0px 7px 15px 0px #e9d1cf;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -55px;
  margin-bottom: 0px;
  z-index: 2;
}
.vussion_box {
  padding: 18px 20px 26px 20px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  text-align: justify;
}
.vussion_box i {
  transition: all ease 0.3s;
  font-size: 50px;
  margin-bottom: 10px !important;
  color: #3772dd !important;
}

.elementor-element-populated {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #ef3036;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 8px 0px 8px;
  --e-column-margin-right: 08px;
  --e-column-margin-left: 08px;
  padding: 0px 0px 0px 0px;
}
.vussion_border {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #ef3036;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 08px;
  --e-column-margin-left: 08px;
  padding: 0px 0px 0px 0px;
}
.iconbox-title .title a:hover {
  color: #1273eb;
}
.iconbox-title .title a {
  font-size: 18px;
  font-weight: 700;
  color: #0a0a0a;
  font-family: "Roboto Serif", serif;
}
.vussion_box p {
  font-size: 14px;
  font-weight: 500;
  color: #7e7e7e;
}

.Awards_box {
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.5);
  margin: 4rem 15px 0px 15px;
  background-color: #fff;
  padding-bottom: 1rem;
}
.award_image {
  width: 51%;
  margin-top: -3rem;
}
.award_imgBod {
  display: flex;
  width: 100%;
  justify-content: center;
}
.award_text {
  text-align: center;
}
.award_text span {
  font-size: 20px;
  text-transform: none;
  color: #ef3036;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.award_text h2 {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3772dd;
  margin: 0px 0px 0px 0px;
  font-family: "Poppins", sans-serif;
}

.storypossImg {
  position: absolute;
  top: 45px;
  left: 0rem;
  width: 50%;
}
.ourImgporti {
  animation-duration: 3s !important;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.ourImgwidth {
  width: 65%;
}
.pointOfsale {
  padding: 50px 30px 0px 30px;
}
.pointOfsale .headintjaika {
  font-size: 26px;
}
.pointOfsale .description {
  font-size: 15px;
}
.WhatisPoSP {
  padding: 50px 30px 0px 30px;
}

.WhatisPoSP .headintjaika {
  font-size: 26px;
  text-align: left;
}
.Become_PoSP .headintjaika {
  font-size: 26px;
  text-align: center;
}
.WhatisPoSP .description {
  font-size: 15px;
  text-align: justify;
}
.whatpospimg {
  display: flex;
  justify-content: center;
}
.whatpospimg img {
  width: 60%;
}
.Become_PoSP {
  padding: 50px 30px 0px 30px;
  margin-bottom: 3rem;
}

.benefits_box {
  align-items: center;
  padding: 35px 20px 20px 20px;
}

.benefits_box .back-icon-part {
  text-align: center;
}
.benefits_box .back-icon-part i {
  color: #fff;
  font-size: 50px;
}
.benefits_box .back-title-part h2 {
  font-family: "Poppins", Sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
}
.back-content-part {
  text-align: center;
}
.back-desc-part p {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.ider {
  margin-bottom: 1.5rem;
}
.ider p {
  font-size: 16px;
  color: #585858;
  display: flex;
  justify-content: center;
}
.ider p a {
  color: #bb0b0b;
}

.flip-card {
  background-color: transparent;
  width: auto;
  height: 250px;
  perspective: 1000px;
  margin-top: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #3772dd;
  color: black;
}

.flip-card-back {
  background-color: #ef3036;
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front .fa-calendar:before {
  content: "\f133";
}
#adminSignin .form-control {
  border: 1px solid #ced4da !important;
}
.carousel-caption {
  z-index: 8;
  background-color: rgb(61 131 183 / 96%);
  color: rgb(255, 255, 255);
  width: 700px;
  height: 100%;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  top: 0rem;
  left: 0% !important;
  display: flex;
  align-items: center;
}
.iderImage {
  width: 75%;
}

ul .elementor-icon-list-item {
  display: flex;
  align-items: center;
  font-size: inherit;
}
ul .elementor-icon-list-item i {
  color: #ef3036;
}
.elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-left: 7px;
  font-size: 15px;
  color: #585858 !important;
}
.privace-top {
  overflow: hidden;
}
.navbar-nav li:nth-child(6n + 6):after {
  white-space: pre;
}

.navbarwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* .navbarwidth li a{
   padding-bottom: 15px!important;
  } */
.insuranceSectionbox {
  display: flex;
  justify-items: center;
  justify-content: center;
}
.insuranceSectionImg {
  width: 65%;
}
.Legal_complianceBox {
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  padding: 10px;
  margin-top: 5px;
  height: 86%;
}
.complianceBox {
  display: flex;
}
.icone_box {
  margin-right: 15px;
}
.icone_box .elementor-icon {
  background-color: #ef3036;
  padding: 10px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.icone_box .elementor-icon i {
  color: #fff;
  font-size: 30px;
}
.complianceBox .contant_box h2 {
  color: #3772dd;
  font-family: "Poppins", Sans-serif;
  font-size: 22px;
  margin-bottom: 16px;
}
.complianceBox .contant_box p {
  color: #333333;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  line-height: 24px;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.borderourteem {
  border: 1px solid #000;
  max-height: 310px;
}
.ensureFont p {
  color: #fff;
}
.keyManamentBox {
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #ef3036;
  box-shadow: 0px 0px 6px -2px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  --e-column-margin-right: 15px;
  --e-column-margin-left: 0px;
  display: block;
  height: 100%;
  padding: 10px 5px 10px 5px;
  border-radius: 11px;
}
.keymenBox {
  font-size: 20px;
  font-weight: 500;
  color: #3772dd;
  text-align: center;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
  margin-bottom: 0;
  margin-top: 10px;
}
.keyManamentBox img {
  border-radius: 20px;
}
.keyManamentBox p {
  font-size: 18px;
}
.ourTeem {
  display: flex;
  justify-content: center;
}
.ourTeem img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #3772dd;
}

.blogBoximgHover {
  padding: 15px;
  background-color: #fff;
  transition: transform 0.2s;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #eee;
}

.boxhoverI {
  overflow: hidden;
  margin-bottom: 20px;
}
.blogBoximgHover img:hover {
  transition: all 0.5s ease 0s;
  transform: scale(1.1);
  overflow: hidden;
}
.blog-meta span:first-child {
  margin-right: 25px;
  background-color: #fdb713;
  padding: 5px 20px;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
}
.boxhoverI .pointer-events img {
  border-radius: 15px;
}
h3.blog-name a {
  font-family: "Roboto", Sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #0a0a0a;
  text-transform: capitalize;
}
.blogBoximgHover p {
  color: #333333 !important;
  font-family: Poppins !important;
  font-size: 15px !important;
}
.aboutuscss {
  margin-bottom: 4rem;
}
.blog-btn-part a {
  color: #0a0a0a !important;
  font-family: Poppins !important;
  font-size: 15px !important;
}
.blog-btn.icon-after i {
  margin-left: 5px;
}
.blogUsedCar_box {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  border: 2px solid #bbb;
  padding: 15px;
  border-radius: 25px;
}
.blogUsedCar_box img {
  border-radius: 25px;
}
.blogUsedCar_boxText {
  margin-top: 1.5rem;
}
.blogUsedCar_boxText .headintjaika {
  text-align: left;
}
.blogUsedCar_boxText p {
  color: #333333 !important;
  font-family: Poppins !important;
  font-size: 15px !important;
}

.blogUsedCar_boxText h3 {
  font-size: 22px;
}
.career_inner {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f2f2f2;
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 20px 20px 20px;
  border-radius: 3px 3px 3px 3px;
}
.careerBtn {
  background-color: #3772dd;
  border-radius: 5px;
}
#navbarSupportedContent .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3772dd;
}
#navbarSupportedContent .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ef3036;
}
.premiumbreakuppopup .IDVPremiumBox {
  align-items: center;
}
.thank_you form h3 {
  background-color: #3772dd !important;
}
.tableContant a {
  color: #333333 !important;
}

/* .blogBoximgHover .blog-name{
    min-height: 100px;
} */

.cursor-pointer {
  cursor: pointer;
}
.d-contant {
  display: contents;
}

.service-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 20px;
  padding: 30px 0;
}
.cyber_banner .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  padding: 30px 0;
  margin-left: 6rem;
}
.accidental-insurance .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  padding: 30px 0;
}
.servicecard {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: 0px solid #000;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: auto;
}
.icon-banner {
  border: 2px solid #fdb713;
  display: flex;
  padding: 12px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: auto;
}
.main_banner {
  padding-top: 3.5rem;
}
.main_banner h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.main_banner h1 {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.main_banner h1 span {
  color: #3772dd;
}
.main_banner p {
  text-align: center;
  color: #000;
  margin-top: 0.5rem;
}

.main_banner .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  margin-right: 10px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 !important;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.main_banner .carousel-indicators .active {
  opacity: 1;
  background-color: #3772dd !important;
  width: 35px;
  border-radius: 10px !important;
  height: 8px;
}
.main_banner #carouselExampleIndicators .carousel-indicators {
  display: flex;
  align-items: center;
}
.heading {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}
.learn_tbn {
  background-color: #ef3036 !important;
  padding: 10px 15px !important;
  border-radius: 50px !important;
  color: #fff !important;
  margin-top: 2rem;
}
.ourPartner .owl-prev {
  left: 0px;
  top: 0;
  bottom: 0;
  right: auto;
  position: absolute;
}
.ourPartner .owl-next {
  left: auto;
  right: 0px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.ourPartner .owl-carousel-B {
  padding: 1px 4rem;
}
.progress_bar {
  background-color: #f6f6f6;
  margin-top: 3rem;
  padding: 4rem 0 1.5rem;
}
.progress_bar .servicecard {
  background: #f6f6f6;
}
.progress {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
  display: grid !important;
  height: 5rem !important;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #f6f6f6 !important;
  border-radius: 0.25rem;
  justify-content: center;
}
.barOverflow {
  /* Wraps the rotating .bar */
  position: relative;
  overflow: hidden; /* Comment this line to understand the trick */
  width: 150px;
  height: 80px; /* Half circle (overflow) */
  margin-bottom: -45px; /* bring the numbers up */
}
.servicecard span {
  font-size: 20px;
  font-weight: 600;
}
.servicecard .barbet {
  font-size: 20px;
  font-weight: 600;
}
.counter-text {
  display: flex;
  justify-content: center;
  margin-top: -2rem;
  margin-bottom: 1rem;
  position: relative;
  grid-gap: 3px;
  align-items: center;
}
.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px; /* full circle! */
  border-radius: 50%;
  box-sizing: border-box;
  border: 15px solid #eee; /* half gray, */
  border-bottom-color: #3772dd; /* half azure */
  border-right-color: #3772dd;
}
.progress_bar .service-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 10px;
  padding: 30px 0;
}
.bar.bar2 {
  border-bottom-color: #ef3036; /* half azure */
  border-right-color: #ef3036;
}
.counter-tex {
  font-weight: 600;
}

.Why-Choose {
  background-color: #3772dd;
  padding: 4rem 0;
}
.Why-Choose .heading {
  color: #fff;
}
.Why-Choose .why_sub {
  color: #fff;
}
.choose-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.choose-img-box img {
  max-width: 80px;
  margin-bottom: 1rem;
}
.Why-Choose .servicecard .content h5 {
  font-weight: 600;
}
.Why-Choose .servicecard {
  padding: 15px 20px;
  border-radius: 20px;
}
.Why-Choose .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
  padding: 30px 0;
}

.Ourclint .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: #ef3036 !important;
  width: 35px;
  border-radius: 10px !important;
  height: 8px;
}
.ftr-logoWight {
  max-width: 90px;
}
.banner-text-height {
  min-height: 150px;
  margin-top: 2rem;
}
.Ourclint-Policy {
  overflow: hidden;
}
.Financial-box {
  background-color: #f6f6f6;
  padding: 25px 65px;
  min-height: 370px;
}
.bike-insurance_page .Financial-box {
  min-height: 410px;
}
.car-insurance_page .Financial-box {
  min-height: 440px;
}
.Financial-box.blue-color {
  background-color: #3772dd;
}
.Financial-img {
  display: flex;
}
.Financial-img img {
  background-color: #fff;
  max-width: 70px;
  height: 70px;
  padding: 12px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.Financial-box.blue-color .Financial-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.Financial-box.blue-color .Financial-text p {
  color: #fff;
}
.Financial-box .Financial-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.Financial-box .Financial-text p {
  color: #000;
}
.Ourclint-Policy .owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -6rem;
  left: 91%;
}
.inner_cntnt_inner {
  background-color: #fff;
  border-radius: 15px;
}
.inner_cntnt_inner.box-lft {
  background-color: #3772dd;
}
.asked_question {
  margin-bottom: 7rem;
}
.healthFormheading {
  color: #3772dd;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.asked_question.bg_color_section .healthFormheading {
  padding-left: 32px;
}
.insurancePage.about {
  background-color: #f2f9ff;
}
.insurancePage.KnowUsFrom {
  background-color: transparent !important;
}
.know-core-box {
  display: flex;
  margin-top: 1.5rem;
}
.know-core-box .care-img {
  width: 25%;
  margin-right: 15px;
}
.know-core-box .know-text h6 {
  font-size: 18px;
  color: #3772dd;
  font-weight: 600;
}
.Milestone-slidBox {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 20px;
}
.Milestone-slidBox:hover {
  background-color: #3772dd;
}
.Milestone-slidBox h3 {
  color: #ef3036;
  font-weight: 600;
  font-size: 22px;
}
.Milestone-slidBox p {
  margin-bottom: 0;
}
.Milestone-slidBox:hover h3 {
  color: #fff;
}
.Milestone-slidBox:hover p {
  color: #fff;
}
.inner-page-banner img {
  max-width: 420px !important;
}
.btn-link.btn-block.collapsed::after {
  content: "\002B";
}
.btn-link.btn-block::after {
  content: "\2212";
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  top: 33px;
  position: absolute;
  left: 95%;
}
.question_faq .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  padding: 4px 0;
  background-color: #fff;
  border-radius: 0;
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 20px;
}

.question_faq .accordion > .card > .card-header button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  width: 95%;
  white-space: normal;
}
footer {
  display: flex !important;
  width: 100%;
}

.meet-founder {
  padding: 4rem 0;
  background-color: #f6f6f6;
  margin-top: 3rem;
}
.meet-founder .service-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
  padding: 30px 0;
}
.meet-founder .servicecard {
  padding: 0px;
  border-radius: 5px;
  background: #f6f6f6;
  border: 0px solid #000;
  height: 100%;
  width: 100%;
}
.Best-Insurance .servicecard .innerBorder .icon-banner img {
  border-radius: 50%;
}
.Best-Insurance .servicecard .indin_icone a {
  color: #0274b3;
}
.founder-banner {
  position: relative;
}
.founder-banner img {
  border: 1px solid #bbb;
}
.founder-content {
  /* position: absolute; */
  display: inline-block;
  bottom: 00px;
  background-color: #3772dd;
  width: 100%;
  left: 0;
  color: #fff;
  padding: 15px;
  display: none;
}
.founder-content h6 {
  font-size: 15px;
}
.founder-content p {
  margin-bottom: 0;
  font-size: 15px;
}
.Best-Insurance {
  background-color: #eaf4fc;
  padding: 4rem 0;
}
.Best-Insurance .servicecard {
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  border: 0px solid #000;
  height: 100%;
  width: 100%;
  box-shadow: 0px 6px 16px #3469cb29 !important;
}
.Best-Insurance .servicecard .innerBorder {
  display: flex;
}
.Best-Insurance .servicecard .innerBorder .icon-banner {
  max-width: 20%;
  border: 2px solid #3772dd;
  padding: 3px;
  position: relative;
  height: 58px;
}
.Best-Insurance .servicecard .innerBorder .content {
  width: 80%;
  margin-left: 8px;
}
.Best-Insurance .servicecard .innerBorder .content h6 {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  color: #3772dd;
}
.Best-Insurance .servicecard .innerBorder .content p {
  font-size: 13px;
  text-align: left;
}
.Best-Insurance .servicecard .innerBorder .content a {
  font-size: 11px;
  text-align: left;
  color: #000;
}
.Best-Insurance .servicecard .indin_icone {
  position: absolute;
  top: 60%;
  font-size: 28px;
  color: #0274b3;
  background-color: #fff;
  width: 23px;
  border-radius: 50%;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourPartner.AchievementBox .owl-next {
  left: auto;
  right: -5% !important;
  top: 0;
  bottom: 0;
  position: absolute;
}
.ourPartner.AchievementBox .owl-prev {
  left: -5%;
  top: 0;
  bottom: 0;
  right: auto;
  position: absolute;
}
.ourPartner.AchievementBox img {
  margin-bottom: 8px;
}

.owl-carousel-Achievement {
  border-bottom: 2px solid #eee;
  padding-bottom: 50px;
}
.IRDAI_box {
  margin: 3rem 0;
}
.drdai-img-rightBrd {
  border-right: 2px solid #eee;
}
.blogPage-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #fdb713 !important;
  border-radius: 50px;
}
.blogPage-section .nav-pills .nav-link {
  color: #000;
  background-color: #ccc !important;
  border-radius: 50px;
}
.blogPage-section .nav-pills {
  gap: 15px;
}
#more {
  display: none;
}
.load_moreBtn {
  margin-bottom: 2rem;
  text-align: center;
}
.load_moreBtn button {
  background-color: #ef3036;
  border-radius: 50px;
  color: #fff;
}
.load_moreBtn button:hover {
  color: #fff;
}
.Ourclint-Policy.car-insurance_page {
  background-color: #f6f6f6;
}
.want-help-section {
  background-color: #3772dd;
  padding: 4rem;
}
.want-help-section h1 {
  color: #fff;
  font-weight: 600;
}
.want-help-section p {
  color: #fff;
}
.team-available {
  margin-top: 3rem;
  display: inline-block;
}
.team-available .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 30px 0;
}
.team-available h1 {
  text-transform: uppercase;
}
.team-available .servicecard {
  padding: 25px 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #eee;
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: auto;
}
.team-available .servicecard .icon-banner {
  border: 2px solid #fdb713;
  display: flex;
  padding: 22px;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: auto;
  margin-bottom: 20px !important;
}
.team-available .servicecard .content h6 {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.team-available .servicecard .content p {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
.facing-emergency {
  margin-top: 3rem;
  background-color: #3772dd;
  padding: 25px 0;
}
.main_banner.inner-page-banner.career img {
  max-width: 500px !important;
}
.be-a-part {
  background-color: #f6f6f6;
  margin-top: 3rem;
  padding: 3rem 0;
}
.be-a-part .servicecard {
  background: #3772dd;
  color: #fff;
  border-radius: 50px;
}
.be-a-part .servicecard p {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.be-a-part .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
  padding: 30px 0;
}
.perk-be-being {
  margin-top: 3rem;
}
.perk-be-being .service-card {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 20px;
  padding: 30px 0;
}
.perk-be-being .service-card .icon-banner {
  border: 2px solid #fdb713;
  display: flex;
  padding: 12px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 1rem;
}
.perk-be-being .service-card .innerBorder p {
  color: #000;
  font-weight: 400;
}
.main_banner.inner-page-banner.accidental-insurance .banner-imgBox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.jaika-irdia {
  display: flex !important;
  align-items: center;
}
.jaika-text {
  text-transform: uppercase;
  color: #3772dd;
  font-size: 30px;
  font-weight: 700;
}

.rot-bg {
  width: 100%;
  display: flex;
  justify-content: center;
}
.rot-bg img {
  max-width: 98% !important;
  position: fixed;
  opacity: 0.2;
  margin-top: 6rem;
}
.claim-box {
  background-image: url(/JAIKA/images/new-design-image/claim/claim-bg.png);
  width: 100%;
  /* background-position: center; */
  background-size: cover;
  margin-top: 3rem;
  padding-top: 6rem;
  padding-bottom: 3rem;
}
.SETTLE-claim {
  background-color: #3772dd;
  padding: 25px;
  border-radius: 15px;
  margin-top: 2rem;
  height: 90%;
}
.SETTLE-claim h6 {
  color: #fff;
  font-size: 18px;
}
.SETTLE-claim p {
  color: #fff;
}
.telesales-section {
  padding-top: 8rem;
}
.navbarwidth {
  align-items: center;
  display: flex;
}
.preferably-within ul {
  padding-left: 15px;
}
.preferably-within ul li {
  padding-left: 0;
}
.disclaimer h4 {
  color: #3772dd;
  font-weight: 600;
  font-size: 20px;
}

.tooltip-inner {
  background-color: #3772dd !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #3772dd !important;
}

/* tooltip css */
[hover-tooltip] {
  position: relative;
  cursor: default;
}
[hover-tooltip]::before {
  content: attr(hover-tooltip);
  font-size: 12px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 120px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #3772dd;
  border-radius: 4px;
  padding: 5px 10px;
  color: #ffffff;
  z-index: 1;
  width: max-content;
  border-radius: 50px;
}
[hover-tooltip]::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid #3772dd;
  border-color: #3772dd transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}
[hover-tooltip][tooltip-position="bottom"]:hover::before {
  bottom: auto;
  top: calc(100% + 10px);
}
[hover-tooltip][tooltip-position="bottom"]:hover::after {
  bottom: auto;
  top: calc(100% + 6px);
  border-color: transparent transparent #272727;
  border-width: 0 6px 4px;
}
.form-group {
  margin-bottom: 1rem;
  /* position: relative; */
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.custom-navbar-brand{
  display: contents;
}
.bima-mitra-banner{
  background-color: #4c4c4c;
  padding: 8rem 0 0rem;
}

.bima-mitra-heading{
  color: var(--secondary-color);
  font-size: 26px;
}
.paragraph-style{
  color: var(--paragraphs-color);
}
.bima-mitra-kse-section{
  background-color: var(--section-background);
  padding: 4rem 0;
}
.bimamitar-kse-bne-imgBox img{
  max-width: 50px;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #FDB713;
}
.bimamitar-profit-bne-imgBox img{
  max-width: 50px; 
}
.bima-mitra-profit{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.bima-mitra-profit .SETTLE-claim {
    background-color: #3772dd;
    padding: 25px;
    border-radius: 0px;
    margin-top: 2rem;
    height: 90%;
}

.bima-mitra-form .form-control{
  border-radius: 15px!important;
  min-height: 45px;
}
.bima-form-btn{
  border-radius: 12px!important;
  min-width: 200px;
}
#bimamitra{
  z-index: 99999!important;
}
.btn-form:disabled {
  background-color: #888; /* disable color */
  color: #ddd;
  cursor: not-allowed;
  opacity: 0.4;
}
.single-team-member a{
  cursor: pointer;
}