
#banner {
    background: url('https://songhantourist.com/insurance/assets/img/hd-bg.png');
    background-size: cover;
    padding-top: 80px;
    background-attachment: fixed;
    position: relative;
}

.headings {
    padding: 0 0 10% 0;
    color: #fff;
    text-align: center;
}

.headings h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 20px;
}

.headings p {
    font-size: 18px;
    font-weight: normal !important;
    padding-bottom: 20px;
    text-align: justify;
    font-family: 'UTMAvo', sans-serif;
    line-height: 28px;
}

.hand-container {
    max-height: 670px;
    overflow: hidden;
}

.iphone-hand {
    padding: 20px 30px 0px 30px;
}

.store:hover {
    background: #00ceb8;
    border-color: #00ceb8;
    color: #fff;
}

.polo-btn i {
    padding-right: 6px;
}

.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

.liberty {
    background: #eee;
    padding-top: 15px;
    margin-bottom: 100px
}

.liberty__title {
    background: #1ba8ff;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
    max-width: 660px;
    margin: 0 auto;
    font-weight: 400
}

.liberty__inner {
    background: rgba(255, 255, 255, .9);
    padding: 20px 25px;
    max-width: 660px;
    margin: 0 auto 15px
}

.liberty-bottom {
    margin-top: 20px
}

.liberty__button {
    background: #f46404 !important;
    color: #fff !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0 !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: auto !important
}

.liberty__button[disabled] {
    opacity: .5;
}

.liberty__datepicker .ant-input,
.liberty__select .ant-select-selection {
    border: 1px solid #c7c7c7
}

.liberty__select {
    width: 100%
}

.liberty__datepicker {
    cursor: pointer
}

.liberty-loading {
    text-align: center;
    position: fixed;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, .12);
    width: 100%;
    padding-top: 50%;
    left: 0
}

.liberty-loading .ant-spin-spinning {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.liberty-tab__tabpanel {
    position: relative;
    text-align: right
}

.liberty-tab__checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #ddd;
    border-radius: 50%
}

