@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,500;1,700&display=swap');
@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times';
    src: url('../fonts/Times-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-ItalicMT.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman Cyr';
    src: url('../fonts/TimesNRCyrMT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #272727;

}
h1,  h5{
    font-family: 'Montserrat';
    color: #000000;
}
h1{
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
}

h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #000000;

}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
}
img{
    max-width: 100%;
}
body a, body button{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

body a:hover{
    text-decoration: none;
}
body a:focus, body button:focus{
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.cta {
    background-color: #50B8E7;
    border: 1px solid #91DDFF;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    padding: 20px 46px;
}
.cta:hover{
background-color:#113542;
border-color: #113542;
color: #ffffff;
}

/*----- header style start -------*/

.top-header a.navbar-brand {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 120px;
}
.header-row {
    align-items: center;
}

ul.navbar-nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

ul.navbar-nav .nav-item .header-dropdown {
    position: absolute;
    width: 250px;
    left: 0px;
    top: 112%;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

ul.navbar-nav .nav-item .header-dropdown ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul.navbar-nav .nav-item span.dropdown_toggle {
    font-size: 12px;
    margin-left: 8px;
}

nav.navbar {
    padding: 0px;
}
.top-header {
    padding-top: 35px;
}
.bottom-header {
    position: relative;
    z-index: 99;
}

.site-header .navbar-nav .nav-link {
    padding: 55px 0px;
    color: #272727;
    font-size: 20px;
    line-height: 25px;
}
.site-header .navbar-nav .nav-link .nav-icon {
    display: none;
}

.site-header .navbar-nav .header-dropdown .nav-link {
    padding: 6px 15px;
    font-size: 18px;
    width: 100%;
    display: block;
}
.top-header .button-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.serch-form-header {
    width: 100%;
    position: relative;
        max-width: 582px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.serch-form-header .form-control {
    width: 100%;
    margin: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 0px;
    border-width: 0px 0px 1px 0px;
    color: #272727;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 40px 12px 20px;
    margin-right: 0px !important;
}

.serch-form-header button {
    position: absolute;
    right: 0px;
    top: 8px;
    border: 0px;
    color: #272727;
    font-size: 17px;
        background-color: transparent;
}


.site-header .navbar-nav .header-dropdown li.nav-item {
    margin: 0px;
}
.market-indices-slider {
    display: flex;
}

.market-indices-slider .indices-item {
    padding: 7px 40px;
    border-right: 1px solid #37545F;
}

.marquee-slider {
    overflow-x: hidden;
}

.market-indices-wrapper {
    background-color: #113542;
    padding: 4px 0px;
        overflow-x: hidden;
    width: 100vw;
}
.market-indices-wrapper .marquee{
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
        display: flex;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.indices-item i {
    color: #08B050;
    border: 2px solid #08B050;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 14px;
}
.indices-item .indice-down i{
    color: #F3424D;
    border-color: #F3424D;
}
.indices-item .indice-down.indice-box .indice-text h6{
 color: #F3424D;   
}

.indice-box {
    display: flex;
}

.indice-box .indice-icon {
    width: 30px;
}

.indice-box .indice-text {
    width: calc(100% - 30px);
    padding-left: 10px;
}

.indice-box .indice-text h5 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
}

.indice-box .indice-text h6 {
    color: #08B050;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat';
}


/*----- header style end -------*/


/******----allnews-section css start hear------*******/

.sub-head {
    position: relative;
    padding-right: 100px;
    width: max-content;
}

.sub-head:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 78px;
    height: 1px;
    margin: auto;
    background-color: #4EB9E7;
}

.image-box {
    border-radius: 5px;
    text-align: center;
}

.image-box img {
    border-radius: 5px;
}

.mtop {
    margin-top: 20px;
}

.week-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #BABABA;
}

.trade-news-box .text-box {
    padding-top: 26px;
}

.inner-section-imgbox {
    padding-bottom: 70px;
    border-bottom: 1px solid #CCCCCC;
}

.Load-more {
    background: white;
    width: max-content;
    padding: 0px 20px;
    margin: 0 auto;
    margin-top: -30px;
}

section.allnews-section {
    padding: 50px 0px 120px;
}

section.Premium-section {
    padding-top: 50px;
}
section.Podcast-section {
    padding-top: 50px;
}

.post-wrapper.post-image-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-wrapper.post-image-left .post-image {
    width: 165px;
    height: 165px;
    overflow: hidden;
    border-radius: 5px;
}

.post-wrapper.post-image-left .post-text {
    width: calc(100% - 165px);
    padding-left: 30px;
}

.sidebra-left .post-wrapper.post-image-left .post-text {
    width: calc(100% - 300px);
    padding-left: 30px;
}
.post-wrapper.post-image-left .post-text h5 a {
    color: inherit;
}

.post-wrapper.post-image-left:not(:last-child) {
    margin-bottom: 21px;
}
/*.image-box.video-box {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
    border-radius: 5px;
}*/

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    border-radius: 5px;
    overflow: hidden;
     padding-top: 70%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.videoPoster:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../images/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
        background-size: 55px;
}

/******----allnews-section css end------*******/

h3.headh3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 34px;
    display: flex;
    align-content: center;

}

