@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}
@keyframes spin2 {
    100% {
        transform: rotateZ(-360deg);
    }
}
.titleContent {
    margin: 50px 40px 40px 40px;
    cursor: default;
}
.titleContent h2 {
    font-size: 1em !important;
}
.bg-title {
    width: 199px;
    height: 15px;
    background: url(/new_theme/images/ui/sprite_general/forAllPages.png) -174px -189px;
}
.bg-title.white-theme{
    width: 199px;
    height: 15px;
    background: url(/new_theme/images/ui/sprite_general/forAllPages.png) -174px -215px;
}
.shadow-black{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    z-index: -1;
}
.fixColor{
    position: relative;
    background: #f8faf9;
    padding-bottom: 50px;
    padding-top: 50px;
}
/************************tourHotel**************************/
.tourHotel{
    position: relative;
    margin-bottom: 50px;
}
.infoBox{
    position: relative;
    background: #FFFFFF;
}
.infoBox a{
    display: block;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.infoBox a:hover,.infoBox a:focus{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.infoBox a:hover:after,.infoBox a:focus:after{
    cursor: pointer;
    content: '';
    position: absolute;
    width: 100%;
    height: 255px;
    top: 0;
    opacity: 0.7;
    background: rgb(236,50,55);
    background: -moz-linear-gradient(top, rgba(236,50,55,1) 0%, rgba(52,52,52,1) 100%);
    background: -webkit-linear-gradient(top, rgba(236,50,55,1) 0%,rgba(52,52,52,1) 100%);
    background: linear-gradient(to bottom, rgba(236,50,55,1) 0%,rgba(52,52,52,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec3237', endColorstr='#343434',GradientType=0 );
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.imageBox {
    position: relative;
    height: 255px;
}
.imageBox ul{
    padding: 0 35px 0 35px;
    margin: 0;
    color: #FFFFFF;
    position: absolute;
    list-style: none;
    top: 75%;
    font-size: 0.8em;
    z-index: 1;
}
.imageBox ul li{
    line-height: 20px;
    white-space: nowrap;
}
.imageBox span{
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    color: #393939;
    font-size: 0.8em;
    padding: 5px 30px 5px 30px;
    white-space: nowrap;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-family: "iranyekanwebbold", "robotobold", sans-serif;
    z-index: 2;
}
.imageBox:after{
    content: '';
    background-image: linear-gradient(to right, #FFFFFF 70%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 15px 1px;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 65%;
    z-index: 1;
}
.imageBox img{
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.imageBox>img{
    height: 100%;
}
.detailBox{
    padding: 15px;
    color: #4a4a4a;
    font-size: 0.8em;
}
.detailBox ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.detailBox ul li{
    line-height: 25px;
}
ul.icons{
    padding: 0 5px 0 5px;
    width: 100%;
    text-align: center;
}
ul.icons li{
    display: inline-block;
}
.imageBox:after{
    display: none;
}
.moreDetail{
    display: flex;
    align-items: center;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 80px 50px 50px 0;
    -moz-border-radius: 80px 50px 50px 0;
    border-radius: 80px 50px 50px 0;
    background: rgba(236,50,55,0.6);
    z-index: 2;
}
.moreDetail .cost{
    color: #FFFFFF;
    height: 100%;
    font-size: 0.8em;
    padding: 0 10px 0 15px;
    white-space: nowrap;
}
.moreDetail .day{
    font-family: "iranyekanwebbold", "robotobold", sans-serif;
    font-size: 0.8em;
    border-radius: 85px 50px 50px 0;
    background: #FFFFFF;
    color: #2a2a2a;
    white-space: nowrap;
    padding: 5px 10px 5px 20px;
}
.infoTourHover{
    display: table; /*** for put center text ***/
    border: 1px dashed #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    color: #FFFFFF;
    width: 80%;
    height: 60px;
    /*line-height: 60px;*/
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.infoTourHoverFix{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.infoBox a:hover .infoTourHover,.infoBox a:focus .infoTourHover{
    opacity: 1;
}
.describe_tour{
    color: #191919;
    position: relative;
    line-height: 30px;
    font-size: 0.8em;
    margin-bottom: 20px;
    cursor: default;
}

/********************************************************************************/
/********************** tab main hotel **********************/
.topTours {
    position: relative;
    background: url(/new_theme/images/ui/main_tour/back_tour.jpg) no-repeat center;
    background-size: cover;
    cursor: default;
    padding-top: 140px;
    padding-bottom: 140px;
    color: #FFFFFF;
    z-index: 0;
}
.topTours .curveBottom {
    bottom: -1px;
    z-index: 1;
}
.topTours .curveTop, .topTours .curveBottom {
    position: absolute;
    right: 0;
}
.topTours .curveTop {
    top: -1px;
    z-index: 1;
}
.textTopTour{
    line-height: 30px;
    font-size: 0.9em;
    margin-bottom: 30px;
}

.tourBox{
    margin: 200px 10px  50px 0;
    padding: 50px 20px 20px 20px;
    position: relative;
    background: rgba(0,0,0,0.6);
    border:2px solid #FFFFFF;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
    color: #000000;

    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 90%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 90%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#ffffff',GradientType=0 );
}

.imgTopTour{
    width: 90%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);

}


.tourBoxInfo a{
    color: #333;
}
.tourBoxInfo img{
    width: 80px;
    height: 80px;
    border-radius: 100%;

}
.leftTourBox{
    font-size: 0.8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0    ;
}
.leftTourBox h3{
    font-family: "iranyekanwebbold", "robotobold", sans-serif;
}


/********************************slider**************************************/
.newsSlider{
    padding-bottom: 50px;
}
.newsSliderTitle{
    text-align: center;
    cursor: default;
}
.sliderBox{
    margin-top: 100px;
}
.sliderBox .owl-demo{
    display: flex;
    justify-content: center;
}
.sliderBox .owl-demo .item img {
    display: block;
    /*width: 100%;*/
    /*height: auto;*/
    width: 270px;
    height: 270px;
    object-fit: cover;
    border-radius: 5px;
}
.sliderBox .owl-carousel{
    transform: rotate(90deg);
    width: 270px;
    /*margin-top:100px;*/
}
.sliderBox .item{
    transform: rotate(-90deg);
}
.sliderBox .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    /*top: calc(50% - 33px);*/
    top: calc(50% - -95px);
}
.sliderBox  div.owl-carousel .owl-nav .owl-prev,.sliderBox div.owl-carousel .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px;
    background: transparent;
    color: #cbcbcb;
}
.sliderBox .owl-theme .owl-dots .owl-dot{
    z-index: 10;
    position: relative;
}
.infoSliderNew{
    position: relative;
    cursor: default;
    direction: rtl;
}
.progressBar{
    position: absolute;
    top: 24px;
    right: 15px;
    width: 95%;
}
.progressBar .slide-progress{
    width: 0;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    background: rgb(249,141,222);
    background: -moz-linear-gradient(left, rgba(249,141,222,1) 0%, rgba(239,122,125,1) 100%);
    background: -webkit-linear-gradient(left, rgba(249,141,222,1) 0%,rgba(239,122,125,1) 100%);
    background: linear-gradient(to right, rgba(249,141,222,1) 0%,rgba(239,122,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98dde', endColorstr='#ef7a7d',GradientType=1 );
}
.infoSliderNew h5{
    color: #414141;
    font-size: 1em;
    font-family: "iranyekanwebbold" , "robotobold", sans-serif;
    margin-bottom: 50px;
}
.infoSliderNew section{
    color: #434242;
    font-size: 0.9em;
    line-height: 30px;
    text-align: justify;
}
.infoSliderNew .ishBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.infoSliderNew span{
    color: #c9c9c9;
    font-size: 0.9em;
}
.infoSliderNew button{
    background: none;
    cursor: pointer;
    font-size: 0.9em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #ef8285;
    padding: 7px 20px 7px 20px;
    background: #FFFFFF;
    border: 1px solid transparent;
    background-clip: padding-box,border-box;
    background-origin: padding-box,border-box;
    background-image: linear-gradient(#fff,#fff),linear-gradient(#ee7478,#f772d6);
}
.infoSliderNew button i{
    margin-right: 5px;
}
















/************************************reserveTour**********************************/
.reserveTour{
    position: relative;
    cursor: default;
    text-align: center;
    line-height: 30px;
    margin-top: 100px;
}
.reserveTour strong{
    margin-bottom: 20px;
}
.contentTour{
    font-size: 0.9em;
}
.contentTour strong{
    display: inline-block;
}
/*****************supportBox***********************/
.supportBox{
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}
.supportBox .titleLine img{
    background: #f9f9f9;
    padding: 20px;
    z-index: 1;
}
.supportBox p{
    color: #7b7b7b;
    text-align: center;
}
.supportLine{
    padding-bottom: 20px;
    border-bottom:1px solid #e6e6e6;
}
/*****************************chooseHotel*********************************/
.chooseHotel{
    position: relative;
}
.titleLine{
    display: flex;
    justify-content: center;
    position: relative;
}
.titleLine:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #e6e6e6;
    top: 44%;
}
.titleLine h2{
    font-size: 1em !important;
    cursor: default;
    background: #f1f1f1;
    padding: 20px;
    z-index: 1;
}
.shpcItem{
    background: #FFFFFF;
    position: relative;
    height: 100%;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 1px 3.92px 0.08px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 2px 1px 3.92px 0.08px rgba(0, 0, 0, 0.07);
    box-shadow: 2px 1px 3.92px 0.08px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.shpcItem img{
    margin: 20px auto;
    display: block;
    border-radius: 50%;
    width: 175px;
    height: 175px;
    object-fit: cover;
    position: relative;
}
.shpcItem .circle__spin {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shpcItem .circle__spin svg {
    width: 100%;
    height: 100%;
}
.shpcItem .circle__spin circle {
    stroke-width: 1;
    stroke-dasharray: 245,5,20,5,20,5,20,5,20;
    fill: none;
    stroke: #37afec;
}
.shpcItem .circle__spin svg {
    animation: spin 40s linear infinite;
}
.shpcItem .circle__spin2 svg {
    animation: spin2 20s linear infinite;
}
.shpcItem .circle{
    position: relative;
}
.shpcItem .circle a{
    display: block;
    position: relative;
    z-index: 9999;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0 auto;
}
.shpcItem .circle span{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    z-index: 10;
    transition: all ease 1s;
}
.shpcItem .circle a:hover span{
    opacity: 1;
}
.shpcItem .circle a:hover:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 175px;
    height: 175px;
    border-radius: 87.5px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.63) 0%, rgba(236,50,55,0.63) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.63) 0%,rgba(236,50,55,0.63) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.63) 0%,rgba(236,50,55,0.63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#a1ec3237',GradientType=1 );
}
.shpcItem .circle__spin.hoverSvg {
    z-index: 9999;
    opacity: 0;
}
.shpcItem .circle__spin.hoverSvg svg circle{
    stroke-width: 1;
    stroke-dasharray: 245,5,20,0,20,7,12,4,4;
    fill: none;
    stroke: #ffffff;
}
.shpcItem .circle a:hover .circle__spin.hoverSvg {
    opacity: 1;
}
.shpcItem .circle a:hover ~ .circle__spin{
    opacity: 0;
}
.shpcItem h4{
    font-family: "iranyekanwebbold" , "robotobold", sans-serif;
    color:#ec3237;
    font-size: 0.9em;
    text-align: center;
    margin: 30px 0 15px 0;
}
.shpcItem section{
    color:#3d3d3d;
    font-size: 0.8em;
    text-align: center;
    margin-top: 15px;
    /*margin-bottom: 30px;*/
    padding: 10px;
    cursor: default;
}
.shpcItem>a{
    color: #42b4ed;
    text-decoration: none;
    position: absolute;
    left: 20px;
    bottom: 15px;
    font-size: 0.7em;
    display: flex;
    align-items: center;
    transition: all ease 0.1s;
}
.shpcItem div.spanInfo{
    position: absolute;
    bottom: 15px;
}
.shpcItem span.translator{
    color: #c2c2c2;
    font-size: 0.7em;
    display: block;
}
.shpcItem span.date{
    color: #c2c2c2;
    font-size: 0.7em;
}
.shpcItem>a:hover{
    transform: scale(1.1);
}
.shpcItem>a i{
    margin-right: 4px;
}
.shpcItem .dashedLine{
    margin-top: 30px;
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #ffffff 50%), linear-gradient(to right, #e1e1e1, #e1e1e1);
    background-size: 16px 2px, 100% 2px;
}
/********************************flightVectorsContent**************************************/
.flightVectors{
    position: relative;
    cursor: default;
    margin-top: 100px;
    margin-bottom: 200px;
}
.flightVectors .flightVectorsContent .flcInfo{
    background: url(/new_theme/images/ui/flight/backVector.png) no-repeat center;
    background-size: contain;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flightVectors .flightVectorsContent .flcInfo{
    color: #FFFFFF;
}
.flightVectors .flightVectorsContent .flcInfo img{
    margin-bottom: 15px;
    margin-top: -25px;
}
.flightVectors .flightVectorsContent section{
    font-size: 0.8em;
    color: #262626;
    text-align: center;
    line-height: 25px;
}































.sameDesign {
    display: flex;
    align-items: center;
    border: 1px solid #474747;
    color: #ec3237;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 0.9em;
    justify-content: space-evenly;
}
.priceDes {
    border-left: 1px solid #474747;
    color: #000000;
    height: 100%;
    padding: 0 3px 0 15px;
    border-radius: 85px 50px 50px 0;
}
.cost{
    color: #ec3237;
    font-weight: bold;
}
.priceDes i{
    color: #4c5051;
}



.fogPattern{
    width: 101%;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 100%);
}

















.titleHotelSearch{
    position: relative;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
    text-shadow: 1px 1px 7px #000000;
    top: 175px;
    cursor: default;
}
.mainHotelTop {
    position: relative;
    height: 55vh;
    min-height: 500px;
}

.mainHotelTop>img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainHotelTop embed {
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
}
.formMainHotel,form#tour_search{
    position: relative;
    top:200px;
}
/* fix mozila */
.formMainHotel .input-group>div:first-child{
    width: 100%;
}
.formMainHotel .input-group input.range-datepicker{
    width: 50%;
}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child){
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/**************/
.inputBox input{
    position: relative;
    font-size: 0.8em;
    border:0;
}
.inputBox i.fixIcon{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ec3237;
    z-index: 3;
}
.inputBox input:focus{
    background: #FFFFFF;
}
.btn-colorful {
    width: 100% !important;
    margin: 0 !important;
}





























/*****************passengerInfo******************/
.passengerInfo{
    display: none;
    top:39px;
    background: #FFFFFF;
    position: absolute;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    padding: 15px;
    z-index: 10;
    width: 270px;
    right: 0;
}
.passengerInfo .input-group-btn button{
    width: 21px;
    height: 21px;
    font-size: 0.7em;
    line-height: 20px;
    padding: 0;
    border: 1px solid #ec3237;
    background: transparent;
    color: #ec3237;
}
.passengerInfo .input-group-btn button:enabled:hover{
    background:#ec3237 ;
    color:#FFFFFF;
}
.passengerInfo .input-group-btn button:disabled{
    background: #d4d4d4;
    color: #FFFFFF;
    border:none;
}
.passengerInfo input{
    cursor: default;
    width: 20px;
    text-align: center;
    border: none;
    font-size: 0.8em;
    font-family: "iranyekanwebbold", "robotobold", sans-serif;
}
.adultsClass, .kidsClass{
    /*margin-bottom: 20px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kidsClass{
    margin: 0;
}
.titleClass{
    text-align: right;
    cursor: default;
    font-size: 0.8em;
}
.titleClass.disabled{
    color: #aeaeae !important;
}
.passengerInfo input.disabledInput{
    color:#d4d4d4;
}
.adultsClass:after {
    content: '';
    background: #d4d4d4;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}






@media (max-width: 997px) {
    .inputBox {
        margin-bottom: 10px;
    }
}



.colorFix{
    background: #f9f9f9;
    padding-bottom: 50px;
}
.fixBackground{
    background: url(/new_theme/images/ui/tourism_main/pattern_color.png) repeat-x;
    height: 100px;
    width: 100%;
    margin-top: -99px;
    position: absolute;
    z-index: -1;
}
.fixBackground2{
    background: url(/new_theme/images/ui/tourism_main/pattern_color.png) repeat-x;
    height: 100px;
    width: 100%;
    margin-top: 50px;
    position: absolute;
    z-index: -1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

[ismobile="true"] .titleHotelSearch{display:none;}
[ismobile="true"] .mainHotelTop{height:auto;min-height: auto;}
[ismobile="true"] .mainHotelTop .container{padding: 20px 15px 40px;}
[ismobile="true"] .mainHotelTop .shadowBlack{display:none;}
[ismobile="true"] .formMainHotel{top:0;}
[ismobile="true"] .describe_tour{padding:0 20px;}
[ismobile="true"] .titleContent{margin-top: 30px;}
[ismobile="true"] .topTours{padding-top: 60px;padding-bottom: 40px;}
[ismobile="true"] .tourBox{margin-top: 70px;}
[ismobile="true"] .sliderBox{margin-top: 0px;}
[ismobile="true"] .flightVectors{margin-bottom:80px;}

@media (max-width: 768px) {
    .titleHotelSearch{display:none;}
    .mainHotelTop{height:auto;min-height: auto;}
    .mainHotelTop .container{padding: 20px 15px 40px;}
    .mainHotelTop .shadowBlack{display:none;}
    .formMainHotel{top:0;}
    .describe_tour{padding:0 20px;}
    .titleContent{margin-top: 30px;}
    .topTours{padding-top: 60px;padding-bottom: 40px;}
    .tourBox{margin-top: 70px;}
    .sliderBox{margin-top: 0px;}
    .flightVectors{margin-bottom:80px;}
}