
/* header */

#headerP{
    position: relative;
}

#header_bg{
    background: url(https://www.flyday.vip/design/picture/header/purple/header.webp) !important;
    position: relative;
    background-size: cover !important;
    min-height: 100%;
    height: 39vw;
}

#main_nav {
    position: absolute;
    background-image: linear-gradient(to right,rgb(191 191 191 / 0%), rgb(229 229 229 / 65%),rgb(229 229 229));
    background-color: unset;
    box-shadow: unset;
    z-index: 1000;
}

#main_nav #logo {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 99;
}

#logo img{
    height: 4.5vw;
    filter: drop-shadow(0px 0px 6px #fff);
}

#main_nav #header_menu{
    float: right;
    right: 0;
    left: unset;
}

#header_menu .menu{
    float: right;
    padding:0;
    color: #000;;
}

#main_nav .container {
    width: 90%;
    margin: 0 auto;
    height: 50px;
}

#headerline{
    position: absolute;
    background: #e9b10a;
    width: 80%;
    height: 6px;
    right: 5%;
    border-radius: 4px;
    margin-top: -3px;
    z-index: 99;
}

#headerwave {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: -1px;
    left: 0;
}

#other_menu {
    float: left;
    left: 10%;
}

body #other_menu ul li a {
    color: #000000!important;
}

body #other_menu ul li:before{
    content: unset;
}

#other_menu li .icon_menu {
    display: none;
}

/* sidebar */
#wrapper #sidebar {
    position:relative;
    float: unset;
    width: 100%;
    margin-top: -9.5vw;
}

#sidebar_inn {
    position: relative;
    margin-left: 0;
}


#sidebar .widg {
    border: unset;
}

#sidebar .widg_inn {
    padding: 0;
}


.widg.widg_list,.widg.widg_about{
    display: none !important;
}

#search_flight {
    position: absolute;
    width: 78%;
    /* top: 31vw; */
    right: 10%;
    background: #ffffff !important;
    padding: 30px 20px;
    z-index: 999;
    box-shadow: 0 0 27px rgb(0 0 0 / 30%);
    box-sizing: border-box;
    border-radius: 20px 0 20px 20px !important;
}

#search_flight .widg_inn {
    height: 55px !important;
}

#search_flight .line_box_mabda,#search_flight .line_box_maghsad,body #search_flight .line_box_date .main_inp .text_box {
    border: 1px solid #a7a7a7;
    border-radius: 6px;
    box-sizing: border-box;
}

#search_flight .line_box_mabda,#search_flight .line_box_maghsad,#search_flight .line_box_date,#search_flight .ch_button,#search_flight .exchange{
  display: inline-block;
}

#search_flight .line_box_mabda,#search_flight .line_box_maghsad{
  width: 27%;
  height: 55px;
}

#search_flight .line_box_maghsad,body #search_flight .line_box_date,#search_flight .exchange {
    margin-right: 0.75%;
}

#search_flight .line_box_date{
    width: 15%;
    margin-bottom: 0;
}

body #search_flight .line_box_date .main_inp .text_box{
    height: 55px !important;
    text-align: center;
}

#search_flight .main_inp .text_box{
    padding: 5px !important;
    font-size: 0.9rem;
}

#search_flight .ch_button{
    float: left;
    background: #7f003f;
    width: 16%;
    height: 55px;
    margin: 0;
    padding: 0;
    color: #e9b10a;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 49px;
    border:unset;
    border-radius: 13px;
}

.text_box{
    box-sizing: unset;
}
  
#search_flight .exchange {
    position: relative;
    top: -10px;
    left: 0;
    border: 1px solid #6f6f6f;
    border-radius: 7px;
}

#search_flight .exchange:after{
    transform: rotate(90deg);
}

body #mobile_sidebar{
    left: unset;
    right:0;
}


body #other_menu li .menu_toggle_btn,body #other_menu ul lia{
    color: #000000!important;
}
  

/* search btn */

#searchbtn{
    position: absolute;
    width: 78%;
    top: -47px;
    right: 10%;
    z-index: 999;
}

#searchbtn .sbtn{
    display: inline-block;
    width: auto;
    padding: 0 30px;
    text-align: center;
    background: white;
    height: 50px;
    line-height: 53px;
    margin-left: 0.5%;
    border-radius: 20px 20px 0 0;
    font-size: 0.9rem;
    cursor: pointer;
}

