﻿body {
    background-color: #f7f2ed;
}
section.contact-us {
    /* margin-top: 100px;*/
    padding: 40px 0px 40px 0px;
}
@media screen and (max-width: 1200px) and (min-width: 100px) {
    section.contact-us .contact {
        background-color: #fff;
        border-radius: 20px;
        padding: 20px!important;
    }
}
    section.contact-us .contact {
        background-color: #fff;
        border-radius: 20px;
        padding: 20px 20px 64px 20px;
    }

    .align-self-center {
        align-self: center !important;
    }

.navbar-collapse .navbar-nav li a {
    color: #156db5 !important;
}
section.contact-us .contact h2 {
    text-transform: uppercase;
    color: #005289;
    border-bottom: 1px solid #005289;
    /*   margin-bottom: 40px;*/
    padding-bottom: 20px;
    font-size: 22px;
    padding-left: 13px;
    font-weight: 700;
}

    section.contact-us .contact input {
        width: 100%;
        height: 40px;
        border-radius: 10px;
        background-color: #f7f7f7;
        outline: none;
        border: none;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
        color: #7a7a7a;
        padding: 0px 15px;
        margin-bottom: 30px;
    }

    section.contact-us .contact textarea {
        width: 100%;
        min-height: 140px;
        max-height: 180px;
        border-radius: 20px;
        background-color: #f7f7f7;
        outline: none;
        border: none;
        box-shadow: none;
        font-size: 13px;
        font-weight: 500;
        color: #7a7a7a;
        padding: 15px;
        margin-bottom: 30px;
    }

section.contact-us .contact .button {
    font-size: 13px;
    color: #fff;
    background-color: #005289;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
    width: 30%;
}

    @media screen and (max-width: 600px) and (min-width: 100px) {
        section.contact-us .contact .button {
            width: 100% !important;
        }
    }

    section.contact-us .right-info {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 20px;
    }

    ul {
        margin-bottom: 0px;
    }

    ul, li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .navbar-default {
        background: #ffffff;
    }
    /*section.contact-us .contact {
    margin-bottom: 30px;
}*/
    section.contact-us .right-info ul li {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #2a25684f;
        margin-bottom: 20px;
        padding-bottom: 18px;
    }

        section.contact-us .right-info ul li h6 {
            color: #374b5c;
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        section.contact-us .right-info ul li span {
            display: block;
            font-size: 18px;
            color: #374b5c;
            font-weight: 700;
        }

    @media screen and (max-width: 767px) and (min-width: 200px) {
        /*    .navbar {
        margin-top: 36px;
    }*/
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            border-color: #e7e7e7;
            margin-top: 4px;
            -webkit-box-shadow: none;
            border: none;
            background: #fff;
            border-bottom: 2px solid #343434;
        }
    }

    @media screen and (max-width: 767px) and (min-width: 100px) {
        .lastUlLi {
            display: none;
        }
    }
    /*@media screen and (max-width: 500px) and (min-width: 100px){
    section.contact-us .contact {
        background-color: #fff;
        border-radius: 20px;
        padding: 0px;
    }
}*/