
.mainCard{
    border:1px solid #e6e4e4;
}
.mainCard .mainCard-img img{
    width: 100%;
    height: 250px;
}
.mainCard .mainTitle{
    border-bottom: 1px solid #e6e4e4;
}
.mainCard .mainTitle p{
    font-size: 17px;
    font-weight: bold;
    color:rgb(36, 34, 34);
    padding: 10px 15px 10px 0;
    margin-bottom: 0;
}
.mainCard .mainCard-items{
    border-left: 1px solid #e6e4e4;
}
.mainCard .mainCard-items .mainCard-desc.border-bottom1{
    border-bottom: 1px solid #e6e4e4;
}
.mainCard .mainCard-items .item{
    padding: 10px 15px 10px 0;
    margin-bottom: 0;
    font-size: 14px;
}
.mainCard .mainCard-block .item_1{
    font-size: 14px;
    padding-top: 10px;
    font-weight: bold
}
.mainCard .mainCard-block .item_2{
    font-size: 14px;
    color:#ec424b;
    font-weight: normal
}
.mainCard .mainCard-block .item_3{
    font-size: 12px;
    padding-right: 5px
}
.advertisement-table{
    text-align: center
}
.advertisement-table tbody tr:hover{
    box-shadow: -2px 1px 10px 0 rgba(36, 36, 37, 0.37);
    transition: all .2s ease-in;
}
/* *********************************صفحه اصلی تور */
.tourSketch{
    width: 100%;
    background-color: rgba(245, 183, 179, 0.1);
    padding: 20px 0
}

.tourSketch .sketckItemes i{
    font-size: 60px;
    color:#ec424b
}
.tourSketch .sketckItemes .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}
.tourSketch .sketckItemes .desc{
    font-size: 14px;
    text-align: justify
}
.tourGroup .titles{
    font-size:17pt;
    text-align: right
}
.tourGroup .navTablists{
    justify-content: space-around
}
.tourGroup .navTablists .nav-link{
    color:black;
    font-size: 17px;
    padding-bottom: 10px
}
.tourGroup .navTablists .nav-link.active{
    border-bottom: 3px solid #ec424b;
    color:#ec424b;
    padding-bottom: 7px
}
.tourGroup .navTablists .nav-link:hover{
    color:#ec424b;
}
.tourGroup .navTablists .nav-link:focus{
    border-bottom: 3px solid #ec424b;
    color:#ec424b;
    padding-bottom: 7px
}
.tourGroup .tourCards{
    margin-top: 30px;
}
.tourGroup .tourCards .tourCard-image{
    position: relative;
}
.tourGroup .tourCards .tourCard-image img{
    height: 220px;
}
.tourGroup .tourCards .tourCard-desc{
    padding: 10px 15px
}
.tourGroup .tourCards .tourCard-desc .item1{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0
}
.tourGroup .tourCards .tourCard-desc .item2{
    font-size: 14px
}
.tourGroup .tourCards .tourCard-desc .item3{
    font-size: 16px;
    color:#ec424b;
    padding-right: 5px;
    font-weight: bold
}
.tourGroup .tourPackage{
    box-shadow: 1px 1px 5px #888;
    border-radius: 3px;
    margin-top: 30px
}
.tourGroup .tourPackage .packContent{
    padding: 15px;
}
.tourGroup .tourPackage .packContent img{
    width: 30px;
}
.tourGroup .tourPackage hr{
    border:1px dashed #e6e4e4;
    margin: 0
}
.tourPackage .packContent .item1{
    font-size: 15px;
}
.tourPackage .packContent .item2{
    font-size: 15px;
    color:#ec424b;
    padding-right: 5px
}
.tourPackage .packContent .item3{
    font-size: 20px;
    font-weight: bold;
}
.tourGroup .more-btn{
    color: #000000;
}
.tourGroup .more-btn i{
    font-size: 20px
}
/* *******************************صفحه تور */
.travelService{
    background-image: url(/assets/images/ce-travel.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 600px;
}
.tourGroup .orgTablist{
    justify-content: space-around;
}
.orgTablist .nav-item{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.orgTablist .nav-item .nav-link{
    padding: 45px 0;
    cursor: pointer;
}
.orgTablist .nav-item .nav-link.active{
    background-color: rgb(229, 234, 241);
}
.orgTabcontent .tab-pane.active{
    background-color: rgb(229, 234, 241);
}
.orgTabcontent .tab-pane{
    background-color: white;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.orgTabcontent .orgTab-pane{
    border-radius: 5px;
}
.orgTabcontent .itemes{
    color:rgb(0, 0, 0)
}
.orgTabcontent .itemes:hover{
    color:#ec424b
}
.orgTabcontent .iconsGroup{
    font-size: 22px;
    padding-left: 5px
}
@media(max-width:575px){
    .orgTablist .nav-item .nav-link{padding: 20px 0;}

}
/* **********************سرچ صفحه تور */
.travelServicesearch .trip-filter-content{
    border:1px solid lightgray;
    background-color: #fff;
    padding: 20px;
    padding-top: 0;
}
.trip-filter .searchBlock{
    border:1px solid lightgray;
    background-color: white;
    padding: 3px 15px 8px 15px;
    margin-bottom: 3px
}
.travelServicesearch .radioButtons {
    margin-top:10px;
}
.travelServicesearch .radioButtons input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.travelServicesearch .radioButtons input[type="radio"] + .radio-label:before {
    content: '';
    background: transparent;
    border: 2px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.4em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.travelServicesearch .radioButtons input[type="radio"]:checked + .radio-label:before {
    background-color: #ec424b;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #ec424b;
}
.travelServicesearch .radioButtons input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #ec424b;
}
.travelServicesearch .radioButtons input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.travelServicesearch .radioButtons2{
    display: inline-block;
}
.travelServicesearch .radioButtons2 input[type="radio"] + .radio-label:before {
    width: 1em;
    height: 1em;
}
.travelServicesearch .radioButtons2 input[type="radio"] + .radio-label:before{
    top:0
}
.travelServicesearch #show-me{
    display: none
}
#time-range .rangeTitle{
    direction: rtl;
}
#slider-range{
    direction: rtl;
}