#searchbtn .items a{
    color: #000;
}

#searchbtn .sbtn#second{
    opacity: 0.9;
}

/* #mabdatext{
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 33px;
    background: #fff;
    padding: 0 10px;
}

#maghsadtext{
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 25%;
    background: #fff;
    padding: 0 10px;
} */


/* body */


.container {
    width: 100%;
}
/* tours */

#tours{
    position: relative;
    width: 94%;
    margin: 2vw auto 0 auto;
    z-index: 999;
}

#tours h3{
	color: #000;
	text-align: center;
    font-size: 1.4em;
    font-weight: bold;
}

#tours .items{
    margin-top: 25px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 315px;
    white-space: nowrap;
}


#tours #touritem{
    position: relative;
    display: inline-block;
    width: 23%;
    margin: 1%;
    border-radius: 13px;
    transition: all 0.2s ease-in;
    height: 270px;
    background: #efefef;
    white-space: nowrap;
}


#tours ::-webkit-scrollbar{
    height: 8px;
    width: 8px;
}

/* Track */
#tours ::-webkit-scrollbar-track {
  background: #f5f5f5; 
}
 
/* Handle */
#tours ::-webkit-scrollbar-thumb {
  background: #d1d1d1; 
  border-radius: 4px;
}

#tours #tourimage{
    
    display: grid;
	cursor: pointer;
}

#tours #tourimage #img{
    width: 100%;
	border-radius: 13px;
    height: 270px;
    /* box-shadow: 0 0 36px rgb(0 0 0 / 20%); */
}

#tours #tourimage #imgcover{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 270px;
    border-radius: 0 0 13px 13px;
    opacity: 0.9;
    filter: hue-rotate(100deg);
    background-image: linear-gradient(to bottom,rgb(0 0 0 / 0%),rgb(0 0 0 / 0%),rgb(0 0 0 / 15%), rgb(0 0 0 / 55%),rgb(0 0 0 / 85%));
}

#tours #tourtitle{
    position: absolute;
    top: 77%;
    right: -9px;
    color: #fff;
    text-align: center;
    z-index: 999;
    white-space: break-spaces;
}

#tours #tourtitle p{
    font-weight: bold;
    font-size: 1.2em;
    width: auto;
    background: #7f003f;
    padding: 7px;
    border-radius: 2px 0 2px 2px;
}

#tours #tourtitle::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -9px;
    border-left: 0px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #2e0017;
}

#tours #tourtitle #price{
    font-weight: bold;
    font-size: 1.5em;
    width: auto;
    background: #7f003f;
    padding: 7px;
}

body .resu.firstresu .price div{
    color: #000!important;
}

#frmPnr .line .text_box,.pessenger_footer .text_box{
    box-sizing: border-box !important;
}

#tours #tourtitle #description{
    margin-top: 1vw;
    font-size: 1.1em;
    font-weight: 100;
}

/* #touritem:hover{
    transform: scale(1.007);
    box-shadow: 0 0 20px rgb(151, 0, 75 , 0.3);
} */

/* ticket */

/* #ticketwave{
    position: relative;
    width: 100%;
    height: 12vw;
    margin-top: -11vw;
    z-index: 1;
    background: no-repeat url('https://panel.modirazhans.com/mydesign/ticketwave.svg');
    background-size: cover;
} */

#ticketwaveend{

    position: absolute;
    width: 100%;
    /* height: 250px;
    top: -1px;
    background: no-repeat url(https://panel.modirazhans.com/mydesign/ticketwaveend.svg);
    background-size: cover; */
    /* transform: rotate(180deg); */
/* 
    position: relative;
    width: 100%;
    z-index: 99;
    top: -2px;
    transform: rotate(180deg); */
    /* position: relative;
    width: 100%;
    height: 20vw;
    margin-top: -4vw;
    z-index: 1;
    background: no-repeat url('https://panel.modirazhans.com/mydesign/ticketwaveend.svg');
    background-size: cover; */
}

