.rate {
    height: 46px;
    padding: 0;
    text-align: center;
    max-width: 154px;
    margin: 0 auto;
    position: relative
}

.rate:not(:checked)>input {
    position: absolute;
    top: 20px;
    visibility: hidden
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc
}

.rate:not(:checked)>label:before {
    content: '★ '
}

.rate>input:checked~label {
    color: #ffc700
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08
}

.pprboxx {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.pprboxx-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 1000%;
    max-width: 600px;
    border-radius: 6px;
    position: relative
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    z-index: 99;
    margin: 0 15px 0 0;
    position: absolute;
    z-index: 999;
    right: 0
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.pprboxx-content h3 {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #b7b7b7
}

.pprboxx-content form {
    padding: 15px
}

.pprboxx-content p {
    margin: 0 0 8px;
    font-size: 15px;
    display: flex;
    width: 100%;
}

.pprboxx-content textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    border-bottom-color: grey;
    margin: 0 0 15px
}

.pprgt-butn {
    text-align: right
}

.pprgt-butn input {
    background: #7ab800 !important;
    color: #fff !important;
    border-radius: 3px !important;
    padding: 9px 31px !important
}

.pprgt-butn input:hover {
    background: #619200
}



/* Start New footer section 24-01-2023 */

.appStore {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

ul.footerUL {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin-left: 0;
    align-items: center;
    margin-bottom: 0;
}

footer .inside-site-info.grid-container.grid-parent {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.appStore a {
    width: 36px;
    align-items: center;
    height: 36px;
    border-radius: 100%;
    margin: 0 5px;
    display: flex;
    justify-content: center;
}

.appStore a svg {
    color: #fff;
    height: 20px;
}

.appStore a:hover svg {
    color: #fff;
}

.appStore a.apple {
    background: transparent;
}

.appStore a.apple:hover {
    background: #0584eb
}

.appStore a.android {
    background: transparent;
}

.appStore a.android:hover {
    background: #01c561
}

.appStore a.newletterBtn {
    background: transparent;
}

.appStore a.newletterBtn:hover {
    background: #d0343f
}

.copyright-bar {
    border-left: 1px solid #878787;
    padding-left: 30px;
    margin-left: 20px;
}

.FeedbackDiv {
    position: fixed;
    bottom: 14px;
    z-index: 99;
    right: 144px;
}

.FeedbackDiv button {
    background-color: #70ad85 !important;
    color: #fff !important;
    fill: #163438 !important;
    border-radius: 999rem;
    letter-spacing: 0.6px !important;
    font-size: 15px;
    font-weight: 700;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    white-space: nowrap;
}

.FeedbackDiv button svg {
    font-size: 22px;
}

.FeedbackDiv button:hover {
    width: 224px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    border-radius: 999rem;
}

.FeedbackDiv button:hover::after {
    content: 'Internal Feedback';
}

.FeedbackDiv button:hover svg {
    margin-right: 8px;
}


.moderationDivFooter {
    position: fixed;
    bottom: 14px;
    z-index: 99;
    right: 200px;
}

.moderationDivFooter button {
    background-color: #377DFF !important;
    color: #fff !important;
    fill: #163438 !important;
    border-radius: 999rem;
    letter-spacing: 0.6px !important;
    font-size: 15px;
    font-weight: 700;
    width: 170px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: row;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    white-space: nowrap;
}

.moderationDivFooter button svg {
    font-size: 22px;
    margin-right: 8px;
}

.moderationDivFooter button:hover {
    background-color: #2869e2 !important;
}



/* Modal Content */
.modal.fpopup {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
}

.modal-content.feedbackPopup {
    box-shadow: none;
    padding: 30px;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 80%;
    max-width: 680px;
    overflow: hidden;
}

div#feedbackPopupModal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 70px;
    padding-bottom: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
    color: #333;
}

.modal-content.feedbackPopup h4.modal-title {
    font-size: 26px;
    font-weight: 500;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 0;
}

div#feedbackPopupModal .modal-content.feedbackPopup .modal-body {
    padding: 30px;
}

div#feedbackPopupModal .modal-content.feedbackPopup .modal-header {
    flex-direction: row;
    padding: 20px 50px 15px 30px;
    background: #ecf2fe;
}

.modal.fpopup .close {
    font-size: 28px !important;
}

ul.feedbackUL {
    list-style: none;
    margin-left: 0;
}

ul.feedbackUL li {
    margin: 8px 0px;
}

