header, main, footer {
    position: relative;
    transition: 0.3s;
}
.container {
    max-width: 90% !important;
}
main {
    padding-top: 20px;
    margin-bottom: 56px;
}
.shere-btn {
    display: initial !important;
    position: relative;
    z-index: 9;
}
.galerij {
    display: flex;
    width: 100%;
    max-height: 50000px;
}
.galerij-K {
    width: 15%;
    height: 100vh;
    overflow-y: scroll;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}
.galerij-G {
    width: 85%;
    margin: 0 0 0 22px;
}
.galerij-main {
    box-shadow: 0px 0px 10px #56565675;
    border-radius: 20px;
    position: relative;
}
.galerij-chevron-L button, .galerij-chevron-R button {
    background: #060606;
    height: 50px;
    color: white;
    padding: 0 10px;
    position: absolute;
    top: 50%;
}
.galerij-chevron-R button {
    right: 0 !important;
}
.galerij-G img {
    width: 100%;
    border-radius: 20px;
}
.main-pepar-div {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.kimg.kimgwidth img {
    width: 88%;
    padding: 5px;
    border: 2px solid #f1f1f1;
    margin-bottom: 15px;
}
.galerij-K.hhh img[selected] {
    border: 0px solid #f89c1d !important;
    opacity: 0;
}
.kimg.kimgwidth img[selected] + span {
    background: #e1b700 !important;
}
.kimg.kimgwidth img[selected]{
    border-color: #184071 !important;
}
.galerij-K.hhh img {
    height: 28px;
    width: 28px;
    object-fit: fill;
    padding: 6px;
    /* border: 1px !important; */
    background: transparent;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    opacity: 0;
}
.galerij-K.hhh {
    display: flex;
    position: absolute;
    width: fit-content;
    overflow: hidden;
    top: 0;
    left: 17%;
    height: auto;
    width: -webkit-fill-available;
}
.galerij-K.hhh .kimg.kimgwidth {
    position: relative;
}
.galerij-K.hhh .kimg.kimgwidth span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 95%;
    background: #184071;
    margin-left: 1px;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
/*    z-index: 9;*/
}
/*-------------------*/
.display-date {
    font-weight: 700;
    font-size: 16px;
    color: #4a4a4a;
}
.display-time {
    width: 101px;
    text-align: center;
    background-image: linear-gradient(95deg, #f89c1d0f, #ff7b4a94);
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-left: 15px;
    position: relative;
}
.watch img {
    width: 36px;
    margin-left: -6px;
}
.social-style-one li:last-child {
    margin: 0px !important;
}
.social-style-one li:nth-last-child(1) {
    border: none;
}
.social-style-one li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0 12px;
    border-right: 1px solid #d7d7d7;
    line-height: 10px;
}
ul.social-style-one.clearfix {
    display: flex;
    margin: 0;
    padding: 0;
}
span#day {
    color: #f89c1d;
    font-size: 19px;
}
/*.fa-facebook {
    color: #38529a;
}
.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-linkedin {
    color: #0073b1;
}
.fa-youtube {
    color: #f70000;
}
.fa-whatsapp {
    color: #22ab37;
}*/
.social-style-one li i {
    font-size: 20px;
}
.middle-header {
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 24%);
    border-top: 1px solid #e9e9e9;
    padding: 5px 0;
    position: relative;
    background-image: url(https://www.badhatarajasthan.in/media-webp/2022-09/header-bg.jpg);
    background-size: cover;
    margin-bottom: 50px;
}
.middle-header:before {
    content: '';
    background: #ffffff4a;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.sec-title {
   position: relative;
   display: block;
   margin-bottom: 50px;
}

.sec-title h6 {
   position: relative;
   display: inline-block;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 14px;
   color: #f89c1d;
}
.sec-title h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: inherit;
    font-weight: 700;
    margin-bottom: 22px;
    text-align: center !important;
    color: #184071;
    margin-top: 5px;
}
.sec-title .title-shape:before {
    background: #f89c1d;
}
.sec-title .title-shape:after {
    background: #f89c1d;
}

.sec-title .title-shape {
   position: relative;
   width: 50px;
   height: 4px;
   margin-left: 8px;
}