#main_wrapper .sr_tables_box {
    margin: 3vw auto 0 auto;
    width: 94%;
}
#main_wrapper #content,#main_wrapper .special_route_box{
    position: relative;
    width: 100%;
    /* background-image: linear-gradient(0deg, #e8e7e7, white); */
    z-index: 99;
}


#main_wrapper #content .sr_table {
    width: 30%;
    margin: 0 1.6% 35px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    border-radius: 35px !important;
}

#main_wrapper .sr_table .content{
    height: 21vw;
}

#main_wrapper .sr_table .line{
    padding: 1vw;
}

#main_wrapper #tickettitle{
    color: #000;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 27px;
}


#main_wrapper .sr_table .line .price {
    font-size: 1.4em;
    color: #705400;
    font-weight: bold;
}

#main_wrapper .sr_table .line .city {
    font-size: 1.2em;
    font-weight: bold;
}

#main_wrapper .scrollbar-outer::-webkit-scrollbar-thumb, body #main_wrapper .scrollbar-inner::-webkit-scrollbar-thumb {
    background: #a02777!important;
}

#main_wrapper .sr_table .t_table{
    position: absolute;
    right: 0;
    color: #e9b10a;
    font-size: 1.4em;
    padding: 0px 10px 4px 45px !important;
    bottom: 22px;
    background-image: linear-gradient(to right,rgb(191 191 191 / 0%), rgb(127 0 63),rgb(127 0 63));
}

  
.sr_table .t_head span {
    color: #e8af0b;
    font:unset;
}


#touritem #loading{
    position: absolute;
    background: no-repeat url(https://www.flyday.vip/design/picture/other/loading.gif);
    background-size: contain;
    width: 50%;
    height: 100%;
    z-index: 99999;
    right: 25%;
    top: 25%;
    opacity: 0.7;
    animation-name: loadtour;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes loadtour {
    from {
      transform: scale(1);
      filter: blur(1px) grayscale(1);
    }
  
    to {
      transform: scale(1.06);
    }
}


/* city */

.sr_table .t_head {
    height: 8vw;
    border-bottom: unset;
}

body .sr_table.sr_table_TEHRAN .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/tehran.webp);
    background-size: cover;
}
body .sr_table.sr_table_SHIRAZ .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/shiraz.webp);
    background-size: cover;
}
body .sr_table.sr_table_AHVAZ .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/ahvaz.webp);
    background-size: cover;
}
body .sr_table.sr_table_BANDAR .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/bandar.webp);
    background-size: cover;
}
body .sr_table.sr_table_ISFAHAN .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/isfahan.webp);
    background-size: cover;
}
body .sr_table.sr_table_KISH .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/kish.webp);
    background-size: cover;
}
body .sr_table.sr_table_MASHHAD .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/mashhad.webp);
    background-size: cover;
}
body .sr_table.sr_table_TABRIZ .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/tabriz.webp);
    background-size: cover;
}
body .sr_table.sr_table_ABADAN .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/abadan.webp);
    background-size: cover;
}
body .sr_table.sr_table_QESHM .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/qeshm.webp);
    background-size: cover;
}
body .sr_table.sr_table_ISTANBUL .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/istanbul.webp);
    background-size: cover;
}
body .sr_table.sr_table_DUBAI .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/dubai.webp);
    background-size: cover;
}

body .sr_table.sr_table_ALLCITY .t_head {
    position: relative;
    background:no-repeat url(https://www.flyday.vip/design/picture/city/yellow/allcity.webp);
    background-size: cover;
}



/* box about */
#boxabout{
    position: relative;
    background: no-repeat url(https://www.flyday.vip/design/picture/about/purple.webp);
    background-size: cover;
    height: 53vw;
    background-attachment: fixed;
    /* filter: hue-rotate(61deg); */
}

#boxwaveend{
    position: absolute;
    width: 100%;
    bottom: -1px;
    /* height: 14vw;
    bottom: -2px;
    background: no-repeat url(https://panel.modirazhans.com/mydesign/boxwaveend.svg);
    background-size: cover; */
}


#boxabout #contents{
    position: relative;
    top: 42%;
    width: 94%;
    box-sizing: border-box;
    margin: 0 auto;
}

