
.wrapper{
    overflow: hidden;
}
/* header */
.header{
    position: unset;
}
.header-logo{
    width: 160px;
    height: auto;
}
header .navbar {
    padding: 10px 0;
}
.header-logo img {
    max-width: 160px;
}
.header .header-input input.form-control {
    background: transparent;
    border: 0;
    font-weight: 600;
    color: #000;
    font-size: 12px;
}
header .navbar-light .navbar-nav .nav-item {
    padding: 8px 20px;
    font-size: 16px;
}
.header-search{
    transition: all ease-in-out 0.7s;
}
.header-search:hover::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #000;
    width: 130px;
    bottom: 0;
}
.header-search:hover .search-icon {
    transform: translateY(-3px);
}
header .navbar-light .navbar-nav .nav-link:hover::before{
    display: none;
}
.header .dropdown-item.active, .dropdown-item:active{
    color: #26E0F8;
    text-decoration: none;
    background-color: #f8f9fa;

}
.header .dropdown-menu.show a {
    font-size: 16px;
    font-weight: 600;
}
.heade #navbarSupportedContent {
    position: absolute;
    top: 90px;
    background: #ffff;
    padding: 10px 30px;
}
.header-search-form.search-result-div .search-result-list-d{right: unset;}

/* banner */
.banner{
    padding: 0;
}
.banner .banner-img{
    width: 100%;
    height: 500px;
}
.banner .banner-img img{
    width: 100%;
    height: 100%;
}

.banner .banner-content{
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    /* transform: translateY(-40%); */
}
.banner .banner-content h5 {
    letter-spacing: 5px;
    text-align: center;
}
.theme-box-content .box-img{
    width: 120px;
    margin-right: 30px;
    height: 120px;
}
.theme-box-content .box-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* blog-landing-page */
.blog-landing-page .theme-box-content{
    padding: 0;
}
.blog-landing-page .box-img-content{
    padding: 20px 40px;
}
.blog-landing-page .theme-box-content .box-img{
    max-width: 460px;
    width: 100%;
    height: 345px;
    margin-right: 0;
}
.blog-landing-page .theme-box-content .box-img img{
    object-fit: unset;
}
.blog-landing-page .elipsis-content{
    margin-bottom: 30px;
}

/* theme-box */
.theme-boxes {
    padding: 30px 0;
    background-color: #F8FCFD;
}
.theme-box-content{
    border: 1px solid #d9d9d9;
    padding: 20px;
}
.theme-boxes .box-img-content{
    transition: all ease-in-out 0.3s;
    width: calc(100% - 120px);
}
.theme-boxes .box-img-content P{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 20px;
}

.theme-boxes .box-img-content h5 {
    text-transform: uppercase;
}

.box-img-content .user-icon img {
    max-width: 50px;
    margin-right: 15px;
}
.box-img-content a{
    color: #000;
    transition: 0.3s;
}
.box-img-content a:hover{
    color: #659EFC;
}
.theme-boxes .theme-btn {
    min-width: 220px;
}
.theme-boxes .pagination , .diy-design .pagination {
    justify-content: end;
}
.playing-box-tag span {
    color: #fff;
    background: #447BD6;
    padding: 7px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #447BD6;
    display: inline-block;
    margin-bottom: 15px;
}
.playing-box-tag .playing-box-icon a {
    background: transparent;
    border: unset;
    color: #000;
    font-size: 17px;
}
.playing-box-tag {
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
}

.comment-reply-box .reply-content {
    padding-left: 20px;
}

.comment-reply-box .reply-content::before {
    border: 1px solid #8496D6;
    left: 0;
    height: 100%;
    width: 2px;
    top: 0;
    position: absolute;
    content: "";
    /* transform: translateY(-50%); */
}
.comment-reply-box a {
    color: #447BD6;
}
.h1-title {
    transition: 0.3s;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-transform: capitalize;
    font-weight: 500;
}
.h1-title:hover{
    color: #659EFC;
}
.post-title:hover{
    color: unset;
}

