
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Sen:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");


/* ==========================================================================
   GENERAL
   ========================================================================== */
div.elfsight-app-106a6083-403b-481c-a744-8ee185990d46 {
    position: fixed !important;
    z-index: 10;
}

body {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    background: #f6f7f8;
     overflow-x: hidden;  
}

html {
    overflow-x: hidden;
}

p {
    margin-bottom: 1rem;
}

a:hover, a:focus {
    color: #024b43;
}

a {
    color: #007bff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
    font-family: 'Inter', sans-serif;

    font-weight: 500;
    margin-bottom: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #fff;
    }

.bg-transparent {
    background: transparent !important;
}

.bg-defult {
    background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
    padding: 60px 0px;
}

.section-2 {
    padding: 30px 0px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.section-header {
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
}

    .section-header .section-title {
        font-size: 35px;
        margin-bottom: 25px;
        font-weight: 600;
        position: relative;
        line-height: 30px;
        /* color: #fff; */
    }

    .section-header .desc-text p {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 0;
    }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 25px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: #000;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

    .btn:focus,
    .btn:active {
        box-shadow: none;
        outline: none;
    }

.btn-common {
    background-color: #007BFF;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 9px 0px rgb(96 94 94 / 17%);
    min-width: 160px;
    /* height: 50px; */
    padding: 14px 15px;
    color: #fff;
    font-size: 18px;
}

    .btn-common:hover {
        color: #fff;
        background-color: #005dc1;
        transform: translateY(-2px);
    }

.btn-light-bg {
    background-color: #ff704f;
}

.btn-border {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    background-color: transparent;
    border-color: #3e93cf;
    color: #3e93cf;
    width: 160px;
    height: 50px;
    padding: 14px 15px;
}

    .btn-border:hover {
        box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
        transform: translateY(-2px);
    }

.btn-border-filled {
    cursor: pointer;
    background-color: #3e93cf;
    border: 1px solid #3e93cf;
    color: #fff;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    width: 180px;
    height: 50px;
    padding: 15px 15px;
}

    .btn-border-filled:hover {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
        transform: translateY(-2px);
    }

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    color: #3c9cfd;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 16px;
}

    .btn-rm i {
        vertical-align: middle;
    }

.btn-singin {
    background: #7fc9fb;
    color: #666;
    padding: 10px 23px;
    margin-left: 30px;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.4);
}

    .btn-singin:hover,
    .btn-singin:active,
    .btn-singin:focus {
        color: #222;
        box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.2);
    }

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
    color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
    border-width: 2px;
    border-color: #3c96ff;
    border-style: solid;
    background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .btn-apple i {
        background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .btn-apple:hover,
    .btn-apple:active,
    .btn-apple:focus {
        background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

button:focus {
    outline: none !important;
}

.btn-border-fill {
    background: #fff;
    border-color: #fff;
    color: #3c9cfd;
}

.btn-subtitle {
    color: #191c1e;
    font-family: 'Poppins', sans-serif;
    background: #dbecff;
    text-align: center;
    border-radius: 30px;
    padding: 6px 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 14px;
}

.clear {
    clear: both;
}

.mt {
    margin-top: 80px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.padding-0 {
    padding: 0;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #00544c;
}

#loader-1:before {
    z-index: 100;
    animation: spin 2s infinite;
}

#loader-1:after {
    border: 7px solid #fafafa;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background: #4d917b;
    /* background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%); */
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    z-index: 9999999;
}

    .back-to-top i {
        color: #fff;
        font-size: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.menu-bg {
    background: #fff;
    /* background: linear-gradient(95deg, #009688 20%, #04bdac 100%) !important; */
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .menu-bg .menu-button {
        top: 0;
    }

        .menu-bg .menu-button:hover {
            cursor: pointer;
            color: #3c9cfd;
        }

    .menu-bg .logo-menu a {
        color: #3c9cfd;
    }

    .menu-bg .navbar-nav .nav-link {
        color: #2b2b2b !important;
    }

        .menu-bg .navbar-nav .nav-link:hover {
            color: rgb(207 12 12) !important;
        }

    .menu-bg .navbar-nav .active {
        color: #ffffff !important;
    }

.navbar-expand-md .navbar-nav .nav-link {
    color: #2b2b2b;
    font-size: 16px;
    padding: 8px 0px;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 500;
}

    .navbar-expand-md .navbar-nav .nav-link:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 0px;
        background: #ffffff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }

    .navbar-expand-md .navbar-nav .active::before,
    .navbar-expand-md .navbar-nav .nav-link:hover::before {
        width: 100%;
    }

.navbar-brand {
    color: #fff;
}


    .navbar-brand img {
        height: 55px;
    }

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: rgb(207 12 12);
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
    color: #ce0606;
}

.navbar-expand-md .navbar-toggler {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    margin: 5px;
    cursor: pointer;
    float: right;
}

    .navbar-expand-md .navbar-toggler i {
        color: #fff !important;
    }

    .navbar-expand-md .navbar-toggler:focus {
        outline: none;
    }

ul.header_ul {
    margin-bottom: 15px;
}

    ul.header_ul li {
        margin-bottom: auto;
        font-size: 18px;
        margin-left: 0px;
    }

ul.header_ul_sm li {
    margin-bottom: auto;
    font-size: 13px;
    margin-left: 0px;
}
/* ==========================================================================
   Hero Area
   ========================================================================== */
#phone-panel {
    text-align: right;
}

    #phone-panel i {
        color: #fff;
        font-size: 35px;
    }

    #phone-panel .phone-title span {
        color: #fff;
        font-size: 31px;
        font-weight: bold;
        margin-left: 10px;
    }

    #phone-panel .phone-title {
        color: #fff;
    }


