:root {
    --primary-color: #3498db;
    --secondary-color: #2ecc71;
    --black-clr:#000;
    /* --text-white:#000; */
    --font-family: "Urbanist", sans-serif;
    --base-margin: 0;
    --base-padding: 0;
    --gray-clr:#222222;
    --gray2-clr:#958c8c;
    --font-14:14px;
    --golden-shadow:#EFCE796E;
    --golden-clr:#b49b5b;
    --golden-clr2:#f5d278;
    --gray-border:#2e2e2e;
    --alfa-white:#ffffffeb;
    --dd-gray:#1d1d1d;
    --light-black-shadow:rgba(0, 0, 0, 0.1);
    --dark-black-shadow:rgba(0, 0, 0, 0.2);
    --menu-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-form-check-bg-imagess: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23b49b5b'/%3e%3c/svg%3e") ;
}
* {
    margin: var(--base-margin);
    padding: var(--base-padding); 
    box-sizing: border-box;
}
body {
    font-family: var(--font-family) ;
    background-color:#fff;
    /* color: var(--text-white); */
}
/* .container{
    max-width: 1090px;
} */
.bg-gray{
    background-color: var(--gray-clr);
}
.slider-container > *{
    font-family: "Roboto", sans-serif;
}
.cls-mob,.home-font, .gradient-custom, #loginForm {
    font-family: "Roboto", sans-serif;
}
.mt-0 {
    margin-top: 0;
}
.p-0 {
    padding: 0;
}
.py--2,.td-module-meta-info .p-1{
    padding: 2px 6px !important;
}
.py--3{
    padding: 3px 7px;
}
h1, h2, h3 {
    margin: 1rem 0;
}
.h1, h1 {
    font-size: 2.3rem;
}
p{
    font-size: var(--font-14);
}
a {
    color: var(--primary-color);
    text-decoration: none ;
}
a.text-white{

}
ul, ol{
    margin: 0;
    padding: 0;
}
li{
   list-style-type: none;
}
ol li{
    font-size: 15px;
}
.txt-black{
    color: var(--black-clr);
}
.text-decoration-underline, .login-clr:hover{
    text-decoration: underline;
}
.card  {
    background-color: var(--black-clr);
    color: var(--text-white) !important;
}
.header-sticky{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: var(--black-clr);
    box-shadow:var(--light-black-shadow);
    background-color: #000;
  

  
}
.navbar{
    background-color: #000;
  
}
.object-fit-contain{
    object-fit: contain;
}
.font-10{
    font-size: 10px !important;
}
.font-11{
    font-size: 11px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-13{
    font-size: 13px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-15{
    font-size: 15px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-20{
    font-size: 20px !important;
}
.font-22{
    font-size: 22px !important;
}
.font-25{
    font-size: 25px !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-700{
    font-weight: 700 !important;
}
.rounded-0{
    border-radius: 0px !important;
}
.gray2-clr{
    color: var(--gray2-clr) !important;
}
.text-gray{
    color: var(--gray2-clr);
}
.bg-gray{
    background-color: var(--gray-clr);
}
.youtube-logo{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; 
}
.obejct-fit-cover{
    object-fit: cover;
}
.max-hight-250{
min-height: 250px !important;
max-height: 250px !important;
}
.image-input img {
 border-radius: 5px;
}
.image-input {
   cursor: pointer;
border: 1px solid var(--gray-border);
border-left: 0px;
    border-radius: 5px; 
}

.gap-12{
    gap: 12px;
}
.img-demesion img{
    height: 200px;
    max-width: 100%;
}
.gradient-custom{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 220px);
    background-color: var(--gray-clr);
}
.max-w-400 {

    line-height: 1.2;
}
.bg-black{
    background-color: var(--black-clr);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--text-white);
    background-color: var(--black-clr);
}

.form-check-input:focus{
    box-shadow: var(--golden-shadow);
}
.progress-bar-custom{
    background-color: var(--gray-clr);
    min-height: 80px !important;
    padding: 10px;
}
.min-h-33{
min-height: 33px;
}
.row-wise .whatsaap{
    width: 35px;
}
.social-iconss  .whatsaap{
    margin-left: -2px;
    width: 37px;
}
.social-iconss .facebook{
    margin-right: 2px;
}
.row-wise .facebook{
    margin-right: 3px;
}
.social-iconss  img,.row-wise img{
    border-radius: 8px;
}
.cursor-pointer,.dropdown-item{
    cursor: pointer;
}
.rounded-right-0{
    border-radius:5px 0 0 5px !important
}
.rounded-left-0{
    border-radius:0px 5px 5px 0px !important
}
.word-spacing-4x{
    word-spacing: 4px;
}

.alpa-white{
    color: var(--alfa-white);
}
.card.card-videos {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}
.card.card-videos .skew-img{
    height:100%;
    transform: scale(1.4);
}
.col-5-custom  .card.card-videos{
    height: 140px;
}
.card.card-videos .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 0px !important;
}
.card.card-videos .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    /* background-color: var(--light-black-shadow);  */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    color: var(--text-white);
    padding: 10px;
    z-index: 2;
}
.custom-padding{
    padding:16px 18px !important; 
}
.card.card-videos:hover img {

    transform: scale(1.1);
}
.col-5-custom {
        width: 20%;
    }
