@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"), url("/EPIX/css/font/Helvetica.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Oblique"),
    url("/EPIX/css/font/Helvetica-Oblique.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Compressed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Compressed"),
    url("/EPIX/css/font/helvetica-compressed-5871d14b6903a.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Rounded Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Rounded Bold"),
    url("/EPIX/css/font/helvetica-rounded-bold-5871d05ead8de.woff")
      format("woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica"),
    url("/EPIX/css/font/Helvetica-Bold.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Bold Oblique";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Bold Oblique"),
    url("/EPIX/css/font/Helvetica-BoldOblique.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Light"),
    url("/EPIX/css/font/helvetica-light-587ebe5a59211.woff") format("woff");
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.72em;
  font-weight: 200;
  color: #212529;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica";
}

.w-40 {
  max-width: 70px;
}
.icn-info h2 {
  font-weight: 500 !important;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.navbar {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.navbar-light .navbar-nav .nav-link {
  padding: 1.35em 1.1em;
  line-height: 1em;
  color: #000000 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-right: 25px !important;
}

.navbar-light .navbar-nav .nav-link span {
  color: #1b93f7;
}

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

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

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

.bg {
  background-color: #fff;
}

.bg-nfont {
  color: #5d9cec !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: #3dabe3;
  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: #1b93f7;
}

.offer h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3dabe3;
  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: 50px;
  font-weight: 200;
}

.Deskbanner .carousel-caption {
  color: #000;
}

.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(/SEJAL/images/banner-1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px;
    position: relative;
}

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

.bg-3 {
    background-image: url(/SEJAL/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;
}

.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: 19px;
}

.box-1 {
  background-color: #3dabe3;
  padding: 24px 0 0 0px;
}

.box-2 {
  background-color: #1b93f7c2;
  padding: 20px 0 0 10px;
}

.box-2 i {
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

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

.box-over ul {
  padding: 0;
}

#demo {
  position: ab;
}

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

.banner-r {
}

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

.box-over li:hover {
  color: #5d9cec !important;
}

/*  ------ */

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

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

.our-Busines h2 {
  color: #1b93f7;
  font-size: 40px;
}

.our-btn {
  background-color: #3dabe3;
}

.our-btn {
  background-color: #1b93f7;
}

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

.pd-0 {
  padding: 0;
}

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

.real h2 {
  color: #1b93f7;
  font-size: 40px;
}

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

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

.btn-real:hover {
  background-color: #1b93f7 !important;
  border: 1px solid #1b93f7;
  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(/SEJAL/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: #1b93f7;
  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: #1b93f7;
  border: none;
  color: #fff;
}

.offer a {
  text-decoration: none;
}

.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: #1b93f7 !important;
  border-color: none;
  border: none !important;
}

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

.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: #1b93f7ad;
  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: #1b93f7ad;
  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: #1b93f7;
  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: #3dabe3;
}

.tab button.active {
  background-color: #3dabe3;
  color: #fff;
}

/* .tab button.active:hover{
    background-color: #1b93f7;
    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: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  margin-top: -28px;
}

.faq-cat-content .active-faq a:after {
  content: "\2212";
}

.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: #1b93f7;
  color: #fff;
  border: 1px solid #007bff;
  padding: 8px 25px;
}

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

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

/*---*/

