.topbar-social{
    position: relative;
    left: 100%;
}

.topbar-area .topbar-social ul li a {
    font-size: 20px !important;
}

.web-logo{
    width: 139px;
    height: 65px;
    object-fit: contain;
}

.img-fluid {
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}
.red,#err_result{
    color: red;
}
#result, #package-result{
    color: green;
}

.footer-logo img{
    width: 100px;
}
.navbar-logo{
    width: 100px !important;
}
.contact-inputs .contact-form input, .contact-inputs .contact-form textarea{
    margin-bottom: 20px !important;
}

.gallery-cards{
    background-color: rgb(255, 255, 255);
}

.gallery{
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.review-card{
    height: 500px;
}