/* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mulish", sans-serif !important;
}*/

.section-wrap-fire {
  padding: 6rem 0;
  width: 100%;
}

.heading2-fire {
  margin: 0 0 1.5rem 0;
  font-size: 3.6rem;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  color: #282828;
}

.heading3-fire {
  margin: 0 0 1rem 0;
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
  color: #282828;
}


.text-fire {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  color: #282828;
}

.strong-txt-fire-fire {
  font-size: 1.8rem;
  line-height: 23px;
  font-weight: 700;
}


.bg-lightblue-fire {
  background: #E1F4FD;
}


.bg-darkGray-fire {
  background: #F8F6F6;
}

.bg-pink-fire {
  background: #FFF9F6;
}


.align-center-fire {
  text-align: center;
}


.mt-10-fire {
  margin-top: 1rem !important;
}


.mt-20-fire {
  margin-top: 2rem;
}

.mt-30-fire {
  margin-top: 3rem;
}


.flex {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 2.5rem;
}

.img-cont-block,
.cont-img-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.img-block {
  /*width: 50%;*/
  text-align: center;
}

.cont-block {
  width: 50%;
}


.list-block {
  align-items: self-start;
}

.list-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0DDBD;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 3rem;
}

.list-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}


/*Inclusions exclusion start*/

.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;
}


.incl-excl-list-block {
  display: flex;
  justify-content: space-between;
}

.incl-excl-list-block ul {
  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('../../images/fire/green_ticks.svg') no-repeat;
    }

    .incl-excl-list-block .excl-list li:before {
        width: 17px;
        height: 20px;
        background: url('../../images/fire/cross-tick.svg') no-repeat;
    }


.excl-list-inside li::before {
  background: none !important;
}

ul.excl-list.excl-list-inside {
  margin-top: 2rem !important;
}

/*Inclusions exclusion end*/


/****Breadcrumbs/Disclaimer****/
.breadcrumbs-block-fire {
  border-top: 1px solid #EAEAEA;
  padding: 1.4rem 0;
}

.breadcrumbs-sec-fire {
  display: flex;
  justify-content: space-between;
}

ul.breadcrumbs-fire {
  display: flex;
}

ul.breadcrumbs-fire li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}

ul.breadcrumbs-fire li:last-child {
  margin: 0;
}

ul.breadcrumbs-fire li a {
  position: relative;
  color: #282828;
  text-decoration: none;
  padding-right: 0.5rem;
}

ul.breadcrumbs-fire li a.subtitle-fire {
  color: #6C6C6C;
}

ul.breadcrumbs-fire li a:after {
  content: "";
  position: absolute;
  border: solid #282828;
  border-width: 0 1.2px 1.2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: top;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: 6px;
  margin-left: 8px;
}

ul.breadcrumbs-fire li:last-child a:after {
  display: none;
}

.disclaimer-link-fire {
  color: #EC6625;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
}

.disclaimer-link-fire a {
  color: #EC6625 !important;
  text-decoration: underline !important;
}
/****Breadcrumbs/Disclaimer****/
/***FAQ Start***/
.faq-sec-fire {
  margin: 0 auto;
  max-width: 910px;
  width: 100%;
  position: relative;
}

.quest-answ-block-fire  {
  margin-top: 3rem;
}

.question-block-fire  {
  margin-bottom: 2.4rem;
}

.question-block-fire :last-child {
  margin-bottom: 0;
}

.heading3-fire-fire .question-fire  {
  line-height: 25px;
  font-size: 1.6rem;
}

.faq-inside-main-ul-fire  li {
  list-style-type: disc;
  margin-left: 4rem;
  line-height: 4rem;
}

.faq-inside-main-ul-fire  span.strong-txt-fire {
  font-size: 1.6rem;
}

.answer-fire  {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

/***FAQ End***/



/*key features start*/
.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%;
}

.key-block-add-fire {
  /*justify-content: safe flex-start;*/
  flex-wrap: wrap;
  /*gap: 5rem;*/
}

