/*Home benefit plans popup command plan popup css start here*/
html {
  overflow-x: hidden !important;
}

.optionsMainBox {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.opts .bgColor {
  height: 100%;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
  background-color: #FFE2D7;
  border: 2px solid #fff;
  margin: 0 0px 5px 0;
  cursor: pointer;
  text-align: center;
}

  .opts .bgColor img {
    text-align: center;
    display: block;
    margin: auto;
    width: 66px;
    height: 62px;
  }

  .opts .bgColor a {
    @ display: block;
  }

.befitbg img.optImg, .owl-carousel .owl-item .befitbg img.optImg {
}

.opts {
  max-width: 70px;
  display: inline-block;
  vertical-align: top;
}


  .opts img {
    margin: 0 10px 10px 0;
  }

.downOptions {
  width: 100%;
  border-radius: 5px;
  background-color: #eeecdd;
  height: 30px;
  display: block;
  text-align: center;
  max-width: 68px;
  cursor: pointer;
}

  .downOptions.up {
    margin-bottom: 10px;
  }

.opts .downOptions img {
  margin: auto;
  padding: 9px 6px;
  margin-right: 12px;
}

.opts .downOptions .benefitCount {
  font-weight: bold;
  margin-top: -23px;
  display: block;
  margin-left: 20px;
}

.opts .downOptions.up img {
  transform: rotate(180deg);
}


.outputBox {
  display: inline-block;
}

.optionBox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  width: 445px;
  height: 460px;
  border-radius: 10px;
  background-color: #FFF0E9;
}

.bg_grey {
  width: 100%;
  position: static;
}

.textBox {
  position: relative;
  top: 0;
  right: 0;
  padding: 0px;
  padding: 40px 50px 40px 50px;
  text-align: center;
}

.optionBox h5 {
  font-size: 17px;
  color: #004a80 !important;
  margin: 0;
}

.optionBox h4 {
  font-size: 20px;
  color: #282828;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.optionBox p {
  font-size: 15px;
  line-height: 1.6;
  color: #282828;
}

#lightBox .popup {
  overflow: hidden;
}


#lightBox .owl-carousel .owl-item img.bg_grey {
  width: 100%;
}


#lightBox .optionBox.owl-carousel .owl-nav button.owl-next {
  width: 36px;
  height: 36px;
  box-shadow: 4px 0 4px 2px rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border-radius: 50%;
}

#lightBox .optionBox.owl-carousel .owl-nav button.owl-prev {
  width: 36px;
  height: 36px;
  box-shadow: -2px 0 4px 2px rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border-radius: 50%;
}

#lightBox .optionBox.owl-carousel .owl-nav button.owl-next span {
  font-size: 30px;
  line-height: 15px;
  position: absolute;
  top: 8px;
  left: 16px;
}

#lightBox .optionBox.owl-carousel .owl-nav button.owl-prev span {
  font-size: 30px;
  line-height: 15px;
  position: absolute;
  top: 8px;
  left: 14px;
}

#lightBox .optionBox.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}

#lightBox .optionBox.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -23px;
  top: 200px;
}

#lightBox .optionBox.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -18px;
  top: 200px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  color: #ec6608;
}

.thumbs {
  position: relative;
  top: -5px;
}

.opts .bgColor.active {
  border: solid 2px #f58220;
}


.owl-carousel .owl-item img {
  display: inline-block;
  width: 417px;
}

.opts.owl-carousel.owl-drag .owl-item {
  display: block;
}

.group {
  display: none;
}

  .group.active {
    display: block;
  }

.optionBox .item {
  display: none;
  position: relative;
}

  .optionBox .item:first-child {
    display: block;
  }

#lightBox {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  transition: opacity 200ms;
  opacity: 1;
  z-index: 9999;
  display: none;
}

  #lightBox .popup {
    width: 100%;
    max-width: 950px;
    padding: 30px 20px;
    min-height: auto;
    max-height: 100%;
    text-align: center;
    opacity: 1;
  }

  #lightBox .optionBox {
    margin-left: 0;
    width: 400px;
    cursor: default;
  }

.right-top-menu li .lang_toggle.active_lang {
  z-index: 9 !important;
}

#lightBox .maskBtn {
  width: 190px;
  height: 42px;
  border-radius: 5px;
  border: solid 2px #ebe3df;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 5px 6px 0;
  cursor: pointer;
}

  #lightBox .maskBtn img {
    vertical-align: top;
  }

  #lightBox .maskBtn.active {
    border: solid 2px #f58220;
    background-color: #f9f5f3;
  }

  #lightBox .maskBtn p {
    font-size: 11px;
    display: inline-block;
    color: #282828;
    width: 62%;
    margin: 0;
    padding-top: 10px;
    font-weight: 400;
    text-transform: capitalize;
  }



#lightBox ul.miniBtns1 {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: 0px;
  max-width: 49%;
}


.optionBox.owl-carousel .owl-stage-outer {
  border-radius: 0px;
}

.only_tab {
  display: none;
}

.js_carousel.owl-carousel.owl-loaded {
  display: inline-block;
}

.optionBox.mobView .item {
  background: #FFF2EB;
  height: 96%;
}

.optionBox.mobView.owl-carousel.owl-drag .owl-item {
  height: 190px;
}

.optionBox.mobView.owl-theme .owl-dots .owl-dot span {
  margin: 0 2px;
}

.optionBox.mobView.owl-theme .owl-nav.disabled + .owl-dots {
  z-index: 3;
  position: absolute;
  width: 100%;
  margin-top: -28px;
  padding: 0px;
}


.optionBox.mobView.owl-theme .owl-dots .owl-dot.active span {
  border-radius: 7.5px;
  background-color: #f58220;
  width: 23px;
}

div#lightBox .optionBox .item {
  width: 100%;
}

.mob_show {
  display: none;
}

.desktopHide {
  display: none;
}

