.get-call-back-form{
    position:fixed;
    left:5%;
    right:5%;
    width:90%;
    bottom:-100%;
    padding:40px;
    background:#f7f7f7;
    border-radius:10px 10px 0 0;
    border:2px solid #fff;
    filter:drop-shadow(0px 0px 4px rgba(0,0,0,0.25));
    border-radius:10px 10px 0 0;
    z-index:999;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
}
.get-call-back-form.open-popup{
    bottom:0
}
    .get-call-back-form h2{
        font-size:25px;
        margin:0 0 30px;
    }
    .get-call-back-form .hide-popup{
        position:absolute;
        top:20px;
        right:20px;
        cursor:pointer;
        width:18px;
        height:18px;
        z-index:99;
    }
    .get-call-back-form .hide-popup:before,.get-call-back-form .hide-popup:after{
        content:"";
        background:#000;
        width:18px;
        height:2px;
        position:absolute;
        transform:rotate(45deg);
        cursor:pointer;
        z-index:9;
        top:10px;
    }
    .get-call-back-form .hide-popup:before{
        transform:rotate(45deg);
    }
    .get-call-back-form .hide-popup:after{
        transform:rotate(-45deg);
    }
    .get-call-back-form .black.text-right{
        margin-right:40px;
    }
    .thank-you h4{
        padding:150px 10px;
    }
