/*---------------------contact page style--------------------*/
.edu_banner .content_wrapper {
    height: auto;
}

.contact_page3 .abform_area .abinput_group {
    margin-bottom: 20px;
    position: relative;
    width: 48.3%;
    height: auto;
    background: none;
}
.contact_page3 .abform_area .abinput_group.msg{
    width: 100%;
    clear: both;
    height: auto;
}
.contact_page3 .abform_area .abinput_group > input {
    border: none;
    padding: 10px 22px 10px 0;
    width: 100%;
    background: none;
    height: 50px;
    color: #333333;
    border-bottom: 1px solid #d2d2d2;
}
.contact_page3 .abform_area .abinput_group > textarea{
    resize: none;
    border: none;
    width: 100%;
    padding: 10px 90px 10px 0;
    margin-bottom: 0;
    height: 150px;
    color: #333333;
    background: none;
    border-bottom: 1px solid #d2d2d2;
}
.contact_page3 .abform_area button {
    border: none;
    background: transparent;
    bottom: 60px;
    color: #333;
    font-size: 80px;
    height: auto;
    position: absolute;
    right: 0;
}
.contact_page3 .abform_area button:hover {
    color: #00a0cf;
}

.google_map_section .contact_section_title p,
.contact_page3 .contact_section_title p {
    margin: 0 auto;
    max-width: 750px;
}
.contact_page3 .contact_content {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    padding: 70px 0px 70px 65px;
}
.contact_page3 .wrapper {
    padding-right: 40px;
}
.contact_page3 .abform_area .abinput_group label {
    color: #878787;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    cursor: text;
    -webkit-transform: translateY(38px);
    -moz-transform: translateY(38px);
    -ms-transform: translateY(38px);
    -o-transform: translateY(38px);
    transform: translateY(38px);
}
.contact_page3 .abform_area .abinput_group.input_effect label{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.contact_page3 .abform_area .abinput_group:nth-child(even) {
    margin-left: 20px;
}

.contact_page3 .contact_address {
    align-items: flex-start;
    background: #00a0cf;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    padding: 45px 35px;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
.contact_page3 .contact_content h3.contact_title::after,
.contact_page3 .contact_content h3.contact_title::before,
.contact_page3 .contact_address h4::after,
.contact_page3 .contact_address h4::before {
    background: #fff;
    bottom: -11px;
    content: "";
    height: 1px;
    left: 3px;
    position: absolute;
    width: 50px;
}
.contact_page3 .contact_content h3.contact_title::after,
.contact_page3 .contact_address h4::after {
    left: 68px;
}
.contact_page3 .contact_content h3.contact_title::after,
.contact_page3 .contact_content h3.contact_title::before{
    background: #222;
}
.contact_page3 .contact_address p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-left: 35px;
    color: #e9e9e9;
    font-family: roboto;
}
.contact_page3 .contact_address p i {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 0;
}
.contact_page3 .contact_address .web > a {
    color: #fff;
}
.contact_page3 .contact_address .web > a:hover {
    text-decoration: underline;
}
.contact_page3 .contact_address .social_contact a {
    color: #fff;
    font-size: 18px;
    margin-right: 12px;
}
.contact_page3 .contact_address .social_contact a:hover {
    color: #222;
}

.mapHome3 {
    width: 100%;
    height: 550px;
}


@media (max-width: 1399px){
    .contact_page3 .contact_content {
        padding: 40px 40px 50px 40px;
    }
    .contact_page3 .contact_address {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    
}

@media (max-width: 1199px){
    
    .contact_page3 .wrapper {
        padding-right: 0;
    }
    .contact_page3 .abform_area .abinput_group {
        width: 47.8%;
    }
    .contact_page3 .abform_area .abinput_group.msg textarea {
        padding-right: 70px !important;
    }
   
    
    
} /*--992-1199px--*/

@media (max-width: 991px){
    .contact_page3 .contact_section_title {
        padding-bottom: 45px;
    }
    .contact_page3 .contact_content {
        padding: 40px;
    }
    .contact_page3 .contact_address {
        height: auto;
        margin-top: 50px;
    }
    .mapHome3 {
        height: 420px;
    }
    
    
} /*--768-991px--*/

@media (max-width: 767px){
    .contact_page3 {
        padding: 70px 0;
    }
    .contact_page3 .contact_section_title {
        padding-bottom: 55px;
    }
    .contact_page3 .abform_area .abinput_group {
        float: none;
        width: 100%;
    }
    .contact_page3 .abform_area .abinput_group:nth-child(2n) {
        margin-left: 0px;
    }
    .contact_page3 .abform_area button {
        font-size: 56px;
    }
    .google_map_section .contact_section_title h3,
    .contact_page3 .contact_section_title h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .contact_page3 .contact_content .contact_title {
        font-size: 26px;
        line-height: 38px;
    }
    
} /*--576-767px--*/

@media (max-width: 575px){
    .google_map_section .contact_section_title h3.title_36,
    .contact_page3 .contact_section_title h3.title_36 {
        font-size: 26px;
        line-height: 30px;
    }
    .contact_page3 .contact_content h3.contact_title {
        font-size: 24px;
        line-height: 28px;
    }
    .contact_page3 .contact_content h3.contact_title::after,
    .contact_page3 .contact_content h3.contact_title::before,
    .contact_page3 .contact_address h4::after,
    .contact_page3 .contact_address h4::before {
        display: none;
    }
    
    .contact_page3 .contact_content h3.contact_title{
        margin-bottom: 30px;
        text-align: center;
    }
    .contact_page3 .abform_area .abinput_group.msg textarea {
        height: 120px;
        padding-right: 47px !important;
    }
    .contact_page3 .abform_area button {
        bottom: 20px;
    }
    .contact_page3 .contact_content {
        box-shadow: none;
        padding: 0;
    }
    .contact_page3 .contact_address {
        padding: 30px 15px;
    }
    .contact_page3 .contact_address h4 {
        margin-bottom: 30px;
        text-align: center;
        width: 100%;
    }
    .contact_page3 .contact_address p {
        margin-left: auto;
        margin-right: auto;
        width: 250px;
    }
    .contact_page3 .contact_address .social_contact {
        text-align: center;
        width: 100%;
    }
    
    .mapHome3 {
        height: 340px;
    }
    
    
} /*--300-575px--*/
