﻿#main-navbar ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}


#contact {
    color: #343a40;
    position: relative;
    background: #343a4000;
}

    #contact .social-icons {
        text-align: left !important;
    }

    #contact a {
        color: #072a4f;
        cursor: pointer;
    }

    #contact p {
        margin-bottom: 0;
    }

    #contact span {
        font-weight: 200;
        line-height: 33px;
    }

        #contact span strong {
            font-weight: 700;
        }

    #contact p i {
        color: #0e4882 !important;
        font-size: 40px;
        margin: 5px 5px 0 0;
    }

.spinner {
    width: 45px;
    height: 45px;
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
    margin: 5px 0px 108px 0;
    object-fit: contain;
    float: left;
    position: absolute;
    left: -40px;
}

.whatsapp-p {
    max-width: 395px;
}

    .whatsapp-p span {
        float: right;
    }

#hero-area {
    background: url(/images/iletisim/iletişim-new.png);
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center 70px !important;
    min-height: 100px !important;
}

    #hero-area .contents h1 {
        color: #fff;
        font-size: 75px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    #hero-area .contents h3 {
        color: #fff;
        font-size: 44px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    #hero-area .contents h4 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    #hero-area .contents p {
        font-size: 18px;
        color: #fff;
        font-weight: 100;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

#phone,
#message,
#name {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    width: 100%;
    height: 55px;
}

.m-180 {
    margin-top: 180px;
    margin-bottom: 180px;
    height: 180px;
}