.offerbg{
    background: #00131c;
    height: 34px;
}
.offer{
    padding: 2px 0 0 0;
    margin: 0;
}
.offer p{
    color: #ffffff;
    text-align: center;
}
.menubg{
    border-bottom: 1px solid #bababa;
    border-top: 1px solid #bababa;
}
.menu img{
    width: 150px;
}
.btn-cta-green {
    background-color: #36a900;
    border-color: #36a900;
    color: #fff;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
}
.btn-outline-green{
    background-color: #ffffff;
    border-color: #36a900;
    color: #00b403;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
    font-weight: 600;
    padding-top: 10px;
    /* font-size: 14px; */
}
.btn-outline-green:hover{
    background-color: #36a900;
    border-color: #36a900;
    color: #ffffff;
}
.navbar-nav{
    margin-left: 100px;
}
.navbar-nav li{

}
.navbar-nav li a {
    padding: 0 29px !important;
    font-weight: 600;
}
.slidebg{
    background: url("../img/bgslide.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}
.slide{
    height: 530px;
    background: #0d333f;
    border-radius: 100px 0;
    padding: 40px;
}
.slide h3{
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    padding-top: 55px;
}
.slide p{
    text-align: center;
    color: #CCCCCC;
}
.slidecond {
    font-size: 13px !important;
    color: #7e7b7b !important;
}
.btn-cta-green {
    background-color: #36a900;
    border-color: #36a900;
    color: #fff;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
    padding-top: 10px;
    font-weight: 600;
}
.btn-cta-green:hover {
    background-color: #004358;
    border-color: #004358;
    color: #fff;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
}
.slide a{
    padding: 13px 30px 15px!important;
    width: 300px;
    margin: 0 100px;
}
.users{
    margin-top: 0px;
    font-size: 21px;
    color: #ffffff;
    margin-left: 97px;
}
.users img{
    width: 200px;
}
.welcomebg{
    background: #ddebff;
    padding: 60px 0 12px 0;
}
.welcome{
    text-align: center;
}
.welcome h1{font-weight: 700;color: #04293b;}
.welcome h4{font-size: 17px;font-weight: 400;}
.nav-item{
    margin: 0 auto;
    font-weight: 600;
}
.featrebtt{
    width: 300px;
}
.featredleft{

}
.featred{
    /* margin-left: 100px; */
}
.tab-pane{
    padding:30px 0;
}
.nav-item button.nav-link {
    border: #36a900 1px solid !important;
    color: #36a900;
}
.nav-item button.nav-link:hover {
    border: #36a900 1px solid !important;
    color: #ffffff;
    background: #36a900;
}
.nav-item button.nav-link.active{
    background: #36a900 !important;
}
.industrybg{padding: 30px 0;background: #f0f0f0;}
.industry h2{
    font-size: 36px;
    text-align: center;
    padding: 22px 0;
    /* width: 646px; */
    font-weight: 700;
}
.industry img{
    height: 150px;
}
.industry p{
    font-size: 15px;
}
.businessbg{
    background: #0d333f;
    padding: 50px 0;
}
.business h2{
    color: #ffffff;
    text-align: center;
    font-size: 45px;
}
.business span{
    color:#0FD46C;
    font-weight: 700;
}
.business a{
    margin: 0 auto;
}
.btn-outline-ctg{
    background-color: transparent;
    border-radius: 0.25rem;
    border: 0.125rem solid #fff;
    color: #fff;
    font-style: normal;
    min-height: unset;
}
.btn-outline-ctg:hover{
    background-color: transparent;
    border-radius: 0.25rem;
    border: 0.125rem solid #ff0000;
    color: #ff0000;
    font-style: normal;
    min-height: unset;
}
.packagebg{
    padding: 50px 0;
}
.package h2{
    font-size: 36px;
    font-weight: 700;
}
.content{
    display: flex;
    justify-content: center;
    /* width: 1200px; */
    margin: 17px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: space-around;
    align-items: center;
}

.box{
    display: flex;
    flex-direction: column;
    height: 630px;
    width: 300px;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background: var(--white);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
}
.title{
    width: 100%;
    padding: 18px 0 0 0;
    font-size: 1.8em !important;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #00b403 !important;
    line-height: 28px;
}

.basic .title{
    background: var(--pinkish-red);
}

.standard .title{
    background: var(--medium-blue);
}

.business .title{
    background: var(--greenish-blue);
}

.view{
    display: block;
    width: 100%;
    padding: 0px 0 0px;
    background: var(--white-smoke);
}

.icon{
    display: flex;
    justify-content: center;
}

.icon img{
    width: 80px;
}

.cost{
    display: flex;
    justify-content:center;
    flex-direction: row;
    margin-top: 4px;
}

.amount{
    font-size: 2.8em;
    font-weight: bolder;
}
.basicpara{
    text-align: center;
    padding: 0;
    line-height: 8px;
}
.detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.description{
    margin: 0px auto;
    font-size: 0.8em;
    color: #7D7C7C;
    padding: 0;
}

.description ul{
    list-style: none;
}

.description li{
    margin-top: 10px;
    font-size: 15px;
    line-height: 14px;
    margin-left: -37px;
}

.description li::before{
    content: "";
    /*background-image: url("https://i.postimg.cc/ht7g996V/check.png");*/
    background-position: center;
    background-size: cover;
    opacity: 0.5;

    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.description li i{
    color: #0fd46c;
}
.button{
    margin: 0 auto 5px;
}



/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .content{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    .standard, .business{
        margin-top: 25px;
    }
}
/* Responsiveness:End */

.my-slider{
    padding: 0 70px;
}
.slick-initialized .slick-slide{
    background-color: #198754;
    olor: #FFF;
    height: 100px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}



.slick-next, .slick-prev{
    z-index: 5;
}
.slick-next{
    right: 15px;
}
.slick-prev{
    left: 15px;
}
.slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
}
.btn-outline-learn {
    background-color: transparent;
    border-radius: 0.25rem;
    border: 1px solid #36a900;
    color: #36a900;
    font-style: normal;
    min-height: unset;
}
.btn-outline-learn:hover{
    background-color: #36a900;
    border-radius: 0.25rem;
    border: 1px solid #36a900;
    color: #ffffff;
    font-style: normal;
    min-height: unset;
}
.reviewbg{
    background: #b6b6b66b;
    padding: 50px 0;
}
.review h2{
    font-size: 36px;
    text-align: center;
    padding: 0px 0;
    /* width: 646px; */
    font-weight: 700;
}
.review p {
    text-align: center;
    padding: 0 180px;
}
.reviewcontent{/* height: 181px; */}
.reviewcontent img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
    justify-content: center;
}
.reviewc{
    height: 290px !important;
    background: #0d333f !important;
    border-radius: 20px 0;
    text-align: justify !important;
}
.reviewc i{
    font-size: 25px;
    color: #777d8a;
    /* text-align: center; */
    padding: 3px 153px;
    /* justify-content: center; */
}
.reviewc p{text-align: justify;font-size: 15px;color: #fff;padding: 10px;}
.reviewc h3{text-align: center;font-size: 16px;line-height: 13px;color: #979797;}
.reviewc h4{text-align: center;font-size: 15px;line-height: 5px;font-weight: lighter;color: #0c84ff;}
.supportbg{
    background: #0c84ff;
    padding: 40px 0;
}
.btn-midnight-blue {
    background-color: transparent;
    border: #ffffff 2px solid;
    color: #fff !important;
    font-weight: 700;
    color: #001b40;
    font-family: founders-grotesk,helvetica,arial,sans-serif;
}
.btn-midnight-blue:hover {
    background-color: #001b40;
    border-color: #001b40;
    color: #ffffff;
}
.support h2{font-weight: 700;margin-bottom: 20px;}
.support p{

}
.support ul li{margin-bottom: 20px;color: #fff;font-size: 18px;}
.supportbtn a{

}
.support ul li b{
    color: #004c67;
}
.suportimg img{width: 80%;}
.copyrightbg{background: #0d333f;padding: 10px 0;}
.copyright{
    color: #ccc;
    text-align: center;
}
/*Login Page*/
.loginbg{
    background: #00394b;
    padding: 20px 0;
}
/*About Us*/
.aboutbg{
    background: url("../img/aboutbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}
.about{
    height: 424px;
    background: #004160ab;
    border-radius: 100px 0;
    padding: 40px;
    text-align: center;
    color: #ffffff;
}
.about h1{
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
}
.about p{
    font-size: 25px;
}
.helpbg{
    background: #0d333f;
}
.help h5{
    text-align: center;
    font-size: 20px;
}
.help h2{
    text-align: center;
    line-height: 25px;
}
.help p{
    text-align: center;
    font-size: 14px;
}
/*Privary Policy*/
.policybg{

}
.policy{}
.policy h4{
    font-size: 16px;
    line-height: 10px;
}
.policy h1{
    font-size: 42px;
    font-weight: 700;
}
.policy b{}
.policy p{text-align: justify;}
.sidebar{
    background: #0d333f;
    padding: 36px 5px 10px 15px;
    border-radius: 55px 0;
}
.sidebar h3{
    font-size: 24px;
    color: #fff;
}
.sidebar ul{
    margin-left: -25px;
}
.sidebar ul li{
    list-style: none;
    line-height: 39px;
    /* margin-left: -41px; */
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid #fff; */
}
.sidebar ul li a{
    text-decoration: none;
    color: #fff;
    left: 0;
    line-height: 20px;
}
.fa-quote-right{
    color: green !important;
}
.list-item-options {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -10px;
    display: flex;
    margin: 0 0 40px;
}
.list-item-options li {
    width: 16.666%;
    padding: 0 10px;
    letter-spacing: 0;
    list-style: none;
}
.list-item-options li .item {
    position: relative;
    margin: 0 0 30px;
}
.list-item-options li img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.list-item-options li span {
    position: absolute;
    inset: auto auto -14px 0;
    color: #fff;
    padding: 4px 23px 6px 11px;
    max-width: 100%;
}
.bg-green-ryb {
    background-color: #66c424;
}
.bg-blue-voilet {
    background-color: #763add;
}
.bg-dark-turquoise {
    background-color: #00cddd;
}
.bg-american-purple {
    background-color: #521064;
}
.bg-salem {
    background-color: #1d7452;
}
@media (max-width: 767px){
    .slide a {
        padding: 4px 17px 10px!important;
        width: 283px;
        margin: 0 10px;
    }
    .list-item-options {
        font-size: 12px;
        line-height: 15px;
        flex-flow: wrap;
        margin: 0;
        padding-left: 1px;
    }
    .list-item-options li {
        width: 33.333%;
        padding: 0 5px;
    }
    .offer {
        padding: 7px 0 0 0;
        margin: 0;
    }
    .offer p {
        font-size: 12px;
    }
    .slidebg{
        height: 433px;
    }
    .slide {
        height: 420px;
        padding: 29px;
    }
    .slide h3 {
        font-size: 20px;
        padding-top: 10px;
    }
    .my-slider{
        padding: 0 !important;
    }
    .slick-initialized .slick-slide{
        height: auto!important;
    }
    .nav-item button.nav-link{
        padding: 3px;
        font-size: 10px;
        margin-bottom: 5px;
    }
    .industry h2{
        font-size: 20px;
        padding: 5px 0;
    }
    .business h2{
        font-size: 23px;
    }
    .package p{
        font-size: 12px;
    }
    .package h2 {
        font-size: 20px;
    }
    .content{
        margin: 1px auto;
    }
    .review p{
        padding: 0;
    }
    .review h2 {
        font-size: 21px;
    }
    .navbar-nav {
        margin-left: 0px;
    }
    .navbar-nav li {
        background: #00324a;
        border-bottom: 3px solid #ccc;
        width: 100% !important;
        text-align: center;
        padding: 5px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show,
    .navbar-nav li a{
        color: #ffffff;
    }
    .navbar-toggler{
        background: #36a900;
        color: #ffffff;
    }
}

