﻿.topbar-adjust {
    text-wrap: nowrap
}

.top-bar-phone-margin {
    margin-left: 20px
}

.about-textbox-adjust {
    flex-wrap: wrap;
    justify-content: center;
}

.error {
    color: red;
    margin-bottom: 10px
}

.form-check-label {
    margin-top:5px;
}

.unclick {
    pointer-events: none;
}

label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
    margin-left: 10px
}

select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #F5F7FA;
    border-radius: 30px;
    height: 70px;
    font-size: 16px;
    background-color: #F5F7FA;
    color: #333;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.blog-pic-adjust {
    width: 352px;
    height: 217px;
    border-radius: 20px;
}

.services-photo-height {
    height: 250px;
}

@media screen and (max-width:767px) {
    .footer-adjust-center {
        display: flex !important;
        justify-content: center !important;
    }

    .footer-widget {
        text-align: center;
    }

        .footer-widget .quick-link li {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 10px;
        }

        .footer-widget a {
            text-decoration: none;
            color: inherit;
            display: flex;
            align-items: center;
        }

    .location-min-content {
        width: min-content;
    }

    .bottom-footer-centering {
        text-align: center;
        justify-content: center !important;
    }

    .hero1 {
        position: relative;
        padding: 30px 0 150px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .contact-confirm-label-font-size{
        font-size:15px
    }
}

@media screen and (max-width:1600px) {
    .hero1 .hero-content .hero-text .title {
        font-size: 46px;
    }
    .shape-image{
        height:223px;
    }
    .hero1 .hero-content .hero-text {
        position: relative;
        margin-bottom: 59px;
        font-size:medium;
    }
    .hero1 {
        position: relative;
        padding: 30px 0 170px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.reference-content {
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}