.hero-heading-2 .btn.btn-light {
    border: 2px solid transparent !important;
}

.hero-heading-2 .btn.btn-light:hover,
.hero-heading-2 .btn.btn-light:focus,
.hero-heading-2 .btn.btn-light:active {
    color: #fff;
    border: 2px solid !important;
}

.call-to-action i {
    font-size: 8rem;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 9rem;
}

.modal-contact-bg {
    background: url('../images/sadeyonetim/bg-lead-modal.jpg');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center right;
}

.alert {
    display: none;
}

label.error {
    display: block !important;
}

#mainMenu nav > ul > li {
    margin-left: 2px;
}

@media (max-width: 479px) {

    #header .header-inner #logo,
    #header #header-wrap #logo {
        width: 80%;
    }

    #header .lines {
        top: 2px;
    }

    .call-to-action .fa-headset {
        text-align: left;
    }

    .heading-text h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .order-test-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #topbar ~ #header[data-transparent="true"] + .halfscreen {
        top: -160px;
        margin-bottom: -160px;
        height: 600px !important;
    }
    #header,
    #header .header-inner {
        height: 160px;
    }
    #header .header-inner #logo, #header #header-wrap #logo {
        float: none;
        display: table;
        margin: 0 auto;
        height: auto;
        line-height: 12px;
    }
    #header .header-inner #logo a, #header #header-wrap #logo a {
        float: left;
    }
    #mainMenu {
        display: table;
        margin: 0 auto;
    }
}

