.installation-guides .hero-section h1{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    color: #000000;
    margin-bottom: 20px;
}
.installation-guides .hero-section p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

    color: #222;
}
.installation-guides .hero-section{
    background-color: #F7FCFF;
}
.installation-guides .last-updated-date{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
}
.installation-guides .content-part h2{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 22px;
}
.installation-guides .content-part h3{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}
.installation-guides .content-part h4{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 18px;
}
.installation-guides .content-part h5{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px;
}
.installation-guides .content-part h6{
    
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
.installation-guides .content-part h2,
.installation-guides .content-part h3,
.installation-guides .content-part h4,
.installation-guides .content-part h5,
.installation-guides .content-part h6{
    font-style: normal;
    font-weight: 500;
    color: #333!important;
}
.installation-guides .content-part a{
    font-size: inherit;
    font-weight: inherit;
}
.installation-guides .content-part p,
.installation-guides .content-part li{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.7);
}
.installation-guides .content-part p{
    margin-bottom: 18px;
}
.installation-guides .content-part li{
    margin-bottom: 12px;
}
.installation-guides select#plugin_name {
    background: #FFFFFF;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    padding: 14px 40px 14px 20px;
    min-width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/blue-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px 100%;
    background-position: calc(100% - 20px) 50%;

}
.installation-guides select#plugin_name:focus {
    outline: none;
    box-shadow: none;
    border-color: #007fff73;
}
.installation-guides select#plugin_name:before{

}
.installation-guides .guide-title {
    font-size: 32px!important;
    line-height: 40px!important;
    font-weight: 700!important;
    color: #000!important;
}
.installation-guides .thumbnail{
    min-width: 60px;
}
.installation-guides .content-part img{
    max-width: 100%!important;
    filter: drop-shadow(0px 10px 40px rgba(87, 147, 236, 0.1));
}
.installation-guides .content-part table td{
    padding: 40px;
}
.installation-guides .content-part table tr td:first-child{
    padding-left: 0;
}
.installation-guides .content-part table tr td:last-child{
    padding-right: 0;
}
.installation-guides .helpful-block-content{
    display: inline-flex;
    padding: 0;
    text-align: left;
    border: none;
}
.installation-guides .helpful-block-content .wth-title {
    font-size: 16px!important;
    margin-top: 30px!important;
}
.installation-guides .helpful-block-content li,
.installation-guides .helpful-block-content li span {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5C5C5C;
}
.installation-guides .helpful-block-content li {
    margin-right: 20px!important;
}
.helpful-block-content li a{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    transition: all .2s ease;
    border-radius: 9px;
    border: 1px solid #007FFF!important;
}
.helpful-block-content li a:hover{
    transition: all .2s ease;
}
.helpful-block-content ul li a.wth-green-btn{
    color: #ffffff;
    background: #007FFF!important;
}
.helpful-block-content ul li a.wth-red-btn {
    background: #ffffff;
    color: #007FFF!important;
}
.comment-box ol.commentlist{
    padding: 0;
}
.comment-box li{
    list-style: none;
}
.comment-box img.avatar{
    width: 50px;
    height: auto;
    border-radius: 50px;
    margin-right: 22px;
}
.comment-box .commeter-name p {
    font-style: normal;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 28px!important;
    color: #000000!important;

    margin-bottom: 0!important;
}
.comment-box .comment-date p {
    font-style: normal;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 20px!important;
    color: #989898!important;
    text-transform: initial!important;
    margin-bottom: 20px!important;
}
.comment-box .comment-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}
.comment-box  input#submit ,
.helpful-block-content .wth-submit{
    background: #007FFF!important;
    border-radius: 9px!important;
    font-style: normal;
    font-weight: 500!important;
    font-size: 18px!important;
    line-height: 25px!important;
    text-align: center;
    color: #FFFFFF;
    transition: all .2s ease;
    border: none;
    padding: 15px 30px!important;
    margin-left: 0;
    margin-right: auto;
    display: block;
    opacity: 1;
}
.helpful-block-content .wth-submit:hover,
.comment-box  input#submit:hover{
    opacity: .8;
    transition: all .2s ease;
}
.comment-respond input[type='text'], 
.comment-respond input[type='email'],
 .comment-respond textarea,
 .helpful-block-content ul li textarea.wth-message{
        border: 1px solid #DDE3E8;
    border-radius: 3px;
    color: rgba(4, 4, 4, 0.86);
    font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
background-color: #fff;
padding: 10px 15px;
 }
.comment-respond input::placeholder,
.comment-respond textarea::placeholder{

    color: rgba(4, 4, 4, 0.66);
    }
.comment-respond input[type='text']:focus, 
.comment-respond input[type='email']:focus,
 .comment-respond textarea:focus,
 .helpful-block-content ul li textarea.wth-message:focus{
    border: 1px solid #007fff73;
    outline: none;
    box-shadow: none;
 }
 .comment-box span.required-field-message {
    display: none;
}
 .comment-box .comment-reply-title,
 .comment-box .comments-total{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 58px;
    color: #333;
    margin-bottom: 0;
 }
 .comment-box p.logged-in-as {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #989898;
}
 .comment-box a{
    font-size: inherit;
    color: #007FFF;
    font-weight: inherit;
 }
  .comment-box a:hover{

    color: #007FFF!important;
  }
 .comment-box .reply a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #007FFF;
    margin-right: 10px;
}
.comment-box ul.children {
    padding-left: 72px;
}
.comment-box .comment-meta{
    width: 100%;
}
.comment-box form{
    max-width: 650px;
}
.comment-box .commentlist>.comment {
    border-bottom: 0.25px solid #7e7e7e54;
}
.comment-box .show-all-comments {
    cursor: pointer;
}
 .comment-box .comments-total{
    position: relative;
    width: calc(100% - 30px);
 }
  .comment-box p.comments-total:before {
      height: 0.25px;
    width: 79%;
    background-color: #D2D2D2;
    position: absolute;
    content: '';
    top: 50%;
    margin-left: 16%;
    transform: translateY(-50%);
}
 .comment-box .comments-total span {
    background: #fff;
    z-index: 999;
    position: relative;
    padding-right: 10px;
}
.comment-box .show-all-comments svg{
    transition: all .2s ease;
}
.comment-box .show-all-comments[aria-expanded=true] svg{
    transform: rotate(180deg);
}
.comment-box .show-all-comments[aria-expanded=false] svg{
    transform: rotate(0deg);
}
.comment-box .show-all-comments svg path {
    stroke: #1f83f9;
}
.comment-box a#cancel-comment-reply-link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #989898;
    border: 1px solid #989898;
    border-radius: 35px;
    padding: 4px 10px;
    margin: 0 10px;
}
.comment-box a#cancel-comment-reply-link:hover{
    color: #989898;
    text-decoration: none;
     border: 1px solid #989898;
}
.comment-box p.form-submit {
    margin-bottom: 18px!important;
}
.comment-box .comment-status p{
       color: #333;
    font-weight: normal;
    font-size: 1em;
}
.comment-box .comment-status p.ajax-success{
     color: #24890D;
}
.comment-box .comment-status p.ajax-error{
     color: #f50000;
}
.comment-box p.logged-in-as a {
    margin-left: 10px;
    color: inherit;
}
@media(max-width: 992px){
    .installation-guides .content-part table td {
        padding: 20px 0;
        display: block;
    }
}