body
{
   font-family: 'Hero Light Regular';
}
.theme-color{
    color: #058bc5 !important;
}
.section{
    padding: 50px 0;
}
.style-button{
    padding: 12px 18px;
    color: #FFFFFF !important;
    text-decoration: none;
    background: linear-gradient(95.09deg, #0097AC 2.13%, #058bc5 95.02%);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 14px;
    transition: .3s;
}
.style-button:hover{
    text-decoration: none;
}
.logo{
    max-width: 158px;
    object-fit: cover;
}
p{
    font-size: 14px;
    color: #000000;
}



/*pre header*/
.pre-header{
    background-color: #041728;
    padding: 8px 0;
    color: #FFFFFF;
}
.pre-header span{
    margin: 0 10px;
}
.pre-header a{
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}
.pre-header a:hover{
    color: #FFFFFF;
}
.has-dropdown i{
    transition: all 700ms ease-in;
    rotate: 180deg;
    margin-left: 0;
    position: relative;
    top: 2px;
}
/*pre header*/

/*header*/
.style-navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}
.header-links a{
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 12px;
    text-transform: uppercase;
    transition: .3s;
    width: 100%;
    display: inline-block;
}
.header-links a:hover{
    background-color: #058bc5;
    color: #ffffff;
}
.header-links span{
    margin: 0 12px;
}
.header-links a:hover{
    text-decoration: none;
}
.header-links img{
    width: 35px;
    height: auto;
}
.header-links .open-nav{
    display: none;

}
.header-links .icon-bar{
    display: inline-block;
}
/*header*/

/*banner*/
.bannner{
    position: relative;
    height: 427px;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}
.inner-banner{

display: flex;

align-items: center;
}
.inner-banner .banner-content{

position: relative;

top: -40px;

width: 100%;
}

.bannner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0 ;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.bannner::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    border-left: 100vw solid transparent;
    border-bottom: 100px solid #FFFFFF;
}
.banner-content{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
}
.banner-tabs ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-tabs li{
    display: inline-block;
    line-height: 1.2;
    margin: 8px 0;
    font-weight: 500;
}
.banner-tabs span{
    margin: 0 12px;
}
.banner-tabs a{
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}
.banner-content .heading, .heading {
    margin-top: 15px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
}
.sub-heading{
    font-size: 38px;
}
/*banner*/

