@font-face {
    font-family: "WorkSans";
    src: url('../fonts/WorkSans-Light.ttf');
}
@font-face {
    font-family: "WorkSans";
    font-weight: bold;
    src: url('../fonts/WorkSans-Bold.ttf');
}
@font-face {
    font-family: "WorkSansExtraBold";
    font-weight: bold;
    src: url('../fonts/WorkSans-ExtraBold.ttf');
}
@font-face {
    font-family: "WorkSansMedium";
    font-weight: bold;
    src: url('../fonts/WorkSans-Medium.ttf');
}
@font-face {
    font-family: "WorkSansExtraLight";
    font-weight: bold;
    src: url('../fonts/WorkSans-ExtraLight.ttf');
}



body {
    font-family: 'WorkSans', sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #838282;
}

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

a{
    text-decoration: none;
    color: #2f2f2f;
}

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

h1,h2,h3,h4,h5,h6{
    font-family: 'WorkSans', sans-serif;
}

h1{
    color: #fff;
    font-weight: bold;
    font-size: 60px;
}

p{
    color: #fff;
}

img{
    border:none;
}

#to_top {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index:4;
}

#to_top a {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#to_top a:hover {
    opacity: 1;
}

.video-background{
    background: url("../images/poster.jpg") center;
    background-size: cover;
    min-height: 480px;
    width: 100%;
    z-index:5;
    display: block;
}
.video-background-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

/* Preloader */

#preloader {
    width: 100%; height: 100%;
    position: fixed; top:0; left:0; right:0; bottom:0;
    background-color:#fff;
    z-index:99999;
}

#status {
    width:296px;
    height:296px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background:url(../images/loader.gif) center center; /* path to your loading animation */
    margin:-148px 0 0 -148px; /* is width and height divided by two */
}
.overlay{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.overlay:before {content: ''; position: absolute; width: 100%; height: 100%; background: url("../images/dots.png") repeat; opacity: .5;}


.header-content {
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}


.header-top {
    display: inline;
    float: left;
    padding-top: 50px;
    width: 100%;
}


.logo-area{
    display: inline;
    float: left;
}

.logo-1,.logo-2 {
    position: fixed;
    z-index: 1000;
    top: 0;
}
.logo-2 {
    display: none;
    color: red;
}

@media (max-width: 768px) {
    .logo-1 {
        display: none;
    }
    .logo-2 {
        display: block;
    }
}

.logo:hover,
.logo:focus{
    text-decoration: none;
    outline: none;
    color: #fff;
}
.logo-1 img,.logo-2 img{
    width:70%;
    height:auto;
}
.menu-area{
    display: inline;
}
.main-wrap{
    position: relative;
}
.header-bottom-left p {
    color: #fff;
    font-size: 16px;
    margin: 35px 0 0;
}

#c-button--push-right{
    margin-right: -20px;
}

.down-btn{
    position: fixed;
    right: 80px;
    z-index: 1000;
    top: -20px;
    font-size: 16px;
    border: 2px solid;
    padding: 10px;
    margin-top: 50px;
    text-align: center;
    color:red;
    -webkit-transition: all 0.5s ease 0s;;
    -o-transition: all 0.5s ease 0s;;
    transition: all 0.5s ease 0s;;
}

.header-bottom-right{
    display: inline;
    float: left;
    width: 100%;
}


/*--------------------*/
/* MENU */
/*--------------------*/

#close {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 20px;
    width: 20px;
}


#menu-btn {
    color: #5b7182;
    font-size: 30px;
    position: fixed;
    right: 75px;
    top: 30px;
    z-index: 99;
}


.main-nav {
    background-color: #1c2859;
    position: fixed;
    padding-top: 50px;
    height: 100%;
    z-index: 1000;
}


.main-nav ul li a {
    color: #5b7182;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 35px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.main-nav ul li > a > i {
    padding-right: 10px;
}