#boxabout #aboutb{
    float: right;
    width: 60%;
    box-sizing: border-box;
}

 #boxabout #contents p{
    color: #fff;
    font-size: 0.9rem;
    line-height: normal;
    text-align: justify;
    text-shadow: 2px 1px 2px rgb(0 0 0 / 30%);
  }

  #boxabout #contents .sb_title{
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
  }

  #boxabout #newslist{
    float: left;
    width: 35%;
    box-sizing: border-box;
}

#boxabout #newslist a{
    color: #fff;
    font-size: 0.9rem;
    line-height: normal;
    text-align: justify;
    text-shadow: 2px 1px 2px rgb(0 0 0 / 30%);
}

/* data box */

.adpmain .pickerHead,body .adpmain td.chanageMode a{
    background-color: #7f003f;
}

/* other */
.mainpage .submenu_blog .submenu_blog_menu--wrapper .box{
    flex: 1 1 25%;
    max-width: 24%;
    border: 1px solid #e1e1e1;
    margin: 0.5%;
    border-radius: 7px;
}

.submenu_blog_menu .submenu_title a{
    color: #7f003f;
}

.submenu_blog .box .submenu_title{
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.1em;
    line-height: normal;
    padding: 2px 12px 8px;
}

.submenu_blog .box ul li a {
    font-size: 0.9rem;
    line-height: normal;
}

.submenu_blog .box ul li:before{
    filter: brightness(0);
}

#Expiration_price_box .searchnew{
    background-color: #7f003f;
}

.advertise.advertise_typing a{
    color: #7f003f;
}
.advertise.advertise_typing span{
    color: #7f003f;
    font-weight: bold;
}

.submenu_blog_menu--wrapper{
    display: none !important;
}


.submenu_blog_menu{
    width: 94%;
    margin: 0 auto;
}

#bfooter{
    width: 92%;
    margin: 0 auto;
}

#bfooter .ad_sb_inn{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#bfooter .ad_sb_inn a{
    position: relative;
    display: inline-block;
    width: 49%;
}

#bfooter .ad_sb_inn a img{
    width: 100%;
    border-radius: 7px;
}


body #footer .container{
    height: auto;
}


.ch_side_whatsapp {
    z-index: 99999;
}


/* footer */

.footerwave{
    /* position: relative;
    width: 100%;
    height: 17vw;
    bottom: -3px;
    background: no-repeat url(https://panel.modirazhans.com/mydesign/footer2.png);
    background-size: cover; */
    position: relative;
    width: 100%;
    bottom: -1px;
}


#footer {
    background: #5c5c5c;
    padding: 40px 10px;
}


#footer .widg .footer_widg_title{
    color: #ffffff;
    text-align: right;
    border-bottom: unset;
}

#footer a{
    color: #ffffff;
}

.contact_list_footer ul li i{
    width: 30px;
    background: #7f003f !important;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
}


.contact_list_footer ul li i::before{
    position: absolute;
    right: 5px;
    color: #5c5c5c;
	font-weight: bold;
}


.contact_list_footer ul li {
    color: #ffffff;
}

#footer .widg2{
    float: left;
}

.enemad_box {
    background: #b9b9b9;
    text-align: center;
    padding: 50px 0;
    border-radius: 7px;
}

/* 15days */

.pop-up-content{
    background: #fffcf2;
    border: unset;
    border-radius: 20px;
}

.pop-up-content .calcu_table .box .price{
    border-radius: 10px;
}

.pop-up-content .btn#reverseh {
    background-color: #7f003f;
    border-radius: 50px;
}

.pop-up-content .btn#chper,.pop-up-content .btn.prevdis {
    border-radius: 50px;
}
.pop-up-content .btn#chper{
    color: #4c0097;
}

.pop-up-content .fromtotitle{
    color: #7f003f;
}

.pop-up-content .flaticon-sky8:before {
    color: #7f003f;
}


.pop-up-content .calcu_table .date{
    color: #4c0097;
}

.calcu_table .box a.price.minpriceshow {
    box-shadow: 0 -2px inset #7f003f;
}



/* ticketpage */
body .one_way .search_result_box {
    width: 99%;
}

body .resu {
    background-color: #ffffff;
    height: 7vw;
    margin-bottom: 15px;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    padding: 1.5vw 10px;
    box-sizing: border-box;
}

body .resu .select {
    /* background-color: #7f003f; */
    height: 4vw;
    border-radius: 7px;
    
}

