.btn.btn-primary {
    background: #229abf;
    border: 1px solid #229abf !important;
    color: #fff !important;
}

.contact-section .img {
    width: 100%;
    background-position: top center;
}

.contact-section .contact-info p a {
    color: #fff;
}

.contact-section .contact-form {
    width: 100%;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
        display: block;
        width: 100%;
    }
}

.contact-section .contact-form .form-control {
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}

.contact-section .contact-form .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #54b9e1;
}

.contact-section .contact-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.5) !important;
}

.contact-section .contact-form .form-control:focus,
.contact-section .contact-form .form-control:active {
    border-color: #54b9e1 !important;
}

.contact-section .contact-form textarea.form-control {
    height: inherit !important;
}

.dbox {
    width: 100%;
    margin-bottom: 0px;
}

@media (max-width: 767.98px) {
    .dbox {
        margin-bottom: 25px !important;
        padding: 0 20px;
    }
}

.dbox p {
    margin-bottom: 0;
}

.dbox p span {
    font-weight: 500;
    color: #000000;
}

.dbox p a {
    color: #54b9e1;
}

.dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #54b9e1;
    margin: 0 auto;
    margin-bottom: 20px;
}

.dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.dbox .text {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.dbox .text span {
    display: block;
    line-height: 1.2;
}

#map {
    width: 100%;
}

@media (max-width: 767.98px) {
    #map {
        height: 300px;
    }
}

.block-9 .form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}

.block-21 .blog-img {
    display: block;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.block-21 .text {
    width: calc(100% - 100px);
}

.block-21 .text .heading {
    font-size: 18px;
    font-weight: 500;
}

.block-21 .text .heading a {
    color: #fff;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
    color: #54b9e1;
}

.block-21 .text .meta > div {
    display: inline-block;
    margin-right: 5px;
}

.block-21 .text .meta > div a {
    color: #54b9e1;
}