/*-- # Header --*/
.header {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.header.sticked {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.breadcrumbs ol {
    justify-content: center;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

/* Start of contactpage */
.contactpage {
    padding: 0rem 40px 3rem 40px
}

.contactbanner {
    text-align: center;
    padding: 0rem 0px 0rem 0px;
    background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    min-width: 100%;
}

.mainoverlay {
    min-width: 100%;
    background: #006d6f;
    height: 80%;
    width: 100%;
    padding: 8rem 40px;
}

.contactheading {
    font-size: 44px;
    line-height: 47px; margin-bottom: 0px;
    /* font-family: 'Exo-SemiBold' !important; */
    Padding-bottom: 5px;
    color: #fff;
    display: inline-block;
    border-bottom: #fff 1px solid;
}

.contactformheading {
    font-size: 30px;
    font-family: 'Exo-SemiBold' !important;
    line-height: 30px;
    vertical-align: top;
    padding-bottom: 10px;
    color: #fff;
    display: inline-block;
    border-bottom: #fff 1px solid;
}


.info {
    width: 100%;
}
.mmtop{margin-top:10px}
.info i {
    font-size: 18px;
    float: left;
    width: 44px;
    height: 44px;
    background: #006d6f;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.infoheading {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-family: 'Exo-SemiBold' !important;
    font-weight: bold;
    margin-bottom: 5px;
}

.info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 18px;
    color: #3F4E46;
}

.info p a {
    color: #3F4E46;
    text-decoration: none;
}

.info p a:hover {
    color: #B2D6D8;
    text-decoration: none;
}

.info .open-hours,
.info .email,
.info .phone,
.info .timing {
    margin-top: 15px;
}

.php-email-form .loading {
    display: none;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #cda45e;
    border-top-color: #3F4E46;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.captchacodeleftpic {
    float: left;
    width: 22%;
}

.contactform {
    border: #ddd 1px solid;
    padding: 2.5rem 2rem;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Start of iPad Pro */
@media screen and (max-width:1200px) and (min-width:1101px) {
.contactbanner {background-position: 81% top !important;}
}

/* Start of iPad Pro */
@media screen and (max-width:1100px) and (min-width:992px) {
    .contactheading {
        font-size: 35px;
        margin-bottom: 0px;
        line-height: 38px;
        Padding-bottom: 2px;
    }

    .breadcrumbs ol {
        padding-top: 0px;
    }

    .mainoverlay {
        min-width: 100%;
        background-color: rgba(0, 0, 0, .2);
        height: 100%;
        width: 100%;
        padding: 7rem 20px;
    }

    .contactpage {
        padding: 0rem 10px 1.5rem 10px;
    }

    .info i {
        width: 36px;
        height: 36px;
    }

    .infoheading {
        padding: 0 0 0 48px;
        font-size: 16px;
    }

    .info p {
        padding: 0 0 0 48px;
        font-size: 15px;
    }

    .contactform {
        padding: 1.5rem 1.5rem;
        margin-top: 1.5rem;
        text-align: center;
    }

    .contactpage .row.mt-5 {
        margin-top: 25px !important;
    }

    .info {
        margin: 2rem 0px 0rem 0px;
    }
}

/* Start of iPad */
@media screen and (max-width:991.99px) and (min-width:768px) {
    .breadcrumbs ol {
        padding-top: 2px;
    }

    .contactheading {
        font-size: 30px;
        margin-bottom: 0px;
        padding-bottom: 3px;
        line-height: 34px;
    }

    .mainoverlay {
        padding: 5rem 10px;
    }

    .contactpage {
        padding: 0rem 10px 1.5rem 10px;
        background-position: left center;
        background-size: cover;
        width: 100%;
    }

    .info i {
        width: 36px;
        height: 36px;
    }

    .infoheading {
        padding: 0 0 0 48px;
        font-size: 16px;
    }

    .info p {
        padding: 0 0 0 48px;
        font-size: 15px;
    }

    .contactform {
        padding: 1.5rem 2rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .contactpage .row.mt-5 {
        margin-top: 25px !important;
    }

    .info {
        margin: 1rem 0px 0rem 0px;
    }
}

/* Start of Mobile/Iphone */
@media screen and (max-width:767px) and (min-width:320px) {
    .breadcrumbs ol {
        padding-top: 0px;
    }

    .contactbanner {
        background-image: none !important;
        background: #006d6f;
    }

    .mainoverlay {
        padding: 2.6rem 10px;
        background: #006d6f;
    }

    .contactheading {
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 24px;
        padding-bottom: 3px;
    }

    .contactpage {
        padding: 0rem 10px 1.5rem 10px;
    }

    .info i {
        width: 36px;
        height: 36px;
    }

    .infoheading {
        padding: 0 0 0 48px;
        font-size: 16px;
    }

    .info p {
        padding: 0 0 0 48px;
        font-size: 15px;
    }

    .contactform {
        padding: 1rem 1rem;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .contactpage .row.mt-5 {
        margin-top: 25px !important;
    }

    .info {
        margin: 1rem 0px 0rem 0px;
    }
    .mmtop{margin-top:5px}

}