.our-Busines {
  background-image: url(/SEJAL/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: #3dabe3;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

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

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

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

/*----*/

.inc-bg {
  background-image: url(/SEJAL/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: #3dabe3;
  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: #3dabe3;
  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: #1b93f7;
  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: #3dabe3;
  border: none;
  color: #fff;
  padding: 8px 15px;
}

.categery .our-btn:hover {
  background-color: #1b93f7;
}

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

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

.submit-bg {
  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: #3dabe3;
  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: #3dabe3;
  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.3333333% - 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;
}

/*futtor*/

.futer {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 50px;
  margin-top: 4rem;
  background-color: #1b93f7;
}
.brdBtm {
  border-bottom: 2px solid #1b93f7;
  padding-bottom: 10px;
}
.footer-container {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.futer h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futer ul {
  padding: 0;
}

.futer p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futer i {
  font-size: 24px;
  color: #fff;
}

.futer .pages-link li {
  list-style: none;
  color: #fff;
  float: left;
  width: 100%;
}

.futer li {
  color: #fff;
}
.futer a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.futer a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-icon li {
  list-style: none;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-icon li i {
  color: #1b93f7;
}
.topfooterIcone {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding: 4px;
}

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

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

.scroll-top {
  position: fixed;
  background-color: #3b5998;
  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: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  margin: 8px 0;
}

.icon-bar a:hover {
  background-color: #1b93f7;
}

.facebook {
  background: #3dabe3;
  color: white;
}

.facebook:hover {
  background: #1b93f7 !important;
  color: white;
}

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

.bottome-footer {
  padding: 20px 0 10px;
  background-color: #1b93f7;
}

.bottome-footer p {
  color: #000;
}
.buttomFT li {
  list-style: none;
  color: #fff;
}
.our-h h2 {
  font-size: 40px;
  color: #1b93f7;
}

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

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

.freq h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3dabe3;
  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: #3dabe3;
    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;
}

.xtrm_outer {
  background: #ecf3f9;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 4.5rem;
}

.about_us h1.about_heading {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 40px 0 0px 0px;
  font-size: 40px;
  font-weight: 200;
  color: #1b93f7;
  position: relative;
}

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

.about_bx::before {
  content: "";
  background: #3dabe3;
  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 #1b93f7;
  border-radius: 20px;
  width: 100%;
  float: left;
  padding: 20px 20px 0 20px;
}

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

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

/*contact us*/

.navbar {
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.contact_uuus {
  padding: 0px 0;
  width: 100%;
}

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

.inner_cntnt_inner .line {
  display: flex;
  margin-top: 0px;
}

.big_p {
  margin: 0;
}

.inner_cntnt_inner .line .img {
  margin: 0 10px 0 0;
}

.inner_cntnt_inner .line .img img {
  width: 25px;
  margin: 2px 0 0 0;
}

.inner_cntnt_inner h2 {
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  position: relative;
  margin-bottom: 25px;
}

.inner_cntnt_inner .line .cntnnt h3 {
  font-size: 16px;
  margin: 0 0 4px 0;
  font-weight: 600;
}

.inner_cntnt_inner .line .cntnnt p {
  font-size: 16px;
  font-weight: 400;
}

.mrg-contact {
  margin-top: 5.5rem;
}

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

.ICRightPanel .value {
  color: #666;
}

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

.panel-default > .panel-heading {
  color: #333;
  background-color: #1b93f7;
  border-color: #ddd;
}

.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 !important;
  text-decoration: none;
}

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

.contact_uuus h4 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.5%;
}

.contact_uuus ul {
  padding: 0;
  margin: 0;
}

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

.btn-form {
  background: #1b93f7;
  border: none;
  border-radius: 5px;
  padding: 8px 30px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.btn-form:hover {
  background: #1b93f7;
  border: none;
}

/*support*/

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

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

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

.support_offices_bx h4 {
  color: #1b93f7;
  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: #1b93f7;
  padding: 25px;
  text-align: center;
  height: 100%;
}

.support_offices_bx1 h4 {
  color: #3dabe3;
  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: #ffffff;
  letter-spacing: auto;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}

/*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: #3dabe3 !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: #1b93f7;
  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 #1b93f7;
  border-right: 25px solid transparent;
}

.item-1 {
  margin: auto 10px;
  background-color: #1b93f7;
  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 #3dabe3;
  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: #1b93f7;
}

/*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(6, 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: 7rem;
  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: #3dabe3ed;
}

@keyframes myanimation {
  50% {
    background-color: #3dabe3ed;
  }
  25% {
    background-color: #1b93f7;
  }
}

.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, #1b93f7 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: #3dabe3;
  color: #fff;
}

.btn-jm :hover {
  background-color: #1b93f7;
  color: #fff;
}

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

.btn-jm:hover {
  background-color: #1b93f7 !important;
  border: 1px solid #1b93f7;
  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: #1b93f7;
}

.car-help h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3dabe3;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

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

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

.section-title h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3dabe3;
  position: relative;
  top: 2px;
  left: 0;
  margin: 15px 0;
}

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

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

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

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

.checked {
  background: #1b93f7;
  border-radius: 5px;
  color: #fff;
  border-top: solid 4px #5d9cec !important;
  font-family: "Lato", sans-serif;
  /* 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: #1e88e5 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
}

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

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: #1b93f7;
  display: inline-block;
  border-radius: 8px;
}

.inexjm .nav-tabs > li.active > a {
  border: 0;
  background: #5d9cec !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;
  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 h2 {
  font-size: 36px;
  font-weight: 600 !important;
}
h2 {
  font-size: 36px;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@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 {
  background-color: #ecf3f9;
  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: #1b93f7;
  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: #5d9cec;
  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: #5d9cec;
  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: #5d9cec;
  border: 1px solid #1b93f7;
  border-bottom-color: transparent;
  border-radius: 10px;
  color: #fff;
}

.asked_question .panel-default > .panel-heading {
  background-color: #1b93f7;
  text-align: left;
  border-radius: 8px;
  padding: 30px;
  position: relative;
}
.plan_text {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/*.panel-default>.panel-heading {
  color: #333;
  background-color: #1b93f7!important;
  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 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: #1b93f7;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 87);
}

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

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

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

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

.panel-collapse {
  text-align: left;
  padding: 0 10px;
  /* display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));  */
  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: #5d9cec;
  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: #1b93f7 !important;
  background-color: #1b93f7 !important;
}

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

.didyou_2 .exploremorejm:hover {
  background: #1b93f7;
  color: #5d9cec !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: #1b93f7;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

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

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

.navbar-brand {
  margin-right: -7rem;
}

@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, #1b93f7 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: #1b93f7;
  padding-left: 10px;
}

.pb30 {
  padding-bottom: 30px;
}

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

.three-Types h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #3dabe3;
  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: #3dabe3;
  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: #1b93f7;
  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: #1b93f7;
  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: #1b93f7;
  margin-bottom: 20px;
}

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

.item-0 {
  margin: auto 10px;
  background-color: #1b93f7;
  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: #1b93f7;
  font-weight: 600;
}

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

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

.mt40hd {
  margin-top: 10px;
}

.whitebtn:hover {
  color: #5d9cec !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: #1b93f7 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: 4rem !important;
  margin-bottom: 7rem !important;
}
.aboutNammer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1b93f7;
}
.Banner {
  position: absolute;
  right: 0% !important;
  top: 0rem;
  bottom: 20px;
  left: 0% !important;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
  display: flex;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .aboutText {
    margin-top: 3rem;
  }
  .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: #1b93f7;
  }
  .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: #1b93f7;
    margin-bottom: 20px;
  }
  .making-claim-section .stepwizard-step .step-number {
    width: 42px;
    height: 30px;
    float: left;
  }
  .navbar-light .navbar-brand {
    width: 71%;
  }
  .mt-70 {
    margin-top: 35px;
  }
  .mt40hd {
    margin-top: 20px;
  }
  .heading30-hds {
    color: #1b93f7;
    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: #1b93f7;
    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: #1b93f7;
  color: #fff;
}

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

