   /*#search{*/
   /*         margin-left: 25%;*/
   /*         margin-top: 25%;*/
   /*     }*/
           .home-ad{
            margin-left: 25%;
          
        }

        #search-page{
         margin-left: 20px;
         padding-left : 5%;
        }
        /*#recent-searches{*/
        /* margin-left: 25%;*/
        /*    */
        /*}*/

        #results{
         margin-left: 5px;
        }

@media (min-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    /*   #search{*/
    /*        margin-left: 15%;*/
    /*        margin-top: 25%;*/
    /*    }*/

           .home-ad{
            margin-left: 15%;
           
        }
        #search-page{
         margin-left: 10px;
        }
        /* #recent-searches{*/
        /* margin-left: 15%;*/
        /*    */
        /*}*/
        #results{
         margin-left: 1px;
        }


}
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
@media (min-width:961px)  { 
/* tablet, landscape iPad, lo-res laptops ands desktops */
/*   #search{*/
/*            margin-left: 25%;*/
/*            margin-top: 25%;*/
/*        }*/

         .home-ad{
            margin-left: 25%;
            
        }

        #search-page{
         margin-left: 15px;
        }
        /* #recent-searches{*/
        /* margin-left: 25%;*/
        /*    */
        /*}*/

        #results{
         margin-left: 1px;
        }
 }
@media (min-width:1025px) { 
/* big landscape tablets, laptops, and desktops */
}
@media (min-width:1281px) { /* hi-res laptops and desktops */ }











   .header-css{
       background: rgb(125,70,152);
       background: linear-gradient(90deg, rgba(125,70,152,1) 33%, rgba(89,49,107,1) 70%);
   }

   .recent-searches{
       text-decoration: underline;
   }

   .search-pagination-a{
       padding: 5px;
   }

.pagination-div .pagination{
    display: flex;
    justify-content: center;
}



   .pagination-div .pagination a{
       padding: 5px;
   }

   .pagination-div .pagination .disabled{
       color: grey;
   }
.pagination-div{
    text-align: center;
}

   .paginations {
       display: inline-block;

   }

   .paginations a {



       float: left;
       padding: 8px 16px;
       text-decoration: none;
       transition: background-color .3s;
       border: 1px solid #ddd;
       margin: 0 4px;
   }

   .paginations a.active {
       background-color: #59316B;
       color: white;

   }
   .paginations a:hover:not(.active) {background-color: #ddd;}

.unused-dot{
    pointer-events: none !important;
    border: none!important;
}


.sponsored-ad{
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(211,211,211,.7);
    font-size: 9px;
    padding-left: 6px;
    font-weight: 600;
    border-radius: 0 0 0 6px;
    color: grey;
    padding-right: 3px;
    font-size: 9px;
    font-weight: 600;
}

.banner-ad-div{
    max-width: 364px;
    margin: 8px auto 0;
    position: relative;
}