/*----------------------------------------------------------------------------------

Project     :   CUSP - App Landing Page

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

default CSS
preloader
header area
hero area
section heading
about area
features area
extra features area
screen slider
how work area
counter area
pricing area
team area
watch area
download area
partner area
screenshot area
testimonial area
contact area
faq area
footer
blog page
blog sidebar

--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700|Roboto:400,500,700');

@font-face {
	font-family: 'hel-new';
	src: url('fonts/Helvetica Neue CE 55 Roman.eot');
	src: local('☺'), url('fonts/Helvetica Neue CE 55 Roman.woff') format('woff'), url('fonts/Helvetica Neue CE 55 Roman.ttf') format('truetype'), url('fonts/Helvetica Neue CE 55 Roman.svg') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'hel-bold';
	src: url('fonts/Helvetica Bold.eot');
	src: local('☺'), url('fonts/Helvetica Bold.woff') format('woff'), url('fonts/Helvetica Bold.ttf') format('truetype'), url('fonts/Helvetica Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'matter';
	src: url('fonts/MatterSQTRIAL-Regular.eot');
	src: local('☺'), url('fonts/MatterSQTRIAL-Regular.woff') format('woff'), url('fonts/MatterSQTRIAL-Regular.ttf') format('truetype'), url('fonts/MatterSQTRIAL-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #131947;
    position: relative;
    overflow-x: hidden;
}

.layout-one {
    /* background-color: #f7f8fb */
    background:#fff;
}

.layout-two {
    /* background-color: #fefefe */
    background:#fff;
}

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

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

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #231240;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 48px;
    line-height: 58px
}

h2 {
    font-size: 35px;
    line-height: 45px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    color: rgba(19, 25, 71, 0.7);
    font-weight: 500
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.d-table {
    width: 100%;
    height: 100%
}

.home-one {
    /* background-color: #f7f8fb */
    background:#fff;
}



h3.resolution-cs{line-height:normal !important; }
.bg-dark {
    background-color: #222629 !important
}

.bg-dark-2 {
    background-color: #2c3437
}


.bg-gray {
    background-color: #f6f4f9
}

.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 5s ease-in-out infinite;
    animation: animation-jump 5s ease-in-out infinite;
}

.animation-bg {
    -webkit-animation: animation-bg 2s ease-in-out infinite;
    animation: animation-bg 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }

    50% {
        top: -30px;
    }

    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }

    50% {
        top: -30px;
    }

    100% {
        top: 3px;
    }
}

@-webkit-keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }

    100% {
        background-position: top;
    }
}

@keyframes animation-bg {
    0% {
        background-position: top;
    }

    50% {
        background-position: bottom;
    }

    100% {
        background-position: top;
    }
}


#navbarContent ul li a i {
    float: none !important;
    margin-top:0px;
    font-size: 14px;
}

/*-------------------------------------------------------------------------------------
    preloader
---------------------------------------------------------------------------------------*/
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    float: left !important;
    background: none !important;
}

.autocomplete-items div:first-child {
    cursor: pointer;
    background-color: #fff;
    padding: 10px 16px;
    /* border-bottom: 1px solid #d4d4d4; */
    border-radius: 18px 18px 0 0 !important;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none; 
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0px;
    margin-left: 2px;
    width: 100%;
    border-radius: 18px !important;
    box-shadow: -3px 8px 8px #e0e0e0;
    background: #fff;
}
.site-preloader {
    background-color: #3648d1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.site-preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 21% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
/*
section.header-section ul li a {
    width: auto;
    height: 40px;
    border: none !important;
    border-radius: 36px;
    padding: 10px 15px 0;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #8D8D8D !important;
    text-decoration: none;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
section.header-section ul li a.free {
    width: auto;
    height: 40px;
    border: none !important;
    border-radius: 40px;
    padding: 10px 15px 0;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    background: #1578FC;
    display: table-cell;
    vertical-align: middle;
}


section.header-section ul li a:hover , section.header-section ul li a.active {
    background: #1578FC;
    border: none !important;
    color: #fff !important;
}*/

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}


/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar {
    padding: 30px 0 !important;
}

.navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 12px;
    font-weight: 400;
    position: relative;
}

.navbar-nav .nav-link.active:after,
.navbar-nav .nav-link:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}

.navbar-nav.v1 .nav-link {
    padding: 4px 14px;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 500;
    margin-left:12px ;
	line-height: 25px;
	    border-radius: 46px;
}

.navbar-nav.v1 .nav-link.active:after,
.navbar-nav.v1 .nav-link:hover:after {
    position: unset
}

.navbar-nav.v1 .nav-link.active,
.navbar-nav.v1 .nav-link:hover {
    background-color: #1578fc;
    color: #fff;
    border-radius: 30px;
    line-height: 25px;
}

.navbar-nav. .nav-link.active:after,
.navbar-nav. .nav-link:hover:after {
    position: unset;
}

.navbar-nav.inner .nav-link {
    color: #fff
}

.navbar-nav.inner .nav-link.active,
.navbar-nav.inner .nav-link:hover {
    background-color: #4d61f7
}

/*#header.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 5px 0;
    background-color: #1578fc;
	height: 75px;
}
*/
#header.sticky.style-two {
    background: linear-gradient(-45deg, rgb(56, 33, 215) 0%, rgb(100, 31, 215) 49%, rgb(143, 29, 215) 100%)
}

#header.sticky.style-three {
    background-color: #222629;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.08)
}

#header.sticky .navbar {
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#header.sticky .navbar-nav.v1 .nav-link.active,
#header.sticky .navbar-nav.v1 .nav-link:hover {
    background-color: #fff;
    color: #1578fc;
    border-radius: 30px;
    line-height: 25px;
}

#header.sticky .navbar-nav.v1 .nav-link {
    color: #fff;
}

#header.sticky .navbar {
    padding: 0px 0 !important;
}

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

#hero-area.bg {
    /* background-image: url(../images/shape-1.png), url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: left top, top right;
    padding: 0 0 130px */

    /* background-image: url(../images/shape-1.png), url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: left -166px, right -92px;
    padding: 0 0 130px; */

    background-image: url(../images/shape-1.png), url(../images/shape-2.png);
    background-repeat: no-repeat;
    background-position: left -166px, right -92px;
    padding: 0 0 0px;
    background-size: 56%, 47% 900px;
}

#hero-area.bg-2 {
    background-image: url(../images/hero-bg-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#hero-area.bg-3 {
    background-image: url(../images/hero-bg-3.jpg);
}

.hero-content {
    padding: 210px 0 0;
}


.style-one.sticky a.logo {display: none;}

.style-one #logo-scroll {display: none;}

.style-one.sticky #logo-scroll {display: block;}


.header-section #logo-scroll {display: none;}

.header-section.sticky #logo-scroll {display: block;}

.header-section.sticky a.logo-inner {display: none;}

.header-section.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 16px !important;
    background-color: #1578fc;
    height: auto !important;
}

.footer-bg-inner {
    background-position: top;
    width: 100%;
    float: left;
    min-height: auto;
    background: #fff;
    margin-top: 0px;
}

/*section.header-section.sticky a img {
    width: 123px !important;
    margin-top: 4px !important;
}
*/
.hero-content.two {
    padding: 270px 0 0
}

.hero-cont-wrap {
    position: relative
}

.hero-image.two {
    top: 60px;
    position: absolute;
    right: 0
}

.hero-content h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 60px;
    color: #455671;
    line-height: 82px;
    margin-top: 40px;
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.hero-content h1 span {
    color:#0ED679;
}