section.Headlines-section {
    padding-top: 50px;
}

h3.headh3 i {
    padding: 5px 15px 0px 0px;
}
section.Opinion-section {
    padding: 34px 0px 0;
}

.Success-box {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 0px 40px;
    height: 100%;
}

.Success-box .image-box {
    padding-top: 20px;
}
.Success-box .text-box {
    padding: 30px 0px 0px;
    position: relative;
}

.Success-box .text-box:after {
    position: absolute;
    content: "";
    width: 163px;
    height: 1px;
    background: #4eb9e7;

}
.Business-box .text-box {
    padding: 30px 0px;
}

.Business-box .text-box:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}






.Opinion-section .post-wrapper.post-image-left .post-text {
    width: calc(100% - 315px);
    padding-left: 30px;
}
.Opinion-section .post-wrapper.post-image-left .post-image {
    width: 273px;
    height: 165px;
    overflow: hidden;
    border-radius: 5px;
}
.Opinion-section .post-wrapper:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
}
.inner-Opinion-row {
    padding: 0px 0px 0px;
     border-bottom: 1px solid #CCCCCC;
      border-top: 1px solid #CCCCCC;
}


.Opinion-section .post-wrapper{
    padding: 20px 25px 20px;
}
.Opinion-section .Opinion-post-box {
    border-left: 1px solid #CCCCCC;

}


.banner-Webadd {
    padding: 15px 0px 0px;
}


.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 300px;
    height: 205px;
    overflow: hidden;
    border-radius: 5px;
}

/*.sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 503px;
    width: 100%;
}*/


.update-stock {
    display: flex;
    align-items: center;
    margin: 0px 0px 34px;
}


.update-stock .cta-btn {
    border-radius: 50px;
    padding: 18px 40px;
    text-transform: uppercase;
    margin: 0px 34px 0px 0;
}

.cta-btn:hover {
    background-color: #113542;
    border-color: #113542;
    color: #ffffff;
}


.footer-top-sec .cta-btn:hover {
    background-color: #dcf0fa;
    border-color: #113542;
    color: #000000;
}

.col2-padd ul li:hover  {
    background: #dcf0fa;
}

.col2-padd ul li:hover i {
   color: #3697cd;
}
.col2-padd ul li {
cursor: pointer;
}
.week-name {
    margin: 0;
}


/*----tabs css start----*/



.tabs a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid #CCCCCC;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

 .tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #fff;
    color: #113542;
    cursor: default;
    border-bottom: 2px solid #113542;
}
.side-bar-box .nav-tabs .nav-link {
    padding: 20px 0px;
}
.tabs li.nav-item {
    width: 50%;
    border: none;
}
.tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: unset;
    border-bottom: 2px solid #CCCCCC;
}


.tabs .nav-tabs .nav-item.show .nav-link, .tabs .nav-tabs .nav-link.active {
    border-color: unset;
}






/*----tabs css end----*/



.tab-content .post-wrapper.post-image-left .post-image {
    width: 100px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}

.tab-content .post-wrapper.post-image-left {
    padding: 30px 0px;
    margin: 0px 35px;
}


.tab-content .post-wrapper.post-image-left:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
}

.side-bar-box {
    border-left: 1px solid #CCCCCC;
    height: 100%;
}


.tab-content .post-wrapper.post-image-left .post-text {
    width: calc(100% - 100px);
    padding-left: 25px;
}


.Top-Story-header {
    padding-top: 30px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 50px;
}

.sidebra-left .post-wrapper.post-image-left {
    padding-bottom: 30px;
    border-bottom: 1px solid #CCCCCC;
}


.Featured-box {
    border-top: 1px solid #CCCCCC;
    padding: 40px;
}
.LatestNews-header h3 {
    margin: 0;
}
.LatestNews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 25px 34px 0px;
    border-bottom: 1px solid #CCCCCC;
}

