html,body{
    height: 100%;
    border: none;
    font-family: "Gotham A", "Gotham B";
}
body, input, select, button, textarea {
    font-family: "Gotham A", "Gotham B";
}
body {
    min-width: 1300px;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
input,select {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}
input::-webkit-input-placeholder{
    color: #C4C4C4!important;
}
input:-moz-placeholder{
    color: #C4C4C4!important;
}
input::-moz-placeholder{
    color: #C4C4C4!important;
}
input:-ms-input-placeholder{
    color: #C4C4C4!important;
}
input:focus,
select:focus,
button:focus {
    outline:none
}
.font-family-F {
    font-family: FreightText W01 Book;
}
.font-family-FS {
    font-family: FreightSans W01 Book;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.w-33 {
    width: 33.3%;
}
.w-25 {
    width: 25%;
}
.dis-in-bl {
    display: inline-block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ui-widget-header .ui-icon {
    background-image: url(/static/images/desktop/sg_starr/ui-icons_444444_256x240.png) !important;
}
.bg-box {
    background-image: url(/static/images/desktop/sg_starr/bg-index.jpg);
    
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: 100%;
    background-clip: border-box;
    height: 100%;
    min-height: 850px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/desktop/sg_starr/bg-index.jpg',  sizingMethod='scale');
}
.bg-mash {
    width: 100%;
    height: 100%;
}
.info-box {
    width: 1300px;
    min-width: 1300px;
    margin: 0 auto;
    padding-top: 115px;

}
.h1-title {
    float: left;
    width: 50%;
    text-align: left;
}
.h1-title h1 {
    font-family: FreightText W01 Bold;
    font-size: 60px;
    line-height: 65px;
    color: #FFFFFF;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
}
.h1-title h2 {
    font-family: FreightText W01 Bold;
    font-size: 55px;
    line-height: 60px;
    color: #FFFFFF;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
    margin: 0;
    margin-bottom:10px;
}
.trip-info {
    float: right;
    width: 50%;
}
.trip-box {
    background: #FFFFFF;
    float: right;
    width: 530px;
    font-weight: bold;
    padding: 20px 0 0;
}
.item {
    padding: 0 38px;
}
/*.item:not(:first-of-type) {*/
    /*padding-top: 18px;*/
/*}*/
.item{
    margin-top:18px;
}
.item-btn {
    padding-top: 40px;
}
.item-title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: #002F5E;
    padding-bottom: 6px;
}
.icon-info {
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(/static/images/desktop/sg_starr/icon-info.png) no-repeat center center;
}
.item-info {
    border: 1px solid #C9C9C9;
}
.item-info-box {
    float: left;
    height: 53px;
    line-height: 35px;
    text-align: center;
    padding: 10px 0 8px;
    color: #C4C4C4;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
}
.item-info-box:not(:last-of-type) {
    border-right-color:#C9C9C9;
    border-right-width: 1px;
    border-right-style: solid;
    /* border-right: 1px solid #C9C9C9; */
}
.item-info-box:hover {
    color: #002F5E;
}
.item-info-box.active {
    color: #FFFFFF;
    background: #002F5E;
}
.item-info-box.disabled {
    cursor: not-allowed;
}
.item-info-box.disabled:hover {
    color: #C4C4C4;
}
.item-info-box select,
.item-info-box input {
    padding: 0 20px;
    color: #002F5E;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.item-info-box select option {
    color: #002F5E;
}
.C4C4C4 {
    color: #C4C4C4!important;
}
.input-date {
    background: url(/static/images/desktop/sg_starr/icon-calendar.png) no-repeat 90% center;
}
.input-date-disabled {
    background: url(/static/images/desktop/sg_starr/icon-calendar2.png) no-repeat 90% center;
    color: #C4C4C4!important;
}

.btn-next ,.btn-accident-next{
    background: #002F5E;
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    border: none;
    width: 100%;
    cursor: pointer;
    text-transform: none
}
.btn-accident-next.loading {
    color: #c4c4c4;
    cursor: not-allowed;
    background: #edeff1 url(/static/images/desktop/sg_starr/loading.gif) no-repeat 90px 25px;
}
.what-mean {
    font-weight: 100;
    font-size: 16px;
    text-transform: initial;
    color: #002F5E;
}
.promo-tips {
    color: #002F5E;
    padding-left: 20px;
    display: none;
}

.bg-mash:after,
.info-box:after,
.item-title:after,
.item-info-box:after,
.item-info:after{
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
@media  only screen and (max-width: 1300px)  {
    .bg-box {
        background-size: 1300px 100%;
    }
}
.covered {
    width: 620px;
}
.covered-item {
    margin-top: 22px;
}
.covered-item .covered-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
}
.covered-item .covered-title span {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.covered-item .covered-title i {
    float: right;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/static/images/desktop/new_sg_starr/icon_toggle.png') no-repeat center center;
}
.covered-cnt {
    display: none;
    overflow: hidden;
}
.covered-item.expend .covered-cnt {
    display: block;
}
.covered-item.expend .covered-title i {
    transform: scaleY(-1);
}
.covered-cnt-item {
    width: 300px;
    padding: 15px 15px 8px 15px;
    background: linear-gradient(180deg, rgba(1, 47, 93, 0.8) 0%, rgba(1, 31, 62, 0.8) 100%);
    margin-top: 20px;
    float: left;
    border-radius: 3px;
}
.covered-cnt-item:nth-of-type(even) {
    margin-left: 20px;
}
.covered-cnt-item i {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.covered-cnt-item:nth-of-type(1) i {
    background: url('/static/images/desktop/new_sg_starr/icon_ome.png') center center;
}
.covered-cnt-item:nth-of-type(2) i {
    background: url('/static/images/desktop/new_sg_starr/icon_covid.png') center center;
}
.covered-cnt-item:nth-of-type(3) i {
    background: url('/static/images/desktop/new_sg_starr/icon_unlmited.png') center center;
}
.covered-cnt-item:nth-of-type(4) i {
    background: url('/static/images/desktop/new_sg_starr/icon_baggage.png') center center;
}
.covered-cnt-item:nth-of-type(5) i {
    background: url('/static/images/desktop/new_sg_starr/icon_24h.png') center center;
}
.covered-cnt-item:nth-of-type(6) i {
    background: url('/static/images/desktop/new_sg_starr/icon_circle.png') center center;
}
.not-be-covered .covered-cnt-item:nth-of-type(1) i {
    background: url('/static/images/desktop/new_sg_starr/icon_sport.png') center center;
}
.not-be-covered .covered-cnt-item:nth-of-type(2) i {
    background: url('/static/images/desktop/new_sg_starr/icon_birth.png') center center;
}
.not-be-covered .covered-cnt-item:nth-of-type(3) i {
    background: url('/static/images/desktop/new_sg_starr/icon_health.png') center center;
}
.not-be-covered .covered-cnt-item:nth-of-type(4) i {
    background: url('/static/images/desktop/new_sg_starr/icon_ware.png') center center;
}
.covered-cnt-item p {
    font-size: 20px;
    color: #ffffff;
    font-family: FreightText W01 Bold;
    margin: 6px 0;
    line-height: 25px;
}
.covered-cnt-item p.desc {
    font-family: Gotham;
    font-size: 10px;
    line-height: 15px;
}

