@media screen 
  and (min-device-width: 1000px) 
  and (max-device-width: 1919px) 
 { 
    .bg-ring .ring-lg-yellow-pro {
        top: -179px!important;
        width: 266px;
    }
    #theme_search_form {
        margin-top: -402px;
        /* position: absolute; */
        bottom: 0;
        width: 100%;
    }
    .ring-lg-blue-about-down {
        left: -159px!important;
        top: 208px!important;
        width: 407px;
    }
}
@media screen 
  and (min-device-width: 1000px) 
  and (max-device-width: 2000px) 
 { 
    #theme_search_form {
        margin-top: -625px;
        /* position: absolute; */
        bottom: 0;
        width: 100%;
    }
    .carousel-caption {
        top: 14%!important;
    }
    #home_one_banner .carousel-caption p {
        line-height: 40px;
    }
 
}

@media screen 
  and (min-device-width: 500px) 
  and (max-device-width: 575px) 
 { 
    .book-hover {
        right: 20%!important;
    }
 }
 @media (max-width: 576px){
    .result-page .section_heading_center {
        padding-top: 50px!important;
    }
    .result-head {
        display: block!important;
    }
    .result-head span {
        display: block;
    }
    .cruise_content_bottom_right {
        margin-top: 12px;
    }
    .cruise_content_top_right{
        margin-top: 30px;
    }
    .cruise_content_bottom_left ul li {
        margin-top: 10px;
    }
    .load_more_flight {
        padding-bottom: 40px;
    }
 }
