@font-face {
    font-family: 'Proxima Nova semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype'),
        url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

.is-scrolled .bg-dark,
.inner-page .bg-dark {
    background-color: #0084ff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    margin: 0 15px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #eee;
}

.nav-item.btn {
    padding: 5px 20px;
}

.navbar-dark .navbar-toggler span {
    color: #ffffff;
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background: #ffffff;
    background: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Proxima Nova Regular';
    transition: 0.5s;
    left: 0;
}

body.pushbody {
    position: relative;
    left: -250px;
    overflow: hidden;
    transition: 0.5s;
}

.sidenav.open {
    width: 250px;
    transition: 0.5s;
}

#response p {
    color: #ffffff;
    font-size: 17px;
    max-width: 600px;
    margin: 0px auto 30px auto;
    line-height: 28px;
    width: 100%;
}

#contact-us {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 0;
}

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    margin: auto;
    z-index: 999;
}

.loader {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: auto;
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#email_message {
    display: none;
}

.email_success_message {
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: green;
    background-color: #ffffff;
}

.email_failed_message {
    margin-bottom: 25px;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 5px 30px;
    color: red;
    background-color: #ffffff;
}

input.error {
    border: 2px solid #ffffff !important;
}

label.error {
    background: none !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    font-size: medium !important;
    margin-top: 0px !important;
    color: #ffffff;
}

#mySidenav a {
    display: block;
    color: #ffffff;
    padding-left: 30px;
    margin: 5px 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #006bcf;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 25px;
}

.hidden-sm-up {
    display: none;
}

.hidden-sm-up.open span:nth-of-type(2) {
    display: inline-block;
}

.hidden-sm-up.open span:nth-of-type(1) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

.hidden-sm-up span:nth-of-type(2) {
    display: none;
    font-size: 25px;
    line-height: 35px;
}

*,
a {
    text-decoration: none !important;
    outline: none !important;
}

.top-wrapper {
    background-color: #0084ff;
    background-image: url(../img/pattern.png);
    background-repeat: no-repeat;
    background-position: top 0px center;
    padding-top: 110px;
}

.inner-page .top-wrapper {
    background-image: none;
}

header {
    padding: 15px 0;
    top: 0px;
    width: 100%;
    background-color: transparent
        /* #1647cc*/
    ;
    position: fixed;
    transition: 0.6s;
    z-index: 999;
}

.inner-page header {
    background-color: #0084ff;
}

.is-scrolled header {
    background-color: #0084ff;
    transition: 0.6s;
    box-shadow: 0.3em 0.5em 1.3em rgba(79, 79, 79, 0.1);
}

.is-scrolled .logo-text {
    color: #0084ff;
}

.is-scrolled .sticky-header {
    display: none;
}

.is-scrolled .nav-item.btn a {
    color: #ffffff;
}

.is-scrolled .nav-item a {
    color: #ffffff;
}

.is-scrolled .nav-item.btn {
    background-color: #ffffff;
    padding: 5px 20px;
}

.is-scrolled .nav-item.btn a {
    color: #0084ff;
    font-size: 18px;
}

.is-scrolled .whitelogo {
    top: 0px;
    transition: ease top 1000ms, ease margin-left 1000ms;

}

.whitelogo {
    border-radius: 10px;
    max-width: 180px;
}

/*.is-scrolled .sticky-header .logo img {
    max-width: 60px;
}*/
.sticky-header {
    position: fixed;
    width: 100%;
    background: #ffffff;
    transition: ease top 1000ms, ease margin-left 1000ms;
    z-index: 999999;
    padding: 15px 0;
    display: block;
    top: 0;
    box-shadow: 0.3em 0.5em 1.3em rgba(0, 0, 0, 0.2);
}

