/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;700;800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


@font-face {
    font-family: 'akrobatbold';
    src: url('../fonts/akrobat-bold-webfont.woff2') format('woff2'),
        url('../fonts/akrobat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akrobatextralight';
    src: url('../fonts/akrobat-extralight-webfont.woff2') format('woff2'),
        url('../fonts/akrobat-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akrobatlight';
    src: url('../fonts/akrobat-light-webfont.woff2') format('woff2'),
        url('../fonts/akrobat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akrobatregular';
    src: url('../fonts/akrobat-regular-webfont.woff2') format('woff2'),
        url('../fonts/akrobat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akrobatsemibold';
    src: url('../fonts/akrobat-semibold-webfont.woff2') format('woff2'),
        url('../fonts/akrobat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'akrobatthin';
    src: url('../fonts/akrobat-thin-webfont.woff2') format('woff2'),
        url('../fonts/akrobat-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hold_onregular';
    src: url('../fonts/hold_on-webfont.woff2') format('woff2'),
        url('../fonts/hold_on-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*Global css*/
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-width: 320px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    color: #020204;
}

.clear {
    clear: both;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button,
input[type="submit"],
input[type="search"],
a,
i {
    transition: all 0.3s ease;
    font-family: "Outfit", sans-serif;
}

button:focus,
input[type="submit"]:focus,
input[type="search"]:focus,
a:focus,
i:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #020204;
}

a:hover {
    text-decoration: none;
    outline: 0;
    color: #020204;
    outline: none;
}

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

a,
img {
    border: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

label {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0 0 15px;
    padding: 0;
    font-family: 'hold_onregular';
    font-weight: 800;
    color: #8F3E06;
    display: block;
    position: relative;
}

h2,
.h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 2px;
}

h2 span,
.h2 span {
    color: #020204;
}

h3,
.h3 {
    font-size: 28px;
    font-weight: 600;
    color: #020204;
    font-family: 'akrobatregular';
}

.icon-title {
    padding-bottom: 25px;
    text-align: center;
}

.icon-title span {
    color: #E08200;
}

.icon-title:after {
    background: url('../images/title-icon.png') no-repeat;
    background-size: 100%;
    width: 30px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: none;
}

.icon-title-white {
    padding-bottom: 25px;
    text-align: center;
    color: #fff;
}

.icon-title-white span {
    color: #ffffff;
}

.icon-title-white:after {
    background: url('../images/white-title-icon.png') no-repeat;
    background-size: 100%;
    width: 30px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

p {
    display: block;
    line-height: 24px;
    margin: 0;
    margin: 0 0 15px;
    font-weight: 400;
}

.disc-list {
    padding-left: 15px;
}

.disc-list li {
    list-style: disc;
    line-height: 26px;
}

p:last-child {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

/*bgcolor*/
.bg-white {
    background-color: #ffffff;
}

.bg-light-gray {
    background-color: #f0f0f0;
}

/*textcolor*/
.white-text {
    color: #ffffff;
}

.sky-blue-text {
    color: #020204;
}

/*fontweight*/
.font-normal {
    font-weight: 400;
}

/*z-index*/
.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.form-group {
    display: block;
    position: relative;
}

.form-control {
    box-shadow: none;
    height: 48px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.form-control:focus {
    color: #020204;
    border-color: #c1c1c1;
}

select,
select.form-control {
    background: #ffffff url('../images/drop-down.png') no-repeat calc(100% - 15px) center;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 28px;
    appearance: none;
    font-family: "Outfit", sans-serif;
    color: #020204;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    border-radius: 0;
    background-size: 11px;
}

select option,
select.form-control option {
    padding: 0 10px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    height: auto;
}

.btn-custom {
    background: linear-gradient(to bottom, rgba(33, 184, 179, 1) 0%, rgba(5, 157, 152, 1) 100%);
    font-family: "Outfit", sans-serif;
    color: #ffffff;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    border: none;
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.btn-custom.white-btn {
    background: #ffffff;
    color: #215676;
}

.btn-custom.white-bdr-btn {
    border: solid 1px #10cdcf;
    background: #ffffff;
    color: #215676;
}

.btn-custom.white-bdr-btn:hover {
    border-color: #215676;
}

.btn-custom:hover {
    background: linear-gradient(to bottom, rgba(5, 157, 152, 1) 0%, rgba(33, 184, 179, 1) 100%);
    color: #ffffff;
}

.full-wdth {
    flex: 0 0 100%;
    max-width: 100%
}

.relative {
    position: relative;
}

.h-full {
    height: 100%;
}

.pad-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.mrg-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mrg-t50 {
    margin-top: 50px;
}

.pad-tb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-tb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.container {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1200px;
}

/*=====================Globalcssend==========================*/

/*owl-Carousel-arrow css start*/
.owl-carousel {
    overflow-x: hidden;
}

.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 0;
}

.owl-carousel .owl-nav button.owl-prev span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
    font-size: 30px;
    color: #020204;
    display: inline-block;
}

.owl-carousel .owl-nav button.owl-next span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 30px;
    color: #020204;
    display: inline-block;
}

.owl-nav button.owl-prev span:hover:after,
.owl-nav button.owl-next span:hover:after {
    color: #020204;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, 0.5);
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

/*owl-Carousel-arrow css end*/

/*css shape css start*/
.white-lrg-right-angle::after {
    width: 0;
    height: 0;
    border-bottom: 459px solid #fff;
    border-left: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    content: "";
}

.white-midium-left-angle::before {
    width: 0;
    height: 0;
    border-top: 400px solid #fff;
    border-right: 100vw solid transparent;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    content: "";
}

.white-midium-bottom-left-angle::before {
    width: 0;
    height: 0;
    border-bottom: 150px solid #fff;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    content: "";
}

/*css shape css end*/

/*section title css start*/
.title-block {
    max-width: 585px;
    margin: auto;
    text-align: center;
}

/*section title css end*/

/*Header css start*/
.site-header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 0.3s ease;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-width: 104px;
    display: block;
}

.site-header .navbar {
    padding: 0;
}

.site-header .navbar-nav li {
    margin-left: 30px;
}

.site-header .navbar-nav li a.nav-link {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 5px;
    margin-bottom: -6px;
    position: relative;
}

.site-header .navbar-nav .active>.nav-link,
.site-header .navbar-nav .nav-link.active,
.site-header .navbar-nav .nav-link.show,
.site-header .navbar-nav .show>.nav-link {
    color: #fff;
}

.site-header .navbar-nav .active>.nav-link,
.site-header .navbar-nav .nav-link.active:after,
.site-header .navbar-nav .nav-link.show,
.site-header .navbar-nav .show>.nav-link {
    color: #fff;
}

.site-header .navbar-nav .nav-link:hover {
    color: #fff;
}

.site-header .navbar-nav .nav-link:focus {
    color: #fff;
}

.site-header .navbar-nav .nav-link:hover:after,
.site-header .navbar-nav .active>.nav-link,
.site-header .navbar-nav .nav-link.active:after {
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.site-header .navbar-nav li a.btn-custom {
    font-size: 11px;
    height: 30px;
    line-height: 31px;
}

.site-header .navbar-nav li a.btn-custom:hover {
    background: #ffffff;
    color: #215676;
}

header.shrink {
    background: linear-gradient(to bottom, rgba(33, 184, 179, 1) 0%, rgba(5, 157, 152, 1) 100%);
    padding: 10px 0;
}

/*Header css end*/

/*Home banner css start*/
.home-banner {
    background: linear-gradient(to bottom, rgba(33, 184, 179, 1) 0%, rgba(5, 157, 152, 1) 100%);
    padding-top: 200px;
    position: relative;
}

.home-banner .container {
    z-index: 1;
}

.banner-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
    width: 63%;
}

.banner-content h1 {
    font-size: 56px;
    text-transform: uppercase;
    color: #fff;
}

.banner-content .btn-custom {
    margin-right: 30px;
    margin-top: 20px;
}

.banner-content .btn-custom:hover {
    background: #ffffff;
    color: #215676;
}

.bnr-mobile-img {
    width: 28%;
    padding-left: 15px;
    padding-right: 15px;
}

.bnr-mobile-img img {
    display: block;
    width: 100%;
}

.bnr-stats {
    position: absolute;
    bottom: 52px;
    left: 15px;
    right: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.bnr-stats li {
    width: 130px;
    height: 130px;
    background: #020204;
    border-radius: 100%;
    border: solid 5px #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 18px;
}

.bnr-stats li:nth-of-type(1) {
    margin-top: -46px;
}

.bnr-stats li:nth-of-type(2) {
    margin-top: -110px;
}

.bnr-stats li:nth-of-type(3) {
    margin-top: -170px;
}

.bnr-stats li i {
    font-size: 28px;
    margin-bottom: 5px;
    display: block;
}

.bnr-stats li span b {
    font-size: 18px;
    display: block;
}

.btn-inline {
    width: 200px;
    display: inline-block;
    margin: 15px 15px 0 0;
    border: 2px solid #fff;
    border-radius: 8px;
}

/*Home banner css end*/

/*About css start*/
.about-section .h2 {
    font-size: 28px;
}

.pad-ext-lr {
    padding-right: 50px;
    padding-left: 80px;
}

.about-section .btn-custom {
    margin-right: 30px;
    margin-top: 30px;
}

/*About css end*/

/*Benifit css start*/
.benifit-section {
    margin-top: -150px;
    padding-top: 296px;
    padding-bottom: 400px;
}

.benifit-section .container {
    z-index: 1;
}

.benifit-block.first {
    margin-top: 20px;
}

.benifit-block.second {
    margin-top: -60px;
}

.benifit-block.third {
    margin-top: -120px;
}

.benifit-block .icon {
    width: 100px;
    margin: 0 auto 25px;
    display: block;
}

/*Benifit css end*/

/*feature css start*/
.feature-section .title-block {
    margin-top: -110px;
}

.feature-block {
    margin-bottom: 40px;
}

.feature-block.lrg-left {
    margin-left: -170px;
}

.feature-block.midium-left {
    margin-left: -85px;
}

.feaure-img {
    display: block;
    margin-left: -50%;
}

.feaure-img img {
    margin-left: 80px;
}

.feature-icon {
    width: 100px;
}

.feature-text {
    width: calc(100% - 100px);
    padding-left: 40px;
}

/*feature css end*/

/*latest app css start*/
.latest-app-section {
    background: url('../images/latest-app-bg.jpg') no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: -90px;
    padding-top: 320px;
    padding-bottom: 390px;
}

.latest-app-section .container {
    z-index: 1;
}

.app-link li {
    margin: 50px 20px 0;
}

.app-link li a {
    border: solid 1px #ffffff;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    padding: 10px 25px 15px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.app-link li a span b {
    font-size: 26px;
    display: block;
}

.app-link li a i {
    font-size: 40px;
    margin-right: 20px;
    margin-top: 4px;
}

.app-link li a:hover {
    background: linear-gradient(to bottom, rgba(33, 184, 179, 1) 0%, rgba(5, 157, 152, 1) 100%);
    border-color: transparent;
}

/*latest app css end*/

/*pricing plan css start*/
.pricing-plan-section {
    margin-top: -120px;
    padding-bottom: 80px;
}

.pricing-plan-section .container {
    padding-left: 30px;
    padding-right: 30px;
}

.price-col {
    width: 32%;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 110px;
}

.price-col.lrg {
    width: 36%;
}

.plan {
    background: #ffffff;
    box-shadow: 0 0 12px 1px rgba(35, 31, 32, 0.2);
}

.plan-head {
    background: #215676;
    padding: 35px 20px;
}

.plan-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

.plan-price {
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-top: 4px;
}

.plan-price b {
    vertical-align: top;
}

.plan-price strong {
    font-size: 60px;
    line-height: 100%;
}

.plan-price em {
    vertical-align: bottom;
    font-style: normal;
}

.plan ul {
    padding: 60px 15px;
    text-align: center;
}

.plan ul li {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #215676;
    margin-top: 5px;
    margin-bottom: 5px;
}

.plan .btn-custom {
    height: 40px;
    line-height: 41px;
    background: #215676;
    border-radius: 15px;
    font-size: 15px;
    margin-bottom: 30px;
}

.price-col.lrg .plan-head {
    padding: 40px 20px;
}

.price-col.lrg .plan-title {
    font-size: 26px;
}

.price-col.lrg .plan-price {
    font-size: 20px;
}

.price-col.lrg .plan-price strong {
    font-size: 70px;
}

.price-col.lrg .plan ul li {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*pricing plan css end*/

/*app review css start*/
.review-slide {
    max-width: 720px;
    margin: 50px auto 0;
}

.author-thumb {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    border: solid 1px #49d3fb;
    overflow: hidden;
    display: block;
    margin: 35px auto 0;
}

.author-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}

.author-comment {
    background: #f0f0f0;
    text-align: center;
    border-radius: 10px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    margin-top: 30px;
}

.author-comment:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f0f0f0;
    border-width: 15px;
    margin-left: -15px;
}

.author-name {
    font-family: 'Raleway', sans-serif;
    color: #215676;
    font-size: 25px;
    font-weight: 600;
}

.review-slide .rating {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    color: #f1c30d;
}

.review-slide.owl-carousel .owl-item.center .author-thumb {
    width: 160px;
    height: 160px;
    border-width: 5px;
    margin: auto;
}

.review-slide.owl-carousel .owl-item.center .author-comment {
    opacity: 1;
    visibility: visible;
}

.review-slide.owl-theme .owl-nav {
    top: 54px;
    transform: translateY(0);
}

/*app review css end*/

/*app view css start*/
.app-view-section {
    padding-top: 0;
    margin-bottom: 50px;
}

.app-slide {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}

.app-img {
    max-width: 270px;
    padding: 20px 0;
    text-align: center;
    margin: auto;
}

.app-slide.owl-carousel .owl-item.center .app-img {
    transform: perspective(0) rotateY(0deg);
    max-width: 100%;
}

.app-slide.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/*app view css end*/

/* Footer Start */
footer {
    padding: 25px 0;
    background: linear-gradient(to bottom, rgba(33, 184, 179, 1) 0%, rgba(5, 157, 152, 1) 100%);
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul li {
    margin: 0 20px;
}

footer ul li a {
    color: #fff;
}

footer p {
    margin-top: 15px;
    color: #fff;
    display: block;
    font-weight: 300;
    font-size: 13px;
}

/* Footer End */

/* Inner Banner Start*/
.inner-bnr {
    padding-top: 200px;
    padding-bottom: 50px;
    height: auto;
    min-height: inherit;
}

.inner-bnr h1 {
    margin: 0;
}

/* Inner Banner End*/

.about-section h2 {
    text-transform: initial;
}

.about-section ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px;
}

.about-section ul li {
    list-style: disc;
}



/*inner pages*/
.inner-header {
    position: relative;
    background: linear-gradient(to bottom, rgba(29, 194, 154, 1) 0%, rgba(50, 195, 102, 1) 100%);
}

.inner-wrapper {
    padding: 50px 0;
}

.custom-form {
    margin: 50px auto 0;
}

.custom-form .label {
    margin-bottom: 10px;
}

.custom-form .form-group {
    margin-bottom: 30px;
}

.gray-text {
    color: #8c8c8c;
}

.theme-text {
    color: #1DC29A;
}

.auth-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-wrapper .container {
    display: flex;
    justify-content: center;
}

.auth-outer {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    height: 100%;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.03);
}

.auth-left-box {
    background: linear-gradient(to bottom, rgba(29, 194, 154, 1) 0%, rgba(50, 195, 102, 1) 100%);
    height: 100%;
    padding: 30px;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.auth-right-box {
    padding: 50px 50px 50px 20px;
}

.btn-group-flex {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.small-text {
    font-size: 14px;
}

.otp-form {
    margin: 30px auto 0;
    max-width: 75%;
}

.otp-form .form-group {
    margin-bottom: 20px;
}

.otp-form input.form-control {
    text-align: center;
    height: 30px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.btn-custom-secondary {
    background: #fff;
    color: #020204;
    border: 1px solid #1DC29A;
}

.btn-custom-secondary:hover {
    border-color: #020204;
}

.subscription-item {
    border: 1px solid #000000;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 1);
}

.subscription-price-text {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}

.subscription-level-text {
    position: absolute;
    min-width: 150px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    right: 0;
    top: 15px;
    border-radius: 50px 0 0 50px;
    background-color: #000000;
    color: #fff;
    padding: 15px 25px;
    font-size: 19px;
}

.subscription-enjoy-text {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.subscription-item ul {
    margin-bottom: 25px;
}

.subscription-item ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.subscription-item ul li img {
    position: absolute;
    left: 0;
    top: 0;
}

.premium {
    background-color: #32c367;
}

.delux {
    background-color: #1dc299;
}

.subscription-outer {
    margin-bottom: 25px;
}

.banner-content .app-link li {
    margin: 10px 20px 0;
}

.banner-content .app-link li a:hover {
    background: linear-gradient(to bottom, rgba(33, 184, 179, 1) 0%, rgba(5, 157, 152, 1) 100%);
    border: 1px solid #fff;

}

/*inner pages*/


.contact-form {
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 0px 27px -12px rgba(0, 0, 0, 0.1);
}

.benifit-block p {
    font-size: 24px;
    font-family: 'akrobatregular';
    line-height: 30px;
}

.modal-body p {
    color: #000000 !important;
    font-size: 16px;
}

.modal-title {
    font-size: 30px;
    font-weight: 300;
}


.modal-body {
    text-align: left;
    font-family: 'akrobatregular';
}

.modal-body h4 {
    font-family: 'akrobatregular';
}

.modal-body ul {
    display: inherit;
    margin-bottom: 30px;
}

.modal-body ul li {
    margin: 0 20px;
    list-style: disc;
}

/* .modal-body {
    overflow-y: auto;
    height: 600px;
} */