.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

html {
  /*scroll-behavior: smooth;*/
}

body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none;
}   
div#loader-wrapper {
    position: fixed;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 99999999999999999999;
    text-align: center;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sick-slide{
    height: auto;
}

/*HEADER CODE*/
    .header{
        position: absolute;
        top:0px;
        left:0px;
        width:100%;
        z-index: 999;
        background:#ef4a3ddb;
    }
    .header.fixed{
        background:#fff;
        overflow: hidden;
        box-shadow: 0px 2px 10px #3336; 
        position: fixed; 
        z-index: 99999999;
    }
    .header.fixed .headerlogobox{
        top:10px;
        left:40px;
        width:110px;
    }
    .header.fixed .headerlogobox img{
        width:100%;
    }

    .header.fixed .menubox ul li a{
        color:#000000;
    }

    .header{
        display: flex;
        justify-content:flex-end;
        margin: auto;
        padding: 20px 30px;
    }

    .menubox ul{
        list-style:none;
    }
    .menubox ul li{
        display: inline-block;
        padding:0px 5px;
    }
    .menubox ul li a{
        font-size: 13px;
        letter-spacing:0.7px;
        line-height: 58px;
        color: #ffffff;
        font-family: "Poppins";
        font-weight: 400;
    }
    .headerlogobox{
        position: absolute;
        top:30px;
        left:52px;
        transition:.5s;
    }

    .headerlogobox img{
        transition:0.5s;
    }

    .headerlogobox a{
        display: block;
    }
    .headerlogobox a img{
        display: block;
    }

    .header.fixed .headerlogobox a{
       display: flex;
       align-items: center;
    }

/*HEADER CODE*/

.homebannersection{
    position: relative;
    height: 100vh;
}

.homebannermobileimg{
    position: absolute;
    left:53%;
    bottom:-50px;
    z-index: 9999;
    transform: translateX(-50%);
    pointer-events: none;
}

.homebannerslideritem{
    position: relative;
}
.homebannerbg{
    max-width: 100%;
    display: block;
    margin:auto;
    margin-right:0px;
}

.whitehomebanner{
    position: absolute;
    bottom:0px;
    width:100%;
    left:0px;
    height: 100%;
    object-fit:cover;
}


.homebanneroverlay{
    position: absolute;
    z-index: 99999;
    top:60%;
    left:25%;
    transform: translate(-50% , -50%);
    max-width: 430px;
}

.homebanneroverlay .redbannertext{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #ef4a3d;
    font-family: "Poppins";
    font-weight: 600;
    max-width: 410px;

}

.homebanneroverlay .blackbannertext{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 60px;
    color: #000000;
    font-family: "Poppins";
    font-weight: 300;
}

.fotersection{
    height: 1000px;
    width:100%;
}

.homebannerslider .slick-dots{
    bottom:5%;
    left: 25%;
    transform: translate(-50% , -50%);
    max-width: 430px;
    text-align: left;
}

.homebannerslider .slick-dots li button:before{
    content:'';
    height: 12px;
    width:12px;
    border-radius: 50%;
    background:#b4b4b4;
    opacity: 1;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
}
.homebannerslider .slick-dots li button{
    padding:0px;
}

.homebannerslider .slick-dots li.slick-active button:before{
   height: 14px;
   width:14px;
   background:#ef4a3d;
}


.homebannersection{
    margin-bottom:5%;
}

.sectionp3{
    padding:3% 0px;
}

.homecounterbox{
    box-shadow: 0 0 2.5px rgba(0,0,0,0.14);
    padding:3% 0px;
    max-width: 1110px;
    margin:auto;
    border-radius:4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homecounter{
    width:20%;
    padding:0px 18px 0px 28px;
    box-sizing: border-box;
    display: inline-block;
    border-right: 1px solid #cccccc;
}
.homecounter:last-child{
    border-right: 1px solid #cccccc00;
}

.homecounter .counterno{
    font-size: 38px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #ef4a3d;
    font-family: "Poppins";
    font-weight: 700;
}

.homecounter .countertext{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #272727;
    font-family: "Poppins";
    font-weight: 400;
}


.appdownlaodsectionflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.appfeaturesliderbox{
    width:63%;
    padding:20px;
}

.appfeatureslideritem h4{
    margin-top:30px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 500;
}

.appfeatureslideriteminner:hover{
    box-shadow:0px 0px 5px #ccc;
    background:#ffffff; 
}

.appfeatureslideriteminner{
    position: relative;
    border-radius: 4px;
    max-width:85%;
    margin:5px auto;
    padding:30px 20px;
}

.appfeatureslideriteminner:hover .arrow-long-circle{
    opacity: 1;
    display: block;
}

.arrow-long-circle{
    position: absolute;
    top:30px;
    right:10px;
    height:30px;
    width:30px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    display: none;
    transition: 0.5s;
}

.arrow-long-circle img{
    display: inline-block;
    vertical-align: middle;
}


.appdownlaodlinkbox{
    width:37%;
    padding:5px 10px 5px 35px;
}

.appdownlaodlinkbox h1{
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 300;
}

.appdownlaodlinkbox h2{
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #282828;
    font-family: "Poppins";
    font-weight:600;
}

.applinkbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:15px 15px 15px 0px;
}