.logo-text {
    font-size: 26px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo-text {
    font-size: 26px;
    color: #0084ff;
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
    vertical-align: middle;
}

.sticky-header .logo img {
    border-radius: 10px;
    max-width: 60px;
}

.head-right {
    text-align: right;
}

.head-right ul.nav {
    display: inline-block;
    width: auto;
}

.head-right ul.nav li {
    display: inline-block;
    padding: 5px 20px;
}

.nav-item a {
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
    font-family: 'Proxima Nova Regular';
    letter-spacing: 0.2px;
}

.nav-item a:hover {
    color: #eee;
}

.nav-item.btn {
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid transparent;
}

/*.is-scrolled .nav-item a {
    color: #00d2ff;
    font-size: 18px;
    padding: 0;
}
.is-scrolled .nav-item a:hover{
    color: #000000;
}
.is-scrolled .head-right ul.nav li {
    padding: 5px 25px;
}
.is-scrolled .nav-item.btn a {
    color: #ffffff;
    font-size: 16px;
}
.is-scrolled header .logo img {
    max-width: 60px;
}*/
.nav-item.btn a {
    font-size: 18px;
    font-family: 'Proxima Nova bold';
    line-height: 35px;
    color: #0084ff;
}

.nav-item.btn:hover {
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.nav-item.btn:hover a {
    color: #ffffff;
}

.nav-link.active {
    color: black !important;
}

.banner {
    padding: 50px 0 0px 0;
}

.banner .download-btn {
    padding-bottom: 50px;
}

.banner-text h1 {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Proxima Nova bold';
    font-size: 38px;
    line-height: 50px;
}

.mobile-banner-text {
    display: none;
}

.banner-text {
    display: inline-block;
}

.banner-img {
    display: inline-block;
    padding: 0 20px;
}

/* .headertitle {
    padding-bottom: 50px;
} */

.headertitle h1 {
    color: #ffffff;
    font-family: 'Proxima Nova bold';
    font-size: 45px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.headertitle p {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
}

.appstore {
    margin: 0 auto;
    display: block;
    text-align: left;
    margin-top: 30px;
}

.appstore img:hover {
    opacity: 0.9;
}

.features {
    background-color: #fff;
    /*background-image: url(../img/features-back.png);*/
    padding: 30px 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.features-detail {
    text-align: center;
    padding: 50px 0;
}

.features-detail p.block-head {
    text-transform: uppercase;
    font-weight: 600;
    color: #2e3c60;
}

.block-wrap {
    padding: 15px 0px;
}

.features h2 {
    font-size: 50px;
    color: #323232;
    text-align: center;
    font-weight: 700;
    font-family: 'Proxima Nova bold';
    margin-bottom: 50px;
}

.features-detail img {
    margin-bottom: 30px;
    width: 200px;
}

.features-detail h3 {
    font-family: 'Proxima Nova Light';
    color: #313131;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 40px;

}

.featuresparegraph {
    padding: 50px 0px 0px 0px;
}

.features-detail p {
    font-family: 'Proxima Nova Light';
    font-size: 20px;
    color: #242424;
    line-height: 34px;
    text-align: left;
}

.downloadsection {
    padding: 100px 0 100px 0;
    background-color: #f5f5f5;
    background-image: url(../img/bubble.png);
    background-repeat: no-repeat;
    background-position: top 0px center;

}

.downloadsection h3 {
    font-size: 50px;
    text-align: center;
    font-family: 'Proxima Nova bold';
    color: #313131;
    font-weight: 500;
}

.downloadsection .appstore {
    text-align: center;
    margin-top: 10px;
}

.downloadtext {
    padding: 30px 0px 30px 0px;
    margin: 0px auto;
}

.downloadtext ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    max-width: 310px;
}

.downloadtext li {
    font-family: 'Proxima Nova semibold';
    font-size: 22px;
    color: #424141;
    padding: 7px 0px 7px 0px;
    background-position: left 10px;
}

.downloadtext li img {
    margin-right: 10px;
    max-width: 26px;
}


.download-btn {
    margin-top: 30px;
    /*margin-left: -50px;*/
    text-align: center;
}

.download-btn a:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
    transition-duration: 0.5s;
}

.downloadsection .download-btn {
    margin-top: 40px;
}

.download-btn a img {
    width: 200px;
}

.download-btn a:last-child {
    margin-left: 30px;
}


footer {
    background-color: #fff;
    padding: 30px 0;
    color: #858585;
    font-size: 18px;
    text-align: center;
    font-family: 'Proxima Nova Light';
}

footer p {
    color: #858585;
}

.footerlink {
    padding: 10px 0;
}

.footerlink a {
    color: #858585;
    padding: 0px 10px 0px 10px;
}


/* Inner Page */
.section-head {
    padding: 30px 0;
}

.section-head h3 {
    font-size: 36px;
    color: #222;
    text-align: left;
    padding-top: 110px;
}

.section-head h3::first-letter {
    border-bottom: 3px solid #0093d8;
}

#steps-to-cancle h3 {
    margin: 30px 0 10px 0;
    font-family: 'Proxima Nova semibold';
    font-size: 26px;
    color: #424141;
}

#steps-to-cancle p {
    font-family: 'Proxima Nova Regular';
    font-size: 18px;
    color: #424141;
    line-height: 30px;
}