.hero-area {
    position: relative;
    background-color: #fff;
    box-shadow: 2px 4px 4px #dadada;
}

    .hero-area .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-image: url('/img/car-finance.jpg');
        /* background: #5533ff;
      background: linear-gradient(
        48deg
        , #00544c 20%, #04bdac 100%);  */
        /* -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg); */
        -webkit-transform-origin: 0;
        transform-origin: 0;
        z-index: -12;
        overflow: hidden;
        background-position: center;
    }

        /* .hero-area .overlay:before{
      content: "" ; display: inline-block;
      transform: skewX(-35deg); 
      -ms-transform: skewX(-35deg); 
      -webkit-transform: skewX(-35deg); 
      background-image: url('/img/chair-person.png'); 
      background-repeat: no-repeat; 
      background-position: top left; 
      
     
      position: absolute;
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left;
      width: 2000px; 
      height: 2000px; 
    }  */

        .hero-area .overlay::after {
            content: "";
            background: rgba(0 0 0 / 49%);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        .hero-area .overlay :nth-child(1) {
            width: 33.33333%;
            width: calc(100% / 2);
            top: 0;
            left: 16.66666%;
            left: calc(calc(100% / 3) / 2);
            right: auto;
            background: #5533ff;
            background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
            height: 200px;
        }

        .hero-area .overlay :nth-child(2) {
            width: 33.33333%;
            width: calc(100% /3);
            bottom: 0;
            background: #5533ff;
            background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
            position: absolute;
            height: 155px;
            left: 3%;
        }



    .hero-area .contents {
        padding: 115px 0px 30px;
    }

        .hero-area .contents h2 {
            color: #555;
            font-size: 1.5em;
            line-height: inherit;
            font-weight: 500;
        }

        .hero-area .contents h1 {
            color: #2a2a2a;
            font-size: 2.4rem;
            font-weight: 600;
            line-height: 60px;
            margin-bottom: 20px;
        }

        .hero-area .contents p {
            /* color: #fff;*/
            font-size: 28px;
            line-height: 35px;
        }

        .hero-area .contents .btn {
            margin: 40px;
            /* margin-right: 20px; */
            text-transform: uppercase;
            padding: 15px 30px;
        }

        .hero-area .contents .btn-border {
            border: 1px solid #fff;
            color: #3e93cf !important;
            -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
            width: 180px;
            height: 50px;
            padding: 15px 15px;
            background: #fff;
        }

            .hero-area .contents .btn-border:hover {
                background: #fff;
                color: #3e93cf;
            }

    .hero-area .intro-img {
        padding: 180px 0 0px;
    }

        .hero-area .intro-img img {
            display: block;
            height: auto;
            max-width: 100%;
        }

/* ==========================================================================
   About 
   ========================================================================== */
#services .services-item {
    padding: 60px 30px;
    border: 1px solid #ddd;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    #services .services-item:hover {
        border: 1px solid #3e93cf;
        box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    #services .services-item .icon {
        background: #e3fff2;
        width: 110px;
        height: 110px;
        margin: 0px auto;
        margin-bottom: 0px;
        text-align: center;
        display: block;
        border-radius: 50%;
        position: relative;
        margin-bottom: 25px;
    }

        #services .services-item .icon i {
            font-size: 40px;
            color: #3e93cf;
            position: absolute;
            left: 0;
            right: 0;
            top: 30%;
        }

    #services .services-item h4 {
        font-size: 20px;
        font-weight: 600;
        color: #151948;
        margin-bottom: 15px;
    }

    #services .services-item p {
        font-size: 16px;
        margin-bottom: 10px;
        color: #5e629c;
    }

/* ==========================================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
    padding-bottom: 80px;
}

    #business-plan .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

#business-plan {
    padding-top: 60px;
}

    /* #business-plan .business-item-info {
        margin-top: 60px;
    }*/

    #business-plan .business-item-info h3 {
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
    }

    #business-plan .business-item-info p {
        font-size: 17px;
        text-align: left;
        margin-bottom: 20px;
    }

    #business-plan h3 {
        color: #000;
    }

    #business-plan .footer-info {
        color: #000;
    }



/* ==========================================================================
   info-panel Section 
   ========================================================================== */
#info-panel {
    padding-bottom: 80px;
}

    #info-panel .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    #info-panel .business-item-info {
        margin-top: 60px;
    }

        #info-panel .business-item-info h3 {
            font-size: 35px;
            font-weight: 600;
            margin-bottom: 25px;
        }

        #info-panel .business-item-info p, #info-panel p {
            font-size: 17px;
            margin-bottom: 20px;
            line-height: 24px;
        }

    #info-panel .pt-40 {
        padding-top: 40px;
    }

.bg-section-color {
    background-color: #363636;
}

    .bg-section-color h3 {
        color: #ffffff;
    }

    .bg-section-color h4 {
        color: #ff3c3c;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .bg-section-color p {
        color: #fff;
    }

    .bg-section-color ul {
        color: #fff;
    }

        .bg-section-color ul li {
            font-size: 20px;
            padding-left: 36px;
            position: relative;
            background-color: #0000004d;
            padding: 6px 42px 6px;
            margin-bottom: 1px;
            color: #ff3c3c;
            font-weight: normal;
        }

            .bg-section-color ul li span {
                color: #fff;
                font-weight: normal;
                font-size: 15px;
            }

            .bg-section-color ul li i {
                position: absolute;
                color: #ff3c3c;
                left: 10px;
                top: 12px;
            }

/* ==========================================================================
   Content-Pages Section 
   ========================================================================== */
#content-p {
    padding-bottom: 40px;
   
}

    #content-p .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }

    #content-p .business-item-info {
        margin-top: 60px;
    }




        #content-p .business-item-info h3 {
            font-size: 35px;
            font-weight: 600;
           
            line-height:inherit;
        }

        #content-p .business-item-info p {
            font-size: 15px;
            text-align: left;
            margin-bottom: 20px;
        }

        #content-p .business-item-info strong {
            font-size: 18px;
            font-weight: normal;
        }