.applinkbox img{
    width:100%;
    padding:5px 15px 5px 0px;
}

.appdownlaodlinkbox{
    border-left: 2px solid #ccc;
} 


.ourofferingsection{
    position:relative;

}

.ourofferingsectionblock{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.offeringimageblock{
    width:30%;
}

.offeringtextblock{
    width:60%;
    padding:10px 5%;
}

.offeringimageblock{
    position: relative;
}

.woenchildimg{
    position: relative;
    left:-35px;
}
.offeringmobileimg{
    position: absolute;
    top:50%;
    left:100%;
    transform:translate(-50%, -50%);
}

.offeringtextblockinner > h1{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom:30px;
}


.offeringtextblockinner h3.redtext{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #f0675e;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom:20px;
}

.offeringtextblockinner h5.blacktext{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom:20px;
}


.offeringslideritem{

}



.ourofferingsection:before{
  content:url("../images/about-bg-shape.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-position: left bottom;
  z-index:-1;
  bottom:0px;
}

.ourofferingsectionblock{
    z-index: 1;
    position: relative;
}

.offeringsliderbox{
    z-index: 999;
    /*max-width: 90%;*/
    /*margin:auto;*/
}

.offeringslideriteminner{
    max-width:78%;
    margin:auto;
    height: 200px;
}

.offeringslideritem.slick-slide.slick-current.slick-active{
    border-right:2px solid #ccc;
}

.slick-prev, .slick-next{
    height: 15px;
    width:15px;
    border-radius: 0px;
    background:#f2928b;
    z-index: 999;
    top:50%;
    transform: translate(-50% ,-50%);
}

.slick-prev:hover, .slick-next:hover{
    background:#f2928b;
    opacity: 1;
}

.slick-prev{
    transform: rotate(-180deg) translate(-50% ,-50%);
}

.slick-prev:before {
    content:url('../images/arrow-long.png');
    z-index: 9999;
    position: relative;
    left:4px;
}

.slick-next:before {
    content:url('../images/arrow-long.png');
    z-index: 9999;
    position: relative;
    right:-4px;

}

.offeringslider .slick-slide{
    height: auto!important;
}

.offeringslider .slick-list{
    max-height: 220px;
}

.oferingsldierhead{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #ef4a3d;
    font-family: "Poppins";
    font-weight: 600;
    margin:10px 0px;
}

.offeringslidetext{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #242424;
    font-family: "Poppins";
    font-weight: 400;
    margin-bottom:10px;
}


.sectionp3.ourofferingsection{
    padding:3% 0px 7% 0px;
}

.heading1{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 600;
}

.abouttextbox{
    display: flex;
    justify-content: center;
    margin:20px auto 0px;
}


.aboutusbox{
    text-align: center;
    max-width:1100px;
    margin:auto;
}

.abouttextbox .richtext{
    flex:1;
    padding:20px;

}
.abouttextbox .richtext p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
    text-align: left;
}

.aboutusbgbox{
    position: relative;
    top:-40px;
}

.aboutusbgbox > img{
    width:100%;
}

.overlaytext{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
    text-align: center;
}

.aboutusflexblock{
    padding:3% 0px;
    position: absolute;
    top:100%;
    left:50%;
    transform:translate(-50% , -50%);
}

.aboutflexblockinner{
    position: relative;
    margin:auto;
    width: 862px;
    border-radius: 15px;
    background-color: #f7f7f7;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content:space-around;
    padding:25px 30px;
}

.aboutflexbox{
    max-width: 30%;
    padding:0px 1.5% 0px 1.5%;
    border-right:1px solid #ccc;
}
.aboutflexbox:last-child{
    border-right:1px solid #cccccc00;
}

.aboutflexbox span.absbox{
    display: block;
    height: 12px;
    width:12px;
    border-radius: 3px;
    margin:0px 0px 10px 0px;
    background:#414141;
}
.aboutflexbox .every{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #191717;
    font-family: "Poppins";
    font-weight: 600;
}

.aboutflexbox .seconds{
   font-size: 24px;
   letter-spacing: 0px;
   line-height: 29px;
   color: #ef4a3d;
   font-family: "Poppins";
   font-weight: 600;
   margin:5px 0px;
}

.aboutflexbox .aftext{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #191717;
    font-family: "Poppins";
    font-weight: 400;
}

.worklistblock{
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
    max-width:1000px;
    margin:auto;
}


.worklistbox{
    width:37%;
    margin-bottom:15px;
}

.worklistbox{
    padding-left:55px;
    position: relative;
    min-height: 120px;
}

.worklistbox h3{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #333333;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom:10px;
}

.worklistbox ul li,.worklistbox ul li p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333333;
    font-family: "Poppins";
    font-weight: 400;
}