.sec-title.centred .title-shape {
   margin: 0 auto;
}

.sec-title .title-shape:before {
   position: absolute;
   content: '';
   width: 4px;
   height: 4px;
   left: -8px;
   top: 0px;
}

.sec-title.centred .title-shape:after {
   position: absolute;
   content: '';
   width: 4px;
   height: 4px;
   right: -8px;
   top: 0px;
}
.centred {
    text-align: center;
}
.sec-title .title-shape {
    background: #f89c1d;
}
.news-p-box {
    box-shadow: 0 8px 6px 0 rgb(0 0 0 / 24%);
    border-top: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 12px;
}
.news-p-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #184071;
    margin: 0;
    text-align: center;
    background: #a4b4c62b;
    padding: 6px 0;
    margin-bottom: 13px;
}
.paper-img img {
    width: 100%;
    padding: 5px;
    border: 1px solid #adadad7d;
    height: 522px;
    object-fit: cover;
    object-position: top;
}
.news-p-box {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 12%);
    border-top: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 26px;
}

.e-paper a {
    text-decoration: none;
}
.side-icons ul {
    margin: 0;
    padding: 0;
}
.side-icons ul li {
    list-style: none;
    padding: 8px 12px;
    background: red;
    border-bottom: 1px solid #ffffff8a;
}
.side-icons ul li:nth-child(1){
    background: #3b5998;
}
.side-icons ul li:nth-child(2){
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.side-icons ul li:nth-child(3){
    background: #1da1f2;
}
.side-icons ul li:nth-child(4){
    background: #ff0000;
}
.side-icons ul li:nth-child(5){
    background: #24cc63;
}
.side-icons ul li:nth-child(6){
    background: #228bca;
}
.side-icons ul li i {
    color: white !important;
    background: none;
    -webkit-text-fill-color: white;
    font-size: 22px;
    position: relative;
    top: 3px;
}
.shere-btn ul {
    display: flex;
    float: right;
}
.shere-btn {
    position: relative;
}
.shere-btn ul li {
    padding: 6px 12px;
    text-align: center;
}
.shere-btn ul li i {
    font-size: 20px;
}


.btn-sqr {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #f89c1d;
    padding: 12px 25px;
}
.author-avatar img {
    width: 84px;
    height: 91px;
    object-fit: cover;
    margin-right: 12px;
}
.preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}
.shere-btn ul li:nth-last-child(1) {
    background: #0d0d0d;
    padding: 3px 12px;
}
.shere-btn ul li:nth-last-child(2) a {
    display: flex;
}
.shere-btn ul li:nth-last-child(1) button, .shere-btn ul li:nth-last-child(2) a  {
    color: white;
    font-weight: 400;
}
.crop-modal button.close, .newa-paper-btn button.close {
    border-radius: 50%;
    background: var(--primary-color);
    opacity: 1;
    color: white;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
    top: 0px;
    right: -15px;
}
.crop-modal button.close span ,.newa-paper-btn button.close  span {
    font-size: 16px;
    position: relative;
    top: -2px;
}

/*div#page_navigation a.page_link {
    display: none;
}
ul#pagingBox li {
    list-style: none;
}
div#page_navigation {
    position: absolute;
    top: 1px;
    left: 0px;
}
a.previous_link {
    padding-right: 144px;
}
ul#pagingBox {
    display: flex;
    width: 203px;
    justify-content: center;
    padding: 0;
}
div#page_navigation i {
    font-size: 22px;
    color: #ffffff;
    background: #184071;
    padding: 2px 8.5px;
}*/

