/* CSS Document */
/*
	citymapia.com
	Description: Citymapia is a local information service,provider
	Website: citymapia.com
*/
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600');

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    color: #666;
    background: #fff;
}

strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

    a:hover {
        color: #444;
    }

    a:focus {
        text-decoration: none !important;
    }

    a, a:hover {
        text-decoration: none;
    }

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Cabin', sans-serif !important;*/
    margin: 0;
    color: #4b4848;
}

p {
    /*font-family: 'Muli', sans-serif;*/
    color: #434141;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

input:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

input[placeholder], [placeholder], *[placeholder] {
    color: #333 !important;
    text-transform: uppercase;
    font-size: 13px;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.p-r-0 {
    padding-right: 0;
}

.p-r-15 {
    padding-right: 15px !important;
}

.border-none {
    border: none;
}

.form-control {
    text-transform: none !important;
    color: #666 !important;
}
/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
#header {
    position: absolute;
    width: 100%;
    border: 0;
    z-index: 99;
}

.nav-fixed {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.navbar {
    background: top: #000;
    padding: 0.96rem 1rem;
    border-radius: 0;
}

.navbar-nav .nav-item {
    padding-left: 10px;
}

.navbar-dark .navbar-toggler {
    background-image: none;
    border-color: transparent;
    float: right;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: #ecaf09 !important;
    }

a.get-start {
    border: 1px solid #fff;
    border-left: 8px solid #fff;
    padding: 0px 10px 0px 10px;
}

.brand {
    width: 120px;
}

@media (max-width: 62em) {
    .navbar-nav {
        padding-left: 0.75rem;
    }

        .navbar-nav .nav-item {
            float: none;
        }

    .navbar-brand {
        float: left;
    }

    .navbar-brand, .navbar-nav .nav-item {
        display: block;
    }

        .navbar-nav .nav-item + .nav-item {
            margin-left: 0;
        }

    .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
    }

        .dropdown-menu a {
            color: #fff !important;
        }

    a.get-start {
        border: none !important;
        padding: 10px 0px 0px 0px !important;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }
}

.headroom--pinned {
    display: block;
}

.headroom--unpinned {
    display: none;
}

.navbar-fixed-top {
    position: fixed;
}

.navbar-toggler {
    padding: 4px 0;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav {
        margin-top: .5rem;
        min-width: 200px;
        margin-bottom: .5rem;
        background: #fff !important;
        float: right;
        padding: 10px;
        border-radius: 4px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #333 !important;
    }
}

@media (max-width: 767px) {
    .banner-home h1 {
        margin-top: 50% !important;
    }

    .title-block h2 {
        font-size: 24px !important;
        text-align: center;
        padding: 20px 0px 18px 0 !important;
        font-weight: 700 !important;
        line-height: 30px !important;
    }

    .mockup-holder {
        display: none !important;
    }

    .service-wrapper .card-img-right {
        width: 148px;
        height: 134px;
        display: block;
        margin: auto;
        float: inherit !important;
    }

    .service-wrapper .card-title {
        text-align: center !important;
    }

    .service-wrapper .card-text {
        text-align: center !important;
    }

    .service-wrapper .p-r-0 {
        padding-right: 15px !important;
    }

    .service-wrapper .p-r-15 {
        padding-left: 15px !important;
    }

    .online-platform-wrapper {
        background: #fff url(/Content/img/bg_left.jpg) left top no-repeat !important;
        height: 250px !important;
        margin-top: 40px;
        padding: 60px 0px 40px 0;
        background-size: contain;
    }

        .online-platform-wrapper section h4 {
            display: block;
            text-align: center;
            margin-top: -7% !important;
        }

    .citypage {
        background: url(/Content/img/citypage_bg.jpg) top no-repeat;
        background-position: -92px -240px !important;
        margin-top: 0px !important;
        height: inherit !important;
    }

        .citypage h5 {
            text-align: center !important;
        }

        .citypage p {
            text-align: center !important;
        }

        .citypage .btn-primary {
            background: #f9c974;
            border-radius: 0;
            border: none;
            padding: 12px 20px;
            color: #535252;
            font-weight: bold;
            margin: 0 auto;
            display: block;
        }

    .country li img {
        padding: 0px 0px 10px 0;
        margin: 0;
        display: inline-block;
        width: 60%;
    }

    .country small {
        display: block !important;
        font-size: 14px;
        color: #999;
        padding-bottom: 20px;
        text-align: center !important;
    }

    .country-banner h1 {
        margin-top: 54% !important;
    }

    .seller-control h5 {
        text-align: center !important;
        margin-top: 10px !important;
    }

    .seller-control .card img {
        margin-bottom: 30px !important;
    }

    .seller-control h5 span {
        font-weight: 600;
        display: block;
        text-align: center !important;
    }

    .seller-control .card-text {
        text-align: right;
        font-size: 16px;
        text-align: center !important;
    }

    .shop-in-smart {
        background: #eff7f9 !important;
        min-height: inherit !important;
        padding-bottom: 80px;
        width: 100%;
    }

        .shop-in-smart h6 {
            text-align: center !important;
            font-size: 50px !important;
        }

        .shop-in-smart p {
            text-align: center !important;
        }

    .title-section h2 {
        font-size: 40px !important;
    }

    .about-title p {
        padding: 0px 20px 0px 20px !important;
    }

    .navbar-dark .dropdown-menu {
        border: none !important;
    }

    .navbar-dark .dropdown {
        padding-bottom: 15px !important;
    }

        .navbar-dark .dropdown button {
            color: #666 !important;
            padding-left: 0 !important;
        }

    .navbar-dark .dropdown-item {
        font-size: 13px;
        color: #666 !important;
        padding-left: 10px !important;
    }

    .login-form {
        margin-top: 320px !important;
        border-radius: 0 !important;
    }

    .none-content h1 {
        font-size: 65px !important;
    }

    .none-content p {
        font-size: 14px !important;
    }
}


@media all and (max-width:768px) and (min-width:768px) {
    .navbar-brand {
        margin-right: 85px !important;
    }

    .location-head {
        top: 25% !important;
    }

    .log-in .btn-info {
        width: 100% !important;
        margin-bottom: 25px;
    }

    #CityLogin .google-login {
        margin-bottom: 25px !important;
    }

    .city-reg-wrapper .container {
        width: 100% !important;
    }

    #CityLogin .log-in {
        margin-top: 0px !important;
    }

    .online-platform-wrapper {
        background: none !important;
    }

        .online-platform-wrapper section {
            padding-top: 0 !important;
        }

            .online-platform-wrapper section h4 {
                display: block;
                text-align: center;
                margin-top: 25% !important;
            }

    .shop-in-smart {
        background: #eff7f9 !important;
        min-height: inherit !important;
        padding-bottom: 80px;
        width: 100%;
    }

    .navbar-dark .dropdown-menu {
        border: none !important;
    }

    .navbar-dark .dropdown {
        padding-bottom: 15px !important;
    }

        .navbar-dark .dropdown button {
            color: #666 !important;
            padding-left: 0 !important;
        }

    .navbar-dark .dropdown-item {
        font-size: 13px;
        color: #666 !important;
        padding-left: 10px !important;
    }

    .mockup-slider {
    }

        .mockup-slider .container {
            padding-left: 0 !important;
        }
}

@media all and (max-width:1024px) and (min-width:1024px) {
    .online-platform-wrapper {
        background-image: none !important;
    }

    .banner-home .row-centered {
        display: none !important;
    }
}

@media all and (max-width:1920px) and (min-width:1920px) {
    .online-platform-wrapper .large-screen-m {
        margin: 80px 0px 40px 0 !important;
    }

    .online-platform-wrapper .card-text {
        padding: 0px;
        font-size: 16px !important;
    }
}
/*Banner */
.banner-home {
    width: 100%;
    height: 800px;
    overflow: hidden;
    background: url(/Content/img/banner_img.jpg) no-repeat;
    background-size: cover;
}

    .banner-home h1 {
        text-align: center;
        font-size: 75px !important;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 20%;
        font-weight: 900;
    }

        .banner-home h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

    .banner-home dt {
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-style: italic;
        font-family: 'Cabin', sans-serif !important;
        text-shadow: 0px 1px 0px #000000;
        padding: 20px 20px;
    }

    .banner-home input {
        height: 55px;
        border-radius: 0;
    }

    .banner-home button {
        height: 53px;
        border-radius: 0;
        border: none;
        background: #ecaf09;
        color: #fff;
        font-weight: bold;
    }

        .banner-home button:hover {
            background: #303030;
            color: #fff;
        }

    .banner-home .font-1x {
        text-align: center;
        font-size: 32px;
        color: #fff;
        display: block;
        text-shadow: 0px 1px 0px #000000;
        font-family: 'Cabin', sans-serif !important;
    }
/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.col-fixed {
    width: 320px;
}

.col-min {
    min-width: 320px;
}

.col-max {
    max-width: 320px;
}

.mockup-holder {
    background: url(/Content/img/mockup.png) no-repeat;
    width: 732px;
    height: 443px;
    margin: 0 auto;
}

.mac-slider {
    width: 510px;
    height: 280px;
    float: left;
    margin: 20px 0px 0px 17px;
}

.phone-slider {
    width: 136px;
    height: 243px;
    float: left;
    margin: 160px 0px 0px 58px;
}

.bx-controls {
    display: none !important;
}

.title-block {
    border-bottom: 1px solid #f2f3ef;
    padding: 40px 0px 40px 0;
}

    .title-block h2 {
        font-size: 36px;
        text-align: center;
        padding: 30px 0px 18px 0;
    }

    .title-block p {
        font-size: 22px;
        font-style: italic !important;
        text-align: center;
        font-weight: 500;
        font-family: 'Cabin', sans-serif !important;
    }

.service-wrapper {
    padding: 40px 0px 30px 0;
}

    .service-wrapper .card-title {
        font-size: 32px;
        font-style: italic;
        font-weight: 500;
    }

        .service-wrapper .card-title a {
            color: #333;
        }

            .service-wrapper .card-title a:hover {
                color: #fff;
            }

    .service-wrapper .card-img-top {
        width: 148px;
        height: 134px;
        display: block;
        margin: auto;
    }

    .service-wrapper .card-img-right {
        width: 148px;
        height: 134px;
        display: block;
        margin: auto;
        float: right;
    }

    .service-wrapper .color-one {
        background: #b9dbf0;
        border: none;
        border-radius: 0;
        padding-top: 20px;
        min-height: 353px;
    }

    .service-wrapper .color-two {
        background: #bef4f4;
        border: none;
        border-radius: 0;
    }

    .service-wrapper .color-three {
        background: #eeeae9;
        border: none;
        border-radius: 0;
    }

    .service-wrapper .color-four {
        background: #f0f2dd;
        border: none;
        border-radius: 0;
    }

    .service-wrapper .color-five {
        background: #f9ca74;
        border: none;
        border-radius: 0;
        height: 175px;
        padding-top: 20px;
    }

        .service-wrapper .color-five .card-title {
            text-align: center;
        }

        .service-wrapper .color-five .card-text {
            text-align: center;
        }

    .service-wrapper h3 {
        font-size: 35;
        font-style: italic;
        text-align: center;
        padding-top: 70px;
    }

        .service-wrapper h3 .size-one {
            font-size: 88px;
            font-style: normal;
            font-weight: 700;
            display: block;
        }

        .service-wrapper h3 .size-two {
            font-size: 42px;
            font-style: italic;
            font-weight: 700;
        }

    .service-wrapper .para-center {
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        padding: 30px 40px;
    }