@media screen and (max-width: 991px) {

  #lightBox {
    display: none !important;
  }

    #lightBox ul.miniBtns {
      max-width: 100%;
      width: 100%;
      display: block;
      margin-left: 0;
      margin-top: 2rem;
    }

  .only_tab {
    display: block;
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 10px !important;
    padding-bottom: 55px;
  }


  .optionBox.mobView .textBox {
    position: static;
    padding: 40px 5px 20px 20px;
    display: inline-block;
    width: 60%;
    text-align: left;
  }

    .optionBox.mobView .textBox.otherbenefit {
      position: static;
      padding: 15px 5px 20px 20px;
      display: inline-block;
      width: 60%;
      text-align: left;
    }

      .optionBox.mobView .textBox.otherbenefit.longtxt p {
        font-size: 12px;
        line-height: 15px;
      }

      .optionBox.mobView .textBox.otherbenefit p {
        padding-left: 10px;
      }

        .optionBox.mobView .textBox.otherbenefit p:before {
          background-image: url(/docs/default-source/apps/homeinsurance/assets/images/list-arrow.svg);
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 10px;
          display: inline-block;
          position: absolute;
          background-repeat: no-repeat;
          margin-left: -40px;
          background-size: 7% 5%;
          margin-top: 4px;
        }

  .silde {
    float: right;
    display: none;
  }

    .silde span.active {
      font-size: 12px;
    }

    .silde span.active {
      font-size: 16px;
      font-weight: 600;
    }



  .optionBox.mobView .textBox.perils {
    padding: 20px 15px 20px 20px;
  }

    .optionBox.mobView .textBox.perils h4 {
      padding-bottom: 10px;
    }

    .optionBox.mobView .textBox.perils img {
      max-width: fit-content;
      display: block;
    }

  .owl-dots {
    position: relative !important;
    top: 35px;
  }

  .optionBox.mobView img.optImg {
    display: inline-block;
    max-width: 130px;
    vertical-align: top;
  }

  .optionBox.mobView p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .optionBox.mobView .bannerText {
    display: inline-block;
    width: 80%;
  }

  .optionBox.mobView {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
  }


  #lightBox .miniBtns {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .tab_hide {
    display: none;
  }
}

.smallWidth .msite_suminsured {
  display: none;
}



@media screen and (max-width: 767px) {

  #lightBox .optionBox.owl-carousel .owl-nav button.owl-next {
    right: 0;
    top: -250px;
  }

  .mob_hide {
    display: none !important;
  }

  .desktopHide {
    display: block
  }


  #lightBox .optionBox.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    top: -250px;
  }


  #lightBox .textBox {
    max-width: 330px;
    width: 100%;
  }

  ul.squarePlanBox li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: 101px;
    padding: 23px 15px;
  }

  #lightBox .popup {
    padding: 35px 10px;
  }

  #lightBox .maskBtn {
    width: 160px;
  }

  #lightBox .optionBox {
    width: 100%;
  }

  .searchHospitalBox.hospMob .inputHosp {
    max-width: 100%;
    margin: auto;
    display: block;
  }

  .optionBox.mobView img.optImg {
    height: 100%;
    padding: 0px;
    z-index: 9999;
  }




  .optionBox.mobView .bannerText {
    padding-left: 20px;
  }

  .optionBox.mobView h4 {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #282828;
    line-height: 20px;
    padding-bottom: 0px;
  }


  .scroll {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
    /* Hide scrollbar for Chrome, Safari and Opera */
    .scroll::-webkit-scrollbar {
      display: none;
    }

  /* Hide scrollbar for IE, Edge and Firefox */
  .scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 90%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 10px;
  overflow-y: scroll;
}

  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
  }

.close_icon {
  border: 1px solid #F0EFEE;
  border-radius: 5px;
  width: 3rem !important;
  height: 3rem !important;
  text-align: center;
}

  .close_icon:hover {
    background: #f5f6f6;
  }

  .close_icon img {
    vertical-align: middle;
    margin: 0 auto;
    padding-top: 0px;
  }

#owl-demo svg {
  position: absolute;
  left: 5px;
  margin-top: 2px;
  font-size: 12px;
  height: 12px;
  font-weight: 700;
}

/* new changes of #lighbox */
.optionBox h5 {
  font-size: 17px;
  color: #004a80;
  margin: 0;
  font-weight: bold;
}

.optionBox p {
  margin-top: 5px;
}

.optionBox .Available-with-Healt {
  height: 16px;
  font-size: 13px;
  color: #6c6c6c !important;
  opacity: 0.8;
}

.overFlowShow #lightBox {
  visibility: visible;
  opacity: 1;
  overflow: auto;
  z-index: 100000;
  height: 100%;
  width: 100%;
  min-height: auto;
  max-height: none;
}

#lightBox .popup {
  max-height: none;
}

/*lighbox phase 2 code start here*/

#lightBox .optionBox.owl-carousel.owl-loaded {
  display: inline-block;
  text-align: left;
  float: right;
  margin: 80px 50px;
}

.lightBoxPhase2#lightBox .optionBox {
  margin-left: 0;
  width: 55%;
}

.lightBoxPhase2#lightBox .maskBtn.active {
  background-color: #f9f5f3;
  background-color: #fff2eb;
  border-left: solid 5px #ec6608;
  border-right: 1px solid #e2e0df;
  border-radius: 0px;
  margin-left: -4px;
}

.lightBoxPhase2#lightBox .maskBtn {
  width: 250px;
  height: auto;
  border: 0;
  border-bottom: solid 1px #e2e0df;
  border-right: 1px solid #e2e0df;
  border-left: 5px solid transparent;
  margin: 0;
  border-radius: 0;
  /*background: #fff;*/
}

  .lightBoxPhase2#lightBox .maskBtn:hover {
    background-color: #F5F6F6;
  }

  .lightBoxPhase2#lightBox .maskBtn p {
    width: 100%;
    padding: 20px 20px 20px 30px;
    font-family: Muli,sans-serif;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 500;
    line-height: 19px;
  }

  .lightBoxPhase2#lightBox .maskBtn img {
    vertical-align: middle;
    margin: 10px 5px 5px 5px;
    cursor: inherit;
  }

.lightBoxPhase2#lightBox ul.miniBtns {
  display: inline-block;
  vertical-align: top;
  padding: 0px 4px;
  margin: 0;
  height: 100%;
  margin-left: 0px;
  float: left;
  max-width: 25%;
  padding-bottom: 154px;
  /*background: #F0EFEE;*/
  background: #fff;
}

.lightBoxPhase2#lightBox {
  width: 100%;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
}

  .lightBoxPhase2#lightBox .popup {
    min-width: 760px;
    max-width: 760px;
    height: 100%;
    padding: 0px 0px;
    border-radius: 0;
    overflow-y: hidden;
    animation: slide-in 0.3s forwards;
    -webkit-animation: slide-in 0.3s forwards;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border: none;
    left: 0;
    float: left;
    margin: 0;
  }

    .lightBoxPhase2#lightBox .popup .close:before, .lightBoxPhase2#lightBox .popup .close:after {
      display: none;
    }

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

