/* contact banner section starts*/
.contact-banner-section .container {
    bottom: 9rem;
}
.contact-banner-section .main-heading {
    float: left;
}
.contact-banner-section .main-heading h1 {
    text-align: center;
    font-size: 6rem;
}
.contact-banner-section .main-heading h1 span {
    font-size: 6rem;
}
.contact-banner-section:after { 
    right: -4rem;
}
#ContactForm .error {
    position: relative;
   /* margin-left: 1.35rem;*/
}
/* contact banner section ends*/

/* contact information section styles starts */

.contact-in-section {
    background-image: url(../images/contact-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-in-section .container {
    width: 91%;
}
/* .contact-in-section .inner-container{
    width: 80%;
    margin: auto;
} */
.contact-in-section .main-heading h2{
    font-size: 2.5rem;
    text-align: center;
    color: #5f5f5f;
    font-family: Gotham-Book;
    margin-top: 4rem;
}
.contact-in-section .main-heading h2 span{
    font-family: Gotham-Bold;
}
.contact-in-section .heading{
    text-align: center;
    color: #5f5f5f;
}
.contact-in-section .heading h2{
    font-family: Gotham-Book;
}
.contact-in-section .form-control {
    height: 3.3rem;
    /* margin: 1rem; */
    width: 70%;
    margin: 1rem auto;
    border: none;
    border-radius: 1rem;
    padding-left: 2rem;
}

.contact-in-section .column-2 ul{
    display: inline-block;
}
.contact-in-section .column-2 ul li{
   display:block;
   margin: 0 1rem;
   padding-left: 0rem;
}
.contact-in-section .column-1{
    position: relative;
}

.contact-in-section .column-1 .left-div {
    position: absolute;
    top: 3rem;
    width: 91%;
    margin-left: 5rem;
    background-color: transparent;
    background-image: url(../images/contact-form-shadow.png);
    padding: 0rem 1rem 2rem 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-in-section .column-1 .heading h2{
    text-align: center;
    font-size: 1.8rem;
    margin: 2rem 0 0 0;
    margin-top: 3;
    margin: 2;
}
.contact-in-section .column-2 .heading h2{
    font-size: 1.4rem;
    color: #5f5f5f;
    text-align: left;
    margin-top: 2.2rem;
}
.contact-in-section .column-2 .heading h2 span{
    color: #F43F27;
    font-family: Gotham-Bold;
    font-size: 1.8rem;
}
.contact-in-section .column-2 address{
    font-size: 1.4rem;
    color: #5f5f5f;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.contact-in-section .column-2 address span{ 
    font-weight: bold;
}
.contact-in-section .column-2 ul li p{
   font-size: 1.4rem;
   padding-left: 4rem;
} 
.contact-in-section .column-2 ul.gmail-mob li p span {
    font-weight: 600;
    font-size: 1.6rem;
}
.contact-in-section .column-2 ul.gmail-mob li p span a {
       color: #696463;
}
.contact-in-section .column-2 ul.gmail-mob li p span a:hover,
.contact-in-section .column-2 ul.gmail-mob li p span a:focus{
      color:#F43F27;
}

.contact-in-section .column-2 ul.gmail-mob{
    padding-bottom: 1.5rem;
    padding-left: 0;
    position: relative;
    width: 100%;
}
.contact-in-section .column-2 ul.gmail-mob:before{
    position: absolute;
    border-bottom: .4rem solid #F43F27;
    bottom: 0;
    content: "";
    height: 1rem;
    width: 57%;
    left: 1rem;
}
.contact-in-section .column-2 ul.gmail-mob li:nth-child(1){
    padding-right: 2rem;
    position: relative;
}

.contact-in-section .column-2 ul.gmail-mob li:nth-child(1):before{
    display: none;
    position: absolute;
    border-right: .3rem solid #d2d2d2;
    content: "";
    height: 6rem;
    width: 1rem;
    right: -1rem;
}
.contact-in-section .column-2 ul.address-ul{
    padding-bottom: 0rem;
    margin-top: 1rem;
    padding-left: 0rem;
    width: 100%;
    position: relative;
}
.contact-in-section .column-2 ul.address-ul:before{
    position: absolute;
    display: none;
    width: 92%;
    height: 1rem;
    border-bottom: .25rem dotted #8d8d8d;
    content: "";
    bottom: 1rem;
    left: 3rem;
}
.contact-in-section .column-2 ul.address-ul li:nth-child(1){
    position: relative;
    float: left;
}
.contact-in-section .column-2 ul.address-ul li:nth-child(1):before {
    display: none;
    border-right: .25rem dotted #8d8d8d;
    position: absolute;
    content: "";
    height: 21rem;
    right: -2rem;
    top: 1rem;
}
/* .contact-in-section .column-2 ul.address-ul li:nth-child(2){
} */
.contact-in-section .column-2 ul.gmail-mob li{
    margin-bottom: 1rem;
    position: relative;
}
.contact-in-section .column-2 ul.gmail-mob li:nth-child(1):after{
   content: "";
   background-image: url(../images/cell-icon.png);
   background-repeat: no-repeat;
   background-size: contain;
   position: absolute;
   top: 0;
   left: 0;
   width: 3rem;
   height: 3rem;
}
.contact-in-section .column-2 ul.gmail-mob li:nth-child(2):after{
    content: "";
    background-image: url(../images/mail-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
 }
/* .contact-in-section .column-2 ul.gmail-mob li:nth-child(2){
    float: right;
} */

.anzy-map-section{
    height: 100%;
    margin-top: 12.55rem;
    padding-bottom: 4rem;
}
.anzy-map-section .anzy-map{
    background-color: #fff;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 4rem;
    width: 92%;
    margin: auto;
}
.anzy-map-section .anzy-map .heading {
    float: left;
}
.anzy-map-section .anzy-map .icons a{
    cursor: pointer;
}
.anzy-map-section .anzy-map .heading h2{
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 0rem;
    font-size: 2rem;
}
.anzy-map-section .anzy-map .icons img{
    width: 2rem;
    margin: 0 1rem;
    object-fit: contain;
}
#ContactForm #btngroup .form-row .sign-up {
    margin-top: 1rem;
    font-family: Gotham-Book;
    color: #fff;
    background-color: #F43F27;
    padding: 0.45rem 1rem 0.35rem;
    margin-left: 5rem;
    border: 0;
    font-weight: normal;
    font-size: 1.15rem;
}
#ContactForm #btngroup .form-row .sign-up:hover{
    background-color: #a84235;
}
@media (max-width:1024px){

}
@media (max-width:991px){
    .contact-banner-section .container {
        bottom: 3rem;
    }
    .contact-banner-section .main-heading h1 {
        font-size: 4rem;
    }
    .contact-in-section .column-2 ul.address-ul li:nth-child(1):before {
        display: none;
    }
    .contact-in-section .column-2 ul.gmail-mob li:nth-child(1):before {
        display: none;
    }
    .contact-in-section .column-1 .left-div {
        width: 93%;
        margin-left: 0rem;
        height: 31rem;
        background-size: cover;
    }
    .anzy-map-section .anzy-map iframe{
	    height: 29rem;
    }
    .contact-in-section .form-control {
        width: 89%;
    }
    .contact-in-section .column-2 ul.gmail-mob:before {
        width: 97%;
    }
    #ContactForm #btngroup .form-row .sign-up {
        margin-left: .5rem;
    }
    .anzy-map-section {
        margin-top: 7rem;
    }    
}
@media (max-width:767px){
    .contact-in-section .main-heading h2 {
        font-size: 1.5rem;
    }
    .contact-in-section .column-2 address {
        margin-top: 1rem;
    }
    .contact-in-section .container {
        width: 100%;
    }
    .contact-banner-section .container {
        bottom: 6rem;
    }
    .contact-in-section .column-2 ul.address-ul li:nth-child(1) {
        border-right: none;
    }
    .contact-in-section .column-2 ul.gmail-mob li:nth-child(1) {
        margin-bottom: 1rem;
    }
    .contact-in-section .form-control {
        margin: 0;
        margin-bottom: 1rem;
    }
	#ContactForm .error {
		margin-left: 0;
	}
    .contact-in-section .column-1 .left-div {
        position: relative;
        margin: 0;
        width: 100%;
        padding: 1rem 2rem 7rem 2rem;
        background-size:100% 100%;
        height: 100%;
    }
    .contact-in-section .column-1 .heading h2 {
        margin: 2rem 0 2rem 0;
        font-size: 1.3rem;
    }
    #ContactForm #btngroup .form-row .sign-up {
        margin-left: 0rem;
    }
    .contact-in-section .column-2 ul.address-ul:before {
        width: 100%;
        left: 0rem;
    }
    .contact-in-section .column-2 ul.gmail-mob:before {
        width: 100%;
        left: 0rem;
    }
    .contact-in-section .column-2 ul.gmail-mob li:nth-child(1):before {
        display: none;
    }
    .contact-in-section .column-2 ul.address-ul li:nth-child(1):before {
        display: none;
    }
    .anzy-map-section .anzy-map {
        padding: 1rem;
        width: 100%;
    }
    .contact-in-section .form-control {
        width: 100%;
    }
    .anzy-map-section {
        margin-top: 3rem;
    } 
}

footer div.error {
    position: relative !important;
    left: 0;
    bottom: 0;
}

iframe{
    width: 100%;
}
