

.contactBannerSec {

    background-image: url("../images/image/img5.jpg");

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding-bottom: 10px;

}

.esSlider-content p {

    font-size: 18px;

	color: #888888;

}

.esSlider h1 {

    font-size: 45px;

    color: white;

}

.esSlider p {

    font-size: 20px;

    color: white;

}

.Call {

    background: white;

    border: 1px solid transparent;

    box-shadow: 0px 2px 6px 2px #00000021;

}

.ima_call {

    border: 2px solid #308ae5;

    width: 50px;

    height: 50px;

    text-align: center;

    padding-top: 10px;

    border-radius: 50%;

	margin: auto;

}

.ima_location {

    padding-top: 6px;

} 

.ima_call img {

   width: 25px;

}

.contact_number p,a{

	 color:#888888;

	 font-size:18px;

}

iframe {

    width: 100%;

    height: 290px;

}

.form-control:focus {

    box-shadow: none;

    font-size: 16px;

}

button {

    font-size: 18px;

    color: white;

    background: green;

    padding: 3px 6px;

    border: 1px solid green;

}







/* <responsive-Start> */

@media (max-width: 991px){

	.contact_number p, a {

    font-size: 14px;

}

}

/* <responsive-end> */