/* Steps */
#steps {
    margin-top: 20px;
    width: 100%;
}

    #steps .feature-info {
        max-width: 72%;
    }

    #steps .featured-bg {
        /* background: #fff; } */
    }

    #steps .featured-border1 {
        /* border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed; */
    }

    #steps .featured-border2 {
        border-bottom: 1px solid #ededed;
    }

    #steps .featured-border3 {
        border-right: 1px solid #ededed;
    }

    #steps .feature-item {
        padding: 5px;
        overflow: hidden;
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        #steps .feature-item .feature-icon {
            background: #e3fff2;
            width: 44px;
            height: 44px;
            margin: 0px auto;
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: 0px;
            margin-bottom: 0px;
            margin-bottom: 0px;
            text-align: center;
            display: block;
            border-radius: 50%;
            position: relative;
            margin-right: 14px;
            border: 1px solid #3e93cf;
            margin-top: 12px;
        }

            #steps .feature-item .feature-icon i {
                font-size: 23px;
                color: #3e93cf;
                position: absolute;
                left: 0;
                right: 0;
                top: 24%;
            }

        #steps .feature-item h4 {
            font-size: 18px;
            color: #25ddf5;
            font-weight: 600;
            margin-bottom: 2px;
        }

        #steps .feature-item p {
            font-size: 12px;
            line-height: 15px;
            display: block;
        }

        #steps .feature-item:hover {
            box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
            -moz-transition: all .8s ease;
            -webkit-transition: all .8s ease;
            transition: all .8s ease;
        }

            #steps .feature-item:hover .feature-icon {
                background: #3e93cf;
                -moz-transition: all .8s ease;
                -webkit-transition: all .8s ease;
                transition: all .8s ease;
            }

                #steps .feature-item:hover .feature-icon i {
                    color: #fff;
                    -moz-transition: all .8s ease;
                    -webkit-transition: all .8s ease;
                    transition: all .8s ease;
                }

/*Steps End*/






/* ==========================================================================
   Features 
   ========================================================================== */
#features {
    background: #f9f9f9;
}

    #features .featured-bg {
        background: #fff;
    }

    #features .featured-border1 {
        border-bottom: 1px solid #ededed;
        border-right: 1px solid #ededed;
    }

    #features .featured-border2 {
        border-bottom: 1px solid #ededed;
    }

    #features .featured-border3 {
        border-right: 1px solid #ededed;
    }

    #features .feature-item {
        padding: 30px;
        overflow: hidden;
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        #features .feature-item .feature-icon {
            background: #e3fff2;
            width: 100px;
            height: 100px;
            margin: 0px auto;
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: 0px;
            margin-bottom: 0px;
            margin-bottom: 0px;
            text-align: center;
            display: block;
            border-radius: 50%;
            position: relative;
            margin-right: 30px;
            border: 1px solid #3e93cf;
            margin-top: 12px;
        }

            #features .feature-item .feature-icon i {
                font-size: 40px;
                color: #3e93cf;
                position: absolute;
                left: 0;
                right: 0;
                top: 32%;
            }

        #features .feature-item h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        #features .feature-item p {
            font-size: 16px;
            display: block;
        }

        #features .feature-item:hover {
            box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
            -moz-transition: all .8s ease;
            -webkit-transition: all .8s ease;
            transition: all .8s ease;
        }

            #features .feature-item:hover .feature-icon {
                background: #3e93cf;
                -moz-transition: all .8s ease;
                -webkit-transition: all .8s ease;
                transition: all .8s ease;
            }

                #features .feature-item:hover .feature-icon i {
                    color: #fff;
                    -moz-transition: all .8s ease;
                    -webkit-transition: all .8s ease;
                    transition: all .8s ease;
                }

/* ==========================================================================
   Features 
   ========================================================================== */
#download-app {
    padding-bottom: 100px;
}

    #download-app .download-info {
        padding-top: 30px;
    }

        #download-app .download-info h3 {
            font-size: 35px;
            font-weight: 600;
            margin-bottom: 20px;
            line-height: 44px;
        }

        #download-app .download-info p {
            font-size: 16px;
            display: block;
            margin-bottom: 35px;
        }

        #download-app .download-info .downlaod-btn {
            padding-bottom: 50px;
            border-bottom: 1px solid #ff704f;
            margin-bottom: 40px;
        }

            #download-app .download-info .downlaod-btn a.play-store {
                font-size: 12px;
                box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
                border-radius: 35px;
                text-transform: inherit;
                text-align: left;
                padding: 15px 80px;
                width: 195px;
                height: 65px;
                line-height: 18px;
                margin-right: 35px;
                background: #ff704f;
                background-position-x: left;
                background-position-y: center;
                background-position: 20%;
            }

            #download-app .download-info .downlaod-btn a {
                position: relative;
            }

                #download-app .download-info .downlaod-btn a.play-store span {
                    font-size: 15px;
                    font-weight: 500;
                }

                #download-app .download-info .downlaod-btn a.play-store i {
                    position: absolute;
                    left: 40px;
                    font-size: 28px;
                    color: #fff;
                    top: 18px;
                }

                #download-app .download-info .downlaod-btn a.ios-store i {
                    position: absolute;
                    left: 40px;
                    font-size: 28px;
                    color: #000;
                    top: 18px;
                }

                #download-app .download-info .downlaod-btn a.ios-store {
                    border: 1px solid #ff704f;
                    color: #151948;
                    font-size: 12px;
                    box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
                    border-radius: 35px;
                    text-transform: inherit;
                    text-align: left;
                    padding: 15px 80px;
                    width: 195px;
                    height: 65px;
                    line-height: 18px;
                    margin-right: 35px;
                    background: #fff;
                    background-position-x: left;
                    background-position-y: center;
                    background-position: 20%;
                    position: relative;
                }

                #download-app .download-info .downlaod-btn a.play-store:hover {
                    color: #151948;
                    -webkit-transition: all 0.8s ease-in-out;
                    -moz-transition: all 0.8s ease-in-out;
                    -o-transition: all 0.8s ease-in-out;
                    transition: all 0.8s ease-in-out;
                }

                #download-app .download-info .downlaod-btn a.ios-store span {
                    font-size: 15px;
                }

                #download-app .download-info .downlaod-btn a.ios-store:hover {
                    color: #ff704f;
                    -webkit-transition: all 0.8s ease-in-out;
                    -moz-transition: all 0.8s ease-in-out;
                    -o-transition: all 0.8s ease-in-out;
                    transition: all 0.8s ease-in-out;
                }

    #download-app .download-statatics h3 {
        color: #151948;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    #download-app .download-statatics p {
        font-size: 18px;
        color: #5e629c;
    }

