@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/**
 * title:      I Am The Agent
 * created:    19/02/2019
 * ========================================================================== */

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

h2 {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}

h3 {
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

p {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}



a {
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

/**
 * Boostrap Core Framework Overrides
 * ========================================================================== */

.container {
    max-width: 1174px;
}

.centered {
    text-align: center;
}

.ui-loader {
    display: none;
}

.goRight {
    float: right;
}

.text-centered {
    text-align: center;
}

.btn-slider {
    background: #e7067e;
    border-color: #e7067e;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 40px;
    margin-right: 5px;
}

    .btn-slider:hover {
        background: #bd0b6a;
        border-color: #bd0b6a;
        color: #fff;
    }

    .btn-slider:active {
        background: #bd0b6a;
        border-color: #bd0b6a;
        color: #fff;
    }

.btn-pink {
    background: #e7067e;
    border-color: #e7067e;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 20px;
    margin-right: 5px;
}

    .btn-pink:hover {
        background: #bd0b6a !important;
        border-color: #bd0b6a !important;
        color: #fff;
    }

    .btn-pink:active {
        background: #bd0b6a !important;
        border-color: #bd0b6a !important;
        color: #fff;
    }

    .btn-pink.big {
        background: #e7067e;
        border-color: #e7067e;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        border-radius: 50px;
        box-shadow: none;
        padding: 20px 20px;
        margin: 0px;
        width: 100%;
    }


.btn-purple {
    background: #55134e;
    border-color: #55134e;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 20px;
    margin-right: 5px;
}

    .btn-purple:hover {
        background: #400e3b;
        border-color: #400e3b;
        color: #fff;
    }

    .btn-purple:active {
        background: #400e3b;
        border-color: #400e3b;
        color: #fff;
    }

.btn-green {
    background: #48a703;
    border-color: #48a703;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 20px;
    margin-right: 5px;
}

    .btn-green:hover {
        background: #3a8504;
        border-color: #3a8504;
        color: #fff;
    }

    .btn-green:active {
        background: #3a8504;
        border-color: #3a8504;
        color: #fff;
    }

.btn-white {
    background: #fff;
    border-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #29313c;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 20px;
    margin-top: 0px;
}

    .btn-white:hover {
        background: #29313c;
        border-color: #29313c;
        color: #fff;
    }

    .btn-white:active {
        background: #29313c;
        border-color: #29313c;
        color: #fff;
    }

.btn-white-grey {
    background: #fff;
    border-color: #999;
    font-size: 15px;
    font-weight: 500;
    color: #999;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 20px;
    margin-top: 0px;
}

    .btn-white-grey:hover {
        background: #999;
        border-color: #999;
        color: #fff;
    }

    .btn-white-grey:active {
        background: #999;
        border-color: #999;
        color: #fff;
    }

.btn-clear-white {
    background: none;
    border-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    box-shadow: none;
    padding: 8px 20px;
    margin-top: 0px;
}

    .btn-clear-white:hover {
        background: #fff;
        border-color: #fff;
        color: #666;
    }

    .btn-clear-white:active {
        background: #fff;
        border-color: #fff;
        color: #666;
    }

.btn:focus {
    color: #fff;
    text-decoration: none;
}

.falselink {
    color: #99cc00;
}

.no-pad {
    padding: 0px !important;
    margin: 0px !important;
}



/**
 * Navigation
 * ========================================================================== */

/* BOF mobile menu CSS */

#menu-close {
    color: #bfbfbf;
    font-size: 28px;
    margin: 35px 75px 15px 15px;
    float: right;
    background: none;
    list-style: none;
    float: right;
    padding: 7px 10px 7px 10px;
    border: 1.5px solid #bfbfbf;
    border-radius: 50%;
    line-height: 18px;
}

    #menu-close:hover {
        color: #fff;
        background: #e7067e;
        border: 1px solid #e7067e;
    }

#mobile-nav {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 333px;
    height: 100%;
    margin-right: -333px;
    overflow-y: auto;
    background: #333333;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    padding: 0px;
    /*padding-top: 15px;*/
}

    #mobile-nav.active {
        right: 333px;
        width: 520px;
        box-shadow: 5px 5px 5px 5px #080808;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

.toggle {
    margin: 0px;
}

#mobile-nav {
    z-index: 300;
    font-family: 'Open Sans', sans-serif;
}

    #mobile-nav .language-selector {
        margin-left: 90px;
        margin-top: 60px;
    }

        #mobile-nav .language-selector p {
            font-size: 18px;
            color: #bfbfbf;
            font-weight: 400;
        }

            #mobile-nav .language-selector p a {
                color: #bfbfbf;
            }

                #mobile-nav .language-selector p a:hover {
                    color: #fff;
                }

                #mobile-nav .language-selector p a.active {
                    color: #fff;
                }

    #mobile-nav .big-links {
        margin-left: 90px;
        margin-top: 100px;
        border-bottom: 1px #999 solid;
        width: 350px;
        padding-bottom: 25px;
    }

        #mobile-nav .big-links p {
            font-weight: 300;
            margin: 0px 0px 5px 0px;
        }

            #mobile-nav .big-links p a {
                font-size: 32px;
                color: #bfbfbf;
            }

                #mobile-nav .big-links p a:hover {
                    color: #fff;
                }

    #mobile-nav .small-links {
        margin-left: 90px;
        margin-top: 35px;
        border-bottom: 1px #999 solid;
        width: 350px;
        padding-bottom: 35px;
    }

        #mobile-nav .small-links p {
            margin-bottom: 5px;
        }

            #mobile-nav .small-links p a {
                font-size: 20px;
                color: #bfbfbf;
            }

                #mobile-nav .small-links p a:hover {
                    color: #fff;
                }

    #mobile-nav h2 {
        margin: 35px 0px 2px 90px;
        line-height: 40px;
    }

        #mobile-nav h2 a {
            color: #bfbfbf;
            font-size: 36px;
            font-weight: 700;
        }

            #mobile-nav h2 a:hover {
                color: #fff;
            }

    #mobile-nav h3 {
        margin: 0px 0px 0px 90px;
        line-height: 22px;
    }

        #mobile-nav h3 a {
            color: #bfbfbf;
            font-size: 18px;
            font-weight: 400;
        }

            #mobile-nav h3 a:hover {
                color: #fff;
            }

    #mobile-nav ul#mobile-nav-ul {
        margin: 25px 0px 15px -10px;
        list-style: none;
        clear: both;
    }

        #mobile-nav ul#mobile-nav-ul li ul li a {
            color: #ffffff;
        }