.liberty-tab .ant-collapse-item-active .liberty-tab__panel-arr {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.liberty-tab__panel-arr {
    position: absolute;
    right: 20px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.liberty-tab__tabs {
    width: 100%;
    margin: 25px 0 0 !important
}

.liberty-tab__tabs .nav-tabs {
    width: 100%;
    background: #fff;
    border-bottom: 0;
}

.liberty-tab__tabs .nav-tabs li {

}

.liberty-tab__tabs .nav-tabs li a {
    color: #444444;
    cursor: default;
    background: none !important;
    border: 0 !important;
    border-bottom-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    text-align: right;
}

.liberty-tab__tabs .tab-content {
    margin-top: 25px;
    background: #ffffff;
}
.liberty-tab__tabs .tab-content .content-pane{
    padding: 15px;
}

.liberty-tab__tabs .tab-content .content-pane legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
}

.liberty-tab__tabs .nav-tabs li.active a:hover {
    background: transparent;
}

.liberty-tab__tabs .nav-tabs li a:hover {
    background-color: #fff;
    border: 0;
}

.liberty-tab__tabs .nav-tabs li.active a {
    color: white;
}

.liberty-tab__tabs .nav-tabs li.active {
    background: -webkit-gradient(linear, left top, right top, from(#007ff0), to(#337ab7));
    background: linear-gradient(to right, #007ff0, #337ab7);
    color: #1890ff;
    font-weight: 500;
}

.liberty-tab__tabs .ant-tabs-tab {
    width: 25%;
    margin: 0 !important;
    padding: 15px 10px !important
}

.liberty-tab__tabs .ant-tabs-tab .tab_checkbox,
.liberty-tab__tabs .ant-tabs-tab .tab_name {
    display: inline-block;
}

.liberty-tab__tabs .ant-tabs-tab.active .tab_checkbox {
    border-color: transparent;
    background: url(../images/check-liberty.png) no-repeat;
}

.liberty-tab__tabs .ant-tabs-tab .tab_checkbox {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.liberty-tab__tabs .ant-tabs-tab .tab_name {
    text-align: right;
}

.liberty-tab__tabs .ant-tabs-tab a {
    background: none;
    border: 0;
}

.liberty-tab__tabs .nav-tabs li a p {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.liberty-tab__tabs .ant-tabs-nav-scroll {
    white-space: normal !important;
    overflow: visible !important
}

.liberty-tab__tabs .ant-tabs-tab-active {
    background: -webkit-gradient(linear, left top, right top, from(#1ba8ff), to(#007ff0));
    background: linear-gradient(to right, #1ba8ff, #007ff0)
}

.liberty-tab__tabs .ant-tabs-tab-active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #007ff0
}

.liberty-form,
.liberty-form__wrapper,
.liberty-prices {
    position: relative
}

.liberty-tab__tabs .ant-tabs-tab-active .liberty-tab__tabpanel .liberty-tab__name,
.liberty-tab__tabs .ant-tabs-tab-active .liberty-tab__tabpanel p,
.liberty-tab__tabs .ant-tabs-tab-active .liberty-tab__tabpanel p b {
    color: #fff
}

.liberty-tab__tabs .ant-tabs-tab-active .liberty-tab__checkbox {
    border-color: transparent;
    background: url(../images/check-liberty.png) no-repeat
}

.liberty-tab__title {
    background: #d3eeff;
    font-size: 18px;
    color: #242424;
    padding: 12px 23px;
    font-weight: 500;
    margin: 0
}

.liberty-tab__tabpanel p {
    color: #4a4a4a;
    font-size: 13px;
    margin: 0
}

.liberty-tab__tabpanel p b {
    color: #ff424e;
    font-size: 20px;
    display: inline-block;
    margin-left: 5px;
    font-weight: 500
}

.liberty-tab__name {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px
}

.liberty-tab__header-panel .ant-collapse-header {
    padding: 18px 0 18px 15px !important
}

.liberty-tab__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #242424;
    padding-right: 40px
}

.liberty-tab__content,
.liberty-tab__detail-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap
}

.liberty-tab__contents,
.liberty-tab__panel-content {
    background: rgba(216, 216, 216, .2);
    padding: 10px 20px
}

.liberty-tab__heading {
    margin: 0
}

.liberty-tab__detail-prices {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.liberty-tab__panel-prices-name {
    margin: 0 3px 0 0;
    font-size: 14px
}

.liberty-tab__panel-price {
    font-weight: 500;
    display: inline-block;
    margin-left: 3px
}

.liberty-tab__contents {
    list-style: none;
    margin: 0
}

.liberty-tab__content {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.liberty-tab__content:last-child {
    margin-bottom: 0
}

.liberty-tab__content p {
    font-size: 14px;
    color: #242424;
    margin: 0
}

.liberty-tab__sub-content-title {
    font-size: 14px;
    color: #242424
}

.liberty-tab__sub-content-title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.liberty-tab__text {
    width: 300px;
    display: inline-block
}

.liberty-tab__sub-content-prices {
    font-size: 14px;
    color: #242424;
    text-align: right;
    width: 40%
}

.liberty-tab__sub-content-prices p {
    margin-bottom: 5px
}

.liberty-tab__sub-content-prices p span {
    display: inline-block;
    margin-left: 5px
}

.liberty-tab__dk {
    display: inline-block;
    margin-left: 15px;
    font-size: 11px;
    cursor: pointer
}

.liberty-tab__dk i {
    margin-right: 5px
}

.ant-popover-content {
    width: 400px
}

.liberty-steps__title {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    margin: 0 0 20px
}

.liberty-steps .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.liberty-steps .input-group .form-control {
    font-size: 13px;
}

.liberty-steps .ant-radio-wrapper {
    margin-bottom: 18px;
    white-space: normal;
    display: block
}

.liberty-steps .ant-radio-wrapper:last-child {
    margin-bottom: 0
}

.liberty-steps .ant-radio-wrapper span.ant-radio + * {
    padding: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
    width: 90%
}

.liberty-steps .ant-radio-wrapper .ant-radio {
    margin-right: 10px
}

.liberty-steps__one,
.liberty-steps__second {
    border-bottom: 1px dashed #979797;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.liberty-steps__third {
    margin-bottom: 40px
}

.liberty-inner__option-name {
    color: #333
}

.liberty-inner__option-name p {
    margin: 0;
    font-size: 12px;
    font-weight: 400
}

.liberty-inner__option-name b {
    font-weight: 500;
    display: block
}

.liberty-inner__ride-person,
.liberty-inner__rides {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap
}

.liberty-inner__rides {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px
}

.liberty-inner__ride {
    width: 200px;
    margin-right: 15px
}

.liberty-inner__datepicker,
.liberty-inner__select {
    width: 100%
}

.liberty-inner__ride-text {
    margin-bottom: 5px;
    font-size: 14px;
    color: #242424
}

.liberty-inner__datepicker input {
    color: #242424;
    font-size: 14px;
    cursor: pointer
}

.liberty-inner__ride-person {
    display: flex;
    flex-wrap: nowrap
}

.liberty-inner__options--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.liberty-inner__options--contact .ant-radio-wrapper {
    display: inline-block;
    width: 150px;
    margin-bottom: 0
}

.liberty-inner__options--contact .ant-radio-wrapper span.ant-radio + * {
    width: auto;
    font-weight: 400;
    font-size: 14px;
    color: #242424
}

.liberty-content {
    max-width: 660px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .9);
    padding: 20px 17px
}

.liberty-content__title {
    font-size: 24px;
    margin: 0 0 20px;
    color: #333
}

.liberty-content__desc p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px
}

.liberty-content__desc ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.liberty-content__desc ul li {
    margin-bottom: 10px
}

.liberty-content__desc ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c7c7c7;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.liberty-content__doc {
    border-top: .5px solid rgba(151, 151, 151, .3);
    padding-top: 20px;
    margin-top: 30px
}

.liberty-content__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.liberty-content__link li {
    width: 50%
}

.liberty-prices {
    background: #eee;
    padding-bottom: 100px
}

.liberty-prices__btn {
    margin-top: 15px
}

.liberty-prices__btn button {
    display: block;
    width: 100%;
    background: #f69409;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: 0
}

.liberty-prices__btn button[disabled] {
    background: #f69409 !important;
    color: #fff !important;
    opacity: .5
}

.liberty-prices__empty {
    background: #fff;
    font-size: 14px;
    color: #242424;
    text-align: center;
    padding: 50px 0
}

.liberty-prices-search {
    background: #fff;
    padding: 15px 0
}

.liberty-prices-container {
    padding: 35px 0 45px;
}

.liberty-prices-search .ant-select-selection__placeholder {
    color: rgba(0, 0, 0, .65) !important
}

.liberty-prices-search .ant-calendar-picker-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .65) !important
}

.liberty-prices-search .ant-calendar-picker-input::-moz-placeholder {
    color: rgba(0, 0, 0, .65) !important
}

.liberty-prices-search .ant-calendar-picker-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .65) !important
}

.liberty-prices-search .ant-calendar-picker-input:-moz-placeholder {
    color: rgba(0, 0, 0, .65) !important
}

.liberty-prices-search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.liberty-prices-search__inline {
    border-right: 1px solid rgba(151, 151, 151, .3)
}

.liberty-prices-search__inline:first-child {
    width: 280px;
    padding-right: 10px
}

.liberty-prices-search__inline:nth-child(2) {
    width: 400px;
    padding-right: 0;
}

.liberty-prices-search__inline:nth-child(2) .liberty-prices-search__inside {
    width: 35%;
}

.liberty-prices-search__inline:nth-child(3) {
    width: 300px;
    padding-right: 0;
}

.liberty-prices-search__inline:nth-child(3) .liberty-prices-search__inside {
    width: 49%
}

.liberty-prices-search__inline:last-child {
    border-right: 0;
    padding-left: 10px
}

.liberty-prices-search__text {
    font-size: 13px;
    margin-bottom: 10px
}

.liberty-prices-search__insides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    position: relative;
}

.liberty-prices-search__inside {
    padding: 0 10px
}

.liberty-prices-search__btn {
    background: #f69409 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 10px 0 !important;
    display: block !important;
    width: 180px !important;
    text-align: center !important;
    font-size: 15px !important;
    border: 0 !important;
    height: auto !important
}

.liberty-prices-info {
    margin-top: 25px;
    background: #fff;
    margin-bottom: 25px;
}

.liberty-prices-info__title {
    color: #242424;
    font-size: 15px;
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0
}

.liberty-prices-info__result,
.liberty-prices-info__text {
    font-size: 13px;
    color: #242424
}

.liberty-prices-info__items {
    list-style: none;
    margin: 0;
    padding: 0 15px
}

.liberty-prices-info__item {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}

.liberty-prices-info__item:last-child {
    border-bottom: 0
}

.liberty-prices-info__item p {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.liberty-prices-info__item p:last-child {
    margin: 0
}

.liberty-prices-info__text {
    font-weight: 300
}

.liberty-form {
    margin-bottom: 100px;
    padding-top: 30px;
    background: #f4f4f4
}

.liberty-form__title {
    color: #787878;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400
}

.ant-select {
    position: relative;
    overflow: hidden;
}

.liberty-prices-search__inner .ant-select .form-control {
    font-size: 13px;
}

.liberty-prices-search__inner .ant-select.has-error .form-control {
    border-color: #e20007;
}

.liberty-prices-search__inner .ant-select .input-group input {
    border-right: 0;
}

.liberty-prices-search__inner .ant-select .input-group .input-group-addon {
    border: 1px solid #d9d9d9;
    border-left: 0;
    background: white;
    padding: 0 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ant-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    height: 32px;
}
.ant-select .select2-container.select2-container--disabled .select2-selection--single{
    background: #f5f5f5;
    cursor: not-allowed;
}

.ant-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    background: transparent;
}

.ant-select .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ant-select-disabled select {
    background: #f5f5f5;
    cursor: not-allowed;
    border: 1px solid #f5f5f5;
}


.liberty-form__top {
    background: #fff;
    padding: 15px 276px 15px 15px;
    border-radius: 4px;
    margin-bottom: 20px
}

.liberty-form__text {
    color: #242424;
    font-size: 14px !important;
    margin-bottom: 7px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.liberty-form__line {
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.liberty-form__line:last-child{
    border-bottom:0;
}

.liberty-form__line--last {
    border: 0;
    margin-bottom: 0
}

.liberty-form__inline {
    width: 49%;
    margin-bottom: 15px
}

.liberty-form__inline .form-item-control .select2-container .select2-selection--single {
    height: 34px;
    border: 1px solid rgba(151, 151, 151, .2);
}
.liberty-form__inline .form-item-control .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #555;
    opacity: .8;
}
.ant-select-disabled {
    color: rgba(0,0,0,.25);
}
.ant-select-disabled select {
    background: #f5f5f5;
    cursor: not-allowed;
}
.liberty-form__inline .form-item-control .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 30px;
    background: transparent;
}
.ui-datepicker .ui-datepicker-title select{
    padding: 0 5px;
    text-align: center;
}

.liberty-form__inline .form-item-control .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:1px solid rgba(151, 151, 151, .2);
}

