/* ======================================
|   |   |  Mobile Menu
========================================= */
.navbar-header {
    position: relative;
}

#mobile-nav-open-btn {
    font-size: 50px;
    color: #7065f0;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 860px;
    top: 2px;
    
    /*Hide mobile nav open button*/
    display: none;
}

#mobile-nav {
    /*Mobile menu will be hidden by default with height 0%*/
    height: 0%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, .98);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    overflow-y: hidden;
}
#mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 50px;
    color: #212226;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 35px;
    -webkit-transition: .3s;
    transition: .3s;
}
#mobile-nav-content {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    top: 10%;
}
#mobile-nav ul li {
    margin-bottom: 20px;
}
#mobile-nav a {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 16px;
    color: #3D7A5B;
    font-weight: 400;
    text-transform: uppercase;
    display:inline;
    -webkit-transition: .3s;
    transition: .3s;
}
#mobile-nav a:hover,
#mobile-nav a:focus,
#mobile-nav-close-btn:hover,
#mobile-nav-close-btn:focus {
    color: #7065f0;
}


/*==========================================
|   |   Bootstrap 3 Media Queries
============================================*/
/*Extra large screen down to 4k*/
@media (min-width: 2561px) {
    /*background image*/
    #background_image img {
            width: 100%;
    }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            position: relative;
            top: -25px;
            left: 570px;
            text-decoration: none;
        } 

        #home {
            margin-bottom: 600px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 1200px;
        }
}

/*Large screens*/
@media (max-width: 2560px) {
        /*background image*/
        #background_image img {
            width: 100%;
        }
        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            position: relative;
            top: -25px;
            left: 570px;
            text-decoration: none;
        } 

        #home {
            margin-bottom: 600px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 1200px;
        }
}

/*Large screens*/
@media (max-width: 2300px) {
    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 50px;
        left: 1100px;
    }
}

/*Large screens*/
@media (max-width: 2000px) {
    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 50px;
        left: 900px;
    }
}

/*Large screens*/
@media (max-width: 1600px) {
    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 50px;
        left: 700px;
    }
}

/*Large screens*/
@media (max-width: 1500px) {
    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 50px;
        left: 600px;
    }
}

/* Between Large Laptops and Laptops screens ----------- */
@media (max-width : 1300px) {
        /*Home page*/
        #home {
            height: 600px;
        }


        .home-screen h1 {
            position: relative;
            left: 160px;
            width: 800px;
            font-size: 50px;
        }
        .home-screen p {
            position: relative;
            left: 160px;
            width: 800px;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*Estate section*/
        #estate_header h2 {
            position: relative;
            top: -30px;
        }
        #estate_header p {
            position: relative;
            top: -30px;
        }
        
        #estate_view_1 {
            position: relative;
            top: -20px;
            width: 1290px;
        }
    
        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/
    
        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }
    
        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 25px;
        }
        .housing_text_below p {
            font-size: 16px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/
    
        #estate_view_2 {
            position: relative;
            top: -20px;
            width: 1290px;
            
        }
    
        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/
    
        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            width: 100%;
            height: 520px;
        }
        #view_5 {
            width: 100%;
            height: 520px;
        }
        #view_6 {
            width: 100%;
            height: 520px;
        }

            /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 550px;
        }
}

/* Between screens ----------- */
@media (min-width: 1200px) and (max-width: 1260px) {
        /*Home section*/
        .nav {
            position: relative;
            left: -60px;
        }

        .home-screen h1 {
            left: 200px;
            font-size: 45px;
        }
        .home-screen p {
            top: 440px;
            left: 200px;
            width: 700px;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*Estate section*/
        #estate_header h2 {
            position: relative;
            top: -30px;
        }
        #estate_header p {
            position: relative;
            top: -30px;
        }
        
            #estate_view_1 {
            position: relative;
            top: -20px;
            left: -30px;
            width: 1200px;
        }
    
        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/
    
        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }
    
        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 25px;
        }
        .housing_text_below p {
            font-size: 16px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/
    
        #estate_view_2 {
            position: relative;
            top: -40px;
            left: -30px;
            width: 1200px;
        }
    
        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/
    
        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            width: 100%;
            height: 520px;
        }
        #view_5 {
            width: 100%;
            height: 520px;
        }
        #view_6 {
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 500px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 160px;
            top: -20px;
            left: -20px;
        }
    
        .office {
            top: -5px;
            left: -20px;
        }

        .office-details {
            font-size: 16px;
            line-height: 35px;
            width: 850px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -30px;
            font-size: 16px;
            
        }

        .footer_icons {
            left:  -40px;
        }
} 

/* Between screens ----------- */
@media (min-width: 1100px) and (max-width: 1199px) {
        /*Home section*/
        .nav {
            position: relative;
            left: 5px;
        }

        .home-screen h1 {
            left: 120px;
            font-size: 45px;
        }
        .home-screen p {
            top: 440px;
            left: 120px;
            width: 700px;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            margin-top: -50px;
        }
        #about_image .front {
            position: relative;
            top: -500px;
            left: -30px;
            width: 450px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: -10px;
            left: -80px;
            width: 540px;
        }

        #about_text h2 {
            font-size: 41px;
        }


        /*Estate section*/
        #estate_header h2 {
            left: -60px;
        }
        #estate_header p {
            position: relative;
            top: -30px;
            left: -60px;
        }
        
        #estate_view_1 {
            position: relative;
            top: -20px;
            width: 1100px;
        }
    
        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/
    
        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }
    
        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 24px;
        }
        .housing_text_below p {
            font-size: 15px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/
    
        #estate_view_2 {
            position: relative;
            top: -40px;
            width: 1100px;
        }
    
        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/
    
        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            width: 100%;
            height: 520px;
        }
        #view_5 {
            width: 100%;
            height: 520px;
        }
        #view_6 {
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 480px;
        }

        /*Contact us from continental location*/
        .location_text h2 {
            left: 70px;
        }
        
        .location_text p {
            left: 180px;
            width: 600px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 160px;
            top: -20px;
            left: -80px;
        }
    
        .office {
            top: -5px;
            left: -70px;
        }

        .office-details {
            font-size: 16px;
            line-height: 35px;
            width: 850px;
            text-align: justify;
        }

        .qrcode img {
            left: 340px;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -80px;
            font-size: 16px;
            
        }

        .footer_icons {
            left:  10px;
        }
} 

/* Between screens ----------- */
@media (min-width: 1024px) and (max-width: 1099px) {
        /*Home section*/
        .nav {
            position: relative;
            left: -30px;
        }

        .home-screen h1 {
            left: 140px;
            font-size: 40px;
            width: 700px;
        }
        .home-screen p {
            top: 420px;
            left: 140px;
            width: 700px;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            margin-top: -50px;
        }
        #about_image .front {
            position: relative;
            top: -500px;
            left: -30px;
            width: 450px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: -10px;
            left: -80px;
            width: 540px;
        }

        #about_text h2 {
            font-size: 41px;
        }


        /*Estate section*/
        #estate_header h2 {
            left: -40px;
            font-size: 41px;
        }
        #estate_header p {
            position: relative;
            top: -30px;
            left: -40px;
            font-size: 15px;
        }
        
        #estate_view_1 {
            position: relative;
            top: -20px;
            left: -50px;
            width: 1024px;
        }
    
        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/
    
        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }
    
        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 24px;
        }
        .housing_text_below p {
            font-size: 15px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/
    
        #estate_view_2 {
            position: relative;
            top: -40px;
            left: -50px;
            width: 1024px;
        }
    
        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/
    
        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            width: 100%;
            height: 520px;
        }
        #view_5 {
            width: 100%;
            height: 520px;
        }
        #view_6 {
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 440px;
        }

        /*Contact us from continental location*/
    
        
        .location_text h2 {
            left: 70px;
        }
        
        .location_text p {
            left: 190px;
            width: 600px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 160px;
            top: -20px;
            left: -40px;
        }
    
        .office {
            top: -5px;
            left: -30px;
        }

        .office-details {
            font-size: 16px;
            line-height: 35px;
            width: 850px;
            text-align: justify;
        }

        .qrcode img {
            left: 300px;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -50px;
            font-size: 16px;
            
        }

        .footer_icons {
            left:  -30px;
        }
} 