.worklistblock{
    position: relative;
    padding:5% 0px;
}

.hiwmobileimg{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50% , -50%);
}

img.absoluteicons {
    position: absolute;
    top: 0px;
    left: 0px;
}

.richtext ul{
    list-style:none;
}

.richtext ul li{
    position:relative;
    padding-left:12px;
}

.richtext ul li:before{
    content: '';
    position: absolute;
    top:7px;
    left:0px;
    height: 8px;
    width:8px;
    border-radius:50%;
    background-color:#606060;   
}

.footermenu ul{
    margin:auto;
}

.footer2{
    background-color:#1e1e1e;
    padding:25px 5px;
}
.footermenu{
    margin:3px 0px 15px 0px;
}

.footermenu ul li{
    list-style-type:none;
    display: inline-block;
    position: relative;
    padding:0px 15px;
}

.footermenu ul li:after{
    content:'|';
    position: absolute;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
    right:0px;
    top:0px;
}


.footermenu ul li:last-child:after{
    display: none;
}


.footermenu ul li a{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
}


.footer2 .copyright a:hover,.footermenu ul li a:hover{
    color:#ef4a3d;
}


.footer2 .copyright,.footer2 .copyright a{
    font-size: 14px;
    letter-spacing:0.7px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
}

#footer{
    background:#232323;
}
.footer1{
    padding:18.5% 0px 5.3% 0px;
    background:url("../images/footerbg.jpg");
}

.footercontactinfobox{
    max-width: 1080px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footercontactinfo{
    width:314px;
    border-radius: 6px;
    background-color: #242424;
    border: 1px solid #3d3d3d;
    padding:30px;
}

.fcontactinfohead{
    font-size: 22px;
    letter-spacing: 0px;
    line-height:45px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
}

.footercontactinfo p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
}

.footercontactinfo .mainicon{
    height: 40px;
    width:40px;
}
.footercontactinfo .mainicon{
    vertical-align:middle;   
}

.footercontactinfo .phoneno{
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
    margin-bottom:3px;
}

.footercontactinfo ul{
    list-style: none;
}

.footercontactinfo ul li{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
    position: relative;
    padding-top:5px;
    padding-left:30px;

}


img.smallicon{
    position: absolute;
    top:8px;
    left:0px;
}

.emailusclass{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #c4bcbc;
    font-family: "Poppins";
    font-weight: 400;
}

.emailusclass:hover{
    color:#ef4a3d;
}

.contatcussection{
    height:557px;
    background:#f6f6f6;
    padding:5% 0px;
}
.contactusformbox{
    max-width: 797px;
    margin:auto;
    border-radius: 6px;
    background-color: #ffffff;
    padding:30px;
    transform: translateY(50px);
}
.contactusformbox .formhead{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #404040;
    font-family: "Poppins";
    font-weight: 400;
}

.contactusform{
    margin:0px;
}

.formgroup{
    position:relative;
    padding-bottom:35px;
}

.frominputcss{
    font-size: 16px;
    letter-spacing: 0px;
    line-height:50px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
    width:100%;
    border-radius: 5px;
    border:1px solid #cecece;
    padding:0px 15px;
}

.formtextareacss{
   font-size: 16px;
   letter-spacing: 0px;
   line-height:40px;
   color: #282828;
   font-family: "Poppins";
   font-weight: 400;
   width:100%;
   border-radius: 5px;
   border:1px solid #cecece;
   padding:0px 15px;
   height: 100px;
}

.frominputcss:focus{
    border:1px solid #ef4a3d;
}