/* ==========================================================================
   Showcase 
   ========================================================================== */
#business-plan .faqs p {
    line-height: 18px;
}

#business-plan .gradient-bg {
    background: #353535;
    background: linear-gradient(95deg, #e6e5e5 40%, #e8e8e8 100%);
    padding: 68px 0px 80px 0px;
}

.faqs div.title {
    text-align: center;
    display: block;
    width: 100%;
}

#business-plan h3.faq-question {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
}

#business-plan ol li {
    color: #5e629c;
}

#business-plan .faqs {
    text-align: left;
}

#business-plan strong {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 6px;
    color: #444;
    display: block;
    margin-top: 13px;
}

#showcase {
    padding-bottom: 375px;
}

    #showcase .right-position {
        position: relative;
    }

    #showcase .showcase-area {
        position: absolute;
        width: 97%;
        z-index: 12;
        top: 260px;
        margin: 0px auto;
    }

    #showcase .showcase-text h2 {
        color: #fff;
    }

    #showcase .showcase-text p {
        color: #fff;
    }

    #showcase .gradient-bg {
        background: #5533ff;
        background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
        padding: 119px 0px 80px 0px;
    }

    #showcase .showcase-slider .owl-controls .owl-page.active span, #showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1;
        background: #3e93cf;
    }

    #showcase .showcase-slider .owl-controls .owl-page span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #3e93cf;
    }

    #showcase .showcase-slider .owl-controls .active span {
        width: 15px;
        height: 15px;
    }

    #showcase .showcase-slider .screenshot-thumb {
        width: 100%;
        height: 100%;
        position: relative;
    }

        #showcase .showcase-slider .screenshot-thumb .fancy-table {
            padding-top: 72px;
        }

        #showcase .showcase-slider .screenshot-thumb p {
            color: #fff;
            font-size: 16px;
            font-style: italic;
            margin-bottom: 10px;
        }

        #showcase .showcase-slider .screenshot-thumb h5 {
            font-size: 20px;
            color: #fff;
            display: block;
            font-weight: 600;
        }

        #showcase .showcase-slider .screenshot-thumb .zoom-icon a {
            display: inline-block;
            margin: 8px;
        }

            #showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
                color: #000;
                -webkit-transition: all 200ms ease-in;
                -ms-transition: all 200ms ease-in;
                -moz-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }

            #showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
                color: #fff;
                font-size: 20px;
            }

        #showcase .showcase-slider .screenshot-thumb > .hover-content {
            background-color: #3e93cf;
            opacity: 0.90;
            height: 85%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
            width: 83%;
            margin: 25px;
        }

        #showcase .showcase-slider .screenshot-thumb:hover .hover-content {
            opacity: 0.8;
            -webkit-transition-duration: 500ms;
            -o-transition-duration: 500ms;
            transition-duration: 500ms;
        }

    #showcase .showcase-slider .owl-wrapper-outer {
        padding: 20px 0px;
    }

/* ==========================================================================
   Testimonial section
   ========================================================================== */
#testimonial {
    margin-bottom: 270px;
    background: url(../img/bg/testimonial-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #testimonial .right-position {
        position: relative;
    }

    #testimonial .testimonial-area {
        position: absolute;
        width: 100%;
        z-index: 12;
        top: 260px;
        margin: 0px auto;
    }

    #testimonial #client-testimonial {
        background-color: #fff;
        padding: 54px;
        -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
        -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
        box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
    }

        #testimonial #client-testimonial .content-inner p {
            font-size: 24px;
            color: #5e629c;
            font-style: italic;
            line-height: 35px;
        }

        #testimonial #client-testimonial .author-info {
            padding-top: 26px;
            padding-bottom: 20px;
        }

            #testimonial #client-testimonial .author-info h5 {
                color: #151948;
                font-size: 18px;
            }

        #testimonial #client-testimonial h5 span {
            font-size: 16px;
            color: #5e629c;
            font-style: italic;
        }

        #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev {
            color: #3e93cf;
            display: inline-block;
            zoom: 1;
            *display: inline;
            margin: 5px;
            font-size: 16px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 50px;
            background: #fff;
            filter: Alpha(Opacity=50);
            position: absolute;
            left: -20px;
            top: 48%;
            opacity: 1;
            border: 1px solid #ccc;
            width: 38px;
            height: 38px;
            padding: 8px 0px;
        }

        #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next {
            color: #3e93cf;
            display: inline-block;
            zoom: 1;
            *display: inline;
            margin: 5px;
            font-size: 16px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 50px;
            background: #fff;
            filter: Alpha(Opacity=50);
            position: absolute;
            right: -20px;
            top: 48%;
            opacity: 1;
            border: 1px solid #ccc;
            width: 38px;
            height: 38px;
            padding: 8px 0px;
        }

            #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev:hover, #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next:hover {
                color: #fff;
                background: #3e93cf;
                border-color: #3e93cf;
            }

    #testimonial .video-promo-content {
        padding-top: 0;
        padding-bottom: 300px;
    }

    #testimonial .video-play-button {
        position: absolute;
        z-index: 10;
        top: 30%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        box-sizing: content-box;
        display: block;
        width: 32px;
        height: 44px;
        /* background: #fa183d; */
        border-radius: 50%;
        padding: 18px 20px 18px 28px;
    }

        #testimonial .video-play-button:before {
            content: "";
            position: absolute;
            z-index: 0;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: #fff;
            border-radius: 50%;
            animation: pulse-border 1500ms ease-out infinite;
        }

        #testimonial .video-play-button:after {
            content: "";
            position: absolute;
            z-index: 1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 100px;
            height: 100px;
            background: #fff;
            border-radius: 50%;
            transition: all 200ms;
            opacity: 0.5;
        }

        #testimonial .video-play-button:hover:after {
            background-color: #28ca81;
        }

        #testimonial .video-play-button:hover span {
            border-left: 22px solid #fff;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-radius: 2px;
        }

        #testimonial .video-play-button span {
            display: block;
            position: relative;
            z-index: 3;
            width: 0;
            height: 0;
            border-left: 22px solid #3e93cf;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-radius: 2px;
            margin-top: 8px;
            margin-left: 5px;
        }

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* ==========================================================================
   Our Pricing 
   ========================================================================== */