/* Between screens ----------- */
@media (min-width: 992px) and (max-width: 1023px) {
        /*Home section*/
        .nav {
            position: relative;
            left: -50px;
            padding: -5px 0;
        }

        ul.navbar-nav > li > a {
            font-size: 11px;
        }

        .get_touch_btn a {
            left: 530px;
        }   
        
        .navbar-brand img {
            width: 100px;
            top: -5px;
        }

        .home-screen h1 {
            left: 180px;
            font-size: 35px;
            width: 640px;
        }
        .home-screen p {
            top: 420px;
            left: 180px;
            width: 620px;
            font-size: 15px;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            margin-top: -90px;
        }
        #about_image .front {
            position: relative;
            top: -490px;
            left: 20px;
            width: 430px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: -10px;
            left: -20px;
            width: 520px;
        }

        #about_text h2 {
            font-size: 35px;
            line-height: 50px;
        }

        #about_text p {
            font-size: 15px;
        }

        #about_text .about_btn a {
            font-size: 11px;
        }

        /*Estate section*/
        #estate_header h2 {
            left: -5px;
            font-size: 35px;
        }
        #estate_header p {
            position: relative;
            top: -30px;
            left: -5px;
            font-size: 15px;
        }
        
        #estate_view_1 {
            position: relative;
            top: -20px;
            left: -30px;
            width: 992px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }

        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 20px;
        }
        .housing_text_below p {
            font-size: 15px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: -50px;
            left: -30px;
            width: 992px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            width: 100%;
            height: 520px;
        }
        #view_5 {
            width: 100%;
            height: 520px;
        }
        #view_6 {
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 50px;
            left: 420px;
        }

        /*Stats*/
        #stats .vertical-heading h2 {
            font-size: 35px;
            /* line-height: 40px;
            padding-bottom: 10px; */
        }
        
        #stats .vertical-heading p {
            font-size: 15px;
            /* line-height: 20px; */
        }

        .stats-item i {
            font-size: 35px;
        }
        
        .stats-item h3 {
            font-size: 35px;
        }
        
        .stats-item p {
            font-size: 15px;
        }    

        /*Contact us from continental location*/
        .location_text h2 {
            font-size: 35px;
            line-height: 60px;
            left: 70px;
        }

        .location_text p {
            top: -20px;
            font-size: 15px;
            left: 190px;
            width: 580px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 150px;
            top: -10px;
            left: -20px;
        }

        .office {
            top: 10px;
            left: -10px;
        }

        .office-details {
            font-size: 15px;
            line-height: 33px;
            width: 850px;
            text-align: justify;
        }

        .qrcode img {
            left: 300px;
            width: 180px;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -20px;
            font-size: 15px;
            
        }

        .footer_icons {
            left:  -60px;
            font-size: 20px;
        }
} 

/* Between is for close to tablets ----------- */
@media (min-width: 846px) and (max-width: 991px) {
        /*Home section*/
        .nav {
            position: relative;
            left: 5px;
            padding: -10px 0;
        }

        ul.navbar-nav > li > a {
            font-size: 10px;
        }

        .get_touch_btn a {
            left: 500px;
            font-size: 10px;
        }   
        
        .navbar-brand img {
            width: 100px;
            top: -5px;
        }

        .home-screen h1 {
            top: 490px;
            left: 130px;
            font-size: 35px;
            width: 500px;
            line-height: 55px;
        }
        .home-screen p {
            top: 390px;
            left: 130px;
            width: 500px;
            font-size: 14px;
            text-align: justify;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            margin-top: -300px;
        }
        #about_image .front {
            position: relative;
            top: -460px;
            left: -10px;
            width: 400px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: -10px;
            left: -60px;
            width: 490px;
        }

        #about_text {
            position: relative;
            top: -860px;
            left: 440px;
            width: 350px;
        }

        #about_text h2 {
            font-size: 30px;
            line-height: 40px;
        }

        #about_text p {
            font-size: 14px;
            line-height: 25px;
        }

        #about_text .about_btn a {
            font-size: 10px;
        }

        /*Estate section*/
        #estate {
            height: 2100px;
            margin-top: -100px;
        }

        #estate_header h2 {
            left: -50px;
            font-size: 30px;
        }
        #estate_header p {
            position: relative;
            top: -50px;
            left: -50px;
            font-size: 14px;
        }
        
        #estate_view_1 {
            position: relative;
            top: -20px;
            left: -70px;
            width: 400px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }

        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            position: relative;
            top: -580px;
            left: 450px;
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            position: relative;
            top: -580px;
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 20px;
        }
        .housing_text_below p {
            font-size: 14px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: -80px;
            left: -70px;
            width: 400px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            position: relative;
            left: 450px;
            width: 100%;
            height: 520px;
        }
        #view_5 {
            position: relative;
            top: 60px;
            width: 100%;
            height: 520px;
        }
        #view_6 {
            position: relative;
            top: -460px;
            left: 450px;
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 450px;
            left: 360px;
        }

        /*Stats*/
        #stats .first_stats {
            height: 100px;
            width: 280px;
            left: -40px;
        }
    
        #stats .second_stats {
            height: 100px;
            width: 280px;
            left: -30px;
        }
    
        #stats .third_stats {
            height: 100px;
            width: 260px;
            left: 540px;
            top: -100px;
        }

        #stats .vertical-heading h2 {
            font-size: 30px;

        }
        
        #stats .vertical-heading p {
            font-size: 14px;
        }

        .stats-item i {
            font-size: 35px;
        }
        
        .stats-item h3 {
            font-size: 30px;
        }
        
        .stats-item p {
            font-size: 14px;
        }    

        /*Contact us from continental location*/
        #location {
            height: 900px;
        }

        .location_text h2 {
            font-size: 30px;
            line-height: 60px;
            left: -30px;
        }

        .location_text p {
            top: -20px;
            font-size: 14px;
            left: 110px;
            width: 580px;
        }

        #location .location_image {
            position: relative;
            width: 1300px;
            top: -20px;
            left: -150px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 150px;
            top: -10px;
            left: -60px;
        }

        .office {
            top: 10px;
            left: -60px;
        }

        .office-details {
            font-size: 14px;
            line-height: 33px;
            width: 550px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 14px;
            left: -60px;
            font-size: 15px;
            
        }

        .footer_icons {
            left:  50px;
            font-size: 20px;
        }

} 

