.w-3 {
    width: 100%;
    /* padding: 10px; */
}

.review-heading {
    font-size: 18px;
    font-weight: 800;
    color: #084482;
}

.location-street {
    font-size: 14px;
    color: #6B7280;
}

.container {
    max-width: 1140px; /* Adjust the maximum width as needed */
    margin: 0 auto; /* Center the container horizontally */
    padding: 0 15px; /* Add some padding to the sides */
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.form-review-con {

}

.font-semibold {
    font-weight: 600;
}

.locate-con {
    display: flex;
}

.review-heading3 {
    font-weight: 600px;
    font-size: 18px;
    border-bottom: 1px solid #bdbdbd;
}

.session-error {
    background-color: #CBD5E0;
    color: #B91C1C;
    text-align: left;
}

.success-message {
    color: #fff;
    background-color: #00aeff;
    text-align: left;
}

.heading-locate {
    padding: 1rem 0;
}

.error-text {
    color: #EF4444;
}

.outline-input {
    outline: none;
}

.outline-input:focus {
    outline: 2px solid #00aeff;
}

.cleanliness {
    width: 25%;
}

.rating-slider {

}

.first-w {
    width: 25%;
}

.w-3-4 {
    width: 75%;
}

.add-photo, .submit-btn {
    font-size: 14px;
    color: #fff;
    background-color: #00aeef;
}

.no-review-border {
    border-bottom: 1px solid #bdbdbd;
}

.average-score {
    height: 44px;
    font-size: 18px;
    color: #fff;
}

.all-review-con {
    border-bottom: 1px solid #bdbdbd;
}

.review-title-text {
    color: #333;
    font-size: 16px;
}

.para-review {
    font-size: 14px;
    color: #828282;
}

.para-sec-review {
    font-size: 14px;
    color: #333;
}

.review-span {
    font-size: 14px;
    color: #32A636;
}

.main-con-review {
   padding: 10px;
}


.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px !important;
}

.review-label {
    color: #4f4f4f;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

@media screen and (min-width: 400px) {

   

    
    .left-content-review {
    }

    /* .col-span {
        grid-column: span 3;
    } */

    .w-3 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        /* padding: 20px; */
    }

    .rating-slider {
        width: 66%;
    }

    .rating-score {
        width: 8%;
    }

    .second-w {
        width: 66%;
    }

    .third-w {
        width: 16%;
    }
}

@media screen and (min-width: 800px) {
    .review-heading {
        font-size: 24px;
    }

    .form-review-con {
        width: 40%;
    }

    .rating-slider {
        width: 66%;
    }

    .rating-score {
        width: 16%;
    }

    .second-w {
        width: 66%;
    }

    .third-w {
        width: 8%;
    }

    .grid-container {
        grid-template-columns: 570px 1fr;
        width: 1050px;
        margin: 0 auto;
    }

    .heading-locate {
        padding: 2rem 0;
    }
}

.visa {
    margin-bottom: 4em;
}

.visa .navigations{
    background-color: white;
}

.visa .navigations .links{
    padding: .7em;
}

.visa .navigations .links a{
    color: rgb(87, 87, 87);
    text-decoration: none;
    font-size: 1em;
    margin-left: 3em;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,.01);
}

.visa .navigations .view{
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.visa .navigations .view img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.visa .navigations .view .overlay{
    background-color: rgba(0, 0, 0, 0.295);
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    padding: 1em 3em;
    color: white;
}

.visa .navigations .form{
    margin-top: 3em;
}

.visa .navigations .form input{
    padding: 1em;
    width: 85%;
    border: none;
    background-color: white;
    border-radius: 6px;
    outline: none;
}

.visa .navigations .form .btn{
    padding: 1em;
    border: none;
    background-color:#00aeef;
    border-radius: 6px;
    color: white;
    width: 10%;
    transform: translateY(-2px);
}

.visa .section h2 {
    color: #1A2B49;
    font-weight: 700;
    font-size: 28px;
}

.visa .content{
    padding: 0 3em;
    margin: auto auto;
    max-width: 1440px;
}

.visa .content .box{
    width: 260px;
    height: 280px;
    margin-bottom: 2em;
    border: 1px solid rgb(184, 184, 184);
    border-radius: 2px;
    margin-right: 1em;
    overflow: hidden;
}

.visa .types_of_visa .box{
    width: 210px;
    height: 200px;
    border-radius: 6px;
}

.visa .types_of_visa p{
    font-weight: lighter;
}

.visa .free_visa img{
    width: 100%;
    height: 300px;
}

.visa .free_visa .box{
    border-radius: 6px;
    position: relative;
    height: 300px;
}

.visa .free_visa .overlay{
    background-color: rgba(1, 1, 1, 0.409);
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 1000;
    padding: 1em;
}

.visa .free_visa .overlay h6{
    position: absolute;
    bottom: 0;
    transform: translateY(-20px);
}

.visa .free_visa img{
    object-fit: cover;
}

.visa .tiny{
    font-weight: lighter;
}

.checkout_page{
    /* padding: 3em; */
    margin: auto auto;
    max-width: 1440px;
}

.checkout_page  .content{
    justify-content: space-around;
}

.checkout_page .form{
    border-right: 1px solid rgb(221, 221, 221);
    width: 40%;
    padding: 1em 3em;
    padding-top: 4em;
    height: 100vh;
}

.checkout_page .details{
    width: 50%;
    padding-top: 4em;
}

.checkout_page .details h2{
    color: #00aeef;
}

.checkout_page .details p{
    color: #464545;
    font-size: 14px;
}

.checkout_page .details img{
    width: 300px;
    height: 200px;
    margin-bottom: 2em;
}

.checkout_page .form input{
    margin-bottom: 2em;
    padding: .6em;
    border-radius: 6px;
    border: 1px solid rgb(172, 172, 172);
    width: 100%;
    outline: none;
}

.checkout_page .form .btn{
    background-color: #00aeef;
    color: white;
    padding: .5em 2em;
    float: right;
}

.checkout_page .form input::placeholder{
    font-size: 14px;
}

.checkout_page .form input:focus{
    border:  1px solid #00aeef;
}