.main-nav a:hover,
.main-nav a:focus {
    background: url(../images/t_menu.png) no-repeat;
    background-position: 0 15px;
}


.main-nav a:active {
    background: #182029;
}


.main-nav.menu-open {
    right: 0;
}


.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}


.main-nav,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.point{
    width:15px;
    height:auto;
    margin-left:-5px;
}
.tiret {
    width:30px;
    height:auto;
    margin-left:-5px;
}
/*--------------------*/
/* FEATURES */
/*--------------------*/

#about{
    position:relative;
    background-color: #fff;
    display: block;
    padding: 70px 0;
    width: 100%;
    height: 840px;
    z-index:1;
}

#about1{
    background-color: #0f183f;
    display: block;
    padding-top: 200px;
    padding-bottom: 100px;
    width: 100%;
    min-height: 700px;
    z-index:1;
}

.video-embed {
    /*display: block;*/
    height: 100%;
    margin: auto;
    z-index:2;
}

.title-area {
    display: inline;
    float: left;
    padding: 0 150px;
    width: 100%;
    text-align: center;
    z-index:3;
}

.text-area {
    display: inline;
    float: left;
    width: 100%;
    text-align: left;
    color: #1c3345;
    z-index:3;
}
.text-area1 {
    display: inline;
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    z-index:3;
}

.text-area1 .img{
    position: absolute;
    right: 50%;
    z-index:4;
}


.title-area .title {
    color: #fc0b00;
    font-size: 33px;
    font-weight: 600;
    padding-bottom: 20px;
    z-index:3;
}


.title-area p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    padding: 20px 0 30px;
    z-index:3;
}
.div-color{
    margin-top:40%;
    z-index:2;
}

.features-area{
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}


.features-left {
    display: inline;
    float: left;
    width: 100%;
}


.features-list li {
    float: left;
    padding: 25px 0;
    position: relative;
}


.features-list li:hover .fa{
    color: #fff;
}


.features-list li i{
    background-color: #777;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 35px;
    height: 90px;
    line-height: 93px;
    margin: 20px auto;
    position: absolute;
    text-align: center;
    top: 10px;
    transition: all 0.5s ease 0s;
    width: 90px;
}


.features-list-left li i {
    left: 0;
}


.features-list-left .features-content{
    padding-left: 115px;
}


.features-content{
    float: left;
    display: inline;
    width: 100%;
}


.features-content h4 {
    font-size: 18px;
    text-transform: uppercase;
}


.features-content p{
    font-size: 15px;
}


.feature-img {
    display: inline;
    float: left;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}


.feature-img img {
    width: 100%;
}


.features-right{
    display: inline;
    float: left;
    width: 100%;
}


.features-list-right li i {
    right: 0;
}


.features-list-right .features-content{
    padding-right: 115px;
}


/*--------------------*/
/* HOW IT WORKS */
/*--------------------*/


#product {
    background-color: #eef2f5;
    color: #1c3345;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}