/* Between is for close to tablets ----------- */
@media (min-width: 768px) and (max-width: 845px) {
        /*Home section*/
        .nav {
            position: relative;
            left: -55px;
            padding: -10px 0;
        }

        .navbar {
            padding: 5px 0;
        }

        ul.navbar-nav > li > a {
            font-size: 9px;
        }

        .navbar-brand img {
            width: 90px;
            top: -5px;
        }

        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            top: -25px;
            left: 464px;
            text-decoration: none;
            font-size: 9px;
        }  

        .home-screen h1 {
            top: 490px;
            left: 180px;
            font-size: 35px;
            width: 500px;
            line-height: 55px;
        }
        .home-screen p {
            top: 390px;
            left: 180px;
            width: 500px;
            font-size: 14px;
            text-align: justify;
        }

        /* ======================================
        |  Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            visibility: hidden;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            margin-top: -650px;
        }
        #about_image .front {
            position: relative;
            top: -450px;
            left: -10px;
            width: 390px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: -10px;
            left: -70px;
            width: 480px;
        }

        #about_text {
            position: relative;
            top: -860px;
            left: 400px;
            width: 330px;
        }

        #about_text h2 {
            font-size: 30px;
            line-height: 40px;
        }

        #about_text p {
            font-size: 14px;
            line-height: 25px;
        }

        #about_text .about_btn a {
            font-size: 9px;
        }

        /*Estate section*/
        #estate {
            height: 2100px;
            margin-top: -100px;
        }

        #estate_header h2 {
            left: -10px;
            font-size: 30px;
        }
        #estate_header p {
            position: relative;
            top: -50px;
            left: -10px;
            font-size: 14px;
        }
        
        #estate_view_1 {
            position: relative;
            top: -20px;
            left: -30px;
            width: 390px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }

        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            position: relative;
            top: -580px;
            left: 390px;
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            position: relative;
            top: -580px;
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 20px;
        }
        .housing_text_below p {
            font-size: 14px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
            font-size: 9px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: -80px;
            left: -80px;
            width: 390px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            position: relative;
            left: 440px;
            width: 100%;
            height: 520px;
        }
        #view_5 {
            position: relative;
            top: 60px;
            left: 50px;
            width: 100%;
            height: 520px;
        }
        #view_6 {
            position: relative;
            top: -460px;
            left: 440px;
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 450px;
            left: 330px;
        }

        /*Stats*/
        #stats .first_stats {
            height: 100px;
            width: 270px;
            left: -20px;
        }
    
        #stats .second_stats {
            height: 100px;
            width: 270px;
            left: -30px;
        }
    
        #stats .third_stats {
            height: 100px;
            width: 270px;
            left: 500px;
            top: -100px;
        }

        #stats .vertical-heading h2 {
            font-size: 30px;

        }
        
        #stats .vertical-heading p {
            font-size: 14px;
        }

        .stats-item i {
            font-size: 35px;
        }
        
        .stats-item h3 {
            font-size: 30px;
        }
        
        .stats-item p {
            font-size: 14px;
        }    

        /*Contact us from continental location*/
        #location {
            height: 900px;
        }

        .location_text h2 {
            font-size: 30px;
            line-height: 60px;
            left: -30px;
        }

        .location_text p {
            top: -20px;
            font-size: 14px;
            left: 110px;
            width: 580px;
        }

        #location .location_image {
            position: relative;
            width: 1300px;
            top: -20px;
            left: -150px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 150px;
            top: -10px;
            left: -20px;
        }

        .office {
            top: 10px;
            left: -10px;
        }

        .office-details {
            font-size: 14px;
            line-height: 33px;
            width: 550px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 14px;
            left: -10px;
            font-size: 15px;
            
        }

        .footer_icons {
            left:  -20px;
            font-size: 20px;
        }

} 

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (min-width: 699px) and (max-width: 767px) {

        /*Navigation bar*/
        .navbar-brand {
            padding: 10px 10px;
        }

        .navbar-brand img {
            position: relative;
            top: -13px;
            left: -15px;
            width: 100px;
            height: 60px;
        }

        /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
        .navbar-nav {
            display: none;
        }

        /*Mobile Menu button display*/
        #mobile-nav-open-btn {
            display: block;
            left: 650px;
            top: 5px;
            font-size: 30px;
            color: #7065f0
        }

        #mobile-nav-close-btn {
            font-family: "Plus Jakarta Sans", "Open Sans";
            font-size: 40px;
            position: relative;
            top: 1px;
            left: 670px;
        }

        #mobile-nav a {
            font-size: 18px;
        }

        /*Navigation bar*/
        .navbar {
            padding: 68x 0;
        }
        
        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            top: 10px;
            left: 10px;
            text-decoration: none;
        }  
        
        /*Home section*/
        #home {
            height: 100%;
            width: 100%;
            margin-bottom: 200px;
        }

        #background_image img {
            visibility: hidden;
        }

        /*767 is tablet screen size hence, I am using a medium picture of the home screen*/
        #background_image{
            background-image: url('../img/home_page/estate_home_screen_medium.png');
            height: 100%;
            width: 100%;
        }

        .home-screen h1 {
            position: relative;
            top: 580px;
            left: 190px;
            font-size: 40px;
            line-height: 55px;
            width: 550px;
        }

        .home-screen p {
            position: relative;
            top: 490px;
            left: 190px;
            font-size: 15px;
            line-height: 25px;
            width: 520px;
            text-align: justify;
        }

        /* ======================================
        |   |   |   Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            position: absolute;
            left: 50%;
            bottom: 3%;
            color: #fff;
            font-size: 40px;
            width: 32px;
            height: 32px;
            text-align: center;
            margin-left: -16px;
            z-index: 3;
            visibility: visible;
        }

        #arrow-down:hover,
        #arrow-down:focus {
            color: #fff;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            height: 950px;
        }

        #about_image .front {
            position: relative;
            top: -350px;
            left: 100px;
            width: 390px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: 80px;
            left: 60px;
            width: 480px;
        }

        #about_text {
            position: relative;
            top: -440px;
            left: 15px;
            width: 650px;
        }

        #about_text h2 {
            position: relative;
            top: -490px;
            font-size: 40px;
            line-height: 50px;
            width: 450px;
        }

        #about_text p {
            position: relative;
            left: -2px;
            font-size: 15px;
            padding-bottom: 0;
            line-height: 30px;
        }

        #about_text p span{
            position: relative;
            top: 20px;
        }

        #about_text .about_btn a {
            font-size: 13px;
        }
        
        /*Estate section*/

        #estate {
            height: 2150px;
            margin-top: 100px;
        }

        #estate_header h2 {
            position: relative;
            top: -60px;
            left: 10px;
            width: 762px;
            height: 67px;
            font-size: 40px;
            width: 550px;
            line-height: 50px;
        }

        #estate_header p {
            position: relative;
            top: -40px;
            left: 10px;
            font-size: 15px;
            line-height: 23px;
            text-align: justify;
            width: 650px;
            padding: 20px 0;
        }

        #estate_view_1 {
            position: relative;
            top: -20px;
            left: -20px;
            width: 350px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }

        #view_1 {
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_2 {
            position: relative;
            top: -580px;
            left: 360px;
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            position: relative;
            top: -580px;
            width: 100%;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 20px;
        }
        .housing_text_below p {
            font-size: 14px;
        }
        /*View button effect for all section and some for estate 1 section because of movement levels*/
        .view_btn a {
            position: relative;
            top: 5px;
            left: -5px;
            padding: 8px 60px;
            font-size: 9px;
        }

        /*View button for estate 2 section because of movement levels*/
        #estate_view_2 .view_btn a {
            position: relative;
            top: 5px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: -80px;
            left: -80px;
            width: 350px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            position: relative;
            left: 420px;
            width: 100%;
            height: 520px;
        }
        #view_5 {
            position: relative;
            top: 60px;
            left: 60px;
            width: 100%;
            height: 520px;
        }
        #view_6 {
            position: relative;
            top: -460px;
            left: 420px;
            width: 100%;
            height: 520px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 450px;
            left: 300px;
        }

        /*Stats*/
        #stats {
            height: 850px;
        }

        #stats .content-box-md {
            height: 850px;
        }

        #stats .first_stats {
            height: 100px;
            width: 290px;
            top: -20px;
            left: 220px;
            padding: 20px;
        }

        #stats .second_stats {
            height: 100px;
            width: 290px;
            left: 220px;
            top: 100px;
            padding: 20px;
        }

        #stats .third_stats {
            height: 100px;
            width: 290px;
            left: 220px;
            top: 220px;
            padding: 20px;
        }

        #stats .vertical-heading h2 {
            font-size: 40px;
            line-height: 40px;
            padding-bottom: 10px;
        }
        
        #stats .vertical-heading p {
            font-size: 15px;
            line-height: 20px;
        }

        .stats-item i {
            font-size: 30px;
        }
        
        .stats-item h3 {
            font-size: 30px;
        }
        
        .stats-item p {
            font-size: 15px;
        }     

        /*Contact us from continental location*/
        #location {
            height: 900px;
        }

        .location_text h2 {
            font-size: 40px;
            line-height: 60px;
            left: -60px;
        }

        .location_text p {
            top: -20px;
            font-size: 15px;
            left: 60px;
            width: 580px;
        }

        #location .location_image {
            position: relative;
            width: 1300px;
            top: -20px;
            left: -150px;
        }

        /*Contact*/
        
        .contact_logo {
            position: relative;
            width: 150px;
            top: -10px;
            left: -5px;
        }

        .office {
            top: 10px;
            left: -5px;
        }

        .office-details {
            font-size: 15px;
            line-height: 33px;
            width: 550px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 14px;
            left: -5px;
            font-size: 15px;
            
        }

        .footer_icons {
            left:  -50px;
            font-size: 20px;
        }

        .btn-back-to-top {
            font-size: 20px;
            z-index: 1;
        }

}

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (min-width: 631px) and (max-width: 698px) {

    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }

    .navbar-brand img {
        position: relative;
        top: -13px;
        left: -15px;
        width: 100px;
        height: 60px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 580px;
        top: 5px;
        font-size: 30px;
        color: #7065f0
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 40px;
        position: relative;
        top: 1px;
        left: 610px;
    }

    #mobile-nav a {
        font-size: 18px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 68x 0;
    }
    
    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 10px;
        left: 10px;
        text-decoration: none;
    }  
    
    /*Home section*/
    #home {
        height: 100%;
        width: 100%;
        margin-bottom: 200px;
    }

    #background_image img {
        visibility: hidden;
    }

    /*767 is tablet screen size hence, I am using a medium picture of the home screen*/
    #background_image{
        background-image: url('../img/home_page/estate_home_screen_medium.png');
        height: 100%;
        width: 100%;
    }

    .home-screen h1 {
        position: relative;
        top: 580px;
        left: 190px;
        font-size: 40px;
        line-height: 55px;
        width: 550px;
    }

    .home-screen p {
        position: relative;
        top: 490px;
        left: 190px;
        font-size: 15px;
        line-height: 25px;
        width: 520px;
        text-align: justify;
    }

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #fff;
        font-size: 40px;
        width: 32px;
        height: 32px;
        text-align: center;
        margin-left: -16px;
        z-index: 3;
        visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #fff;
    }
    /*Arrow down ends here*/

    /*About Estate company*/
    #about {
        height: 950px;
    }

    #about_image .front {
        position: relative;
        top: -350px;
        left: 100px;
        width: 390px;
        z-index: 1;
    }

    #about_image .back {
        position: relative;
        top: 80px;
        left: 60px;
        width: 480px;
    }

    #about_text {
        position: relative;
        top: -440px;
        left: 15px;
        width: 580px;
    }

    #about_text h2 {
        position: relative;
        top: -490px;
        font-size: 40px;
        line-height: 50px;
        width: 450px;
    }

    #about_text p {
        position: relative;
        left: -2px;
        font-size: 15px;
        padding-bottom: 0;
        line-height: 30px;
    }

    #about_text p span{
        position: relative;
        top: 20px;
    }

    #about_text .about_btn a {
        font-size: 13px;
    }
    
    /*Estate section*/

    #estate {
        height: 2150px;
        margin-top: 100px;
    }

    #estate_header h2 {
        position: relative;
        top: -60px;
        left: 10px;
        width: 762px;
        height: 67px;
        font-size: 40px;
        width: 550px;
        line-height: 50px;
    }

    #estate_header p {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 15px;
        line-height: 23px;
        text-align: justify;
        width: 580px;
        padding: 20px 0;
    }

    #estate_view_1 {
        position: relative;
        top: -20px;
        left: -20px;
        width: 320px;
    }

    /*Sold/Available button posiition for estate view 1*/
    #view_1 .image_btn_one a,
    #view_2 .image_btn_two a,
    #view_3 .image_btn_three a {
        position: relative;
        top: -245px;
        left: 10px;
    }
    /*Sold/Available for estate view 1 ends here*/

    #estate_view_1 img {
        height: 260px;
        width: 99%;
    }

    #view_1 {
        width: 100%;
        height: 520px;
        margin-bottom: 60px;
    }
    #view_2 {
        position: relative;
        top: -580px;
        left: 320px;
        width: 100%;
        height: 520px;
        margin-bottom: 60px;
    }
    #view_3 {
        position: relative;
        top: -580px;
        width: 100%;
        height: 520px;
        margin-bottom: 60px;
    }
    /*====================================
    |  |  CSS that affect all section
    =====================================*/
    /*housing text for all estate*/
    .housing_text_below h2 {
        font-size: 20px;
    }
    .housing_text_below p {
        font-size: 14px;
    }
    /*View button effect for all section and some for estate 1 section because of movement levels*/
    .view_btn a {
        position: relative;
        top: 5px;
        left: -5px;
        padding: 8px 60px;
        font-size: 9px;
    }

    /*View button for estate 2 section because of movement levels*/
    #estate_view_2 .view_btn a {
        position: relative;
        top: 5px;
    }
    /*======ends here================*/

    #estate_view_2 {
        position: relative;
        top: -80px;
        left: -80px;
        width: 320px;
    }

    /*Sold/Available button posiition for estate view 2*/
    #view_4 .image_btn_four a,
    #view_5 .image_btn_five a,
    #view_6 .image_btn_six a {
        position: relative;
        top: -245px;
        left: 10px;
    }
    /*Sold/Available for estate view 2 ends here*/

    #estate_view_2 img {
        height: 260px;
        width: 99%;
    }
    #view_4 {
        position: relative;
        left: 380px;
        width: 100%;
        height: 520px;
    }
    #view_5 {
        position: relative;
        top: 60px;
        left: 60px;
        width: 100%;
        height: 520px;
    }
    #view_6 {
        position: relative;
        top: -460px;
        left: 380px;
        width: 100%;
        height: 520px;
    }

    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 450px;
        left: 250px;
    }

    /*Stats*/
    #stats {
        height: 850px;
    }

    #stats .content-box-md {
        height: 850px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 180px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 180px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 180px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    
    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }
    
    .stats-item h3 {
        font-size: 30px;
    }
    
    .stats-item p {
        font-size: 15px;
    }     

    /*Contact us from continental location*/
    #location {
        height: 900px;
    }

    .location_text h2 {
        font-size: 35px;
        line-height: 60px;
        left: -100px;
    }

    .location_text p {
        top: -20px;
        font-size: 15px;
        left: 20px;
        width: 580px;
    }

    #location .location_image {
        position: relative;
        width: 1300px;
        top: -20px;
        left: -150px;
    }

    /*Contact*/
    
    .contact_logo {
        position: relative;
        width: 150px;
        top: -10px;
        left: -5px;
    }

    .office {
        top: 10px;
        left: 5px;
    }

    .office-details {
        font-size: 15px;
        line-height: 33px;
        width: 550px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: 5px;
        font-size: 15px;
        
    }

    .footer_icons {
        left:  -50px;
        font-size: 20px;
    }

    .btn-back-to-top {
        font-size: 20px;
        z-index: 1;
    }

}

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (min-width: 563px) and (max-width: 630px) {

    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }

    .navbar-brand img {
        position: relative;
        top: -13px;
        left: -15px;
        width: 90px;
        height: 60px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 530px;
        top: 5px;
        font-size: 30px;
        color: #7065f0
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 40px;
        position: relative;
        top: 1px;
        left: 540px;
    }

    #mobile-nav a {
        font-size: 15px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 68x 0;
    }
    
    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 10px;
        left: 10px;
        text-decoration: none;
    }  
    
    /*Home section*/
    #home {
        height: 100%;
        width: 100%;
        margin-bottom: 200px;
    }

    #background_image img {
        visibility: hidden;
    }

    /*767 is tablet screen size hence, I am using a medium picture of the home screen*/
    #background_image{
        background-image: url('../img/home_page/estate_home_screen_medium.png');
        height: 100%;
        width: 100%;
    }

    .home-screen h1 {
        position: relative;
        top: 580px;
        left: 190px;
        font-size: 40px;
        line-height: 55px;
        width: 520px;
    }

    .home-screen p {
        position: relative;
        top: 490px;
        left: 190px;
        font-size: 15px;
        line-height: 25px;
        width: 520px;
        text-align: justify;
    }

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #fff;
        font-size: 40px;
        width: 32px;
        height: 32px;
        text-align: center;
        margin-left: -16px;
        z-index: 3;
        visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #fff;
    }
    /*Arrow down ends here*/

    /*About Estate company*/
    #about {
        height: 950px;
    }

    #about_image .front {
        position: relative;
        top: -350px;
        left: 80px;
        width: 390px;
        z-index: 1;
    }

    #about_image .back {
        position: relative;
        top: 80px;
        left: 30px;
        width: 480px;
    }

    #about_text {
        position: relative;
        top: -440px;
        left: 15px;
        width: 520px;
    }

    #about_text h2 {
        position: relative;
        top: -490px;
        font-size: 40px;
        line-height: 50px;
        width: 450px;
    }

    #about_text p {
        position: relative;
        left: -2px;
        font-size: 15px;
        padding-bottom: 0;
        line-height: 30px;
    }

    #about_text p span{
        position: relative;
        top: 20px;
    }

    #about_text .about_btn a {
        font-size: 13px;
    }
    
    /*Estate section*/

    #estate {
        height: 4300px;
        margin-top: 100px;
    }

    #estate_header h2 {
        position: relative;
        top: -60px;
        left: 10px;
        width: 762px;
        height: 67px;
        font-size: 40px;
        width: 550px;
        line-height: 50px;
    }

    #estate_header p {
        position: relative;
        top: -40px;
        left: 10px;
        font-size: 15px;
        line-height: 23px;
        text-align: justify;
        width: 520px;
        padding: 20px 0;
    }

    #estate_view_1 {
        position: relative;
        left: 10px;
        top: -20px;
        width: 320px;
    }

    /*Sold/Available button posiition for estate view 1*/
    #view_1 .image_btn_one a,
    #view_2 .image_btn_two a,
    #view_3 .image_btn_three a {
        position: relative;
        top: -330px;
        left: 10px;
    }
    /*Sold/Available for estate view 1 ends here*/

    #estate_view_1 img {
        height: 350px;
        width: 99%;
    }

    #view_1 {
        width: 500px;
        height: 580px;
        margin-bottom: 60px;
    }
    #view_2 {
        width: 500px;
        height: 580px;
        margin-bottom: 60px;
    }
    #view_3 {
        width: 500px;
        height: 580px;
        margin-bottom: 60px;
    }
    /*====================================
    |  |  CSS that affect all section
    =====================================*/
    /*housing text for all estate*/
    .housing_text_below h2 {
        font-size: 16px;
    }
    .housing_text_below p {
        font-size: 13px;
    }
    /*button for all section*/
    .view_btn a {
        position: relative;
        top: 12px;
        left: 20px;
        padding: 8px 80px;
    }
    /*======ends here================*/

    #estate_view_2 {
        position: relative;
        top: 1260px;
        left: 10px;
        width: 320px;
    }

    /*Sold/Available button posiition for estate view 2*/
    #view_4 .image_btn_four a,
    #view_5 .image_btn_five a,
    #view_6 .image_btn_six a {
        position: relative;
        top: -330px;
        left: 10px;
    }
    /*Sold/Available for estate view 2 ends here*/

    #estate_view_2 img {
        height: 350px;
        width: 99%;
    }
    #view_4 {
        width: 500px;
        height: 580px;
        margin-bottom: 60px;
    }
    #view_5 {
        width: 500px;
        height: 580px;
        margin-bottom: 60px;
    }
    #view_6 {
        width: 500px;
        height: 580px;
        margin-bottom: 60px;
    }

    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 2560px;
        left: 200px;
    }

    /*Stats*/
    #stats {
        height: 850px;
    }

    #stats .content-box-md {
        height: 850px;
    }

    #stats .first_stats {
        height: 100px;
        width: 290px;
        top: -20px;
        left: 150px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 290px;
        left: 150px;
        top: 100px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 290px;
        left: 150px;
        top: 220px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    
    #stats .vertical-heading p {
        font-size: 15px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 30px;
    }
    
    .stats-item h3 {
        font-size: 30px;
    }
    
    .stats-item p {
        font-size: 15px;
    }     

    /*Contact us from continental location*/
    #location {
        height: 900px;
    }

    .location_text h2 {
        font-size: 32px;
        line-height: 60px;
        left: -140px;
    }

    .location_text p {
        top: -20px;
        font-size: 14px;
        left: 5px;
        width: 540px;
    }

    #location .location_image {
        position: relative;
        width: 1300px;
        top: -20px;
        left: -300px;
    }

    /*Contact*/
    
    .contact_logo {
        position: relative;
        width: 150px;
        top: -10px;
        left: -10px;
    }

    .office {
        top: 10px;
        left: -3px;
    }

    .office-details {
        font-size: 15px;
        line-height: 30px;
        width: 550px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 14px;
        left: -15px;
        font-size: 13px;
        
    }

    .footer_icons {
        left:  -50px;
        font-size: 18px;
    }

    .socials_icons {
        padding-left: 10px;
        padding-right: 10px;
    }
    

    .btn-back-to-top {
        font-size: 20px;
        z-index: 1;
    }

}