.online-platform-wrapper {
    background: #f5f5f1;
    margin-top: 40px;
    padding: 0px 0px 0px 0;
}

    .online-platform-wrapper .card img {
        border-radius: 0;
    }

    .online-platform-wrapper .card-text {
        padding: 0px;
    }

    .online-platform-wrapper .card-inverse img {
        opacity: 100%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .online-platform-wrapper .card-inverse:hover img {
        opacity: 9.5;
        cursor: pointer;
    }

    .online-platform-wrapper .large-screen-m {
        margin-top: 15px;
    }

    .online-platform-wrapper .card-img-overlay-bottom {
        bottom: 0px;
        top: 2.5% !important;
    }

    .online-platform-wrapper section {
        display: block;
        text-align: center;
        padding-top: 30%;
    }

        .online-platform-wrapper section h4 {
            color: #fff;
            font-weight: 700;
            font-size: 38px;
            padding-bottom: 10px;
            line-height: 40px;
        }

            .online-platform-wrapper section h4 span {
                font-size: 22px;
                display: block;
                font-style: italic;
                font-weight: 300;
            }

        .online-platform-wrapper section p {
            color: #fff;
        }

    .online-platform-wrapper .card {
        border: none;
        background: none;
    }

.citypage {
    background: url(/Content/img/citypage_bg.jpg) top no-repeat;
    height: 860px;
    margin-top: 60px;
    background-position: 0px -100px;
}

    .citypage h5 {
        font-size: 40px;
        color: #9c9899;
        text-align: left;
        font-weight: 500;
        padding: 30px 0px 40px 0;
    }

        .citypage h5 span {
            font-size: 80px;
            font-style: italic;
            color: #333;
            text-align: left;
            font-weight: 600;
        }

    .citypage p {
        font-size: 22px;
        text-align: left;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .citypage .btn-primary {
        background: #f9c974;
        border-radius: 0;
        border: none;
        padding: 12px 20px;
        color: #535252;
        font-weight: bold;
    }

        .citypage .btn-primary:hover {
            color: #fff;
            background: #333;
        }

.features-wrapper {
    background: #f8f8f8;
    padding: 40px 0px 40px 0;
}

    .features-wrapper h6 {
        font-size: 46px;
        text-align: center;
        padding: 30px 0px 38px 0;
        font-weight: 500;
    }

        .features-wrapper h6 span {
            font-size: 26px;
            font-style: italic !important;
            text-align: center;
            font-weight: 500;
            font-family: 'Cabin', sans-serif !important;
        }

    .features-wrapper .card {
        background: none;
        border: none;
    }

    .features-wrapper .card-title {
        font-size: 18px;
    }

.country {
    border-top: 1px solid #f5f1f2;
    border-bottom: 1px solid #f5f1f2;
    padding: 30px 0px 30px 0;
}

    .country small {
        display: inline-block;
        font-size: 14px;
        color: #999;
    }

    .country ul {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .country li {
        padding: 0px 1px 0px 1px;
        margin: 0;
        display: inline-block;
    }
/*Country page */
.country-flag {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
    background: #fff;
    padding: 7px 0px 0px 5px;
    margin-top: -5px;
}

    .country-flag img {
        width: 28px;
        height: 18px;
        text-align: center;
    }

.country-banner {
    width: 100%;
    no-repeat;
    background-size: cover;
}

    .country-banner .card {
        border: none;
        border-radius: 0 !important;
    }

        .country-banner .card .card-img {
            border: none;
            border-radius: 0 !important;
        }

    .country-banner .card-inverse img {
        opacity: 100%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .country-banner .card-inverse:hover img {
        opacity: 9.5;
        cursor: pointer;
    }

    .country-banner .card h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 15%;
    }

        .country-banner .card h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.title-section {
    padding: 40px 0px 40px 0;
}

    .title-section h2 {
        font-size: 48px;
        text-align: center;
        padding: 30px 0px 18px 0;
    }

    .title-section p {
        font-size: 20px;
        /*font-style: italic !important;*/
        text-align: center;
        font-weight: 500;
        font-family: 'Cabin', sans-serif !important;
        padding-bottom: 30px;
    }

.card.no-border {
    border: 0 !important;
    border-radius: 0 !important;
}

.card-img-overlay-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0px 0px 2px 20px;
}

    .card-img-overlay-bottom .card-title {
        font-size: 18px !important;
        bottom: 0 !important;
    }

.card-img-full {
    border-radius: calc(.25rem - 1px);
    width: 100%;
    height: auto;
}

.card-inverse a {
    color: #fff;
}

.card-inverse img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.card-inverse:hover img {
    opacity: .5;
    cursor: pointer;
}

.title-section .btn {
    background: #333;
    padding: 15px 60px;
    border: none;
    font-size: 18px;
}

    .title-section .btn:hover {
        background: #f99e0f;
    }

@media all and (min-width:1024px) and (max-width:1920px) {
    .img-padding-left-0 {
        padding-left: 0px !important;
    }

    .card-img-full {
        height: 150px;
    }
}

@media all and (min-width:1366px) and (max-width:1366px) {
    .getstart-title {
        margin-top: 22% !important;
    }
}
/*Seller Page*/
.seller-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/seller_banner.jpg) no-repeat;
    background-size: cover;
}

    .seller-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .seller-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.card-title {
    margin-top: 10px;
}

.seller-product-pay {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 15x 0px 15px 0;
}

    .seller-product-pay h4 {
        font-size: 50px;
        font-style: italic;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
    }

    .seller-product-pay small {
        font-size: 20px;
        padding: 10px 0px 10px 0;
        display: block;
        text-align: center;
    }

    .seller-product-pay p {
        text-align: right !important;
        display: block;
    }

.seller-control {
    padding: 40px 0px 40px 0;
}

    .seller-control h5 {
        font-size: 44px;
        text-align: right;
    }

    .seller-control .card img {
        margin-left: 40px;
    }

    .seller-control h5 span {
        font-weight: 600;
        display: block;
    }

    .seller-control .card-text {
        text-align: right;
        font-size: 16px;
    }

.seller-features {
    background: #fafafa;
    display: block;
}

    .seller-features h4 {
        font-size: 46px;
        font-style: italic;
        padding: 70px 20px 40px 30px;
        width: 280px;
        background: #f3f6f9;
        display: inline-block !important;
    }

    .seller-features section {
        display: inline-block;
        padding: 0px 30px !important;
    }

        .seller-features section ul {
            padding: 0px;
            margin: 30px 0px !important;
            display: inline-block;
        }

        .seller-features section li {
            padding: 10px 20px 10px 30px;
            margin: 0px;
            background: url(/Content/img/tick.jpg) left no-repeat;
            font-size: 16px;
            display: block;
        }

.white-circule {
    width: 140px;
    height: 140px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    display: block;
    padding-top: 30px;
    text-align: center;
    margin: 0 auto;
}

.fa-font-20 {
    font-size: 18px;
}
/*Customer Page*/
.customer-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/customer_banner.jpg) no-repeat;
    background-size: cover;
}

    .customer-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .customer-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.border-bottom {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0px 0px 0;
    margin: 0 !important;
}

.border-bottom-none {
    border-bottom: none;
    padding: 10px 0px 0px 0;
    margin: 0 !important;
}

.shop-in-smart {
    background: #eff7f9 url(/Content/img/img_005.jpg) right no-repeat;
    margin-top: 40px;
    min-height: 550px;
    width: 100%;
}

    .shop-in-smart h6 {
        font-weight: 700;
        font-style: italic;
        font-size: 66px;
        line-height: 46px;
        padding: 100px 0px 30px 0;
    }

        .shop-in-smart h6 span {
            font-weight: 700;
            font-style: italic;
            font-size: 36px;
        }

    .shop-in-smart p {
        padding: 0px 0px 20px 0px;
        font-size: 16px;
    }

.m-2-half {
    margin: 2rem 2rem !important;
}
/*Pricing  Page*/
.pricing-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/pricing_banner.jpg) no-repeat;
    background-size: cover;
}

    .pricing-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .pricing-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.pricing-wrapper {
}

    .pricing-wrapper table {
        font-size: 15px !important;
    }

        .pricing-wrapper table th.bg {
            background: #fbfbfb !important;
        }

        .pricing-wrapper table span {
            font-size: 16px;
            font-weight: 700 !important;
            text-transform: uppercase;
        }

    .pricing-wrapper .fa-check {
        color: #65c17a;
    }

    .pricing-wrapper .fa-times {
        color: #da7065;
    }
/*About Page*/
.about-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/about_banner.jpg) no-repeat;
    background-size: cover;
}

    .about-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .about-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.about-wrapper {
    background: url(/content/img/abt_bg.jpg) bottom no-repeat;
    padding-bottom: 40px;
    min-height: 1200px;
    background-position: 20px 270px;
}

.about-title {
}

.about-wrapper p {
    padding-bottom: 15px !important;
    display: block !important;
}

.about-wrapper ul {
}

.about-wrapper li {
    list-style: inside;
}

.about-wrapper h5 {
    padding: 20px 0px 10px 0px;
}


.about-title h2 {
    font-size: 32px;
}

    .about-title h2 small {
        font-size: 60px;
        font-weight: 700;
        display: block;
        padding-bottom: 20px;
    }

.about-title p {
    text-align: center;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 28px !important;
    padding: 0px 150px 0px 150px;
    display: block !important;
}

.about-title h3 {
    font-size: 62px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 40px;
}

    .about-title h3 small {
        font-size: 30px;
        font-weight: 300;
        display: block;
        padding-bottom: 20px;
    }

.about-title span {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
}

.about-title h4 {
    font-weight: 500;
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.about-title .txt-left {
    text-align: left !important;
    padding-left: 0 !important;
}

/*contact page */
.contact-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/contact_banner.jpg) no-repeat;
    background-size: cover;
}

    .contact-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .contact-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.contact-form {
}

    .contact-form input {
        margin-bottom: 15px;
        border: 1px solid rgba(0,0,0,.15);
    }

    .contact-form textarea {
        border: 1px solid rgba(0,0,0,.15);
    }

    .contact-form .btn-primary {
        width: 100%;
        border-radius: 0;
        border: 0;
        background: #86b04a;
        margin-top: 15px;
        min-height: 40px;
    }

/*citymapia-login*/
.citymapia-login {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(/content/img/citymapia_login_bg.jpg) no-repeat;
    background-size: cover;
}

