body,
html {
  font-family: Mulish, sans-serif !important;
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

li,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.container-GHI {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .right-policy-container {
    flex-direction: column;
  }

  .right-policy-holder {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container-GHI {
    width: 100%;
  }
}
@media (min-width: 820px) {
	.section-wrap-GHI .flex{
		flex-wrap: nowrap;
	}
	}

@media (max-width: 820px) {
  .mb-left {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .container-GHI {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-GHI {
    width: 100%;
  }
}

@media (min-width: 1360px) {
  .container-GHI {
    width: 1360px;
  }
}


.section-wrap-GHI {
  padding: 6rem 0;
  width: 100%;
}

.heading1 {
  font-size: 4.8rem;
  line-height: 60px;
  font-weight: 900;
}

.heading2-GHI {
  margin: 0 0 1.5rem 0;
  font-size: 3.6rem;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  color: #282828;
}

.heading3-GHI {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  color: #282828;
}

.heading4 {
  font-size: 1.6rem;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #282828;
}


.sub-txt-GHI {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
}


.bg-blue {
  background: #00305B;
}


.bg-darkGray {
  background: #F8F6F6;
}


.bg-white {
  background: white;
}
.bg-pink {
    background: #FFF9F6;
}

.align-center {
  text-align: center;
}

.mt-5 {
  margin-top: 0.5rem;
}

.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;
  gap: 3rem;
  margin-top: 2.5rem;
}


.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}


.img-cont-block,
.cont-img-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
      justify-content: space-around;
}

.img-block {
  /*width: 50%;*/
  text-align: center;
}

.cont-block {
  width: 50%;
}


/***FAQ Start***/
.faq-sec {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
  position: relative;
}

.slide-tab-head {
  border-bottom: 1px solid #C9C9C9;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.slide-tab-head li {
  width: 20%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  padding: 2rem 0;
  color: #838383;
  cursor: pointer;
}

.slide-tab-head li.active {
  color: #f16623;
  z-index: 5;
}

.slide-tab-head li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
}

.slide-tab-head li.bar {
  position: absolute;
  height: 3px;
  padding: 0;
  background: #f16623;
  top: 100%;
  z-index: 4;
  left: 0;
}

.slide-tab-content-body {
  position: relative;
}

.slide-tab-content {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.slide-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;
}

/***FAQ End***/
.inclu-excl-block .slide-tab-content-body {
  border-bottom: 1px solid #D8D4D3;
  margin-bottom: 4rem;
}

.incl-excl-list-block {
  display: flex;
  justify-content: space-between;
}

