html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Asap';
    overflow-x: hidden;
}
ul{
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none;
}
li{
    list-style-type: none;
}
img{
    max-width: 100%;
}
.container{
    max-width: 1400px;
}
@font-face {
    font-family: 'Righteous';
    src: url('../fonts/Righteous-Regular.eot');
    src: url('../fonts/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Righteous-Regular.woff2') format('woff2'),
        url('../fonts/Righteous-Regular.woff') format('woff'),
        url('../fonts/Righteous-Regular.ttf') format('truetype'),
        url('../fonts/Righteous-Regular.svg#Righteous-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Regular.eot');
    src: url('../fonts/Asap-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Asap-Regular.woff2') format('woff2'),
        url('../fonts/Asap-Regular.woff') format('woff'),
        url('../fonts/Asap-Regular.ttf') format('truetype'),
        url('../fonts/Asap-Regular.svg#Asap-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Medium.eot');
    src: url('../fonts/Asap-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Asap-Medium.woff2') format('woff2'),
        url('../fonts/Asap-Medium.woff') format('woff'),
        url('../fonts/Asap-Medium.ttf') format('truetype'),
        url('../fonts/Asap-Medium.svg#Asap-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Bold.eot');
    src: url('../fonts/Asap-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Asap-Bold.woff2') format('woff2'),
        url('../fonts/Asap-Bold.woff') format('woff'),
        url('../fonts/Asap-Bold.ttf') format('truetype'),
        url('../fonts/Asap-Bold.svg#Asap-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* banner section start */
.banner_section {
    position: relative;
    overflow:hidden;
    padding-top: 75px;
}
.banner_section .banner_area .row{
    background-image: url("../images/customer/banner_vector.png");
    background-position: right 510px bottom;
    background-repeat: no-repeat;
}
.banner_section .banner_right::after {
    position: absolute;
    content: "";
    width: 600%;
    background-color: #6b62e2;
    background-image: url("../images/customer/map.png");
    background-position: center;
    bottom: 0;
    right: 0;
    top: -20%;
    left: 278px;
    z-index: -1;
}
.banner_section .banner_left h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Righteous';
    color: #232323;
}
.banner_section .banner_left p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #606060;
}
.banner_section .banner_left .download {
    display: flex;
    display: -webkit-flex;
    -webkit-box-reflect: below 5px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.1));
}
.banner_section .banner_left .download a + a{
    margin-left: 10px;
}


@media all and (max-width:991px){
    .banner_section{
        padding-top: 65px;
    }
    .banner_section .banner_left h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .banner_section .banner_left p{
        font-size: 16px;
    }
    .banner_section .banner_right::after {
        top: 0;
    }
}

@media all and (max-width:767px){
    .banner_area .banner_left {
        order: 1;
        -webkit-order: 1;
        margin: 50px 0;
    }
    .banner_area .banner_left {
        text-align: center;
    }
    .banner_section .banner_left .download{
        justify-content: center;
        -webkit-justify-content: center;
    }  
    .banner_section .banner_right::after{
        left: 50%;
    }
}
/* banner section end */




