* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body, html {
    font-size: 62.5%
}

li::marker {
    content: unset !important; /* Remove any content (marker itself) */
    unicode-bidi: unset !important; /* Reset unicode-bidi */
    font-variant-numeric: unset !important; /* Reset font variant numeric */
    text-transform: unset !important; /* Reset text transformation */
    text-indent: unset !important; /* Remove text indent */
    text-align: unset !important; /* Remove text alignment */
    text-align-last: unset !important; /* Remove last text alignment */
}

body {
  font-family: "Mulish", sans-serif !important;
  overflow-x: unset !important;
}

.section-wrap {
  padding: 6rem 0;
  width: 100%;
}

#open-transit-head-content {
  display: none;
}

.heading2 {
  margin: 0 0 1.5rem 0;
  /* font-size: 3.6rem; */
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  color: #282828;
  
}

/* changes in margin */

.heading3 {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  color: #282828;
}

.text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #282828;
}

.block-read-more{
  display: none;
}

.sub-txt {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 600;
}

.note-txt {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 1rem;
}

.note {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  margin-top: 1rem;
}

.clr-white {
  color: #fff;
}

.clr-blue {
  color: #1e3157;
}

.bg-blue {
  background: #00305b;
}

.bg-lightblue {
  background: #e1f4fd;
}

.bg-gray {
  background: #f5f6f6;
}

.bg-darkGray {
  background: #f8f6f6;
}

.bg-pink {
  background: #fff9f6;
}
.bg-white {
  background: #ffffff;
}
.bg-pink2 {
  background: #fff2eb;
}

.bg-light-grey {
  background-color: #f8f6e4;
}

.align-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.width-50 {
  width: 50%;
}

.img-cont-block,
.cont-img-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 180px;
  flex-direction: row-reverse;
}
.reverse-row{
   flex-direction: row;
}

.img-block {
  width: 40%;
  text-align: center;
}

.cont-block {
  width: 60%;
}



.sub-heading {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.key-features-list .key-item {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  position: relative;
}

.key-features-list .key-item:last-child {
  margin-bottom: 0;
}

.key-features-list .key-item:before {
  content: "";
  position: absolute;
  background: url("../images/green-tick.svg") no-repeat;
  width: 16px;
  height: 19px;
  left: 0;
  top: 4px;
}

.group-insure-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px;
}

.plan-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* gap: 20px; */
  margin-top: 3rem;
}

.plan-item {
  width: 49%;
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 15px;
  padding: 3rem 2rem;
  display: flex;
}
.plan-item .img-sec{
  padding-right: 1rem;
}
.plan-item .img-sec img {
  position: relative;
  top: -4px;
}

.plan-item .para {
  padding-left: 1.5rem;
}

.features-block {
  display: flex;
  justify-content: space-between;
  
  margin-top: 4rem;
  flex-wrap: wrap;
}

.feature-block-item {
  /* background: #fff; */
  border-radius: 10px;
  padding: 3rem 2.5rem;
  display: flex;
  
  gap: 15px;
  width: 32%;
}