.lightBoxPhase2#lightBox .popup .content {
  max-height: initial;
  overflow: hidden;
  padding: 0rem 0rem;
}


.lightBoxPhase2#lightBox .maskBtn p.extratextarea {
  padding: 10px 10px 20px 40px;
}

.lightBoxPhase2 .Rectanglebox-hsb {
  width: 300px;
  height: 80px;
  padding: 30px 35px 29px 50px;
  background-color: #e1f4fd;
  margin-left: -50px;
  border-bottom: 1px solid #004A80;
}

.lightBoxPhase2 .Health-Shield-benefi {
  width: 178px;
  height: 21px;
  font-family: Muli, sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00305b;
}

.lightBoxPhase2 .popup .content {
  max-height: 786px;
}

.lightbox_ovelay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: block;
}

.thin_scroll {
  max-height: 105%;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  max-width: 250px !important;
  position: absolute;
}

width
.thin_scroll::-webkit-scrollbar {
  width: 5px;
}

Track
.thin_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

Handle
.thin_scroll::-webkit-scrollbar-thumb {
  background: #d2cecd;
}

Handle on hover
.thin_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#lightBox .owl-carousel .owl-item {
  opacity: 0;
}

  #lightBox .owl-carousel .owl-item.active {
    opacity: 1;
  }
/*lighbox phase 2 code End here*/
.optionBox:before {
  background-image: url(/docs/default-source/apps/homeinsurance/assets/images/banner-bg.svg);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
}

  .owl-theme .owl-nav .disabled span {
    opacity: 0.2;
    cursor: default;
  }

@media screen and (max-width: 1300px) {
  .optionBox {
    width: 390px;
  }

  .home_plan_page .container {
    width: 100%;
  }
.Buyplan .buyPrem {
   width: 100% !important;
}

  .editformsection {
    width: 100% !important;
  }

  .editformsection {
    padding-right: 33px !important;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }
}

@media screen and (max-width: 1051px) and (min-width: 992px) {
  .optionBox {
    width: 300px;
  }
}
/*Home benefit plans popup command plan popup css end here*/

/***************************************************************************************************************************************************/

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

@media (min-width:1300px) {
  .container {
    width: 1270px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}


/*.row {
  margin-right: -15px;
  margin-left: -15px
}*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-pull-11 {
    right: 91.66666667%
  }

  .col-sm-pull-10 {
    right: 83.33333333%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-8 {
    right: 66.66666667%
  }

  .col-sm-pull-7 {
    right: 58.33333333%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-5 {
    right: 41.66666667%
  }

  .col-sm-pull-4 {
    right: 33.33333333%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-2 {
    right: 16.66666667%
  }

  .col-sm-pull-1 {
    right: 8.33333333%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-push-11 {
    left: 91.66666667%
  }

  .col-sm-push-10 {
    left: 83.33333333%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-8 {
    left: 66.66666667%
  }

  .col-sm-push-7 {
    left: 58.33333333%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-5 {
    left: 41.66666667%
  }

  .col-sm-push-4 {
    left: 33.33333333%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-2 {
    left: 16.66666667%
  }

  .col-sm-push-1 {
    left: 8.33333333%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-pull-11 {
    right: 91.66666667%
  }

  .col-md-pull-10 {
    right: 83.33333333%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-8 {
    right: 66.66666667%
  }

  .col-md-pull-7 {
    right: 58.33333333%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-5 {
    right: 41.66666667%
  }

  .col-md-pull-4 {
    right: 33.33333333%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-2 {
    right: 16.66666667%
  }

  .col-md-pull-1 {
    right: 8.33333333%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-push-11 {
    left: 91.66666667%
  }

  .col-md-push-10 {
    left: 83.33333333%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-8 {
    left: 66.66666667%
  }

  .col-md-push-7 {
    left: 58.33333333%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-5 {
    left: 41.66666667%
  }

  .col-md-push-4 {
    left: 33.33333333%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-2 {
    left: 16.66666667%
  }

  .col-md-push-1 {
    left: 8.33333333%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-offset-12 {
    margin-left: 100%
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-pull-11 {
    right: 91.66666667%
  }

  .col-lg-pull-10 {
    right: 83.33333333%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-8 {
    right: 66.66666667%
  }

  .col-lg-pull-7 {
    right: 58.33333333%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-5 {
    right: 41.66666667%
  }

  .col-lg-pull-4 {
    right: 33.33333333%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-2 {
    right: 16.66666667%
  }

  .col-lg-pull-1 {
    right: 8.33333333%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-push-11 {
    left: 91.66666667%
  }

  .col-lg-push-10 {
    left: 83.33333333%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-8 {
    left: 66.66666667%
  }

  .col-lg-push-7 {
    left: 58.33333333%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-5 {
    left: 41.66666667%
  }

  .col-lg-push-4 {
    left: 33.33333333%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-2 {
    left: 16.66666667%
  }

  .col-lg-push-1 {
    left: 8.33333333%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }
}

.edit_plan {
  font-size: 15px;
  font-weight: 700;
  margin-left: 50px;
  text-decoration: underline;
  cursor: pointer;
  transition: none;
  color: #fe6625 !important;
}

.edit_addon {
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  text-decoration: underline;
  cursor: pointer;
  color: #EC6625;
}

.addon_value span {
  font-size: 16px;
  font-weight: 500;
}

.fixed_header {
  padding: 15px 00px;
  background: #F8F6F6;
  color: #282828;
  width: 100%;
  display: block;
  position: relative;
}

  .fixed_header ul {
    display: block;
  }

    .fixed_header ul li {
      display: inline-block;
      font-size: 14px;
      line-height: 17.57px;
      font-weight: 400;
      vertical-align: middle;
    }

      .fixed_header ul li span {
        display: inline-block;
        font-size: 14px;
        line-height: 17.57px;
        font-weight: 400;
        color: #575757;
      }

        .fixed_header ul li span.txt_value {
          font-weight: 500;
          padding-left: 15px;
          color: #282828;
        }

.content_seperator {
  margin: -12px 25px 10px 25px;
  border-left: 2px solid #BBB5B4;
  padding-right: 0 !important;
  height: 16px;
  width: 2px;
  display: block;
  position: relative;
  top: 11px;
}


.home_plan_page {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  margin-bottom: 60px;
}

  .home_plan_page .left_section {
  }

  .home_plan_page .right_section {
    vertical-align: top;
  }

  .home_plan_page h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #00305B;
    padding-bottom: 10px;
  }

.section_content {
  margin-bottom: 20px;
}

/*plan_tenure_section start here*/

.tenure_section {
  display: flex;
}

.home_plan_page .tenure_plan h4 {
  padding-bottom: 20px;
}

.tenure_box {
  width: 247px;
  height: 171px;
  background: #F5F6F6;
  border: 2px solid #F5F6F6;
  border-radius: 10px;
  display: inline-block;
  flex-direction: row;
  padding: 15px;
  position: relative;
  cursor: pointer;
}

  .tenure_box:hover {
    background: #F1F1F1;
    border: 2px solid #F1F1F1;
  }

  .tenure_box.selected {
    border: 2px solid #EC6608;
    background: #FFF2EB;
  }

  .tenure_box .recommented_plan {
    display: none;
  }

  .tenure_box.selected .recommented_plan {
    background: #EC6625;
  }

  .tenure_box .recommented_plan {
    background: #B2B2B2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    position: absolute;
    top: -10px;
    left: 28%;
    padding: 2px 8px 2px 8px;
    display: block;
  }

  .tenure_box.tenure_box1, .tenure_box.tenure_box2 {
    margin-right: 10px;
  }

  .tenure_box h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #282828;
  }

  .tenure_box p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #595959;
  }

  .tenure_box span {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
  }

