
.bl-body .banner{
  padding:100px 0;
  margin: 0;
}
.management{
  padding: 0;
  margin: 0;
  text-align: center;
}
.management h1{
  font-family: "Merriweather", serif;
  font-size:46px;
  color:#112A3F;
  font-weight:700;
  line-height:60px;
  padding: 0 0 70px 0;
  margin: 0;
}
.management h1 span{
  display:block;
    font-family: "Merriweather", serif;
}
.banner_img{
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.banner_img img{
  max-width:100%;
  object-fit: cover;
  width:auto;
  margin:0 auto;
}

.bac{
  background:#fff;
  border-radius:16px;
  width:264px;
  min-height:160px;
  padding:24px;
  margin: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.faster_1{
  position: absolute;
  bottom:50px;
  left: 0;
}
.faster_2{
  position: absolute;
  bottom:-35px;
  right:350px;
  left: 0;
  margin:0 auto;
}
.faster_3{
  position: absolute;
  bottom: -60px;
  right: 0px;
  left: 350px;
  margin: 0 auto;
}
.faster_4{
  position: absolute;
  bottom: 80px;
  right: 0;
  left: auto;
}



.text_banner{
  padding: 0;
  margin: 0;
}
.text_banner h3{
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 18px;
  padding:0 0 20px 0;
  margin: 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.text_banner h3 span{
  font-family: "Figtree", sans-serif;
  font-size: 40px;
  color: #2AAC08;
  font-weight: 700;
  line-height: 28px;
  padding: 0 20px 0 0;
  margin: 0;
}

.text_banner p{
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color:#415565;
  font-weight:400;
  line-height: 20px;
  text-align: left;
  padding:0 0 0 0;
  margin: 0;

}

/***---------*/
.bl-body .insurance_box{
  padding:20px 0 100px 0;
  margin: 0;
}
.trust{
  padding: 0;
  margin: 0;
  text-align: center;
}
.trust p{
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color:#415565;
  font-weight:400;
  line-height: 28px;
  padding:0 0 30px 0;
  margin: 0;
}
.trust p span{
  font-family: "Figtree", sans-serif;
  display:block;
  color:#415565;
}
.schedule{
  background: #2AAC08;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  border-radius: 4px;
  padding: 10px 24px;
  margin: 0;
  display: inline-block;
  transition:all 500ms ease-in-out;
  text-decoration:none;
}
.schedule:hover{
  background: #112A3F;
  color:#fff;
}
.explore_text h3{
  font-family: "Merriweather", serif;
  font-size: 40px;
  color: #112A3F;
  font-weight: 700;
  line-height:50px;
  padding: 0 0 60px 0;
  margin: 0;
  text-align: center;
}


.explore_text h3 span{ display:block;  font-family: "Merriweather", serif; }
.explore_text .re_1{
  padding-bottom:20px;
}
.explore_text p{
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #415565;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
}

/*********************** Demo - 16 *******************/
.box16{
  position:relative;
  background:#fff;
  border-radius:16px;
  border:1px solid #ddd;
  padding:30px;
  margin:0;
  transition:all 500ms ease-in-out;
  width:100%;
}
.box16:hover{
  background: #3C6ECD;
}
.pic_boxn{
  padding:0;
  margin: 0;
}
.pic_boxn img{
  width:100%;
  border-radius:12px;
  object-fit: cover;
}
.round_box{
  float: right;
  width:40px;
  height:40px;
  background:#E9E9E9;
  position:relative;
  border-radius:100%;
  object-fit:cover;
  display:flex;
  align-items: center;
  padding: 0;
  margin:0 0 30px 0;
  transition:all 500ms ease-in-out;
}
.box16:hover .round_box{
  background: #e9e9e938;
}


.round_box:after{
  content: "";
  position: absolute;
  top: 19px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
  height: 2px;
  background: #000;
  transition:all 500ms ease-in-out;
}
.box16:hover .round_box:after{
  background: #fff;
}
.round_box:before{
  content: "";
  position: absolute;
  top: 11px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width:2px;
  height:20px;
  background: #000;
  transition:all 500ms ease-in-out;
}
.box16:hover .round_box:before{
  background:transparent;
}


.box16 .box-content{
  width: 100%;
  position: relative;
  padding:50px 0 20px 0;
}
.box16:hover .box-content{ padding:0 0 15px 0; }

.box16:after{
  content:"";
  left: 0;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);
  top:0;
  transition:all .5s ease 0s;
}

.box16 .post,.box16 .title{
/*  transform:translateY(145px);*/
  transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s;
}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 .title{
  font-family: "Figtree", sans-serif;
  font-size:20px;
  color:#415565;
  font-weight: 700;
  line-height:28px;
  padding: 0;
  margin: 0;
}
.box16 .title span{
  display:block;
    font-family: "Figtree", sans-serif;
      color: #415565;
}
.box16:hover .title span{
  color:#fff;
}
.box16:hover .post,.box16:hover .title{
  transform:translateY(-330px);
  color:#fff;
}

.box16 .social{
  opacity:0;
  padding:0;
  margin:0;
  height:0;
  position:relative;
  transition:all 500ms ease-in-out;
  transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s;
}

.box16 .social p{
  font-size:0;
  height: 0;
  transition:all 500ms ease-in-out;
}
.box16:hover .social p{
  font-family: "Figtree", sans-serif;
  font-size:16px;
  color:#fff;
  line-height:28px;
  font-weight:400;
  height:auto;
  padding: 0;
  margin: 0;
}

.box16:hover .social{
  opacity:1;
  transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
  height:auto;
  transition:all 500ms ease-in-out;
}
.roof_box{
  text-align: center;
  padding:60px 0;
  margin: 0;
}
.roof_box h4{
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  color:#415565;
  font-weight: 700;
  line-height: 28px;
  padding:0 0 10px 0;
  margin: 0;
}
.roof_box h4 .em_1{
  display:block;
  color: #415565;
  font-style: normal;
}

.roof_box h4 .fe_color{ color:#2AAC08; }
.roof_box h4 .x3{ color:#2AAC08; }
.roof_box h5{
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  color:#2AAC08;
  font-weight: 700;
  line-height: 28px;
  padding:0 0 10px 0;
  margin: 0;
}

.roof_box p{
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color:#415565;
  line-height: 28px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.roof_box p span{ display: block;   color:#415565;  font-family: "Figtree", sans-serif; }
.roof_img{
  text-align: center;
  padding:40px 0 0 0;
  margin: 0;
  position: relative;
}
.k_box_1{
  position:relative;
  margin: -77px 0 0 0;
}
.k_box_1 ul{
  padding:0;
  margin: 0;
}
.k_box_1 ul li{
  display: inline-flex;
  align-items: center;
  background: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #415565;
  line-height: 20px;
  font-weight: 400;
  border-radius: 20px;
  padding: 8px 8px;
  margin:0 0 10px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.k_box_1 ul li:nth-child(2) {
  margin-right:20px;
}
.cond_bob{
  position: relative;
  margin: -77px 0 0 0;
}
.cond_bob ul li{
  display:table;
  margin: 0 auto;
}

.cond_bob ul li .bert1{
  display: inline-flex;
  align-items: center;
  background: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  color: #415565;
  line-height: 20px;
  font-weight: 400;
  border-radius: 100px;
  padding: 8px 8px;
  margin:0 0 10px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.cond_bob ul li:nth-child(2) .bert1{
  margin-left: 20px;
}
.cond_bob .chech_1{
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  background: #2AAC08;
  border-radius: 100px;
  color: #fff;
  margin: 0 8px 0 0;
  box-sizing: border-box;
}
.cond_bob .chech_1 i {
  text-align: center;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  width: 20px;
  height: 20px;
}

.keep_text .chech_1{
   width:20px;
   height:20px;
   display: flex;
   align-items: center;
   background:#2AAC08;
   border-radius:100px;
   color:#fff;
   margin:0 8px 0 0;
}
.keep_text .chech_1 i{
  text-align: center;
  margin: 0 auto;
  font-size:13px;
  color:#fff;
}
.bl-body .insurance_bet{
  padding:90px 0;
}
.roof_img img{
  max-width:100%;
  width:auto;
  margin:0 auto;
}
.bl-body .sew{
  padding:90px 0 25px 0;
}
.we_vbox{
  position: relative;

}
.we_vbox:after{
  content: "";
  background: #F9F5F1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.top_pov{
  position: relative;
  z-index:9;
}
.manual{
  text-align: center;
  padding: 0;
  margin: 0;
}
.manual a{
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  color: #415565;
  line-height: 28px;
  font-weight: 700;
  border-radius: 40px;
  border: 3px solid #29292924;
  padding: 15px 40px;
  margin: 60px 0 0 0;
  display: inline-block;
  background: #fff;
  transition:all 500ms ease-in-out;
  text-decoration: none;
}
.manual a.active{
  background:#1D3054;
  color:#fff;
  border: 3px solid transparent;
}
.manual a:hover{
  background:#1D3054;
  color:#fff;
  border: 3px solid transparent;
}
.policy_box{
  background:#F9F5F1;
  border-radius:24px;
  padding:25px;
  margin: 0;
}
.updates_text h4{
  font-family: "Merriweather", serif;
  font-size: 20px;
  color:#112A3F;
  line-height: 28px;
  font-weight: 700;
  padding:20px 0 6px 20px;
  margin: 0;
}
.updates_text p{
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #415565;
  line-height: 28px;
  font-weight: 400;
  padding:0 0 0 20px;
  margin: 0;
}
.updates_text p .to_back{
  display: block;
  font-size: 16px;
  color: #415565;
  font-style:normal;
}
.updates_text a{
  display:inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color:#415565;
  line-height: 28px;
  font-weight: 400;
  padding:5px 0 0 0;
  margin: 0 0 0 20px;
  transition:all 500ms ease-in-out;
  text-decoration:none;
}
.policy_box a:hover{
  color:#2AAC08;
}
.policy_box .p_nbox{
  background:#fff;
  border-radius:24px;
  padding:0;
  margin: 0;
}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  display: block;
  background: none;
  padding:14px;
  cursor: pointer;
  background:#FFFCF9;
  border-bottom:1px solid #e5e5e5;
  position: relative;
}
ul.tabs li.current:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width:50%;
  height:1px;
  background:#2AAC08;
}
ul.tabs li.current{
  background: #fff;
  color: #222;
  border-radius: 20px 20px 0 0;
}
.tab-content{
  display: none;
  padding:20px;
}
.tab-content.current{
  display: inherit;
}
.brt_top{
  margin:40px 0 0 0;
}
.brt_top ul{
  padding: 0;
  margin: 0;
}
.brt_top ul li{
  display:flex;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #415565;
  line-height: 28px;
  font-weight: 400;
  padding:0;
  margin: 0 0 10px 0;
}

.agent_box{
  padding: 0;
  margin: 0 auto;
}
.agent_box img{
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}
.bl-body .ready{
  background:#F9F5F1;
  padding:90px 0;
  margin:0;
  position:relative;
}
.ready:after{
  content: "";
  background: url(../img/banner/al.png);
  background-size: 32%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 116px;
  width: 100%;
  left: 0;
  top: 34%;
}
.automate{
  position:relative;
  z-index: 1;
}
.automate:after{
  content: "";
  background: url(../img/banner/ar.png);
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 200px;
  width: 286px;
  right: 150px;
  top: 26%;
}
.tesr_text{
  margin:0;
  text-align: center;
  padding: 0;
}
.tesr_text ul li{ margin:0 20px 0 0; }
.het_1{
  text-align: center;
}
.het_1 .schedule{ margin:40px 0 0 0; }



.bog_shodex{
  position: relative;
  background: #fff;
  transition: all 500ms ease-in-out;
  width:100%;
}
.bog_shodex h3{
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  color: #415565;
  font-weight: 700;
  line-height: 28px;
  padding: 0;
  margin: 0;
  /* transform: translateY(145px); */
  transition: all .4s cubic-bezier(.13,.62,.81,.91) 0s;
}
.bog_shodex h3 span{
  display: block;
  font-family: "Figtree", sans-serif;
  color: #415565;
}

.showBtn {
  float: right;
  width: 40px;
  height: 40px;
  background: #E9E9E9;
  position: relative;
  border-radius: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  padding: 0;
  margin:20px 20px 20px 0;
  transition: all 500ms ease-in-out;
  z-index: 9;
}
.showBtn.active .p-to-m__plus {
  transform: rotate(-90deg);
}
.one_box{
  position: relative;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #ddd;
  padding: 30px;
  margin: 0;
  transition: all 500ms ease-in-out;
  width: 100%;
}
.one_box.active{
  display:block;
   background: #3C6ECD;
   clip-path: circle(75%);
  box-shadow: 0px 3px 9px rgba(117, 28, 28, 0.12), 0px 3px 18px rgba(221, 19, 19, 0.08);
}
.hideme_1{
  display:block;
  padding:20px 0 0 0;
}
.hideme_1.active{
  display:none;
}
.hideme_2{
  display:none;
}
.hideme_2.active{
  display: block;
  margin: -19px 0 0 0;
}
.hideme_2.active h3{
    color: #fff;
}
.hideme_2.active h3 span{
    color: #fff;
}

.hideme {
  display: none;
  padding: 0px 0 0 0;
}
.hideme.active{
  display:block;
}
.bog_shodex p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  height: auto;
  padding: 0;
  margin: 0;
}




.p-to-m {
  cursor: pointer;
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
}
.p-to-m__minus {
  display: block;
  position: absolute;
  margin: 0 10%;
  width: 80%;
  height: 2px;
  border-radius: 2px;
  background: #002D4D;
  top: calc(50% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-to-m__plus {
  display: block;
  position: absolute;
  margin: 10% 0;
  width: 2px;
  height: 80%;
  border-radius: 2px;
  background-color: #002D4D;
  left: calc(50% - 1px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: rotate(0);
}
.p-to-m__plus.active {
  transform: rotate(-90deg);
}
.p-to-m__plus.hide {
  transform: rotate(0);
}


/*------bn_banner .cards_box----*/
.cards_box {
    background:transparent;
    overflow: hidden;
    padding: 0;
    display: grid;
    justify-items: center;
    height: 100vh;
}
.cards_box .slider_banner_er {
    display: grid;
    row-gap: 0;
    grid-auto-flow: row;
    height: max-content;
    width: 100%;
}
.cards_box .card {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    position: relative;
}
.cards_box .card:after{
  content: "";
  background: #F9F5F1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.cards_box .progress-bar {
  margin: 0;
  width: 20px;
  height: 100vh;
  background: transparent;
  position: fixed;
  z-index: 9;
  overflow: hidden;
  border-radius: 0px 0px 40px 40px;
}
.cards_box .progress-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
  background: linear-gradient(180deg, rgba(226, 243, 216, 1) 0%, rgba(67, 189, 34, 1) 100%);
  height: 100%;
  border-radius: 0px 0px 40px 40px;
  margin: 0 auto;
}
.gsap-marker-scroller-start {
    font-size: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}
.gsap-marker-scroller-end {
    font-size: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}
.gsap-marker-start {
    font-size: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}
.gsap-marker-end {
    font-size: 0px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
}



/*------bn_banner .cards----*/


@media screen and (max-width:1199px) {
  .faster_2 {right:209px;}
  .faster_3 { left: 285px;}
  .bac { width: 229px;}
  .faster_3 { bottom: -88px; left: 264px;}
  .next_14{ flex-direction: inherit;}
  .gfdt{ width: calc((100% - 40px) / 2);}
  .brt_top ul li { width: 100%;}
  .automate::after { right: 0; top: 36%;}
  .ready::after { top: 62%; }

}
@media screen and (max-width:1024px) {
  .cards_box .progress-line{ display:none;}
  .cards_box .card { height: 100%;}
  .roof_box {padding:50px 0;}

}

@media screen and (max-width:992px) {
  .faster_3 {
    bottom: -105px;
    left: 329px;
  }
  .faster_2 {
    right: 172px;
  }
}
@media screen and (max-width:768px) {
  .bac {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .faster_1 {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .faster_4 {
  position: relative;
  bottom: 0;
}
.faster_2 {
  position: relative;
  bottom: 0;
}
.faster_3 {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}
.management h1 {
  font-size: 35px;}
 .banner_img img{ margin-bottom:30px; } 
.bl-body .banner {
  padding: 100px 0 20px 0;
  margin: 0;
}
.explore_text h3 {
  font-size: 35px;}
.automate::after {
    right: 0;
    top: 46%;
    width: 240px;
  }

}

@media screen and (max-width:767px) {
  .bl-body .banner {
    padding: 50px 0 20px 0;
  }
  .management h1 {
    font-size: 25px;
    line-height: 43px;
  }
  .explore_text h3 {
    font-size: 25px;
  }
  .next_14 {
    flex-direction: column;
  }
  .gfdt {
    width: 100%;
  }  
  .tesr_text ul li {
  margin: 0 20px 20px 0;
  }
  .keep_text .chech_1 i {
    width: 20px;
  }
  .management h1 span{ display: inline-block;}
  .explore_text h3 span { display: inline-block;}
  .roof_box p span { display: inline-block;}
  .cond_bob ul li:nth-child(2) .bert1 {
    margin-left: 0;
  }


}