/* footer */
.footer .footer-content {
   padding: 0 70px;
}
.app-store-images {
    padding: 25px 0 0;
}
footer h4 {
    color: #fff;
}
.footer .map-content li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}
footer .social-icon a {
    font-size: 18px;
    margin-right: 30px;
    color: #fff;
}
footer {
    padding: 40px 0 30px 0;
    background-color: #447bd6;
}
.footer-content-line::before,.footer-content-line::after {
    content: "";
    position: absolute;
    border: 1px solid #EEEEEE;
    width: 100%;
    top: 170px;
    transform: rotate(90deg);
    left: -155px;
}
.footer-content-line::after{
    right: -100px;
    left: unset;
}
.copy-right p {
    color: #fff;
}
.footer-heading strong {
    color: #FFFFFF;
    letter-spacing: 5px;
    font-size: 21px;
    line-height: 31px;
}
.footer-form label.form-label {
    color: #FFFFFF;
    font-size: 18px;
}
.footer-line {
    padding: 0 40px;
}
.footer-form .form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 10PX;
    color: #EEEEEE;
    font-size: 14px;
}
.footer-form .form-control:focus{
    border-color: #EEEEEE;
}
footer .social-icon{
    padding: 0 100px;
    margin-bottom: 0;
}
.footer-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #EEEEEE;
    padding: 9px 10px;
    border-radius: 0;
    transition: 0.3s;
    width: 100%;
}
.footer-btn:hover {
   background-color: #CCCCCC;
   color: #000;  
}
.footer-btn:focus{
    outline: unset;
}
.footer-content p{
    color: #FFFFFF;
}
.footer-line::before, .footer-line::after {
    border: 1px solid #ffff;
    left: -10px;
    height: 100%;
    width: 2px;
    top: 60%;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}
.footer-line::after{
    left: unset;
    right: -10px;
}
.footer-content .copyright a {
    color: #fff;
    text-decoration: underline;
}

/* palying-box */
.playing-box{
    border: 1px solid #d9d9d9;
    padding: 40px 80px;
}
.user-icon img {
    max-width: 50px;
    margin-right: 10px;
}
.playing-box .playing-box-content h4 {
    font-weight: 300;
  }
  .playing-box .playing-box-img{
    width: 100%;
    height: 345px;

  }
.playing-box .playing-box-img img{
    width: 100%;
    height: 100%;
}
.playing-box .content-padding {
    padding: 0px 210px 0 20px;
    font-size: 27px;
    font-weight: 300;
    position: relative;
}
.playing-box .content-padding::before {
    border: 1px solid #8496D6;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.playing-box .paragrap-space p {
    margin-bottom: 10px;
}
.paragrap .marker{
    background-color: #659EFC;
}
.playing-box .paragrap-space p:last-child {
    margin-bottom: 0;
}
.relevent-content p a:hover {
    text-decoration: underline;
}
.playing-box .social-icon li a {
    color: #000;
    margin-right: 25px;
    transition: 0.3s;
}
.playing-box .social-icon li a:hover{
    color: #26E0F8;
}
.playing-box .social-icon-border{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
}
.recent-post-box {
    border: 1px solid #d9d9d9;
}
.recent-post-box .box-content p {
    font-size: 20px;
}
.recent-post-box .box-content {
    padding: 0 20px;
}
.recent-post-box .box-content a {
    color: #000;
    transition: 0.3s;
}
.recent-post-box .box-content a:hover {
    color: #659EFC;
}