.login-form {
    padding: 30px 30px;
    background: #fff !important;
    border-radius: 0px !important;
    margin-top: 400px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .login-form .form-group {
        position: relative;
        margin-bottom: 15px;
    }

    .login-form .form-control {
        width: 100%;
        height: 50px;
        border: none;
        padding: 5px 7px 5px 15px;
        background: #fff;
        color: #666 !important;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        .login-form .form-control:focus, .form-control:focus + .fa {
            border-color: #10CE88;
            color: #10CE88;
        }

    .login-form input {
        background: #f4f4f4 !important;
    }

    .login-form .form-group .fa {
        position: absolute;
        right: 15px;
        top: 17px;
        color: #999;
    }

.log-status.wrong-entry {
    -moz-animation: wrong-log 0.3s;
    -webkit-animation: wrong-log 0.3s;
    animation: wrong-log 0.3s;
}

    .log-status.wrong-entry .form-control, .wrong-entry .form-control + .fa {
        border-color: #ed1c24;
        color: #ed1c24;
    }

.login-form .log-btn {
    background: #0AC986;
    dispaly: inline-block;
    width: 100%;
    font-size: 16px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .login-form .log-btn:hover {
        background: #0bb579;
        cursor: pointer;
    }

.login-form .link {
    text-decoration: none;
    color: #C6C6C6;
    float: right;
    font-size: 12px;
    margin-bottom: 15px;
}

    .login-form .link:hover {
        text-decoration: underline;
        color: #8C918F;
    }

.login-form .alert {
    display: none;
    font-size: 12px;
    color: #f00;
    float: left;
}

.login-form h2 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
    color: #8d8d8d;
}

.login-form p {
    font-size: 12px;
    text-align: center;
    color: #8d8d8d;
    padding: 0px 0px 15px 0px;
}

/*.login-form .facebook-btn {
    background: #3b5899;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .login-form .facebook-btn:hover {
        background: #29488e;
    }

.login-form .google-btn {
    background: #ed861d;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .login-form .google-btn:hover {
        background: #e07d19;
    }*/

.login-form .google-login {
    background-color: #fff;
    color: #fff;
    font-weight: bold;
    color: rgb(80, 95, 121) !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: none;
    margin-right: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px !important;
    padding: 0px 8px;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    outline: none !important;
    margin-bottom: 15px;
    border-radius: 5px;
}
    .login-form .google-login:hover {
        background: rgba(9, 30, 66, 0.02) !important;
    }

.login-form .facebook-login {
    background-color: #4267b2;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: none;
    margin-right: 1px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px !important;
    padding: 0px 8px;
    transition: background 0.1s ease-out 0s, box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    outline: none !important;
    border-radius: 5px;
}

    .login-form .facebook-login:hover {
        background: #4267b2;
    }
.login-block-left {
    background: url(/content/img/login-left-img.jpg) left no-repeat;
    width: 96%;
    height: 465px;
    float: right;
    margin-top: 168px;
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border: 0px solid #000000;
}

.citymapia-login .col-lg-7 {
    padding: 0;
    margin: 0;
}

.citymapia-login .col-lg-5 {
    padding: 0;
    margin: 0;
}

.citymapia-login h1 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    line-height: 27px;
    margin-top: 320px;
    padding-bottom: 15px;
}

    .citymapia-login h1 span {
        color: #fff;
        font-weight: 300;
        text-align: center;
        font-size: 27px;
    }

.citymapia-login small {
    color: #fff;
    text-align: center;
    display: block;
}
/*client login*/
.client-login {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    background: #f5f5f5;
}

    .client-login .login-form {
        height: auto !important;
        border-radius: 4px !important;
        margin-top: 180px;
    }

    .client-login .business-name {
        font-size: 26px;
        font-weight: 300;
        text-align: center;
        color: #42415b;
        display: block;
        margin: 100px 0px 10px 0;
    }

    .client-login small {
        color: #999;
        text-align: center !important;
        font-size: 13px;
        display: block;
    }

.cm-login {
    width: 97px;
    height: 26px;
    margin: 0 auto;
    background: url(/content/img/cm-sm-logo.jpg) no-repeat !important;
    margin-top: -100px;
}

@-moz-keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }

    20%, 60% {
        left: 15px;
    }

    40%, 80% {
        left: -15px;
    }
}

@-webkit-keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }

    20%, 60% {
        left: 15px;
    }

    40%, 80% {
        left: -15px;
    }
}

@keyframes wrong-log {
    0%, 100% {
        left: 0px;
    }

    20%, 60% {
        left: 15px;
    }

    40%, 80% {
        left: -15px;
    }
}
/*Footer */
footer {
    display: block;
    padding: 20px 20px;
}

    footer ul {
        padding: 0px;
        margin: 0;
    }

    footer li {
        padding: 0px 12px 5px 0px;
        margin: 0;
        display: inline-block;
        font-size:14px;
    }

        footer li a {
            color: #666;
        }

            footer li a:focus {
                color: #666;
                text-decoration: none;
            }

            footer li a:hover {
                color: #efac34;
            }

    footer .fa {
        font-size: 22px;
    }

        footer .fa a:focus {
            color: #666 !important;
        }


/*Get started*/
.getstart-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url(/Content/img/start_bg.jpg) no-repeat;
    background-size: cover;
}

.end-banner {
    width: 100%;
    overflow: hidden;
    background: url(../../content/img/build_bg.jpg) no-repeat;
    background-size: cover;
}

.getstart-title {
    text-align: center;
    font-size: 80px;
    color: #333;
    margin-top: 26%;
}

.getstart-title-last {
    text-align: center;
    font-size: 70px;
    color: #333;
    text-shadow: 0px 1px 0px #000000;
    margin-top: 12%;
}

    .getstart-title-last span {
        color: #82c14f;
    }

.getstart-para {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 10px 0px 35px 0;
}

.getstart-intro input {
    background: #fff !important;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400 !important;
    height: 50px;
    letter-spacing: 0.04em;
    padding: 0 25px;
    padding-top: 0px !important;
    width: 98%;
    margin-bottom: 15px;
    text-transform: none;
    -webkit-box-shadow: -1px 0px 7px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 7px -3px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 7px -3px rgba(0,0,0,0.75);
    Copy Text;
}

.getstart-intro select {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
    height: 50px !important;
    letter-spacing: 0.04em;
    padding: 0 25px;
    width: 98%;
    margin-bottom: 15px;
}

