.property-search{
    width: 100%;
    position: relative;
    background: url(../../images/pp-bg-2.jpg) no-repeat right top transparent;
    padding-bottom: 100px;
}  
    .property-search:after{
        display: block;
        width: 100%;
        height: 162px;
        background: url(../../images/pp-bg-1.jpg) no-repeat 0 0 transparent;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        z-index: 0;
    }


    .pp-container{
        position: relative;
        z-index: 4;
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
        padding-top: 80px;
    }

        .pp-tabs{
            display:flex;
        }
            .pp-tabs a{
                display: flex;
                align-items: flex-end;
                position: relative;
                width: 33.3%;
                height: 162px;
                background: #aeaeae;
                padding: 0 15px 18px;
                text-decoration: none !important;
                font-family: 'Barlow', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                color: #ffffff !important;
                text-transform: uppercase;
                line-height: initial;
                letter-spacing: 0.1em;
                transition: all 0.3s linear;
                margin: 0 0.5%;
            }
                .pp-tabs a:hover{
                    background: var(--default-background-color-hover);
                }

                .pp-tabs a.active{
                    background: #416181;
                }

                .pp-tabs a.active:hover{
                    background: var(--default-background-color-hover);

                }
            .pp-tabs a:first-child{
                margin-left:0;
            }
            .pp-tabs a:last-child{
                margin-right: 0;
            }

        .pp-tab-content-wrap{
            position:relative;
        }

        .pp-tab-content{
            width: 100%;
            height: auto;
            padding-top: 80px;
            display:none;
        }
                .pp-tab-content:first-child{
                    display: block
                }


            .pp-tab-content.search-map{
                padding-top: 30px;
            }
                .pp-tab-content.search-map img{
                    display: block;
                    width: 100%;
                }

            .pp-tab-content h2{
                color: #000000;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 29px;

            }

            .pp-tab-content .divider-overlap {
                margin: 25px 0;
            }


            .pp-tab-content .form-wrap {
                display: flex;
            }

                .form-wrap .form-list {
                    width: 50%;
                    margin: 0 2%;
                }

                .form-wrap .form-list:first-child{
                    margin-left: 0;
                }
                .form-wrap .form-list:last-child{
                    margin-right: 0;
                }
            
                .pp-tab-content .form-wrap {
                    display: flex;
                    margin-top: 2vw;
                }
                    .form-wrap label{
                        display: block;
                        font-size: 16px;
                        text-transform: uppercase;
                    }

                    .form-wrap select{
                        display: block;
                        background: transparent;
                        width: 100%;
                        height: 30px;
                        border: none;
                        border-bottom: solid 1px #000;
                        outline: 0;
                        font-family: var(--font-barlow);
                        font-size: 15px;
                        color: #000;
                    }

                    .form-wrap input[type="text"]{
                        display: block;
                        background: transparent;
                        width: 100%;
                        height: 1.875vw;
                        border: none;
                        border-bottom: solid 1px #000;
                        outline: 0;
                        font-family: var(--font-barlow);
                        font-size: 0.938vw;
                        color: #000;
                    }
                
            

                .pp-tab-content .form-bttn{
                    display: flex;
                    justify-content: flex-end;
                    margin-top: 56px;
                }

                    .pp-tab-content input[type="submit"]{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: relative;
                        width: 162px;
                        height: 162px;
                        background: var(--default-background-color);
                        text-decoration: none !important;
                        font-family: 'Barlow', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 15px;
                        color: #ffffff !important;
                        text-transform: uppercase;
                        line-height: initial;
                        letter-spacing: 0.1em;
                        border:none;
                        transition: all 0.3s linear;
                    }

                    .pp-tab-content input[type="submit"]:hover{
                        background: var(--default-background-color-hover);

                    }



@media only screen and (max-width: 991px) {
    .property-search .pp-container {
        padding: 80px 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .property-search{
        /*padding: 0 15px 100px;*/
    }

    .pp-tab a{
        font-size: 15px;
        height: 99px;
    }

    .pp-tab-content h2{
        /*font-size: 4.8vw;*/

    }

    .pp-tab-content .form-wrap{
        flex-direction: column;
    }
    
    
    .form-wrap label{
        /*font-size: 4vw;*/
    }

    .form-wrap .form-list {
        width: 100%;
        margin: 2vw 0;
    }
    
    
}