@font-face {
    font-family: 'Georgia Regular font';
    src: url('font-family/Georgia Regular font.ttf');
    src: url('font-family/Georgia Regular font.ttf') format('embedded-opentype')
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
    outline: none;
}

body {
    font-family: din-2014, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

p {
    font-family: 'Georgia Regular font';
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
    color: #6E7381;
    margin-bottom: 25px;
}

h1 {
    font-family: 'DIN-2014';
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}

h2 {
    font-family: 'DIN-2014';
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    color: #000000;
}

ul {
    padding-left: 20px;
    font-family: 'Georgia Regular font';
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #6E7381;
}

ul li::marker {
    color: #6E7381;
    font-size: 12px;
}

b,
strong {
    font-weight: bold;
    color: #000000;
}

article.entry {
    margin-bottom: 2px;
}


/* added anchor at her */

.category-banner .left-category-contant h1 a {
    background-color: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 15px;
    margin: 0;
    max-width: calc(100% - 20px);
    text-transform: initial;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.category-banner .left-category-contant h1 a:hover {
    border: 0 !important;
}

.category-banner .left-category-contant a.title-border:hover {
    text-decoration: underline;
    color: #fff;
}


/* Added anchor at hero*/

.right-category-image .caption {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    padding: 4px 15px;
    left: 48px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.right-category-image:hover .caption {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.right-category-image .caption .credit {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: 'din-2014';
    display: inline-block;
}

.right-category-logo-image {
    text-align: center;
    position: relative;
}

.right-category-logo-image .caption {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    padding: 4px 15px;
    width: 100%;
}

.right-category-logo-image:hover .caption {
    opacity: 1;
}

.right-category-logo-image .caption .credit {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-family: 'Georgia Regular font';
    display: inline-block;
    font-size: 18px;
}

.thankyou .site-inner {
    min-height: calc(100vh - 255px);
    background-color: #f4f5f7;
    display: flex;
    align-items: center;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 30px;
    padding-left: 15px;
}

.alignfull .jv-row-column-wrap {
    padding: 0px;
}

@media (max-width: 1023px) {
    .container {
        max-width: 100%;
    }
}


/****************Header  Menu section*******************/


/*new menu css*/

.open-menu span {
    position: absolute;
    height: 5px;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 1;
    margin: 0;
    background-color: #023465;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 23px;
}

.open-menu span:nth-child(1) {
    top: 4px;
}

.open-menu span:nth-child(2) {
    top: 14px;
}

.open-menu span:nth-child(3) {
    top: 24px;
}

.open-menu.open span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #023465;
}

.open-menu.open span:nth-child(2) {
    opacity: 0;
    background: #023465;
}

.open-menu.open span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #023465;
}


/*new menu css*/

.error404 .site-inner {
    min-height: calc(100vh - 259px);
}

.error404 .site-inner {
    min-height: calc(100vh - 259px);
    display: flex;
    align-items: center;
}

.error404 .site-inner .search-form-submit {
    font-size: 16px;
    line-height: 20px;
    background-color: #023465;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 14.5px;
    border-radius: 6px;
    border: 1px solid #023465;
}

.error404 .site-inner .search-form-submit:hover {
    border: 1px solid #023465;
    background-color: #fff;
    color: #023465;
}

.site-header {
    padding: 0 0px;
}

a.logo-one {
    padding-right: 20px;
    border-right: 1px solid #707070;
}

a.logo-two {
    padding-left: 20px;
    display: flex;
}

a.logo-two img {
    width: 207px;
    height: 42px;
    max-height: 42px;
}

.term-eedaily .eenews-top-header .logo-green img {
    width: 150px;
}

.eenews-top-header.header-two .container {
    padding-top: 13px;
    padding-bottom: 13px;
}

.eenews-top-header.header-two .both-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

li.eenews-getaccess {
    margin-left: 15px;
}

.eenews-top-header .container {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.eenews-top-header .container .logo,
.eenews-top-header .container .nav-wrap-right {
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.eenews-top-header .container .menu.genesis-nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}

.eenews-top-header .genesis-responsive-menu {
    padding-top: 0px;
    padding: 0px;
}

.eenews-top-header .menu.genesis-nav-menu li {
    padding-left: 0px;
}

.eenews-top-header .menu.genesis-nav-menu li.eenews-login {
    padding-left: 50px;
}

.eenews-top-header .menu.genesis-nav-menu li a {
    color: #023465;
    font-size: 16px;
    line-height: 21px;
    font-family: 'din-2014';
    font-weight: bold;
    font-style: normal;
    padding: 0px;
    margin-left: 26px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
}

.eenews-top-header .menu.genesis-nav-menu li:first-child a {
    margin-left: 0;
    margin-right: 22px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
    margin-left: 0;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a {
    border: 1px solid #023465;
    padding: 5px 30px 5px 16px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0;
    position: relative;
}

.wp-block-jarvis-iconlist ul.jv-svg-icon-list .jv-svg-icon-list-item-wrap .jv-svg-icon-list-single {
    margin-top: 5px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover {
    background-color: #023465;
    color: #fff;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
    background-color: #023465;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5.5px 13.1px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 20px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a:hover {
    border: 1px solid #023465;
    background-color: #fff;
    color: #023465;
}

.gb-testimonial-text {
    font-family: 'Georgia Regular font';
    font-size: 18px;
}

.genesis-nav-menu>.menu-item-has-children>a::after {
    position: absolute;
    content: "";
    background-image: url(../../images/menu-arrow-new.svg);
    display: inline-block;
    width: 10px;
    height: 5px;
    top: 22px;
    background-repeat: no-repeat;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s
}


/*body.menu-open .genesis-nav-menu > .menu-item-has-children > a::after {
    background-image: url(../../images/menu-arrow-new-grey.svg);  
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s
}*/

.eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
    position: absolute;
    content: "";
    background-image: url(../../images/login-sprite.png);
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 8px;
    background-repeat: no-repeat;
    margin-left: 5px;
    background-position: 0px -14px;
}

.eenews-top-header .menu.genesis-nav-menu .eenews-login a:hover:after {
    background-image: url(../../images/login-sprite.png);
    background-position: 0px 0px;
}

.newroom-about .jv-inside-inner-col p {
    margin: 0;
}

.genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    left: 0px;
    position: absolute;
    top: 43px;
    width: auto;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
    display: block;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    display: block;
}

.eenews-top-header .menu.genesis-nav-menu li .sub-menu li {
    margin: 0px 15px;
    border-bottom: 1px solid #eee;
    padding: 0px;
}

.eenews-top-header .menu.genesis-nav-menu ul.sub-menu {
    background-color: #ffffff;
    min-width: 160px;
    padding: 0;
}

.genesis-nav-menu .sub-menu a {
    border: none;
    padding: 12px 0px !important;
}

.category-banner {
    background-color: #6D9230;
}

.left-category-contant h1 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 15px;
    margin: 0;
    max-width: calc(100% - 20px);
}

.left-category-contant p {
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.5px;
    font-family: 'din-2014';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.main-gutter-remove .jv-gutter-widest>.wp-block-jarvis-column {
    margin-right: 30px;
}

.left-category-contant p strong {
    color: #fff;
}

.energywire {
    background-color: #4a5b6f;
}

.energywire .left-category-contant a {
    color: #4a5b6f;
}

.climatewire {
    background-color: #434ba4;
}

.climatewire .left-category-contant a {
    color: #434ba4;
}

.ee-daily {
    background-color: #3d6493;
}

.ee-daily .left-category-contant a {
    color: #3d6493;
}

.greenwire {
    background-color: #6d9230;
}

.greenwire .left-category-contant a {
    color: #6d9230;
}

.greenwire .content-excerpt-list-left a {
    color: #6d9230;
}

.term-ee-daily .article-archive-paginate a {
    background-color: #6d9230;
    color: #fff;
}

.term-ee-daily .article-archive-paginate a:hover {
    background-color: #333;
    color: #fff;
}

.term-ee-daily .page-numbers.current {
    background-color: #6d9230;
}

.term-ee-daily .previous-next-paged a {
    background-color: #3d6493;
}

.term-ee-daily .previous-next-paged a:hover {
    background-color: #333;
}

.term-eenewspm .previous-next-paged a:hover {
    background-color: #333;
    color: #fff;
}

.term-eenewspm .previous-next-paged a {
    background-color: #4d7778;
}


/*.term-ee-daily .page-numbers.current:hover {
    background-color: #333; 
}*/


/*.term-ee-daily .article-archive-paginate .nav-links a:nth-last-child(2) {
    background-color: #6d9230;
}
.term-ee-daily .article-archive-paginate .nav-links a:nth-last-child(2):hover {
    background-color: #333; 
}*/

.term-ee-daily .nav-links a:hover {
    background-color: #3d6493;
    color: #fff;
}

.eenewspm {
    background-color: #4d7778;
}


/*.eenewspm .left-category-contant a {
    background-color: #4d7778; 
}*/

.abouteandenews {
    background-color: #012446;
}

.abouteandenews .left-category-contant a {
    background-color: #012446;
}

.jv-inside-inner-col .wp-block-image {
    margin-bottom: 0;
}

.left-category-contant h6 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Georgia Regular font';
    max-width: 417px;
}

.category-right-padding {
    position: absolute;
    width: 100%;
    right: 0;
    padding-right: 0;
}

.right-category-image img {
    width: 100%;
    min-height: 500px !important;
    max-height: 500px !important;
    object-fit: cover;
}

.left-category-contant {
    padding: 81px 0 90px;
    max-width: 100%;
    min-height: 500px;
    max-height: 500px;
}

.left-category-contant span {
    background-color: #fff;
    border-radius: 6px;
    color: #4a5b6f;
    letter-spacing: 0.4px;
    font-size: 8px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
    /* padding: 0.5px 6px; */
    padding: 0.5px 0px;
}

.left-category-contant a {
    background-color: #fff;
    border-radius: 6px;
    color: #6D9230;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 14px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.content-excerpt-list {
    padding-top: 60px;
}

.hero-banner .left-category-contant a {
    color: #023465;
}

.hero-banner .left-category-contant a:hover {
    border: 1px solid #fff;
    color: #fff;
}

.left-category-contant a:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff !important;
}

.right-category-image {
    padding-left: 48px;
    position: relative;
}

.content-excerpt-list-left h4 {
    font-size: 24px;
    line-height: 31px;
    color: #000;
    font-weight: bold;
    margin: 0;
}

.three-list {
    margin-top: 0px;
}

.two-list-post {
    margin-bottom: 60px;
}

.row.three-list.archive-margin {
    margin-top: 0;
}

.content-excerpt-list-left p {
    font-size: 10px;
    line-height: 13px;
    font-family: 'din-2014';
    color: #707070;
    margin-bottom: 6px;
}


/* .hover-caption:hover .caption {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    padding: 4px 15px;
    left: 0;
    width: 100%;
} */

.hover-caption {
    position: relative;
}

.content-excerpt-list-left p span {
    letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    color: #707070;
    font-size: 10px;
    line-height: 13px;
}

.content-excerpt-list-left p strong {
    color: #707070;
}

.content-excerpt-list-left a {
    color: #6d9230;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.content-excerpt-list-left {
    padding-bottom: 0px;
    position: relative;
}

.content-excerpt-list-left .credit {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: 'din-2014';
    display: inline-block;
    text-transform: none;
}


/* 
.hover-caption .caption {
    display: none;
    font-family: 'din-2014';
} */


/* .content-excerpt-list-left .hover-caption:hover .caption {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    padding: 4px 15px;
    left: 0;
    width: 100%;
} */


/* .content-excerpt-list-left .medium-category .hover-caption .caption {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .45);
    padding: 4px 15px;
    left: 0;
    width: 100%;
} */


/* .content-excerpt-list-left .medium-category .hover-caption:hover .caption {
    display: block;
} */

.content-excerpt-list-left .hover-caption .caption-overlay {
    position: absolute;
    top: auto;
    bottom: 16px;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    opacity: 0;
    transition: .8s ease;
    background-color: rgba(0, 0, 0, .45);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    padding: 4px 15px;
}

.content-excerpt-list-left .hover-caption:hover .caption-overlay {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.three-list .content-excerpt-list-left {
    padding-bottom: 25px;
}

.content-excerpt-list-left a:hover {
    color: #333 !important;
}

.content-excerpt-list-left img {
    min-height: 384px;
    max-height: 384px;
    object-fit: cover;
    width: 100%;
}

.content-excerpt-list-left img {
    margin-bottom: 16px;
}

.three-list .content-excerpt-list-left img {
    margin-bottom: 16px;
    max-height: 206px;
    min-height: 206px;
    object-fit: cover;
}

.post-list-heading h2 {
    color: #000000;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    padding-bottom: 36px;
}

.three-list .content-excerpt-list-left h4 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
}


/************************Responsive menu*******************/

@media (max-width: 767.98px) {
    .eenews-top-header .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-light .navbar-toggler {
        border-color: #023465;
        position: absolute;
        top: -31px;
        right: 15px;
        z-index: 9;
        border: 0;
        width: 30px;
        height: 30px;
    }
    .genesis-nav-menu .sub-menu {
        position: relative;
    }
    /*.eenews-top-header .container .logo{
        padding: 0px 15px;
    }*/
    .eenews-top-header .container .logo,
    .eenews-top-header .container .nav-wrap-right {
        position: relative;
    }
    .eenews-top-header .genesis-responsive-menu {
        position: absolute;
        top: 0px;
        z-index: 99;
    }
    .navbar-light button.navbar-toggler:hover,
    .navbar-light button.navbar-toggler:focus {
        background-color: transparent;
        border-width: 1px;
        outline: none;
    }
    .eenews-top-header .container .menu.genesis-nav-menu {
        display: block;
        align-items: flex-start;
        justify-content: flex-end;
        margin-bottom: 0;
        flex-direction: column;
        margin-top: 1px;
        background-color: #ffffff;
        position: absolute;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    .eenews-top-header .menu.genesis-nav-menu li a {
        padding: 12px 0px;
    }
    .eenews-top-header .menu.genesis-nav-menu li.eenews-getaccess {
        display: inline-block;
        width: auto;
        float: left;
        position: relative;
        margin-top: 15px;
        margin-left: 0;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
        /*background-color: #ffffff;
        color: #023465;*/
    }
    .mobile-menu-news-row {
        margin: 0px;
    }
    .mobile-menu-news {
        padding: 0px;
    }
    .genesis-nav-menu .sub-menu {
        width: 95%;
        padding: 0px;
    }
    .eenews-top-header .menu.genesis-nav-menu li .sub-menu li {
        margin: 0px 10px;
        padding: 0px;
    }
    .genesis-nav-menu .sub-menu a {
        color: #023465 !important;
    }
}

@media screen and (max-width: 990px) and (min-width: 767.99px) {
    .eenews-top-header .menu.genesis-nav-menu li.eenews-login {
        padding-left: 26px;
    }
}


/************************End Responsive menu*******************/


/****************End Header Menu section*******************/


/****************Footer section*******************/

section.footer {
    background-color: #023465;
}

.row.eenews-footerinfo {
    padding-top: 50px;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #F4F5F7;*/
    display: flex;
    align-items: flex-end;
}

section.footer .widget {
    margin-bottom: 0px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item {
    margin-bottom: 0px;
    padding-left: 30px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item a {
    color: #fff;
    font-family: 'din-2014';
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item a:hover {
    opacity: 0.8;
}

.eenews-copyright ul li a:hover {
    opacity: 0.8;
}

.row.eenews-footerinfo a img {
    max-width: 160px;
}

.eenews-copyright p.copy-text {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 15px;
    font-family: 'din-2014';
    letter-spacing: 0.5px;
}

.eenews-copyright ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    margin: 0;
    padding: 0;
}

.eenews-copyright ul li {
    margin-bottom: 0px;
    padding-left: 24px;
}

.eenews-copyright ul li a {
    color: #fff;
    font-family: 'din-2014';
    font-weight: 100;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.5px;
}

.row.eenews-copyright {
    padding-top: 12px;
    padding-bottom: 45px;
    align-items: center;
}

section.footer hr {
    margin: 0;
    border: 1px solid #F4F5F7;
}

.text-list ul li {
    padding-bottom: 15px;
}

.eenews-getaccess input, .eenews-getaccess textarea, .eenews-getaccess select { /*--CHANGE THE PATH SELECTOR*/
    width: 288px !important;
    box-shadow: 0px 3px 6px #00000033 !important;
    border: 0 !important;
    font-size: 16px !important; /*--CHANGE THE PATH SELECTOR*/
    line-height: 16px !important; /*--CHANGE THE PATH SELECTOR*/
    color: #000000;
    padding-left: 15px !important;
    font-family: 'din-2014';
    border-radius: 0 !important;
    height: 40px !important; /*--CHANGE THE PATH SELECTOR*/
    font-weight: 300;
}

.eenews-getaccess .mktoFormRow label {
    font-weight: bold;
    color: #000000;
    font-size: 18px; /*--CHANGE THE PATH SELECTOR*/
    line-height: 34px; /*--CHANGE THE PATH SELECTOR*/
    padding-top: 0;
    font-family: 'din-2014';
}



.eenews-getaccess .mktoForm select.mktoField {
    background: #fff url(../../images/blue-bg-arrow.svg) center right no-repeat;
}

.eenews-getaccess button.mktoButton {
    background-color: #023465 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: 'din-2014' !important;
    border-radius: 6px !important;
    width: 84px !important;
    height: 33px !important;
    padding: 7px !important;
    text-transform: uppercase;
    border: 1px solid transparent !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.eenews-getaccess .mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    margin-top: -2px;
}

.eenews-getaccess .mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    width: 1.5em;
    height: 1.5em;
}

.eenews-getaccess .mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    margin-top: 0px !important;
}

.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton:hover {
    background-color: #fff !important;
    color: #023465;
    border: 1px solid #023465 !important;
}

.eenews-getaccess .mktoForm .mktoFormRow {
    clear: initial;
    max-width: 48% !important;
    float: left !important;
    margin-right: 0px;
}



.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(4) { /*--ADD*/
    max-width: 100% !important; 
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) { /*--ADD*/
    max-width: 100% !important; 
}

.eenews-getaccess input[type=checkbox]{ /*--ADD*/
    width: 50px !important;
    margin-top: -15px !important;}



/*.eenews-getaccess .mktoForm .mktoFormRow:nth-child(12) .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
    clear: none !important;
    margin-top: 10px;
    margin-left: 45px;
}*/
.eenews-getaccess .mktoForm .mktoFormRow .mktoLogicalField.mktoCheckboxList.mktoHasWidth { /*--CHANGE THE PATH SELECTOR */

    clear: none !important;

    margin-top: 5px; /*--CHANGE THIS SPECIFIC STYLE */

    margin-left: 45px;

}


.eenews-getaccess form.mktoForm {
    max-width: 634px;
    margin-left: 55px !important;
}

.eenews-getaccess .mktoButtonRow {
    text-align: center !important;
    max-width: calc(100% - 30px);
}

.eenews-getaccess .mktoForm .mktoFormCol {
    margin-bottom: 30px !important;
}

.single-banner img {
    width: 100%;
}

.single-banner h2 {
    color: #000000;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
}

.single-banner p {
    font-size: 10px;
    line-height: 13px;
    color: #707070;
    font-family: 'din-2014';
    margin-bottom: 30px;
}

.single-banner p strong {
    color: #707070;
}

.article-navigation .navigation.post-navigation .nav-links {
    display: flex;
    width: 100%;
    background-color: #62812E;
}

.article-navigation .navigation.post-navigation .nav-links a {
    display: flex;
    width: 100%;
    padding-left: 15px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.article-navigation .navigation.post-navigation .nav-links a:hover {
    text-decoration: underline;
}

.single-banner {
    padding-bottom: 60px;
    padding-top: 60px;
}

.article-navigation {
    background-color: #62812E;
    padding: 18px 0;
}

.article-navigation.greenwire {
    background-color: #6D9230;
}

.article-navigation.ee-daily {
    background-color: #3d6493;
}

.article-navigation.energywire {
    background-color: #4a5b6f;
}

.article-navigation.climatewire {
    background-color: #434ba4;
}

.article-navigation.eenewspm {
    background-color: #4d7778;
}

.nav-links .nav-previous a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'DIN-2014';
}

.single-articles article {
    margin-bottom: 35px;
}

body.menu-open .genesis-nav-menu>.menu-item-has-children>a {
    color: #333;
}

.single-articles p {
    color: #000;
}


/***************************Responsive Footer*******************/

@media (min-width: 1140px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 768px) {
    .genesis-nav-menu>.menu-item-has-children>a:hover:after {
        background-image: url(../../images/menu-arrow-new-grey.svg);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /*    .eenews-top-header .menu.genesis-nav-menu li a:hover {
            color: #333;
        }*/
}

@media (max-width: 1139px) {
    .container {
        max-width: 100%;
    }
    .general-contact-information .container {
        padding: 0;
    }
    .alignfull>.jv-row-layout-inner>.jv-row-column-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .accordian-fullwidth .jv-row-layout-inner>.jv-row-column-wrap {
        padding: 0 !important;
    }
    .hero-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .hero-banner .container {
        padding: 0;
    }
    .text-image .container {
        padding: 0;
    }
    .hero-banner .container {
        padding: 0 15px;
    }
    .hero-fullwidth .jv-row-layout-inner>.jv-row-column-wrap {
        padding: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .row.eenews-footerinfo {
        padding-top: 25px;
    }
    .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0px;
        flex-direction: column;
        padding-top: 20px;
    }
    .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item {
        margin-bottom: 0px;
        padding-left: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .row.eenews-copyright {
        padding-bottom: 25px;
    }
    .eenews-copyright ul {
        flex-direction: column;
    }
    .eenews-copyright ul li {
        margin-bottom: 0px;
        padding-left: 0px;
        line-height: 2;
    }
}

@media screen and (max-width: 767.99px) and (min-width: 600px) {
    .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
        flex-direction: row;
        padding-top: 20px;
    }
    .eenews-copyright ul {
        flex-direction: row;
        justify-content: space-between;
    }
    .eenews-copyright ul li {
        margin-bottom: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 990px) and (min-width: 767.99px) {
    .eenews-copyright ul li {
        margin-bottom: 0px;
        padding-left: 10px;
    }
}


/***************************End Responsive Footer*******************/


/****************End Footer section*******************/


/**************************Custom Css********************/

a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #023465;
}
.single-articles .entry-content a
{
    color: #326598;
    text-decoration: underline;
}

.single-articles .entry-content a:hover {
    color: #326598;
}

.site-inner {
    max-width: 100%;
    padding: 0px;
    /*min-height: calc(100vh - 255px);*/
}

.content {
    float: left;
    width: 100% !important;
}

.wp-block-jarvis-rowlayout.alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}

.article-archive-paginate {
    border-top: 1px solid #707070;
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 100px;
}

.article-nopaginate {
    padding-bottom: 60px;
    border-top: 1px solid #707070;
}

.article-archive-paginate a {
    color: #fff;
    background-color: #6D9230;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'din-2014';
}

.previous-next-paged a {
    margin-right: 15px;
}

.article-archive-paginate a:hover {
    background-color: #333;
}

.article-archive-paginate span.page {
    color: #6E7381;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    top: 10px;
}

.article-archive-paginate .nav-links a {
    color: #000;
    background-color: #E9EAEC;
    height: 46px;
    border-radius: 50px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 0px 4px;
    padding: 0px 17px;
}


/*.article-archive-paginate .nav-links a:nth-last-child(2) {
    min-width: 100px;
    border-radius: 50px;
    background-color: #6D9230;
    color: #fff;
}*/


/*.article-archive-paginate .nav-links .page-numbers:last-child {
    min-width: 100px;
    border-radius: 50px;
    background-color: #6D9230;
    color: #fff;
}*/

.article-archive-paginate a.prev.page-numbers {
    display: none;
}

.article-archive-paginate h2.screen-reader-text {
    overflow: hidden !important;
    position: initial !important;
    width: auto !important;
    height: auto;
    color: #6E7381;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 15px;
    letter-spacing: 2.4px;
    margin: 0 18px 0 0px;
}

a.next.page-numbers {
    display: none;
}

span.authorby {
    font-size: 10px;
    line-height: 13px;
    font-family: 'din-2014';
    color: #707070;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.main-post-list p span {
    display: inline;
    font-size: 10px;
    line-height: 13px;
    color: #707070;
    font-family: 'din-2014';
}

.page-numbers.current {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #6d9230;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
}


/*.article-archive-paginate .nav-links a:hover {
    background-color: #6d9230;
    color: #fff;
}*/

.article-archive-paginate nav.navigation.pagination {
    margin: 0;
    float: right;
}


/*all color css*/

.term-ee-daily .content-excerpt-list-left a {
    color: #3d6493;
}

.term-ee-daily .content-excerpt-list-left a:hover {
    color: #333;
}


/*.term-ee-daily .article-archive-paginate a:hover {
    background-color: #333;
}*/


/*.term-ee-daily .page-numbers.current:hover {
    background-color: #333;
}*/


/*.term-ee-daily .article-archive-paginate a {
    background-color: #3d6493;
    color: #fff;
}*/

.term-ee-daily .page-numbers.current {
    background-color: #3d6493;
}


/*.term-ee-daily .article-archive-paginate .nav-links a:nth-last-child(2) {
    background-color: #3d6493;
}*/

.term-energywire .content-excerpt-list-left a {
    color: #4a5b6f;
}

.term-energywire .content-excerpt-list-left a:hover {
    color: #333;
}


/*.term-energywire .article-archive-paginate a {
    background-color: #4a5b6f;
    color: #fff;
}*/


/*.term-energywire .article-archive-paginate a:hover {
    background-color: #333;
    color: #fff;
}*/


/*.term-energywire .page-numbers.current {
    background-color: #4a5b6f;
}*/


/*.term-energywire .page-numbers.current:hover {
    background-color: #333;
}*/


/*.term-energywire .article-archive-paginate .nav-links a:nth-last-child(2) {
    background-color: #4a5b6f;
}*/

.term-energywire .page-numbers.current {
    background-color: #4a5b6f;
    color: #fff;
}

.term-energywire .nav-links a:hover {
    background-color: #4a5b6f;
    color: #fff;
}


/*.term-energywire .nav-links a:hover {
    background-color: #4a5b6f;
    color: #fff;
}*/

.term-energywire .article-archive-paginate .previous-next-paged a {
    background-color: #4a5b6f;
}

.term-energywire .article-archive-paginate .previous-next-paged a:hover {
    background-color: #333;
}

.term-climatewire .previous-next-paged a {
    background-color: #434ba4;
}

.term-climatewire .previous-next-paged a:hover {
    background-color: #333;
}

.term-climatewire .content-excerpt-list-left a {
    color: #434ba4;
}

.term-climatewire .content-excerpt-list-left a:hover {
    color: #333;
}


/*.term-climatewire .article-archive-paginate a {
    background-color: #434ba4;
    color: #fff;
}*/

.term-climatewire .nav-links a:hover {
    background-color: #434ba4;
    color: #fff;
}


/*.term-climatewire .article-archive-paginate a:hover {
    background-color: #333;
    color: #fff;
}*/

.term-climatewire .page-numbers.current {
    background-color: #434ba4;
}


/*.term-climatewire .page-numbers.current:hover {
    background-color: #333;
}*/

.term-eedaily .article-archive-paginate .previous-next-paged a {
    background-color: #3d6493;
}

.term-eedaily .article-archive-paginate .previous-next-paged a:hover {
    background-color: #333;
}

.term-eedaily .previous-next-paged a {
    background-color: #3d6493;
}

.term-eedaily .previous-next-paged a:hover {
    background-color: #333;
}

.term-eedaily .page-numbers.current {
    background-color: #3d6493;
}

.term-eedaily .nav-links a:hover {
    background-color: #3d6493;
    color: #fff;
}

.term-eenewspm .content-excerpt-list-left a {
    color: #4d7778;
}

.term-eenewspm .content-excerpt-list-left a {
    color: #333;
}

.term-eenewspm .page-numbers.current {
    background-color: #4d7778;
}


/*.term-eenewspm .page-numbers.current:hover {
    background-color: #333;
}*/


/*.term-eenewspm .article-archive-paginate a {
    background-color: #4d7778;
    color: #fff;
}*/

.term-greenwire .nav-links a:hover {
    background-color: #6d9230;
    color: #fff;
}

.term-eenewspm .nav-links a:hover {
    background-color: #4d7778;
    color: #fff;
}

.term-eenewspm .nav-links a:hover {
    background-color: #4d7778;
    color: #fff;
}


/*.term-eenewspm .article-archive-paginate a:hover {
    background-color: #333;
    color: #fff; 
}*/


/*.term-energywire .article-archive-paginate .nav-links a:nth-last-child(2) {
    background-color: #4d7778;
}*/

.eenews-top-header .menu.genesis-nav-menu li:nth-child(3) ul.sub-menu li a {
    margin-left: 0;
}

.container.no_post_found {
    min-height: calc(100vh - 255px);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 30px;
}

span.sub-menu-icon {
    display: none;
}

.atr-caption {
    margin-top: 10px;
}

.atr-caption p {
    font-family: 'Georgia Regular font';
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #6E7381;
    margin-bottom: 0px;
}

.atr-caption p span {
    font-size: 12px;
    font-family: Arial, calibri, verdana;
    line-height: 18px;
    color: #aaa;
}


/*all color css*/

.medium-category {
    min-height: 384px;
    max-height: 384px;
    padding: 0px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-excerpt-list-left .medium-category img {
    min-height: auto;
    max-height: initial;
    width: auto;
}

.three-list .content-excerpt-list-left .thumb-category {
    margin-bottom: 16px;
    max-height: 206px;
    min-height: 206px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.three-list .content-excerpt-list-left .thumb-category img {
    max-height: initial;
    min-height: auto;
    object-fit: cover;
    width: auto;
}

.main-post-list .postlist-thumb img {
    margin-bottom: 9px;
    width: 100%;
    max-height: initial;
    min-height: auto;
    object-fit: cover;
}

.main-post-list .postlist-thumb {
    margin-bottom: 9px;
    width: 100%;
    max-height: 150px;
    min-height: 150px;
    object-fit: cover;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.main-post-list .postlist-thumb a:hover {
    background-color: transparent;
}

.single-banner .article-large-logo img {
    width: auto;
}

.article-large-logo {
    text-align: center;
    min-height: 500px;
    max-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

@media (min-width: 2500px) {
    .category-right-padding {
        width: 54%;
    }
}

@media (min-width: 1921px) {
    .category-right-padding {
        width: 52%;
    }
}

@media (min-width: 1025px) {
    .eenews-top-header .menu.genesis-nav-menu li a:hover {
        color: #333;
    }
}

@media (max-width: 1366px) {
    .right-category-image {
        padding-left: 0;
    }
    .right-category-image .caption {
        left: 0;
    }
    .eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(4) .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
        width: 92% !important;
    }
}

@media (max-width: 1199px) {
    .eenews-getaccess form.mktoForm {
        max-width: 100%;
        margin-left: 0 !important;
    }
    .eenews-getaccess .mktoFormRow label {
        font-size: 18px;
    }
    .eenews-getaccess select {
        width: 100% !important;
    }
    .eenews-getaccess input {
        width: 100% !important;
    }
    .eenews-getaccess .mktoForm .mktoFormRow {
        max-width: 100% !important;
    }
    /* .eenews-getaccess .mktoForm .mktoFormCol {
        margin-bottom: 10px !important;
    } */
    .eenews-getaccess .mktoButtonRow {
        margin-top: 25px;
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    /*    .genesis-nav-menu > .menu-item-has-children > a::after {
            transform: rotate(0deg) !important;
            -ms-transform: rotate(0deg) !important;
            -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
        }
        body.menu-open .genesis-nav-menu > .sub-menu-active.menu-item-has-children > a:after {
            background-image: url(../../images/menu-arrow-new-grey.svg);
            -ms-transform: rotate(180deg) !important;
            -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s;
        }
        .genesis-nav-menu > .menu-item-has-children > a:hover:after {
            background-image: url(../../images/menu-arrow-new.svg);
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
            display: none;
        }*/
    .genesis-nav-menu>.menu-item-has-children>a::after {
        display: none;
    }
    .article-large-logo {
        min-height: 350px;
        max-height: 350px;
    }
    span.sub-menu-icon {
        display: inline-block;
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        top: 0px;
        right: 10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
    }
    .eenews-top-header .menu.genesis-nav-menu span.sub-menu-icon:before {
        background: url(../../images/menu-arrow-new.svg);
        position: absolute;
        content: "";
        height: 5px;
        width: 10px;
        background-repeat: no-repeat;
        top: 22px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
        left: 35px;
    }
    .eenews-top-header .menu.genesis-nav-menu .sub-active-class span.sub-menu-icon:before {
        background: url(../../images/menu-arrow-new-grey.svg);
        -ms-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
    }
  
    .single-banner {
        padding-bottom: 20px;
    }
    /* .eenews-getaccess .mktoForm .mktoFormRow:nth-child(odd) {
        padding-left: 0px;
    }
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(even) {
        padding-right: 15px;
    }
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(11) {
        max-width: 100% !important;
    }
   
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(11) .mktoHtmlText.mktoHasWidth {
        width: 100% !important;
    } 
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(10) {
        padding-right: 0;
    }
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(13) {
        padding-left: 0;
    }*/
    .eenews-getaccess .mktoForm .mktoFormRow {
        max-width: 50% !important;
        margin-left: 0px;
    }
    .eenews-getaccess form.mktoForm {
        max-width: 100%;
        margin-left: 0px !important;
    }
    .eenews-getaccess .mktoFormRow label {
        font-size: 18px;
    }
    .eenews-getaccess input,
    .eenews-getaccess select {
        width: 100% !important;
    }
    .left-category-contant {
        padding: 60px 0 80px;
    }
    .main-gutter-remove .jv-gutter-widest>.wp-block-jarvis-column {
        margin-right: 30px;
    }
    .eenews-top-header .menu.genesis-nav-menu li:first-child a {
        margin-left: 0;
        margin-right: 0px;
    }
    .eenews-top-header .menu.genesis-nav-menu li:nth-child(2) {
        padding-left: 10px;
    }
}

@media (max-width: 991px) {
    .article-archive-paginate .row {
        flex-direction: column-reverse;
    }
    .article-archive-paginate nav.navigation.pagination {
        float: left;
        margin-bottom: 30px;
    }
    .medium-category {
        min-height: 206px;
        max-height: 206px;
    }
    .right-category-logo-image {
        padding-bottom: 40px;
        text-align: left;
        min-height: auto;
        max-height: initial;
        padding-left: 15px;
        padding-right: 15px;
    }
    .eenews-top-header .menu.genesis-nav-menu li:nth-child(2) {
        padding-left: 10px;
    }
    .two-list-post {
        margin-bottom: 0;
    }
    a.logo-two img {
        width: 175px;
        max-width: 175px;
    }
    .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login {
        padding-left: 0;
    }
    .eenews-top-header.header-two li.eenews-getaccess {
        margin-left: 0;
    }
    .eenews-top-header.header-two .container .menu.genesis-nav-menu {
        justify-content: space-between;
        padding: 0;
    }
  
    .content-excerpt-list-left img {
        max-height: 206px;
        min-height: 206px;
        object-fit: cover;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-login a {
        padding: 3px 25px 3px 7px;
    }
    .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login a {
        margin-left: 15px;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
        top: 7px;
    }
    a.logo-one {
        padding-right: 10px;
    }
    .eenews-top-header .menu.genesis-nav-menu li:first-child a {
        margin-right: 0px;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
        padding: 3.5px 5px;
    }
    a.logo-two {
        padding-left: 10px;
    }
    .eenews-top-header .menu.genesis-nav-menu ul.sub-menu {
        padding-left: 0px;
    }
    .eenews-top-header.header-two .menu.genesis-nav-menu li a {
        margin-left: 5px;
    }
    .eenews-getaccess form.mktoForm {
        max-width: 100% !important;
        margin-left: 0px !important;
    }
    .eenews-getaccess .mktoForm .mktoFormRow {
        margin-right: 0px;
        max-width: 50% !important;
        margin-left: 0;
    }
    .eenews-getaccess .mktoFormRow label {
        font-size: 15px;
        line-height: 32px;
    }
    .eenews-getaccess input {
        width: 100% !important;
    }
    .eenews-getaccess select {
        width: 100% !important;
        font-size: 15px !important;
    }
    .eenews-getaccess input {
        font-size: 15px;
    }
    .eenews-copyright ul li {
        margin-bottom: 0px;
        padding-left: 12px;
        line-height: 0;
    }
    .row.eenews-footerinfo {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .row.eenews-copyright {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .category-right-padding {
        position: initial;
        padding-right: 0;
        padding-left: 0;
    }
    .right-category-image img {
        min-height: auto !important;
        max-height: none !important;
    }
    .left-category-contant {
        padding: 40px 0 60px;
        max-width: 100%;
        min-height: auto;
    }
    .left-category-contant h1,
    .left-category-contant h6 {
        max-width: 100%;
    }
    .content-excerpt-list-left {
        padding-bottom: 25px;
    }
    .article-archive-paginate h2.screen-reader-text {
        margin: 0 10px 0 0px;
    }
    .three-list {
        margin-top: 0;
    }
    .medium-category .hover-caption {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .content-excerpt-list-left .credit {
        font-size: 14px;
        line-height: 20px;
    }
    .eenews-top-header.header-two .menu.genesis-nav-menu li a {
        margin-left: 0;
    }
    .eenews-top-header.header-two .menu.genesis-nav-menu li.eenews-login a {
        margin-left: 0;
    }
    .eenews-top-header.header-two button.navbar-toggler {
        top: -37px;
    }
    .eenews-top-header.header-two .logo a img {
        max-height: 28px;
    }
    .eenews-top-header.header-two .container .menu.genesis-nav-menu {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-getaccess a {
        padding: 5.5px 13.1px;
    }
    .article-archive-paginate .nav-links a {
        min-width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 16px;
        margin: 0px 2px;
        padding: 0px 6px;
    }
    .article-archive-paginate .previous-next-paged a {
        margin-right: 0;
        margin-bottom: 10px;
        display: inline-block;
        font-size: 13px;
        padding: 6px 6px;
        text-align: center;
        margin-right: 10px;
    }
    .article-archive-paginate .previous-next-paged a:first-child {
        margin-bottom: 10px;
    }
    .article-archive-paginate .previous-next-paged a:last-child {
        margin-bottom: 0;
        margin-top: 0;
    }
    .article-archive-paginate a {
        padding: 6px 8px;
        font-size: 16px;
    }
    .article-archive-paginate .nav-links a:nth-last-child(2) {
        min-width: 21px;
    }
    .page-numbers.current {
        width: 21px;
        height: 21px;
        line-height: 21px;
        font-size: 16px;
    }
    .article-archive-paginate h2.screen-reader-text {
        font-size: 12px;
        margin-right: 15px;
        letter-spacing: 0px;
        margin: -9px 8px 0 0px;
    }
    .article-archive-paginate nav.navigation.pagination {
        margin-top: 15px;
        margin-bottom: 5px;
        float: left;
    }
    .article-archive-paginate .row {
        flex-direction: column-reverse;
    }
    .article-archive-paginate span.page-numbers.dots {
        margin-top: 0;
    }
    .three-list {
        margin-top: 0px;
    }
    .left-category-contant h1 {
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 10px;
        max-width: 100%;
    }
    .left-category-contant {
        padding: 40px 0 55px;
        max-width: 100%;
        min-height: auto;
    }
    .article-navigation .navigation.post-navigation .nav-links a {
        font-size: 15px;
        padding-left: 0;
    }
    .single-banner h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .single-banner {
        padding-bottom: 20px;
        padding-top: 40px;
    }
    .single-articles article p {
        margin-bottom: 15px;
    }
    .eenews-copyright ul li {
        margin-bottom: 0px;
        padding-left: 0;
        line-height: 2;
    }
    .eenews-getaccess select {
        width: 100% !important;
        height: 35px !important;
    }
    .genesis-nav-menu .sub-menu {
        width: auto;
    }
    .eenews-getaccess form.mktoForm {
        max-width: 100%;
        margin-left: 0px !important;
        padding: 0;
    }
    .eenews-getaccess .mktoFormRow label {
        font-size: 15px;
        line-height: 24px;
    }
    .eenews-getaccess .mktoForm .mktoFormCol {
        margin-bottom: 15px !important;
    }
    .eenews-getaccess .mktoForm .mktoFormRow {
        width: 100% !important;
        margin-left: 0;
        max-width: 100% !important;
    }
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(odd),
    .eenews-getaccess .mktoForm .mktoFormRow:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }
    .eenews-getaccess input {
        width: 100% !important;
        height: 35px !important;
    }
    .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu {
        padding-left: 0;
    }
    .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item {
        padding-bottom: 5px;
        padding-top: 0;
    }
    .eenews-copyright ul {
        flex-direction: column;
        padding-left: 0;
    }
    .eenews-copyright p.copy-text {
        margin-bottom: 10px;
    }
    .row.eenews-copyright {
        padding-bottom: 20px;
        padding-top: 25px;
    }
    .row.eenews-footerinfo {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .eenews-footerinfo .widget-wrap .menu-footer-menu-container ul.menu li.menu-item:last-child {
        padding-bottom: 0;
    }
    .eenews-top-header .menu.genesis-nav-menu li {
        padding-left: 0;
    }
    .eenews-top-header .menu.genesis-nav-menu li.eenews-login {
        padding-left: 0;
        margin-top: 0px;
    }
    .eenews-top-header .container .menu.genesis-nav-menu {
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }
    .genesis-nav-menu .sub-menu {
        top: -13px;
    }
    .genesis-nav-menu>.menu-item-has-children>a::after {
        top: 10px;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-login a {
        display: inline-block;
        margin-bottom: 0px;
        padding: 5px 30px 5px 16px;
    }
    .eenews-top-header .menu.genesis-nav-menu li a {
        padding: 0px 0px 15px;
        margin-left: 0px;
    }
    .eenews-copyright ul li:last-child {
        line-height: 30px;
    }
    .term-eedaily .eenews-top-header .logo-green img {
        width: 115px;
    }
    a.logo-two img {
        max-width: 150px;
    }
    a.logo-two {
        padding-left: 10px;
        max-width: initial;
        padding-left: 10px;
    }
    a.logo-one {
        padding-right: 10px;
    }
  
    .eenews-top-header .container {
        padding-top: 23px;
        padding-bottom: 19px;
    }
  
    .mktoForm div,
    .mktoForm span,
    .mktoForm label,
    .mktoForm p {
        font-size: 16px;
        line-height: 26px;
    }
 
    .mktoForm .mktoRadioList>label,
    .mktoForm .mktoCheckboxList>label {
        margin-left: 15px;
    }
    
    .eenews-getaccess .mktoForm .mktoRadioList>label,
    .mktoForm .mktoCheckboxList>label {
        margin-top: -2px !important;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
        display: none;
    }
    .genesis-nav-menu>.menu-item-has-children>a::after {
        transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }
    body.menu-open .genesis-nav-menu>.menu-item-has-children>a:after {
        background-image: url(../../images/menu-arrow-new-grey.svg);
        -ms-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
    }
    .eenews-top-header .menu.genesis-nav-menu .eenews-login a::after {
        top: 9px;
    }
    .three-list .content-excerpt-list-left img {
        max-height: initial;
        min-height: auto;
        object-fit: cover;
    }
    .genesis-nav-menu>.menu-item-has-children>a::after {
        display: none;
    }
    span.sub-menu-icon {
        display: inline-block;
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        top: 0px;
        right: 10px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
    }
    .eenews-top-header .menu.genesis-nav-menu span.sub-menu-icon:before {
        background: url(../../images/menu-arrow-new.svg);
        position: absolute;
        content: "";
        height: 5px;
        width: 10px;
        background-repeat: no-repeat;
        top: 8px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
        left: 0;
    }
    .eenews-top-header .menu.genesis-nav-menu .sub-active-class span.sub-menu-icon:before {
        background: url(../../images/menu-arrow-new-grey.svg);
        -ms-transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s;
    }
    .eenews-top-header .menu.genesis-nav-menu li:nth-child(2) {
        padding-left: 0;
    }
    .article-large-logo {
        min-height: 250px;
        max-height: 250px;
    }
    .right-category-image .caption .credit {
        font-size: 14px;
        line-height: 20px;
    }
}

.paid_article_form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.paid_article_form .eenews-getaccess form.mktoForm {
    margin-left: 0 !important;
    margin-top: -36px !important;
}

.paid_article_form>div {
    min-width: 320px;
}

.paid_article_form>div:nth-child(1) {
    flex: 0 1 38%;
}

.paid_article_form>div:nth-child(2) {
    flex: 0 1 58%;
}

.paid_article_form h6 {
    font-size: 1rem;
}

@media only screen and (max-width: 829px) {
    .paid_article_form>div:nth-child(1) {
        flex: 0 1 100%;
    }
    .paid_article_form>div:nth-child(2) {
        flex: 0 1 100%;
    }
    .paid_article_form .eenews-getaccess form.mktoForm {
        margin-top: 0 !important;
    }
}

div#eenews {
    scroll-margin-top: 140px;
}


/* update code begin */

.eenews-getaccess .mktoForm .mktoFormRow textarea {
    border: none;
}

.eenews-getaccess .mktoForm .mktoFormRow textarea,
.eenews-getaccess .mktoForm .mktoFormRow select,
.eenews-getaccess .mktoForm .mktoFormRow input[type="text"],
.eenews-getaccess .mktoForm .mktoFormRow input[type="tel"],
.eenews-getaccess .mktoForm .mktoFormRow input[type="password"],
.eenews-getaccess .mktoForm .mktoFormRow input[type="email"] {
    width: 92%!important;
    min-height: 45px;
    height: 45px;
}

.eenews-getaccess .mktoCheckboxList input[type="checkbox"] {
    width: 40px !important;
    height: 20px !important;
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
    max-width: 100% !important;
}

.eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) .mktoHtmlText.mktoHasWidth,
.eenews-getaccess .mktoForm  .mktoFormRow:nth-last-child(4) .mktoHtmlText.mktoHasWidth {
    width: 92% !important;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
    border: none !important;
}

@media (max-width: 767.98px) {
    .eenews-getaccess .mktoForm .mktoFormRow textarea,
    .eenews-getaccess .mktoForm .mktoFormRow select,
    .eenews-getaccess .mktoForm .mktoFormRow input[type="text"],
    .eenews-getaccess .mktoForm .mktoFormRow input[type="tel"],
    .eenews-getaccess .mktoForm .mktoFormRow input[type="password"],
    .eenews-getaccess .mktoForm .mktoFormRow input[type="email"] {
        width: 100%!important;
    }
    .eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) {
    .eenews-getaccess .mktoForm .mktoFormRow:nth-last-child(5) {
        max-width: 100% !important;
    }
}