@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

@font-face {
    src: url(../resources/fonts/ Italic.ttf);
    font-family: hel;
}

html{ font-size: 1rem }
body{font-family: 'Open Sans', sans-serif;}
section {padding:40px 0; position: relative;}

.topnavbar{background: #004a8f;}
footer{width: 100%;background-color: #004a8f;padding:15px 0px 80px 0;}
footer p{color: #d9dcdd;font-size:12px;display: inline-block;margin: 0 auto;text-align: center;}

.homepg{background: rgb(82,174,222);background: linear-gradient(180deg, rgba(82,174,222,1) 0%, rgba(55,156,207,1) 30%, rgba(14,131,193,1) 64%, rgba(46,147,201,1) 100%);padding-bottom: 0;}
.features{background: rgb(8,77,142);}
.Mtitle{width: fit-content;margin: 0 auto 3rem;}
.Mtitle p{color: #fff;font-weight: 900;font-size: 32px; line-height: 34px;font-style: italic;font-family: hel;display: block;margin: 0 auto;letter-spacing: -1px;}
.Mtitle .bluetxt{color: #014587;margin-left: -30px;}
.redbtn{background: #e31e24;color: #fff;text-decoration: none; padding: 10px 20px; border-radius: 40px; width: 200px; display: block; text-align: center; margin: 0 auto;font-size: 16px;}

.stickybtn .startjourney{position: fixed;width: 100%;bottom: 20px;}
/* img{position: relative;} */
.presenting img{border-radius: 10px;width: 260px;margin-bottom: 20px;margin-left: 10px;}
.stickybtn .redbtn{z-index: 999;width: 240px;font-weight: 600;font-size: 18px;}
.speedometer img{display: block;margin-left: auto;}
.trackorder img{display: block;margin-left: auto;margin-right: -.75rem;margin-top: -50px;}
.Mtitle p{position: relative;}
.eligibility, .homepg, .howitworks, .videoz , .faqs{min-height: 100vh;}
.features{min-height: calc(100vh - 57px);}
.features .Mtitle .bluetxt{color: #69b7ff;}
.featList{display: flex;justify-content: space-evenly;}
.featList .fbox{text-align: center;}
.featList .fbox img{width: 80px;}
.featList .fbox p{color: #ffffff;font-weight: 600;}
.hidecar img{margin-left: auto;margin-right: 0; display: block;}
/*.Mtitle .first::before{content: "";background: url(../resources/images/speed.png) no-repeat;width: 40px;height: 5px;display: inline-block;margin-bottom: 5px;}
.Mtitle .bluetxt::after{content: "";background: url(../resources/images/speed.png) no-repeat;width: 40px;height: 5px;display: inline-block;position: absolute;left: 15%;top: 10px;}
.Mtitle .bluetxt::before{content: "";background: url(../resources/images/speed.png) no-repeat;width: 40px;height: 5px;display: inline-block;margin-bottom: 5px;}
.Mtitle .second::after{content: "";background: url(../resources/images/speed.png) no-repeat;width: 40px;height: 5px;display: block;position: absolute;display: block;left: 13%;bottom: 10px;}*/
.features .Mtitle .second::after{left: 25%;}
.animate{position: relative;min-height: 300px;}
.hidecar, .carz{padding-top: 0rem;padding-bottom: 0rem;}
.animate .couple{position: absolute;width: 60%;bottom: -20px;right: 0;}
.howitworks .Mtitle{margin-bottom: 4rem;}
.HWbox{background: #dff1fe;text-align: center;border-radius: 90px;padding: 10px 10px 30px;margin-bottom: 4rem;min-height: 200px;}
.HWbox .image{margin-top: -50px;position: relative;}
.HWbox .Mimg{z-index: 9;}
.HWbox .cloudone{position: absolute;top: 40px;left: -20px;}
.HWbox .cloudtwo{position: absolute;top: 20px;right: -20px;}
.HWbox .third .cloudone{position: absolute;top: 40px;right: -20px;left: auto;}
.HWbox .third .cloudtwo{position: absolute;top: 20px;left: -20px;}
.HWbox .text h4{color: #3590f9;font-weight: 700;font-size: 24px;margin-bottom: 5px;font-family: sans-serif;}
.HWbox .text p{color: #2d3033;font-weight: 900; font-style: italic; font-size: 16px;margin-bottom: 2px;line-height: 20px;font-family: sans-serif;}
/*.HWbox .text{margin-top: -10px;}*/
.faqs .Mtitle .first{color: #333;margin-left: -20px;}
.faqs .Mtitle .bluetxt{margin-left: 10px;}
.faqs{background: rgb(131,191,209);background: linear-gradient(180deg, rgba(131,191,209,1) 0%, rgba(104,179,202,1) 50%, rgba(203,233,234,1) 100%);padding-bottom: 80px;}
.faqContent .border{border-bottom:1px solid #dee2de}
.faqContent .faq{background-color:#fff;clear:both;margin-bottom:15px;border-radius:10px;box-shadow:0 0 10px rgb(0,0,0,.2)}
.faqContent .faq>a{display:block;color:#333;font-size:16px;padding:20px 50px 20px 20px;font-weight:600;border-radius:10px;text-decoration: none;font-family: sans-serif;}
.faqContent .faq .hidden-content{padding:10px 20px 20px;font-size:14px;display:none;color:#555;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-top:-10px}
.faqContent .faq .hidden-content a:hover{text-decoration:underline}
.faqContent .expand-btn{background:url(../resources/images/plus.png) center no-repeat;background-position-x:97%;background-size:25px}
.faqContent .expand-btn.open{background:url(../resources/images/minus.png) center no-repeat;border-bottom:none;background-position-x:97%;background-size:25px}
.faqContent .list1{list-style-type:disc;margin-left:20px;margin-top:5px}
.faqContent .list1 li{padding:5px}
.faqContent .list2{list-style-type:decimal;margin-left:20px;margin-top:5px}
.faqContent .list2 li{padding:5px}
.faqContent .white{background-color:#fff}
.faqContent .faq .hidden-content p{margin:10px 0;padding:0}
.fmImg{padding-bottom: 2rem;text-align: center;}
.videoz .Mtitle .first, .videoz .Mtitle .second{color: #333;}
.subhead{font-size: 14px;color: #666666;text-align: center;font-weight: 600;}
.vidbox{position: relative;margin-bottom: 20px;}
.vidbox .bImg{width: 100%; border-radius: 20px;}
.vidbox .txt{color: #fff;position: absolute;width: 80%;bottom: 0;left: 15px;font-weight: 800; display: flex; justify-content: space-between; align-items: center;}
.playbtn img{width: 50px;}
.vidbox .txt h4{margin-bottom: 0;}
.eligibility{background: url(../resources/images/bg.png); background-size: cover;}
.eliTabs ul.nav{background: #fff;border-radius: 40px;padding: 2px;width: 90%;margin: 0 auto 40px;}
.eliTabs ul.nav .nav-link{color: #666;font-weight: 600;}
.eliTabs ul.nav .nav-link.active{color: #fff;background: #00498e;border-radius: 40px;}
.eliTabs .tab-content .txt{width: fit-content;margin: 30px auto 0;}
.eliTabs .tab-content .txt h4{text-align: center;margin-bottom: 10px;font-weight: 600;}
.moretext{display: none;}
.bluebtn, .bluebtn:hover{background: #004a8f;color: #fff;border-radius: 50px;padding: 10px 30px;text-decoration: none;}
.featList .fbox .firstimg, .featList .fbox .secondimg, .featList .fbox .thirdimg{position: relative;}
/* .featList .fbox .firstimg::after{content: "";background: url(../resources/images/dashline1.png) no-repeat;width: 40px;height: 50px;display: inline-block;position: absolute;left: -15px;top: 8px;background-size: 100%;} */
/* .featList .fbox .secondimg::after{content: "";background: url(../resources/images/dashline2.png) no-repeat;width: 40px;height: 50px;display: inline-block;position: absolute;left: -20px;top: 8px;background-size: 100%;} */
/* .featList .fbox .thirdimg::after{content: "";background: url(../resources/images/dashline3.png) no-repeat;width: 40px;height: 50px;display: inline-block;position: absolute;left: 0;top: 8px;background-size: 100%;} */
.featList2 .fbox .firstimg::after{left: -5px;}
.featList2 .fbox .secondimg::after, .featList2 .fbox .thirdimg::after{left: 5px;}
.homepg .Mtitle .first::before, .features .Mtitle .first::before{content: "";background: url(../resources/images/01.png) no-repeat;width: 40px;height: 10px;display: inline-block;margin-bottom: 5px;margin-right: -3px}
.homepg .Mtitle .bluetxt::before, .features .Mtitle .bluetxt::before{content: "";background: url(../resources/images/02.png) no-repeat;width: 40px;height: 15px;display: inline-block;margin-bottom: 5px;margin-right: -3px}
.homepg .Mtitle .second::before, .features .Mtitle .second::before{content: "";background: url(../resources/images/03.png) no-repeat;width: 40px;height: 15px;display: inline-block;margin-bottom: 5px;margin-right: -3px}
.eligibility .Mtitle .bluetxt::before{content: "";background: url(../resources/images/03.png) no-repeat;width: 65px;height: 30px;position: absolute;display: block;left: -40px;bottom: -2px;background-size: 100%;}
.faqs .Mtitle .first::before{content: "";background: url(../resources/images/05.png) no-repeat;width: 60px;height: 15px;display: inline-block;margin-bottom: 2px;margin-right: -38px;background-size: 100%;}
.faqs .Mtitle .bluetxt::before{content: "";background: url(../resources/images/06.png) no-repeat;width: 70px;height: 30px;display: inline-block;margin-bottom: -10px;margin-right: -38px;background-size: 100%;}
.videoz .Mtitle .first::before, .videoz .Mtitle .second::before{content: "";background: url(../resources/images/07.png) no-repeat;width: 50px;height: 20px;display: inline-block;margin-bottom: -4px;margin-right: -18px;background-size: 100%;}
.videoz .Mtitle .bluetxt::before{content: "";background: url(../resources/images/04.png) no-repeat;width: 60px;height: 30px;position: absolute;display: block;left: -25px;bottom: -3px;background-size: 100%;}
.howitworks .Mtitle .bluetxt::before{content: "";background: url(../resources/images/04.png) no-repeat;width: 50px;height: 20px;display: inline-block;margin-bottom: -4px;margin-right: -18px;background-size: 100%;}
.videoz .Mtitle{margin-bottom: 0;}
.eligibility .Mtitle, .faqs .Mtitle{margin-bottom: 2rem;}
.videoz .subhead{margin-bottom: 2.5rem;}
.videoz .Mtitle .first{margin-left: -30px;}
.features .animate{overflow-x: hidden;min-height: auto;margin-right: -0.75rem;overflow-y: hidden;}
.faqs .fmImg {margin-right: -4rem; overflow-y: hidden; overflow-x: hidden; margin-top: 30px;}
.eligibility .Mtitle .bluetxt{color: #fff;}
.eligibility{color: #ffffff;}
.redbtn:hover{color: #fff;}
.margin-top{margin-top: 100px;}

.btn_d{display: none;}



.animation img, .textanim img  {
    display: none;
  }
  
  .animation img:first-of-type, .textanim img:first-of-type {
    display: block;
  }
  .featList .fbox .thirdimg::after {
    content: "";
    background: url(../resources/images/dashline3.png) no-repeat;
    width: 40px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 8px;
    background-size: 100%;
}

.featList .fbox .secondimg::after {
    content: "";
    background: url(../resources/images/dashline2.png) no-repeat;
    width: 40px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 8px;
    background-size: 100%;
}

.featList .fbox .firstimg::after {
    content: "";
    background: url(../resources/images/dashline1.png) no-repeat;
    width: 40px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 8px;
    background-size: 100%;
}

.featList .fbox img {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 8px 8px 0 8px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.featList2 .fbox .secondimg::after, .featList2 .fbox .thirdimg::after {
    left: 5px;
}

.textanim {
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.textanim img{max-width: 80%;}

.faqs ol li{list-style: lower-roman;}
h1{color: #ffffff; font-size: 22px; margin-bottom: 20px; font-weight: 900;}
.howitworks span img{width: 30px; height: 2px;}


.redbtn:hover
{
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
}
@keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.3), 0 0 0 1px rgba(128, 128, 128, 0.3), 0 0 0 3px rgba(128, 128, 128, 0.3), 0 0 0 5px rgba(128, 128, 128, 0.3);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(128, 128, 128, 0.3), 0 0 0 4px rgba(128, 128, 128, 0.3), 0 0 0 20px rgba(128, 128, 128, 0), 0 0 0 30px rgba(128, 128, 128, 0);
    }
  }


@media (min-width: 768px){


.stickybtn .redbtn{z-index: 999;width: 300px;font-weight: 600;font-size: 18px; padding: 15px 20px;}
.stickybtn .startjourney {
    position: fixed;
    width: 100%;
    bottom: 50px;
}



h1{font-size: 25px;}

    
.margin-top{margin-top: 60px;}
footer{width: 100%;background-color: #004a8f;padding:15px 0px 15px 0;}


    .textanim img {
        max-width: 50%;
    }


    .featList2 .fbox .secondimg::after, .featList2 .fbox .thirdimg::after {
        left: -20px;
    }

    
.featList .fbox img {
    width: 70px;
    height: 70px;
}
    .howitworks .Mtitle p{margin-top: 100px; margin-bottom: 100px; font-weight: 800; font-size: 55px;}
    .vidbox .txt {
        bottom: 15px;
        left: 30px;
    }
    .Mtitle p{font-size: 50px; font-weight: 900;}
    .subhead{font-size: 28px; margin-top: 1.5rem;}
    .videoz .Mtitle .first {
        margin-left: -15px;
    }
    .Mtitle .bluetxt {
        margin-left: 43px;
    }
    .videoz .Mtitle .second {
        color: #333;
        margin-left: 150px;
    }
    .eliTabs .tab-content .txt {
        width: 100%;
        margin: 30px auto 0;
        height: 100%;
    }
    .eliTabs .tab-content .txt h4 {
        text-align: left;
        font-size: 45px;
    }
    .eliTabs .tab-content .txt p {
        font-size: 24px;
        color: #d7d7d7;
    }
    .eligibility .Mtitle, .faqs .Mtitle {
        margin-bottom: 4rem;
        margin-top: 2rem;
    }
   .features, .eligibility, .homepg, .howitworks, .videoz , .faqs{display: flex; align-items: center;}
.bluebtn, .bluebtn:hover{padding: 15px 80px;}
.btn_d{display: block; /* margin-top: 80px; */}
.btn_d .redbtn{    z-index: 999;width: 300px;font-weight: 600;font-size: 18px; padding: 15px 20px;}
/* .stickybtn{display: none;} */

.Mtitle p {
    line-height: 60px;
}

.features .animate .carz, .features .animate .hidecar {
    width: 100%;
}
.animate .couple {
    position: absolute;
    width: 50%;
    bottom: -170px;
    right: 0;
}
.HWbox .text p {
    color: #2d3033;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 2px;
    line-height: 25px;
    font-family: sans-serif;
    font-style: italic;
}
.HWbox .text h4 {
    color: #3590f9;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 5px;
    font-family: sans-serif;
}




.featList{height: 180px;}
}


@media (min-width: 991px){

    .text-lg-left{text-align: left !important;}
    
.eliTabs ul.nav {
    margin: 0 auto;
}

    .textanim img {
        max-width: 35%;
    }
    
.featList{height: 320px;}
    
.hidecar, .carz {
    padding-top: 0;
    padding-bottom: 0;
}
    .featList {
        display: flex;
        flex-direction: column;
    }
    .featList .fbox {
        text-align: left;
        display: flex;
        align-items: center;
        /* margin-bottom: 50px; */
    }
    .featList .fbox p {
        margin-left: 40px;
        font-size: 26px;
    }
    .featList .fbox img {
        margin-left: 0px;
    }
    .eliTabs .tab-content #employee .txt {
        padding: 50px 0px 40px 50px;
    }
    .eliTabs .tab-content .txt {
        padding: 75px 30px;
    }
    .eliTabs ul.nav {
        width: 50%;
    }
    .features .Mtitle {
        margin-left: 220px;
    }
}

@media (max-width: 991px) {
    
.features .animate .carz, .features .animate .hidecar{width: 950px; margin-left: -300px;}
}

@media (min-width:768px) and (max-width: 991px) {
.features .animate .carz, .features .animate .hidecar{width: 1100px; margin-left: -150px;}
}
@media (min-width:481px) and (max-width: 768px) {
    .features .animate .carz, .features .animate .hidecar{width: 1100px; margin-left: -250px;}
    }

@media (min-width: 1200px) {
    .eliTabs .tab-content .txt {
        padding: 150px 50px;
    }
    
    .eliTabs .tab-content #employee .txt {
        padding: 150px 0px 150px 150px;
    }
}