/*The small home screen pics started from this screen size*/
/* Extra small Device (Portrait phones and Smaller devices) */
@media (min-width: 481px) and (max-width: 562px) {

        /*Navigation bar*/
        .navbar-brand {
            padding: 10px 10px;
        }

        .navbar-brand img {
            position: relative;
            top: -5px;
            left: -15px;
            width: 65px;
            height: 40px;
        }

        /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
        .navbar-nav {
            display: none;
        }

        /*Mobile Menu button display*/
        #mobile-nav-open-btn {
            display: block;
            left: 430px;
            top: 5px;
            font-size: 25px;
            color: #7065f0
        }

        #mobile-nav-close-btn {
            font-family: "Plus Jakarta Sans", "Open Sans";
            font-size: 35px;
            position: absolute;
            top: -2px;
            right: 13px;
        }

        #mobile-nav a {
            font-size: 13px;
        }

        /*Navigation bar*/
        .navbar {
            padding: 5px 0;
        }

        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            top: 10px;
            left: 10px;
            text-decoration: none;
        }  

        /*Home section*/
        #home {
            height: 100%;
            width: 100%;
            margin-bottom: 100px;
        }

        #background_image img { 
            visibility: hidden;
        }

        /*481 is extra small screen hence, I am using the small picture of the home screen*/
        #background_image{
            background-image: url('../img/home_page/estate_home_screen_small.png');
            height: 100%;
            width: 100%;
        }

        .home-screen h1 {
            position: relative;
            top: 580px;
            left: 175px;
            font-size: 30px;
            line-height: 40px;
            width: 450px;
        }

        .home-screen p {
            position: relative;
            top: 500px;
            left: 175px;
            font-size: 13px;
            line-height: 25px;
            width: 450px;
            text-align: justify;
        }

        /* ======================================
        |   |   |   Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            position: absolute;
            left: 50%;
            bottom: 3%;
            color: #fff;
            font-size: 30px;
            width: 32px;
            height: 32px;
            text-align: center;
            margin-left: -16px;
            z-index: 1;
            visibility: visible;
        }

        #arrow-down:hover,
        #arrow-down:focus {
            color: #fff;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            height: 720px;
        }

        #about_image .front {
            position: relative;
            top: -260px;
            left: 80px;
            width: 270px;
            height: 285px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: 40px;
            left: 60px;
            width: 310px;
            height: 314px;
        }

        #about_text {
            position: relative;
            top: -380px;
            width: 450px;
        }

        #about_text h2 {
            position: relative;
            top: -290px;
            font-size: 30px;
            line-height: 40px;
            width: 445px;
        }

        #about_text p {
            font-size: 13px;
            padding-bottom: 0;
            line-height: 23px;
        }

        #about_text p span{
            position: relative;
            top: 20px;
        }

        #about_text .about_btn a {
            font-size: 11px;
        }
        
        /*Estate section*/

        #estate {
            height: 4300px;
            margin-top: 100px;
        }

        #estate_header h2 {
            position: relative;
            top: -65px;
            left: -5px;
            width: 762px;
            height: 67px;
            font-size: 30px;
            width: 300px;
            line-height: 40px;
        }

        #estate_header p {
            position: relative;
            top: -40px;
            left: -5px;
            font-size: 13px;
            line-height: 23px;
            text-align: justify;
            width: 450px;
        }

        #estate_view_1 {
            position: relative;
            left: 10px;
            top: -20px;
            width: 1000px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -345px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 360px;
            width: 99%;
        }

        #view_1 {
            width: 420px;
            height: 590px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 420px;
            height: 590px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 420px;
            height: 620px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 16px;
        }
        .housing_text_below p {
            font-size: 13px;
        }
        /*button for all section*/
        .view_btn a {
            position: relative;
            top: 12px;
            left: 20px;
            padding: 8px 80px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: 1300px;
            left: 10px;
            width: 1000px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -345px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 360px;
            width: 99%;
        }
        #view_4 {
            width: 420px;
            height: 610px;
            margin-bottom: 60px;
        }
        #view_5 {
            width: 420px;
            height: 590px;
            margin-bottom: 60px;
        }
        #view_6 {
            width: 420px;
            height: 590px;
            margin-bottom: 60px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 2600px;
            left: 150px;
            font-size: 15px;
        }

        /*Stats*/
        #stats {
            height: 850px;
        }

        #stats .content-box-md {
            height: 850px;
        }

        #stats .first_stats {
            height: 100px;
            width: 260px;
            top: -20px;
            left: 110px;
            padding: 20px;
        }

        #stats .second_stats {
            height: 100px;
            width: 260px;
            left: 110px;
            top: 80px;
            padding: 20px;
        }

        #stats .third_stats {
            height: 100px;
            width: 260px;
            left: 110px;
            top: 180px;
            padding: 20px;
        }

        #stats .vertical-heading h2 {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 10px;
        }
        
        #stats .vertical-heading p {
            font-size: 13px;
            line-height: 20px;
        }

        .stats-item i {
            font-size: 25px;
        }
        
        .stats-item h3 {
            font-size: 25px;
        }
        
        .stats-item p {
            font-size: 12px;
        }    

        /*Contact us from continental location*/
        #location {
            height: 800px;
        }
        
        .location_text h2 {
            position: relative;
            left: -10px;
            top: -100px;
            font-size: 30px;
            line-height: 40px;
            width: 500px;
        }
        
        .location_text p {
            position: relative;
            left: -5px;
            top: -90px;
            font-size: 13px;
            width: 480px;
            line-height: 25px;
        }

        #location .location_image {
            position: relative;
            width: 1100px;
            top: -80px;
            left: -300px;
        }

        .location_tag .location_2 {
            position: relative;
            top: 440px;
            left: 100px;
            z-index: 1;
        }

        .location_tag .location_3 {
            position: relative;
            top: 520px;
            left: 120px;
            z-index: 1;
        }


        /*Contact*/
        #contact {
            height: 440px;
        }

        .contact_logo {
            position: relative;
            width: 120px;
            top: -40px;
            left: 10px;
        }
        
        .office {
            position: relative;
            top: 10px;
            left: -5px;
        }

        .office-details {
            font-size: 13px;
            line-height: 25px;
            width: 350px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -10px;
            font-size: 12px;
            width: 350px;
        }
        
        .footer_icons {
            position: relative;
            top: -60px;
            left:  -320px;
            font-size: 20px;
            text-align: right;
        }

        .btn-back-to-top {
            font-size: 18px;
            z-index: 1;
        }

}