.no-txt {
  font-size: 7.2rem;
  line-height: 58px;
  font-weight: 300;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background: linear-gradient(180deg, #f58820 0%, #b02a30 100%);
  -webkit-background-clip: text;
  /* text-fill-color: transparent; */
  position: relative;
  top: 2px;
}

.sub-text{

font-size: 1.6rem;
font-weight: 400;
line-height: 24px;
text-align: left;
margin-top: 1rem;

}

.block-title {
  font-size: 2rem;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.marine-insure-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.marine-list-item {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  width: 49%;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.bg-blue .marine-list-item {
  color: #fff;
}

.marine-list-item:before {
    content: "";
    position: absolute;
    background: url("../../images/bullet.svg") no-repeat;
    width: 16px;
    height: 20px;
    top: 2px;
    left: 2px;
}

.cover-sec .container {
  margin: 0 auto;
  max-width: 1056px;
  width: 100%;
}

.marine-cover-list-item {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

.marine-cover-list-item:before {
  content: "";
  position: absolute;
  background: url("../images/bullet.svg") no-repeat;
  width: 12px;
  height: 15px;
  top: 5px;
  left: 0;
}

.blog-sec {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.blog-item {
  
  width: 35%;
}

.blog-cont {
  padding: 2rem 2rem;
  border: 1px solid #c9c9c9;
  border-top: 0;
    border-radius: 0px 0px 10px 10px;

}

.blog-title {
  font-size: 2rem;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 2rem;
}

.blog-cont .r-more {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  text-decoration: underline;
  color: #ec6625;
  display: block;
}

.blog-img img {
  width: 100%;
}



.blog-btn-block {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 4rem auto 0;
}

.blog-btn-block .blog-btn {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
}

.left-right-block,
.right-left-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-bottom: 3rem;
}


.inner-cont {
  margin-left: 2.6rem;
}

.morecontent span,
.morecontentdesk span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #282828;
  display: none;
}

.morelink,
.morelinkdesk {
  display: inline-block;
  position: relative;
}

    .morelink::after,
    .morelinkdesk::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 16px;
        margin-top: -12px;
        background: url("../../images/readmore.svg");
        transition: all 0.3s ease;
    }

    .morelink.less::after,
    .morelinkdesk.less::after {
        background: url("../../images/readmore.svg");
        transform: rotate(180deg);
    }

.read-more {
  display: none;
}

.more-cont {
  display: flex;
  flex-direction: column;
}

.more-cont-link {
  display: none;
}

.benefits-marine-open .more-cont {
  display: flex;
}

.general-more-cont {
  flex-direction: row;
  
}





.read-more-link {
  display: block;
  margin-top: 2rem;
  text-align: center;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 700;
  color: #ec6625;
  text-align: left;
  margin: 2rem auto 0;
}

a.read-more-link,
a.read-less-link {
  color: #fe6625;
  text-decoration: underline !important;
  text-align: left;
}

/***FAQ Start***/
.faq-sec {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
  position: relative;
}

.tab-head {
  border-bottom: 1px solid #c9c9c9;
  padding: 2rem 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.faq-block .tab-head li {
  width: 25%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #838383;
  cursor: pointer;
}

.tab-head li.active {
  color: #f16623;
  z-index: 5;
}

.tab-head li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
}

.tab-head li.bar {
  position: absolute;
  height: 3px;
  padding: 0;
  background: #f16623;
  top: 100%;
  z-index: 4;
  left: 0;
}

.tab-content-body {
  position: relative;
}

.tab-content {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.tab-content.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  position: relative;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease,
    0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease,
    0.8s -webkit-transform ease;
  z-index: 1;
}

.quest-answ-block {
  margin-top: 3rem;
}

.question-block {
  margin-bottom: 2.4rem;
}

.question-block:last-child {
  margin-bottom: 0;
}

.answer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.open-policy-ul-li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/***FAQ End***/

/****Breadcrumbs/Disclaimer****/
.breadcrumbs-block {
  border-top: 1px solid #eaeaea;
  padding: 1.4rem 0;
}

.breadcrumbs-sec {
  display: flex;
  justify-content: space-between;
}

ul.breadcrumbs {
  display: flex;
}

ul.breadcrumbs li {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: normal;
  margin-right: 40px;
}

ul.breadcrumbs li:last-child {
  margin: 0;
}

ul.breadcrumbs li a {
  position: relative;
  color: #282828;
  text-decoration: none;
}

ul.breadcrumbs li a.subtitle {
  color: #6c6c6c;
}

ul.breadcrumbs li a:after {
  content: "";
  position: absolute;
  border: solid #282828;
  border-width: 0 1.2px 1.2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: top;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 6px;
  margin-left: 10px;
}

ul.breadcrumbs li:last-child a:after {
  display: none;
}

.disclaimer-link {
  color: #ec6625;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.disclaimer-link a {
  color: #ec6625;
}
/****Breadcrumbs/Disclaimer****/

/****product table start****/
.product-table .container {
  margin: 0 auto;
  max-width: 930px;
  width: 100%;
}
.table_wrapper {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: solid 1px #ddd;
}

.tableWrapp {
  border-collapse: collapse;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: #dddccb;
  display: table;
}

.tableWrapp tr:nth-child(odd) {
  background-color: #f5f6f6;
}

.tableWrapp tr:first-child {
  border-radius: 10px;
  border-bottom: none;
}

.tableWrapp th {
  background-color: #dddccb;
  padding: 1.5rem 2rem;
  border-right: 1px solid #ece9e9;
  font-weight: 600;
  color: #282828;
}

.tableWrapp td,
.tableWrapp th {
  font-size: 1.6rem;
  text-align: center;
  width: 230px;
}

.tableWrapp td {
  width: 290px;
  border-right: 1px solid #eaeaea;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.tableWrapp td:first-child {
  text-align: left;
}
/****product table end****/

/* .marine-block .container {
  margin: 0 auto;
  max-width: 874px;
  width: 100%;
} */

.types-of-marine {
  margin-top: 4rem;
}

.types-of-marine .marine-cover-list {
  margin-top: 1.5rem;
}

.coverage-block .cont-img-block {
  gap: 20px;
}

.coverage-block .marine-list-item {
  width: 50%;
}

.cover-marine-transist-block .container {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.no-list-block {
  margin-top: 4rem;
}

.legal-doc .no-list-block {
  margin: 0;
}

.no-list {
  margin-bottom: 1rem;
}

.legal-doc .no-list {
  display: flex;
}

.no-list span {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
}

.legal-doc .no-list span {
  font-weight: 400;
}

.no-list span.no {
  font-size: 2rem;
  line-height: 25px;
  font-weight: 800;
  color: #ec6625;
  margin-right: 1.5rem;
}

.sub-list li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

    .sub-list li:before {
        content: "";
        position: absolute;
        background: url("../../images/bullet.svg") no-repeat;
        width: 12px;
        height: 15px;
        top: 4px;
        left: 0;
    }

.marine-list-item.width-100 {
  width: 100%;
}

/* .open-policy-block:last-child {
  padding-bottom: 4rem;
} */

.open-policy-block {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 2.5rem;
}

.policy-item {
  width: 32%;
}

.img-size {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.link_top {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  color: #ec6625;
  text-decoration: underline;
}

.link {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  color: #ec6625;
  text-decoration: underline;
  display: inline-block;
}

/****Carousel Sec Start****/
.carousel-sec {
  max-width: 878px;
  width: 100%;
  margin: 0 auto;
}

.carousel-item {
  display: flex;
  gap: 20px;
  border-radius: 15px;
 /* padding: 3rem 2.5rem;*/
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.carouse-title {
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 700;
}

/*.carouse-block .owl-nav .owl-next, .carouse-block .owl-nav .owl-next {
    position: absolute;
    right: -6rem;
    top: 48%;
    font-size: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 0;
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .1);
    background: #ec6625;
    border: 1px solid #eaeaea;
}

.carouse-block .owl-nav .owl-prev, .carouse-block .owl-nav .owl-prev {
    position: absolute;
    left: -6rem;
    top: 48%;
    font-size: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 0;
    box-shadow: 5px 0 10px 0 rgba(0, 0, 0, .1);
    background: #ec6625;
    border: 1px solid #eaeaea;
}

.carouse-block .owl-nav .owl-next:before, .carouse-block .owl-nav .owl-next:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/freshlook/images/arrow_pointer_review.svg);
    height: 16px;
    width: 18px;
    transform: rotate(360deg);
    left: 16px;
    top: 17px;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
}

.carouse-block .owl-nav .owl-prev:before, .carouse-block .owl-nav .owl-prev:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/india-risk-index/images/white-review-arrow.svg);
    height: 16px;
    width: 18px;
    vertical-align: text-top;
    transform: rotate(180deg);
    left: 16px;
    top: 16px;
    content: "";
    display: inline-block;
    vertical-align: text-top;
    box-sizing: inherit;
    margin: 0;
    position: absolute;
}

.carouse-block .owl-nav .owl-prev.disabled:before, .carouse-block .owl-nav .owl-next.disabled:before, .carouse-block .owl-nav .owl-next.disabled:before, .carouse-block .owl-nav .owl-prev.disabled:before {
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    opacity: .5;
}

.carouse-block .owl-next.disabled, .owl-prev.disabled {
    opacity: 1;
}
*/

/****Carousel Sec End****/

/*********************** slider ***********************/

.sme-slider-wrap {
  padding: 2rem 8rem;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/*.owl-carousel .owl-item img {
    display: block;
    width: 100%
}*/

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: 0.4;
  cursor: default !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f58220;
  width: 25px;
  margin: 5px 0;
}

.owl-theme .owl-dots .owl-dot span {
  background: #eaeaea;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.sme-slider-wrap .owl-nav .owl-next {
  right: -12px;
  top: 28rem;
  background: #fff;
}

.sme-slider-wrap .owl-nav .owl-prev {
  left: -12px;
  top: 28rem;
  background: #fff;
}

.sme-slider-wrap .blog_card {
  width: 405px;
  margin: 0;
}

.sme-slider-wrap .card_content p {
  font-size: 15px;
}

.sme-slider-wrap .owl-next.disabled,
.owl-prev.disabled {
  opacity: 1;
  background: #fff;
}

.sme-slider-wrap img {
  max-width: 170px;
}

.sme-slider-wrap .owl-nav .owl-next,
.ui-reviews-slider .owl-nav .owl-next {
  right: 0;
  background: #fff;
}

.sme-slider-wrap .owl-nav .owl-prev,
.ui-reviews-slider .owl-nav .owl-prev {
  left: 0;
  background: #fff;
}

.sme-slider-wrap .owl-nav .owl-prev,
.ui-reviews-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 48%;
  font-size: 0;
  height: 5rem;
  width: 5rem;
  border-radius: 50px;
  cursor: pointer;
  margin-left: 0;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #ec6625;
  border: 1px solid #eaeaea;
}

.sme-slider-wrap .owl-nav .owl-next,
.ui-reviews-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 48%;
  font-size: 0;
  height: 5rem;
  width: 5rem;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 0;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.1);
  background: #ec6625;
  border: 1px solid #eaeaea;
}

.sme-slider-wrap .owl-nav .owl-prev:before,
.ui-reviews-slider .owl-nav .owl-prev:before {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93IFBvaW50ZXIiPgo8cGF0aCBpZD0iVmVjdG9yIDMiIGQ9Ik0xNS4zNjg0IDFMMjIgOS41TTIyIDkuNUwxNS4zNjg0IDE4TTIyIDkuNUgxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  height: 20px;
  background-repeat: no-repeat;
  width: 24px;
  vertical-align: text-top;
  transform: rotate(180deg);
  left: 10px;
  top: 14px;
  content: "";
  display: inline-block;
  vertical-align: text-top;
  box-sizing: inherit;
  margin: 0;
  position: absolute;
}

.sme-slider-wrap .owl-nav .owl-next:before,
.ui-reviews-slider .owl-nav .owl-next:before {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93IFBvaW50ZXIiPgo8cGF0aCBpZD0iVmVjdG9yIDMiIGQ9Ik0xNS4zNjg0IDFMMjIgOS41TTIyIDkuNUwxNS4zNjg0IDE4TTIyIDkuNUgxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  height: 20px;
  background-repeat: no-repeat;
  width: 25px;
  transform: rotate(360deg);
  left: 12px;
  top: 15px;
  content: "";
  display: inline-block;
  vertical-align: text-top;
  box-sizing: inherit;
  margin: 0;
  position: absolute;
}

.sme-slider-wrap .owl-nav .owl-prev.disabled,
.sme-slider-wrap .owl-nav .owl-next.disabled,
.ui-reviews-slider .owl-nav .owl-next.disabled,
.ui-reviews-slider .owl-nav .owl-prev.disabled {
  background: #fff;
  border: 1px solid #cbcdce;
  cursor: not-allowed !important;
}

.sme-slider-wrap .owl-nav .owl-prev.disabled:before,
.ui-reviews-slider .owl-nav .owl-next.disabled:before,
.ui-reviews-slider .owl-nav .owl-prev.disabled:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93IFBvaW50ZXIiPgo8cGF0aCBpZD0iVmVjdG9yIDMiIGQ9Ik03LjYzMTU4IDFMMSA5LjVNMSA5LjVMNy42MzE1OCAxOE0xIDkuNUgyMiIgc3Ryb2tlPSIjQjJCMkIyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  opacity: 0.5;
  transform: rotate(360deg);
}

.sme-slider-wrap .owl-nav .owl-next.disabled:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkFycm93IFBvaW50ZXIiPgo8cGF0aCBpZD0iVmVjdG9yIDMiIGQ9Ik03LjYzMTU4IDFMMSA5LjVNMSA5LjVMNy42MzE1OCAxOE0xIDkuNUgyMiIgc3Ryb2tlPSIjQjJCMkIyIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
  opacity: 0.5;
  transform: rotate(180deg);
}