.getstart-btn-primary {
    background: #f1b000;
    border: 2px solid #f1b000;
    border-radius: 25px;
    height: 50px;
    letter-spacing: 0.04em;
    padding: 12px 25px;
    width: 98%;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .getstart-btn-primary:hover {
        background: #0CC;
        border: 2px solid #0CC;
        color: #fff;
    }

.getstart-banner .carousel-control {
    font-size: 96px !important;
    top: 0px !important;
    background: none !important;
    width: inherit !important;
    background: #000 !important;
    display: block;
    line-height: 380px !important;
}

.getstart-banner .carousel-inner .carousel-item img {
    border: 1px dashed #fff;
}

.getstart-banner .carousel-inner .caption {
    position: absolute;
    font-size: 36px;
    color: #fff;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control {
    height: 280px;
    width: 280px;
}

.control__indicator {
    position: absolute;
    top: 2px;
    height: 80px;
    width: 80px;
    margin: 90px 0px 0px 80px;
    border-radius: 50%;
    background: none;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked ~ .control__indicator {
    background: #7cbc0d;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #7cbc0d;
}

.control input:disabled ~ .control__indicator {
    background: #7cbc0d;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 24px;
    top: 4px;
    width: 30px;
    height: 50px;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    transform: rotate(45deg);
}

.getstart-banner .btn-center {
    margin: auto !important;
    width: 160px;
    display: block !important;
    margin-top: 30px !important;
}

.template-wrapper {
    border-radius: 8px;
    background: none;
    padding: 20px;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-oveflow-hidden {
    overflow-y: hidden;
}

.back-btn {
    border-radius: 100%;
    background: none !important;
    border: none;
    font-size: 15px;
}

    .back-btn .txt {
        font-family: 'Cabin', sans-serif !important;
        font-size: 16px;
        text-transform: uppercase;
    }

    .back-btn:hover {
        color: #fff !important;
    }

    .back-btn:focus {
        border: none !important;
    }

.bunta-button[data-bunta-theme=grapefruit]:hover {
    background: none !important;
}

.field-validation-error {
    color: #535252;
    font-size: 11px;
    text-align: left;
    display: block;
    border-radius: 4px;
    background: #fff;
    padding: 3px 3px 3px 24px;
    border-left: 4px solid #ed2121;
}

.validation-summary-errors {
}

    .validation-summary-errors ul {
    }

    .validation-summary-errors li {
        color: #535252;
        font-size: 11px;
        text-align: left;
        display: inline-block;
        border-radius: 4px;
        background: #fff;
        padding: 3px 10px 3px 24px;
        border-left: 4px solid #ed2121;
        margin-top: 5px;
        margin-left: 15px;
    }

.block-view {
    border-radius: 6px;
    border: 3px solid #fff;
    padding: 40px 20px 20px 20px;
    min-height: 200px;
    width: 100%;
    margin-bottom: 20px;
}

    .block-view .fa {
        font-size: 70px;
        color: #fff;
        text-align: center;
        display: block;
    }

.input-group input[placeholder], [placeholder], *[placeholder] {
    color: #333 !important;
}

.getstart-banner input[placeholder], [placeholder], *[placeholder] {
    color: #333 !important;
}

.getstart-intro select:focus {
    color: #333 !important;
}

.city-img {
    width: 100%;
    display: block;
    height: 150px !important;
    border-radius: 4px !important;
    border: none !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.margin-top-min {
    margin-top: -125px !important;
}

.contact-form textarea {
    color: #666 !important;
}

.navbar-dark .dropdown-item {
    font-size: 12px;
    cursor: pointer;
    text-align:left;
}

.navbar-dark .dropdown button:hover {
    cursor: pointer !important;
}
/* -------------------------------- 

Animate Title

-------------------------------- */


.cd-title {
    position: relative;
    height: 160px;
    line-height: 230px;
    text-align: center;
}

    .cd-title h1 {
        font-size: 2.4rem;
        font-weight: 700;
    }

@media only screen and (min-width: 768px) {
    .cd-title {
        line-height: 250px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .res-info h4 {
        margin-top: 50px !important;
    }

    #EditUserProfileView .profile-left-panel-right .submit {
        margin-left: 30px !important;
    }

    #EditbusinessProfileView .profile-left-panel-right .submit {
        margin-left: 30px !important;
    }

    .profile-left-panel-right {
        height: 600px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .adv-settings {
        width: 86% !important;
        padding: 10px 18px !important;
    }

    .profile-left-panel-right h2 {
        font-size: 14px !important;
    }

    .profile-left-panel-right::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .profile-left-panel-right::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .profile-left-panel-right::-webkit-scrollbar-thumb {
        background-color: #e3dede;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-title {
        height: 200px;
        line-height: 300px;
    }

        .cd-title h1 {
            font-size: 3rem;
        }
}

.cd-intro {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1170px) {
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-headline {
        font-size: 45px;
    }
}

@media only screen and (max-width: 667px) {
    .navbar-brand {
        margin-right: 65px !important;
    }

    .location-head {
        top: 23% !important;
    }

    .log-in .btn-info {
        width: 100% !important;
        margin-bottom: 25px;
    }

    #CityLogin .google-login {
        margin-bottom: 25px !important;
    }

    .city-reg-wrapper .container {
        width: 100% !important;
    }

    .brand {
        width: 90px !important;
    }

    .navbar {
        /*padding: .95rem 0rem !important;*/
        padding: 0px !important;
    }

    .navbar-dark .navbar-toggler {
        margin: -5px -20px 0px 0px !important;
    }

    .client-login .login-form {
        margin-top: 150px !important;
    }

    .client-login .business-name {
        margin-top: 60px !important;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        color: #f9bd1a;
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
        font-weight: 300;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

    .cd-headline.type .cd-words-wrapper::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #aebcb9;
    }

    .cd-headline.type .cd-words-wrapper.waiting::after {
        -webkit-animation: cd-pulse 1s infinite;
        animation: cd-pulse 1s infinite;
    }

    .cd-headline.type .cd-words-wrapper.selected {
        background-color: #aebcb9;
    }

        .cd-headline.type .cd-words-wrapper.selected::after {
            visibility: hidden;
        }

        .cd-headline.type .cd-words-wrapper.selected b {
            color: #0d0d0d;
        }

.cd-headline.type b {
    visibility: hidden;
}

    .cd-headline.type b.is-visible {
        visibility: visible;
    }

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

    .cd-headline.type i.in {
        position: relative;
        visibility: visible;
    }

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

    .no-csstransitions .cd-headline.rotate-2 i em {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

.cd-headline.loading-bar span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.loading-bar .cd-words-wrapper::after {
        /* loading bar */
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: #0096a7;
        z-index: 2;
        -webkit-transition: width 0.3s -0.1s;
        transition: width 0.3s -0.1s;
    }

    .cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
        width: 100%;
        -webkit-transition: width 3s;
        transition: width 3s;
    }

.cd-headline.loading-bar b {
    top: .2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    .cd-headline.loading-bar b.is-visible {
        opacity: 1;
        top: 0;
    }


.cd-headline.slide span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: .2em;
}

    .cd-headline.slide b.is-visible {
        top: 0;
        opacity: 1;
        -webkit-animation: slide-in 0.6s;
        animation: slide-in 0.6s;
    }

    .cd-headline.slide b.is-hidden {
        -webkit-animation: slide-out 0.6s;
        animation: slide-out 0.6s;
    }

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #f9bd1a;
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

/* 404 */
.none-content {
    width: 100%;
    background: url(/Content/img/404.jpg) no-repeat right;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    position: relative;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
}

    .none-content h1 {
        color: #fff;
        text-align: center;
        font-size: 150px;
        margin-top: 180px;
        font-weight: 900;
        padding-bottom: 20px;
    }

    .none-content p {
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .none-content .content-box {
        width: auto;
        position: relative;
    }

        .none-content .content-box .big-content {
            position: relative;
            width: 22rem;
            margin: 0 auto;
        }

            .none-content .content-box .big-content .list-square {
                float: left;
            }

.none .content-box .big-content .list-line {
    float: left;
    margin-left: 2rem;
}

.none-content .content-box .big-content span.square {
    display: block;
    background: transparent;
    width: 5rem;
    height: 5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    border: 1rem solid #FFFFFF;
    margin-bottom: 1.5rem;
}

.none-content .content-box .big-content span.line {
    display: block;
    background: #FFFFFF;
    width: 15rem;
    height: 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2.3rem;
}

    .none-content .content-box .big-content span.line:nth-child(2) {
        width: 10rem;
    }

    .none-content .content-box .big-content span.line:nth-child(4) {
        width: 10rem;
    }

    .none-content .content-box .big-content span.line:nth-child(6) {
        width: 10rem;
    }

.none-content .content-box .big-content .fa-search {
    position: absolute;
    top: 10rem;
    left: 15rem;
    font-size: 10rem;
    color: #00c8aa;
    -webkit-animation: corner 5s infinite;
    -moz-animation: corner 5s infinite;
    animation: corner 5s infinite;
}

    .none-content .content-box .big-content .fa-search.color {
        color: #FF0084;
    }

@-webkit-keyframes corner {
    0% {
        -webkit-transform: translate(-2rem, 0);
        -webkit-animation-timing-function: 0, 0.02, 0, 1.01;
    }

    20% {
        -webkit-transform: translate(-15rem, 2rem);
    }

    40% {
        -webkit-transform: translate(-7rem, -7rem);
        animation-timing-function: cubic-bezier(0, 0.02, 0, 1.01);
    }

    60% {
        -webkit-transform: translate(-15rem, -10rem);
    }

    80% {
        -webkit-transform: translate(2rem, -12rem);
    }

    100% {
        -webkit-transform: translate(-2rem, 0);
    }
}

@-moz-keyframes corner {
    0% {
        -moz-transform: translate(-2rem, 0);
        -moz-animation-timing-function: 0, 0.02, 0, 1.01;
    }

    20% {
        -moz-transform: translate(-15rem, 2rem);
    }

    40% {
        -moz-transform: translate(-7rem, -7rem);
        animation-timing-function: cubic-bezier(0, 0.02, 0, 1.01);
    }

    60% {
        -moz-transform: translate(-15rem, -10rem);
    }

    80% {
        -moz-transform: translate(2rem, -12rem);
    }

    100% {
        -moz-transform: translate(-2rem, 0);
    }
}

@keyframes corner {
    0% {
        -webkit-transform: translate(-2rem, 0);
        -moz-transform: translate(-2rem, 0);
        -ms-transform: translate(-2rem, 0);
        -o-transform: translate(-2rem, 0);
        transform: translate(-2rem, 0);
        -webkit-animation-timing-function: 0, 0.02, 0, 1.01;
        -moz-animation-timing-function: 0, 0.02, 0, 1.01;
        animation-timing-function: 0, 0.02, 0, 1.01;
    }

    20% {
        -webkit-transform: translate(-15rem, 2rem);
        -moz-transform: translate(-15rem, 2rem);
        -ms-transform: translate(-15rem, 2rem);
        -o-transform: translate(-15rem, 2rem);
        transform: translate(-15rem, 2rem);
    }

    40% {
        -webkit-transform: translate(-7rem, -7rem);
        -moz-transform: translate(-7rem, -7rem);
        -ms-transform: translate(-7rem, -7rem);
        -o-transform: translate(-7rem, -7rem);
        transform: translate(-7rem, -7rem);
        animation-timing-function: cubic-bezier(0, 0.02, 0, 1.01);
    }

    60% {
        -webkit-transform: translate(-15rem, -10rem);
        -moz-transform: translate(-15rem, -10rem);
        -ms-transform: translate(-15rem, -10rem);
        -o-transform: translate(-15rem, -10rem);
        transform: translate(-15rem, -10rem);
    }

    80% {
        -webkit-transform: translate(2rem, -12rem);
        -moz-transform: translate(2rem, -12rem);
        -ms-transform: translate(2rem, -12rem);
        -o-transform: translate(2rem, -12rem);
        transform: translate(2rem, -12rem);
    }

    100% {
        -webkit-transform: translate(-2rem, 0);
        -moz-transform: translate(-2rem, 0);
        -ms-transform: translate(-2rem, 0);
        -o-transform: translate(-2rem, 0);
        transform: translate(-2rem, 0);
    }
}


/*Clients*/
.client-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/client_banner.jpg) no-repeat;
    background-size: cover;
}

    .client-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .client-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.client-block {
}

    .client-block img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

    .client-block p {
        font-size: 13px;
        line-height: 20px;
    }

    .client-block h4 a {
        color: #666;
        text-decoration: none;
        font-size: 16px;
        font-weight: 800;
    }

        .client-block h4 a:hover {
            color: #e3a90b;
        }

    .client-block .card {
        height: 320px;
        overflow: hidden;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
    }

    .client-block .card-title {
        margin-top: 2px;
    }

    .client-block .card img {
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 6px;
        opacity: 1;
        overflow: hidden;
        transition: all 0.3s ease-in-out 0s;
    }
        /*margin-top: 30px; width: 120px;*/
        .client-block .card img:hover {
            opacity: 1;
        }

.client-block-overflow {
    background: #393939 none repeat scroll 0 0;
    height: 140px;
    overflow: hidden;
}

.banner-upload {
}

    .banner-upload .hide-text {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .banner-upload .input-block-level {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .banner-upload .btn-file {
        overflow: hidden;
        position: relative;
        vertical-align: middle;
    }

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.banner-upload .fileupload {
    margin-bottom: 9px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
}

.banner-upload .fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center;
}

.fileupload .thumbnail > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.banner-upload .fileupload .btn {
    vertical-align: middle;
}

.banner-upload .fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none;
}

.banner-upload .fileupload-inline .fileupload-controls {
    display: inline;
}

.banner-upload .fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.banner-upload .thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.banner-upload .fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd;
}

.getstart-banner .control {
    cursor: pointer !important;
}

.chosse-thme {
}

    .chosse-thme .col-md-4 {
        width: 24%;
    }

    .chosse-thme .carousel-inner {
        left: 14%;
    }

    .chosse-thme #Carousel {
        display: block;
        margin: 0 auto !important;
    }

.premium-btn {
    background: #8cca15;
    border: 2px solid #8cca15;
    border-radius: 25px;
    height: 50px;
    letter-spacing: 0.04em;
    padding: 12px 25px;
    width: 98%;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .premium-btn:hover {
        background: #00cccc !important;
        border: 2px solid #00cccc;
        color: #fff !important;
    }

    .premium-btn:focus {
        background: #8cca15;
        color: #fff;
    }

.country img {
    width: 50px;
}

.payment-respond {
    padding: 20px;
}

    .payment-respond h1 {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
    }

    .payment-respond h2.pass {
        text-align: center !important;
        font-size: 22px;
        color: #11b261;
        line-height: 35px !important;
    }

    .payment-respond h3.failed {
        text-align: center !important;
        font-size: 22px;
        color: #bc1616;
        line-height: 35px !important;
    }

    .payment-respond small {
        font-size: 13px;
    }

.payment-pass {
    border-bottom: 40px solid #11b261;
}

.payment-failed {
    border-bottom: 40px solid #bc1616;
}

.payment-respond .block {
    border-radius: 4px;
    border: 1px solid #cccccc;
    padding: 15px;
    min-height: 270px;
}

    .payment-respond .block h1 {
        text-align: left;
    }

.payment-footer {
    min-height: 120px;
    background: #6d468b;
}

    .payment-footer h1 {
        color: #fff;
        text-align: center;
        font-size: 36px;
        font-weight: 100;
        display: block;
        margin: 0;
        padding: 15px 0px 15px 0px;
    }

    .payment-footer p {
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

/*phonenumber in getstart*/
.intl-tel-input .country-list {
    width: 250px;
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0px;
    padding: 10px;
    border: 1px solid #cbcbcb;
    z-index: 100;
    overflow: hidden;
    height: 300px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;
    opacity: 0;
    pointer-events: none;
}

    .intl-tel-input.country-list li {
        display: block;
        text-decoration: none;
        padding: 5px;
        margin-top: 3px;
        width: 100%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.flag-container .country-list li {
    padding: 5px;
    color: inherit;
    vertical-align: middle;
    border-bottom: 1px solid rgba(204, 204, 204, 0.18);
}

    .flag-container .country-list li:hover a {
        color: grey;
    }

.flag-container.active:after {
    border-width: 0 6px 6px 6px;
}

.flag-container.active .country-list {
    opacity: 1;
    pointer-events: auto;
    width: 250px;
}

.intl-tel-input {
    position: relative;
    display: inline-block;
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0;
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px;
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px;
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 45px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #eae2e2;
        }

        .intl-tel-input .selected-flag .iti-phone {
            position: absolute;
            margin-top: 14px;
            margin-left: 45px;
            width: 0;
            font-weight: 600;
            height: 0;
            color: #333;
        }

.selected-flag:focus {
    outline: none;
}

.intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 150px;
    overflow-y: scroll;
}

.iti-flag {
    width: 20px;
    height: 15px;
    background-position: 20px 0;
    line-height: 0;
}


.intl-tel-input .country-list.dropup {
    bottom: 100%;
    margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
    display: inline-block;
    width: 20px;
}

.intl-tel-input .country-list {
    white-space: normal;
}

    .intl-tel-input .country-list .divider {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #CCC;
    }

    .intl-tel-input .country-list .country {
        padding: 5px 10px;
    }


.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 90px;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 90px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer;
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background: none;
    }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default;
}

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent;
    }