/* Extra small Device - Large mobile (Portrait phones and Smaller devices) */
@media (min-width: 413px) and (max-width: 480px) {

        /*Navigation bar*/
        .navbar-brand {
            padding: 10px 10px;
        }

        .navbar-brand img {
            position: relative;
            top: -5px;
            left: -15px;
            width: 65px;
            height: 40px;
        }

        /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
        .navbar-nav {
            display: none;
        }

        /*Mobile Menu button display*/
        #mobile-nav-open-btn {
            display: block;
            left: 360px;
            top: 5px;
            font-size: 25px;
            color: #7065f0
        }

        #mobile-nav-close-btn {
            font-family: "Plus Jakarta Sans", "Open Sans";
            font-size: 35px;
            position: absolute;
            top: -2px;
            right: 13px;
        }

        #mobile-nav a {
            font-size: 13px;
        }

        /*Navigation bar*/
        .navbar {
            padding: 5px 0;
        }

        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            top: 10px;
            left: 10px;
            text-decoration: none;
        }  

        /*Home section*/
        #home {
            height: 100%;
            width: 100%;
            margin-bottom: 100px;
        }

        #background_image img { 
            visibility: hidden;
        }

        /*481 is extra small screen hence, I am using the small picture of the home screen*/
        #background_image{
            background-image: url('../img/home_page/estate_home_screen_small.png');
            height: 100%;
            width: 100%;
        }

        .home-screen h1 {
            position: relative;
            top: 580px;
            left: 175px;
            font-size: 29px;
            line-height: 40px;
            width: 390px;
        }

        .home-screen p {
            position: relative;
            top: 500px;
            left: 175px;
            font-size: 13px;
            line-height: 25px;
            width: 380px;
            text-align: justify;
        }

        /* ======================================
        |   |   |   Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            position: absolute;
            left: 50%;
            bottom: 3%;
            color: #fff;
            font-size: 30px;
            width: 32px;
            height: 32px;
            text-align: center;
            margin-left: -16px;
            z-index: 1;
            visibility: visible;
        }

        #arrow-down:hover,
        #arrow-down:focus {
            color: #fff;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            height: 720px;
        }

        #about_image .front {
            position: relative;
            top: -260px;
            left: 60px;
            width: 270px;
            height: 285px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: 40px;
            left: 40px;
            width: 310px;
            height: 314px;
        }

        #about_text {
            position: relative;
            top: -380px;
            width: 380px;
        }

        #about_text h2 {
            position: relative;
            top: -290px;
            font-size: 30px;
            line-height: 40px;
            width: 350px;
        }

        #about_text p {
            font-size: 13px;
            padding-bottom: 0;
            line-height: 23px;
        }

        #about_text p span{
            position: relative;
            top: 20px;
        }

        #about_text .about_btn a {
            font-size: 11px;
        }
        
        /*Estate section*/

        #estate {
            height: 4300px;
            margin-top: 100px;
        }

        #estate_header h2 {
            position: relative;
            top: -65px;
            left: -5px;
            width: 762px;
            height: 67px;
            font-size: 30px;
            width: 300px;
            line-height: 40px;
        }

        #estate_header p {
            position: relative;
            top: -40px;
            left: -5px;
            font-size: 13px;
            line-height: 23px;
            text-align: justify;
            width: 380px;
        }

        #estate_view_1 {
            position: relative;
            left: -25px;
            top: -20px;
            width: 1000px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -345px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 360px;
            width: 99%;
        }

        #view_1 {
            width: 390px;
            height: 590px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 390px;
            height: 620px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 390px;
            height: 620px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 16px;
        }
        .housing_text_below p {
            font-size: 13px;
        }
        /*button for all section*/
        .view_btn a {
            position: relative;
            top: 12px;
            left: 20px;
            padding: 8px 80px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: 1360px;
            left: -20px;
            width: 1000px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -345px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 360px;
            width: 99%;
        }
        #view_4 {
            width: 390px;
            height: 610px;
            margin-bottom: 60px;
        }
        #view_5 {
            width: 390px;
            height: 590px;
            margin-bottom: 60px;
        }
        #view_6 {
            width: 390px;
            height: 590px;
            margin-bottom: 60px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 2640px;
            left: 120px;
            font-size: 15px;
        }

        /*Stats*/
        #stats {
            height: 850px;
        }

        #stats .content-box-md {
            height: 850px;
        }

        #stats .first_stats {
            height: 100px;
            width: 260px;
            top: -20px;
            left: 90px;
            padding: 20px;
        }

        #stats .second_stats {
            height: 100px;
            width: 260px;
            left: 90px;
            top: 80px;
            padding: 20px;
        }

        #stats .third_stats {
            height: 100px;
            width: 260px;
            left: 90px;
            top: 180px;
            padding: 20px;
        }

        #stats .vertical-heading h2 {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 10px;
        }
        
        #stats .vertical-heading p {
            font-size: 13px;
            line-height: 20px;
        }

        .stats-item i {
            font-size: 25px;
        }
        
        .stats-item h3 {
            font-size: 25px;
        }
        
        .stats-item p {
            font-size: 12px;
        }    

        /*Contact us from continental location*/
        #location {
            height: 800px;
        }
        
        .location_text h2 {
            position: relative;
            left: -5px;
            top: -100px;
            font-size: 30px;
            line-height: 40px;
            width: 380px;
        }
        
        .location_text p {
            position: relative;
            left: -10px;
            top: -90px;
            font-size: 13px;
            width: 380px;
            line-height: 25px;
        }

        #location .location_image {
            position: relative;
            width: 1100px;
            top: -80px;
            left: -300px;
        }

        .location_tag .location_2 {
            position: relative;
            top: 440px;
            left: 100px;
            z-index: 1;
        }

        .location_tag .location_3 {
            position: relative;
            top: 520px;
            left: 120px;
            z-index: 1;
        }


        /*Contact*/
        #contact {
            height: 440px;
        }

        .contact_logo {
            position: relative;
            width: 120px;
            top: -40px;
            left: 10px;
        }
        
        .office {
            position: relative;
            top: 10px;
            left: -5px;
        }

        .office-details {
            font-size: 13px;
            line-height: 25px;
            width: 350px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -10px;
            font-size: 12px;
            width: 350px;
        }
        
        .footer_icons {
            position: relative;
            top: -60px;
            left:  -280px;
            font-size: 20px;
            text-align: right;
        }

        .btn-back-to-top {
            font-size: 18px;
            z-index: 1;
        }

}