/* header css start */
.header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.header.fixed-header {
    background: white;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.header.fixed-header .h_right a {
    background: #6b62e2;
    color: white;
}
.header .logo a {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Righteous';
    color: #000;
}
.header .logo a span {
    color: #6b62e2;
}
.header .navigation ul {
    display: flex;
    display: -webkit-flex;
}
.header .navigation ul li {
    padding: 0 30px;
    position: relative;
}
.header .navigation ul li a {
    color: #606060;
    font-size: 18px;
}
.header .navigation ul li a:hover {
    color: #6b62e2;
}
.header .navigation ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #606060;
    border-radius: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header .navigation ul li:last-child::after{
    display: none;
}
.header .h_right{
    text-align: right;
}
.header .h_right a{
    display: inline-block;
    background: white;
    padding: 8px 20px;
    border-radius: 5px;
    color: #6B62E2;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    font-size:18px;
}
.header .navigation .toggle_bar {
    display: none;
}
.signup {
    display: flex;
    display: -webkit-flex;
}
.signup .form-control {
    height: 50px;
}
.signup button {
    background: #6b62e2;
    color: white;
    border: none;
    padding: 5px 13px;
    font-size: 24px;
    margin-left: -3px;
    border-radius: 0 3px 3px 0;
    outline: none;
}



@media all and (max-width:991px){
    .header{
        padding: 10px 0;
        background: #fff;
    }
    .header .navigation .toggle_bar {
        display: block;
        font-size: 25px;
    }
    .header .navigation {
        order: -1;
        -webkit-order: -1;
    }
    .header .navigation ul {
        position: fixed;
        left: -100%;
        top: 65px;
        background: #6b62e2;
        width: 100%;
        max-width: 300px;
        bottom: 0;
        padding: 15px;
        display: block;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        overflow-y: auto;
        z-index: 99;
    }
    .header .navigation ul::after {
        content: "";
        background: rgba(0, 0, 0,0.8);
        position: fixed;
        left: 100%;
        top: 65px;
        bottom: 0;
        right: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .all_effects .header .navigation ul{
        left: 0%;
    }
    .all_effects .header .navigation ul::after{
        left: 300px;
    }
    .header .navigation ul li {
        padding: 0;
    }
    .header .navigation ul li::after{
        display: none;
    }
    .header .navigation ul li a {
        color: #fff;
        padding: 10px 0;
        display: block;
    }
    .header .navigation ul li a:hover,
    .header .navigation ul li a:active{
        color: #fff;
    }
    .header .navigation ul li + li {
        border-top: 1px solid #837bec;
    }
    .header .logo {
        text-align: center;
    }
    .header .h_right a{
        background: #6b62e2;
        color: white;
    }

}


@media all and (max-width:600px){
    .header .navigation {
        width: 110px;
    }
    .header .logo {
        text-align: left;
        width: 260px;
        padding: 0;
    }
    .header .h_right a {
        font-size: 16px;
        padding: 8px 13px;
    }
}
/* header css end */




/* feature section start */
.features {
    margin: 50px 0;
    overflow:hidden;
}
.features .feature_left::after {
    position: absolute;
    content: "";
    top: 0;
    right: 320px;
    bottom: 190px;
    background-color: #6b62e2;
    z-index: -1;
    background-image: url("../images/customer/map.png");
    background-position: center;
    width: 600%;
}
.feature_right h1 {
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'Righteous';
    color: #232323;
}
.features .feature_right .single_block {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: 50px 0;
}
.features .feature_right .single_block .number {
    background-image:url("../images/customer/polygon.png");
    background-position: center;
    background-repeat: no-repeat;
    font-size: 27px;
    width: 90px;
    height: 85px;
    text-align: center;
    font-family: 'Righteous';
    line-height: 58px;
    color: white;
    position: relative;
}
.features .feature_right .single_block .features_data {
    padding-left: 50px;
}
.features .feature_right .single_block .features_data h3 {
    font-size: 30px;
    font-family: 'Righteous';
    color: #232323;
}
.features .feature_right .single_block .features_data p{
    color: #606060;
    font-size: 18px;
}
.features .feature_cta {
    padding-left: 134px;
}
.features .feature_cta a {
    display: inline-block;
    background: #6b62e2;
    padding: 8px 20px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    font-size: 18px;
}

@media all and (max-width:1199px){
    .features .feature_cta {
        padding-left: 122px;
    }
}

@media all and (max-width:1024px){
    .features .feature_cta {
        padding-left: 109px;
    }
    .features .feature_right .single_block{
        margin: 20px 0;
    }
}

@media all and (max-width:991px){
    .features .feature_right .single_block .features_data h3{
        font-size: 24px;
    }
    .features .feature_right .single_block .features_data p{
        font-size: 16px;
    }
    .features .feature_left::after{
        right: 210px;
    }
    .features .feature_right .single_block{
        margin: 10px 0;
    }
}

@media all and (max-width:767px){
    .features .feature_left::after {
        right: 50%;
    }
    .features .feature_right {
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .features .feature_right .single_block .features_data{
        padding-left: 20px;
    }
    .features .feature_right .single_block .number{
        min-width: 70px;
    }
    .features .feature_cta{
        padding-left: 99px;
    }
}
/* feature section end */




/* nearby section start */
.nearby_feature {
    margin-top: -160px;
    background-image: url("../images/customer/nearby_bg.png");
    background-position: right -20px center;
    background-repeat: no-repeat;
}
.nearby_feature .nearby_data h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Righteous';
    color: #232323;
}
.nearby_feature .nearby_data p{
    font-size: 18px;
    margin-bottom: 30px;
    color: #606060;
}
.nearby_feature .nearby_data a{
    display: inline-block;
    background: #6b62e2;
    padding: 8px 20px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    font-size: 18px;
}

@media all and (max-width:991px){
    .nearby_feature .nearby_data h1{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .nearby_feature .nearby_data p{
        font-size: 16px;
    }
}

@media all and (max-width:850px){
    .nearby_feature{
        margin-top: -100px;
    }
}

@media all and (max-width:767px){
    .nearby_feature{
        margin-top: 0px;
    }
    .nearby_feature .nearby_data {
        text-align: center;
    }
}
/* nearby section end */




/* service section start */
.service_section .service_blocks .similar_block {
    margin: 30px 0;
}
.service_section .service_blocks .similar_block .image {
    background: #6b62e2;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.service_section .service_blocks .similar_block:nth-child(1) .image {background: #26CFA4;}
.service_section .service_blocks .similar_block:nth-child(2) .image {background: #FE8058;}
.service_section .service_blocks .similar_block:nth-child(3) .image {background: #F3547F;}

.service_section .service_blocks .similar_block h4 {
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Righteous';
    margin: 29px 0 15px;
}
.service_section .service_blocks .similar_block p {
    font-size: 18px;
    color: #606060;
}


@media all and (max-width:1024px){
    .service_section .service_blocks .similar_block{
        margin: 10px 0;
    }
    .service_section {
        margin-top: 50px;
    }
}

@media all and (max-width:991px){
    .service_section .service_blocks .similar_block h4{
        font-size: 24px;
    }
    .service_section .service_blocks .similar_block .image{
        width: 70px;
        height: 70px;
        padding: 18px;
        border-radius: 5px;
    }
    .service_section .service_image {
        text-align: center;
        margin-bottom: 40px;
    }
}

@media all and (max-width:767px){
    .service_section .service_blocks .similar_block{
        text-align: center;
    }
    .service_section .service_blocks .similar_block .image {
        margin: 0 auto;
    }
}
/* service section end */



/* testimonials section start */
.testimonials {
    margin: 120px 0 140px;
    background-image: url("../images/customer/testimonial-bg.png");
    background-position: left -30px bottom;
    background-repeat: no-repeat;
}
.testimonials .all_testimonials {
    background-color: #6b62e2;
    border-radius: 15px;
    padding: 15px;
    background-image: url("../images/customer/map.png");
    background-position: center;
}
.testimonials .all_testimonials .title {
    text-align: center;
    margin-top: 35px;
}
.testimonials .all_testimonials .title h1 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Righteous';
    font-size: 50px;
}
.testimonials .all_testimonials .title p {
    font-size: 18px;
    color: white;
}
.testimonials .testimonial_block .inside {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 20px 20px rgb(0 0 0 / 10%);
    position: relative;
}
.testimonials .testimonial_block .inside .image {
    position: absolute;
    right: 20px;
    top: 16px;
}
.testimonial_block .inside .user_area {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    margin-bottom: 20px;
}
.testimonial_block .inside .user_area .user_image {
    margin-right: 15px;
    width: 66px;
    height: 66px;
    border-radius: 100px;
    overflow: hidden;
}
.testimonial_block .inside .user_area .user_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_block .inside .user_area h5 {
    font-size: 22px;
    margin-bottom: 0;
    display: block;
}
.testimonial_block .inside .content p {
    font-size: 18px;
    color: #606060;
}
.owl-carousel .owl-stage-outer{
    padding: 0 0 30px 0;
}
.testimonials .testimonial_slide {
    margin-bottom: -80px;
    margin-top: 50px;
}
.testimonial_slide .owl-nav {
    position: absolute;
    left: -210px;
    bottom: 90px;
    right: -210px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
.testimonial_slide .owl-nav button span {
    display: none;
}
.testimonial_slide .owl-nav button.owl-prev {
    width: 50px;
    background:url("../images/customer/right-arrow.png");
    height:28px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial_slide .owl-nav button.owl-next {
    width: 50px;
    background:url("../images/customer/left-arrow.png");
    height:28px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (max-width:1400px){
    .testimonial_slide .owl-nav{
        right: -60px;
        left: -60px;
    }
}

@media all and (max-width:1024px){
    .testimonials{
        margin: 80px 0 140px;
    }
}

@media all and (max-width:991px){
    .testimonial_slide .owl-nav {
        right: 10px;
        left: 10px;
        top: -40px;
    }
    .testimonials .all_testimonials .title h1{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .testimonials .all_testimonials .title p{
        font-size: 16px;
    }
    .testimonial_block .inside .content p{
        font-size: 16px;
    }
}

@media all and (max-width:767px){
    .testimonials{
        margin: 50px 0 100px;
    }
}

/* testimonial section end */





/* screenshot section start */
.visual_layout {
    background-color: #F1F1F1;
    padding: 70px 0;
    background-image: url("../images/customer/dots.png"), url("../images/customer/dots.png");
    background-repeat: no-repeat, no-repeat;
    background-position: right 70px top, left top 100px;
    overflow-x: hidden;
    position: relative;
}
.visual_layout .title h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Righteous';
    color: #232323;
    text-align: center;
    text-transform: capitalize;
}
.visual_layout .title p {
    font-size: 18px;
    color: #606060;
    text-align: center;
}
.visual_layout .slideshots {
    margin-top: 60px;
    padding: 0 100px;
}
.visual_layout .slideshots .owl-carousel .owl-stage-outer{
    padding: 0px;
}
.visual_layout .slideshots .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: -100px;
    left:-100px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
.visual_layout .slideshots .owl-item img {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin: 18px 0;
}
.visual_layout .slideshots .owl-nav span {
    display: none;
}
.visual_layout .slideshots .owl-nav button.owl-prev {
    width: 80px;
    height: 100px;
    background-image: url("../images/customer/left-slide.png");
    background-repeat: no-repeat;
    background-position: center left;
    outline: none;
}
.visual_layout .slideshots .owl-nav button.owl-next{
    width: 80px;
    height: 100px;
    background-image: url("../images/customer/right-slide.png");
    background-repeat: no-repeat;
    background-position: center right;
    outline: none;
}
.visual_layout .mobile {
    position: absolute;
    z-index: 99;
    top: -10px;
    left: -20px;
    right: -20px;
    bottom: -20px;
}
.visual_layout .slideshots .owl-stage .owl-item{
    text-align: center;
}
.visual_layout .slideshots .owl-stage .owl-item li{
    position: relative;
}
.visual_layout .slideshots .owl-stage > .active + .active + .active li > img{
    border-radius: 25px;
}
.visual_layout .slideshots .owl-stage > .active + .active + .active ~ .active li > img{
    border-radius: 0px;
}
.visual_layout .slideshots .owl-stage > .active + .active + .active .mobile img{
    border-radius: 65px;
}
.visual_layout .slideshots .owl-stage > .active .mobile{
    display: none;
}
.visual_layout .slideshots .owl-stage > .active + .active + .active .mobile{
    display: block;
}
.visual_layout .slideshots .owl-stage > .active + .active + .active ~ .active .mobile{
    display: none;
}

@media all and (max-width:1750px){
    .visual_layout .slideshots .owl-stage > .active + .active + .active .mobile img{
        border-radius: 55px;
    }
}
@media all and (max-width:1530px){
    .visual_layout .slideshots .owl-stage > .active + .active + .active .mobile img{
        border-radius: 44px;
    }
    .visual_layout .mobile{
        top: -17px;
    }
}

@media all and (max-width:1299px){
    .visual_layout .slideshots .owl-stage > .active + .active + .active .mobile{
        display: none;
    }
    .visual_layout .slideshots .owl-stage > .active + .active + .active li > img{
        border-radius: 0px;
    }
    body .visual_layout .mobile{
        display: none !important;
    }
}

@media all and (max-width:1024px){
    .visual_layout{
        padding: 50px 0;
        background-position: right -110px top, left top 360px;
    }
    .visual_layout .slideshots{
        margin-top: 30px;
    }
}

@media all and (max-width:991px){
    .visual_layout .title h1{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .visual_layout .title p{
        font-size: 16px;
    }
}

@media all and (max-width:600px){
    .visual_layout .slideshots{
        padding: 0 15px;
    }
    .visual_layout .slideshots .owl-nav{
        right: -15px;
        left: -15px;
    }
}
/* screenshot section end */




/* faq section start */

.faq_section{
    padding: 100px 0 80px;
}
.faq_section .faq_left h1 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Righteous';
    color: #232323;
}
.faq_section .faq_left p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #606060;
}
.faq_section .faq_right .acc_title {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding:10px 45px 10px 15px;
    font-size: 22px;
    font-weight: 500;
    color: #606060;
    background: linear-gradient(white, #e9e9e9);
    background: -webkit-linear-gradient(white, #e9e9e9);
    cursor: pointer;
    position: relative;
}
.faq_section .faq_right .accord {
    margin-bottom: 15px;
}
.faq_section .faq_right .acc_content {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 20px;
    display: none;
}
.faq_section .faq_right .acc_content p {
    font-size: 18px;
    color: #606060;
    margin: 0;
}
.faq_section .faq_right .acc_title::after {
    content: "";
    width: 19px;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 4px;
    background: #606060;
    border-radius: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.faq_section .faq_right .acc_title::before{
    content: "";
    width: 4px;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 18px;
    background: #606060;
    border-radius: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.faq_section .faq_right .acc_title.active_tab {
    background: #6b62e2;
    color: #fff;
}
.faq_section .faq_right .acc_title.active_tab::after{
    background: white;
}
.faq_section .faq_right .acc_title.active_tab::before{
    display: none;
}

@media all and (max-width:1024px){
    .faq_section {
        padding: 60px 0 60px;
    }
}


@media all and (max-width:991px){
    .faq_section .faq_left h1{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .faq_section .faq_left p{
        font-size: 16px;
    }
    .faq_section .faq_right {
        margin-top: 0 !important;
    }
    .faq_section .faq_right .acc_title{
        font-size: 20px;
    }
}

@media all and (max-width:767px){
    .faq_section .faq_left h1,
    .faq_section .faq_left p{
        text-align: center;
    }
}
/* faq section end */



/* contact section start */
.contact_section{
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.contact_section .map {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.contact_section .contact_form {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 15px;
    height: fit-content;
}
.contact_section .contact_form .address {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    font-size: 18px;
}
.contact_form input.form-control {
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
    height: 46px;
    font-size: 18px;
}
.contact_form textarea.form-control {
    background: #F9F9F9;
    border: 1px solid #DFDFDF;
    font-size: 18px;
}
.contact_form .form_cta input {
    position: relative;
    display: inline-block;
    background: #6b62e2;
    padding: 8px 20px;
    border-radius: 5px;
    color: #ffffff;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    font-size: 18px;
    top: 25px;
    border: none;
    margin-bottom: -15px;
    outline: none;
}
.contact_section .contact_form .address i {
    margin-right: 8px;
    color: red;
    font-size: 20px;
}

.contact_section .cont_left h1
{
    font-size: 50px;
    margin-bottom: 20px;
    font-family: 'Righteous';
    color: #232323;
}
.contact_section .cont_left p{
    font-size: 18px;
    margin-bottom: 30px;
    color: #606060;
}

@media all and (max-width:767px){
    .contact_section{
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
/* contact section end */








/* footer start */
.footer{
    padding: 50px 0;
    position: relative;
    background-image: url("../images/customer/footer-left.png"), url("../images/customer/footer-right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left -60px bottom -15px, right -70px bottom -30px;
}
.footer .download_app {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
.footer .download_app a + a {
    margin-left: 10px;
}
.footer .f-navigation ul {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    margin:0 0 25px 0;
}
.footer .f-navigation ul li{
    padding: 0 30px;
    position: relative;
}
.footer .f-navigation ul li::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #606060;
    border-radius: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.footer .f-navigation ul li a {
    color: #606060;
    font-size: 18px;
}
.footer .f-navigation ul li a:hover{
    color: #6b62e2;
}
.footer .f-navigation ul li:last-child::after{
    display: none;
}
.footer .f-social ul {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
.footer .f-social ul li {
    margin: 0 5px;
}
.footer .copyright {
    text-align: center;
    color: #606060;
    font-size: 18px;
    margin-top: 25px;
}
.footer .goup {
    position: absolute;
    right: 50px;
    bottom: 0;
}


@media all and (max-width:991px){
    .footer{
        background-position: left -110px bottom -15px, right -280px bottom -30px;
    }
}

@media all and (max-width:767px){
    .footer{
        background: none;
        padding-top: 30px;
    }
    .footer .f-navigation ul {
        display: block;
        text-align: center;
    }
    .footer .f-navigation ul li{
        padding: 5px 0;        
    }
    .footer .f-navigation ul li::after{
        display: none;
    }
    .footer .goup{
        right: initial;
        left: 53%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
/* footer end */