.sme-slider-wrap .owl-item {
  background: #fff;
  border-radius: 20px;

  padding: 40px 30px 40px 30px;
  min-height: 320px;
}

.sme-slider-wrap .owl-item img {
  border-radius: 10px;
}

.pbm-0.pkg_policy_bg {
  background-color: #fff2eb;
}

.pkg_policy {
  padding-top: 30px;
}

.sme-slider-wrap .owl-dots {
  text-align: center;
  padding: 20px 0 44px;
}
.il-flex-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/* popups */

.error-marine .popup .content-block {
  padding: 0rem;
}

.error-marine .popup .content-block .btn-wrapper {
  padding: 3rem;
}

.btn-wrapper div {
  margin-top: 5rem;
}

.error-img {
  background: transparent;
}
.whatsapp-popup {
  max-width: 800px !important;
  opacity: 1;
  width: 100%;
}
.popup-hype a {
  text-decoration: underline;
  color: #f58220;
}

.customer-care .error-popuop .content-block .error-img {
  text-align: center;
}

.customer-care .error-popuop .content-block .btn-wrapper h4 {
  font-size: 1.8rem;
  color: #282828;
  line-height: normal;
  font-weight: 700;
}

.customer-care .error-popuop .content-block .btn-wrapper p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 24px;
}

.customer-care .popup .content-block .btn-wrapper {
  margin-top: 3rem;
}

/* .customer-care .error-popuop .content-block .btn-wrapper .okay-btn{
	margin-top: 2rem;
} */

.popup.light {
  max-width: 800px;
  opacity: 1;
  width: 100%;
}

.popup.error-popuop {
  max-width: 426px;
  opacity: 1;
  width: 100%;
}

.whatsappwrapper {
  display: flex;
}

.whatsappwrapper figure {
  margin-right: 5px;
}

.whatsappwrapper > h2 {
  color: #e71a1a !important;
  margin-bottom: 1rem;
  margin-top: 0;
}

.whatsapp-arrow li {
  font-size: 1.2rem;
  color: #404040;
  margin-bottom: 5px;
  position: relative;
  margin-left: 1rem;
}

.whatsapp-arrow li::before {
  background-image: url(../images/generic_blue_arrow.png);
  height: 20px;
  background-repeat: no-repeat;
  width: 20px;
  top: 4px;
  left: -11px;

  content: "";
  /* display: inline-block; */
  /* vertical-align: text-top; */
  box-sizing: inherit;
  margin: 0;
  position: absolute;
}

.whats p {
  font-weight: bold !important;
}

.content-block h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 2rem;
  margin-top: 0;
  color: #f58820;
}

.btn-wrapper {
  display: flex;
  flex-direction: column;
  /* padding: 3rem; */
}
.btn-wrapper h5 {
  font-weight: 700;
  color: #282828;
  font-size: 2rem;
  line-height: 25.1px;
}
.btn-wrapper div {
  /* margin-top: 5rem; */
  text-align: end;
}

.il-btn-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.content-block p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
}

/*********************** slider ***********************/