.incl-excl-list-block ul {
  /*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
  margin: 5rem 0 3rem;
  width: 48%;
}

.incl-excl-list-block ul li {
  width: 100%;
  margin-bottom: 2.8rem;
  padding-left: 2.5rem;
  position: relative;
}

.incl-excl-list-block ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 17px;
  height: 20px;
  background: url(../../assetsSME/images/fire/green_ticks.svg) no-repeat;
}

    .incl-excl-list-block .excl-list li:before {
        width: 17px;
        height: 20px;
        top: 0;
        background: url(../../assetsSME/images/ghiImg/cross-tick.svg) no-repeat;
    }




.key-block {
  display: flex;
  justify-content: space-between;
  gap: 7rem;
}

.key-item {
  width: 32%;
}

.key-block.key-block2 {
  justify-content: center;
}

.key-block.key-block2 .key-item {
  width: 45%;
}


a.link {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
  color: #EC6625;
  text-decoration: underline;
  display: inline-block;
}

a.link:active,
a.link:focus,
a.link:visible,
a.link:hover,
a.link:focus-visible,
a.link:target {
  color: #EC6625 !important;
  text-decoration: underline !important;
}


li.hidden {
  display: none !important;
}

.img-cont-block.align-flex-left,
.cont-img-block.align-flex-left {
  align-items: flex-start;
}

.img-cont-block.align-flex-left .step-name,
.img-cont-block.align-flex-left .sub-listing {
  border: none;
}

/*****Responsive*****/
@media (min-width: 1200px) {

  .container-GHI,
  .container-GHI-lg,
  .container-GHI-md,
  .container-GHI-sm,
  .container-GHI-xl {
    max-width: 1330px;
  }
}

@media (max-width: 1024px) {
  .img-block img {
    width: 100%;
  }

  .key-block {
    gap: 40px;
  }

  .section-wrap-GHI .row.flex .flex-align {
    width: 32.33%;
}

    .section-wrap-GHI .flex {
        gap: 0rem;
    }

}


@media (max-width: 820px) {
  .left-block {
    width: 100%;
  }


  .sub-txt-GHI {
    font-size: 1.4rem;
    line-height: 21px;
    text-align: left;
  }

  .img-cont-block,
  .cont-img-block {
    flex-direction: column;
    gap: 25px;
  }


  .img-cont-block {
    flex-direction: column-reverse;
  }

  .img-block,
  .cont-block,
  .step-list-block {
    width: 100%;
  }

  .heading2-GHI,
  .sub-heading {
    text-align: left;
  }


  .key-block,
  .list-block {
    flex-direction: column;
  }


  .flex {
    flex-direction: column;
    margin-top: 2rem;
    gap: 15px;
  }


  .list-item {
    align-items: self-start;
  }

  .incl-exclu-sec .slide-tab-head li {
    width: 50%;
  }

  .incl-excl-list-block {
    flex-direction: column;
    margin-top: 3rem;
  }

  .incl-excl-list-block ul {
    margin: 0;
    width: 100%;
  }

  .incl-excl-list-block ul li {
    width: 100%;
  }


 
  .flex {
    margin: 0;
  }

  .key-item {
    width: 100%;
  }

  .sub-txt-GHI br {
    display: none;
  }

  .section-wrap-GHI .row.flex .flex-align {
    width: 100%;
}
.section-wrap-GHI .flex {
        gap: 2rem;
    }

}

@media (max-width: 480px) {
  .section-wrap-GHI {
    padding: 4rem 0;
  }

  .container-GHI {
    padding-right: 10px;
    padding-left: 10px;
  }


  .heading2-GHI {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .sub-txt-GHI {
    text-align: left;
  }

  .img-mob {
    width: 100%;
  }

  .img-cont-block {
    flex-direction: column-reverse;
  }


  .quest-answ-block {
    margin-top: 2rem;
  }


  .more-cont {
    display: none;
  }

  .plan-item {
    padding: 1.5rem;
  }


}

/*****Responsive*****/



ul.arrow-tab-list li:before {
    content: "";
    display: inline-block;
    background-image: url(../../assetsSME/images/ghiImg/ui-arrow-ico.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 7px;
    margin-right: 1rem;
}
ul.arrow-tab-list li{
  position:relative;
}
.cover-list-item  p{
      margin-left: 2rem;
}


.right-policy-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.right-policy-holder {
  background: #00305b;
  border: 1px solid #065e9e;
  border-radius: 15px;
  padding: 3rem 3rem 3rem 2rem;
  width: 32%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.num-holder {
  font-weight: 700;
  font-size: 45px;
  line-height: 47px;
  color: #f26624;
  padding-right: 2rem;
}

.car-ins-head {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding-bottom: 1rem;
  padding-right: 2.4rem;
}

.car-ins-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.bg-blue a,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p,
.bg-blue span {
  color: #fff;
}


/*Blog Articles Section*/


.img-responsive {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 426px;
  height: 251px;
}

.bg-white.insurance-madeeasy-block h2 {
  margin-bottom: 30px;
}

h2.heading-h2 {
  font-size: 3.5rem;
  color: #282828;
  font-weight: 700;
  margin-bottom: 30px;
}

.flex-columns a.btn-white {
  background: 0 0;
  color: #fe6625 !important;
  border: 1px solid #fe6625;
  background-position: 50% 99%;
  -webkit-transition: all .6s ease-out;
  transition: all .3s ease-out;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: 40px;
  min-width: 160px;
  padding: 15px 20px;
  border-radius: 50px;
}

.flex-columns a.btn-white:hover {
  background: #fe6625;
  color: #fff !important;
}

.flex-columns {
  display: flex;
  flex-wrap: wrap;
}

.row.flex .flex-align {
  display: flex;
}

.row.flex .covid-pandemic-block.thumbnailBox {
  flex: 1;
  cursor: pointer;
}

.covid-pandemic-block.thumbnailBox:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
}

.covid-pandemic-block {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #eaeaea;
  overflow: hidden;
}

.thumbnailBox img {
  overflow: hidden;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.cp-contentblock {
  display: inline-block;
  width: 100%;
  padding: 3rem 2rem;
}

.cp-contentblock h6 {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
}

.cp-contentblock p {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0;
  line-height: 3rem;
  margin-bottom: 15px;
  margin-right: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.cp-contentblock .date {
  font-size: 14px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
  color: #6c6c6c;
}

a.read-mr {
  font-size: 1.4rem;
  color: #ec6608;
  text-decoration: underline;
  font-weight: 600;
}

.cp-contentblock p,
.covid-pandemic-block .cp-contentblock h6 {
  color: #282828;
}

.read-morebtn {
  margin: 5rem 0 0;
}

.read-morebtn .secondary-btn {
  border: 1px solid #ec6625
}

.col-xs-12 {
  width: 100%;
}

@media (max-width:767px) {
  .row.flex .flex-align {
    margin-bottom: 30px;
  }

  .covid-pandemic-block {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .read-morebtn {
    /*padding-top: 25px;*/
    float: none;
    /*padding-bottom: 30px;*/
    margin: 0 0 0;
  }

  .p-made-easy {
    margin-bottom: 30px;
  }

  .bg-white.insurance-madeeasy-block a.btn-white {
    margin-right: 0px;
    margin-top: 0px;
  }
}

.cp-contentblock p,
.flex-columns .covid-pandemic-block .cp-contentblock h6 {
  color: #282828 !important;
}


/*Blog Articles Section*/


/*btn css*/


.secondary-btn {
  position: relative;
  /*overflow: hidden;*/
  padding: 1.3rem 2.4rem;
  font-size: 1.6rem;
}

.secondary-btn-disabled {
  position: relative;
  /*overflow: hidden;*/
  padding: 1.3rem 2.4rem;
  font-size: 1.6rem;
  pointer-events: none;
}

.secondary-btn {
  border-radius: 5px;
  border: 1px solid #ec6625;
  background: #fff;
  color: #ec6625;
}

.secondary-btn:hover {
  background: #fff2eb;
  border: 1px solid #ec6625;
  color: #ec6625;
}

.quiet-btn:focus-visible,
.secondary-btn:focus-visible {
  background: #fff9f6;
  border: 1px solid #ec6625;
  color: #ec6625;
}

.quiet-btn:active,
.secondary-btn:active,
.smallSecondry-btn:active,
.smallSubtle-btn:active,
.subtle-btn:active,
.tinySecondry-btn:active,
.tinySubtle-btn:active {
  background: #fff9f6;
  border: 1px solid #bb5106;
  color: #bb5106;
}

.secondary-btn-disabled {
  border: 1px solid #c9c9c9;
  color: #c9c9c9;
  pointer-events: none;
  cursor: not-allowed;
  border-radius: 5px;
  text-decoration: none;
  outline: 0;
  font-weight: 700;
  text-align: center;
  background: #fff;
}

.secondary-btn {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  font-weight: 700;
  text-align: center;
}

/*btn css end*/

.breadcrumbs-block {
    padding-top: 2rem;
}

@media (max-width: 768px) {
.health-banners .heading1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 30px; 
    text-align: center;
  }
.choose_right_policy .heading2-GHI{
  text-align:left!important
}
}


.covid-pandemic-block .cp-contentblock p {
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}