.table_cell {display: table;}
.column { float: none; display: table-cell; vertical-align: top; height: 100%; }
.mobile { background-color: #fff; color: #1c3345; padding: 60px 0; z-index:1; }
.desktop { background-color: #e5e9ec; color: #1c3345; padding: 60px 0; z-index:1; }

.or1{
    position: absolute;
    z-index:2;
    margin-top: 130px;
    margin-left: -140px;
}
.or2 {
    display: none;
    z-index:0;
}

.or_space{
    position: relative;
    display: inline;
    width:100%
}

@media (max-width: 768px) {
    .or2 {
        display: block;
    }
}

.btn{
    font-size: 16px;
    border: 2px solid #75c3d7;
    background-color: transparent;
    padding: 10px;
    width:120px;
    margin-top: 50px;
    text-align: center;
    color: #75c3d7;
    transition: all 0.2s ease 0s;;
}
.btn:active, .btn:hover, .btn:focus {outline: none !important;}
.btn.devices {width: auto; padding-left: 60px; padding-right: 60px; outline: none; font: normal 16px 'MuseoSansRegular', sans-serif; letter-spacing: 0.02em; min-width: 202px; border-radius: 1px;}
.btn.devices:hover {border-color: #35467e; color: #35467e;}

.howit-works-area {
    display: inline;
    float: left;
    width: 100%;
    color: #1c3345;
    font: 16px/28px 'WorkSans', sans-serif;
}


.howit-works-area .title{
    color: #fff;
}


.howit-works-area .title-area p{
    color: #fff;
}


.howit-works-video{
    background: rgba(0, 0, 0, 0) url("../images/macbook-pro.png") no-repeat scroll center 100% / 100% auto;
    margin: 0 auto;
    max-width: 700px;
    padding: 70px 0 60px;
    position: relative;
    z-index: 10;
}


.howit-works-video iframe {
    border: medium none;
    margin-bottom: 20px;
    margin-left: 135px;
    width: 428px;
}


/*--------------------*/
/* PRICING TABLE */
/*--------------------*/


#pricing-table {
    display: inline;
    float: left;
    width: 100%;
    padding: 70px 0;
}


.pricing-table-content {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}


.single-plan {
    display: inline;
    float: left;
    width: 100%;
    background-color: #f0f0f0 ;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.single-plan:hover{
    box-shadow: 0 2px 20px #ccc;
}


.feature-price .single-plan-head p>span{
    color: #fff;
}


.single-plan-head {
    background-color: #424242;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}


.single-plan-head h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
    text-transform: uppercase;
}


.single-plan-head p {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}


.single-plan-head p > span {
    font-weight: normal;
    font-size: 15px;
}


.single-plan-content {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;
}


.single-plan-content ul{
    text-align: center;
}


.single-plan-content ul li {
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
}


.single-plan-content ul li.delete{
    text-decoration: line-through;
}


.single-plan-content ul li:last-child{
    border: none;
}


.single-plan-bottom {
    display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}


.single-plan-bottom .signup-btn {
    border-radius: 3px;
    border: 1px none transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    opacity: 0.8;
    padding: 15px 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.single-plan-bottom .signup-btn:hover{
    border: 1px solid #fff;
    opacity: 1;
}


/*--------------------*/
/* SCREENSHOT */
/*--------------------*/


#team{
    background-attachment: fixed !important;
    background: #0f183f url("../images/team_back.gif") center no-repeat;
    display: inline;
    float: left;
    width: 100%;
    padding: 100px 0 200px 0;
}

.social li{
    padding-bottom: 6px;
    margin-left:-80%;
}

.screenshots-area{
    display: inline;
    width: 100%;
}
.screenshots-area img{
    padding: 0;
}

.screenshots-area li{
    padding: 0 0 6px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*--------------------*/
/* DOWNLOAD */
/*--------------------*/


#download-app {
    background-attachment: fixed !important;
    background-image: url("../images/download-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}


.download-overlay {
    background: rgba(15, 22, 30, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    display: inline;
    float: left;
    padding: 90px 0;
    width: 100%;
}


#download-app .title,
#download-app .title-area p{
    color: #fff;
}


.download-app-content{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}


.single-download {
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    margin: 0 15px;
    padding: 18px 25px;
    width: 25%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.download-icon{
    display: inline;
    float: left;
    width: 60px;
    color: #fff;
}


.download-icon i {
    font-size: 40px;
    margin-top: 5px;
}


.download-content {
    display: inline;
    float: left;
    text-align: left;
    margin-left: 5px;
}


.download-content p {
    color: #f8f8f8;
    font-size: 15px;
    margin-bottom: 3px;
}


.download-content span{
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}


/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/


#testimonial{
    background-color: #fff;
    display: inline;
    float: left;
    padding: 70px 0;
    width: 100%;
}


.testimonial-slider {
    background-color: #f7f7f7;
    display: inline;
    float: left;
    padding: 40px;
    width: 100%;
    border: 1px solid #ddd;
}


.testimonial-single-slide {
    display: inline;
    float: left;
    padding: 75px 50px 20px;
    text-align: center;
    width: 100%;
}


.testi-avatar {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 50%;
    height: 90px;
    display: inline-block !important;
    margin-top: -80px;
    padding: 2px;
    width: 90px;
}


.testi-name {
    color: #404244;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
}


.testi-company{
    font-size: 14px;
    text-align: center;
}


.testi-text {
    color: #8d959d;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 25px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}


.testi-text:before{
    content: '\f10d';
    position: absolute;
    font-family: fontAwesome;
    left: -10px;
    top: -20px;
}


.testimonial-slider .slick-dots {
    bottom: 15px;
    margin-left: -40px;
}


.testimonial-slider .slick-dots li {
    background: #ccc none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}


.testimonial-slider .slick-dots li.slick-active {
    opacity: 1;
}


.testimonial-slider .slick-dots li button::before{
    display: none;
}


/*--------------------*/
/* SUBSCRIBE */
/*--------------------*/


#subscribe{
    background-attachment: fixed !important;
    background-image: url("../images/subscribe-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}


#subscribe .title,
#subscribe .title-area p{
    color: #fff;
}


#subscribe .title-area .title::before {
    width: 250px;
}


.subscribe-content{
    display: inline;
    float: left;
    width: 100%;
}


.subcr-form {
    margin: 0 auto;
    position: relative;
    width: 800px;
}


.subcr-form i {
    font-size: 30px;
    left: 20px;
    position: absolute;
    top: 17px;
}


.subcr-form input[type="text"] {
    color: #555;
    float: left;
    font-size: 18px;
    height: 65px;
    padding-left: 60px;
    padding-right: 155px;
    width: 100%;
}


.subcr-form .subcr-btn {
    border: medium none;
    font-size: 20px;
    font-weight: bold;
    height: 65px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.subcr-form .subcr-btn:hover,
.subcr-form .subcr-btn:focus{
    opacity: 1;
}


/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact{
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    padding-top: 90px;
    z-index:1;
}

#map{
    background-color: #fff;
    display: inline;
    float: left;
    margin-top:-200px;
    width: 100%;
    z-index:1;
    height: 500px;
}

#contact .tiltle-area{
    margin-top:-200px;
}

.contact-area {
    display: inline;
    margin-top: 20px;
    padding: 0 150px;
    width: 100%;
    color: #1c3345;
    line-height: 24px;
}

.contact-area a {
    font-family: 'WorkSansMedium', sans-serif;
    color:#97d0df;
    margin: 0 3px;
}

.form-input{
    width: 100%;
    border :0;
    height:30px;
    margin-bottom:20px;
}

.sendd-btn {
    background-color: #0f183f;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-top: 30px;
    border: 0;
    padding: 10px;
    width: 150px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: 0;
}
.sendd-btn:hover {background: #1b275a;}

.foot{
    position: absolute;
    z-index:2;
    float: left;
    padding-left: 20px;
    margin-top:-50px;
}

.contact-form {
    position: relative;
    margin: 20px auto;
    padding: 20px;
    background: #0f183f;
    height:205px;
    z-index:2;
}

.contact-form:before {
    content: '';
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #0f183f;
    border-right: 10px solid transparent;
}

.field-container {
    margin-bottom: 20px;
}
.field-container:last-child {
    margin: 0;
}
.field-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1;
    margin-top: -1px;
    border-bottom: 1px solid rgba(255,255,255,.2);;
}
.field-container.is-focused:after {
    border-color: rgba(255,255,255,.6);;
}
.field-container input {padding: 10px 0;}

.input {
    width: 100%;
    margin: 0;
    padding: 0 6px;
    border: none;
    outline: none;
    background: transparent;
    font: 17px/1 'WorkSansExtraLight', sans-serif;
    color: #fff;
}

.text-are {
    min-height: 100px;
    margin: 2px 0 3px;
    resize: none;
    -webkit-transition: height .1s;
    -moz-transition: height .1s;
    transition: height .1s;
    line-height: 21px;
    padding: 0;
}
.text-are:focus { border-color: rgba(255,255,255,.5);}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer {
    background-color: #1d252e;
    display: inline;
    float: left;
    padding: 40px 0;
    width: 100%;
}


.footer-social{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
}


.footer-social a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin: 5px;
}


.footer-text{
    display: inline;
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}


.footer-text p{
    margin-bottom: 0;
}


.footer-text p a{
    color: #838282;
    text-decoration: none;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error{
    display: inline;
    float: left;
    width: 100%;
}


.error-area {
    display: inline;
    float: left;
    padding: 150px 0;
    text-align: center;
    width: 100%;
}


.error-group{
    display: inline;
    float: left;
    width: 100%;
}


.error-group h1{
    color: #979797;
    font-size: 80px;
    margin-bottom: 25px;
}


.error-group h1 span {
    border: 1px solid #cccccc;
    display: inline-block;
    margin-left: 5px;
    overflow: hidden;
    padding: 2px;
}


.error-group h1 span strong {
    border: 1px solid #cccccc;
    display: inline-block;
    font-weight: normal;
    padding:  15px 20px;
}


.error-group h2 {
    color: #979797;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    line-height: 55px;
}


.error-group h2 span{
    display: block;
    font-size: 30px;
}


.home-btn a{
    text-decoration: none;
    outline: none;
}


/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
    .header-bottom {

    }
    .feature-img {
        padding: 0;
    }
    .features-list li {
        padding: 10px 0;
    }
    .features-list li i {
        top: 0;
    }
    .single-download {
        padding: 18px 10px;
    }
    #menu-btn {
        right: 50px;
    }
}


@media(max-width:991px ){
    .header-bottom {
        margin-top: 60px;
    }
    .header-bottom-right img{
        width: 100%;
    }
    .header-bottom-left h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .features-list li {
        margin-bottom: 20px;
    }
    .feature-img img {
        width: auto;
    }
    .features-list-right li i {
        left: 0;
        right: auto;
    }
    .features-list-right .features-content {
        padding-left: 115px;
        padding-right: 0;
    }
    .features-left {
        margin-bottom: 30px;
    }
    .features-right {
        margin-top: 30px;
    }
    .features-list li i {
        font-size: 25px;
        height: 70px;
        line-height: 70px;
        width: 70px;
    }
    .title-area {
        padding: 0 50px;
    }
    .single-plan {
        margin-bottom: 25px;
    }
    .single-download {
        margin: 0 8px;
        padding: 18px 5px;
        width: 30%;
    }
    .subcr-form {
        width: 95%;
    }
    .contact-area {
        padding: 0 100px;
    }
}


@media(max-width:767px ){
    .header-bottom {
        margin-top: 0;
    }
    .header-bottom-left {
        padding-right: 0;
        padding-top: 0;
        margin-top: 10px;
    }
    .header-bottom-left h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .header-bottom-left p {
        margin: 10px 0 0;
    }
    .download-btn {
        margin-top: 20px;
        width: 160px;
    }
    .header-bottom-right img {
        width: 45%;
    }
    .title-area {
        padding: 0 10px;
    }
    .howit-works-video {
        background: none;
        text-align: center;
    }
    .howit-works-video iframe {
        display: inline-block;
        margin-left: auto;
        width: 90%;
    }
    .slick-prev {
        left: 6px;
        z-index: 999;
    }
    .slick-next {
        right: 5px;
    }
    .download-icon i {
        font-size: 35px;
    }
    .download-icon {
        width: 45px;
    }
    .download-content p {
        font-size: 13px;
    }
    .download-content span {
        font-size: 15px;
    }
    .contact-area {
        padding: 0 50px;
    }

}

@media(max-width:480px ){
    .main-nav {
        padding-top: 10px;
        padding-right: -10px;
        width: 200px;
    }
    .main-nav ul li a {
        font-size: 14px;
        padding: 8px 35px;
    }
    .header-bottom-right {
        margin-top: 30px;
    }
    .header-bottom-left {
        padding-right: 0;
        padding-top: 0;
        margin-top: 10px;
    }
    .header-bottom-left h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .header-bottom-left p {
        margin: 10px 0 0;
    }
    .download-btn {
        margin-top: 20px;
        width: 160px;
    }
    .header-bottom-right img {
        width: 50%;
    }
    .title-area {
        padding: 0;
    }
    .howit-works-video {
        background: none;
        text-align: center;
    }
    .howit-works-video iframe {
        display: inline-block;
        margin-left: auto;
        width: 90%;
    }
    .slick-prev {
        left: 6px;
        z-index: 999;
    }
    .slick-next {
        right: 5px;
    }
    .single-download {
        margin: 0 8px 20px;
        width: 100%;
    }
    .download-icon {
        width: 60px;
    }
    .download-icon i {
        font-size: 40px;
    }
    .download-content p {
        font-size: 15px;
    }
    .download-content span {
        font-size: 18px;
    }
    .contact-area {
        padding: 0 50px;
    }
    .title-area .title {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .title-area .title::before {
        top: 50px;
    }
    .view-btn {
        margin-right: 25%;
    }

}


@media(max-width:360px ){
    .header-bottom-left h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .header-bottom-left p {
        font-size: 14px;
    }
    .download-btn {
        font-size: 15px;
        width: 150px;
    }
    .header-bottom-right {
        margin-top: 60px;
    }
    .header-bottom-right img {
        width: 60%;
    }
    .title-area .title {
        font-size: 20px;
    }
    .title-area .title::before {
        width: 85px;
    }
    #subscribe .title-area .title::before {
        width: 145px;
    }
    .title-area p {
        font-size: 14px;
    }
    .features-content h4 {
        font-size: 16px;
    }
    .features-content p {
        font-size: 14px;
    }
    .features-list-left .features-content {
        padding-left: 95px;
    }
    .features-list-right .features-content {
        padding-left: 95px;
    }
    .feature-img img {
        width: 85%;
    }
    .download-app-content {
        width: 95%;
    }
    .single-download {
        padding: 18px 30px;
    }
    .testimonial-slider {
        padding: 40px 10px;
        width: 100%;
    }
    .testi-text {
        font-size: 18px;
        margin-top: 20px;
    }
    .subcr-form {
        width: 100%;
    }
    .subcr-form i {
        font-size: 25px;
        left: 10px;
        top: 14px;
    }
    .subcr-form input[type="text"] {
        font-size: 14px;
        height: 55px;
        padding-left: 40px;
        padding-right: 105px;
    }
    .subcr-form .subcr-btn {
        font-size: 15px;
        height: 55px;
        width: 100px;
    }
    .contact-area {
        padding: 0;
    }
    .testimonial-slider .slick-dots {
        bottom: 15px;
        margin-left: -10px;
    }
    .single-plan-head h5 {
        font-size: 25px;
    }
    .single-plan-head p {
        font-size: 20px;
        line-height: 25px;
    }
    .single-plan-content ul li {
        font-size: 15px;
    }
    .single-plan-bottom .signup-btn {
        font-size: 16px;
        padding: 13px 35px;
    }
    .footer-text p {
        font-size: 14px;
    }
    .view-btn {
        margin-right: 35%;
    }
    .error-area {
        padding: 100px 0;
    }
    .error-group h1 {
        font-size: 65px;
    }
    .error-group h2 {
        font-size: 55px;
        line-height: 50px;
    }

}


@media(max-width:320px ){


}