.card.card-videos:hover .card-body {
    background-color: var(--dark-black-shadow); 
    transition: background-color 0.3s ease;
} 
.max-h-373{
    max-height:373px;
   max-width: 532px;
}
.slick-prev:before {
    content: '\2039' !important;
}
.slick-prev{
    right: 16px !important;
    left: auto !important;
}
.slick-next{
    right: -5px !important;
}
.slick-arrow{
    top: -20px !important;
}
.slick-next:before {
    content: '\203A' !important; 
}
.slick-prev:before, .slick-next:before{
    font-family: 'Font Awesome 5 Free' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px !important;
    line-height: 1 !important;
    opacity: 1 !important;  
}
.slick-prev:hover:before, .slick-next:hover:before {
    color: var(--gray2-clr);
}
.related-articles-slider .article-item {
    padding: 10px;  
 }
 .related-articles-slider .slider-img {
    width: 100%;
    /* height: 150px; */
    border-radius: 2px;
    object-fit: cover;
 }
 .related-articles-slider h4 {
    font-size: 16px;
    margin-top: 10px;
 }
 .related-articles-slider p {
    font-size: 12px;
 }
 .slick-slide{
 height:auto !important;
 }
 .time-postion {
    right: 97px;
    top: 13px;
    cursor: pointer;
    color: #fff;
}
 .set{
   transform: translate(-50%, -50%);
   top: 50%;
   left: 50%;
 }
 .set img{
 width: 40px;
 height: 40px;
 object-fit:contain;
 }
 .position-absolute.set2{
 bottom:0px;
 background-color:var(--gray-clr);
 color:var(--text-white);
 }
 .d-flexx {
    display: flex;
}
.border-b-black{
border-bottom:2px solid #000;
}
.fit-wds{
    max-width: fit-content;
    padding-bottom: 2px !important;
} 
.max-width-img{
max-width: 100%;
}
.border{
    border: 1px solid #2e2e2e !important;
}
.avatar.avatar-50{
    height: 100%;
}

.special-order .adds-white > * {
color: #fff !important;
} 
.adds-white > * {
    color: #000 !important;
}