.recent-post-box .box-icon {
    border-top: 1px solid #EEEEEE;
    padding: 21px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.recent-post-box .box-icon i {
    margin-right: 15px;
}
.recent-post-box .box-icon a {
    color: #000;
    transition: 0.3s;
}
.recent-post-box .box-icon a:hover{
    color: #659EFC;
}
.recent-post-box .box-img img {
    width: 100%;
}
.elipsis-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 47px;
    font-size: 20px !important;
    line-height: 22px !important;
}
.border-none{
    border: none;
}
/* form-comment-wrapper */
.form-comment-wrapper {
    background: #F8FCFD;   
    padding: 10px 0 50px;
}
.form-comment-wrapper .comment-content {
    box-shadow: -5px 0px 20px 0px rgba(65,0,0,0.10);
    padding: 40px 60px;
}
.form-comment-wrapper .form-control{
    padding: 25px 10px;
    background-color: transparent;
}
.form-comment-wrapper .form-label {
    font-size: 20px;
    line-height: 30px;
}
.form-comment-wrapper .form-control:focus{
    border-color: #ced4da;
}
.text-area-form {
    padding: 10px!important;
}

.comment-content .reply-border-content h6 {
    font-size: 15px;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 20px;
    padding: 0px 0px 16px;
}
/* playing-box-tag */
.playing-box-content h6 {
    margin-right: 10px;
    font-size: 22px;
    font-weight: 400;
}
.playing-box-tag .playing-box-content {
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 20px;
}
.playing-box-tag .playing-box-icon {
    padding: 20px 0;
}
.blogs-tabs {
    background: #F8FCFD;
    padding: 40px 0;
}
.blogs-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #447bd6 !important;
}
.blogs-tabs .nav-tabs .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.blogs-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}

/* diy-design */
.diy-design{
    padding: 40px 0;
    background-color: #F8FCFD;
}
.diy-design .desgin-img{
    width: 100%;
    height: 345px;
}
.diy-design .desgin-img img{
    width: 100%;
    height: 100%;
}
.diy-design-content {
    border: 1px solid #d9d9d9;
}
.diy-design .box-img-content {
    padding: 20px 40px;
}
.diy-design .box-img-content p {
    margin-bottom: 20px;
}
.design-btn {
    background: transparent;
    border: 0;
    font-size: 15px;
    margin-right: 10px;
    color: #000;
}

.design-btn:focus, .design-btn:active{
    border-color: transparent;
    border: 0;
    outline: unset;
}


.comment-review-box a {
    color: #447BD6;
}
.theme-detail .box-img {
    width: 100%;
    height: 165px;
    max-width: 100% !important;
}
.theme-detail .box-img img{
    width: 100%;
    height: 100%;
    object-fit: unset;
}
.box-img {
    /* width: 460px; */
    max-width: 460px;
}
.box-img img {
    width: 100%;
    height: auto;
}
.box-img-content {
    width: calc(100% - 470px);
}
.theme-box-content ul li, .box-img-content ul li {
    list-style: disc;
}
.theme-box-content ul, .box-img-content ul {
    padding-left: 40px;
}
.theme-box-content blockquote {
    border-left: 5px solid #80808066;
    padding-left: 15px;
}
.elipsis-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px; 
    font-size: 18px;
    line-height: 28px;
}