#pricing .pricing-table {
    padding: 55px;
    border: 1px solid #ccc;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    #pricing .pricing-table h3 {
        font-size: 20px;
        color: #151948;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 11px;
    }

    #pricing .pricing-table h1 {
        color: #3e93cf;
        font-size: 50px;
        font-weight: 500;
        position: relative;
        padding-left: 10px;
    }

        #pricing .pricing-table h1 span {
            font-size: 16px;
            position: absolute;
            left: 20%;
            top: 10px;
        }

    #pricing .pricing-table ul {
        padding-bottom: 28px;
    }

        #pricing .pricing-table ul li {
            font-size: 16px;
            font-weight: 400;
            color: #5e629c;
            display: block;
            line-height: 33px;
        }

    #pricing .pricing-table:hover {
        border: 1px solid #3e93cf;
        box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

/* ==========================================================================
   team section
   ========================================================================== */
#team .single-team {
    border: 1px solid #ddd;
    position: relative;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    #team .single-team img {
        width: 100%;
    }

    #team .single-team .team-social-icons {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -20px;
    }

        #team .single-team .team-social-icons ul.social-list li {
            display: inline-block;
            width: 35px;
            height: 35px;
            border: 1px solid #ccc;
            border-radius: 50%;
            padding: 5px;
            line-height: 30px;
            margin: 4px;
            background: #fff;
        }

            #team .single-team .team-social-icons ul.social-list li:hover {
                background: #3e93cf;
                -moz-transition: all .4s ease;
                -webkit-transition: all .4s ease;
                border-color: #3e93cf;
                transition: all .4s ease;
            }

                #team .single-team .team-social-icons ul.social-list li:hover a {
                    display: block;
                }

                    #team .single-team .team-social-icons ul.social-list li:hover a i {
                        color: #fff;
                        -moz-transition: all .4s ease;
                        -webkit-transition: all .4s ease;
                        transition: all .4s ease;
                    }

            #team .single-team .team-social-icons ul.social-list li a i {
                color: #3e93cf;
                font-size: 16px;
            }

    #team .single-team:hover {
        box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

    #team .single-team .team-details {
        padding: 45px 0px 30px 0px;
        position: relative;
    }

        #team .single-team .team-details h5.team-title {
            font-size: 16px;
            font-weight: 600;
            display: block;
            margin-bottom: 0;
        }

        #team .single-team .team-details p {
            font-size: 12px;
            color: #5e629c;
        }

/* ==========================================================================
   Blog section
   ========================================================================== */
.blog-hero-area {
    background: url(../img/hero-area.jpg) no-repeat;
    background-size: auto;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .blog-hero-area .contents {
        padding: 160px 0 140px;
    }

#blog {
    background: #f9f9f9;
}

    #blog .blog-item-wrapper {
        border: 1px solid #ddd;
        background-color: #fff;
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        #blog .blog-item-wrapper:hover {
            box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
            -moz-transition: all .8s ease;
            -webkit-transition: all .8s ease;
            transition: all .8s ease;
            border-color: #3e93cf;
        }

            #blog .blog-item-wrapper:hover h3 a {
                color: #3e93cf;
            }

        #blog .blog-item-wrapper .blog-item-text {
            padding: 26px 30px 30px 30px;
        }

        #blog .blog-item-wrapper h3 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 12px;
        }

            #blog .blog-item-wrapper h3 a {
                color: #151948;
            }

        #blog .blog-item-wrapper p {
            font-size: 15px;
            line-height: 23px;
            margin-bottom: 20px;
        }

        #blog .blog-item-wrapper a.read-more {
            color: #3e93cf;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
            position: relative;
        }

            #blog .blog-item-wrapper a.read-more i {
                color: #3e93cf;
                font-size: 10px;
                position: absolute;
                top: 3px;
            }

        #blog .blog-item-wrapper .author {
            border-top: 1px solid #ddd;
            padding: 18px 30px 35px 30px;
        }

        #blog .blog-item-wrapper span.name a {
            color: #5e629c;
            font-size: 14px;
        }

        #blog .blog-item-wrapper span.name i {
            color: #3e93cf;
            margin-right: 5px;
        }

        #blog .blog-item-wrapper span.date a {
            color: #5e629c;
            font-size: 14px;
        }

        #blog .blog-item-wrapper span.date i {
            color: #3e93cf;
            margin-right: 5px;
        }

/* ==========================================================================
   Blog index2 version
   ========================================================================== */
#blog2 {
    background: #fff;
}

    #blog2 .blog-item-wrapper {
        border: 1px solid #ddd;
        background-color: #fff;
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        #blog2 .blog-item-wrapper:hover {
            box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
            -moz-transition: all .8s ease;
            -webkit-transition: all .8s ease;
            transition: all .8s ease;
            border-color: #ff704f;
        }

            #blog2 .blog-item-wrapper:hover h3 a {
                color: #ff704f;
            }

        #blog2 .blog-item-wrapper .blog-item-text {
            padding: 26px 30px 30px 30px;
        }

        #blog2 .blog-item-wrapper h3 {
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 12px;
        }

            #blog2 .blog-item-wrapper h3 a {
                color: #151948;
            }

        #blog2 .blog-item-wrapper p {
            font-size: 15px;
            line-height: 23px;
            margin-bottom: 20px;
        }

        #blog2 .blog-item-wrapper a.read-more {
            color: #ff704f;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500;
            position: relative;
        }

            #blog2 .blog-item-wrapper a.read-more i {
                color: #ff704f;
                font-size: 10px;
                position: absolute;
                top: 3px;
            }

        #blog2 .blog-item-wrapper .author {
            border-top: 1px solid #ddd;
            padding: 18px 30px 35px 30px;
        }

        #blog2 .blog-item-wrapper span.name a {
            color: #5e629c;
            font-size: 14px;
        }

        #blog2 .blog-item-wrapper span.name i {
            color: #ff704f;
            margin-right: 5px;
        }

        #blog2 .blog-item-wrapper span.date a {
            color: #5e629c;
            font-size: 14px;
        }

        #blog2 .blog-item-wrapper span.date i {
            color: #ff704f;
            margin-right: 5px;
        }

