:root {
    --title-color: #054e7d;
}

.reg-area .welcome-img img {
    transform: none;
}

.reg-area .welcome-img {
    width: fit-content;
    padding: 10px;
    margin: -30px 20px 35px;
    /* border-radius: 10px; */
    box-shadow: 1px 3px 5px .2rem rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {
    .reg-area .welcome-img {
        margin-top: 10px !important;
    }
}

.voice-area {
    margin-top: 30px;
}

.voice-items:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
}

.voice-items .owl-nav {
    position: absolute;
    top: -50px;
    left: 172px;
    font-size: 22px;
}

.voice-items .owl-nav button:hover {
    background: transparent !important;
    color: var(--yellow-color) !important;
}

@media (max-width: 1199px) {
    .voice-items .owl-nav {
        left: 40px;
    }
}

@media (max-width: 767px) {
    .voice-items .owl-nav {
        top: 25%;
    }

    .voice-items .owl-nav .owl-prev {
        left: -20px;
    }

    .voice-items .owl-nav .owl-prev {
        right: -20px;
    }
}

@media only screen and (min-width: 9900px) {

    .main-banner .banner-slider .owl-dots,
    .main-banner .banner-slider .owl-nav {
        margin-top: -100px;
    }

    .main-banner .banner-slider .owl-nav {
        top: -63px;
    }
}

@media only screen and (min-width: 1250px) {

    .main-banner .banner-slider .owl-dots,
    .main-banner .banner-slider .owl-nav {
        margin-top: -140px;
    }

    .main-banner .banner-slider .owl-nav {
        top: -103px;
    }
}

@media only screen and (min-width: 1550px) {

    .main-banner .banner-slider .owl-dots,
    .main-banner .banner-slider .owl-nav {
        margin-top: -200px;
    }

    .main-banner .banner-slider .owl-nav {
        top: -163px;
    }
}

.block-on-hover .block-on-hover-tex p {
    font-size: 18px;
    line-height: 24px;
}

.block-on-hover .block-on-hover-tex p span {
    font-size: 20x;
    line-height: 28px;
}

#add-nav>li>a {
    font-size: 12px !important;
    color: #8dc85e;
    color: #533010;
}

@media only screen and (min-width: 1155px) {
    .header_fullwidth_special #add-nav>li>a {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1155px) {
    .header_fullwidth_special #add-nav>li>a {
        font-size: 16px !important;
    }
}

.main-banner .banner-inner h1 {
    font-size: 60px;
}

#bottombar {
    background-color: #d7a48f;
}

#bottombar::after {
    background-color: #d7a48f;
}

#navigation {
    padding-top: 9px;
    padding-bottom: 0px;
}

#footop {
    background-color: rgba(0, 0, 0, .1);
}

.footop ul.social-menu li a i {
    font-size: 28px;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0;
}

.footop ul.social-menu li {
    margin-right: 10px;
}

.search-form {
    position: relative;
    width: 325px;
}

.search-form .addsearch {
    margin-bottom: 0;
    padding: 5px 10px;
    padding-left: 30px;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
    width: 305px;
    transition: all 0.5s ease;
    color: black;
    opacity: 1;
}

.search-form button {
    position: absolute;
    border: none;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 14px;
    border-radius: 50%;
    top: 4px;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: #fff;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: .1s;
    color: black;
    box-shadow: none;
}

.search-form .form-control:focus {
    border-color: #236496;
    color: #236496;
    outline: 0;
    padding-left: 15px;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

@media only screen and (max-width: 1155px) {
    .search-form {
        width: 275px;
    }

    .search-form .addsearch {
        width: 255px;
    }
}

.main-banner {
    margin-top: 30px;
}

@media only screen and (max-width: 1155px) {
    .main-banner {
        margin-top: -15px;
    }
}

@media only screen and (min-width: 1155px) {
    .main-banner .banner-inner h1 {
        font-size: 45px;
        line-height: 48px;
    }
}

.banner-on-right .safe-news-items {
    width: 220px;
    padding-left: 20px;
}

.safe-news-items .safe-news-item {
    position: relative;
}

.safe-news-items .safe-news-item::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: red;
    position: absolute;
    top: 7px;
    left: -16px;
}

.banner-on-right {
    z-index: 1;
}

.banner-on-right .safe-news-items .safe-news-item.active-news::before {
    width: auto;
    height: auto;
}

#translate-wrap {
    position: relative;
    z-index: 999;
}

#translate_btn_wrap {
    padding: 7px;
    border-radius: 50%;
    background-color: #888;
    cursor: pointer;
    width: 40px;
}

#translate_btn_wrap:hover {
    background-color: #555;
}

#option_wrap {
    max-height: 250px;
    min-width: 200px;
    position: absolute;
    top: 40px;
    overflow-y: auto;
    right: 0;
    background-color: white;
    border: 2px solid;
    border-radius: 7px;
    text-align: left;
    z-index: 999;
}

#option_wrap div {
    border-bottom: 1px solid grey;
    cursor: pointer;
    transition: .3s;
    padding: 5px 10px;
}

#option_wrap div:hover {
    background-color: black;
    color: white;
}

@media only screen and (max-width: 595px) {
    #bottombar .social-menu li {
        float: left !important;
    }
}