.detail-top .container {
    border-bottom: 1px dotted silver;
    border-top: 1px dotted silver;
    border-left: 10px solid var(--primary-color);
    border-right: 10px solid var(--primary-color);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.select-page select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination-page ul li {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.pagination-page ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f1240d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination-page ul li a.active {
    z-index: 3;
    color: #fff;
    background-color: #f1240d;
    border-color: #f1240d;
}
.pagination-page ul li a:hover {
    background-color: #e9ecef;
}
.button-right {
    text-align: right;
}
.button-right button {
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}
.button-right button:hover {
    opacity: .9;
}
button#clip {
    background: #f1240d;
}
.button-right button:nth-child(2) {
    background: #c5a600;
    position: relative;
}
.button-right a button {
    background: #017fff;
}
.detail-top .col-md-3, .detail-top .col-md-4, .detail-top .col-md-5 {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 6px 0;
}
.select-page {
    width: 100%;
}
.pagination-page ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.detail-top {
    margin-bottom: 30px;
}
.galerij-G .row {
    margin-bottom: 16px;
}
h2.head-paper-detail {
    font-size: 22px;
    margin: 0;
}
div#datepicker {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.links .modal-sm {
    max-width: 35%;
}
.links .shere-btn ul {
    float: inherit;
    justify-content: center;
}
.links .shere-btn ul li {
    padding: 7px 21px;
}
div#modal2 {
    overflow-y: auto;
}
.archive button {
    background: #017fff;
}
.e-paper {
    padding-top: 52px;
}
.archive {
    position: relative;
}
.pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.pagination ul li {
    padding-left: 0;
    list-style: none;
}
li.dots {
    display: none !important;
}
.pagination ul li span {
    position: relative;
    display: flex;
    padding: 0.5rem 0.75rem;
    align-items: center;
    line-height: 1.25;
    margin-left: -1px;
    color: var(--primary-color);
    background-color: #fff;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    user-select: none;
}
.pagination ul li.numb.active span {
    background: var(--primary-color);
    color: white;
}
li.next i {
    padding-left: 5px;
}
li.prev i {
    padding-right: 5px;
}
.detail-top .pagination {
    box-shadow: none;
}
.pagination ul li:nth-child(1) span {
    margin: 0;
}
.links .shere-btn ul li a {
    position: relative;
    top: -2px;
}
#crop {
    position: absolute !important;
    top: -32px;right: 50px;
}
.close-btn-e{
    position: absolute !important;
    top: -32px;right: 0;
}
.zoom-box .modal-body {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    border-radius: 5px;
}
.zoom-box {
    width: 90%;
    height: 90%;
    background-color: #fff;
    border: 7px solid rgba(0,0,0,.6);
    z-index: 1000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    text-align: center;
    position: fixed;
    box-shadow: 0 0 40px rgb(0 0 0 / 50%);
    border-radius: 10px;
}
.zoom-box .modal-content {
    border: none;
}
.newa-paper-btn button.close {
    top: 16px;
    right: 0px;
    z-index: 1;
}
.zoom-box .modal-body img {
    max-width: inherit;
    cursor: zoom-out;
}
.zoom-box .modal-body .zoomout {
    max-width: 100%;
    cursor: zoom-in;
    width: 100%;
}
.zoom-box .modal-dialog {
    display: contents;
}





@media only screen and (max-width: 767px) {
    .datepicker-dropdown {
        left: 23px !important;
    }
    li.numb {
        display: none;
    }
    li.numb.active {
        display: inherit;
    }
    .detail-top .col-md-3, .detail-top .col-md-4, .detail-top .col-md-5 {
        justify-content: center;
    }
    h2.head-paper-detail {
        font-size: 15px;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .galerij-G {
        margin: 0 0 0 7px;
    }
    .shere-btn ul li {
        padding: 4px 9px;
        text-align: center;
    }
    .shere-btn ul {
        float: inherit;
        justify-content: center;
    }
    .container {
        max-width: 98% !important;
    }
    .galerij-K {
        height: 68vh;
    }
    .cropper-bg {
        width: 100% !important;
    }
    .links .modal-sm {
        max-width: 100%;
    }
    .crop-modal button.close {
        top: -3px;
        right: -7px;
    }
    .links .shere-btn ul li {
        padding: 7px 15px;
    }
    .menu-content img {
        height: 34px;
    }
    .sec-title h2 {
        font-size: 24px;
        margin-bottom: 7px;
        margin-top: 0;
    }
    .e-top-main .row .col-md-4:nth-child(3) {
        justify-content: center !important;
        margin-top: 14px;
    }
    .e-paper {
        padding-top: 21px;
    }
    .e-top-main .row .col-md-4:nth-child(1) {
        display: none;
    }






}