.our-story-heading span{
    
font-size: 15px;
    
display: block;
    
margin: 2px;
    
color: red;
}
.about-section{
   
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.about-section img{
    height: 300px;
    object-fit: contain;
}
.about-section::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}
.blue-theme::before{
    background: linear-gradient(2deg, #5ecedec9 2.13%, #068dc8 95.02%);
}
.about-section .container{
    
padding: 25px;
    
border: 1px solid #c8bebe;
}

/*Side Navbar*/

.close-nav {
    display: none;
}

.side-nav-overLay{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #00000070;
    display: none;
    z-index: 10;

}
.sidenav {
    width: 300px;
    height: 700px;
    margin-right: -100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    color: #fff;
    background-color: rgba(34, 34, 34, .98);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.side-nav-list{
    margin-top: 30px;
}

.side-nav-list a {
    line-height: 30px;
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    color: #fff;
    text-transform: uppercase;
    font-family: 'helvetica';
    font-size: 16px;
}


.closebtn {
    position: absolute;
    width: 100%;
    top: 0;
    text-align: center;
    background-color: #041728;
    color: #FFFFFF;
    font-size: 20px;
    padding: 10px !important;
}
.closebtn:hover{
    text-decoration: none;
    color: #FFFFFF;
}

.close-nav {
    display: none;
}

/*side nav*/

/*reviews card*/
.review-cards{
    margin-top: 30px;
}
.style-review-card{
    padding:20px 15px;
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.style-review-card .profile{
    display: flex;
    flex-direction: row;    
}
.profile img{
    display: inline-block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    align-self: center;
    margin-right: 10px;
}
.profile p{
    align-self: center;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: -2px;
}
.profile span{
    color: #727272;
    font-weight: 400;
}

/*serices*/
.services a{
    display: inline-block;
    color: #058BC5;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 600;
}
.services h2{
    font-size: 26px;
    color: #000000;
    font-weight:700;
    margin: 15px 0;
}
.services p{
    font-size: 15px;
    margin-bottom: 0;
}
.card-icon{

width: 50px;

height: 50px;

display: flex;

align-items: center;

justify-content: center;

color: #00354c;

border-radius: 50%;

font-size: 32px;
}
.card-icon i{
    
}
.services-slider{
    margin-top: 30px;

}
.service-card{

padding: 21px;

background-color: #91c7df87;

border-radius: 20px;

min-height: 250px;
}
.service-card h3{

font-size: 20px;

font-weight: 600;

margin: 6px 0 4px;
}
.service-card p{

font-size: 16px;
}
.service-card a{

width: 40px;

height: 40px;

display: flex;

align-items: center;

justify-content: center;

border-radius: 50%;

background: #058BC5;

color: #ffffff;

font-size: 17px;

text-decoration: none;

position: absolute;

right: 30px;

bottom: 15px;
}
.service-arrow{

display: flex;
}
.cta-banner{
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: repeat;
    position: relative;
}
.cta-banner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000096;
}
.service-arrow a{
width: 40px;
height: 40px;
background-color: transparent;
border-radius: 50%;
border: 2px solid #058BC5;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 18px;
margin: 0 5px;
}

.contact-form {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    max-width: 400px;
    box-shadow: 1px 1px 13px rgb(158 155 155 / 50%);
  }
  
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 40px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
  box-shadow: none;
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  
  .contact-form .description {
    color: #565657;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background: linear-gradient(95.09deg, #0097AC 2.13%, #058BC5 95.02%);
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: #077cae;
  }
  


/*services*/

/*user experience*/
.user-experience{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.user-experience::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffffde;
}
.user-experience h1{
    font-weight: 700;
    margin: 0;
}
.user-exp-card{
    margin: 18px 0;
    padding: 15px;
    color: #000000;
}
.user-exp-card i{
    font-size: 40px;
    position: relative;
    color: #0196af;
}
.user-exp-card h5{
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.user-exp-card p{
    margin-top: 10px;
    font-size: 15px;
}

/*user experience*/

/*download appp*/
.download-app{
    position: relative;
    z-index: 1;
    margin-top: -270px;
}
.app-img img{
    width:100%;
    height: 100%;
    margin-left: 25px;
    object-fit: cover;
    border-radius: 3%;
}
.download-app-content{
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    
}
.download-app-content h2{
    font-size: 24px;
    font-weight: 700;
}
.service-reminder{
    margin-top: 30px;
}
.service-reminder img{
    width: 40px;
    height: auto;
    margin-bottom: 15px;
}
.service-reminder h4{
    font-size: 16px;
    font-weight: 700;
}
.service-reminder p{
    color: #505050;
}
.download-app .style-button{
    position: absolute;
    right: 40px;
    bottom: -15px;
}

/*footer tab*/
.footer-tab{
    color:#000000;
}

.footer-tab ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-tab li{
    line-height: 1.2;
    margin-bottom: 10px;
}
.footer-tab a{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    letter-spacing: .5px;
}
.footer-tab h5{
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-tab .flaticon-right{    
    color: #0097AC;
    font-weight: 800 !important;
    font-size: 18px;
    top: 5px;
}
.footer-tab a:hover{
    opacity: .6;
}
.footer-tab-light-color a{
    color: #767676 ;
}
/*footer tab*/


/*footer links*/
.footer-links{
    padding: 50px 0;
    margin: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: .5px solid #dedede;
}
.footer-links h4{
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}
.footer-links p{
    margin-bottom: 25px;
    color: #767676;
}
/*footer links*/

/*footer social*/
.footer-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social li{
    margin: 0 6px;
}
.footer-social a{
    display: flex;
    flex-direction: row;
    width: 30px;
    height: 30px;
    background-color: #0097AC;
    border-radius: 50%;
    justify-content: center;
}
.footer-social i{
    color: #fff;
    margin-top: 7px;
    font-size: 14px;
}

.footer-social li{
    display: inline-block;
}
/*footer social*/


/*term links*/
.terms-links{
    text-align: right;
  
}
.terms-links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.terms-links li{
    display: inline-block;
    margin: 0 7px;
}
.terms-links a{
    text-decoration: none;
    color: #767676;
    font-size: 15px; 
}
.terms-links a:hover{
    opacity: .6;
}
.mobile{
    display: none;
}
label.error{
    display: none  !important;
}
input.error{
    background-color: rgb(255, 219, 219) !important;
}
/*term links*/

.style-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    background: #ffffff;
    width: 330px;
    top: 45px;
    display: none;
    padding-bottom: 0;
    box-shadow: 1px 1px 7px rgb(185 185 185 / 50%);
    z-index: 100;
}
.style-dropdown li {
    border-bottom: 0.5px solid rgb(161 161 161 / 50%);
}
.style-dropdown a:hover i{
    color: #ffffff;
}
.style-dropdown li:hover a, .style-dropdown a:hover {
    border-bottom: none !important;
    text-decoration: none;
    margin: 0;
}

/*footer*/


.mobile-navbar{

padding: 8px;

border-bottom: 1px solid #d1d1d1;

position: fixed;

width: 100%;

z-index: 100;

background: #fff;

top: 35px;
}
.mobile-navbar img{}
.mobile-navbar i{
    
font-size: 28px;
    
margin-right: 11px;
}
.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 107px;
    background: #f9f9f9;
    z-index: 100004;
    transition: 1s;
    overflow: hidden;
    -webkit-transition: all 0.6s ease-in-out;
}
.side-nav li {
    line-height: 1.2;
    padding: 15px 0;
    padding: 10px;
    border-bottom: 0.2px solid rgb(106 106 106 / 10%);
    position: relative;
}
.side-nav a {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
}
.drop-btn i {
    position: absolute;
    top: 20px;
    right: 14px;
}
li.is-active i {
    rotate: 180deg;
}

.bannerlist{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bannerlist li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 12px;
    padding:25px;
}
.bannerlist li span:first-child{
    font-size: 14px;
    display:block;
    font-weight:600;
    margin-bottom:5px;
}
.bannerlist li span:last-child{
    font-size: 14px;
    display:block;
}
.bannerlist li i {
    font-size: 40px;
    color: #058bc5;
    margin-bottom: 10px;
    display: block;
}
   .bannerlist li span{
        color: #3d3d3d;
         font-weight: 600;
    }
    .bannerlist li span:last-child{
        color:#000;
       
     }



/*download app*/

@media only screen and (max-width : 768px ){


    /*for toggle list*/
    .logo{
        max-width: 100px;
        height: auto;
    }
    .section{
        padding: 20px 7px;
    }
    .style-button{
        padding: 8px 12px;
    }
    .heading{
        font-size: 32px;
    }
    .bannerlist li i{
        margin-bottom:18px;
    }
    .bannerlist li span{
        color: #3d3d3d;
        font-size:12px !important;
    }
    .bannerlist li span:last-child{
        color:#000;
        font-weight: 600;
     }
    /*navbar*/
    .style-navbar .style-button{
        margin-right: 10px;
    }
    .header-links .open-nav{
        display: inline-block;
    
    }
    .bannerlist li span{
    font-size: 12px;
    display:block;
    margin:5px 0;
}
    .header-links .icon-bar{
        display: none;
    }
    /*navbar*/

    /*banner*/
.inner-banner{
    height: 350px;
}
.download-app {
    position: relative;
    z-index: 1;
    margin-top: -197px;
}
    .bannner::after{
        border-left: 100vw solid transparent;
        border-bottom: 60px solid #FFFFFF;
        margin-bottom: -5px;
    }
    .banner-tabs ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .banner-tabs li{
        display: inline-block;
        line-height: 1.2;
        margin: 8px 0;
        font-weight: 500;
    }
    .banner-tabs span{
        margin: 0 12px;
    }
    .banner-tabs a{
        display: inline-block;
        color: #000000;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
    }
    .banner-content .heading {
        font-size: 23px;
    }
    /*banner*/

    /*download our app*/
    .app-img{
        text-align: center;
    }
    .app-img img{
        position: relative;
        max-width:50%;
        height: auto;
        margin-left: 0;
        display:none;
    }
    .download-app-content{
        padding:20px;
        margin-top: 15px;
        
    }
    /*download aour app*/

    .style-review-card{
        margin: 10px 0; 
    }
    
    /*serices*/
    .service-sec{
        margin-top: 40px;
    }
    .service-sec img{
        margin-top: 20px;
    }
    .services{
        margin: 12px 0;
    }
    .services a{
        font-size: 16px;
    }
    .services h2{
        font-size: 20px;
        line-height: 1.2;
        margin-top: 8px;
    }
    .services p{
        font-size: 15px;
    }
    /*services*/

    /*user experience*/
    .user-experience h1{
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0;
    }
    .user-exp-card{
        margin:  0;
        padding: 20px 0;
    }
    .user-exp-card h5{
        margin-top: 25px ;
    }
    .user-exp-card p{
        font-size: 14px;
    }

    /*footer tab*/
    footer .logo{
        text-align: center;
        margin: 20px 0;
    }
    .foot-tab-toggle{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .foot-tab-toggle i{
        font-size: 16px;
        color: #3f3f3f;
    }

    .footer-tab{
        margin: 10px 0;
    }
    .footer-tab h5{
        font-size: 16px;
    }
    .footer-tab a{
        font-size: 14px;
    }
    .footer-links {
        padding: 20px 0;
        margin: 15px 0;
        border-top:none;
        border-bottom: .5px solid #dedede;
    }
    .terms-links{
        text-align: left;
    }
    .terms-links li{
        display: block;
        line-height: 1.8;
    }
    .terms-links a{
        text-decoration: none;
        color: #767676;
        font-size: 14px; 
        display: block;
    }
    .border-t-b{
        border-top: 1px solid #dedede;
        border-bottom: .5px solid #dedede;
        padding: 20px 0;
        transition: 1s;
    }
    .desktop{
        display: none !important;
    }
    .mobile{
        display:unset;
    }
    header{
        display: none;
    }
    .inner-banner .banner-content{
        top:0;
    }

}

.slick-dots{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}

.slick-dots li{

margin: 0 5px;

border: none;

outline: 0;
}

.slick-dots li button{
    
width: 10px;
    
height: 10px;
    
border-radius: 50%;
    
border: 0;
    
font-size: 0;
}
.slick-dots li.slick-active button{
    background-color: #00354c;

}

#accordion a{
    text-decoration: none;

}

#accordion a:hover{

    text-decoration: none;
}
