/*PAGINATION DESIGN*/

ul.pagination li a, ul.pagination li span {
    width: 35px;
    height: 35px;
    background: #f6b60f1a;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    margin: 0px 5px;
    transition: all .3s;
    color: #000;
    display: inline-block;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li a:hover {
    color: #000 !important;
}

ul.pagination {
    display: inline-block;
    margin: 0 auto;
}

ul.pagination li.active span {
    background: #f6b60f;
    color: #fff;
    cursor: no-drop;
}

.page-center {
    text-align: center;
}

/*PAGINATION DESIGN ENDS*/


.gocover {
    display:none;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.recent-post-widget .post-list li .post .post-img {
    max-width: 100px;
}
.forgot-header {
    background-color: #f6b60f;
    padding: 15px 30px;
}

.forgot-header h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

/*-------------------------
    Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
 }
/* PRELOADER CSS ENDS*/

.model-details ul.social-links{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.model-details .contact-infos{
    margin-top: 15px;
}
.model-details .contact-infos .single-contact{
    display: flex;
}
/* .model-details .contact-infos .single-contact .txt{
    padding-left: 15px;
} */

@media  (max-width: 1199px) {
    .mainmenu-area .navbar {
      padding: 0px 0px 0px 0px;
  }
    .mybtn1{
      padding: 10px 15px;
    }
    .mainmenu-area .navbar #main_menu .navbar-nav .nav-link{
        font-size: 14px;
    }
  
  }
  @media  (max-width: 991px) {
    .mainmenu-area nav.navbar .mybtn1{
        top: 50% !important;
        transform: translatey(-50%);
    }
  }
  .nav-item-100{
      max-width: 100%!important;
  }
  .center-button {
    text-align: center;
    margin-top: 10px;
}
.icon-width{
    width: 30px;
    /* height: 35px; */
}