#form {
    display: block;
}
#form-responsive {
    display: none;
} 

.map-wrapper iframe {
    width: 100%;
    padding-top: 0px;
}
.address-section-contact {
    margin: 50px 0 100px 0;
}

.address-wrapper-contact {
    padding: 40px 30px;
    box-shadow:0px 0px 20px 0px rgba(0,0,0,.1);
    display: block;
    height: 215px;
    background-color: #ffff;
}

.address-wrapper-contact h2 {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 18px;
    color: #fed501;
    line-height: 30px;
    font-weight: 600;
}

.address-wrapper-contact img {
    margin-top: 5px;
}

.address-wrapper-contact p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

.address-wrapper-contact p span {
    font-weight: 500;
    font-size: 16px;
}

.pad-left {
    padding-left: 10px;
    padding-right: 10px;
}

.form-section-contact {
    position: relative;
}

.form-section-contact .map-wrapper img {
    width: 100%;
}

.form-section-contact h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.form-section-contact h1 span {
    font-weight: 300;
}

.form-header img {
    position: absolute;
    z-index: -1;
    top: -43px;
    left: 50%;
    margin-left: -42.5px;
}

.form-wrapper {
    margin: 90px auto 50px auto;
}

/*.form-input input {
    line-height: 35px;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    outline: none;
    width: 100%;
    font-size: 16px;
}*/

.form-input input::placeholder {
    font-size: 16px;
}

/*.form-input2 input {
    line-height: 50px;
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    outline: none;
    width: 100%;
}*/

#name-error-error {
    position: absolute;
    width: max-content;
    left: 14px;
}
#email-error {
    position: absolute;
    width: max-content;
    left: 14px;
}
#number-error {
    position: absolute;
    width: max-content;
    left: 14px;
}
#subject-error {
    position: absolute;
    width: max-content;
    left: 14px;
}
.form-input input {
    margin-top: 10px;
    margin-bottom: 15px;
}
.form-input2 input {
    margin-top: 10px;
    margin-bottom: 25px;
}
/*.form-input textarea{
    margin-bottom: px;
}*/

.form-input3 input {
    line-height: 75px;
    margin-top: 10px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    outline: none;
    width: 100%;
}

.common-button {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000;
    border: none;
    padding: 18px 20px;
    font-size: 12px;
    background: #fed501;
    margin-top: 15px;
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
    outline: none;
}

#contactform .diagonal {
    padding: 0 5px;
    width: 150px;
}


/*mujahid css start*/
.cta-contact {
    position: relative;
    background-image: url(../images/cta/08-new.jpg);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-contact img {
    width: 30px;
    height: 30px;
}

.cta-contact h1{
    position: relative;
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0 35px;
}
/*mujahid css end*/

@media only screen and (max-width: 480px) { 

#form {
    display: none;
}
#form-responsive {
    display: block;
}
    .map-wrapper {
    width: 100%;
    padding-top: 50px;
}


}

@media only screen and (max-width: 480px) {
    .cta-portfolio {
        position: relative;
        background-image: url(../images/cta/mob/08.jpg);
        height: 200px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.map {
    width: 100%;
    height: 500px;
    background-color: white;
    box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
    border-radius: 2px;
    margin-bottom:40px;
}
.place-card {
    width: 20%;
    font-size: 14px;
    background-color: #fff;
    padding: 9px 4px 9px 11px;
    margin:10px 0 0 10px;
    display: block;
    float: left;
}
.place-desc-large .place-name {
    font-size: 16px;
}
.place-desc-large .address {
    font-weight: normal;
    color: #5B5B5B;
    float: left;
    padding-right: 10px;
    font-family: Roboto,Arial;
    font-size: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.place-card .navigate-text, .gm-style .place-card .star-entity-text {
    margin-top: 5px;
    text-align: center;
    color: #3a84df;
    font-size: 12px;
    max-width: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
}
.place-card div, .gm-style .place-card a, .gm-style .default-card div, .gm-style .default-card a {
    color: #5B5B5B;
    font-family: Roboto,Arial;
    font-size: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.navigate {
    /*display: inline-block;*/
    vertical-align: top;
    height: 43px;
    padding: 0 7px;
}
.navigate-icon {
    float: right;
    background-position: 0px 0px;
}

.navigate-icon {
    border: 0;
}
.navigate-icon {
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto;
}
.place-card .navigate-text, .gm-style .place-card .star-entity-text {
    margin-top: 5px;
    text-align: center;
    color: #3a84df;
    font-size: 12px;
    max-width: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.icon {
    background-image: url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png);
    background-size: 70px 210px;
}
.place-card .review-number {
    display: inline-block;
    color: #e7711b;
    font-weight: 500;
    font-size: 14px;
}
.place-card div, .gm-style .place-card a, .gm-style .default-card div, .gm-style .default-card a {
    color: #5B5B5B;
    font-family: Roboto,Arial;
    font-size: 12px;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.rating-full-star {
    background-position: 48px 165px;
}
.rating-star {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
}
.rating-half-star {
    background-position: 23px 165px;
}
.place-card, .gm-style .default-card, .gm-style .directions-card {
    cursor: default;
}
.place-card a:link, .gm-style .default-card a:link, .gm-style .directions-card a:link {
    text-decoration: none;
    color: #3a84df;
}
.tooltip-anchor {
    width: 100%;
    position: relative;
    float: right;
    z-index: 1;
}
.tooltip-anchor {
    width: 50%;
    display: none;
}
.tooltip-anchor>.tooltip-tip-outer {
    border-bottom: 8px solid #CBCBCB;
}
.tooltip-anchor>.tooltip-tip-inner {
    border-bottom: 8px solid white;
    z-index: 1;
    top: 1px;
}
.tooltip-content {
    position: absolute;
    top: 120px;
    left: 140px;
    line-height: 137%;
    padding: 10px 12px 10px 13px;
    width: 210px;
    margin: 0;
    border: 1px solid #CBCBCB;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
    background-color: white;
}
.review-box a{
    color: #0056b3;
    text-decoration: underline;
    font-weight: normal;
    text-decoration: none;
    padding-left: 5px;

}
.bottom-actions {
    padding-top: 10px;
}
.google-maps-link a {
    font-weight: normal;
    padding-top: 10px;
}
