.blog-listing-wraper {
    padding: 0px 0 80px 0;
}

.blog-listing-wraper .nav-item{
    padding: 0 25px 0 0;
    border-bottom: 0.5px solid #707070;
    border-radius: 0;
}
.blog-listing-wraper .nav-item:last-child{
    padding: 0 0px 0 0; 
}
.blog-listing-wraper .nav-link {
    color: #000 !important;
    font-size: 15px;
    line-height: normal !important;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    padding: 0.5rem 1.2rem 20px !important;
    position: relative !important;
    background-image: inherit !important;
}

.blog-listing-wraper .nav-item:before {
    content: inherit;
}
.blog-listing-wraper .nav-pills .nav-link.active{
    background: inherit;
    color: #000;
    border-radius: 0;
}
.blog-listing-wraper .nav-pills .nav-link:hover{
   color: #01B7A1 !important; 
}
.tab-content .wp-pagenavi{
    justify-content: center;
    display: flex;
}
.tab-content .wp-pagenavi span{
    border: 1px solid #01B7A1 ;
    color: #000 !important;
    padding: 0.375rem 0.75rem;
    margin: 0;
}
.tab-content .wp-pagenavi span:hover, .tab-content .wp-pagenavi a:hover{
    background-color: #01B7A1;  
}
.tab-content .wp-pagenavi span.current{
    background-color: #01B7A1;
    font-weight: normal;
}
.tab-content .wp-pagenavi a{
    border: 1px solid #01B7A1 ;
    border-left: 0;
    color: #000 !important;
    padding: 0.375rem 0.75rem;
    margin: 0;
}
.blog-listing-wraper .nav-pills .nav-link.active::after{
    content: '' !important;
    position: absolute;
    height: 3px;
    width: 100%;
    display: block;
    background: #01B7A1;
    bottom: -2px;
    left: 0;
    right: inherit;
    top: inherit;
    color: inherit !important;
    transform: inherit;
    margin-top: inherit;
    font-size: inherit !important;
}
.blog-listing-wraper .nav-pills .nav-link::after{
    content: inherit !important;
}
.blog-listing-box h4{
   color: #01B7A1;
   font-size: 12px;
   line-height: 24px;
   text-transform: uppercase;
   font-weight: 600;
   font-family: 'Manrope', sans-serif !important;
}
.blog-desc {
    padding-top: 20px;
}
.blog-listing-box{
margin-bottom:50px;
}
.blog-listing-box p{
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 0;
}
.blog-listing-box p a{
    color: #000;
    text-decoration: none;
}
.blog-listing-box a:hover{
    color: #01B7A1;
}
.blog-listing-wraper .tab-content{
    margin-top: 60px;
}
.blog-listing-wraper .page-link{
    border: 1px solid #01B7A1;
    color: #000;
}
.blog-listing-wraper .page-item.active .page-link{
    border: 1px solid #01B7A1;
    background-color: #01B7A1;
    color: #000;
}
.blog-listing-wraper .page-item .page-link:hover{
    background-color: #01B7A1 !important;
}
.blog-listing-wraper .page-item:last-child .page-link{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blog-listing-box img {
    min-height: 180px;
}
.blog-listing-wraper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0px 0 15px 5px;
   /* height: 34px;*/
    margin: 0px;
    background: url(../images/select-down-arrw.svg) no-repeat right;
    /*background-position-x: 90%;*/
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
}
.blog-listing-wraper select option {
    font-weight: normal;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: .5em;
  }