/*phonenumber in editbusinessPrfle*/

@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
    .getstart-title {
        font-size: 60px;
    }

    .getstart-btn-primary {
        margin-top: 20px;
    }

    #BusinessProfile .fileUpload {
        left: 4%;
        3976;
    }
}

/*24-10-17 country-modal*/
.country-modal .easy-autocomplete {
    width: 90.5% !important;
    position: absolute;
}

.country-modal .easy-autocomplete-container {
    width: 90.5% !important;
    position: relative;
}


.country-modal input[placeholder], [placeholder], *[placeholder] {
    border: 1px solid #ccc;
}

.country-modal .modal-header .close {
    /*margin-top: -185px;*/
    font-weight: 100;
    top: 10px;
    position: absolute;
    right: 10px;
}

.country-modal .modal-title {
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
    font-size: 38px;
    padding-top: 30px;
    font-weight: 200;
}

.country-modal .modal-content {
    padding-bottom: 40px;
}

.country-modal .modal-dialog {
    max-width: 1100px;
    top: 15%;
}

.country-modal .flags {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
}

    .country-modal .flags li {
        display: inline-block;
        padding-right: 25px;
    }

        .country-modal .flags li a {
            color: #333;
            font-family: 'Poppins', sans-serif !important;
            font-size: 14px;
            font-weight: 400;
        }

            .country-modal .flags li a:hover {
                color: #71b838;
            }

    .country-modal .flags img {
        width: 35px;
        margin-right: 10px;
    }

.country-modal .modal-body {
    margin-left: 15%;
    margin-right: 15%;
}

    .country-modal .modal-body a {
        color: #333;
    }

        .country-modal .modal-body a:hover {
            color: #71b838;
        }

    .country-modal .modal-body h1 {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 40px;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 200;
        font-size: 28px;
    }

    .country-modal .modal-body input {
        height: 50px;
        border-radius: 0px;
    }

        .country-modal .modal-body input:focus {
            outline: none;
            border: 1px solid #ccc;
        }

        .country-modal .modal-body input[placeholder], [placeholder], *[placeholder] {
            padding-left: 33px;
        }

    .country-modal .modal-body .btn {
        background: #333;
        color: #fff;
        height: 50px;
        width: 70px;
        margin-top: 0px;
        border: 1px solid #333;
        border-radius: 0px;
    }

    .country-modal .modal-body .input-group .fa {
        margin-top: -20px;
        color: white;
        -webkit-text-stroke: 1px #9d9797;
        position: absolute;
        left: 2%;
        top: 72%;
        font-size: 20px;
        z-index: 5;
    }

    .country-modal .modal-body .locations {
        padding-top: 40px;
    }


/*24-10-17 end of country-modal*/
/*global-home-page 31-10-17*/
.global-wrapper .global-main .global-banner .card {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 0px;
}

    .global-wrapper .global-main .global-banner .card .overlay-text {
        position: absolute;
        top: 40%;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .global-wrapper .global-main .global-banner .card .overlay-text h1 {
            font-family: 'Poppins', sans-serif !important;
            color: #fff;
            font-size: 50px;
            text-align: center;
        }

        .global-wrapper .global-main .global-banner .card .overlay-text p {
            font-family: 'Poppins', sans-serif !important;
            color: #fff;
            padding-top: 25px;
            font-size: 20px;
            text-align: center;
        }

.global-wrapper .global-main .title-section {
    padding: 40px 0px 40px 0;
}

    .global-wrapper .global-main .title-section h2 {
        font-family: 'Poppins', sans-serif !important;
        color: #392f2f;
        font-weight: 900;
        text-align: center;
        font-size: 36px;
        padding-bottom: 16px;
    }

    .global-wrapper .global-main .title-section p {
        color: #6a6a6a;
        font-family: 'Poppins', sans-serif !important;
        font-size: 17px;
        font-style: normal !important;
        font-weight: 400;
    }

.global-wrapper .main-countries .card-img {
    border-radius: 0px;
}

.global-wrapper .global-main .main-countries .card-title {
    top: 1%;
    position: absolute;
    left: 7%;
    font-family: 'Poppins', sans-serif !important;
    color: #392f2f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
}

.global-wrapper .global-main .main-countries .show-btn {
    background: #7a35ae;
    padding: 6px 0px;
    border-radius: 30px;
    text-align: center;
    bottom: 15px;
    width: 145px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
}

    .global-wrapper .global-main .main-countries .show-btn:hover {
        background: #333;
    }

.global-wrapper .global-main .main-countries .overlay {
    background: linear-gradient(to bottom right, rgba(25, 25, 25, 0.58), rgba(255, 255, 0, 0));
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.global-wrapper #hidden {
    display: none;
}

.global-wrapper .global-main .city-info-wrapper {
    background: #fff;
    box-shadow: -1px 1px 5px -1px rgba(0, 0, 0, 0.63);
    margin-top: 65px;
    padding-right: 30px;
}

    .global-wrapper .global-main .city-info-wrapper .title-section {
        padding: 5px 10px 10px 10px;
    }

        .global-wrapper .global-main .city-info-wrapper .title-section h2 {
            text-align: left;
        }

        .global-wrapper .global-main .city-info-wrapper .title-section h6 {
            text-align: left;
            color: #6a6a6a;
            font-family: 'Poppins', sans-serif !important;
            font-size: 17px;
            font-weight: 400;
            padding-left: 3px;
        }

    .global-wrapper .global-main .city-info-wrapper .top-info p {
        font-family: 'Poppins', sans-serif !important;
        padding-left: 15px;
        padding-top: 10px;
        line-height: 25px;
        font-size: 13px;
    }

    .global-wrapper .global-main .city-info-wrapper .card {
        margin-bottom: 0px;
    }

    .global-wrapper .global-main .city-info-wrapper .card-block {
        padding: 0rem;
    }

    .global-wrapper .global-main .city-info-wrapper .top-info {
    }

    .global-wrapper .global-main .city-info-wrapper .bottom-info {
        padding-top: 40px;
    }

        .global-wrapper .global-main .city-info-wrapper .bottom-info h5 {
            font-family: 'Poppins', sans-serif !important;
            padding-bottom: 10px;
        }

        .global-wrapper .global-main .city-info-wrapper .bottom-info p {
            font-family: 'Poppins', sans-serif !important;
            font-size: 13px;
        }

        .global-wrapper .global-main .city-info-wrapper .bottom-info .icon img {
            padding-top: 30%;
        }

        .global-wrapper .global-main .city-info-wrapper .bottom-info .g-r-img {
            position: absolute;
            top: -3px;
            right: 0;
        }

.global-wrapper .global-main .grey-section {
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    max-width: 100%;
    margin-top: -120px;
    z-index: -1;
    height: 190px;
}

.global-wrapper .global-main .how-it-works {
    background: #f5f5f5;
    padding-bottom: 70px;
    margin-top: 70px;
}

    .global-wrapper .global-main .how-it-works .title-section {
        padding-top: 0px;
    }

        .global-wrapper .global-main .how-it-works .title-section h2 {
            text-align: left;
            padding-top: 0px;
        }

        .global-wrapper .global-main .how-it-works .title-section p {
            text-align: left;
        }

a.green-btn {
    background: #5cc17b;
    color: #fff !important;
    padding: 10px 0px 8px 0px;
    text-decoration: none !important;
    ;
    border-radius: 20px;
    width: 155px;
    font-family: 'Poppins', sans-serif !important;
    text-align: center;
}

.flt-rht {
    float: right;
}

.green-btn:hover {
    background: #333;
    color: #fff !important;
    text-decoration: none !important;
}

a.green-btn:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.global-wrapper .global-main .how-it-works .green-btn {
    margin-top: 5px;
}

.global-wrapper .global-main .news-tips {
    margin-top: 5px;
}

.global-wrapper .global-main .how-it-works h5 {
    padding-bottom: 5px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
}

.mt-5 {
    margin-top: 5px;
}

.global-wrapper .global-main .news-tips .card .card-footer {
    background-color: #fff;
    border-radius: 0px;
    padding: 25px 18px 20px 18px;
}

    .global-wrapper .global-main .news-tips .card .card-footer h6 {
        font-family: 'Poppins', sans-serif !important;
        font-size: 15px;
    }

        .global-wrapper .global-main .news-tips .card .card-footer h6:hover {
            color: #000 !important;
        }

.global-wrapper .global-main .news-tips .card img:hover {
    opacity: .9;
    transition: .3s ease-in-out;
}

.global-wrapper .global-main .news-tips .card .card-footer p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px;
    padding-top: 5px;
}

.global-wrapper .global-main .news-tips .green-btn {
    width: 135px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.global-wrapper .global-main .news-tips hr {
    margin-bottom: 0px;
}

.global-wrapper .global-main .partner-wit-us {
}

    .global-wrapper .global-main .partner-wit-us .green-btn {
        padding: 10px 10px 8px 10px;
        display: block;
        margin: auto;
    }

    .global-wrapper .global-main .partner-wit-us .title-section {
        margin-top: 16%;
    }

        .global-wrapper .global-main .partner-wit-us .title-section p {
            padding-bottom: 0px;
        }

.global-footer {
    padding: 0;
    background: #212121;
    color: #ccc;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 0 !important;
}

    .global-footer a {
        color: #ccc;    
        font-weight: 300;
        line-height: 22px;
    }

    .global-footer p {
        color: #ccc;
    }

    .global-footer h6 {
        font-family: 'Poppins', sans-serif !important;
        color: #fff;
        font-size: 14px;
        padding-bottom: 5px;
    }

    .global-footer .newsletter {
        background: #111212;
        width: 100%;
        padding-top: 22px;
    }

        .global-footer .newsletter .form-control {
            background: #3a3a3a;
            border: none;
            border-radius: 20px;
            font-size: 12px;
            color: #fff !important;
            padding: 5px 15px;
            min-height: 40px;
            text-transform: none;
            margin-top: 2px;
        }

        .global-footer .newsletter .title {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-align: right !important;
            display: block;
            margin-top: 2px;
        }

.purple-btn {
    font-family: 'Poppins', sans-serif !important;
    color: #fff;
    cursor: pointer;
    background-color: #814fa7;
    border: none;
    height: 41px;
    width: 110px;
    border-radius: 25px;
}

    .purple-btn:hover {
        background-color: #663d86;
    }
.global-footer .container {
    width:1300px!important;
}
.global-footer .row{
    margin-bottom:60px!important;
}
.global-footer .very-bottom {
    margin-bottom: 0 !important;
    padding-bottom: 20px;
}
.global-footer .links {
    padding: 28px 0px 20px 0px;
}

    .global-footer .links li {
        text-transform: capitalize;
        font-size: 13px;
        display: block !important;
        padding: 1px 15px 1px 0;
        margin: 0;
    }

.global-footer a:hover {
    color: #fff;
}
.global-footer #insta-icon {
    float: right;
    margin-right: 5px;
}
@-moz-document url-prefix() {
    .global-wrapper .global-main .city-info-wrapper .bottom-info .g-r-img;

{
    top: -5px;
}

}
/*end of global-home-page*/



