* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    position: relative;
}
.testBlock {
    background: #473a9d;
    background: linear-gradient(135deg, #473a9d 13%, rgba(0, 168, 255, 1) 100%);
    position: relative;
}

.end_BG {
    background-image: url("../Img/image02.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.for_question{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.for_question div {
    margin-bottom: 3rem;
    box-shadow: 1px 1px 4px 10px #80b3ff;
    padding: 0.5rem;
    background-color: #1a75ff !important;

}
label {
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.for_question div p {
    cursor: pointer;
    background: rgb(235, 233, 233);
    border: 1px solid black;
    padding: 0.5rem;
}
.for_question div .end:hover {
    background: rgb(0, 174, 255);
}

#patasxan {
    display: none;
}

.render {
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 10px 15px 10px 15px;
    background-color: #1a75ff;
    border-radius: 20px;
    border: 1px solid #1a75ff;
    color: #fff;
    transition: all 0.3s ease;
}
.render:hover {
    color: #1a75ff;
    background: transparent;
}

.end:hover {
    background: rgb(235, 233, 233);
}
.green {
    background-color: green !important;
}
.green:hover {
    background-color: green !important;
}
h1 {
    color: #fff;
}
h5{
    color: white;
}

.email_form {
    display:none;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding:0 5rem 5rem 5rem;
}
.content {
    margin-top: 5rem;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0px 0px 23px 15px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 23px 15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px 15px rgba(0, 0, 0, 0.75);
    text-align: center;
}
form{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
label {
    color: black;
}
.row_tiem{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
}
.row_tiem >div{
    width: 48%;
    display: flex;
    flex-direction: column;
}
.input_form{
    width: 100%;
    height: 2.5rem;
    border-radius: .4rem;
    outline: none;
    box-shadow: 0px 0px 15px 3px #94bfff;
    border:  1px solid #94bfff;
    padding-left: 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
.end_message{
    display: none;
}
.end_message > h5{
    color: #94bfff;
}
.title_email_form{
    display: block;
}

body {
  margin: 0;
}


@media only screen and (max-width: 700px) {
    .email_form{
        padding:0 1rem 1rem 1rem;
    }
    .row_tiem >div{
    width: 100%;
    }
    .content{
        margin-top: 40px;
    }
    .row_tiem{
        flex-direction: column;
    }
    .input_form {
        margin-bottom: 10px;
    }
}