.common-img-dimension{
    width: 80px;
    min-width: 80px;
    height: 80px;
 min-height: 80px;
 border: 1px solid #2e2e2e;
}
.title-cutting{
    text-wrap: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.recentcomments{
    max-height: 43px;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 13px;

}
.recentcomments  a,.recentcomments span{
    color: #000;
    font-size: 14px;
    font-style: italic;
}
.adds-white >*{
    color: #fff;
}
.swipebox:hover{
    cursor: pointer;
text-decoration: underline !important;
}
.font-vari-22{
font-size: 20px;
}
.navbar-toggler-icon {
    background-image: var(--menu-img)
}
.navbar-toggler:focus{
    box-shadow: none;
}
.hiden-togle.dropdown-toggle::after {
display: none;
}
.cls-for-mob2{
font-size: 12;
}



.height-alert::-webkit-scrollbar {
    display: none;
}
.show-more{
  margin-top: 20px;
        background-color: transparent ;
        padding: 6px 10px;

        font-size: 12px;
        border-radius: 0px;
        transition: background-color 0.3s ease, color 0.3s ease;
        border: 1px solid #C9C9C9;
        color: #c9c9c9;
    
}
.col-5-custom .card-title{
    text-overflow: ellipsis;
    text-wrap: nowrap;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap; 
}
.show-more:hover{
    background-color:#000;;
    color: #fff;

}
.filterBtn{
    border: 2px solid transparent !important;
}
.active.filterBtn, .filterBtn:hover {
   color: var(--golden-clr) !important; 
    /* border: 2px solid #222222 !important; */
}
.height-alert  {
    scrollbar-width: none; 
}
.nav-link.sidebar:hover{
background-color: var(--gray-clr);
}
.p-block-25{
    padding-block: 45px;
}
.calculi-wids2{
    padding-bottom: 40px;
}
@media screen and (min-width:1100px) {
    .max-h-373{
      
        min-width:532px ;
    }
    /* .item-details a.font-vari-22{
        max-width: 200px;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
      } */
      .container {
        max-width: 1090px;
    }
}
.font-lg-14{
    font-size: 14px !important;
}
.slider-vw-width{
     
    width: calc(100vw - 6px);
}
 @media screen and (min-width:992px) {
   
    .max-h-373{
        min-height: 373px;
       
    }
   .mb-lg-55{
    margin-bottom: 40px !important;
   }
    .max-w-400 {
width: 336px;
    }  
    .max-w-444{
min-width: 550px
    }
    .specify-h{
        min-height:570px
    }
    .height-alert{
 
        /* max-height: 1070px;
        overflow: auto;  */
    }
    .calculi-wids{
width: calc(100% - 370px);
    }
    .calculi-wids2{
        width: 345px;
    } 
    .min-height-435{
        height: 408px;
    
    }
    #layoutSidenav #layoutSidenav_content {
        margin-left: 0;
        transition: margin 0.15s ease-in-out;
    }
   
    
}

.cls-mob{
    color: #fff;
}
.cls-mob:hover,.active-article{
    color: var(--black-clr);
    font-weight: 600;
}
.td-excerpt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;  
}
.scaler{
    transform: scale(1.5);
}
.img-inslider{
    width:100%;
    overflow:hidden;
  
}
.img-widths{
   
    height:150px;
    min-width: 218px;
    width: 218px;
    overflow: hidden;
}
.img-widths > img{
    width: inherit;
    height:  inherit;
    object-fit: cover;
}
::-webkit-scrollbar {
    width: 12px; /* width of the scrollbar */
  }
  
  ::-webkit-scrollbar-track {
    background: #191c24; /* background of the scrollbar track */
  }
  
  ::-webkit-scrollbar-thumb {
    background: #4a4e56; /* color of the scrollbar handle */
    border-radius: 6px; /* rounded corners for the scrollbar handle */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #6c757d; /* color on hover */
  }
  
  /* For Firefox */
  * {
    scrollbar-width: thin; /* width of the scrollbar */
    scrollbar-color: #4a4e56 #191c24; /* thumb color and track color */
  }
  .img-container {
    height: 240px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #2e2e2e;
 }
 .h-80px{
    height: 80px;
 }
 .image-input:has(.form-check-input:checked),.image-input-parent:hover  .image-input{
    border: 1px solid var(--golden-clr);
    border-left: 0px;

}
.image-input-parent:has(.form-check-input:checked), .image-input-parent:hover {
    box-shadow: -4px 0px 44px 0px var(--golden-shadow);
    
}

.clamp2 {
    display: -webkit-box;          /* For Safari */
    -webkit-box-orient: vertical; /* For Safari */
    overflow: hidden;
    -webkit-line-clamp: 2;        /* Limits to 2 lines */
    max-height: 3em;              /* Adjust based on line height */
    line-height: 1.5em; 
    margin-bottom: 0px !important;          /* Line height */
}
.article-item .clamp2 {
    -webkit-line-clamp: 1;
}
.form-check-input[type=radio] ,.form-check-input[type=checkbox]{
   
    cursor: pointer;
}
.form-check-input[type=radio]{
    border: 2px solid var(--golden-clr);
    background-color: transparent;
}
.form-check-input:focus{
    border-color: var(--golden-clr);
}
.comment-img{
    width: 50px;
    height: 45px;
    
}
.comment-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    /* border-radius: 50%; */
}
.custom-hr {
    border: 0;
    height: 1px;
    background-color: lightgray;
    margin: 20px 0 25px 0;
}
.input-group {
    position: relative;
}

.input-group-text {
    background-color: white;
    border: 1px solid #ced4da; 
    border-radius: 2px;
}
.login-clr{
    color: var(--golden-clr2);
}
@media screen and (max-width:1024px) {
    /* .card.card-videos{
        height: 198px;
    }
    .col-5-custom .card.card-videos {
        height: 107px;
    } */
}
.custom-font{
    font-size: 20px;
}