.box-content-width {
    width: 100%;
}
.has-error .help-block { color: #8b0000; }
.has-error .error{ color: #8b0000; }

/* section.author-profile */
.author-profile{
    padding: 20px 0;
    min-height: 130px;
    border-bottom: 1px solid #d9d9d978;
}

.author-about{
    padding: 60px 0;
}
.author-about-img{
    max-width: 80px;
    height: 80px;
}
.author-about-img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.author-profile-content{
    margin-left: 10px;
    max-width: 780px;
    width: 100%;
}
.author-profile-content h2 {
    margin-bottom: 10px;
}
.user-icon{
    width: 30px;
    height: 30px;
    margin-right: 18px;

}
.user-icon img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.author-name{
    font-size: 15px;
}


.result-disease{
    padding: 50px 0;
    min-height: calc(100vh - 493px);
}
.disease-content h4{
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
}
.result-disease h2 {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
}
.result-disease .disease-content a {
    color: #000;
    transition: all ease-in-out 0.3s;
    text-decoration: underline;
}
.result-disease .disease-content a:hover{
    color:#659EFC;
}
.result-disease .disease-content {
    margin-bottom: 40px;
}
.result-disease .disease-content:last-child{
    margin-bottom: 0;
}
.result-disease  .disease-content p{
    font-size: 19px;
    line-height: 30px;
}
.blog-record-space{
    padding: 40px 0;
    min-height: calc(100vh - 495px);
}

.paragrap-space h1{
    font-weight: 700;
}
.paragrap-space h2 {
    font-weight: 700;
}

.paragrap-space ol{
    padding: 0 0 10px 20px;
    margin-bottom: 0;
}
.paragrap-space img{
    max-width: 100%;
}
.paragrap-space h5{
    font-weight: 700;
}
.paragrap-space h4{
    color: #000;
}
.theme-boxes{
    min-height: calc(100vh - 495px);
}
.comment-box-warrper-s{
    max-height: 300px;
    overflow-y: auto;
}
.author-content a{
    color: #000;
}

/* category-detail */

.category-detail {
    padding: 40px 0 30px;
    background-color: #F1F1F1;
}
.design-btn{
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: transparent;
    border: 2px solid #1F2278;
    color: #1F2278;
    padding: 5px;
    transition: all ease-in-out 0.5s;
    display: inline-block;
    margin-bottom: 10px;
}
.design-btn:hover, .design-btn:focus{
    color: #fff;
    border: 2px solid #1F2278;
    background-color: #1F2278;

}
.design-btn:last-child{margin-right: 0;}


.blog-page-breadcrumbs li {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-page-breadcrumbs a{
    color: #000;
    transition: 0.3s;
}
.blog-page-breadcrumbs a:hover{
    color: #659EFC;
}


/* modal */
.category-modal{
    width: 100%;
    max-width: 650px;
}
.category-detail .modal-btn {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    min-width: 90px;
    font-size: 16px;
    line-height: 20px;
    padding: 9px;   
    margin-right: 5px;
}
.modal-btn:focus{
    outline: unset;
}
.category-modal .btn-close {
    background: #26E0F8;
    border: 1px solid #26E0F8;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all ease-in-out 0.4s;
}
.category-modal .btn-close:hover{
    transform: rotate(90deg);
}
.category-modal .btn-close:focus{
    outline: unset;
}
.detail-modal-box-s {
    z-index: 9999999;
}
.category-modal .modal-header{
    background-color: #F1FAFD;
}
.category-modal .design-btn{
    border-radius: 5px;
    transition: all ease-in 0.5s;
    padding: 10px;
}
.category-modal .design-btn:hover{
    transform: scale(1.05);
}
.category-btn{
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.category-modal .modal-body {
    max-height: 300px;
    overflow-y: auto;
}
.back-icon-s{
    padding-bottom: 30px;
}
.back-icon-s a{
    color: #000;
}
.sharethis-inline-share-buttons {z-index: unset !important;}
.st-close{display: flex;align-items: center;justify-content: center;right: 120px !important;bottom: 50px !important;}


/* reponsiveness */
@media (max-width:1650px) {
    .result-disease  .disease-content p{
        font-size: 15px;
        line-height: 22px;
    }
    .result-disease .disease-content {
        margin-bottom: 25px;
    }
    /* .paragrap-space h2 {
        font-size: 24px;
        line-height: 34px;
    } */
    /* .paragrap-space h3 {
        font-size: 22px;
        line-height: 32px;
    } */
    .header-search .search-result-list-d{
        width: 310px;
      }
}
@media (max-width:1399px) {
    .result-disease h2 {
        margin-bottom: 25px;
        font-size: 35px;
        line-height: 45px;
    }
   
    .playing-box .playing-box-img{
        height: 330px;
    }
   
    .header-search .search-result-list-d{
        width: 100%;
      }
    
}
@media (max-width:575px) {
    .result-disease{
        padding: 30px 0 40px;
    }
    .result-disease  .disease-content p{
        font-size: 13px;
        line-height: 20px;
    }
    .result-disease h2 {
        margin-bottom: 20px;
    }
    .result-disease .disease-content {
        margin-bottom: 15px;
    }
    .author-name{
        font-size: 15px !important;
    }
    
    .theme-boxes {
        padding: 20px 0;
    }
    .theme-detail .box-img{
        margin: 0;
    }
    .blog-page-breadcrumbs li {
        font-size: 15px;
    }
    .category-btn{
        max-width: 100%;
    }
    .back-icon-s{
        padding-bottom: 20px;
    }
  
}

/* responsiveness */
@media screen and (max-width: 1650px) {
    .playing-box .content-padding {
        font-size: 24px;
    }
    .playing-box .content-padding {
        font-size: 24px;
        line-height: 35px;
    }
    .form-comment-wrapper .form-label {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 1400px) {
    /* footer */
    .footer .map-content li a {
        font-size: 16px;
    }
   
    .playing-box .content-padding {
        font-size: 20px;
        line-height: 30px;
    }
    .form-comment-wrapper .form-label {
        font-size: 16px;
        line-height: 26px;
    }
 
    .header-search {
        padding: 0 20px;
    }
    .playing-box-content h6 {
        font-size: 19px;
    }
    .playing-box-tag span {
        font-size: 12px;
    }
  
    .disease-content h4{
        font-size: 25px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1399px){
    .result-disease{
        padding: 30px 0 50px;
    }
    .elipsis-title {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .banner .banner-img{
        height: 400px;
    }
    header .navbar-light .navbar-nav .nav-item {
        padding: 6px 12px;
    }

}
    
@media (max-width:1024px) {
    .blog-header .navbar-expand-lg .navbar-collapse{
        position: absolute;
        top: 80px;
        background-color: #fff;
        left: unset;
        width: 40%;
        right: 50px;
        padding: 0 0 10px 15px;
    }
    .blog-header .navbar-light .navbar-nav .nav-item{padding: 8px 0;}
    .header-search{padding: 0;}
    
}
@media screen and (max-width: 1199px){
    .theme-boxes .box-img-content P {
        font-size: 15px;
        line-height: 25px;
    }
    .footer-content-line::before, .footer-content-line::after {
        left: -130px;
    }
    .footer-content-line::after {
        right: -115px;
        left: unset;
    }
    footer {
        padding: 40px 0 20px 0;
    }
    .comment-content .reply-border-content h6{
        font-size: 14px;
    }
    .elipsis-title {
        font-size: 15px !important;
        line-height: 21px !important;
    }
    .blog-landing-page .elipsis-content{
        margin-bottom: 20px;
    }
    .elipsis-content{
        margin-bottom: 20px;
    }
    .header .dropdown-menu.show a{
        font-size: 13px;
        line-height: 20px;
    }
    header .navbar-light .navbar-nav .nav-item{
        font-size: 14px;
    }

}
@media screen and (max-width: 991px){
    .footer .footer-content {
        margin-bottom: 0px;
    }
    .theme-boxes .theme-btn {
        min-width: 190px;
    }
    .banner .banner-content h5 {
        letter-spacing: 10px;
    }
    .footer .map-content li a {
        font-size: 15px;
    }
    .playing-box {
        padding: 40px 20px;
    }
    .playing-box .content-padding{
        padding:0 80px 0 20px ;
        font-size: 18px;
        line-height: 28px;
    }
    .footer-line, .footer-content  {
        text-align: center;
    }
    footer .social-icon {
        justify-content: center;
    }
    .design-btn{
        font-size: 12px;
    }
    .navbar-light .nav-item.active .nav-link, .navbar-light .nav-item:hover .nav-link{
        color: #000;
        background-color: #fff;
    }
    .playing-box-tag span {
        font-size: 11px;
    }
    .disease-content h4{
        font-size: 22px;
        line-height: 25px;
    }
    
    .box-img-content {
        width: unset;
    }
    .elipsis-content {
        font-size: 16px;
        line-height: 23px;
    }
    .theme-boxes .box-img-content{
        width: unset;
    }
    .theme-box-content .box-img{
        margin: 0 auto 10px;
    }
    .blog-landing-page .box-img {
        max-width: 100% !important;
        width: 100% !important;
    }
    .blog-landing-page .box-img img{
        object-fit: unset !important;
    }
    .blog-landing-page .theme-box-content .box-img{
        margin: 0 auto 10px;
    }
    .banner .banner-img{
        height: 360px;
    }
    .playing-box-tag {
        margin-bottom: 10px;
    }
    .footer-heading strong{
        font-size: 17px;
        line-height: 27px;
    }
    .category-detail{
        padding: 30px 0 20px;
    }
    .paragrap-space img{
        height: auto !important;
    }
    .theme-box-content .box-img{height: 60px;}
    .theme-box-content .box-img img{object-fit: unset;}
    .blog-footer .app-store-images{margin: 0 auto;}
    .header-search-form.search-result-div .search-result-list-d{top: 65px;}
}
@media screen and (max-width:767px){
    .hippa-img img {
        width: 210px;
        height: auto;
    }
    .blog-landing-page .box-img-content{
        padding: 15px 10px;
    }
    .playing-box .content-padding {
        font-size: 17px;
        line-height: 35px;
        padding: 0 70px 0 20px;
    }
    .form-comment-wrapper .comment-content {
        padding:30px;
    }
    .footer .footer-content p {
        font-size: 12px;
    }
    .banner .banner-content h5 {
        letter-spacing: 5px;
    }
    .theme-boxes .box-img-content P {
        margin-bottom: 15px;
    }
    .blog-record-space{
        padding: 30px 0;
    }

    .elipsis-content {
        font-size: 15px;
        line-height: 22px;
    }
    .banner .banner-img{
        height: 280px;
    }
    .category-modal {
        max-width: 550px;
    }
    .footer-line::before, .footer-line::after{
        display: none;
    }
    .blog-footer .app-store-images{padding: 10px 0 0;}
}
@media screen and (max-width:575px){
    .footer .footer-content{
        padding: 0;
    }
    .theme-boxes .box-img img {
        max-width: 450px;
        width: 100%;
    }
    .banner .banner-content h5 {
        letter-spacing: 2px;
    }
    .playing-box .content-padding {
        padding: 0 0px 0 20px;
        line-height: 30px;
    }
    .diy-design .box-img-content {
        padding: 20px;
    }
    .playing-box {
        padding:20px;
    }
    .comment-content .reply-border-content h6 {
        font-size: 13px;
    }
    .disease-content h4{
        font-size: 17px;
        line-height: 22px;
    }
    .blog-landing-page .box-img img{
        max-width: 100% !important;
    }
      .elipsis-content {
        font-size: 14px;
    }
    .banner .banner-img{
        height: 200px;
    }
    .footer-heading strong{
        font-size: 15px;
        line-height: 25px;
    }
    .category-modal {
        max-width: 95%;
        margin: 0 auto;
    }
    .category-modal .model-content{
        padding: 15px;
    }
    .blog-landing-page .theme-box-content .box-img{
       height: 180px;
    }
    .blog-header .navbar-expand-lg .navbar-collapse{width: 100%;left: 0;right: 0;}
    .blog-header .navbar-light .navbar-toggler{right: 20px;}
    .header-search .search-result-list-d{width: 95%;}

}
@media screen and (max-width:480px){
    .footer-heading strong {
        letter-spacing: 3px;
    }
    .playing-box-content h6 {
        margin-bottom: 15px !important;
    }
    .st-close{right: 110px !important;bottom: 35px !important;}
}







