:root {
    --primary: #6D007D;
    --secondary: #EF1855;
    --alternative: #FDEC07
}

:root {
    --primary: #6D007D;
    --secondary: #EF1855;
    --alternative: #FDEC07
}

@font-face {
    font-family: 'avenirblack';
    src: url("../fonts/avenir_black.woff2") format("woff2"), url("../fonts/avenir_black.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'avenirheavy';
    src: url("../fonts/avenir_heavy.woff2") format("woff2"), url("../fonts/avenir_heavy.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'avenirbook';
    src: url("../fonts/avenir_book.woff2") format("woff2"), url("../fonts/avenir_book.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'avenir_regularregular';
    src: url("../fonts/avenir_regular.woff2") format("woff2"), url("../fonts/avenir_regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'avenirlight';
    src: url("../fonts/avenir_light.woff2") format("woff2"), url("../fonts/avenir_light.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'avenirmedium';
    src: url("../fonts/avenir_medium.woff2") format("woff2"), url("../fonts/avenir_medium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

body {
    background: #fff;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="date"] {
    background-color: transparent
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none
}

input[type="color"]::-moz-color-swatch {
    border: none
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
    border-radius: 0
}

input[type="color"]::-webkit-color-swatch {
    border: none
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

button {
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline: none;
    cursor: pointer;
    border: 0
}

button:focus {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0
}

ul {
    padding: 0;
    margin: 0
}

ul.no_style {
    list-style: none
}

p {
    font-size: 16px;
    line-height: 24px
}

a {
    font-size: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a[data-target] {
    cursor: pointer
}

span,
strong,
i {
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto
}

input:focus,
textarea:focus {
    outline: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.input {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 12px;
    line-height: 23px;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 5px
}

.textarea {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 12px;
    line-height: 23px;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 5px
}

.textarea.text_autoheight {
    resize: none;
    overflow: hidden
}

.letter_remaining {
    display: flex;
    justify-content: flex-end;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    margin: 5px 0
}

.letter_remaining span {
    font-size: inherit;
    color: inherit !important
}

.justify {
    text-align: justify !important
}

.error_msg {
    background: #FFEBE6;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
    border-left: 2px solid #C8001F;
    margin: 5px 0
}

.error_msg .licon {
    width: 24px;
    min-width: 24px
}

.error_msg .textbox {
    width: 100%;
    display: flex;
    flex-direction: column
}

.error_msg .textbox .ttext {
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    color: #C8001F
}

.error_msg .textbox p {
    font-size: 10px;
    line-height: 16px;
    color: #000 !important;
    text-align: left !important;
    margin: 0 !important
}

.form-group {
    margin: 0
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.form-group input:checked+label:before {
    border: 1px solid #2459A3;
    background: #2459A3
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.form-group label {
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    margin: 0
}

.form-group label:before {
    content: '';
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #707070;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    margin: -2px 0 0 0
}

.dotsclick {
    min-width: 8px
}

.dotsclick img {
    min-width: 3px
}

.mycommon_dropdown {
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 8px
}

.mycommon_dropdown ul {
    padding: 10px 0
}

.mycommon_dropdown li .dropdown-item {
    width: 180px;
    max-width: 200px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 7px 10px;
    color: #707070;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    white-space: inherit
}

.mycommon_dropdown li .dropdown-item .icon {
    width: 14px;
    max-width: 14px
}

.mycommon_dropdown li .dropdown-item .icon img,
.mycommon_dropdown li .dropdown-item .icon svg {
    max-width: 13px
}

.dropdown-toggle:after {
    display: none
}

.dropdown-item:active {
    background: transparent;
    color: #000
}

.dropdown-item:focus {
    background: transparent;
    color: #000
}

.top_successful_msg {
    background: #F2FFF7;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    z-index: 9999;
    border: 1px solid rgba(53, 136, 86, 0.3);
    display: none
}

.top_successful_msg.show {
    display: flex
}

.top_successful_msg.fixed_top {
    position: fixed;
    left: 50%;
    top: 80px;
    transform: translateX(-50%)
}

@media (max-width: 991px) {
    .top_successful_msg.fixed_top {
        top: 15px
    }
}

@media (max-width: 500px) {
    .top_successful_msg.fixed_top {
        max-width: 280px;
        margin: 0;
        top: 10px
    }
}

.top_successful_msg.absolute_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    margin-bottom: 10px
}

.top_successful_msg svg,
.top_successful_msg img {
    width: 100%;
    max-width: 30px
}

.top_successful_msg p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    color: #119011
}

.container {
    max-width: 1170px
}

.custom_container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 15px
}

@media (max-width: 991px) {
    .custom_container {
        padding: 0 15px
    }
}

.custom_container.mw_1210 {
    max-width: 1210px
}

.custom_container.full {
    max-width: 1360px
}

.customscroll::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.customscroll::-webkit-scrollbar-thumb {
    background-color: #C8001F
}

.redtext {
    color: #EF1855 !important
}

.prpltext {
    color: #6D007D !important
}

.blacktext {
    color: #000 !important
}

.graytext {
    color: #707070 !important
}

.whitetext {
    color: #fff !important
}

.ylwtext {
    color: #FDEC07 !important
}

.bluetext {
    color: #2459A3 !important
}

.text_uppercase {
    text-transform: uppercase
}

.redlight {
    color: #FF2905 !important
}

.fw_400 {
    font-weight: 400 !important
}

.fw_500 {
    font-weight: 500 !important
}

.fw_600 {
    font-weight: 600 !important
}

.fw_700 {
    font-weight: 700 !important
}

.text_center {
    text-align: center
}

@-webkit-keyframes gradient {
    0% {
        background-position: -5000px 0
    }
    100% {
        background-position: 5000px 0
    }
}

@keyframes gradient {
    0% {
        background-position: -5000px 0
    }
    100% {
        background-position: 5000px 0
    }
}

.animation_white_line {
    -webkit-animation: gradient 80s linear infinite;
    animation: gradient 80s linear infinite;
    background: linear-gradient(121.19deg, rgba(255, 255, 255, 0) 25.73%, rgba(255, 255, 255, 0.3) 45.27%, rgba(255, 255, 255, 0) 62.27%)
}

@-webkit-keyframes moveRightLeft {
    0% {
        right: 15px
    }
    50% {
        right: 10px
    }
    100% {
        right: 15px
    }
}

@keyframes moveRightLeft {
    0% {
        right: 15px
    }
    50% {
        right: 10px
    }
    100% {
        right: 15px
    }
}

.moveRightLeft {
    animation: moveRightLeft 3s ease-in-out infinite;
    -webkit-animation: moveRightLeft 3s ease-in-out infinite
}

.c_btn {
    background-color: #C8001F;
    min-height: 33px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-family: "Poppins", sans-serif;
    border: 0;
    cursor: pointer;
    transition: all ease-in-out 0.4s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative
}

.c_btn svg path {
    transition: all ease-in-out 0.4s
}

.c_btn.animate_arrow {
    padding: 5px 28px 5px 15px
}

.c_btn.animate_arrow .rgt_arrow {
    position: absolute;
    right: 15px;
    top: 8px;
    -webkit-animation: moveRightLeft 3s linear infinite;
    animation: moveRightLeft 3s linear infinite
}

.c_btn:hover {
    background: #2459A3;
    color: #fff
}

.c_btn.border_btn {
    background-color: transparent;
    border: 1px solid #C8001F;
    color: #C8001F
}

.c_btn.border_btn:hover {
    background-color: #C8001F;
    color: #fff
}

@-webkit-keyframes textYlwWhite {
    0% {
        width: 58px
    }
    100% {
        width: 100%
    }
}

@keyframes borderanimate {
    0% {
        width: 58px
    }
    100% {
        width: 100%
    }
}

.animate_border {
    width: 100px;
    height: 2px;
    position: relative;
    margin-bottom: 10px
}

.animate_border:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #C8001F 50%, #2459A3 50%) top/100% 3px no-repeat;
    width: 30px;
    height: 3px;
    animation: 3s linear infinite alternate forwards borderanimate;
    -webkit-animation: 3s linear infinite alternate forwards borderanimate;
    bottom: 0;
    border-radius: 10px
}

.animate_border.center {
    margin: 0 auto
}

.animate_border.center:before {
    left: 50%;
    transform: translateX(-50%)
}

.morebtn {
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #C8001F;
    font-family: "Poppins", sans-serif
}

.morebtn .arrow {
    transition: all ease-in-out 0.4s
}

.morebtn:hover {
    color: #C8001F
}

.morebtn:hover .arrow {
    margin-left: 5px
}

[class*="text-red"] {
    color: #C8001F !important
}

body.theme_dark .animate_border:before {
    background: linear-gradient(90deg, #FDEC07 50%, #fff 50%) top/100% 3px no-repeat
}

body.theme_dark .dt_ylwtext {
    color: #FDEC07 !important
}

body.theme_dark .dt_whitetext {
    color: #fff !important
}

body.theme_dark .dt_ylwbtn {
    background-color: #FDEC07 !important;
    color: #000 !important
}

body.theme_dark .dt_ylwbtn:hover {
    background-color: #D5C600 !important
}

body.theme_dark .dt_borderbtn {
    background-color: transparent !important;
    border-color: #fff !important;
    border-width: 1px;
    color: #fff !important
}

body.theme_dark .dt_borderbtn:hover {
    background-color: #fff !important;
    color: #000 !important
}

body.theme_dark .dt_ylwborder {
    border-color: #FDEC07 !important
}

body.theme_dark .dt_whiteborder {
    border-color: #fff !important
}

body.theme_dark .dt_whiteborder2 {
    border-color: #535353 !important
}

body.theme_dark .dt_whitebg {
    background-color: #535353 !important;
    background-image: none
}

body {
    padding-top: 126px !important
}

@media (max-width: 767px) {
    body {
        padding-top: 137px !important
    }
}

body.no_scroll {
    overflow: hidden
}

.header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6 {
    font-family: "Poppins", sans-serif !important
}

.header ul {
    list-style: none
}

.header .header_top {
    background-color: #FCF3F3;
    min-height: 52px;
    padding: 10px 0
}

@media (max-width: 767px) {
    .header .header_top {
        padding: 7px 0
    }
}

.header .header_top .custom_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

@media (max-width: 1199px) {
    .header .header_top .custom_container {
        justify-content: flex-start
    }
}

@media (max-width: 991px) {
    .header .header_top .custom_container {
        gap: 5px 7px
    }
}

.header .header_top .common_dropdown .icon {
    width: 15px;
    min-width: 15px
}

.header .header_top .common_dropdown .icon img,
.header .header_top .common_dropdown .icon svg {
    width: 15px;
    border-radius: 25px;
    height: auto
}

.header .header_top .common_dropdown .text {
    white-space: nowrap;
    overflow: hidden
}

.header .header_top .common_dropdown .dropdown_btn {
    background: url("../images/common-images/icon_arrow_red.svg") no-repeat right 10px center #fff;
    background-size: 7px 5px;
    width: 142px;
    height: 31px;
    font-size: 11px;
    line-height: 22px;
    color: #000;
    font-family: "Poppins", sans-serif;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
    padding: 0 20px 0 7px;
    border-radius: 25px
}

@media (max-width: 767px) {
    .header .header_top .common_dropdown .dropdown_btn {
        width: 150px
    }
}

.header .header_top .common_dropdown .mycommon_dropdown {
    z-index: 10
}

.header .header_top .common_dropdown .mycommon_dropdown li a {
    background-color: #fff;
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #000
}

.header .header_top .common_dropdown .mycommon_dropdown li a .icon img,
.header .header_top .common_dropdown .mycommon_dropdown li a .icon svg {
    max-width: 15px
}

.header .header_top .common_dropdown .mycommon_dropdown li a.selected {
    background-color: #FCF3F3
}

.header .header_top .select_country {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 991px) {
    .header .header_top .select_country {
        gap: 5px
    }
}

.header .header_top .select_country .ltext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #707070;
    letter-spacing: 0.12px
}

@media (max-width: 991px) {
    .header .header_top .select_country .ltext {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .header .header_top .select_country .ltext {
        display: none
    }
}

.header .header_top .divider_line {
    background-color: #C8001F;
    width: 1px;
    height: 32px;
    opacity: 0.1
}

@media (max-width: 991px) {
    .header .header_top .divider_line.two {
        display: none
    }
}

@media (max-width: 767px) {
    .header .header_top .divider_line.five {
        display: none
    }
}

.header .header_top .showdate {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #707070;
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 991px) {
    .header .header_top .showdate {
        display: none
    }
}

.header .header_top .showdate img,
.header .header_top .showdate svg {
    width: 100%;
    max-width: 16px
}

.header .header_top .select_language .common_dropdown .dropdown_btn {
    width: 174px
}

@media (max-width: 991px) {
    .header .header_top .select_language .common_dropdown .dropdown_btn {
        width: 160px
    }
}

@media (max-width: 767px) {
    .header .header_top .select_language .common_dropdown .dropdown_btn {
        width: 150px
    }
}

.header .header_top .mbl_clear {
    display: none
}

@media (max-width: 767px) {
    .header .header_top .mbl_clear {
        width: 100%;
        display: block
    }
}

.header .header_top .theme_mode {
    min-width: 115px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.header .header_top .theme_mode .my_checkbox {
    background: url("../images/common-images/icon_lightmode.svg") no-repeat left 3px center #2459A3;
    width: 36px;
    height: 18px;
    border-radius: 25px
}

.header .header_top .theme_mode .ltext {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #2459A3;
    letter-spacing: 0.12px
}

.header .header_top .theme_mode .ltext:before {
    content: 'Light Mode'
}

.header .header_top .theme_mode.active .my_checkbox {
    background: url("../images/common-images/icon_darkmode.svg") no-repeat right 3px center #fff
}

.header .header_top .theme_mode.active .ltext {
    color: #C8001F
}

.header .header_top .theme_mode.active .ltext:before {
    content: 'Dark Mode'
}

.header .header_top .magazine_text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #2459A3;
    letter-spacing: 0.12px
}

@media (max-width: 767px) {
    .header .header_top .magazine_text {
        display: none
    }
}

.header .header_top .subscribe_btn {
    background-color: #C8001F;
    min-width: 98px;
    height: 30px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 19px;
    gap: 8px
}

.header .header_top .subscribe_btn img,
.header .header_top .subscribe_btn svg {
    width: 100%;
    min-width: 15px;
    height: auto
}

.header .header_top .subscribe_btn:hover {
    opacity: .8
}

.header .header_top .social_icon {
    display: flex;
    align-items: center;
    gap: 7px
}

@media (max-width: 1199px) {
    .header .header_top .social_icon {
        display: none
    }
}

.header .header_top .social_icon a {
    width: 29px;
    min-width: 29px;
    height: 29px;
    border: 1px solid #C8001F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px
}

.header .header_top .social_icon a img,
.header .header_top .social_icon a svg {
    transform: rotate(0deg)
}

.header .header_top .social_icon a:hover {
    background-color: #C8001F
}

.header .header_top .social_icon a:hover img,
.header .header_top .social_icon a:hover svg {
    transform: rotate(360deg);
    transition: all ease-in-out 0.4s
}

.header .header_top .social_icon a:hover img path,
.header .header_top .social_icon a:hover svg path {
    fill: #fff
}

.header .header_bottom {
    background-color: #fff;
    width: 100%;
    min-height: 74px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #EAEAEA
}

@media (max-width: 767px) {
    .header .header_bottom {
        min-height: 49px;
        padding: 5px 0
    }
}

.header .header_bottom .custom_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px
}

.header .header_bottom .l_logo {
    width: 100%;
    max-width: 145px
}

@media (max-width: 767px) {
    .header .header_bottom .l_logo {
        max-width: 100px
    }
}

.header .header_bottom .l_logo a {
    display: inline-block
}

.header .header_bottom .l_logo a.darkmode_theme {
    display: none
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation {
        width: 100%;
        float: left
    }
}

.header .header_bottom .main_navigation ul {
    list-style: none
}

.header .header_bottom .main_navigation>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 25px
}

@media (max-width: 1299px) {
    .header .header_bottom .main_navigation>ul {
        gap: 10px 15px
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li {
        width: 100%
    }
}

.header .header_bottom .main_navigation>ul>li>a {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #707070;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    position: relative
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li>a {
        width: 100%;
        color: #2459A3;
        font-size: 16px;
        line-height: 20px
    }
}

.header .header_bottom .main_navigation>ul>li>a:before {
    content: '';
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: -30px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li>a:before {
        display: none
    }
}

.header .header_bottom .main_navigation>ul>li>a:after {
    content: '';
    background-color: #C8001F;
    width: calc(100% + 25px);
    height: 3px;
    position: absolute;
    left: -5px;
    bottom: -27px;
    border-radius: 5px;
    opacity: 0
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li>a:after {
        display: none
    }
}

.header .header_bottom .main_navigation>ul>li:hover a {
    color: #C8001F
}

.header .header_bottom .main_navigation>ul>li:hover a:after {
    opacity: 1
}

@media (min-width: 992px) {
    .header .header_bottom .main_navigation>ul>li:hover .custom_dropdown {
        display: block !important
    }
}

.header .header_bottom .main_navigation>ul>li.dsk_arrow {
    display: flex;
    align-items: center;
    gap: 4px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li.dsk_arrow {
        gap: 2px;
        flex-direction: column;
        position: relative
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li.dsk_arrow:before {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 2px solid #2459A3;
        border-right: 2px solid #2459A3;
        position: absolute;
        right: 10px;
        top: 5px;
        transform: rotate(45deg)
    }
}

.header .header_bottom .main_navigation>ul>li.dsk_arrow .arrow {
    background: url("../images/common-images/icon_arrow_red.svg") no-repeat center center;
    width: 15px;
    height: 20px;
    display: inline-block;
    cursor: pointer
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation>ul>li.dsk_arrow .arrow {
        background: none;
        border-radius: 3px;
        position: absolute;
        right: 0;
        top: 0;
        display: none
    }
}

.header .header_bottom .main_navigation>ul>li.dsk_arrow .arrow.active {
    transform: rotate(180deg);
    background-position: center top 8px
}

.header .header_bottom .main_navigation .custom_dropdown {
    background: #fff;
    width: 100%;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 1px;
    display: none;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 5px 16px #0000001F
}

.header .header_bottom .main_navigation .custom_dropdown:before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: -25px;
    cursor: pointer
}

@media (max-width: 991px) {
    .header .header_bottom .main_navigation .custom_dropdown:before {
        display: none
    }
}

.header .header_bottom .main_navigation .custom_dropdown.show {
    display: block
}

.header .header_bottom .main_navigation .custom_dropdown .customscroll {
    overflow-y: auto
}

.header .header_bottom .main_navigation .custom_dropdown .mbl_div {
    display: none
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    display: flex
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox {
        flex-wrap: wrap;
        gap: 15px 0
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .country {
    width: 210px;
    min-width: 210px;
    height: 470px;
    padding: 10px 0;
    border-right: 1px solid #EAEAEA;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .country {
        padding: 0;
        height: initial
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .country {
        width: 100%;
        min-width: 100%;
        border-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 0
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 15px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a {
        padding: 7px 10px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a {
        padding-left: 0px
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a img,
.header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a svg {
    width: 17px;
    min-width: 17px;
    height: auto
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a:hover,
.header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li a.active {
    color: #C8001F;
    font-weight: 600
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .country ul li:nth-child(2n) {
    background-color: #F9FBFF
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .category {
    width: 210px;
    min-width: 210px;
    height: 470px;
    padding: 10px 0;
    border-right: 1px solid #EAEAEA;
    margin-bottom: 15px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .category {
        padding: 0;
        height: initial
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .category {
        width: 100%;
        min-width: 100%;
        border-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #EAEAEA;
        margin-bottom: 0
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 15px 15px 35px;
    position: relative
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a {
        padding: 7px 10px 7px 35px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a {
        padding-left: 25px
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a:before {
    content: '';
    background-color: #C8001F;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 21px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a:before {
        top: 13px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a:before {
        left: 10px
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a:hover,
.header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li a.active {
    color: #C8001F;
    font-weight: 600
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .category ul li:nth-child(2n) {
    background-color: #F9FBFF
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .newsbar {
    background-color: #2459A3;
    width: 100%;
    max-height: 44px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 0;
    overflow: hidden;
    gap: 10px
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .newsbar {
        margin: 15px 0 1px
    }
}

@keyframes liveanimate {
    0% {
        color: #fff
    }
    50% {
        color: #2459A3
    }
    100% {
        color: #fff
    }
}

@-webkit-keyframes liveanimate {
    0% {
        color: #fff
    }
    50% {
        color: #2459A3
    }
    100% {
        color: #fff
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .newsbar .livetag {
    background-color: #C8001F;
    width: 57px;
    min-width: 57px;
    height: 29px;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    animation: liveanimate 0.4s infinite;
    -webkit-animation: liveanimate 0.4s infinite
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .newsbar .livetag:before {
    content: '';
    background-color: #fff;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    position: relative;
    display: inline-block
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .newsbar .newstext {
    width: 100%;
    overflow: hidden
}

@keyframes marquee {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(-100%)
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .newsbar .newstext .animate-marquee {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox {
    width: calc(100% - 420px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox {
        width: 100%
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox {
    width: 100%;
    height: 434px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 15px;
    padding: 10px 15px 10px 20px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox {
        padding: 0px 15px 10px 15px;
        height: initial
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox {
        padding: 0
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box {
    background-color: #F9FBFF;
    width: calc(33.3% - 10px);
    padding: 12px;
    display: flex;
    gap: 12px;
    border: 1px solid #E8F2FF
}

@media (max-width: 1299px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box {
        width: calc(50% - 10px)
    }
}

@media (max-width: 991px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box {
        width: 100%
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .imgbox {
    width: 101px;
    min-width: 101px;
    height: 101px;
    border-radius: 6px;
    overflow: hidden
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .imgbox img {
    border-radius: 6px
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox {
    width: 100%;
    position: relative;
    padding-bottom: 20px
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox h3 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox .date_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 0;
    bottom: 3px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox .date_row {
        position: initial;
        left: inherit;
        bottom: initial;
        flex-wrap: wrap
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox .date_row .date {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #909090
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .rgtbox .listbox .common_box .textbox .date_row .share_icon {
    width: 12px;
    min-width: 12px;
    cursor: pointer
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box {
    width: 370px;
    min-width: 370px;
    height: 420px;
    overflow: auto;
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box {
        width: 210px;
        min-width: 210px;
        padding: 10px;
        height: initial
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box {
        width: 100%;
        min-width: 100%;
        border-left: 0;
        padding: 10px 0 0
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common {
    width: 100%;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #2459A3
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #000
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common .date {
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
    color: #909090
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common .read {
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #C8001F
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .category {
    width: 260px;
    min-width: 260px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .category {
        width: 210px;
        min-width: 210px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .category {
        width: 100%;
        min-width: 100%
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox {
    width: calc(100% - 260px);
    flex-direction: inherit;
    flex-wrap: wrap;
    align-content: space-between
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox {
        width: calc(100% - 210px)
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox {
        width: 100%;
        min-width: 100%
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox .listbox {
    width: calc(100% - 370px)
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox .listbox {
        width: calc(100% - 210px)
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox .listbox {
        width: 100%;
        min-width: 100%
    }
}

.header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox .listbox .common_box {
    width: calc(50% - 10px)
}

@media (max-width: 991px) {
    .header .header_bottom .main_navigation .custom_dropdown .whitebox.design2 .rgtbox .listbox .common_box {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .main_navigation .custom_dropdown {
        background: #fff;
        max-height: inherit;
        position: fixed !important;
        width: 100%;
        left: 101% !important;
        top: 127px !important;
        bottom: 0 !important;
        border-radius: 0;
        padding: 15px 0px;
        display: block;
        transform: none !important;
        transition: all ease-in-out 0.4s;
        border: 0;
        z-index: 2
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_navigation .custom_dropdown {
        top: 137px !important
    }
}

.header .header_bottom .main_navigation .custom_dropdown.slide {
    left: 0 !important
}

.header .header_bottom .main_navigation .custom_dropdown.slide .mbl_div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 5px
}

.header .header_bottom .main_navigation .custom_dropdown.slide .mbl_div .backmenu {
    background: none;
    cursor: pointer
}

.header .header_bottom .main_navigation .custom_dropdown.slide .mbl_div .backmenu svg path {
    fill: #2459A3
}

.header .header_bottom .main_navigation .custom_dropdown.slide .mbl_div strong {
    font-size: 16px;
    line-height: 22px;
    color: #2459A3;
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px
}

.header .header_bottom .main_navigation .custom_dropdown.slide .mbl_div strong:before {
    content: '';
    background: #2459A3;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0
}

.header .header_bottom .header_mid {
    display: flex;
    align-items: center;
    gap: 10px 25px
}

@media (max-width: 1199px) {
    .header .header_bottom .header_mid {
        background-color: #fff;
        padding: 15px;
        max-height: inherit;
        position: fixed !important;
        width: 100%;
        left: 101% !important;
        top: 127px !important;
        bottom: 0 !important;
        border-radius: 0;
        display: block;
        transform: none !important;
        transition: all ease-in-out 0.4s;
        border: 0;
        overflow: hidden;
        overflow-y: auto;
        gap: 10px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .header_mid {
        top: 138px !important
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .header_mid.show {
        left: 0 !important
    }
}

.header .header_bottom .header_right {
    display: flex;
    align-items: center;
    gap: 10px 20px
}

@media (max-width: 1299px) {
    .header .header_bottom .header_right {
        gap: 10px
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .header_right {
        gap: 15px 20px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .header_right {
        gap: 15px 10px
    }
}

.header .header_bottom .r_menu {
    width: 20px;
    height: 20px;
    position: initial
}

.header .header_bottom .r_menu .dropdown_btn {
    background: none
}

@media (max-width: 1199px) {
    .header .header_bottom .r_menu .dropdown_btn {
        position: absolute;
        right: 15px;
        top: -36px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .r_menu .dropdown_btn {
        top: -31px
    }
}

.header .header_bottom .r_menu .dropdown_btn svg path {
    fill: #000
}

.header .header_bottom .r_menu .dropdown_btn:hover svg path,
.header .header_bottom .r_menu .dropdown_btn.show svg path {
    fill: #C8001F
}

.header .header_bottom .r_menu .dropdown_btn.show svg circle {
    fill: #C8001F
}

.header .header_bottom .humber_icon {
    width: 15px;
    height: 15px;
    cursor: pointer
}

.header .header_bottom .humber_icon svg path {
    fill: #000
}

.header .header_bottom .humber_icon.active svg path {
    fill: #C8001F
}

.header .header_bottom .menu_onclick {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick {
        background-color: #fff;
        max-height: inherit;
        position: fixed !important;
        width: 100%;
        left: 101% !important;
        top: 127px !important;
        bottom: 0 !important;
        border-radius: 0;
        display: block;
        transform: none !important;
        transition: all ease-in-out 0.4s;
        border: 0;
        overflow: hidden;
        overflow-y: auto;
        gap: 10px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .menu_onclick {
        top: 138px !important
    }
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick.show {
        left: 0 !important
    }
}

.header .header_bottom .menu_onclick .main_navigation .custom_dropdown {
    display: block
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .custom_dropdown {
        position: relative !important;
        left: inherit !important;
        top: inherit !important;
        bottom: inherit !important
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox {
        flex-direction: column
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category {
    width: 260px;
    min-width: 260px;
    height: 440px;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .category {
        width: 210px;
        min-width: 210px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .category {
        height: auto
    }
}

@media (max-width: 767px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .category {
        width: 100%;
        min-width: 100%
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav {
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li {
    width: 100%
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li a {
    background: url("../images/header/icon_arrow.svg") no-repeat right 15px center;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 25px 15px 35px;
    position: relative
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li a {
        padding: 7px 10px 7px 35px
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li a:before {
    content: '';
    background-color: #C8001F;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 21px
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li a:before {
        top: 13px
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li a.active {
    background-color: transparent;
    color: #C8001F
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .category .tab-content {
    width: calc(100% - 260px);
    display: flex
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category {
        width: 100% !important;
        min-width: 100% !important;
        padding: 0 0 15px;
        border: 0;
        border-bottom: 1px solid #EAEAEA
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav {
        flex-direction: row;
        gap: 7px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav li {
        background-color: none;
        width: auto
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav li:nth-child(2n) {
        background-color: none
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav li a {
        background: none;
        background-color: #F9FBFF;
        padding: 5px 10px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav li a:before {
        display: none
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav li a:hover {
    font-weight: 400
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox>.category .nav li a.active {
        background-color: #C8001F;
        color: #fff
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .tab-content {
    width: calc(100% - 260px)
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .tab-content {
        width: calc(100% - 210px)
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .tab-content {
        padding-top: 15px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .tab-content {
        padding-top: 0
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .tab-content .tab-pane {
    width: 100%
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .tab-content .tab-pane .tab_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox {
    width: calc(100% - 260px);
    flex-direction: inherit;
    flex-wrap: wrap;
    align-content: space-between
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox {
        width: calc(100% - 210px)
    }
}

@media (max-width: 767px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox {
        width: 100%;
        min-width: 100%;
        padding: 15px 0 0
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .listbox {
    width: 350px;
    min-width: 350px;
    height: 440px
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .listbox {
        width: 300px;
        min-width: 300px;
        height: auto
    }
}

@media (max-width: 767px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .listbox {
        width: 100%;
        min-width: 100%
    }
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .listbox .common_box {
    width: 100%
}

.header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .news_box {
    width: 100%;
    max-width: calc(100% - 350px);
    min-width: inherit
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .news_box {
        height: 420px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .menu_onclick .main_navigation .whitebox .rgtbox .news_box {
        max-width: calc(100% - 300px);
        height: auto
    }
}

.header .header_bottom .menu_onclick.show {
    display: block
}

.header .header_bottom .h_search {
    position: inherit
}

.header .header_bottom .h_search .dropdown_btn {
    background-color: #f7f7f7;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.header .header_bottom .h_search .search_box {
    background: #fff;
    width: 100%;
    position: fixed !important;
    right: 0;
    top: 127px !important;
    bottom: 0 !important;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    border: 0;
    box-shadow: 0px 5px 16px #0000001F;
    transform: none !important
}

@media (max-width: 767px) {
    .header .header_bottom .h_search .search_box {
        top: 138px !important
    }
}

.header .header_bottom .h_search .search_box .custom_container {
    max-width: 904px;
    gap: 0;
    padding-top: 25px;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.header .header_bottom .h_search .search_box .input_box {
    background-color: #fff;
    width: 100%;
    border: 5px solid #EAEAEA;
    border-radius: 30px;
    display: flex;
    align-items: center;
    position: relative
}

.header .header_bottom .h_search .search_box .input_box .licon {
    background-color: #f7f7f7;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 25px
}

.header .header_bottom .h_search .search_box .input_box .input {
    background-color: transparent;
    height: 49px;
    line-height: 39px;
    padding: 5px 10px 5px 50px;
    font-size: 12px;
    line-height: 18px;
    color: #707070;
    border-radius: 30px;
    border: 0;
    position: relative;
    z-index: 2
}

.header .header_bottom .h_search .search_box .input_box button {
    background-color: #C8001F;
    width: 83px;
    height: 30px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    border-radius: 20px;
    margin-right: 10px
}

.header .header_bottom .h_search .search_box .search_result {
    width: 100%;
    max-height: calc(100% - 60px);
    overflow: auto;
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media (max-width: 767px) {
    .header .header_bottom .h_search .search_box .search_result {
        padding: 10px 0
    }
}

.header .header_bottom .h_search .search_box .search_result .sr_heading {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0.12px;
    color: #707070;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .header .header_bottom .h_search .search_box .search_result .sr_heading {
        margin-bottom: 12px
    }
}

.header .header_bottom .h_search .search_box .search_result .customscroll {
    width: 100%;
    max-height: 100%;
    padding-right: 10px;
    overflow-y: auto
}

.header .header_bottom .h_search .search_box .search_result p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    position: relative;
    padding-left: 25px;
    margin: 8px 0
}

.header .header_bottom .h_search .search_box .search_result p:before {
    content: '';
    background-color: #2459A3;
    width: 7px;
    height: 7px;
    border-radius: 15px;
    opacity: 0.31;
    position: absolute;
    left: 3px;
    top: 6px
}

.header .header_bottom .signin_btn {
    background-color: #2459A3;
    width: 83px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    font-family: "Poppins", sans-serif !important
}

.header .header_bottom .menu_icon {
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    cursor: pointer;
    display: none
}

@media (max-width: 1199px) {
    .header .header_bottom .menu_icon {
        display: flex
    }
}

.header .header_bottom .menu_icon span {
    background: #2459A3;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.4s
}

.header .header_bottom .menu_icon.active span {
    background: #C8001F
}

.header .header_bottom .menu_icon.active span.one {
    transform: rotate(-45deg);
    position: absolute;
    left: 1px;
    top: 8px
}

.header .header_bottom .menu_icon.active span.two {
    opacity: 0
}

.header .header_bottom .menu_icon.active span.three {
    transform: rotate(45deg);
    position: absolute;
    left: 1px;
    bottom: 8px
}

.header .header_bottom .main_menu {
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    top: 28px !important;
    border-radius: 0 0 15px 15px;
    max-height: 650px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    border: 0
}

@media (max-width: 1700px) {
    .header .header_bottom .main_menu {
        max-height: 480px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu {
        max-height: inherit;
        position: fixed !important;
        width: 100%;
        left: 101% !important;
        top: 129px !important;
        bottom: 0 !important;
        border-radius: 0;
        display: block;
        transform: none !important;
        transition: all ease-in-out 0.4s;
        border: 0
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_menu {
        top: 105px !important
    }
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu.show {
        left: 0 !important
    }
}

.header .header_bottom .main_menu .content_area {
    width: 100%;
    max-width: 1340px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.header .header_bottom .main_menu .mainmenu_head {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.header .header_bottom .main_menu .mainmenu_head .content_area {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0
}

@media (max-width: 1199px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area {
        padding: 20px 0;
        gap: 20px 0
    }
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common {
    width: 100%;
    max-width: 20%;
    padding: 0 25px;
    position: relative
}

@media (max-width: 1199px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common {
        max-width: 33%;
        padding: 0 10px
    }
}

@media (max-width: 767px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common {
        max-width: 100%;
        padding: 0 10px
    }
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common~.common:before {
    content: '';
    width: 1px;
    background: rgba(112, 112, 112, 0.1);
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common~.common:before {
        display: none
    }
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common h3 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    color: black;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common h3 {
        padding-bottom: 5px;
        margin-bottom: 10px
    }
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common h3:after {
    content: '';
    background: #2459A3;
    width: 36px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common ul {
    display: flex;
    flex-direction: column;
    gap: 25px 15px
}

@media (max-width: 1199px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common ul {
        gap: 15px 10px
    }
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common ul {
        gap: 5px
    }
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common ul li a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #2459A3;
    transition: all ease-in-out 0.4s;
    position: relative;
    display: flex;
    gap: 10px
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_head .content_area .common ul li a {
        font-size: 14px;
        line-height: 20px
    }
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common ul li a .icon {
    width: 15px;
    min-width: 15px
}

.header .header_bottom .main_menu .mainmenu_head .content_area .common ul li a .icon img,
.header .header_bottom .main_menu .mainmenu_head .content_area .common ul li a .icon svg {
    width: 100%;
    max-width: 15px
}

.header .header_bottom .main_menu .mainmenu_foot {
    background: #EAEEF2;
    width: 100%;
    padding: 15px 0;
    border-radius: 0 0 15px 15px
}

.header .header_bottom .main_menu .mainmenu_foot .content_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_lft {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_lft {
        display: none
    }
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_lft .gtext {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #2459A3;
    margin-right: 10px
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_lft .c_btn {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_lft .c_btn:hover svg path {
    fill: #fff
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px
}

@media (max-width: 991px) {
    .header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt {
        width: 100%;
        justify-content: space-between
    }
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .c_text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #2459A3
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .powered_by {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px
}

@media (max-width: 767px) {
    .header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .powered_by {
        gap: 10px
    }
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .powered_by .ptext {
    margin: 0
}

@media (max-width: 767px) {
    .header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .powered_by img {
        width: 100%;
        max-width: 45px
    }
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .social_icon {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 767px) {
    .header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .social_icon {
        display: none
    }
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .social_icon a {
    display: inline-block;
    line-height: 12px
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .social_icon a svg {
    max-width: 14px;
    max-height: 12px;
    height: auto;
    transition: all ease-in-out 0.4s
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .social_icon a svg path {
    fill: #2459A3
}

.header .header_bottom .main_menu .mainmenu_foot .content_area .mainmenu_rgt .social_icon a:hover svg path {
    fill: #000
}

.header.fixed_header .header_bottom {
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px
}

.header.fixed_header .header_bottom .container {
    justify-content: space-between
}

@media (max-width: 1199px) {
    .header.fixed_header .header_bottom .main_navigation .custom_dropdown {
        top: 75px !important
    }
}

@media (max-width: 767px) {
    .header.fixed_header .header_bottom .main_navigation .custom_dropdown {
        top: 50px !important
    }
}

@media (max-width: 1199px) {
    .header.fixed_header .header_bottom .menu_onclick {
        top: 75px !important
    }
}

@media (max-width: 767px) {
    .header.fixed_header .header_bottom .menu_onclick {
        top: 50px !important
    }
}

@media (max-width: 1199px) {
    .header.fixed_header .header_bottom .menu_onclick .custom_dropdown {
        top: inherit !important
    }
}

@media (max-width: 767px) {
    .header.fixed_header .header_bottom .menu_onclick .custom_dropdown {
        top: inherit !important
    }
}

@media (max-width: 1199px) {
    .header.fixed_header .header_bottom .header_mid {
        top: 75px !important
    }
}

@media (max-width: 767px) {
    .header.fixed_header .header_bottom .header_mid {
        top: 50px !important
    }
}

.header.fixed_header .header_bottom .h_search .search_box {
    top: 75px !important
}

@media (max-width: 767px) {
    .header.fixed_header .header_bottom .h_search .search_box {
        top: 50px !important
    }
}

body.theme_dark .header .header_top {
    background-color: #2459A3
}

body.theme_dark .header .header_top .divider_line {
    opacity: 0.2 !important
}

body.theme_dark .header .header_top .select_country .ltext {
    color: #fff
}

body.theme_dark .header .header_top .divider_line {
    background-color: #fff;
    opacity: 0.4
}

body.theme_dark .header .header_top .showdate {
    color: #fff
}

body.theme_dark .header .header_top .showdate svg path {
    fill: #fff
}

body.theme_dark .header .header_top .magazine_text {
    color: #fff
}

body.theme_dark .header .header_top .theme_mode .ltext {
    color: #fff
}

body.theme_dark .header .header_top .social_icon a {
    border-color: #fff
}

body.theme_dark .header .header_top .social_icon a svg path {
    fill: #fff
}

body.theme_dark .header .header_top .social_icon a:hover {
    background-color: #fff
}

body.theme_dark .header .header_top .social_icon a:hover svg path {
    fill: #C8001F
}

body.theme_dark .header .header_bottom {
    background-color: #000;
    border-bottom: 1px solid #535353
}

body.theme_dark .header .header_bottom .l_logo .lightmode_theme {
    display: none
}

body.theme_dark .header .header_bottom .l_logo .darkmode_theme {
    display: inline-block
}

body.theme_dark .header .header_bottom .main_navigation>ul>li a {
    color: #fff
}

body.theme_dark .header .header_bottom .main_navigation>ul>li a:after {
    background-color: #FDEC07
}

body.theme_dark .header .header_bottom .main_navigation>ul>li.dsk_arrow .arrow {
    background: url("../images/common-images/icon_arrow_white.svg") no-repeat center center
}

@media (max-width: 1199px) {
    body.theme_dark .header .header_bottom .main_navigation>ul>li.dsk_arrow:before {
        border-color: #fff
    }
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown {
    background-color: #000
}

@media (max-width: 1199px) {
    body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .mbl_div .backmenu svg path {
        fill: #fff
    }
}

@media (max-width: 1199px) {
    body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .mbl_div strong {
        color: #fff
    }
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .mbl_div strong:before {
    background: #fff
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox {
    background: #000
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .country {
    border-color: #535353
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .country li a {
    color: #fff
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .country li:nth-child(2n) {
    background-color: transparent
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .category {
    border-color: #535353
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .category li a {
    color: #fff
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .category li a:before {
    background-color: #FDEC07
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .category li:nth-child(2n) {
    background-color: transparent
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .listbox .common_box {
    background-color: #2C2C2C;
    border-color: #535353
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .listbox .common_box .textbox h3 {
    color: #FDEC07
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .listbox .common_box .textbox p {
    color: #fff
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .listbox .common_box .share_icon svg path {
    fill: #fff
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box {
    border-color: #535353
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common {
    border-color: #535353
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common h3 {
    color: #FDEC07
}

body.theme_dark .header .header_bottom .main_navigation .custom_dropdown .whitebox .news_box .common p {
    color: #fff
}

@media (max-width: 1199px) {
    body.theme_dark .header .header_bottom .header_mid {
        background-color: #000
    }
}

body.theme_dark .header .header_bottom .r_menu .dropdown_btn svg path {
    fill: #fff
}

body.theme_dark .header .header_bottom .r_menu .dropdown_btn:hover svg path {
    fill: #C8001F
}

body.theme_dark .header .header_bottom .menu_icon span {
    background: #fff
}

body.theme_dark .header .header_bottom .menu_icon.active span {
    background: #C8001F
}

body.theme_dark .header .header_bottom .h_search .search_box {
    background: #000
}

body.theme_dark .header .header_bottom .h_search .search_box .search_result .sr_heading {
    color: #FDEC07
}

body.theme_dark .header .header_bottom .h_search .search_box .search_result .sr_heading svg path {
    fill: #FDEC07
}

body.theme_dark .header .header_bottom .h_search .search_box .search_result p,
body.theme_dark .header .header_bottom .h_search .search_box .search_result li {
    color: #fff
}

body.theme_dark .header .header_bottom .h_search .search_box .search_result p:before,
body.theme_dark .header .header_bottom .h_search .search_box .search_result li:before {
    background-color: #FDEC07
}

body.theme_dark .header .header_bottom .humber_icon svg path {
    fill: #fff
}

body.theme_dark .header .header_bottom .humber_icon.active svg path {
    fill: #FDEC07
}

body.theme_dark .header .header_bottom .menu_onclick .main_navigation .whitebox .category .nav li a.active {
    color: #FDEC07
}