a.Viewall {
    padding: 12px 22px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
a.Viewall:hover {
    background: #113542;
    color: #ffffff;
}
.Latest-News-section .row {
    margin: 0px;
}

.Latest-News-section .row > div {
    padding: 20px;
    border: 1px solid #CCCCCC;
    margin-top: 0px;
    border-right: 0px;
    transition: all 0.4s linear;
    border-top: 0;
}

.Latest-News-section .row > div:hover {
    background: #CCCCCC;
}
.mobile-wive {
    display: none !important;
}

/******----footer-section css start hear------*******/

.footer-section {
    background: #113542;
    padding: 72px 0px 0px;
    color: #ffffff;
}


.inner-footer-content h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}


.inner-footer-content p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.inner-footer-content input {
    padding: 18px 20px;
    margin-right: 20px;
    max-width: 737px;
    width: 70%;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

a.cta-btn {
    padding: 18px 20px;
    background: #50B8E7;
    border: 1px solid #90DDFF;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}

.footer-top-sec {
    border-bottom: 1px solid #37545F;
    padding-bottom: 70px;
}

.footer-middle-sec {
    padding: 70px 0px 60px;
}

.footer-section h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #50B8E7;
    margin-bottom: 27px;
}
.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #FFFFFF;
}

.footer-section ul li a:hover {
    color: #50b8e7;
}

.pleft {
    padding-left: 70px;
}


.copy-right .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right {
    padding: 20px;
    border-top: 1px solid #37545F;
}

.col2-padd {
    display: flex;
    align-items: center;
}
.copy-text p {
    margin: 0;
}

.col2-padd h3 {
    margin: 0;
    margin-right: 10px;
}


 .col2-padd ul {
    margin: 0;
    display: flex;
}

.col2-padd ul li {
    background: #50b8e7;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px;
}
.copy-text p {
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.Buzzing-section {
    padding: 50px 0px 0px;
}
.category-section {
    padding-top: 50px;
}
.category-section .inner-section-imgbox {
    padding-bottom: 38px;
}

.btn_read a:hover {
    background-color: #113542;
    border-color: #113542;
    color: #ffffff;
}
p.btn_read {
    margin-top: 17px;
}
.category_row_bord:first-child {
    /* background-color: #ccc; */
    background: #eee;
}
p.btn_read a {
    background-color: #50B8E7;
    border: 1px solid #91DDFF;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 12px 21px;
}
.crypto-text ul li a {
    color: #000;
}
.image-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.cate_post_row .mtop {
    margin-bottom: 15px;
}

.cate_post_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cate_col_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.cate_col_8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

a.title_post_cate h2 {
    letter-spacing: .5px;
    font-size: 24px;
    line-height: 28px;
}
.category_row_bord {
    padding: 20px;
    border-top: 2px solid #000;
}
a.title_post_cate:hover {
    text-decoration: underline;
    color: #000;
}
a.title_post_cate {
    color: #000;
}
.cate_p p.week-name {
    position: absolute;
    bottom: 32px;
}
.cate_p{
    padding: 15px;
    position: relative;
}

.category-post .container, .category-section .container {
    max-width: 1200px;
}

.post_comment_sec form input {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
}
.post_comment_sec {
    padding: 50px 80px 50px 50px;
}
p.comment-form-cookies-consent {
    display: none;
}
.post_comment_sec form p.comment-form-comment label {
    display: block;
}
.post_comment_sec form p.comment-form-comment textarea {
    width: 100%;
    padding: 10px;
}
.post_comment_sec form p.form-submit input[type="submit"] {
    padding: 15px;
    background-color: #50B8E7;
    border-radius: 8px;
    border: none;
}
.inner-blog-content blockquote {
    background: #DCF1FA;
    border-radius: 5px;
    padding: 43px 26px 36px 42px;
    margin: 70px 0px 70px 70px;
    border-left: 5px solid #50B8E7;
}
.post_comment_sec form p.form-submit input[type="submit"]:hover {
    background-color: #113542;
    border-color: #113542;
    color: #ffffff;
}
.post_comment_sec form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
p.comment-form-author {
    padding-right: 8px;
}
p.comment-form-url, p.comment-notes, p.comment-form-comment{
    width: 100%;
}
.post_comment_sec h2 {
    font-size: 22px;
}
/******----footer-section css end------*******/



/*------ responsive start ------*/

@media (min-width: 768px){
.navbar-nav .navbar-close {
    display: none;
}

}



@media (max-width: 1439px) and (min-width: 1200px) {
    .container {
    padding: 0px 40px;
}

.sidebra-left .post-wrapper.post-image-left .post-text {
    width: calc(100% - 300px);
    padding-left: 30px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1470px;
}
ul.navbar-nav li.nav-item.has-dropdown:hover .header-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
}

@media (max-width: 1599px) {

body {
    font-size: 14px;
    line-height: 24px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

.week-name {
    font-size: 13px;
}
.footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-middle-sec ul li a {
    font-size: 16px;
    line-height: 36px;
}

.copy-text p {
    font-size: 14px;
}
.footer-middle-sec {
    padding: 50px 0px 25px;
}
}

@media (max-width: 1199px){
ul.navbar-nav li.nav-item.has-dropdown .header-dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
        -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    display: none;
}
.site-header .navbar-nav .header-dropdown .nav-link {
    font-size: 16px;
}
.site-header .navbar-nav .nav-link {
    font-size: 16px;
    padding: 25px 0px;
}

ul.navbar-nav .nav-item {
    margin-right: 20px;
}

.dropdown_toggle i {
    transition: all 0.3s ease-in-out;
}

.dropdown_toggle.open i {
    transform: rotateX(-180deg);
}
.serch-form-header .form-control {
    font-size: 14px;
    padding: 10px 30px 10px 10px;
}
.site-header .cta {
    font-size: 16px;
    padding: 10px 25px;
}
.Success-box { 
   padding: 0px 30px 30px;
}
h1 {
    font-size: 32px;
    line-height: 38px;
}
.inner-section-imgbox {
    padding-bottom: 50px;
}
.tab-content .post-wrapper.post-image-left {
    padding: 25px 0px;
    margin: 0px 15px;
}

.tab-content .post-wrapper.post-image-left .post-text {
    padding-left: 15px;
}

.Latest-News-section .row > div {
    padding: 15px;
}

.Opinion-section .post-wrapper.post-image-left .post-text {
    padding-left: 15px;
    width: calc(100% - 275px);
}

.Featured-box {
    padding: 30px 15px;
}

.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 260px;
    height: auto;
}
.sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 350px;
    width: 100%;
    padding-left: 20px;
}
.update-stock .cta-btn {
    border-radius: 50px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin: 0px 15px 0px 0;
    font-size: 18px;
}

