.contact-sec {
    margin-block: 8rem;
}

.contact-sec-space {
    margin-top: 28rem;
}

/*.contact-sec .contact-first-pragraph {
    width: 50%;
}*/

.contact-box {
    width: 80%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    cursor: pointer;
}

.sylink-text-inline{
    display: inline;
}

.contact-sec-space > .container > .text-box > div {
    
    margin-block: 2.5em;
}

.div-green-circle{
    
    margin-block: 2.5em;
}

.contact-box .text-box p {
    font-size: 18px;
    font-weight: 500;
    color:#000;
}

.contact-box:hover {
    border: 2px solid #9DD913;
}

.contact-form-container {
    border: 2px solid #9DD913;
    border-radius: 1rem;
    padding: 4rem;
    margin-bottom: 15rem;
}

.contact-form-subject-container {
    width: 100%;
    background: #fff;
    border: 1px solid #9DD913;
    border-radius: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.contact-form-subject-container .subject-header {
    width: 100%;
    padding-block: 1.2rem;
    padding-inline: 1rem;
    background: #C7E582;
    text-align: center;
}

.contact-form-subject-container .subject-text-container {
    width: 100%;
    padding: 1.2rem;
    cursor: pointer;
    transition: background 0.3s ease;
    transition: color 0.3s ease;
}

.contact-form-subject-container .subject-text-container:hover {
    background: #9DD913;
    color: #fff;
}

.contact-confirm-text {
    font-size: 15px;
}

.check-box-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #9DD913;
    border-radius: 4px;
}

.check-box-container:hover input~.checkmark {
    background-color: #ccc;
}

.check-box-container input:checked~.checkmark {
    background-color: #9DD913;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box-container input:checked~.checkmark:after {
    display: block;
}

.check-box-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.network-of-trained-sec {
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
}

.network-of-trained-sec .second-text-box {
    margin: 5rem 0;
}

.network-of-trained-sec .network-of-trained-shapes {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.network-of-trained-sec .network-of-trained-shapes .network-of-trained-left-side-shape {
    position: absolute;
    bottom: 25%;
    left: 0;
    transform: rotate(180deg);
}

.network-of-trained-sec .network-of-trained-shapes .network-of-trained-top-right-side-shape {
    position: absolute;
    bottom: 25%;
    right: 0;
}

.network-of-trained-sec .network-of-trained-shapes .network-of-trained-bottom-right-side-shape {
    position: absolute;
    top: 40%;
    right: 0;
}

.network-of-trained-sec .iconcontact{
    width:80%;
    text-align: center;
    margin-bottom: 2rem;
}

.network-of-trained-sec .iconcontact img{
    width: 50%;
    opacity: 0.7;
}

@media (max-width: 1399px) {
    .contact-box {
        width: 90%;
    }
}

@media (max-width: 1199px) {
    .contact-box {
        width: 98%;
    }
    .network-of-trained-sec {
        padding-top: 24rem;
    }
    .contact-sec {
        margin-inline: 2rem;
        margin-top: 30rem;
    }
}

@media (max-width: 991px) {
    .contact-box {
        width: 100%;
        max-width: 300px;
        margin-block: 1rem;
        margin-inline: auto;
    }
    .contact-sec {
        margin-inline: 2rem;
        margin-top: 30rem;
    }
}

@media (max-width: 767px) {
    .contact-sec {
        margin-inline: 2rem;
        margin-top: 5rem;
    }

    .contact-sec .contact-first-pragraph {
        width: 100%;
    }
    .network-of-trained-sec {
        padding-top: 14rem;
        padding-inline: 2rem;
    }

    .network-of-trained-sec .network-of-trained-shapes .network-of-trained-left-side-shape {
        bottom: 20%;
        left: -35px;
    }

    .network-of-trained-sec .network-of-trained-shapes .network-of-trained-top-right-side-shape {
        bottom: 20%;
        right: -35px;
    }

    .network-of-trained-sec .network-of-trained-shapes .network-of-trained-bottom-right-side-shape {
        top: 80%;
        right: -35px;
    }
}

@media (max-width: 575px) {
    .contact-form-container {
        padding: 2rem;
    }
    .network-of-trained-sec .network-of-trained-shapes .network-of-trained-left-side-shape {
        left: -45px;
    }

    .network-of-trained-sec .network-of-trained-shapes .network-of-trained-top-right-side-shape {
        right: -45px;
    }

    .network-of-trained-sec .network-of-trained-shapes .network-of-trained-bottom-right-side-shape {
        right: -45px;
    }
}