/* Extra small Device - Medium mobile (Portrait phones and Smaller devices) */
@media (min-width: 346px) and (max-width: 412px) {

    /*Navigation bar*/
.navbar-brand {
    padding: 10px 10px;
}

.navbar-brand img {
    position: relative;
    top: -5px;
    left: -15px;
    width: 65px;
    height: 40px;
}

/*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
.navbar-nav {
    display: none;
}

/*Mobile Menu button display*/
#mobile-nav-open-btn {
    display: block;
    left: 320px;
    top: 10px;
    font-size: 25px;
    color: #7065f0
}

#mobile-nav-close-btn {
    font-family: "Plus Jakarta Sans", "Open Sans";
    font-size: 35px;
    position: absolute;
    top: -2px;
    right: 13px;
}

#mobile-nav a {
    font-size: 13px;
}

/*Navigation bar*/
.navbar {
    padding: 5px 0;
}

/*Below is the "Reach Us! section" at the navigation bar css*/
.get_touch_btn a {
    top: 10px;
    left: 10px;
    text-decoration: none;
}  

/*Home section*/
#home {
    height: 100%;
    width: 100%;
    margin-bottom: 100px;
}

#background_image img { 
    visibility: hidden;
}

/*481 is extra small screen hence, I am using the small picture of the home screen*/
#background_image{
    background-image: url('../img/home_page/estate_home_screen_small.png');
    height: 100%;
    width: 100%;
}

.home-screen h1 {
    position: relative;
    top: 580px;
    left: 175px;
    font-size: 30px;
    line-height: 40px;
    width: 360px;
}

.home-screen p {
    position: relative;
    top: 500px;
    left: 175px;
    font-size: 13px;
    line-height: 25px;
    width: 330px;
    text-align: justify;
}

/* ======================================
|   |   |   Arrow down which displays only from this mobile view
========================================= */
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 3%;
    color: #fff;
    font-size: 30px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
    visibility: visible;
}

#arrow-down:hover,
#arrow-down:focus {
    color: #fff;
}
/*Arrow down ends here*/

/*About Estate company*/
#about {
    height: 720px;
}

#about_image .front {
    position: relative;
    top: -260px;
    left: 40px;
    width: 270px;
    height: 285px;
    z-index: 1;
}

#about_image .back {
    position: relative;
    top: 40px;
    left: 20px;
    width: 310px;
    height: 314px;
}

#about_text {
    position: relative;
    top: -380px;
    width: 320px;
}

#about_text h2 {
    position: relative;
    top: -290px;
    font-size: 30px;
    line-height: 40px;
    width: 350px;
}

#about_text p {
    font-size: 13px;
    padding-bottom: 0;
    line-height: 23px;
}

#about_text p span{
    position: relative;
    top: 20px;
}

#about_text .about_btn a {
    font-size: 11px;
}

/*Estate section*/

#estate {
    height: 4300px;
    margin-top: 100px;
}

#estate_header h2 {
    position: relative;
    top: -65px;
    left: -5px;
    width: 762px;
    height: 67px;
    font-size: 30px;
    width: 300px;
    line-height: 40px;
}

#estate_header p {
    position: relative;
    top: -40px;
    left: -5px;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
    width: 330px;
}

#estate_view_1 {
    position: relative;
    left: -20px;
    top: -20px;
    width: 1000px;
}

/*Sold/Available button posiition for estate view 1*/
#view_1 .image_btn_one a,
#view_2 .image_btn_two a,
#view_3 .image_btn_three a {
    position: relative;
    top: -345px;
    left: 10px;
}
/*Sold/Available for estate view 1 ends here*/

#estate_view_1 img {
    height: 360px;
    width: 99%;
}

#view_1 {
    width: 330px;
    height: 590px;
    margin-bottom: 60px;
}
#view_2 {
    width: 330px;
    height: 620px;
    margin-bottom: 60px;
}
#view_3 {
    width: 330px;
    height: 620px;
    margin-bottom: 60px;
}
/*====================================
|  |  CSS that affect all section
=====================================*/
/*housing text for all estate*/
.housing_text_below h2 {
    font-size: 16px;
}
.housing_text_below p {
    font-size: 13px;
}
/*button for all section*/
.view_btn a {
    position: relative;
    top: 12px;
    left: 20px;
    padding: 8px 80px;
}
/*======ends here================*/

#estate_view_2 {
    position: relative;
    top: 1360px;
    left: -25px;
    width: 1000px;
}

/*Sold/Available button posiition for estate view 2*/
#view_4 .image_btn_four a,
#view_5 .image_btn_five a,
#view_6 .image_btn_six a {
    position: relative;
    top: -345px;
    left: 10px;
}
/*Sold/Available for estate view 2 ends here*/

#estate_view_2 img {
    height: 360px;
    width: 99%;
}
#view_4 {
    width: 330px;
    height: 610px;
    margin-bottom: 60px;
}
#view_5 {
    width: 330px;
    height: 590px;
    margin-bottom: 60px;
}
#view_6 {
    width: 330px;
    height: 610px;
    margin-bottom: 60px;
}