.total_premium {
  padding-top: 10px;
}

  .total_premium p {
    padding-top: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #6C6C6C;
  }

  .total_premium .prem_amount {
    font-weight: 700;
    font-size: 18px;
    padding-right: 20px;
  }

  .total_premium .disc_amount {
    font-weight: 500;
    font-size: 12px;
    text-decoration: line-through;
    color: #6C6C6C;
  }
/*plan_tenure_section end here*/


/*why icici lombard css start here*/
.why_icici_lombard {
}

.whyLombard {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #C9C9C9;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.benefitsLom {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  min-height: 80px;
}

  .benefitsLom:last-child {
    border-bottom: none;
  }

  .benefitsLom li {
    max-width: 49.5%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    height: 75px;
    float: left;
  }

    .benefitsLom li:nth-child(2),
    .benefitsLom li:nth-child(4),
    .benefitsLom li:nth-child(6) {
      border-right: 0;
      padding-left: 30px;
    }

    .benefitsLom li:nth-child(5),
    .benefitsLom li:nth-child(6) {
      border-bottom: 0;
    }


    .benefitsLom li p.bold {
      font-size: 15px;
      color: #282828;
      margin-bottom: 0;
      display: block;
      font-weight: 600;
      line-height: 23px;
    }

      .benefitsLom li p.bold sup {
        top: -5px;
        color: #282828;
        font-size: 10px;
      }

    .benefitsLom li span {
      font-size: 13px;
      line-height: 1.54;
      color: #282828;
      font-weight: 600;
    }

    .benefitsLom li img {
      padding-top: 25px;
    }

.whyLombard .benefitsLom li {
  display: flex;
  align-items: center;
}

  .whyLombard .benefitsLom li img {
    width: auto;
    height: auto;
    padding: 0px 15px 0px 0px;
  }

  .whyLombard .benefitsLom li .boxPart {
    padding-right: 30px;
  }

  .whyLombard .benefitsLom li:last-child {
    border-bottom: none;
  }

  .whyLombard .benefitsLom li:nth-last-child(-n+2) {
    border-bottom: none;
  }

.whylombard_sub_info {
  position: absolute;
  left: 15px;
  margin-top: 25px;
  font-size: 12px;
  font-weight: 600;
  color: #838383;
}
/*why icici lombard css end here*/


/*suminsured_section css start here*/
.suminsured_section {
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.suminsured_amount {
  width: 80%;
}

  .suminsured_amount b {
    font-size: 20px;
    font-weight: 700;
    margin-right: 30px;
  }

  .suminsured_amount a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    transition: none;
    color: #fe6625 !important;
  }

  .suminsured_amount p {
    font-size: 16px;
    color: #6c6c6c;
    font-weight: 500;
    margin-top: -8px;
  }

.suminsured_amount_content p {
  line-height: 21px;
  padding-top: 0px;
  font-size: 14px;
  font-weight: 300;
  margin-top: -2px;
}
/*suminsured_section css end here*/




/*benefit covered css start here*/
.benefit_covered .content {
  padding: 2rem 0rem;
}

.benefit_covered .question {
  width: 100%;
  cursor: pointer;
}

  .benefit_covered .question h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
  }

  .benefit_covered .question p, .benefit_covered .answer p {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    color: #575757;
    width: 92%;
  }

.benefit_covered .answer p {
  padding-bottom: 10px;
}

  .benefit_covered .answer p:last-child {
    padding-bottom: 0px;
  }

.benefit_covered .question .icon_section {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}

.benefit_covered .question .content_section {
  display: inline-block;
  padding-left: 15px;
  width: 96%;
}

.benefit_covered .accord {
  margin-bottom: 20px;
  padding-top: 15px;
}

  .benefit_covered .accord:after {
    content: '';
    border-bottom: 1px solid #EAEAEA;
    width: 95%;
    display: block;
    float: right;
    margin: 15px 3px 15px 20px;
    position: absolute;
  }

.benefit_covered .answer {
  padding-left: 32px;
  padding-top: 5px;
  display: none;
}

.benefit_covered .content h4 {
  padding-bottom: 20px;
}

.benefit_covered .accord.active .question .down_arrow {
  transform: rotate(180deg);
}
/*benefit covered css end here*/




/*additiona cover css start here*/

.additional_cover .content {
  padding: 2rem 0rem;
}

.additional_cover .content {
  padding: 2rem 0rem;
}

  .additional_cover .content .additional_cover_list {
    margin-bottom: 40px;
  }

  .additional_cover .content .additional_cover_list_bg {
    padding: 5px 10px 5px 0px;
    margin-bottom: 20px;
  }

    .additional_cover .content .additional_cover_list_bg:before {
      position: absolute;
      content: '';
      background-image: url(/docs/default-source/apps/homeinsurance/assets/images/bg-shadow.svg);
      background-repeat: no-repeat;
      height: 45px;
      width: 92%;
    }

    .additional_cover .content .additional_cover_list_bg p {
      font-size: 17px !important;
      font-weight: 700;
      color: #00305B;
      position: relative;
      padding-top: 6px;
      padding-left: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%;
      white-space: nowrap;
    }

