﻿.contact-head {
    text-align: center;
    padding-top: 40px;
    font-family: var(--roboto);
}

    .contact-head h1 {
        font-size: 26px;
    }

.contact-bg {
    background: #fbf6e3;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
}

.contactUs-wrapper .cont-left {
    margin-top: 10px;
    padding: 20px 40px 40px;
    width: 45%;
}

.mt-0 {
    margin-top: 0 !important;
}


import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

* {
    box-sizing: border-box;
}



.panel-container {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    font-size: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

    .panel-container strong {
        line-height: 20px;
    }

.ratings-container {
    display: flex;
    margin: 20px 0;
}

.rating {
    flex: 1;
    cursor: pointer;
    padding: 20px;
    margin: 10px 5px;
}

    .rating:hover,
    .rating.active {
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .rating img {
        width: 100%;
    }

    .rating small {
        color: #555;
        display: inline-block;
        margin: 10px 0 0;
    }

    .rating:hover small,
    .rating.active small {
        color: #111;
    }

.btn {
    background-color: #302d2b;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 12px 30px;
    font-family: inherit;
    cursor: pointer;
}

    .btn:focus {
        outline: none;
    }

    .btn:active {
        transform: scale(0.98);
    }

.fa-heart {
    color: red;
    font-size: 30px;
    margin-bottom: 10px;
}
.cont-right {
    width: 55%;
    position: relative;
    background: var(--secondary);
    padding: 30px 40px 40px;
}
.Corporate-Travel .inputGroup input, .Corporate-Travel .inputGroup select, .Corporate-Travel .inputGroup textarea {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}
