/*------------------|| Stocks page Css End ||---------------*/
 .main_grid{
     display: grid;
     grid-template-columns: auto 350px;
     grid-gap: 40px 30px;
}
 .stocks_heading h2{
     margin: 0;
}
 .stocks_heading p{
     font-size: var(--fs16);
     margin: 0;
     letter-spacing: 1px;
}
 .border_Box {
     background-color: var(--grey);
     border: 1px solid var(--green);
     padding: 34px 20px;
     margin-bottom: 45px;
}
 .stocks_card_section .overlay_search{
     width: calc(100% - 20px);
     height: calc(100% - 20px);
}
 .border_BoxHeading h3{
     color:var(--green);
     font-size: var(--fs18);
     padding-bottom: 8px;
     margin:0;
     letter-spacing: 0.8px;
     font-weight: 600;
     border-bottom: 1px solid var(--green);
}
 .stocks_card_section{
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-gap:30px;
     padding-top: 30px;
}
 .search_Form form input {
     height: 38px;
     width: 100%;
     border: 1px solid #dfdddd;
     padding-left: 15px;
}
 .card_info span{
     font-size: var(--fs16);
     color: var(--black);
}
.review_CardContent .card_link a {
    text-decoration: none;
    color: var(--black);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: var(--fs16);
}
 .stocks_container_right .border_Box:last-child {
     margin-bottom: 0;
}
 .search_Form{
     margin-top: 25px;
     position: relative;
}
 .search_Form form input::placeholder {
     color: #d5d5d5e3;
}
 .search_Form .form_group{
     display: flex;
     justify-content: space-between;
}
 .search_Form .form_group button{
     background: var(--green);
     border: none;
     height: 38px;
     width: 45px;
     cursor: pointer;
}
 .search_Form form input:focus {
     outline: none;
}
 .search_Form .form_group button img{
     vertical-align: bottom;
     width: 20px;
}
 .category_list ul {
     list-style-type: none;
     padding-left: 0;
     margin-bottom: 0;
}
.category_list ul li a {
    display: flex;
    justify-content: space-between;
    font-size: var(--fs16);
    padding: 5px 0;
    text-decoration: none;
    color: var(--black);
}
 .category_list ul li span{
     color: var(--black);
}
.review_Card {
    display: flex;
    gap: 15px;
    cursor: pointer;
    padding-top: 20px;
    align-items: center;
}
.review_CardImg img, .review_CardImg a {
    width: 135px;
    height: 64px;
    object-fit: cover;
    display: block;
}
 .review_Card:hover .review_CardContent .card_link a{
     color: var(--green);
}
 .tags_list ul{
     list-style-type: none;
     padding-left: 0;
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     row-gap: 20px;
     margin: 25px 0 7px;
}
 .tags_list ul li a{
     text-decoration: none;
     color: var(--black);
     background-color: var(--white);
     padding: 4px 17px;
     font-weight: 500;
     transition: 0.2s;
}
 .tags_list ul li a:hover{
     color: var(--white);
     background-color: var(--green);
}
 .idea_box_img a>img.img_fluid {
     height: 100%;
     width: 100%;
     object-fit: cover;
}
 .idea_box_img>a{
     display: block;
     height: 100%;
}
 .idea_box_img {
     width: 100%;
     overflow: hidden;
}
 .stocks_card_section .idea_box_contant ul {
     margin-top: 15px;
}
 .Top_reviewList {
     margin-top: 5px;
}
 .review_CardContent .card_link {
     line-height: 21px;
}
 .stocks_card_section .idea_btn a{
     text-transform: uppercase;
}
.stocks_card_section.stock_box_most .idea_box{
     box-shadow: 1.563px 1.863px 10px 0 rgb(0 0 0 / 13%);
}
.stock_box_most .idea_box .idea_btn {
    padding-bottom: 20px !important;
}
.stocks_card_section.stock_box_most .idea_box .idea_box_img a, .stocks_card_section.stock_box_most .idea_box .idea_box_img a > img {
    display: block;
    object-fit: cover;
}
.single-post .post-thumbnail img {
    width: 100% !important;
    object-fit: cover;
}
.stocks_container_right {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
h1, .blog_pera h1,.search header.page-header h1, .search-no-results header.page-header h1, section#error_404_page header.page-header h1 {
    margin: 0px;
    font-size: var(--fs24);
    letter-spacing: 1px;
    color: var(--black);
    padding: 10px 0;
    font-weight: 600;
}
h1, .blog_pera h1 {
    font-size:31px;
}
.blog_pera .entry-content {
     margin-top: 0px;
}
.search  header.page-header h1,.search-no-results header.page-header h1,section#error_404_page  header.page-header h1{
    margin: 0px;
    padding: 0px;
}
.search-no-results form.search-form input,section#error_404_page form.search-form input{
       height: 38px;
    width: 100%;
    border: 1px solid #dfdddd;
    padding-left: 15px;
}
.search-no-results form.search-form,section#error_404_page form.search-form {
    display: flex;
    justify-content: space-between;
}
.search-no-results form.search-form label,section#error_404_page form.search-form label {
    width: 100%;
}
.search-no-results input.search-submit,section#error_404_page form.search-form input.search-submit{
    max-width: fit-content;
    background: var(--green);
    border: none !important;
    cursor: pointer;
    padding: 8px 18px;
    color: var(--white);
}
section#error_404_page form.search-form{
    max-width: 750px;
}
.idea_box_contant h4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
/*------------------|| Stocks Css End ||---------------*/
/*------------------|| pagination css Start ||---------------*/
form.pagination-with-input { 
    margin: 20px 0px 0px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    grid-gap: 20px;
    justify-content: center;
}
form.pagination-with-input a.pagination-next, form.pagination-with-input a.pagination-next span, form.pagination-with-input a.pagination-previous, form.pagination-with-input a.pagination-previous span {
    max-width: 34px;
    display: flex;
    align-items: center;
}
form.pagination-with-input span.pagination-current, form.pagination-with-input span.pagination-current input {
    text-decoration: none;
    padding: 4px;
    width: 36px;
    background-color: var(--green);
    border-radius: 50%;
    color: var(--white);
    font-size: var(--fs-16);
    border: 1px solid transparent;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
     text-align: center;
     outline: none;
}
form.pagination-with-input span.pagination-current input::-webkit-outer-spin-button,
form.pagination-with-input span.pagination-current input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.pagination-with-input span.pagination-current input[type=number] {
  -moz-appearance: textfield;
}
form.pagination-with-input a.pagination-next:hover img,form.pagination-with-input a.pagination-previous:hover img{
         filter: invert(66%) sepia(20%) saturate(1155%) hue-rotate(61deg) brightness(96%) contrast(87%);
}
/*------------------|| Pagination Css End ||---------------*/
/*------------------|| Blog page resposive Css Start ||---------------*/
 @media(max-width: 991px){
     .main_grid {
         grid-template-columns: auto;
    }
     .stocks_container_right {
         max-width: 800px;
         margin: 0 auto;
    }
    .Top_reviewList {
         display: grid;
         grid-template-columns: repeat(2,1fr);
         grid-gap: 0 20px;
    }
     .single-post .Top_reviewList {
         grid-template-columns: repeat(1,1fr);
    }
     .single-post .blog_pera .entry-content * {
        max-width: 100%;
        
    }
}
 @media(max-width:679px){
     .stocks_card_section,.Top_reviewList {
         grid-template-columns: repeat(1, 1fr);
    }
}
/*------------------|| Blog page resposive Css End ||---------------*/
/*----------------------------|| Single Blog Page Start ||-----------------------------*/
/*------------------|| Single Blog Section Start ||---------------*/
 .blog_list_menu ul, .pera.list_menu ul, .reviews_box li {
     padding: 0px;
     list-style: none;
     display: flex;
     gap: 20px;
     margin: 0px;
     padding-top: 10px;
     align-items: center;
     font-size: var(--fs16);
}
 li.icons_img span {
     color: var(--black);
     padding-left: 15px;
}
 .blog_list_menu ul li {
     font-weight: 500;
     letter-spacing: 1px;
     color: var(--blank);
     font-size: var(--fs16);
}
 .blog_pera h2 ,.entry-content h2,h2{
     margin: 0px;
     font-size: var(--fs24);
     letter-spacing: 1px;
     color: var(--black);
     padding: 10px 0;
}
.blog_pera p, .entry-content p,p{
    margin: 0px;
    letter-spacing: 1.3px;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 30px;
}
 .blog_list_menu p {
     font-weight: 600;
     font-size: var(--fs18);
}
.blog_pera blockquote {
    border-left: 3px solid #000;
    margin: 30px 15px 30px;
    padding: 10px 10px 10px 30px;
}
 .img_content {
     position: relative;
}
 .icons_img {
     display: flex;
     align-items: center;
     color: var(--green);
     font-size: var(--fs14);
}
 .social_img img {
     width: 30px;
}
 .pera.list_menu ul {
     padding-top: 5px;
}
 .pera.list_menu ul {
     justify-content: space-between;
}
 .pera.list_menu {
     border-top: 1px solid var(--green);
     border-bottom: 1px solid var(--green);
}
 .blank_banner img.first_img_content {
     width: 100%;
}
 .blog_grid {
     display: grid;
     grid-template-columns: auto 350px;
     grid-gap: 40px 20px;
}
 .comment_box, .bottom_content{
     display: flex;
     align-items: center;
     flex-flow: wrap;
}
 ul.reviews_box li img {
     width: 100px;
     height: 60px;
     display: block;
}
 .comment_box h2 {
     margin: 0px;
}
 span.number_counting {
     padding-right: 10px;
}
 .bottom_content div p {
     margin: 0px;
}
 .bottom_pera p:first-child {
     font-weight: 600;
     font-size: 20px;
}
 .bottom_content div:last-child {
     padding-left: 15px;
}
 .img_content > img {
     margin-top: 20px;
     display: block;
}
 .post_comment {
     margin-top: 30px;
}
 .comment_box {
     margin-bottom: 30px;
}
 .bottom_content {
     flex-flow: unset;
}
 .social_img a {
     display: inline-block;
}
 ul.social_img {
     grid-gap: 5px !important;
     padding-top: 0px !important;
     padding-bottom: 5px !important;
}
 .img_content::before {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: var(--black);
     z-index: 0;
     opacity: 0.6;
     width: 100%;
     height: 100%;
}
 .video_play_button {
     background: transparent;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
}
 .video_play_button a {
     position: relative;
     z-index: 2;
     height: 70px;
     width: 70px;
     text-align: center;
     margin: auto;
     border-radius: 50%;
     text-decoration: none;
     display: flex;
     justify-content: center;
     padding: 15px;
     transition: all 0.4s;
     animation: ripple-white 1s linear infinite;
     background: var(--green);
     align-items: center;
     flex-flow: wrap;
     justify-content: center;
}
 .video_play_button a img {
     width: 20px !important;
     margin-left: 6px;
}
 .video_play_button a:hover {
     background-color: var(--white);
}
 .video_play_button a:hover img{
     filter: invert(58%) sepia(77%) saturate(315%) hue-rotate(61deg) brightness(97%) contrast(94%);
}
 @-webkit-keyframes ripple-white {
     0% {
         -webkit-box-shadow: 0 0 0 0 rgba(255 ,255,255, 0.1), 0 0 0 20px rgba(255 ,255,255, 0.1), 0 0 0 40px rgba(255 ,255,255,, 0.1);
         box-shadow: 0 0 0 0 rgba(255 ,255,255, 0.1), 0 0 0 20px rgba(255 ,255,255, 0.1), 0 0 0 40px rgba(255 ,255,255, 0.1) 
    }
     100% {
         -webkit-box-shadow: 0 0 0 20px rgba(255 ,255,255, 0.1), 0 0 0 40px rgba(255 ,255,255, 0.1), 0 0 0 60px rgba(255 ,255,255, 255, 0);
         box-shadow: 0 0 0 20px rgba(255 ,255,255, 0.1), 0 0 0 40px rgba(255 ,255,255, 0.1), 0 0 0 60px rgba(255 ,255,255, 0) 
    }
}
 .video_online .video_overlay {
     position: absolute;
     display: block;
     top: 0;
     z-index: -1;
     left: 0;
     width: 100%;
     height: 100%;
     box-shadow: 0 0 8px rgb(0 0 0 / 60%);
     background: rgb(0 0 0 / 60%);
}
 .video_online .video_custom {
     text-align: center;
     max-width: 900px;
     height: 80vh;
     justify-content: center;
     margin: 0 auto;
     position: absolute;
     width: 100%;
     left: 50%;
     top: calc(50% - 48px);
     padding-top: 0px;
     transform: translate(-50%,-50%);
     padding: 15px;
}
 .video_online {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1043;
     position: fixed;
     outline: none !important;
     z-index: 99999999999;
}
 .video_custom img {
     max-width: 18px;
     margin-bottom: 10px;
}
 .video_custom a.btn_close {
     display: block;
     text-align: right;
     color: var(--white);
     text-decoration: none;
     font-size: 40px;
}
 .video_online iframe {
     line-height: 0;
     width: 100%;
     height: 100%;
     box-shadow: 1.563px 8.863px 20px 0 rgb(0 0 0 / 13%);
}
 .display_none{
     display: none;
}
 .display_block{
     display: block;
}
.single-post .blog_pera .entry-content a.staging_information img ,.single-post .blog_pera .entry-content  a.staging_information img{
    max-width: 13px !important;
    min-width: 13px !important;
}
.single-post .lwptoc {
    margin: 15px 0px;
}
.review_stock {
    padding: 20px 40px !important;
    margin: 0px 0px !important;
}
.our_verdict {
    padding-bottom: 0px !important;
}
.blog_pera h1.entry-title {
    padding-bottom: 0px;
}
@media(max-width: 575px){
    h1, .blog_pera h1 {
    font-size:28px;
}
.review_stock {
    padding: 20px 20px !important;
}
ul.review_tab {
    margin-top: 10px;
}
}
/*------------------|| Single Blog Page Section End ||---------------*/
/*-----------------------------|| Single Blog Page Page End ||------------------------*/