/* ==========================================================================
   Blog single post section
   ========================================================================== */
.blog-hero-area .contents h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 300;
    margin-bottom: 25px;
}

#blog .blog-item-wrapper {
    -webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
    -moz-transition: transform .2s linear, -moz-box-shadow .2s linear;
    transition: transform .2s linear, box-shadow .2s linear;
}

    #blog .blog-item-wrapper:hover {
        box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.35);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

#blog-single {
    padding: 80px 0;
    background: #ecf0f1;
}

    #blog-single .blog-post {
        background: #fff;
        overflow: hidden;
        margin-bottom: 40px;
    }

        #blog-single .blog-post .post-thumb img {
            width: 100%;
        }

        #blog-single .blog-post .post-content {
            padding: 30px;
        }

            #blog-single .blog-post .post-content h3 {
                font-size: 30px;
                padding-bottom: 10px;
            }

    #blog-single .blog-comment {
        background: #fff;
        padding: 50px 30px;
        margin-top: 30px;
        overflow: hidden;
    }

        #blog-single .blog-comment h4 {
            font-size: 24px;
            margin-bottom: 30px;
        }

        #blog-single .blog-comment .comment-list {
            list-style: none;
            margin: 0;
            padding: 0;
            margin-bottom: 50px;
        }

            #blog-single .blog-comment .comment-list .the-comment {
                border-bottom: 1px solid #e7e6e6;
                padding-bottom: 25px;
                margin-bottom: 25px;
            }

            #blog-single .blog-comment .comment-list .children {
                padding-left: 40px;
            }

        #blog-single .blog-comment .avatar {
            float: left;
            margin-right: 15px;
            padding: 5px;
            border-radius: 3px;
            background: #fff;
            border: 1px dashed #346afe;
        }

        #blog-single .blog-comment .comment-author {
            margin-bottom: 10px;
        }

        #blog-single .blog-comment .meta {
            margin-bottom: 10px;
            color: #999;
        }

.blog-hero-area .post-meta {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .blog-hero-area .post-meta ul li {
        display: inline-block;
        margin-right: 8px;
        margin-left: 8px;
    }

        .blog-hero-area .post-meta ul li i {
            margin-right: 5px;
        }

        .blog-hero-area .post-meta ul li a {
            color: #fff;
        }

            .blog-hero-area .post-meta ul li a:hover {
                color: #ff704f;
            }

#blog-single .form-control {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #f5f5f5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#blog-single .btn-common {
    background-color: #ff704f;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    width: 160px;
    height: 50px;
    padding: 14px 15px;
}

#blog-single .form-control:focus {
    border: 1px solid #ff704f;
    outline: none;
    box-shadow: none;
}

#subscribe .form-control {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #f5f5f5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

#blog-single textarea {
    border-radius: 4px !important;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
#contact form#contactForm .form-group {
    margin-bottom: 30px;
}

#contact form#contactForm input[type=text], #contact form#contactForm input[type=email], #contact form#contactForm select {
    min-height: 52px;
    padding: 0px 0 0 28px;
    font-size: 16px;
    color: #5e629c;
}

#contact form#contactForm textarea {
    padding: 15px 0 0 28px;
    font-size: 16px;
    color: #5e629c;
}
/* #contact form#contactForm select {
    padding: 15px 0 0 28px;
    font-size: 16px;
    color: #5e629c; } */

#contact form#contactForm .form-control:focus {
    border: 1px solid #3e93cf;
    outline: none;
    box-shadow: none;
    background: #dbecff
}

.submit-button {
    text-align: center;
}

/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
    padding-top: 65px;
    background: #000000;
}

    #footer-Content .footer-logo {
        text-align: left;
    }

        #footer-Content .footer-logo img {
            /* padding-top: 70px;  */ margin-bottom: 50px;
        }

        #footer-Content .footer-logo strong {
            color: #fff;
            font-size: 20px;
        }

        #footer-Content .footer-logo p {
            color: white;
        }

    #footer-Content .form-control:focus {
        outline: none;
        box-shadow: none;
        background: #e5fff3;
    }

    #footer-Content .copyright {
        margin-top: 8px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        #footer-Content .copyright p {
            color: white;
            font-size: 15px;
        }

        #footer-Content .copyright a {
            color: #ddd;
        }

    #footer-Content .widget p {
        color: #e2e2e2;
        font-size: 16px;
        line-height: 32px;
    }

    #footer-Content .widget .subscribe-area {
        position: relative;
        height: 40px;
        margin-top: 18px;
    }

        #footer-Content .widget .subscribe-area input[type=email] {
            /* background: #24153c; */
            border: 1px solid #fff;
            color: #e2e2e2;
            font-size: 14px;
            font-style: italic;
            height: 38px;
        }

        #footer-Content .widget .subscribe-area span i {
            position: absolute;
            right: 0;
            width: 60px;
            height: 38px;
            color: #fff;
            top: 0;
            background: #3e93cf;
            display: block;
            padding: 9px 20px;
            font-size: 18px;
            border-radius: 0px 4px 4px 0px;
        }

    #footer-Content h3.block-title {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    #footer-Content ul.menu li a {
        color: #e2e2e2;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

        #footer-Content ul.menu li a:hover {
            color: #3e93cf;
            padding-left: 5px;
            -webkit-transition: all 300ms;
            -o-transition: all 300ms;
            transition: all 300ms;
        }

.footer-links a {
    color: white;
    margin-right: 15px;
    margin-bottom: 13px;
    display: inline-block;
}

    .footer-links a:hover {
        color: #3e93cf;
    }

.section-title .p-c {
    color: darkred;
}

.form-initial {
    min-height: 568px;
    width: 381px;
    /* background-image: url(/img/bg.png); */
    text-align: center;
    padding: 20px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-color: #3a3a3a;
}

