.common-loader{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.6);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    z-index:999;
}
.common-loader img{
    width:90px
}
.not_selected {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: none;
    padding-bottom: 10px;
}
.mainblog-details h2 {
    font-size: 35px;
    color: #081350;
    margin-bottom: 1.5rem;
  }
.blank_img {
    margin-bottom: 9rem;
}
.find-vendor-error-msg {
    color: #f92727;
    display: none;
}
.video-blogs .blog-img .play-icon img,
.video-blogs .blog-imgs .play-icon img {
    width: 50px;
    height:auto;
}
.video-blogs .blog-imgs {
    position: relative;
}
.video-blogs .blog-imgs .play-icon {
    background: rgba(0,0,0,0.4);
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-contents a.blog-list-title {
    color: #ffffff;
    text-decoration: none;
}
.blog-contents a.blog-featured-title {
    color: #212529;
    text-decoration: none;
}
.page-404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-404 .container {
    text-align: center;
}
.page-404 h1 {
    font-size: 48px;
    margin: 0;
    text-align: center;
}
.page-404 p {
    font-size: 16px;
    margin: 16px auto 24px;
    text-align: center;
}
.page-404 a {
    border-radius: 50px;
    padding: 8px 24px;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    color: #323232;
    border: none;
    box-shadow: 0 2px 3px 0 #ccc;
    text-decoration: none;
}

.get-in-touch .wpcf7-response-output {
    color: #f97627;
}

@media (max-width: 767.98px){
    .mainblog-details h2,
    .mainblog-details h3 {
        font-size: 25px;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .q-icon img {
        display: none;
    }
}

@media (max-width: 1700px){
    .q-icon img {
        display: none;
    }
}