/* large screens */
@media (min-width: 1600px)
{
    .container
    {
        max-width: 1180px;
    }
}


@media (max-width: 1500px)
{
    .container
    {
        max-width: 1150px;
    }
}


/* Desktops/Laptops */
@media (max-width: 1200px)
{
    .product
    {
        padding: 0;
    }
    .product_review
    {
        margin: 0;
    }
    .review_btn button
    {
        padding: 0 70px;
    }
    .thankyouinner
    {
        min-height: auto;
    }
}

/* Laptops */
@media (max-width: 1024px)
{

}

/* Tablets */
@media (max-width: 768px)
{
    .tab-100
    {
        width: 100%;
    }
    .tab-50
    {
        width: 50%;
    }
    .order_c
    {
        order: 2;
    }
    .wrapper
    {
        padding: 20px 10px;
    }
    .product
    {
        width: 50%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .shapep
    {
        width: 1px;
        height: 166px;
        top: -130px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .thankyouPage .wrapper
    {
        width: 100%;
    }
}

@media (max-width: 575px)
{
.reaction_inner .emoji {

    margin: 0 5px;}
.product_review { padding: 0 35px;}
.input_field input, .input_field .select-toggle, .input_field .select_no_drop{ margin-bottom: 20px;}
.review_title
{
        height: 65px;
}
.product_review::before {
 
    height: 80px;}
}

/* mobile */
@media (max-width: 480px)
{
    .wrapper
    {
        padding: 10px 0;
    }
    .product_review
    {
        border-radius: 30px;
        padding: 0 20px;
    }
    .product_img {
    border-radius: 30px;}
    .review_title
    {
        font-size: 20px;
    }
    .num-heading
    {
        font-size: 18px;
    }
    .input_field label
    {
        font-size: 16px;
    }
    .input_field input, .input_field .select-toggle, .input_field .select_no_drop
    {
        font-size: 14px;
    }
    .select-toggle, .select_no_drop
    {
        font-size: 11px !important;
    }
    .no-drop-menu
    {
        font-size: 11px;
    }
    .no-drop-option i
    {
        font-size: 12px;
    }
    .reaction_inner
    {
        border-radius:25px;
    }
    .info-text h5
    {
        font-size: 12px;
    }
    .radio-toggle
    {
        margin: 0 !important;
    }
    .review_btn button
    {
        width: 100%;
        margin-top: 10px;
    }
    .product
    {
        width: 100%;
    }
    .product_txt h3
    {
        font-size: 24px;
    }
    .product_txt p
    {
        font-size: 14px;
    }
    .thankyouinner
    {
        padding: 40px 20px;
        border-radius: 0;
    }
    .thankyouHeading
    {
        font-size: 22px;
    }
    .thankyouTxt
    {
        width: 100%;
        font-size: 13px;
    }
.reaction_inner .emoji span {
    font-size: 12px;}

}

@media (max-width: 380px)
{
    .radio-wrap{ flex-direction: column;}
.radio-wrap {  gap: 6px 15px;}
    .reaction_inner {
    
        gap: 10px 0;
    }
}

@media (max-width: 480px) {
    .reaction_inner.emoji-inner {
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding: 12px 6px !important;
        border-radius: 20px !important;
    }
    .reaction_inner.emoji-inner .emoji {
        margin: 0 1px !important;
        flex: 1 1 0% !important;
        min-width: 0 !important;
    }
    .reaction_inner.emoji-inner .emoji_img {
        width: 42px !important;
        height: 42px !important;
        padding: 4px !important;
        margin: 0 auto !important;
    }
    .reaction_inner.emoji-inner .emoji.active .emoji_img {
        border-width: 2px !important;
        padding: 2px !important;
    }
    .reaction_inner.emoji-inner .emoji span {
        font-size: 9.5px !important;
        display: block !important;
        font-weight: 500 !important;
    }
}