.form {
    background-color: #f5f5f5;
    min-height: 568px;
    text-align: left;
    padding: 30px;
    position: relative;
    border-bottom: 7px solid;
}

.form-initial form#contactForm .form-group {
    margin-bottom: 13px !important;
}

.form h2.title {
    text-align: center;
    font-weight: bold;
}

.form label {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    display: block;
}

.form span {
    display: flex;
    align-items: center;
    color: #444;
    font-size: 16px;
}

.form input[type="checkbox"] {
    margin: 8px;
    display: inline;
    height: 20px;
    width: 20px;
}

.arrow-down {
    position: relative;
}

    .arrow-down:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 0;
        /* left: 130px; */
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 29px solid #d12020;
        -moz-transform: scale(0.999);
        -webkit-backface-visibility: hidden;
        margin: auto 42%;
    }




h2.form-head-title {
    color: #332e2e;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
    /* color: darkred; */
    margin-top: 20px;
    /* text-shadow: 1px 1px 2px #444;*/
}




ul {
    list-style: none;
    padding: 0;
}

    ul .inner {
        padding-left: 1em;
        overflow: hidden;
        display: none;
    }

        ul .inner.show {
            /*display: block;*/
        }

    ul li {
        font-size: 17px;
        color: #000;
        margin-bottom: 15px;
        margin-left: 1rem;
    }

        ul li a.toggle {
            width: 100%;
            display: block;
            background: rgba(0, 0, 0, 0.78);
            color: #fefefe;
            padding: 0.75em;
            border-radius: 0.15em;
            transition: background 0.3s ease;
            font-size: 18px;
        }

            ul li a.toggle:hover {
                background: rgba(0, 0, 0, 0.9);
            }


    ul .inner p {
        font-size: 14px;
        color: #5e629c;
        /* line-height: 26px; */
        margin-bottom: 0;
        padding: 15px;
    }

.lenders-panel {
    display: none;
}

.whatever {
    background-color: red;
    display: inline-block;
    width: 100px;
    height: 100px;
}

#checkboxes input[type=checkbox] {
    display: none;
}

    #checkboxes input[type=checkbox]:checked + .whatever {
        background-color: green;
    }

.dte-panel {
    display: none;
}

.dynamic-rows div.row:nth-child(odd) {
    padding-top: 10px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #777;
}

.dynamic-rows div.row:nth-child(even) {
    padding-top: 10px;
}

.dynamic-rows div.row {
    background-color: #efe6e6;
}

.dynamic-rows span {
    display: block;
    padding: 10px;
    font-size: 17px;
    font-weight: bold;
}

    .dynamic-rows span.title {
        color: #b30000 !important;
    }


#contactForm .row {
    justify-content: center;
}

h2.sub-heading {
    font-size: 25px;
  /*  border-bottom: 2px solid #009688;*/
    margin: 10px 0px;
    font-weight: 700;
}








.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}
/* .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
} */
.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

    .faq .card {
        border: none;
        background: none;
        border-bottom: 1px dashed #CEE1F8;
    }

        .faq .card .card-header {
            padding: 0px;
            border: none;
            background: none;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

            .faq .card .card-header:hover {
                background: rgb(0 150 136);
                /* padding-left: 10px;  */
                color: #fff;
                background-color: #02534b;
            }

            .faq .card .card-header .faq-title {
                width: 100%;
                text-align: left;
                padding: 0px;
                padding-left: 30px;
                padding-right: 30px;
                font-weight: 400;
                font-size: 19px;
                /* letter-spacing: 1px; */
                background-color: #009688;
                color: #fff;
                text-decoration: none !important;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                cursor: pointer;
                padding-top: 20px;
                padding-bottom: 20px;
            }

                .faq .card .card-header .faq-title:hover {
                    color: #fff;
                }

                .faq .card .card-header .faq-title .badge {
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    line-height: 14px;
                    float: left;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                    text-align: center;
                    background: #d0a31f;
                    color: #fff;
                    font-size: 12px;
                    margin-right: 20px;
                }

        .faq .card .card-body {
            padding: 30px;
            padding-left: 35px;
            padding-bottom: 16px;
            font-weight: 400;
            font-size: 16px;
            color: #009688;
            line-height: 28px;
            border-top: 1px solid #F3F8FF;
        }

            .faq .card .card-body p {
                font-size: 15px;
                margin-bottom: 16px;
            }

            .faq .card .card-body ul {
                margin-left: 15px;
                margin-bottom: 15px;
            }

                .faq .card .card-body ul li i {
                    margin-right: 15px;
                }

div.mobile-on {
    display: none;
}


@media (max-width: 991px) {

    .date-dropdowns div.col-md-4 {
        margin-bottom: 15px;
    }

    div.desk-on {
        display: none;
    }

    div.mobile-on {
        display: block;
    }

    .faq {
        margin-bottom: 30px;
    }

        .faq .card .card-header .faq-title {
            line-height: 26px;
            margin-top: 10px;
        }
}

.three-steps {
    width: 100%;
}

    .three-steps .pointer {
        color: #ffffff59;
        font-size: 85px;
        margin-right: 10px;
    }

    .three-steps .col-lg-4 {
        display: flex;
    }

    .three-steps .mob-show-chev {
        display: none;
    }

    .three-steps .txt h4 {
        margin-bottom: 0px;
    }

    .three-steps .txt {
        padding-top: 26px;
        width: 60%;
    }

#business-plan .footer-info p {
    font-size: 15px;
    text-align: center;
    /* text-align: left; */
    margin-bottom: 20px;
}



#steps-q ul li.visited {
    position: relative;
    background-color: green;
    height: 40px !important;
    width: 40px !important;
    color: #fff;
    cursor: pointer;
}

#steps-q ul li.selected {
    position: relative;
    background-color: #cf0a0a;
    height: 40px !important;
    width: 40px !important;
    color: #fff;
}

    #steps-q ul li.selected:after {
        content: '';
        position: absolute;
        top: 98%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-top: solid 9px #cf0a0a;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }


/*#steps-q ul li.selected {
    background: #706b6b;
    padding: 10px 14px;*/
