/*
 * Developer's custom css file
 */

#basic-modal-content {
    display: none;
}
.cont-error{
    color: #c70000;
    font-size: 16px;
}
.cont-succes{
    background: #a1daa0;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-align: center;
    margin: 10px auto;
    border-radius: 5px;
}
.custom-translator-completed{
    padding-left: 16px !important;
    background-image: url(../images/complete.gif) !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}
/* Front page banner - li */
.banner-section .banner-wrap .advantage-list ul li{
    font-weight: 500;
}

.testimonial-wrap .name .readmore{
    font-weight: 600;
}
.storyletter .title{
    text-transform: none;
}

.banner-botom-section .testimonial-wrap .testimonial-desc p{
    font-size: 12px;
}

/* --- Media Queries ---- */

/* ---------------------- */
@media screen and (max-width: 991px) {
    .custom-navbar .top-wrap{
        float: right;
        padding: 16px 0px;
    }
    .local-time{
        padding: 0 15px 0 0;
    }
}

@media screen and (max-width: 479px) {
    .custom-navbar .top-wrap{
        padding: 0px 13px 20px;
        float: none;
        display: block;
        clear: both;
    }
}
@media screen and (max-width: 479px) {
    .page-title {
        font-size: 19px;
    }
}
@media screen and (max-width: 360px) {
    .banner-section .banner-wrap .testsection {
    margin: 40px 0px;
    }
}