.hero-content .search{width: 70%;float:left;border:1px solid #DFDFDF;border-radius: 48px;background:#fff;height: 60px;    position: relative;}

.hero-content .search input{
    color: #455671;
    font-size: 14px;
    float: left;
    border: none;
    width: 80%;
    line-height: 55px;
    padding-left: 20px;
    background: none;
    outline: none;

}

.hero-content .search button{
    border: none;
    background: #1578FC;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    float: right;
    border-radius: 80%;
    margin-right: 7px;
    margin-top: 4px;
    outline: none;
    cursor: pointer;
}

.join-krank {
    width: 95%;
    margin: 70px auto 20px auto;
}
.join-krank h1 {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #1578FC;
    margin-bottom: 15px;
    text-align: center;
}
.join-krank h1 span {
    color: #0ED679;
}

.join-sec {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5%;
}

.join-sec img {
    height: 70px;
    margin-bottom: 10px;
}
.join-sec h2 {
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #5B6883;
    margin-bottom: 10px;
}

.join-sec p {
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 80%;
    float: none;
    padding: 0px;
    color: #919191;
    margin-top: 15px;
    margin: 0px auto;
}
.join-kran-btn, .join-kran-btn:hover, .join-kran-btn:focus {
    background: #1578FC;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 26px;
    border-radius: 50px;
    height: 62px;
    line-height: 64px;
    display: block;
    width: 420px;
    margin: 70px auto 30px auto;
    text-decoration: none;
}
.hero-content p {
    padding-right: 100px;
}

.hero-btns a {
    display: inline-block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(67, 86, 227, 0.36);
    box-shadow: 0px 0px 10px 0px rgba(67, 86, 227, 0.36);
    padding: 12px 30px;
    border-radius: 25px;
    margin: 20px 10px 0 0;
    color: #131947;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.hero-btns a.bg,
.hero-btns a:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    background-color: #3647ce;
    color: #e1e3f7
}

.hero-btns a i {
    color: #1578fc;
}

.hero-btns a:hover i {
    color: #fff
}

.hero-btns.two a.bg,
.hero-btns.two a:hover {
    background: linear-gradient(-45deg, rgb(56, 33, 215) 0%, rgb(100, 31, 215) 49%, rgb(143, 29, 215) 100%);
    background-size: 100% auto
}

.hero-btns.two a.bg:hover {
    background-size: 200% auto
}

.download-info-single.two i {
    background: linear-gradient(-45deg, rgb(56, 33, 215) 0%, rgb(100, 31, 215) 49%, rgb(143, 29, 215) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
}

.hero-image {
    /* margin: 125px 0 0; */
    margin: 105px 10px 90px 70px ;
    margin-right: -14px;
}

.hero-content.dark {
    padding-bottom: 220px;
}

.hero-down-icons a {
    display: inline-block;
    font-size: 24px;
    color: #626b6e;
    padding: 40px 20px 0 0;
}

.hero-down-icons a:hover,
.hero-content.dark h1 span {
    color: #11aff1;
}

.hero-image.dark {
    position: absolute;
    right: 0;
    bottom: 0
}

.hero-btns.two.dark a.bg {
    background-color: #11aff1;
    background-image: none;
}

.hero-btns.two .circle i {
    width: 40px;
    height: 40px;
    background: linear-gradient(-45deg, rgb(56, 33, 215) 0%, rgb(100, 31, 215) 49%, rgb(143, 29, 215) 100%);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    margin-right: 6px;
    color: #fff;
    position: relative;
    margin-right: 10px
}

.hero-btns.two.dark .circle i {
    background: #fff;
    color: #11aff1;
}

.hero-btns.two.dark .circle {
    color: #fff
}

.hero-btns.two .circle i:after {
    border: 1px dashed #731ed7;
    position: absolute;
    width: 48px;
    height: 48px;
    content: '';
    border-radius: 50%;
    left: -4px;
    top: -4px
}

.hero-btns.two .circle.v3 i:after {
    border: 1px dashed #fff;
}

.hero-btns.two .circle {
    padding: 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    margin-left: 10px
}

.hero-btns.two .circle:hover {
    background: transparent;
    color: #5220d7
}

.hero-btns.two.dark .circle:hover i {
    background-color: #11aff1;
    color: #fff
}

.download-info {
    margin: 120px 0 0;
}

.download-info-single {
    border-right: 1px solid #e8e7ec;
    padding-left: 15px;
    overflow: hidden;
}

.download-info-single .icon {
    width: 30%;
}

.download-info-single i {
    font-size: 50px;
    color: #1578fc
}

.download-info-single h2 {
    font-weight: 700;
    margin: 0;
}

.download-info-single h5 {
    font-family: 'Raleway';
    text-transform: uppercase;
    color: rgba(19, 25, 71, 0.7);
    font-weight: 500
}

.download-info.two {
    margin: 185px 0 0;
}

#download-info-area {
    padding: 50px 0;
    background-color: #383e40;
}

.download-info-single.dark h2,
.download-info-single.dark h5 {
    color: #fff;
}

.hero-btns.two.dark .circle:hover,
.download-info-single.dark i {
    color: #11aff1;
}

/*-------------------------------------------------------------------------------------
    section heading
---------------------------------------------------------------------------------------*/

.section-heading {
    margin: 0 0 60px;
}

.section-heading h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.section-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px
}