select:focus-visible {
    outline-offset: 0px;
    outline: none;
}
input:focus-visible {
    outline-offset: 0px;
    outline: none;
}
textarea:focus-visible {
    outline-offset: 0px;
    outline: none;
}
.blog-details-wrap h1 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 36px;
}
.blog-details-wrap h3 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 36px;
}
.blog-details-wrap p {
    margin-bottom: 36px;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400;
    font-family: "Manrope", Sans-serif !important;
}
.text-under-image{
    
}
.blog-details-wrap span{
    font-family: 'Manrope', sans-serif;
}
.blog-icon{
    /*background: url(../images/blog-li-icon.svg) left no-repeat;*/
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 20px !important;
}
.entry-content li {
    font-size: 16px;
    margin: 0 0 0 20px;
    list-style: disc outside;
    color: #666;
    font-weight: bold;
}
.entry-content a {
    color: #000!important;
    text-decoration: none;  
}
.blog-details-wrap .entry-content {
    border-bottom: 2px solid #095B4E;
    margin-bottom: 55px;
}
.gmi_comment_count, .comments-title {
    font-weight: 700;
    font-size: 20px!important;
    color: #737373;
}
.comment-respond h2#reply-title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 36px;
    font-family: 'Gina';
    font-weight: bold;
}
span.required-field-message {
    margin-bottom: 25px;
    display: block;
}
.comment-notes .required {
    color: red;
}
#respond form input {
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    width: 100%;
    border: 0;
    border-bottom: 1.5px solid #B4B4B4;
    border-radius: 0;
    padding: 15px 0px;
    margin-bottom: 0;
}
#respond form textarea::placeholder{
    color: #fff !important;  
}
#respond form input::placeholder{
    color: #fff !important;  
}
#respond form .input-floating-wrap .floating-placeholder{
    color: #000 !important;  
}
 #respond form textarea {
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    width: 100%;
    border: 0;
    border-bottom: 1.5px solid #B4B4B4;
    border-radius: 0;
    padding: 15px 0px;
    margin-bottom: 0;
    height: 150px;
}
.content-wrapper #respond .form-submit{
    border: 2px solid;
    border-color: #025B4E;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #17262f;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    text-align: center;
    line-height: 2.1429em;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    background-color: transparent;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s, background-size 0.2s linear 0.15s;
    transition: all 0.3s, background-size 0.2s linear 0.15s;
}
.content-wrapper #respond .form-submit:before {
    background-color: #025B4E;
    content: '';
    position: absolute;
    height: 100%;
    width: 55px;
    right: 0;
    top: 0;
}
.content-wrapper #respond .form-submit:after {
    content: '\e839';
    position: relative;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 55px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    flex-shrink: 0;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.content-wrapper #respond .form-submit input {
    padding: 7px 28px 7px 38px !important;
    background: transparent;
    margin-top: 0;
}
p.comment-form-author, p.comment-form-email, p.comment-form-website{
    display: inline-block !important;
    width: 31.7%;
    margin-right: 10px;
}
#respond .comment-form p.comment-form-cookies-consent input {
    margin-right: 0;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
}
#respond .comment-form p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
input[type=checkbox]+label, input[type=radio]+label {
    padding-left: 10px;
    vertical-align: top;
    font-size: 14px;
}
.sidebar-position-right .widget {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 25px;
    padding: 0 25px 35px;
}
section.blog-details-wrap {
    padding: 50px 0 80px;
}
.sidebar-position-right .image-group img {
    width: 100%;
}
.sidebar-position-right .widget .widget-wrapper h6 {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #025B4E;
    background: url(../images/arrow-up-right.png) right 6px no-repeat;
}
.sidebar-position-right .widget .widget-wrapper .wp-block-latest-posts__post-date{
display: none;
}
.sidebar-position-right .widget .widget-wrapper h6::before {
    content: inherit;
}
.sidebar-position-right ul li a {
    color: #000!important;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
}
.rpwe-block h3{
    border-bottom: 0 !important;
    padding: 0 !important;
    font-family: 'Manrope', sans-serif;
    background: inherit !important;
}
.sidebar-position-right ul li {
    padding: 0;
    list-style-type: none;
}
.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-thumb {
    margin: 2px 10px 2px 0;
}
.expertice-btm-sec {
    margin-top: 30px;
}
.sidebar-position-right .wp-block-tag-cloud .tag-cloud-link {
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    padding: 10px 15px;
    color: #01B7A1;
    margin: 0px 4px 10px;
    background: #E2FCF9;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    border: solid 1px #E2FCF9;
}
.sidebar-position-right .wp-block-tag-cloud .tag-cloud-link:hover {
    border: solid 1px #01B7A1;
}
.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.rpwe-block a {
    display: inline !important;
}


