.nav_btns .btn {
    border-radius: 20px;
}

#slider {
    margin-top: 100px;
}

#slider img{
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*.circle img{
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/
.circle h4{
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.new img{
  border-radius: 15px;
  border:1px solid #d6d6d633;
/*  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.btn-default {
    background: #2e3149;
    color: white;
}

.all .notify-badge{
  position: absolute;
  right: 0;
  bottom: 0;
  background: #07194a;
  text-align: center;
  border-radius: 40px 0px 25px 0px;
  color: white;
  padding: 5px 20px;
}

.date_title .notify-badge{
  position: absolute;
  font-size: 15px;
  right: 0;
  bottom: 0;
  background: #07194a;
  text-align: center;
  border-radius: 40px 0px 20px 0px;
  color: white;
  padding: 5px 15px;
}

.date_title h5 {
    font-size: 15px;
    color: #07194a;
    font-weight: 600;
}

.slider_head h2{
    color: #07194a;
}

@media screen and (max-width: 467px) {
    .poster_gallery .date_title .notify-badge{
        position: absolute;
        right: 0;
        bottom: 0;
        background: #07194a;
        text-align: center;
        border-radius: 22px 0px 15px 0px;
        color: white;
        padding: 4px 10px 0px 10px;
        font-size: 0.5em;
    }
}

.slider_head button, .view_all_btns .btn-light{
    color: #07194a;
    height: 40px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 640px) {
    .slider_head h2{
        font-size: 20px;
        color: #07194a;
    }
    .slider_head button{
        color: #07194a;
        height: 23px;
        font-weight: 600;
        font-size: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .circle h4{
        font-size: 10px;
        #07194a
        font-weight: 600;
        color: black;
    }

    .new img{
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .all .notify-badge{
        position: absolute;
        right: 0;
        bottom: 0;
        background: #07194a;
        text-align: center;
        border-radius: 40px 0px 20px 0px;
        color: white;
        padding: 2px 5px 1px 5px;
        font-size: 6px;
    }  

    .date_title h5 {
        font-size: 10px;
        font-weight: 600;
        color: #07194a;
    }

    .date_title .notify-badge{
       position: absolute;
       right: 0;
       bottom: 0;
       background: #07194a;
       text-align: center;
       border-radius: 40px 0px 20px 0px;
       color: white;
       padding: 2px 5px 1px 5px;
       font-size: 6px;
    }
    .slider_head button, .view_all_btns .btn-light{
        color: #07194a;
        height: 32px;
        border-radius: 20px;
        font-weight: 600;
        font-size: 12px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

/* Footer */

.footer {
    background: #2e3149;
    bottom: 0px;
}

.quick_links ul li a {
    color: white;
}

.quick_links ul li a:hover {
    text-decoration: none;
    color: orange;
}

.footer_download_img img {
    width: 180px;
    height: 50px;
    margin: 5px 0 5px 0;
}

@media screen and (max-width: 640px) { 
    .footer_download_img img {
        width: 150px;
        height: 45px;
    }
}

/* All category  */

.category_heading {
    margin-top: 100px;
}

/*Single Category*/

#single_category {
    margin-top: 100px;
    margin-bottom: 30px;
}

.poster_gallery .col-lg-2 {
    padding: 0 10px 0 10px;
}

@media screen and (max-width: 467px) {
    .poster_gallery .col-lg-2 {
        padding: 0 5px 0 5px;
    }
}

.poster_gallery .date_title .notify-badge{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #07194a;
    text-align: center;
    border-radius: 40px 0px 30px 0px;
    color: white;
    padding: 6px 15px 2px 15px;
    font-size: 0.775em;
}

@media screen and (max-width: 467px) {
    .poster_gallery .date_title .notify-badge{
        position: absolute;
        right: 0;
        bottom: 0;
        background: #07194a;
        text-align: center;
        border-radius: 22px 0px 15px 0px;
        color: white;
        padding: 4px 10px 0px 10px;
        font-size: 0.5em;
    }
}

/* Business list */

.single_business:hover {
    cursor: pointer;
}

#business_list, .search_result_page {
    margin-top: 100px;
    margin-bottom: 30px;
}

.business_list .card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.business_list img {
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.add_business button{
    width: 80px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}
.add_modal .btn, #edit_modal .btn{
    width: 80px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}
.action_btns a{
    min-width: 80px;
    height: 30px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}
@media screen and (max-width: 467px) {
    .business_list img {
        width: 80px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

.add_modal form .form-control, #edit_modal form .form-control {
    border: none;
    border-radius: 5px;
    background: #f3f5fb;
/*    background: #f5f8fa;*/
    box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 1px 3px 0 rgb(0 0 0 / 10%);
}
.modal-content{
    border: none;
    border-radius: 20px;
}

.login_modal .modal-content {
    border: none;
    border-radius: 20px;
}

.login_modal .modal-content .modal-header {
    border: none;
}
.login_modal .modal-body .form-control {
    border: none;
    height: 3.5rem;
    border-radius: 10px;
    background: #f5f8fa;
}
.input-group-text {
    background: #f5f8fa;
    border: none;
}
.login_modal .modal-body #full_input, .search_modal input{
    border: none;
    height: 3.5rem;
    border-radius: 10px;
    background: #f5f8fa;
}
.login_modal .modal-body .input {
    background: #f5f8fa;
}
.login_modal .modal-body a{
    text-decoration: none;
}
.uploadcare--jcrop-holder>div>div, #preview {
  border-radius: 50%;
}

