@import url(../fonts/inter-ui/font-face.min.css);
@import url(../fonts/icons/font-face.min.css);
 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: InterUI, sans-serif;
    top: 0 !important;
}

.wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main { 
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.top-head {
    width: 100%;
    background: #f8f9fa;
    padding: 10px 0;
}

.top-head .dropdown,
.top-head .col-sm-3,
.footer-col .dropdown {
    float: right;
}

.top-head .dropdown button,
.footer-col .dropdown button {
    padding: 10px 15px;
    background: transparent;
}

.top-head .dropdown .caret,
.footer-col .dropdown .caret {
    margin: 0 0 0 -7px;
}

.mid-head {
    padding: 20px 0;
}

.vfs-logo {
    width: auto;
    padding: 7px 0;
}

.ukvi-logo {
    width: 115px;
    float: right;
}

.ukvi-logo img {
    width: 100%;
}

.banner-heading {
    width: 100%;
    box-sizing: border-box;
}

.banner-heading h1 {
    font-size: 46px;
    color: #fff;
    margin: 0 0 20px;
}

.banner-col {
    background:linear-gradient(
        0deg, rgba(6,52,91,.8), rgba(6,52,91,.8)), url(../images/banner.jpg) no-repeat scroll center/ cover;
    width: 100%;
    padding: 80px 0 0;margin-bottom:100px;
}

.banner-heading p {
    font-size: 20px;
    color: #fff;
}

ul {
    list-style: none;
}

.country {
    position: relative;
    width: 100%;
}

.country .select {
    position: relative;
    padding: 16px 20px;
    border: 1px solid #a6a6a6;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    font-size: 18px;
    color: #62707c;
    width: 75%;
    display: inline-table;
}

.country .select .flagstrap-icon {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 11px;
    background-color: #e3e5e7;
}

.country .select:after {
    content: '';
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 13px;
    height: 10px;
    background: url(../images/down-arrow.png) no-repeat scroll 0 0 / cover;
}

/*.country .select.open:after {
    background-position: 0 -5px;
}*/

.country .dropdown {
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    width: 75%;
    height: 225px;
    border: 1px solid #cfcfcf;
    border-top: 1px solid #a6a6a6;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    overflow-y: scroll;
    z-index: 1;
}

.country .dropdown .flagstrap-icon {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 11px;
    background-color: #e3e5e7;
}

.country .dropdown li {
    padding: 10px 20px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    cursor: pointer;
}

.country .dropdown li:first-child {
    margin-top: 12px;
}

.country .dropdown li:last-child {
    margin-bottom: 12px;
}

.country .dropdown li:hover {
    background: #dedede;
    color: #454545;
}

.country .dropdown li.open {
    display: block;
}

.footer-col {
    background: #f8f9fa;
    margin-top: auto;
    padding: 25px 0;
}

.footer-txt p {
    color: #62707c;
    line-height: 26px;
    font-size: 18px;
}

.dropdown-area {
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin: 100px 0 15px;
    border-bottom: 4px solid #e86020;
}

.dropdown-area p {
    font-size: 21px;
    margin: 0 0 15px;
}

.start-btn, .disabled {
    background: #e86020;
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 16px 20px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.start-btn:hover, .disabled:hover{
    color:#fff;
    text-decoration: none;
}

.disabled{
    background: #c3c3c3 !important;
    cursor: default !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-logo-link {
    display:none !important;
}
.trans-section {
    margin: 100px;
}

.dropdown .bootstrap-select .btn:focus{
    outline: thin dotted #fff!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}

.dropdown .dropdown-menu.open, .dropdown ul.dropdown-menu.inner.selectpicker {
    max-width: 230px;
}

.dropdown .dropdown-menu {
    right: 0px !important;
    left: inherit;
}

.dropdown .btn-group.bootstrap-select.fit-width {
    margin: 0;
}

@media screen and (max-width:1024px) {
    .banner-heading{
        padding: 0 2%;
    }
    .dropdown-area {
        width: 96%;
        margin: 100px 2% 15px;
    }
    .country .select, .country .dropdown{
        width: 72%;
    }
}

@media screen and (max-width:768px) {
    .country .select, .country .dropdown {
        width: 62%;
    }
}

@media screen and (max-width:767px) {
    .country .select, .country .dropdown {
        width: 100%;
        margin: 0 0 15px;
    }
    .start-btn {
        margin: 0;
    }
}