.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: #1b93f7 !important;
  border-color: #1b93f7 !important;
}

.btn-bg-color {
  background-color: #1b93f7 !important;
  color: #fff !important;
}

.thank_you form h3 {
  background-color: #1b93f7 !important;
  color: #fff !important;
}
#otpverifypopup a {
  color: #1b93f7 !important;
}

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

.contact_uuus .form-control {
  border: 2px dotted #1b93f7;
  border-radius: 6px;
  color: #000;
  font-size: 0.5rem;
  font-size: 16px !important;
  padding: 24px 18px;
}
.form-control:focus {
  border-color: #86b7fe;
  outline: 0;
}

/* privace css */

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

.privace-top h6 {
  font-weight: 600 !important;
}
.privace-top p {
  font-size: 16px;
}
.privace-top a {
  color: #000;
}
.privace-top ul li {
  margin: 5px 0;
  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: -5px;
  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;
}
.carImageDisplay {
  display: none !important;
}
.buynow-btn:hover {
  color: #fff !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;
}
.ui-widget.ui-widget-content {
  z-index: 9999 !important;
}
.premiumbreakuppopup .IDVPremiumBox {
  align-items: center;
}
.bg-tramprent-logo {
  display: contents;
}
.bg-tramprent-logobik {
  display: contents;
}
.bg-tramprent-logocar {
  display: contents;
}
.bg-tramprent-logocv {
  display: contents;
}
.navbar-expand-lg a.navbar-brand {
  max-width: 25%;
}
.TopStript {
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
}
.TopStript {
  background: #1b93f7;
}
.navbar-light .navbar-nav a.nav-link.loginMobile {
  background-color: #1b93f7;
  border-radius: 8px !important;
  padding: 6px 15px 6px !important;
  color: #fff !important;
  text-transform: uppercase;
}
.icone_box.icone_boxBrd {
  position: relative;
  border-right: 3px solid #1b93f7;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 0px;
  height: 100%;
}

