.site-form {
    max-width: 700px;
    margin: auto
}

.site-form .input-group {
    position: relative;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: #fff;
    height: 50px
}

.site-form .input-group label {
    font-size: 0
}

.site-form .form-control {
    font-size: 16px;
    height: auto;
    color: #000;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    border: none;
    line-height: normal;
    padding: 17px 20px;
    max-width: calc(100% - 50px);
    background: 0 0
}

.site-form .form-control::-webkit-input-placeholder {
    color: #666;
    line-height: 25px
}

.site-form .form-control::-moz-placeholder {
    color: #666;
    line-height: 25px
}

.site-form .form-control:-ms-input-placeholder {
    color: #666;
    line-height: 25px
}

.site-form .form-control::-ms-input-placeholder {
    color: #666;
    line-height: 25px
}

.site-form .form-control::placeholder {
    color: #666;
    line-height: 25px
}

.site-form .search-box {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    cursor: pointer;
    position: relative;
    top: -1px
}

.site-form .search-box .btn {
    min-width: auto;
    width: 100%;
    height: 50px;
    position: relative;
    background: url(../images/icons/AR-icon-small1.png) no-repeat -172px 5px;
    cursor: pointer;
    font-size: 0
}

.site-form .search-box .btn:hover {
    background-position-x: -213px
}

.banner {
    background: #1b2eac;
    background-image: -webkit-gradient(linear, left top, right top, from(#0d81f8), color-stop(50%, #1456d0), to(#1b2eac)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
    background-image: -o-linear-gradient(left, #0d81f8 0, #1456d0 50%, #1b2eac 100%), -o-linear-gradient(#f2f2f2, #f2f2f2);
    background-image: linear-gradient(90deg, #0d81f8 0, #1456d0 50%, #1b2eac 100%), linear-gradient(#f2f2f2, #f2f2f2);
    background-blend-mode: normal, normal;
    color: #fff
}

.banner .container {
    padding-top: 90px;
    padding-bottom: 90px
}

.banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    margin-bottom: 50px
}

.banner .site-form .input-group {
    height: 60px;
    border: 0;
    overflow: hidden
}

.banner .site-form .search-box {
    width: 70px;
    height: 60px;
    background-color: #e6e6e6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0
}

.banner .site-form .search-box:hover {
    background-color: #009cff
}

.banner .site-form .search-box:hover .btn {
    background-position-x: -672px
}

.banner .site-form .search-box .btn {
    height: 100%;
    background-position: -623px -113px
}

.banner p {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.banner p a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline
}

.search-wrap .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px
}

.search-wrap .cot-us {
    position: -webkit-sticky;
    position: sticky;
    padding: 30px;
    text-align: center;
    background-color: #f7f7f7
}

.search-wrap .cot-us h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px auto
}

.search-wrap .cot-us p {
    text-align: left;
    font-size: 18px;
    color: #333
}

.search-wrap .cot-us p a {
    font-size: 18px;
    color: #175dc0
}