body{font-family: "Roboto", sans-serif !important;}

.simply-thiland-block {
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    padding: 15px;
    margin: 0 0 15px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.thialnd-left-block ul li h3 {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.thi-text-bold {
    font-size: 17px;
    font-weight: 500;
}
.thialnd-left-block ul li {
    padding-right: 40px;
    border-right: 1px solid #ebebeb;
    padding-left: 15px;
}

.thialnd-left-block ul li:last-child{
    border-right: none;
}

.thialnd-left-block ul li span{
    margin-top: 3px;
}
.sat-text {
    font-size: 14px;
    font-weight: 500;
}

.thailand-right-block ul li a {
    border: 1px solid #dc834e;
    line-height: 34px;
    height: 34px;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 4px;
    transition: all ease 0.5s;
}
.thailand-right-block ul li a:hover{
    background-color: #dc834e !important;
    color: #fff;
    border-color: #dc834e !important;
}
.modify{
    border-color: #000 !important;
    color: #000;
}
/* .modal-header h5 {
    text-align: center;
    font-size: 27px;
    font-weight: 400 !important;
    color: #000 !important;
} */
.thailand-modal-content ul li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #363636;
}
.thailand-modal-popup::before {
    position: fixed !important;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.thailand-modal-content {
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 40px 15px;
    border: 1px solid rgba(156, 170, 179, 0.28);
    border-radius: 4px;
    margin: 15px 0;
    background: #fff;
    width: 1296px;
    position: absolute;
    z-index: 1111;
    top: -90px;
    left: 0;
}
.thailand-modal-content ul li h3 span strong {
    font-size: 30px;
    font-weight: 600;
}
.thailand-modal-content h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 15px;
}
.thailand-modal-content ul li h3 i {
    font-size: 17px;
    margin: 5px 0 0 5px;
}
.thailand-modal-content ul li h3 span {
    margin-top: 10px;
}

.thailand-apply a {
    font-size: 16px;
    font-weight: 700;
    background: #dc834e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 30px;
}
.thailand-modal-content > ul {
    border-top: 1px solid rgba(156, 170, 179, 0.28);
    border-bottom: 1px solid rgba(156, 170, 179, 0.28);
}
.modal-close-btn:hover {
    background: #dc834e;
    border-color: #dc834e;
}
.modal-close-btn:hover .btn-line{
    background-color: #fff;
}
.modal-close-btn .btn-line {
    background: #000;
    width: 20px;
    height: 2px;
    display: block;
}
.btn-line.line1 {
    position: relative;
    right: 5px;
    top: 1px;
    transform: rotate(46deg);
}
.btn-line.line2 {
    position: relative;
    right: 5px;
    top: -1px;
    transform: rotate(134deg);
}

.modal-close-btn {
    position: absolute;
    right: 25px;
    top: 25px;
    border: 1px solid #000;
    padding: 14px;
    border-radius: 7px;
    max-width: 40px;transition: all ease 0.5s;
    cursor: pointer;
}
.thailand-modal-content > ul > li {
    border-left: 1px solid rgba(156, 170, 179, 0.28);
    padding-right: 80px;
    position: relative;
    padding: 15px;
    width: calc(100% - 215px);
    transition: all ease 0.5s;
    cursor: pointer;
}
.thailand-modal-content > ul > li:hover{
    background: #f1f7ff;
}
.thailand-modal-content ul li:nth-child(1){
    border-left: none;
}

.thailand-modal-popup{
    display: none;
}
.thailand-modal-popup.popup-open{
    display: block;
}

.sub-dropdown{
    display: none;
    position: absolute !important;
    left: 0;
    top: 40px;
    width: 336px;
    border: 1px solid #d4d4d4;
    background: #fff;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
    z-index: 10;
}

.sub-dropdown > ul > li > a {
    display: block !important;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    transition: all ease 0.3s;
}
.sub-dropdown > ul > li > a:nth-child(1){
    border-bottom: 1px solid #ebebeb;
}
.sub-dropdown ul li a:hover {
    background-color: #f1f7ff;
}
.sub-dropdown.show{
    display: block !important;
}
.sub-dropdown2{
    display: none;
}
.sub-dropdown2.show{
    display: block !important;
}

.guest-block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 11px 15px 5px 15px;
}
.guest-block ul li {
    padding: 10px 15px;
    border-bottom: 1px dotted #ebebeb;
    transition: all ease 0.5s;
}
.guest-block ul li:hover{
    background-color: #f1f7ff;
}

.adult-row p {
    padding: 0 10px;
    font-size: 15px;
    width: calc(100% - 130px);
    color: #000;
}

.adult-row h6 {
    font-size: 16px;
    font-weight: 600;
    width: 40px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.btn-outer {
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    width: 70px;
    height: 28px;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
}
.btn-outer a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    width: 50%;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 0.5s;
    cursor: pointer;
}

.btn-outer a:hover{
    background-color: #dc834e !important;
    color: #fff;
}

.adult-row p span {
    font-size: 12px;
    color: #6b6b6b;
}
.scrolling-form {
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
}
.guest-footer {
    padding: 15px;
}
.add-anoth {
    font-size: 15px;
    font-weight: 600;
}
.add-anoth:hover{
    color: #dc834e !important;
}
.form-done:hover{
    color: #fff !important;
}
.form-done {
    font-size: 13px;
    font-weight: 600;
    background: #dc834e;
    width: 65px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all ease 0.5s;
}
.guest-footer a span {
    margin-right: 7px;
}

.download-package-content-block{
    display: none;
}

.download-package-conten {
    position: fixed;
    max-width: 548px;
    background: #fff;
    box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2);
    margin: auto;
    overflow-y: auto;
    padding: 40px;
    z-index: 1112;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-height: 320px;
}

.download-package-content-block.package-open {
    display: block;
    top: 10%;
}
.package-content-block i {
    position: absolute;
    right: 0;
    top: -20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 4px;
    color: #dc834e;
    transition: all ease 0.5s;
}
.package-content-block i:hover{
    background-color: #dc834e;
    color: #fff;
}
.package-content-block form {
    flex-direction: column !important;
}

.package-content-block form input {
    padding: 0 10px !important;
    margin-bottom: 20px;
    border-radius: 4px !important;
    line-height: 30px;
    border: 1px solid #777;
    font-size: 14px;
    font-weight: 400;
}

.package-content-block h2 {
    margin-bottom: 20px !important;
    font-size: 27px;
    font-weight: 600;
    color: #dc834e;
}
.form-block .submit-information {
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 55px;
    width: 100%;
    border: none !important;
}

.download-package-content-block::before {
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.bg-theme-color
{
    background-color: #fe7e50;
}
.theme-color
{
    background-color: #fe7e50;
}