body .resu .select a{
    font-size: 1rem;
    line-height: 4vw;
}

body .resu .select a:hover{
    background-color: #039;
    border-radius: unset;
}

body .resu .price{
    background: #f8bd0b;
    height: 4vw;
    line-height: 4vw;
    border-radius: 7px;
    color: #2c2c2c;
    font-size: 1.2em;
    font-weight: bold;
}

body .resu .price .icon11{
    background-color: #7c7c7c !important;
    top: -12px;
    width: 61px;
    right: 0px;
    left: unset;
    transform: rotate(0deg);
    border-radius: 0 7px 0 0;
}

body .resu .price .icon11::before{
    content: "";
    position: absolute;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 11px solid #424242;
}

body .resu .price .icon10{
    background-color: #002b66 !important;
    top: -12px;
    width: 61px;
    right: 0px;
    left: unset;
    transform: rotate(0deg);
    border-radius: 0 7px 0 0;
}

body .resu .price .icon10::before{
    content: "";
    position: absolute;
    left: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 11px solid #001128;
}


body .resu .select .reserve_online{
    line-height: 4vw;
    font-size: 1.1em;
    font-weight: bold;
}


body .sidebar_responsive_inn .sb_inn_box{
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    border-radius: 7px;
}

body #sidebar_result .sb_res_title{
    border-bottom: unset !important;
}

body #sidebar_result .sb_res_title span {
    color: #ffffff;
    background-color: #a5a5a5;
    padding: 2px 9px;
    border-radius: 5px;
}

body #best_sb_search .sb_inn_box {
    margin-bottom: 25px;
}


body #sidebar_responsive_inn .btn{
    background-color: #7f003f;
}

body .buttons .newsearch.btn{
    background-color: #a5a5a5;
    box-sizing: border-box;
    height: 37px;
    line-height: 37px;
}
body .buttons .btn_prev.btn,body .buttons .btn_next.btn,body .buttons .btn_calender.btn{
    background-color: #a5a5a5;
    color: #ffffff;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 37px;
}

.search_result_box .result_header {
    background: #7f003f;
    padding: 7px !important;
    border-radius: 7px;
}

#search_result .result_header #rootclick{
    color: #ffffff;;
}

.one_way .search_result_box #reverse {
    background-color: #a5a5a5;
    color: #ffffff;
    padding: 4px 8px;
    box-sizing: border-box;
    height: 37px;
}


body #Expiration_price_innbox .popup_title,body #Expiration_price_innbox.icon-time:before {
    color: #7f003f;
}


body #Expiration_price_innbox .btn{
    background-color: #7f003f;
    border-radius: 50px !important;
}


body .resu .date,body .resu .user,body .resu .code,body .resu  .icon {
    color: #7c7c7c  !important;
    line-height: 4vw !important;
    font-size: 1.5vw !important;
}



body .resu .select .reserve_online:hover{
    background-color: #003399;
}


body .search_result_box .tabbs .active {
    background-color: #f8bd0b;
}

.search_result_box .tabbs li {
    border-radius: 8px !important;
}


.rot2 {
    color: #363636;
}

@media only screen and (min-width: 1921px) and (max-width: 3000px) {

    #tours .items {
        height: 460px;
    }

    #tours #tourimage #img,#tours #touritem {
        height: 400px;
    }

    /* #main_nav .container {
        height: 100px;
    } */

    /* #header_menu .menu .txt {
        font-size: 26px;
    }

    #main_nav #logo{
        top: 23px;
    } */

    /* #logo img {
        height: 125px;
    } */

    /* #headerwave{
        height: 260px;
        margin-top: -260px;
    } */

    #search_flight {
        padding: 60px 40px;
    }



    /* #searchbtn .sbtn {
        width: 130px;
        height: 60px;
        font-size: 24px;
    } */


    #search_flight .ch_button,#search_flight .line_box_mabda, #search_flight .line_box_maghsad,body #search_flight .line_box_date .main_inp .text_box{
        height: 80px !important;
    }


    #search_flight .ch_button {
        /* font-size: 23px; */
        line-height: 74px;
    }

    #search_flight .main_inp .text_box{
        padding: 0 5px !important;
    }

    #search_flight .text_box {
        /* font-size: 23px; */
        height: 80px !important;
    }

    /* #tours {
        margin: 100px auto 0 auto;
    } */


    /* #tours h3 {
        font-size: 35px;
    } */

