﻿
.header-space {
    height: 90px;
}

.header-area {
    height: 90px;
}


#map {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    float: left;
}

.isc-contact-para {
    float: left;
    width: 90%;
    padding-left: 5%;
}

    .isc-contact-para p {
        font-weight: 600;
        font-size: 18px;
        line-height: 2;
        text-align: justify;
        margin: 10px auto;
    }

.isc-contact-page {
    float: left;
    width: 100%;
    background: white;
    padding: 20px;
}

.isc-contact-page-left-one {
    float: left;
    width: 100%;
    display: flex;
    margin: 10px 0px;
}

.isc-contact-page-left-one-left {
    float: left;
    width: 10%;
}

.isc-contact-page-left-one-right {
    float: right;
    width: 50%;
}

.isc-contact-page-right {
    float: right;
    width: 50%;
}


.isc-contact-page-left {
    float: left;
    width: 50%;
    padding-left: 20px;
}



/*Added by yuvaraj*/
.red-col {
    color: red !important;
    font-size: 11px !important;
    padding-left: 1px !important;
    padding-bottom: 0;
    position: absolute;
    float: left;
    text-align: left;
    position: absolute;
    left: 15px;
    z-index: 0;
    top: 25px;
    padding-top: 0px;
}

.contact-form-style input, .contact-form-style textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #c1c1c1;
    -o-border-image: none;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #444;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 20px 15px 0;
}

body {
    overflow-y: hidden;
}

.isc-scroll-body-cont {
    overflow-y: auto;
    height: calc(100vh - 120px);
}

.isc-contact-footer {
    position: relative;
    bottom: -3px;
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .responsive-map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

@media only screen and (min-width: 2160px) and (max-width: 3840px) {
    .isc-contact-footer {
        position: fixed !important;
        bottom: 0 !important;
        width: 100%;
        left: 0;
        right: 0;
    }
}