.minSP{
    padding: 0;
}
/*Banner Section Start*/ 
#bannerContactUs{
    background-image:url("../img/banner-contact-us.jpg");
    position: relative;
    padding: 120px 0;
    background-size: cover;
    padding-top: 100px;
}
#bannerContactUs .centerText{
    display: block;
    text-align: center;
}
#bannerContactUs h1{
	/*font-family: 'Merriweather', serif;*/
	font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    color: #4e4545;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#bannerContactUs .leftAD{
    padding-left:7px;
}
#bannerContactUs span{
    width: 2px;
    height: 20px;
    background-color: #4e4545;
    display: inline-block;
    margin: 0 9px;
    transform: rotate(30deg);
    top: 7px;
    position: relative;
}
#bannerContactUs a{
    /*font-family: 'Merriweather', serif;*/
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #4e4545;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*Banner Section End*/



.clear{
    clear: both;
}

/*form Section Start*/ 
#contactPage{
    background-color:#ffffff;
    position: relative;
    padding:80px 0;
}
#contactPage .formAP{
    // background-color: #f6f6f6;
    // padding: 40px;
    position: relative;
    clear: both;
}
#contactPage h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 20px;
    color: #404d5f;
    text-transform: uppercase;
    border-bottom: 1px solid  #ebf0f5;
}
#contactPage label {
    color: #8595b1;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 7px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 14px;
}
#contactPage .minSP{
    padding:0;
}
#contactPage .formAP input,#contactPage .formAP textarea{
    font-family: 'Merriweather', serif;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 25px 0;
    padding: 0;
    width:100%;
    line-height: 50px;
    border:0; 
    text-indent: 12px;
    background-color: rgba(146, 191, 146, 0.1);
}
// #contactPage .formAP input:hover,#contactPage .formAP  input:focus,#contactPage .formAP input:visited {
//     border: 2px solid green;
// }
// #contactPage .formAP textarea:hover,#contactPage .formAP  textarea:focus,#contactPage .formAP textarea:visited {
//     border: 2px solid green;
// }
#contactPage .formAP textarea{
    height:120px;
}
#contactPage .formAP button{
    font-family: 'Lato', sans-serif;
    background-color: #51c7d1;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    display: block;
    width: 150px;
    border: 1px solid #51c7d1;
}
#contactPage .formAP button:hover{
    background-color:#ffffff;
    color: #51c7d1;
}
#contactPage .inputLeft,#contactPage .inputRight{
    width:98% !important;
}
.inputRight{
    float: right;
}
.communication-text,.communication-icon{
    /*display: inline-block;*/
    float: left;
}
.clear{
    clear: both !important;
}
.communication-icon{
    /*position: relative;
    top: 21px;*/
}
.communication-icon i{
    color: #6dc268;
    display: inline-block;
    width: 15px;
}
#contactPage p{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    margin: 0;
    padding: 0 0 20px 10px;
    color: #404d5f;
}
/*form Section End*/ 




@media only screen and (max-width: 1020px) {

    #contactPage .formAP {
        // padding: 25px;
    }
    #contactPage .formAP input, #contactPage .formAP textarea {
        margin: 0 0 15px 0;
        line-height: 28px;
    }
}
@media only screen and (max-width: 760px){
    #contactPage {
        padding: 50px 0;
    }
    #contactPage .formAP input, #contactPage .formAP textarea {
        margin: 0 0 20px 0;
        line-height: 35px;
    }
    #contactPage .formAP {
        margin-bottom: 30px;
    }
    #contactPage .inputLeft, #contactPage .inputRight {
        width: 100% !important;
    }
    #contactPage {
        padding: 50px 0 20px 0;
    }
}



/*map section start*/ 
#map{
    padding:0 0 100px 0;
}
#map h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 20px;
    color: #404d5f;
    text-transform: uppercase;
    border-bottom: 1px solid #ebf0f5;
    font-size: 24px;
}
#map iframe{
    width: 100%;
    height:350px;
}
@media only screen and (max-width: 760px){
    #map{
        padding:0 0 50px 0;
    }
    #map iframe{
        height:150px;
    }
}
/*map section end*/ 


/*HeadSub Section Start*/ 
.HeadSub {
    padding: 20px 0 10px 0;
}
.HeadSub .act{
    /*color:#F1C40F;*/
}
.HeadSub .borderBottom{
    border-bottom: 1px solid #ebf0f5;
    padding: 0 0 35px 0;
    clear: both;
    position: relative;
}
.HeadSub a{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 20px;
    color: #404d5f;
    text-transform: uppercase;
}
.HeadSub i{
    padding: 0 2px;
    color: #404d5f;
    font-size: 10px;
    position: relative;
    top: -1px;
}
/*HeadSub Section End*/ 