/*-----------------------Contact Page-----------------------*/
.contact_page4 {
    padding-bottom: 130px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
}

.map_title {
    padding-bottom: 70px;
    padding-top: 115px;
}
.map_title > h1 {
    color: #131418;
}
.map_title > p {
    margin: 0 auto;
    max-width: 650px;
}

/*----google map----*/
.google_map_section .mapHome2 {
    height: 550px;
    width: 100%;
}

/*------------contact form--------------*/
.contact_page4 .abform_area .abinput_group {
    margin-bottom: 20px;
    width: 48.3%;
    position: relative;
    height: auto;
    background: none;
}
.contact_page4 .abform_area .abinput_group.msg{
    width: 100%;
    clear: both;
    height: auto;
}

.contact_page4 .abform_area .abinput_group > input {
    border: medium none;
    height: 50px;
    padding: 10px 22px 10px 0;
    width: 100%;
    background: none;
    color: #333333;
    border-bottom: 1px solid #d2d2d2;
}
.contact_page4 .abform_area .abinput_group > textarea{
    border: none;
    resize: none;
    color: #333333;
    width: 100%;
    padding: 10px 90px 10px 0;
    margin-bottom: 0;
    height: 150px;
    background: none;
    border-bottom: 1px solid #d2d2d2;
}
.contact_page4 .abform_area button {
    border: none;
    background: transparent;
    bottom: 60px;
    color: #131418;
    font-size: 80px;
    height: auto;
    position: absolute;
    right: 0;
}
.contact_page4 .abform_area button:hover {
    color: #3d60f4;
}
.contact_page4 .contact_content {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    padding: 0 0 0 65px;
    background: #fff;
}
.contact_page4 .wrapper {
    padding-bottom: 80px;
    padding-right: 40px;
    padding-top: 80px;
}
.contact_page4 .contact_content h3.contact_title{
    font-size: 26px;
    color: #1c1c1c;
}
.contact_page4 .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_page4 .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_page4 .abform_area .abinput_group:nth-child(even) {
    margin-left: 20px;
}

.contact_page4 .contact_address {
    align-items: flex-start;
    background: #131418;
    margin-right: -10px;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    padding: 45px 35px;
}

.contact_page4 .contact_address h4{
    font-size: 26px;
}
.contact_page4 .contact_content h3.contact_title::before,
.contact_page4 .contact_address h4::before {
    background: #fff;
    top: -11px;
    content: "";
    height: 1px;
    left: 3px;
    position: absolute;
    width: 50px;
}
.contact_page4 .contact_content h3.contact_title::before{
    background: #222;
}
.contact_page4 .contact_address p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-left: 35px;
    color: #9e9e9e;
}
.contact_page4 .contact_address p i {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 0;
}
.contact_page4 .contact_address .web > a {
    color: #fff;
}
.contact_page4 .contact_address .web > a:hover {
    text-decoration: underline;
}
.contact_page4 .contact_address .social_contact a {
    color: #939393;
    font-size: 18px;
    margin-right: 12px;
}
.contact_page4 .contact_address .social_contact a:hover {
    color: #fff;
}
/*-----------------------end Contact Page-----------------------*/


/*-----------------------start responsive style-----------------------*/

@media (max-width: 1400px){
    /*-----contact page--------*/
    .map_title {
        padding-bottom: 50px;
        padding-top: 85px;
    }
    .contact_page4 {
        padding-bottom: 100px;
    }
    
}/*---end 1200-1400px----*/

@media (max-width: 1199px){
    .map_title > h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .contact_page4 .contact_content {
        padding: 0px 0px 0px 40px;
    }
    .contact_page4 .wrapper {
        padding: 60px 0 60px 0;
    }
    .contact_page4 .abform_area .abinput_group {
        width: 47.8%;
    }
    .contact_page4 .abform_area .abinput_group.msg textarea {
        padding-right: 70px;
    }
    
}

@media (max-width: 991px){
    .contact_page4 {
        margin-top: -100px;
    }
    .google_map_section .mapHome2 {
        height: 450px;
    }
    .contact_page4 .wrapper {
        padding: 60px 40px;
    }
    .contact_page4 .contact_content {
        padding: 0px;
    }
    .contact_page4 .abform_area .abinput_group {
        width: 48.4%;
    }
    .contact_page4 .contact_address {
        height: auto;
    }
    
}

@media (max-width: 767px){
    .map_title {
        padding-top: 70px;
    }
    .map_title > h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .contact_page4 {
        padding-bottom: 70px;
    }
    .contact_page4 .abform_area .abinput_group {
        float: none;
        width: 100%;
    }
    .contact_page4 .abform_area .abinput_group:nth-child(2n) {
        margin-left: 0px;
    }
    .contact_page4 .abform_area button {
        font-size: 56px;
    }
    .google_map_section .mapHome2 {
        height: 420px;
    }
    
}


@media (max-width: 479px){
    .contact_page4 {
        margin-top: 0;
    }
    .google_map_section .mapHome2 {
        height: 350px;
    }
    .map_title > h1 {
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
    }
    .contact_page4 .wrapper {
        padding: 50px 0;
    }
    .contact_page4 .abform_area .abinput_group.msg textarea {
        height: 120px;
        padding-right: 47px;
    }
    .contact_page4 .abform_area button {
        bottom: 20px;
    }
    .contact_page4 .contact_content {
        box-shadow: none;
        padding: 0;
    }
    .contact_page4 .contact_address {
        padding: 40px 20px;
    }
    .contact_page4 .contact_address h4 {
        margin-bottom: 30px;
        width: 100%;
        font-size: 24px;
    }
    .contact_page4 .contact_address .social_contact {
        width: 100%;
    }
    
    
    
    
}/*-----end 300-479-----*/