/*Estate down button*/
.estate_header_btn a {
    position: relative;
    top: 2660px;
    left: 90px;
    font-size: 15px;
}

/*Stats*/
#stats {
    height: 850px;
}

#stats .content-box-md {
    height: 850px;
}

#stats .first_stats {
    height: 100px;
    width: 260px;
    top: -20px;
    left: 60px;
    padding: 20px;
}

#stats .second_stats {
    height: 100px;
    width: 260px;
    left: 60px;
    top: 80px;
    padding: 20px;
}

#stats .third_stats {
    height: 100px;
    width: 260px;
    left: 60px;
    top: 180px;
    padding: 20px;
}

#stats .vertical-heading h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
}

#stats .vertical-heading p {
    font-size: 13px;
    line-height: 20px;
}

.stats-item i {
    font-size: 25px;
}

.stats-item h3 {
    font-size: 25px;
}

.stats-item p {
    font-size: 12px;
}    

/*Contact us from continental location*/
#location {
    height: 800px;
}

.location_text h2 {
    position: relative;
    left: -20px;
    top: -100px;
    font-size: 30px;
    line-height: 40px;
    width: 360px;
}

.location_text p {
    position: relative;
    left: -5px;
    top: -90px;
    font-size: 13px;
    width: 330px;
    line-height: 25px;
}

#location .location_image {
    position: relative;
    width: 1100px;
    top: -80px;
    left: -300px;
}

.location_tag .location_2 {
    position: relative;
    top: 440px;
    left: 100px;
    z-index: 1;
}

.location_tag .location_3 {
    position: relative;
    top: 520px;
    left: 120px;
    z-index: 1;
}


/*Contact*/
#contact {
    height: 440px;
}

.contact_logo {
    position: relative;
    width: 120px;
    top: -40px;
    left: 10px;
}

.office {
    position: relative;
    top: 10px;
    left: -5px;
}

.office-details {
    font-size: 13px;
    line-height: 25px;
    width: 330px;
    text-align: justify;
}

/*Footer*/
footer {
    padding: 5px;
}

footer p {
    position: relative;
    top: 15px;
    left: -10px;
    font-size: 12px;
    width: 350px;
}

.footer_icons {
    position: relative;
    top: -60px;
    left:  -210px;
    font-size: 20px;
    text-align: right;
}

.btn-back-to-top {
    font-size: 18px;
    z-index: 1;
}

}

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (max-width: 345px) {

    /*Navigation bar*/
    .navbar-brand {
        padding: 10px 10px;
    }

    .navbar-brand img {
        position: relative;
        top: -5px;
        left: -15px;
        width: 65px;
        height: 40px;
    }

    /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
    .navbar-nav {
        display: none;
    }

    /*Mobile Menu button display*/
    #mobile-nav-open-btn {
        display: block;
        left: 300px;
        top: 5px;
        font-size: 25px;
        color: #7065f0
    }

    #mobile-nav-close-btn {
        font-family: "Plus Jakarta Sans", "Open Sans";
        font-size: 35px;
        position: absolute;
        top: -2px;
        right: 13px;
    }

    #mobile-nav a {
        font-size: 13px;
    }

    /*Navigation bar*/
    .navbar {
        padding: 5px 0;
    }

    /*Below is the "Reach Us! section" at the navigation bar css*/
    .get_touch_btn a {
        top: 10px;
        left: 10px;
        text-decoration: none;
    }  

    /*Home section*/
    #home {
        height: 100%;
        width: 100%;
        margin-bottom: 100px;
    }

    #background_image img {
        /* display: none; */
        visibility: hidden;
    }

    #background_image{
        background-image: url('../img/home_page/estate_home_screen_small.png');
        height: 100%;
        width: 100%;
    }

    .home-screen h1 {
        position: relative;
        top: 580px;
        left: 175px;
        font-size: 30px;
        line-height: 40px;
        width: 350px;
    }

    .home-screen p {
        position: relative;
        top: 500px;
        left: 175px;
        font-size: 13px;
        line-height: 25px;
        width: 330px;
        text-align: justify;
    }

    /* ======================================
    |   |   |   Arrow down which displays only from this mobile view
    ========================================= */
    #arrow-down {
        position: absolute;
        left: 50%;
        bottom: 3%;
        color: #fff;
        font-size: 30px;
        width: 32px;
        height: 32px;
        text-align: center;
        margin-left: -16px;
        z-index: 1;
        visibility: visible;
    }

    #arrow-down:hover,
    #arrow-down:focus {
        color: #fff;
    }
    /*Arrow down ends here*/

    /*About Estate company*/
    #about {
        height: 720px;
    }

    #about_image .front {
        position: relative;
        top: -260px;
        left: 25px;
        width: 270px;
        height: 285px;
        z-index: 1;
    }

    #about_image .back {
        position: relative;
        top: 40px;
        left: 10px;
        width: 310px;
        height: 314px;
    }

    #about_text {
        position: relative;
        top: -380px;
        width: 330px;
    }

    #about_text h2 {
        position: relative;
        top: -290px;
        font-size: 30px;
        line-height: 40px;
        width: 350px;
    }

    #about_text p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 23px;
    }

    #about_text p span{
        position: relative;
        top: 20px;
    }

    #about_text .about_btn a {
        font-size: 11px;
    }
    
        /*Estate section*/

    #estate {
        height: 3800px;
        margin-top: 100px;
    }

    #estate_header h2 {
        position: relative;
        top: -65px;
        left: -5px;
        width: 762px;
        height: 67px;
        font-size: 30px;
        width: 300px;
        line-height: 40px;
    }

    #estate_header p {
        position: relative;
        top: -40px;
        left: -5px;
        font-size: 13px;
        line-height: 23px;
        text-align: justify;
        width: 330px;
    }

    #estate_view_1 {
        position: relative;
        left: -18px;
        top: -20px;
        width: 1000px;
    }

    /*Sold/Available button posiition for estate view 1*/
    #view_1 .image_btn_one a,
    #view_2 .image_btn_two a,
    #view_3 .image_btn_three a {
        position: relative;
        top: -245px;
        left: 10px;
    }
    /*Sold/Available for estate view 1 ends here*/

    #estate_view_1 img {
        height: 260px;
        width: 99%;
    }

    #view_1 {
        width: 320px;
        height: 490px;
        margin-bottom: 60px;
    }
    #view_2 {
        width: 320px;
        height: 520px;
        margin-bottom: 60px;
    }
    #view_3 {
        width: 320px;
        height: 520px;
        margin-bottom: 60px;
    }
    /*====================================
    |  |  CSS that affect all section
    =====================================*/
    /*housing text for all estate*/
    .housing_text_below h2 {
        font-size: 16px;
    }
    .housing_text_below p {
        font-size: 13px;
    }
    /*button for all section*/
    .view_btn a {
        position: relative;
        top: 12px;
        left: 20px;
        padding: 8px 80px;
    }
    /*======ends here================*/

    #estate_view_2 {
        position: relative;
        top: 1050px;
        left: -20px;
        width: 1000px;
    }

    /*Sold/Available button posiition for estate view 2*/
    #view_4 .image_btn_four a,
    #view_5 .image_btn_five a,
    #view_6 .image_btn_six a {
        position: relative;
        top: -245px;
        left: 10px;
    }
    /*Sold/Available for estate view 2 ends here*/

    #estate_view_2 img {
        height: 260px;
        width: 99%;
    }
    #view_4 {
        width: 320px;
        height: 510px;
        margin-bottom: 60px;
    }
    #view_5 {
        width: 320px;
        height: 490px;
        margin-bottom: 60px;
    }
    #view_6 {
        width: 320px;
        height: 510px;
        margin-bottom: 60px;
    }

    /*Estate down button*/
    .estate_header_btn a {
        position: relative;
        top: 2090px;
        left: 80px;
        font-size: 15px;
    }

    /*Stats*/
    #stats {
        height: 850px;
    }

    #stats .content-box-md {
        height: 850px;
    }

    #stats .first_stats {
        height: 100px;
        width: 260px;
        top: -20px;
        left: 40px;
        padding: 20px;
    }

    #stats .second_stats {
        height: 100px;
        width: 260px;
        left: 40px;
        top: 80px;
        padding: 20px;
    }

    #stats .third_stats {
        height: 100px;
        width: 260px;
        left: 40px;
        top: 180px;
        padding: 20px;
    }

    #stats .vertical-heading h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 10px;
    }
    
    #stats .vertical-heading p {
        font-size: 13px;
        line-height: 20px;
    }

    .stats-item i {
        font-size: 25px;
    }
    
    .stats-item h3 {
        font-size: 25px;
    }
    
    .stats-item p {
        font-size: 12px;
    }    

    /*Contact us from continental location*/
    #location {
        height: 800px;
    }
    
    .location_text h2 {
        position: relative;
        left: -10px;
        top: -100px;
        font-size: 30px;
        line-height: 40px;
        width: 350px;
    }
    
    .location_text p {
        position: relative;
        left: -5px;
        top: -90px;
        font-size: 13px;
        width: 330px;
        line-height: 25px;
    }

    #location .location_image {
        position: relative;
        width: 1100px;
        top: -80px;
        left: -300px;
    }

    .location_tag .location_2 {
        position: relative;
        top: 440px;
        left: 100px;
        z-index: 1;
    }

    .location_tag .location_3 {
        position: relative;
        top: 520px;
        left: 120px;
        z-index: 1;
    }


    /*Contact*/
    #contact {
        height: 440px;
    }

    .contact_logo {
        position: relative;
        width: 120px;
        top: -40px;
        left: 10px;
    }
    
    .office {
        position: relative;
        top: 10px;
        left: -5px;
    }

    .office-details {
        font-size: 13px;
        line-height: 25px;
        width: 320px;
        text-align: justify;
    }
    
    /*Footer*/
    footer {
        padding: 5px;
    }

    footer p {
        position: relative;
        top: 15px;
        left: -5px;
        font-size: 12px;
        width: 350px;
    }
    
    .footer_icons {
        position: relative;
        top: -60px;
        left:  -200px;
        font-size: 20px;
        text-align: right;
    }

    .btn-back-to-top {
        font-size: 18px;
        z-index: 1;
    }

}

