
.contact-content {
    padding: 0 0 40px 0!important;
}


.contact-content .contact-banner {
    position: relative;
}
.contact-content img {
    width: 100%;
}

.contact-content .left, .contact-content .right {
    position: absolute;
}

.contact-content .left {
    top: 10%;
    left: 10%;
    color: white;
    font-family: Segoe_UI_Bold;
    max-width: 326px;
}

.contact-content .right {
    right: 10%;
    top: 12%;
    width: 600px;
}

.contact-content .left .text-1 {
    font-size: 61px;
}

.contact-content .left .text-2 {
    font-size: 83px;
}

.contact-content .right .form-title {
    font-size: 24px;
    font-family: Segoe_UI_Bold;
    color: #0C9194;
    margin-bottom: 17px;
}

.contact-content .right .description {
    font-size: 15px;
    
    color: #0C9194;
    margin-bottom: 17px;
}

#contact .form-control {
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    border: 1px solid #FFFFFF;
    color: #777777;

}


#contact .center-button {
    text-align: center;
}

#contact .center-button .btn {
    color: #0C9194;
    font-size: 15px;
    font-family: Segoe_UI_Bold;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(24, 150, 153, 0.9);
    padding: 12px 39px;
    border-radius: 10px;
}

#contact .input-group .input-group-prepend {
    width: 27%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px 0 0 4px;
    padding: 5px 5px 5px 8px;
    align-items: center;
}

#contact .input-group .input-group-prepend .field {
    font-size: 15px;
    
    color: #222222;
    width: 100%;
    float: left;
}

#contact .custom-file-label {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
}

.row-2 {
    background-color: rgba(12, 145, 148, 0.2);
    margin-top: 46px;
    border-radius: 10px;
    padding-left: 64px;
    padding-right: 64px;
}

.row-2 .col-md-5 {
    margin-bottom: 15px;
    position: unset !important;
}

.row-2 .child-col-title {
    background-color: #0C9194;
    color: white;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Segoe_UI_Bold;
    font-size: 22px;
    margin-top: -15px;
    margin-bottom: 15px;
    text-align: center;
}

.row-2 p {
    color: #777777;
    font-size: 15px;
    
}

.row-2 p strong {
    font-family: Segoe_UI_SemiBold;
}


@media only screen and (max-width: 766px) {
    .row-2{
        background-color: rgb(12 145 148);
        margin: 0;
        border-radius: unset;
        padding: 25px 15px;
    }
    .contact-content .left{
        top: 2%;
        right: 10%;
    }
    .contact-content .left .text-1{
        font-size: 31px;
    }
    .contact-content .left .text-2{
        font-size: 46px;
    }
    .contact-content .right{
        position: unset;
        width: 100%;
    }
    .contact-content .right .bg-color{
        background-color: rgba(12, 145, 148, 0.2);
        padding: 15px;
    }
    .second{
        margin: 0;
        padding: 0!important;
        max-width: unset!important;
    }
    .row-2 .mobile-column{
        background-color: white;
        border-radius: 15px;
        margin-top: 20px;
        padding-left: 20px;
    }
    .row-2 .child-col-title {
        border: 1px solid white;
        text-align: left;
        width: 80%;
        font-size: 15px;
        border-radius: 7px;
    }
    .contact-content{
        padding: 0!important;
    }
    .contact-content .right .description, #contact .input-group .input-group-prepend .field, #contact .form-control,
    .row-2 p{
        font-size: 14px;
    }

}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    .contact-content .left{
        top: 2%;
        right: 10%;
        left: unset;
    }
    .contact-content .left .text-1{
        font-size: 40px;
    }
    .contact-content .left .text-2{
        font-size: 60px;
    }
    .contact-content .right {
        background-color: rgba(12, 145, 148, 0.2);
        position: unset;
        margin: 0 auto;
        padding: 40px;
        width: unset;
    }
    #contact .center-button .btn{
        background-color: #0C9194;
        color: white;
    }
    .row-2{
        border-radius: unset;
        background-color: #0C9194;
        padding-top: 40px;
        padding-bottom: 70px;
        margin-top: 0;
    }
    .row-2 .mobile-column{
        background-color: white;
        border-radius: 15px;
        margin-top: 30px;
        padding-left: 20px;
    }
    .row-2 .child-col-title{
        border: 1px solid white;
        text-align: left;
        width: 52%;
    }
    .second{
        margin: 0;
        padding: 0!important;
        max-width: unset!important;
    }
    .contact-content{
        padding: 0!important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .contact-content .right{
        right: 4%;
        top: 8%;
    }
    .contact-content .left{
        top: 5%;
    }
}