
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

html,body{
    height: 100%;
}

h4,h2,h3,h6{
    font-family: 'Lato'!important;
}

@font-face {
    font-family: 'BebasNeue';
    font-style: bold;
    font-weight: 400;
    src: url('../fonts/bebas_neue/BebasNeueBold.ttf');
}

h3{
    font-size: 28px!important;
}

p{
    font-family: 'Lato';
    color: #4e5966!important;
}

.close{
    opacity: 1!important;
}

body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

body{
    font-family: 'Lato' !important;
    margin: 0;
    padding: 0 ;
}

.container-fluid{
    max-width: 1440px!important;
    padding: 0px 50px!important;
}

.clear{
    clear: both;
}

.active-menu{
    background-color: #253e53;
    color: #fff;
    border-radius: 6px;
}

.footer-owner{
    background-color: #02192c!important;
}

.header-owner{
    background-color: #02192c!important;
}

.txt-blue{
    color: #0379e2;
}

.txt-green{
    color: #1cbe70;
}

.txt-dark-blue{
    color: #253e53;
}

.sub-heading{
    font-weight: bold;
}

/* Navbar */

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}

.navbar-default{
    background-color: #0379e2!important;
    height: 100px!important;
    border:0!important;
    border:none!important;
}

.navbar-toggle {
    padding: 4px 6px!important;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

#parkgenie-navar{
    margin-top: 25px;
}

#parkgenie-navar li a{
    color: #fff!important;
    margin: 4px;
    padding: 6px 10px;
    cursor: pointer;
}

#parkgenie-navar li a:hover{
    background-color: #253e53;
    color: #fff;
    border-radius: 6px;
}

#parkgenie-navar li a:hover{
    background-color: #253e53;
    color: #fff;
    border-radius: 6px;
}

#parkgenie-navar li a.vertical-bar-menu:hover{
    background-color: #02192c!important;
    cursor: auto!important;
}

#parkgenie-hamburger{
    margin-top: 30px;
}

p{
    line-height: 24px!important;
}

/* Top Content User app*/

.logo{
    margin-left: -5px;
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

.top-content{
    background-color: #0379e2;
    margin-top: 100px!important;
    padding-bottom: 40px;
}

.top-content-left{
    margin: 25px 0 0 0; 
}

.top-content-left h4 {
    color: #fff;
    font-size: 25px;
    font-family: 'Lobster', cursive!important;
}

.top-content-left h1{
    font-size: 104px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: -12px;
    font-family: 'BebasNeue';
}

.top-content-left p{
    color: #fff!important;
    margin-top: -35px;
    line-height: 24px;
}

.watch-now{
    margin: 25px 0 0 -5px;
}

.watch-now img{
    cursor: pointer;
}

.watch-now a:hover{
    text-decoration: none;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: auto;
    text-decoration: none!important;
}

.watch-now span{
    color: #fff;
}

.download-top img{
    margin-top: 12px;
    margin-left: -15px;
    cursor: pointer;
}

.top-content-right{
    margin: 25px 0 0 0;
    color: #fff;
    font-size: 30px;
    position: relative;
    max-width: 1440px;
}
.top-content-right img{
    position: relative;
    bottom: 30px;
}

.floating-btn{
    position: fixed;
    right: 40px;
    top: 200px; 
    transition: all 2000ms ease;
}

.floating-btn img{
    cursor: pointer;
    position: relative;
}

.modal-backdrop.in{
    opacity: 0.87!important;
}

.tooltip-inner{
    background-color: #02192c!important;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #02192c!important;
}

.arrow-down-wrap{
    width: 125px;
    margin: 0 auto; 
    position: relative;
    top: -38px;
}

.download-watch-wrap{
    background-color: #02192c;
    padding: 20px 10px 20px 10px;
    border-radius: 6px;
    margin: 40px 0 60px 0;
    color: #fff;
    font-weight: bold;
}

.download-watch-wrap img{
    cursor: pointer;
}

.download-app-txt{
    padding: 2px 0 0 0;
    font-weight: bold;
}

/* Process to Parkgenie*/

.process-heading{
    margin-top: 20px;
}

.process-content{
    margin-top: 80px;        
}

.process-content h4{
    margin: 20px 0;
}

.process-content p{
    padding: 0 70px;
}

.heading-border{
    border-bottom: 6px solid #0379e2;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    border-radius: 6px;
}

/* Video Popup/Modal */

/*.modal-dialog {
  width: 100%!important;
  height: 100%!important;
  padding: 0;
}

.modal-content {
  height: 100%!important;
  border-radius: 0;
}*/

/*  Share on Social  */

.share-social{
    background-color: #dfe7f0;
    text-align: center;
}

.share-it-txt{
    color: #0379e2;
    position: relative;
    top: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    left: 20px;
}

.share-social-content{
    padding: 25px 0 22px 0;
}

/*.share-social-content img{
    width: 100%;
}*/

/* Footer area */

.footer-area1{
    background-color: #1d3046;
    padding-bottom: 20px;
}

.rent-parking-txt{
    padding: 40px 0 25px 0;
}

.rent-space{
    color: #8aacd3!important;
    font-size: 26px;
}

.click-here{
    color: #1cbe70;
    font-size: 26px;
    padding-left: 10px;
    cursor: pointer;
}

.footer-wrapper{
    padding-top: 20px;
}

.footer-logo img{
    position: relative;
    bottom: 8px;
}

.about-footer-txt{
    padding-left: 30px;
    padding-top: 4px;
}

.footer-heading h4{
    color: #0379e2;
    font-weight: bold;
}

.footer-heading p{
    color: #8aacd3!important;
    width: 295px;
}

.footer-menu a{
    color: #8aacd3!important;
    cursor: pointer;
}

.footer-menu a:hover{
    color: #8aacd3!important;
}

.footer-para{
    color: #8aacd3!important;
    padding: 12px 5px;
    text-align: left;
    width: 80%;
    line-height: 20px!important
}

.parkgenie-notification-wrap{
    border:5px solid #fc5454; 
    background: #fff;
    position: fixed;
    top: 50%;    
    transform: translateY(-50%);
    width: 93%;
    margin: 0 auto;
    padding: 0px 10px;   
    border-radius: 6px;
    max-width: 1440px;
    box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.34901960784313724);
}

