.search-section
    {
        height: 275px;
    }
    h3
    {
        font-size: 15px;
    }
section{
    padding-bottom: 50px;
}
.cat-img-card,
.category-item {
    /*  text-align: center; */

}

    input:focus, textarea:focus, select:focus{
        outline: none;
    }

.product-link {
    padding-top: 10px;
    height: 54px;
}

.name-product {
    text-decoration: none;
    color: #233d7b;
    font-weight: 700;
    text-decoration: none;
}

.price-car {
    color: #3eb549;
    margin-top: 2px;
}

.city-name {
    color: #7b8397;
}

.aalo a {
    text-decoration: none;
    color: #233d7b;

}

.category-item {
    display: flex !important;
    
}
.category-item a
{
 display: block;
width: 100%;
}
.category-item a,
.product-link a {
    font-size: 18px;
 
}

.bank-link {
    padding-top: 10px;
}

.bank-link a {
    font-size: 16px;
    font-weight: 400;
}


    
@media only screen and (max-width: 992px) 
{
    .search-overlay 
    {
    height: 370px;
    }
}

.search-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.search-container input {
  
    margin: 0;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    border-right: 1px solid #ccc;
    padding: 16px 18px;
    font-size: 14px;
    width: 350px;
}

.search-header-input {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;

}

.search-header-input h1 {
    font-size: 38px;
    line-height: normal;
    font-weight: normal;
    margin: 0;
    color: #fff;
}

.search-header-input p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 30px;
    text-align: center;
}

.search-inputs {
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 0px;
}

.search-btn {
    background-color: #3EB549;
    position: absolute;
    right: -70px;
    top: 0px;
    width: 66px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    border-radius: 35px;
    /*border-top-right-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    border: none;
    font-size: 22px;

}

.search-btn i {
    font-size: 21px;
    color: white;
}
@media only screen and (max-width: 592px) {
  .search-header-input {
    display: flex;
    flex-direction: column;
    width: 80%;
    }
    .search-input 
        {
         width: 100%;   
        }
}
.post-Ads-section
{
    margin-top: 60px;
 
}
.home-widgets-container
{
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
   
}
.home-widgets
{
    border: 1px solid #ececec;
    padding: 13px 20px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    column-gap: 230px;
    position: relative;
    
}
.home-widgets .line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -80px;
  background-color: #e6e6e685;;
  width: 1px;
}


.home-widgets-col
{
    position: relative;
}
.home-widgets .or::after {
  content: 'OR';
  position: absolute;
  top: 50%;
  right: -80px;
  font-size: 22px;
  color: #7b8397;
  font-weight: bold;
  margin-top: -16px;
  margin-right: -17px;
  margin-bottom: 0;
  margin-left: 0;
  width: 34px;
  text-align: center;
    background-color: white;
}


.widgets-right-link
{
    padding: 10px 10px;
    background-color: #FFCC00;
    text-decoration: none;
    display: inline-block !important;
    width: 130px;
    text-align: center;
}

.widgets-left-link
{
    padding: 10px 10px;
  background-color: #FF425E;
  text-decoration: none;
  color: white;
  display: inline-block !important;
  width: 130px;
  text-align: center;
}
.home-widgets-col span
{
    font-size: 16px;
    padding-left: 5px;
}
.home-widgets-feature-list i
{
    margin-right: 10px;
}
.home-widgets-col ul
{
    padding-left: 0px;
    margin-bottom: 30px;
}
.home-widgets-col li
{
    padding: 3px 0px;
}
.categories-container{
    
    max-width: 1250px;

    margin-left: auto;
    margin-right: auto;
}

.icons-container {
    width: 1020px !important;
    display: grid !important;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-row-gap: 22px;
    grid-column-gap: 22px;
   
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}
.categories-section .slick-prev
{
    left: 50px !important;
}
.categories-section .slick-next
{
    right: 50px !important;
}


@media only screen and (max-width: 1324px) {
    .categories-container
    {
        width: 90%;
    }
    .categories-section .slick-prev
{
    left: 0 !important;
}
.categories-section .slick-next
{
    right: 0 !important;
}
    .icons-container {
        width: 850px !important;
        grid-template-columns: auto auto auto auto auto;
    }
}
@media only screen and (max-width: 1000px) {
    .categories-section
    {
      padding-bottom: 30px;  
    }
    .icons-container {
        width: 100% !important;
        grid-template-columns: auto auto auto;
    }
}
@media only screen and (max-width: 850px) {
    .icons-container
    {
        margin-bottom: 22px;
    }
}
@media only screen and (max-width: 700px) {
    
    .icons-container {
        width: 70%;
        grid-template-columns: auto auto auto;
    }
}

@media only screen and (max-width: 640px) {
    
    .icons-container {
        width: 70%;
        grid-template-columns: auto auto auto;
    }
}

@media only screen and (max-width: 570px) {
    
    .icons-container {
        
        grid-template-columns: auto auto;
    }
}
    
@media only screen and (max-width: 500px) 
{
   
    .mini-nav-list 
    {
    width: 100%;
    background-color: black;
    }
}


.icons-container .icons {
    display: flex;
flex-direction: column;
align-items: center;
}

.icons a {
    color: #545454;
    font-size: 16px;

    width: 110px !important;
    height: 110px;
    background-color: #FF425E;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-decoration: none;
}

.icons .icon-text {
    padding-top: 10px;
    padding-top: 10px;
    width: 130px;
    text-align: center;
    overflow: hidden;
    height: 30px;
}

.icons img {
    width: 50px;
    height: 50px;
}

.content-section {
    /*  padding: 40px 0; */
    display: flex;
}



