@media screen and (min-width: 1686.25px) {
	
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
    .img-head {
        height: 120px;
    }
    .title-home {
        height: 320px;
    }
    .title-home > img {
        height: 260px;
        text-align: center;
        margin: auto;
    }
    h2{
        font-size: 25px;
    }
    .form-group{
        display: block;
        margin-bottom: 20px;
    }
    .first-data {
        margin-top: 40px;
        padding: 10px 10px;
    }
    .num-for {
        background: #eaf4ee;
        padding: 20px 10px;
        margin: 10px;
    }
    .txt-title {
        margin-right: 10px;
    }
    .serv-head {
        height: 10vh;
        justify-content: center;
    }
    .serv-head > h1 {
        width: 100%;
    }
    .serv-txt {
        height: 23vh;
    }
    .section_home{
        padding: 50px 0 0;
    }
    .section-data {
        padding: 0 0;
    }
    .title-form > h1{
        font-size: 25px;
    }
    .form-group > label{
        width: 35%;
        position: unset;
    }
    .lasted > label {
        width: 80% !important;
    }
    .form-group > input{
        padding-right: 15px;
    }
    .txt-entry {
        padding: 50px 0px;
    }
    .box-serv > h2 {
        font-size: 22px;
        width: 90%;
    }
    .form-check-inline {
        display: flex;
        justify-content: start;
        align-items: flex-start;
        margin: 30px 0;
        flex-direction: column;
        padding-right: 20px;
    }
    .details-serv > h2 {
        font-size: 22px;
        background: #038ab1;
        width: 80%;
    }
    .txt-end > h3 {
        font-size: 18px;
    }
    .txt-thank > h1 {
        font-size: 26px;
    }
    .customradio {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
	
}
@media screen and (max-width: 380px) {

}