.parkgenie-notification-wrap p{
    color: #000!important; 
    line-height: 20px!important;
    padding: 20px 15px 10px 15px;
    text-align: center;
}

.contact-us p{
    line-height: 10px!important;
}

.captcha_wrap{
    border:1px solid #c4cfd9; 
    border-radius: 6px; 
    padding: 5px 15px; 
    position: relative; 
    top: 15px; 
    text-align: center;
}

.copyright{
    padding-top: 10px;
}

.copyright p{
    color: #8aacd3!important;
}

.social{
    color: #8aacd3!important;
}

.social img{
    margin: 3px;
    cursor: pointer;
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #2c425d!important;
    margin: 1em 0;
    padding: 0; 
}

/* About us Page */

.company-experience h3{
    margin: 80px auto;
    width: 70%;
    text-align: center;
    line-height: 40px;
    color: #253e53!important;
    font-size: 27px!important;
}

.about-background{
    /*    background-image: url("../images/bg_img-aboutus.png");*/
    /*    height: 90%; 
        background-position: center;
        background-repeat: no-repeat;
        max-width: 1440px;
        max-height: 650px;
        margin: 0 auto;
        background-size: 100%;*/
    background-color: #0379e2;
    height: 73%;       
}

.about-top-img{
    max-width: 1440px;
    position: relative; 
    color: #fff; 
    margin: 0 auto; 
}

.about-top-txt{
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center;
    width: 70%;
}

.about-top-txt h2{
    line-height: 40px;
}

.about-background-content{
    margin: 20px 0;;
}

/* Owner home page */

.owner-hero-img{
    background-image:url('../images/bg_img_4000.png'); 
    background-repeat: no-repeat;
    margin-top: 100px; 
    background-size: cover;
    background-color: #02192c;
}
.owner-large-image{
    max-width: 1440px;
    position: relative; 
    color: #fff; 
    margin: 0 auto; 
}
.owner-top-txt{
    position: absolute;
    top: 20%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center;
    width: 53%;    
}
.owner-top-txt h2{
    font-size: 24px!important;
    line-height: 1.4;
}