/* 
    #tours #tourtitle p {
        font-size: 30px;
    } */

    /* #tours #tourtitle #price {
        margin: 22px auto 0 auto;
        color: #7f003f;
    } */

    /* #tours #tourtitle #description{
        margin-top: 44px;
        font-size: 25px;
    } */

    /* #main_wrapper #tickettitle{
        font-size: 35px;
    } */
/* 
    .sr_table .t_head {
        height: 190px;
    } */

    /* #main_wrapper .sr_table .content {
        height: 427px;
    } */

    /* #main_wrapper .sr_table .line {
        padding: 14px 10px 14px 12px;
    } */

    /* #main_wrapper .sr_table .line .city ,#main_wrapper .sr_table .line .price {
        font-size: 0.9rem;
    }

    #boxabout #contents p,#boxabout #newslist a,#boxabout #contents .sb_title {
        font-size: 0.9rem;
    }


    .submenu_blog .box ul li a{
        font-size: 0.9rem;
        line-height:1.5vw
    }

    .submenu_blog .box .submenu_title{
        font-size: 0.9rem;
        line-height:1.5vw
    } */

    .mainpage .submenu.submenu_blog .submenu_blog_menu .submenu_blog_menu--wrapper.showmemore{
        max-height: fit-content
    }


}

@media only screen and (min-width: 1641px) and (max-width: 1920px) {

        #tours {
            margin: 50px auto 0 auto;
        }

        #tours #tourtitle #price {
            padding: 11px;
        }

        #tours .items {
            height: 460px;
        }
    
        #tours #tourimage #img,#tours #touritem {
            height: 400px;
        }

        #wrapper #sidebar {
            margin-top: -7vw;
        }

}

@media only screen and (min-width: 1300px) and (max-width: 1640px) {


    /* #searchbtn {
        top: 27.5vw;
    } */


}

@media only screen and (max-width: 1224px) {

    body #other_menu {
        float: left;
        left: 14%;
        z-index: 999;
    }

    body #header_bg {
        display: block !important;
    }

    #search_flight .main_inp .text_box ,body #search_flight .ch_button,body #searchbtn .sbtn {
        font-size: 1.2em;
    }

    body .main_nav .container{
        margin: unset;
        height: 49px;
    }

    body #wrapper #sidebar{
        width: 100% !important;
    }
	
    /* #tours,#content {
        top: 50px;
    } */

    #tours #tourtitle {
        top: 65%;
    }

    #boxabout {
        top: 0;
        height: 46vw;
    }

    body .container {
        margin: 0 !important;
    }
    
}

@media only screen and (max-width: 1024px) {

    body #wrapper #sidebar{
        width: 100% !important;
    }

    
}


@media only screen and (max-width: 960px) {

    body #search_flight .exchange {
        left: 0 !important;
    }

    #main_wrapper #content .sr_table {
        border-radius: 13px !important;
    }

    /* #main_wrapper #content{
        top: 50px;
    } */

    body .resu .price .icon11,body .resu .price .icon10 {
        width: 44px;
    }
    
}