.formgroup label{
    font-size: 14px;
    letter-spacing: 0px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
    position: absolute;
    top:-10px;
    left:30px;
    background:#ffffff;
    padding:3px 10px; 
}

.formtextareacss:focus{
    border:1px solid #ef4a3d;
}

div.error{
    position: absolute;
    bottom:16px;
    font-size:12px;
    left:20px;
}

.formbutton{
    font-size: 16px;
    letter-spacing:0.7px;
    line-height:40px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
    background-color:#ef493d;
    border:0px;
    border-radius: 4px;
    padding:5px 30px;
}

.btnformgroup{
    padding-bottom:15px;
}
.faqaccordionbox{
    max-width: 971px;
    margin:10px auto;
    border-radius: 6px;
    box-shadow:0 0 3.5px rgba(0,0,0,0.3);
    background-color: #ffffff;
    padding:0px 20px;
    cursor: pointer;
}

.faqaccordionhead p{
    font-size: 14px;
    letter-spacing:0px;
    line-height:26px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 500;
    max-width: 95%;
}

.faqaccordionanswer{
    padding:20px 20px;    
}

.faqaccordionanswer p{
  font-size: 14px;
  letter-spacing: 0px;
  line-height:24px;
  color: #282828;
  font-family: "Poppins";
  font-weight: 400;  
  pointer-events: none;
}

.faqaccordionanswer ul,
.faqaccordionanswer ol{
    padding-left:20px;
}
.faqaccordionanswer ul li,
.faqaccordionanswer ol li{
    font-size: 14px;
    letter-spacing: 0px;
    line-height:24px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;  
    pointer-events: none;
}

.faqaccordionblock{
    padding:30px 0px;
}

.faqaccordionhead{
    position: relative; 
    padding:15px 20px;   
}

.faqaccordionhead:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 2px;
    height: 15px;
    background: #000000;
    transform: translate(50% , -50%);
    transition: 0.5s;
}
.faqaccordionhead.minus{
    transition:.5s;
    transform-origin: center;

}
.faqaccordionhead.minus:after{
    transform: translate(50% , -50%) rotate(90deg);
}

.faqaccordionhead:before{
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    background: #000000;
    transform: translate(50% , -50%);
}

.faqaccordionbox.open{
    background:#f3f3f3;
}

.textceterbtnbox{
    text-align: center;
    padding: 20px;
}

.faqviewall{
  position: relative;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #f05c51;
  font-family: "Poppins";
  font-weight: 600;
  padding:10px 50px 10px 20px;
  transition:0.5s;
  cursor:pointer;
}

.faqviewall:hover{
    color:#ffffff;
    background:#f05c51; 
}

.faqviewall:hover:after{
    border-color:#ffffff!important;
}

.faqviewall:after{
  content:'';
  position: absolute;
  top:12px;
  right:20px;
  height: 12px;
  width:12px;
  transform: rotate(45deg);
  border-bottom:1px solid #333;
  border-right:1px solid #333;
  transition:0.5s;
}

.sectionp4{
    padding:4% 0px;
}

.testimonialsection{
    background:url("../images/testimonialbg.png");
}

.testimonialbox{
    background:#ffffff;
    max-width: 353px;
    padding:30px;
    position: relative;
    margin:auto;
    margin-bottom:40px;

}

.testimonialbox:after{
    content:'';
    position: absolute;
    top:100%;
    left:20px;
    width: 0;
    height: 0;
    border-top: 30px solid white;
    border-right: 40px solid transparent;
}

.timagebox{
    margin-right:20px;
}

.testimonialbox p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #383838;
    font-family: "Poppins";
    font-weight: 300;
    position: relative;
    z-index: 99;
}

.testimonialbox p:before{
    content:url("../images/testimonialquote.png");
    position: absolute;
    top:0px;
    right:0px;
    z-index:-1;
}

.twritetnamebox h5{
    font-size: 16px;
    letter-spacing: 0px;
    line-height:25px;
    color: #383838;
    font-family: "Poppins";
    font-weight: 500;
}

.testimonialwriter{
    display: flex;
    align-items:center;
    justify-content:flex-start;
    padding:0px 20px;
}

.twritetnamebox h6{
   font-size: 13px;
   letter-spacing: 0px;
   line-height:25px;
   color: #383838;
   font-family: "Poppins";
   font-weight: 300; 
}

.testimonialslider .slick-slide{
    height: auto;
}

.testimonialslider {
    margin-top:40px;
    margin-bottom:40px;
}

.mediacenterslider .slick-slide{
    height: auto;
}

.mediacenterslider {
    margin-top:40px;
    margin-bottom:40px;
}