.liberty-form__inline .form-item-control .error {
    color: #f5222d;
    line-height: 1.524;
    -webkit-transition: color .3s cubic-bezier(.215, .61, .355, 1);
    transition: color .3s cubic-bezier(.215, .61, .355, 1);
    margin-top: -2px;
    clear: both;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
}


.liberty-form__inline-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.liberty-form__inline-row {
    width: 31%
}

.liberty-form__inline--block,
.liberty-form__select {
    width: 100%
}

.liberty-form__input {
    border-color: #c7c7c7
}

.liberty-form__top-note {
    color: #242424;
    font-size: 12px;
    margin-bottom: 0
}

.liberty-form__number {
    display: inline-block;
    background: #eee;
    border-radius: 4px;
    padding: 4px 12px;
    text-transform: uppercase;
    color: #242424;
    font-size: 11px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
}

.liberty-form__number .anticon {
    display: inline-block;
    margin-right: 5px
}

.liberty-form__autofill,
.liberty-form__autofill label {
    font-weight: 400
}

.liberty-form__language {
    padding: 25px 30px
}

.liberty-form__language .ant-radio-wrapper {
    margin-right: 60px
}

.liberty-form__language .ant-radio-wrapper span.ant-radio + * {
    padding: 0 15px
}

.liberty-form__agree {
    font-size: 13px;
    color: #787878;
    font-weight: 400;
    margin: 0;
    line-height: 1.5
}