#mobile-nav-toggle {
    text-align: right;
}

    #mobile-nav-toggle ul {
        padding: 0px;
        margin: 0px;
        margin-top: 32px;
        list-style: none;
        float: right;
    }

        #mobile-nav-toggle ul li {
            float: left;
        }

    #mobile-nav-toggle a.btn {
        padding-left: 6px;
        padding-right: 6px;
    }

#mobile-nav-elements .mobile-nav-left img {
    float: left;
}

#mobile-nav-elements .mobile-nav-right img {
    float: right;
}

#mobile-nav ul.social-media {
    float: left;
    margin: 0px;
    margin-left: 40px;
    padding: 20px 0px 20px 50px;
    margin-bottom: 40px;
    list-style: none;
}

    #mobile-nav ul.social-media li {
        float: right;
        width: 40px;
        height: 40px;
        margin-left: 7px;
        border: 0px;
    }

        #mobile-nav ul.social-media li a {
            background: #dadada;
            border-radius: 50%;
            height: 40px;
            width: 40px;
            display: block;
            text-align: center;
            font-size: 22px;
            line-height: 40px;
        }

            #mobile-nav ul.social-media li a:hover {
                background: #fff;
            }

            #mobile-nav ul.social-media li a i {
                color: #fff;
            }

        #mobile-nav ul.social-media li.facebook a {
            background: #3b5898;
        }

        #mobile-nav ul.social-media li.twitter a {
            background: #34baec;
        }

        #mobile-nav ul.social-media li.linkedin a {
            background: #0f7aba;
        }

        #mobile-nav ul.social-media li.youtube a {
            background: #cf2127;
        }

        #mobile-nav ul.social-media li.pinterest a {
            background: #cf2127;
        }

        #mobile-nav ul.social-media li.blog a {
            background: #e6077e;
            padding: 10px 8px 7px 9px;
        }

        #mobile-nav ul.social-media li a:hover {
            background: #e6077e;
        }
/**
 * Mobile Navigation
 * ========================================================================== */

#mobile-nav-toggle {
    text-align: right;
}

    #mobile-nav-toggle ul {
        padding: 0px;
        margin: 0px;
        margin-top: 0px;
        list-style: none;
        float: right;
    }

        #mobile-nav-toggle ul li {
            float: left;
        }

#backtotop {
    float: none;
    color: #ffffff;
    width: 40px;
    height: 40px;
    z-index: 300;
    text-shadow: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
}

    #backtotop a {
        background: rgba(255, 255, 255, 0.35);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid #cccccc;
        display: block;
        margin-bottom: 5px;
        padding-top: 6px;
        padding-left: 6px;
        cursor: pointer;
    }

        #backtotop a:hover {
            background: #e4067d;
            color: #ffffff;
            border-color: #ffffff;
        }

            #backtotop a:hover i {
                font-size: 26px;
                color: #ffffff;
            }

        #backtotop a i {
            font-size: 26px;
            color: #cdcdcd;
        }

    #backtotop #modal-share-backtotop {
        display: none;
    }

.more-link {
    background: none;
    border: 1px solid #e7067e;
    border-radius: 50%;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    padding: 8px 0px;
    margin-left: 6px;
}

    .more-link:hover {
        background: #e7067e;
        border: 1px solid #e7067e;
        border-radius: 50%;
    }

    .more-link i {
        font-size: 24px;
        color: #e7067e;
        margin-left: auto;
        margin-right: auto;
        vertical-align: middle;
        text-align: center;
    }

    .more-link:hover i {
        color: #fff;
    }

/**
 * Main Header
 * ========================================================================== */

#header {
    height: 100px;
    background: none;
    width: 100%;
    z-index: 100;
    position: fixed;
    transition-timing-function: ease-in;
    transition: 0.1s;
}

    #header div.container {
        height: 95px;
    }

    #header img {
        float: left;
        margin-top: 5px;
    }

    #header.scrolled {
        height: 98px;
        background: #fff;
        width: 100%;
        z-index: 100;
        position: fixed;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
        transition-timing-function: ease-in;
        transition: 0.2s;
    }

        #header.scrolled .nav {
            margin: -33px 15px 0px 123px;
            transition-timing-function: ease-in;
            transition: 0.2s;
        }

    #header #desktop-nav {
        margin-top: 30px;
    }

        #header #desktop-nav .nav-left {
            font-size: 18px;
            font-weight: 600;
            margin: 9px 0px 0px 20px;
            padding: 0px;
            list-style: none;
            transition-timing-function: ease-in;
            transition: 0.2s;
        }

            #header #desktop-nav .nav-left li a {
                padding: 10px 10px 15px 11px;
                margin-right: 0px;
            }

            #header #desktop-nav .nav-left li:last-child {
                margin-right: -10px;
            }

            #header #desktop-nav .nav-left li a:link {
                color: #e7067e;
                font-weight: 500;
                background: none;
            }

            #header #desktop-nav .nav-left li a:visited {
                color: #e7067e;
                background: none;
            }

            #header #desktop-nav .nav-left li a:hover {
                color: #bd0b6a;
                background: none;
            }

            #header #desktop-nav .nav-left li a:active {
                color: #bd0b6a;
                background: none;
            }

            #header #desktop-nav .nav-left li a.active {
                color: #bd0b6a;
                background: none;
            }

        #header #desktop-nav .navbar-nav > li {
            margin-right: 15px;
        }

        #header #desktop-nav .nav-right {
            float: right;
        }

            #header #desktop-nav .nav-right h2 {
                color: #666;
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
                padding: 0px;
                margin: 10px 13px 0px 0px;
                float: left;
            }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #f1f1f1;
    color: #666;
    border-bottom: 3px solid #6d9d31;
}


/**
 * Main Slider
 * ========================================================================== */