.skew-img {
    position: relative;
    overflow: hidden;
    transform: scale(1.4);
  }

  /* Style for the left (top-left triangle) image */
  .skew-img .image-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  /* Style for the right (bottom-right triangle) image */
  .skew-img .image-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
.mt--2{
    margin-top: -2px;
}
.btn-close {
    
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;

}
.textria{
/* height: 40px; */
max-width: 330px;
}
.textria textarea{
    resize: none;
    border-radius: 5px;
}
.textria textarea,.textria button{
height: 100%;
}
.textria button{
  border-radius: 5px ;

    }
    .form-control, .typeahead, .tt-query, .tt-hint, .select2-container--default .select2-selection--single .select2-search__field, .select2-container--default .select2-selection--single {
        height: 2.575rem;
        border: 1px solid #333;
        font-weight: normal;
        font-size: 0.875rem;
        padding: 0.625rem 0.6875rem;
        background-color: #333;
        border-radius: 2px;
        color:  #fff;
    }
    .form-control::placeholder{
        color: #fff;
    }
    .btn-outline-light{
        transition: color 0.3s, background-color 0.3s;
    }
    .form-control:focus{
        color:  #fff;
        background-color: #333;
        border: 1px solid #3c3939;
        box-shadow:var(--golden-shadow);

    }
    .article-item .skew-img, .related-articles-slider .slider-img, .slider-img{
   
        height: 160px;
    }
    .single .comments, .single .comments .comment {
        padding-top: 50px;
    }
    .tdi_39 .comment-link {
        display: inline-block;
    }
    
    .comment-link {
        font-size: 11px;
     float: right;
        color: #747474;
        padding-left: 10px;
    }
    .border-bottom {
        border-bottom: var(--bs-border-width) var(--bs-border-style) #312e2e !important;
    }
    .dropdown-toggle::after{
        vertical-align: 0.240em !important;
    }
    /* .text-white-gold{
        color: var(--text-white) !important;
    } */
   
    .specific-wds {
        max-width: 175px;
        text-wrap: wrap;
    }
    .image-link p{
text-transform: capitalize;
    }
    .text-link-rap {
        margin-top: 6px;
    }
    #comments{
        margin-top: 1.5rem;
    }
   
    .img-disaster img, .image-input-parent img{
background-color: #fff !important;
    }
    .bg-gray2{
        background-color: var(--dd-gray); 
    }
    @media screen and (max-width:992px){
        .special-order{
           order: -1;
        }
        .entry-title{
            margin-block: 4px;
        }
        .d-none-on-md{
display: none !important;
        }
        .custom-font{
           font-size: 25px;
       }
       .font-lg-14{
        font-size: 12px !important;
    }
       .textria button {
        border:1px solid #fff;
    }
           .m-l--7{
               margin-left: -7px;
           }
           .col-5-custom {
               width: 250px;
           }
           .max-h-373{
      
            min-height:220px ;
        }
           .col-5-custom .card.card-videos {
               height: 145px;
           }
           .footer-row .navbar-nav{
                  flex-direction: row !important;
                  justify-content: center;
                  flex-wrap: wrap;
           }
           .justify-center{
               justify-content: center !important;
               flex-direction: column;
           }
           .p-block-25{
               padding-block: 30px;
           }
           .flex-rows {
               flex-direction: column;
               text-align: center;
               justify-content: center;
           }
          
        .cls-mob:hover,.active-article{
            color: var(--gray2-clr);

        }
        .slider-vw-width{
     
            width: calc(100vw - 5px);
        }
       }
       .text-gray3{
        color: #828282;
       }
      @media screen and (min-width:768px) {
       header {
height: 60px;

        }
        .img-inslider{
            height:134.86px;
        }
        .h-in-desktop{
            height: 250px
        }
        footer .nav-link:last-child{
            padding-right: 0px !important;
            }
        .nav-scroll
        {
            height: 48px;
        }
        .nav-scroll .navbar {
height: 100%;

        }
        header     .navbar {
            height: 100%;
            
                    }
        .nav-scroll, .nav-scroll .navbar {
            padding: 0px !important;
          
            background-color: rgba(22, 22, 22, 0.8);
        }
        
        .slider-vw-width{
            background-color: var(--dd-gray); 
         
            position: relative;
            left: 50%;
            right: 50%;
            margin: 0 -50vw;
        
        }
       
        .nav-scroll .navbar .img-logo {
            width: 70px !important;
            height: 70px !important;
        }
        .nav-scroll {
        
            -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
            padding: 0;
            position: fixed !important;
            top: -100px !important;
            left: 0;
            width: 100%;
            -webkit-transition: -webkit-transform .5s;
            transition: -webkit-transform .5s;
            -o-transition: transform .5s;
            transition: transform .5s;
            transition: transform .5s, -webkit-transform .5s;
            -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
            transform: translateY(100px);
            border-radius: 0 !important;
            margin: 0 !important;
            padding: 5px 0px;
            z-index: 999;
        }
        
      }
      .btn-search > button ,.h-35{
height: 32px !important;
      }
  .img-dimension-two{
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
  }
    @media screen and (max-width:350px) {
        .g-recaptcha {
            transform: scale(0.7);
            transform-origin: 0 0;
        }
        p.mb-0.d-flex.gap-1.align-items-center,.specific-wds {
            font-size: 10px !important;
        }
    }
    .rc-anchor-logo-portrait{
        margin-left: 0px !important;
    }

    .rc-anchor-normal .rc-anchor-pt {
        margin: 2px 11px 0 0;
        padding-right: 24px !important;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        border-radius: .375rem !important;
       color: gray;
       border: 0px !important;
    }
    .nav.nav-tabs  .nav-item .nav-link{
        border: 0px !important;
        border-radius: .375rem !important;
    }
    .nav-tabs {
        border: 1px solid #ccc;
        border-radius: .375rem !important;
    }
    .nav-tabs .nav-link.active {
color: #000;
    }
    .file-upload-wrapper {
        display: flex;
        align-items: center;
        /* width: 100%; */
        /* max-width: 500px; */
        /* background-color: #1c1c1c; */
        /* Matches the dark background */
        /* padding: 10px; */
    }

    .wrapper .slide-controls {
        position: relative;
        display: flex;
        height: 50px;
        width: 100%;
        overflow: hidden;
        margin: 30px 0 10px 0;
        justify-content: space-between;
        border: 1px solid lightgrey;
        border-radius: 15px;
    }

  

    #signup:checked~label.login {
        color: #000;
    }

    #signup:checked~label.signup {
        color: #fff;
        cursor: default;
        user-select: none;
    }

    #signup:checked~.slider-tab {
        left: 50%;
    }

    .slide-controls .slider-tab {
        position: absolute;
        height: 100%;
        width: 50%;
        left: 0;
        z-index: 0;
        border-radius: 15px;
        background: -webkit-linear-gradient(left, #003366, #004080, #0059b3, #0073e6);
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .file-display {
        flex-grow: 1;
        padding: 10px;

        color: #fff;
        background-color: #2b2b2b;
        border-radius: 4px 0 0 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .upload-button {
        background-color: #0000005e !important;
        color: #fff;
        padding: 0px 20px;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
    }

    .upload-button:hover {
        background-color: #0000005e !important;
    }
    .loading-overlays{
        min-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 99;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        background-color: #0e01014f;
        width: 100%;
    
    }
    .invalid-feedback{
display:block;
    }
    button#loadMore,.spinner-border {
        margin-bottom: 50px;
    }
    #comments{
        margin-bottom: 25px;
    }
    .td-post-content.tagdiv-type {
        padding: 0px 0 10px 0;
    }
    .special-margin .block-title {
        padding-top: 0px !important;
    }
    .form-check-input:checked{
        background-color: var(--golden-clr) !important;
        border-color: var(--golden-clr) !important;
        border-width: 1px;
    } 
    .form-check.me-2 .form-check-input[type=radio] {
        background-image: none !important;
    }
    .form-check.me-2 .form-check-input:checked[type=radio] {
     background-image: var(--bs-form-check-bg-imagess);
    }
    .rc-anchor-dark.rc-anchor-normal, .rc-anchor-dark.rc-anchor-compact {
        border: 1px solid #2b2b2b !important;
    }
    
    .rc-anchor-dark {
        background: #2b2b2b !important;
    }
    #suggestions-list {
        max-height: 300px;
        overflow-y: auto;
        z-index: 1050;
        background-color: #000000d1;
        border-radius: 4px;
        width: 100%;
        padding: 12px;
        font-size: 14px;
        display: none;
    }

    span.no-result {
        padding: 8px 0;
    }

    #suggestions-list li {
        padding: 8px 0;
        cursor: pointer;
        transition: background-color 0.2s;
        border-bottom: 1px solid #251e1e;
        font-size: 14px;
        color: #fff;
    }

    #suggestions-list li a {
        color: #fff;
    }

    
    .custom-img{
        min-width: 50px;
        height: 50px;
        background-color: #f0f0f0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
        font-weight: 500;
        color: #2c2c2d;
    }
    .clr-E4E4E4{
        color: #E4E4E4;
    }
    a.text-white-gold {
        font-weight: 700;
        color: #fff !important;
    }
    .text-white-gold:hover,  .text-white-gold.active,.btn-login:hover{
        color: var(--golden-clr) !important;
    
    }
    .btn-login:hover, .btn-login:active{

border: 0px !important;
    }
    .wrapper{
        overflow: auto;
        height: 100%;
    }
    a.td-login-modal-js.cursor-pointer.text-white {
        color: #000 !important;
    }
    a.swipebox.font-14.text-white {
        font-weight: 600;
    }
    .scroll-to-top-btn {
        position: fixed;
        bottom: 20px;
        bottom: 20px;
        right: 30px;
        padding: 6px 12px;
        background-color: #000;
        box-shadow:-4px 0px 44px 0px var(--golden-shadow); 
        color: white;
        border: none;
        /* border-radius: 50%; */
        font-size: 20px;
        cursor: pointer;
        z-index: 99;
        transition: opacity 0.3s ease;
        opacity: 0;
        animation: slideUp 0.5s forwards;
    }
    @keyframes slideUp {
        0% {
          opacity: 0;
          transform: translateY(30px); /* Start below the page */
        }
        100% {
          opacity: 1;
          transform: translateY(0); /* Final position */
        }
      }
      
    span.no-result{
        color: #fff;
    }
    footer  a:hover{
        color: var(--golden-clr) !important;
    }
