/***************************** New design styles *************************************/
@media (min-width: 260px) and (max-width: 300px){
    .search-box {
        background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-128.png') no-repeat 5px 13px;
        background-size: 25px 25px;
        padding-left: 30px !important;
    }
    .search_form_new{
        padding: 0;
    }
    .search_form_new_btn{
        border-radius: 0 !important;
        width: 21% !important;
    }
    #search-icon{
        font-size: 30px;
    }
    #search-featured-item>a>div>img {
        width: 40px;
        height: 40px;
    }
    #seach-join {
        padding: 20px 0;
        border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    }
    #general_footer{
        padding-top: 0;
    }
    #search-featured-item>a>span {
        position: relative;
        top: 0;
    }
    #search-featured-item{
        position: relative;
        bottom: 12px;
    }
}
@media (min-width: 300px) and (max-width: 400px){
    .search_form_new{
        padding: 0;
    }
    .search_form_new_btn{
        border-radius: 0 !important;
        width: 21% !important;
    }
    #search-featured-item>a>div>img {
        width: 30px;
        height: 30px;
    }
    #seach-join {
        padding: 20px 0;
    }
    #search-featured-item>a>span {
        position: relative;
        top: 0;
    }
    #search-featured-item{
        position: relative;
        bottom: 12px;
    }
}

@media (min-width: 400px) and (max-width: 500px){
    .search-box {
        background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-128.png') no-repeat 9px 18px;
        background-size: 30px 30px;
        padding-left: 50px !important;
    }
    .search_form_new{
        padding: 0;
    }
    .search_form_new_btn{
        border-radius: 0 !important;
    }
    #seach-join {
        padding: 20px 0;
        border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    }
    #general_footer{
    }
    #search_form_btn {
        margin-top: -86px;
        height: 70px;
        background-color: #F2654E;
        width: 16%;
        padding: 0;
    }
    #search-featured-item>a>span {
        position: relative;
        top: 0;
    }
    #search-featured-item{
        position: relative;
        bottom: 12px;
    }
}

@media (min-width: 500px) and (max-width: 600px){
    #search-featured-item>a>span {
        position: relative;
        top: 0;
    }
    #search-featured-item{
        position: relative;
        bottom: 12px;
    }
}

@media (min-width: 600px) and (max-width: 700px){

}

@media (min-width: 700px) and (max-width: 800px){

}

@media (min-width: 800px) and (max-width: 900px){

}

@media (min-width: 992px){
    .global_search_row a{
        padding-bottom: 20px;
    }
}

@media (min-width: 320px)and (max-width: 640px) {
    #edit-btn-1, #edit-btn-2{
        top: 20px;
        font-size: 13px;
        right: 0;
        font-weight: 500;
    }
    .edit-header-text{
        font-size: 23px;
    }
    .edit-header-text-small{
        font-size: 15px;
    }

    #edit-username-header-text>b{
        font-size: 23px;
        font-weight: 600;
    }
    #edit-username-header-small-text>b{
        font-size: 13px;
        font-weight: 400;
    }
    #search_img_apple{
        position: relative;
        left: 0;
    }
    #search_img_android{
        position: relative;
        left: 40px;
    }
}

@media (min-width: 640px){
    #edit-btn-1, #edit-btn-2{
        top: 7px;
        font-size: 13px;
        right: 10px;
        font-weight: 500;
    }
}

/* Media quries for bootstrap */
@media (min-width: 800px) {
    .profile_service_box{
       bottom: 5px;
       position: relative;
    }
}

@media (min-width: 420px) and (max-width: 767px) {
    #app_btn{
        display: none;
    }

    /* header logo in both search results page and profile page  */
    #mobile_logo{
        height: 60px;
        width: 60px;
        position: relative;
        float: right;
        top: 20px;
    }
    .profile-acc-image {
        padding-top: 10px;
    }
    /* edit section */
    #edit-search{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 420px) and (max-width: 451px){
    .profile-item{
        padding-bottom: 5px;
    }
    .profile-acc-info{
        position: relative;
        top: 7px;
    }
}

/* Other than iphones */
@media (min-width: 420px)and (max-width: 767px){
    #hr_divider{
        margin-top: 0;
    }
    .profile-navbar{
        padding-top: 0;
    }
}
/* Iphone width */
@media (max-width: 420px) {
    /* Landing page css */
    #heading-text-h1{
        font-size: 25px;
        font-weight: 600;
    }
    #heading-text-h3{
        font-size: 20px;
        font-weight: 600;
    }
    /* search page css */
    #search_section{
        padding-top: 0 !important;
    }
    #search_form{
        padding-bottom: 20px;
        padding-top: 10px;
    }
    #search_field {
        height: 50px;
    }
    #search_form_btn {
        margin-top: -67px;
        height: 50px;
        border-radius: 0 20px 20px 0;
        width: 26%;
        padding: 0;
    }

    /* Search results page */
    #app_btn{
        display: none;
    }
    .profile-navbar {
        padding-top: 0;
    }
    #mobile_logo{
        border-radius: 50%;
        position: relative;
        top: 22px;
    }
    #hr_divider{
        margin-top: 0;
    }
    .profile-item{
      /*  padding-left: 20px;*/
        padding-bottom: 5px;
    }
    .profile-acc-info{
        position: relative;
        top: 12px;
    }

    /* individual profile page */
    #profile_row{
        padding-left: 0;
        padding-bottom: 5px;
    }
    p{
        margin-top: 0;
    }
}

/* there needs adjustment in logo size in this widths */
@media (min-width: 360px)and (max-width: 420px) {
    #mobile_logo{
        height: 60px;
        width: 60px;
        position: relative;
        float: right;
        top: 20px;
    }
}

/* search results page */

@media (min-width: 420px) and (max-width: 630px) {
    .profile-acc-image{
       /* margin-left: 10px;*/
    }
}

@media (min-width: 440px) and (max-width: 760px){
    #profile-container{
        padding-left: 0;
        padding-right: 0;
    }
}

/* search index page */
@media (max-width: 600px) {
    #search_index_bodyy{
        margin-bottom: 50px;
    }
}

/* final verification on each 100px width */
@media (min-width: 260px) and (max-width: 300px){
    #search_form_btn {
        margin-top: -67px;
        height: 50px;
        border-radius: 0 20px 20px 0;
        width: 31%;
        padding: 0;
    }
    #search-logo {
        height: 110px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #search_img_android {
        position: relative;
         left: 0;
    }
}
@media(min-width: 260px) and (max-width: 319px){
    img.profile_service_box.circle_image.small-image{
        margin-bottom: 15px;
    }
}
@media (min-width: 300px) and (max-width: 400px){
    #search_form_btn {
        margin-top: -66px;
        height: 50px;
        border-radius: 0 20px 20px 0;
        width: 21%;
        padding: 0;
    }
    #search-logo {
        height: 80px;
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #search_img_android {
        position: relative;
         left: 0;
    }
    .gaddr-save-button{
        position: relative;
        right: 15px;
    }
}
@media (min-width: 400px) and (max-width: 419px){

    #search_img_android {
        position: relative;
         left: 0;
    }
    .gaddr-save-button{
        position: relative;
        right: 15px;
    }
}
@media (min-width: 500px) and (max-width: 609px){

    .gaddr-save-button{
        position: relative;
        right: 15px;
    }
}