.additional_cover .question {
  width: 100%;
}

  .additional_cover .question h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
  }

  .additional_cover .question p, .additional_cover .answer p {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    color: #575757;
    width: 87%;
  }


  .additional_cover .question .icon_section {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
  }

  .additional_cover .question .content_section {
    display: inline-block;
    padding-left: 0px;
    width: 100%;
  }

.additional_cover .accord:after {
  content: '';
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  display: block;
  float: right;
  margin: 15px 3px 15px 20px;
}

.additional_cover .answer {
  padding-left: 0px;
  padding-top: 5px;
  display: none;
}

  .additional_cover .answer p.pd5 {
    padding-top: 10px;
  }

.additional_cover .content h4 {
  padding-bottom: 25px;
}

.additional_cover .question h5 p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  display: inline-block;
  width: 85%;
}

.additional_cover .accord.active .question .down_arrow {
  transform: rotate(180deg);
}

.additional_cover .accord .know_more {
  position: relative;
  width: 90px;
  font-weight: 700;
  font-size: 14px !important;
  color: #6c6c6c;
  margin-top: 10px;
  cursor: pointer;
}

.additional_cover .accord .know_more_icon:before {
  content: " ";
  width: 8px;
  height: 8px;
  border-right: 2px solid #575757;
  border-bottom: 2px solid #575757;
  position: absolute;
  right: 0;
  top: 9px;
  transform: rotate( 45deg );
  transition: all 0.2s ease-in-out;
}

.additional_cover .accord .know_more_icon.active:before {
  transform: rotate( -135deg );
  transition: all 0.2s ease-in-out;
  top: 14px;
}

.addon_text {
  display: inline-block;
  width: 55px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}

.addon_cover {
  border-radius: 6.6px;
  border: solid 1.1px #b2b2b2;
  padding: 2px 0px 4px 0px;
  margin-top: 5px;
  margin-right: 0px;
  width: 85px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

  .addon_cover:hover {
    background: #FFF9F6;
  }

  .addon_cover .text {
    font-size: 14.3px;
    font-weight: bold;
    color: #282828;
    min-width: 208px;
    display: inline-block;
    text-align: left;
  }

    .addon_cover .text img {
      padding-left: 5px;
      margin-top: -3px;
    }

  .addon_cover.selected_addon {
    border: solid 1.1px #ec6608;
    background: #fff2eb;
  }

    .addon_cover.selected_addon:hover {
      border: solid 1.1px #D14D0F;
    }

.cover_add, .cover_remove {
  font-size: 20px;
  color: #ec6608 !important;
  padding-top: 6px;
  padding-left: 4px;
}

.suminsured_addon {
  position: absolute;
  background: #fff;
  color: #282828;
  width: 310px;
  text-align: left;
  box-shadow: 0px 3px 11px 4px rgb(0 0 0 / 8%);
  border-radius: 10px;
  z-index: 9;
  right: -1px;
  top: 45px;
  padding-bottom: 20px;
}

  .suminsured_addon .body {
    padding: 20px;
  }

    .suminsured_addon .body h5 {
      padding-bottom: 20px;
      font-size: 16px;
      font-weight: 600;
    }

    .suminsured_addon .body .addon_btn {
      margin-top: -20px;
    }

      .suminsured_addon .body .addon_btn .bg_btn.btn-default {
        border: none;
        border-radius: 5px;
      }

  .suminsured_addon select {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 17px 17px 17px 17px;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }

    .suminsured_addon select option {
      padding: 17px 17px 17px 17px !important;
    }

  .suminsured_addon .drop_down:before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 3px solid #575757;
    border-bottom: 3px solid #575757;
    position: absolute;
    right: 22px;
    top: 24px;
    transform: rotate( 45deg );
    transition: all 0.2s ease-in-out;
  }

/*additiona cover css end here*/
/*policy document css start here*/
.policy_section .policy_content a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  color: #EC6625;
  display: inline-block;
  top: 14px;
  line-height: 30px;
}

.policy_section .content {
  padding: 0rem 0px 2rem 0;
  margin-top: -20px;
}

  .policy_section .content h4 {
    padding-bottom: 25px;
  }
/*policy document css end here*/