.post-wrapper.post-image-left .post-image {
    width: 115px;
    height: 115px;
}
.post-wrapper.post-image-left .post-text {
    width: calc(100% - 115px);
    padding-left: 20px;
}

}


@media (max-width: 991px) {
.pleft {
    padding-left: 15px;
}
.inner-footer-content input {
    padding: 12px 10px;
}

a.cta-btn {
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.col-div {
    order: -1;
}
h2 {
    font-size: 24px;
    line-height: 1.5;
}

h5 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}
.sub-head {
    padding-right: 60px;
}
.sub-head:after {
    width: 40px;
}
.post-wrapper.post-image-left {
    align-items: center;
}

h3.headh3 i {
    padding: 8px 10px 0px 0px;
}


h3.headh3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.Top-Story-header {
    padding-top: 0px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.LatestNews-header .headh3 {
    margin: 0;
}


.sidebra-left .post-wrapper.post-image-left .post-text {
    max-width: 410px;
    width: 100%;
    padding-left: 20px;
}
.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 280px;
    height: auto;
}


.Latest-News-section .row > div:not(:nth-child(2n+1)) {
    border-right: 1px solid #CCCCCC;
}

.Opinion-section .Opinion-post-box {
    border: none;
}

.side-bar-box {
    border: none;
}
.Opinion-section .post-wrapper {
    padding: 20px 0px 20px;
}

.inner-section-imgbox {
    padding-bottom: 0px;
}
.Featured-box {
    padding: 30px 0;
}
.update-stock .cta-btn {
    border-radius: 50px;
    padding: 10px 22px;
    text-transform: uppercase;
    margin: 0px 15px 0px 0;
    font-size: 16px;
}

.sidebra-left .post-wrapper.post-image-left:not(:last-child) {
    margin-bottom: 10px;
}

.LatestNews-header {
    padding: 13px 0px 20px 0px;
}

h1 {
    font-size: 28px;
    line-height: 1.3;
}


.Buzzing-section {
    padding: 30px 0px 0px;
}
section.Headlines-section {
    padding-top: 30px;
}
section.Opinion-section {
    padding: 20px 0px 0;
}

.Buzzing-section .trade-news-box .text-box {
    padding: 0px 0px 26px;
}

 .Buzzing-section .trade-news-box .image-box{
    padding: 20px 0px 0;
}


section.Podcast-section {
    padding-top: 30px;
}

.footer-top-sec {
    padding-bottom: 40px;
}

.footer-section {
    padding: 50px 0px 0px;
}
.footer-middle-sec {
    padding: 30px 0px 20px;
}

.inner-footer-content h2 {;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 30px;
}

.inner-footer-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.footer-middle-sec ul li a {
    font-size: 14px;
    line-height: 1.5;
}
.footer-section h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

section.allnews-section {
    padding: 30px 0px 40px;
}

section.Premium-section {
    padding-top: 30px;
}

.Podcast-section h5 {
    margin: 15px 0px 30px;
}

.allnews-section .inner-section-imgbox {
    padding-bottom: 30px;
}
.Load-more {
    margin-top: -20px;
}
/*
.fade.show {
    opacity: 1;
    z-index: 9;
}
*/
.tab-content .post-wrapper.post-image-left {
    padding: 25px 0px;
    margin: 0px 0px;
}

}

