.search_main{
    margin-top: 25px;
}
.serach_data{
    margin-top: 25px;
    margin-bottom: 40px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.nav-pills{
    width: 422px;
    border-radius: 5px;
    background-color: #f3f1f1;
}
.nav-pills .nav-link{
    width: 140px;
    font-weight: bold;
    border: 1px solid rgb(204, 202, 202);
    font-size: 17px;
    color: #bc2220;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #bc2220;
    color: white;
}
#destination_image{
    margin-top: 20px;
    margin-bottom: 20px;
}
.card-img-top{
    height: 270px;
  
}
#destination_photo{
    height: 230px;
    border-radius: 20px;
}
#destination{
    border-radius: 20px;
}
h4{
    height: 50px
}
.show_shadow{
    box-shadow: 4px 4px 4px grey;
}  

.hover03 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover03:hover {
	-webkit-transform: scale(0.96);
    transform: scale(0.96);
    box-shadow: 4px 4px 4px gray;
}
.tour_menu{
    width: 40px;
    height: 30px;
}
.card_shadow{
    box-shadow: 4px 4px 4px gray;
}
@media (min-width: 320px) and (max-width: 480px) {
  .search{
      margin-top: 20px;
  }
  .nav-pills{
    width: 318px;
    border-radius: 5px;
    background-color: #f3f1f1;
}
.nav-pills .nav-link{
    width: 105px;
    font-weight: bold;
    border: 1px solid rgb(204, 202, 202);
    font-size: 16px;
    color: #bc2220;
}
.tour_menu{
    width: 18px;
    height: 30px;
}
.hover03 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.card_shadow{
    box-shadow: 4px 4px 4px gray;
}
.hover03:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);        
    transform: scale(0.9);
    box-shadow: 4px 4px 4px gray;
}
}

@media screen and (max-width: 768px){
    .search{
        margin-top: 20px;
    }
    .nav-pills{
        width: 318px;
        border-radius: 5px;
        background-color: #f3f1f1;
    }
    .nav-pills .nav-link{
        width: 105px;
        font-weight: bold;
        border: 1px solid rgb(204, 202, 202);
        font-size: 16px;
        color: #bc2220;
    }
    .tour_menu{
        width: 18px;
        height: 30px;
    }
    .hover03 {
     
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .hover03:hover {
     
        -webkit-transform: scale(0.9);        
        transform: scale(0.9);
        box-shadow: 4px 4px 4px gray;
    }
    .card_shadow{
        box-shadow: 4px 4px 4px gray;
    }
}