.icone_box.icone_boxBrd .iconeText a {
  color: #000 !important;
}
.icone_box .iconeText a:hover {
  color: #000 !important;
}
.icone_box .iconeText a {
  color: #000 !important;
}
.icone_box.icone_boxBrd .iconeText a:hover {
  color: #000 !important;
}
.icone_box {
  padding: 10px;
}
.Deskbanner {
  /* background-image: url(/NITYABIMA/images/NITYABIMA/main-banner-img.png); */
  width: 100%;
  background-position: center;
  background-size: cover;
}
.about_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/main-banner-img.png);
  width: 100%;
  background-position: center;
  background-size: cover;
}
.contact_us_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/contact_us-banner.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
}
.service_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/service-banner.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-bottom: 7rem;
  height: 500px;
  display: flex;
  align-items: center;
}
.car_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/car-banner.png);
}
.bike_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/bike-banner.png);
}
.travel_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/travel-banner.png);
}
.health_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/health-banner.png);
}
.home_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/home-banner.png);
}
.cv_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/cv-banner.png);
}
.About_banner {
  background-image: url(/NITYABIMA/images/NITYABIMA/about_banner.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center;
}
/* .Deskbanner {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15) !important;
} */
.iconeImg {
  display: flex;
  justify-content: center;
  width: 100%;
}
.About_banner h1 {
  color: #1b93f7;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
}
.About_banner p {
  font-size: 22px;
}
.iconeImg img {
  border: 1px dotted #1b93f7;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px 8px;
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.iconeText {
  text-align: center;
  color: #1b93f7;
}
.pre-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
}
.pre-heading span {
  background-color: #1b93f7;
  padding: 5px 15px;
  border-radius: 25px;
}
.request-a-call {
  background-color: #1b93f7;
  padding-bottom: 20px;
  margin-top: 7rem;
}
.our-advantage {
  margin-top: 7rem;
}

.insurance-section p {
  text-align: center !important;
}
.iconeText a {
  text-align: center;
  color: #1b93f7;
  margin-top: 5px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.insuranceTyle {
  margin-top: 5rem;
}
.insuranceTyle_Box {
  border: 2px dotted #1b93f7;
  padding: 30px 10px;
  border-radius: 5px;
}
.insur_img {
  display: flex;
  justify-content: center;
}
.insur_img img {
  background-color: #f2f2f2 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 130px !important;
  padding: 10px;
}
.insur_text a {
  text-align: center;
  color: #000000;
  margin-top: 30px;
  font-size: 22px;
}
.ourPartner {
  margin-top: 5rem;
}
.clients-logo img {
  border: 2px dotted #1b93f7;
  padding: 5px 15px;
  border-radius: 0px;
  margin-bottom: 1.5rem;
  border-radius: 5px;
}
.boolFreecall {
  background-color: #1b93f7 !important;
  padding: 15px 25px;
  margin-top: 5rem;
}
.boolFreecall h1 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.boolFreecall button {
  background-color: #1b93f7;
  color: #fff;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  font-weight: 600;
  padding: 5px 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
}
.boolFreecall button:hover {
  color: #1b93f7;
}
.boolFreecall button.whatsapp {
  background-color: #ffffff;
  color: #1b93f7;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  font-weight: 600;
  padding: 6px 30px;
  border: none;
  border-radius: 5px;
  font-size: 17px;
}
.boolFreecall input {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.Testimonials {
  margin-top: 5rem;
}
.Testimonials .insuranceTyle_Box {
  margin-top: 5rem;
}
.Testimonials .insur_img {
  margin-top: -5rem;
}
.Testimonials p {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
}
.Testimonials h3 {
  text-align: center;
  margin-bottom: 0px;
  color: #1b93f7;
}
.Testimonials .insur_img img {
  background-color: #f2f2f2 !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 100px !important;
  padding: 4px;
}

.faq-advantage_box .accordion .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff !important;
  background-color: transparent;
  border-bottom: 0px solid #1b93f7;
  padding: 5px 0;
}
.faq-advantage_box .accordion .card-header .btn-link {
  padding: 5px 0 5px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}
.faq-advantage_box .accordion .card-body {
  padding: 0px 0 15px;
}
.faq-advantage_box .accordion .card {
  border: 0;
  border-bottom: 1px solid #1b93f7 !important;
  border-radius: 0;
}
.faq-advantage_box button.btn {
  width: 100%;
  display: flex;
  white-space: normal;
  justify-content: flex-start;
}
#accordion .card-body {
  background-color: transparent;
}
#accordion a.card-title {
  margin-right: 15px;
}
.Frequently {
  margin-top: 5rem;
}
.ftrIcone {
  background-color: #1b93f7;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftrIcone img {
  width: 20px;
}
.subscribe {
  margin-top: 5rem;
}

