﻿.logo-container {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items:center;
  

}

.images {
    width:auto;
    display:flex;
    gap:20px;
}

.logo {
    margin-left: 20px;
    max-height: 35px;
}

.logo-wrapper {
    padding: 20px;
    border-radius: 15px;
    width: fit-content;
}


.verified-logo-new {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    width: 80px;
    height: auto;
}



@media screen and (max-width: 500px) {
    .logo-container {
        flex-wrap: wrap;
        padding: 0;
        width: fit-content;
        margin-top:0 !important;

       
    }

    .logo-wrapper {
        padding: 0;
        margin: 0 15px;
    }


    

    a .logo {
        width: fit-content;
        max-height:30px;
        padding: 0

    }

    .verified-logo-new {
        top: 175px

    }
    .rating-detail-box {
        height: auto !important;
    }
    
    .similar-rating-box {
    height: auto !important;
    }

    .ad-container {
        justify-content:center
    }
   
}