/*insured_popup css start here*/
.insured_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  transition: opacity .2s;
  opacity: 1;
  z-index: 99;
}

  .insured_popup .insured_poppup_content {
    width: 532px;
    background: #fff;
    color: #282828;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

.close_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.insured_popup_header {
  padding: 20px;
}

  .insured_popup_header h4 {
    padding: 0px !important;
    color: #2d2d2d;
  }

.insured_popup_body {
  padding: 20px;
}

  .insured_popup_body tr:nth-child(even) {
    background-color: #f2f2f2;
  }

  .insured_popup_body .insured_list {
    list-style: none;
  }

    .insured_popup_body .insured_list li {
      width: 50%;
      display: inline-block;
      border: 1px solid #eaeaea;
      padding: 15px 25px 15px 22px;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      color: #000;
    }

      .insured_popup_body .insured_list li span {
        font-size: 15px;
        color: #595959;
      }

.btl_radius {
  border-top-left-radius: 10px;
}

.btr_radius {
  border-top-right-radius: 10px;
}

.bbl_radius {
  border-bottom-left-radius: 10px;
}

.bbr_radius {
  border-bottom-right-radius: 10px;
  height: 72px;
  padding-top: 25px !important;
}

.insured_list .bg {
  background: #F5F6F6
}

.btn_section {
  text-align: center;
  padding: 30px 20px 20px 20px;
}

  .btn_section .btn-default {
    border: 1px solid #EC6625;
    color: #EC6625;
    background: #fff;
    padding: 13px 24px 13px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
  }

    .btn_section .btn-default:hover, .btn_section .btn-default:focus {
      color: #EC6625;
      background: #fff;
      outline: none;
    }

/*insured_popup css end here*/
/*edit form csss start here*/
.editform {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  transition: opacity .2s;
  opacity: 1;
  z-index: 99;
}

  .editform .popup {
    min-width: 800px;
    max-width: 800px;
    height: 100%;
    padding: 0px 0px;
    border-radius: 0;
    overflow-y: auto;
    animation: slide-in 0.3s forwards;
    -webkit-animation: slide-in 0.3s forwards;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    border: none;
    left: 0;
    float: left;
    margin: 0;
    opacity: 1;
    text-align: unset;
  }

.editform_header {
  padding: 50px 80px 20px 80px;
}

.editform_body {
  padding: 0px 80px 20px 80px;
}

.editform_header h4 {
  font-size: 28px;
  font-weight: 700;
}

.editform_body .policy-tabs {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

  .editform_body .policy-tabs .policy-radio {
    width: 40%;
  }

    .editform_body .policy-tabs .policy-radio:first-child {
      margin-right: 2%;
    }

/*.flexdiv {
  display: flex;
  max-width: 100%;
  flex-direction: row;
  margin-bottom: 0rem;
}*/

.flexdiv .input-block {
  width: 47%;
  margin-bottom: 5rem;
  display: inline-block;
}

  .flexdiv .input-block:nth-child(odd) {
    margin-right: 5%;
  }

/* .flexdiv .input-block:first-child {
      margin-right: 5%;
    }*/

.editform_body .btn_section {
  text-align: left;
  padding: 0px;
}

  .editform_body .btn_section .btn-default {
    border: 1px solid #EC6625;
    color: #fff;
    background: #EC6625;
    padding: 13px 24px 13px 24px;
    font-size: 16px;
    font-weight: 700;
  }

    .editform_body .btn_section .btn-default:hover, .btn_section .btn-default:focus {
      color: #fff;
      background: #FD7B20;
      outline: none;
    }

.editform_body .tooltip.helpTooltip {
  opacity: 1;
}
/*edit form csss end here*/

/*buy now section css code start here*/
.Buyplan {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 10px -5px 8px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  z-index: 10;
  padding: 10px;
}

  .Buyplan .buyPrem {
    width: 1320px;
    margin: 0 auto;
    text-align: right;
  }
.myraChatwrapp .imgWrapp{
    bottom:65px !important;
}

.Buyplan .buyPrem .smallWidth {
  max-width: 116px;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
}

  .Buyplan .smallWidth label.prem {
    font-size: 13px;
    margin-bottom: 3px;
    color: #6c6c6c;
    font-weight: 400 !important;
    float: right;
  }

  .Buyplan .buyPrem span.amt {
    font-weight: 700;
    font-size: 18px;
    color: #282828;
    display: inline-block;
    float: right;
  }

  .Buyplan .buyPrem span.gst {
    font-size: 12px;
    display: inline-block;
    color: #282828;
    position: absolute;
    margin-top: 6px;
  }

.bg_btn.btn-default {
  vertical-align: bottom;
  background: #EC6625;
  color: #fff;
  padding: 13px 24px 13px 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  border: none;
}

  .bg_btn.btn-default:hover {
    background: #FD7B20;
  }

.Buyplan .bg_btn.btn-default {
  font-size: 16px;
  width: 116px;
}
/*buy now section css code start here*/
@media screen and (max-width: 767px) {
  .no-pad {
    padding: 0px !important;
  }
}

.left_section.fixed {
  position: fixed !important;
  top: 20px !important;
}

.transparentbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: tranparent;
  transition: opacity .2s;
  opacity: 1;
  z-index: 999;
}

.pr {
  position: relative;
}

/*responsive code start here*/
@media screen and (max-width: 768px) {

  /*tenure css start here*/
  .tenure_section {
    display: block;
  }

  .tenure_box {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }

    .tenure_box .width50 {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
    }

    .tenure_box .total_premium {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      float: right;
      padding-top: 22px;
    }

    .tenure_box.selected .recommented_plan {
      top: 17px;
      left: 74px;
    }

    .tenure_box .recommented_plan {
      top: 17px;
      left: 74px;
    }
  /*tenure css end here*/

  /*why icici lombard css start here*/
  .whyLombard {
    padding: 0;
    border: 0;
    margin: 0;
  }

    .whyLombard h4 {
      padding-bottom: 20px;
    }

    .whyLombard .benefitsLom li {
      display: inherit;
      min-width: 80%;
      height: 100%;
      padding: 0px;
      border: 1px solid #eaeaea !important;
      border-radius: 10px;
      padding: 15px 5px 15px 10px;
      margin-bottom: 0px;
      width: max-content;
      margin-right: 20px;
    }

  .whylombard_sub_info {
    display: none;
  }

  .boxPart {
    display: inline-block;
    padding-right: 10px !important;
  }

  .scroll {
    white-space: nowrap;
  }

  .benefitsLom li p.bold {
    white-space: initial;
    line-height: 20px;
  }

  .benefitsLom {
    display: flex;
    overflow: auto;
  }

  .whyLombard .benefitsLom li img {
    vertical-align: middle;
    padding: 0px 10px 0px 0px
  }

  /*why icici lombard css end here*/
  .benefit_covered .question .content_section {
    width: 94%;
  }

  .additional_cover .question p.width75 {
    width: 65%;
  }

  .additional_cover .question h5 p {
    width: 100% !important;
  }

  /*buy now css start here*/
  .Buyplan .buyPrem {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }

    .Buyplan .buyPrem .smallWidth {
      width: 50%;
      display: inline-block;
    }

  .Buyplan .bg_btn.btn-default {
    float: right;
    border-radius: 5px;
    width: 50%;
  }
  /* buy now css end here*/

  /*edit plan,owl carousel and tenure css start here*/
  .fixed_header ul {
    /* text-overflow: ellipsis;*/
    overflow: hidden;
    width: 92%;
    white-space: nowrap;
  }

  .content_seperator {
    margin: -12px 11px 10px 10px;
    border-left: 1px solid #BBB5B4;
    padding-right: 0 !important;
    height: 21px;
    width: 2px;
    display: block;
    position: relative;
    top: 15px;
  }

  .fixed_header ul li span.txt_value {
    padding-left: 5px;
  }

  .home_plan_page {
    padding-top: 0px;
  }

  .only_tab {
    border-bottom: 1px solid #EAEAEA;
    margin-top: 10px !important;
    padding-bottom: 48px;
    margin: 0px;
    width: 100%;
  }

  .owl-dots {
    position: relative !important;
    top: 35px;
    margin: 0 auto;
    text-align: center;
  }

  .suminsured_section {
    padding-top: 20px;
    display: block;
  }

  .suminsured_amount {
    width: 100%;
    padding-bottom: 10px;
  }

  .tooltip.helpTooltip {
    bottom: -20px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .pb0 {
    padding-bottom: 0px !important;
  }
  /*edit plan,owl carousel and tenure css end here*/
  /*popup responsive css start here*/
  .insured_popup .insured_poppup_content {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    transform: none;
    border-radius: 0px;
  }

  .insured_popup_body .insured_list li {
    padding: 15px 15px 15px 15px;
  }

  .insured_popup_header {
    padding: 40px 20px 20px 20px
  }

  .insured_popup_body .insured_list li:nth-child(2n+1) {
    width: 55%;
  }

  .insured_popup_body .insured_list li:nth-child(2n+2) {
    width: 45%;
  }

  .editform .popup {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0px;
    border-radius: 0px;
  }

  .editform_header {
    padding: 40px 20px 20px 20px;
    width: 85%;
  }

    .editform_header h4 {
      font-size: 20px;
    }

  .editform_body .policy-tabs {
    margin-top: 10px;
  }

  .editform_body {
    padding: 20px;
  }

    .editform_body .policy-tabs .policy-radio {
      width: 50%;
    }

  .flexdiv {
    display: block;
  }

    .flexdiv .input-block {
      width: 100%;
      padding-bottom: 10px;
    }

  .editform_body .btn_section .btn-default {
    width: 100%;
    padding: 13px 24px 13px 24px;
  }
  /*popup responsive css end here*/
  .fixed_header ul:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-right: 2px solid #575757;
    border-bottom: 2px solid #575757;
    position: absolute;
    right: 22px;
    top: 21px;
    transform: rotate( 314deg );
    transition: all 0.2s ease-in-out;
  }

  .fixed_header ul:after {
    content: "... ";
    width: 10px;
    position: absolute;
    right: 45px;
    top: 15px;
    transform: rotate( 0deg );
    transition: all 0.2s ease-in-out;
  }

  .mview_click {
    width: 100%;
    position: absolute;
    padding: 0;
    height: 100%;
    left: 0;
    top: 0;
  }

  .editform .popup {
    animation: none;
  }

  .mhide {
    display: none !important;
  }

  .policy_section .policy_content a {
    display: block;
  }

  .policy_section .policy_content .content_seperator {
    display: none;
  }
}
/*responsive code end here*/

.mview {
  display: none !important;
}

.desktopview {
  display: block !important;
}

@media screen and (max-width: 991px) {
  /*.mview {
    display: block !important;
  }*/

  .desktopview {
    display: none !important;
  }
}

@media screen and (max-width: 1100px) and (min-width: 992px) {
  .content_seperator {
    margin: -12px 10px 10px 10px;
  }

  .suminsured_amount {
    width: 120%;
  }

  .suminsured_amount_content p {
    padding-top: 5px;
  }

  .tenure_box {
    height: 180px;
    padding: 10px;
  }

    .tenure_box .recommented_plan {
      left: 22%;
    }
}

.addon_cover.selected_addon .text:after {
  content: "-";
  padding-left: 8px;
  color: #EC6625;
  font-size: 20px;
  font-weight: 600;
}

.addon_cover .text:after {
  content: "+";
  padding-left: 8px;
  color: #EC6625;
  font-size: 20px;
  font-weight: 600;
}

.editformsection {
  padding-right: 20px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

.asd {
  left: 15px;
  top: -10px;
  background: #fff;
  position: absolute;
  padding: 0px 5px;
  z-index: 9999;
  font-size: 1.2rem;
  font-weight: 600;
}

@media (min-width: 1300px) {
  body .home_plan_page .container {
    width: 1360px !important;
    padding-right: 15px;
    padding-left: 5px;
  }

  .editformsection {
    width: 1360px !important;
    padding-right: 30px;
    padding-left: 5px;
  }

/*  body .nav-section {
    width: 84.2%
  }*/
}
/* ios device css code */

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}

@supports not (-webkit-touch-callout: none) {
  max-width: fit-content;
  /* CSS for other than iOS devices */
}
/* ios device css end code */




/*addon_popup css start here*/
.addon_popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  transition: opacity .2s;
  opacity: 1;
  z-index: 99;
  overflow: auto;
}

  .addon_popup .addon_poppup_content {
    width: 426px;
    background: #fff;
    color: #282828;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 50px;
  }


