@media (max-width:768px) {

    .left_side_main {
        padding-top: 30px;
    }

    .left_side_main .left_side_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .left_side_main .left_side_title div>img,
    .search_title img {
        width: 55px;
        height: 55px;
    }

    .left_side_main .left_side_title span,
    .search_title span {
        font-size: 16px;
    }

    .left_side_description {
        padding-left: 15px;
        padding-top: 15px;
        margin-left: 15px;
        margin-top: 16px;
        border-left: 1px solid #FFFFFF;
        padding-right: 15px;
        padding-bottom: 5px;
    }

    .left_side_description p {
        font-size: 12px;
        line-height: 20px;
    }

    .left_side_events .rand_button_main {
        display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .left_side_events .rand_button_main a {
        width: 290px;
        height: 70px;
       
    }
    .left_side_events .rand_button_main a>p:first-child{
        width:71px;
        height: 71px;
    }
    .left_side_events .rand_button_main a>p:first-child img {
        width: 44px;
    }
    .left_side_events .rand_button_main a>p:last-child {
        padding-top: 17px;
        padding-left: 13px;
    }
    .left_side_description p span{
        font-size: 12px;
    }

    .left_side_events .rand_button_main a span:first-child {
        font-size: 11px;
    }

    .left_side_events .rand_button_main a span:last-child {
        font-size: 22px;
        line-height: 20px;
    }

    .search_main {
        display: none;
    }
    .mobile_search{
        display: block;
    }
     .mobile_search{
        display: block;
        padding-top: 30px;
    }
    #main::before {
        height: 40%;
        width: 100%;
    }

    .right_side img {
        width: 80%;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_logos {
        text-align: center;
        padding-top: 20px;
    }

    .footer_logos a img,
    .search_logos a img {
        height: 30px;
        margin-right: 14px;
    }

    .footer_logos a:last-child img,
    .search_logos a:last-child img {
        height: 45px;
    }

    .hastags {
        justify-content: center;
    }

    .hastags p {
        font-size: 10px;
        line-height: 20px;
    }

    .reserve {
        flex-direction: column-reverse;

    }

   

    #search_section {
        padding-top: 0;
    }

    #search_section .title_main {
        display: none;
    }

    #search_section .search_input_main {
        margin-top: 0;
        border: none;
        padding-top: 30px;
        padding-bottom: 22px;
    }

    .input_parent {
        padding: 10px 70px 10px 10px;
    }

    .input_parent::before {
        display: none;
    }

    .input_parent span {
        position: absolute;
        right: 18px;
        top: 13px;
        color: #fff;
        cursor: pointer;
        display: flex;
    }
    .input_parent input{
        padding-left: 15px;
    }

    #names {
        padding: 0 20px 10px 20px;
        height: 300px;
    }
    #names p {
        width: 100%;
    } 
    #names p a, #names p a:hover {
        font-size: 18px;
    }
    .search_logos {
        padding-top: 20px;
        width: 100%;
        text-align: center;
    }
    .share_image_main {
        padding: 0 ;
        border-left: none;
        position: relative;
        width: 320px;
        margin: 0 auto;
    }
    .share_buttons {
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
        display: flex;
    }
   
    .share_text_main{
        width: 320px;
        margin:0 auto;
        padding-top: 30px;
    }
    .share_text_main p {
        font-size: 14px;
        line-height: 22px;
    }
    

}

@media (min-width:768px) and (max-width:992px) {

    .left_side_main {
        padding-top: 35px;
    }

    .left_side_main .left_side_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .left_side_main .left_side_title div>img,
    .search_title img {
        width: 55px;
        height: 55px;
    }

    .left_side_main .left_side_title span,
    .search_title span {
        font-size: 16px;
    }

    .left_side_description {
        padding-left: 15px;
        padding-top: 15px;
        margin-left: 15px;
        margin-top: 16px;
        border-left: 1px solid #FFFFFF;
        padding-right: 15px;
        padding-bottom: 5px;
    }

    .left_side_description p {
        font-size: 12px;
        line-height: 20px;
    }

    .left_side_events .rand_button_main {
        display: flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .left_side_events .rand_button_main a {
        width: 290px;
        height: 70px;
       
    }
    .left_side_events .rand_button_main a>p:first-child{
        width: 71px;
        height: 71px;
    }
    .left_side_events .rand_button_main a>p:first-child img {
        width: 45px;
    }
    .left_side_events .rand_button_main a>p:last-child {
        padding-top: 17px;
        padding-left: 13px;
    }
    .left_side_description p span{
        font-size: 12px;
    }

    .left_side_events .rand_button_main a span:first-child {
        font-size: 11px;
    }

    .left_side_events .rand_button_main a span:last-child {
        font-size: 22px;
        line-height: 20px;
    }
    .search_main {
        /* display: none; */
    }

    #main::before {
        height: 100%;
        width: 50%;
    }

    .right_side img {
        width: 80%;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer_logos {
        /* text-align: center; */
        padding-top: 20px;
    }

    .footer_logos a img,
    .search_logos a img {
        height: 30px;
        margin-right: 14px;
    }

    .footer_logos a:last-child img,
    .search_logos a:last-child img {
        height: 25px;
    }

    .hastags {
        /* justify-content: center; */
    }

    .hastags p {
        font-size: 10px;
        line-height: 20px;
    }

    .reserve {
        /* flex-direction: column-reverse; */

    }

  
    #search_section {
        padding-top: 0;
    }

    #search_section .title_main {
        display: none;
    }

    #search_section .search_input_main {
        margin-top: 0;
        border: none;
        padding-top: 30px;
        padding-bottom: 22px;
    }

    .input_parent {
        padding: 10px 70px 10px 10px;
    }

    .input_parent::before {
        display: none;
    }

    .input_parent span {
        position: absolute;
        right: 18px;
        top: 13px;
        color: #fff;
        cursor: pointer;
        display: flex;
    }
    .input_parent input{
        padding-left: 15px;
    }

    #names {
        padding: 0 20px 10px 20px;
        height: 300px;
    }
    #names p {
        width: 100%;
    } 
    #names p a, #names p a:hover {
        font-size: 18px;
    }
    .search_logos {
        padding-top: 50px;
        width: 100%;
        text-align: center;
    }
    .share_image_main {
        padding: 0 ;
        border-left: none;
        position: relative;
        width: 320px;
        margin: 0 auto;
    }
    .share_buttons {
        width: 100%;
        top: 0;
        right: 0;
        position: relative;
        display: flex;
    }

    .share_text_main{
        width: 320px;
        margin:0 auto;
        padding-top: 30px;
    }
    .share_text_main p {
        font-size: 14px;
        line-height: 22px;
    }
    

}
@media (min-width:992px) {
    .share_buttons, .search_info_mobile{
        display: none;
    }
}
@media (max-width:992px) {
    .desk_down {
        display: none;
    }
    .search_info{
        margin-top: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.5;
        padding: 0px 20px;
    }
    .share_buttons a{
        width: 257px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #D4B179;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 25px;
        line-height: 110%;
        color: #FFFFFF;
        height: 63px;
        position: relative;
    }
    .share_buttons a:hover {
        color: #FFFFFF;
    }
    .share_buttons a::after{
        content: '';
        position: absolute;
        width: 63px;
        height: 63px;
        background-size: 25px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../img/Icon-Download-2x.png');
        right: -63px;
        top: 0;
        background-color: #C9A66E;
    }
    .search_info_mobile {
        padding-top: 20px;
        margin-top: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.5;
        padding: 0px 20px;
    }
    .search_info_mobile p{
        margin-bottom: 0;
    
    }
}