#main-slider {
    background: #232c35;
}

    #main-slider .home-main-slider {
        height: 600px;
        margin-top: 0px;
        padding: 0px;
    }

        #main-slider .home-main-slider h2 {
            color: #333;
            font-size: 60px;
            line-height: 68px;
            font-weight: 300;
            padding: 0px;
            margin: 0px 0px 20px 0px;
            font-weight: 700;
        }

            #main-slider .home-main-slider h2 span {
                color: #e7067e;
                font-weight: 700;
            }


                #main-slider .home-main-slider h2 span a {
                    color: #e7067e;
                }

        #main-slider .home-main-slider h4 span a {
            color: #e7067e;
        }

        #main-slider .home-main-slider h3 {
            color: #666;
            font-size: 26px;
            line-height: 32px;
            font-weight: 500;
            padding: 0px;
            margin: 0px 0px 25px 0px;
        }

        #main-slider .home-main-slider .slide-1 {
            height: 600px;
            background: #fff url(/images/20220111/iataban-rocket-v2.png) top center no-repeat;
            padding-top: 170px;
        }

        #main-slider .home-main-slider .slide-2 {
            height: 600px;
            background: #fff url(/images/20220111/iataban-relax-v1.jpg) top center no-repeat;
            padding-top: 170px;
        }

        #main-slider .home-main-slider .slide-3 {
            height: 600px;
            background: #fff url(/images/20190321/homepage-slider-3-bg.jpg) top center no-repeat;
            padding-top: 170px;
        }

        #main-slider .home-main-slider .slide-4 {
            height: 600px;
            background: #fff url(/images/20190321/homepage-slider-4-bg.jpg) top center no-repeat;
            padding-top: 170px;
        }

        #main-slider .home-main-slider .slide-5 {
            height: 600px;
            background: #fff url(/images/20200502/homepage-slider-5-bg.jpg) top center no-repeat;
            padding-top: 170px;
        }

        #main-slider .home-main-slider .slide-6 {
            height: 600px;
            background: #fff url(/images/20200502/homepage-slider-6-bg.jpg) top center no-repeat;
            padding-top: 170px;
            /*background-size: 500px 300px;*/
            /*background-position: center top;*/
        }

            #main-slider .home-main-slider .slide-6 h3 span {
                color: #e7067e;
                font-weight: 700;
            }

        #main-slider .home-main-slider .slide-2 h3 span {
            color: #e7067e;
            font-weight: 700;
        }

        #main-slider .home-main-slider .slide-1 h3 span {
            color: #e7067e;
            font-weight: 700;
        }

        #main-slider .home-main-slider .text-right .slider-image img {
            float: right;
        }

        #main-slider .home-main-slider .text-right .slider-image.top img {
            margin: 65px 30px 20px 0px;
        }

        #main-slider .home-main-slider .text-right .slider-image.bottom img {
            margin-right: 15px;
            margin-top: 250px;
        }

        #main-slider .home-main-slider .slick-dots {
            top: -90px;
            bottom: 0px;
        }

            #main-slider .home-main-slider .slick-dots li button {
                background: #999;
                border: 1px solid #999 !important;
            }

                #main-slider .home-main-slider .slick-dots li button:hover:before,
                #main-slider .home-main-slider .slick-dots li button:focus:before {
                    opacity: 0;
                }

                #main-slider .home-main-slider .slick-dots li button:before {
                    opacity: 0;
                }

            #main-slider .home-main-slider .slick-dots li.slick-active button:before {
                opacity: 1;
                color: #923d8c !important;
            }

            #main-slider .home-main-slider .slick-dots li.slick-active {
                background: #923d8c;
                height: 22px;
                width: 22px;
            }

                #main-slider .home-main-slider .slick-dots li.slick-active button {
                    background: #923d8c;
                    border: 1px solid #923d8c !important;
                    height: 22px;
                    width: 22px;
                }




/**
 * Search Panel
 * ========================================================================== */

.search-panel {
    background: #29313c;
    padding: 30px 0px;
}

    .search-panel h2 {
        color: #fff;
        font-size: 22px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .search-panel .search-box-container {
        background: #fff;
        height: 42px;
        width: 84%;
        border-radius: 50px;
        padding: 4.1px 1px 4.1px 3px;
        margin-right: 15px;
        float: left;
        max-width: 700px;
    }

        .search-panel .search-box-container input {
            font-size: 17px;
            border: none !important;
            box-shadow: none !important;
            width: 60%;
            float: left;
            margin-left: 10px;
            padding: 0px 0px 0px 0px;
        }

        .search-panel .search-box-container .btn {
            padding: 5px 20px;
            float: right;
        }

    .search-panel p {
        margin-top: 10px;
        font-weight: 400;
    }

        .search-panel p a {
            color: #ccc;
        }

            .search-panel p a:hover {
                color: #e4067d;
            }

/**
 * Home Main Features Module
 * ========================================================================== */

.three-features-panel {
    min-height: 326px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

    .three-features-panel .left-column {
        background: #6c2365 url(/images/20190321/three-features-panel-left-bg.jpg) bottom right no-repeat;
        width: 40%;
        float: left;
        padding: 60px 0px 0px 0px;
        min-height: 326px;
    }

        .three-features-panel .left-column .text {
            width: 360px;
            float: right;
        }

    .three-features-panel .center-column {
        background: #161a21 url(/images/20190321/three-features-panel-middle-bg.jpg) top center no-repeat;
        width: 20%;
        float: left;
        padding: 60px 0px 0px 0px;
        min-height: 326px;
    }

        .three-features-panel .center-column .text {
            padding-left: 30px;
        }

    .three-features-panel .right-column {
        background: #e2067b url(/images/20190321/three-features-panel-right-bg.jpg) bottom left no-repeat;
        width: 40%;
        float: left;
        padding: 60px 0px 0px 0px;
        min-height: 326px;
    }

        .three-features-panel .right-column .text {
            padding-left: 30px;
        }

    .three-features-panel img {
        float: left;
    }

    .three-features-panel h2 {
        padding: 0px;
        margin: 0px 0px 25px 0px;
    }

        .three-features-panel h2 span {
            font-weight: 700;
        }

    .three-features-panel h4 {
        font-size: 19px;
        line-height: 26px;
        padding-right: 10px
    }

    .three-features-panel .btn {
        padding: 10px 30px;
        font-weight: 400;
        min-width: 160px;
    }

    .three-features-panel .middle {
        padding-left: 40px;
    }

        .three-features-panel .middle h3 {
            padding-right: 70px;
        }

    .three-features-panel .right {
        padding-left: 40px;
    }

        .three-features-panel .right h3 {
            padding-right: 0px;
        }

/**
 * Property Portals Panel
 * ========================================================================== */

.property-portals-panel {
    background: #fff;
    padding: 80px 0px 50px 0px;
}

    .property-portals-panel h2 {
        color: #29313c;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 0px;
    }


/**
 * Selling Your Property Panel
 * ========================================================================== */

.selling-your-property-panel {
    background: #666 url(/images/20190321/selling-your-property-panel-bg.jpg) top center no-repeat;
    padding: 50px 0px 65px 0px;
}

    .selling-your-property-panel .left h2 {
        font-size: 42px;
        line-height: 52px;
        margin: 50px 0px 25px 0px;
    }

    .selling-your-property-panel .left p {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding-right: 78px;
        margin: 0px 0px 25px 0px;
    }

        .selling-your-property-panel .left p strong {
            font-weight: 600;
        }

    .selling-your-property-panel .left .btn {
        margin-top: 20px;
    }

    .selling-your-property-panel .right .featured-list {
        margin: 0px 0px 0px 55px;
    }

        .selling-your-property-panel .right .featured-list p {
            color: #fff;
            font-size: 16px;
            border-bottom: 1px #fff solid;
            padding: 10px 0px;
            margin: 0px;
        }

            .selling-your-property-panel .right .featured-list p:last-child {
                border: none;
            }

    .selling-your-property-panel .price-feature-circle {
        background: #ff0066;
        width: 232px;
        padding: 70px 15px 70px 15px;
        text-align: center;
        border-radius: 50%;
        float: right;
        margin: 0px 15px 20px 0px;
    }

        .selling-your-property-panel .price-feature-circle h2 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            padding: 0px;
            margin: 0px 0px 8px 0px;
        }

        .selling-your-property-panel .price-feature-circle h3 {
            color: #fff;
            font-size: 72px;
            line-height: 60px;
            font-weight: 700;
            padding: 0px;
            margin: 0px;
        }

/**
 * Renting Your Property Panel
 * ========================================================================== */

.renting-your-property-panel {
    background: #55134e url(/images/20190321/renting-your-property-panel-bg.jpg) top center no-repeat;
    padding: 50px 0px 65px 0px;
}

    .renting-your-property-panel .right h2 {
        font-size: 42px;
        line-height: 52px;
        margin: 30px 0px 25px 0px;
    }

    .renting-your-property-panel .right p {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        padding-right: 78px;
        margin: 0px 0px 25px 0px;
    }

        .renting-your-property-panel .right p strong {
            font-weight: 600;
        }

    .renting-your-property-panel .right .featured-list {
        margin: 0px 140px 30px 0px;
    }

        .renting-your-property-panel .right .featured-list p {
            color: #fff;
            font-size: 16px;
            border-bottom: 1px #fff solid;
            padding: 10px 0px;
            margin: 0px;
        }

            .renting-your-property-panel .right .featured-list p:last-child {
                border: none;
            }

    .renting-your-property-panel .price-feature-circle {
        background: #e7067e;
        width: 204px;
        padding: 44px 15px 44px 15px;
        text-align: center;
        border-radius: 50%;
        float: right;
        margin: 0px 45px 20px 0px;
    }

        .renting-your-property-panel .price-feature-circle h2 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            padding: 0px;
            margin: 0px 0px 8px 0px;
        }

        .renting-your-property-panel .price-feature-circle h3 {
            color: #fff;
            font-size: 72px;
            line-height: 60px;
            font-weight: 700;
            padding: 0px;
            margin: 0px;
        }