.about-hero-img{
    background-image:url('../images/aboutus_bg.png'); 
    background-repeat: no-repeat;
    margin-top: 100px; 
    background-size: cover;
    background-color: #0379e2;
    /*    padding-top: 40px;*/
}
.about-large-image{
    max-width: 1440px;
    position: relative; 
    color: #fff; 
    margin: 0 auto; 
}
.about-top-txt{
    position: absolute;
    top: 20%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    text-align: center;
    width: 60%;    
}
.about-top-txt h2{
    font-size: 24px!important;
    line-height: 1.4;
}

.owner-top {
    line-height: 40px;
}

.owner-home-content h3{
    margin-top: 80px;
}
.owner-home-content p{
    margin: 25px 0;
    line-height: 22px;
}
.btn-signup{
    background-color: #fd5308;
    color: #fff;
    padding: 15px 100px;
    outline: 0;
    border: 0;
    border-radius: 6px;
    margin: 10px 0;
}
.contact-us-txt{
    color: #1cbe70;
    margin: 42px 0;
    margin-left: 15px;
    border-bottom: 2px solid #1cbe70; 
    height: 50px; 
    line-height: 50px;
    cursor: pointer;
}

/*  Contact us page  */

.contact-us-wrap{
    margin: 150px 0 80px 0;
}
.contact-form .cotact-txt{
    color: #1cbe70!important;
    font-size: 24px!important;
    font-weight: bold;
    padding: 10px 0;
}
.contact-form .quick-enquiry-txt{
    color:#253e53!important;
    font-weight: 600;
}
.contact-form input{
    height: 45px;
    border-radius: 6px;
    padding-left: 10px;
    margin: 15px 0!important;
}
.contact-form textarea{
    border-radius: 6px;
    padding-left: 10px;
    outline: 0;
    outline: none;
    margin: 15px 0!important;
}
.send-btn-wrap{
    width: 125px;
    margin: 20px auto 15px auto;
}
.send-btn{
    background-color: #0379e2;
    color: #fff;
    height: 40px;
    width: 125px;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-align: center;
    border: 0!important;
}
.contact-img img{
    position: relative;
    top: 45px;
}

/*  Terms and Conditions user and Owner  */

.terms-conditions-wrap{
    margin: 90px 0 40px 0;
}

.terms-conditions-content h3{
    margin: 15px 0 25px 0;
    padding: 0 35px;
}
.terms-conditions-content p{
    margin-bottom: 25px;
    line-height: 25px;
    padding: 0 35px;    
}

.terms-conditions-wrap-owner{
    margin: 90px 0 50px 0;
}

.owner-terms-conditions-content p{
    line-height: 25px;
    padding: 0 35px;    
}
.owner-terms-conditions-content h3{
    margin: 15px 0 25px 0;
    padding: 0 35px;
}
p.inner-para{
    padding: 0 0 0 50px;
}

/* Login and Signup page */

.login-background{
    background-image: url("../images/login_bg.jpg");
    height: 90%; 
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1440px;
    max-height: 650px;
    background-size: cover;
    margin: 100px auto;
}
.login-form-wrap{
    padding-top: 30px;
    padding-right: 80px;
}
.login-header{
    margin: 20px 0;
    font-weight: bold;
}
.login-header a{
    cursor: pointer;
}
.login-form{
    background-color: #fff;
    padding: 15px 35px 50px 35px!important;
    border-radius: 6px;
}
.login-form input{
    height: 42px;
    outline: 0;
    border:1px solid #c4cfd9!important;
}
.login-form input::placeholder {
    color: #4e5966;
}
form input{
    height: 42px!important;
    outline: 0;
    border:1px solid #c4cfd9!important;
}
form input::placeholder{
    color: #4e5966; 
}
.forgot-password a{
    cursor: pointer;
}
.sign-up-header{
    margin: 20px 0;
}
.sign-up-form{
    background-color: #fff;
    padding: 15px 35px 50px 35px!important;
    border-radius: 6px;
}
.sign-up-form input{
    height: 42px;
    outline: 0;
    border:1px solid #c4cfd9!important;        
}
.sign-up-header{
    font-weight: bold;
}
.sign-up-header a{
    text-decoration: none!important;
    cursor: pointer;
}
.sign-up input::placeholder {
    color: #4e5966;
}
.forgot-password h5{
    color: #1cbe70;
}
.login-bt-wrap{
    width: 200px;
    margin: 40px auto 15px auto;
}
.login-btn{
    background-color: #fd5308;
    color: #fff;
    height: 40px;
    width: 200px;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-align: center;
}
.btn-blue{
    background-color: #0379e2;
    color: #fff;
    height: 40px;
    width: 200px;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-align: center;
}

