<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)

   ///////////////css reset////////////////////

*/





html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    font-size: 100%
}



body {
	font-family: 'Questrial', sans-serif, Microsoft JhengHei, "Arial", "verdana", "Open Sans", "Segoe UI", Roboto, "Helvetica Neue",  "Segoe UI Emoji";
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:befpre,
*:after {
    box-sizing: border-box;
}

* {
    outline: none;
}

/*------------------start---------------------*/



@font-face {
  font-family: 'Questrial';
src: url('../font/Questrial-Regular.ttf') format("truetype"),  
     url('../fonts/Questrial-Regular.woff') format("woff"),
}

@font-face {
  font-family: 'M PLUS Rounded 1c';
src: url('../font/MPLUSRounded1c-Regular.ttf') format("truetype"),  
     url('../fonts/MPLUSRounded1c-Regular.woff') format("woff"),
}

.wrap {
    display: block;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}

/*--------------------ç™»éŒ„è¡¨å–®é–‹å§‹------------------------------------*/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */


}

.loginbox {
    display: block;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    background-color: #fbd8ba;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(251, 216, 186, 0.9);
    /* Black w/ opacity */

}


.loginfrom {
    display: table;
    margin: 55px auto;
    width: 500px;
    box-sizing: border-box;
    padding: 50px 60px;
    background-color: #ffffff;
    border: 3px solid #f39800;
    border-radius: 18px;
    position: relative;
}


.loginfrom .close {
    position: absolute;
    width: 50px;
    height: 40px;
    display: table;
    right: 10px;
    top: 10px;
    color: #686767;
    font-size: 35px;
    font-weight: bold;
    z-index: 9999;
    opacity: 1;
    cursor: pointer;
}


.loginfrom .close:hover {
    color: #ed8534;
    opacity: 1;
}