#steps-to-cancle ul {
    margin: 0px;
    padding: 0 15px 10px 15px;
    list-style: disc;
}

#steps-to-cancle li {
    margin: 0px 0 10px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
}

#steps-to-cancle li::marker {
    margin-right: 0px !important;
}

#steps-to-cancle p img {
    max-width: 300px;
}

ul.footer-navigation {
    margin: 0;
    padding: 0;
}

ul.footer-navigation li:first-child {
    margin-left: 0;
}

ul.footer-navigation li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
}

ul.footer-navigation li {
    border-right: 1px solid #5e5e5e;
    padding-right: 20px;
    line-height: 20px;
}

ul.footer-navigation li:last-child {
    border-right: none;
}

ul.footer-navigation li a {
    color: #5e5e5e;
}

ul.footer-navigation li a:hover {
    color: #2e3c60;
}

.form-group input,
.form-group textarea {
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #a9a9a9;
    padding: 15px;
    box-shadow: none;
    border-radius: 6px;
}

.form-group input[type="submit"] {
    width: 150px;
    background-color: #0084ff;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;

}

.form-group textarea {
    height: 120px;
}

.form-group input[type="submit"] {
    width: 150px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Proxima Nova semibold';
    margin-top: 30px;
}

.form-group input[type="submit"]:hover {
    background-color: #313131;

}

#contact-us {
    background-color: #fff;
    padding: 60px 0 20px 0;
}

.form-group input::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group input::-moz-placeholder {
    color: #a9a9a9;
}

.form-group input:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group input::placeholder {
    color: #a9a9a9;
}

.form-group textarea::-webkit-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::-moz-placeholder {
    color: #a9a9a9;
}

.form-group textarea:-ms-input-placeholder {
    color: #a9a9a9;
}

.form-group textarea::placeholder {
    color: #a9a9a9;
}

.form-group {
    margin-bottom: 15px;
}

.section-head {
    font-family: 'Proxima Nova bold';
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #313131;
    padding-top: 0;
    padding-bottom: 60px;
}

.error {
    color: #ffd617;
    display: block;
    text-align: left;
    margin-top: 5px;
}

#contact-us {
    text-align: center;
}

#contact-us {
    width: 700px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.g-recaptcha>div {
    margin: 0 auto;
}

/* Media Queries */

@media (max-width: 1680px) {
    .nav-item a {
        font-size: 18px;
    }

    .head-right ul.nav li {
        padding: 3px 15px;
    }

    .head-right ul.nav li:last-child {
        padding: 3px 25px;
    }

    .nav-item.btn a {
        font-size: 18px;
    }

    .appstore img {
        max-width: 200px;
    }

    .appstore {
        margin-top: 40px;
    }

    .banner-img img {
        max-height: 500px;
    }

    .features h2 {
        font-size: 50px;
    }

    .features-detail img {
        width: 180px;
        margin-bottom: 20px;
    }

    .features-detail h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .features-detail p {
        font-size: 18px;
    }

    .features-detail {
        padding: 50px 0 50px 0;
    }

    .downloadsection {
        padding: 70px 0 70px 0;
    }
}