.left-area{
width: 100%;
}
@media screen and (max-width:350px) {
    .block-title {
        flex-wrap: wrap;
        border-bottom:0px;
    }
}
.drop-before::after {
    display: none;
}
.calculi-wids td{
    border-bottom: 0px;

}
.article-img-sze{
    width: 100%;
     height: 400px;
}
@media screen and (max-width:767px) {
    .d-flexx{
        flex-direction: column;
    }
    .recaptcha-container {
        width: 100%; 
        max-width: 200px; 
       
    }
    .article-img-sze{
        height: 300px;
    }
    .slider-vw-width{
        width: 100%;
    }
    .scroll-to-top-btn {
       
        right: 10px;

    }
    .bg-gray2{
        background-color: var(--gray-clr) !important;
    }
    .bg-gray, .slider-vw-width, .bg-gray2{
        background-color: var(--black-clr) !important;
    }
    .card.card-videos{
        height: 220px;
    }
    .col-5-custom .card.card-videos {
        height: 170px;
    } 
    .mt-inline-22{
        margin-inline: -24px;
    }
    h1.mb-4.mt-2.text-capitalize{
        font-size: 22px;
    }
  
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
    .container{
        padding-inline: 1.5rem;
    }
    /* header .container{
        padding-inline: 1rem;
    } */
    .article-item .skew-img, .related-articles-slider .slider-img{
   
        height: 190px;
    }
    .set > img {
width: 30px;
    }
  .cls-mob{
        font-size: 10px !important;
        }
     .font-vari-22{
font-size: 12px;
font-weight: 600;
        }
        .cls-for-mob2{
            font-size: 10;
            }
          
            .img-widths {
                height: 80px;
                max-width: 130px;
                min-width:130px;
                width:130px;
            }
            .max-width-img{
                width: 100%;
                }
                .social-iconss{
                    /* padding-block: 26px; */
            
                }
              
                .rc-anchor-normal {
                    height: 74px;
                    width: 291px;
                }
                .rc-anchor-normal .rc-anchor-pt {
                    margin: 2px 11px 0 0;
                    padding-right: 24px !important;
                }
                /* button.btn.border-0.font-14.bg-black.text-white.rounded-0.py-1.filterBtn,
    p.bg-black.fit-wds.text-white.font-14.mb-0.px-2.py-1,
    button#commentCountButton {
        background-color: #2e2c2c !important;
    }
    .border-b-black {
        border-bottom: 2px solid #2e2c2c;
    } */
}
.max-150px{
    max-width: 150px;
}
.tdb-author-counters {
    height: 24px;
}

.bg-overview {
    background: #f4f4f4;
}
