@import "./fontFamily/fontFamily.css";
ul {
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0px;
    margin-bottom: 0;
}
body{
    font-family: ProximaNova-Regular,Camphor,Open Sans,Segoe UI,sans-serif!important;
    -webkit-font-smoothing: antialiased;
}
select {
    width: 100%;
    height: 40px;
    border: solid 1px #b4b4b4;
    background-color: #fff !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select {
    padding-left: 12px;
    background: url("../images/select-down.png") no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 40px 0 10px;
}

body {
    padding-top: 94px;
}

.head-box {
    background-color: #29282e !important;
    border: none;
}

.head-logo {
    height: 50px;
}

.nav-box li.drop-down {
    position: relative;
    float: left;
}


.nav-box li.drop-down > a {
    font-weight: 600;
    display: block;
    height: 80px !important;
    line-height: 80px;
    padding: 0px 20px !important;
    color: #fff;
    text-decoration: none;
}

.nav-box li.drop-down:hover > a,
.nav-box li.drop-down.nav-itemcheck > a {
    background-color: #1baaec;
    color: #fff !important;
    text-decoration: none;
}

.nav-box .drop-down-menu {
    display: none;
    width: 200px;
    padding: 10px 15px;
    background-color: #29282e !important;
    position: absolute;
    left: 0px;
    top: 80px;
}

.nav-box .drop-down-menu a {
    display: block;
    padding: 10px 0px;
    color: #fff;
    background-color: #29282e;
    text-decoration: none;
}

.nav-box .drop-down-menu a:hover {
    color: #1baaec;
    background-color: #29282e;
    text-decoration: none;
}

/* head end*/

h1 {
    border-bottom:1px solid #000;
    padding:10px 0;
    margin: 20px 0 40px 0;
    font-size: 53px;
    font-weight: 600;
}

h1>small {
    color:#333;
    font-size:18px;
    float:right;
    margin-top:20px;
    margin-left:56px;
    font-weight: 600;
}

h1>small.check{
    color: #0234fa !important;
    text-decoration: none;
}

small>a {
    color: #29282e;
    text-decoration: none;
}

small>a:hover {
    color: #0234fa;
    text-decoration: none;
}

/* footer start */
.footer-box {
    background-color: #29282e !important;
}

.footer-logo {
    height: 50px;
    margin-left: 50px;
}

.footer-box .castleton {
    color: #bcbcbc;
    margin-top: 30px;
}

address {
    margin-top: 20px;
    color: #bcbcbc !important;
}

.footer-box .container {
    padding: 80px 0;
    font-size: 12px;
}

.footer-box .col-md-5 {
    padding: 40px 0;
}

.footer-box .h5 {
    color: #fff;
    padding-bottom: 10px;
}

.footer-box .contact ul > li,
.footer-box .quick ul > li {
    line-height: 40px;
    color: #bababa !important;
    font-size: 12px;
}
.quick a{
    color: #bababa !important;
}
.footer-box .quick ul:nth-child(2) {
    float: left;
    margin-right: 60px;
}

.submit-box {
    width: 100%;
    height: 575px;
    border: 1px solid #bcbcbc;
}

.submit-box .title {
    margin-top: 0;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
    background-color: #1E4E79;
    color: #fff;
    text-align: center;
}

.submit-box .submit-select {
    padding: 0 20px;
    margin-top: 30px;
}

.submit-box select {
    border-radius: 0;
    color: #3c3c3c;

}

.submit-button {
    text-align: center;
}

.submit-button button {
    display: inline-block;
    width: 180px;
    height: 48px;
    border-radius: 24px;
    background-color: #1E4E79;
    color: #fff;
    border: none;
    outline: 0;
    margin: 30px 0;
    font-size: 16px;
}

.submit-select .dropdown-menu {
    padding: 8px 12px;
}

.text-content p {
    color: #888;
    font-size: 18px;
    margin-top: 34px;
}

.subpage-toptitle .container:nth-child(1) {
    padding-top: 90px;
}


.subpage-toptitle h1 {
    border-bottom: 1px solid #000;
    padding: 10px 0px;
    margin-bottom: 50px;
    font-size: 53px;
    font-weight: 600;
}

.subpage-toptitle h1 > small {
    color: #333;
    font-size: 18px;
    float: right;
    margin-top: 20px;
    margin-left: 56px;
    font-weight: 600;
}

.subpage-toptitle h1 > small.check {
    color: #1baaeb !important;
}
.gohome {
    cursor:pointer
}
.cleartop {
    padding-top: 0px
}
.clearbottom {
    padding-bottom: 0px
}
.font-size-16{
    font-size: 16px!important;
}
.font-size-18{
    font-size: 18px!important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-36{
     font-size: 36px!important;
}
.font-size-40{
    font-size: 40px!important;
}
.color-font-grey{
    color: #888888!important;
}
.color-font-blue{
    color: #1baaeb!important;
}
.color-font-green{
    color: #008B00!important;
}
.color-font-black{
    color: #000!important;
}
.color-font-darkblue {
    color: #0234fa !important;
}
.icon-number{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #008B00;
    border-radius: 2px;
    text-align: center;
    line-height: 20px;
    font-family: AdobeHeitiStd-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 10px;
    vertical-align: text-top;
}
.font-weight-900{
    font-weight: 900;
}
.title-style{
    padding-left: 10px;
    margin-bottom: -10px;
    padding-top: 30px;
}
.check{
    color:#ffcc24!important;
}
.font-size-20{
    font-size: 60px;
}
.toUppercase{
    text-transform: uppercase;
}
.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.bag {
    width: 30px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari �� Chrome */
    -o-transform: translateY(-50%);
}
.bagBox{
    display: inline-block;
    position: relative;
    line-height: 80px;
    height: 80px;
}
.bagNumber {
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 16px;
    width: 15px;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    color: #29282e;
    text-align: center;
    line-height: 1;
    text-align: center;
    border: 1px solid #29282e;
}
.activeLink{
    color: #1baaeb!important;
}

.pt-20{
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.overflow-hidden{
    overflow: hidden;
}

.phone-mail-link {
    color: #FFFFFF;
}

.phone-mail-link:hover {
    color: #FFC300;
}

.row-v-center {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.image-text {
    display: flex;
    align-items: center;
}