/*  cpt akhil */

.idr-ak-top-pad:first-child .style1 {
    border-top: 4px solid #000;
}
.ak-most_read {
    padding-left: 20px;
}
.ak-pad-top {
    padding-bottom: 20px;
}
/* end */
/* Disable Email Sub */
#yikes-mailchimp-container-1 {
    display: none;
}
.idr-submail-img {
    overflow: hidden;
}
.idr-submail-img img {
    width: 100%;
    height: auto;
}

/* Cookie consent start */
#consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0d284a;
    color: #fff;
    z-index: 99999;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}
#consent-container .consent-para {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
#consent-container h4 {
    margin-bottom: 5px;
    color: #fff;
}
#consent-container h4 {
    font-weight: 500;
}
#consent-container .consent-para a,
#consent-container .consent-para a:active {
    color: #73c1b9;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#consent-container .consent-para a:hover {
    color: #df373b;
}
.consent-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}
#ck-su,
#ck-su-pop {
    padding: 7px 25px;
}
.consent-btn button {
    width: 100%;
    padding: 4px 24px;
}
.consent-btn #consent-accept,
.consent-btn #consent-accept:hover,
.consent-btn #consent-accept:focus,
.consent-btn #consent-accept:focus-visible {
    background-color: #73c1b9;
    color: #0d284a;
    outline: none;
    border: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.consent-btn #consent-accept:hover {
    background-color: #df373b;
    color: #fff;
}
.consent-btn #consent-manage,
.consent-btn #consent-manage:hover,
.consent-btn #consent-manage:focus,
.consent-btn #consent-manage:focus-visible {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
}
#ck-su,
#ck-su-pop,
#ck-su:hover,
#ck-su-pop:hover,
#ck-su:focus,
#ck-su-pop:focus {
    background-color: #df373b;
    color: #fff;
    border: 1px solid #df373b;
    outline: none;
}
.consent-check-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
}
/*Popup*/
.modal-box {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    opacity: 0.9;
    background: #282f3b;
    z-index: 999990;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation-name: fadeIn_Container;
    animation-name: fadeIn_Container;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
#cookie-modal {
    display: none;
    min-width: 250px;
    width: 80%;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999991;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation-name: fadeIn_Modal;
    animation-name: fadeIn_Modal;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    overflow: hidden;
}
#ck-check {
    margin-top: 6px;
}
.cookie-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}
.cookie-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cookie-close button {
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: transparent;
    color: #0d284a;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
}
.cookie-close button:focus {
    outline: solid 0 transparent;
    -webkit-box-shadow: 0 0 0 2px #17437a;
    box-shadow: 0 0 0 2px #17437a;
}
.cookie-close button:hover {
    background: rgba(13, 40, 74, 0.1);
}
.cookie-close button:before,
.cookie-close button:after {
    position: absolute;
    top: 15%;
    left: calc(50% - 0.0625em);
    width: 0.125em;
    height: 70%;
    border-radius: 0.125em;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: currentcolor;
    content: "";
}
.cookie-close button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cookie-modal-contents {
    overflow-y: auto;
    max-height: 60vh;
    padding: 0 20px 20px 20px;
}
.cookie-modal-contents {
    font-size: 14px;
    line-height: 1.4em;
}
.cookie-modal-contents p:not(:last-child) {
    margin-bottom: 10px;
}
.consent-head h4 {
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .consent-check-div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #ck-check {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .ak-most_read {
        padding-left: 50px;
    }
    /**/
    #consent-container {
        gap: 20px;
    }
    #consent-container .consent-para {
        line-height: 17px;
        font-size: 14px;
    }
    .consent-btn {
        font-size: 14px;
    }
    /**/
    #cookie-modal {
        width: 50%;
    }
    .consent-check-div {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #ck-check {
        margin-top: 6px;
    }
    #ck-su-pop {
        padding: 10px 40px;
    }
}

@media screen and (min-width: 1200px) {
    .consent-check-div {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #ck-check {
        margin-top: 0;
    }
}

@media screen and (min-width: 1400px) {
}