.liberty-form__user--agree {
    background: #fff;
    padding: 25px 30px;
    border-radius: 4px;
    margin-bottom: 20px
}

.liberty-form__user--agree .ant-checkbox + span,
.liberty-form__user--agree .ant-checkbox-wrapper + span {
    display: inline-block;
    width: 95%;
    vertical-align: top;
    padding: 0 15px
}

.liberty-form__btn {
    position: absolute;
    left: 0;
    top: 100%;
    width: 456px
}

.liberty-form__btn button {
    height: auto
}

.liberty-form__btn button:active,
.liberty-form__btn button:focus,
.liberty-form__btn button:hover {
    background: #fdd835;
    color: #242424
}

.liberty-form-infors {
    background: #fff;
    border-radius: 4px;
    margin-top: 55px
}

.liberty-form-infors__title {
    color: #242424;
    font-size: 14px;
    font-family: Roboto;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(151, 151, 151, .2);
    margin-bottom: 0
}

.liberty-form-infors__result,
.liberty-form-infors__text {
    font-size: 13px;
    color: #242424;
    font-family: Roboto
}

.liberty-form-infors__items {
    padding: 0 15px;
    margin: 0;
    list-style: none
}

.liberty-form-infors__item {
    border-bottom: 1px solid #ececec;
    padding: 10px 0 0
}

