@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100&display=swap');
/*Start Common Css */
body {
    background: #ffffff;
    width: 100%;
    height: auto;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    font-family: 'Sifonn';
    font-weight: 400;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.landing_heading_black{
    font-size: 32px;
    color: #272727;
    text-transform: uppercase;
    font-family: 'Sifonn';
}
.landing_heading_white{
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Sifonn';
}
.subHeading{
    font-size: 20px;
    color:#488AEC;
    text-transform: uppercase;
    font-family: 'Sifonn';
}
/* End Common Css */
/* Start Header Css */
header {
    min-height: 80px;
    width: 100%;
    background: rgb(255 255 255 / 0%);
    position: relative;
    padding: 10px 0;
}
.navbar {
    min-height: 45px;
    background: transparent !important;
    padding: 0;
}
.navbar-brand {
    height: auto;
    margin: 0 0;
    padding: 10px 15px 10px 0;
}
.navbar-nav {
    margin: 0 0 0;
}
.navbar-nav li {
    padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
}
.navbar-expand-lg .navbar-collapse {
 
    justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Sifonn';
}
.navbar-nav {
    margin: 0 0 0;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #dce9fb;
    font-weight: 500 !important;
    
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #dce9fb;
    
}
.navbar-toggler-icon i::before{
    content: "" !important;
}
/* End Header Css */
/* Start Banner Section Css */
.banner {
    background: url(../images/bannerBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100vh; */
}
.bannerArea {
    z-index: 999;
    position: relative;
}
.bannerAreaLeft h1{
    color:#FFFFFF;
    font-family: 'Sifonn';
    font-weight: 700;
    text-transform: uppercase;
}
.bannerAreaLeft {
    margin-top: 63px;
}
.help {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Sifonn';
}
.help::before {
    content: '';
    width: 19px;
    height: 1px;
    background-color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 10px;
}
.download__ {
    font-size: 14px;
    color:rgb(255 255 255 / 80%);
    font-weight: 400;
    font-family: 'Poppins';
    margin:14px 0;
    text-align: start;
}
.download_inner h4{
    font-family: 'Sifonn';
}
.scanText{
    font-size: 19px;
    font-family: Poppins;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.80);
}
.qrCodeImg{
    width: 101px;
    height: 101px;
    display: block;
}
.androidIcon{
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translate(-50% , 0);
}
.codeCon{
    text-align: center;
    position: relative;
}
.qrSubInner{
    background: #fff;
    height: 138px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    margin: 0 auto;
    margin-top: 56px;
    border-radius: 6px;
}
.topAppLink img{
    width: 140px;
}
/* End Banner Section Css */
/* Start Recovery Section Css */
.recovery{
    margin-bottom: 70px;
}
.custom_card{
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
}
.custom_card h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #000000;
}
.custom_card p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #686868;
}
.card_img{
    position: relative;
}
.card_img::before {
    content: url("../images/recoverBg.png");
    position: absolute;
    right: 77px;
    bottom: 7px;
}
/* End Recovery Section Css */
/* Start Benifit Section Css */
.benifit{
    background: url("../images/benifitBg.png") no-repeat;
    background-size: cover;
    background-position:top center;
    /* height: 200px; */
    color: #ffffff;
    padding: 70px 0;
}
.benifit .custom_card h4{
    text-align: left;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Poppins';
}
.benifit .custom_card p{
    text-align: left;
    color: rgb(255 255 255 / 70%);
    font-family: 'Poppins';
    font-size: 14px;
}
.benifit .landing_heading_white{
    margin: 0 0 61px 0;
    font-family: 'Sifonn';
}
.hire-box-services {
    /* padding: 29px 0; */
    display: flex;
    align-items: center;
}
.hire-cbox {
    border: 1.5px solid rgba(72, 138, 236, 0.3);
    box-shadow: 0px 10px 20px rgb(79 143 237 / 20%);
    border-radius: 50%;
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #488AEC;
}
.hire-content-box {
    margin-left: 30px;
}
.hire-content-box h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    color: #000000;
}
.hire-content-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #686868;
}
/* End Benifit Section Css */
/* Start Why choose Section Css */
.why_choos {
    padding: 90px 0;
}
/* End Why choose Section Css */
/* Start Download Section */
.download {
    padding:0 00 90px;
}
.download_inner{
    background: url("../images/downloadBg.png") no-repeat;
    background-size: cover;
    background-position:top center;
    height: 500px;
    color: #ffffff;
    padding-top: 90px;
}
.download_details {
    display: flex;
    justify-content: center;
    margin-top: -19%;
}
/* End Downlaod Section */
/* Start Footer Section Css */
footer{
    background-color: #488AEC;
    padding:20px 0;
}
.copirigtCommon ul {
    display: flex;
    padding: 0;
    margin: 13px 0 0;
}
.link__ ul li{
    display: inline-block;
    padding:0 10px
}
.link__ ul li a{
   color: #ffffff;
   text-transform: capitalize;
}
.footerLinks{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copirigtCommon ul li a {
    background: transparent;
    border-radius: 50%;
    height: 36px;
    position: relative;
    text-decoration: none;
    width: 36px;
    color: #FFF;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 9px 0 0;
    display: inline-block;
}
.copirigtCommon ul li i {
    color: #fff;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.copirigtCommon p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);

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

@media screen and (max-width: 480px) {
   .bannerAreaLeft{
    margin-top:0px;
   }
   .scanText{
    margin-top:10px !important;
    margin-bottom: 0 !important;
   }
   .recovery{
    margin-top:30px;
   }
  }