/******************* need help UI ********************/
.needHelp1 {
  width: 206px;
  height: 62px;
  padding: 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 108px;
  right: 15px;
  z-index: 1050;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#004f9f),
      to(#00447c)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #004f9f 0%, #00447c 100%) 0%
    0% no-repeat padding-box;
  color: #fff !important;
  font: 700 19px/19px "Muli", sans-serif;
  text-decoration: none !important;
}
.need-help-parent {
}
.needHelp::before {
  content: "";
  width: 30px;
  height: 31px;
  margin-right: 13px;
  background: url(../images/needhelp.svg) no-repeat center center / contain;
}
.needHelp.orange {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f16522),
      to(#b02a30)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f16522 0%, #b02a30 100%) 0%
    0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .needHelp {
    width: 130px;
    height: 50px;
    padding: 0;
    display: initial;
    top: 10px;
    right: 10px;
    background: url(../images/needHelpBtn.png) no-repeat center center/contain !important;
    font-size: 0;
  }
  .needHelp::before {
    display: none;
  }
}
.needHelp {
  /*width: 206px;
    height: 62px;
    padding: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 120px;
    right: 15px;
    z-index: 10;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#004f9f), to(#00447c)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #004f9f 0%, #00447c 100%) 0% 0% no-repeat padding-box;
    color: #fff !important;
    font: 700 19px/19px "Muli", sans-serif;
    text-decoration: none !important;*/
}
/* .needHelp::before {
    content: "";
    width: 44px;
    height: 42px ;
    margin-right: 13px;
    background: url(../images/needhelp.svg) no-repeat center center / contain  ;
} */
.needHelp.orange {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f16522),
      to(#b02a30)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f16522 0%, #b02a30 100%) 0%
    0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .needHelp {
    width: 130px;
    height: 50px;
    padding: 0;
    display: initial;
    top: 50px;
    right: 10px;
    background: url(../images/needHelpBtn.png) no-repeat center center/contain !important;
    font-size: 0;
    text-decoration: none !important;
    z-index: 1050;
  }
  .needHelp::before {
    display: none;
  }
}
.needHelpActions {
  position: fixed;
  top: 188px;
  right: -400px;
  z-index: 1050;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
@media (max-width: 450px) {
  .needHelpActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    top: 80px;
  }
}
.needHelpActions .buttons a {
  width: 345px;
  height: 53px;
  padding: 18px 25px;
  border: 1px solid #f26624;
  margin-bottom: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #ec6608;
  font: 600 17px/17px "Muli", sans-serif;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  text-decoration: none !important;
}
@media (max-width: 450px) {
  .needHelpActions .buttons a {
    width: 300px;
    font: 600 14px/14px "Muli", sans-serif;
    text-decoration: none !important;
  }
}
.needHelpActions .buttons a svg {
  margin-right: 24px;
  text-decoration: none !important;
}
.needHelpActions .buttons a svg g,
.needHelpActions .buttons a svg path {
  stroke: #ec6608;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  text-decoration: none !important;
}
.needHelpActions .buttons a:last-child svg {
  margin-right: 18px;
  text-decoration: none !important;
}
.needHelpActions .buttons a:hover {
  background-color: #ec6608;
  color: #fff;
  text-decoration: none !important;
}
.needHelpActions .buttons a:hover svg g,
.needHelpActions .buttons a:hover svg path {
  stroke: #fff;
  text-decoration: none !important;
}
.needHelpActions #closeBtn {
  width: 32px;
  height: 33px;
  float: right;
  background: url(../images/closeBtn.png) no-repeat center center/contain;
}
/* @media (max-width: 450px) {
  .needHelpActions #closeBtn {
    margin-bottom: 15px;
  }
} */
.needHelpActions.active {
  right: 15px;
}
.helpoverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0.6;
}
.needHelpForm {
  padding: 12px;
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
@media (max-width: 450px) {
  .needHelpForm {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 450px) {
  .needHelpForm .innerHelpform {
    width: 100%;
  }
}
.needHelpForm .formDiv {
  width: 412px;
  margin-top: 90px;
  border-radius: 14px 0 0 14px;
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 450px) {
  .needHelpForm .formDiv {
    width: 100%;
    margin-top: 65px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
}
.needHelpForm .formDiv h5 {
  margin: 0;
  height: 66px;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#004f9f),
      to(#00447c)
    ) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #004f9f 0%, #00447c 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font: 700 19px/19px "Muli", sans-serif;
}
@media (max-width: 450px) {
  .needHelpForm .formDiv h5 {
    font-size: 17px;
    line-height: 17px;
  }
}
.needHelpForm .formDiv h5::before {
  content: "";
  width: 52px;
  height: 46px;
  margin-right: 5px;
  background: url(../images/reqCall.png) no-repeat center center/contain;
}
.needHelpForm .formDiv h5 #closeForm {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: url(https://sme.icicilombard.com/assetsSME/images/closeBtn.png)
    no-repeat center center/contain;
}
.needHelpForm .formDiv .innerDiv {
  padding: 18px 20px 22px;
  position: relative;
}
.needHelpForm .formDiv .innerDiv h6 {
  margin: 0 0 75px;
  color: #282828;
  font: 700 17px / 21px "Muli", sans-serif;
  text-align: center;
}
.needHelpForm .formDiv .innerDiv .dropdown {
  border: 1px solid #ec6608;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  position: absolute;
  top: 82px;
  right: 20px;
  left: 20px;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
.needHelpForm .formDiv .innerDiv .dropdown button {
  padding: 9px 10.5px 11px;
  border: 0;
  box-shadow: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  color: #f26624;
  font: 600 17px/17px "Muli", sans-serif;
}
.needHelpForm .formDiv .innerDiv .dropdown button::after {
  display: none;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu {
  width: 100%;
  padding: 15px 25px;
  border: 0;
  position: static !important;
  float: none;
  -webkit-transform: none !important;
  transform: none !important;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: table;
  list-style-type: none;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li {
  display: table-cell;
  color: #282828;
  font: 600 16px/20px "Muli", sans-serif;
  vertical-align: top;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li:first-child {
  width: 150px;
  padding-top: 7px;
}

.section-content.for-employess {
  background-color: #F8F6F6;

}

.for-employess{
  padding-top: 4rem;
}


.form-group img {
  padding-left: 10px;
  padding-top: 2px;
}

.query-customer img {
  padding-top: 0px;
}

a.form-bot {
  background-color: #CEEFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 10px 10px 20px;
  display: flex;
  color: #282828;
  float: left;
  width: 100%;
  border: 1px solid #AACDDE;
  border-top: none;
}

.morelinks {
  display: none;
}

.morelink::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  margin-top: 3px;
  background: url(../images/GhiImg/up-arrow.svg);
}

.morecontent span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: none;
}

.img-mob{
  margin: 0px auto;
  display: block;
}


/*.section-content.group-health .morelink::after, .corpo-form h2 {
  opacity: 0;
  display: none;
}*/
.section-content.group-health .morelink::after, .corpo-form h1 {
  opacity: 0;
  display: none;
}

.morelink::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  margin-top: 3px;
  background: url(../images/GhiImg/down-arrow.svg);
}

.morelink.less::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg) !important;
}

a.form-bot:hover {
  text-decoration: none;
}

.exiciting {
  padding-top: 4px;
  padding-left: 10px;
}

.exiciting h5 {
  font-weight: 700;
  font-size: 16px;
  color: #282828;
  margin-bottom: 0px;
}

.exiciting p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.exiciting p strong {
    color: #EC6625;
    font-weight: 700;
    text-decoration: underline;
}

.error {
  color: red;
  font-size: 13px;
  font-weight: 500;
  display: none;
}

.moretexts, .moretexts1, .moretexts2, .moretexts3 {
  display: none;
}

.section-content.group-health .morelink::after, .section-content.Faq .morelink::after,
.section-content.Faq .accordion-card .morelink::after {
  display: none;
}

.section-content.Faq {
  background-color: #F8F6F6;
}

.section-content.group-health h2, .section-content.WhyICICILombard h2,
.section-content.why-renewing-your-car h2 {
  text-align: left;
}
/* form widget css*/
.more.mar-spe, .mores.mar-spe, .mores1.mar-spe, .mores2.mar-spe {
  display: none;
}

/* .section-content h2 {
  font-weight: 700;
  font-size: 36px;
  color: #282828;
  padding-bottom: 10px;

} */

.group-health p, .section-content p.more, p, ul.arrow-tab-list li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.group-health .readMore {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #EC6625;
}

.for-employess p, #whyHealthPolicy h2 {
  text-align: center;
}

