/**
 * Jovie Custom Styles
 *
 * Add new custom CSS styles here.
 * This file is enqueued on the frontend site-wide.
 */

 form#afg_zipcode_form input#afg_PostalCode {
   padding-top: 12px !important;
 }

 .owl-theme .owl-nav [class*=owl-]:hover {
   background: unset;
   color: unset;
   text-decoration: unset;
}
.owl-prev-icon, .owl-next-icon{
   border-radius: 50% !important;
   color:#000 !important;
   display:flex !important;
}
.owl-theme .owl-nav [class*=owl-]{
   margin: unset;
}

.services-sec  {
   height:500px !important;
}