/**
 * How does it work Panel
 * ========================================================================== */

.how-does-it-work-panel {
    background: #e2e5ea;
    padding: 80px 0px 115px 0px;
}

    .how-does-it-work-panel h2 {
        color: #29313c;
        font-size: 42px;
        line-height: 48px;
        margin: 0px 0px 20px 0px;
        text-align: center;
    }

    .how-does-it-work-panel p {
        color: #666;
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 30px 0px;
        text-align: center;
    }

    .how-does-it-work-panel .feature {
        margin-bottom: 90px;
    }

        .how-does-it-work-panel .feature img {
            margin: 0px auto 25px auto;
        }

        .how-does-it-work-panel .feature p {
            color: #333;
            margin: 0px;
            text-align: center;
        }

    .how-does-it-work-panel .button {
        text-align: center;
    }

/**
 * Testimonials Panel
 * ========================================================================== */

.testimonials-panel {
    background: #fff;
    padding: 60px 0px 50px 0px;
}

    .testimonials-panel h2 {
        color: #29313c;
        font-size: 42px;
        line-height: 48px;
        margin: 0px 0px 20px 0px;
        text-align: center;
    }

    .testimonials-panel p {
        color: #666;
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 70px 0px;
        text-align: center;
    }

    .testimonials-panel .left img {
        float: right;
        margin-right: 90px;
    }

    .testimonials-panel .left .price-feature-circle {
        background: #e7067e;
        width: 180px;
        padding: 54px 15px 54px 15px;
        margin: -145px 0px 20px 0px;
        text-align: center;
        border-radius: 50%;
        float: left;
    }

        .testimonials-panel .left .price-feature-circle h2 {
            color: #fff;
            font-size: 24px;
            line-height: 24px;
            font-weight: 400;
            padding: 0px;
            margin: 0px 0px 5px 0px;
        }

        .testimonials-panel .left .price-feature-circle h3 {
            color: #fff;
            font-size: 47px;
            line-height: 40px;
            font-weight: 700;
            padding: 0px;
            margin: 0px;
        }

    .testimonials-panel .right h3 {
        color: #e7067e;
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
        margin: 0px 0px 20px 0px;
    }

    .testimonials-panel .right p {
        text-align: left;
        margin: 0px 0px 20px 0px;
        padding-right: 190px;
    }

        .testimonials-panel .right p strong {
            font-weight: 600;
            font-style: normal;
        }

    .testimonials-panel .right .btn {
        padding: 12px 46px;
        margin-top: 12px;
    }

/**
 * Supplier Partners Panel
 * ========================================================================== */

.supplier-partners-panel {
    background: #eeeeee;
    padding: 60px 0px 70px 0px;
}

    .supplier-partners-panel h2 {
        color: #e7067e;
        font-size: 38px;
        line-height: 46px;
        margin: 0px 0px 15px 0px;
        text-align: center;
    }

    .supplier-partners-panel p {
        color: #000;
        font-size: 18px;
        line-height: 26px;
        margin: 0px 0px 45px 0px;
        text-align: center;
    }

    .supplier-partners-panel img {
        margin: 0px auto 22px auto;
    }

    .supplier-partners-panel h3 {
        color: #923d8c;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        padding: 0px;
        margin: 0px;
    }


/**
 * Footer
 * ========================================================================== */