/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

#center-section {
    padding: 115px 0 95px
}

#center-section.bg {
    background-image: url(../images/bg-about.png);
    background-repeat: no-repeat;
    background-position: -220px top;
    padding: 0px 0 0px;
    float: left;
    width: 100%;
}
.icon-head {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.icon-head img {
    width: 75%;
    height: auto !important;
}

.recomendation-grid .flx-cls-new.home-new {
    width: 338px;
    float: left;
    margin: 10px 10px 10px 9px;
    transition: all 0.1s ease;
}

#freeUser p{
	font-family: 'Poppins', sans-serif !important;
color: #455671;
}

#freeUser h4{
	font-family: 'Poppins-bold', sans-serif !important;
color: #455671;
}

#emailExist .modal-body p{
	font-family: 'Poppins', sans-serif !important;
color: #455671;
}

@media (max-width: 1366px){
.marketplace-tabs .recomendation-grid .flx-cls-new.home-new {
    width: 377px;
    float: left;
    margin: 10px 10px 10px 9px;
    transition: all 0.1s ease;
}
}

.left-imge.homenew-loader {
    width: 19% !important;
}

.bottom-options {
    margin-top: 0%;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 18px;
    padding: 25px 25px 10px 25px;
    box-shadow: 0px 8px 8px #e0e0e0;
    /* border: 1px solid #ccc; */
    margin-bottom: 80px;
}
.mrgn-bottom {
    margin-bottom: 0%;
}
.zero-marg-pad {
    margin: 0px;
    padding: 0px;
}
figure.service-panel-ic {
    width: 100%;
    float: left;
}
figure.service-panel-ic img {
    width: 100%;
}
#service-panel-in h1 {
    font-size: 16px;
    font-family: 'hel-bold', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #1578FC;
    float: left;
    width: 100%;
    margin: 10px 0;
    letter-spacing: 0px;
    line-height: normal;
}
#service-panel-in p {
    font-size: 14px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #919191;
    float: left;
    width: 100%;
    margin: 0;
    min-height: 130px;
    line-height: 20px;
}
.paralex-dev{  background: url(../images/pralex.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 452px;
    width: 100%;
    float: left;
	margin-top: 40px;
}

.paralex-dev h1{
    font-size: 40px;
    color: #fff;
    width: 100%;
    float: left;
    margin: 10% 0 10px 0;
    padding: 0px;
    text-align: center;
}
.paralex-dev p{
    font-size: 20px;
    color: #fff;
    width: 100%;
    float: left;
    margin: 0px;
    text-align: center;
    font-weight: normal;
    padding: 0px 95px;
    margin-bottom: 40px;
}
.anchor-prllex{width: 100%;display: inline-block;margin-top:10px;text-align: center;}

.anchor-prllex a{border:1px solid #fff;color:#fff;padding:10px 18px;border-radius: 58px;background:none;font-size: 14px;display: inline-block;margin-right: 10px;}

.anchor-prllex a:hover{background: #1578FC;border:1px solid #1578FC;color:#fff;}

.footer-bg{background:url(../images/footer-bg.png) ;background-position: top;width: 100%;float: left;min-height: 500px;}

.mobile-img{
    background: url(../images/white-circle.png);
    background-position: bottom;
    background-size: 100%;
    width: 100%;
    float: left;
    margin-top: -40px;
}

.mobile-img img{
    width: 469px;
    margin-bottom: 40px;
    margin-left: -39px;
}
.company-krank .owl-carousel .owl-item img {
    display: block;
    width: 30% !important;
    margin: 10px auto;
}

.mobile-detail{width: 100%;float:left;}

.mobile-detail p{
    font-size: 32px;
    color: #919191;
    width: 100%;
    line-height: 40px;
    margin-top: 58%;
    font-weight: 700;
}
.playstore-btn {
    width: auto;
    float: left;
    margin-top: 40px;
}

.playstore-btn a img {
    width: 200px;
    margin-right: 10px;
}

.padng-foot {
    padding-top: 2% !important;
}
.zero-pad {
    padding: 0;
}

.zero-pad-left {
    padding-left: 0px;
}
footer h1 {
    color: #425062;
    font-size: 18px;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 28px;
}
ul.footer-list {
    width: 100%;
    float: left;
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    padding-left: 0px;
}
ul.footer-list li {
    width: 100%;
    float: left;
    color: #425062;
    padding: 0px;
    font-size: 14px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 25px;
    padding: 4px 1px;
}
ul.footer-list li a {
    width: 100%;
    float: left;
    color: #425062;
    padding: 0px;
    font-size: 12px;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 300;
    line-height: 18px;
}
footer a img {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
footer span {
    font-size: 11px;
    font-family: 'matter', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif, sans-serif;
    font-weight: 500;
    color: #8E8E8E;
    width: 100%;
    float: left;
}
.bdr-tp {
    border-top: 1px solid #e3eaf3;
    padding-top: 30px;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.footer-copyright {
    width: 100%;
    float: left;
    color: #8E8E8E;
    padding: 0px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    font-size: 12px;
}
.social-icon, .social-icon a {
    float: right;
    font-size: 20px;
    color: #c3c6c9;
    margin-top: -2px;
}
.social-icon a {
    margin-left: 10px;
}
social-icon, .social-icon a {
    float: right;
    font-size: 20px;
    color: #c3c6c9;
    margin-top: -2px;
}
section.header-section ul li a.free {
    width: auto;
    height: 40px;
    border: none !important;
    border-radius: 40px;
    padding: 10px 15px 0;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #8D8D8D !important;
    /* line-height: 42px; */
    text-decoration: none;
    font-size: 14px;
    background: none;
    display: table-cell;
    vertical-align: middle;
}
/*section.header-section.sticky  ul li a {
    color: #fff !important;
}
section.header-section.sticky  ul li a:hover {
    color: #1578FC !important;
	background:#fff;
}
*/

@media (min-width: 320px) and (max-width:767px) {
	#mobile-ap .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
}
@media (min-width: 320px) and (max-width:640px) {
	#header.sticky .navbar-nav.v1 .nav-link {
    color: #8D8D8D;
}
	
		.header-section ul.menu{
   width: 100% !important;
    border-radius: 0;
    box-shadow: 0 8px 13px rgba(222, 222, 222, 0.4);
    float: none !important;
    margin: 0 auto !important;
}
/*	section.header-section ul li {
    float: left;
    width: 100%;
    margin-left: 0;
    margin: 10px 0 0 8px !important;
    padding-left: 0px;
}*/
	
	section.header-section ul li:first-child{margin-top:15px !important;}
	
	section.header-section ul li a {
    width: 100%;
    height: auto;
    border: none !important;
    border-radius: 36px;
    padding: 8px 15px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #8D8D8D ;
    line-height:15px;
    text-decoration: none;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
	section.header-section ul li.slast-li a , section.header-section ul li.last-li a{
		color:#fff !important;
	}
	
	section.header-section ul li.last-li{margin-top: 5px !important;}
	section.header-section ul li a.free {
     width: 100%;
    height: auto;
    border: none !important;
    border-radius: 36px;
    padding: 8px 15px;
    font-family: 'hel-new', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    color: #8D8D8D !important;
    line-height: 25px;
    text-decoration: none;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
		margin-bottom: 15px;
}
/*
	.fixed-header section.header-section a img {
    width: 120px !important;
    margin-top: 13px !important;
    margin-bottom: 43px !important;
}
*/
}