.loginpic {
    display: table;
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.loginbox img {
    display: table;
    width: 100%;
    margin: 0 auto 20px auto;


}

.loginfrom h2 {
    text-align: center;
    color: #898989;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.login-name,
.login-pw {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    margin: 40px auto 0 auto;
    position: relative;
}

.login-name label,
.login-pw label {
    display: table;
    float: left;
    width: auto;
    color: #595757;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;

}



.login-name input[type=text],
.login-pw input[type=password] {
    width: 100%;
    padding: 12px 20px 12px 40px;
    margin: 5px 0;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #a2a2a2;
    box-sizing: border-box;
    font-size: 18px;
    outline: none;
    height: 59px;
}

.login-name i,
.login-pw i {
    font-size: 24px;
    color: #898989;
    z-index: 99;
    position: absolute;
    left: 10px;
    top: 49px;
}

.login-forget {
    display: table;
    width: 100%;
    margin: 10px auto;

}

.login-forget a {
    display: table;
    float: right;
    color: #595757;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    color: #595757;
    font-size: 16px;
}

.login-forget a:hover {
    color: #000000;
}

.login-botton {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 50px auto;

}

.login-botton button {
    display: table;
    margin: 0 auto;
    width: 90%;
    height: 50px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background-color: #ed8534;
    border: none;

}

.login-botton button:focus {
    outline: none;
}

.login-botton button:hover {
    background-color: #fbd8ba;
    color: #000000;
}

.login-signin {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;

}

.login-signin p {
    font-size: 14px;
    line-height: 30px;
    color: #595757;
}

.login-signin a {
    display: table;
    margin: 0 auto;
    font-size: 20px;
    color: #595757;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;

}

.login-signin a:hover {
    color: #ed8534;
    text-decoration: none;
    border: none;
    outline: none;
}


@media (max-width: 1200px) {
    .loginfrom {
        margin: 30px auto;
  }
}

@media (max-width: 500px) {
    .loginfrom {
        width: 90%;
        padding: 50px 30px;
    }
    .loginpic {
        width: 80%;
    }
}





@media (max-width: 400px) {
    .loginfrom {
        margin-top: 20px;
        padding: 40px 20px;
    }

    .loginpic {
        width: 80%;
    }

    .loginbox img {
        margin: 0 auto;
    }

    .loginfrom h2 {
        font-size: 24px;
    }

    .login-name,
    .login-pw {
        margin: 10px auto 0 auto;

    }

    .loginfrom .close {
        top: 0px;
    }

    .login-botton {
        margin: 25px auto 5px auto;
    }

    .login-signin p {

        line-height: 20px;

    }

    .login-signin a {

        font-size: 16px;

    }

    .login-name input[type=text],
    .login-pw input[type=password] {
        font-size: 16px;
    }

    .loginfrom .close {
        height: 32px;
        right: -3%;
        font-size: 30px;

    }

    .login-forget {
        margin: 0px auto;

    }

    .login-forget a {
        font-size: 14px;

    }
}


/*--------------------ç™»éŒ„è¡¨å–®çµæŸ------------------------------------*/

/*--------------------å°Žèˆªæ¬„ start------------------------------------*/
/*.topnav {
    display: table;
    margin: 0 auto;
    width: 80%;
    box-sizing: border-box;
    overflow: auto;
    position: relative;
}*/
.topnav {
	z-index: 9999;
	position: fixed;
    display: table;
    margin: 0 auto;
    width: 80%;
    box-sizing: border-box;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
	font-family: 'microsoft yahei';
}




.topnavbox {
    width: 100%;
    display: table;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
  }


.navlogo {
    display: table-cell;
    width: 21%;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    vertical-align: bottom;
    box-sizing: border-box;    
    margin-top: 2px;
}

.navlogo .navlogoimg {
    width: 240px;
    display: table;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 43px;
}


.topnav img {
    float: left;
    width: 100%;
    margin-top: 0px;
    box-sizing: border-box;

}

.topmenubox {
    display: table-cell;
    width: 75%;
    margin: 0px;
    padding: 0;
    float: left;
    overflow: auto;
    /*padding-left: 3%;*/
	padding-left: 0%;
    box-sizing: border-box;
}

.topmenu {
    display: table;
   width: 60%;
    float: left;
    overflow: auto;
    box-sizing: border-box;
    margin-top: 39px;
    /*margin-left: 10%;*/
	margin-left: 0%;
}

.menulist {
    display: table;
    overflow: auto;
    box-sizing: border-box;

}


.topnav a {
    float: left;
    display: block;
    color: #ea5903;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    box-sizing: border-box;

}



.toplogin {
    display: table;
    float: right;
	width: 25%;
    margin-top: 39px;
    overflow: auto;
    box-sizing: border-box;

}

.loginlist {
    display: table;
    overflow: auto;
    box-sizing: border-box;
}

.toplogin a span {
    color: #595757;
}



.topmenu a:hover {
    background-color: #ea5903;
    color: white;
    text-decoration: none;
}


.topmenu a.active {
    background-color: #ea5903;
    color: white;
}

.toplogin a {
    color: #595757;
}

.toplogin a:hover {
    background-color: #ea5903;
    color: #ffffff;
}

.toplogin span {
    color: #595757;
    font-weight: 400;
}

.toplogin p {
    float: left;
    display: block;
    color: #ea5903;
    text-align: center;
    padding: 8px 0px 0px 0px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
}




/*----------æ¼¢å&nbsp;¡åŒ…--------------*/
/*èœå–®åœ–æ¨™æŒ‰éˆ•*/
.menubtnx {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: 75%;
    top: 17px;
    display: none;
}

.menubtnx .bar1,
.menubtnx .bar2,
.menubtnx .bar3 {
    width: 25px;
    height: 3px;
    background-color: #ea5414;

    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 3px);
    /*ç§»å‹•X,Yè»¸çš„è·é›¢*/
    transform: rotate(-45deg) translate(-6px, 3px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -7px);
    transform: rotate(45deg) translate(-9px, -7px);
}

/*///////////////æ¼¢å&nbsp;¡åŒ… end//////////////*/


@media (max-width: 1800px) {
 
.topmenubox {width: 79%;}	
.topmenu {
	width: 69%;
    margin-left: 0%;
}	
.toplogin {
    width: 30%;
	}
	
}





@media (max-width: 1500px) {
.topnav {
	width: 100%;
}
	
.navlogo .navlogoimg {
   margin-left: 25px;
}	
	
	
.topmenubox {
	width: 78%;
    padding-left: 0%;
 }

.loginlist {
    float: right;
    padding-right: 0px;
}	
	
.topmenu {
    width: 88%;
    display: table;
    float: left;
    margin: 0;
    margin-left: 10%;
}

	
.toplogin {
    width: 100%;
    display: table;
    float: left;
    margin: 0;
}	

.navlogo {
	display: table-cell;
	width: 22%;
	}
}

@media (max-width: 1350px) {

.topnav a {
        padding: 8px 11px;

    }

}


@media (max-width: 1300px) {
    .topnav {
        width: 100%;
 /*       padding-left: 2%;*/
    }

.topmenu {
 	width: 80%;
    margin-left: 10%;
}	
.toplogin {
    width: 100%;
    display: table;
    float: left;
    margin: 0;
}	
	
	

}

@media (max-width: 1200px) {
    .topnav {
        padding: 0 2%;
    }

    .navlogo {
        width: 26%;
    }
.navlogo .navlogoimg {
    margin-left: 0px;
}
    .topmenubox {
        width: 74%;
        padding-left: 0;
    }


    .toplogin {
        width: 100%;
        display: table;
        float: left;
        margin: 0;

    }

    .topmenu {
        width: 100%;
        display: table;
        float: left;
        margin: 0;
    }

    .loginlist {
        float: right;
        padding-right: 0px;
    }

    .menulist {
        float: right;

    }


}


@media (max-width: 1000px) {

    .navlogo {
        width: 35%;
    }

    .topmenubox {
        width: 65%;
    }


}

@media (max-width: 900px) {
    .topnav {
        padding: 0 1%;
    }

    .topnav a {
        padding: 8px 6px;
        font-size: 14px;

    }

    .toplogin span {
        font-size: 14px;
    }

    .navlogo {
        width: 20%;
    }
	
.navlogo .navlogoimg {
    margin-left: 0px;
    width: 100%;
}	
.topnav img {
    float: left;
    width: 100%;
 }
    .topmenubox {
        width: 100%;
    }
	
	
	

}

@media (max-width: 750px) {

    .navlogo img {
        width: 100%;
    }

    .navlogo {
        width: 35%;
    }

    .topmenubox {
        width: 65%;
    }

}


@media (max-width: 660px) {

.flightTabbox .tab {
   
    margin-bottom: 10px;
}
    /*menulist:width:100%*/
    .topnav {
        margin: 0;
        padding: 0;
    }

    .menubtnx {
        display: block;
        left: 88%;
    }

    .navlogo {
        width: 100%;
        display: block;
        height: 10px;
        margin-top: 0px;
    }

.navlogo .navlogoimg {
        margin-top: 0px;
    position: absolute;
    top: 0px;
    left: 3%;
    width: 175px;
}


    .navlogo img {
        margin: 0 auto;
        display: table;
        padding: 10px 0px;
        float: none;
    }

    .topmenubox {
        display: block;
        width: 100%;
    }

    .topmenu {
        display: none;
        width: 100%;
        margin: 0;
    }

    .menulist {
        float: none;
        width: 100%;
        display: block;
        margin-top: 0px;
    }

    .topmenu a {
		font-family: 'Questrial', sans-serif, Microsoft JhengHei, "Arial", "verdana", "Open Sans", "Segoe UI", Roboto, "Helvetica Neue",  "Segoe UI Emoji";
        display: block;
        width: 100%;
	font-size: 1.1em;
		letter-spacing: 0.08em;
        padding: 12px 0px;
        border-bottom: 1px solid #fbd8ba;
    }

     .toplogin p {
        display: none;
    }

    .loginlist {
    width: 100%;
    float: left;
    padding-left: 68%;
    }

    .toplogin a {
        font-size: 19px;
        line-height: 30px;
        padding: 8px 12px;
		font-family: 'Questrial', sans-serif, Microsoft JhengHei, "Arial", "verdana", "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", "Segoe UI Emoji";
    }

    .toplogin a:hover {
        color: #ed8534;
        background: none;
    }

    .topcontbox {
        /*/////////////////   AD è¼ªæ’­åœ– display:none   ///////////////*/
        display: none;
    }
}

@media (max-width: 450px) {
.loginlist {
    padding-left: 50%;
}
}

@media (max-width: 400px) {
.loginlist {
    padding-left: 50%;
}
}


/*------------------------head end--------------------------------*/



/*------------------------æœå°‹ tab start--------------------------------*/

.flightTab {
    display: table;
    width: 100%;
    margin: -13px auto 20px auto;
    background-color: #fbd8ba;
    overflow: auto;
    box-sizing: border-box;
    padding: 30px 0px 5px 0px;
}

.flightTabbox {
    display: table;
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;

}

/*--------w3school start----------------*/
/*----------tab æŒ‰éˆ•---------------*/
.flightTabbox .tab {
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
}



/* Style the buttons inside the tab */
.flightTabbox .tab button {
    background-color: #fbd8ba;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
    font-size: 17px;
    border: 1px solid #ffffff;
    margin-right: 10px;
    color: #ed8534;
}

/* Change background color of buttons on hover */
.flightTabbox .tab button:hover {
    background-color: #ed8534;
    color: #ffffff;
}

/* Create an active/current tablink class */
.flightTabbox .tab button.active {
    background-color: #ed8534;
    color: #ffffff;
}

/*----------tab æŒ‰éˆ•  end-- -------------*/

/*----------round trip-- -------------*/
.flightTabbox .flight-search {
    display: table;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 5px 0px 15px 0px;

}

.flightTabbox .round-from {
    padding: 0;
    margin: 0px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.flightTabbox .round-from span {
    color: #994625;
    font-size: 12px;


}


.flightTabbox .round-from input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #b5b5b6;
     background-color: #ffffff;
}

.flightTabbox .round-date {
    padding: 0;
    margin: 0px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.flightTabbox .round-date input[type=text] {
    width: 100%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #b5b5b6;
     background-color: #ffffff;

}

.flightTabbox .round-date img {
    position: absolute;
    top: 30px;
    right: 15%;
    width: 30px;
    height: 30px;
}

.flightTabbox .round-from select {
    width: 100%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #b5b5b6;
}

.round-btn-box {
    padding: 0;
    margin: 0px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
}

.round-btn {
    width: 75px;
    height: 59px;
    background-color: #ed8534;
    border: none;
    padding: 12px 16px;
    margin-top: 14px;
    cursor: pointer;
    outline: none;

}



.round-btn:hover {
    background-color: #e75a30;
}

.round-btn i {
    color: #ffffff;
    font-size: 26px;

}


@media (max-width: 1280px) {
    .flightTabbox {
        width: 90%;
    }

    .flightTabbox .round-from,
    .flightTabbox .round-date {
        padding-right: 1%;
    }
}


@media (max-width: 1000px) {
    .flightTabbox {
        width: 95%;
    }

    .round-btn {
        width: 67px;
        height: 50px;
        margin-top: 17px;
    }

    .round-btn i {
        font-size: 24px;
    }
}


@media (max-width: 700px) {

    .flightTabbox .round-from,
    .flightTabbox .round-date {
        width: 50%;


    }

    .flightTabbox .round-date img {
        right: 10%;
    }


}

@media (max-width: 660px) {

.flightTab {
	 margin-top: 57px;
}

  .flightTabbox {
        width: 90%;
    }



}

@media (max-width: 500px) {

    .flightTabbox .round-from,
    .flightTabbox .round-date {
        width: 100%;
        padding: 0;

    }

    .flightTabbox .round-date img {
        right: 6%;
    }

    .round-btn-box {
        width: 100%;
        padding: 0;
    }

    .round-btn {
        width: 100%;
        height: 59px;
        background-color: #ed8534;
        border: none;
        padding: 12px 16px;
        margin-top: 8px;
        cursor: pointer;

    }
}

@media (max-width:400px) {

    .flightTabbox .tab button {
        width: 33.33333333%;
        margin: 0;
        font-size: 14px;
        text-align: center;
        padding: 10px 0;

    }


}




/*------------------one way trip start----------------------------*/

.oneway-box {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: auto;

}

.onewaySearch {
    display: table-cell;
    width: 80%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

.onewayBtn-box {
    display: table-cell;
    width: 20%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
}


.flightTabbox .oneway-from {
    padding: 0;
    margin: 0px;
    width: 33.333333%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.flightTabbox .oneway-from span {
    color: #994625;
    font-size: 12px;


}


.flightTabbox .oneway-from input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
     background-color: #ffffff;
}

.flightTabbox .oneway-date {
    padding: 0;
    margin: 0px;
    width: 33.33333%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.flightTabbox .oneway-date input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
}

.flightTabbox .oneway-date img {
    position: absolute;
    top: 30px;
    right: 15%;
     width: 30px;
    height: 30px;
}



.flightTabbox .oneway-from select {
    width: 100%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}


.oneway-btn {
    width: 75px;
    height: 59px;
    background-color: #ed8534;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    position: absolute;
    top: 99px;
}

.oneway-btn:hover {
    background-color: #e75a30;
}

.oneway-btn i {
    color: #ffffff;
    font-size: 26px;

}


@media (max-width:700px) {

    .onewaySearch {
        display: table;
        width: 100%;
    }

    .onewayBtn-box {
        display: table;
        width: 100%;
        position: relative;
    }


    .flightTabbox .oneway-from {
        width: 50%;


    }


    .flightTabbox .oneway-date {
        width: 50%;

    }

    .oneway-btn {
        width: 75px;
        height: 59px;
        background-color: #ed8534;
        border: none;
        padding: 12px 16px;
        cursor: pointer;
        position: initial;
        float: right;
        margin-right: 3%;


    }

}

@media (max-width: 1280px) {

    .flightTabbox .oneway-from,
    .flightTabbox .oneway-date {
        padding-right: 1%;
    }
}

@media (max-width:500px) {
    .flightTabbox .oneway-from {
        width: 100%;
        padding: 0;

    }


    .flightTabbox .oneway-date {
        width: 100%;
        padding: 0;
    }

    .oneway-btn {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .flightTabbox .oneway-date img {
        right: 6%;
    }
}



/*------------------Multi city trip start----------------------------*/

.multibox {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.multi-person {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.multi-person {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


.multi-search-one {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}


.flightTabbox .multi-from {
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}



.flightTabbox .multi-from span {
    color: #994625;
    font-size: 12px;


}


.flightTabbox .multi-from input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
     background-color: #ffffff;
}

.flightTabbox .multi-date {
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.flightTabbox .multi-date {
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.flightTabbox .multi-date input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}

.flightTabbox .multi-date img {
    position: absolute;
    top: 30px;
    right: 15%;
     width: 30px;
    height: 30px;
}

.flightTabbox .multi-from select {
    width: 100%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}

/*-------------multi-search-two-----------------*/


.multi-search-two {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;


}

.multi-search-two .multi-from {
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}



.multi-search-two .multi-from span {
    color: #994625;
    font-size: 12px;


}


.multi-search-two .multi-from input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}

.multi-search-two .multi-date {
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.multi-search-two .multi-date {
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.multi-search-two .multi-date input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}

.multi-search-two .multi-date img {
    position: absolute;
    top: 30px;
    right: 15%;
}

.multi-search-two .multi-from select {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
}





/*----------------------------*/
.deletarea {
    width: 10%;
    display: table;
    margin: 0;
    color: #9b9b9c;
    position: relative;
}

.deletarea span {
    float: left;
    width: 20px;
    margin: 0px;
    line-height: 30px;
    font-size: 24px;
    color: #bfbfbf;
    margin-top: 39px;
    left: -20%;
    position: absolute;
}

.deletarea span:hover {
    cursor: pointer;
    color: #994625;
}


.multi-search-btn {
    display: table;
    float: left;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}

.addarea {
    display: table;
    float: left;
    width: auto;
    margin: 0;
}

.addarea p {
    color: #595757;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;

}

.addarea p:hover {
    color: #ed8534;
    cursor: pointer;
}

.multibtn {
    display: table;
    width: auto;
    float: right;
    padding-right: 3%;
}

.multibtn button {
    width: 75px;
    height: 59px;
    background-color: #ed8534;
    border: none;
    padding: 12px 16px;
    margin-top: 8px;
    cursor: pointer;

}



.multibtn :hover {
    background-color: #e75a30;
    border: none;
}

.multibtn button:hover {
    background-color: #e75a30;
    border: none;
}

.multibtn i {
    color: #ffffff;
    font-size: 26px;

}

@media (max-width: 1280px) {

    .flightTabbox .multi-from,
    .flightTabbox .multi-date {
        padding-right: 1%;
    }


    .deletarea span {

        left: 0%;

    }

    .multibtn {

        padding-right: 1%;
    }
}

@media (max-width: 600px) {

    .flightTabbox .multi-from {
        width: 50%;
    }



    .flightTabbox .multi-date {
        width: 100%;

    }

    .flightTabbox .multi-date img {
        right: 6%;
    }



    .multi-search-two {
        margin: 20px 0;
        padding: 10px 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }


    .multi-search-two .multi-date {

        width: 90%;


    }
}

@media (max-width: 500px) {

    .flightTabbox .multi-from {
        width: 100%;
    }

    .multi-search-btn {
        width: 100%;

    }

    .multibtn {
        width: 70%;
    }

    .multibtn button {
        width: 100%;
    }




}

/*---/////////////////--æœå°‹ tab end--///////////////////////--------*/
/*---/////////////////--æœå°‹ flight-4å€‹ad start-///////////////////////--------*/
.flight-ad-wrap{
    display: block;
    width: 100%;
    margin: 0px auto ;
    padding:  20px 0;
    box-sizing: border-box;
    overflow: auto;
   

}
.flight-ad{
    display: block;
    width: 80%;
    margin: 40px auto;
    padding:  20px 0;
    box-sizing: border-box;
    overflow: auto;
    background-color:#ffff;
    border: 3px solid #ffa64d;
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
}


.flight-ad-item{
    display: table;
    width: 23%;
    margin: 20px  1%;
    float: left;
    box-sizing: border-box;
    padding: 0px;
   }

 .flight-ad-item a{
    display: block;
    width: 100%;
    margin: 0 ;
    padding: 0;
  cursor: pointer;
  text-decoration: none;
}
.flight-ad-item img{
    width: 100%;
}

@media (max-width: 1500px) {
.flight-ad{
    width: 90%;
  
}

}

@media (max-width: 1300px) {
.flight-ad{
    width: 95%;
    margin: 15px auto;  
}
}

@media (max-width: 800px) {
.flight-ad-item{    
    width: 48%;
    border: 2px solid #e0e1e1;
       }
.flight-ad-wrap{
    padding: 0;
    margin: 0 auto;
}
    .flight-ad{
    margin: 0px auto 30px auto;
    border:none;
    box-shadow: none
}
.flight-ad {
    margin: 0px auto;
}
}
@media (max-width: 600px) {
   .flight-ad{
  
    margin: 30px auto;
  
}
.flight-ad-item{    
    width: 95%;
   
    }
}

@media (max-width: 500px) {
   .flight-ad{
  
    margin: 10px auto;
  
}
}
/*---/////////////////--æœå°‹ flight-4å€‹ad end--///////////////////////--------*/
/*------------------------top travel deals start--------------------------------*/
.toptravelWrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 35px 20px;
    box-sizing: border-box;
  
}

.clearfix {
    clear: both;
}

.toptravel {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    box-sizing: border-box;
}


.toptravel-title {
    display: table;
    width: 100%;
    display: table;

}


.ftco-animate {
    opacity: 0;
    visibility: hidden;
}



.toptravel-title h2 {
    color: #4c5b6d;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    font-family: 'Questrial', sans-serif;

}

.toptravel-title p {
    color: #8492a6;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Questrial', sans-serif;

}

.toptravelbox {
    display: table;
    width: 100%;
    margin-top: 0px;
    overflow: auto;
    padding-left: 2%;
    box-sizing: border-box;

}

.travel-deals1 {
    display: table;
    float: left;
    width: 37.8%;
    margin: 10px 1%;
    box-sizing: border-box;

    overflow: hidden;
    position: relative;
}



.travel-deals1 img {
    width: 100%;
}


.travel-deals2 {
    display: table;
    float: left;
    width: 17.8%;
    margin: 10px 1%;
    box-sizing: border-box;

    position: relative;
}


.travel-deals2 img {
    width: 100%;
}

.travel-deals3 {
    display: table;
    float: left;
    width: 17.8%;
    margin: 10px 1%;

    box-sizing: border-box;
    position: relative;
}

.travel-deals3 img {
    width: 100%;
}


.travel-deals1 a {
    margin: auto;
}


.traveltext {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 20% !important;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.traveltext h4 {
    line-height: 50px;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;


}

.traveltext p {
    margin-top: -10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}


.traveltext:hover {
    width: 100%;
    height: 100px;
    position: absolute;
    top: -20% !important;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/*--------------------------*/
.travel-worldspan {
    display: table;
    float: left;
    width: 37.8%;
    margin: 10px 1%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 2px solid #b5b5b6;
    border-radius: 6px;
    background: url("../images/wordspan_bg.jpg") no-repeat center center;
}

.travel-worldspan .worldspan-box {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.travel-worldspan .worldspan-box .worldspan-img {
    display: table;
    float: left;
    width: 30%;
    margin: 0;
    padding: 10% 2% 8% 2%;
    box-sizing: border-box;
}


.travel-worldspan .worldspan-img img {
    width: 100%;

}

.travel-worldspan .worldspan-content {
    display: table;
    width: 70%;
    float: left;
    margin: 0 0 0 0;
    padding-left: 5%;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;

}

.travel-worldspan .worldspan-text {
    display: block;
    margin: 15px 0 0 0;

}

.travel-worldspan .worldspan-text h3 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    color: #0d6491;
}

.travel-worldspan .worldspan-text p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #595757;
    padding: 10px;
    line-height: 20px;
}

/*-------------------------------------*/

@media (max-width: 1800px) {
    .travel-worldspan .worldspan-content {
        padding-left: 0;
    }

}

@media (max-width: 1700px) {
    .traveltext {
        top: 30%;
    }

    .travel-worldspan .worldspan-text {

        margin: 5px 0;

    }

    .travel-worldspan .worldspan-text h3 {
        font-size: 18px;

    }

    .travel-worldspan .worldspan-text p {
        font-size: 13px;

    }
}


@media (max-width: 1550px) {
    .travel-worldspan .worldspan-text {
        margin: 1% 0;
        background-size: contain;

    }

    .travel-worldspan .worldspan-box .worldspan-img {

        width: 30%;

    }


}

@media (max-width: 1500px) {

    .toptravelWrap {
        padding: 0px;
    }

    .toptravel {
        width: 100%;

    }

    .traveltext {
        top: 20%;

    }

    .travel-deals1,
    .travel-deals2,
    .travel-deals3 {
        margin: 10px 0.5%;
    }



}


@media (max-width: 1300px) {
.toptravel {
	width: 100%;
	margin-top: 0px;
}


    .toptravelbox {
        padding-left: 0;
    }

    .travel-deals1,
    .travel-worldspan {
       width: 58%;

    }

    .travel-deals1 img {
        width: 100%;
        height: 200px;
    }

    .travel-deals2 {
        width: 39%;

    }


    .travel-deals2 img {
        width: 100%;
        height: 200px;

    }

    .travel-deals3 {
        width: 24%;

    }

    .travel-deals3 img {
        width: 100%;
        height: 200px;

    }



    .travel-worldspan .worldspan-box .worldspan-img {
        width: 25%;
    }

    .travel-worldspan .worldspan-content {
        width: 70%;
    }

    .travel-worldspan .worldspan-box .worldspan-img {
        padding: 6% 2% 6% 2%;
    }

}



@media (max-width:1000px) {

    .travel-worldspan .worldspan-box .worldspan-img {
        padding: 10% 2%;
    }

}


@media (max-width:800px) {

    .travel-deals1,
    .travel-worldspan {
        width: 48%;
    }

    .travel-deals1 img {
        width: 100%;
        height: 300px;
    }


    .travel-deals2 {
        width: 49%;
    }

    .travel-deals2 img {
        width: 100%;
        height: 300px;
    }

    .travel-deals3 {
        width: 49%;

    }

    .travel-deals3 img {
        width: 100%;
        height: 300px;
    }

    .travel-worldspan .worldspan-box .worldspan-img {
        display: block;
        width: 100%;
        margin: 0 auto;

    }

    .travel-worldspan .worldspan-box .worldspan-text p {
        text-align: center;
    }

    .travel-worldspan .worldspan-box .worldspan-img img {
        display: table;
        margin: 0 auto;
        width: 130px;
    }

    .travel-worldspan .worldspan-content {
        display: table;
        width: 100%;
        margin: 0 auto;
            padding-top: 10px;

    }

    .travel-worldspan .worldspan-box .worldspan-img {
           padding: 5% 2% 3% 2%;
    }
}

@media (max-width:680px) {
     .travel-worldspan .worldspan-box .worldspan-img {
           padding: 2% 2% 1% 2%;
    }
}

@media (max-width:600px) {
    .travel-deals1,
    .travel-worldspan {
        width: 98%;
    }
#demos{margin-top:0px;}
    .travel-deals1 img {
        width: 100%;
        height: 400px;
    }


    .travel-deals2 {
        width: 98%;
    }

    .travel-deals2 img {
        width: 100%;
        height: 400px;
    }

    .travel-deals3 {
        width: 98%;

    }

    .travel-deals3 img {
        width: 100%;
        height: 400px;
    }

    .travel-worldspan .worldspan-box .worldspan-text h3 {
        font-size: 18px;
    }

    .travel-worldspan .worldspan-box .worldspan-text p {
        font-size: 14px;
    }

}

@media (max-width: 400px) {
    .toptravel-title h2 {
        font-size: 26px;
        line-height: 35px;
    }
.travel-deals1 img,.travel-deals2 img,.travel-deals3 img{

    height: 300px;
 
    }

    
}


/*------------------------top travel deals End-------------------------------*/

/*------------------------Index Cruise Lines Top Dealsstart start-------------------------------*/


.cruiseWrap {
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
	overflow: hidden;
    padding: 0px;
    box-sizing: border-box;
}



/*å¤šå¼µåœ–å»£å‘Šåœ–æ»‘å‹•*/

.muladpic {
    width: 100%;
    margin: 20px auto;
    display: table;
    overflow: auto;
    box-sizing: border-box;
}


.muladpic .caption {
    font-size: 34px;
    width: auto;
    color: #000000;
    font-weight: bold;
    display: table;
    margin: 16px auto 10px auto;
    text-align: center;
}

.muladpic .headtitle {
    display: table;
    color: #ffffff;
    margin: 0px auto 20px auto;
    width: auto;
    background-color: #3e3e3e;
    font-size: 14px;
    padding: 7px 14px;
    text-align: center;

}


@-webkit-keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@-webkit-keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0)
}

.loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 10px;
}

/*sassçš„å¯«æ³•*/

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 3px
}

.mhn-slide .mhn-item a {
    display: block;
    text-decoration: none;
    /*ç„¡åº•ç·š*/
    cursor: pointer;
}

.mhn-slide .mhn-item img {
    display: block;
}

.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0px 10px 20px 0px;
    height: 80px;
}

.mhn-slide .mhn-text h4 {
    color: #e75a30;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 18px;
}

.mhn-slide .mhn-text p {
    line-height: 15px;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    color: #4f4c4b;
}


.mhn-slide .mhn-text p:hover {
    color: #994625;
}

.mhn-slide .mhn-text span {
    font-size: 16px;
    text-align: center;
    color: #EA5514;
    padding-bottom: 10px;

}


.mhn-slide .owl-stage-outer {
    z-index: 1
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mhn-slide .owl-nav svg {
    color: currentColor
}

.mhn-slide .owl-nav .disabled {
    display: block;
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 40%;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
    left: -10px
}

.mhn-slide .owl-next {
    right: -10px
}



/*å¤šå¼µåœ–å»£å‘Šåœ–æ»‘å‹•*/



/*------------------------ Cruise Lines Top Dealsstart  End-------------------------------*/

/*------------------------tours travel deals start-------------------------------*/

.toursWrap {
    display: block;
    width: 90%;
    margin: 20px auto 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.toursbox {
    display: table;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;

}


.tours-intro {
    display: table;
    float: left;
    width: 24%;
    margin: 5px 0.5% 5px 0.5%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;


}

.tours-intro img {
    width: 100%;
}

.tours-intro img:hover {
    transition-duration: 500ms;
    transform: scale(1.15);
}

.tours-intro h2 {
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    z-index: 999;
    font-weight: 600;
    left: 10%;
    top: 10%;

}


.tours-intro p {
    height: 50px;
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    z-index: 999;
    font-weight: 800;
    left: 20%;
    top: 70%;


}

.tours-intro span {
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
    position: absolute;
    z-index: 999;
    left: 10%;
    top: 65%;
    font-weight: 400;

}



@media (max-width:1500px) {
    .toursbox {

        width: 100%;
    }
.toursWrap {
    width: 100%;
  
}

}

@media (max-width:800px) {
    .tours-intro {

        width: 49%;
        margin: 5px 0.5% 5px 0.5%;

    }

}

@media (max-width:600px) {


    .tours-intro {

        width: 99%;
        margin: 5px 0px;


    }
}

/*------------------------tour travel deals end-------------------------------*/


/*-----------------about the company start-------------------------*/


.companyWarp {
    display: block;
    width: 90%;
    margin: 60px auto 10px auto;
    padding: 10px;
    box-sizing: border-box;
}

.companybox {
    display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}


.company-intro {
    display: table-cell;
    width: 24%;
    padding: 2% 1.5% 0% 1.5%;
    margin: 5px 0.5% 5px 0.5%;
    position: relative;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px rgba(20%, 20%, 40%, 0.3);
}

.company-intro:hover {
    background-color: #fff0e1;
}

.company-intro img {
    display: table;
    width: 25%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}


.company-intro h1 {
    color: #4c5b6d;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;

}

.company-intro p {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}

.intro-img {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 auto;

}

.intro-img p {
    width: 60%;
    float: left;
    color: #956134;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.intro-img i {
    padding: 4px 0px 0px 10px;
    color: #7a6a56;
    font-size: 16px;

}

.company-intro .intro-img a {
    display: table;
    margin: 0;
    padding: 20px 0px 0px 5px;
    width: 40%;
    float: left;

}

.company-intro .intro-img img {
    float: left;
    width: 100px !important;
}

@media (max-width:1400px) {
    .companyWarp {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .company-intro {
        display: table;
        float: left;
        width: 48%;
        padding: 2% 1.5% 0% 1.5%;
        margin: 5px 0.5% 5px 0.5%;
        height: 460px;

    }

    .company-intro img {

        width: 30%;
        margin: 0 auto;
    }
}

@media (max-width:1000px) {
    .companybox {
        display: table;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

}

@media (max-width:800px) {
    .company-intro {
        display: table;
        width: 48%;
    }
    .company-intro img {

        width: 25%;
    }
    .company-intro {

        height: 500px;
    }
}

@media (max-width:650px) {

    .companybox {

        width: 90%;

    }

    .company-intro {

        width: 100%;
        margin: 20px auto;
        border: 1px solid #c1c1c1;
        box-sizing: border-box;
        box-shadow: none;
        padding: 50px 5%;
        height: 400px;


    }


}
@media (max-width:500px) {

    .companybox {
        width: 100%;
    }

.company-intro {
   
    padding: 15px 5%;
   }
.travel-worldspan .worldspan-content {
    background-color:transparent;
    
}
}
/*-----------------about the company End-------------------------*/

/*----------------- Travel Tools  start-------------------------*/
.tourtool {
    display: table;
    width: 85%;
    margin: 50px auto;
    box-sizing: border-box;

}

.toolpic {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;

}

.toolpic img {
    width: 100%;
}


.tool-content {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 80px 20px 0 20px;
    vertical-align: top
}

.tool-content h3 {

    color: #4c5b6d;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.tool-list {

    display: table;
    width: 80%;
    float: left;
    margin: 50px auto 0 auto;
}


.tool-list a {
    display: table;
    float: left;
    width: 50%;
    box-sizing: border-box;
    color: #595757;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    line-height: 60px;

}


.tool-list a:hover {
    color: #ed8534;
}

.tool-list i {
    color: #595757;
    font-size: 18px;
    padding: 0 5px;
}


@media (max-width:1400px) {
    .tourtool {
        width: 100%;
    }

    .tool-list {
        margin: 30px auto 0 auto;
    }

    .tool-list a {
        line-height: 40px;
    }

    .tool-list {
        width: 100%;
    }

    .tool-content {
        padding: 50px 20px 0 20px;
    }
}



@media (max-width:950px) {
    .tool-list a {
        font-size: 14px;
        line-height: 40px;
    }
}

@media (max-width:850px) {
    .toolpic {
        display: none;
    }

    .tool-content {
        padding: 0 20px;
      /*  width: 100%;*/
    }

    .tool-content h3 {
        text-align: center;
    }

    .tool-list a {
        width: 33.333333%;
        font-size: 16px;
    }

}

@media (max-width:700px) {
    .tool-list a {
        width: 50%;
    }
}

@media (max-width: 450px) {
.toursWrap {
    display: block;
	margin-top: 59px;
	
}
.cruiseWrap {
    display:block;
}
.companyWarp {
    display: block;
	margin-top: 75px;
}
.tourtool {
     display:block;
}
}

@media (max-width:500px) {
    .tool-list a {
        float: none;
        display: table;
        margin: 0 auto;
        width: 80%;
        text-align: center;
        line-height: 60px;
        border-bottom: 1px solid #fbd8ba;

    }
}

/*----------------- Travel Tools  End-------------------------*/

/*-----------------footer  start-------------------------*/
.footerbox {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
    overflow: auto;
    box-sizing: border-box;

}

.footer {
    display: table;
    margin: 0 auto;
    width: 90%;
}


.footer ul {
    display: table;
    width: 100%;
    margin: 0 auto;
    width: auto;
    box-sizing: border-box;
    list-style-type: none;

}

.footer ul li {
    display: table;
    width: auto;
    float: left;

}

.footer ul li a {
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
    color: #595757;
    text-decoration: none;
}

.footer ul i {
    padding: 10px 20px;
    font-size: 14px;
    color: #595757;
}

.footer ul li a:hover {
    color: #ec8433;
}

.footerbox .copyright {
    font-size: 14px;
    color: #595757;
    width: auto;
    display: table;
    margin: 16px auto 40px auto;
    text-align: center;
}

.footerpicbox {
    margin: 0 auto;
    padding: 0px;
    display: table;
    overflow: auto;
    width: auto;
}

.footerpic {
    float: left;
    display: table;
    width: auto;
    padding: 0px 20px;
}



.liline {
    padding: 0px 10px;
    /*li line çš„é–“è·*/
    font-size: 14px;
    color: #878888;
}


@media (max-width: 1000px) {
    .footer {
        width: 100%;
    }

    .footer ul i,
    .footer ul li {
        padding: 10px 2px;
        font-size: 12px;
    }
}



@media (max-width: 810px) {
    .footerbox .copyright {
        font-size: 12px;
        margin-top: 10px;
    }

    .footerpic img {
        margin: 0 auto;
        width: auto;
        display: table;
    }

    .footerpic {
        float: left;
        display: table;
        width: 33%;
        padding: 0px;
    }
}

@media (max-width: 950px) {

    .footer ul li a {
        font-size: 12px;
    }

    .footer ul i {
        padding: 10px 0px;
        font-size: 12px;

    }



}










@media (max-width: 760px) {

    .footer ul li a {
        padding: 10px 2px 10px 0px;
    }

    .footer ul i {
        padding: 10px 6px;
        font-size: 12px;
    }


    .footer ul {
        /*footer*/
        width: 100%;
        padding: 0px;
        display: table;
        margin-bottom: 10px;
    }

    .footer ul li:nth-child(2),
    .footer ul li:nth-child(4),
    .footer ul li:nth-child(6),
    .footer ul li:nth-child(8),
    .footer ul li:nth-child(10),
    .footer ul li:nth-child(12) {

        display: none;
        /*  |  éš±è—*/
    }

    .footer ul li {
        width: 25%;
        float: left;
        display: table;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0px;
    }

    .footer ul li a {
        padding: 10px 20px 10px 6px;
        font-size: 12px;
        color: #595757;
        text-decoration: none;
    }

    .footer ul i {
        padding: 10px 2px 10px 16px;
        font-size: 14px;
    }

    .footer ul li {
        /*footer*/
        text-decoration-line: underline;
    }
}

@media (max-width: 650px) {
    .footer ul li {
        width: 50%;
        margin: 6px auto;
    }
}

@media (max-width: 450px) {
.footer ul{
    display: none;
}

}

@media (max-width: 400px) {

    .footerpic {
        width: 100%;
        margin: 5px auto;
    }


}

/*-------------------footer-end-------------------------*/


/*////////////////////////////////////////////////////////////////////*/

/*-------------------MV tours start-------------------------*/


.tourswrap {
    display: block;
    width: 80%;
    margin: 35px auto 60px auto;
    box-sizing: border-box;
}

.toursbox {
    width: 100%;
    display: table;
    margin-top: 0px;
    box-sizing: border-box;
    position: relative;
}


.tours-area {
    display: table-cell;
    width: 25%;
    box-sizing: border-box;
}

.tours-popular {
    display: table-cell;
    width: 75%;
    box-sizing: border-box;
    padding-left: 2%;
    vertical-align: top;
    overflow: auto;
}

.tours-menu {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ed8534;
    vertical-align: top;

}


.tours-menu .tours-menu-caption {
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #ed8534;
    letter-spacing: 2px;

}



.tours-menu-accordion {
    background-color: #fbd8ba;
    color: #444;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    line-height: 76px;
    transition: 0.4s;
    border-bottom: 2px solid #ffffff;
    font-family: 'Questrial', sans-serif;
}

.tours-menu-accordion:hover {
    background-color: #efefef;
}


.tours-menu-accordion.active {
    background-color: #efefef;
}




.tours-menu-accordion:after {
    content: '\002B';
    color: #ed8534;
    font-weight: bold;
    float: right;
    margin-right: 5%;
    font-size: 26px;
}

.toursbox .active:after {
    content: "\2212";
}

.tours-menu-accordion img {
    width: 44px;
    padding: 0px;
    display: table;
    float: left;
    margin: 10px 4% 5px 10%;
}



.tours-menu-panel {
    padding: 0 18px;
    background-color: #efefef;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.tours-panel-area {
    width: 100%;
    margin: 0;
    padding: 10px 0px 20px 6%;
}

.tours-panel-area a {
    color: #595757;
    display: table;
    width: auto;
    float: left;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    padding: 5px 10px;
    margin: 5px 0;
    line-height: 20px;
    font-size: 15px;
    color: #595757;


}


.tours-panel-area a:hover {
    color: #e75a30;
    background-color: #ffffff;

}

.noborder {
    border: none;
}

.protitle {
    color: #e83828;
    font-weight: 600;
}






.tours-ad {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.tours-ad-item {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
}

.tours-ad-item img {
    width: 100%;
}


.tours-search {
    width: 100%;
    display: table;
    box-sizing: border-box;

}


.tours-search input[type=text] {
    width: 80%;
    float: left;
    padding: 14px 6px;
    font-size: 17px;
    border: 2px solid #ed8534;
    box-sizing: border-box;
     background-color: #ffffff;
}


/*--------tour search page éŸ“åœ‹å»£å‘Š start------*/

/* Slideshow container */
.tours-search-ad-box {
 width: 100%;
  position: relative;
  margin: auto;
}
.tours-search-ad img{
    width: 100%;
}


.tours-search-dot{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    
}

/* The dots/bullets/indicators */
.tours-search-dot .dot {
  /*height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;*/
  display: none;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/*--------tour search page éŸ“åœ‹å»£å‘Š end------*/




.tours-search-btn {
    display: table;
    width: 18%;
    float: left;
    background-color: #ed8534;
    border: none;
    padding: 12px 6px;
    cursor: pointer;
    outline: none;
    line-height: 29px;
    font-size: 26px;
    box-sizing: border-box;
    color: #ffffff;

}

.tours-search-btn:hover {
    background-color: #e75a30;
}



.tours-sell {
    width: 100%;
    display: table;
    box-sizing: border-box;
    margin-top: 20px;
}

.tours-sell-item {
    display: table;
    float: left;
    width: 33.333333%;
    padding-right: 2%;
    margin-bottom: 25px;
    box-sizing: border-box;
    position: relative;

}


.sell-item {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.sell-item a {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}

.sell-item-pic {
    display: table;
    width: auto;
    margin: 0 auto;
    overflow: hidden;


}


.sell-item img {
    width: 100%;
}


.sell-item img:hover {
    transition-duration: 500ms;
    transform: scale(1.15);
}

.tour-sellprice {
    display: table;
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 5px;
    color: #6f6e6f;
    top: 83%;
    right: 10%;
    width: 84px;
    padding: 5px 8px;

}


.tour-sellprice:hover {
    background-color: #ed8534;
    color: #ffffff;

}


.tour-sellprice span {
    font-size: 12px;
    /*color: #6f6e6f;*/
    float: left;
    display: table;
    width: auto;
}


.tour-sellprice p {
    font-size: 15px;
    /*color: #ef488d;*/
    float: right;
    display: table;
    width: auto;
    margin-top: 15px;
    font-weight: 600;
}


.tours-selltext {
    display: table;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #6f6e6f;
}


.tours-selltext:hover {
    color: #ed8534;
}

.tours-selltext h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;


}

/*-------------taxi start------------------------------*/



.taxi-sell-item{
    display: table;
    float: left;
    margin: 2% 1%;
    padding: 0%;
    width: 48%!important;
    box-sizing: border-box;
    position: relative;
}

.taxi-sell-item-text {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 20% !important;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.taxi-sell-item-text  h3{
    line-height: 50px;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: black 2px 2px 5px;   
}


/*-------------taxi end------------------------------*/


/*-------------goeurope start------------------------------*/
.noshow{display:none;
}
.adj-site{
    margin-top: -10px;
}
.goeurope{
    display: table;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    border: 0;
}

.goeurope img{
    width: 100%;
    border: 0;
    padding: 0px;
    margin: -4px auto 0 auto;

}


.europe-pdf{
    display: table;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
}
.europe-pdf-title{
   display: table;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px 15px 5%;
     background-color: #fff8e7;
}
.europe-pdf p{
    font-size: 22px;
    line-height: 24px;
    width: 100%;
    padding: 5px 0 5px 0;   
    color: #e55a24;
    font-weight: 500;
    box-sizing: border-box;
}
.europe-pdf p i{
   display: table;
    width: 20px;
    height: 30px;
    float: left;
    font-size: 18px;
    margin-right: 10px;

}
.europe-content{
    display: table;
    width:100%;
   margin: 0 auto;
   padding: 0;
}
.europe-content a{
    display: table;
    width: 31.333333%;
    float: left;
    padding: 10px;
    margin: 10px 1%;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    cursor: pointer;
    border-radius: 10px;
    text-align: right;
    color: #3e3a39;
 
}
.europe-content a:hover{
    background-color: #efefef;
}

.europe-content a:nth-child(1) {
   border:6px solid #d385d3;}

   .europe-content a:nth-child(2) {
   border:6px solid #eeec6d;}

.europe-content a:nth-child(3) {
   border:6px solid #83d852;}

.europe-content a:nth-child(4) {
   border:6px solid #ef3a59;}

.europe-content a:nth-child(5) {
   border:6px solid #63b0ce;}

.europe-content a:nth-child(6) {
   border:6px solid #ed91b6;}


.europe-content img{
    width: 100%;
}

.europe-content h4{
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #3e3a39;
    margin-bottom: 10px;

}

.europe-content i{
    color: #e75a30;
    font-size: 20px;
    display: inline-block;
    padding: 0 5px;
}

/*-------------goeurope end------------------------------*/

@media (max-width: 1300px) {
    .tourswrap {
        width: 90%;
    }

}

@media (max-width: 1200px){
.europe-content a{
     font-size: 14px;
     line-height: 16px;
   
}

.europe-content a{
      width: 48%;   

}

}


@media (max-width: 1000px) {
    .tours-area {
        width: 30%;
    }

    .tours-popular {
        width: 70%;
    }
    .taxi-sell-item-text h3 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
   
}

}


@media (max-width: 950px) {
.europe-content a{
     
     border-width: 3px;

}

}
@media (max-width: 900px) {
    .tourswrap {
        width: 95%;
		margin-top: 65px;
    }

    .tours-area {
        width: 35%;
    }

    .tours-popular {
        width: 65%;
    }

    .tours-sell-item {
        width: 50%;

    }

    .tours-menu-accordion img {
        margin: 10px 4% 5px 3%;
    }
.europe-pdf p{
    font-size: 18px;
    line-height: 20px;
  
}

}

@media (max-width: 850px) {
.europe-content a{
    width: 90%;
    margin: 10px 4%;
  padding: 20px;
  box-sizing: border-box;

}

}


@media (max-width: 660px) {

    .tours-area {
        display: block;
        width: 100%;
    }

    .tours-popular {
        display: block;
        width: 100%;
    }

    .tours-sell-item {
        display: block;
        width: 50%;

    }

    .tours-menu .tours-menu-caption {
        font-size: 18px;
        line-height: 50px;
    }

    .tours-menu-accordion {
        font-size: 15px;
        line-height: 54px;
        border-bottom: 1px solid #ffffff;
    }

    .tours-menu-accordion img {
        width: 30px;
        margin: 10px 4% 5px 10%;
    }

    .tours-panel-area a {
        padding: 5px 10px;
        margin: 4px 0;
        line-height: 16px;
        font-size: 14px;

    }

    .tours-popular {
        padding-left: 0;

    }

    .tours-menu {
        margin-top: 80px;
    }

    .tours-search {
        position: absolute;
        top: 0;
        margin: 10px auto;
    }

    .tours-search input[type=text] {
        width: 82%;
        outline: none;

    }

  .taxi-sell-item{

    width: 98%!important;

}
    .taxi-sell-item-text h3 {
    line-height: 50px;
    font-size: 30px;
   
}

.europe-pdf p{
    font-size: 22px;
    line-height: 24px;
  
}

.europe-content a{
     font-size: 15px;
     line-height: 16px;
    
}
.europe-content h4{
    line-height: 18px;
   
}
}



@media (max-width: 500px) {


    .tours-sell-item {
        display: block;
        width: 100%;

    }

    .tour-sellprice {
        top: 87%;

    }

    .tours-search input[type=text] {
        font-size: 14px;
        border: 2px solid #ed8534;
        padding: 16px 10px;

    }


    .tours-selltext {
        padding: 0 0 0 24px;
    }

}



@media (max-width: 400px) {
    .footer ul li {
        width: 50%;
        float: left;
        display: table;
        box-sizing: border-box;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0px;
    }
        .taxi-sell-item-text h3 {
    line-height: 30px;
    font-size: 20px;
   
}

.europe-pdf p{
    font-size: 18px;
    line-height: 20px;
  
}
}

/*----------------------------    tours search start      -----------------------------------*/

.tours-search-results{
    display: block;
    width: 100%;   
    overflow: auto;
    margin: 10px auto 0 auto;
    padding: 0 2% 0 0 ;
    box-sizing: border-box;  
}

.tours-search-results h2{
    text-align: left;
    font-size: 30px;
    line-height: 70px;
    font-weight: 600;
    color: #4a5a6b;
    padding-left: 10px;
}

.tours-search-box-head{
    display: table;
    width: 100%;
    padding: 15px 5px;
    border-top: 0.1em solid #b5b5b6;
    border-bottom: 0.1em solid #b5b5b6;
    box-sizing: border-box;   
}

.search-box-head-title{
    display: table-cell;
    width: 80%;
    font-size: 18px;
    color: #e75a30;
    padding-left: 10px;
    box-sizing: border-box;  
}

.search-box-head-price{
    display: table-cell;   
    width:20%;
    font-size: 18px;
    color: #e75a30;
    text-align: right;
    padding-right: 7%;
    box-sizing: border-box;      
}

.tours-search-results ul{
    display: table;
    width: 100%;
    margin: 5px auto;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;    
}

.tours-search-results ul li{
    display: table;
    width: 100%;
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
    transition: 0.4s;
    border: 0;
   }
.tours-search-results ul li a{
    display: table;
    width: 100%;
    margin: 0 ;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
   }

.tours-search-list{
    display: table-cell;
    width: 80%;
    padding-left: 15px;
    margin: 0;


}

.tours-search-list p{ 
    font-size: 15px;
    text-align: left;
    line-height: 18px;
    color: #3e3a39;
    padding: 20px 0;
    vertical-align: top;
    box-sizing: border-box; 
}

.tours-search-list-price{
    display: table-cell;
    width: 20%;
    margin: 0;
    box-sizing: border-box;  
    vertical-align: middle; 
    padding-right: 7%; 
}


.tours-search-list-price p{
    font-size: 18px;
    text-align: right;
    line-height: 22px;
    color: #ea5e5c;
    font-weight: bold;
}


@media (max-width: 1400px) {
.search-box-head-title{
    width: 85%;
}

.search-box-head-price{
    width:15%;
    padding-right: 3%;
}

.tours-search-list{
    width: 85%;
}

.tours-search-list-price{
    width: 15%;
    padding-right: 3%;
}
}


.tours-search-results ul li:nth-child(even){/*å¶æ•°è¡Œ*/
  background-color: #e6ebef;
} 
.tours-search-results ul li:hover{
    background-color: #fbd8ba;    
}


@media (max-width: 900px) {
.tours-search-list p {
      line-height: 22px;
      color: #2c2423;

}


.tours-search-box-head {
     border: 0;
     padding: 10px 0 0 5px;
}
.tours-search-results h2 {
     background-color: #efefef;
}
.tours-search-list{
    width: 80%;
}

.tours-search-list-price{
    width: 20%;
    padding-right: 0%;
    background-color: #ea5e5c;
}

.tours-search-list p {
    font-size: 15px;
    font-weight: 600;
    padding: 15px 15px 15px 5px ;
}

.tours-search-list-price p{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

 .tours-search-results ul li {
    border: 0.1em solid #f39800;
    margin: 8px 0;
}

.tours-search-results ul li:nth-child(even){/*å¶æ•°è¡Œ*/
    background-color: #ffffff;
}

.tours-search-results ul li:hover{
    background-color: #ffffff;   
    transition: max-height 0.6s ease-out;
    
}

.tours-search-list p:hover {
    color: #f39800;
}

.search-box-head-price {
    padding-right: 5%;
}
}


@media (max-width: 800px) {
.tours-search-list p {
    padding: 10px 15px 10px 5px ;


}

}

@media (max-width: 660px) {
    .tours-search-results {
    padding: 0 0;
}

.tours-search-list p {
      line-height: 22px;
      color: #2c2423;

}

.tours-search-results {
    padding: 0 0;
}

.tours-search-box-head {
     border: 0;
     padding: 10px 0 0 5px;
}
.tours-search-results h2 {
     background-color: #efefef;
}

}



@media (max-width: 400px) {

.tours-search-list{
    width: 82%;
    padding:2px 6px ;
}

.tours-search-list-price{
    width: 23%;
    padding-right: 0%;
    background-color: #ea5e5c;
}
.tours-search-list p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}
}


@media (max-width: 300px){
.tours-search-list p {
    font-size: 17px;
    font-weight: 600;
}
}
/*--------tour search page åˆ†é&nbsp; start------*/

.tours-search-pagination{
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
}

.tours-search-pagination a {
  font-size: 14px;
  color:#727171;
  float: left;
  padding: 10px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.tours-search-pagination a:hover:not(.redbg ) {background-color: #e2e2e2;}

.tours-search-pagination .redbg {
  background-color: #ffdeb6;
 }

@media (max-width: 350px){
.tours-search-pagination a {
  font-size: 13px;
  padding: 6px 12px;

}
}



/*--------tour search page åˆ†é&nbsp; end------*/
/*----------------------------    tours search end      -----------------------------------*/
/*-------------------MV tours end-------------------------*/

/*////////////////////////////////////////////////////////////////////*/
/*-------------------cruise-search start-------------------------*/


.cruise-search-wrap {
    display: block;
    width: 100%;
    margin: -7px auto 5px auto;
    background-color: #fbd8ba;
    overflow: auto;
    box-sizing: border-box;
    padding: 10px 20px 0px 20px;

}

.cruise-search {
    display: table;
    width: 80%;
    margin: 5px auto 0px auto;
    overflow: auto;
    box-sizing: border-box;
    padding: 7px 0 5px 0;
}


.cruise-search-box {
    display: table;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
}

.curise-search-detail {
    display: table-cell;
    width: 85%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.curise-search-title {
    display: table-cell;
    width: 15%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    vertical-align: middle;
}


.curise-search-title h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: right;
    color: #ea5903;
    margin-right: 5%;
    margin-top: -1px;

}



.curise-from {
    padding: 0;
    margin: 0px;
    width: 22%;
    box-sizing: border-box;
    float: left;
    padding-right: 2%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;
}


.curise-button {
    float: left;
    padding: 0;
    margin: 0px;
    width: 30%;
    box-sizing: border-box;

}

.curise-date img {
    position: absolute;
    top: 35px;
    right: 15%;
}

.curise-date input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}


.curise-from select {
    width: 100%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #232323;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;

}

.curise-button a{
    display: table;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.curise-btn {
    width: 75px;
    background-color: #ed8534;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    color: #ffffff;
    font-size: 22px;
    float: left;
    height: 55px;
}

.curise-form-btn{
    background-color: #ffd900;
    width: 230px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    color: #036eb8;
    font-size: 18px;
    margin-left: 16px;
    float: left;
    height: 55px;
    border: 2px solid #ffffff;
}

.curise-btn:hover {
    background-color: #e75a30;
}
.curise-form-btn:hover {
   background-color: #e75a30;
    color: #ffffff;
}


@media (max-width: 1700px) {
    .cruise-search {
        width: 90%;
    }
}

@media (max-width: 1500px) {
.curise-form-btn{
    width: 200px;
    padding: 12px 10px; 
    font-size: 16px;   
}

}

@media (max-width: 1400px) {
    .cruise-search {
        width: 100%;
    }
    .curise-search-title  {
    font-size: 20px;
  
}
}

@media (max-width: 1200px) {
    .cruise-search {
        width: 95%;
    }
    .cruise-search-box {
        padding-left: 5%;
    }

    .curise-search-title {
        display: table;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .curise-search-detail {
        display: table;
        width: 100%;
        margin: 0 auto;
        text-align: left;

    }

    .curise-search-title h2 {
        text-align: left;
        margin-right: 0;
        margin-top: 0px;
    }

    .curise-from {
        width: 50%;
    }

    .curise-button {
        width: 50%;
    }

    .cruise-search-box {
        padding-left: 1%;
    }

    .curise-btn {
        width: 75px;
        background-color: #ed8534;
        border: none;
        padding: 12px 16px;
        cursor: pointer;
        color: #ffffff;
        font-size: 26px;
    }
}

@media (max-width: 1000px) {

}


@media (max-width: 800px) {
   .cruise-search {
        width: 100%;
    }
}

@media (max-width: 700px) {
  .curise-form-btn {
   padding: 12px 5px;
   margin-left: 10px;
   font-size: 14px;
   width: 170px;
}
}

@media (max-width: 600px) {
    .curise-from {
        width: 100%;
    }

    .curise-button {
        width: 100%;
    }

    .cruise-search-box {
        padding-left: 0;
    }

    .curise-btn {
        width: 100%;
        margin-top: 10px;

    }

    .curise-search-title h2 {
        text-align: center;
        margin-top: -10px;
    }

    .curise-from {
        padding-right: 0px;
    }

    .cruise-search-wrap {
        margin: 58px auto 20px auto;

    }
        .cruise-search {
        padding: 20px 0 20px 0;
    }

    .curise-button a {
    width: 50%;
    margin-top: -10px;
}
    .curise-btn{
     width: 100%;
     box-sizing: border-box;
   
}
  .curise-form-btn{
    margin-top: 10px;
    width: 94%;
    box-sizing: border-box; 
    font-size: 18px;  
    font-weight: 600;
}
}


@media (max-width: 400px) {
    .curise-button a {
    width: 100%;
    margin-top: -10px;
}

    .curise-btn{
        margin: 10px 0;
        width: 100%;  
   
}

.curise-form-btn{
    margin: 10px auto;
        width: 100%;
   
}
}


/*-----------------éƒµè¼ªç°¡ä»‹  start-------------------------*/



.shipfacility {
    margin: 20px auto;
    padding: 0px;
    display: table;
    overflow: auto;
    width: 85%;
    background-size: cover;
    background: url(../img/bgAAA.png) no-repeat right bottom;

}

.facilitycont {
    width: 60%;
    margin: 0px;
    padding: 0px;
    display: table;
    overflow: auto;
    float: right;
   
}

.facilitycontbox {
    margin: 0px;
    padding: 10px 5% 0px 5%;
    box-sizing: border-box;

}

.facilitycontbox .caption {
    font-size: 34px;
    width: auto;
    color: #000000;
    font-weight: bold;
    display: table;
    margin: 16px auto 10px auto;
}

.facilitycontbox .headtitle {
    display: table;
    color: #ffffff;
    margin: 0px auto 20px auto;
    width: auto;
    background-color: #3e3e3e;
    font-size: 14px;
    padding: 7px 14px;
}

.facilitycontbox .facilitytext {
    font-size: 20px;
    line-height: 30px;
    color: #595757;
    padding: 20px 20px 0px 20px;
}

.facilityimg {
    width: 40%;
    margin: 0px;
    padding: 0px;
    display: table;
    overflow: auto;
    float: left;
}

.facilityimg .facimga {
    width: 100%;
    display: block;
    padding: 10px 0px;
    margin: 0 auto;
}

.facilityimg .facimgb {
    width: 100%;
    display: block;
    padding: 5px;
    margin: 10px auto 0px auto;
    border: 1px solid #B3B3B4;
    box-sizing: border-box;
}

@media (max-width: 1340px) {

    /*éƒµè¼ªä»‹ç´¹*/
    .facilitycontbox .facilitytext {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1250px) {

    /*éƒµè¼ªè¨­æ–½ç°¡ä»‹*/
    .shipfacility {
        width: 85%;
    }

    /*line å¯¬åº¦*/
    .line {
        width: 90%;
    }

}

@media (max-width: 1100px) {

    /*éƒµè¼ªæœç´¢*/
    .crusebox {
        width: 100%;
        /*éƒµè¼ªæœç´¢å°æ–¼1100å¯¬åº¦è®Š100%*/
    }

    /*éƒµè¼ªè¨­æ–½ç°¡ä»‹*/
    .shipfacility {
        width: 100%;
    }

    .facilitycontbox .facilitytext {
        font-size: 16px;
    }

    /*line å¯¬åº¦*/
    .line {
        width: 95%;
    }

}

@media (max-width: 1000px) {
    .facilitycontbox .caption {
        font-size: 26px;
    }

    .facilitycontbox .facilitytext {
        font-size: 16px;
        line-height: 22px;
        padding: 0px;

    }
}


@media (max-width: 810px) {

    /*éƒµè¼ªè¨­æ–½*/
    .facilitycont {
        width: 100%;
        display: block;
    }

    .shipfacility {
        background: url(../img/bgAAA.png) no-repeat right bottom;
    }

    .facilityimg {
        width: 100%;
        float: right;
    }

    .facilityimg .facimga {
        width: 50%;
        float: left;
        padding: 0px;
        margin: 0px;
    }

    .facilityimg .facimgb {
        width: 50%;
        float: left;
        padding: 0px;
        box-sizing: border-box;
        margin: 0px;
    }

    .facilitycontbox .facilitytext {
        font-size: 18px;
        line-height: 24px;
        padding: 0px 0px 10px 0px;
        margin-top: 40px;
    }
}

@media(max-width:500px) {

    /*éƒµè¼ªè¨­æ–½æ¨™é¡Œ*/
    .facilitycontbox .caption {
        font-size: 23px;
    }

    .facilitycontbox .facilitytext {
        font-size: 17px;
        line-height: 26px;
        padding: 0px 0px 10px 0px;
        margin-top: 30px;
    }
}


@media (max-width: 450px) {
    .brandcruise {
        /*èƒŒæ™¯åœ–å‰›é«˜åº¦*/
        height: 480px;
    }
}

@media (max-width: 400px) {

    /*éƒµè¼ªç°¡ä»‹*/
    .shipfacility {
        background: url(../img/bgAAA.png) no-repeat center center;
    }

    .facilitycontbox .caption {
        font-size: 20px;
    }

    .facilitycontbox .headtitle {
        display: table;
        margin: 20px auto 20px auto;
        padding: 4px 10px;
    }

    .tabbox .caption {
        font-size: 20px;
    }

    .facilityimg .facimga {
        width: 100%;
        float: block;
        padding: 0px;
    }

    .facilityimg .facimgb {
        width: 100%;
        float: block;
        padding: 0px;
    }
}


@media(max-width:350px) {

    /*éƒµè¼ªç°¡ä»‹*/
    .facilitycontbox .caption {
        font-size: 16px;
    }

    .facilitycontbox .facilitytext {
        font-size: 15px;
        line-height: 20px;
    }

}

/*------cruises line-start  8å€‹å“ç‰Œéƒµè¼ªstart-------*/
.brandbox {
    margin: 30px auto;
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    background: url(../img/bg001.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.brandcruise {
    width: 100%;
    margin: 0 auto;
    display: table;
    overflow: auto;
    padding: 30px 10px;
    box-sizing: border-box;
    position: relative;

}

.textbox {
    display: table;
    overflow: auto;
    width: 80%;
    margin: 0 auto;
    top: 100px;
    background-color: rgba(255, 255, 255, 0.2);
  
    border: 2px solid #ffffff;
}

.brandbox .caption {
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    display: table;
    margin: 20px auto 10px auto;
    text-shadow: 2px 2px 4px #9D9D9E;
}

.brandbox .headtitle {
    display: table;
    color: #ffffff;
    margin: 0px auto 20px auto;
    width: auto;
    font-size: 14px;
    font-weight: 300;
    padding: 7px 0px;
    text-shadow: 1px 1px 2px #9D9D9E;
    font-family: 'Questrial', sans-serif;
}

.brandimgbox {
    display: table;
    overflow: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    box-sizing: border-box;
    margin-top: 5%;
}

.brandimg {
    width: 25%;
    margin: 0 auto;
    padding: 1% 2%;
    float: left;
    box-sizing: border-box;
}

.brandimg a {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

.brandimg .cruiseimg {
    width: 100%;
    height: auto;
}

.brandimg .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.brandimg a:hover .overlay {
    bottom: 0;
    height: 100%;
}

.brandimg .text {
    white-space: nowrap;
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.line {
    width: 85%;
    margin: 20px auto;
    border-top: 1px solid #767676;
}



@media (max-width: 1250px) {

    /*cruises line-start  8å€‹å“ç‰Œéƒµè¼ª*/
    .brandbox {
        width: 100%;
    }

    .brandimg .text {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 1100px) {

    /*éƒµè¼ªå“ç‰Œ*/
    .textbox {
        width: 80%;
        height: 340px;
        top: 30px;
    }
}

@media (max-width: 1000px) {

    /*cruises line-start  8å€‹å“ç‰Œéƒµè¼ª*/
    .brandimg .text {
        font-size: 12px;
        letter-spacing: 0px;
    }
}

@media (max-width: 900px) {

    /*éƒµè¼ªå“ç‰Œ*/
    .textbox {
        width: 80%;
        height: 300px;
        top: 50px;
    }
}

@media(max-width:800px) {

    /*éƒµè¼ªå“ç‰Œ*/
    .textbox {
        width: 90%;
        height: 300px;
        top: 50px;
        left: 5%;
    }
}

@media (max-width: 750px) {
    /*éƒµè¼ªå“ç‰Œ*/

    .brandcruise {
        /*èƒŒæ™¯åœ–å‰›é«˜åº¦*/
        height: 360px;
    }

    .textbox {
        top: 25px;
    }
}

@media (max-width: 700px) {

    /*éƒµè¼ªå“ç‰Œ*/
    .brandbox .caption {
        font-size: 30px;
        margin: 20px auto 10px auto;
    }

    .brandbox .headtitle {
        margin: 0px auto 16px auto;
        width: auto;
        font-size: 13px;
        padding: 5px 12px;
    }

    .textbox {
        width: 100%;
        top: 25px;
        left: 0%;
        background: none;
        border: none;
    }

    /*éƒµè¼ªå“ç‰Œ-end*/
}

@media (max-width: 600px) {

    /*éƒµè¼ªå“ç‰Œ*/
    .brandcruise {
        /*èƒŒæ™¯åœ–å‰›é«˜åº¦*/
        height: 320px;
    }

    .brandimg {
        padding: 1% 1%;
    }

}

@media(max-width:580px) {

    /*éƒµè¼ªå“ç‰Œ*/
    .brandcruise {
        /*èƒŒæ™¯åœ–å‰›é«˜åº¦*/

    }

    .brandimg {
        width: 50%;
        margin: 0 auto;
        padding: 1% 2%;
    }

    /*éƒµè¼ªå“ç‰Œ hover å­—é«”*/
    .brandimg .text {
        font-size: 17px;
        letter-spacing: 1px;
    }
}

@media(max-width:500px) {

    /*éƒµè¼ªå“ç‰Œæ¨™é¡Œ*/

    .textbox {
        top: 6px;
    }

    .brandbox .caption {
        font-size: 24px;
        color: #ffffff;
        font-weight: bold;
        display: table;
        margin: 20px auto 5px auto;
    }

    .brandimg {
        width: 50%;
        margin: 0 auto;
        padding: 2% 2%;
        float: left;
        box-sizing: border-box;
    }

    .brandcruise {
        /*èƒŒæ™¯åœ–å‰›é«˜åº¦*/
        height: 530px;
    }

    /*éƒµè¼ªå“ç‰Œ hover å­—é«”*/
    .brandimg .text {
        font-size: 14px;
        letter-spacing: 1px;
    }

    /*éƒµè¼ªå“ç‰Œ-END*/

}

@media (max-width: 450px) {
    .brandcruise {
        /*èƒŒæ™¯åœ–å‰›é«˜åº¦*/
        height: 480px;
    }
}

@media (max-width: 400px) {

    .brandcruise {
        /*éƒµè¼ªå“ç‰ŒèƒŒæ™¯é«˜åº¦*/
        height: 950px;
    }

    .brandimg {
        /*éƒµè¼ªå“ç‰Œ*/
        width: 100%;
        margin: 0 auto;
        padding: 5px 20%;
    }

}

@media(max-width:350px) {

    .brandbox .caption {
        font-size: 20px;
        margin: 16px auto 5px auto;
    }

    .brandcruise {
        /*éƒµè¼ªå“ç‰ŒèƒŒæ™¯é«˜åº¦*/
        height: 850px;
    }
}

@media(max-width:350px) {

    .brandcruise {
        /*éƒµè¼ªå“ç‰ŒèƒŒæ™¯é«˜åº¦*/
        height: 760px;
    }

    /*éƒµè¼ªå“ç‰Œ hover å­—é«”*/
    .brandimg .text {
        font-size: 13px;
        letter-spacing: 1px;
    }

    /*éƒµè¼ªå“ç‰Œ -æ¨™é¡Œ*/
    .brandbox .caption {
        font-size: 22px;
    }
}

@media (max-width: 320px) {

    /*éƒµè¼ªå“ç‰Œ hover å­—é«”*/
    .brandimg .text {
        font-size: 12px;
        letter-spacing: 1px;
    }

}

/*-------------------------------------cruises end---------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////*/
/*-------------------   incentive_Tour   start---------------------------------------*/


.incentive-wrap {
    display: block;
    width: 100%;
    margin: 80px auto 30px auto;
    padding: 30px 0 20px 0;
    background-color: #f4f4f4;
}


.incentive-Tour {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}


.incentive-content {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}

.incentive-picbox img,
.incentive-second-picbox img {
    width: 100%;
}

.incentive-picbox,
.incentive-second-picbox,
.incentive-text,
.incentive-second-text {
    display: table;
    width: 50%;
    float: left;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
}

..incentive-picbox,
.incentive-second-picbox,
    {
    padding: 0px;
}

.incentive-second-text {
    padding: 5px;
}

.incentive-text {
    display: table;
    width: 50%;
    float: left;
    margin: 0 auto;
    padding: 10px 4% 10px 4%;
    box-sizing: border-box;
}

.incentive-item {
    display: table;
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: 100%;
}

.incentive-text h2 {
    color: #4c5b6d;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin: 40px 20px 30px 0;
    text-align: left;
}

.incentive-text h6 {
    color: #3e3a39;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    text-align: left;
    padding: 0;
}

.incentive-second-text h4 {
    color: #4c5b6d;
    font-size: 20px;
    line-height: 22px;
    font-weight: 40;
    text-align: left;
    margin-bottom: 5px;
}

.incentive-second-text p {
    font-size: 14px;
    line-height: 25px;
}

.incentive-second-text i {
    background-color: #4c5b6d;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom:1px;
}

@media (max-width: 1600px) {
    .incentive-Tour {
        width: 80%;
    }
}

@media (max-width: 1400px) {
    .incentive-Tour {
        width: 90%;
    }

    .incentive-text h2 {
        font-size: 28px;
        margin: 0px 20px 10px 0;
    }

    .incentive-second-text .icentive-item h4 {
        font-size: 16px;
        line-height: 20px;
        color: #4c5b6d !important;

    }

}

@media (max-width: 1200px) {
    .incentive-Tour {
        width: 95%;
    }

    .incentive-picbox {
        display: block;
        width: 100%;
        margin-top: -25px;

    }

    .incentive-picbox img {
        width: 100%;
        height: 450px;
    }


    .incentive-second-picbox {
        display: none;
    }

    .incentive-text,
    .incentive-second-text {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 10px 10px;
        box-sizing: border-box;
    }

    .incentive-text h2 {
        text-align: center;
    }

    .incentive-item {
        display: table;
        margin: 0 auto;
        width: 45%;
        float: left;
        padding: 10px;
        margin-right: 4%;
        box-sizing: border-box;

    }

    .incentive-second-text h4 {
        font-size: 17px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 10px;

    }

    .incentive-second-text p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 1000px) {

    .incentive-picbox img {

        height: 400px;

    }
}

@media (max-width: 900px) {

    .incentive-picbox img {
        height: auto;
    }
}

@media (max-width: 800px) {
    .incentive-Tour {
        width: 95%;
    }
}

@media (max-width: 700px) {
    .incentive-item {
        display: block;
        width: 100%;
        float: left;
        padding-right: 0px;
        border-bottom: 1px solid #b7b7b7;
    }

}

/*--------------------------incentive_FORM --------------------------*/
.incentive-form-wrap {
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 0px;
    box-sizing: border-box;

}

.incentive-form-title {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fbd8ba;
    color: #4a5a6b;

}

.incentive-form-title h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 5px;
    text-align: center;
}


.incentive-form-box {
    border: 1px solid #d3d3d4;
    margin: 0 auto;
    padding: 10px 0 0px 0;
    display: table;
    width: 100%;
    background-color: #ffffff;
    border-top-color: Transparent;
    box-sizing: border-box;
}

.incentive-form-box p {
    font-size: 16px;
    text-align: right;
    color: #4c4948;
    margin-right: 5%;

}




.incentive-whiteform,
.incentive-yellowform {
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 20px 2% 20px 5%;
    box-sizing: border-box;
}

.incentive-whiteform {
    background-color: #ffffff;
}

.incentive-yellowform {
    background-color: #fff8e7;
}

.incentive-form,
.incentive-form2 {
    padding: 0;
    margin: 0px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.incentive-form .datepic img{
    position: absolute;
    right: 16%;
    top: 32px;
 width: 27px;
    height: 27px;
}

.incentive-form span,
.incentive-form-box span {
    font-size: 26px;
    color: #e83828;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    line-height: 0;
    margin-top: 12px;

}




.incentive-form3 {
    padding: 0;
    margin: 0px;
    width: 75%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;

}

.incentive-form input[type=text],
.incentive-form2 input[type=text],
.incentive-form3 input[type=text],
.incentive-form5 input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 45px;

}

.incentive-form4 {
    display: table;
    margin: 0;
    padding: 5px 0px;
    width: 100%;
    color: #595757;
    font-size: 14px;
    text-align: left;
}

.incentive-form4 label,
.incentive-form7 label,
.incentive-form6 label {
    display: table;
    float: left;
    margin: 0;
    padding: 17px 0px 10px 0;

}

.inputbox {
    display: table;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;


}

.incentive-form4 input[type=text],
.incentive-form7 input[type=text] {
    width: 200px;
    padding: 0px 5px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 35px;
     background-color: #ffffff;

}

.incentive-form4 input[type="checkbox"],
.incentive-form4 input[type="radio"],
.incentive-form7 input[type="radio"] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
}




.incentive-form5 {
    padding: 0;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
    position: relative;
    font-size: 14px;
    color: #595757;
}


.incentive-form6 {
    display: table;
    margin: 0;
    width: 100%;
    color: #595757;
    font-size: 14px;
    text-align: left;
}

.incentive-form6 input[type="radio"] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
}

.inputbox_B {
    display: table;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    margin-top: 14px;
}


.incentive-form7 {
    display: table;
    float: left;
    width: 75%;
    margin: 0;
    padding: 18px 0px 6px 0;
    color: #595757;
    font-size: 14px;

}

.inputitem {
    display: table;
    width: auto;
    padding: 0;
    float: left;
    margin-top: 13px;
        vertical-align: middle;
}

.clearmargin{
   margin-top: -3px;


}


.incentive-tesxtarea-box {
    display: table;
    float: left;
    width: 70%;
    margin: 0;
    padding: 12px 0px;
    color: #595757;
    font-size: 14px;
    height: 50px;


}


.incentive-textarea {
    display: table;
    width: 97%;
    height: 200px;
    margin-top: 10px;
    box-sizing: border-box;

}

.incentive-button-box {
    padding: 0;
    margin: 0px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding-right: 3%;
    margin-top: 2px;
}


.incentive-btn {
   
    background-color: #ed8534;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    outline: none;
    margin-top: 175px;
    margin-left: 3%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.incentive-btn:hover {
    background-color: #e75a30;
}

.incentive-btn i {
    color: #ffffff;
    font-size: 26px;
}


@media (max-width:1600px) {
    .incentive-form-wrap {

        width: 80%;
    }
}

@media (max-width:1400px) {

    .incentive-whiteform,
    .incentive-yellowform {
        padding: 20px 0 20px 2%;
    }



}

@media (max-width:1300px) {
    .incentive-form-wrap {

        width: 90%;
    }

    .incentive-tesxtarea-box {
        width: 80%;

    }

    .incentive-button-box {
        width: 20%;
    }

    .incentive-form4 input[type=text],
    .incentive-form7 input[type=text] {
        width: 150px;

    }

}

@media (max-width:1200px) {


    .incentive-form4 input[type=text],
    .incentive-form7 input[type=text] {
        width: 120px;

    }
}


@media (max-width:1100px) {
    .incentive-form7 {
        float: left;
        clear: both;
        width: 100%;
        padding: 10px 0px 6px 0;
    }

    .incentive-form4 input[type=text],
    .incentive-form7 input[type=text] {
        width: 50%;
    }
}

@media (max-width:950px) {

    .incentive-form,
    .incentive-form2,
    .incentive-form6 {
        width: 50%;
    }

    .incentive-form3 {
        width: 100%;
    }

    .incentive-form4 input[type="checkbox"],
    .incentive-form4 input[type="radio"],
    .incentive-form7 input[type="radio"] {
        width: 16px;
        height: 16px;
        margin: 0 2px;
    }

    .incentive-form4 {
        padding: 8px 0px 0 0;
    }

    .incentive-form-box p {
        margin-right: 3%;
    }

    .incentive-form7 {
        padding: 2px 0px 2px 0;
    }

    .incentive-form-title h2 {
        letter-spacing: 2px;
    }

    .inputbox {
        display: table;
        width: 100%;
        margin: -10px 0 0 0;
        padding: 0;
    }


    .incentive-form4 input[type=text],
    .incentive-form7 input[type=text] {
        margin: 0;
        height: 30px;
    }

    .incentive-form6 {
        margin-top: 8px;

    }

    .incentive-form7 {
        margin-top: 0px;

    }

    .incentive-form .datepic {
        right: 10%;
        top: 30px;
            }

.clearmargin {
    margin-top: 4px;
}
}
@media (max-width:600px) {
    .incentive-form4 input[type=text],
    .incentive-form7 input[type=text] {
        width: 200px;
    }

    .inputitem {
        display: block;
        margin: 0 0 0 10px;
        padding: 6px 0;
        clear: both;
    }

    .incentive-form6 {
        width: 100%;
    }
}

@media (max-width:500px) {
    .incentive-form4 input[type=text],
    .incentive-form7 input[type=text] {
        width: 160px;
    }

    .incentive-form,
    .incentive-form2,
    .incentive-form6 {
        width: 100%;
    }

    .incentive-tesxtarea-box,
    .incentive-button-box {
        width: 100%;
        padding-right: 3%;
    }

    .incentive-btn {
        width: 100%;
        margin: 12px 0 0 0;
    }

    .incentive-form-title h2 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .incentive-form .datepic {
        right: 8%;
    }
}

/*--------------------------Cruise Request Form start --------------------------*/

.cruise-request-wrap{
    display: table;
    width:100%;
    margin: 0 auto;
    padding: 0px;
}

.cruise-request{    
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
}

.cruise-request-form-title{
display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    background-color: #fbd8ba;
    color: #4a5a6b;
}

.cruise-request-form-title h2{
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 5px;
    text-align: center;
}

.cruise-form-box{
border: 1px solid #d3d3d4;
    margin: 0 auto;
    padding: 10px 0 0px 0;
    display: table;
    width: 100%;
    background-color: #ffffff;
    border-top-color: Transparent;
    box-sizing: border-box;
}

.cruise-form-box h5{
    display: table;
    width: 15%;
    text-align: right;
    font-size: 18px;
    float: left;
    font-weight: 500;
    margin-bottom: 10px;
    color: #dd5911;
    padding-right: 5px;   
}

.cruise-form-box h6{
     font-size: 16px;
    text-align: right;
    color: #4c4948;
    margin-right: 5%;
}

.cruise-form-box p{
    font-size: 16px;
    text-align: right;
    color: #4c4948;  

}

.cruise-form-box span{
font-size: 26px;
    color: #e83828;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    line-height: 0;
    margin-top: 12px;
}

.crf-detail-box{
    display: table;
    width: 100%;
    margin: 20px auto;
    padding: 0 ;
}

.crf-detail-lable{
    display: table-cell;
    width: 15%;
    margin: 0 auto;
    padding: 0;
     box-sizing: border-box;
     vertical-align: top;
}
.crf-detail-lable p{
    font-size: 16px;
    text-align: right;
    color: #000000;
    margin-top: 5px;

}
.crf-detail{
      display: table-cell;
    width: 85%;
    margin: 0 auto;
    padding: 0 0 0 5px;   
     box-sizing: border-box;
}

.crf-detail-checkbox{
    display: table;
    width: 25%;
    float: left;
    margin: 0; 
    padding: 5px 1%;
    box-sizing: border-box;
    color: #3e3a39;
}

.crf-detail-checkbox input[type="checkbox"]{
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.label-position{
    padding-top: 14px;
}

.crf-detail-input{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px;

}

.crf-detail-input-B{
  display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    overflow: auto;
}

.crf-detail-input p{
    font-size: 15px;
    float: left;
    color: #3e3a39;
    margin:18px 0 0 0;
}

.crf-detail input[type=text]{
    display: inline-block;
    width: 20%;
    padding: 12px 8px 12px 0px;
    margin: 4px 10px 0px 1%;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    float: left;
     background-color: #ffffff;
}

.detail-box-margin{
    margin-top:-10px;
}

.crf-detail-input label{
    float: left;
    margin-left: 1%;
    margin-top: 18px;
    color: #3e3a39;
}

.crf-detail-select{
    margin: 0;
    padding: 0;
}

.crf-detail-select-B{
    display: table;
    width: 125px;
    margin: 0;
    padding: 0;
    overflow: auto;
    float: left;
}

.crf-detail-input-box{
   display: table;
    width: 220px;
    box-sizing: border-box;
    float: left;
    margin: 0 auto;
    padding: 0;   
}

.crf-detail-select-box{
    display: table;
    width: 250px;
    box-sizing: border-box;
    float: left;
    margin: 0 auto;
    padding: 0;
   
}

.crf-detail-select select {
    width:60px;
    padding: 2px 8px 2px 15px;
    margin: 9px 4px 0px 1%;
    color: #232323;
    box-sizing: border-box;
    height: 35px;
    float: left;
}

.select p {
    font-size: 15px;
    float: left;
    color: #3e3a39;
    margin: 18px 0 0 0;
}

.crf-detail input[type=text] {
    display: inline-block;
    width: 20%;
    padding: 12px 8px 12px 0px;
    margin: 4px 10px 0px 1%;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    float: left;
     background-color: #ffffff;
}

.crf-detail-input p, .crf-detail-select p {
    font-size: 15px;
    float: left;
    color: #3e3a39;
    margin: 18px 0 0 0;
}

.crf-detail input[type=text] {
    display: inline-block;
    width: 150px;
    padding: 12px 8px 12px 10px;
    margin: 4px 10px 0px 1%;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    float: left;
}

.crf-detail-box {
    display: table;
    width: 100%;
    margin: 20px auto;
    padding: 0;
}

.label-position {
    padding-top: 14px;
}

.cruise-request-form-white{
    display: table;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    background-color: #ffffff;
}

.cruise-request-form-yellow{
    display: table;
    width: 100%;
        margin: 10px 0 0 0;
    padding: 25px 0 ;
    background-color: #fff8e7;
}

.crf-detail-input input[type="radio"]{
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
    margin: 16px 5px 0  5px;
    float: left;
     background-color: #ffffff;
}

.crf-detail input[type=email]{
    display: inline-block;
    width: 60%;
    padding: 12px 8px 12px 0px;
    margin: 4px 10px 0px 1%;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    float: left;
     background-color: #ffffff;
}

.crf-detail-textarea {
    display: table;
    width: 60%;
    height: 100px;
    margin:10px 0 0 1%;
    box-sizing: border-box;
    float:left;
}

.crf-btn{
    background-color: #ed8534;
    border: none;
    padding: 12px 30px;
    cursor: pointer;
    outline: none;
    margin-left: 3%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    float: left;
    margin-top: 61px;
}


.crf-btn:hover {
    background-color: #e75a30;
}


@media (max-width:1800px) {
.cruise-request{   
    width: 75%;
}
}


@media (max-width:1650px) {
.cruise-request{   
    width: 80%;
}
}

@media (max-width:1550px) {
.cruise-request{   
    width: 85%;
}
}

@media (max-width:1480px) {
.cruise-request{   
    width: 90%;
}
}

@media (max-width:1400px) {
.crf-detail-checkbox{ 
    width: 33%;
}
}

@media (max-width:1300px) {
.crf-detail-lable,.cruise-form-box h5 {
    width: 20%;
}

.crf-detail {
     width: 80%;
     font-size: 15px;
}

.crf-detail-input{
    font-size: 15px;
}
}

@media (max-width:1100px) {
    .crf-detail-select-box{
    display: block;
    width: 100%;
}
}

@media (max-width:1050px) {
.crf-detail-checkbox{ 
    width: 50%;
}

.cruise-request{   
    width: 90%;
}
}

@media (max-width:950px){
.crf-detail-lable,.cruise-form-box h5 {
    width: 25%;
}

.crf-detail {
     width: 75%;    
}
.crf-detail input[type=email],.crf-detail-textarea {
    width: 75%;  
}
}

@media (max-width:750px){
.cruise-request{   
    width: 95%;
}

.crf-detail-lable,.cruise-form-box h5 {
    width: 30%;
}

.crf-detail {
     width: 70%;    
}

.crf-detail-checkbox {
    width: 100%;
}

.crf-detail-select-B{
    display: block;
}

.crf-detail-select-B{
    width: 100%;   
}

.crf-detail-input-box {
    width: 100%;  
    margin: 5px auto;  
}

.crf-detail-input label {
    width: 40px;
    margin-top: 15px;  
}

.crf-detail input[type=email], .crf-detail-textarea {
    width:95%;
}

.crf-btn {
    width: 50%;    
    margin-top: 10px;
    float: right;
    margin-right: 4%;
}
}

@media (max-width:550px){
 .cruise-form-box h5 {
    width: 100%;
    text-align: left;
    padding-left: 7%;
}
.cruise-form-box h6 {
   position: absolute;
    right: 5%;
}
}

@media (max-width:500px){
 .cruise-form-box {
    padding: 10px 0 0 0;
    position: relative;   
}   
.crf-detail-margin{
margin-top: -30px;
}
.crf-detail-lable {
    display: block;
    width: 100%;
    display: block;
    text-align: left;
    margin: 5px 0;
}

 .cruise-form-box h5 {
    padding-left: 2%;
}
.crf-detail {
    width: 100%;
    padding-left: 7%;
    display: block;
}
.crf-detail-lable p{
    text-align: left; 
    padding-left: 5px;
    padding-top: 5px;
}

.cruise-form-box h6 {
   position: absolute;
    right: -1%;
}

.crf-btn {
    width: 95%;    
    margin-top: 10px;
    float: right;
    margin-right: 4%;
}

.crf-detail input[type=text], {
    display: block;
}

.crf-detail-input-B {
    display: block;
     width: 90%;
}

.crf-detail input[type=text] {
    width: 70%;  
}


}

@media (max-width:400px){

.crf-detail {
    padding-left: 3%;

}

.crf-btn {
    width: 100%;    
    margin-top: 10px;
    float: right;
    margin-right: 1%;
}

.cruise-request-form-title h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}
.crf-detail-box {
    margin: 0px auto;
  
}
}
/*--------------------------Cruise Request Form end --------------------------*/
/*--------------------------incentive_Tour   END--------------------------*/

/*/////////////////////////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////////////////////////*/
/*-----------------------------brochures  start---------------------------*/

.borchures-wrap {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box
}

.borchures-wrap h2 {
    display: block;
    width: 100%;
    color: #e75a30;
    font-size: 30px;
    font-weight: 600;
    margin: 10px auto;
    text-align: center;
    padding-top: 10px;

}

.borchures-content {
    display: table;
    width: 100%;
    margin: 10px auto 30px auto;
    padding: 20px;
    box-sizing: border-box;
}


.borchures-item {
    display: table;
    float: left;
    width: 23%;
    margin: 0px 1%;
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
    border: 1px solid #b5b5b6;
}

.borchures-item img {
    width: 100%;
}

.borchures-item a {
    display: table;
    float: left;
    padding: 5px;
    color: #3e3a39;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.borchures-item a:hover {
    color: #e75a30;
}

.borchures-item i {
    color: #e75a30;
    font-size: 16px;
    display: inline-block;
    padding-right: 3px;


}



@media (max-width:1500px) {
    .borchures-wrap {
        width: 90%;
    }
}



@media (max-width:1200px) {
    .borchures-wrap {
        width: 95%;
    }



}


@media (max-width:1000px) {
    .borchures-item {
        width: 48%;
        margin: 2% 1%;

    }
}

@media (max-width:600px) {
    .borchures-item {
        width: 98%;
        margin: 2% 1%;

    }

    .borchures-item a {
        padding: 5px 20px;

    }
}




/*---------------------------------brochures  end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------contact us start----------------------------*/

.contactWrap{
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;

}
.contactbg{
   
      display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.contactbg img{
    width: 100%;
}
.mvtitle{
    display: table;
  
    width: 100%;
    margin: 0;
    padding: 0px;
    height: 100%;
    bottom: 0px;
}
.contactbg  h2 {
    color: #4c5b6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    position: absolute;
    left: 15%;
    bottom: 23%;
    box-sizing: border-box;
    text-shadow: #ffffff 1px 1px 10px;
 }


.contact-content{
    display:table;
    width: 70%;
    margin: 0 auto 50px auto;
    box-sizing: border-box;
    padding: 30px 0 0 0 ;   
    
}

.contact-content h6{
   color: #4c5b6d;
    font-size: 20px;
    font-weight: 400;
    line-height:30px;
    text-align: left;
    margin-bottom: 14px;
    text-decoration: none!important;
   
    
}

.contact-content p{
   color: #3e3a39;
    font-size: 18px;
    font-weight: 400;
    line-height:30px;
    text-align: left;
    margin-bottom: 14px;
    text-decoration: none!important;
   
    
}




/*.contact-box-img{
    display: table;
    width:50%;
    height: 300px;
    float: right;
    margin: 0 ;
    box-sizing: border-box;
    padding: 0;
    background: url(../images/contact.png) no-repeat center center;
    background-size: cover;
    
}*/



.contact-web{
    width: 97%;
    display: table;
    float: left;
    margin: 20px auto;
    padding: 0;
    background-color: #f2f2f2;
    padding: 15px ;
    
}


.contact-web label,.contact-address-box label{
    width: 18%;
    float: left;
    display: table;
    margin: 0 ;
    padding: 0;
    color: #3e3a39;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 20px;

}

.contact-web label{
    padding-top: 10px;
}

.contact-address-box label{
   padding-top: 18px;
   padding-left: 15px;


}

.contact-web a{
    width: 82%;
    float: left;
    display: table;
    margin: 0 ;
    padding: 0;
    color: #3e3a39;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    text-decoration: none;

}


.contact-web h1{
    color: #dd5911;
    font-size: 30px;
    font-weight: 800;
    padding-left: 9px;
    }


.contact-address-box{
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
}

.contact-address{
    width: 82%;
    float: left;
    display: table;
    margin: 0 ;
    padding: 0px;
    color:#3e3a39 ;
    font-size: 20px;
    text-align: left;
    box-sizing: border-box;

}


.contact-address p{
       width: 98%;
    line-height: 30px;
    padding-left: 2%;


}


.contact-address span{
    color:#000000 ;
    font-weight: 600;

}


/*.contact-address p:nth-child(2),.contact-address p:nth-child(4){
   background-color: #fbd8ba;

}*/


.contact-office-location{
    display: table;
    width: 100%;
    margin: 50px auto 20px auto;
    padding: 0;
    box-sizing: border-box;
}

.office-location-box{
     display: table;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    box-sizing: border-box;


}

.contact-office-location h3{
      color: #4c5b6d;
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
     line-height: 30px;
     margin-top: 10px;
}

.contact-office-location label{
   display: table;
   float: left;
   width: 40%;
   margin: 0;
   padding: 0 3%;
    box-sizing: border-box;
    font-size: 22px;
    margin-top: 26px;
}


.office-location {
  display: table;
   float: left;
   width: 60%;
   margin: 0  ;
   padding: 0;
   box-sizing: border-box; 
   text-align: left;
}

.office-location p{
    line-height: 15px;
    font-weight: 600;
    color: #3e3a39;
      font-size: 15px;
}


.office-location i{
    padding-right: 5px;

}

.colorline{
    padding: 20px 0;
    border-top: 1px solid #acadae;
   border-bottom: 1px solid #acadae;
}


.purchase-office{
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.purchase-office h3{
     color: #4c5b6d;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
        margin-top: 60px;
}

.purchase-office p{
     color: #3e3a39;
    font-size: 18px;
  
}
.purchas-office-state{
     width: 100%;
    display: table;
    margin: 20px 0 40px 0;
    float: left;
     padding: 0  ;
     box-sizing: border-box;
}

.purchase-office .purchase-text {
      color: #3e3a39;
    font-size: 18px;
    font-weight: 400;
    line-height:30px;
    text-align: left;
    margin-bottom: 14px;
    text-decoration: none!important;
}


.office-state{
     width: 48%;
     display: table-cell;
   margin: 0;
     padding: 0 ;
     box-sizing: border-box;
    
}
.office-state-middle{
     width: 2%;
     display: table-cell;
   margin: 0;
     padding: 0 ;
     box-sizing: border-box;
    
}


.office-state-line{
    
    
    border-top: 1px solid #b3b3b4;

}
/*----------------------æ‰‹é¢¨ç´------------------------*/

.office-state-accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 15px 5% 15px 6%;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-weight: 500;
  color: #dd5911;
  line-height: 31px;
  box-sizing: border-box;
  margin-top: 5px;
}

.office-state-active, .office-state-accordion:hover {
  background-color: #fff8e7;
  
}

.office-state-accordion:focus {
  background-color: #fff8e7;
  
}
.office-state-active {
     background-color: #fff8e7;
  border-top:  1px solid #d3d3d4;
  border-left:  1px solid #d3d3d4;
  border-right:  1px solid #d3d3d4;
}

 .office-state-accordion:before{
    content: "";
    display: block;
    background: url("../images/open.png") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 8px 0 0;}


/*.office-state-accordion:before {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: left;
  margin-right: 5px;
}*/

.office-state-active:before {
     content: "";
    display: block;
    background: url("../images/close.png") no-repeat;
}

.office-state-panel {

  padding: 0 18px;
  background-color:#fff8e7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-top: -1px;
  border-left:  1px solid #d3d3d4;
  border-right:  1px solid #d3d3d4;
  border-bottom:  1px solid #d3d3d4;
}



.office-state-content{
   width: 100%;
   display: table;
   margin: -7px 0 15px 0;
   padding: 5px 25px 2px 25px;
   box-sizing: border-box;
   line-height: 30px;
   font-size: 26px;
   color: #3e3a39;
       padding-top: 10px;
}




.office-state-content p{
line-height: 20px;
    font-size: 15px;
    color: #3e3a39;
    padding: 7px 0;


}
.office-state-content .office-bold{
   font-weight: 600;
   color: #4c5b6d;

}

.office-state-content i{
padding-right: 5px;

}











/*----------------------æ‰‹é¢¨ç´ end------------------------*/


@media (max-width:1400px) {
.contact-content{
     width: 80%;  
    
}

.contactbg  h2 {
      left: 10%;
 
}

}
@media (max-width:1200px) {
.contact-content{
     width: 90%;  
    
}

.contactbg  h2 {
      left: 5%;
 
}

}
@media (max-width:1000px) {
 .office-state-panel {

  padding: 0;

}

.office-state-content {
       margin: 10px 0 15px 2%;
   
}
}
@media (max-width:900px) {
.contact-title {
    padding: 20px 5% 0 0;
}


.contact-title p {   
    font-size: 18px;  
    line-height: 25px;
  
}


.contact-web h1{
    font-size: 24px;
    padding-top: 8px;
}
.contact-address{
    
    font-size: 14px;
  
}
.contact-web label,.contact-address-box label{
    width: 25%;
    font-size: 18px;
   
}
.contact-web label,.contact-address-box label{
    width: 25%;
   
}

.contact-web a{
    width: 75%;
  

}

.contact-address {
    width: 75%;
  

}
.contact-address{
    font-size: 16px;
}
.contact-address p {
    width: 100%;
    line-height: 22px;
   padding: 0px 0 0px 2%;
   
}
.purchas-office-state{
     width: 100%;
  

}
.office-state-panel {
  padding: 0 0px;

}

.office-state-content {   
    margin: 10px 0 15px 3%;
  
}

.purchas-office-state {
       margin: 20px 0 40px 0%; 
}
}




@media (max-width:800px) {



.office-state {
       display: block;
       width: 100%;
}

.office-state-middle {
       display: none;
       
}
.contact-title {
    width: 100%;
    padding: 0;
    float: right;
}

.office-state-content {
    margin: 10px 0 15px 9%;
}






}

@media (max-width:790px){



.contact-address-box p:nth-child(4){
   line-height: 20px;
   padding: 12px 0 12px 2%;

}



}


@media (max-width:600px) {



.contact-title h2{
    text-align: center;
    margin-top:30px;
}
.contact-web h1{
    font-size: 22px;
    padding-top: 8px;
}

.contact-web label,.cibtact-web a,.contact-address-box label,.contact-address{
    width: 100%;
    display: block;
    text-align: center;
}

..contact-content {
      margin: 0 auto 20px auto;
   
}

.contact-web {
    background-color: #ffffff;
}

.contact-office-location h3 {
        margin-top: 30px;
}
.contact-web label,.contact-address-box label{
    color: #4c5b6d;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
        margin-bottom: 10px;
}
.contact-web h1{
       margin-bottom: 10px;
    text-align: center;
}

.contact-web a {
    width: 100%;
}
.contact-address-box label {
     color: #4c5b6d;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
        margin-bottom: 31px;
     padding: 0;
}
.contact-office-location label{
   width: 100%;
   margin: 20px 0;
   padding: 0 ;
  
}


.office-location {
   width: 100%;
  
}

.office-state-accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 15px 0% 10px 3%;
}

.contact-office-location h3,.purchase-office h3 {
     font-size: 26px;
    text-align: center;
        line-height: 30px;
          
 
}
.contact-office-location h3{
    margin:  0px;
}
.purchase-office h3{

 margin:  0px 0px 20px 0;
}
.office-state-content {
   
    margin: 10px 0 15px 0%;
 
}
.office-location-box {
   ]
    width: 90%;
    margin: 20px 5%;
 
}

}
@media (max-width: 500px){
.contactbg h2  {
    display: table;
    font-size: 28px;
    text-shadow: #ffffff 1px 1px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 24px;
}
.contact-content h6 {
    line-height: 25px;
   
}
.contact-office-location h3 {
    margin-top:0px;
   background-color: #fbd8ba;
   font-size: 22px;
   padding: 5px 0;
}



.contact-content p {
   line-height: 25px;
   margin: 0;
   font-size: 15px;
   font-weight: 400;
 
}
.purchase-office h3 {
    margin: 0px 0px 10px 0;
}
.purchase-office .purchase-text {
    line-height:18px;
    padding: 0;
    margin: 0;
   
}

.purchase-office h3 {
     margin-top:0px;
   background-color: #fbd8ba;
   font-size: 22px;
   padding: 5px 0;
  line-height: 25px;
}


.office-state-accordion:hover {
    color: #dd5911;

}
.contact-address p {

text-align: center;

}
.contact-office-location label {
    width: 100%;
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 20px;
}

.mvtitle{
    display: table;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0px;
    height: 80px;
    bottom: 13%;
     background:rgba(255,255,255,0.3)
}
.contact-content {
 
    padding: 10px 0 0 0;
}
.contact-web {
  
    margin: 0px auto;
    padding: 0;
    
}
.contact-address-box label {
      margin-bottom: 10px;

}

@media (max-width:480px){


.contact-web h1{
    font-size: 16px;
    padding-top: 8px;
}
.office-location p{
     line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
}


.office-state-panel {

  padding: 0 ;

}

  
}
}
@media (max-width:400px){
.mvtitle{
    height: 60px;
    bottom: 10%;
     background:rgba(255,255,255,0.4)
}
.contact-content p {
    line-height: 22px;
    padding:  0;
 
}
}
/*---------------------------------contact us  end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/





/*////////////////////////////////////////////////////////////////////////////////*/

/*---------------------------------Terms &amp; Conditions  START----------------------------------*/

.termWrap{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;

   }

.termsbg{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
   
 }


.termsbg img{
    width: 100%;
      box-sizing: border-box;
}

.termsbg h2{
  color: #4c5b6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    position: absolute;
    left: 15%;
    bottom: 23%;
    box-sizing: border-box;
    text-shadow: #ffffff 1px 1px 10px;  
    font-family: 'M PLUS Rounded 1c', sans-serif;
}


.termscontentbox{
    display: table;
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
   
   
}

.termstabbox{
    display: table;
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
     background-color: #fbd8ba;

  
}


/*-----------------tab start-------------------------------*/

.termstab {
  overflow: hidden;
  width: 70%;
  display: table;
  margin: 0 auto;
  padding: 18px 0 15px 0;
    box-sizing: border-box;
}


.termsbox {
  width: 70%;
  display: table;
  margin: 0 auto;
  padding: 10px 0;
    box-sizing: border-box;
 
}

.termstab button {
  background-color: #ffffff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 50px;
    transition: 0.3s;
    font-size: 17px;
    margin-right: 10px;
    color: #ed8534;
      box-sizing: border-box;
}

.termstab button:hover {
  background-color: #ed8534;
  color: #ffffff;
}

.termstab button.active {
  background-color: #ed8534;
  color: #ffffff;
}

.termscontent {
  display: none;
  padding: 6px 12px;
    box-sizing: border-box;
  }

.termscontent h3 {
  display: block;
  width: 100%;
  text-align: left;
  color: #4a5a6b;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  box-sizing: border-box;
  }

.termscontent h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #f39800;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  margin: 30px auto 50px auto;
  line-height: 30px;
  box-sizing: border-box;
  }

  .termscontent p {
  font-size: 16px;
  line-height: 23px;
  margin: 20px auto; 
  box-sizing: border-box;
  }

.termscontent ol {
  display: block;
  width: 98%;
  text-align: left;
  margin-left: 2%;
  list-style: decimal;/*æ•¸å­—*/
  box-sizing: border-box;
  }

.termscontent ol li{
    color: #3e3a39;
    font-size: 16px;
    line-height: 22px;
    margin: 12px auto;
    box-sizing: border-box;

}

.termscontent ol li ol{
  display: block;
  width: 97%;
  text-align: left;
  margin-left: 2%;
  list-style:  lower-alpha;/*å°å¯«è‹±æ–‡*/
  box-sizing: border-box;
}

.termscontent ol li ol li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto;
  box-sizing: border-box;
}
.Separation-line{
    display: table;
    margin: 30px  0 30px 0;
    padding: 0px;
    width: 102%;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;

}


@media (max-width:1500px){

.termstab,.termsbox {
  width: 80%; 
}

.termsbg h2{
    left: 10%;   
}

}


@media (max-width:1000px){

.termstab,.termsbox {
  width: 90%; 
}

.termsbg h2{
   left: 5%;   
}

.termscontent h4 {
  font-size: 16px;
  font-weight: 600;
 line-height: 20px;
  }
}

@media (max-width:750px){

.termstab button {
    padding: 10px 20px;  
    font-size: 17px;  
}

}

@media (max-width:600px){

.termstab button {
   display: block;
   width: 100%;
   text-align: center;
   margin: 5px auto;
   padding: 10px;
   box-sizing: border-box;

   }

.termsbg h2{
   left: 5%; 
   text-shadow: #ffffff 1px 1px 6px;  
}

.termstab {
  
    padding: 8px 0;
}

.Separation-line{
    width: 100%;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;

}

.termscontent ol {
    margin-left: 4%;
    
}
}


@media (max-width: 550px){
.termsbg h2 {
   font-size: 30px;
}
}
@media (max-width:500px){

.termsbg h2{
    display: table;
    font-size: 28px;
    text-shadow: #ffffff 1px 1px 10px;  
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 24px;
    text-align: center;
}
}


/*---------------------------------Terms &amp; Conditions end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------privacy start----------------------------------*/
.privacy-contentbox{
    display: block;
    width: 70%;
    margin: 0 auto 50px auto;
    padding: 0 ;
    box-sizing: border-box;
}

.parivacy-content {
  display: block;
  padding: 6px 12px;
    box-sizing: border-box;
  }


.parivacy-content a { 
    text-decoration: none;

  }


.parivacy-content h3 {
  display: block;
  width: 100%;
  text-align: left;
  color: #4a5a6b;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  box-sizing: border-box;
  }

.parivacy-content h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #f39800;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin: 30px auto 50px auto;
  line-height: 30px;
  box-sizing: border-box;
  }


  .parivacy-content p {
  font-size: 16px;
  line-height: 23px;
  margin: 20px auto; 
  box-sizing: border-box;
  color: #3e3a39;

  }


.parivacy-content  ol {
  display: block;
  width: 98%;
  text-align: left;
  margin-left: 2%;
  list-style:  lower-alpha;/*å°å¯«è‹±æ–‡*/
  box-sizing: border-box;
  }

.parivacy-content ol li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 19px;
  margin: 12px auto;
  box-sizing: border-box;
}

@media (max-width:1500px){

.privacy-contentbox {
  width: 80%; 
}

}


@media (max-width:1000px){

.privacy-contentbox{
  width: 90%; 
}

.privacy-contentbox ol {
    margin-left: 4%;
    
}

.privacy-contentbox h4 {
  font-size: 16px;
  font-weight: 600;
 line-height: 20px;
  }

}





/*---------------------------------privacy  end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------visa start----------------------------------*/


/*---------------------------------visa START----------------------------------*/

.termWrap{
    display: block;
    width: 100%;
    margin: 0 auto 20px 0;
    padding: 0;
    box-sizing: border-box;

   }

.visabg{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
   
 }


.visabg img{
    width: 100%;
      box-sizing: border-box;
}
.visabg h2{
  color: #4c5b6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    position: absolute;
    left: 15%;
    bottom: 23%;
    box-sizing: border-box;
   
}


.visacontentbox{
    display: table;
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
   
   
}

.visatabbox{
    display: table;
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
     background-color: #fbd8ba;

  
}


/*-----------------tab start-------------------------------*/

.visatab {
  overflow: hidden;
  width: 70%;
  display: table;
  margin: 0 auto;
  padding: 18px 0 15px 0;
    box-sizing: border-box;
}


.visabox {
  width: 70%;
  display: table;
  margin: 0 auto;
  padding: 10px 0;
    box-sizing: border-box;
 
}

.visatab button {
  background-color: #ffffff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 17px;
    margin-right: 10px;
    color: #ed8534;
      box-sizing: border-box;
}

.visatab button:hover {
  background-color: #ed8534;
  color: #ffffff;
}

.visatab button.active {
  background-color: #ed8534;
  color: #ffffff;
}

.visacontent {
  display: none;
  padding: 6px 12px;
  margin-bottom: 30px;
    box-sizing: border-box;
  }

.visacontent h2 {
  display: block;
  width: 100%;
  text-align: left;
  color: #ed8534;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 10px 0;

  }


.visacontent h3 {
  display: block;
  width: 100%;
  text-align: left;
  color: #4a5a6b;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  box-sizing: border-box;
    margin: 15px 0;
  }

.visacontent h3 span{
  font-size: 14px;
  line-height: 20px;
 color: #006b78;
  }


.visacontent h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #f39800;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin: 30px auto 50px auto;
  line-height: 30px;
  box-sizing: border-box;
  }

  .visacontent p {
  font-size: 16px;
  line-height: 23px;
  margin: 20px auto; 
  box-sizing: border-box;
  }

.visacontent ol {
  display: block;
  width: 98%;
  text-align: left;
  margin-left: 2%;
  list-style: decimal;/*æ•¸å­—*/
  box-sizing: border-box;
  }

.visacontent ul{
 display: block;
  width: 95%;
  text-align: left;
  margin-left: 5%;
  list-style:square;/*æ–¹å¡Š*/
  box-sizing: border-box;
  
}
.visacontent ol li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 19px;
  margin: 12px auto;
  box-sizing: border-box;
  list-style:decimal;/*æ•¸å­—*/
}
.visacontent ul li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 19px;
  margin: 12px auto;
  box-sizing: border-box;

}

.visacontent ul li a,.visacontent h3 a{
  color: #dd5911;
  text-decoration: none;
  cursor: pointer;
 }

 .visacontent ul li a:hover,.visacontent h3 a:hover{
  color: #f39800;
 }
.visacontent ol li ol{
  display: block;
  width: 97%;
  text-align: left;
  margin-left: 2%;
  list-style:  lower-alpha;/*å°å¯«è‹±æ–‡*/
  box-sizing: border-box;
}
.visacontent ul li ul{
  display: block;
  width: 95%;
  text-align: left;
  margin-left: 5%;
  list-style: disc;/*åœ“å½¢*/
  box-sizing: border-box;
}


.visacontent ol li ol li,.visacontent ul li ul li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto;
  box-sizing: border-box;
}

.visacontent ul li ul  span{
  color: #006b78;
  font-size: 14px;
  
}
.Separation-line{
    display: table;
    margin: 30px  0 30px 0;
    padding: 0px;
    width: 102%;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;

}

.visacontent .chinapdf{
 display: table;
 width: auto;
 margin: 30px 0 40px 0;
 float: left;
 text-align: center;
 font-size: 16px;
 font-weight: 400;
 background-color: #ffffff;
 border: 1px solid #9fa0a0;
 color: #000000;
 outline: none;
 cursor: pointer;
 transition: 0.3s;
 text-decoration: none;
 padding: 15px 60px;
 box-sizing: border-box;
}

.visacontent i{
color: #ed8534;
font-size: 30px;
margin-right: 10px;

}
.visacontent .chinapdf:hover{
 border: 1px solid #ed8534;
 color: #ed8534;
}

.visapdf{
color: #ed8534;
 cursor: pointer;
 text-decoration: none;
  padding-left: 10px;
  
}
.visapdf i{
  font-size: 30px;
}
.visacontent a{
   outline: none;
 cursor: pointer;
 text-decoration: none;
}




.discounted-content{
  display: table;
  width: 100%;
  margin: 20px auto 40px 0;
  padding: 0px;
  box-sizing: border-box;
  

}

.discounted-content title{
  display: table;
  float: left;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #595757;
  font-weight: 600;
  text-align: center;
  padding: 15px 0 ; 
  background-color: #fbd8ba;
  box-sizing: border-box;
 
}
.discountedh4{
display: table;
width: 100%;
margin: 0;
padding: 0;
  background-color: #efefef;
  vertical-align: middle;
  box-sizing: border-box;
}

.discounted-content h4{
    display: table-cell;
  width: 33.333333333333%;
  margin: 0 auto;
  font-size: 16px;
  color: #595757;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  padding: 10px 0; 
 font-weight: 400;
 box-sizing: border-box;
 
}

.discounted-content p{
    display: table;
  width: 33.333333333333%;
  float: left;
  margin: 0 auto;
  font-size: 14px;
  color: #595757;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  padding: 10px 0;
  font-weight: 200;
border-bottom: 1px solid #b5b5b6;
box-sizing: border-box;
}






@media (max-width:1500px){

.visatab,.visabox {
  width: 80%; 
}

.visabg h2{
    left: 10%;   
}

}



@media (max-width:1200px){
.visatab button {
    padding: 10px 15px;  
}
}

@media (max-width:1000px){

.visatab,.visabox {
  width: 90%; 
}

.visabg h2{
   left: 5%;   
}

.visacontent h4 {
  font-size: 16px;
  font-weight: 600;
 line-height: 20px;
  }
}


@media (max-width:900px){
.visatab button {
    padding: 10px 50px; 
    margin-bottom: 10px; 
}
.visatab {
    padding: 18px 0 8px 0;
    
}
}



@media (max-width:750px){

.visatab button {
    padding: 10px 30px;  
    font-size: 17px;  
}

}


@media (max-width:731px){
.discounted-content h4{
line-height: 20px;
 font-size: 16px;
 height: 60px;
 font-weight: 300;
}
 
}
@media (max-width:600px){

.visatab button {
   display: block;
   width: 100%;
   text-align: center;
   margin: 5px auto;
   padding: 10px;
   box-sizing: border-box;

   }

.visabg h2{
   left: 5%; 
   text-shadow: #ffffff 1px 1px 6px;  
}

.visatab {  
    padding: 8px 0;
}

.Separation-line{
    width: 100%;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;

}

.visacontent ol {
    margin-left: 4%;    
}
.visacontent .chinapdf{
 width:100%;
 box-sizing: border-box;
 padding: 15px 0;
 font-size: 14px;
}

}

@media (max-width:500px){

.visabg h2{
    font-size: 24px;
    font-weight: 600;
   left: 7%; 
   text-shadow: #ffffff 1px 1px 6px;  
}
}

@media (max-width:400px){

.visabg h2{
    font-size: 20px;
     left: 19%;
    top:22px;

}

.discounted-content h4{
line-height: 20px;
 font-size: 14px;

}
 
.discounted-content p{
  font-size: 13px;

}

}


/*---------------------------------visa  end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------sitemap start----------------------------------*/




/*---------------------------------sitempa  end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/


.sitemapbox{
    display: block;
    width:70%;
    margin: 0 auto 30px auto;
    padding: 20px;
    box-sizing: border-box;
 }
.sitempa-content{
    display: table;
    width:100%;
    margin: 0 auto ;
    padding: 0;
    box-sizing: border-box;
}
.sitemap-list{
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 0px 0 20px;
    vertical-align: top;

}

.sitemap-pic{
      display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 0 0px 10px;

}

.sitemap-pic img{
   width: 100%;

}

.sitemap-list h3{
    color: #4c5b6d;
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;

}

.sitemap-list a {
    display: table;
    float: left;
    width: 50%;
    box-sizing: border-box;
    color: #595757;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
    line-height: 20px;
    text-decoration: none;
    padding: 10px 0;
}

.sitemap-list a:hover {
    color: #ed8534;

}
.sitemap-list  i {
    color: #595757;
    font-size: 16px;
    padding: 0 5px;
    display: block;
    float: left;
    padding-bottom: 5px;
}

.sitemap-line {
    display: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;
    margin: 20px auto;
}



@media (max-width: 1500px){
.sitemapbox{
    width: 80%;

}
.sitemap-list a {
       font-size: 15px;
  }

}


@media (max-width: 1200px){
.sitemapbox{
    width: 90%;

}
.sitemap-list a {
  
    padding: 5px 0;
}

}

@media (max-width: 1100px){
.sitemapbox{
    width: 95%;
    padding: 0px;

}
.sitemap-list a {
       font-size: 14px;
       line-height: 15px;
       padding: 5px 0;
  }
  .sitemap-list  i {
     font-size: 14px;
     line-height: 15px;

}

.sitemap-list h3{
    margin-top: 0px; 
    font-size: 20px;
   
}

.sitemap-pic{
   vertical-align: bottom;

}
}
@media (max-width: 900px){

    .sitemap-list{ 
    width: 95%;  
    margin: 0 auto;
    display: block;
    box-sizing: border-box;

}

.sitemap-pic{
  display: none;
}
.sitemap-line {
    display: block;
    width: 90%;
    float: left;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;
    margin: 20px 5%
   
}

}


@media (max-width: 500px){
 .sitemapbox{
    width: 100%;  

}

.sitemap-list h3{
    color: #000000;
   display: table;
   width: 100%;
   text-align: center;
    font-size: 16px;
   background-color: #fbd8ba;
   padding: 6px 0;
   box-sizing: border-box;
}

.sitemap-list a {
    display: table;
    width: 90%;
    margin: 0 0 0 0;
    float: none;
    padding-left: 15%;
    box-sizing: border-box;
      }

.sitemap-line {
    display: none;
    }

.sitemap-list {
   padding: 5px 0 0 0;
}

}
@media (max-width: 400px){

  .sitemap-list a {
  
    padding-left: 10%;
    line-height: 20px;
   
   
}  
.sitemap-list h3 {
   line-height: 20px;
    padding: 7px 0;
}
.sitemap-list i {
    font-size: 12px;
    line-height: 20px;
    margin-right: 3px;
}
    }
/*---------------------------------visa end----------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------insurance start----------------------------------*/



/*---------------------------------ins START----------------------------------*/

.termWrap{
    display: block;
    width: 100%;
    margin: 0 auto 20px 0;
    padding: 0;
    box-sizing: border-box;

   }

.insbg{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
   
 }


.insbg img{
    width: 100%;
      box-sizing: border-box;
}

.insbg h2{
  color: #4c5b6d;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    position: absolute;
    left: 15%;
    bottom: 23%;
    box-sizing: border-box;
   
}


.inscontentbox{
    display: table;
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
 }

.instabbox{
    display: table;
    width: 100%;
    margin: -3px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
     background-color: #fbd8ba;

  
}


/*-----------------tab start-------------------------------*/

.instab {
  overflow: hidden;
  width: 85%;
  display: table;
  margin-left: 15%;
  padding: 18px 0 15px 0;
    box-sizing: border-box;
   
}


.insbox {
  width: 70%;
  display: table;
  margin: 0 auto;
  padding: 10px 0;
    box-sizing: border-box;
 
}

.instab button {
  background-color: #ffffff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 30px;
    transition: 0.3s;
    font-size: 17px;
    margin: 3px 10px 3px 0px;
    color: #ed8534;
    box-sizing: border-box;
}

.instab button:hover {
  background-color: #ed8534;
  color: #ffffff;
}

.instab button.active {
  background-color: #ed8534;
  color: #ffffff;
}

.inscontent {
  display: none;
  padding: 6px 12px;
  margin-bottom: 30px;
    box-sizing: border-box;
  }

.inscontent h2 {
  display: block;
  width: 100%;
  text-align: left;
  color: #ed8534;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 10px 0;

  }


.inscontent h3 {
  display: block;
  width: 100%;
  text-align: left;
  color: #4a5a6b;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  box-sizing: border-box;
    margin: 15px 0;
  }

.inscontent h3 span{
  font-size: 14px;
  line-height: 20px;
 color: #006b78;
  }


.inscontent h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #f39800;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  margin: 30px auto 50px auto;
  line-height: 30px;
  box-sizing: border-box;
  }

  .inscontent p {
  font-size: 16px;
  line-height: 23px;
  margin: 20px auto; 
  box-sizing: border-box;
  }

  .inscontent p b {
  font-size: 16px;
  line-height: 23px;
  margin: 20px auto; 
  font-weight: bold;
  box-sizing: border-box;
  }

 .orangetext{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px!important;
  color: #f39800;
  margin: 0;
  padding: 0;
 }


.inscontent ol {
  display: block;
  width: 98%;
  text-align: left;
  margin-left: 2%;
  list-style: decimal;/*æ•¸å­—*/
  box-sizing: border-box;
  }

.inscontent ul{
 display: block;
  width: 95%;
  text-align: left;
  margin-left: 5%;
  list-style:square;/*æ–¹å¡Š*/
  box-sizing: border-box;
  }

.inscontent ol li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 19px;
  margin: 12px auto;
  box-sizing: border-box;
  list-style:decimal;/*æ•¸å­—*/
}

.inscontent ul li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 19px;
  margin: 12px auto;
  box-sizing: border-box;

}

.inscontent ol li ol{
  display: block;
  width: 97%;
  text-align: left;
  margin-left: 2%;
  list-style:  lower-alpha;/*å°å¯«è‹±æ–‡*/
  box-sizing: border-box;
}

.inscontent ul li ul{
  display: block;
  width: 95%;
  text-align: left;
  margin-left: 5%;
  list-style: disc;/*åœ“å½¢*/
  box-sizing: border-box;
}


.inscontent ol li ol li,.inscontent ul li ul li{
  color: #3e3a39;
  font-size: 16px;
  line-height: 24px;
  margin: 10px auto;
  box-sizing: border-box;
}

.inscontent ul li ul  span{
  color: #006b78;
  font-size: 14px;
  
}

.Separation-line{
    display: table;
    margin: 30px  0 30px 0;
    padding: 0px;
    width: 102%;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;

}

.inscontent .chinapdf{
 display: table;
 width: auto;
 margin: 30px 0 40px 0;
 float: left;
 text-align: center;
 font-size: 16px;
 font-weight: 400;
 background-color: #ffffff;
 border: 1px solid #9fa0a0;
 color: #000000;
 outline: none;
 cursor: pointer;
 transition: 0.3s;
 text-decoration: none;
 padding: 15px 60px;
 box-sizing: border-box;
}

.inscontent i{
color: #ed8534;
font-size: 30px;
margin-right: 10px;

}
.inscontent .chinapdf:hover{
 border: 1px solid #ed8534;
 color: #ed8534;
}

.inspdf{
color: #ed8534;
 cursor: pointer;
 text-decoration: none;
  padding-left: 10px;
  }


.inspdf i{
  font-size: 30px;
}

.inscontent a{
   outline: none;
 cursor: pointer;
 text-decoration: none;
}

.discounted-content{
  display: table;
  width: 100%;
  margin: 20px auto 40px 0;
  padding: 0px;
  box-sizing: border-box;
  

}


.ins-quotes{
  display: table;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  box-sizing: border-box;
  background-color: #f2f2f3;
  border-left: 8px solid #f39800;
}

.ins-quotes .ins-quotes-text{
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  padding: 20px 0 20px 5%;
  color: #4a5a6b;
  }


.insform-box{
display: table;
margin: 0 auto;
padding: 0;
width: 100%;
box-sizing: border-box;
font-size: 16px;
color: #3e3a39;
}

.insform {
    padding: 0;
    margin: 0px;
    width: 60%;
    box-sizing: border-box;
    margin-top: 2px;
    font-size: 14px;
    color: #595757;
}
.insform span{
      font-size: 26px;
    color: #e83828;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    line-height: 0;
    margin-top: 12px;
}

 .insform input[type=text] {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #b5b5b6;
    background-color: #ffffff;
}

.insform-box button {
    display: table;
    width: 20%;
    float: left;
    background-color: #ed8534;
    border: none;
    padding: 8px 6px;
    cursor: pointer;
    outline: none;
    line-height: 29px;
    font-size: 20px;
    box-sizing: border-box;
    color: #ffffff;
}

.insform-box button:hover {
    background-color: #e75a30;
}

@media (max-width:1500px){

.insbox {
  width: 80%; 
}

.insbg h2{
    left: 10%;   
}
.instab {
  margin-left: 10%;
  width: 90%;
}
}
@media (max-width:1400px){

.instab button {

  margin-right: 10px;
}
.instab {
  margin-left: 10%;
  width: 90%;


}
}

@media (max-width:1360px){

.instab button {
padding: 10px 60px;
}
.brclear{
  clear: both;
}

.instab {
  margin-left: 10%;
  width: 80%;
}

}

@media (max-width:1000px){

.instab,.insbox {
  width: 90%; 
}

.insbg h2{
   left: 5%;   
}

.inscontent h4 {
  font-size: 16px;
  font-weight: 600;
 line-height: 20px;
  }
  .instab {
  margin-left: 5%;
  width: 90%;
}

.instab button {
padding: 10px 30px;

}
.insform {
    width: 80%;

}
.insform-box button {
      width: 40%; 

}
}
@media (max-width:900px){

.instab {
    padding: 18px 0 8px 0;    
}
}



@media (max-width:750px){

.instab button {
    font-size: 17px;
    padding: 10px 20px;  
}


}


@media (max-width:731px){
.discounted-content h4{
line-height: 20px;
 font-size: 15px;
 height: 60px;
 font-weight: 300;
}
 
}
@media (max-width:600px){

.instab button {
   display: block;
   width: 100%;
   text-align: center;
   margin: 5px auto;
   padding: 10px;
   box-sizing: border-box;

   }

.insbg h2{
   left: 5%; 
   text-shadow: #ffffff 1px 1px 6px;  
}

.instab {  
    padding: 8px 0;
}

.Separation-line{
    width: 100%;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;

}

.inscontent ol {
    margin-left: 4%;    
}
.inscontent .chinapdf{
 width:100%;
 box-sizing: border-box;
 padding: 15px 0;
 font-size: 14px;
}
.insform {
    width: 100%;
}
.insform-box button {
      width: 100%; 
}
}

@media (max-width:500px){

.insbg h2{
    font-size: 24px;
    font-weight: 600;
   left: 7%; 
   text-shadow: #ffffff 1px 1px 6px;  
}
 .inscontent p {
   margin: 8px 0;
  line-height: 20px;

  }
}

@media (max-width:400px){

.insbg h2{
    font-size: 20px;
     left: 19%;
    top:22px;

}

.discounted-content h4{
line-height: 20px;
 font-size: 14px;

}
 
.discounted-content p{
  font-size: 13px;

}

}



/*---------------------------------insurance end----------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////*/
/*---------------------------------tours detail page start----------------------------------*/

.tours_product_detail_wrap{
    display:table;
    width: 100%;
    margin: 20px auto 50px auto ;
    padding: 0;
    box-sizing: border-box;
}

.tours_product_detail{
    display: table;
    width: 70%;
    margin: 0 auto ;
    padding: 0;
    box-sizing: border-box;
    color: #3e3a39;
}


.tours_product_detail_img{
    display: table-cell;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    vertical-align: top ;
    box-sizing: border-box;
}


.tours_product_detail_img img{
    width: 100%;
}

.tours_product_detail_list{
    display: table-cell;
    width: 50%;
    margin: 0 auto;
    padding: 0 0 0 1%;  
    vertical-align: top ;
    box-sizing: border-box;
    overflow: auto;

}

.tours_product_detail_list h2{
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    color: #4c5b6d;
    padding: 5px 0;
    padding: 10px 0;
}

.tours_product_detail_list p{
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 ;
 }
.tours_product_detail_list .height_p{
    padding: 10px 0;
    font-weight: 600;
}
.tours_product_detail_list p span{
    font-size: 30px;    
    font-weight: 800;
    color: #e75a30;
}


.tours_detail_list_item{
    display: table;
    width: 100%;
    margin: 0 auto ;
    padding: 0;
    box-sizing: border-box;
}
.tours_detail_list_item strong{
    font-weight: 700;
    color: #4a5a6b;
}
.tours_detail_list_item i{
    width: 25px;
    float: left;
    padding-top: 5px;
    color: #e75a30;

}

.tours_detail_list_item p{
    float: left;
    font-size: 16px;
    line-height: 17px;
    width: 95%;
}

.tours_list_item_des p{
     float: left;
    font-size: 15px;
    line-height: 17px;
}
.tours_detail_list_item .bluetext_item{
   color: #8290a3;
   font-size: 15px;
   font-weight: 200;
}

.tours_list_item_des{
    display: table;
    font-size: 14px;
    width: 100%;
    margin: 0 auto ;
    padding-left:25px;
    box-sizing: border-box;
   
   
}
.tours_list_item_des p{
     line-height: 20px;
      color: #000000;
}

.tours_detail_list_item .tours_list_note{
    width: 100%;
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #4a5a6b;
    font-size: 15px;
    line-height: 17px;
    color: #4a5a6b;
}

.tours_detail_list_item a{
    text-decoration: none;
    color: #4a5a6b;
}


.tours_detail_list_item .pdflink{
    float: left;
    display: block;
    text-align: center;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    background-color: #ed8534;
    color: #ffffff;
    letter-spacing: 1px;
}


.tours_detail_list_item .pdflink:hover{
    background-color: #e75a30;
}


@media (max-width:1700px){
.tours_product_detail{
   width: 80%;
}
}

@media (max-width:1500px){
.tours_product_detail{
   width: 85%;
}
}

@media (max-width:1400px){
.tours_product_detail{
   width: 90%;
}
}

@media (max-width:1300px){
.tours_product_detail{
   width: 100%;
}

.tours_product_detail_list {
    padding: 0  1%;
}
}

@media (max-width:1100px){
.tours_product_detail_list h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 5px 0;
}
.tours_detail_list_item p {
    float: left;
    font-size: 15px;
    line-height: 16px;
}
.tours_detail_list_item .tours_list_note {
    margin: 5px 0;
    padding-top: 10px;
    font-size: 14px;

}
}

@media (max-width:1000px){

.tours_product_detail_img {
    display: table;
    width: 90%;
 
}
.tours_product_detail_wrap {
    margin: 10px auto 30px auto;  
}

.tours_product_detail_list {
   display: table;
    width: 90%;
    box-sizing: border-box;
}
.tours_product_detail_list h2 {
    font-size: 28px;
    line-height: 28px;
    padding: 10px 0;
}

.tours_detail_list_item p {
    float: left;
    font-size: 16px;
    line-height: 17px;    
}

.tours_detail_list_item .tours_list_note {
    margin: 10px 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 17px;
   }
}

@media (max-width:500px){

.tours_product_detail_img {
    width: 100%;
}

.tours_detail_list_item p{
    width: 90%;
}

}


@media (max-width:400px){
.tours_product_detail_img {
    display: table;
    width: 100%; 
}

.tours_product_detail_list h2 {
    font-size: 24px;
    line-height: 26px;
    padding: 6px 0;
}

.tours_product_detail_list {
   display: table;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
}

.tours_order_process_box{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    height: 30px;
    background-color: #fae3d5;
}

.tours_order_process{
    display: table;
    width: auto;
    margin-left: 15%;
}

.tours_order_process p{
    font-size: 15px;
    color: #727171;
    float: left;
    width: auto;
    letter-spacing: 1px;
    margin-top: 7px;
    margin-left: 5px;
}

.tours_order_process .tours_order_processing{
    color: #e75a30;
    font-weight: 600;
}

@media (max-width:1700px){
.tours_order_process {
   margin-left: 10%;
}
}

@media (max-width:1500px){
.tours_order_process {
   margin-left: 7.5%;
}
}

@media (max-width:1400px){
.tours_order_process{
   margin-left: 5%;
}
}
@media (max-width:1300px){
.tours_order_process{
   margin-left: 1%;
}
}
@media (max-width:1000px){
.tours_order_process{
   margin-left: 5%;
}
}

@media (max-width:500px){
.tours_order_process{
   margin-left: 2%;
}
.tours_order_process p {
    font-size: 15px;
}
}

/*--------------   Departure Date/Price  start  ------------------*/
.tours_departure_box{
    display: table;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #3e3a39;
    position: relative;
}

.tours_departure_title{
    width: 100%;
    background-color: #ea5e5c;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px; 
}

.tours_departure_title h2{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}

.tours_departure_detail{
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 20px 20px;
    box-sizing: border-box;
    background-color: #f0f3f8;
}


.tours_departure_calendar{
    width: 100%;
    display: table;
    margin: 10px auto;
    padding:0;
    box-sizing: border-box;
   }


/*-------------å±•é–‹æŒ‰éˆ• start-----------------*/
.openbtnbox {
    width: auto;
    display: table;
    overflow: auto;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    right: 2%;

}
.openbtnone {
    padding: 2px 4px;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    margin-right: 10px;
}
.hamburger .line {
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*-------------å±•é–‹æŒ‰éˆ•-  end----------------*/
/*-------------Calendar start-----------------*/


.calendar_page {
    display: table;
    width: 80%;
    margin: 10px auto;
    overflow: auto;
    box-sizing: border-box;
    padding: 30px 20px 60px 20px;
    background-color: #ffffff;
}

.calendar_page h3 {
    display: table;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}

.calendar_page h3.date {
   display: table;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    position: relative;  
    padding-bottom: 15px;

}

.calendar_page h3.date a{
    font-weight: 800;
    padding-top: 5px;
}


.calendar_page h3 span {
    font-size: 30px;
    line-height: 40px;
    color: #898989;
    font-weight:200;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box; 
    margin-left: 60px;   
}

.calendar_page h3 span b {
    font-size: 30px;
    font-weight:800;
    padding-right: 10px;    
}


.calendar_page h3.date a {
    position: absolute;
    top: 0;
    display: block;
    height: 30px;
    color: #FFF;
    box-sizing: border-box;    
}

.calendar_page h3.date a.pre_month {
    position: absolute;
    top: 0;
    left: 4px;
    padding-left: 4px;
    color: #FFF;
    text-decoration: none;
    box-sizing: border-box;  
}


.calendar_page h3.date a.pre_month_last {
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 30px;   
    padding-left: 4px;
    cursor: pointer;
    color: #9fa0a0;    
    text-decoration: none;
    box-sizing: border-box;  
}


.calendar_page h3.date a.pre_month_last:hover{
    color:#f39800;
} 
.calendar_page h3.date a.next_month {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;   
    padding-right: 0px;
    margin: 0px 1px 0px 0px;
    color: #9fa0a0;
    text-decoration: none;
    box-sizing: border-box;  
}

.calendar_page h3.date a.pre_month:hover {
    position: absolute;
    top: 0;
    left: 4px;
    padding-left: 4px;
    color: #FFF;
    box-sizing: border-box;  
}


.calendar_page h3.date a.next_month:hover {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0px;
    margin: 0px 1px 0px 0px;
    color:#f39800;
    box-sizing: border-box;  
}




.calendar_date {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    background-color: #fff;
    box-sizing: border-box;
}

.calendar_date th {
    text-align: center;
    height: 30px;
    font-weight: bold;
    width: 14.28%;
    box-sizing: border-box;  
    border: 2px solid #d8d8d8;
    border-bottom: 3px solid #d8d8d8;


}

.calendar_date th .box {
    height: 25px;
    position: relative;
     color: #727171;
    text-align: center;
    margin: 19px 0px 15px 0px;
    box-sizing: border-box;  
}

.calendar_date th .box .week {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    box-sizing: border-box;  
}

.calendar_date th .box .select_box {
    position: absolute;
    right: 6px;
    top: 16px;
    box-sizing: border-box;  
}

.calendar_date .weekday {
    width: 14.28%;
    background-color: #fdeae6;
    box-sizing: border-box; 
     border-bottom: 3px solid #ff9fab; 
    padding: 0 2px 5px 0;
}

.calendar_date td {
    height: 80px;
    vertical-align: top;
    padding: 10px 0 2px 0;
    width: 14.28%;
    box-sizing: border-box;  
    position: relative;
    border: 2px solid #e6e6e6;

}

.calendar_date td p{
     font-size: 20px;
     font-weight: 600;
     color: #727171;
 }
.calendar_date thead tr{
       border: 2px solid #e6e6e6;
}

.calendar_date td h4{
    font-size: 20px;
    color: red;
    width: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.calendar_date td.gray {
    background-color: #F5F5F5;
    cursor: default;
    box-sizing: border-box;  
}

.calendar_date td.pink {
    background-color: #FFF;    
}

.calendar_date td.pinkover {
    background-color: #a5c5e7;
}

.calendar_date td.pinkselect {
    background-color: #a5c5e7;
}

.calendar_date td.k_day {
    background-color: #F5F5F5;
}

.calendar_date td.k_day .box .day {
    color: #ccc;
}

.calendar_date td.yellow {
    background-color: #FD9;
}

.calendar_date td .box {
    padding: 2px 5px 5px 5px;
}

.calendar_date td .box p {
    line-height: 22px;
    overflow: hidden;
    text-align: right;
    margin: -4px 0px 15px 0px;
}

.calendar_date td .box .day {
    float: left;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    box-sizing: border-box;  
}

.calendar_date td .box .num {
    float: right;
    color: #888;
    font-weight: bold;
    margin-top: 2px;
    box-sizing: border-box;  
}

.calendar_date td .box .backmonth {
    font-size: 3em;
    margin: 15px 0px -10px 0px;
    color: #d9e3ed;
    font-weight: bold;
    box-sizing: border-box;  
}

.calendar_date td .box .monthover {
    font-size: 3em;
    margin: 15px 0px -10px 0px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;  
}

.calendar_date td .box .monthselect {
    font-size: 3em;
    margin: 15px 0px -10px 0px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;  
}

.calendar_date td .box ul {
    list-style: none;
}

.calendar_date td .box ul li {
    text-align: left;
    line-height: 18px;
    color: #000;
    box-sizing: border-box;  
}

.calendar_date td .box ul li em {
    font-size: 12px;
    font-style: normal;
    box-sizing: border-box;  
}

.calendar_date td .box ul li em.red {
    color: #ed1b24;
    box-sizing: border-box;  
}

.calendar_date td .box .select_box {
    float: right;
    margin-top: 3px;
    box-sizing: border-box;  
}

.calendar_select {
    width: 100%;
    font-weight: bolder;
    font-size: 15px;
    margin: 15px 0px 10px 0px;
    color: #ED1B24;
    box-sizing: border-box;  
}

.calendar_select .red {
    color: #ed1b24;
    letter-spacing: 0.1em;
    box-sizing: border-box;  
}

.weekdayrow{
    width: 100%;
    box-sizing: border-box;  
}

.TourMore div {
    padding-bottom: 0px;
    width: 100%;
}

.calendar_date thead{
    margin: 0 auto;
    padding: 0;
    background-color: #efefef;
}

.holdaytext{
    color: #e94c58!important;
}

.holdaytextcol{
    color: #ef8a94!important;
}

.calendar_date thead tr{
}

.weekdayrow .toursprice{
     display: table;
     width: auto;
     margin: 0 auto;
     color: #e25d73;
     font-size: 22px;
     font-weight: 200;
     margin-top:10px;
}

.weekdayrow td:hover{
    background-color: #f7e7df;
}

.weekdayrow td:active{
    background-color: #ffbe5f;
}



@media (max-width:1200px){
.calendar_page {
     width: 90%;   
}
.tours_departure_detail_content{
    width: 90%;  
}
}

@media (max-width:1000px){
.calendar_page {
     width: 95%;   
}
.tours_departure_detail_content{
    width: 95%;  
}
.calendar_page {
    padding: 30px 20px 30px 20px;
    }
}

@media (max-width:800px){
.calendar_page {
    width: 100%;
 
}
.tours_departure_detail {
   padding: 5px 5px;

}
}


@media (max-width:700px){
.calendar_date th .box .week {
    font-size: 18px;
   }
.calendar_date td p {
    font-size: 18px;

}
.weekdayrow .toursprice {
     font-size: 19px;
     margin-top: 8px;
}
.calendar_page h3 span b {
    font-size: 24px;
    padding-right: 5px;
}
}

@media (max-width:550px){

  .calendar_date td {
    height: 65px;  
    padding: 10px 0 5px 0;
  
}
.calendar_date .weekday {
       padding: 0 2px 0px 0;
}

.calendar_date th .box {
    height: 20px;
    margin: 10px 0px 15px 0px; 
}

}


@media (max-width:500px){
.calendar_date th .box .week {
    font-size: 17px;
   }

.calendar_date td p {
    font-size: 17px;
}

.weekdayrow .toursprice {
     font-size: 16px;
     margin-top: 8px;
}
.calendar_page h3 span {
    font-size: 26px;
    line-height: 30px;
    margin-left: 50px;
}

  .calendar_date td {
    height: 60px;     
}

.calendar_page h3.date a.next_month,
.calendar_page h3.date a.pre_month_last {
    top: -5px; 
}
}


@media (max-width:450px){
.calendar_page {
    padding: 15px 2px;
  }

 .calendar_page h3 span {
    display: table;
    font-size: 26px;
    line-height: 30px;
    margin:0 auto;
}
   
.calendar_date th .box .week {
    font-size: 14px;
   }
   
.calendar_date td p {
    font-size: 14px;
}

.weekdayrow .toursprice {
     font-size: 14px;
     margin-top: 6px;
}

  .calendar_date td {
    height: 50px;     
}

.calendar_page h3.date a.next_month,
.calendar_page h3.date a.pre_month_last {
    top: -5px; 
}

.calendar_date td {
    height: 50px;
    padding: 5px 0 5px 0;

}
.calendar_page h3.date {
  padding-bottom: 10px;

}
.calendar_date th .box {
    height: 30px;
    margin: 5px 0px 5px 0px; 
}
}




/*-------------Calendar end-----------------*/




.tours_departure_detail_content{
    width: 80%;
    display: table;
    margin: 0 auto;
    padding:0;
    box-sizing: border-box;
}

.tours_departure_detail_content p{
    width: auto;
    float: left;
    padding: 5px 0 0 0 ;
    color: #e75a30;
    font-size: 18px;
    margin-bottom: 12px;
}

.tours_departure_detail_content h3{
    width:auto;
    float: left;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
}


.tours_departure_hotel{
    display: table;
    width: 100%;
    padding:10px 0 ;
      margin-top: 20px;
    color: #3e3a39;
    font-size: 22px; 
    box-sizing: border-box;
}

.tours_departure_hotel label{
    display: table;
    float: left;
    width: 40%;
    padding:25px 0 0 0;
    color: #3e3a39;
    font-size: 22px; 
    box-sizing: border-box;

}

.tours_departure_hotel i{
    padding-right: 5px;
    float: left;
    display: table;
    padding-bottom: 10px;
    width: auto;
}

.tours_departure_hotel select{
    width: 60%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #595757;
    height: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: none;
    font-size: 20px;
}

.tours_hotel_detail{
    display: table;
    width: 100%;
    padding:10px 0 ;
    margin: 0 auto;
    box-sizing: border-box;
}

.tours_hotel_detail_title{
    display: table;
    width: 100%;
    padding:10px 0 ;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 1px solid #868687;
}

.tours_hotel_detail_title h2{
    display: table;
    width: 33.33%;
    float: left;
    padding:0 ;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
    color: #b28247;
    text-align: center;
    box-sizing: border-box;
    
}



.hotel_detail_item_box{
    display: table;
    width: 100%;
    padding:10px 0 ;
    margin: 0 auto;
    box-sizing: border-box;
}

.tours_hotel_detail_item{
    display: table-cell;
    width: 33%;
    padding:0px 0 ;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.tours_hotel_detail_item p{
    font-size: 18px;
    text-align: center;
    color: #3e3a39;
}

.tours_hotel_detail_per{
    display: table;
    width: auto;
    padding: 0 ;
    margin: 0 auto;
    box-sizing: border-box;

}

.hotelprice{
    color: #e25d73!important;
    margin-left: 10px;

}

.tours_hotel_detail_item select{
    display: block;
    width: 80px;
    height: 26px;
    padding: 0px 8px;
    margin: 10px auto;
    color: #595757;
    box-sizing: border-box;
    background-color: #ffffff;
    border: none;
    border: 1px solid #d8d8d8;
    font-size: 16px;

}

.item_box_line{
    border-top: 1px solid #e5cfaf;

}

@media (max-width: 1200px){


.tours_departure_detail_content{
    width: 90%;
    display: table;
    margin: 0 auto;
    padding:0;
    box-sizing: border-box;
}

}

@media (max-width: 1000px){

.tours_departure_hotel label,.tours_departure_hotel select {
    width: 45%;
  
}

}

@media (max-width: 700px){

.tours_departure_hotel label,.tours_departure_hotel select {
    width: 100%;
  
}
.tours_departure_hotel .tours_hotel_detail_item select{
    width: 70px;
    margin:0 auto 5px auto;
   
}
.tours_departure_hotel select {
    width: 90%;
    margin-left: 5%;  
}
}


@media (max-width: 450px){
 .tours_hotel_detail_title h2 {
   font-size: 15px;
 
}   
.tours_hotel_detail_per.hotelperson,.tours_hotel_detail_per.hotelprice {
    display: block;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;

  
}
.tours_hotel_detail_item p {
    font-size: 14px;
    text-align: center;
    color: #3e3a39;
    padding-right: 0px;
}
}


























.tours_departure_topmargin{
    margin-top: 30px;
}

.tours_departure_location{
    display: table;
    width: 100%;
    padding:0 ;
    color: #3e3a39;
    font-size: 22px; 
    box-sizing: border-box;
}

.tours_departure_location label{
    display: table;
    float: left;
    width: 35%;
    padding:25px 0 0 0;
    color: #3e3a39;
    font-size: 22px; 
    box-sizing: border-box;
}

.tours_departure_location i{
    padding-right: 5px;
}

.display_i{
    display: none;
}
.tours_departure_location select{
    width: 65%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #595757;
    height: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: none;
    font-size: 20px;
}


.tours_departure_passenger{
     width: 50%;
     float: left;
    display: table;
    margin: 0 auto;
    padding:0;
    box-sizing: border-box;
}


.tours_departure_passenger label{
    display: table;
    float: left;
    width: 30%;
    padding:25px 0 0 0;
    color: #3e3a39;
    font-size: 22px; 
    box-sizing: border-box;
}

.tours_departure_passenger .passenger_label_padding{
 padding-left: 7%;
}

.tours_departure_passenger i{
    padding-right: 5px;
}

.tours_departure_passenger select{
    width: 70%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #595757;
    height: 50px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: none;
    font-size: 20px;
}


.tours_departure_price{
    display: table;
    float: right;
    width: auto;
    padding:0;
    margin-top: 40px;
    box-sizing: border-box;
}

.tours_departure_price h2{
    padding-top: 10px;
    float: left;
    width: auto;
    color: #3e3a39;
    font-size: 22px; 
    padding: 10px 10px 0 10px;
}

.tours_departure_price h2 span{
    color: #e75a30;
}

.tours_departure_price h1{
        float: left;
         width: auto;
         color: #e75a30;
        font-size: 36px; 
        font-weight: 600;
}

.clearfix{
    clear: both;
}

.tours_departure_step{
    display: table;
    width: auto;
    float: right;
    padding:0 ;
    margin: 20px 0;
    box-sizing: border-box;
}

.tours_departure_nextbtn{
    width: 200px;
    height:60px;
    background-color: #ed8534;
    border: none;
    cursor: pointer;
    outline: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
    transition: 0.4s;
}

.tours_departure_backbtn{
    width: 200px;
    height: 60px;
    background-color: #3574b6;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 24px;
    font-weight: 500;
     color: #ffffff;
     transition: 0.4s;
}

.tours_departure_nextbtn:hover{
    background-color: #e75a30;
}

.tours_departure_backbtn:hover{
    background-color: #1c377a;

}


@media (max-width:1700px){
.tours_departure_box{
    width: 80%;

}
}

@media (max-width:1500px){
.tours_departure_box{
    width: 85%;
}
}

@media (max-width:1400px){
.tours_departure_box{
    width: 90%;
}
}


@media (max-width:1300px){
.tours_departure_box{
    width: 100%;
}
}

@media (max-width:1000px){
.tours_departure_location label {
    width: 40%;
 }
.tours_departure_location select {
    width: 60%;
 }

}

@media (max-width:930px){

.tours_departure_passenger label {
    width: 25%;
} 

.tours_departure_passenger select {
    width: 75%;
}
.tours_departure_passenger label {
    width: 40%;
}
.tours_departure_passenger select{
    width: 60%;
}

}

@media (max-width:800px){
.tours_departure_passenger{
     width: 100%;
}

.tours_departure_passenger .passenger_label_padding {
    padding-left: 0%;
}

.display_i{
   display: inline-block;
}

.tours_departure_detail_content h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    margin-left: 0px;
    padding: 5px 30px;
    background-color: #ffffff;
    margin: 5px 0;
}
.tours_departure_location label {
    width: 100%;
}
.tours_departure_location select {
    width: 100%;
}

.tours_departure_passenger label {
    width: 100%;
} 

.tours_departure_passenger select {
    width: 100%;
}

.tours_departure_detail_content p {
    text-align: center;
}

.tours_departure_detail_content h3 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.tours_departure_price {
    width: auto;
    float: none;
    margin: 0 auto;
}

.tours_departure_step {
    width: 100%;
    float:none;
   
}
.tours_departure_nextbtn,.tours_departure_backbtn {
    width: 48%;
    margin: 1% 1%;
}
.tours_departure_location select,.tours_departure_passenger select {
 
    font-size: 17px;
}
}


@media (max-width:400px){
.tours_departure_nextbtn,.tours_departure_backbtn {
    width: 100%;
    margin: 1% 0;
}

.tours_departure_price h2 {
   line-height: 40px;
}

.tours_departure_price h1 {
    padding-top: 10px;
}
}











/*--------------   Departure Date/Price  end  ------------------*/

/*--------------   tours_itinerary  ------------------*/

.tours_itinerary_box{
    display: table;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #3e3a39;
}

.tours_itinerary_title{
    width: 100%;
    background-color: #fbd8ba;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
}


.tours_itinerary_title h2{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #4c5b6d;
    text-align: left;
}


.itinerary_detail{
    display: table;
    width: 100%;
    padding: 0px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}


.itinerary_detail_des{
    display: table;
    float: left;
    width: 75%;
    padding: 0px 15px;
    margin: 0px;
    box-sizing: border-box;
}

.itinerary_detail_des h3{
    display: table;
    width: auto;
    float: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #e75a30;
    padding: 5px 0 0 0;
    box-sizing: border-box;
}


.itinerary_detail_des h4{
    display: table;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #231815;
    padding-left: 10px; 
    padding-top: 6px;  
    box-sizing: border-box;
}

.itinerary_detail_des p{
    display: table;
    width: 100%;
     font-size: 16px;
    line-height: 22px;
    color:#3e3a39;
    padding: 5px 0;
    box-sizing: border-box;
}

.itinerary_detail_des .warntext{
     font-size: 16px;
    line-height: 20px;
    color:#ea5e5c;
    padding: 5px 0;
}

.itinerary_detail_img{
    float: left;
    display: table;
    width: 25%;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.itinerary_detail_img img{
    width: 100%;
}

.itinerary_food{
    display: table;
    width: 100%;
    padding: 20px;
    margin: 5px 0;
    box-sizing: border-box;
    background-color: #f0f3f8;
}

.itinerary_food_item{
    display: table;
    width: 31.333333%;
    float: left;
    margin: 5px 1%;
    box-sizing: border-box;
}

.itinerary_food_item img{
    width: 40px;
    height: 40px;
    float: left;
    padding-right: 10px;

}
.itinerary_food_item p{
     float: left;
     text-align: left;
     color: #3e3a39;
     font-size: 20px;
     font-weight: 400;
     padding-top: 6px;
}

.itinerary_hotel{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;


}
.itinerary_hotel img{
    width: 40px;
    height: 40px;
    float: left;
    padding-right: 10px;
    margin-left: 1%;

}

.itinerary_hotel p{
     float: left;
     text-align: left;
     color: #3e3a39;
     font-size: 20px;
     font-weight: 400;
     padding-top: 6px;
}


@media (max-width:1700px){
.tours_itinerary_box{
    width: 80%;

}
}

@media (max-width:1500px){
.tours_itinerary_box{
    width: 85%;
}
}

@media (max-width:1400px){
.tours_itinerary_box{
    width: 90%;
}
}


@media (max-width:1300px){
.tours_itinerary_box{
    width: 100%;
}

.itinerary_detail_img {
   padding-right: 1%;
}
}

@media (max-width:1000px){
.tours_itinerary_title {
    padding: 20px 15px;
}
}

@media (max-width:800px){
.itinerary_food_item img ,.itinerary_hotel img{
    width: 30px;
    height:30px;
    padding-right: 6px;
}

.itinerary_food_item p ,.itinerary_hotel p{
     font-size: 15px;
     padding-top: 6px;
}

.itinerary_detail_des{
    width:100%;
}

.itinerary_detail_img{
    display: none;
}

.itinerary_food {
   padding: 20px 10px;
}
}

@media (max-width:500px){
.itinerary_food_item {
    width: 48%;
}

.itinerary_food_item img ,.itinerary_hotel img{
    width: 35px;
    height:35px;
    padding-right: 6px;
}

.itinerary_food_item p ,.itinerary_hotel p{
     font-size: 16px;
     padding-top: 8px;
}
}

@media (max-width:450px){

.itinerary_food_item {
    width: 98%;
}
.itinerary_food_item p ,.itinerary_hotel p{
     font-size: 14px;
     font-weight: 500;
     padding-top: 8px;
}
}


.itinerary-attractions{
    display: table;
    width: 100%;
    padding: 0px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}

.itinerary_title{
    width: 100%;
    background-color: #8290a3;
    padding: 10px;
    box-sizing: border-box;
   margin-bottom: 10px;
}

.itinerary_title h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
}

.itinerary-attractions p{
    display: table;
    width: 100%;
    margin:0 ;
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
    color: #3e3a39;
    line-height: 20px;
    box-sizing: border-box;
}


.itinerary-attractions h4{
    color: #ee869c;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    padding-left: 10px;

}

.itinerary-attractions ol{
    display: table;
    width: 100%;
    margin:0 ;
    float: left;
    padding-left:30px;
    list-style: decimal;
    box-sizing: border-box;
    padding-right: 15px;

}

.itinerary-attractions ol li {
    color: #3e3a39;
    font-size: 16px;
    line-height: 22px;
    margin: 5px auto;
    box-sizing: border-box;
}

.noticebg{
    background-color: #ee869c;
}

.redtext{
    color:#ea5e5c;
}

.orangetext{
    color: #f39800;
    font-weight: 600;
}


@media (max-width:800px){
.tours_detail_list_item p {
    line-height: 20px;
}

.itinerary-attractions ol{
    margin:5px 0 ;
}

.itinerary-attractions ol li {
   margin: 10px auto;
   line-height: 26px;

}

.itinerary_detail_des p {
   line-height: 26px;
}

}


/*---------------------------------tours detail page end----------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////*/

/*---------------------------------tours info page start--------------------------------*/
.whitebg{
    background-color: #ffffff;
}
.tours_info_box{
    display: table;
    width: 70%;
    margin: 10px auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #3e3a39;
}

.tours_info_form{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;   
}

.tours_info_list{
    display: table;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;  
    font-size: 20px;
    background-color: #ffffff;
}

.info_list_title{
   display: table-cell;
    width: 30%;
    padding: 12px 0 12px 2%;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: middle;
    text-align:center ;
    font-size: 18px;
    line-height: 25px;

}

.info_list_text{
   display: table-cell;
    width: 70%;
    padding: 12px 0 12px 5%;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: middle;
    border-left: 2px solid #ffffff;
    font-size: 18px;
    line-height: 25px;
}




.boldtext{
    font-weight: 600;
    color: #000000;
    line-height: 25px;
}

.tours_info_list:nth-child(2), .tours_info_list:nth-child(4),.tours_info_list:nth-child(6) {
    background-color: #f0f3f8;
}


@media (max-width:1700px){
.tours_info_box{
      width: 80%;   
}

}

@media (max-width:1500px){
.tours_info_box{
      width: 85%;   
}

}

@media (max-width:1400px){
.tours_info_box{
      width: 90%;   
}
}
@media (max-width:1300px){
.tours_info_box{
      width: 100%;   
}

}

@media (max-width:1000px){
 .tours_info_list{
      font-size: 18px;
}
   
.info_list_title{
    width: 40%;
 
}

.info_list_text{
    width: 60%;
 
}

}

@media (max-width:700px){
.info_list_title{
    text-align:left ;  

}

.info_list_text{
 padding: 12px 0 12px 2%;
}
}


@media (max-width:500px){
.info_list_title{
   display: table;
    width: 100%;
    padding: 3px 0;
    padding-left: 5%;
    margin: 0 auto;
    box-sizing: border-box;
    vertical-align: middle;
    text-align:left ;
    font-size: 18px;
    line-height: 22px;
    color: #8290a3; 
}
.info_list_text{
   display: table;
    width: 100%;
    padding: 0px 0 10px 0px;
    margin: 5px auto;
    box-sizing: border-box;
    border-bottom: 1px solid #aaabab;
    padding-left: 5%;
    line-height: 22px;
}

.tours_info_list:nth-child(2), .tours_info_list:nth-child(4),.tours_info_list:nth-child(6) {
    background-color: #ffffff;
}
}


/* ----------------------Order Amount   START------------------------------*/

.book_order_amount_box{
    display: table;
    width: 100%;
    margin: 20px auto;
    box-sizing: border-box;
    padding: 15px;
}

.book_order_amount{
    display: table;
    width: 100%;
    margin:0px auto 20px auto;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
    border: 1px solid #9fa0a0;
    background-color: #ffffff;  
    position: relative;  
}

.book_order_amount h3{
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    display: block;    
}

.book_order_amount h3 span{
    font-weight: 800;
}

.book_order_amount_title{
     display: table;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px; 
}

.book_order_amount_title p{
    width: 200px;
    display: table;
    float: left;
    box-sizing: border-box;
    color: #2c7696;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}


.amount_content{
    display: table;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid blue;
    background-color: #000000;
}

.book_order_amount_person{
    display: table;
    width:100%;
     margin: 0 auto;
    box-sizing: border-box;
    padding: 0px;
  }

.book_order_amount_person_title{
    display: table;
    width:100px;
    float: left;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px;


}

.book_order_amount_person_title p{
    width: 200px;
    display: block;
    float: left;
    box-sizing: border-box;
    color: #3e3a39;
    font-size: 18px;
    line-height:30px;
    text-align: left;
}

.book_palign{
    text-align: left!important;
}
.book_palign_adult{
    text-align: left;
}
.book_order_amount_item{
    display: table;
    margin: 0;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    width: 200px;
}

.book_order_amount_item p{
    width: 200px;
    display: block;
    float: left;
    box-sizing: border-box;
    color: #3e3a39;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.amountcolor{
    color: #e75a30!important;
}

.book_order_totalprice{
     display: block;
     width: auto;
     float: right;
     margin: -30px 0 20px 0;

}

.book_order_totalprice h6{
    float: left;
    font-size: 26px;
    color: #4a5a6b;
    padding: 0 10px;
}

.book_order_totalprice h1{
    float: left;
    font-size: 35px;
    color: #e75a30;
    padding: 0 10px;
    margin-top: -8px;
    font-weight: 600;
}


@media (max-width:900px){

.book_order_amount {
    display: table;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 0 ;
    box-sizing: border-box;
     background-color: #ffffff;

}


.book_order_amount_title{
    display: table;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 20%;
    line-height: 40px;
    text-align: left;
    box-sizing: border-box;
   }

.book_order_amount h3 {
    background-color: #f0f3f8;
    height: 60px;
    line-height:60px;
    margin: 0;
    padding-left: 10px;
    font-size: 19px;
}
.book_order_amount_title p {
    width: 150px;

}
.book_order_amount_person{
    display: table;
    float: left;
    margin-left: 200px;
    padding: 0;
    width:300px;
    line-height: 40px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
}

.book_order_amount_person_title,.book_order_amount_item{
     display: table;
     width: 100%;
    line-height: 40px;
    text-align:center;
   
}
.book_order_amount_person_title p,.book_order_amount_item p{
     display: table;
     width: 50%;
     float: left;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;

}
.book_palign {
    text-align:left!important ;
}

.book_order_amount_title p {

    text-align: left;
}
}
@media (max-width:600px){
  .book_order_amount_person{
    margin-left: 113px;
  }

}

@media (max-width:550px){
.book_order_amount_person_title p, .book_order_amount_item p {
    
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.book_order_amount_item{
    line-height: 30px;
}
.book_order_amount_title p{

    font-size: 16px;
    line-height: 30px;
    font-weight: 400;

}


}

@media (max-width:450px){
   
.book_order_amount_box {
   padding: 0px 10px ;
}

.book_order_amount{
    border: 1px solid #a2a2a2;
    padding:0px 0 8px 0 ;
} 

.book_order_amount h3 {
    background-color: #f0f3f8;
    height: 40px;
    line-height:40px;
    margin: 0;
    padding-left: 5px;
    font-size: 18px;
}
.book_order_amount_person_title p, .book_order_amount_item p {
    
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
}

.book_order_amount_item{
    line-height: 25px;
}
.book_order_amount_title p{

    font-size: 13px;
    line-height: 30px;
    font-weight: 400;

}
.book_order_amount_title{
      display: table;
      float: left;
      width: 100px;
      padding: 0 0 0 5px;
      margin: 5px 0 0 0;

}
.book_order_amount_title p {
     width:100px;
      font-weight: 600;
}
.book_order_amount_person {
      width:250px;
      float: left;
      left: -30px;
      top: 47px;
}

.book_order_amount_person p {
    width:50%;
    float: left;
    line-height: 30px;

}
.smalview{
    margin-left: -30px;
}

.book_order_totalprice{
     margin-top: -20px;
     margin-right: 5px;
     float: left;

}
.book_order_totalprice h6{
     font-size: 20px;
     margin-top: 7px;
     padding: 0 5px 0 10px ;
}
.book_order_totalprice h1{
     font-size: 30px;
     font-weight: 600;
     margin-top: 0px;
     
}
}


/* ----------------------Order Amount   END------------------------------*/

/* ----------------------passenger information start------------------------------*/

.passenger_info_box{
    display: table;
    width: 70%;
    padding: 0;
    margin: 20px auto;
    box-sizing: border-box;
    
}

.passenger_info{
    display: table;
    width: 100%;
    padding: 30px 20px;
    margin: 20px auto;
    box-sizing: border-box;
    background-color: #f0f3f8;
     box-sizing: border-box;
    
}
.passenger_info_content{
    display: table;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff;
}
.passenger_info_title{
    display: table;
     width: 100%;
     box-sizing: border-box;
    overflow: auto;
   
}

.passenger_info_title img{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    box-sizing: border-box;
    
}
.passenger_info_title h2{
    float: left;
    text-align: left;
    color: #e75a30;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
     box-sizing: border-box;
    
   }
.passenger_info_title h2 span{
    font-size: 20px;
    font-weight: 800;
    padding-left: 5px;
     box-sizing: border-box;
    
   }

.passenger_info_title p{
    float: right;
    text-align: right;
    color: #e83828;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    padding-right: 20px;
     box-sizing: border-box;
    
}

.passenger_info_form{
    display: table;
    width: 100%;
    padding: 15px 0 0 0;
    margin:0;
    box-sizing: border-box;
}

.passenger_info_form_title{
    display: table-cell;
    width: 10%;
    padding: 0;
    margin:0;
    box-sizing: border-box;
    vertical-align: middle;
}

.passenger_info_form_title h3{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
     box-sizing: border-box;
    
}

.passenger_info_form_detail{
    display: table-cell;
    width: 90%;
    padding: 0;
    margin:0;
    box-sizing: border-box;
    vertical-align:top;
    font-size: 16px;
    color: #3e3a39;
}

.passenger_info_detail_item{
   display: table;
    width: 50%;
    float: left;
    padding: 0 1% ;
    margin:0;
    box-sizing: border-box;
    }

.passenger_info_detail_item label{
    display: table;
    width: 30%;
    float: left;
    padding: 0;
    margin:0;
    box-sizing: border-box;
    margin-top: 16px;
    }


.passenger_info_detail_item label span,.passenger_info_detail_item_email label span{
    font-size: 26px;
    color: #e83828;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    line-height: 0;
    margin-top: 12px;
     box-sizing: border-box;
    
}


.passenger_info_detail_item input{
    display: table;
    float: left;
    padding: 0;
    margin:0;
    box-sizing: border-box;
    }

.passenger_info_inputitem{
    display: table;
    width: auto;
    padding: 0;
    float: left;
    margin-top: 13px;
    vertical-align: middle;
    padding: 0 10px 0 0;
     box-sizing: border-box;
    
}

.passenger_info_inputitem input[type="radio"] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
     box-sizing: border-box;
    
}


.passenger_info_detail_item input[type=text] {
    width: 70%;
    padding: 0px 5px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 35px;
    background-color: #ffffff;
     box-sizing: border-box;
    
}

.passenger_info_detail_item select {
    width: 70%;
    padding: 0px 8px;
    margin: 8px 0;
    color: #232323;
    height: 35px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #b5b5b6;
}
    


.passenger_info_detail_item_email {
   display: table;
    width: 100%;
    float: left;
    padding: 0 1%;
    margin:0;
    box-sizing: border-box;

    
}

.passenger_info_detail_item_email label {
    display: table;
    width: 15%;
    float: left;
    padding: 0;
    margin:0;
    box-sizing: border-box;
    margin-top: 15px;
}

.passenger_info_detail_item_email input[type=text] {
    width: 85%;
    padding: 0px 5px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 35px;
    background-color: #ffffff;
    margin-left: -2px;
}
.passenger_line{
    border-bottom: 2px solid #cccccc;
    margin:30px auto;
    width: 100%;
}
.passenger_info_line{
    width: 105%;
    margin-top: 30px;
    margin-bottom: 30px;    
    margin-left: -2%;
    border-bottom: 20px solid #f0f3f8;
}



@media (max-width:1700px){
.passenger_info_box{
    width: 80%;
}

}

@media (max-width:1500px){
.passenger_info_box{
    width: 85%;
}

}

@media (max-width:1400px){
.passenger_info_box{
    width: 90%;
}
}

@media (max-width:1300px){
.passenger_info_box{
    width: 100%;
}
}

@media (max-width:1100px){
.passenger_info_detail_item label {
    width: 40%;
}

.passenger_info_detail_item_email label {
     width: 20%;   
}
.passenger_info_detail_item_email input[type=text] {
    width: 80%;
    margin-left: -2px;
   }
.passenger_info_detail_item input[type=text],.passenger_info_detail_item select{
    width: 60%;
   
}
}


@media (max-width:1000px){
.passenger_info_line{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;    
    margin-left: 0;
    border-bottom: 20px solid #f0f3f8;
}
}
@media (max-width:900px){
.passenger_info {
      padding: 30px 5px;
      background-color: #ffffff;
}
.passenger_info_content {
       padding: 0 20px;
 
}    
.passenger_info_detail_item label {
      width: 40%;

}

.passenger_info_detail_item input[type=text],.passenger_info_detail_item select {
      width: 60%;
   
}

.passenger_info_detail_item_email label {
     width: 20%;   
}
.passenger_info_detail_item_email input[type=text] {
    width: 80%;
    margin-left: -2px;
   }
.passenger_line{
     border-bottom: 2px solid #bacbdd;
}
}


@media (max-width:800px){
.passenger_info {
    padding: 10px 5px;   
}

.passenger_info_content {
    padding: 0 10px;
}
.passenger_info_form_title {
    display: table;
    width: 100%;
   }
.passenger_info_form_detail {
    display: table;
    width: 100%;
  
}
.passenger_info_form_title h3{
    float: left;
    text-align: left;
    color: #e75a30;
    line-height: 35px;
    font-size: 20px;
    padding-left:10px;
    width: auto;
    display: table;
  
}
}

@media (max-width:750px){
.passenger_info_detail_item label {
    width: 100%;
    color: #8290a3;
    font-size: 15px;
}
.passenger_info_inputitem {
    display: table;
    width: 120px;
    float: left;
    padding: 0;
  
}
.passenger_info_detail_item input[type=text],.passenger_info_detail_item select {
    width: 100%;

}
.passenger_info_detail_item {
  
    margin-top: -8px;
}
.passenger_info_detail_item_email label {
    width: 100%;
    color: #8290a3;
    font-size: 15px;
    padding-bottom: 5px;
}
.passenger_info_detail_item_email input[type=text] {
    width: 100%;
    margin:0;
}
.passenger_info_detail_item_email {
    margin-top:-10px
   
}
}

@media (max-width:450px){

.passenger_info_detail_item {
    display: table;
    width:100%;
    float: none;
    padding: 0 ;
    margin: 0 auto;
   
}
.passenger_info_title {
    position: relative;
}
.passenger_info_title p {
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 30px;
}
.passenger_info_form_title h3 {
    color: #4a5a6b;
  
}
}

/* ----------------Flight Information-------------------------*/

.flight_pickup_box{
    display: table;
    width: 100%;
    margin: 20px auto 0 auto;
    padding:0px;
    box-sizing: border-box;
}

.flight_pickup_content{
    display: table;
    width: 90%;
    margin: 10px 0 10px 3%;
    padding:0px;
    box-sizing: border-box;
}

.flight_pickup{
    display: table;
    width: 50%;
    float: left;
    margin: 0  0 ;
    padding: 20px;
    box-sizing: border-box;
    background-color: #dfe8ed;
}

.flight_pickup_title{
    font-size: 20px;
    font-weight: 600;
    color: #485969;
    margin-bottom: 15px;
}


.flight_pickup_item{
    display: table;
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #3e3a39;
    position: relative;
}

.flight_pickup_item img {
    position: absolute;
    right: 3%;
    top: 13px;
    width: 25px;
    height: 25px;
}

 .flight_pickup input[type="checkbox"],.flight_dropoff input[type="checkbox"] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
    float: left;
    margin-right: 10px;
}



.flight_pickup_item label{
    display: table;
    width: 40%;
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    margin-top: 16px;
    font-size: 16px;
}

.flight_pickup_item input[type=text] {
    width:60%;
    padding: 0px 5px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 35px;
    background-color: #ffffff;
    box-sizing: border-box;
}



.flight_pickup p,.flight_dropoff p{
    font-size: 20px;
    font-weight: 600;
    color: #485969;
    line-height: 30px;
}

.flight_pickup_iteminput[type=text] {
    width: 70%;
    padding: 0px 5px;
    margin: 8px 0;
    color: #232323;
    box-sizing: border-box;
    height: 35px;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 1px solid #;
}

.flight_dropoff{
    display: table;
    width: 50%;
    float: left;
    margin: 0  0 ;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fef7e6;
}

@media (max-width:1200px){
.flight_pickup_item label{   
    width: 50%;
}

.flight_pickup_item input[type=text] {
    width:50%;
}
}

@media (max-width:1000px){
.flight_pickup_content{
    display: table;
    width: 95%;
    margin: 10px 0 10px 3%;
    padding:0px;
    box-sizing: border-box;
}

.flight_pickup,.flight_dropoff{
    padding:20px 10px;
}

}

@media (max-width:850px){

.flight_pickup,.flight_dropoff {
    width: 100%;
}
.flight_pickup_item label{
   width: 30%;

}
.flight_pickup_item input[type=text] {
    width:70%;

}

}


@media (max-width:700px){
.flight_pickup_item label{
   width: 40%;
}
.flight_pickup_item input[type=text] {
    width:60%;
}
}

@media (max-width:550px){

.flight_pickup_item label{
   width: 45%;

}
.flight_pickup_item input[type=text] {
    width:55%;

}

.flight_pickup_item label{
     font-size: 15px;
}
}


@media (max-width:500px){
.flight_pickup_item label{
   width: 100%;
}

.flight_pickup_item input[type=text] {
    width:100%;
   }
.flight_pickup_item img {
    position: absolute;
    right: 3%;
    top: 13px;
    width: 25px;
    height: 25px;
}
.flight_pickup_item img {
    right: 7%;
    top: 44px;

}
.flight_pickup_item input[type=text] {
      border: none;
}
.passenger_info_title h2 {
    font-size: 18px;
}
}








/* ----------------Contact Information------------------------------*/

.contact_information_box{
    display: table;
    width: 70%;
    margin: 30px auto;
    padding: 0;
    box-sizing: border-box;
}

.contact_information_content{
    display: table;
    width: 100%;
    margin: 10px auto;
    padding: 0;
    box-sizing: border-box;
    color:#485969 ;
    font-size: 18px;
}

.contact_information_content p{
    width: 100%;
    text-align: left;
    color: #3e3a39;
    font-size: 20px;
    font-weight: 400;
    padding-top: 6px;
    padding-left: 20px;
    margin: 10px 0 20px 0;
     box-sizing: border-box;
    }


.contact_information_content input[type="checkbox"] {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 5px;
    margin-left: 20px;
    box-sizing: border-box;    
}

.contact_information_content_from{
    display: table;
    width: 90%;
    margin: 10px auto;
    padding: 0;
    box-sizing: border-box;
}


@media (max-width:1700px){
.contact_information_box{
   width: 80%;
}
}

@media (max-width:1500px){
.contact_information_box{
   width: 85%;
}
}

@media (max-width:1400px){
.contact_information_box{
   width: 90%;
}
}

@media (max-width:1300px){
.contact_information_box{
   width: 100%;
}
}

@media (max-width:450px){
 .contact_information_content {
      font-size: 16px;
      padding: 0 5px; 

}
.contact_information_content p{
   font-size: 18px;
}
}


/* ----------------------passenger information end------------------------------*/

.additional_information{
    display: table;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 0 30px;
    box-sizing: border-box;
}


.adjmargin{
     margin-right: 30px;

}

@media (max-width:800px){
.adjmargin{
     margin-right: 30px;
      margin-left: -1%;
  }
}


.departure_redbg{
    background-color:#ea5e5c;
}



/*---------------------------------tours info page end----------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////*/



/*----------------è¨‚è³¼é&nbsp;æ‰‹é¢¨ç´-------------------------*/


.fly_accordion {
    width: 100%;
    background-color: #fbd8ba;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #4c5b6d;
    text-align: left;
}

.fly_active, .fly_accordion:hover {
  background-color: #fef7e6;
}

.fly_accordion:after {
  content: '\25BC';
  color: #ee7642;
  font-weight: bold;
  float: right;
  margin-right: 3%;
}

.fly_active:after {
  content: "\25B2";
}

.fly_panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



/*////////////////////////////////////////////////////////////////////////////////*/

/*---------------------------------book succeed start----------------------------------*/

.tours_ins-quotes{
    display: table;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.bookok_passenger_box{
    display: table;
    width: 100%;
    overflow: auto;
    margin: 20px auto;
    padding: 20px;
    background-color: #f0f3f8;
    box-sizing: border-box;
}

.bookok_psgr_content{
    display: table;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box; 
    background-color: #ffffff;   
}
.bookok_psgr_info{
    display: table;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box; 
    border:1px solid #9fa0a0; 
}
.bookok_psgr_info_title{
    display: table-cell;
    width: 20%;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
}

.bookok_psgr_info_title h3{
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
}

.bookok_psgr_info_detail{
    display: table-cell;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;

}

.bookok_psgt_info_list{
    display: table;
    float: left;
    width: 50%;
    margin: 0;
    padding: 3px 0 3px 2%;
    box-sizing: border-box;
    border-left: 1px solid #9fa0a0; 
}

.bookok_psgt_info_listF{
    display: table;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 3px 0 3px 2%;
    box-sizing: border-box; 
     border-left: 1px solid #9fa0a0;
      background-color: #f0f3f8;
}


.bookok_psgt_info_list span,.bookok_psgt_info_listF span{
    display: table;
    float: left;
    width: auto;
    font-size: 18px;
    line-height: 20px;
    float: left;
    color: #3e3a39;
    padding: 10px 0 10px 5px;
       
}

.bookok_psgt_info_list p,.bookok_psgt_info_listF p{
    display: table;
    float: left;
    width: auto;
    font-size: 18px;
    line-height: 20px;
    float: left;
    color: #3e3a39;
    padding: 10px 0 10px 5px;
  }


.bookok_psgt_info_list:nth-child(1), .bookok_psgt_info_list:nth-child(2),.bookok_psgt_info_list:nth-child(5),.bookok_psgt_info_list:nth-child(6),
.bookok_psgt_info_list:nth-child(9),.bookok_psgt_info_list:nth-child(10) {
    background-color: #f0f3f8;
}


@media (max-width:1300px){
.tours_ins-quotes{
    width: 95%;
}
}


@media (max-width:1000px){
.bookok_passenger_box {
    padding: 20px 0px;
   }

.bookok_psgr_info_title{
    display: table;
    width: 100%;
    text-align: left;
    height: 40px;
    padding-left: 2%;
      border-bottom: 1px solid #9fa0a0;
}

.bookok_psgr_info_title h3{
    text-align: left;
    line-height: 40px;
     font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
}
.bookok_psgr_info_detail{
    display: table;
    width: 100%;   
}

.psgt_listborder{
    border: 0;
}
}


@media (max-width:700px){
.bookok_psgt_info_list{
   width: 100%; 
   border: none;   
}

.bookok_psgt_info_list:nth-child(1), .bookok_psgt_info_list:nth-child(3),.bookok_psgt_info_list:nth-child(5),.bookok_psgt_info_list:nth-child(7){
    background-color: #f0f3f8;
}

.bookok_psgt_info_list:nth-child(2), .bookok_psgt_info_list:nth-child(4),.bookok_psgt_info_list:nth-child(6),.bookok_psgt_info_list:nth-child(8){
    background-color: #ffffff;
}

}


@media (max-width:500px){
.bookok_psgt_info_list span,.bookok_psgt_info_listF span{
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0 8px 5px;

    
}

.bookok_psgt_info_list p,.bookok_psgt_info_listF p{
    font-size: 16px;
    line-height: 18px;
    padding: 8px 0 8px 5px;
}

.bookok_psgr_content {
    padding: 10px; 
}
}

.bookok_psgr_content_info{
    display: table;
    width: 95%;
    margin: 20px auto;
    padding: 0;
    box-sizing: border-box; 
    border:1px solid #9fa0a0; 
}

.bookok_content_info_list{
    display: table;
    float: left;
    width: 50%;
    margin: 0;
    padding: 3px 0 3px 2%;
    box-sizing: border-box;   

}

.bookok_content_info_list p,.bookok_content_info_listF p{
    display: table;
    float: left;
    width: auto;
    font-size: 18px;
    line-height: 20px;
    float: left;
    color: #3e3a39;
    padding: 10px 0 10px 2%;
}
.bookok_content_info_listF p{
    padding-left: 3%;
}

.listborder{
  border-left: 1px solid #9fa0a0; 
}

.bookok_content_info_listF{
    display: table;
    width: 100%;
      background-color: #f0f3f8;
      border: 0;
}

.bookok_content_info_list:nth-child(1), .bookok_content_info_list:nth-child(2),.bookok_content_info_list:nth-child(5),.bookok_content_info_list:nth-child(6){
    background-color: #f0f3f8;
}


@media (max-width:700px){
.bookok_content_info_list{
    width: 100%;  
}
.bookok_content_info_list:nth-child(1), .bookok_content_info_list:nth-child(2),.bookok_content_info_list:nth-child(5),.bookok_content_info_list:nth-child(6){
    background-color: #ffffff;
}
.bookok_content_info_list:nth-child(1), .bookok_content_info_list:nth-child(3),.bookok_content_info_list:nth-child(5),.bookok_content_info_list:nth-child(7){
    background-color: #f0f3f8;
}
.listborder{
    border: 0;
}
}


@media (max-width:500px){

.bookok_content_info_list p,.bookok_content_info_listF p{
    font-size: 16px;
    line-height: 20px;
   
}
.bookok_content_info_listF p{
    padding-left: 4%;
}

}



/*-----------------animation name start---------------------------*/


.bounce{
   animation-name: bounce  ;
   animation-duration: 2s;
   position: relative;
}

.pulse{
   animation-name: pulse ;
   animation-duration: 2s;
   position: relative;
}

.tada{
   animation-name: tada ;
   animation-duration: 2s;
   position: relative;
}

.bounceIn{
   animation-name: bounceIn;
   animation-duration: 2s;
   position: relative;
}

.fadeIn{
   animation-name: FadeIn;
   animation-duration: 2s;
   position: relative;
}

.fadeInUp{
   animation-name: fadeInUp;
   animation-duration: 2s;
   position: relative;
   animation-delay: 1s;
}

.ZoomIn{
   animation-name:ZoomIn;
   animation-duration: 2s;
   position: relative;
}

.ZoomInup{
   animation-name:ZoomInup;
   animation-duration: 2s;
   position: relative;
}

.slideInRight{
   animation-name:slideInRight;
   animation-duration: 2s;
   position: relative;
}
.slideInLight{
   animation-name:slideInLight;
   animation-duration: 2s;
   position: relative;
}

.slideInUp{
   animation-name:SlideInUp;
   animation-duration: 2s;
   position: relative;
}











/*-----------------animation name end---------------------------*/

/*---------------------------------book succeed end----------------------------------*/

/*////////////////////////////////////////////////////////////////////////////////*/
</pre></body></html>