@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

#main-wrapper {overflow: hidden;position: relative;max-width: 1900px;margin: 0 auto;width: 100%;}
a:focus, a:hover {text-decoration: none;outline: 0;}
.container {max-width: 1200px;}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.color-white {color: #fff;}
.color-black {color: #000;}
.color-black-new {color: #222222;}
.color-black-two {color: #404041;}
.color-black-one {color: #3d3d3d;}
.colornavyblue {color: #1ca1c8;}
.colorash {color: #58595b;}
.upr{text-transform: uppercase;}
a:hover {color: #b10022;}
h1 {font-family: 'gothambold';font-size: 67px;margin: 0;}
h2 {font-family: 'gothambold';font-size: 62px;}
h3 {font-family: 'Poppins', sans-serif;font-weight:500;font-size: 37px;margin: 0;}
h4 {font-family: 'Poppins', sans-serif;font-weight:400;font-size: 32px;margin: 0;}
h5 {font-family: 'Poppins', sans-serif;font-weight:400;font-size: 25px;margin: 0;}
h6 {font-size: 18px;font-family: 'gothambook';}
p {font-size: 16px;font-family: 'gothambook';}
header{margin: 0;padding:0 0 21px;float: left;width: 100%;}
img.logo-picture {margin: 19px 0 0 0;float: left;}
.country-name {margin: 0;float: right;width: 34%;padding: 54px 0 0 0;}
ul.country-listing{margin: 0;padding:0;float: left;width:100%;}
ul.country-listing li{margin: 0 21px;padding:0;float: left;list-style: none;font-family: 'gothammedium';font-size:16px;color:#58595b;position: relative;}
ul.country-listing li:after {
    position: absolute;
    right: -19px;
    top: 4px;
    content: '';
    width: 2px;
    height: 16px;
    background-color: #000;
}
ul.country-listing li:last-child:after{display: none;}

section#banner{margin: 0;padding: 0;width: 100%;float: left;}
#banner img{width: 100%;}
.banner-inside {
    position: absolute;
    width: 100%;
    top: 195px;
}
.banner-caption {
    margin: 0;
    padding: 0;
    float: left;
    position: absolute;
    width: 556px;
    left: 94px;
    display: initial;
}
.diver {
    margin: 0;
    padding: 35px 48px 47px 64px;
    float: left;
    width: 100%;
    background-color: rgba(255,255,255,0.97);
}
h1.schl {
    position: relative;
    line-height: 78px;
    margin: 0 0 10px 21px;
}
h1.schl:before {
    position: absolute;
    content: '';
    left: -22px;
    top: 11px;
    width: 8px;
    height: 140px;
    background-color: #f68b1d;
}
h6.feeoff {
    font-size: 18px;
    line-height: 26px;
}
a.appl {
    float: left;
    margin: 11px 0 0 0;
    padding: 15px 22px;
    font-size: 18px;
    font-family: 'gothambook';
    color: #fff;
    background-color: #00bbd2;transition:ease-in-out 1s;
}

button.appl {
    float: left;
    margin: 11px 0 0 0;
    padding: 8px 20px;
    font-size: 18px;
    font-family: 'gothambook';
    color: #fff;
    background-color: #00bbd2;transition:ease-in-out 1s;border: transparent;
}

button.appl:focus {
    outline: none;
}

a.appl:hover{transition:ease-in-out 1s;background-color:#58595b;}

section#form-part{margin:0;padding:4% 0;float: left;width: 100%;}

form.form2 {
    float: none;
    width: 100%;
    margin: 11px auto 0;
    background-color: #fff;
    display: table;
    box-shadow: -2px 1px 26px #9b9b9bc2;
    padding: 49px;
}
.inpt-fld-new {
    width: 49%;
    line-height: 66px;
    padding: 0 0 0 17px;
    margin: 5px 10px 10px 0px;
    color: #58595b;
    font-size: 18px;
    font-family: 'gothambook';
    transition: all 1s;
    float: left;
    border: none;
    border-radius: 0px;
    background-color: #fafafa;
}
textarea.inpt-fld-new{width: 100%;
line-height: 50px;
padding: 0 0 0 17px;
margin: 5px 10px 13px 0px;
color: #58595b;
font-size: 18px;
font-family: 'gothambook';
transition: all 1s;
float: left;
border: none;
border-radius: 0px;
height: 58px;background-color:#fafafa;}
.sb-btn-cntct-new {
    color: #fff;
    font-size: 20px;
    font-family: 'gothambook';
    background: #00bbd2;
    padding: 16px 17px;
    margin: 0 auto 0;
    float: none;
    transition: ease-in-out 1s;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid transparent;
    display: table;
    width: 100%;
}
.sb-btn-cntct-new:hover{background-color:#000 !important;transition: 1s ease-in-out;color: #fff;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity:  1;color: #58595b;
font-size: 18px;
font-family: 'gothambook';
}
::-moz-placeholder { /* Firefox 19+ */
  opacity:  1;color: #58595b;
font-size: 18px;
font-family: 'gothambook';
}
:-ms-input-placeholder { /* IE 10+ */
  opacity:  1;color: #58595b;
font-size: 18px;
font-family: 'gothambook';
}
:-moz-placeholder { /* Firefox 18- */
  opacity:  1;color: #58595b;
font-size: 18px;
font-family: 'gothambook';
}
::placeholder { color: #58595b;
font-size: 18px;
font-family: 'gothambook';}
.spcl {
    margin-bottom: 37px;
}

section#countries-part{margin:0;padding:4% 0;float: left;width: 100%;}
ul.country-flag-listing{margin: 33px 0 0 0;padding:0;float: left;width: 100%;}
ul.country-flag-listing li{margin: 0;padding:0;float: left;list-style: none;width: 100%;}
ul.country-flag-listing li h6{color: #58595b;
font-size: 20px;
font-family: 'gothammedium';text-align: center;line-height: 26px;}
.each-flg img {
    width: 145px;
    height: 80px;
    object-fit: cover;
    margin: 0 0 11px 0;
}
.each-flg {float:left;width:100%;background-color: #f9f9f9;border-bottom:5px solid #19bcd3;padding: 50px 10px 35px;transition:ease-in-out 1s;min-height: 151px;}
.each-flg:hover{border-bottom:5px solid #162858;transition:ease-in-out 1s;}
ul#content-slider {
    height: 150.594px !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #e3e4e4 !important;
    height: 12px !important;
    width: 12px !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca !important;
}

ul.lSPager.lSpg {
    margin-top: 27px !important;
}

section#applying{margin:0;padding:4% 0;float: left;width:100%;background-color:#f9f9f9;}
section#applying h5{font-family: 'gothammedium';font-size:24px;color:#172858;padding: 20px 0 10px 0;}
section#applying h6 {
    line-height: 28px;
}

footer{margin: 0;padding:0;float: left;width:100%;}
.top-footer{margin: 0;padding:50px 0 95px 0;float: left;width:100%;background-color:#f9f9f9;}
.each-addrs{position: relative;}
.each-addrs:after {
    position: absolute;
    right: 26px;
    top: 0;
    content: '';
    background-color: #abacae;
    width: 1px;
    height: 153px;
}
.each-addrs h5{font-family: 'gothammedium';
    font-size: 22px;
    color: #00bbd2;
    text-transform: uppercase;
    margin: 0 0 10px 0;}
.each-addrs h6 a{color: #58595b;}
.each-addrs h6 {
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.top-footer .col-sm-4:last-child .each-addrs:after{display: none;}
.bottom-footer{margin: 0;padding:2% 0 1%;float: left;width: 100%;background-color:#1c2957;}
ul.terms-listing{margin: 0;padding:0;float: left;width:100%;}
ul.terms-listing li {
    margin: 0 44px 0;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-family: 'gothambook';
    width: 17%;
    text-align: center;
}
ul.terms-listing li:after {
    position: absolute;
    content: '';
    right: -49px;
    top: -7px;
    width: 1px;
    height: 56px;
    background-color: #fff;
}
ul.terms-listing li a{color: #ffffff;
font-size: 18px;
font-family: 'gothambook';}
ul.terms-listing li:last-child:after{display: none;}
ul.terms-listing li:last-child {
    width: 43%;
}
img.btmlogo {
    float: right;
    margin: -11px 0 0 10px;
}

section#diversity{margin: 0;padding:4% 0;float: left;width:100%;}
.table thead th {vertical-align: middle;}
th.crsbl{background-color:#00bbd2;color:#fff;}
th.crsdbl{background-color:#172859;color:#fff;}
th.crsorng{background-color:#f68b1e;color:#fff;}
.table thead th{color:#fff;font-family: 'gothambook';font-size:14px;border-right: 1px solid #b0b0b0;border-bottom: none !important;}
.table th {
    vertical-align: middle;
    border-top: 1px solid #b0b0b0;text-align: center;
}
.table tbody td{color:#58595b;font-family: 'gothambook';font-size:14px;border-right: 1px solid #b0b0b0;}
td.crsbl{background-color:#00bbd2;color:#fff;}
td.crsdbl{background-color:#172859;color:#fff;}
td.crsorng{background-color:#f68b1e;color:#fff !important;}
td.crsgry{background-color:#ebecec;color:#58595b;}
.table td {border-top: 1px solid #b0b0b0;
    vertical-align: middle;text-align: center;
}
.table{border: 1px solid #b0b0b0;margin: 30px 0 39px 0;}

section#diversity a.appl{margin: 0 auto;float: none;display: table;}

.modal.fade{
  opacity:1;
}
.modal.fade .modal-dialog {
   -webkit-transform: translate(0);
   -moz-transform: translate(0);
   transform: translate(0);
}
h2.colorash.modal-title {
    font-size: 41px;
    text-align: center;
    float: none;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.modal-body h6 {
    font-size: 15px;
    line-height: 24px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 931px !important;
    margin: 1.75rem auto;
}
}

button.cndbtn {
    border: none;
    background: transparent;
    color: #fff;
    text-align: center;
}

button.cndbtn:focus{outline: none;}

input#captcha {
    width: auto;
    line-height: 53px;
    padding: 0 0 0 17px;
    margin: 5px 10px 10px 14px;
    color: #58595b;
    font-size: 17px;
    font-family: 'gothambook';
    transition: all 1s;
    float: right;
    border: none;
    border-radius: 0px;
    background-color: #fafafa;
}

.cpct-part {
    float: none;
    width: auto;
    margin: 0 auto 18px;
    display: table;
}

img#captcha_code {
    margin: 15px 0 0 0;
}

/*responsive part*/

@media screen and (min-width: 1201px) and (max-width: 1280px){

}

@media screen and (min-width: 1100px) and (max-width: 1200px){

.country-name {width: 39%;}
.banner-inside {
    position: absolute;
    width: 100%;
    top: 161px;
}
h1.schl {
    position: relative;
    line-height: 62px;
    margin: 0 0 10px 21px;
}
h1 {font-size: 51px;}
h1.schl:before {
    left: -22px;
    top: 11px;
    width: 8px;
    height: 110px;}

.inpt-fld-new {
    width: 48%;}

section#applying img {
    width: 100%;
}
ul.terms-listing li:after {right: -19px;}
ul.terms-listing li {
    margin: 0 10px 0;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 22%;
    text-align: center;
}
ul.terms-listing li:last-child {
    width: 50%;
}
ul.terms-listing li a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'gothambook';
}

}

@media screen and (min-width: 971px) and (max-width: 1099px){

.diver {
    margin: 0;
    padding: 25px 48px 32px 64px;
    float: left;
    width: 100%;
    background-color: rgba(255,255,255,0.97);
}
h1.schl {
    position: relative;
    line-height: 54px;
    margin: 0 0 10px 21px;
}

h1 {font-size: 48px;}
h1.schl:before {
    position: absolute;
    content: '';
    left: -22px;
    top: 11px;
    width: 8px;
    height: 94px;
    background-color: #f68b1d;
}
.country-name {
    margin: 0;
    float: right;
    width: 46%;}

.banner-inside {
    position: absolute;
    width: 100%;
    top: 151px;
}
.inpt-fld-new {width: 48%;}
ul.lSPager.lSpg {
    display: none;
}
section#applying img{width: 100%;}
section#applying h5 {font-size: 22px;}
h2 {font-size: 53px;}
ul.terms-listing li {
    margin: 0 17px 0;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 19%;
    text-align: center;
}
ul.terms-listing li:last-child {
    width: 51%;
}
ul.terms-listing li a {
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
}
ul.terms-listing li:after{display: none;}

}

@media screen and (min-width: 768px) and (max-width: 970px){

.diver {
    margin: 0;
    padding: 25px 48px 32px 64px;
    float: left;
    width: 100%;
    background-color: rgba(255,255,255,0.97);
}
h1.schl {
    position: relative;
    line-height: 54px;
    margin: 0 0 10px 21px;
}

h1 {font-size: 38px;}
h1.schl:before {
    position: absolute;
    content: '';
    left: -22px;
    top: 7px;
    width: 5px;
    height: 44px;
    background-color: #f68b1d;
}
.country-name {
    margin: 0;
    float: right;
    width: 55%;}

.banner-inside {
    position: absolute;
    width: 100%;
    top: 151px;
}
.inpt-fld-new {width: 48%;}
ul.lSPager.lSpg {
    display: none;
}
section#applying img{width: 100%;}
section#applying h5 {font-size: 21px;}
h2 {font-size: 41px;}
ul.terms-listing li {
    margin: 0 17px 33px;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 42%;
    text-align: center;
}
ul.terms-listing li:last-child {
    width: auto;
    margin: 27px auto 0;
    float: none;
    display: table;
    text-align: center;
}
ul.terms-listing li a {
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
}
ul.terms-listing li:after{display: none;}
a.appl {padding: 8px 22px;font-size: 17px;}
.banner-caption {left: 24px;}
.each-flg img {
    width: 145px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 11px;
    float: none;
    display: table;
}

.each-addrs:after {
    position: absolute;
    left: 0;
    bottom: -21px;
    content: '';
    background-color: #abacae;
    width: 256px;
    height: 1px;top:initial;
}
.top-footer .col-sm-4 {
    flex: initial;
    max-width: 50%;
}

.each-addrs {
    position: relative;
    margin: 0 0 48px 0;
}

.top-footer .mt-5 {
    margin-top: 20px !important;
}

.top-footer .row .col-sm-4:last-child .each-addrs {margin: 0 auto;
    float: none;
    display: table;
    width: auto;}
.top-footer {padding: 30px 0 30px 0;}
.bottom-footer {padding: 2% 0 3%;}
.top-footer .row .col-sm-4 .each-addrs br {
    display: none;
}
.top-footer .row .col-sm-4:last-child {
    width: 100%;
    max-width: 100%;
}

}

@media screen and (min-width: 640px) and (max-width: 767px){

img.logo-picture {
    margin: 19px auto 0;
    float: none;
    display: table;
    width: 176px;
}
.country-name {
    margin: 0;
    float: left;
    width: 100%;
    padding: 21px 0 0 0;
}
ul.country-listing li {
    margin: 0 12px;
    font-size: 16px;
}
ul.country-listing li:after {
    right: -13px;
    top: 2px;
}
a.appl {
    margin: 11px 0 0 0;
    padding: 8px 12px;
    font-size: 15px;
}
h6.feeoff {
    font-size: 16px;
    line-height: 26px;
}
h1.schl {
    position: relative;
    line-height: 39px;
    margin: 0 0 10px 9px;
}
h1 {font-size: 26px;}
h1.schl:before {
    left: -14px;
    top: 1px;
    width: 4px;
    height: 38px;
}
.banner-inside {
    position: relative;
    width: 100%;
    top: 0;
}
.banner-caption {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    left: 0;
    display: initial;
}
.diver {padding: 20px 0 47px 0;}
img#captcha_code {
    margin: 14px auto 5px;
    float: left;
    display: table;
}
.cpct-part {
    float: none;
    width: 100%;
    margin: 0 auto 18px;
    display: table;
}
input#captcha {
    width: 85%;
    line-height: 53px;
    padding: 0 0 0 17px;
    margin: 5px 0px 10px 0;
    float: right;
}
.inpt-fld-new {
    width: 100%;
    line-height: 55px;
    padding: 0 0 0 17px;
    margin: 5px 10px 10px 0px;
}
form.form2 {
    float: none;
    width: 100%;
    margin: -30px auto 0;
    display: table;
    padding: 18px 12px 18px 12px;
}

.sb-btn-cntct-new {font-size: 18px;padding: 5px 17px;}
h2 {font-size: 31px;}
.each-flg img {
    width: 145px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 11px;
    float: none;
    display: table;
}
ul.lSPager.lSpg {
    display: none;
}
ul#content-slider {
    height: 184.594px !important;
}
section#applying img {
    margin: 18px auto 0;
    float: none;
    display: table;
    width: 100%;
}
h6 {font-size: 17px;}
section#applying h6 {
    line-height: 26px;
}
section#applying h5 {font-size: 21px;}
section#diversity h2 {
    font-size: 25px;
}
.top-footer .mt-5 {
    margin-top: 23px !important;
}
.top-footer .row .col-sm-4:first-child .each-addrs h5 {
    margin: 0 0 4px 0;
}
.each-addrs h5 {
    font-size: 20px;
    margin: 42px 0 4px 0
}
.each-addrs:after {
    position: absolute;
    left: 0;
    bottom: -21px;
    content: '';
    background-color: #abacae;
    width: 256px;
    height: 1px;top:initial;
}

.top-footer {padding: 22px 0 27px 0;}
ul.terms-listing li:last-child {
    width: 100%;
}
ul.terms-listing li {
    margin: 0 0 8px;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 100%;
    text-align: center;
}
img.btmlogo {
    float: none;
    margin: 12px auto 14px;
    display: table;
}

.bottom-footer {
    margin: 0;
    padding: 6% 0 1%;}

ul.terms-listing li:after{display: none;}
h2.colorash.modal-title {font-size: 28px;}
.modal-body h6 {
    font-size: 15px;
    line-height: 23px;
}
ul.country-listing {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: auto;
    display: table;
}

.each-addrs h6 br {
    display: none;
}

.top-footer .col-sm-4 {
    flex: initial;
    max-width: 100%;
}

ul.country-flag-listing li h6 {
    font-size: 17px;
    line-height: 24px;
}

}

@media screen and (min-width: 480px) and (max-width: 639px){

img.logo-picture {
    margin: 19px auto 0;
    float: none;
    display: table;
    width: 140px;
}
.country-name {
    margin: 0;
    float: left;
    width: 100%;
    padding: 21px 0 0 0;
}
ul.country-listing li {
    margin: 0 12px;
    font-size: 13px;
}
ul.country-listing li:after {
    right: -13px;
    top: 2px;
}
a.appl {
    margin: 11px 0 0 0;
    padding: 8px 12px;
    font-size: 15px;
}
h6.feeoff {
    font-size: 16px;
    line-height: 26px;
}
h1.schl {
    position: relative;
    line-height: 39px;
    margin: 0 0 10px 9px;
}
h1 {font-size: 26px;}
h1.schl:before {
    left: -14px;
    top: 1px;
    width: 4px;
    height: 38px;
}
.banner-inside {
    position: relative;
    width: 100%;
    top: 0;
}
.banner-caption {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    left: 0;
    display: initial;
}
.diver {padding: 20px 0 47px 0;}
img#captcha_code {
    margin: 0 auto 5px;
    float: none;
    display: table;
}
input#captcha {
    width: 100%;
    line-height: 53px;
    padding: 0 0 0 17px;
    margin: 5px 0px 10px 0;
    float: left;
}
.inpt-fld-new {
    width: 100%;
    line-height: 55px;
    padding: 0 0 0 17px;
    margin: 5px 10px 10px 0px;
}
form.form2 {
    float: none;
    width: 100%;
    margin: -30px auto 0;
    display: table;
    padding: 18px 12px 18px 12px;
}

.sb-btn-cntct-new {font-size: 18px;padding: 5px 17px;}
h2 {font-size: 31px;}
.each-flg img {
    width: 145px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 11px;
    float: none;
    display: table;
}
ul.lSPager.lSpg {
    display: none;
}
ul#content-slider {
    height: 159.594px !important;
}
section#applying img {
    margin: 18px auto 0;
    float: none;
    display: table;
    width: 100%;
}
h6 {font-size: 17px;}
section#applying h6 {
    line-height: 26px;
}
section#applying h5 {font-size: 21px;}
section#diversity h2 {
    font-size: 25px;
}
.top-footer .mt-5 {
    margin-top: 23px !important;
}
.top-footer .row .col-sm-4:first-child .each-addrs h5 {
    margin: 0 0 4px 0;
}
.each-addrs h5 {
    font-size: 20px;
    margin: 42px 0 4px 0
}
.each-addrs:after {
    position: absolute;
    left: 0;
    bottom: -21px;
    content: '';
    background-color: #abacae;
    width: 256px;
    height: 1px;top:initial;
}

.top-footer {padding: 22px 0 27px 0;}
ul.terms-listing li:last-child {
    width: 100%;
}
ul.terms-listing li {
    margin: 0 0 8px;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 100%;
    text-align: center;
}
img.btmlogo {
    float: none;
    margin: 12px auto 14px;
    display: table;
}

.bottom-footer {
    margin: 0;
    padding: 6% 0 1%;}

ul.terms-listing li:after{display: none;}
h2.colorash.modal-title {font-size: 21px;}
.modal-body h6 {
    font-size: 15px;
    line-height: 23px;
}
ul.country-listing {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: auto;
    display: table;
}

.each-addrs h6 br {
    display: none;
}

}

@media screen and (min-width: 360px) and (max-width: 479px){

.each-addrs h6 br {
    display: none;
}

img.logo-picture {
    margin: 19px auto 0;
    float: none;
    display: table;
    width: 140px;
}
.country-name {
    margin: 0;
    float: left;
    width: 100%;
    padding: 21px 0 0 0;
}
ul.country-listing li {
    margin: 0 12px;
    font-size: 13px;
}
ul.country-listing li:after {
    right: -13px;
    top: 2px;
}
a.appl {
    margin: 11px 0 0 0;
    padding: 8px 12px;
    font-size: 15px;
}
h6.feeoff {
    font-size: 16px;
    line-height: 26px;
}
h1.schl {
    position: relative;
    line-height: 39px;
    margin: 0 0 10px 9px;
}
h1 {font-size: 26px;}
h1.schl:before {
    left: -14px;
    top: 1px;
    width: 4px;
    height: 38px;
}
.banner-inside {
    position: relative;
    width: 100%;
    top: 0;
}
.banner-caption {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    left: 0;
    display: initial;
}
.diver {padding: 20px 0 47px 0;}
img#captcha_code {
    margin: 0 auto 5px;
    float: none;
    display: table;
}
input#captcha {
    width: 100%;
    line-height: 53px;
    padding: 0 0 0 17px;
    margin: 5px 0px 10px 0;
    float: left;
}
.inpt-fld-new {
    width: 100%;
    line-height: 55px;
    padding: 0 0 0 17px;
    margin: 5px 10px 10px 0px;
}
form.form2 {
    float: none;
    width: 100%;
    margin: -30px auto 0;
    display: table;
    padding: 18px 12px 18px 12px;
}

.sb-btn-cntct-new {font-size: 18px;padding: 5px 17px;}
h2 {font-size: 31px;}
.each-flg img {
    width: 145px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 11px;
    float: none;
    display: table;
}
ul.lSPager.lSpg {
    display: none;
}
ul#content-slider {
    height: 164.594px !important;
}
section#applying img {
    margin: 18px auto 0;
    float: none;
    display: table;
    width: 100%;
}
h6 {font-size: 17px;}
section#applying h6 {
    line-height: 26px;
}
section#applying h5 {font-size: 21px;}
section#diversity h2 {
    font-size: 25px;
}
.top-footer .mt-5 {
    margin-top: 23px !important;
}
.top-footer .row .col-sm-4:first-child .each-addrs h5 {
    margin: 0 0 4px 0;
}
.each-addrs h5 {
    font-size: 20px;
    margin: 42px 0 4px 0
}
.each-addrs:after {
    position: absolute;
    left: 0;
    bottom: -21px;
    content: '';
    background-color: #abacae;
    width: 256px;
    height: 1px;top:initial;
}

.top-footer {padding: 22px 0 27px 0;}
ul.terms-listing li:last-child {
    width: 100%;
}
ul.terms-listing li {
    margin: 0 0 8px;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 100%;
    text-align: center;
}
img.btmlogo {
    float: none;
    margin: 12px auto 14px;
    display: table;
}

.bottom-footer {
    margin: 0;
    padding: 6% 0 1%;}

ul.terms-listing li:after{display: none;}
h2.colorash.modal-title {font-size: 21px;}
.modal-body h6 {
    font-size: 15px;
    line-height: 23px;
}
ul.country-listing {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: auto;
    display: table;
}

.each-flg {min-height: initial;}

}

@media screen and (min-width: 320px) and (max-width: 359px){

ul.country-listing {
    margin: 0 auto;
    padding: 0;
    float: none;
    width: auto;
    display: table;
}

img.logo-picture {
    margin: 19px auto 0;
    float: none;
    display: table;
    width: 140px;
}
.country-name {
    margin: 0;
    float: left;
    width: 100%;
    padding: 21px 0 0 0;
}
ul.country-listing li {
    margin: 0 12px;
    font-size: 13px;
}
ul.country-listing li:after {
    right: -13px;
    top: 2px;
}
a.appl {
    margin: 11px 0 0 0;
    padding: 8px 12px;
    font-size: 15px;
}
h6.feeoff {
    font-size: 16px;
    line-height: 26px;
}
h1.schl {
    position: relative;
    line-height: 39px;
    margin: 0 0 10px 9px;
}
h1 {font-size: 26px;}
h1.schl:before {
    left: -14px;
    top: 1px;
    width: 4px;
    height: 38px;
}
.banner-inside {
    position: relative;
    width: 100%;
    top: 0;
}
.banner-caption {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    width: 100%;
    left: 0;
    display: initial;
}
.diver {padding: 20px 0 47px 0;}
img#captcha_code {
    margin: 0 auto 5px;
    float: none;
    display: table;
}
input#captcha {
    width: 100%;
    line-height: 53px;
    padding: 0 0 0 17px;
    margin: 5px 0px 10px 0;
    float: left;
}
.inpt-fld-new {
    width: 100%;
    line-height: 55px;
    padding: 0 0 0 17px;
    margin: 5px 10px 10px 0px;
}
form.form2 {
    float: none;
    width: 100%;
    margin: -30px auto 0;
    display: table;
    padding: 18px 12px 18px 12px;
}

.sb-btn-cntct-new {font-size: 18px;padding: 5px 17px;}
h2 {font-size: 31px;}
.each-flg img {
    width: 145px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto 11px;
    float: none;
    display: table;
}
ul.lSPager.lSpg {
    display: none;
}
ul#content-slider {
    height: 152.594px !important;
}
section#applying img {
    margin: 18px auto 0;
    float: none;
    display: table;
    width: 100%;
}
h6 {font-size: 17px;}
section#applying h6 {
    line-height: 26px;
}
section#applying h5 {font-size: 21px;}
section#diversity h2 {
    font-size: 25px;
}
.top-footer .mt-5 {
    margin-top: 23px !important;
}
.top-footer .row .col-sm-4:first-child .each-addrs h5 {
    margin: 0 0 4px 0;
}
.each-addrs h5 {
    font-size: 20px;
    margin: 42px 0 4px 0
}
.each-addrs:after {
    position: absolute;
    left: 0;
    bottom: -21px;
    content: '';
    background-color: #abacae;
    width: 256px;
    height: 1px;top:initial;
}

.top-footer {padding: 22px 0 27px 0;}
ul.terms-listing li:last-child {
    width: 100%;
}
ul.terms-listing li {
    margin: 0 0 8px;
    padding: 0 0 0;
    float: left;
    list-style: none;
    position: relative;
    color: #ffffff;
    font-size: 17px;
    font-family: 'gothambook';
    width: 100%;
    text-align: center;
}
img.btmlogo {
    float: none;
    margin: 12px auto 14px;
    display: table;
}

.bottom-footer {
    margin: 0;
    padding: 6% 0 1%;}

ul.terms-listing li:after{display: none;}
h2.colorash.modal-title {font-size: 21px;}
.modal-body h6 {
    font-size: 15px;
    line-height: 23px;
}

.each-flg{padding: 50px 18px 35px
    min-height: initial;}

}