@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'EB Garamond', serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}
.news-container{
    max-width: 1140px !important;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-4{
    width: 30%;
}
.col-8{
    width: 70%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}
.mt-0{
    margin-top: 0 !important;
}
.mt-1{
    margin-top: 5px;
}
.mt-2{
    margin-top: 10px;
}
.mt-3{
    margin-top: 15px;
}
.mt-4{
    margin-top: 20px;
}
.mt-5{
    margin-top: 25px;
}
.mr-1{
    margin-right: 5px;
}
.mr-2{
    margin-right: 10px;
}
.mr-3{
    margin-right: 15px;
}
.mr-4{
    margin-right: 20px;
}
.mr-5{
    margin-right: 25px;
}
.ml-1{
    margin-left: 5px;
}
.ml-2{
    margin-left: 10px;
}
.ml-3{
    margin-left: 15px;
}
.ml-4{
    margin-left: 20px;
}
.ml-5{
    margin-left: 25px;
}

.mb-1{
    margin-bottom: 5px;
}
.mb-2{
    margin-bottom: 10px;
}
.mb-3{
    margin-bottom: 15px;
}
.mb-4{
    margin-bottom: 20px;
}
.mb-5{
    margin-bottom: 25px;
}
.d-block{
    display: block;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.text-center{
    text-align: center !important;
}
img{
    width: 100%;
}
.bold{
    font-weight: 600;
}
.top-bar{
    width: 100%;
    background: #EEEEEE;
    padding: 3px 0;
    box-sizing: border-box;
}
.top-bar .left-side{
    width: 50%;
}
.top-bar .right-side{
    width: 50%;
    text-align: right;
}
.top-bar p{
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.top-bar a{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.title-bar .content{
    position: relative;
}
.title-bar .content h1{
    font-size: 45px;
    text-transform: uppercase;
}
.title-bar .content .menu{
    text-align: center;
    margin-top: 10px;
}
.title-bar .content .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}
.title-bar .content .menu ul li{
    display: inline-block;
    border-right: 1px solid #777777;
}
.title-bar .content .menu ul li:last-child{
    border-right: none;
}
.title-bar .content .menu ul li a{
    display: inline-block;
    padding: 0 10px;
    color: #555;
    font-size: 15px;
    
}
.title-bar .content .menu ul li a:hover{
    color: #000;
}
.title-bar .content .sign-btn{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}
.title-bar .content .sign-btn .subscribe{
    margin-right: 8px;
    color: #fff;
    background: #0274b6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
}
.title-bar .content .sign-btn .sign-in{
    color: #222!important;
    border: 1px solid #00000080;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
}
.title-bar .content .sign-btn .offer{
    display: block;
    color: #4e69b2;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    width: auto;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 10px;
    margin-top: 0;
    box-sizing: border-box;
    height: 20px;
}
.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .sticky .title-sub-menu{
    display: none;
  }
.main-menu {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}
.main-menu .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    z-index: 100;
}
.main-menu .menu ul li{
    display: inline-block;
}
.main-menu .menu ul li a{
    display: inline-block;
    padding: 7px 10px;
    color: #555;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid transparent;
}
.main-menu .menu ul li:hover{
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: 700;
    color: #000;
    background: #f9f9f9;
}
.main-menu .mega-menu{
    width: 100%;
    position: absolute;
    left: 0;
    background: #f9f9f9;
    display: none;
}

.main-menu .menu ul li:hover .mega-menu{
    display: block;
}
.main-menu .mega-menu .row{
    justify-content: center;
}
.main-menu .mega-menu .element{
    padding: 30px 20px;
    height: 100%;
    box-sizing: border-box;
}
.main-menu .mega-menu .element .content{
    border-right: 1px solid #d1d1d1;
    height: 100%;
}
.main-menu .mega-menu .col-lg-3:last-child .element .content{
    border-right: none;
}
.main-menu .mega-menu ul{
    text-align: left;
}
.main-menu .mega-menu ul li{
    display: block;
}
.main-menu .menu ul li:hover .mega-menu ul li{
    border: none;
}
.main-menu .mega-menu .element h3{
    margin-bottom: 15px;
    text-align: left;
}
.main-menu .mega-menu ul li a{
    display: block;
    font-size: 16px;
    padding: 7px 0;
    border: none !important;
}
.category-menu{
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.category-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.category-menu ul li{
    display: inline-block;
}
.category-menu ul li a{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 0 15px;
    margin: 15px 0;
    border-right: 1px solid #ccc;
}
.category-menu ul li a:hover{
    text-decoration: underline;
}
.category-menu ul li:last-child a{
    border-right: none;
}
.main{
    margin-top: 80px;
    border-top: 1px solid #ccc;
}
.main .left-side{
    width: 75%;
    padding: 20px 0;
}
.main .right-side{
    width: 25%;
}
.main .left-side .child-left{
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
.main .left-side .item{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.main .left-side .item:first-child{
    margin-top: 0;
}
.main .left-side .item .red-subtitle{
    color: red;
    text-transform: uppercase;
    font-size: 16px;
}
.main .left-side .item .subtitle{
    text-transform: uppercase;
    font-size: 14px;
}
.main .left-side .audio-section .left-group{
    width: 20%;
}
.main .left-side .audio-section .middle-group{
    width: 68%;
}
.main .left-side .audio-section .right-group{
    width: 12%;
    text-align: right;
    padding-left: 10px;
}
.main .left-side .audio-section .left-group h2{
    font-size: 25px;
    margin-bottom: 10px;
}
.main .left-side .audio-section .left-group a{
    color: #0274b6;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}
.main .left-side .audio-section .middle-group .image{
    width: 25%;
}
.main .left-side .audio-section .middle-group .image img{
    width: 95%;
    padding-left: 15px;
}
.main .left-side .audio-section .middle-group .details{
    width: 75%;
    padding-left: 20px;
}
.main .left-side .audio-section .middle-group .details audio{
    margin-top: 15px;
    width: 100%;
}
.main .left-side .audio-section .middle-group .details h2{
    margin-bottom: 10px;
    font-size: 20px;
}
.main .left-side .audio-section .middle-group .group-content{
    display: flex;
}
.main .left-side .audio-section .right-group h6{
    font-size: 18px;
    font-weight: 500;
}
.main .left-side .audio-section .right-group a{
    display: block;
    margin-top: 7px;
    font-size: 16px;
    color: #0274b6;
}
.main .left-side .audio-section .right-group a:hover{
    text-decoration: underline;
}
.main .left-side .audio-section .right-group .btn{
    text-align: right;
    margin-top: 10px;
}
.main .left-side .audio-section .right-group .btn button{
    align-items: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    justify-content: center;
    margin-top: 5px;
    padding: 0;
    width: 70px;
    cursor: pointer;
}
.main .left-side .audio-section .right-group .btn ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 180px;
    text-align: left;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 4px 10px gray;
    margin-left: -70px;
    display: none;
}
.main .left-side .audio-section .right-group .btn:hover ul{
    display: block;
}
.main .left-side .audio-section .right-group .btn ul li{
    display: block;
}
.main .left-side .audio-section .right-group .btn ul li a{
    display: flex;
    padding: 12px;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}
.main .left-side .audio-section .right-group .btn ul li a img{
    width: 20px;
    margin-right: 15px;
}
.main .left-side .audio-section .right-group .btn ul li a:hover{
    background: #f0f0f0;
    text-decoration: none;
}

.main .left-side .section .subtitle{
    text-transform: uppercase;
    font-size: 16px;
    display: block;
}
.main .left-side .item p{
    font-size: 18px;
}
.main .left-side .item a:hover{
    color: #0274b6;
}
.main .left-side .item ul{
    padding-left: 20px;
}
.main .left-side .item li{
    margin-bottom: 7px;
}
.main .left-side .item li a{
    font-size: 18px;
    font-weight: 600;
}
.main .left-side .section .item .image img{
    margin-bottom: 12px;
}
.main .left-side .item h2{
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}
.action-timer{
    margin-top: 8px;
}
.main .left-side .item .action-timer{
    margin-top: 10px;
}
.main .left-side .item .action-timer i{
    font-size: 14px;
    color: #4e4e4e;
}
.main .left-side .item .action-timer p{
    font-size: 15px;
    display: inline-block;
    color: #000;
}

.main .left-side .child-right{
    padding: 0 20px;
    border-right: 1px solid #ccc;
}
.main .left-side .section{
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 25px;
}
.main .left-side .full-item{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.main .left-side .full-item:first-child{
    margin-top: 0;
}
.main .left-side .full-item .red-subtitle{
    color: red;
    text-transform: uppercase;
    font-size: 16px;
}
.main .left-side .full-item .subtitle{
    text-transform: uppercase;
    font-size: 16px;
}
.main .left-side .full-item p{
    font-size: 18px;
}
.main .left-side .full-item a:hover{
    color: #0274b6;
}
.main .left-side .full-item ul{
    padding-left: 20px;
}
.main .left-side .full-item li{
    margin-bottom: 7px;
}
.main .left-side  .full-item li a{
    font-size: 18px;
    font-weight: 600;
}
.main .left-side .full-item img{
    margin-bottom: 10px;
}
.main .left-side .full-item h2{
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}




.main .left-side .full-item .action-timer{
    margin-top: 5px;
}
.main .left-side .full-item .action-timer i{
    font-size: 14px;
    color: #4e4e4e;
}
.main .left-side .full-item .action-timer p{
    font-size: 15px;
    display: inline-block;
    color: #000;
}
.main .left-side .columnists-section .item{
    border-bottom: none;
    padding: 20px;
    box-sizing: border-box;
}
.main .left-side .columnists-section .image{
    text-align: center;
}
.main .left-side .columnists-section img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid gray;
    margin-bottom: 15px;
}
.main .left-side .columnists-section .details{
    text-align: center;
}
.main .left-side .columnists-section a{
    font-size: 20px;
    margin-bottom: 10px;
}
.main .left-side .columnists-section a:hover{
    color: #0274b6;
}
.main .left-side .columnists-section .subtitle{
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}
.main .left-side .promotion-section span{
    text-transform: uppercase;
    font-size: 16px;
    color: #0274b6;
    font-weight: 600;
}
.main .left-side .promotion-section .details{
    padding-right: 30px;
}
.main .left-side .promotion-section .details h2{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main .left-side .promotion-section .details p{
    font-size: 18px;
}
.main .left-side .promotion-section .details a{
    display: inline-block;
    background-color: #0274b6;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    margin-top: 20px;
}
.main .left-side .promotion-section .image{
    text-align: right;
}
.main .left-side .promotion-section .image img{
    width: 80%;
}
.main .left-side .section .full-item{
    border-bottom: none;
}
.main .left-side .section .item{
    border-bottom: none;
}
.main .left-side .section-12 .item img{
    height: 220px;
    margin-bottom: 10px;
}
.main .left-side .cat-item{
    border-top: 1px solid #222;
    padding: 15px 0;
}
.main .left-side .cat-item .subtitle a{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
}
.main .left-side .cat-item h3{
    margin-top: 10px;
    font-size: 18px;
}
.main .left-side .cat-item .content a:hover{
    color: #0274b6;
}
.main .left-side .cat-item .sub-cat-item{
    margin-top: 30px;
    border-top: 1px solid #ccc;
}
.main .left-side .cat-item .sub-cat-item a:hover{
    color: #0274b6;
}

.main .left-side .sponsored-section .offer-item{
    margin-bottom: 20px;
}
.main .left-side .sponsored-section .offer-item h4{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.main .left-side .sponsored-section .offer-item a{
    font-size: 18px;
    font-weight: 600;
    color: #0274b6;
}
.main .left-side .sponsored-section .offer-item a:hover{
    text-decoration: underline;
}
.main .left-side .advertisement-section .offer-item{
    display: flex;
    margin-bottom: 10px;
}
.main .left-side .advertisement-section .offer-item .details{
    width: 80%;
}
.main .left-side .advertisement-section .offer-item .image{
    width: 20%;
    margin-left: 50px;
}
.main .left-side .advertisement-section .offer-item a{
    font-size: 18px;
    font-weight: 600;
    color: #0274b6;
}
.main .left-side .advertisement-section .offer-item a:hover{
    text-decoration: underline;
}
.main .left-side .advertisement-section .offer-item span{
    font-size: 16px;
    display: block;
}
















.main .right-side {
    padding: 0 15px;
}

.main .right-side .group-box{
    box-sizing: border-box;
    border-top: 1px solid #000;
    margin-top: 20px;
}
.main .right-side .group-box .content{
    padding: 20px;
}
.main .right-side .group-box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main .right-side .group-box .subscribe-btn{
    display: flex;
    margin-top: 10px;
    
}
.main .right-side .group-box .subscribe-btn .btn{
    width: 50%;
}
.main .right-side .group-box .subscribe-btn .btn1 a{
    color: #222!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000080;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    height: 32px;
}
.main .right-side .group-box .subscribe-btn .btn2{
    display: flex;
    justify-content: end;
}
.main .right-side .group-box .checkbox {
    position: relative;
    display: inline-block;
}
.main .right-side .group-box .checkbox:after, .checkbox:before {
    font-family: FontAwesome;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
            font-kerning: auto;
    font-language-override: normal;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
}
.main .right-side .group-box .checkbox label {
    width: 90px;
    height: 35px;
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    transition: 0.4s;
}
.main .right-side .group-box .checkbox label:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    left: 0;
    top: -5px;
    z-index: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.main .right-side .group-box .checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
}
.main .right-side .group-box .checkbox input:hover + label:after {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.main .right-side .group-box .checkbox input:checked + label:after {
    left: 40px;
}
.main .right-side .group-box .model-2 .checkbox label {
    width: 75px;
}
.main .right-side .group-box .model-2 .checkbox label:after {
    top: 0;
    width: 35px;
    height: 35px;
}
.main .right-side .group-box .model-2 .checkbox input:checked + label {
    background: #0274b6;
}
.main .right-side .group-box .model-2 .checkbox input:checked + label:after {
    left: 35px;
}


.main .right-side .group-box .modal {
    position: relative;
  }
  .main .right-side .group-box .modal input {
    display: none;
  }
  .main .right-side .group-box .modal input:checked ~ label::before {
    opacity: 1;
    pointer-events: auto;
  }
  .main .right-side .group-box .modal input:checked ~ label .button.activate {
    color: #a1a1aa;
    cursor: default;
  }
  .main .right-side .group-box .modal input:checked ~ label .button.close {
    transform: scale(1);
  }
  .main .right-side .group-box .modal input:checked ~ .dialog {
    transform: scale(1);
    opacity: 1;
  }
  .main .right-side .group-box .modal label .button {
    color: #a1a1aa;
    cursor: pointer;
  }
  .main .right-side .group-box .modal label .button.activate {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -12px;
  }
  .main .right-side .group-box .modal label .button.activate .icon {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .main .right-side .group-box .modal label .button:hover {
    color: #5353ac;
    opacity: 1;
  }
  .main .right-side .group-box .modal label::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(61, 61, 67, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
}
.main .right-side .group-box .modal label .button.close {
    
    content: "";
    position: fixed;
    height: 32px;
    width: 32px;
    top: 45vh;
    right: 46vw;
    margin-top: -120px;
    margin-right: -195px;
    z-index: 3;
    transition: transform 0.1s ease-in-out;
    transform: scale(0);
    cursor: pointer;
}
.main .right-side .group-box .modal label .button.close .icon {
    height: 20px;
    width: 20px;
}
.main .right-side .group-box .modal .dialog {
    opacity: 0;
    transform: scale(0);
    position: fixed;
    top: 45vh;
    left: 45vw;
    height: 370px;
    width: 450px;
    margin-top: -144px;
    margin-left: -144px;
    z-index: 2;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    background-color: white;
    border-radius: 3px;
    padding: 30px;
}

.main .right-side .group-box .modal .dialog h3{
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main .right-side .group-box .modal .dialog .terms{
    padding: 15px 0;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
.main .right-side .group-box .modal .dialog .update{
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1;
}
.main .right-side .group-box .modal .dialog .email{
    margin: 12px 0;
}
.main .right-side .group-box .modal .dialog .email input{
    width: 100%;
    background: #EEEEEE;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 5px;
}
.main .right-side .group-box .modal .dialog a{
    color: #0274b6;
    font-weight: 600;
}
.main .right-side .group-box .modal .dialog .submit input{
    width: 100%;
    border: none;
    outline: none;
    background: #0274b6;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 14px;
    box-sizing: border-box;
    margin-top: 20px;
    cursor: pointer;
}
.main .right-side .group-box .modal .dialog input{
    display: block;
    display: inline-block;
}
.main .right-side .group-box article {
    width: 50vw;
    padding: 16px;
    border-radius: 3px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.main .right-side .group-box svg {
    fill: currentColor;
}
  
.main .right-side .group-box .svg-defs {
    display: none;
}
  


.main .right-side .group-box .subscribe-btn .btn2 a{
    
}
.main .right-side .group-box .subtitle{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}
.main .right-side .group-box .row{
    padding: 20px 0;
}
.main .right-side .group-box .image{
    width: 20%;
}
.main .right-side .group-box .image img{
    border-radius: 50%;
}
.main .right-side .group-box .details{
    width: 80%;
}
.main .right-side .group-box .details h2{
    font-size: 18px;
}
.main .right-side .group-box .details a:hover{
    color: #0274b6;
}
.main .right-side .group-box .details p{
    font-style: italic;
}
.main .right-side .group-box ol{
    margin: 0;
    padding: 0;
    font-size: 25px;
    margin-top: 20px;
}
.main .right-side .group-box li{
    margin-bottom: 25px;
}
.main .right-side .group-box li a{
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.main .right-side .group-box li a:hover{
    color: #0274b6;
}
.main .right-side .group-box .full-item h2{
    font-size: 25px;
    margin-bottom: 10px;
}
.main .right-side .group-box .full-item p{
    font-size: 16px;
    font-weight: 500;
}
.main .right-side .group-box .full-item .action-timer{
    margin-top: 5px;
}
.main .right-side .group-box .full-item .action-timer i{
    font-size: 14px;
    color: #4e4e4e;
}
.main .right-side .group-box .full-item .action-timer p{
    font-size: 15px;
    display: inline-block;
    color: #000;
}
.main .right-side .group-box .full-item ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 10px;
}
.main .right-side .group-box .full-item ul li a{
    font-size: 18px;
}
.main .right-side .video-group h2{
    font-size: 18px;
}
.main .right-side .video-group .content a{
    display: flex;
}
.main .right-side .video-group .content .text{
    width: 60%;
}
.main .right-side .video-group .content .group-image{
    width: 100%;
    height: 180px;
    position: relative;
}
.main .right-side .video-group .content .group-image .text{
    width: 100%;
    position: absolute;
    color: #fff;
    font-weight: 400;
    background: linear-gradient(transparent ,#000);
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
    bottom: 0;
}
.main .right-side .video-group .content .group-image h2{
    font-size: 18px;
    color: #fff;
}
.main .right-side .video-group .content .group-image p i{
    color: #fff;
    margin-top: 8px;
}
.main .right-side .video-group .content .group-image img{
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.main .right-side .video-group .content .image{
    width: 40%;
    height: 65px;
    position: relative;
}
.main .right-side .video-group .content .image p{
    width: 100%;
    position: absolute;
    color: #fff;
    font-weight: 400;
    background: linear-gradient(transparent ,#000);
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 15px;
    bottom: 0;
}
.main .right-side .video-group .content .image p i{
    color: #fff;
}
.main .right-side .video-group .content .image img{
    width: 100%;
    height: 100%;
    border-radius: 0;
}






footer .top-section{
    background: #E9E9E9;
    padding: 10px 0;
}
footer .top-section .left-side {
    display: flex;
}
footer .top-section .left-side .heading h2{
    font-size: 35px;
    font-weight: 500;
    
}
footer .top-section .left-side .heading h4{
    font-size: 20px;
    font-weight: 500;
}
footer .top-section .left-side .select-language {
    margin-left: 70px;
    margin-top: 40px;
}
footer .top-section .left-side .select-language select{
    width: 120px;
    border: none;
    background: transparent !important;
    font-size: 16px;
}
footer .top-section .right-side{
    text-align: right;
}
footer .top-section .right-side a{
    display: inline-block;
    font-size: 15px;
    padding: 10px;
    margin: 30px 10px;
}
footer .footer-menu{
    width: 100%;
    padding: 40px 0;
}
footer .footer-menu .group{
    width: 20%;
}
footer .footer-menu .group:first-child .menu{
    border-left: none;
}
footer .footer-menu .group:first-child .menu{
    padding-left: 0;
}
footer .footer-menu .menu{
    padding: 0 20px;
    border-left: 1px solid #ccc;
}
footer .footer-menu .menu h3{
    font-size: 16px;
}
footer .footer-menu .menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .footer-menu .menu ul li a{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
footer .footer-menu .menu ul li a:hover{
    color: #0274b6;
}

footer .footer-menu .social-icon{
    width: 100%;
    margin-top: 30px;
}
footer .footer-menu .social-icon .row{
    display: flex;
    justify-content: center;
}
footer .footer-menu .social-icon .item{
    width: auto;
    margin: 20px 15px;
}
footer .footer-menu .social-icon .item a i{
    font-size: 25px;
}
footer .footer-menu .social-icon .item img{
    width: 110px;
    height: 40px;
}


footer .footer-cat {
    width: 100%;
    background: #E9E9E9;
    padding: 20px 0;
}
footer .footer-cat .content{
    text-align: center;
}
footer .footer-cat .content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer .footer-cat .content ul li{
    display: inline-block;
}
footer .footer-cat .content ul li a{
    display: inline-block;
    margin: 10px;
    font-size: 16px;
    font-weight: 500;
}
footer .footer-cat .content ul li a:hover{
    color: #0274b6;
}


footer .copyright-section{
    width: 100%;
    padding: 20px 0;
}
footer .copyright-section .content{
    text-align: center;
}
footer .copyright-section .content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
footer .copyright-section .content ul li{
    display: inline-block;
}
footer .copyright-section .content ul li a{
    display: inline-block;
    margin: 10px;
    font-size: 16px;
    font-weight: 500;
}
footer .copyright-section .content ul li a:hover{
    color: #0274b6;
}
footer .copyright-section .content p{
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}



/* Category page desktop version css */
.category-page .cat-post-list{
    width: 100%;
    border-top: 1px solid #222;
}
.category-page .cat-post-list .heading h2{
    margin-bottom: 20px;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 20px;
}
.category-page .cat-post-list .card{
    margin-bottom: 20px;
}
.category-page .cat-post-list .card .image{
    width: 20%;
}
.category-page .cat-post-list .card .image img{
    height: 130px;
}
.category-page .cat-post-list .card .details{
    width: 80%;
    padding-left: 20px;
}
.category-page .cat-post-list .card .details .subtitle{
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.category-page .cat-post-list .card .details h2{
    font-size: 25px;
}
.category-page .cat-post-list .card .details a:hover{
    color: #0274b6;
}
.category-page .cat-post-list .card .details p{
    margin-bottom: 10px;
}
/* News details page desktop version css */
.news-details-page{
    width: 100%;
    margin-bottom: 30px;
}
.news-details-page .subtitle span{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 10px;
    border-right: 1px solid #222;
}
.news-details-page .subtitle a{
    display: inline-block;
    padding: 0 10px;
    color: #0274b6;
    font-weight: 500;
    text-transform: uppercase;
}
.news-details-page .title h1{
    font-size: 40px;
    margin: 10px 0;
}
.news-details-page .title h4{
    font-size: 25px;
    margin-bottom: 20px;
    color: #4e4e4e;
}
.news-details-page .author p{
    font-size: 18px;
    font-weight: 500;
}
.news-details-page .author a{
    color: #0274b6;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
}
.news-details-page .author button{
    margin: 0 5px;
    background: #fff;
    padding: 5px 8px;
    color: #0274b6;
    border: 1px solid #0274b6;
    cursor: pointer;
    border-radius: 5px;
}
.news-details-page .action {
    margin-top: 20px;
}
.news-details-page .action a{
    font-size: 18px;
    margin-right: 40px;
}
.news-details-page .action a i{
    font-size: 20px;
    color: #4e4e4e;
}
.news-details-page .content{
    margin-top: 10px;
}
.news-details-page .content img{
    margin-bottom: 20px;
}
.news-details-page .content a{
    color: #0274b6;
    text-decoration: underline;
    font-size: 18px;
}
.news-details-page .content p{
    font-size: 18px;
    margin-bottom: 20px;
}
.news-details-page .intro-offer{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: center;
}
.news-details-page .intro-offer h2{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.news-details-page .intro-offer h4{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4e4e4e;
}
.news-details-page .intro-offer h3{
    font-size: 40px;
    font-weight: 600;
    color: #0274b6;

}
.news-details-page .intro-offer .btn a{
    width: 300px;
    background: #0274b6;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.news-details-page .intro-offer p a{
    color: #0274b6;
    text-decoration: underline;
}

.news-details-page .action .btn {
    outline: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    padding: 16px 20px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
  }
  .news-details-page .action .btn .fa-share{
    font-size: 20px;
    color: #4e4e4e;
  }
  .news-details-page .action .btn .fa-text-height{
    font-size: 20px;
    color: #4e4e4e;
  }
  .news-details-page .action .btn .fa-comment{
    font-size: 20px;
    color: #4e4e4e;
  }
  .news-details-page .action .btn:focus .dropdown, .btn:active .dropdown {
    transform: translate(0, 20px);
    opacity: 1;
    visibility: visible;
  }
  .news-details-page .action .btn .material-icons {
    border-radius: 100%;
    animation: ripple 0.6s linear infinite;
  }
  .news-details-page .action .btn .dropdown {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 25px;
    margin-top: 0;
    padding: 0;
    background: #FFFFFF;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .news-details-page .action .btn .resize-drop{
    margin-left: 150px;
  }
  .news-details-page .action .btn .dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
    mix-blend-mode: multiple;
  }
  .news-details-page .action .btn .dropdown li {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding: 0;
    width: 200px;
  }
  .news-details-page .action .btn .dropdown li.active {
    color: #5380F7;
  }
  .news-details-page .action .btn .dropdown li:first-child {
    border-radius: 4px 4px 0 0;
  }
  .news-details-page .action .btn .dropdown li:last-child {
    border-radius: 0 0 4px 4px;
  }
  .news-details-page .action .btn .dropdown li:last-child a {
    border-bottom: 0;
  }
  .news-details-page .action .btn .dropdown a {
    display: block;
    padding: 15px;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 0;
  }
  .news-details-page .action .btn .dropdown a:hover{
    background: #EEEEEE;
  }
  .news-details-page .action .btn .resize-drop{
    margin-left: 0;
  }
  .news-details-page .action .btn .fa-brands{
    font-size: 18px;
  }
  .news-details-page .action .btn .fa-facebook{
    color: #1877F2;
  }
  .news-details-page .action .btn .fa-twitter{
    color: #1DA1F2;
  }
  .news-details-page .action .btn .fa-linkedin{
    color: #2867B2;
  }
  .news-details-page .action .btn .fa-print{
    color: #555;
  }
  .news-details-page .action .btn .fa-link{
    color: #555;
  }
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
  }













.mobile-menu {
    display: none;
}
.mobile-show{
    display: none;
}
.main-menu .menu ul li a i{
    display: none;
}
.main-menu .mobile-nav{
    display: none;
}
.mobile-footer{
    display: none;
}
.desktop-off{
    display: none !important;
}
@media only screen and (max-width: 960px) {
    .mobile-menu{
        display: block;
    }
    .mobile-menu .toggle-icon{
        position: absolute;
    }
    .mobile-menu .toggle-icon button{
        background: transparent;
        border: none;
    }
    .mobile-menu .toggle-icon .fa-bars{
        font-size: 30px;
        padding: 15px 15px;
    }
    .mobile-menu .logo{
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .mobile-menu .logo h2{
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
    }
    .main-menu {
        position: absolute;
        background: #fff;
        top: 0;
        margin-top: 60px;
        display: none;
        z-index: 100;
    }
    .main-menu .mobile-nav{
        display: block;
    }
    .main-menu .mobile-nav ul{
        margin: 0;
        padding: 20px 10px;
        box-sizing: border-box;
        list-style-type: none;
        width: 100%;
    }
    .main-menu .mobile-nav ul li{
        width: 50%;
        float: left;
    }
    .main-menu .mobile-nav ul li a{
        display: block;
        padding: 6px;
        font-weight: 500;
    }
    .main-menu .mobile-nav ul:after {
        content: "";
        clear: both;
        display: table;
      }
    .main-menu .mobile-nav .more{
        background: #F4F4F4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .main-menu .menu ul{
        text-align: left;
    }
    .main-menu .menu ul li{
        display: block;
    }
    .main-menu .menu ul li a{
        display: block;
        padding: 12px;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
        font-weight: 700;
    }
    .main-menu .menu .mega-menu ul li a{
        text-transform: capitalize;
        font-weight: 500;
        padding: 6px;
    }
    
    .main-menu .menu ul li a i{
        display: block;
        float: right;
        transform: rotate(-0deg);
    }
    .main-menu .menu .open-button i{
        transform: rotate(180deg);
    }
    .main-menu .mega-menu{
        background: #fff;
        z-index: 9999;
    }
    
    
    .main-menu .mega-menu .element{
        padding: 20px 0;
    }
    .main-menu .mega-menu .element .content{
        padding: 0 15px;
    }
    .main-menu .menu .mega-menu .row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 10px;
        
    }
    .main-menu .menu ul li:hover .mega-menu{
        display: none;
        margin-top: 0;
    }
    .main-menu .menu ul li .mega-menu{
        display: none;
        position: initial;
    }
    .open-banner{
        display: block;
    }
    .open-menu{
        display: block !important;
    }
    .top-bar{
        display: none;
    }
    .title-bar{
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .mobile-off{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .mobile-menu {
        display: block;
    }
    .desktop-off{
        display: block !important;
    }
    .row{
        display: block;
    }
    .col-lg-9{
        width: 100%;
    }
    .col-lg-8{
        width: 100%;
    }
    .col-4{
        width: 100%;
    }
    .col-8{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }
    .mobile-menu .toggle-icon{
        position: absolute;
    }
    .mobile-menu .toggle-icon button{
        background: transparent;
        border: none;
    }
    .mobile-menu .toggle-icon .fa-bars{
        font-size: 30px;
        padding: 15px 15px;
    }
    .mobile-menu .logo{
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
    .mobile-menu .logo h2{
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
    }
    .main-menu {
        position: absolute;
        background: #fff;
        top: 0;
        margin-top: 60px;
        display: none;
        z-index: 100;
    }
    .main-menu .mobile-nav{
        display: block;
    }
    .main-menu .mobile-nav ul{
        margin: 0;
        padding: 20px 10px;
        box-sizing: border-box;
        list-style-type: none;
        width: 100%;
    }
    .main-menu .mobile-nav ul li{
        width: 50%;
        float: left;
    }
    .main-menu .mobile-nav ul li a{
        display: block;
        padding: 6px;
        font-weight: 500;
    }
    .main-menu .mobile-nav ul:after {
        content: "";
        clear: both;
        display: table;
      }
    .main-menu .mobile-nav .more{
        background: #F4F4F4;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .main-menu .menu ul{
        text-align: left;
    }
    .main-menu .menu ul li{
        display: block;
    }
    .main-menu .menu ul li a{
        display: block;
        padding: 12px;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase;
        font-weight: 700;
    }
    .main-menu .menu .mega-menu ul li a{
        text-transform: capitalize;
        font-weight: 500;
        padding: 6px;
    }
    
    .main-menu .menu ul li a i{
        display: block;
        float: right;
        transform: rotate(-0deg);
    }
    .main-menu .menu .open-button i{
        transform: rotate(180deg);
    }
    .main-menu .mega-menu{
        background: #fff;
        z-index: 9999;
    }
    
    
    .main-menu .mega-menu .element{
        padding: 20px 0;
    }
    .main-menu .mega-menu .element .content{
        padding: 0 15px;
    }
    .main-menu .menu .mega-menu .row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 10px;
        
    }
    .main-menu .menu ul li:hover .mega-menu{
        display: none;
        margin-top: 0;
    }
    .main-menu .menu ul li .mega-menu{
        display: none;
        position: initial;
    }
    .open-banner{
        display: block;
    }
    .open-menu{
        display: block !important;
    }


    .category-menu ul li a{
        font-size: 18px;
        padding: 0 10px;
        margin: 10px 0;
    }
    .sticky{
        position: unset;
    }
    .main-menu .menu ul li:hover{
        background: #fff;
        border: none;
        border-bottom: 1px solid #E9E9E9;
    }
    .main-menu .menu .mega-menu .row .col-lg-3:nth-child(2) .content{
        border-right: none;
    }

    .top-bar{
        display: none;
    }
    .title-bar .content h1{
        display: none;
    }
    .title-bar .content .menu{
        display: none;
    }
    .title-bar .content .sign-btn{
        position: unset;
    }
    .title-bar .content .sign-btn .offer{
        display: none;
    }
    .title-bar .content .sign-btn .element{
        display: flex;
        padding: 10px;
    }
    .title-bar .content .sign-btn .element .subscribe{
        width: 50%;
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 15px;
        text-transform: uppercase;
        height: auto;
        box-sizing: border-box;
        border-radius: 0;
        line-height: normal;
    }
    .title-bar .content .sign-btn .element .sign-in{
        font-size: 15px;
        width: 50%;
        display: block;
        text-align: center;
        padding: 8px 10px;
        text-transform: uppercase;
        height: auto;
        box-sizing: border-box;
        border-radius: 0;
        line-height: normal;
    }


    .container{
        padding: 0;
    }

    .main .left-side .section .item{
        margin-right: 0;
    }
    .main .left-side .section .ml-3{
        margin-left: 0;
    }
    .main .left-side .columnists-section .subtitle{
        margin-bottom: 15px;
    }
    .main .left-side .columnists-section .item{
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid #EEEEEE;
    }
    .main .left-side .columnists-section .item .image{
        width: 15%;
    }
    .main .left-side .columnists-section img{
        width: 50px;
        height: 50px;
    }
    .main .left-side .columnists-section .item p{
        font-style: italic;
    }
    .main .left-side .columnists-section .item .details{
        width: 80%;
        text-align: left;
        margin-left: 10px;
    }
    .main .left-side .columnists-section .item .details h3{
        font-size: 16px;
    }
    .main .right-side .group-box .modal .dialog{
        width: 100%;
        box-sizing: border-box;
        left: 37vw;
        height: 450px;
        padding: 10px;
    }


    main{
        padding: 0 15px;
    }
    .main .left-side{
        width: 100%;
    }
    .main .right-side{
        width: 100%;
    }
    .main .left-side .child-left{
        border-right: none;
    }
    .main .left-side .child-left{
        padding-right: 0;
    }
    .main .left-side .child-right{
        border-right: none;
        padding: 0;
        padding-top: 15px;
    }
    .main .left-side .promotion-section .image{
        text-align: center;
        margin-top: 30px;
    }
    .main .left-side .item{
        margin-left: 0;
    }
    .main .left-side .audio-section .subtitle span{
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px;
    }
    .main .left-side .audio-section .left-group{
        display: none;
    }
    .main .left-side .audio-section .middle-group{
        width: 100%;
    }
    .main .left-side .audio-section .middle-group .image img{
        padding-left: 0;
    }
    .main .left-side .audio-section .middle-group .details{
        padding-left: 10px;
    }
    .main .left-side .audio-section .middle-group .details p{
        display: none;
    }
    .main .left-side .audio-section .right-group h6{
        display: none;
    }
    .main .left-side .audio-section .right-group a{
        display: none;
    }
    .main .left-side .audio-section .right-group{
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
    .main .left-side .audio-section .right-group .btn{
        text-align: left;
        
    }
    .main .left-side .audio-section .right-group .btn button{
        width: 100%;
    }
    .main .left-side .audio-section .right-group .btn ul{
        margin-left: 0;
        width: 93%;
    }
    .main .left-side .audio-section audio{
        width: 100%;
        margin-top: 15px;
    }
    



    .categories-section .mr-3{
        margin-right: 0;
    }
    .categories-section .ml-3{
        margin-left: 0;
    }
    .main .right-side{
        padding: 0;
    }
    .main .left-side .section{
        margin-top: 0;
        margin-bottom: 0;
    }
    .main .right-side .group-box{
        padding: 0;
    }
    .main .right-side .group-box li a{
        font-size: 20px;
    }
    .main .right-side .group-box ol{
        padding: 20px;
        box-sizing: border-box;
    }
    .main .right-side .group-box .row{
        display: flex;
    }
    .main .left-side .advertisement-section .offer-item{
        margin-bottom: 20px;
    }
    footer .footer-menu .social-icon .item{
        margin: 20px 10px;
    }
    footer .top-section .row{
        display: block;
    }
    footer .top-section .left-side{
        display: block;
        padding: 15px;
        box-sizing: border-box;
    }
    footer .footer-menu .social-icon .row{
        display: block;
    }
    footer .top-section .left-side .heading h2{
        font-size: 25px;
    }
    
    footer .top-section .left-side .select-language{
        margin-left: 0;
        margin-top: 35px;
    }
    
    footer .top-section .right-side{
        text-align: left;
    }
    footer .top-section .right-side a{
        margin: 10px;
    }
    footer .footer-menu .group{
        width: 100%;
    }
    footer .footer-menu .menu{
        border-right: none;
        padding: 15px;
        box-sizing: border-box;
    }
    footer .footer-menu .menu h3{
        margin-bottom: 15px;
    }
    footer .footer-menu .social-icon .row{
        text-align: center;
    }
    footer .footer-menu .social-icon .item{
        display: inline-block;
    }
    footer .footer-menu .group:first-child .menu{
        padding-left: 15px;
    }
    footer .footer-cat{
        padding: 20px;
        box-sizing: border-box;
    }
    footer .copyright-section{
        padding: 20px;
        box-sizing: border-box;
    }
    footer .top-section{
        display: none;
    }
    footer .footer-menu{
        display: none;
    }
    footer .footer-cat{
        display: none;
    }
    footer .copyright-section{
        display: none;
    }
    footer .mobile-footer{
        display: block;
    }
    footer .mobile-footer .scroll-top{
        background: #F4F4F4;
        padding: 20px;
        box-sizing: border-box;
    }
    footer .mobile-footer .scroll-top a{
        display: block;
        font-size: 16px;
        padding: 10px;
        border: 1px solid #ccc;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
    }
    footer .mobile-footer .edition{
        margin-top: 15px;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }
    
    footer .mobile-footer .edition p{
        margin-bottom: 5px;
    }
    footer .mobile-footer .edition select{
        width: 100%;
        background: #F4F4F4;
        border: none;
        padding: 15px;
        outline: none;
    }
    footer .mobile-footer .social-icon{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    footer .mobile-footer .social-icon .row{
        display: flex;
        justify-content: center;
    }
    footer .mobile-footer .social-icon .item{
        margin: 10px;
    }
    footer .mobile-footer .social-icon .item i{
        font-size: 20px;
    }
    footer .mobile-footer .play-store{
        display: flex;
        justify-content: center;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }
    footer .mobile-footer .menu-item ul{
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    footer .mobile-footer .menu-item ul li a{
        text-align: center;
        display: block;
        padding: 8px;
    }
    footer .mobile-footer .play-store .item{
        width: 50%;
        margin: 10px;
    }
    footer .mobile-footer .play-store .item img{
        height: 50px;
    }
    footer .mobile-footer .sign-btn{
        padding: 15px;
        margin-top: 10px;
    }
    footer .mobile-footer .sign-btn a{
        text-align: center;
        background: #0274b6;
        color: #fff;
        border: 0;
        font-size: 16px;
        line-height: 14px;
        display: inline-block;
        font-weight: 500;
        text-transform: uppercase;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    footer .mobile-footer .copyright-text{
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    /* Category page mobile responsive css */
    .category-page .cat-post-list .card .image{
        width: 100%;
    }
    .category-page .cat-post-list .card .details{
        width: 100%;
        padding-left: 0;
    }
    .category-page .cat-post-list .card .details h2{
        font-size: 22px;
        margin: 15px 0;
    }
    .category-page .cat-post-list .card{
        margin-bottom: 30px;
    }
    .category-page .cat-post-list .card .image img{
        height: auto;
    }


    /* News details page mobile responsive */
    .news-details-page .title h1{
        font-size: 30px;
    }
    .news-details-page .title h4{
        font-size: 20px;
    }
    .news-details-page .author p{
        line-height: 2em;
    }
    .news-details-page .action a{
        margin-right: 20px;
    }
    .news-details-page .intro-offer h2{
        font-size: 35px;
    }
    .news-details-page .intro-offer h4{
        font-size: 25px;
    }
    .news-details-page .intro-offer .btn a{
        width: 250px;
    }
    .news-details-page .action .btn{
        padding: 15px;
    }
    .news-details-page .action .btn .dropdown{
        top: 0;
        margin-top: 50px;
    }

}