footer {
    background: #1f1f20;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
}

    footer h2 {
        font-family: 'Roboto', sans-serif;
    }

    footer h3 {
        font-family: 'Roboto', sans-serif;
    }

    footer h4 {
        font-family: 'Roboto', sans-serif;
    }

    footer #footer-info {
        background: #1f1f20 url(/images/20190321/footer-bg.jpg) top center repeat-x;
        padding-top: 65px;
        padding-bottom: 55px;
    }

        footer #footer-info .footer-1 h2 {
            color: #e7067e;
            font-size: 18px;
            line-height: 20px;
            font-weight: 300;
            min-height: 20px;
            margin: 0px 0px 30px 0px;
        }

        footer #footer-info .footer-1 h3,
        footer #footer-info .footer-1 p {
            color: #ffffff;
        }

        footer #footer-info .footer-1 label {
            color: #cccccc;
            font-weight: 300;
        }

        footer #footer-info .footer-1 input {
            background: #383838;
            border: none;
            color: #fff;
        }

        footer #footer-info .footer-1 .form-group {
            margin-bottom: 32px;
        }

        footer #footer-info .footer-1 .btn-footer {
            background: #e7067e;
            border-color: #e7067e;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            border-radius: 50px;
            box-shadow: none;
            padding: 8px 45px;
            margin-top: 0px;
        }

            footer #footer-info .footer-1 .btn-footer:hover {
                background: #cf0d74;
                border-color: #cf0d74;
                color: #fff;
            }

            footer #footer-info .footer-1 .btn-footer:active {
                background: #cf0d74;
                border-color: #cf0d74;
                color: #fff;
            }

        footer #footer-info .footer-2 h2 {
            color: #e7067e;
            font-size: 18px;
            line-height: 20px;
            font-weight: 300;
            min-height: 20px;
            margin: 0px 0px 30px 0px;
        }

        footer #footer-info .footer-2 p {
            color: #fff;
            margin-bottom: 8px;
            font-family: 'Roboto', sans-serif;
        }

            footer #footer-info .footer-2 p:last-child {
                margin-bottom: 0px;
            }

            footer #footer-info .footer-2 p a {
                color: #fff;
                font-size: 14px;
                line-height: 20px;
                font-weight: 300;
            }

                footer #footer-info .footer-2 p a:hover {
                    color: #e7067e;
                }

        footer #footer-info .footer-3 img {
            margin-top: -8px;
            margin-bottom: 48px;
            width: 260px;
        }

        footer #footer-info .footer-3 h2 {
            color: #e7067e;
            font-size: 30px;
            line-height: 20px;
            font-weight: 300;
            min-height: 20px;
            margin: 0px 0px 9px 0px;
        }

            footer #footer-info .footer-3 h2 a {
                color: #e7067e;
            }

        footer #footer-info .footer-3 h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 100;
            margin: 0px;
        }

            footer #footer-info .footer-3 h3 a {
                color: #fff;
            }

                footer #footer-info .footer-3 h3 a:hover {
                    color: #e7067e;
                }

#footer-credits {
    padding: 27px 0px 20px 0px;
    border-top: #717171 solid 1px;
}

    #footer-credits p {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        font-weight: 100;
        margin: 0px;
        font-family: 'Roboto', sans-serif !important;
    }

        #footer-credits p a {
            font-size: 12px;
            color: #fff;
        }

            #footer-credits p a:hover {
                color: #e7067e;
            }

        #footer-credits p span {
            color: #e7067e;
        }

    #footer-credits img {
        float: right;
        margin-top: -4px;
    }

footer #footer-info .footer-3 .footer-social {
    margin: 0px;
    padding: 18px 0px 0px 0px;
    list-style: none;
    display: inline-block;
}

    footer #footer-info .footer-3 .footer-social li {
        float: right;
        width: 38px;
        height: 38px;
        margin-left: 8px;
        border: 0px;
    }

        footer #footer-info .footer-3 .footer-social li a {
            background: #fff;
            border-radius: 50%;
            height: 38px;
            width: 38px;
            display: block;
            text-align: center;
            font-size: 24px;
            line-height: 40px;
        }

        footer #footer-info .footer-3 .footer-social li.facebook a {
            background: #3b5898;
        }

        footer #footer-info .footer-3 .footer-social li.twitter a {
            background: #34baec;
        }

        footer #footer-info .footer-3 .footer-social li.linkedin a {
            background: #0f7aba;
        }

        footer #footer-info .footer-3 .footer-social li.youtube a {
            background: #cf2127;
        }

        footer #footer-info .footer-3 .footer-social li.pinterest a {
            background: #cf2127;
        }

        footer #footer-info .footer-3 .footer-social li.blog a {
            background: #e6077e;
            padding: 10px 8px 7px 9px;
        }

        footer #footer-info .footer-3 .footer-social li a:hover {
            background: #e7067e;
        }

        footer #footer-info .footer-3 .footer-social li.blog img {
            width: 20px;
            margin: 0px;
        }

        footer #footer-info .footer-3 .footer-social li a i {
            color: #fff;
        }


/**
 * Modal Pop Ups
 * ========================================================================== */

.modal-dialog {
    z-index: 1000;
}

.modal-backdrop {
    z-index: 1;
}

    .modal-backdrop.in {
        opacity: 0.4;
    }

.modal-open {
    padding-right: 0px !important;
}

.modal-lg {
    margin: 0px auto;
}

button.close {
    -webkit-appearance: none;
    font-size: 26px;
    font-weight: 400;
    /*margin-top: 20px !important;*/
    padding: 3px 9px 4px 9px;
    cursor: pointer;
    background: none;
    border: 1px solid #cccccc;
    border-radius: 50%;
    color: #ccc;
    opacity: 1;
    text-shadow: none;
    z-index: 100;
}

.close:focus, .close:hover {
    color: #fff !important;
    font-size: 26px;
    text-decoration: none;
    cursor: pointer;
    background: #1d922a !important;
    border: 1px solid #1d922a !important;
    opacity: 1;
}

.alert.alert-danger .close {
    -webkit-appearance: none;
    margin-top: -6px !important;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    background: #f2dede;
    border: 1px solid #a94442;
    border-radius: 50%;
    color: #a94442;
    opacity: 1;
    text-shadow: none;
    z-index: 100;
}



#contactform .modal-lg {
    width: 1100px;
    padding: 20px;
}

#contactform .modal-content {
    border-radius: 0px;
}

#contactform .modal-header {
    border-bottom: none;
}

    #contactform .modal-header h2 {
        font-size: 46px;
        color: #2252a4;
        font-weight: 100;
    }

    #contactform .modal-header h3 {
        font-size: 16px;
        line-height: 22px;
        color: #666;
        font-weight: 400;
        margin: 5px 0px 5px 0px;
    }