/*------------------------------------------*/
/*	   City Register
/*------------------------------------------*/
button:focus, input:focus {
    outline: none !important;
}

.city-reg-wrapper {
    background: #814fa7 url(/content/img/cityregister_bg.jpg) center bottom no-repeat;
    min-height: 100vh;
    width: 100%;
    padding-top: 3%;
    position: relative;
}

    .city-reg-wrapper h1 {
        text-align: center;
        font-family: 'Poppins', sans-serif !important;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
    }

    .city-reg-wrapper small {
        text-align: center !important;
        color: #fff;
        display: block;
        font-size: 14px;
    }

    .city-reg-wrapper .card {
        -webkit-box-shadow: -1px 2px 5px -3px rgba(0,0,0,0.39);
        -moz-box-shadow: -1px 2px 5px -3px rgba(0,0,0,0.39);
        box-shadow: -1px 2px 5px -3px rgba(0,0,0,0.39);
        background: #fff;
        border-radius: 0;
        border: none;
        margin-top: 30px;
        min-height: 250px;
        position: absolute;
        width: 100%;
    }


        .city-reg-wrapper .card input {
            color: #333 !important;
            text-transform: none;
            border-radius: 0 !important;
            height: 40px;
            border: 1px solid #e9e5e5;
            padding: 10px;
            width: 100%;
            font-weight: 400 !important;
        }

#EditbusinessLocation input {
    height: 35px !important;
}

#AddNewLocation input {
    height: 35px !important;
}

.operationTime .city-reg-wrapper .card input {
    width: 75px !important;
}

/*.city-reg-wrapper .btn-info {
         width: 120px;
    border-radius: 40px;
    background: #e6ad13;
    height: 35px;
    border: none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }*/

.city-reg-wrapper .btn-info:hover {
    background: #ca9c20;
    color: #fff !important;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #814fa7 !important;
    border: none !important;
}

.city-reg-wrapper p {
    text-align: center;
    font-size: 13px;
    padding: 20px 10px 0px 10px;
}

.count-block {
    width: 110px;
    height: 110px;
    background: #e2ae22;
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 110px;
    font-weight: bold;
}

.city-reg-wrapper .img-wrapper {
    padding: 15px 15px 40px 15px;
    width: 100%;
    border-radius: 8px;
}

    .city-reg-wrapper .img-wrapper .add-item {
        display: inline-block;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer;
        width: 110px;
        height: 83px;
        border: 2px dashed #c2cdda;
        color: #acb9c7;
        font-family: arial;
        background: none;
        border-radius: 6px;
        text-align: center;
        font-size: 38px;
    }

        .city-reg-wrapper .img-wrapper .add-item:hover {
            background: #e2e7ee;
        }

    .city-reg-wrapper .img-wrapper button {
        display: inline-block !important;
        vertical-align: top;
    }

    .city-reg-wrapper .img-wrapper .item-block {
        width: 110px;
        height: 83px;
        overflow: hidden;
        border-radius: 4px;
        display: inline-block;
        float: none;
        margin-right: 7px;
        margin-bottom: 6px;
        position: relative;
    }

        .city-reg-wrapper .img-wrapper .item-block img {
            width: auto;
            max-height: 100px;
            display: block;
            text-align: center;
            margin: 0 auto;
        }

.item-block .button {
    position: absolute;
    right: 6px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .item-block .button a {
        width: 20px;
        text-align: center;
        color: white;
        z-index: 1;
        text-align: right;
        font-size: 16px !important;
    }

        .item-block .button a:hover {
            color: #e3b126;
        }

.item-block:hover .button {
    opacity: 1;
}

.city-reg-wrapper .fa-2x {
    padding: 10px 0px 10px 0px !important;
    margin: 0px !important;
    font-size: 14px !important;
    font-weight: bold;
}

.city-reg-wrapper .fa-3x {
    font-size: 13px !important;
    font-weight: 500;
    text-align: left;
    padding: 0 !important;
}

    .city-reg-wrapper .fa-3x span {
        display: inline-block;
        text-align: right;
        font-size: 12px;
        color: #aaaaaa;
        float: right;
        font-weight: normal;
    }

.city-reg-wrapper h2 {
    text-align: left;
    color: #333;
    font-size: 16px;
    text-transform: none;
    padding: 0 0 20px 0;
    margin: 0;
}

.city-reg-wrapper textarea {
    border-radius: 0px;
    min-height: 54px;
    text-transform: none;
    font-weight: 400 !important;
}

.city-reg-wrapper .modal-body .card {
    padding: 0px !important;
    border: 0 !important;
    box-shadow: none !important;
}

    .city-reg-wrapper .modal-body .card [placeholder] {
        font-size: 12px !important;
    }

.city-reg-wrapper .bootstrap-tagsinput input {
    border: none !important;
    padding: 0;
}

.city-reg-wrapper .bootstrap-tagsinput {
    border-radius: 0;
    border: 1px solid #e9e5e5 !important;
    box-shadow: none;
}

.city-reg-wrapper textarea {
    border: 1px solid #e9e5e5 !important;
}

.city-reg-wrapper .modal-header {
    padding: 10px 15px 10px 15px;
}

.city-reg-wrapper .modal-footer .btn-default {
    background: #f0ad4e !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .city-reg-wrapper .modal-footer .btn-default:hover {
        background: #e29220 !important;
    }

.city-reg-wrapper .modal-footer .btn-close {
    background: #504f4e !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .city-reg-wrapper .modal-footer .btn-close:hover {
        background: #3c3c3b !important;
    }

.bootstrap-tagsinput {
    width: 100%;
    margin-top: 5px;
}

.accordion {
    margin-bottom: -3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion:hover,
    .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0px 0px 4px 4px;
    color: #555;
    vertical-align: middle;
    max-width: 100%;
    cursor: text;
    min-height: 43px;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        height: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        color: #fff;
        font-weight: normal;
        display: inline-block;
        font-size: 12px;
        background: #6b428b;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

.featured-wrapper .card-footer {
    background: none !important;
    padding: 0px;
    margin-bottom: 10px !important;
}

    .featured-wrapper .card-footer p {
        background: none !important;
        padding: 2px !important;
        color: #999 !important;
        font-size: 8px !important;
        text-transform: uppercase !important;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    .city-reg-wrapper {
        height: 100vh;
        padding-top: 18% !important;
    }

        .city-reg-wrapper .card {
            position: inherit !important;
        }
}

.del:after {
    padding: 5px;
    font-style: normal;
    font-size: 16px;
    font-family: FontAwesome;
    content: "\f014";
    color: #666;
    cursor: pointer;
    white-space: nowrap;
}

.timeline-thumb.data-asset ul img {
    width: 80px !important;
    height: 50px !important;
}

.data-asset ul img {
    border: 2px solid white;
    border-radius: 4px;
}

.data-asset ul li .edit {
    display: none !important;
}

.timeline-thumb li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block !important;
    margin: -74px 0 0;
    min-height: 50px;
    min-width: 50px;
    padding: 0;
}
/*------------------------------------------*/
/*	   City Register end
/*------------------------------------------*/

#shops .carousel-item .inner {
    width: 550px;
    height: 250px;
    overflow: hidden !important;
    margin-top: 18px;
}

#shops .carousel-caption {
    margin-top: 15px;
    display: flex;
}

.location-head {
    position: absolute;
    display: inline-block;
    left: 7%;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

    .location-head:hover {
        color: #fff !important;
    }

#radSvQS-1511272764530 {
    display: none !important;
}

#headerAccountStateContainer {
    background: #814fa7 !important;
}

/*23-11-17*/
#ongoing-deals .product-wrapper .item-block .box {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}


    #ongoing-deals .product-wrapper .item-block .box .image img {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }

#shops .inner img {
    height: 185px;
}

#TasteSpotSection {
    margin-top: 20px;
}

.city-wrapper .pagination {
    padding-left: 15px;
}

    .city-wrapper .pagination a {
        color: #333;
    }

.city-wrapper .page-item.active .page-link, .city-wrapper .page-item.active .page-link:focus, .city-wrapper .page-item.active .page-link:hover {
    background-color: #0fcda8;
    border-color: #0fcda8;
}

#shops .carousel-caption {
    display: block;
}

#shops .inner img {
    height: 185px;
}

.no-amt {
    font-size: 12px;
    color: lightgray;
    font-weight: 300;
}

#classifieds .item-block .box {
    height: 106px;
}

/* frontend deshboard */
.profile-left-panel {
    background: #ffffff;
    padding: 2px 20px 20px 15px !important;
    margin-top: 30px;
    margin-bottom: 40px;
    min-height: 600px;
    box-shadow: 0 16px 38px -100px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border-radius: 4px !important;
}

    .profile-left-panel h1 {
        font-size: 14px !important;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 0px 0px 0px !important;
        color: #4a4a4a !important;
    }

        .profile-left-panel h1 .fa {
            margin-right: 5px;
            display: inline-block;
        }

    .profile-left-panel p {
        font-size: 12px;
        color: #5b5b5b;
        padding-top: 4px !important;
        line-height: 16px;
        font-weight: 500;
    }

    .profile-left-panel .panel-btn {
        margin-bottom: 8px;
        border: 1px solid #dee1e3;
        color: #666666;
        border-radius: 5px;
        width: 100%;
        display: block;
        font-size: 12px;
        font-weight: 500;
        height: 42px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .profile-left-panel .panel-btn span {
            background: #f2f4f4;
            width: 35px;
            border-radius: 5px 0px 0px 5px;
            -moz-border-radius: 5px 0px 0px 5px;
            -webkit-border-radius: 5px 0px 0px 5px;
            border: 0px solid #000000;
            display: inline-block;
            height: 40px;
            text-align: center;
            line-height: 42px;
            margin-right: 8px;
        }

        .profile-left-panel .panel-btn:hover {
            background: #f6f6f6;
            cursor: pointer;
            color: #7f8081;
        }

.profile-left-panel-right {
    min-height: 600px !important;
    border-radius: 4px !important;
}

    .profile-left-panel-right h2 {
        font-size: 15px;
        font-weight: 600;
        color: #4a4a4a;
        display: inline-block;
    }

        .profile-left-panel-right h2 small {
            color: #4a4a4a !important;
            text-align: left !important;
            line-height: 22px;
        }

.city-reg-wrapper .card {
    position: inherit;
    padding: 20px 20px !important;
}

.profile-left-panel-righ input[placeholder], [placeholder], *[placeholder] {
    padding-left: 10px;
    padding-top: 8px !important;
}

.loop-row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0px 15px 0;
    border-left: 4px solid #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .loop-row:hover {
        border-left: 4px solid #feae74;
        background: #f8f8f8;
    }

    .loop-row .fa {
        vertical-align: top !important;
        line-height: 22px !important;
    }