@media (max-width: 767px) {
/*---- header nav responsive start -------*/

.top-header a.navbar-brand {
    width: 100%;
    max-width: 80px;
}

.modal-body .serch-form-header button {
    top: 0;
}
.mobile-wive {
    display: block !important;
}

.mobile-wive .btn-primary {
    background-color: transparent;
    border: transparent;
    padding: 0;
    color: #000000;
    display: flex;
}

.mobile-wive .btn-primary:hover {
    background: transparent;
    color: #113542;
    border: transparent;
    padding: 0;
}

.mobile-wive .modal-header {
    justify-content: space-between;
    padding: 1rem 40px 0px;
    border-bottom: none;

}
.mobile-wive i {
    color: #113542;
}


.mobile-wive .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}
.mobile-wive .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #113542;
    background-color: transparent;
    border-color: transparent;
}

ul.navbar-nav .nav-item .header-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
        -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition:inherit;
    -o-transition: inherit;
    transition: inherit;
}

ul.navbar-nav .nav-item {
    display: block;
}
.top-header {
    padding-top: 20px;
}
.bottom-header {
    padding: 20px 0px;
}
.navbar-toggler .bar {
    background-color: #50B8E7;
    height: 4px;
    width: 35px;
    display: block;
    margin: 4px 0px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler.open .bar {
    margin: -4px;
}

.navbar-toggler.open .bar.bar3 {
    display: none;
}

.navbar-toggler.open .bar.bar1 {
    transform: rotate(45deg);
}

.navbar-toggler.open .bar.bar2 {
    transform: rotate(-45deg);
}

.navbar-toggler {
    border: 0px;
    padding: 0px;
    height: 30px;
}
ul.navbar-nav .nav-item {
    margin-right: 0px;
}

.site-header .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    color: #000000;
    border-top: 1px solid #00000014;
        display: flex;
}

.bottom-header nav.navbar {
    position: static;
}



.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
background-color: #50B8E7;
    color: #fff;
}

ul.navbar-nav .nav-item span.dropdown_toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    margin-left: 0px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00000014;
    border-width: 0px 0px 0px 1px;
}

ul.navbar-nav .nav-item .header-dropdown {
    background-color: transparent;
    border: 0px;
}

.site-header .navbar-nav .header-dropdown .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 25px;
    color: #000000;
}
.site-header .navbar-nav .nav-link .nav-icon {
    display: block;
    max-width: 100%;
    width: 24px;
    margin-right: 40px;
}
.site-header .navbar-nav .nav-link .nav-icon img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-link .nav-icon.icon-book img {
    transform: scale(0.8);
}
ul.navbar-nav li.nav-item.show-mobile {
    display: block !important;
        margin-top: 20px;
}
.top-header .button-col {
    display: none;
}
.top-header .serch-col {
    display: none;
}
.container {
    max-width: 100%;
}
.site-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header.site-header .top-header {
    width: 50%;
    padding: 15px 0px;
}
.bottom-header {
    width: 50%;
    padding: 150x 0px;
}
.site-header .marquee-slider {
    width: 100%;
}
.site-header .navbar-toggler {
    margin-left: auto;
}
.navbar .navbar-collapse {
    position: absolute;
    width: 280px;
    left: auto;
        right: 0px;
    top: 100%;
    background-color: rgba(0,0,0,0.4);
}
.navbar .navbar-collapse .navbar-nav {
    background-color: #ffffff;
   padding: 40px 0px 40px 40px;
}
.site-header .navbar-nav .nav-link {
    border: 0px;
}
.navbar-light .navbar-nav .active>.nav-link .nav-icon img {
    filter: brightness(0) invert(1);
}
.site-header .navbar-nav .nav-link .nav-icon {
    margin-right: 20px;
    width: 20px;
}
ul.navbar-nav .nav-item span.dropdown_toggle {
    border: 0px;
}
.navbar-close {
    width: 100%;
    margin: 0px 0px 20px;
    color: #113542;
    font-size: 18px;
    line-height: 36px;
    display: none;
}