.btmFtrLI li {
  margin: 0 15px;
}
.ftIcone img {
  width: 40px;
}
.aboutboxicone {
  border-radius: 0px;
  padding: 6px 15px 10px 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #1b93f7;
  max-width: 50%;
  font-weight: 600;
}
.bs-icone {
  color: #1b93f7;
}
.home-about-banner {
  display: flex;
  justify-content: left;
}
.home-about-banner img {
  max-width: 470px;
  padding: 0px;
  border: 1px dotted #1b93f7;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-radius: 50%;
}
.theem-btn {
  background-color: #1b93f7 !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 8px 30px !important;
}
.section_marg_top {
  margin: 6rem 0 4rem;
}
.aboutboxicone i {
  font-size: 56px;
  color: #291f64;
}
.aboutboxicone span.click-seep {
  width: 30px;
  height: 30px;
  border: 2px solid #1b93f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
}
.bannerImg {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero_heading h1 {
  color: #1b93f7;
  font-weight: 900;
  font-size: 40px;
  padding: 0 1rem;
  margin-bottom: 0rem;
}
.hero_heading h1 span {
  color: #1b93f7;
  font-size: 40px;
  font-weight: 900;
}
.why-retro {
  margin-top: 12rem !important;
}
.why-retro-inner {
  background-color: #ffffff;
}

.why-retro-text h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}
.main-heading {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: capitalize;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
}
.why-retro-text p {
  text-align: justify;
  color: #000;
  margin-top: 0.5rem;
  font-size: 16px;
}
.why-retro-card {
  display: flex;
  gap: 2rem;
  justify-content: end;
}
.why-retro-card-1 {
  background-color: #1b93f7;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
}
.why-retro-card-img-1 {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-retro-card-img-1 img {
  width: 25px;
}
.why-retro-card-1 h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.why-retro-card-2 {
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* height: 250px; */
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.why-retro-card-img-2 {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #f1f6ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-retro-card-img-2 img {
  width: 30px;
}
.why-retro-card-2 h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.why-retro-section-bottom-img {
  margin-top: 1.5rem;
}
.why-retro-section-bottom-img img {
  width: 75%;
}
.why-retro-card {
  margin-top: 0.5rem;
}

.insurance-card {
  /* width: 15rem; */
  margin: 5px;
  /* border: 2px solid black; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  padding-top: 2rem;
  max-width: 278px;
}
.insurance-card-img {
  /* width: 6rem;
  height: 6rem;
  background-color: #f2f2f2;
  border-radius: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.insurance-card-img img {
  height: 7rem;
  width: 7rem;
  object-fit: cover;
}
.insurance-section {
  background-color: #1b93f7;
  margin-top: 7rem;
  padding: 5rem 0;
}
.insurance-section.contact_us_detail {
  background-color: transparent;
  margin-top: 7rem;
  padding: 0rem 0;
}
.insurance-section.contact_us_detail .insurance-card {
  border: 2px dotted #1b93f7;
}
.insurance-section.contact_us_detail .insurance-card a {
  color: #000;
}
.insurance-card h1 {
  color: #282e33;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7rem;
  text-transform: capitaliz;
}
.insurance-card p {
  word-spacing: -0.1em;
  color: #000;
  padding: 0;
}
.advantages-sec {
  margin-top: 5rem;
}
.advantages-text h1 {
  color: #1b93f7;
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.advantages-text h1 span {
  color: #1b93f7;
}
.advantages-img img {
  width: 70px !important;
  padding: 15px;
}
.advantages-card {
  display: flex;
  margin: 0 10px;
  justify-content: end;
  /* flex-wrap: wrap; */
}

.advantages-card-1 {
  background-color: #1b93f7;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  width: 15rem;
  height: 16rem;
  padding: 1rem;
  /* display: flex; */
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.advantages-img {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.advantages-card-1 h1 {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.advantages-card-1 p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.advantages-card-1 img {
  width: 25px;
}
.advantages-card-2 {
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  width: 15rem;
  height: 16rem;
  /* border-radius: 8px; */
  padding: 1rem;
  /* display: flex; */
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.advantages-img-2 {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.advantages-card-2 h1 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
}
.advantages-card-2 p {
  color: #4f4f4f;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.advantages-card-2 img {
  width: 25px;
}
.advantages-img-2 img {
  width: 50px !important;
}
.partners {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
.partners h1 {
  color: #1b93f7;
  text-transform: capitalize;
}
.partners-logo-div {
  display: flex;
  /* height: auto; */
  width: 100%;
  justify-content: space-evenly;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.partner-se {
  margin-bottom: 3rem;
  margin-top: 7rem;
}
.partners-logo {
  margin: 0.5rem;
  width: 8rem;
  height: 4rem;
  max-height: 5rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.partners-logo img {
  padding: 10px;
  width: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.11); */
  height: 65px;
  object-fit: contain;
  border: 1px dotted #1b93f7;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.customer-heading h1 {
  color: #1b93f7;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30.5px;
}
.customer-heading h1 b {
  color: #1b93f7;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 34.5px;
  text-transform: capitalize;
}
.customer-heading p {
  text-transform: capitalize;
  word-spacing: -0.1em;
}
.customer-card {
  display: flex;
  gap: 20px;
  /* flex-wrap: wrap;  */
  padding: 35px 0;
}
.customer-card-1 img {
  width: 25px;
}
.customer-card-1 {
  width: 300px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);
  padding: 1rem;
}
.partners b {
  color: #1b93f7;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  text-transform: capitalize;
}
.customer-card-1 p {
  color: #4f4f4f;
  margin-top: 0.5rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.customer-card-1 h1 {
  color: var(--Secondary-Colour, #1b93f7);
  text-align: center;
  margin-top: 1.2rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.customer-sec {
  margin-top: 2rem;
  padding: 2rem 0;
}
.customer-card-1 .custmer-secImg {
  width: 100%;
  display: flex;
}
.footer-logo {
  max-width: 150px;
}
.footer-location {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 2rem;
}
.location-1 {
  display: flex;
  align-items: center;
  width: 30%;
}
.footer-icon-1 {
  width: 40px;
  height: 40px;
  background-color: #1b93f7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer-icon-1 img {
  width: 20px;
}
.location-info {
  color: #fff;
  padding-top: 0.5rem;
  padding-left: 0.8rem;
  font-family: Montserrat;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  width: 85%;

  /* text-transform: capitalize; */
}
.location-info span {
  color: #ffffff;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  /* text-transform: capitalize; */
}
.footer-links {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  /* border: 1px solid white; */
}
.footer-links ul li {
  display: inline;
  padding: 0 10px;
}
.footer-social {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0px solid #585858;
  /* flex-wrap: wrap; */
  padding-top: 0rem;
  /* border-top: 1px solid black; */
}
.social-icon {
  display: flex;
  width: 60%;
  justify-content: end;
  padding: 0 20px 20px;
  gap: 30px;
  align-items: center;
}
.social-icon .icon-1 {
  height: 35px;
  width: 35px;
  background-color: #1b93f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactcnt h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.5%;
  margin: 0 0 10px;
}
.cont-info {
  font-size: 1rem;
  text-align: justify;
}
.contactcnt ul {
  margin: 25px 0 0;
}
.contactcnt ul li {
  align-content: center;
  align-items: center;
  display: flex;
  margin: 0 0 30px;
  width: 100%;
}
.contact-loction-info {
  border-radius: 11px;
  background: var(--Primary-Colour, #1b93f7);
  padding: 8px;
  max-width: 45px;
  width: 55px;
}
.map-section {
  margin-top: 7rem;
}
.addressbox {
  padding: 0 0 0 20px;
}
.addressbox h3 {
  color: #1b93f7;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 3px;
}
.contact-number-sty a {
  color: #000;
}
.addressbox p {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-email {
  font-size: 16px;
  color: #000;
}
.contact-number-sty {
  display: flex;
  flex-wrap: wrap;
}
.main-page-prod-insurance {
  background: linear-gradient(180deg, #f9feff 0%, #e3ebff 100%);
  padding: 3rem 0 1rem;
}
.bike-insureance-info {
  margin-top: 2rem;
}
.bike-insureance-info h1 {
  color: #1b93f7;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
.bike-insureance-info h1 span {
  color: #1b93f7;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  text-transform: capitalize;
}
.bike-insureance-info button {
  width: 120px;
  padding: 8px;
  background-color: #1b93f7;
  border-radius: 5px;
  border: none;
  color: #fff;
  margin-top: 1.5rem;
}
.bike-insureance-info button a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}
.it-Works {
  margin-top: 3rem;
}
.works {
  width: 100%;
  /* margin-left: 10%; */
  display: flex;
  justify-content: center;
}
.works-icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.works-icon-img img {
  background-color: #ff725e;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 2rem;
}
.works-icon-img img.Platinum-Premium {
  background-color: #1b93f7;
}
.works-icon-img img.popularised-Premium {
  background-color: #1facea;
}
.works-info h1 {
  color: #000;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: capitalize;
  text-align: center;
}
.works-info p {
  color: #4f4f4f;
  text-align: justify;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2rem;
  text-align: center;
}
.works-icon-centerimg img {
  margin-top: 2rem;
}
.Factors-influencing {
  margin-top: 3rem;
}
.Factors-influencing h1 {
  color: #1b93f7;
  padding-bottom: 0.5rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  text-transform: capitalize;
}
.Factors-influencing ul li {
  color: #4f4f4f;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-align: justify;
}
.Deductibles-img {
  width: 100%;
  display: flex;
  justify-content: end;
}
.Deductibles-img.Benefits-img {
  width: 100%;
  display: flex;
  justify-content: start;
}
.Deductibles-img.Benefits-img img {
  margin-top: 1.5rem;
}
.Deductibles-img img {
  max-width: 450px;
}
.vision-about h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
.vision-about h2 b {
  font-size: 1.8rem;
  color: #1b93f7;
  font-weight: 500;
}

.hero-right-sec {
  width: 100%;
  /* background-color: #fff; */
  border: transparent;
  /* border: 1px solid black; */
}
.hero_heading {
  padding: 10px 0px;
}
.car-ins {
  /* border: 1px solid black; */
  display: flex;
  flex-wrap: wrap;
}
.car-info {
  position: relative;
  /* border: 1px solid #2c86a2; */
  display: flex;
  flex-direction: column;
  width: 19%;
  padding: 5px;
  border-radius: 10px;
  margin: 1rem;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 90px;
  gap: 3px;
  /* box-shadow: 0px 0px 5px 0px #2c86a2; */
}
.car-info a {
  color: #000;
}
.car-img {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 1rem; */
}
.car-img img {
  display: flex;
  width: 50px;
  position: relative;
  align-items: end;
}
.icn-info {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.car-info h2 {
  margin: 0;
  padding: 0;
}
.icn-info h2 {
  font-size: 1rem;
}
.coming-soon {
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  top: -1px;
  font-size: 10px;
  background: #e5646e;
  color: #fff;
  padding: 1px 5px;
  /* border-radius: 7px; */
  left: 0px;
  right: 0;
  margin: auto;
  font-weight: 700;
  text-align: center;
}
.car-info:hover {
  background-color: #1b93f7;
  color: #fff !important;
}
.car-info:hover h2 {
  color: #fff !important;
}
.why-retro-text h1 b {
  color: #1b93f7;
  font-size: 2rem;
}
.advantages-card-1 {
  position: relative;
}
.advantages-card-2 {
  position: relative;
}
.arrow-img {
  position: absolute;
  bottom: 6%;
}
.company-disclosure h1 {
  color: #1b93f7;
  padding: 6rem 0;
}
.disclosure-section {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.section_type4_list_itm {
  margin-bottom: 1rem;
}
.section_type4_list_itm {
  display: flex;
  border: 1px dotted #1b93f7;
  background: #fff;
  margin: 20px 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.section_type4_list_ic {
  flex: 0 0 40px;
  height: 40px;
  background: #1b93f7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  position: relative;
  left: -21px;
  top: 37px;
  border-radius: 50%;
  font-weight: 700;
}
.section_type4_list_con {
  padding: 30px 20px 30px 0;
}
.section_type4_list_con h4 {
  font-size: 18px;
  font-weight: 700;
}
.section_type4_list_itm:nth-child(even),
.section_type8_list_itm:nth-child(even) {
  background: #fff;
  border: 1px dotted #1b93f7;
}
.section_type4_list_itm:nth-child(2) .section_type4_list_ic {
  background: #1b93f7;
}

.Solutions_section {
  background-color: #1b93f7;
  padding: 50px 0;
  margin-top: 7rem;
}
.awardText h3 {
  color: #fff;
  font-weight: 800;
  font-size: 38px;
}
.awardText {
  padding: 15px 0;
}
.awardText p {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
.border_right_award {
  border-right: 3px solid #fff;
}
.our-service {
  margin-top: 8rem;
}
.our-service .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px 25px;
  padding: 0px 0 0;
  margin: 0 1rem 0rem;
}
.our-service .servicecard {
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.CoverageBox {
  position: relative;
  border-radius: 5px;
  padding: 0px 0px 0 0px;
}
.CoverageBox_small {
  position: absolute;
  max-width: 80px;
  max-height: 80px;
  right: 40%;
  bottom: -38px;
  background: #1b93f7;
  padding: 14px;
  border-radius: 50%;
  z-index: 99;
  margin-bottom: 0rem;
}
.our-service .servicecard-text {
  padding: 15px 15px 30px;
  color: #000;
  font-weight: 400;
  border-top: 0;
  background-color: #fff;
  text-align: left;
  border-end-end-radius: 10px;
  border-end-start-radius: 10px;
  margin-top: 2.5rem;
  text-align: center;
}
.our-service.service-box .servicecard {
  border: 1px dotted #1b93f7;
}
.our-service .servicecard-text h4 {
  color: #1b93f7;
  font-weight: 600;
  font-size: 22px;
}
.our-service .servicecard-text p {
  color: #000;
  min-height: 75px;
}
.find-advisor-box {
  margin-top: 2rem;
}
.our-advantage_box {
  border: 1px dotted #1b93f7;
  padding: 40px 20px 35px;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  min-height: 260px;
  border-radius: 10px;
}
.Explore-Plans .our-advantage_box {
  border: 1px dotted #1b93f7;
  padding: 40px 20px 35px;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  min-height: 470px;
  border-radius: 10px;
}
.Explore-Plans.Health-Types-Features .our-advantage_box {
  min-height: 530px;
}
.Explore-Plans.Home-Types-Features .our-advantage_box {
  min-height: 560px;
}
.Explore-Plans.Key-Features .our-advantage_box {
  border: 1px dotted #1b93f7;
  padding: 40px 20px 35px;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  min-height: 160px;
  border-radius: 10px;
}
.Explore-Plans.Key-Features.Key-Features .our-advantage_box {
  min-height: 180px;
}
.Explore-Plans.Key-Features p {
  margin-bottom: 0;
}

.Explore-Plans .our-advantage_box .icon_img {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 1rem;
}
.our-advantage_box .icon_img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.our-advantage_box .icon_img_box {
  border: 1px dotted #1b93f7;
  /* position: absolute; */
  background-color: #1b93f7;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 10px;
  top: -25px;
}
.countertext .icon_img_box {
  border: 1px dotted #1b93f7;
  /* position: absolute; */
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 7px;
}
.countertext {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.Solutions_section .countertext:after {
  content: "";
  position: absolute;
  bottom: 70px;
  right: 17px;
  width: 6px;
  top: 36%;
  height: 30%;
  background-color: #ffffff;
  border-radius: 0px;
}
.Solutions_section .countertext.lastcont-text::after {
  display: none;
}

.awardText {
  width: 75%;
}
.awardText.awardText-last {
  width: 50%;
}
.our-advantage-text h6 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.Explore-Plans .our-advantage-text h6 {
  color: #000;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}
.Explore-Plans .our-advantage-text p {
  text-align: left;
}
.our-advantage-text p {
  text-align: center;
}
.our-advantage-text a {
  color: #000;
  font-size: 14px;
  text-align: center;
}
.Ourclint {
  margin-top: 7rem;
  background-color: #1b93f7;
  padding: 5rem 0;
  color: #fff;
}
.testimonial-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contentBox {
  border: 1px dotted #fff;
  padding: 40px 20px 20px;
  margin-top: 3rem;
  text-align: center;
  min-height: 200px;
  background-color: #fff;
  border-radius: 8px;
}
.contentBox i {
  color: #f28900;
}
.contentBox p {
  color: #000;
}
.invited_Img {
  width: 60px !important;
  height: 60px;
  border-radius: 50%;
  /* position: absolute; */
  top: 18px;
}

.topFooterdesign {
  position: absolute;
  z-index: 99;
  margin-top: -3rem;
}
.topD_footer {
  background-color: #1b93f7;
  padding: 20px 30px;
  box-shadow: 0px 2px 2px 1px #cecece;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.topfooterIcone img {
  color: #33508f;
  /* background-color: #fff;  */
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.our-approach .insurance-card {
  border: 0px dotted #1b93f7;
  max-width: 100%;
  padding: 20px 15px 25px;
  border-radius: 5px;
  margin-top: 2rem;
  background-color: #fff;
  min-height: 300px;
}
.our-approach .insurance-card-img img {
  height: 7rem;
  width: 7rem;
  object-fit: cover;
  background-color: #1b93f7;
  border-radius: 50%;
  padding: 10px;
}
.our-approach .insurance-card h1 {
  font-size: 20px;
}
.Ourclint h1 {
  text-transform: uppercase;
}
.partner-se h1 {
  text-transform: uppercase;
}
.TopStript {
  color: #fff;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  background: #1b93f7;
}

.bannerImg img {
  max-width: 550px;
}

.request-a-call .form-control {
  border-radius: 0rem;
}
.request-a-call .btn-form {
  border-radius: 0 !important;
}

.iconeImg a {
  display: contents;
}
.innerContent {
  display: flex;
}


/* new pages css dhiren*/
.banner_product_icon .service-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
  padding: 30px 0;
}
.banner_product_icon .tm-svg {
  max-width: 95px;
  height: 95px;
  border: 2px dotted #1b93f7;
  border-radius: 50%;
  padding: 20px;
  margin-bottom: 0.7rem;
}
.banner_product_icon .innerBorder {
  display: flex;
  justify-content: left;
}
.banner_product_icon .innerBorder p {
  color: #000;
  text-align: center;
}
.main-body .container-fluid {
  max-width: 1280px !important;
}
.nityabima-home-banner {
  position: relative;
}
.pace-off-mind-box {
  background-color: #1b93f7;
  padding: 25px 25px;
  box-shadow: -2.828px 2.828px 4px 0px rgba(33, 33, 33, 0.2);
  border-radius: 5px;
  min-height: 150px;
}
.pace-off-mind-box .mind-icon {
  background-color: #fff;
  padding: 5px;
  width: 55px;
  height: 55px;
  border-radius: 8px;
}
.pace-off-mind-box .pace-off-mind-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}
.pace-off-mind-box .mind-contant h5 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
.pace-off-mind-box .mind-contant p {
  color: #fff;
  margin-bottom: 0;
}
.pace-off-mind-section {
  position: absolute;
  width: 100%;
  bottom: -60px;
}
.PospBocBox {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.PospBocImg {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 2px dotted #1b93f7;
  border-radius: 8px;
}
.PospBocBox:after {
  content: "";
  position: absolute;
  bottom: 70px;
  right: -25px;
  width: 100%;
  height: 70%;
  background-color: #1b93f7;
  border-radius: 15px;
}
.section_marg_top {
  margin-top: 8rem;
}
.flex-shrink-0 {
  max-width: 50px;
}
.border_right_secure {
  border-right: 2px solid #1b93f7;
  margin-right: 1.5rem;
}

.our-service {
  background-color: #1b93f7;
  padding: 5rem 0;
}
.our-service.service-box {
  background-color: #fff;
  padding: 0rem 0;
  margin-bottom: 7rem;
}
.our-service .pre-heading span {
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 25px;
  color: #1b93f7;
}
.product-read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #000;
  font-weight: 700;
}
.product-read-more i {
  color: #ffffff;
  width: 20px;
  height: 20px;
  background-color: #1b93f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.home-about-banner {
  position: relative;
}
.home-pospImg {
  position: relative;
}
.home-small-posp {
  position: absolute;
  max-width: 180px !important;
  right: 0;
  top: 12%;
  left: 64%;
  border: 0px dotted #38b54f !important;
  padding: 40px 15px;
  background-color: transparent;
  border-radius: 0 !important;
}

.Ourclint .pre-heading span {
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 25px;
  color: #1b93f7;
}
.section-margin-top {
  margin-top: 7rem !important;
}
.futer .container-fluid {
  max-width: 1280px !important;
}
.bottome-footer .container-fluid {
  max-width: 1280px !important;
}
.about_banner {
  display: flex;
  align-items: center;
  height: 550px;
  padding: 7rem 0 !important;
}
.about_banner h1 {
  color: #1b93f7;
  font-size: 48px;
}
.Deskbanner h1 {
  color: #1b93f7;
  font-size: 48px;
}

.insurance-section .pre-heading span {
  background-color: #ffffff;
  padding: 5px 15px;
  border-radius: 25px;
  color: #1b93f7;
}

.Our-team .invited_Img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 7px;
}
.Our-team .testimonial-information {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  top: -24px;
  padding: 15px 15px !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.Our-team .contentBox {
  border: 1px dotted #fff;
  padding: 40px 0px 20px;
  margin-top: 3rem;
  text-align: center;
  min-height: 200px;
  background-color: #fff;
  border-radius: 8px;
}
.contact_uuus .border_right_secure {
  margin-right: 0rem;
}
.contact_uuus h4 {
  font-size: 18px;
}

.testimonial-information h5,
.testimonial-information p.mb-2 {
  text-transform: uppercase;
}