.business-name {
    text-align: left;
    font-size: 13px !important;
    font-weight: normal !important;
}

    .business-name span {
        display: inline-block !important;
    }

    .business-name label {
        font-weight: 400 !important;
        color: #797979;
        margin-bottom: 0 !important;
    }

select.form-control:not([size]):not([multiple]) {
    /* height: calc(2.5rem - 2px); */
    font-size: 14px !important;
    border-radius: 0;
    border: 1px solid #dddddd !important;
}

.profile-left-panel-right .submit {
    font-size: 12px;
    border-radius: 20px;
    margin-left: 20px;
    background: #e6ad13;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    min-width: 90px;
}

    .profile-left-panel-right .submit:hover {
        background: #cf8a06;
    }

.profile-left-panel-right .cancel {
    font-size: 12px;
    border-radius: 20px;
    background: #666666;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    min-width: 90px;
    transition: all 0.3s ease-out;
}

    .profile-left-panel-right .cancel:hover {
        background: #333;
    }

.profile-left-panel-right .item-block .fa {
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}

.img-edit {
}

    .img-edit .fa {
        margin-right: 20px;
    }

.btn-radus {
    font-weight: 500;
    min-width: 160px;
    height: 38px;
    border-radius: 40px;
    text-transform: capitalize;
    background: #26a69a;
    text-align: center;
    color: #fff;
    border: none;
    float: left;
}

    .btn-radus:hover {
        background: #1d978c;
    }

.btn-magic {
    font-weight: 500;
    background: #dfa918 !important;
}

    .btn-magic:hover {
        background: #cc9a13 !important;
    }

.mode-off-buz {
}

    .mode-off-buz .card-title {
        margin-top: 40px;
        font-size: 70px;
        display: block;
        text-align: center;
    }

        .mode-off-buz .card-title .fa:hover {
            color: #1bbc9b;
        }

    .mode-off-buz .card-text {
        font-weight: 400;
        font-size: 16px;
    }

.select2-container-multi .select2-choices .select2-search-choice {
    min-width: 100px !important;
    padding-left: 18px !important;
    border: none !important;
    background: #814fa8 !important;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: none !important;
}

.select2-container-multi .select2-choices {
    position: inherit !important;
}

.view-web {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 8px 40px 8px 40px;
    border-radius: 20px;
    background: #27b0a3;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}

    .view-web:hover {
        background: #179c90;
        color: #fff !important;
    }

    .view-web:focus {
        background: #179c90;
        color: #fff !important;
    }

.modal-body .container {
    padding: 0 !important;
}

#Porfolio-Create .timeline-thumb li {
    margin-left: 10px !important;
}

#DesignOption .btn-info {
    width: auto !important;
    padding: 3px 25px 5px 25px;
    font-size: 14px !important;
    height: 40px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

#Porfolio-Create .media-thumb {
    width: 80px;
    overflow: hidden;
    margin: 2px 20px 10px 10px;
}

.porfolio-lable {
    font-size: 14px;
}

#Porfolio-Create .media {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}

.add-item-btn {
    width: 120px;
    border-radius: 40px;
    background: #1bbc9b;
    height: 35px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
}

    .add-item-btn:hover {
        background: #09957a;
    }


.cancel-item-btn {
    width: 120px;
    border-radius: 40px;
    background: #e6ad13;
    height: 35px;
    border: none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .cancel-item-btn:hover {
        background: #d6a00f;
    }

.media .fa:hover {
    color: #09957a;
}



/* frontend deshboard end */


.custom-control {
    display: inline !important;
}

.add-my-buz {
    background: #1bbc9b;
    border: none !important;
    color: #fff !important;
}

    .add-my-buz span {
        background: #08a183 !important;
        border: none !important;
        height: 42px !important;
    }

    .add-my-buz:hover {
        background: #08a183 !important;
    }


/*create website*/
.big-img {
    padding-top: 170px;
}

.short-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/short-banner.jpg) no-repeat;
    background-size: cover;
}

    .short-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .short-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

/*Info cards*/
.info-cards {
}

    .info-cards .card .card-title {
        font-size: 16px;
        font-style: italic;
        padding-top: 20px;
        line-height: 22px;
    }

.res-info {
    border-top: 1px solid #f5f1f2;
}

    .res-info h4 {
        font-size: 33px;
        margin-top: 130px;
    }

    .res-info h5 {
        font-size: 16px;
        font-style: italic;
        padding-top: 20px;
        padding-bottom: 45px;
        line-height: 22px;
    }

.light-btn {
    border: 1px solid #d8d8d8;
    padding: 11px 25px;
    background: #fff;
    color: #6a6a6a;
    font-weight: 500;
}

    .light-btn:hover {
        background: #212121;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        color: #fff;
    }
/*End of Info cards*/
/*two items*/
.two-items {
    border-bottom: 1px solid #f5f1f2;
    padding: 70px 0px;
}

    .two-items h5 {
        font-size: 16px;
        font-style: italic;
        padding-top: 10px;
        line-height: 22px;
    }
/*end of two items*/
/*mockup slider*/
.m-slider {
    padding-top: 70px;
    padding-bottom: 70px;
}
/*mockup slider*/
/*price*/
.price {
    padding: 70px 0px 85px 0px;
    background: url("/content/img/bg.jpg") no-repeat;
    background-size: cover;
}

    .price h3 {
        color: #8BC34A;
        padding: 15px 0px 50px 0px;
        font-size: 40px;
        font-weight: 600;
    }

    .price h4 {
        font-size: 33px;
    }

    .price h5 {
        font-size: 16px;
        font-style: italic;
        padding-top: 10px;
        line-height: 22px;
    }
/*end of price*/

/*Responsive styles*/
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {

    .global-footer .container {
        width: inherit!important;
    }
    .global-footer p {
        float: none;
    }
    .res-info h4 {
        margin-top: 50px;
    }

    .short-banner h1 {
        margin-top: 55%;
        font-size: 40px;
    }

    #EditbusinessLocation input {
        margin-top: 5px;
    }
    /*.profile-left-panel-right{ min-height:540px !important;}*/
    .profile-left-panel-right {
        height: 490px;
        min-height: 490px !important;
        overflow-y: scroll;
    }

        .profile-left-panel-right::-webkit-scrollbar-track {
            background-color: #fff;
        }

        .profile-left-panel-right::-webkit-scrollbar {
            width: 5px;
            background-color: #F5F5F5;
        }

        .profile-left-panel-right::-webkit-scrollbar-thumb {
            background-color: #e3dede;
        }
    /*.title-section {
        padding: 40px 0px 0px 0;
    }

        .title-section h2 {
            font-size: 40px;
        }

    .info-cards .card .card-title {
        padding-left: 30px;
        padding-right: 30px;
    }*/

    .two-items h5 {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }

    .two-items img {
        display: block;
        margin: auto;
    }

    .price h4 {
        font-size: 28px;
    }

    .price h5 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-link {
        padding: .2rem .40rem !important;
    }

    .profile-left-panel-right h2 {
        font-size: 13px !important;
    }

    .mobile-only-nav {
        display: block !important;
    }

        .mobile-only-nav .dropdown-menu {
            background: #fff;
            position: absolute;
            width: 100%;
            border-radius: 0;
            -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.28);
            -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.28);
            box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.28);
            border: none !important;
            min-height: 130px;
        }

            .mobile-only-nav .dropdown-menu a {
                color: #565656 !important;
                padding: 15px 20px !important;
                font-size: 14px;
            }

                .mobile-only-nav .dropdown-menu a .fa {
                    padding-right: 8px;
                }

        .mobile-only-nav .btn-secondary {
            background: none;
            font-size: 22px;
            color: #fff;
            padding: 0px;
            text-align: left;
            margin-top: 5px;
            border: none;
        }

            .mobile-only-nav .btn-secondary:focus {
                background: none;
                font-size: 22px;
                color: #fff;
                padding: 0px;
                text-align: left;
                margin-top: 5px;
                border: none;
            }

    .add-item-btn {
        width: 100px !important;
    }

    #PartialUserProfile .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #BusinessProfile .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #MyProfile .col-xs-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.search-default {
    background: none !important;
}

    .search-default button {
        background: none !important;
        cursor: pointer !important;
    }

        .search-default button:hover {
            background: #fbfbfb !important;
            color: #1bbc9b !important;
        }

#BusinessProfile .modal-btn-cancel {
    background: #000;
}

.city-reg-wrapper .pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    right: 10px;
    bottom: 20px;
    left: 0px;
}

    .city-reg-wrapper .pagination .page-link {
        color: #666;
        border: none;
    }

.city-reg-wrapper .pager {
    position: absolute;
    left: inherit;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

.city-reg-wrapper .pagination .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    background: #666 !important;
    border-color: #666;
    color: #fff;
}

.profile-left-panel .active {
    background: #eeeeee;
}

.modal-title {
    font-size: 18px;
}

.mobile-only-nav {
    display: none;
}

.profile-left-panel .btn-info {
    width: 100% !important;
    height: inherit !important;
}

.store-empty-info {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    height: 400px;
    background: url(/content/img/emptry-business.jpg) no-repeat;
    background-size: 90% !important;
}

    .store-empty-info h1 {
        font-size: 12px !important;
        color: #969494 !important;
        text-align: center;
        padding-top: 60% !important;
        line-height: 25px;
    }

        .store-empty-info h1 span {
            display: block;
            font-size: 15px;
            font-weight: 600;
            color: #a7a7a7 !important;
        }

        .store-empty-info h1 a:hover {
            color: #1bbc9b !important;
            cursor: pointer !important;
        }

        .store-empty-info h1 a:focus {
            color: #636363 !important;
        }

.city-reg-wrapper .card input[checked] {
    height: inherit !important;
    width: inherit !important;
    margin-right: 4px;
}

.city-reg-wrapper .card input[type="radio"] {
    height: inherit !important;
    width: inherit !important;
    margin-right: 4px;
}

#PartialUserProfile label {
    margin-right: 10px;
}

.colorBox {
    border: none !important;
    line-height: 45px !important;
    color: #fff !important;
    text-align: center;
}

.note-editor.btn-group-vertical > .btn, .btn-group > .btn {
    background: none !important;
}

.note-editor .dropdown-toggle::after {
    display: none !important;
}

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    min-width: 150px !important;
}