.liberty-form-infors__item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px
}

.liberty-form-infors__item:last-child {
    border-bottom: 0;
    padding-bottom: 10px
}

.liberty-form-infors__text {
    font-weight: 300
}

.liberty-form-infors__result--price {
    color: #ff424e;
    font-size: 20px;
    font-weight: 500
}

.liberty-form-infors__result--price i {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #242424
}

.liberty-error {
    width: 600px;
    margin: 50px auto 0;
    text-align: center;
    height: 100vh
}

.liberty-error__title {
    font-size: 25px;
    color: #242424
}

.liberty-error__desc {
    font-size: 14px;
    color: #242424;
    margin: 30px 0
}

.liberty-error__btn {
    background: #ff424e;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto
}

.liberty-error__btn:active,
.liberty-error__btn:focus,
.liberty-error__btn:hover {
    background: #fdd835;
    color: #242424
}

.spin {
    position: fixed;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, .12);
    width: 100%;
    padding-top: 50%;
    left: 0
}

.spin .ant-spin-spinning {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tab-content {
    position: relative;
    overflow: hidden;
}

.tab-content.is-animating {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
}

.content-pane {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.content-pane.is-active {
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.content-pane.is-exiting {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.content-pane.is-animating {
    -webkit-transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 400ms ease-out, -webkit-transform 400ms ease-out;
    transition: opacity 400ms ease-out, transform 400ms ease-out;
    transition: opacity 400ms ease-out, transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    padding-left: 30px;
}
@media only screen and (max-width: 480px) {
    .liberty {
        background: #f4f4f4;
        padding-top: 15px;
        margin-bottom: 0;
    }
    .liberty-form {
        margin-bottom:0;
        padding-top: 30px;
        background: #f4f4f4;
        padding-bottom: 30px;
    }

    .liberty__title{
        padding: 12px 15px;
        max-width: 100%;
        text-align: center;
        line-height: 20px;
    }
    .liberty__inner {
        padding: 20px 15px;
        max-width: 100%;
        margin: 0 auto 15px;
    }
    .liberty-inner__ride:last-child{
        margin-right: 0;
    }
    .liberty-steps .input-group .form-control {
        font-size: 13px;
        padding-left: 5px;
        border-radius: 0;
    }
    .input-group-addon:last-child {
        border-left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .liberty-tab__tabs .ant-tabs-tab{
        float: left;
        width: 100%;
    }
    .liberty-form__top{
        display: block;
        width: 100%;
        padding: 15px;
    }
    .liberty-form__line{
        display: inline-block;
        width: 100%;
    }
    .liberty-form__inline{
        width: 100%;
    }
    .liberty-tab__tabs{
        margin-top: 0 !important;
    }
    .liberty-tab__tabs .ant-tabs-tab .tab_name{
        text-align: left;
        width: 85%;
    }
    .liberty-tab__tabs .ant-tabs-tab .tab_checkbox{
        top: 0;
    }

    .liberty-prices-search{
        display: block;
    }
    .liberty-prices-search__inline:first-child,
    .liberty-prices-search__inline:nth-child(2),
    .liberty-prices-search__inline:nth-child(3),
    .liberty-prices-search__inner{
        display: inline-block;
        width: 100%;
        padding-right: 0;
        border: 0;
        margin-bottom: 15px;
    }
    .liberty-prices-search__inline:last-child{
        padding-left: 0;
        margin-bottom: 0;
    }
    .liberty-prices-search__inline:nth-child(2) .liberty-prices-search__inside:first-child,
    .liberty-prices-search__inline:nth-child(3) .liberty-prices-search__inside:first-child{
        padding-left: 0;
    }
    .liberty-prices-search__inline:nth-child(2) .liberty-prices-search__inside:last-child,
    .liberty-prices-search__inline:nth-child(3) .liberty-prices-search__inside:last-child{
        padding-right: 0;
    }
    .liberty-prices-search__inner .ant-select .input-group input{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .liberty-prices-search__inline .liberty-prices-search__btn{
        margin: auto;
    }
    .liberty-form .liberty-form__top{
        margin-bottom: 0;
    }
    .liberty-form__line:last-child{
        margin-bottom: 0;
    }
    .liberty-inner__ride-text{
        margin-bottom: 5px;
        font-size: 13px;
        color: #242424;
        font-weight: normal;
    }
    .liberty-prices-container {
        padding: 10px 0 45px;
    }
}