/* Extra small Device (Landscape phones and Portrait Tablets) */
@media (max-width: 320px) {

        /*Navigation bar*/
        .navbar-brand {
            padding: 10px 10px;
        }

        .navbar-brand img {
            position: relative;
            top: -5px;
            left: -15px;
            width: 65px;
            height: 40px;
        }

        /*Hide Navigation menu for smaller devices to allow Mobile menu drop down button*/
        .navbar-nav {
            display: none;
        }

        /*Mobile Menu button display*/
        #mobile-nav-open-btn {
            display: block;
            left: 300px;
            top: 5px;
            font-size: 25px;
            color: #7065f0
        }

        #mobile-nav-close-btn {
            font-family: "Plus Jakarta Sans", "Open Sans";
            font-size: 35px;
            position: absolute;
            top: -2px;
            right: 13px;
        }

        #mobile-nav a {
            font-size: 13px;
        }

        /*Navigation bar*/
        .navbar {
            padding: 5px 0;
        }

        /*Below is the "Reach Us! section" at the navigation bar css*/
        .get_touch_btn a {
            top: 10px;
            left: 10px;
            text-decoration: none;
        }  

        /*Home section*/
        #home {
            height: 100%;
            width: 100%;
            margin-bottom: 100px;
        }

        #background_image img {
            /* display: none; */
            visibility: hidden;
        }

        #background_image{
            background-image: url('../img/home_page/estate_home_screen_small.png');
            height: 100%;
            width: 100%;
        }

        .home-screen h1 {
            position: relative;
            top: 580px;
            left: 175px;
            font-size: 30px;
            line-height: 40px;
            width: 350px;
        }

        .home-screen p {
            position: relative;
            top: 500px;
            left: 175px;
            font-size: 13px;
            line-height: 25px;
            width: 330px;
            text-align: justify;
        }

        /* ======================================
        |   |   |   Arrow down which displays only from this mobile view
        ========================================= */
        #arrow-down {
            position: absolute;
            left: 50%;
            bottom: 3%;
            color: #fff;
            font-size: 30px;
            width: 32px;
            height: 32px;
            text-align: center;
            margin-left: -16px;
            z-index: 1;
            visibility: visible;
        }

        #arrow-down:hover,
        #arrow-down:focus {
            color: #fff;
        }
        /*Arrow down ends here*/

        /*About Estate company*/
        #about {
            height: 720px;
        }

        #about_image .front {
            position: relative;
            top: -260px;
            left: 25px;
            width: 270px;
            height: 285px;
            z-index: 1;
        }

        #about_image .back {
            position: relative;
            top: 40px;
            left: 10px;
            width: 310px;
            height: 314px;
        }

        #about_text {
            position: relative;
            top: -380px;
            width: 330px;
        }

        #about_text h2 {
            position: relative;
            top: -290px;
            font-size: 30px;
            line-height: 40px;
            width: 350px;
        }

        #about_text p {
            font-size: 13px;
            padding-bottom: 0;
            line-height: 23px;
        }

        #about_text p span{
            position: relative;
            top: 20px;
        }

        #about_text .about_btn a {
            font-size: 11px;
        }
        
            /*Estate section*/

        #estate {
            height: 3750px;
            margin-top: 100px;
        }

        #estate_header h2 {
            position: relative;
            top: -65px;
            left: -5px;
            width: 762px;
            height: 67px;
            font-size: 30px;
            width: 300px;
            line-height: 40px;
        }

        #estate_header p {
            position: relative;
            top: -40px;
            left: -5px;
            font-size: 13px;
            line-height: 23px;
            text-align: justify;
            width: 330px;
        }

        #estate_view_1 {
            position: relative;
            left: -18px;
            top: -20px;
            width: 1000px;
        }

        /*Sold/Available button posiition for estate view 1*/
        #view_1 .image_btn_one a,
        #view_2 .image_btn_two a,
        #view_3 .image_btn_three a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 1 ends here*/

        #estate_view_1 img {
            height: 260px;
            width: 99%;
        }

        #view_1 {
            width: 320px;
            height: 490px;
            margin-bottom: 60px;
        }
        #view_2 {
            width: 320px;
            height: 520px;
            margin-bottom: 60px;
        }
        #view_3 {
            width: 320px;
            height: 520px;
            margin-bottom: 60px;
        }
        /*====================================
        |  |  CSS that affect all section
        =====================================*/
        /*housing text for all estate*/
        .housing_text_below h2 {
            font-size: 16px;
        }
        .housing_text_below p {
            font-size: 13px;
        }
        /*button for all section*/
        .view_btn a {
            position: relative;
            top: 12px;
            left: 20px;
            padding: 8px 80px;
        }
        /*======ends here================*/

        #estate_view_2 {
            position: relative;
            top: 1050px;
            left: -20px;
            width: 1000px;
        }

        /*Sold/Available button posiition for estate view 2*/
        #view_4 .image_btn_four a,
        #view_5 .image_btn_five a,
        #view_6 .image_btn_six a {
            position: relative;
            top: -245px;
            left: 10px;
        }
        /*Sold/Available for estate view 2 ends here*/

        #estate_view_2 img {
            height: 260px;
            width: 99%;
        }
        #view_4 {
            width: 320px;
            height: 510px;
            margin-bottom: 60px;
        }
        #view_5 {
            width: 320px;
            height: 490px;
            margin-bottom: 60px;
        }
        #view_6 {
            width: 320px;
            height: 510px;
            margin-bottom: 60px;
        }

        /*Estate down button*/
        .estate_header_btn a {
            position: relative;
            top: 2080px;
            left: 80px;
            font-size: 15px;
        }

        /*Stats*/
        #stats {
            height: 850px;
        }

        #stats .content-box-md {
            height: 850px;
        }

        #stats .first_stats {
            height: 100px;
            width: 260px;
            top: -20px;
            left: 40px;
            padding: 20px;
        }

        #stats .second_stats {
            height: 100px;
            width: 260px;
            left: 40px;
            top: 80px;
            padding: 20px;
        }

        #stats .third_stats {
            height: 100px;
            width: 260px;
            left: 40px;
            top: 180px;
            padding: 20px;
        }

        #stats .vertical-heading h2 {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 10px;
        }
        
        #stats .vertical-heading p {
            font-size: 13px;
            line-height: 20px;
        }

        .stats-item i {
            font-size: 25px;
        }
        
        .stats-item h3 {
            font-size: 25px;
        }
        
        .stats-item p {
            font-size: 12px;
        }    

        /*Contact us from continental location*/
        #location {
            height: 800px;
        }
        
        .location_text h2 {
            position: relative;
            left: -10px;
            top: -100px;
            font-size: 30px;
            line-height: 40px;
            width: 350px;
        }
        
        .location_text p {
            position: relative;
            left: -5px;
            top: -90px;
            font-size: 13px;
            width: 330px;
            line-height: 25px;
        }

        #location .location_image {
            position: relative;
            width: 1100px;
            top: -80px;
            left: -300px;
        }

        .location_tag .location_2 {
            position: relative;
            top: 440px;
            left: 100px;
            z-index: 1;
        }

        .location_tag .location_3 {
            position: relative;
            top: 520px;
            left: 120px;
            z-index: 1;
        }


        /*Contact*/
        #contact {
            height: 440px;
        }

        .contact_logo {
            position: relative;
            width: 120px;
            top: -40px;
            left: 10px;
        }
        
        .office {
            position: relative;
            top: 10px;
            left: -5px;
        }

        .office-details {
            font-size: 13px;
            line-height: 25px;
            width: 350px;
            text-align: justify;
        }
        
        /*Footer*/
        footer {
            padding: 5px;
        }

        footer p {
            position: relative;
            top: 15px;
            left: -10px;
            font-size: 12px;
            width: 350px;
        }
        
        .footer_icons {
            position: relative;
            top: -60px;
            left:  -200px;
            font-size: 20px;
            text-align: right;
        }

        .btn-back-to-top {
            font-size: 18px;
            z-index: 1;
        }

}