.common-back-btn {
    width: 15px;
    height: 15px;
    color: #333;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    display: initial; /*display:inline-block;*/
}

    .common-back-btn .fa {
        margin-right: 5px;
    }
    /*.common-back-btn:hover { color: #e6ad13;cursor:pointer;}*/
    .common-back-btn:hover {
        color: #000;
        cursor: pointer;
    }

.note-popover .popover-content, .panel-heading.note-toolbar {
    background: #fff;
}

.pagination-sm .page-link {
    font-size: .675rem;
    font-weight: 400;
}

#BasicBusinessTellUs .custom-control-indicator {
    top: 0.1rem !important;
}

    #BasicBusinessTellUs .custom-control-indicator:focus {
        outline: none;
    }
/*business profile*/
.l-panel {
    position: relative;
}

.adv-settings {
    position: absolute;
    bottom: 15px;
    background: #666;
    color: #fff;
    width: 88%;
    padding: 10px 25px;
    border-radius: 25px;
    display: block;
    margin: auto;
    text-align: center;
}

    .adv-settings:hover {
        background: #333;
        color: #fff;
    }
/*business profile*/

#BasicBusinessProfileView a {
    color: #797979;
}

.fileUpload .fa-camera {
    font-size: 17px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}

.fileinput-button .fa-camera {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 17px;
    border-radius: 5px;
}

#BasicBusinessProfile .timeline-thumb .btn {
    vertical-align: top;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .city-reg-wrapper {
        padding-top: 8% !important;
    }

    .profile-left-panel-right::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .profile-left-panel-right::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .profile-left-panel-right::-webkit-scrollbar-thumb {
        background-color: #e3dede;
    }
}

.c-pager {
}

    .c-pager .page-link {
        color: #212121;
        border: none;
        padding-top: 5px;
    }
    .c-pager .page-link:hover{color:#000;}
    .c-pager .page-item.active .page-link, .c-pager .page-item.active .page-link:focus, .c-pager .page-item.active .page-link:hover {
        background-color: #212121;
        border-color: #212121;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: block;
        text-align: center;
        padding-top: 5px;
    }

a.page-link:hover {
    background: none;
}

.c-pager {
       /*width: 600px;*/
    display: block;
    margin: auto;
    padding-bottom: 35px;
    margin-bottom: 0;
    text-align: center;
}
.c-pager .page-item {
    display: inline-block;
        vertical-align: middle;
}




/*careers*/
.career-section {
}

.career-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: url(/content/img/career_banner.jpg) no-repeat;
    background-size: cover;
}

    .career-banner h1 {
        text-align: center;
        font-size: 80px;
        color: #fff;
        text-shadow: 0px 1px 0px #000000;
        margin-top: 17%;
    }

        .career-banner h1 small {
            text-align: center;
            font-size: 32px;
            color: #fff;
            display: block;
            text-shadow: 0px 1px 0px #000000;
        }

.career-section .card-body {
    padding: 20px;
}

.career-section .card-header {
    font-size: 17px;
    font-weight: 600;
    background: none;
}

.career-section .btn-primary {
    margin-top: 15px;
    background: #545556;
    float: right;
    border: none;
}

    .career-section .btn-primary:focus {
        background: #424243;
        border: none !important;
    }

    .career-section .btn-primary:hover {
        background: #424243;
        border: none !important;
    }

.career-section .modal-content .btn-primary {
    margin-top: 15px !important;
}

.career-section .modal-content .form-group {
    margin-bottom: 0;
}

.career-section .pagination > .active > a, .career-section .pagination > .active > a:focus, .career-section .pagination > .active > a:hover, .career-section .pagination > .active > span, .career-section .pagination > .active > span:focus, .career-section .pagination > .active > span:hover {
    background-color: #545556;
    border-color: #545556;
    color: #fff;
}

.career-section .pagination > li > a, .career-section .pagination > li > span {
    color: #333;
}
/*End careers*/
.empty-alert {
    text-align: left !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

    .empty-alert .fa {
        background: #7d7c7c;
        color: #fff;
        font-size: 11px;
        border: none;
        height: 20px;
        width: 20px;
        padding-top: 5px;
        margin-left: 0;
        border-radius: 50%;
        text-align: center;
        margin-right: 5px;
    }

/* New Get Start - 4/27/2018 - */

.city-reg-wrapper .btn-info {
    width: 100%;
    background: #e6ad13;
    border-radius: 20px;
    height: 25px;
    border: none !important;
    font-size: 20px !important;
    font-weight: 400;
    height: 45px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}

#Register.city-reg-wrapper h1 {
    margin-top: 60px !important;
}

#Register .container {
    max-width: 1300px !important;
    width: 100% !important;
}

.city-reg-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: .67em 0;
}

.city-reg-wrapper .card input {
    color: #333 !important;
    text-transform: none;
    border-radius: 0 !important;
    height: 45px;
    margin-bottom: 15px;
    border: 1px solid #e9e5e5;
    padding: 10px;
    width: 100%;
}

.register .newuser:hover {
    color: #000 !important;
}

.register .newuser {
    display: block;
    margin-top: 15px;
    color: #797973;
    font-weight: 400;
}

.register .text-danger {
    color: #d9534f !important;
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 11px;
    float: none;
    padding: 0px;
    border-left: none;
}

#getstarted .text-danger {
    color: #d9534f !important;
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 11px;
    float: left;
    padding: 5px 0px 5px 0px;
    border-left: none !important;
}

.m-login {
    text-align: center;
    display: block;
    margin-top: -7px;
    padding-bottom: 10px;
    font-weight: 500;
}

.warning .fa {
    color: #e83f33;
    font-size: 26px;
    border: 1px solid #666;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding-top: 12px;
    margin: auto;
    display: block;
    margin-top: 4px;
}

.log-in h1 {
    line-height: 5px;
    padding-bottom: 25px;
    color: #555;
}

.log-in input {
    height: 40px !important;
    margin-bottom: 0px !important;
}

#CityLogin .log-in .ls .fa {
    position: absolute;
    right: 35px;
    top: 15px;
}

#CityLogin .google-login {
    border-radius: 5px;
    background-color: #e0483a;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 9px;
    border: none;
    margin-bottom: 34px;
}

#CityLogin .facebook-login:hover {
    color: #fff !important;
    background-color: #335386;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#CityLogin .facebook-login {
    border-radius: 5px;
    background-color: #3F639E;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: 9px;
    border: none;
}

#CityLogin .ls {
    border-right: 1px solid #eee;
}

#Register .ls {
    border-right: 1px solid #eee;
}

#CityLogin .log-in .ls .fa {
    position: absolute;
    right: 35px;
    top: 15px;
}

#CityLogin .log-in form .fa-phone {
    z-index: 5555;
    right: 18px !important;
}

.log-in .btn-info {
    width: 150px;
    font-size: 16px !important;
    height: 40px;
    float: right;
}

.log-in .newuser {
    display: block;
    margin-top: 25px;
    text-align: center;
    color: #797973;
    font-weight: 400;
    margin: auto;
    width: 180px;
    padding-top: 15px;
}

.log-in p {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1300px) {
    #CityLogin .container {
        width: 1300px !important;
    }
}

.log-in {
    margin-top: 70px !important;
}

    .log-in .text-danger {
        color: #d9534f !important;
        display: block;
        text-align: left;
        font-weight: 400;
        font-size: 11px;
        float: left;
        border-left: none;
        padding: 5px 0px 5px 0px;
    }

.brand {
    position: absolute;
    color: #fff;
    display: inline-block;
    padding: 0;
    white-space: nowrap;
}

.location-head {
    color: #fff;
    display: inline-block;
    /*left: 15.5%!important;*/
    top: 27%;
    left: auto;
    padding-top: 0.24rem;
}

.brand {
    width:85px;
    font-size: 13px;
}

#Register .intl-tel-input .selected-flag .iti-phone {
    margin-top: 10px !important;
}

#Register .intl-tel-input .selected-flag .iti-flag {
    top: 8px !important;
}

.navbar-brand {
    margin-right: 90px;
    display: inline-block;
}
.login-widget-modal .custom-control{
    display:inline-block!important;
}
.login-widget-modal {
    max-height: 70%;
    margin: auto;
}

/*whatsapp start*/

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.whatsapp-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: flex-end;
    height: auto;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    right: 30px;
    padding: 0;
    margin: 0px;
}

    .whatsapp-area .header {
        position: relative;
    }

.whatsapp-btn {
    display: block;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    font-size: 35px;
    text-align: center;
    background: #79d920;
    color: #fff;
    z-index: 8;
    transition: .3s;
    margin: 10px;
    padding: 7px;
    border: none;
    outline: none;
    cursor: default;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.25);
    position: relative;
}

.circle-animation {
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    justify-content: center;
    align-content: center;
    width: 60px;
    height: 60px;
    margin: 10px 0px 0px 10px;
    border-radius: 50%;
    transition: .3s;
    background-color: #79d920;
    animation: pulse 1.2s 4.0s ease 100000000;
}

.whatsapp-popup {
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 290px;
    padding: 20px;
    bottom: 110px;
    right: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.15);
    display: none;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .whatsapp-popup::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 25px solid transparent;
        border-right: 0px solid transparent;
        border-top: 20px solid #fff;
        position: absolute;
        bottom: -20px;
        right: 30px;
        -webkit-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.01);
        -moz-box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.01);
        box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.01);
    }

    .whatsapp-popup h2 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: .5rem;
    }

    .whatsapp-popup p {
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 1rem;
    }

.close-popup {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: -10px;
    opacity: 0.2;
    font-size: 18px;
}

    .close-popup:hover {
        opacity: 0.5;
    }

.form-area {
    position: relative;
}

    .form-area .send-btn {
        border-radius: 50%;
        height: 30px;
        padding: 5px 0px;
        top: 5px;
        right: 5px;
        position: absolute;
        width: 30px;
        border: 0;
        outline: none;
        cursor: pointer;
        background-color: #79d920;
        color: #ffffff!important;
        text-align: center;
    }

        .form-area .send-btn:hover {
            background-color: #505050;
            transition: .3s;
        }

.whatsapp-popup input[type=text] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 14px;
    background-color: #f9f9f9;
    padding: 0px 0px 0px 15px !important;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    outline: none;
    transition: .3s;
    border: 1px solid #f6f7fd;
    text-transform: none !important;
}

    .whatsapp-popup input[type=text]:focus {
        border: 1px solid #79d920;
        box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.02);
    }

.whatsapp-popup input::placeholder {
    color: rgba(68, 68, 68, 0.705);
    opacity: 1;
}

.chat-button-area {
    display: none;
    position: absolute;
    bottom: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chat-area {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

    .chat-area p {
        margin: 0;
        background: #f6f7fd;
        padding: 10px;
        border-radius: 0px 8px 8px 8px;
        display: inline-block;
        position: relative;
    }

        .chat-area p::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 0px solid transparent;
            border-top: 12px solid #f6f7fd;
            position: absolute;
            top: 0px;
            left: -12px;
        }

    .chat-area .img-item {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        margin-right: 10px;
    }

/*whatsapp close*/