.key-block-add-fire .key-item {
  width: 48%;
  background: #f5f6f6;
  padding: 1rem 3rem 3rem 3rem;
  border-radius: 1rem;
  width: 49%;
}

/*key features start*/


.cover-list-block-fire {
  align-items: self-start;
}

.cover-list-item {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 2.5rem;
}

.cover-list-item:last-child {
  margin: 0;
}

.cover-list-item:before {
  content: '';
  position: absolute;
  background: url('../../images/fire/org-tick.png') no-repeat;
  width: 12px;
  height: 24px;
  top: 5px;
  left: 0;
}


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;
}


.section-wrap-fire.virtual-surway {
  padding: 0;
}
.virtual-wrap{
	margin-top: 0;
}

/*****Responsive*****/


@media (max-width: 1024px) {
  .img-block img {
    width: 100%;
  }

  .key-block {
    gap: 40px;
  }

  .key-block-add-fire .key-item {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .section-wrap-fire {
    padding: 2rem 0;
  }
}

@media (max-width: 820px) {

  .heading1 {
    font-size: 2.4rem;
    line-height: 30px;
    text-align: left;
  }

  .img-cont-block,
  .cont-img-block {
    flex-direction: column;
    gap: 25px;
  }

  .img-block,
  .cont-block,
  .step-list-block {
    width: 100%;
  }

  .heading2-fire,
  .sub-heading {
    text-align: left;
  }


  .virtual-surway .img-block,
  .why-choose-fire .img-block {
    order: 2;
  }

  .key-block,
  .list-block {
    flex-direction: column;
  }


  .flex {
    flex-direction: column;
    margin-top: 2rem;
    gap: 15px;
  }


  .img-cont-block.step-block {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }


  .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%;
  }

  .excl-list.excl-list-inside {
    margin: 0 !important;
  }

  .flex {
    margin: 0;
  }

  .key-item {
    width: 100%;
  }

}

@media (max-width: 480px) {
  .section-wrap-fire {
    padding: 4rem 0;
  }


  .heading2-fire br {
    display: none;
  }

  .heading2-fire {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 1.5rem;
    text-align: left;
  }


  .img-mob {
    width: 100%;
  }

  .breadcrumbs-block-fire {
    padding: 1.5rem 0;
    margin: 0;
  }

  .breadcrumbs-sec-fire {
    flex-direction: column;
    padding-bottom: 1rem;
  }

  ul.breadcrumbs-fire li {
    margin-right: 15px;
  }

  ul.breadcrumbs-fire li a:after {
    margin-left: 2px;
  }

  .disclaimer-link-fire {
    margin: 2rem 0 2rem 0;
    padding-top: 2rem;
    border-top: 1px solid #dfdfdf;
  }

  .quest-answ-block {
    margin-top: 2rem;
  }

  .section-wrap-fire.list-row-sec .cover-list-item,
  .section-wrap-fire.list-row-sec2 .cover-list-item,
  .section-wrap-fire.list-row-sec3 .cover-list-item {
    min-height: auto;
  }

  .key-block-add-fire .key-item {
    width: 100%;
  }

}

/*****Responsive*****/






