.ptb-100 {
    padding-top: 60px;
    padding-bottom: 100px;
}

#map iframe {
    height: 510px;
    width: 100%;
    margin-bottom: -10px;
}

.contact-area {
    background: url(../img/about-bg.png) no-repeat;
    background-position: center center;
}

.contact-box {
    background: #ffffff;
    padding: 20px 20px 20px 90px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin-top: 15px;
}

.contact-box .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 52px;
    border: 1px dashed #ff0040;
    border-radius: 50%;
    color: #ff0040;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-box .icon i::before {
    font-size: 20px;
}

.contact-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #ff0040;
}

.contact-box .content p {
    margin-bottom: 0;
}

.contact-box .content p a {
    color: #828893;
}

.contact-box .content p a:hover,
.contact-box .content p a:focus {
    color: #ff0040;
}

.contact-box:hover,
.contact-box:focus {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-box:hover .icon,
.contact-box:focus .icon {
    background: #ff0040;
    color: #ffffff;
}

.contact-form {
    margin-top: 50px;
}

.leave-your-message h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.leave-your-message .stay-connected {
    margin-top: 25px;
}

.leave-your-message .stay-connected h3 {
    margin-bottom: 20px;
}

.leave-your-message .stay-connected ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.leave-your-message .stay-connected ul li {
    margin-bottom: 10px;
}

.leave-your-message .stay-connected ul li:last-child {
    margin-bottom: 0;
}

.leave-your-message .stay-connected ul li a {
    font-weight: 500;
    display: inline-block;
    color: #828893;
}

.leave-your-message .stay-connected ul li a i {
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    line-height: 31px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 10px;
}

.leave-your-message .stay-connected ul li a i::before {
    font-size: 15px;
}

.leave-your-message .stay-connected ul li a:hover,
.leave-your-message .stay-connected ul li a:focus {
    color: #ff0040;
}

#contactForm {
    background: #ffffff;
    padding: 25px 25px 10px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

#contactForm label {
    font-weight: 400;
    margin-bottom: 10px;
}

#contactForm .form-control {
    background: transparent;
}

#contactForm ul {
    padding: 0;
    margin: 0;
}

#contactForm ul li {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

#contactForm .text-danger,
#contactForm .text-success {
    margin-bottom: 0;
    margin-top: 20px;
}

#contactForm .h4 {
    font-size: 15px;
}

@media (max-width:991px) {
    #contactForm {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    .contact-box .icon {
        position: absolute;
        left: 12px;
        top: 20px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 34px;
        border: 1px dashed #ff0040;
        border-radius: 50%;
        color: #ff0040;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .contact-box .icon i::before {
        font-size: 15px;

    }

    .contact-box h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-box .content p {
        font-size: 12px;
    }

    .contact-box .content {
        margin-left: -25px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .contact-box .content p {
        font-size: 14px;
    }
}

.submit-btn {
    margin-top: 20px;
}