@media only screen and (max-width: 780px) {


    body {
        padding-top: 0 !important;
    }

    #headerline {
        margin-top: unset;
        bottom: -3px;
        right: 4%;
        width: 92%;
        background: #7f003f;
    }

    #main_nav #logo {
        top: 0;
        left: 4%;
    }

    #sidebar_btn {
        right: 4%;
        padding-right: 0;
        margin: 0;
        z-index: 10000;
    }

    #sidebar_btn span, .efi-close span {
        background: #7f003f;
    }

    body #main_nav {
        z-index: 9999;
        background: #fff;
    }

    #header_menu{
        width: 100%;
    }

    body #header_menu .menu {
        padding-right: 0;
        right: 9%;
    }

    #header_menu .menu .txt {
        color: #7f003f;
    }

    body #other_menu {

        left: 0;
        z-index: 999;
        top: 48px;
        width: 100%;
        background: #ffffff;
    }

    #mobile_sidebar_head{
        background: #7f003f !important;
    }

    /* #main_wrapper #content{
        top: 150px;
    } */

    #searchbtn {
        width: 92%;
        right: 4%;
    }

    #search_flight {
        width: 92%;
        right: 4%;
    }

    body #search_flight .line_box {
        width: 100%;
    }

    body #search_flight .exchange {
        position: absolute;
        left: 9% !important;
        top: 23%;
    }

    #search_flight .exchange:after {
        transform: rotate(0deg);
    }

    body #search_flight .line_box_date {
        width: 47%;
    }

    body .ch_button {
        width: 47% !important;
        max-width: unset !important;
        height: 50px !important;
    }

    #wrapper #sidebar {
        margin-top: -16vw;
    }

    #main_wrapper .sr_table .line .city {
        font-size: 1em;
    }

    #main_wrapper .sr_table .line .price {
        font-size: 1.2em;
    }

    body #search_flight .line_box_date{
        margin-right:unset;
    }

    #search_flight .main_inp .text_box {
        height: 55px!important;
    }

    #search_flight .main_inp .text_box {
        padding: 0 5px 0 0!important;
    }



    /* tour */
/* 
    #tours, #content{
        top: 150px;
    } */

    #tours .items {
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }

    #tours #touritem {
        width: 31%;
    }

    #tours #tourimage #img {
        box-shadow: unset;
    }

    #tours #touritem {
        margin: 1% 1.2% 5% 1.2%;
    }

    #tours #tourtitle {
        top: 64%;
    }


    /* ticket */
    #main_wrapper .sr_table .content {
        height: 239px;
    }
/* 
    #ticketwave {
        height: 24vw;
        margin-top: -24vw;
    } */



    /* about */
    #boxabout {
        height: 500px;
    }


    /* blog */
    body .submenu_blog .box ul li {
        width: 100%!important;
    }

    body #mobile_sidebar {
        left: auto;
        right: -250px;
    }

    body .resu .select a{
        line-height: unset;
    }

    .rowbg {
        display: block !important;
    }

    .mainpage{
        display: none !important;
    }
}


@media only screen and (max-width: 780px) {

    body .resu {
        height: 70px;
    }

    body .resu .price {
        height: 46px;
        line-height: 46px;
    }

    body .resu .select,body .resu .select .reserve_online {
        height: 46px;
    }

    body .resu .date, body .resu .user, body .resu .code, body .resu .icon {
        font-size: 1.2em !important;
        line-height: 50px !important;
    }

    body .resu .select .reserve_online {
        line-height: 46px;
    }


}

@media only screen and (max-width: 660px) {

    /* #main_wrapper #content{
        top: 180px;
    } */

    #tours #touritem {
        width: 47.5%;
    }

    #tours #touritem {
        margin: 1% 1.5% 5% 1.5%;
    }

    #main_wrapper #content .sr_table {
        width: 48%;
        margin: 0 1% 35px;
    }
  
  .mainpage .submenu_blog .submenu_blog_menu--wrapper .box {
    max-width: 47%;
  }

  .mainpage .submenu.submenu_blog .submenu_blog_menu .submenu_blog_menu--wrapper.showmemore {
    max-height: unset;
    }


    #boxabout #aboutb ,#boxabout #newslist{
        height: 165px;
        overflow: auto;
    }

    body .resu {
        padding: 12px 10px;
    }

    .sr_table .t_head {
        height: 13vw;
    }

    #main_wrapper .sr_table .t_table {
    font-size: 1.2em;
    bottom: 17px;
    left: 0;
    right: unset;
    text-align: left;
    padding: 0px 18px 0px 3px!important;
    background-image: linear-gradient(to left,rgb(191 191 191 / 0%), rgb(127 0 63),rgb(127 0 63));
    }

    .mainpage .submenu_blog .submenu_blog_menu--wrapper .box{
        margin: 1.5%;
    }

}


@media only screen and (max-width: 620px) {

#footer .widg .footer_widg_title {

    background: unset;
}

#footer .widg3 {
    max-width: unset;
}

.contact_list_footer ul li i::before {
    right: 29px;
}

#footer .widg2{

    float: unset;
}

.enemad_box {
    background: unset;
}

}