.container-fire{
    padding-left: 15px;
    padding-right: 15px;
      margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px) {
    .container-fire {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .container-fire {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container-fire {
        width: 100%;
    }
}
@media (min-width: 1360px) {
    .container-fire {
        width: 1360px;
    }
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.maincontainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 300px) {
    .maincontainer {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 720px) {
    .maincontainer {
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .maincontainer {
        max-width: 980px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .maincontainer {
        max-width: 1150px;
    }

        .maincontainer .bg-img {
            background: url(../../images/bannerImg.png) no-repeat center left / contain;
            height: 100%;
            margin-top: -50px;
        }
}

@media (min-width: 1360px) {
    .maincontainer {
        max-width: 1330px;
    }
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}





.ebisec {
    padding: 74px 15px 50px;
    background: #00305B url(../images/banner.png) no-repeat center center/cover;
}

@media (max-width: 991px) {
    .ebisec {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (max-width: 767px) {
    .ebisec {
        padding: 90px 15px;
    }
}

.ebisec .bannertitle {
    overflow: hidden;
}

@media (max-width: 991px) {
    .ebisec .bannertitle {
        margin-bottom: 25px;
    }
}

.ebisec .bannertitle h2 {
    margin: 0 0 20px;
    color: #fff;
    font: 400 32px/32px "Muli", sans-serif;
    text-align: left;
}

.ebisec .bannertitle h1 {
    margin: 0 0 20px;
    color: #fff;
    font: 400 32px/32px "Muli", sans-serif;
    text-align: left;
}

@media (max-width: 991px) {
    .ebisec .bannertitle h2 {
        font: 700 20px/24px "Muli", sans-serif;
    }
}

.ebisec .bannertitle p {
    min-height: 60px;
    margin-bottom: 13px;
    color: #F8F6F6;
    font: 300 20px/30px "Muli", sans-serif;
}

@media (max-width: 991px) {
    .ebisec .bannertitle p {
        font: 500 16px/20px "Muli", sans-serif;
    }
}

.ebisec .slider_nav {
    margin-top: 130px;
    padding: 0 25px;
}

    .ebisec .slider_nav .slick-slide {
        display: inline-block;
    }

    .ebisec .slider_nav .slick-current a {
        border: 1px solid #F58220;
    }

        .ebisec .slider_nav .slick-current a h4 {
            color: #F58220;
        }

    .ebisec .slider_nav a {
        width: 132px;
        height: 118px;
        padding-top: 25px;
        border: 1px solid #fff;
        margin: 30px auto 0;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        display: block;
        position: relative;
        background-color: #fff;
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
        color: #2C2726;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
    }

        .ebisec .slider_nav a img {
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
        }

        .ebisec .slider_nav a h4 {
            margin: 0;
            color: #2C2726;
            font: 700 17px/21px "Muli", sans-serif;
            transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            -moz-transition: all 0.2s ease-in;
        }

        .ebisec .slider_nav a:hover {
            border: 1px solid #F58220;
        }

            .ebisec .slider_nav a:hover h4 {
                color: #F58220;
            }

    .ebisec .slider_nav button {
        width: 20px;
        height: 20px;
        top: 60%;
    }

        .ebisec .slider_nav button::before {
            display: none;
        }

        .ebisec .slider_nav button.slick-prev {
            left: -10px;
            background: url(../images/PropertymotherPages/left-arrow-slide-active.png) no-repeat center center/contain;
            display: none !important;
        }

            .ebisec .slider_nav button.slick-prev.slick-disabled {
                background: url(../images/PropertymotherPages/left-arrow-slide.png) no-repeat center center/contain;
                cursor: auto;
                display: none !important;
            }

        .ebisec .slider_nav button.slick-next {
            right: -10px;
            background: url(../images/PropertymotherPages/right-arrow-slide-active.png) no-repeat center center/contain;
            display: none !important;
        }

            .ebisec .slider_nav button.slick-next.slick-disabled {
                background: url(../images/PropertymotherPages/right-arrow-slide.png) no-repeat center center/contain;
                cursor: auto;
                display: none !important;
            }

.ebisec .card {
    border: 0;
    background-color: transparent;
}

@media (max-width: 991px) {
    .ebisec .card {
        margin-bottom: 20px;
        border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
    }
}

.ebisec .card .card-header {
    padding: 0;
}

    .ebisec .card .card-header .btn-link {
        width: 100%;
        padding: 11px 16px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        display: flex;
        align-items: center;
        background-color: #FDF5EE;
        color: #2C2726;
        font: 700 14px/14px "Muli", sans-serif;
        text-decoration: none;
    }

@media (max-width: 991px) {
    .ebisec .card .card-header .btn-link {
        height: 44px;
        text-align: left;
    }

        .ebisec .card .card-header .btn-link[aria-controls=collapseOne],
        .ebisec .card .card-header .btn-link[aria-controls=collapseTwo],
        .ebisec .card .card-header .btn-link[aria-controls=collapseThree] {
            padding: 11px;
        }

            .ebisec .card .card-header .btn-link[aria-controls=collapseOne] img,
            .ebisec .card .card-header .btn-link[aria-controls=collapseTwo] img,
            .ebisec .card .card-header .btn-link[aria-controls=collapseThree] img {
                width: 30px;
                margin: 0 16px 0 0;
            }
}

.ebisec .card .card-header .btn-link img {
    margin: 0 20px 0 0;
}

.ebisec .form_div {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
}

@media (min-width: 992px) {
    .ebisec .form_div {
        max-width: 485px;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 991px) {
    .ebisec .form_div {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
}

.ebisec .form_div .heading {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #FDF5EE;
}

    .ebisec .form_div .heading h3 {
        margin: 0 0 0 10px;
        color: #2C2726;
        font: 700 22px/24px "Muli", sans-serif;
    }

.ebisec .form_div .mainForm {
    padding: 18px 22px 25px;
    border-top: 4px solid #EC6608;
}

    .ebisec .form_div .mainForm .row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .ebisec .form_div .mainForm .checkboxDiv {
        margin: 30px 0 35px;
    }

    .ebisec .form_div .mainForm .btn {
        padding: 12px;
        border: 0;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        background-color: #F26624;
        box-shadow: 0 0 0 0;
        -webkit-box-shadow: 0 0 0 0;
        -moz-box-shadow: 0 0 0 0;
        color: #fff;
        font: 700 18px/18px "Muli", sans-serif;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
    }

        .ebisec .form_div .mainForm .btn:active {
            background-color: #d95c21;
        }

    .ebisec .form_div .mainForm .carousel .carousel-control-prev,
    .ebisec .form_div .mainForm .carousel .carousel-control-next {
        position: static;
        display: initial;
    }

    .ebisec .form_div .mainForm .stepsDiv {
        position: relative;
    }

        .ebisec .form_div .mainForm .stepsDiv .innerLabel {
            display: block;
        }

            .ebisec .form_div .mainForm .stepsDiv .innerLabel::before {
                content: "";
                width: 24px;
                height: 24px;
                position: absolute;
                top: -20px;
                right: 0;
                z-index: 1;
                cursor: pointer;
            }

            .ebisec .form_div .mainForm .stepsDiv .innerLabel .arrowLnk {
                width: 24px;
                height: 24px;
                border: 1px solid #F26624;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                position: absolute;
                top: -20px;
                right: 0;
                background-color: #F26624;
                cursor: pointer;
                text-align: center;
            }

                .ebisec .form_div .mainForm .stepsDiv .innerLabel .arrowLnk svg {
                    width: 12px;
                    fill: #fff;
                    vertical-align: 1px;
                }

            .ebisec .form_div .mainForm .stepsDiv .innerLabel[for=step1]::before {
                right: 30px;
            }

            .ebisec .form_div .mainForm .stepsDiv .innerLabel[for=step1] .arrowLnk {
                right: 30px;
            }

            .ebisec .form_div .mainForm .stepsDiv .innerLabel .innerDiv {
                margin-top: 20px;
                display: none;
            }

        .ebisec .form_div .mainForm .stepsDiv input[name=step] {
            display: none;
        }

            .ebisec .form_div .mainForm .stepsDiv input[name=step]:checked + label .arrowLnk {
                border: 1px solid #979797;
                background-color: #fff;
            }

                .ebisec .form_div .mainForm .stepsDiv input[name=step]:checked + label .arrowLnk svg {
                    fill: #979797;
                }

            .ebisec .form_div .mainForm .stepsDiv input[name=step]:checked + label .innerDiv {
                display: block;
            }

.ebisec .form_div.riskMgt .heading {
    padding: 16.5px 22px;
}

    .ebisec .form_div.riskMgt .heading h3 {
        margin: 0 0 0 22px;
    }

.ebisec .readMore {
    margin-top: 90px;
    display: inline-block;
}

@media (max-width: 991px) {
    .ebisec .readMore {
        display: none;
    }
}

.ebisec .readMore a {
    display: block;
    color: #F26624;
    font: 600 18px/30px "Muli", sans-serif;
    text-decoration: none;
    position: absolute;
    top: 571px;
}

    .ebisec .readMore a::after {
        content: "";
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../images/down-arrow.png) no-repeat center center/25px;
        vertical-align: -7px;
    }

.input-field {
    position: relative;
    overflow: hidden;
}

    .input-field input,
    .input-field select {
        height: 40px;
        padding-left: 0;
        border: 0;
        border-bottom: 1px solid #5C748A;
        margin-top: 20px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        background-color: transparent !important;
        box-shadow: 0 0 0 0 !important;
        -webkit-box-shadow: 0 0 0 0 !important;
        -moz-box-shadow: 0 0 0 0 !important;
        color: #3C3736 !important;
        font: 400 18px/23px "Muli", sans-serif;
    }

        .input-field input:focus,
        .input-field select:focus {
            border-color: #5C748A;
        }

        .input-field input:disabled,
        .input-field select:disabled {
            border-bottom: 0;
            background-color: transparent;
        }

        .input-field input.dob,
        .input-field select.dob {
            background: transparent url(../images/calendar.png) no-repeat 95% center;
        }

    .input-field label {
        margin: 0;
        position: absolute;
        top: 30px;
        left: 0;
        color: #282828;
        cursor: text;
        font: 300 16px/20px "Muli", sans-serif;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
    }

        .input-field label sup {
            color: #F58220;
        }

    .input-field::after {
        content: "";
        width: 10px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #ec6608;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        visibility: hidden;
    }

    .input-field.focused label {
        top: 5px;
        left: 0;
        font-size: 16px;
        color: #828282;
    }

    .input-field.focused::after {
        width: 100%;
        left: 0;
        visibility: visible;
    }

    .input-field.focused.disabled::after {
        display: none;
    }

    .input-field.focused.filled::after {
        background-color: #8097AC;
    }

.carousel-indicators {
    margin: 0;
    justify-content: start;
    position: static;
}

    .carousel-indicators li {
        width: 9px;
        height: 9px;
        border: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        opacity: 0.8;
    }

        .carousel-indicators li.active {
            width: 20px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            background-color: #F58220 !important;
        }




.checkboxDiv label {
    padding-left: 25px;
    margin: 0;
    position: relative;
    color: #8097AC;
    cursor: pointer;
    font: 500 14px/18px "Muli", sans-serif;
}

    .checkboxDiv label:before {
        content: "";
        width: 16px;
        height: 16px;
        border: 1px solid #7e7e7e;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        position: absolute;
        top: 1px;
        left: 0;
    }

.checkboxDiv input {
    display: none;
}

    .checkboxDiv input:checked + label::before {
        border-color: #EC6608;
        background: #EC6608 url(../../images/tick_marine.png) no-repeat center center/8px;
    }

.checkboxDiv.lg label {
    padding-left: 32px;
    font-size: 16px;
}

    .checkboxDiv.lg label::before {
        width: 24px;
        height: 24px;
        top: -1px;
        background-size: 11px !important;
    }



ul.inclusion,
ul.exclusion {
    padding-left: 0;
    margin: 0 0 30px;
    list-style-type: none;
}

@media (max-width: 991px) {

    ul.inclusion,
    ul.exclusion {
        margin: 0 0 15px;
    }
}

ul.inclusion li,
ul.exclusion li {
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
    color: #282828;
    font: 300 17px/30px "Muli", sans-serif;
}

@media screen and (max-width: 767px) {

    ul.inclusion li,
    ul.exclusion li {
        margin-bottom: 0;
        font: 300 15px/31px "Muli", sans-serif;
    }
}

ul.inclusion li::before,
ul.exclusion li::before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 12px;
    left: 0;
    background: url(../../images/right-arrow-black.png) no-repeat center center/contain;
}

ul.exclusion li::before {
    background: url(../../images/red_tick.svg) no-repeat center center/contain;
}

















/*---Master Page Menu  */
.linkTxt {
    padding-bottom: 3px;
    color: #f26624;
    font: 600 17px "Muli", sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
}

    .linkTxt:hover {
        color: #ffbd41;
        text-decoration: none;
    }





/*::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}

::-moz-placeholder {
  color: #c1c1c1 !important;
}

:-ms-input-placeholder {
  color: #c1c1c1 !important;
}

:-moz-placeholder {
  color: #c1c1c1 !important;
}

* {
  outline: 0 !important;
}*/


.maincontainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
















.input-field {
    position: relative;
    overflow: hidden;
}

    .input-field input,
    .input-field select {
        padding-left: 0;
        border: 0;
        border-bottom: 1px solid #969494;
        margin-top: 20px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        background-color: transparent !important;
        box-shadow: 0 0 0 0 !important;
        -webkit-box-shadow: 0 0 0 0 !important;
        -moz-box-shadow: 0 0 0 0 !important;
        color: #282828;
        font: 300 20px "Muli", sans-serif;
    }

        .input-field input:disabled,
        .input-field select:disabled {
            border-bottom: 0;
            background-color: transparent;
        }

        .input-field input.dob,
        .input-field select.dob {
            background: #282828 url(../images/calendar.png) no-repeat 95% center;
        }

        .input-field input.dob1,
        .input-field select.dob1 {
            background: #fff url(../images/dob.png) no-repeat 95% center;
        }

    .input-field select {
        background: url(../images/down-arrow.png) no-repeat 97% center/14px;
    }

    .input-field label {
        margin: 0;
        position: absolute;
        top: 30px;
        left: 0;
        color: #969494;
        cursor: text;
        font: 300 16px "Muli", sans-serif;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
    }

        .input-field label sup {
            color: #ef7d00;
        }

    .input-field::after {
        content: '';
        width: 10px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #b6b4b4;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        visibility: hidden;
    }

    .input-field.focused label {
        top: 5px;
        left: 0;
    }

    .input-field.focused::after {
        width: 100%;
        left: 0;
        visibility: visible;
    }

    .input-field.focused.disabled::after {
        display: none;
    }

    .input-field.focused.filled::after {
        background-color: #b6b4b4;
    }

    .input-field a {
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #f26624;
        font: 400 13px 'Muli', sans-serif;
        text-decoration: underline;
    }












@media (min-width: 300px) {
    .maincontainer {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 720px) {
    .maincontainer {
        max-width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (min-width: 992px) {
    .maincontainer {
        max-width: 980px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .maincontainer {
        max-width: 1150px;
    }
}


@media (min-width: 1360px) {
    .maincontainer {
        max-width: 1330px;
    }
}





/*End*/
.ebisec .readMore a {
    display: block;
    color: #F26624;
    font: 600 18px/30px "Muli", sans-serif;
    text-decoration: none;
}

    .ebisec .readMore a::after {
        content: '';
        width: 25px;
        height: 25px;
        display: inline-block;
        background: url(../../images/Ipartner_EBI/down-arrow.png) no-repeat center center/25px;
        vertical-align: -7px;
    }




.readMore {
    color: #FF0000;
    cursor: pointer;
}
.incl-excl-list-block .excl-list li:before {
    top: 0;
}

.excl-list-inside li::before {
    background-image: url(../../images/fire/ui-arrow-ico.png) !important;
    background-repeat: no-repeat !important;
    top: 15px !important;
    transform: translateY(-50%);
}
.smallHeader .call-wrap #email {
    left: 337px !important;
}
.smallHeader.fixed-top .call-wrap li#mobile span {
    position: relative !important;
    top: 1px !important;
    right: 27px !important;
}
.smallHeader.fixed-top .call-wrap li#mobile:before {
    left: -21px!important;
}