#contactform .modal-body {
    background: #fff;
    min-height: 450px;
    padding: 5px 15px 20px 15px;
}

    #contactform .modal-body p {
        font-size: 15px;
        color: #333;
        font-weight: 100;
        margin: 10px 0px 20px 0px;
    }

    #contactform .modal-body h2 {
        font-weight: 400;
        font-size: 18px;
        margin-top: 10px;
    }

    #contactform .modal-body h3 {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        margin: 5px 0px 0px 0px;
    }

    #contactform .modal-body .form-group {
        margin-bottom: 15px;
        padding-right: 25px;
    }

        #contactform .modal-body .form-group label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 400;
            font-size: 16px;
            color: #666;
        }

    #contactform .modal-body .btn-green {
        float: right;
        padding: 8px 84px;
    }

    #contactform .modal-body .form-control {
        font-size: 16px;
        color: #666;
        font-weight: 100;
        background-color: #f1f1f1;
        border-color: #f1f1f1;
        height: 40px;
        box-shadow: none;
        padding-right: 20px;
    }

        #contactform .modal-body .form-control.big {
            height: 105px;
        }

    #contactform .modal-body .checkbox {
        padding-left: 5px;
        float: left;
    }

    #contactform .modal-body .submit {
        margin-top: 20px;
        margin-bottom: 20px;
    }

#contactform .orange-modal-panel {
    background: #ec791c;
    min-height: 590px;
    padding: 20px 20px 20px 20px;
}

    #contactform .orange-modal-panel h2 {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
        margin: 0px;
        padding: 0px;
    }

    #contactform .orange-modal-panel h3 {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        margin: 30px 0px 0px 0px;
        padding: 0px;
    }

    #contactform .orange-modal-panel h4 {
        font-size: 17px;
        line-height: 24px;
        font-weight: 100;
        color: #fff;
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

        #contactform .orange-modal-panel h4 a {
            color: #fff;
            font-weight: 800;
        }

        #contactform .orange-modal-panel h4 span {
            font-weight: 800;
        }

    #contactform .orange-modal-panel h5 {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        margin: 0px;
        padding: 0px;
    }

    #contactform .orange-modal-panel p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 100;
        color: #fff;
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

        #contactform .orange-modal-panel p a {
            font-size: 18px;
            line-height: 23px;
            font-weight: 100;
            color: #fff;
            margin: 0px 0px 20px 0px;
            padding: 0px;
        }

    #contactform .orange-modal-panel i {
        color: #ffb3b3;
    }

    #contactform .orange-modal-panel #orange-modal-panel-bottom-text {
        position: absolute;
        bottom: 0px;
        padding: 0px 20px 20px 0px;
    }

/**
 * Medium Screens
 * ========================================================================== */

@media screen and (max-width: 1600px) {

    .three-features-panel .left-column {
        width: 37%;
    }

        .three-features-panel .left-column .text {
            width: 360px;
            float: right;
        }

    .three-features-panel .center-column {
        width: 26%;
    }

    .three-features-panel .right-column {
        width: 37%;
    }
}

@media screen and (max-width: 1300px) {

    #main-slider .home-main-slider .slick-dots {
        max-width: 1140px;
    }

    .three-features-panel .left-column {
        width: 35%;
    }

        .three-features-panel .left-column .text {
            width: 360px;
            float: right;
        }

    .three-features-panel .center-column {
        width: 30%;
    }

    .three-features-panel .right-column {
        width: 35%;
    }

    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .renting-your-property-panel .right p {
        padding-right: 0px;
    }

    .renting-your-property-panel .right .featured-list {
        margin: 0px 40px 30px 0px;
    }
}

