@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'Poppins', sans-serif;


    background-color: #37bdc7;
    background-color: #458;
    background-color: #986;
    background-color: #358;
    background-color: #846329;
    background-color: #d56d23;
    background-color: #419;
    background-color: #420;
*/

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    color: #2aa56c;
    color: #173050;
}

p{
    font-weight: 400;
    font-size: 18px;
    color: #173050;
}

.footer-box p{
    font-size: 15px;
}

.mr-5{
    margin-right: 5px;
}

.mr-10{
    margin-right: 10px;
}

.pr-20{
    padding-right: 20px !important;
}

.mt-25{
    margin-top: 25px;
}

.ml-15{
    margin-left: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-35{
    margin-bottom: 35px;
}
.mb-60{
    margin-bottom: 60px;
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}

.my-25{
    margin-top: 25px;
    margin-bottom: 25px;
}

.pl-50{
    padding-left: 50px;
}

.bg_gray{
    background: #f6f9fd;
}

.sec_mar{
    margin-top: 120px;
    margin-bottom: 120px;
}

.sec_pad{
    padding-top: 120px;
    padding-bottom: 120px;
}

.sec_heading{
    margin-bottom: 80px;
}

.flex-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.flex-wrap li{
    max-width: 50%;
    flex: 0 0 50%;
}

.content-text .sub_title,
.sec_heading .sub_title{
    color: #49b281;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 4px;
}

.main_title2{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.sec_heading .main_title{
    font-size: 53px;
    margin-top: 35px;
    font-weight: 700;
    line-height: 65px;
}

.sec_heading .bottom_title{
    max-width: 575px;
    margin: 30px auto 0;
    font-size: 21px;
    color: #47596d;
}

.sideLink {
    position: fixed;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 100;
}

.scl_link {
    display: block;
}

.telegram_link {
    margin-top: 15px;
    text-align: center;
}

@media(min-width: 992px){
    nav.navbar.bootsnav.sticked ul.nav>li>a{
        color: #000;
    }
}

.app-area {
    position: relative;
}

.bg-shape-rounded {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bg-shape-rounded span {
    border: 2px solid #f7f7f7;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bg-shape-rounded span:first-child {
    width: 500px;
    height: 500px;
}

.bg-shape-rounded span:nth-child(2) {
    width: 600px;
    height: 600px;
}

.bg-shape-rounded span:nth-child(3) {
    width: 700px;
    height: 700px;
}

.bg-shape-rounded span:nth-child(4) {
    width: 800px;
    height: 800px;
}

.bg-shape-rounded span:nth-child(5) {
    width: 900px;
    height: 900px;
}

.bg-shape-rounded span:nth-child(6) {
    width: 1000px;
    height: 1000px;
}

.bg-shape-rounded span:nth-child(7) {
    width: 10px;
    height: 10px;
    background-color: #36ab30;
    animation: scale-up 2s infinite;
}

@keyframes scale-up {
    90% {
        transform: scale(100);
        opacity: 0;
    }

    99% {
        transform: scale(1);
        opacity: 0;
    }
}

.features_pack {
    position: relative;
}

.shape_area {
    position: absolute;
    left: 0;
    top: 50px;
}

.shape_area2 {
    position: absolute;
    right: 0;
    bottom: 90px;
}

.shape_triangle {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 120px 120px 0;
    border-color: transparent #63bc94 transparent transparent;
}

.translate-m30 {
    transform: translateX(-20%);
}

.bg-gradient {
    background: #1083d0;
    background-image: linear-gradient(to right top, #55b6ea, #4283e4, #1579c7, #00a4ea, #00d4ff);
    background-image: linear-gradient(to right bottom, #4e6fe9, #008dfa, #00a7ff, #00beff, #00d4ff);
}

.bg-gradient .sub_title {
    letter-spacing: 4px;
}

.bg-gradient p,
.bg-gradient .sub_title,
.bg-gradient .main_title2 {
    color: #ffffff;
}

.bg-hero {
    position: relative;
}

.bg-hero2 {
    background-image: url(../mpos-app/img/shape-03.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
}

.bg-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(135 215 245 / 10%);
}

.bg-hero2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgb(255 255 255 / 0.8);
}

.inner_area {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,0.1);
}

.btn-one {
    position: relative;
    padding: 5px 35px;
    line-height: 44px;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    background-color: #37a000;
    color: #fff;
    border-radius: 4px;
    transition-duration: .4s;
}

.btn-one:hover{
    background-color: #077900;
    color: #fff;
}

.banner_shape {
    position: absolute;
    right: 0;
    top: 0;
}

.banner_shape img{
    width: 100%;
}

.features-box{
    text-align: center;
    position: relative;
}

.features-box:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    display: block;
    width: 90px;
    height: 90px;
    background-color: #ddf8ef;
    z-index: 0;
    border-radius: 0;
    transition: 0.5s ease-out;
}

.features-box:hover:before {
    transform: translateX(-50%) rotate(90deg);
}

.features-box .box-title{
    font-size: 25px;
    font-weight: 600;
}

.features-box .center-block{
    position: relative;
}
.features_pack_heading{
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

.single_features {
    display: flex;
    align-items: center;
    align-items: flex-start;
    margin: 15px 0;
    position: relative;
}

.single_features .icon-img{
    max-width: 50px;
/*
    background: #ddf8ef;
    border-radius: 50%;
*/
}

.single_features.right {
    text-align: right;
}

.sf-content{
    margin-left: 30px;
}

.single_features.right .sf-content{
    margin-right: 30px;
}

.single_features.right .icon-img{
    order: 2;
}

.single_features h4{
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.app_area_inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.demo_btn {
    font-size: 16px;
    padding: 15px 35px;
    line-height: 25px;
    background-color: #37a000;
    color: #fff;
}

.demo_btn:focus,
.demo_btn:hover {    
    background-color: #077900;
    color: #fff;
}

.live_btn {
    padding: 5px 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    background: #fff;
    font-size: 16px;
}
.live_btn:focus,
.live_btn:hover {
    background: #4fc03d;
    color: #fff;
}

.top_area{
    background: #e8f9f3;
    position: relative;
}

.header_shape{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner{
    position: relative;
    z-index: 5;
}

.banner_img_part {
    position: relative;
    transition-duration: 0.4s;
    text-align: center;
}
/*
.banner_img_part img {
    transition-duration: 0.4s;
    max-width: 100%;
}
*/
.banner_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.banner .banner_inner h1 {
    font-size: 48px;
    font-family: poppins,sans-serif;
    color: #063769;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    margin: 0;
}
.banner .banner_inner p {
    font-size: 18px;
    color: #063769;
    line-height: 1.545;
    text-align: left;
    margin: 30px 0;
}
.banner_inner .live_btn,
.banner_inner .demo_btn {
    padding: 15px 40px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
.banner_inner .demo_btn {
    margin-right: 8px;
}
.banner_inner .live_btn {
    background: #423ff1;
}

/*------------- Product features --------------*/
/*
.product-features{
    padding: 50px 0;
}
*/
.playstore_img{
    max-width: 380px;
    margin-left: auto;
}
.product-features.appstore{
    padding: 120px 0;
}
.product-row {
    margin-bottom: 70px;
    align-items: center;
    display: flex;
}
.product-row:last-child {
    margin-bottom: 0;
}
.features_inner .features-box {
    text-align: center;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    transition-duration: 0.3s;
}
.features_inner .features-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-4px);
}
.features_inner .features-box img {
    margin-bottom: 20px;
}

.features_list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 400;
    color: #173050;
}
.features-btn{
    background-color: #37a000;
    min-width: 185px;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 25px;
    margin-right: 8px;
}
.features-btn2{
    min-width: 185px;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    font-weight: 600;
    margin-top: 25px;
    background: #173050;
    border: 1px solid #173050;
}

/*
.features-btn:focus,
.features-btn:hover {
    background: #155ab1;
    border: 1px solid #155ab1;
    color: #fff;
}
*/
.features-btn:focus,
.features-btn:hover {
    background-color: #128400;
    color: #fff;
}
.banner_inner .live_btn:focus,
.banner_inner .live_btn:hover,
.features-btn2:focus,
.features-btn2:hover {
    color: #fff;
    background: #fd0202;
    border: 1px solid #fd0202;
}
.content-text.p-l {
    padding-left: 50px;
}
.content-text.p-r {
    padding-right: 50px;
}
.content-text .feature-title {
    font-size: 30px;
    line-height: 40px;
    color: #173050;
    font-weight: 600;
    margin: 0 0 20px;
}
.content-text .feature-title span {
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.features-icon{
    margin-bottom: 25px;
}

/*===========================
    FAQ Section
=============================*/

.faq_inner .panel-default > .panel-heading {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.faq_inner .panel-group .panel {
    margin-bottom: 10px;
    border: 0;
}

.faq_inner .panel-group .panel .panel-title a i {
    float: right;
    font-size: 12px;
}

.faq_inner .social {
    margin: 25px 0;
}

.faq_inner .social ul li a {
    border: 1px solid #afafaf;
    border-radius: 5px;
}

.faq_inner .social ul li a:hover {
    border: 1px solid #37a000;
    border-radius: 5px;
}

@media(max-width: 991px) {

    .demo_inner .align-center,
    .faq_inner .align-center {
        display: block;
    }

    .faq_inner .header-title {
        text-align: center;
        margin-bottom: 35px;
    }
}

/*===========================
    FAQ Section
=============================*/

.package {
    padding: 30px 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 20px rgba(0,0,0,.1);
}

.package .panel {
    box-shadow: none;
}

.package_price {
    background: #173050;
    padding: 20px;
    width: 250px;
    position: absolute;
    top: -15px;
    left: -95px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.package_price h2 {
    transform: translateY(8px);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.pack_title {
    color: #ffffff;
    font-weight: 600;
    background: url(https://www.bdtask.com/garage-management-system/img/title-shape2.png);
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 100px;
    text-align: center;
    background-position: top;
    margin-bottom: 40px;
}

.btn-package {
    display: block;
    margin: 0 15px;
}

.package .panel .panel-title a:hover,
.package .panel .panel-title a:focus {
    text-decoration: none;
}

.package .panel-body {
    padding: 15px 0;
    margin: 0 15px;
    font-weight: 500;
    font-size: 16px;
    color: #878b90;
}

.package .panel-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
}

.panel-title>a:before {
    float: right !important;
    font-family: 'themify';
    content: "\e61a";
    padding-right: 0;
    font-size: 13px;
    color: #6d6d6d;
}

.panel-title>a.collapsed:before {
    content: "\e622";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.block-mega-menu p{
    font-size: 15px;
}

.c_box {
    background-color: #fff;
    padding: 50px 0;
    border: 1px solid #e8e8e8;
}

.c_box img{
    max-width: 60px;
}

.c_box p{
    margin-bottom: 0;
}

.requirements{
    transform: translateY(-200px);
}

.requirements_inner {
    background: linear-gradient(-47deg, #3a821f 0%, #0c9854 100%);
    padding: 40px 80px;
    display: flex;
    align-items: center;
}

.requirements_inner .btn-inner {
    text-align: right;
}

.requirements_inner p {
    max-width: 500px;
}

.text-white {
    color: #fff;
}

.btn-goto {
    color: #268c37;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 15px 40px;
    border-width: 2px;
    border-radius: 0;
    font-weight: 600;
    font-size: 17px;
    transition-duration: 0.3s;
}

.btn-goto:focus,
.btn-goto:hover {
    color: #ffffff;
    background-color: #173050;
    border-color: #173050;
}

.btn-goto.bordered {
    background-color: transparent;
    color: #fff;
}

.btn-goto.bordered:focus,
.btn-goto.bordered:hover{
    background-color: #173050;
}

.features_pack{
    margin-top: -100px;
}

.pos-rel{
    position: relative;
}

@media(min-width: 1500px){
    .app-area .container-xl {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }
    .container-xl{
        width: 1400px;
    }
}

@media(min-width: 1200px){
    .mwxl-520{
        max-width: 520px;
    }
    .social{
        margin-top: 25px;
    }
}

@media (max-width: 1199px){
    
    .requirements_inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .requirements_inner .btn-inner {
        text-align: center;
        margin-top: 25px;
    }
    
    .requirements{
        transform: translateY(0);
    }
    
    .features_pack {
        margin-top: 80px;
    }
    
    .d-block-lg{
        display: block;
    }
    
    .global-stage{
        margin-bottom: 50px;
    }
    
    .wrap-md{
        flex-wrap: wrap;
    }
    
    .isshue_image{
        margin-top: 70px;
        margin-bottom: 70px;
    }
    
    .banner .banner_inner h1{
        font-size: 40px;
        line-height: 50px;
    }
    
    .banner_shape{
        z-index: -1;
    }
    .product-row{
        
    }
    .inner_area{
        border: 0;
        padding: 0;
    }
    .single_features.right{
        text-align: left;
    }
    .single_features.right .icon-img{
        order: 0;
    }
    .social{
        text-align: right;
    }
    
}
@media (max-width: 991px){
    .banner_img{
        max-width: 100%;
    }
    .wrap-reverse-md{
        flex-wrap: wrap-reverse;
    }
    
    .d-block-md{
        display: block;
    }
    
    .mt-md-50{
        margin-top: 50px;
    }
    
    .content-text.p-l{
        padding-left: 0;
    }
    
    .social{
        text-align: left;
    }
    
    .global-stage{
        margin-bottom: 30px;
    }
    
    .banner_shape{
        top: 0;
    }
    
    .banner_inner{
        flex-wrap: wrap-reverse;
    }
    
    .banner_img_part{
        margin-bottom: 45px;
    }
    .playstore_img {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .features-btn,
    .features-btn2 {
        line-height: 45px;
        min-width: 160px;
        font-size: 16px;
        margin-top: 15px;
    }
    
    .appstore .content-text.p-r{
        padding-right: 0;
        padding-bottom: 50px;
    }
    
    .c_box{
        padding: 30px 0;
        margin-bottom: 15px;
    }
    
    .d-none-md{
        display: none;
    }
    .requirements_inner{
        padding: 25px 0;
    }
}

@media (max-width: 767px){    
    .mt-sm-50{
        margin-top: 50px;
    }
    .flex-wrap li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .sec_heading .main_title{
        font-size: 40px;
        line-height: 50px;
    }
    
    .sec_mar {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .banner .banner_inner h1 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .banner .banner_inner p {
        font-size: 18px;
        margin: 30px 0;
    }
    
    .product-features,
    .sec_pad{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .sec_heading {
        margin-bottom: 50px;
    }
    .content-text.p-r{
        padding-right: 0;
    }
    .footer-last .payment_box.basis{
        margin-bottom: 15px;
    }
    .footer-last .payment_box{
        text-align: center;
    }
    p{
        font-size: 17px;
    }
}

@media (max-width: 575px){
    .main_title2 {
        font-size: 35px;
        line-height: 40px;
    }
    .sec_heading .main_title,
    .content-text .feature-title {
        font-size: 30px;
        line-height: 40px;
    }
    .features_pack_heading {
        max-width: 400px;
    }
    .btn-goto{
        padding: 10px 25px;
    }
}

@media (max-width: 420px){    
    .banner_inner .live_btn {
        margin-left: 0;
        min-width: 188px;
    }
}