/*Feedback CSS*/
.back{
    background: #F3E9E1;
}
.back .container{
    background: #F3E9E1;
    width: 95%;
    position: relative;
    min-height: 90%;
    padding-bottom: 10px;
}

.back .container .contact-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.contact-box .contact-left{
    width: 50%;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
}
.contact-right{
    display: flex;
    flex-direction: column;
    background: #fff;
}
.back .container h1{
    padding-top: 90px;
    font-size: 28px;
    margin-bottom: 8px;
}
.back .container p{
    margin-bottom: 20px;
}

.stst button{
    background: #1c00b5;
    width: 80%;
    border: none;
    outline: none;
    color: #fff;
    height: 35px;
    border-radius: 30px;
    margin-top: 10px;
    cursor: pointer;
    box-shadow: 0px 5px 15px 0px rgba(28,0,181,0.3);
}

/*Rating CSS*/

.contact-right .s p.a{
    word-break: break-all;
}
.contact-right .s .post div.text{
    word-break: break-all;
}
.contact-right .s .a{
    text-align: center;
    font-size: 19px;
    color: #fff;
    text-transform: capitalize;
}
.contact-right .s .top .fas{
    text-align: center;
    font-size: 40px;
    color: gold;
}
.contact-right .s .top .far{
    text-align: center;
    font-size: 40px;
    color: #999;
}
.contact-right .container{
    position: relative;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
}
.contact-right .container .star input{
    display: none;
}
.contact-right .star label{
    font-size: 30px;
    color: #444;
    padding: 7px;
    float: right;
    transition: all 0.2s ease;
}
.contact-right h3{
    font-weight: 600;
    margin-bottom: 15px;
    float: left;
}
.contact-right input:not(:checked) ~ label:hover,
.contact-right input:not(:checked) ~ label:hover ~ label{
    color: gold;
}
.contact-right input:checked ~ label{
    color: gold;
}
.contact-right input#rate-5:checked ~ label{
    /*color: #fe7;*/
    /*text-shadow:0 0 20px #952*/
}
.contact-right input:checked ~ form{
    display: block;
}
.contact-right form .textarea{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.contact-right form .btn button{
    height: 100%;
    width: 100%;
    border: 1px solid #444;
    outline: none;
    background: #222;
    color: #999;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-right form .btn button:hover{
    background: #1b1b1b;
}
.contact-right .container .text{
    font-size: 18px;
    color: #999;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
.contact-right form .btn{
    height: 45px;
    width: 100%;
    margin: 15px 0;
}


/*responsive*/
@media (max-width: 1350px)
{
    .contact-right .star label{
        font-size: 36px;
        padding: 10px;
    }
}
@media (max-width: 1250px)
{
    .contact-right .star label{
        font-size: 32px;
        padding: 8px;
    }
}
@media (max-width: 1180px)
{
    .back .container h1{
        padding-top: 40px;
        font-size: 28px;
        margin-bottom: 8px;
    }
    .back
    {
        padding: 50px;
    }
    .contact-box
    {
        flex-direction: column;
        font-size: 16px;
    }
    .contact-left .opt .ot
    {
        font-size: 16px;
    }
    .contact-left .opt .opp
    {
        font-size: 16px;
    }
    .contact-right .s .a{
        font-size: 17px;
    }
    .contact-box .contact-left
    {
        padding-bottom: 30px;
    }
    .contact-box .contact-left,
    .contact-right
    {
        width: 100%;
    }
    .contact-right .star label{
        font-size: 42px;
        padding: 8px;
    }
}

@media (max-width: 540px)
{
    .contact-right .s .top .cc{
        font-size: 22px;
    }
    .back .container h1{
        font-size: 24px;
    }
}

@media (max-width: 650px)
{
    .contact-right .star label{
        font-size: 28px;
        color: #444;
        padding: 4px;
        float: right;
        transition: all 0.2s ease;
    }
}