ul.feedbackUL li input,
ul.feedbackUL li textarea,
ul.feedbackUL li select {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 6px;
    background: #fff;
    color: #666666;
    border: 1px solid #ccc;
    border-radius: 0;
    box-sizing: border-box;
    max-width: 100%;
}

ul.feedbackUL li textarea {
    max-height: 80px;
}

button.subFeedbackBtn {
    border: 1px solid #228ef0;
    background: #228ef0;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 6px;
    float: right;
}

button.subFeedbackBtn:hover {
    border: 1px solid #107ddf;
    background: #107ddf;
}

button.cancelBtnFp {
    border: 1px solid #646970;
    background: #fff;
    color: #646970;
    padding: 8px 30px;
    font-size: 18px;
    border-radius: 6px;
}

button.cancelBtnFp:hover {
    border: 1px solid #646970;
    background: #646970;
    color: #fff;
}

a.getCopyUrl {
    float: right;
}

.closefirstmodalIF.closeFB {
    position: absolute !important;
    right: 20px;
    top: 15px;
    color: #333;
    background: transparent;
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    font-family: 'Inter', sans-serif !important;
}

.modal.fade.smallBoxFB.in {
    top: 100px;
    background: transparent;
}

.modal.fade.smallBoxFB.in .modal-body {
    text-align: center;
}

.modal.fade.smallBoxFB.in .modal-content {
    width: 80%;
    margin: 0 auto;
}

.redColor {
    color: #ff0000;
}

span.smallTextIF {
    font-size: 12px;
}

div#WarningFB {
    z-index: 9999;
    /* Black w/ opacity */
    padding-top: 100px;
    top: 0;
    position: fixed;
}

div#WarningFB .modal-dialog {
    width: 600px;
    margin: 30px auto;
    color: #333;
}

div#WarningFB .modal-dialog .btn-danger {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-family: 'Inter', sans-serif !important;
}

div#WarningFB .modal-dialog .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

div#WarningFB .modal-dialog .btn-primary {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

div#WarningFB .modal-dialog .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    font-family: 'Inter', sans-serif !important;
}

div#WarningFB .modal-dialog .modal-body {
    font-family: 'Inter', sans-serif !important;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

div#WarningFB .modal-dialog .modal-body p {
    font-size: 17px;
    margin-bottom: 10px;
}

div#WarningFB.in {
    visibility: visible !important;
}

/* End New footer section 24-01-2023 */



p#user_switching_switch_on {
    left: 0px !important;
    bottom: 0px !important;
    padding: 5px 10px !important;
    width: calc(100% - 20px) !important;
}

@media only screen and (max-width:668px) {
    .pprboxx-content {
        max-width: 400px
    }

    .modal-content.feedbackPopup {
        width: 90%;
    }

    div#feedbackPopupModal {
        padding-top: 50px;
    }

    div#WarningFB .modal-dialog {
        width: 90%;
    }

    .modal.fade.smallBoxFB.in .modal-content {
        padding: 0px;
    }

    ul.footerUL {
        flex-direction: column;
    }

    .copyright-bar {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width:480px) {
    .pprboxx-content {
        max-width: 300px
    }

    .modal-content.feedbackPopup h4.modal-title {
        font-size: 22px;
    }

    .modal-content.feedbackPopup {
        font-size: 15px;
        width: 94%;
    }

    button.cancelBtnFp,
    button.subFeedbackBtn {
        padding: 5px 20px;
        font-size: 16px;
    }

}

.formDiv {
    max-height: 450px;
}

.tf-v1-widget iframe{width: 100%; height: 90%;}
.switch_announce_wrap .slider.round.btn-15 {
height: 36px;
}
header#masthead {
position: sticky;
top: -97px;
z-index: 9999;
}
.admin-bar header#masthead {
top: -68px;

}
@media only screen and (max-width: 1280px) {
header#masthead {
    top: -48px;
}
}
@media only screen and (max-width: 1149px) {
header#masthead {
    top: -53px;
}
}
@media only screen and (max-width: 990px) {
header#masthead {
    top: -55px;
}
ul.topSliderUL {
    margin-top: -8px;
}
.menu-toggle {
    line-height: 40px;
}
}
@media only screen and (max-width: 949px) {
header#masthead {
    top: -86px;
}
}
@media only screen and (max-width: 668px) {
header#masthead {
    top: -120px;
}
}
@media only screen and (max-width: 600px) {
header#masthead {
    top: -165px;
}
}
@media only screen and (max-width: 501px) {
header#masthead {
    top: -200px;
}
}
@media only screen and (max-width: 480px) {
header#masthead {
    top: -212px;
}
}