.addon_popup_header {
  padding: 20px;
}

  .addon_popup_header h4 {
    padding: 0px !important;
    color: #2d2d2d;
    width: 95%;
  }

.addon_popup_body {
  padding: 20px;
}

.addon_popup .btn_section {
  text-align: center;
  padding: 0px 0px 20px 0px;
}

  .addon_popup .btn_section button {
    float: right;
  }

    .addon_popup .btn_section button.btn_disbled {
      background: #c9c9c9;
      pointer-events: none;
    }

.btn_nodrop {
  cursor: no-drop;
}


.addon_popup .btn_section .btn-default {
  border: 1px solid #EC6625;
  color: #EC6625;
  background: #fff;
  padding: 13px 24px 13px 24px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

  .addon_popup .btn_section .btn-default:hover, .addon_popup .btn_section .btn-default:focus {
    color: #EC6625;
    background: #fff;
    outline: none;
  }

.addon_popup .input-block {
  margin-bottom: 3rem;
}




/*dob input css start here*/

.focus input#valid-adult1date, .focus input#valid-adult2date, .transform input#valid-adult1date, .transform input#valid-adult2date {
  border-bottom: none;
  width: 30px;
  margin-left: 7px;
  position: relative;
  height: 47px;
}

input#valid-adult1month, input#valid-adult2month {
  width: 43px;
  height: 47px;
  border-bottom: none;
  text-align: center;
}

input#valid-adult1year, input#valid-adult2year {
  width: 54px;
  height: 47px;
  border-bottom: none;
}

input#valid-adult1year, input#valid-adult2yea {
  width: 54px;
  height: 47px;
  border-bottom: none;
}

#mbd-addon input.dd, #mbd-addon input.mm {
  width: 40px;
  height: 47px;
  border-bottom: none;
}

#mbd-addon .yy {
  width: 54px;
  height: 47px;
  border-bottom: none;
}

.input-block.mobile-block.ripple-bar.policy-end-date-wraper {
  height: 56px;
  max-width: 100%;
  width: 99.6%;
  padding: 4px 6px;
  border-radius: 4.5px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
}

.policy-end-date-wraper {
  border-bottom: 1px solid #b6b4b4;
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: row;
}

  .policy-end-date-wraper span {
    height: 20px;
    font-size: 20px;
    font-weight: 100;
    color: #707070;
    font-family: 'muli';
    margin-top: 12px;
  }

    .policy-end-date-wraper span.ui-error {
      height: inherit;
      font-size: 1.2rem;
      font-weight: 400;
      color: #ff0000;
      font-family: 'muli';
      margin-top: 5px;
      opacity: 1;
      line-height: normal;
      width: 100%;
    }

input#valid-adult1date, input#valid-adult2date {
  border-bottom: none;
  width: 95%;
  margin-left: -5px;
  position: absolute;
  margin: 0;
  top: 0;
  transition: none;
}

