.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #2E409A;
    height: 48px;
    color: #2E409A !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 15px;
    color: #2E409A !important;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 10px !important;
    color: #2E409A !important;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2E409A !important;
}
.select2-selection__placeholder {
    color: #2E409A !important;
  }


.loader-overlay {
    position:relative;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);  
    z-index: 99999 !important;  
}

.loader {
    position:absolute;
    top: 40%;
    left: 50%;
    border: 8px solid #2E409A;
    border-top: 8px solid #f4f4f4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

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

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

/* new modify css 22/01/2024 */

.sub-btn button {
    background-color: #DE0100;
    border-color: #DE0100;
    color: #fff;
    font-family: 'Gilroy-Bold';
    padding: 8px 25px;
    border-radius: 5px;
    font-size: 17px;
    border:none;
}

.icon-contact-txt a {
    font-size: 17px;
    color:black;
}
.contact-box ul li p a{
    color:#fff;
    margin-bottom: 0;
    }

#toast-container>div {
    opacity: 1 !important;
}

.custom-pagination ul.pagination li {
    padding: 0px !important;
}

.custom-pagination .page-link {
    color: #DE0100;
}

.custom-pagination .active>.page-link, .page-link.active {
    background-color: #DE0100;
    border-color: #DE0100;
    color: #fff;
}
/* .read-btn-new  a.source_link{
    color: #2e409a !important;
    font-family: 'Gilroy-Bold' !important;	
    display: block !important;
    background-color:none !important;

} */
.source-link
{
  background-color: unset !important;
}
.desc-img img{
    width:100% !important;
    height: auto !important;
    border-radius: 10px !important;

}
.inner-like{
    font-size:16px;
    color: #2e409a;
    font-weight:600;
    margin:5px;
}
.movement-img img {
    width: 100%;
  }
.gallery-title h3{
    font-family: 'Gilroy-Bold';
}
.carousel-indicators{
    display: none !important;
}
.carousel-control-prev-icon{
    display: none !important;

}
.carousel-control-next-icon{
    display: none !important;

}

.product-list .card-title a {
    font-size: 22px;
    color: #2e409a;
    margin-bottom: 0px;
    font-family: 'Gilroy-Bold';
  }

  .product-cart-info {
    min-height: 100px;

}

.empty-cart{
    border: 1px solid #ddd;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 185px;
}

.input button.minus[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
  }

#address_check{
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1;
    width: 1;
    margin: -1;
    padding: 0;
    border: 0;
    position: relative;
    float:right;
    width:20px !important;
    height: 20px !important;

}
#address_box{
    margin-bottom: 5px;

}
.address-box-start{
    margin-bottom: 15px;
}

/* .select2-dropdown{
    z-index: 9999 !important;
} */
.navbar-fixed{
    z-index: 111;
}
#opinion-poll .modal-header {
    border-bottom: none;
    background-color: #2E409A;
}
#opinion-poll h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.opinion-poll button:hover {
    background-color: #716f71;
    border-color: #716f71;
}
.opinion-poll button:active {
    background-color: #716f71;
    border-color: #716f71;
}
button.btn-cross.white-cross i {
    color: #fff !important;
}
div#opinion-poll label {
    color: #2E409A;
    font-family: Gilroy-Bold;
}
#opinion-poll input[type="radio"] {
    display: inline-block; 
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1;
    width: 1;
    margin: -1;
    padding: 0;
    border: 0;
}
#opinion-poll .form-check input {
    position: relative;
    top: 0px;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 16px !important;
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd !important;
}
.posts p {
 font-family: 'Gilroy-Bold';
}
.posts label {
 font-family: 'Gilroy-Medium';
}
span.post-tiles{
 font-family: 'Gilroy-Medium';	
}
.posts .form-check {
    margin-bottom: 15px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.posts p {
    margin-bottom: 0;
    font-size: 17px;
}
#opinion-poll .modal-dialog{
max-width:650px;
}
.opinion-poll button i {
    background-color: #fff;
    color: #DE0100;
    margin-left: 5px;
    padding: 4px 5px;
    border-radius: 50%;
}

.nav-link.click-scroll.active{
    color: #DE0100;

}