.btn-green{
    background-color: #1cbe70;
    color: #fff;
    height: 40px;
    width: 200px;
    border: 0;
    outline: 0;
    border-radius: 6px;
    text-align: center;
}

.signup-txt{
    color: #1cbe70;
}

/* FAQ  */

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.panel-default > .panel-heading {
    padding: 0;
}
.panel-title {
    font-size: 14px;
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #212121;
    display: table-cell;
    vertical-align: middle;
    /*    width: 50px;
        height: 50px;*/
}

.plus_icon{
    background-image: url("../images/plus.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}
.minus_icon{
    background-image: url("../images/minus.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-default>.panel-heading{
    border-left: 7px solid #02192c!important;
    border-radius: 0px!important;
    background-color: #dfe7f0!important;
}

.faq-wrap h3{
    font-size: 25px!important;
    padding: 15px 0;
}
.faq-wrap h4{    
    padding: 2px 0;
}

.more-less-icon{
    width: 25px;
    bottom: 5px; 
    cursor: pointer;
    float: right;
}

span.faq-dot{
    font-size: 40px; 
    position: relative;
    top: 20px;
}

.steps-faq p{
    padding-left: 10px;
}


.faq-wrap a{
    cursor: pointer;
}

/* Change Password */

.change-password-wrap{
    margin: 200px 0 50px 0;
}
.change-password-form{
    background-color: #fff;
    padding: 30px 50px 80px 50px!important;
    border-radius: 6px;
    box-shadow: 0px 0px 48px 13px #dee;
}

/*  How it works  */

.how-it-works-main-wrap .nav>li>a{
    cursor: pointer;
    font-size: 20px!important;
    padding: 0px 0 22px 0px!important;
    color: #1d3046;
    font-family: 'lato'!important;
    line-height: 42px;
}

.how-it-works-main-wrap .nav>li>a:hover{
    background-color: transparent!important;    
}

.how-it-works-main-wrap .nav>li>a:focus{
    color: #0379e2;
    background-color: transparent;
}

.active a{
    color: #0379e2 !important;
}

.active-how-it-works{
    color: #0379e2!important;
}

.how-parkgenie-works-sub-heading{
    position: relative; 
    top: 25px; 
}

.how-it-works-bottom-txt{
    text-align: center;
    font-size: 26px;
    padding: 8px 0;
    margin-top: -70px;
}

.btn-wrap-how-it-works{
    position: relative;
}

.bottom-btn{
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    background-color: #0379e2;
    top: 4px; 
    position: relative; 
    left: 2px;
}

.top-btn{
    width: 45px; 
    height: 45px; 
    color: #fff; 
    line-height: 45px; 
    border-radius: 50%; 
    background-color: #02192c;
    position: absolute; 
    top: 0px;
    font-size: 22px;
}

.cloud-img-left{
    display: block; 
    width: 150px;
}

.cloud-img-right{
    margin-top: -150px;
    width: 150px;
}

.how-it-work-img{
    display: block; 
    width: 150px; 
    margin: auto;
    position: relative;
    top: -150px;
}

/* Responsive/Media Query */

@media screen and (max-width:5000px){
    .about-hero-img{
        padding-top: 43px;
    }
}

@media screen and (max-width:1366px){
    .about-hero-img{
        padding-top: 0px!important;
    }
}

@media screen and (max-width: 1024px){

    .arrow-down-wrap img{
        position: relative;
        top: 0px!important;
    }
    .top-content-left h1{
        font-size: 70px;
    }    
    .info-graphic-img{
        position: relative;
        top: 80px!important;        
    }    
    .floating-btn{
        position: fixed;
        right: 10px;
        top: 150px!important; 
        cursor: pointer;
    }
    .apple-store-bottom{
        position: relative;
        right: 30px;
    }
    .google-store-bottom{
        position: relative;
        left: 15px;
    }
    .play-store-googole{
        position: relative;
        left: 50px;
    }
    .play-store-googole-owner{
        position: relative;
        left: -5px!important;
    }

    .process-wrap-owner{
        margin-top: 40px!important;
    }

    .process-content{
        margin-top: 80px;        
    }
    .process-content h4{
        margin: 20px 0;
        padding: 0!important;
        font-size: 14px!important;
    }
    .process-content p{
        padding: 0 0px;
    }
    .share-it-txt{
        top: 2px;        
        left: 0px!important;
        bottom: 50px;
        width: 100px;
        margin: 0 auto;
        text-align: center;
    }        
    .footer-logo img{
        width: 85px;
    }      
    .about-footer-txt{
        position: relative;
        top: -6px;
        left: 15px;
    }       
    .footer-area1{
        height: auto;
        margin-top: 0!important;
    }
    .footer-heading p {
        width: 200px!important;
    }

    .owner-top-background{
        padding-bottom:60%!important;
    }

    .arrow-down-wrap-owner{        
        top: -38px;
    }

    .about-top-txt{
        width: 80%!important; 
        top: 16%;
    }

    .about-top-txt h2{
        font-size: 19px!important;        
    }

    .owner-top-txt{
        width: 70%; 
        top: 15%;
    }
    .owner-top-txt h2{
        font-size: 20px!important;        
    }

    .owner-top-background-txt h3 {        
        font-size: 24px!important;
        padding: 125px 100px 0 60px;        
    }

    .contact-img img{
        position: relative;
        top: 115px;
        width: 100%!important;
    }
    .login-form-wrap {
        padding-right: 0px!important;
    }
    .login-graphic img {
        width: 300px!important;
        position: relative;
        top: 80px;
    }
    .share-social img{
        width: 70px!important;
    }

    .how-it-works-main-wrap .nav>li>a{
        font-size: 16px!important;
        padding-left: 15px!important;
    }

    .cloud-img-left{
        display: block; 
        width: 125px;
        position: relative;
        right: 50px;
    }

    .cloud-img-right{
        margin-top: -150px;
        width: 122px;
        position: relative;
        left: 50px;
    }

    .how-it-work-img{
        display: block; 
        width: 125px; 
        margin: auto;
        position: relative;
        top: -150px;
    }
}

@media screen and (max-width: 767px){
    
    .coming-soon-mob{
        padding: 25px 20px 30px 20px!important;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {        
        border:0!important;
        border:none!important;        
    }
    .navbar-default{
        opacity: 0.85!important;
    }
    a.vertical-bar-menu{
        display: none!important;
    }

    .scroll_user_content_mob{
        position: relative; 
        bottom: 140px!important;
    }

    .arrow-down-wrap img{
        position: relative;
        /*        top: 80px;*/
    }
    .container-fluid{
        padding: 0px 15px!important;
    }
    .top-content{
        height: auto!important;
        opacity: 0.85;
    } 

    .about-hero-img{
        opacity: 0.85!important;
        background-color: #0379e2;
    }

    .sub-heading{
        font-size: 25px!important;
    }

    .process-content h4{
        margin: 20px 0;
        padding: 0!important;
        font-size: 20px!important;
    }
    .process-content p{
        padding: 0 40px!important;
    }    

    .process-wrap-owner{
        margin-top: 20px!important;
    }

    .apple-store-bottom{
        position: relative;
        right: 0px!important;
        margin: 10px 0;
    }
    .google-store-bottom{
        position: relative;
        left: 0;
        margin: 10px 0 10px 0;
    }    
    .download-watch-wrap{               
        border-radius: 0!important;  
        padding: 10px 0 30px 0;
        margin-top: 40px;
    }
    .white-border{
        border-left: 0!important;
    }
    .play-store-apple{
        position: relative;
        left: -15px;
        width: 160px!important;
        margin-left: 0!important;
    }
    .play-store-googole{
        position: relative;
        left: -25px;
        width: 160px;
        margin-left: 0!important;
    }
    .top-content-left h1{
        font-size: 65px!important;
    }
    .top-content-right img{
        top: 0px!important;
        padding-bottom: 40px!important;        
    }
    .floating-btn{
        position: fixed;
        right: 12px;
        top: 100px!important; 
        cursor: pointer;
    }
    .floating-btn img{
        width: 60px!important;
        cursor: pointer!important;
    }
    .floating-btn-owner{
        right: 5px!important;
        top: 90px!important;
    }
    .mob-content1{
        margin-top: 0px!important;
    }
    .mob-content2{
        margin: 60px 0 0 0;
    }
    .mob-content3{
        margin: 60px 0 0 0!important;
    }
    .close-mobile{
        top: -6px!important;
        left:1px!important;
    }
    .how-it-works-wrap{
        height: auto!important;
    }
    .parkgenie-video{
        height: 280px!important;
    }
    .navbar-collapse{
        border-bottom: 1px solid #0379e2!important;
    }
    #parkgenie-navar{
        background-color: black!important;
        padding: 10px;
        margin-bottom: -15px;
        overflow: hidden;
    }
    #parkgenie-navar li{
        margin: 12px;
    }
    .download-background{
        height: auto!important;
    }
    .rent-space{
        font-size: 15px!important;
    }
    .click-here{
        font-size: 16px!important;
    }
    .footer-area1{
        height: auto!important;
    }

    .arrow-down-wrap-owner{        
        top: -38px!important;
    }

    .about-top-txt{
        width: 90%;    
        top: 18%;
    }
    .about-top-txt h2{
        font-size: 16px!important;        
    }

    .owner-top-txt{
        width: 90%;    
        top: 16%;
    }
    .owner-top-txt h2{
        font-size: 16px!important;        
    }

    .owner-top-img-large{
        display: none;
    }    
    .owner-mob-img-top{
        display: block!important;
        width: 100%;
        display: block;
        text-align: center;
        margin: auto;
    }
    .about-top-img-large{
        display: none;
    }    
    .about-mob-img-top{
        display: block!important;
        width: 100%;
        display: block;
        text-align: center;
        margin: auto;
    }
    .owner-top-background{
        padding-bottom:90%!important;
    }
    .owner-top-background-txt h3 {        
        font-size: 16px!important;
        padding: 70px 20px 20px 20px;    
        line-height: 25px;
    }
    .owner-top-background-txt {
        top: 30px;
    }    
    .contact-us-wrap{
        margin: 100px 0 50px 0!important;
    }
    .contact-img img{
        display: none;
    }
    .contact-img-mob{
        display: block!important;
        width: 100%!important;
    } 
    .terms-conditions-content h3{
        padding: 0 15px!important;
    }
    .terms-conditions-content p{
        margin-bottom: 25px;
        line-height: 25px;
        padding: 0 15px!important;    
    }

    .owner-terms-conditions-content p{
        line-height: 25px;
        padding: 0 5px;    
    }
    .owner-terms-conditions-content h3{
        margin: 15px 0 25px 0;
        padding: 0 5px;
        font-size: 18px!important;
    }
    .login-background{
        height: 85%!important;
    }
    .login-form-wrap {
        margin-top: 8px;
        padding-top: 10px;
        padding-right: 0px!important; 
    }
    login-form-wrap {
        padding-top: 10px;   
    }
    .login-form {
        padding: 15px 20px!important;
    }
    .login-graphic img{
        display: none;
    }
    .plus_icon, .minus_icon{
        display: none!important;
        background: none!important;
    }
    .copyright p{
        font-size: 10px!important;
    }
    .share-it-txt{
        top: 0px!important;
        text-align: center!important;
        left: 0px!important;
        padding-bottom: 20px!important;
        margin-top: -10px;
    }
    .social{
        font-size: 11px;
    }
    .social img{
        margin: 0px!important;
        width: 13%;
    }
    .how-parkgenie-works-sub-heading{
        position: relative; 
        top: 25px; 
        left: 0px!important;
    }    
    .parkgenie-notification-wrap p{        
        padding: 20px 10px 10px 5px!important;
    }

    .how-it-works-main-wrap .nav>li>a{
        cursor: pointer;
        font-size: 11px!important;
        padding: 0px 0 15px 20px!important;
        line-height: 19px!important;
    }

    .how-it-works-bottom-txt{
        font-size: 15px!important;
        padding: 8px 0;
    }

    .bottom-btn{
        width: 25px; 
        height: 25px;        
        top: 4px; 
        position: relative; 
        left: 2px;
    }

    .top-btn{
        width: 25px; 
        height: 25px; 
        line-height: 25px;         
        position: absolute; 
        top: 0px;
        font-size: 15px;
    }  
    .cloud-img-left{     
        display: none!important;
    }

    .cloud-img-right{
        display: none!important;
    }
    .how-it-work-img{       
        width: 110px!important;        
        top: -30px;
        left: 0px;
    }

    .how-it-works-bottom-txt{        
        margin-top: 0px;
        margin-bottom: 10px;
    }

    /*    .user-profile-mobile{
            display: block!important;
        }
        .user-profile-web{
            display: none;
        }*/
    .popover-user-profile-wrap{
        display: block;
    }
}

@media screen and (max-width: 420px){
    .how-it-works-main-wrap .nav>li>a{
        cursor: pointer;
        width: 200px;
        font-size: 15px!important;
        padding: 0px 0 15px 20px!important;
        line-height: 24px!important;
    }

    .how-it-work-img{       
        width: 100px!important;        
        top: -30px;
        left: 15px;
    }
}

@media screen and (max-width: 320px){

    .owner-top-background-txt h3 {
        width: 250px;        
        font-size: 14px!important;
        padding: 50px 20px 20px 0px;    
        line-height: 22px;
    }

    .arrow-down-wrap-owner{        
        top: -37px!important;
    }

    .owner-top-background{
        padding-bottom:90%!important;
    }

    .top-content-left h1{
        font-size: 55px!important;
    }

    .play-store-apple{
        width: 140px!important;
    }    
    .play-store-googole{
        position: relative;
        left: -15px;
        width: 140px!important;
    }
    .copyright p{
        font-size: 13px!important;
    }

    .parkgenie-notification-wrap p{
        color: #fff!important; 
        line-height: 20px!important;
        padding: 20px 5px 10px 5px!important;
        text-align: center;
    }

    .social{
        font-size: 14px;
    }
    .social img{
        margin: 5px!important;
        width: 13px!important;
        margin: 1px;        
    }    

    .parkgenie-notification-wrap p{        
        padding: 20px 10px 10px 5px!important;
    }

    .how-it-works-main-wrap .nav>li>a{
        cursor: pointer;
        width: 200px;
        font-size: 15px!important;
        padding: 0px 0 15px 20px!important;
        line-height: 23px!important;
    }

    .how-it-works-bottom-txt{
        font-size: 15px!important;
        padding: 8px 0;
    }

    .bottom-btn{
        width: 25px; 
        height: 25px;        
        top: 4px; 
        position: relative; 
        left: 2px;
    }

    .top-btn{
        width: 25px; 
        height: 25px; 
        line-height: 25px;         
        position: absolute; 
        top: 0px;
        font-size: 15px;
    }  
    .cloud-img-left{     
        display: none!important;
    }

    .cloud-img-right{
        display: none!important;
    }
    .how-it-work-img{       
        width: 50px!important;        
        top: -30px;
        display: none;
        left: 0px;
    }

    .how-it-works-bottom-txt{        
        margin-top: 0px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-device-width: 767px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
    .about-background{
        background-size: 100% 100%;    
        height: 100vh;
    }    
    .login-background{
        background-size: 100% 100%!important;    
        height: 125vh!important;
    }
    .owner-top-background{
        background-size: 100% 100%;    
        height: 100vh;
    }  

    .copyright p{
        font-size: 13px!important;
    }

    .social{
        font-size: 13px;
    }

    .social img{
        margin: 5px!important;
        width: 25px!important;
    }

    .how-it-works-main-wrap .nav>li>a{
        cursor: pointer;
        font-size: 15px!important;
        padding: 0px 0 15px 20px!important;
        line-height: 23px!important;
    }

    .how-it-works-bottom-txt{
        font-size: 15px!important;
        padding: 8px 0;
    }

    .bottom-btn{
        width: 25px; 
        height: 25px;        
        top: 4px; 
        position: relative; 
        left: 2px;
    }

    .top-btn{
        width: 25px; 
        height: 25px; 
        line-height: 25px;         
        position: absolute; 
        top: 0px;
        font-size: 15px;
    }  
    .cloud-img-left{     
        display: none!important;
    }

    .cloud-img-right{
        display: none!important;
    }
    .how-it-work-img{       
        width: 110px!important;        
        top: -25px;
        left: 0px;
    }

}