.navbar-close .close-icon {
    display: inline-block;
    max-width: 35px;
    margin-right: 8px;
}
/*----- header nav responsive end -------*/

    .Success-box {
    padding: 0;
    border: none;
}

.sidebra-left .post-wrapper.post-image-left .post-text {
    width: calc(100% - 255px);
    padding-left: 20px;
}

.sidebra-left .post-wrapper.post-image-left .post-image {
    width: 255px;
}

.Opinion-section .post-wrapper.post-image-left .post-image {
    width: 273px;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}
/*.Opinion-section .post-wrapper.post-image-left .post-image {
    width: 100%;
}
*/
/*.Opinion-section .post-wrapper.post-image-left .post-text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}*/

.tab-content .post-wrapper.post-image-left {
    padding: 20px 0px;
    margin: 0px 0px;
}


h1 {
    font-size: 26px;
    line-height: 1.3;
}

.col2-padd ul li {
    width: 35px;
    height: 35px;
    margin: 5px;
}
.mtopspace {
    padding-top: 0;
}
.b_t_right {
    display: none;
}
}

@media (max-width: 575px) {
    .t_t_intropost .category_row_bord .image-box {
        max-width: 100% !important;
    }
    .inner-footer-content input {
        margin-right: 5px;
        width: 65%;
    }
        .image-box {
        border-radius: 5px;
        text-align: left;
        width: 100%;
    }

    .Latest-News-section .row > div:not(:nth-child(2n+1)) {
        border-right: none;
    }

       .sidebra-left .post-wrapper.post-image-left .post-image {
        width: 100%;
    } 

        .sidebra-left .post-wrapper.post-image-left .post-text {
        max-width: 100%;
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

     .post-wrapper.post-image-left .post-image {
        width: 130px;
        height: 130px;
    }
    .inner-footer-content form {
        display: flex;
    }
    input[type="submit"].cta-btn {
        max-width: inherit;
        padding: 18px 20px;
        background: #50B8E7;
        border: 1px solid #90DDFF;
        border-radius: 5px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        text-decoration: none;
        /* display: inline-block; */
        width: 30%;
    }

    p.error {
        margin: 10px 0;
        color: red;
    }

    .post-wrapper.post-image-left .post-text {
        width: calc(100% - 130px);
        padding-left: 15px;
    }

    .post-wrapper.post-image-left {
        align-items: center;
    }
    .Latest-News-section .row > div {
        padding: 20px 0;
        border: 1px solid #CCCCCC;
        margin-top: 0px;
        border-right: 0px;
        border-top: 0;
        border-left: 0;
    }


    .Buzzing-section .trade-news-box .image-box {
        padding: 0px 0px 0;
    }

    .inner-section-imgbox .mtop:last-child {
        margin: 0;
    }
    .inner-section-imgbox .mtop:first-child {
        padding-bottom: 20px;
    }

    .sub-head {
        padding-right: 0;
        padding-bottom: 10px;
    }

    h1 {
        font-size: 22px;
        line-height: 1.3;
    }
    .sub-head:after {
        top: auto;
        right: auto;
        margin: auto;
        bottom: 0;
        left: 0;
    }

    h2 {
        font-size: 18px;
        line-height: 1.5;
    }

    h3.headh3 {
        font-size: 16px;
    }

    h3.headh3 i {
        padding: 3px 10px 0px 0px;
    }

    .Opinion-section .post-wrapper.post-image-left .post-text {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .cate_post_row {
        flex-direction: column;
    }
    .cate_p {
        position: relative;
        flex: inherit;
        max-width: inherit;
    }
    .cate_p p.week-name {
        bottom: 0;
    }
}

/*sourav code 11922*/
body{
    overflow-x: hidden;
}
.category_row_bord {
    max-width: 750px;
    width: 100%;
    margin: auto;
}
.category-section .inner-section-imgbox {
    border-bottom: none!important;
}
.category_row_bord a h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat';
}
.cate_col_8.cate_p .text-box p {
    font-weight: 500;
}
.cate_col_8.cate_p .text-box  p.week-name {
    font-weight: 700;
}
.category_row_bord:first-child {
    background: transparent;
}
.inner-blogs-sec .bog-c .slide-content .slide-img {
    max-width: 120px;
}
.Big-update-section .news-blog .news-img.text-center {
    max-width: 300px;
    height: 200px;
}
.Big-update-section .news-blog .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Big-update-section .news-abt h6 {
    margin-bottom: 20px;
}
.Big-update-section .news-abt p {
    letter-spacing: 1px;
}

section.banner_ads_sec {
    padding: 100px 0;
}
section.banner_ads_sec img.ads_banner {
    max-width: 1210px;
    width: 100%;
}
.col_three p.week-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #5F5F5F;
    margin: 10px 0 20px 0;
}
.col_three h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: #000000;
}
.col_three p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #272727;
}
.col_three {
    border-top: 2px solid #000000;
    padding-top: 20px;
	margin: 0 40px;
}
.ads_ban_left .b_l_ads {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
	text-align: -webkit-center;
	padding-bottom:40px;
	    margin-bottom: 50px;
}
.ads_ban_left .b_l_ads h1 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    text-transform: uppercase;
    word-break: break-word;
}
.ads_ban_left .b_l_ads h1 span {
    color: #50B8E7;
}
.ads_ban_left .b_l_ads h1 {
    padding: 40px 20px;
	    text-align: left;
}
.ads_ban_left .b_l_ads a {
    background: #50B8E7;
    border: 1px solid #90DDFF;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 30px;
}
.b_l_reads.border_l {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
}
.b_l_reads.border_l h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.b_l_reads.border_l h1:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #4FB8E7;
}
.b_l_reads.border_l ul {
    padding: 0;
}
.b_l_reads.border_l ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #272727;
}
.b_l_reads.border_l ul li.active a{
    color: #50B8E7;
}
.b_l_reads.border_l ul li {
    margin-bottom: 10px;
}
.b_l_reads.border_l a.load_more_btn {
    background: #50B8E7;
    border: 1px solid #90DDFF;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.b_t_intro {
    background: #FFFFFF;
    border: 2px solid #50B8E7;
    border-radius: 7px;
    padding: 15px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 15px 20px;
}
.b_t_intro h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 0;
    text-align: left;
}
.b_t_intro a.view_more_btn {
    background: #50B8E7;
    border: 1px solid #90DDFF;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 13px 30px;
	white-space: nowrap;
}
.t_t_intropost {
    padding: 40px 0;
}
.t_t_intropost .category_row_bord {
    border-bottom: 1px solid #CCCCCC;
    max-width: 980px;
    padding: 30px;
	border-top:none;
}
.category_row_bord:first-child {
    border-top: 1px solid #CCCCCC;
}
.t_t_intropost .category_row_bord .image-box {
    max-width: 300px;
}
.t_t_intropost .category_row_bord a h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-align: left;
}
.t_t_intropost .category_row_bord .text-box p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #272727;
}
.stock_intro {
    display: flex;
    width: 100%;
    justify-content: space-between;
	position: absolute;
    bottom: 0;
    padding-right: 30px;
}
img.postimg {
    margin-bottom: 20px;
}
.b_t_stories .top_stories_tab .panel a {
    color: #000;
}
.b_t_stories .top_stories_tab .panel a:hover {
    color: #50B8E7;
}
.stock_intro p.week-name {
    position: relative;
    top: 0;
}
.t_t_intropost .category_row_bord .cate_col_8 .stock_intro p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #363636;
}
.t_t_intropost .category_row_bord .cate_col_8 .stock_intro p a {
    text-decoration: underline;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #363636;
}
.b_l_reads.border_l ul li a:hover {
    color: #50B8E7;
}
.b_t_stories .top_stories_tab .accordion {
	transition: 0.4s;
	background: transparent;
    border: none;
	font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
	color: #000000;
}
.b_t_stories .top_stories_tab {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 20px;
	margin-top: 20px;
    
}
.b_t_stories .top_stories_tab .panel {
    padding: 18px 18px 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.t_t_intropost .category_row_bord .cate_col_4.cate_p img.img-fluid {
    height: 230px;
}
.col_three a {
    text-decoration: none;
    color: #222;
}
.col_three a:hover {
    text-decoration: underline;
    color: #7a7a7a;
}
.ads_ban_left .b_l_ads a:hover, .b_t_intro a.view_more_btn:hover, .b_l_reads.border_l a.load_more_btn:hover {
    background-color: #113542;
    border-color: #113542;
    color: #ffffff;
}
.b_t_stories .top_stories_tab .panel ul {
    padding: 0;
}
.b_t_stories .top_stories_tab .panel ul li a ,.b_t_stories .top_stories_tab .panel p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #272727;
}
.b_t_stories .top_stories_tab .panel ul li {
    margin-bottom: 10px;
}
.t_t_intropost .Load-more {
    margin-top: 50px;
}
button.accordion:after {
    position: absolute;
    content: "\f067";
    right: 0;
    font-size: 20px;
    font-family: 'FontAwesome';
    color: #50B8E7;
}
button.accordion.active:after {
    content: "\f068";
}
.b_t_right form.search-form {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    max-width: 260px;
}
.b_t_right form.search-form label input {
    height: 50px;
    outline: none;
    outline-offset: 0px;
    padding: 0;
    border: none;
}
.b_t_right form.search-form label {
    margin-bottom: 0px;
}
.b_t_right form.search-form .input-group-append button.btn.btn-outline-secondary {
    background: #50B8E7;
    border: 1px solid #CCCCCC;
    border-radius: 0px 5px 5px 0px;
}
button.accordion {
    position: relative;
    width: 100%;
    text-align: left;
	cursor: pointer;
}
.input-group-append button.btn.btn-outline-secondary i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #fff;
}
.input-group-append button.btn.btn-outline-secondary{
background: #50B8E7;
}
.b_t_stories .top_stories_tab .panel ul {
    padding: 15px 0 0 0;
}
.b_t_stories .top_stories_tab .panel ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 10px;
}
.b_t_stories .top_stories_tab .panel ul li a:hover {
    color: #50B8E7;;
}
form#searchform .input-group.mb-3 {
    height: 50px;
}
.mtopspace {
    padding-top: 162px;
}
section.three_post_sec {
    padding-bottom: 50px;
}
.t_t_intropost .category_row_bord.bg_col {
    background-color: #F8F8F8;
}
section.post_sec_home {
    padding-bottom: 100px;
}
.b_l_reads.border_l ul li {
    display: none;
}

