﻿
.bannerBox {
    /*padding: 0 20px;*/
    /*height: 520px;*/
    position: relative;
    /*display: flex;*/
    text-align: center;
}

    .bannerBox .middleBox {
        padding: 15px 30px;
        margin: 0px auto 0;
        /*max-width: 700px;*/
        transition: .3s;
/*        background: rgba(182, 182, 181, 0.4);*/
        border-radius: 10px;
        /*height: 200px;*/
        z-index: 1;
    }

        .bannerBox .middleBox h4 {
            padding: 0 0 20px;
            /*font-family: SourceSansPro-Semibold;*/
            font-size: 34px;
            color: #fff;
            /*line-height: 48px;*/
            text-shadow: 0 3px 3px rgba(0,0,0,0.55);
            margin: 0 auto;
        }

.searchBox {
    display: flex;
    background: #fff;
    position: relative;
    float: left;
    border-radius: 5px;
    width: 100%;
    height: 55px;
}

    .searchBox .inputGroupAdd {
        margin: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    .searchBox .input-group {
        width: 100%;
        position: relative;
        z-index: 3;
        display: flex;
    }

        .searchBox .input-group .form-control {
            border-radius: 0;
            border: 0;
            border-left: #E6E6E6 solid 1px;
            height: 55px;
        }

.form-control {
    padding: 6px 12px;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #333;
    background: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchBox button {
    padding: 10px 15px;
    font-size: 24px;
    background: #58BF93;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: 0;
    cursor: pointer;
}

.searchBox .input-group .autoComplete {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 55px;
    overflow: auto;
    border-radius: 0 0 5px 5px;
    transition: .3s;
}

.searchBox .inputGroupAdd button {
    width: 140px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    height: 55px;
    color: #333;
}

.searchBox a {
    padding: 10px 15px;
    font-size: 24px;
    background: #03539b;
    color: #fff;
    border-radius: 0 5px 5px 0;
    border: 0;
    cursor: pointer;
}

.searchBox .dropdown-toggle {
    padding: 0 26px 0 15px;
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.searchBox ul.dropdown-menu.option {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

.searchBox ul {
    display: none;
    width: 99%;
    overflow: hidden;
    overflow-y: auto;
    min-width: 136px;
    max-height: 200px;
    background: #fff;
    border-radius: 5px;
}

.searchBox .dropdown-toggle::after {
    content: "\e919";
    font-family: icomoon;
    font-size: 12px;
    color: #333;
    position: absolute;
    right: 10px;
    top: 22px;
    transition: .3s;
}

.bannerBox .middleBox p {
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    display: block;
    float: left;
    text-shadow: 0 1px 4px rgba(0,0,0,0.65);
    width: 100%;
    text-align: center;
}

.form-group1 {
    margin-bottom: -20px;
}

.exploreOurTools:after {
    content: '';
    background: url(assets/images/pattern-white.png) repeat left top;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
}

.search {
    width: 35px;
    border-width: 0px;
    z-index: 99999;
    margin-top: 98px;
    margin-right: 11px;
}

.carousel-control.right1 {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right2 {
    margin-right: 165px;
    margin-top: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.carousel-control {
    opacity: 0.85;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 150px;
}

.input-group-btn {
    padding-top: 9px;
}

.form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single {
    padding-top: 9px;
    border-radius: 5px;
}

    .form--banner-sidebar:not(.form--white) .select2-container--default .select2-selection--single .select2-selection__arrow {
        padding-top: 9px;
    }

.header__social {
    margin-top: -4px;
    margin-left: 846px;
    /* margin-right: auto; */
}

@media (min-width: 320px) {
    .search {
        margin-top: 2px;
    }
}

@media (min-width: 767px) {
    .header__logo {
        display: block;
        width: 100px;
    }

    .header__social {
        margin-top: -4px;
        margin-left: 300px;
        /* margin-right: auto; */
    }

    .navbar__brand {
        display: none;
    }

    .search {
        margin-top: 52px;
    }
}

@media (min-width: 990px) {
    .header__logo {
        display: block;
        width: 100px;
    }

    .header__social {
        margin-top: -4px;
        margin-left: 300px;
        /* margin-right: auto; */
    }

    .navbar__brand {
        display: none;
    }

    .search {
        margin-top: 52px;
    }
}
    @media (min-width: 1200px) {
        .header__logo {
            display: none;
            width: 100px;
        }

        .header__social {
            margin-top: -4px;
            margin-left: 846px;
            /* margin-right: auto; */
        }

        .navbar__brand {
            display: block;
        }

        .search {
            margin-top: 90px;
        }
    }

    

    .table {
        margin-bottom: -5px;
       /*  margin-top: -6px; */
       background-color:white;
    }

    .header__phone {
        margin-top: 3px;
    }

    .navbar-brand {
        float: left;
        padding: 0px 10px;
        height: 0px;
    }

    .span12 {
        margin-bottom: 10px;
    }

    .form-control {
        background: #fff;
    }

    .modal-body {
        padding: 10px;
    }

    .select2-container--default .select2-selection--single {
        border-radius: 0px;
    }

    .close {
        opacity: 1.2;
    }

    .modal-footer {
        padding: 0px;
    }

    @media (min-width: 768px) {
        .modal-dialog {
            width: 30%;
            margin: 100px auto;
            height: auto;
        }
    }
@media (min-width:320px) {
    .search {
        z-index: 99;
    }
    .serc {
        height: 60px;
        margin-top: -1px;
        width: 320px;
        border-color: #015bbb;
    }
}

@media (min-width:375px) {
    .search {
        z-index: 99;
    }
}

@media (min-width: 768px) {
    .search {
        z-index: 99999;
    }
}
@media (min-width: 1024px) {
    .serc {
        height: 60px;
        margin-top: -4px;
        width: 320px;
        border-color: #015bbb;
    }
}
/*@media (min-width:320px) {
    .carousel-control.right2 {
        margin-right: 165px;
        margin-top: 12px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
    }
}
    @media (min-width:375px) {
        .carousel-control.right2 {
            margin-right: 200px;
            margin-top: 12px;
            background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
            background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
            background-repeat: repeat-x;
        }
    }
@media (min-width: 768px) {
    .carousel-control.right2 {
        margin-right: 165px;
        margin-top: 5px;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
    }
}*/