.group-health p {
  margin-bottom: 10px;
}

.for-employess .tab-head {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  position: relative;
  margin-bottom: 2rem;
}

.whyHealthPolicy h4 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.for-employess .tab-head li.active {
  color: #f16623;
  z-index: 5;
}

.ratingsec .ratingSlider .innerdiv ul li {
  padding-left: 0;
  color: #282828;
  font: 500 17px "Muli",sans-serif;
}

.cover-under h3 {
  font-size: 18px;
  font-weight: 700;
}

.section-content.features {
  background-color: #FFF9F6;
}

.cover-under em {
  font-size: 45px;
  font-weight: 700;
  color: #F26624;
  font-style: normal;
}

.features h4 {
  font-size: 16px;
  font-weight: 700;
}

.for-employess .tab-head li {
  min-width: 16rem;
  padding-left: 30px;
  float: left;
  padding: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: normal;
  color: #6c6c6c;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.for-employess .tab-content-body {
  position: relative;
}

.for-employess .tab-head li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
}

.for-employess .tab-head li img {
  display: block;
  margin: 0px auto;
  margin-bottom: 10px;
}

.for-employess .tab-content.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  position: relative;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  z-index: 1;
}

.for-employess .tab-content {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.for-employess .tab-head li.bar {
  position: absolute;
  height: 3px;
  padding: 0;
  background: #f16623;
  top: 100%;
  z-index: 4;
  left: 0;
}

.for-employess .inc-exc-tab ul.ui-check-list.exclusion-tabs.green_tick {
  padding: 0 0 2rem 0;
}

.for-employess .inc-exc-tab .ui-check-list.exclusion-tabs li {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}

.for-employess .midWrappHAP .inc-exc-tab .include_div .ui-check-list.exclusion-tabs.green_tick li:before {
  background-image: url(/docs/default-source/assets/freshlook/images/GhiImg/tick_inclusion.png);
  width: 30px;
  height: 30px;
  top: 5px;
}

.for-employess .ui-check-list.exclusion-tabs li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  font-size: 1.7rem;
  background-image: url(../images/GhiImg/list-arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

.for-employess .ui-check-list p {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0;
  padding-bottom: 0.5rem;
  text-align: left;
}

.WhyICICILombard ul.arrow-tab-list li a {
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #fe6625;
}

.for-employess .inc-exc-tab .green_tick h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}


@media (max-width: 450px) {
  .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li:first-child {
    width: 120px;
  }
}
@media (max-width: 450px) {
  .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li {
    font: 600 13px/16px "Muli", sans-serif;
  }
  .needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li:first-child {
    padding-right: 10px;
  }
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li label {
  height: 30px;
  padding: 9px;
  margin: 0;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  color: #b2b2b2;
  cursor: pointer;
  font: 700 13px/13px "Muli", sans-serif;
  text-align: center;
}
.needHelpForm
  .formDiv
  .innerDiv
  .dropdown
  .dropdown-menu
  ul
  li
  input[type="radio"] {
  display: none;
}
.needHelpForm
  .formDiv
  .innerDiv
  .dropdown
  .dropdown-menu
  ul
  li
  input[type="radio"]:checked
  + label {
  background-color: #f26624;
  color: #fff;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li .drum-viewport {
  width: 100%;
  height: 65px;
}
.needHelpForm
  .formDiv
  .innerDiv
  .dropdown
  .dropdown-menu
  ul
  li
  .drum-viewport
  .drum-drum
  .drum-item {
  padding: 9px 0;
  color: #c7c1bf;
  cursor: pointer;
  font: 600 10px/13px "Muli", sans-serif;
  text-align: center;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.needHelpForm
  .formDiv
  .innerDiv
  .dropdown
  .dropdown-menu
  ul
  li
  .drum-viewport
  .drum-drum
  .drum-item.drum-item-current {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  color: #ec6608;
  font: 600 13px/16px "Muli", sans-serif;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li .form-control {
  max-width: 170px;
  padding-left: 0;
  border: 1px solid #707070;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 0 0 0 !important;
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  color: #ec6608;
  font: 600 13px/16px "Muli", sans-serif;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul:first-child li {
  vertical-align: middle;
}
.needHelpForm
  .formDiv
  .innerDiv
  .dropdown
  .dropdown-menu
  ul:first-child
  li:first-child {
  padding-top: 0;
}
.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu #backLink {
  margin-top: 10px;
  display: inline-block;
  color: #f26624;
  font: 600 13px/13px "Muli", sans-serif;
  vertical-align: top;
}
.needHelpForm .formDiv .innerDiv .cstmbtn {
  min-width: 216px;
}
.needHelpForm .formDiv .thankyou {
  padding: 18px 14px;
  display: none;
}
.needHelpForm .formDiv .thankyou .innerthanyou {
  padding: 16px 20px;
  background-color: #fef6f2;
}
.needHelpForm .formDiv .thankyou .innerthanyou h6 {
  margin: 0;
  color: #004785;
  font: 900 19px/24px "Muli", sans-serif;
}
@media (max-width: 450px) {
  .needHelpForm .formDiv .thankyou .innerthanyou h6 {
    font-size: 18px;
  }
}
.needHelpForm .formDiv .thankyou .innerthanyou ul {
  padding: 0;
  margin: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
@media (max-width: 450px) {
  .needHelpForm .formDiv .thankyou .innerthanyou ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.needHelpForm .formDiv .thankyou .innerthanyou ul li p {
  margin: 9px 0 0;
  color: #282828;
  font: 400 15px/25px "Muli", sans-serif;
}
@media (max-width: 450px) {
  .needHelpForm .formDiv .thankyou .innerthanyou ul li p {
    font: 400 13px/22px "Muli", sans-serif;
  }
}
.needHelpForm .formDiv .thankyou .innerthanyou ul li:first-child {
  margin-right: 14px;
}
.needHelpForm .buttons {
  margin: 15px 0;
}
.needHelpForm .buttons a {
  width: 345px;
  height: 53px;
  padding: 18px 25px;
  border: 1px solid #f26624;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  background-color: #fff;
  color: #ec6608;
  font: 600 17px/17px "Muli", sans-serif;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
@media (max-width: 450px) {
  .needHelpForm .buttons a {
    width: 300px;
    margin: 0 auto;
    float: none;
    font: 600 14px/14px "Muli", sans-serif;
  }
}
.needHelpForm .buttons a svg {
  margin-right: 24px;
}
.needHelpForm .buttons a svg g,
.needHelpForm .buttons a svg path {
  stroke: #ec6608;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}
.needHelpForm .buttons a:last-child svg {
  margin-right: 18px;
}
.needHelpForm .buttons a:hover {
  background-color: #ec6608;
  color: #fff;
}
.needHelpForm .buttons a:hover svg g,
.needHelpForm .buttons a:hover svg path {
  stroke: #fff;
}
.needHelpForm.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.HideDiv {
  display: none;
}
#lnkHome {
  float: left;
  margin-top: -3px;
  margin-right: 30px;
  top: 20px;
  left: 303px;
  width: 20px;
  height: 19px;
  border: 1.3px solid var(---fffef6-extended-lom-orange-6);
  opacity: 1;
}
#LiMob {
  display: none;
}
#LiDesk {
  display: block;
}
@media (max-device-width: 767px) and (min-width: 320px) {
  #LiMob {
    display: block;
  }
  #LiDesk {
    display: none;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu ul {
  display: flex !important;
}

/*------CSS for Widget start here------*/

.needHelpForm .form-group input {
  display: block;
  width: 100%;
  height: 40px;
}

.needHelpForm .input-field label:before {
  content: none;
}

.needHelpForm .formDiv .innerDiv .dropdown {
  height: auto;
  width: auto;
}

.needHelpForm .formDiv .innerDiv .dropdown .dropdown-menu ul li label {
  position: relative;
  top: 0;
  left: 0;
}

.needHelpForm .formDiv .innerDiv .cstmbtn {
  color: #ffffff;
}

.needHelpForm .dropdown label {
  pointer-events: auto;
}

/******************* need help UI ********************/

/*****Responsive*****/
@media screen and (max-width: 991px) {
  .form-wrap {
    flex-direction: column;
    gap: 50px;
  }
  .right-block {
    width: 100%;
  }

  .banner-bg {
    padding-bottom: 289px;
  }

  .myraChatwrapp .imgWrapp,
  .myraChatwrapp .myraInnerwrapp .myra.liveChat:before {
    display: none;
  }

  .myraChatwrapp .myraInnerwrapp {
    width: 100%;
    right: 0;
    top: 140px;
    /* height: auto; */
    padding: 0;
    border-radius: 0;
    bottom: auto;
    z-index: 9999;
  }

  .myraChatwrapp .myraInnerwrapp .myra_chat_bot:before {
    display: block;
    bottom: auto;
    top: -6px;
    right: 20px;
    transform: rotate(-180deg);
  }

  .myra_chat p {
    margin-bottom: 0 !important;
  }

  .myraChatwrapp .imgWrappOpen {
    display: none !important;
  }

  /****Added by Samina Start****/

  /* .imgWrapp{
            display: none !important;
        }*/

  /****Added by Samina End****/
  .myra_chat a {
    font-size: 15px;
    line-height: 25px;
  }

  .myra_chat_bot {
    display: flex;
  }

  .myra_chat {
    border-top: 1px solid #ece9e9;
    padding: 10px 20px 20px;
    margin-top: 0;
  }

  .btn-chat {
    padding: 15px 25px;
    min-width: 120px;
    margin: 0 auto;
  }

  .myraInnerwrapp strong {
    font-weight: 700;
    font-size: 1.7rem;
  }

  .myraInnerwrapp p {
    font-size: 15px;
    color: #282828;
    margin: 0;
    margin-bottom: 5px;
    line-height: 20px;
  }

  .myraInnerwrapp span {
    font-size: 14px;
    color: #6c6c6c;
    text-align: left;
    display: block;
    margin: 0 0 10px;
  }

  /****Added by Samina Start****/
  .myra_innerdiv {
    padding: 20px 20px 5px 20px;
    display: none;
  }

  .chatbg_overlay {
    display: none;
    height: 100%;
    position: fixed;
    left: 0;
    /* top: 300px; */
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
  }

  .myraChatwrapp .imgWrapp {
    display: block;
    right: 4rem;
    /*        bottom: 23px;*/
    bottom: 80px;
    background: url(../images/ask_ria_chat_bot.png) no-repeat;
    width: 140px;
    height: 71px;
  }

  .myraChatwrapp .myraInnerwrapp .myra {
    display: none;
  }

  .close-box {
    display: block;
    position: fixed;
    background: url(../images/chat-boat-close.svg)
      no-repeat;
    width: 20px;
    height: 20px;
    right: 40px;
           bottom: 90px;
  
    z-index: 999;
  }

  .import-export-switch {
    justify-content: center;
  }
  body {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .right-block {
    width: 100%;
  }

  .step-one-block h3 {
    font-size: 1.6rem;
  }

  .marine-widget-sec {
    padding: 2.4rem 2rem;
    margin-top: 2rem;
  }
  .ban-list-item {
    padding: 0;
    padding-left: 16px;
  }
  .ban-list-item {
    height: 47px;
  }

  .marine-widget-sec .step-countr-block {
    right: 20px;
    top: 20px;
    padding: 0rem;
  }
  .marine-widget-sec .step-countr-block p {
    padding: 0.3rem 1.2rem 0.5rem;
    border-radius: 14px;
  }

  .flex-div {
    flex-direction: column;
  }

  .flex-div .left-div,
  .flex-div .right-div {
    width: 100%;
  }

  .ship-tab-details .max-claim-block ul {
    /*flex-direction: column;*/
    gap: 15px;
  }

  .marine-widget-sec input {
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1330px;
  }
  .read-more-btn{
    display: none;
  }
  .read-more-covered-under{
    display: none;
  }
}

@media (max-width: 1024px) {
  .img-cont-block,
  .cont-img-block {
    gap: 40px;
  }

  .img-block img {
    width: 100%;
  }

  .plan-block {
    gap: 10px;
  }

  .group-insure-block {
    gap: 15px;
  }
 
}

@media (max-width: 768px) {
  .form-wrap {
    flex-direction: column;
    gap: 0px;
  }

  .left-block {
    width: 100%;
  }

  .form-block {
    padding: 2rem;
  }

  .banner-list {
    gap: 15px;
    /* padding-bottom: 4rem; */
  }

  .title-block {
    display: none;
  }

  .ui-radio-group {
    font-size: 1.4rem;
  }

  h1 {
    font-size: 2.4rem;
    line-height: 30px;
    text-align: center;
  }

  .sub-txt {
    /*font-size: 1.4rem;*/
    /*line-height: 21px;*/
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
  }

  .blog-btn-block {
    margin: 3rem auto 0;
    margin-bottom: 4rem;
  }

  .ban-list-item {
    width: 100%;
  }
  .blog-item {
    border: none;
  }
  .blog-cont {
    border: 1px solid #c9c9c9;
    border-top: none;
    border-radius: 0 0 16px 11px;
  }

  .img-cont-block,
  .cont-img-block {
    flex-direction: column;
    gap: 10px;
  }

  .img-block,
  .cont-block {
    width: 100%;
  }

  .should-buy-img {
    padding: 4rem 0;
  }
  .sub-heading {
    text-align: left;
    font-weight: 700;
  }
  .types-of-marine {
    margin-top: 3rem;
  }

  .What-marine-insurance {
    padding: 4rem 0;
  }

  .coverage-case-img {
    padding: 4rem 0;
  }

  .policy-essential-subtext {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
  .heading2 {
    font-weight: 700;
    padding-top: 4rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
    text-align: left;
    line-height: 3rem;
  }

  .marine-blog {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  .faq-header {
    margin-bottom: 3rem;
  }

  .blog-item {
    border-top: none;
  }

  .question-block {
    margin-bottom: 3.2rem;
  }

  .quest-answ-block:last-child {
    padding-bottom: 4rem;
  }

  .answer {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .marine-work-img {
    padding-bottom: 6rem;
  }

  .marine-transit-insure:last-child {
    padding-bottom: 3rem;
  }

  .plan-block {
    flex-direction: column;
  }

  .heading3 {
    margin-bottom: 1rem;
  }

  .plan-item {
    width: 100%;
  }

  .left-right-block,
  .right-left-block {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .features-block {
    flex-direction: column;
  }

  .feature-block-item {
    width: 100%;
  }

  .more-cont {
    display: none;
  }

  /*  .img-mob.marine-work-img{
        margin-bottom: 4rem;
    }*/

  .new-marine-work {
    padding-bottom: 4rem;
  }
  .coverage-provided-img {
    padding-bottom: 4rem;
  }
  .marine-work-cont-blog {
    margin-bottom: 3.3rem;
  }

  .key-features-list:last-child {
    padding-bottom: 4rem;
  }

  .read-more {
    display: block;
    margin-top: 2rem;
    text-align: center;
    text-decoration: underline;
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 700;
    color: #ec6625;
    text-align: center;
    margin: 2rem auto 0;
  }

  a.read-more,
  a.read-less {
    color: #fe6625;
    text-decoration: underline;
    text-align: center;
  }

  .blog-sec {
    flex-direction: column;
  }

  .ban-list-item p {
    margin-left: 9px;
  }
  .blog-img img {
    width: 100%;
  }

  .blog-item {
    width: 100%;
  }

  .tableWrapp {
    width: 100%;
    overflow: auto;
    display: inline-block;
  }

  .open-policy-block {
    flex-direction: column;
  }

  .policy-item {
    width: 100%;
  }

  .flex {
    flex-direction: column;
    margin-top: 2rem;
  }

  .width-50 {
    width: 100%;
  }
  .il-flex-block {
    flex-wrap: wrap;
  }
  .sme-slider-wrap {
    padding: 2rem 2rem;
  }
  .il-slider-img {
    display: none;
  }
  .banner-bg {
    background: none !important;
  }
  .head-block h1 {
    font-size: 2.6rem;
    text-align: left;
    line-height: normal;
  }
  .ban-list-item br {
    display: none;
  }
  .head-block .sub-txt {
    text-align: left;
    font-size: 1.6rem;
  }

  .whats .il-btn-block {
    flex-direction: column;
  }

  .whats .il-btn-block a {
    margin-bottom: 1rem;
  }

  .coverage-case {
    margin-bottom: 3rem;
  }

  .read-more-btn {
    display: block;
    margin-top: 2rem;
    text-align: center;
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 18px;
    font-weight: 700;
    color: #ec6625;
    text-align: center;
    margin: 1rem auto 0;
    background: none;
    border: none;
    margin-bottom: 2rem;
  }
  .carousel-btn {
    /*margin-bottom: 0;*/
    margin: 0;
  }

  .policy-twentyk {
    font-weight: 800;
  }

  .marine-transit-insuranace-sub {
    margin-bottom: 1rem;
  }
  .carousal-des {
    display: none;
  }

  .read-more-covered-under {
    display: none;
    margin-top: 0;
  }

  .read-more-covered-under-btn {
    margin-top: 2rem;
    padding-bottom: 4rem;
  }

  .marine-transit-check {
    position: absolute;
  }

  .check-inusred-content {
    margin-top: 3rem;
  }
  .do-you-need-read {
    display: none;
  }
  .why-do-you-need-btn {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }

  .buy-marine-transite-img img {
    padding-bottom: 4rem;
  }

  .marine-cover-list {
    margin-bottom: 4rem;
  }

  .buy-marine-insurance-img img {
    padding-bottom: 4rem;
  }

  .who-can-buy-img img {
    padding-bottom: 4rem;
  }
  .legal-require-img img {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
  .marine-cover-list-new {
    margin-bottom: 0rem;
  }

  .table_wrapper {
    margin: 4rem 0;
  }

  .marine-open-read {
    padding-top: 2rem;
    padding-bottom: 2rem;
   text-align: left;
  }

  /* a.read-more-link,
  a.read-less-link {
    text-align: center;
  } */
  .plan-item-open:last-child {
    margin-bottom: 2rem;
  }
  .plan-item-open {
    flex-direction: column;
  }

  .plan-item-open .para {
    padding-left: 0.5rem;
  }

  .general-more-cont{
    display: none;
  }
  .more-cont-plus{
    display: none;
  }

  .marine-open-insurance-content:last-child p {
    padding-bottom: 1rem;
  }

  .marine-cover-list-open ul {
    margin-bottom: 2rem;
  }
  .marine-cover-list-open-parent a {
    padding-bottom: 4rem;
  }

  .benifits-block-main button{
      padding: 2rem 0rem 4rem;
  }
  .marine-insurance-lom-img img{
    padding-bottom: 4rem;
  }

  .docs-req-control h2{
    padding-top: 4rem;
  }
  .docs-req-control-img img{
    padding-bottom: 4rem;
  }

  .faq-btn{
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .plan-item .para{
    padding-left: 0;
  }

  /* .proceed-btn .mob-primarybtn{
    margin: 0rem 0 0rem ;
  }

 .mob-flex-btns{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2rem;
  } */

  .carousel-col{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .carousel-col .heading2{
    padding-left: 20px;
  }
 
  .sme-slider-wrap {
    padding: 2rem 0rem;
  }

  /* .owl-stage-outer .owl-stage{
    padding-left: 0;

  } */
  .owl-carousel .owl-stage{
    padding-left: 10px !important;
    display: flex;
  }

  .open-policy-ul-li{
    flex-direction: column;
  }

  .blog-header{
    text-align: center !important;
  }

  .retrive-quote-txt{
    text-align: center;
  }

  .for-employess-header{
    text-align: left;
    /*list-style-type: hei;*/
  }



 

 
}

@media (max-width: 480px) {
  .section-wrap {
    /*padding: 4rem 0;*/
    padding: 0;
  }

  .head-block {
    padding-top: 1.7rem;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading2 br {
    display: none;
  }

  .sub-heading {
    font-weight: 400;
  }
  .heading2 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 30px;
    /* margin-bottom: 2rem; */
    /* margin-top: 4rem; */
    text-align: left;
  }

  .sub-txt {
    text-align: left;
  }

  .img-mob {
    width: 100%;
    padding: 4rem 0;
  }

  .img-cont-block {
    flex-direction: column-reverse;
    gap: 0;
  }

  .breadcrumbs-block {
    padding: 1.5rem 0;
    margin: 0;
  }

  .breadcrumbs-sec {
    flex-direction: column;
    /* padding-bottom: 1rem; */
  }

  ul.breadcrumbs li {
    margin-right: 15px;
  }

  ul.breadcrumbs li a:after {
    margin-left: 2px;
  }

  .disclaimer-link {
    margin: 2rem 0 2rem 0;
    padding-top: 2rem;
    border-top: 1px solid #dfdfdf;
  }

  .shop-insure-article .container {
    border-radius: 0;
    padding: 4rem 2rem;
  }

  .img-article-block {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .quest-answ-block {
    margin-top: 2rem;
  }

  .plan-block {
    gap: 20px;
  }
  .plan-block:last-child {
    padding-bottom: 4rem;
  }
  .no-txt {
    font-size: 5.6rem;
    line-height: 49px;
  }

  .feature-block-item {
    padding: 2rem;
  }

  .marine-list-item {
    width: 100%;
  }

  .blog-btn-block .blog-btn {
    max-width: 100%;
  }

  .more-cont {
    display: none;
  }

  .coverage-block .marine-list-item {
    width: 100%;
  }

  .no-list-block {
    margin-top: 3rem;
  }

  .marine-block .link {
    display: block;
    text-align: center;
  }

  /* .plan-item {
        padding: 1.5rem;
       
    } */

  .features-block {
    padding-bottom: 4rem;
  }

  .step-countr-block {
    padding: 0rem;
  }

  .for-employess{
    padding-top: 0rem;
  }

  .for-employess-header-parent p{
    text-align: left;
  }


}

/* ****Responsive****

/* overwrting body  */
/* .custom-dropdown-list li.list-heading {
  margin: 0;
  color: #282828;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  padding: 1.3rem 1.7rem;
  background: #f5f6f6;
  pointer-events: none;
}

.select-input-block label {
  color: #838383;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 20px;
  position: absolute;
  top: 17px;
  left: 17px;
  background: #ffffff;
  z-index: 99;
  pointer-events: none;
  transition: 0.3s ease;
}

.ui-menu .ui-menu-item-wrapper,
.ui-autocomplete-category {
  color: #282828;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 23px;
  padding: 1.2rem 1.7rem;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-autocomplete-category:hover {
  background: #eaeaea;
  border: none;
}

.ui-autocomplete-category {
  font-size: 1.4rem;
  font-weight: 700;
  background: #eaeaea;
}

.ui-widget.ui-widget-content {
  border: 1px solid #f5f6f6;
  height: 300px;
  background: #ffffff;
  overflow: hidden;
  overflow-y: scroll;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.25));
  width: auto !important;
} */

/* chatbot start */
/* .liveChatWrap {
  display: none;
} */

/*   myRA css start here*/
/* .myraChatwrapp {
  display: inline-block;
  width: 500px;
} */

/* .myraChatwrapp .imgWrapp,
.myraChatwrapp .imgWrappOpen {
  bottom: 30px;
  right: 50px;
  width: 70px;
  height: 72px;
  margin-left: 0;
  margin-top: 0;
  position: fixed;
  cursor: pointer;
  z-index: 999;
} */

/***Changes for Ria boat Start***/
/* .myraChatwrapp .imgWrapp {
  bottom: 18px;
  right: 4rem;
  background: url(../images/myraimgdesk.png) no-repeat;
  width: 150px;
  height: 75px;
  position: fixed;
  cursor: pointer;
  z-index: 99;
} */

/*
.myraChatwrapp .imgWrappOpen {
	display: none;
	background: url(/docs/default-source/assets/home-revamp/images/chat_bot_open.png) no-repeat;
}*/

/*.myraChatwrapp .imgWrapp {
	bottom: 18px;
  
	right: 4rem;
	background: url(/docs/default-source/assets/images/myraimgdesk.png) no-repeat;
	width: 150px;
	height: 75px;
	position: fixed;
	cursor: pointer;
	z-index: 999;
}*/

/***Changes for Ria boat End***/

/* .myraChatwrapp .myraInnerwrapp {
  display: none;
  width: 210px;
  bottom: 110px;
  height: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  border-radius: 10px;
  box-shadow: 0 7px 22px -2px rgb(0 0 0 / 19%);
  background-color: #ffffff;
  z-index: 99999;
}

.btn-chat {
  border: 1px solid #ec6608;
  padding: 9px 36px;
  border-radius: 50px;
  max-width: 286px;
  text-align: center;
  text-decoration: none;
  color: #ec6608;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin: 10px auto 5px;
}

.btn-chat:hover {
  background-color: #ec6608;
  color: #ffff;
}

.myraInnerwrapp p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}

.myraChatwrapp .myraInnerwrapp .myra .heading {
  width: 70%;
  font-weight: bold;
  float: right;
  padding-right: 10px;
  color: #282828;
  font-size: 1.7rem;
  position: relative;
  cursor: pointer;
} */

/* .myraChatwrapp .myraInnerwrapp .myra .heading:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  right: -15px;
  background: url(/docs/default-source/assets/images/myraarrow.svg?sfvrsn=39fd6800_2);
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.myraInnerwrapp span {
  font-size: 11px;
  color: #6c6c6c;
  text-align: center;
  display: block;
}

.myra_chat {
  margin-top: 15px;
}

.myra_chat a {
  display: inline-block;
  color: #ec6608;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
} */

/* .myraChatwrapp .myraInnerwrapp .myra.liveChat:before,
.myraChatwrapp .myraInnerwrapp .myra_chat_bot:before {
  position: absolute;
  bottom: -13px;
  content: "";
  border-top: solid 13px #fff;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  text-align: center;
  margin: 0 auto;
  right: 53px;
} */

/* .myraChatwrapp .myraInnerwrapp .myra.liveChat:before,
.myraChatwrapp .myraInnerwrapp .myra_chat_bot:before {
  display: none;
} */

/*global*/
/* .il-radio-block .checkmark {
  border: 2px solid #c9c9c9;
  background-color: #fff;
}  */

.here-corporate {
    color: #ec6625 !important;
}

.for-employess-header{
    text-align:center;
}