.inner-blogs-sec .comments .comments-header h2.comment-reply-title {
    font-size: 18px;
}
.comment-author.vcard img {
    width: 100%;
    max-width: 50px;
    height: 100%;
    margin-right: 10px;
}
.comment-content.entry-content {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #272727;
}
p.comment-awaiting-moderation {
    color: #ccc;
    text-decoration: underline;
}
.comment-respond h2 small {
    margin-left: 10px;
}
footer.comment-footer-meta span.comment-reply {
    margin-right: 11px;
}
span.comment-reply a.do-not-scroll.comment-reply-link {
    padding: 6px 20px;
    border-radius: 7px;
    background-color: #50b8e7;
}
.comment-author.vcard a{
    color: #50b8e7;
}
.comment-author.vcard span.fn {
    font-weight: 600;
}
.comment-body {
    margin-bottom: 18px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
.comment-author.vcard a {
    color: #000;
}
.comment-metadata a {
    color: #50b8e7;
    font-size: 14px;
}
.comment-content.entry-content p {
    font-size: 14px;
}
@media screen and (max-width: 992px) {
.b_t_intro {
    flex-direction: column;
    padding: 15px;
}
.cate_post_row {
    flex-direction: column;
}
.t_t_intropost .category_row_bord .cate_col_4.cate_p img.img-fluid {
    width: 100%;
}
.cate_col_8.cate_p ,.cate_col_4.cate_p {
    width: 100%;
    max-width: 100%;
}
section.post_sec_home {
    padding-bottom: 50px;
}
.t_t_intropost .category_row_bord a h1 {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}	
}
@media screen and (max-width: 768px) {
	.b_t_intro a.view_more_btn {
		font-size: 18px;
		line-height: 24px;
		color: #FFFFFF;
		padding: 10px 30px;
		white-space: nowrap;
	}
	.b_t_intro h1 {
		margin-bottom: 10px;
	}
	section.banner_ads_sec {
		padding: 30px 0;
	}
	.stock_intro {
		position: inherit;
		flex-direction: column;
	}
	.stock_intro p.week-name {
		margin-bottom: 10px;
	}
	.post_comment_sec {
		padding: 30px;
	}
	section.banner_ads_sec {
		padding: 50px 0;
	}
}

@media screen and (max-width: 768px) {
	.col_three {
		margin: 0 15px;
	}
}