/* Conatct start */
#fh5co-features, #fh5co-features-2, #fh5co-features-3, #fh5co-products, #fh5co-faqs {
    padding: 8em 0 25em 0;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background-image: url(../jpg/movement.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 80%;
}

.header-title {
    text-align: center;
    color: #00bfff;
}

#tip {
    display: none;
}

.fadeIn {
    animation-duration: 3s;
}

.form-control {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 42px;
    margin-bottom: 12px;
    padding: 5px 13px;
    color: #999999;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
}

.form-control:focus {
    border: 1px solid #00bfff;
}

.textarea-contact {
    resize: none;
}

.btn-send {
    border-radius: 5px;
    border: 1px solid #f06b7c;
    background: #f06b7c;
    padding: 15px 20px;
    color: #fff;
}

.btn-send:hover {
    border: 1px solid #f06b7c;
    background: #fff;
    color: #f06b7c;
    transition: background 0.5s;
}

.second-portion {
    margin-top: 0px;
    margin-bottom: 50px;
}

.map_box {
    border: 1px solid #e5e5e5;
    padding: 10px 10px 0px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.fh5co-section-heading {
    margin-bottom: 2em;
}

.fh5co-section-heading .fh5co-lead {
    font-size: 24px;
    color: #f06b7c;
    font-weight: 700;
}

.box > .icon {
    text-align: center;
    position: relative;
}

.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 8px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #3a5178;
    vertical-align: middle;
}

.box > .icon:hover > .image {
    background: #333;
}

.box > .icon > .image > i {
    font-size: 36px !important;
    color: #fff !important;
}

.box > .icon:hover > .image > i {
    color: white !important;
}

.box > .icon > .info {
    margin-top: -24px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
    min-height: 163px;
    border-radius: 5px;
    min-height: 193px;
}

.box > .icon:hover > .info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
}

.box > .icon > .info > h3.title {
    font-size: 10px;
    color: #f06b7c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.box > .icon > .info > p {
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
    color: #222;
}

.box > .icon > .info > .more a {
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
    color: #fff;
    padding: 6px 8px;
    background-color: #63B76C;
}

.box .space {
    height: 30px;
}

.contact_bot_headings {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #f06c7d;
    font-weight: 500;
}

.success {
    color: green;
    margin-top: -25%;
    margin-left: 40%;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    #fh5co-features, #fh5co-features-2, #fh5co-features-3, #fh5co-products, #fh5co-faqs {
        background-size: 120%;
    }

    .contact-form {
        margin-top: 25px;
    }

    .btn-send {
        width: 100%;
        padding: 10px;
    }

    .second-portion {
        margin-top: 25px;
    }
}

/* Conatct end */

#comment {
    height: 100px;
}

.avoid-clicks {
    pointer-events: none;
}

#submitContactBtn.requested {
    background: #e4e4e4;
    border-color: #e4e4e4;
    color: #454545;
}

#submitContactBtn:focus, #submitContactBtn:active {
    border-radius: 5px;
    border: 1px solid #f06b7c !important;
    background: #f06b7c !important;
    padding: 15px 20px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    #fh5co-faqs {
        padding-top: 10em;
    }
}