/*search page*/

.search_result_page .input-icons i {
    position: absolute;
}
          
.search_result_page .input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.search_result_page .input-icons .filter {
    position: absolute;
    margin-top: -40px;
    height: 2.1875rem;
    right: 21px;
}
  
.search_result_page .icon {
    padding: 14px 25px;
    color: #2e3149;
    min-width: 50px;
    text-align: center;
}
  
.search_result_page .input-field {
    width: 100%;
    padding: auto;
    text-align: center;
}
.search_result_page .search_flields input{
    border-radius: 25px;
    height: 2.8125rem;
}

/*header page search modal*/
.search_modal #search_form button {
    position: absolute;
    right: 10px;
    margin-top: 9px;
    border-radius: 5px;
}


.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}
#loader_sec {
/*    display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(46, 49, 73, 1);
    z-index: 9999;
    opacity: 0.8;
    padding-top: 45vh;
    transition: all 0.5s;
}
.loader {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    z-index: 2;
    border: 6px solid rgba(0, 0, 0, .1);
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    animation: spinner 1s linear infinite forwards;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
        -ms-border-radius: 50%;
            border-radius: 50%
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    
    100% {
        transform: rotate(360deg)
    }
}

/*home page story*/

.story {
    position: relative;
    z-index: 1;
    top: 0px;
    left: 0px;
    
  }

  .png{
    animation: zoom-in-zoom-out 2500ms ease infinite;
  }

  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.05, 1.05);
    }
    100% {
      transform: scale(1, 1);
    }
  }

  .rotate {
    animation: rotation 5s;
  }

  .linear {
    animation-timing-function: linear;
  }

  .infinite {
    animation-iteration-count: infinite;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .image{
    border-radius: 50%;
    position: absolute;
    top: 0px;
    z-index: 999;
  }

  .circle{
    position: relative;
  }


/*search*/
.search-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.search-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
    padding-top: 11%;
}

.search-popup label {
    color: white;
}

.search-form {
    display: block;
    margin: 7em 4em;
    position: relative;
}

.form {
    position: relative;
    display: flex;
    justify-content: center;
}

.form input {
    outline: none;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    border-color: #dad6d5;
    background-color: transparent;
    width: 50%;
    padding: 1em 0;
    color: #dad6d5;
}

.form label {
    position: absolute;
    top: 25%;
    right: 25%;
}

.mobile_nav{
    display: none;
}

@media screen and (max-width: 640px) {
    .form {
        top: 100px;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .form input {
        outline: none;
        border-width: 0 0 1px 0;
        border-style: none none solid none;
        border-color: #dad6d5;
        background-color: transparent;
        width: 100%;
        padding: 1em 0;
        color: #dad6d5;
    }
    .form label {
        position: absolute;
        top: 25%;
        right: 0;
    }
    .mobile_nav{
        display: block;
    }
}
#logout{
    color: white;
}
#logout:hover{
    color: black;
}
.dropdown-menu-right {
    background-color: #2e3149;
}
.dropdown-toggle::after {
    display: none;
}