.ins__full__wrap {
  background: #e9f3ed;
  display: flex;
  flex-direction: column;
}
.ins__main {
  width: 940px;
  margin: 0 auto;
}
.ins__left {
  width: 400px;
  padding: 40px 60px;
}
.ins__right {
  width: 800px;
}
.ins__card {
  width: 100%;
  background: #fff;
  padding: 40px 60px;
  min-height: 640px;
  margin-bottom: 40px;
}
.ftr__step__wrap {
  display: flex;
  margin-bottom: 40px;
}
.ftr__step__title {
  font-size: 24px;
  margin-bottom: 20px;
}
.policy__ftr {
  width: 580px;
}
.policy__ftr ul {
  display: flex;
  flex-wrap: wrap;
  border-right: solid 1px #a3b3b5;
}
.policy__ftr ul li {
  width: 50%;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
}
.ftr__icon__wrap {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.simple__steps__wrap {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin-left: 55px;
}
.simple__step__title {
  font-size: 24px;
  margin-bottom: 40px;
}
.simple__steps {
  display: flex;
  position: relative;
}
.simple__steps::before {
  content: '';
  width: 200px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-top: solid 1px #cbd2d6;
}
.simple__steps li {
  flex: 1;
  text-align: center;
  font-size: 12px;
  position: relative;
  padding-top: 20px;
}
.simple__steps li::before {
  content: '';
  position: absolute;
  margin: -32px auto 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #001f33;
}
.simple__steps li::after {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.simple__steps li:nth-child(2) {
  flex: 3;
}
.powered__digit {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
.faq__gery__bg {
  background: #f2f4f6;
  padding: 40px 0;
}
.btn__outer {
  padding: 0;
}
.policy__details__process {
  padding: 20px 0;
}

/*-- Policy Deatils --*/
.policy__tile {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(1, 33, 54, 0.1);
  background-color: #fefefe;
  margin-bottom: 16px;
  border: solid 1px rgba(1, 33, 54, 0.1);
  padding: 16px;
  display: flex;
  align-items: center;
}

/*-- Select premium --*/
.select__premium__wrap {
  display: flex;
}
.ins__card__title {
  font-size: 24px;
  color: #022135;
  margin-bottom: 10px;
}
.ins__card__subtitle {
  font-size: 14px;
  margin-bottom: 32px;
  color: #4d6371;
}
.spacer__bdr {
  border-bottom: solid 1px #b7c1c6;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}
.select__premium {
  display: flex;
  margin: 20px 0;
}
.select__premium li {
  width: 160px;
  height: 140px;
  border-radius: 8px;
  border: solid 1px #b7c1c6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  margin-right: 16px;
  position: relative;
  cursor: pointer;
  transition: ease all 0.2s;
}
.select__premium li.selected {
  position: relative;
  background: #e8f4ed;
  border: 1px solid #249054;
  height: 160px;
}
.select__premium li.selected:after,
.select__premium li.selected:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select__premium li.selected:after {
  border-color: rgba(232, 244, 237, 0);
  border-top-color: #e8f4ed;
  border-width: 10px;
  margin-left: -10px;
}
.select__premium li.selected:before {
  border-color: rgba(36, 144, 84, 0);
  border-top-color: #249054;
  border-width: 11px;
  margin-left: -11px;
}
.select__premium li:last-of-type {
  margin-right: 0px;
}
.rec__tag {
  width: 133px;
  height: 20px;
  border-radius: 10px;
  background-color: #efa53f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-top: -26px;
  position: absolute;
  top: -10px;
  margin: 0 auto;
}
.select__premium li .premium__amount {
  font-size: 20px;
  margin-bottom: 0px;
}
.select__premium li.selected .premium__amount {
  font-size: 24px;
}
.covred__amount {
  font-size: 16px;
}
.select__premium__overlay {
  width: 480px;
  height: 458px;
  border-radius: 16px;
  border: solid 1px #979797;
  background-color: #ffffff;
  padding: 24px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0px;
  margin: auto;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.select__premium__overlay .overlay__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.select__premium__check {
  display: flex;
  margin-bottom: 20px;
}
.select__premium__check input[type='checkbox'] {
  visibility: hidden;
  position: relative;
  margin-right: 15px;
}
.select__premium__check input[type='checkbox']::before {
  width: 16px;
  height: 16px;
  display: flex;
  visibility: visible;
  flex-shrink: 0;
  border: solid 2px #ccc;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: -3px;
  left: -3px;
  content: '';
}
.select__premium__check input[type='checkbox']::after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin: 0px 0 0 4px;
  position: absolute;
  visibility: visible;
  top: 0px;
  left: 0px;
}
.select__premium__check input[type='checkbox']:checked::before {
  background: #249054;
  border: solid 2px #249054;
}
.select__premium__check label {
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.ins__active__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.policy__header {
  display: flex;
  align-items: center;
  padding: 40px 0 0 0;
  font-size: 24px;
}
.policy__card.policy__ftr ul {
  border-right: none;
  justify-content: space-between;
}
.policy__card.policy__ftr li {
  width: 21%;
}

.corona__head {
  background: #249054;
  padding: 16px 60px;
  min-height: 97px;
}

.corona__cntnt {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
}

.light__back {
  opacity: 0.7;
}

.details__ld {
  position: relative;
}

.sibling__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(1, 33, 54, 0.1);
  padding: 20px 16px;
  background-color: #fefefe;
  position: absolute;
  top: 30%;
  left: 40%;
  font-size: 12px;
}

.loading__spinner {
  width: 24px;
  height: 24px;
  border: solid 3px transparent;
  border-top-color: #249054;
  border-left-color: #249054;
  border-right-color: #249054;
  opacity: 0.9;
  border-radius: 24px;
  animation: loading-spinner 700ms linear infinite;
}

.insuranceCrdTab{
  display: flex;
  padding: 0 16px 16px;
}

.insTab{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #e0e5e7;
  text-align: center;
  width: 100%;
  font-size: 12px;
  scroll-behavior: smooth;
}

.insTab a{
  padding: 8px 12px;
  color: #122f42;
}

.insTab a:focus{
  width: 100%;
  border-radius: 5px;
  background-color: #012136;
  color: #ffffff;
}

.insListing__blueCrd{
  background-color: #0078ec;
  padding: 24px 15px;
  color: #ffffff;
  margin-bottom: 15px;
}

.insListing__purpCrd{
  padding: 24px 15px;
  color: #ffffff;
  background-color: #46379d;
}

.cardImg{
  width: 62px;
  height: 83px;
  background-color: blanchedalmond;
}

.insLanding h4{
  font-weight: normal;
}

.insLanding .arrow__right--green{
  width: 8px;
  height: 8px;
  margin-left: 12px;
  margin-top: 5px;
}

.insLanding__head{
  padding: 26px 0 11px 0;
  box-shadow: 0 4px 12px 0 rgba(2, 33, 53, 0.1);
}

.insLanding__head .tm__main{
  width: 1041px;
}

.insLanding__head .vender__icon.mmt{margin-left: -30px;}

.insLanding__plans{
  padding: 60px 0px;
  width: 1041px;
  margin: 0 auto;
}

.insLanding__plans ul{
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}

.insLanding__plans ul li{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  font-size: 14px;
}

.insLanding__plans ul li:last-child{
  margin-right: 0;
}

.insLanding__choice{
  background-color: #f5f6f7;
  align-content: center;
}

.insChoice{
  margin: 0 auto;
  width: 1041px;
}

.insLanding__blog{
  color: #fff;
  padding: 60px 300px;
  background-color: #249054;
}

.insLanding__blog .blogCntnt{
  border-radius: 8px;
  background-color: #fefefe;
  padding: 16px;
  margin-right: 60px;
  flex-shrink: 0;
  width: 240px;
}

.insLanding__blog .product__list.product__list--three{
  width: 840px;
}

.insLanding__blog .product__list{
  justify-content: space-between;
}

.insLanding__slider .slick-prev,.insLanding__slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  width: 48px;
  height: 48px;
}

.insLanding__slider .slick-slide{
  padding: 0;
}

.insLanding__slider .slick-prev:before,.insLanding__slider .slick-next:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.insLanding__slider .slick-prev {
  left: 10%;
  z-index: 1;
}

.insLanding__slider .slick-next {
  right: 10%;
}

.insLanding__slider .slick-prev:before {
  content: '';
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
 
.insLanding__slider .slick-next:before {
  content: '';
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.insLanding__slider.slick-slide img{
  z-index: 1;
}

.insLanding .faq__section .faq__wrap p:first-child{
  font-weight: normal;
  font-size: 32px;
  line-height: 48px;
}

.footerBottom {
  background: #000;
  padding: 50px 0 60px;
  color: white;
}

.alertTile {
  /* position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  left: 0;
  z-index: 2; */
  width: 100%;
  padding: 10px 0;
  border-top: solid 1px #6a633f;
  border-bottom: solid 1px #6a633f;
  background: #ffea87;
}

.landingContainer {
  width: 1200px;
  margin: 0 auto; 
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.policySection{
  width: 1041px;
  margin: 0 auto;
  padding-top: 30px;
}

.policySection h3{
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
}

.policySection h4{
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.policySectionList{
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: solid 1px #c1c8cd;
  margin-bottom: 24px;
  font-size: 14px;
}

.policySectionList li{
  display: flex;
  border-bottom: solid 1px #c1c8cd;;
}

.policySectionList li span:first-child{
    min-width: 50%;
  }

.policySectionList li:last-child{
  border: none;
}

.policySectionList li span{
  padding: 12px 16px;
  line-height: 18px;

}

.policySectionList li span:first-child{
  flex: 0 0 242px;
  color: #042236;
  font-weight: bold;
  border-right: solid 1px #c1c8cd;;
}

.multiple li span:nth-child(2){
  flex: 0 0 150px;
  color: #042236;
  border-right: solid 1px #c1c8cd;;
}

.policyDecList{
  margin-bottom: 30px;
  font-size: 14px;
}

.policyDecList ul li{
  display: flex;
}


.policySection .tncSection p{
  font-size: 14px;
}

/* .policySectionList li:first-child{
  border-right: solid 1px #c1c8cd;
} */

/*-- Mobile CSS --*/
@media only screen and (max-width: 768px) {
  .ins__main {
    width: 100%;
  }
  .ins__left,
  .ins__right {
    width: 100%;
    padding: 0;
    background: #fff;
  }
  .ins__card__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ins__card__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .ins__card {
    padding: 0 16px;
    min-height: auto;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px 0 rgba(2, 33, 53, 0.1);
  }
  .policy__details__wrap {
    padding: 16px;
  }
  .ftr__step__wrap {
    flex-direction: column;
    margin-bottom: 10px;
  }
  .policy__ftr,
  .simple__steps__wrap {
    width: 100%;
    padding: 16px;
  }
  .policy__ftr ul {
    border-right: none;
  }
  .policy__ftr ul li {
    width: 100%;
  }
  .faq__gery__bg .faq__wrap {
    background: #f2f4f6;
    padding: 0 16px;
  }
  .ftr__step__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .simple__steps::before {
    width: 73%;
  }
  .simple__step__title {
    font-size: 16px;
    text-align: left;
  }
  .simple__steps__wrap {
    margin-left: 0px;
  }
  .btn__outer {
    padding: 0 16px;
  }
  .select__premium__wrap {
    flex-direction: column;
    margin-top: -12px;
  }
  .select__premium {
    margin: 0 -16px 20px -16px;
    padding: 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .select__premium::-webkit-scrollbar {
    display: none;
  }
  .select__premium li {
    min-width: 100px;
    height: 110px;
    padding: 10px;
    margin-right: 10px;
  }
  .select__premium li.selected {
    height: 140px;
  }
  .select__premium li .premium__amount {
    font-size: 16px;
  }
  .select__premium li.selected .premium__amount {
    font-size: 20px;
  }
  .spacer__bdr {
    margin: 5px 0;
  }
  .rec__tag {
    width: 77px;
    height: 15px;
    font-size: 8px;
  }
  .select__premium__overlay {
    width: 100%;
    border-radius: 0px;
    top: auto;
    padding: 16px;
    height: auto;
  }
  .select__premium__overlay .overlay__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ins__card--payment {
    height: 100vh;
  }
  .policy__details__process {
    padding: 16px;
  }
  .policy__header {
    padding: 16px;
    background: #fff;
    font-size: 16px;
  }
  .policy__card.policy__ftr ul {
    border-right: none;
    justify-content: space-between;
  }
  .policy__card.policy__ftr li {
    width: 100%;
  }
  .sibling__loading {
    top: 30%;
    left: 30%;
  }
  .corona__head {
    background: #249054;
    padding: 16px;
    margin-top: -20px;
  }

  .insLanding{
    overflow-x: hidden;
  }

  .insLanding h4{
    font-size: 24px;
    margin-bottom: 10px;
  }

  .insLanding__head{
    padding: 10px 0;
    box-shadow: 0 4px 12px 0 rgba(2, 33, 53, 0.1);
  }

  .insLanding__head .menu__icon{
    left: 26px;
    top: 25px;
  }

  .insLanding__head .menu__wrap{
    top: 0;
  }

  .insLanding__head .vender__icon.mmt{
    margin-left: 35px;
  }

  .insLanding__head p{
    color: #174880;
  }

  .insLanding__slider .slick-prev, .insLanding__slider .slick-next{
    top: 79%;
  }

  .insLanding__slider .slick-prev {
    left: 5%;
  }
  
  .insLanding__slider .slick-next {
    right: 5%;
  }

  .insLanding__slider .slick-prev:before {
    padding: 6px;
  }
   
  .insLanding__slider .slick-next:before {
    padding: 6px;
  }
  
  .insLanding__plans{
    padding: 32px 22px 0 32px;
    width: 100%;
  }
  
  .insLanding__plans ul{
    margin: 0 auto;
  padding: 0;
    width: 100%;
    flex-direction: column;
  }
  
  .insLanding__plans ul li{
    width: 100%;
    margin-bottom: 32px;
  }
  
  .insLanding__choice{
    padding: 32px 17px;
  }
  
  .insChoice{
    width: 100%;
  }

  .insChoice h5{
    font-size: 16px;
    text-align: center;
  }
  
  .insLanding__blog{
   padding: 32px 0px 32px 24px;
  }

  .insLanding__blog .product__list{
    flex-wrap: nowrap;
  }

  .insLanding__blog .product__list.product__list--three{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .insLanding__blog .blogCntnt{
    margin: 0 24px 0 0;
  }

  .insLanding__slider .slick-prev,.insLanding__slider .slick-next{
    display: block !important;
  }

  .insLanding .faq__section .faq__wrap p:first-child{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
  }

  .policySection{
    width: 100%;
    padding: 16px;
  }

  .policySection h3{
    font-size: 16px;
  }

  .policySection h4{
    font-size: 16px;
  }

  .policySection ul li{
    font-size: 14px;
  }

  .policySectionList li span:first-child{
    flex: 0 0 120px;
  }

  .policySectionList li span:nth-child(2){
    font-size: 12px;
  }

  .policyDecList h4{
    font-size: 16px;
  }

  .policyDecList ul{
    margin-bottom: 24px;
  }

  .policyDecList ul:last-child li{
    margin-bottom: 0;
    line-height: 20px;
  }

  .policyDecList ul li span{
    flex: 0 0 10px;
  }

  .policySection .tncSection p{
    font-size: 14px;
  }
}