@media (max-width: 1700px){
    .blog-listing-wraper select {
        font-size: 14px;
    }
    .blog-listing-wraper .nav-link {
        font-size: 14px;
    }
}
@media (max-width: 1024px){
    .sidebar-position-right .widget{
        padding: 15px;
    }
    p.comment-form-author, p.comment-form-email, p.comment-form-website {
        width: 31.4%;
    }
    .blog-details-wrap h1,.blog-details-wrap h3,.comment-respond h2#reply-title {
        font-size: 38px;
        line-height: 38px;
     }

.blog-listing-wraper .nav-item {
    padding: 0 0px 0 0;
    border-bottom:0;
}
.blog-listing-wraper .nav {
    justify-content: space-between;
    border-bottom: 0.5px solid #707070;
}

}
@media (max-width: 820px){
    .blog-listing-wraper .nav-item {
        padding: 0 30px 0 0;
    }
    .blog-listing-wraper .nav-link {
        font-size: 12px;
        padding: 0.5rem 0.5rem 20px;
    }
    .blog-listing-wraper select{
        font-size: 12px;  
    }
    .t-dropdown-input::placeholder{
        font-size: 12px; 
        line-height: normal;
      }
      .t-dropdown-item {
        padding: 5px 10px !important;
        font-size: 12px;
    }
      .t-dropdown-input{
        padding: 6px 0 14px 0 !important;
      }
    }
@media (max-width: 767px){
    .blog-listing-box img {
        width: 100%;
    }
    .blog-listing-wraper .nav-item {
        padding: 0 0px 0 0;
    }
    .blog-listing-wraper .nav-link {
        font-size: 12px;
        padding: 0.5rem 0.4rem 20px;
    }
}
@media (max-width: 620px){
    .blog-listing-wraper select{
        background-position-x: 100%;
    }
    p.comment-form-author, p.comment-form-email, p.comment-form-website {
        width: 100%;
    }
}

.t-dropdown-block {
    margin: auto;
    position:relative
  }
  
  .t-dropdown-list {
    display: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    z-index: 10;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
    list-style: none;
    margin: 0;
    padding: 0;
    height: 150px;
    overflow: auto;
    position: absolute;
    margin-top: 10px;
  }
  
  .t-dropdown-item {
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
  }
  
  .t-dropdown-item:hover {
    background-color: #F1F1F1;
  }
  
  .t-dropdown-select {
    border-bottom: 1px solid #000;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
  }
  
  .t-dropdown-input {
    border: 0;
    height: 100%;
    width: 100%;
    padding: 10px 0 15px 0;
    box-sizing: border-box;
    font-weight: bold;
  }
  .t-dropdown-input::placeholder{
    color: #000;
  }
  .t-select-btn {
    background: url(../images/select-down-arrw.svg) no-repeat right;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    height: 100%;
  }
  
  .t-select-btn:active {
    background-color: #F1F1F1;
  }
  p.form-submit.industrium-button.button-type-new:hover::after{
    transform: rotate(45deg) !important;
  }
  p.form-submit.industrium-button.button-type-new:hover{
    background-color: #025B4E !important;
  }
  p.form-submit.industrium-button.button-type-new:hover input{
    color: #fff !important;
  }
  p.form-submit.industrium-button.button-type-new input{
   border-bottom: none !important;
  }
  body .content-wrapper .wp-block-latest-posts li > a, .wp-block-latest-posts li > a{
    font-size: 16px !important;
  }

  figure.wp-block-pullquote.has-text-align-left.has-background.has-medium-font-size {
    background: #025B4E !important;
    color: #fff !important;
}
figure.wp-block-pullquote.has-text-align-left.has-background.has-medium-font-size p{
    color: #fff !important;
}