.details-popup-wrapper .overlay{background:rgba(0,0,0,.85);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.details-popup-wrapper .content-area .desc{padding:100px 0}.details-popup-wrapper .content-area .desc .links{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.details-popup-wrapper .content-area .desc .links .basic-blue-btn-sm{margin-bottom:25px}.details-popup-wrapper .content-area .desc .links .budget{cursor:pointer}.details-popup-wrapper .popup{background:#fff;border-radius:5px;box-shadow:0 3px 15px rgba(10,22,29,.25);display:none;height:auto;left:50%;max-height:80vh;max-width:750px;padding:50px;position:fixed;top:50%;transform:translate(-50%,-50%);width:80vw;z-index:9999999}.details-popup-wrapper .popup .fa-close{color:#545c61;cursor:pointer;font-size:28px;position:absolute;right:20px;top:15px}.details-popup-wrapper .popup .desc{height:auto;max-height:calc(80vh - 40px);overflow-y:auto}.details-popup-wrapper .popup .desc .prices{display:flex;padding:35px 0}.details-popup-wrapper .popup .desc .prices .price{border-right:1px solid #000;flex:1 0 33.33%;padding:0 10px}.details-popup-wrapper .popup .desc .prices .price:last-child{border:none}.details-popup-wrapper .popup .desc .link{text-align:center}@media (max-width:767px){.details-popup-wrapper .popup{padding:20px}.details-popup-wrapper .popup .desc .prices{display:block;padding:0}.details-popup-wrapper .popup .desc .prices .price:not(:last-child){border-bottom:1px solid #000;border-right:none}.details-popup-wrapper .popup .fa-close{right:10px;top:5px}}