@media only screen and (max-width: 850px) {
    .section-height-large,.section-height-extra-large,.section-height-medium 
    {
        height: auto;
    }
}


.vertically-centered {
    /*  align-items: center; */
}

.section-grey {
    background-color: #f2f3f3;
 
}

.section-white {
    background-color: white;
}

.categories {}

.aalo {

    width: 1250px;

    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1920px) {
  .aalo
    {
        width: 1250px;
    }
}

@media only screen and (max-width: 1320px) {
  .aalo
    {
        width: 950px;
    }
}

@media only screen and (max-width: 1000px) {
  .aalo
    {
        width: 620px;
    }
}

@media only screen and (max-width: 672px) {
  .aalo
    {
        width: 270px;
    }
    .section-height-large,
    .section-height-medium
    {
      height: auto;  
    }
    .category-item,
    .blog-items
    {
        margin-bottom: 30px;
    }
}
.deals-agent-container{
   display: flex;
   margin-left: auto;
   margin-right: auto;
    margin-top: 30px;  
    column-gap: 120px;
}



/*      agents flex design */

.agents-container{
   position: relative;
}
.agent-profile-link{
padding: 5px 15px;
  background-color: #FC0;
}
.agents-container::before{
  content: '';
  position: absolute;
  top: 23px;
  bottom: 0;
  right: -59px;
  background-color: #e6e6e685;
  width: 1px;
  height: 520px;
}
.agents-container-flex{
     display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.agent-item {

    position: relative;
    border: 1px solid #EAEDEF;
    display: flex !important;
    position: relative; 
    width:280px !important; 
}

.agent-item a, .product-link a {
  font-size: 18px;
}
.big-image-link {
  display: block;
  width: 100%;
}
.name-agent {
  text-decoration: none;
  color: #233d7b;
}
.agent-item, .agent-item img {
  width: 100%;
  height: 180px;
}
.agent-item img {
  object-fit: contain;
}
.agent-img-card {
  width: 100%;
  height: 110px;
  background-color: white;
  position: absolute;
  top: 180px;
}
.agent-link {
  padding: 10px;
}
.agent-name-link {
  overflow: hidden;

}
.agent-link a {
  font-size: 14px;
  text-decoration: none;
}
.agent-bank-name {
 height: 24px;
 overflow: hidden;
  color: #3eb549;

}
.city-name {
  color: #7b8397;
}
    .agent-flex{
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }



/*      agents flex design */

.category-item {

    position: relative;
    border: 1px solid #EAEDEF;
    width: 283px;
    height: 262px !important;
}

.product-name-link {
    overflow: hidden;
    height: 24px;
}

.category-item img {
    object-fit: cover;
}


.category-item img {
    width: 100%;
    height: 174px;
}

.otheritems .slick-slide
 {
    margin: 0 15px;
    /* width: 233px !important; */
    height: 320px;

}



.blogs .slick-slide
{
   margin: 0 15px;  
}
.products .slick-slide,
.featured-products-slider .slick-slide{
    margin: 0 15px;
    /* width: 233px !important; */

}

.category-link {
    padding-top: 20px;
}

.cat-img-card {
    width: 100%;
    height: 87px;
    background-color: white;
    position: absolute;
    top: 174px;
    border: 1px solid rgba(234, 237, 239, 0.71);
}

h1 {
    font-size: 30px;
}

h2 {
    color: #434343;
    margin-bottom: 20px;
    margin-top: 0px;
    font-size: 22px;
}

.slick-prev {
    background: white !important;
    left: -10px !important;
    top: 47% !important;
    color: black !important;
    font-size: 16px !important;

}

.slick-next {
    right: -10px !important;
    top: 47% !important;
    color: black !important;
    font-size: 16px !important;
    background: white !important;
}

.blogs .slick-prev
{
   left: -16px !important; 
}
.blogs .slick-next
{
   right: -18px !important; 
}

.slick-prev::before {
    content: none !important;
}

.slick-next::before {
    content: none !important;
}

.rounded {
    padding: 0;
    padding-right: 0px;
    background: white;
    border: none;
    width: 40px !important;
    ;
    height: 40px !important;
    ;
    line-height: 40px !important;
    ;
    border-radius: 50% !important;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    opacity: .8;
    text-align: center !important;
    ;
    color: #808ca9;
    position: absolute !important;
    ;
    z-index: 2 !important;


}

.rounded i {
    font-size: 21px;
    font-weight: bold;
}

.featured-products-slider
{
  
}

.product-item {
    text-align: center;
    border: 1px solid #EAEDEF;
    background-color: #fff;
    transition: box-shadow 0.3s ease-in-out;
    width: 283px;
    height: 262px;
    display: flex !important;
    flex-direction: column;
   padding-bottom: 10px;
}
@media only screen and (max-width: 672px) {
  .product-item {
    width: auto;
    margin-bottom: 30px;
  }
}


.img-box {
    height: 174px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
}

.fake-stars-reviews {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 75%;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
}

.fake-stars {
    padding: 0;
    flex-basis: 67px;
    display: flex;
    justify-content: space-between;
}

.featured-products .product-name-link, .review-numbers p {
    margin-top: 10px !important;
   
}

.fake-stars i {
    color: #EF730F;
    font-size: 12px;
}

.blogs-card {

    display: flex;
    flex-direction: column;
    background-color: white;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
   width: 283px;
    height: 390px;
}

.category-link {
    padding: 10px;
}

.category-link a {
    font-size: 16px;
}

.headings {
    
   margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.headings h2
{
    padding: 0px;
    
    margin: 0px;
    
}
    
.text-underline
    {
        width: 80px;
border: 2px solid #FF425E;
transition: width 4s ease, border 4s ease;
        margin-top: 10px;
        margin-bottom: 35px;
    }    
    


.blog-bankname-date 
{
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    width: 225px;
    align-items: center;
}
.blog-bankname-date a
{
    padding: 5px 10px;
    background-color: #FC0;
}

.blogs-card .blog-heading {
    padding-left: 10px;
    padding-right: 10px;
}

.blogs-card .blog-heading p {
    margin: 5px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 24px;
}

.blogs-card .blog-heading a {
    text-decoration: none;
}

.blogs-card .blog-heading h1 {
    margin: 0;
    color: #233d7b;
    font-size: 18px;
    font-weight: 700;
}

.blog-img {
    height: 170px;
    width: 100%;
}

.blog-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.blogs-stats
{
display: flex;
justify-content: space-evenly;
/*padding-left: 10px;*/
padding-right: 10px;
width: 150px;
}
.blogs-stats 
{
    font-size: 16px;
}
.blogs-views-count,
.blogs-comments-count
{

justify-content: space-between;

}
.blogs-views-count span,
.blogs-comments-count span {
  margin-left: 5px;
  margin-top: -4px;
}

#map {
    height: 570px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: antiquewhite;
}

.kadu {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

.car-icons {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    justify-content: space-around;
    grid-template-columns: auto auto auto auto auto auto;
    grid-auto-rows: 135px;
    padding-bottom: 10px;
}
@media only screen and (max-width: 1272px) {
    .kadu 
    {
        width: 950px;
    }
  .car-icons {
    grid-template-columns: auto auto auto auto auto;
  }
}
@media only screen and (max-width: 992px) {
    .kadu 
    {
        width: 700px;
    }
    .car-icons {
    grid-template-columns: auto auto auto auto;
  }
}

@media only screen and (max-width: 720px) {
    .kadu 
    {
        width: 500px;
    }
    .car-icons {
    grid-template-columns: auto auto auto;
  }
}

@media only screen and (max-width: 560px) {
    .kadu 
    {
        width: 90%;
    }
    .car-icons {
    grid-template-columns: auto auto;
  }
}


.car-icon {
    height: 135px;

}

.car-icons img {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 5px;
    width: 65px;
    height: 65px;
}

.car-icons a {
    display: block;
    color: #434343;
    padding: 2px 0;
    text-decoration: none;
    text-align: center;
}

.car-icons h3 {
    margin: 0;
    color: #233d7b;
    font-size: 16px;
}
.deals-container
{

    margin-left: auto;
    margin-right: auto;
}
.products {
    display: grid;
    grid-template-columns: auto auto;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 20px;
    grid-auto-rows: 130px;
}
.top-deals{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.product {
  max-width: 510px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #e6e6e678;
  border-radius: 2px;
  display: flex;
  align-items: center;
  overflow: overlay;
  box-shadow: 10px 10px 10px #d7d7d726;
}

.product-items {
    display: flex;

    justify-content: space-around;
    width: 480px;
}


.deals .deal-img {
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 10px 10px 10px #d7d7d778;
}
.product-item-icon a{
    display: flex;
}

.deals .deal-heading
    {
       width: 300px;
    height: 25px;
    overflow: hidden; 
    }
.banks .bank-heading {
    width: 150px;
    height: 25px;
    overflow: hidden;
}

.deals .deal-info {
    height: 45px;
    overflow: hidden;
}

.product-item-info {
    width: 308px;
}

.product-item-info h3 {
    color: #233d7b;
}

.product-item-info h3,
.product-item-info p {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;


}

.product-item-info h3 {
    margin-top: 0;
}

.product-item-info p {
    margin-top: 0px;
}
@media only screen and (max-width: 1090px) {
  .products {
    grid-template-columns: auto;
  }
}
    
@media only screen and (max-width: 992px) {
    
    .search-section
    {
        height: auto;
        padding-bottom: 30px;
    }
    .search-header-input h1
    {
        text-align: center;
    }
    
    }

@media only screen and (max-width: 600px) {
  .product {
    max-width: 300px;
      margin-left: auto;
      margin-right: auto;
      
  }
    .product-item-info {
    width: 70%;
}
.product-items 
    {
        width: 100%;
    }
    .deals .product-item-icon
    {
        margin: 7px 10px;
    }
.deals .deal-img {
    width: 80px;
    height: 50px;;
    
}    

}

.iti
    {
        display: block;
    }
    .load-less-banks
    {
      display: none;
    }
    .load-all-btn{
        display: flex;
        justify-content: center;
        text-align: center;
        
    }
    
    .load-all-btn a
    {
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        background-color: #434343;
        width: 182px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    .load-button
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 30px;
        
    }
    
    .loader-icon,.banks-loader-icon {
        display: none;
        font-size: 21px;
        color: #FF425E;
        margin-left: 10px;
    }
    .custompost-loader-icon{
        display: none;
        font-size: 16px;
        color: #FF425E;
    }

.howitworks{
    padding-top: 10px;
    padding-bottom: 50px;
}

.how-itworks-icons-container{
    display: flex;
  justify-content: center;
  column-gap: 20px;
margin-top: 20px;
}
.arrow1{
    position: absolute;
    top: 170px;
    right: 19px;
}
.arrow2{
    position: absolute;
  bottom: 190px;
  right: -6px;
}
.icons-text-container{
    display: flex;
  column-gap: 20px;
    position: relative;
}
.howitworks-text{
    width: 200px;
    padding-top: 20px;
}
.howitworks-text p{
  word-wrap: break-word;  
  margin-top: 10px;
}

    .spinner {

        animation: rotate 2s linear infinite;
    }

    @keyframes rotate {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
   


/* videos section */

.main-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 10px;
        height: 350px;
        /* You can adjust the height as needed */
        background-color: azure;
        max-width: 1250px;
        margin-left: auto;
        margin-right: auto;
    }



    .top-left {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        background-color: antiquewhite;
    }

    .bottom-left {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        background-color: rebeccapurple;
    }

    .middle-item {
        grid-column: 2 / 4;
        grid-row: 1 / 3;
        background-color: rosybrown;
    }

    .top-right {
        grid-column: 4 / 5;
        grid-row: 1 / 2;
        background-color: yellow;
    }

    .bottom-right {
        grid-column: 4 / 5;
        grid-row: 2 / 3;
        background-color: blueviolet;
    }
    
    iframe{
        width: 100%;
        height: 100%;
    }
 
/* videos section */

.compare-products-container{

  max-width: 1120px;
  border: 1px solid #0000000f;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
   padding: 40px;
}
    
.compare-grid-container{
  display: flex;
  width: 85%;
   margin-bottom: 50px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
    }
    
.compare-products-container img{
  width: 270px;
}
    
.custom-select {
        border-radius: 0px !important;
        display: inline-block;
        max-width: 270px;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 1.75rem 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        vertical-align: middle;
        background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
        background-size: auto;
        background-size: 8px 10px;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .compare-grid{
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        align-items: center;
        column-gap: 30px;
    }
    
    .comparison-btn{
     padding: 12px 300px;
     border: 1px solid black;
    text-decoration: none;
     color: black;
    }
    

@media only screen and (max-width: 1330px) {
  .how-itworks-icons-container{
      flex-direction: column;
      align-items: center;
    }
    .arrow1,.arrow2{
        display: none;
    }
    .home-widgets{
        flex-direction: column;
        align-items: center;
        row-gap: 50px;
    }
    .home-widgets .line::before, .home-widgets .or::after{
        display: none;
    }
}

@media only screen and (max-width: 1130px) {

  
    .main-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 340px);
       
        height: 100%;
       
        max-width: 640px;
     
    }
    .home-widgets{
        align-items: flex-start;
    }
    .top-left
    {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .bottom-left
    {
       grid-row: 2 / 3;
        grid-column: 1 / 2; 
    }
    .middle-item{
        grid-row: 3 / 4;
        grid-column: 1 / 2;
    }
    .top-right{
        grid-row: 4 / 5;
        grid-column: 1 / 2;
    }
    .bottom-right{
        grid-row: 5 / 6;
        grid-column: 1 / 2;
    }
    
    .compare-grid{
        margin-bottom: 30px;
        row-gap: 20px;
    }
    .compare-grid-container{
        flex-direction: column;
    }
    .comparison-btn{
     padding: 10px 60px;   
    }

}
@media only screen and (max-width: 1072px) {
  .deals-agent-container{ 
    flex-direction: column;
  }
    
 .agents-container::before{
     display: none;
    }
    
    .deals-container{
       margin-top: 30px; 
    }
}

@media only screen and (max-width: 640px) {
    .agents-container-flex{
     
    grid-template-rows: auto;
    grid-template-columns: auto;
    justify-content: center;
    }
    
    .main-grid {
    
    grid-template-rows: repeat(5, 240px);
    max-width: 320px;
  }
}

@media only screen and (max-width: 420px) {
    
    .search-header-input h1{
        font-size: 20px;
    }
    
    .search-header-input p{
        font-size: 14px;
    }
}