@media (max-width: 1199px) {
    .banner-img img {
        max-height: 400px;
    }

    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .appstore {
        margin-top: 25px;
    }

    .features-detail {
        padding: 30px 0 30px 0;
    }

    .features {
        padding: 80px 0 80px 0;
    }

    .features-detail p {
        font-size: 18px;
        line-height: 30px;
    }

    .features-detail h4 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 25px;
    }

    .Create-own-logo h3 {
        font-size: 37px;
    }

    .banner {
        padding: 30px 0 0px 0;
    }

    .features-detail img {
        max-width: 150px;
    }
}

@media (max-width: 992px) {
    .block-wrap {
        max-width: 300px;
        margin: 0px auto 0px auto;
    }

    .features-detail {
        padding: 0;
    }

    .banner-text h1 {
        font-size: 24px;
        line-height: 35px;
    }

    .downloadsection h3 {
        font-size: 36px;
    }

    .features {
        background-attachment: scroll;
    }

    .appstore {
        text-align: left;
    }

    .downloadsection .appstore {
        text-align: center;
    }

    .banner-img img {
        max-height: 550px;
    }

    /*.features-detail img {
        width: calc(50%);
    }        */
    .downloadsection {
        padding: 50px 0 50px 0;
    }

    footer {
        padding: 10px 0;
    }

    footer p {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .download-btn {
        margin-top: 0px;
        text-align: center;
    }

    .downloadsection .download-btn {
        margin-top: 30px;
    }

    .download-btn a:last-child {
        margin-left: 22px;
    }

    .top-wrapper .hidden-sm-up span {
        color: #ffffff;
    }

    .is-scrolled .hidden-sm-up.mobile-burger span {
        color: #ffffff
    }

    .hidden-sm-up {
        display: block;
    }

    .hidden-sm-up span {
        color: #ffffff;
        font-size: 30px;
    }

    .head-right>ul.nav {
        display: none;
    }

    .section-head h3 {
        font-size: 24px;
    }

    #steps-to-cancle h3 {
        margin: 0 0 20px 0;
        font-size: 18px;
    }

    .features-detail img {
        max-width: 80%;
    }

    .banner-img img {
        max-height: 300px;
    }

    .appstore {
        margin-top: 30px;
        text-align: left;
    }

    .features h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }

    .features-detail p {
        padding: 0 0px;
    }

    .features-detail .bottom-block {
        margin: 0px auto 0 auto;
    }

    .features-detail {
        padding: 0px 0 0px 0;
    }

    .marketing-text h3,
    .downloadsection h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .marketing-text p {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .downloadsection .appstore {
        text-align: center;
    }

    .downloadsection {
        padding: 50px 0 50px 0;
    }

    footer {
        padding: 10px 0;
    }

    footer p {
        font-size: 12px;
    }

    .banner {
        padding: 30px 0 0px 0;
    }

    .headertitle {
        font-size: 30px;
        padding: 0px 0px 30px 0px;
    }

    .top-wrapper {
        padding-top: 80px;
    }

    .features {
        padding: 50px 0 30px 0;
    }

    .featuresparegraph {
        padding: 0px 0px 0px 0px;
    }

    .features-detail p {
        font-size: 18px;
        line-height: 28px;
    }

    .marketing-text h3,
    .downloadsection h3 {
        font-size: 38px;
    }

    .downloadtext {
        padding: 30px 0px 30px 0px;
    }

    .section-head {
        padding-bottom: 20px;
    }

    .headertitle p br {
        display: none;
    }

    .headertitle h1 {
        font-size: 34px;
    }

    .headertitle p {
        font-size: 24px;
        margin-top: 0;
    }

    .headertitle {
        padding: 0px 0px 10px 0px;
    }

    .banner .download-btn {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {

    .download-btn {
        margin-top: 0px;
    }

    .headertitle h1 {
        font-size: 34px;
    }

    .headertitle p {
        font-size: 24px;
        margin-top: 0;
    }

    .headertitle {
        padding: 0px 0px 10px 0px;
    }

    .banner .download-btn {
        padding-bottom: 20px;
    }

    .download-btn a img {
        width: 160px;
    }

    .downloadsection .download-btn {
        margin-top: 30px;
    }

    .download-btn a:last-child {
        margin-left: 15px;
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #202020;
    }

    .is-scrolled .nav-item.btn {
        padding: 10px 20px;
    }

    .nav-item.btn a {
        font-size: 16px;
    }

    .bg-dark {
        background-color: #0084ff !important;
        padding: 2px 2px 2px 2px;
    }

    .navbar-collapse {
        background-color: #ffffff;
    }

    .whitelogo {
        max-width: 270px;
        margin-left: 10px;
    }

    .navbar-dark .navbar-toggler {
        margin-right: 10px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #0084ff;
    }

    .navbar-nav li {
        text-align: center;
        padding: 10px 0;
    }

    .navbar-nav li:first-child {
        border-bottom: 1px solid #0084ff;
    }

    .nav-item.btn {
        max-width: 250px;
        margin: 0 auto;
    }

    .mobile-banner-text {
        display: block;
    }

    .mobile-banner-text h1 {
        color: #ffffff;
        font-family: 'SF UI Display Heavy';
        font-size: 32px;
    }

    .banner-text {
        display: none;
    }

    .banner-img {
        margin: auto;
        margin: 30px auto 0px auto;
    }

    footer .d-flex {
        display: block !important;
        text-align: center;
    }

    footer .d-flex>div {
        display: block;
        margin: 10px 0;
    }

    .section-head {
        padding-bottom: 20px;
    }

    .footerlink a {
        padding-left: 5px;
        padding-right: 0;
        font-size: 15px;
    }

    .footerlink a:first-child {
        padding-left: 0;
    }

    .footerlink {
        padding-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .banner .d-flex {
        display: block !important;
        text-align: center;
    }

    /*.banner-text h1 br{
        display: none;
    }*/
    .sticky-header {
        padding: 10px 0;
    }

    .is-scrolled .nav-item.btn a {
        padding: 0 20px;
    }

    .is-scrolled .head-right ul.nav li {
        padding: 0;
    }

    .is-scrolled .nav-item a {
        font-size: 18px;
    }

    .is-scrolled .nav-item.btn a {
        font-size: 12px;
        line-height: 26px;
    }

    .is-scrolled .stiky-header {
        padding: 10px 0;
    }

    .features-detail>.row>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .head-right ul.nav li {
        padding: 0px;
    }

    .head-right ul.nav li:first-child {
        margin-bottom: 10px;
    }

    .nav-item.btn a {
        padding: 0 20px;
    }

    /* .features h3 {
        line-height: 1.5;
    } */

    .banner-img img {
        max-width: 100%;
    }

    .appstore {
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    .appstore img {
        max-width: 100%;
    }

    .features-detail .bottom-block {
        margin-top: 0;
    }

    footer p {
        font-size: 13px;
    }

    .marketing-text h3 .Create-own-logo h3 {
        font-size: 26px;
    }

    .features-detail img {
        max-width: 50%;
    }

    .head-right ul.nav li:first-child {
        margin-bottom: 5px;
        display: block;
    }

    .nav-item.btn a {
        line-height: 34px;
    }

    footer {
        padding: 10px 0;
    }

    .banner-text h1 {
        font-size: 22PX;
    }

    .features-detail {
        padding: 0px 0 0px 0;
    }

    .features {
        background-image: none;
    }

    .Create-own-logo {
        background-color: #fafafa;
        padding: 30px 0 30px 0;
    }

    .nav-item a {
        line-height: 30px;
    }

    .headertitle {
        padding: 0px 0px 15px 0px;
    }

    .headertitle h1 {
        font-size: 26px;
        padding: 0px 0px 0px 0px;
    }

    .headertitle p {
        font-size: 18px;
    }

    .headertitle p br {
        display: none;
    }

    .banner .download-btn {
        margin-top: 0;
        padding-bottom: 0px;
    }

    .marketing-text h3,
    .downloadsection h3,
    .features h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .downloadtext {
        padding: 20px 0px 30px 0px;
    }

    .block-wrap {
        max-width: 375px;
        width: 95%;
        margin: 0px auto 0px auto;
    }

    .section-head {
        padding-bottom: 30px;
    }

    .hidden-sm-up {
        cursor: pointer;
    }
}


#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}