.mediacenterblockinner{
    max-width:325px;
    border-radius: 4px;
    box-shadow:0 0 3.5px rgba(0,0,0,0.3);
    background-color: #ffffff;
    margin:20px auto;
}

.mcimagebox{
    position: relative;
}

.mcimagebox:hover .overlay{
    opacity: 1;
}

.mcimagebox .overlay{
    position: absolute;
    top:0px;
    width:100%;
    height: 100%;
    background:#0009;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:0.5s;
    opacity: 0;
}

.mcimagebox .overlay img{
    width:auto;
}


.mcimagebox > a{
    display:block;
}
.mcimagebox a img{
    width:100%;
}

.mctextbox{
    padding:15px;
}

.mctextbox .mcdate{
    font-size: 13px;
    letter-spacing: 0px;
    line-height:28px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
}

.mctextbox h1{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #383838;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom:7px;
}

.mctextbox p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #383838;
    font-family: "Poppins";
    font-weight: 300;
    margin-bottom:7px;
}

.mctextbox a{
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #f05c51;
    font-family: "Poppins";
    font-weight: 500;
    padding: 5px 0px;
}

.mctextbox a img{
    display: inline;
    padding:5px 8px 5px 3px;
    max-width: 25px;
}


.howitworkssection{
    position: relative; 
    padding:10% 0px 4% 0px;   
}

.howitworkssection:after{
    content:url("../images/wlbg.png");
    position: absolute;
    top:-50px;
    left:70%;
    z-index: -1;
    opacity: 0.3;
}

.lifesection{
    padding:4% 0px 1% 0px;
}

.imageblok{
    display: flex;
    align-items: center;
    justify-content: center;
    width:20%;
}

.textblok {
    width:80%;
}

.imageblok img{
    position: relative;
}

.imageblok img:after{
    content: '';
    position: absolute;
    
}


.lifesectioncontainer{
   max-width: 1110px;
   margin:auto;
   padding: 5% 0px;
   border-top:1px solid #b7b7b7;
}


.lifesection .lifesectioncontainer .nav-pills{
    text-align: center;
    max-width: 730px;
    margin:auto;
}

.lifesection .lifesectioncontainer .nav-pills li{
    width: 44%;
    text-align: center;
    margin:0px;
    margin-right: 6%;
}

.lifesection .lifesectioncontainer .nav-pills li a{
    /* max-width: 325px; */
    margin:auto;
    text-align: center;
    color:#000000!important;
    border-radius: 48px;
    background-color: #ffffff!important;
    border: 2px solid #b9b7b7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0px;
}

.lifesection .lifesectioncontainer .nav-pills li.active a{
    border: 2px solid #ef4a3d;
}

.lifesection .lifesectioncontainer .nav-pills li a img{
    padding-right:30px;
}

.lifesection .lifesectioncontainer .nav-pills li a span{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #000000;
    font-family: "Poppins";
    font-weight: 500;
    text-align: left;
    display: block;
}

.lifesection .lifesectioncontainer .nav-pills li a h3{
   font-size: 30px;
   letter-spacing: 0px;
   line-height: 36px;
   color: #000000;
   font-family: "Poppins";
   font-weight: 600;
   text-transform: uppercase;
   text-align: left;
}
.lifesectioncontainer .tab-content{
    margin:3% 0px 7% 0px;
}

.lifesectioncontainer .tab-content .tab-pane .duringlifeansboxinner{
    display: flex;
    align-items: center;
    justify-content: center;
}

.duringlifeansbox{
    width:50%;
    position: relative;
    padding:20px 30px 20px 30px;
}

.duringlifeansbox:after{
    content:'';
    position: absolute;
    height: 90%;
    width:1px;
    right:0px;
    top:50%;
    transform: translate(-50% , -50%);
    background:#ccc;
}

.duringlifeansbox:last-child:after{
    display: none;
}


.duringlifeansbox h1{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ef4a3d;
    font-family: "Poppins";
    font-weight: 500;
}

.duringlifeansbox p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
}


.whywealthprotectsection{
    position: relative;
}

.whywealthprotectsection:after{
    content:url("../images/whusbubble.png");
    position: absolute;
    bottom:0px;
    left:0px;
    z-index: -1;
    opacity: 0.5;
}

.whyusflexer{
    display: flex;
    align-items: center;
}
.whyusbox{
    margin-top:100px;
}

.whyusbox h1{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom:25px;
}
.whyusbox h1 p{
    font-weight:300;
}