@media screen and (max-width: 1200px) {

    #header div.container {
        height: 95px;
        width: 100%;
        padding: 0px 20px;
    }

    #header img {
        margin-top: 10px;
        width: 190px;
    }

    #header #desktop-nav .nav-left {
        margin: 9px 0px 0px 15px;
    }

    #header #desktop-nav .navbar-nav > li {
        margin-right: 0px;
    }

    #header .btn-pink {
        padding: 8px 10px;
    }

    #header .btn-white-grey {
        padding: 8px 10px;
    }

    #main-slider .home-main-slider h2 {
        font-size: 56px;
        line-height: 66px;
    }

    #main-slider .home-main-slider .slick-dots {
        max-width: 940px;
    }

    .three-features-panel .left-column {
        min-height: 326px;
        padding: 58px 0px 0px 0px;
    }

        .three-features-panel .left-column .text {
            width: 300px;
            float: right;
        }

    .three-features-panel .center-column {
        min-height: 326px;
        padding: 58px 0px 0px 0px;
    }

    .three-features-panel .right-column {
        min-height: 326px;
        padding: 58px 0px 0px 0px;
    }

    .three-features-panel h3 {
        font-size: 20px;
        line-height: 24px;
        padding: 9px 0px 10px 0px;
    }

    .three-features-panel h4 {
        font-size: 15px;
        line-height: 22px;
        padding: 0px 0px 6px 0px;
    }

    .three-features-panel .btn-white-keyline {
        margin-top: 4px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1100px) {

    #header #desktop-nav .nav-left {
        font-size: 16px;
        margin: 11px 0px 0px 15px;
    }

    #header .btn-pink {
        font-size: 13px;
    }

    #header .btn-white-grey {
        font-size: 13px;
    }

    #header #desktop-nav .nav-right h2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 992px) {

    .container {
        width: 100%;
    }

    #header div.container {
        padding: 0px 20px;
    }

    #header .btn-pink {
        font-size: 12px;
        margin-top: 4px;
        padding: 8px 30px;
    }

    #mobile-nav.active {
        right: 333px;
        width: 333px;
    }

    #mobile-nav .big-links {
        width: 280px;
        margin-left: 30px;
        margin-top: 60px;
    }

        #mobile-nav .big-links p a {
            font-size: 24px;
        }

    #mobile-nav .small-links {
        width: 280px;
        margin-left: 30px;
        margin-top: 30px;
        padding-bottom: 30px;
    }

        #mobile-nav .small-links p a {
            font-size: 16px;
        }

    #mobile-nav h2 {
        margin: 30px 0px 2px 30px;
    }

    #mobile-nav h3 {
        margin: 0px 0px 0px 30px;
    }

    #mobile-nav ul.social-media {
        margin-left: 0px;
        padding: 20px 0px 20px 45px;
    }

    #menu-close {
        margin: 25px 25px 25px 25px;
    }

    #mobile-nav ul.social-media {
        padding: 20px 0px 20px 30px;
    }

    #main-slider .home-main-slider .slide-1 h3 {
        width: 70%;
    }

    #main-slider .home-main-slider .slide-2 h3 {
        width: 70%;
    }

    #main-slider .home-main-slider .slide-3 h3 {
        width: 70%;
    }

    #main-slider .home-main-slider .slide-4 h3 {
        width: 50%;
    }

    #main-slider .home-main-slider .slide-5 h3 {
        width: 50%;
    }

    #main-slider .home-main-slider .slide-6 h3 {
        width: 50%;
    }

    #main-slider .home-main-slider .slick-dots {
        max-width: 100px;
        margin-right: auto;
        margin-left: 15px;
    }


    .three-features-panel {
        min-height: 280px;
    }

        .three-features-panel .left-column {
            min-height: 280px;
            padding: 38px 0px 0px 0px;
        }

            .three-features-panel .left-column .text {
                width: 100%;
                float: right;
                padding-left: 15px;
            }

        .three-features-panel .center-column {
            min-height: 280px;
            padding: 38px 0px 0px 0px;
        }

            .three-features-panel .center-column .text {
                padding-left: 15px;
            }

        .three-features-panel .right-column {
            min-height: 280px;
            padding: 38px 0px 0px 0px;
        }

            .three-features-panel .right-column .text {
                padding-left: 15px;
            }

        .three-features-panel h2 {
            font-size: 32px;
            line-height: 40px;
        }

        .three-features-panel .btn-white-keyline {
            margin-bottom: 15px;
        }


    .property-portals-panel {
        padding: 50px 0px 40px 0px;
    }

        .property-portals-panel h2 {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 15px;
        }

        .property-portals-panel img {
            margin: auto;
        }


    .selling-your-property-panel {
        background: #212121 url(/images/20190321/selling-your-property-panel-mobile-bg.jpg) top center no-repeat;
    }

        .selling-your-property-panel .price-feature-circle {
            width: 190px;
            padding: 60px 15px 60px 15px;
        }

            .selling-your-property-panel .price-feature-circle h2 {
                font-size: 15px;
                line-height: 16px;
                margin: 0px 0px 8px 0px;
            }

            .selling-your-property-panel .price-feature-circle h3 {
                font-size: 62px;
                line-height: 50px;
            }


    .renting-your-property-panel .price-feature-circle {
        width: 190px;
        padding: 50px 15px 50px 15px;
    }

        .renting-your-property-panel .price-feature-circle h2 {
            font-size: 15px;
            line-height: 16px;
            margin: 0px 0px 8px 0px;
        }

        .renting-your-property-panel .price-feature-circle h3 {
            font-size: 62px;
            line-height: 50px;
        }


    .how-does-it-work-panel {
        padding: 60px 0px 45px 0px;
    }

        .how-does-it-work-panel .feature {
            margin-bottom: 40px;
        }

        .how-does-it-work-panel .btn-pink.big {
            margin-bottom: 20px;
        }


    .testimonials-panel p {
        margin: 0px 0px 50px 0px;
    }

    .testimonials-panel .left img {
        float: right;
        padding-right: 40px;
        margin-right: 0px;
    }

    .testimonials-panel .right p {
        padding-right: 20px;
    }


    .supplier-partners-panel {
        padding: 60px 0px 20px 0px;
    }

        .supplier-partners-panel h3 {
            margin: 0px 0px 40px 0px;
        }



    footer #footer-info .footer-2.center {
        padding-left: 30px;
    }

    footer #footer-info .footer-3 h2 {
        font-size: 26px;
        line-height: 20px;
    }
}


@media screen and (max-width: 890px) {

    #header div.container {
        padding: 0px 20px;
    }

    #main-slider .home-main-slider .slide-1 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-slider .home-main-slider .slide-2 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-slider .home-main-slider .slide-3 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-slider .home-main-slider .slide-4 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-slider .home-main-slider .slide-5 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-slider .home-main-slider .slide-6 .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-slider .home-main-slider .slide-4 {
        background-position: -440px top;
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-5 {
        background-position: -440px top;
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-6 {
        background-position: -440px top;
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slick-dots {
        max-width: 100px;
        margin-right: auto;
        margin-left: 20px;
    }


    .search-panel .container {
        padding-left: 30px;
        padding-right: 20px;
    }

    .search-panel .search-box-container {
        width: 80%;
    }

    .property-portals-panel .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .selling-your-property-panel .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .renting-your-property-panel .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .how-does-it-work-panel .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonials-panel .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .supplier-partners-panel .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer #footer-info {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 767px) {

    #header .btn-pink {
        font-size: 12px;
        margin-top: 4px;
        padding: 8px 20px !important;
    }

    .three-features-panel {
        min-height: 636px;
    }

        .three-features-panel .left-column {
            min-height: 212px;
            padding: 20px 0px 0px 0px;
            width: 100%;
            background-position: top right;
        }

            .three-features-panel .left-column .text {
                padding-left: 20px;
            }

        .three-features-panel .center-column {
            min-height: 212px;
            padding: 20px 0px 0px 0px;
            width: 100%;
            background-position: top right;
        }

            .three-features-panel .center-column .text {
                padding-left: 20px;
            }

        .three-features-panel .right-column {
            min-height: 212px;
            padding: 20px 0px 0px 0px;
            width: 100%;
            background-position: top left;
        }

            .three-features-panel .right-column .text {
                padding-left: 20px;
            }

        .three-features-panel h2 {
            font-size: 28px;
            line-height: 36px;
            margin: 0px 0px 15px 0px;
        }

        .three-features-panel .btn {
            min-width: 140px;
        }

    .search-panel .search-box-container {
        width: 100%;
        margin-bottom: 15px;
    }

    .search-panel p {
        margin: 0px;
        text-align: center;
    }

    .supplier-partners-panel {
        padding: 40px 0px 20px 0px;
    }

        .supplier-partners-panel img {
            margin: 0px auto 12px auto;
        }

        .supplier-partners-panel h3 {
            margin: 0px 0px 30px 0px;
        }

    .selling-your-property-panel {
        padding: 50px 0px 45px 0px;
    }

        .selling-your-property-panel .left h2 {
            font-size: 34px;
            line-height: 42px;
            margin: 0px 0px 25px 0px;
        }

        .selling-your-property-panel .left p {
            padding-right: 0px;
        }

        .selling-your-property-panel .left .btn {
            margin-top: 0px;
            margin-bottom: 35px;
        }

        .selling-your-property-panel .right p.border {
            margin: 0px;
        }

        .selling-your-property-panel .right .featured-list {
            margin: 0px;
        }

    .renting-your-property-panel {
        padding: 50px 0px 60px 0px;
    }

        .renting-your-property-panel .right h2 {
            font-size: 34px;
            line-height: 42px;
            margin: 0px 0px 25px 0px;
        }

    .how-does-it-work-panel {
        padding: 50px 0px 35px 0px;
    }

        .how-does-it-work-panel h2 {
            font-size: 34px;
            line-height: 42px;
        }

        .how-does-it-work-panel .feature img {
            margin: 0px auto 15px auto;
        }

    .testimonials-panel {
        padding: 50px 0px 50px 0px;
    }

        .testimonials-panel h2 {
            font-size: 34px;
            line-height: 42px;
        }

        .testimonials-panel p {
            margin: 0px 0px 30px 0px;
        }

        .testimonials-panel .left img {
            float: none;
            padding-right: 0px;
        }

        .testimonials-panel .left .price-feature-circle {
            width: 170px;
            padding: 40px 15px 40px 15px;
            margin: -135px 0px 40px 0px;
            position: relative;
            float: none;
        }

            .testimonials-panel .left .price-feature-circle h2 {
                font-size: 15px;
                line-height: 16px;
                margin: 0px 0px 8px 0px;
            }

            .testimonials-panel .left .price-feature-circle h3 {
                font-size: 62px;
                line-height: 50px;
            }

        .testimonials-panel .right p {
            padding-right: 0px;
        }


    .supplier-partners-panel h2 {
        font-size: 34px;
        line-height: 42px;
    }


    footer #footer-info {
        padding: 35px 5px 30px 5px;
    }

        footer #footer-info .footer-1 h2 {
            margin: 0px 0px 15px 0px;
        }

        footer #footer-info .footer-1 .form-group {
            margin-bottom: 15px;
        }

        footer #footer-info .footer-2 {
            padding-left: 0px;
            margin-top: 40px;
        }

            footer #footer-info .footer-2 h2 {
                margin: 0px 0px 15px 0px;
            }

            footer #footer-info .footer-2.center {
                padding-left: 0px;
            }

        footer #footer-info .footer-3 img {
            margin-top: 40px;
            margin-bottom: 12px;
        }

    #footer-credits .container {
        padding: 0px 30px;
    }

    #footer-credits img {
        float: none;
        margin-top: 14px;
    }
}