.exp_commun .col_cont a {
    font-size: 40px;
}

.foocol {
    padding-bottom: 15px;
}

.footop {
    overflow: hidden;
}

.footop .footop-right {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

#bottombar {
    overflow: visible;
}

.nav li a .menu-item-description {
    line-height: 15px;
}

#titles,
p.menu_label {
    width: 293px;
}

#titles {
    background-color: white;
}

#titles:before {
    background-color: white !important;
}

.banner-on-right .safe-news-items .safe-news-item.active-news::before {
    background-color: #f68922;
}

.reg-area fieldset legend {
    color: #8dc852;
}

.voice-banner .voice-banner-content h3 {
    color: #a4343e;
}

.red_sm_title {
    font-size: 17px;
    line-height: 24px;
}

.sqr_box-1 {
    background-color: #df5a26 !important;
}

.sqr_box-2 {
    background-color: #5a8f6d !important;
}

.sqr_box-3 {
    background-color: #054a7d !important;
}

.sqr_box-4 {
    background-color: #a4343e !important;
}

#footer .searchform input.s,
.footop-right {
    background-color: inherit;
}

#footer p,
#footer {
    background-color: #0f503d !important;
}

.block-on-hover .block-on-hover-tex {
    background-color: #054e7d;
}

.note-item img {
    margin-bottom: 8px;
}

.note-item p {
    margin-bottom: 0;
}

.tmnf_radius_buttons #main-nav>li.special>a {
    background-color: #2abec5;
    color: white;
}

#titles .logo,
.header_fix {
    margin-top: 15px;
    margin-bottom: 15px;
}

#titles {
    padding: 10px 15px;
    width: 323px
}

.voice-items .voice-item .voice-item-inner h5 span {
    font-size: 19px;
    color: #8dc85e;
    font-weight: 600;
}

.notes-area .container,
.glad_ask .container,
.news-area .container {
    max-width: 1380px;
}

.notes-area {
    background-color: lightgray;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 40px;
}

.notes-area .note-item {
    background-color: white;
    border-radius: 0;
    margin:0 15px !important;
}

.notes-content {
    margin-top: 12px;
}
.notes-content p {
    line-height: 27px !important;
}

.notes-content h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
}

.note-viewmore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.note-viewmore a {
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 24px;
    font-weight: 600;
}

.news-viewmore {
    align-items: flex-start;
    padding-top: 30px;
}

.foocol-signup {
    position: absolute;
    right: 0;
    top: 0;
    width: 23%;
    background-color: white;
    padding: 20px 30px;
    /* float: left; */
    /* z-index: 9999999; */
}

.foocol-signup.adjusted {
    bottom: 300px;
}

#footer .foocol-signup h2,
#footer .foocol-signup .signup-form p {
    color: #000 !important;
    background-color: white !important;
    text-transform: uppercase;
}

@media screen and (max-width: 885px) {
    .foocol-signup {
        position: relative;
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 885px) {
    .calendar-container {
        flex-direction: column;
        height: fit-content !important;
    }

    .calendar-left {
        width: 100% !important;
    }

    .calendar-left img {
        position: relative !important;
    }

    .calenar-right {
        flex-direction: column;
        width: 100% !important;
        gap: 0 !important;
    }

    .calenar-right>div {
        width: 100% !important;
    }

    .calenar-right img {
        border-bottom: 1px solid lightgray;
    }

    .notes-area .news-footer {
        right: 20px !important;
    }
}

@media only screen and (max-width: 1165px) {
    /* .foocol-signup {
      padding: 20px 15px;
    } */
}

.glad_ask .sqr_box .over_layer {
    padding: 15px;
    overflow: auto;
}

h3.widget {
    font-size: 20px;
}

.signup-form h2 {
    font-size: 33px;
    line-height: 36px;
}

.signup-form .searchform {
    margin-bottom: 15px !important;
}

.signup-form p {
    margin-bottom: 15px !important;
}

#main-nav>li.special {
    margin-top: 15px;
}

.reg-area .hot-topics ul li a {
    color: #a4343e;
    font-size: 16px;
}

.reg-area h3,
.calendar-header h3 {
    /* font-family: "Castoro", serif; */
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 44px !important;
    line-height: 44px;
    font-weight: 600;
}

.glad_ask .title {
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

a:hover {
    text-decoration: none;
}

.foocol h3.widget {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 26px;
}

#footer .foocol-signup h2 {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 42px;
}

.reg-area fieldset {
    padding: 20px;
}

.service-finder-widget img {
    width: fit-content !important;
    max-width: 1000px;
}

.form-select {
    --bs-form-select-bg-img: none;
}

.service-finder-widget {
    position: absolute;
    z-index: 10;
    left: 15px;
    display: none;
}

.footer-menu .divider {
    font-size: 15px;
    font-weight: 600;
    background: none;
    margin-left: 5px;
    margin-right: 5px;
}

.sticky-header.container_head {
    position: relative;
    z-index: 9999;
}

.sticky-header {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    transition: top 0.6s ease-in-out;
    /* Smooth animation */
}

@media (max-width: 991px) {
    .note-viewmore {
        padding-bottom: 0;
    }
}

.facts-viewmore {
    padding-top: 10px;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .facts-viewmore {
        padding-top: 10px;
        justify-content: center;
    }
}