﻿/* ------------------------------
Contact styles
---------------------------- */
.contact-page .sec-title {
padding-bottom: 40px;
}

.contact-page .contact-info {
margin-bottom: 63px;
}

.contact-page .contact-info .box-awesome-service {
text-align: center;
}

.contact-page .contact-info .box-awesome-service .box-icon {
font-size: 48px;
color: #f4b843;
}

.contact-page .contact-info .box-awesome-service .box-content p {
font-size: 15px;
}

.contact-page .contact-form .input-icon.left .input-addon {
top: 11px;
left: 15px;
right: initial;
}

.contact-page .contact-form .input-icon.left .input-addon span.fa {
font-size: 13px;
color: #989898;
}

.contact-page .contact-form input.error, .contact-page .contact-form textarea.error {
border-color: rgba(255, 0, 0, 0.2);
box-shadow: 2px 4px 6px rgba(255, 0, 0, 0.2);
}

.contact-page .contact-form label.error {
display: none !important;
}

.contact-page .contact-form .zt-control {
padding-left: 40px;
}

.contact-page .contact-form textarea.zt-control {
padding-top: 7px;
}

.contact-page .contact-form .response {
display: none;
border: 1px solid #e9e9e9;
margin-top: 30px;
text-align: center;
padding: 50px;
background: #e2e2e2;
border-radius: 5px;
font-size: 24px;
line-height: 26px;
}

.contact-page .contact-form button[type="submit"] {
margin-top: 10px;
color: #555555 !important;
text-align: center;
}

.contact-page .contact-form button[type="submit"]:hover {
color: #ffffff !important;
}

#contact-page-google-map {
height: 600px;
}

#contact-page-google-map h1.heading-map {
font-size: 18px;
text-align: center;
}

#contact-page-google-map .content-map {
margin-top: 10px;
font-size: 14px;
line-height: 26px;
}

/* Responsive .tab-details */
@media (max-width: 991px) {
    .destinations .destination-content-wrap .tab-content .tab-details {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .destinations .destination-content-wrap .tab-content .tab-details {
        padding: 12px;
        border-radius: 3px;
    }
}

@media (max-width: 480px) {
    .destinations .destination-content-wrap .tab-content .tab-details {
        padding: 10px;
        border-radius: 2px;
        margin: 0 -5px;
        width: calc(100% + 10px);
    }
}