@media screen and (max-width: 650px) {

    #header .btn-pink {
        font-size: 12px;
        margin-right: 0px;
    }

    #main-slider .home-main-slider h3 {
        font-size: 20px;
        line-height: 28px;
    }

    #main-slider .home-main-slider .slide-1 {
        background-position: center top; /*-750px top;*/
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-2 {
        background-position: center top; /* -790px top;*/
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-3 {
        background-position: center top; /* -875px top;*/
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-4 {
        background-position: center top; /*-810px top;*/
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-5 {
        background-position: center top; /*-810px top;*/
        padding-top: 120px;
    }

    #main-slider .home-main-slider .slide-6 {
        background-position: center top; /*-810px top;*/
        padding-top: 120px;
    }

    .search-panel .search-box-container input {
        width: 50%;
    }

    .hidden-mobile {
        display: none;
    }
}

@media screen and (max-width: 550px) {

    #header div.container {
        padding: 0px 20px;
    }

    #header img {
        margin-top: 12px;
        width: 150px;
    }

    #main-slider .home-main-slider h2 {
        font-size: 40px;
        line-height: 50px;
    }

    #main-slider .home-main-slider .slide-1 h3 {
        width: 100%;
    }

    #main-slider .home-main-slider .slide-2 h3 {
        width: 100%;
    }

    #main-slider .home-main-slider .slide-3 h3 {
        width: 100%;
    }

    #main-slider .home-main-slider .slide-4 h3 {
        width: 90%;
    }

    #main-slider .home-main-slider .slide-5 h3 {
        width: 90%;
    }

    #main-slider .home-main-slider .slide-6 h3 {
        width: 90%;
    }


    .search-panel .search-box-container {
        margin-bottom: 65px;
    }

        .search-panel .search-box-container input {
            width: 90%;
            float: none;
            margin: 0px 15px;
        }

        .search-panel .search-box-container .btn {
            padding: 7px 20px;
            width: 48%;
            margin-top: 15px;
            margin-right: 0px;
        }

        .search-panel .search-box-container .btn-purple {
            float: left;
        }

        .search-panel .search-box-container .btn-pink {
            float: right;
        }
}


/**
 * Slick Slider
 * ========================================================================== */
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: relative;
    bottom: -45px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: left;
    max-width: 1170px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 3px;
        padding: 0;
        cursor: pointer;
        border-radius: 20px;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 15px;
            height: 15px;
            padding: 5px;
            cursor: pointer;
            color: #cc0000;
            border: 0;
            outline: none;
            background: transparent;
            border-radius: 20px;
        }

            .slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-size: 10px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: #051D49;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: #051D49 !important;
        }


        #pop-button {
            --c: #229091; /* the color*/

            box-shadow: 0 0 0 .1em inset var(--c);
            --_g: linear-gradient(var(--c) 0 0) no-repeat;
            background: var(--_g) calc(var(--_p,0%) - 100%) 0%, var(--_g) calc(200% - var(--_p,0%)) 0%, var(--_g) calc(var(--_p,0%) - 100%) 100%, var(--_g) calc(200% - var(--_p,0%)) 100%;
            background-size: 50.5% calc(var(--_p,0%)/2 + .5%);
            /*outline-offset: .1em;*/
            transition: background-size .4s, background-position 0s .4s;
        }

        #pop-button:hover {
                --_p: 100%;
                transition: background-position .4s, background-size 0s;
            }

        #pop-button:active {
            box-shadow: 0 0 9e9q inset #0009;
            background-color: var(--c);
            color: #fff;
        }


        #pop-button {
            font-family: system-ui, sans-serif;
            font-size: 1.8rem;
            cursor: pointer;
            padding: .9em .6em;
            font-weight: bold;
            border-radius: .5em;
        }

        @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

            .popBtn {
                font-size: xx-small;
            }
        }