@media only screen and (max-width: 600px) {
    body #other_menu>ul>li:first-child:nth-last-child(4), body #other_menu>ul>li:first-child:nth-last-child(4)~li {
        width: 25%;
    }
}

@media only screen and (max-width: 560px) {
    body #other_menu {
        margin: unset;
        top: 40px;
    }

    body #other_menu li .icon_menu{
        display: none !important;
    }

    body #other_menu li .menu_toggle_btn, body #other_menu ul li a {
        padding-top: 21px !important;
    }

}


@media only screen and (max-width: 480px) {

    #tours #tourtitle p {
        background: unset;
    }

    #tours #tourtitle{
        right: unset;
        width: 100%;
    }

    #tours #tourtitle::before {
        content: unset;
    }

    body .container {
        margin: 0 !important;
    }

    #bfooter .ad_sb_inn a {
        width: 100%;
    }
}


@media only screen and (max-width: 420px) {

    #header_bg{
        /* background: url(https://www.flyday.vip/design/picture/header/yellow/mobile-header.webp) !important; */
        /* background-repeat: no-repeat !important; */
        height: 430px;
        background-position: center !important;
    }

    #wrapper #sidebar {
        margin-top: -55vw;
    }

    #searchbtn {
        width: 95%;
        right: 2.5%;
    }
    
    #search_flight {
        padding: 14px 14px;
    }

    body #wrapper #sidebar .widg_inn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #search_flight {
        width: 100%;
        right: 0;
        border-radius: 0 !important;
        background: linear-gradient(180deg, transparent, white) !important;
    }

    #search_flight .line_box_mabda, #search_flight .line_box_maghsad, body #search_flight .line_box_date {
        border: unset;
        border-radius: 4px;
        box-shadow: 0 0 13px rgb(0 0 0 / 20%);
    }

    body #search_flight .exchange {
        left: 7% !important;
        top: 20%;
        border: 2px solid #d7d7d7;
    }

    #search_flight .line_box_maghsad, body #search_flight .line_box_date, #search_flight .exchange {
        margin-right: 0;
    }

    #searchbtn {
        top: -100px;
    }

    #searchbtn .sbtn {
        display: inline-block;
        width: 48%;
        padding: 0;
        height: 45px;
        line-height: 41px;
        margin: 1%;
        border-radius: 5px;
    }

    /* #main_wrapper #content {
        top: 0;
    } */

    body #search_flight .line_box_date .main_inp .text_box {
        border: unset;
    }

    #search_flight .line_box_mabda, #search_flight .line_box_maghsad, body #search_flight .line_box_date .main_inp .text_box {
        border-radius: 7px;
    }

    #boxabout {
        height: 570px;
    }

    #ticketwaveend {
        height: 49px;
    }

    #boxabout #contents {
        position: relative;
        top: 12%;

    }

    #search_flight .ch_button {
        border-radius: 7px;
    }

    #main_wrapper #tickettitle {
        font-size: 1.2em;
    }

    #main_wrapper .special_route_box{
        background-image:linear-gradient(0deg, #e8e7e7, white);
        padding:0;
    }

    #main_wrapper .sr_table .line .price {
        font-size: 1em;
    }

    #main_wrapper .sr_table .content {
        padding: 3px;
    }

    #tours #tourimage #img ,#tours #touritem {
        height: 200px;
    }
    #tours #tourimage #imgcover {
        opacity: 0.6;
    }
    #tours #tourtitle {
        top: 71%;
    }

    #tours #tourtitle p {
        font-size: 1.2em;
    }

    /* #boxwaveend {
        height: 28vw;
    } */
/* 
    #ticketwaveend {
        top: 14px;
        transform: rotate(180deg) scale(2);
    } */

    #boxabout #aboutb, #boxabout #newslist {
        margin-top: 25px;
        width: 100%;
    }

}


@media only screen and (max-width: 360px) {
    /* #main_wrapper #content {
        top: 40px;
    } */
    #tours .items {
        margin-top: 8px;
    }

    body .resu {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 320px) {

    /* #main_wrapper #content {
        top: 60px;
    } */

    #tours #tourimage #img ,#tours #touritem {
        height: 180px;
    }
}


@media only screen and (min-width: 1224px) {

    body #other_menu  ul li {
        height: 40px !important;
        line-height: 40px !important;
    }
}