/* border-radius: 50%; */
/*color: #fff;

}*/
#steps-q ul li {
    background: #e8e8e8;
    padding: 9px 10px;
    color: #555;
    border-radius: 5px;
    font-size: 1rem;
    margin: 0px 5px;
}

/*#steps-q ul li:after {
        content: '';
        width: 100%;
        border-bottom: solid 1px #fff;
        position: absolute;
        left: 0;
        top: 50%;
        z-index: 1;
    }*/

#steps-q ul {
    justify-content: space-evenly;
}


#questionnaire {
    box-shadow: 0px 3px 8px #a9a8a8;
    border-radius: 5px;
    padding: 45px 0px 0px 0px;
    min-height: 370px;
    border: 1px solid #606060;
}


    #questionnaire p {
        color: #525252;
        font-size: 24px;
    }

    #questionnaire .btn-common i {
        position: absolute;
        top: -7px;
        left: -7px;
        color: green;
        border: 2px solid #fff;
        border-radius: 14px;
        background-color: #fff;
    }


    #questionnaire .btn-common {
        background-color: #2196f3;
        position: relative;
        z-index: 1;
        box-shadow: 0px 8px 9px 0px rgb(96 94 94 / 17%);
        min-width: 92px;
        /* height: 50px; */
        padding: 0.375rem 0.75rem;
        margin: 10px 15px;
        color: #fff;
        font-size: 15px;
    }

    #questionnaire div.question {
        padding: 60px 0px 0px;
        display: none;
    }


div.auth-inner {
    font-size: 22px;
    color: #fff;
    padding: 10px 0px;
}

.q_nav span {
    cursor: pointer;
}


blockquote {
    padding-left: 2rem;
    border-left: 12px solid #b9b9b9;
    margin-left: 5rem;
}

    blockquote div {
        font-size: 2rem;
        line-height: 3rem;
    }

.auth-points {
    background-color: #000
}

ul.list li {
    font-size: 20px;
    padding-left: 36px;
    position: relative;
    background-color: #0000000d;
    padding: 6px 15px;
    margin-bottom: 1px;
    color: #000000;
    font-weight: normal;
    display: flex;
    align-items: center;
}

    ul.list li i {
        margin-right: 15px;
    }

.process-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .process-wrapper span:last-child {
        width: 100%;
        background-color: #f5f4f4;
        padding: 8px 15px;
    }

    .process-wrapper span:first-child {
        font-size: 4rem;
        padding: 0px 37px 0px;
        /* line-height: 1rem; */
        color: #d03333;
        font-weight: 600;
        min-width: 10%;
    }

#selected-address {
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 4px;
}

.congrat-panel button {
    margin: 20px 0px;
}

.congrat-panel p {
    text-align: left !important;
}

.modal ul li {
    font-size: 1rem;
}

.modal p {
    color: black;
}

.postcode-box {
    border-radius: 4px !important;
}

.date-dropdowns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


span.sub-error {
    margin: 10px 15px;
    color: red;
}



input.error, select.error {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.valid {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
   
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.error {
    border: 1px solid red;
}

.id-upload-list li {
    font-size: 15px;
    color: #000; margin-bottom:5px;
}

.img-pnl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 6px;
    border-radius: 5px;
    padding-left: 20px;
    border: 2px solid #45cd8e;
    color:#000;
}

#driving_files {
    padding: 15px;
    border-radius: 5px;
}

#consent-popup p {
    color: #fff;
}

#consent-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #000;
    padding: 25px;
    font-size: 15px;
    text-align: center;
    box-shadow: 1px 1px 21px 0px #999;
    width: 100%;
}

#accept {
    text-transform: capitalize;
    /* border: 1px solid #999; */
    padding: 10px 20px;
    background-color: #109379;
    color: #fff;
    border: 1px solid #fff;
}

#reject {
    text-transform: capitalize;
    padding: 5px 10px;
    background-color: lightgray;
    color: #555555;
}


.wrapper {
    margin: 36px 0px;
}

@media (max-width: 992px) {
    .wrapper {
        width: 100%;
        margin: 36px 0px;
    }
}


.panel-group p{
    padding:0px 15px;
}
.panel-heading {
    padding: 0;
    border: 0;
}

.panel-body p {
    font-size: 13px !important;
    
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 10px;
    color: #555;
    font-size: 17px;
   /* font-weight: bold;*/
    border-bottom: 1px solid #dadada;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: "Font Awesome\ 5 Free";
    content: "\f078";
   /* float: right;*/
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contact-section {
    font-size: 14px;
}

.mt-desk-30 {
    margin-top: 30px;
}

@media (min-width: 320px) and (max-width: 480px) {

    .mt-20 {
        margin-top: 20px;
    }
}

.inner-section {
    padding: 50px 0px;
    margin-bottom: 50px;
    background-color: #2b2b2b;
}

    .inner-section h1 {
        color: #ffffff;
    }

.modal h3 {
    color: #000;
}


.faqs-grid {
    margin-bottom: 50px;
}

.faqs-item {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
    background-color: rgb(245 245 245);
}

.faqs-title {
    display: flex;
    position: relative;
    color: #555;
    font-size: 15px;
    text-decoration: none;
    padding: 10px;
    width: 100%;
    outline: none;
    transition: 0.4s;
}

    .faqs-item .active,
    .faqs-title:hover {
        background-color: #0c6e5b;
        color: #fff;
    }

    .faqs-title:after {
        content: "\002B";
        font-weight: normal;
        float: right;
        margin-left: auto;
        font-size: 24px;
        line-height: 1;
        padding-left: 20px;
    }

.faqs-item .active:after {
    content: "\2212";
}

.faqs-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faqs-content-inside {
    padding: 20px;
}

    .faqs-content-inside p {
        color: #000;
    }

.faqs-grid h2 {
    color: #000;
}

.marketing-points li {
    font-size: 15px;
    text-align: left;
    margin-bottom: 5px;
    list-style: square;
}

.grad-bg {
    /*// background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);*/
    background-color: #109379 !important;
    color:#fff;
}

.gray-bg {
    background-color: #444;
}