.dob_input.transform label {
  position: absolute;
  font-family: 'muli';
  top: -9px;
  font-size: 12px;
  padding: 0px 5px;
  left: 15px;
}

.dob_input.focus label {
  position: absolute;
  font-family: 'muli';
  top: -8px;
  font-size: 12px;
  color: #ec6625;
  padding: 0px 5px;
  left: 15px;
}

.dob_input label {
  cursor: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  color: #838383;
  font-weight: 500;
  position: absolute;
  top: 14px;
  left: 4px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0px 30px 5px 10px;
  background: #fff;
  font-family: 'muli';
  z-index: 9;
}

.policy-end-date-wraper span {
  opacity: 0;
}

.focus.policy-end-date-wraper span, .transform.policy-end-date-wraper span {
  opacity: 1;
}

.dob_input.focus label {
  position: absolute;
  font-family: 'muli';
  top: -8px;
  font-size: 12px;
  color: #ec6625;
  padding: 0px 5px;
}

.input-block.dob_input input {
  border: none !important;
  padding: 12px 0px 12px 5px;
}

  .input-block.dob_input input.focus, .input-block.dob_input input.transform {
    border: none !important;
    padding: 17px 0px 17px 17px;
  }

.dob_input {
  position: relative;
  margin-bottom: 36px;
}
/*dob input css end here*/

#pa-addon.addon_popup .btn_section button {
  float: unset;
  width: 100%;
}

#pa-addon.addon_popup .addon_poppup_content {
  margin-top: 100px;
}

@media (max-width:768px) {
  #pa-addon.addon_popup .addon_poppup_content {
    width: 100% !important;
  }

  #mbd-addon.addon_popup .addon_poppup_content {
    width: 100% !important;
  }
}

/*addon_popup css end here*/
/* custom dropdown address start here*/
.custdropdown {
  position: relative;
}

.drop_down_list {
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px;
  position: absolute;
  z-index: 99;
  width: 100%;
  box-shadow: 0 1px 10px 6px #0000001a;
  border: 1px solid #0000001a;
  border-radius: 0 0 5px 5px;
  height: 225px;
  overflow: auto;
}

  .drop_down_list li.itemlist {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0px;
    cursor: pointer;
  }
/*.drop_down_list li:nth-child( even ) {
    background: #EAEAEA;
  }*/

.custdropdown .custom-dropdownselected-options:before {
  border-color: #000;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: text-top;
  transform: rotate(133deg);
  box-sizing: inherit;
  position: absolute;
  right: 20px;
  bottom: 2.6rem;
  transition: all .15s cubic-bezier(1,-.115,.975,.855);
  transition-timing-function: cubic-bezier(1,-.115,.975,.855);
}

.custdropdown.active1 .custom-dropdownselected-options:before {
  transform: rotate(315deg);
  bottom: 2.4rem;
}
/* custom dropdown address end here*/

.input-block.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

  .input-block.disabled input, .input-block.disabled label {
    pointer-events: none;
  }

.disabled {
  cursor: not-allowed;
  /* opacity: 0.5;*/
  pointer-events: none
}

.nodrop {
  cursor: no-drop;
}

.disabled_add {
  cursor: not-allowed;
}

  .disabled_add .addon_cover.selected_addon {
    pointer-events: none;
  }


.disabled .addon_cover.selected_addon {
  pointer-events: none;
}
/* css start here*/

/*MBD popup css start here*/
#mbd-addon.addon_popup .addon_poppup_content {
  width: 651px;
  margin-top: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#mbd-addon .addon_popup_body {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -1px;
}

.equipment_container {
  border: 1px solid #c9c9c9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

  .equipment_container .align {
    padding: 0 !important;
    width: 33%;
  }

    .equipment_container .align:first-child {
      margin-right: 20px;
    }

    .equipment_container .align:nth-child(2) {
      margin-right: 20px;
    }

.equipment_row {
  display: flex;
  flex-direction: row;
}

.equipment_prod {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 25px;
}

#mbd-addon.addon_popup .addon_poppup_content {
  top: 25%;
}


/* The container */
.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#mbd-addon .addon_popup_body .input-block.custdropdown label.checkboxcontainer {
  position: relative !important;
  top: 10px;
  background: transparent;
  font-size: 16px;
  padding-left: 40px;
  font-weight: 500 !important;
  color: #282828 !important;
  transition: none;
  margin: 0;
  left: 17px;
  line-height: normal;
}
/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #838383;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #EC6608;
  border: 1px solid #EC6608;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.instruction {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #09751B;
  padding-top: 10px;
  padding-bottom: 5px;
}

.equipment_SI_detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  width: 60%;
  float: left;
  text-align: left;
  position: relative;
  vertical-align: top;
  padding-top: 15px;
}
/*MBD popup css end here*/
.drop_down_list li.itemlist.relationList {
  padding-left: 17px;
}

  .drop_down_list li.itemlist.relationList:hover {
    background-color: #80808021;
    border-radius: 5px;
  }

@media screen and (min-width: 992px) {
  .carpearea_cost_section {
    display: flex;
  }

    .carpearea_cost_section .input-block:first-child {
      margin-right: 20px;
    }

    .carpearea_cost_section .input-block {
      margin-bottom: 5rem;
    }

  .skipBtn {
    margin-right: 2rem;
  }

  .confirmky-btn .primary-button {
    margin-left: 0;
  }

  .owner-home-content-section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -28px;
    position: relative;
  }

    .owner-home-content-section .input-block {
      width: 50%;
    }

    .owner-home-content-section .ui-error-structure {
      right: 0;
      height: 0;
      top: 0;
      display: block;
      position: inherit;
      width: 100% !important;
    }

      .owner-home-content-section .ui-error-structure.twentyPercentError {
        top: -34px;
      }

    .owner-home-content-section .input-block:nth-child(odd) {
      padding-right: 15px;
    }

    .owner-home-content-section .input-block:nth-child(even) {
      padding-left: 5px;
    }
}

.maxValuableTxt .maxValuable {
  border: none;
  padding: 0;
  display: inline-block;
  height: auto;
  font-size: 12px;
  width: 40%;
}

.maxValuableTxt span {
  padding-right: 5px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .fixed_header ul {
      display: flex;
      flex-wrap: wrap;
  }
  .fixed_header ul li {
      display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .equipment_row{
    flex-direction: column;
  }
  .equipment_container .align{
    width: 100%;
  }
}