﻿.booking-box{
    width: 100%;
    position: relative;
    display: block;
    background-color: #f5f5f5;
}
.booking-info-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding: 100px 0;
}
.booking-title{
    width: 100%;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #162148;
}
.booking-info{
    margin-top: 25px;
}
.booking-info-left{
    width: 800px;
    max-width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 45px 50px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.booking-info-warning{
    font-size: 16px;
    color: #333;
    text-align: right;
}
.booking-info-warning span{
    color: #ae8c4f;
}
.booking-form-list{
    box-sizing: border-box;
    padding: 25px 0; 
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.booking-form-list:first-child{
    padding-top: 20px;
}
.booking-form-list-title{
    width: calc(100% - 540px);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
}
.booking-form-list-title span{
    color: #ae8c4f;
}
.booking-form-text{
    width: 540px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: #eee;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #888;
    font-family: "微軟正黑體";
    transition: all .3s linear; 
}
.booking-form-list::-webkit-input-placeholder{
    font-family: "微軟正黑體";
    color: #888;
}
.booking-form-list:-moz-placeholder{
    font-family: "微軟正黑體";
    color: #888;
}
.booking-form-list::-moz-placeholder{
    font-family: "微軟正黑體";
    color: #888;
}
.booking-form-select-box{
    width: 540px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.booking-form-select-all-box{
    margin-bottom: 10px;
}
.booking-form-select-title{
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.booking-form-select-title span{
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}
.booking-form-select option{
    letter-spacing: 2px;
    color: #888;
    font-size: 14px;
    font-family: "微軟正黑體"
}
.booking-form-list:nth-child(6){
    padding-bottom: 5px;
}
.booking-form-warning-number{
    display: block;
    position: relative;
    text-align: left;
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    margin-top: 3px;
}
.booking-form-list-title .booking-form-warning-number-b{
    font-size: 12px;
    color: #888;
    line-height: initial;
}
.booking-form-warning-time{
    width: 540px;
    display: block;
    position: relative;
    margin: 3px 0;
    margin-left: auto;
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    opacity: 0;
    padding-bottom: 15px;
}
.booking-form-warning-time.open{
    opacity: 1;
    padding-bottom: 0;
}
.booking-form-warning-time span{
    display: none;
    margin-top: 5px;
}
.booking-form-warning-time.open span{
    display: block;
}
.booking-form-warning-time-b{
    display: none;
}
.booking-d{
    width: 40px;
    border-radius: 10%;
    background-color: #1f4e79;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.booking-w{
    width: 40px;
    border-radius: 10%;
    background-color: #c55a11;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.booking-ow{
    width: 55px;
    border-radius: 10%;
    background-color: #548235;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.button{
    text-align: center;
}
.button button{
    width: 160px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: #eee;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s linear;
}
.booking-form-info-box{
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.booking-form-info{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.booking-form-info-t-title{
    font-size: 14px;
    color: #162148;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: bold;
}
.booking-form-info-text{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #ae8c4f;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Roboto";
    box-sizing: border-box;
    padding-top: 5px;
}
.booking-form-info-text span{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-family: "微軟正黑體";
    box-sizing: border-box;
    padding-bottom: 2px;
}
.booking-form-info-b{
    margin-top: 5px;
}
.booking-form-info-b-title{
    font-size: 18px;
    color: #162148;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    font-weight: bold;
}
.booking-form-info-deposit{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #ae8c4f;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Roboto";
    box-sizing: border-box;
    padding-top: 5px;
}
.booking-p-set span{
    width: 70px;
    display: inline-block;
}


/*--------booking共用-----------*/
.booking-form-radio-list,
.booking-form-checkbox-lable-list{
    width: 540px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.booking-form-checkbox-lable-list{
    width: 100%;
    text-align: center;
}
.booking-form-list.checkbox-lable{
    padding: 20px 0;
    border-bottom: none;
}
.booking-radio-lable,
.booking-checkbox-lable{
    display: inline-block; 

}
.booking-radio-lable input,
.booking-checkbox-lable input{
    opacity: 0;
    position: absolute;
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
}
.booking-radio-lable span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
    font-size: 16px;
    color: #333;
    padding-left: 18px;
    margin-right: 30px;
}
.booking-checkbox-lable span{
    position: relative;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    padding-left: 30px;
}

.booking-radio-lable span:before{
    content: 'none';
    font-size: 0;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
}

.booking-checkbox-lable span:before{
    content: 'none';
    font-size: 0;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
}

.booking-radio-lable span:after,
.booking-checkbox-lable span:after{
    content: 'none';
    font-size: 0;
    width: 20px;
    height: 20px;
}


button{
    font-family: "微軟正黑體","Microsoft JhengHei";
}
.booking-form-select{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #eee;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    -webkit-appearance: none; /*Chrome*/
    -moz-appearance: none; /*FF*/
    appearance: none;/*CSS3*/
    letter-spacing: 2px;
    color: #888;
    font-size: 14px;
    font-family: "微軟正黑體";
    outline: none;
    transition: all .3s linear; 
}
.booking-form-select-box{
    position: relative;
}
.booking-radio-lable input:checked + span:before{
    background-image: url(../img/front/r_checked.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}
.booking-checkbox-lable input:checked + span:before{
    background-image: url(../img/front/checked.png);
    background-size: 70%;
}

/*表單送出*/
.booking-thanks-box{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}
.booking-thanks-box.active{
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}
.booking-thanks{
    max-width: 500px;
    min-width: 200px;
    width: 400px;
    padding: 40px 30px;
    padding-bottom: 25px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.booking-thanks-p{
    font-size: 16px;
    color: #333;
    transform: scaleY(1.05);
    letter-spacing:  1px;
    line-height: 2;   
}
.booking-out{
    width: 21px;
    height: 21px;
    max-width: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.booking-out span{
    width: 15px;
    height: 1px;
    background-color: #888;
    display: block;
    margin: 0 auto;
    position: relative;
}
.booking-out span:nth-child(1){
    top: 10px;
    left: 0px;
    transform: rotate(45deg);
}
.booking-out span:nth-child(2){
    top: 9px;
    left: 0px;
    transform: rotate(-45deg);
}
.booking-thanks-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*<---booking-info-right--->*/
.booking-info-right{
    width: 780px;
    max-width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 45px 35px;
    padding-bottom: 25px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.booking-info-right-h3{
    font-size: 18px;
    font-weight: bold;
    color: #ae8c4f;
    letter-spacing: 1px;
}
.booking-info-right-h4{
    font-size: 16px;
    font-weight: bold;
    color: #162148;
    letter-spacing: 1px;
}
.booking-info-right-note-title{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.booking-info-right-text{
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.booking-info-right-note-box p{
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}
.booking-info-right-note-box{
    line-height: 3.3;
    margin-top: 10px;
    overflow: auto;
    max-height: 826px;
}
.booking-btn-box{
    text-align: center;
    margin-top: 10px;
}
.booking-btn{
    width: 80px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transform: scaleY(1.05);
    background-color: #162148;
    color: #fff;
    margin: 0 20px;
    letter-spacing: 2px;
    transition: all .3s linear;
}
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*change scrollbar style*/
.booking-info-right-note-box::-webkit-scrollbar {  
  width: 6px;
  background: rgba(118,176,243,.3);
  border-radius: 5px;
}
.booking-info-right-note-box::-webkit-scrollbar-button {
    display: none;
}
.booking-info-right-note-box::-webkit-scrollbar-thumb {
    width: 8px;
    min-height: 100px;
    background: #eee;
}
.booking-info-right-note-box::-webkit-scrollbar-track {
    background-color: #fff;
}
.booking-info-right-note-box::-webkit-scrollbar-track-piece {
    background: #fff;
}
.booking-info-right-note-box::-webkit-scrollbar-track-piece {
    background: #fff;
}

/*<---------------input+hover------------->*/

.booking-form-text:focus{
    background-color: #dedede; 
}
.button button:hover{
    background-color: #162148;
    color: #fff;
}
.booking-btn:hover{
    background-color: #ae8c4f;
    color: #fff;
}
@media only screen and (max-width: 1600px){
    .booking-info-box{
        width: 1400px;
    }
    .booking-info-left{
        width: 700px;
    }
    .booking-info-right{
        width: 680px;
        padding-bottom: 21px;
    }
    .booking-form-text,
    .booking-form-select-box,
    .booking-form-radio-list,
    .booking-form-warning-time{
        width: 440px;
    }
    .booking-form-list-title{
        width: calc(100% - 440px);
    }
    .booking-info-right-note-box{
        line-height: 2.8;
        max-height: 829px;
        min-height: 829px;
    }
}
@media only screen and (max-width: 1400px){
    .booking-info-box{
        width: 1200px;
    }
    .booking-info-left{
        width: 600px;
        padding: 42px 50px;
    }
    .booking-info-right{
        width: 580px;
    }
    .booking-form-text,
    .booking-form-select-box,
    .booking-form-radio-list,
    .booking-form-warning-time{
        width: 390px;
    }
    .booking-form-list-title{
        width: calc(100% - 390px);
    }
    .booking-form-list{
        padding: 23px 0;
    }
    .booking-form-info-b{
        margin-top: 4px;
    }
    .booking-info-right-note-box{
        line-height: 2.5;
        max-height: 797px;
        min-height: 797px;
    }
    .booking-form-warning-number{
        text-align: left;
        line-height: 10px;
    }
    .booking-form-warning-number.open{
        line-height: inherit;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 1200px){
    .booking-info-box{
        width: 1000px;
    }
    .booking-info-left{
        width: 500px;
        padding: 30px 30px;
    }
    .booking-info-right{
        width: 480px;
        padding: 30px 20px;
        padding-bottom: 12px;
        padding-right: 5px;
    }
    .booking-form-text,
    .booking-form-select-box,
    .booking-form-radio-list,
    .booking-form-warning-time{
        width: 340px;
    }
    .booking-form-list-title{
        width: calc(100% - 340px);
    }
    .booking-form-info-b{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1000px){
    .booking-info-box{
        width: 750px;
        padding: 70px 0;
    }
    .booking-info-left{
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }
    .booking-info-right{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }
    .booking-info{
        margin-top: 20px;
    }
    .booking-info-right-note-box{
        overflow: initial;
        max-height: initial;
        min-height: initial;
    }
    .booking-form-text,
    .booking-form-select-box{
        width: 540px;
    }
    .booking-form-radio-list,
    .booking-form-warning-time{
        width: 540px;
    }
    .booking-form-list-title{
        width: calc(100% - 540px);
    }
    .booking-form-list.checkbox-lable{
        padding: 15px 0;
    }
}
@media only screen and (max-width: 750px){
    .booking-info-box{
        width: 550px;
        padding: 40px 0;
    }
    .booking-info-left{
        width: 100%;
        margin-right: 0;
        padding: 20px;
    }
    .booking-info-right{
        width: 100%;
        margin-top: 20px;
        padding: 20px;
    }
    .booking-info-right-note-box{
        overflow: initial;
        max-height: initial;
    }
    .booking-form-text,
    .booking-form-select-box,
    .booking-form-radio-list,
    .booking-form-warning-time{
        width: 390px;
    }
    .booking-form-list-title{
        width: calc(100% - 390px);
    }
    .booking-title{
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }
    .booking-form-warning-number,
    .booking-form-warning-number-b{
        font-size: 12px;
    }
    .booking-info-right-note-box{
        line-height: 2.6;
    }
    .booking-form-list{
        padding: 20px 0;
    }
    .booking-info-warning,
    .booking-radio-lable span{
        font-size: 14px;
    }
    .booking-form-list-title{
        font-size: 14px;
    }
    .booking-form-warning-time{
        margin: 0;
        margin-left: auto;
    }
    .booking-form-select-all-box{
        margin-bottom: 5px;
    }
    .booking-form-select-title{
        margin-bottom: 2px;
    }
}
@media only screen and (max-width: 550px){
    .booking-info-box{
        width: 400px;
        padding: 20px 0;
    }
    .booking-form-text,
    .booking-form-select-box,
    .booking-form-radio-list, 
    .booking-form-warning-time{
        width: 280px;
    }
    .booking-form-list-title{
        width: calc(100% - 280px);
    }
    .booking-form-info-box{
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .booking-form-info-t-title{
        font-size: 12px;
    }
    .booking-form-info-text{
        padding-top: 3px;
    }
    .booking-form-info-deposit{
        padding-top: 0px;
    }
    .booking-form-info-b-title{
        font-size: 14px;
    }
    .booking-form-info-deposit{
        font-size: 16px;
    }
    .booking-form-info{
        margin-right: 10px;
    }
    .button button{
        font-size: 16px;
        width: 140px;
        height: 50px;
        line-height: 50px;
    }
    .booking-info-right-h3{
        font-size: 16px;
    }
    .booking-info-right-h4{
        font-size: 14px;
    }
    .booking-info-right-text{
        font-size: 12px;
    }
    .booking-info-right-note-box p{
        font-size: 12px;
    }
    .booking-info-right-note-box{
        line-height: 2.2;
    }
    .booking-info-right-note-title{
        font-size: 12px;
    }
    .booking-title{
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
    .booking-form-warning-number{
        text-align: left;
    }
    .booking-form-warning-time span{
        margin-right: 10px;
    }
    .booking-radio-lable span:before{
        top: 5px;
    }
}
@media only screen and (max-width: 400px){
    .booking-info-box{
        width: 300px;
        padding: 20px 0;
    }
    .booking-info-left{
        padding: 10px;
    }
    .booking-form-text,
    .booking-form-select-box,
    .booking-form-radio-list,
    .booking-form-warning-time{
        width: 180px;
    }
    .booking-form-list-title{
        width: calc(100% - 180px);
    }
    .booking-form-list:first-child{
        padding: 10px 0;
    }
    .booking-form-list{
        padding: 10px 0;
    }
    .booking-radio-lable span{
        margin-right: 0;
        font-size: 12px;
    }
    .booking-checkbox-lable span{
        font-size: 12px;
        padding-left: 20px;
    }
    .booking-checkbox-lable span:before{
        width: 12px;
        height: 12px;
        top: 3px;
    }
    .booking-form-list.checkbox-lable{
        padding: 10px 0;
    }
    .booking-form-radio-list, .booking-form-checkbox-lable-list{
        margin: 0;
    }
    .booking-radio-lable span:before{
        width: 10px;
        height: 10px;
        top: 4px;
    }
    .booking-form-warning-time, .booking-form-warning-time-b{
        font-size: 12px;
    }
    .booking-form-text,
    .booking-form-select{
        font-size: 12px;
    }
    .button button{
        font-size: 14px;
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .booking-info-right{
        padding: 10px;
        margin-top: 10px;
    }
    .booking-info-right-note-box{
        line-height: 2;
        margin-top: 0;
    }
    .booking-title{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .booking-info{
        margin-top: 10px;
    }
    .booking-form-warning-time span{
        margin-right: 6px;
    }
    .booking-form-warning-time{
        width: 100%;
    }
    .booking-form-warning-number.open,
    .booking-form-warning-time.open{
        display: block;
        margin-top: 10px;
    }
    .booking-form-list:nth-child(6), .booking-form-list:nth-child(7){
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 520px){

    .booking-thanks, .alert-info{
        width: 95%;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .booking-thanks-p{
        font-size: 16px;
    }
}