.whyusblock{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#ffffff;
    padding:15px;
    margin:20px 0px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #cccccc;

}

.whyusblock .textblok p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
}

.whyusblock .textblok h4{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 600;
}

.oursolutionsection{
    padding:3% 0px 10% 0px;
    background: url("../images/oursolutionbg.png");
    background-size:cover;
    background-position: bottom;
}

.oursolutionsection .heading1{
    color:#ffffff;
}

.oursolutionsection .heading1 span{
    font-size: 48px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
}


.oursolutionflexbox{
    display: flex;
    align-items: center;
    justify-content:space-around;
    margin:4% 0px;
}

.oursolutionbox{
    width: 332px;
    border-radius: 6px;
    background-color: #ffffff;
    padding:20px;
    margin:10px;
}

.oursolutionbox h1{
    font-size: 23px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #f04a3c;
    font-family: "Poppins";
    font-weight: 600;
}


.oursolutionbox p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
}
.oursolutionflexbox1{
    width:60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oursolutionflexbox2{
    width:40%;
}

.oursolutionboxtransperent{
    border:2px solid #ffffff;
    padding:35px 23px;
    max-width:80%;
    margin:auto;
}

.oursolutionboxtransperent h1 span{
    font-size:42px;
    display: block;
}

.oursolutionboxtransperent h1 {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 39px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
    margin:15px 0px 25px 0px;
}

.transperenttext,.transperenttext p,.transperenttext span{
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 31px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 400;
}

.whyshoulduseblock1{
    position:relative;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.imgboxleft{
    width:50%;
    min-height:200px;
}

.pcbox{
    position: relative;
}

.pcbox .peace{
  font-size: 34px;
  letter-spacing: 0px;
  line-height: 47px;
  color: #282828;
  font-family: "Poppins";
  font-weight: 300;
  position: relative;
  padding-left:30px;
}

.pcbox .peace:after{
    content: url("../images/peacequote.png");
    position: absolute;
    top: -30px;
    left: -26px;
    z-index: -1;
}

.pcbox .keysolution{
  font-size: 46px;
  letter-spacing: 0px;
  line-height: 64px;
  color: #ef4a3d;
  font-family: "Poppins";
  font-weight: 600;
}

.whyshoulduseblock1{
    margin-top:50px;
}

.keysolution{
    padding-left:20%;
}
.whyshouldusesection{
    position: relative;
    z-index: 999;
}

.whyshoulduseflexbox2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.whyshoulduseflex2{
    width: 349px;
    border-radius: 6px;
    filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.14));
    background-color: #ffffff;
    padding:36px; 
    margin:0px 15px;
    margin-top:-100px;
    position: relative;
    z-index: 999;
}

.whyshoulduseflex2 .imgbox{
    height: 70px;

}
.whyshoulduseflex2 .imgbox img{
    height: 52px;
    width:52px;
    vertical-align: middle;
}

.whyshoulduseflex2 h3{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #ef4a3d;
    font-family: "Poppins";
    font-weight: 600;
}

.whyshoulduseflex2 p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
}


.width70{
    padding:20px;
}
.width15{
    padding:20px;
}

.tablebox{
    width: 1036px;
    border-radius: 6px;
    box-shadow:0 0 2.5px rgba(0,0,0,0.14);
    background-color: #ffffff;
    margin:3% auto;
    position: relative;
    z-index: 999;
}

.tablehead h4{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 600;
}

.tablehead h5{
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #f05c51;
    font-family: "Poppins";
    font-weight: 600;
}

.tablehead img{
    margin:10px 0px;
}

.tablebox tbody tr td{
    padding:15px 20px;
}
.tablebox tbody tr td img{
    display: block;
    margin:auto;
}

.tablebox tbody tr td p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
}

.tablebox tbody tr:nth-child(even){
    background:#fdfdfd;
}


.subscriptionplansection{
    position: relative;
    z-index: 3;
}

.subscriptionplansection:before{
    content: url("../images/tablebubble.png");
    position: absolute;
    top:-400px;
    right:0px;
    z-index:-1;
    opacity: 0.4;
}

.paidplanflexcontainer{
    background:url("../images/paidbg.jpg");
    padding:15% 0px 4% 0px;
    margin-top:-14%;
    background-size:cover;
    background-repeat:no-repeat;

}

.paidplanflexcontainer .heading4{
    text-align:center;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 600;
}


.paidplanflex{
    display: flex;
    align-items: center;
    justify-content:center;
}

.paidplanflexboxinner{
    width: 206px;
    border-radius: 6px;
    box-shadow:0 0 2.5px rgba(0,0,0,0.14);
    background-color: #ffffff;
    overflow: hidden;
}

.paidplanflexboxinner{
    text-align: center;
    margin:15px;
    padding-top:20px;
}

.paidplanflexboxinner .pprice{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #333333;
    font-family: "Poppins";
    font-weight: 600;
}

.paidplanflexboxinner .pprice .Priceno{
    font-size:24px;
    line-height: 50px;
}



.paidplanflexboxinner .durationcss{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 600;
    margin-bottom:15px;
}

.paidplanflexboxinner .buynowbtn{
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #353c40;
    font-family: "Poppins";
    font-weight: 500;
    background:#ccc;
    display: block;
}


.paidplanflex .paidplanflexbox:nth-child(1) .pprice{ color:#8dd1f7; }
.paidplanflex .paidplanflexbox:nth-child(2) .pprice{ color:#7dcd93; }
.paidplanflex .paidplanflexbox:nth-child(3) .pprice{ color:#e68965; }
.paidplanflex .paidplanflexbox:nth-child(4) .pprice{ color:#e45c5c; }

.paidplanflex .paidplanflexbox:nth-child(1) .buynowbtn{ background:#8dd1f7; }
.paidplanflex .paidplanflexbox:nth-child(2) .buynowbtn{ background:#7dcd93; }
.paidplanflex .paidplanflexbox:nth-child(3) .buynowbtn{ background:#e68965; }
.paidplanflex .paidplanflexbox:nth-child(4) .buynowbtn{ background:#e45c5c; }


p.text-center.bluetext {
    max-width: 800px;
    margin: auto;
    font-size: 20px;
    line-height: 30px;
}

.whywealthquestion{
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 32px;
        color: #282828;
        font-family: "Poppins";
        font-weight: 600;
}

.whywealthquestion span{
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 32px;
        color: #282828;
        font-family: "Poppins";
        font-weight: 300;
}



.richtextsection{
    max-width: 1170px;
    margin:3% auto;
    margin-top:140px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
    text-align: left;
}

.richtextsection p{
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 29px;
    color: #282828;
    font-family: "Poppins";
    font-weight: 400;
    text-align: left;
}
.richtextsection h1{   font-size:32px; margin-bottom:10px; }
.richtextsection h2{   font-size:28px; margin-bottom:10px; }
.richtextsection h3{   font-size:24px; margin-bottom:10px; }
.richtextsection h4{   font-size:18px; margin-bottom:10px; }
.richtextsection h5{   font-size:16px; margin-bottom:10px; }
.richtextsection h6{   font-size:12px; margin-bottom:10px; }



.richtextsection ul , .richtextsection ol{
    padding: 10px; 
    padding-left:20px;

}

.innerpages .menubox ul li a{
    color:#000000;
}

.richtextsection .section{
    margin-bottom:30px;
}

.innerpages .header{
    background:#fff;
    overflow: hidden;
    box-shadow: 0px 2px 10px #3336; 
    position: fixed; 
    z-index: 99999999;
}
.innerpages .header .headerlogobox{
    top:10px;
    left:40px;
    width:110px;
}
.innerpages .header .headerlogobox img{
    width:100%;
}

.innerpages .header .headerlogobox a{
   display: flex;
   align-items: center;
}

.certificatepopup{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 100vh;
    background:#0009;
    z-index: 999999999;
}

.certificatepopupbox{
    height: 100%;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.certificatepopupboxblock{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height: 100vh;
    background:#0009;
    z-index: 999999999;
    cursor: pointer;
}


.popupbox{
    position: relative;
    z-index: 99999999999999;
}


.cerificatepopercloser{
    position:absolute;
    top:0px;
    left:100%;
    background:#fff;
    height: 40px;
    width:40px;
    background:#f3f3f3;
    cursor:pointer;
}

.crosspopup{
    padding:13px;
    height: 40px;
    width:40px;
}


.fancybox-container{
    z-index: 999999999999999;
}


.richtextsection p.pstyle{
    margin-top: 0in;
    margin-right: 0in;
    margin-bottom: 8.0pt;
    margin-left: 0in;
    line-height: 29px;
    font-size: 15px;
    font-family: "Poppins";
    text-align: justify;
}

.buynowlink{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.buynowlink a{
    margin:10px 0px;
    height: 40px;
    width:40%;
    text-align: center;
    display: inline-block;
    background:#ccc;
    color:#000000;
    border-radius:5px;
}

.buynowlink a i{
    line-height: 40px;
}


.popupbox{
    background:#ffffff;
    width:auto;
    height: 90vh;
    text-align: center;
}

.popupbox h3{
    text-align: center;
    font-size:22px;
    font-weight:600;
    font-family: "Poppins";
    margin:10px;
}


.certificatepopupbox img.certificateimg{
    height:90vh;
    width:auto;
    object-fit:contain;
} 


.tab-content > .active{
    border: 2px solid #ef4a3d;
    border-radius: 20px;
    padding: 30px 30px 45px 30px;
}

.lifesection .lifesectioncontainer .nav-pills li.active a{
    border-bottom:2px solid #ffff;
    border-radius: 48px 48px 0px 0px;
    box-sizing: content-box;
}

.lifesection li.active{
    position: relative;
}

.lifesection li.active:after{
      content: '';
      position: absolute;
      display: block;
      bottom: -35px;
      left: 0;
      height: 64%;
      width: 100%;
      /* border-right: 2px solid #ef4a3d; */
      /* border-left: 2px solid #ef4a3d; */
      /* background: #ffffff; */
      z-index: 9999;
      border: 2px solid #ef4a3d;
      border-top-left-radius: 0;
      border-top: 0;
      border-bottom:4px solid #ffffff;
  }

.lifesection .lifesectioncontainer .nav-pills{
    display: flex;
}

.lifesection .lifesectioncontainer .nav-pills li{
        float: none;
}



.menutriggerbox{
    display: none;
}

.scrolltopbox{
    position: fixed;
    bottom:20px;
    right:20px;
    height: 40px;
    width:40px;
    border-radius: 50%;
    background:#ef4a3d;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.scrolltopbox i{
    color:#fff;
    line-height:36px;
    font-size:22px;
}

.tablehead tr th{
    width:15%;
}
.tablehead tr th:nth-child(1){
    width:70%;
}

.modalcss{
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999999999;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    border: 1px solid #ccc;
}

.modalcss.successcontact{
    background:#e0ffbc;
    border:1px solid #4caf50;
}

.modalcss.failedcontact{
   background:#ffd2cf; 
   border:1px solid #e91e63;
}


.viewup a.faqviewall:after {
    transform: rotate(224deg) translate(0px, -10px);
}

.more-times{
    display: block!important;
}

.popupbox{
    pointer-events: none;
}

.videoblock{
    margin:3% auto;
}

.videobox video{
    width:100%;
    margin:15px 0px;
}


.innerpages .footer1{
    padding-top:5%;
}


.thankyou {
    text-align:center;
}

#checkmark{
    font-size:50px;
    color: #f04a3d;
}

.richtextsection .main-content__body{
    text-align:center;
    margin:3% 0px;
}
div.media-fancy .mediacenterblockinner {
    max-width: 800px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #ffffff;
    margin: 20px auto;
    text-align:left;
}
div.media-fancy .mcimagebox {
    position: relative;
    text-align: left;
}
div.media-fancy .mcimagebox img {
    width: 60%;
}
div.media-fancy .mctextbox h1 {
    margin: 0px;
}


.govermentrecognizedwrapper{
    display: flex;
    align-items:stretch;
    justify-content: space-around;
}

.govermentrecognizedwrapper .govermentrecognized-box{
    width: 48%;
    box-shadow:0px 4px 10px #00000029;
    padding: 20px 10px 20px 30px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background:#fff;
    border: 1px solid #ddd;
}

.govermentrecognized-box .gr-img{
    width: 45%;
}
.govermentrecognized-box .gr-img img{
    width:100%;
}

.govermentrecognized-box .gr-title{
    width: 50%;
    font-size:18px;
    line-height:23px;
    font-weight:500;
}

/*#kcenter .lifesectioncontainer .nav-pills{
    max-width:unset;
    width:90%;
}*/

#kcenter .lifesectioncontainer .nav-pills li a h3{
    font-size:20px;
    line-height:25px;
}

section#kcenter{
    padding-top:10%;
}

a.downloadbtn{
        transform: rotate(
-91deg);
        position: fixed;
        right: -130px;
        background: #ef4a3d;
        width: fit-content;
        height: auto;
        letter-spacing:0.7px;
        padding: 10px 20px;
        border-radius: 0px;
        color: #fff;
        cursor: pointer;
        white-space: nowrap;
        z-index: 99;
        font-weight: 500;
        font-size: 16px;
        top: 55%;
        border-radius: 4px;
        text-decoration:none !important;
}

a.downloadbtn:hover,
a.downloadbtn:focus{
    text-decoration:none !important;
}