@media screen and (max-width: 767px) {
    .about-pro {
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
        height: fit-content;
    }

    .rvs-item-container {
        height: 300px !important;
        background-color: inherit;
        width: 100% !important;
    }

    .rvs-item {
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        background: center center no-repeat;
        background-size: cover;
        background-color: inherit;
        width: 100% !important;
    }

    .about-pro .modal .col-md-11.col-sm-11 {
        padding: 20px;
    }

    .about-pro .modal .col-md-13.col-sm-13 {
        display: none;
    }

    main.main img {
        width: 100%;
        object-fit: fill;
        height: 70px;
        margin-bottom: 0;
    }

    img {
        margin-bottom: 0;
    }

    .nav-menu {
        box-shadow: 0px 4px 6px 3px #cb262d;
        text-align: center;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        background: #ca262d;
        padding-bottom: 2px;
    }

    .nav-menu li {
        display: inline-block;
        /* width: 100%; */
    }

    img#play {
        cursor: pointer;
        /*position: absolute;*/
        /*right: 0;*/
        /*left: 0;*/
        /*top: 10px;*/
        /*text-align: center;*/
        /*margin: auto;*/
        /*background: #cb262d;*/
        /*border-radius: 100%;*/
        /*padding: 2px;*/
        /*box-shadow: 0px 0px 12px -4px;*/
        /*width: 20%;*/
    }

    .footer-copy a {
        padding: 6px;
        font-weight: 400;
    }

    .nav-menu a {
        background: #fcb814;
        padding: 10px 15px;
        display: block;
        font-size: 19px;
        margin: 10px 7px;
        border-radius: 3px;
    }

    .nav-menu center {
        font-size: 20px;
        color: #fff;
        padding-top: 20px;
    }

    .video-play {
        background: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: auto;
        z-index: 999999;
        padding: 200px 0;
        display: none;
    }

    a#close {
        font-size: 40px;
        text-align: center;
        margin: auto;
        display: block;
        color: #cb262d;
    }

    .modal a#close-modal {
        font-size: 20px;
        color: #cd2e32;
        display: block;
        text-align: inherit;
    }

    .sidebar {
        opacity: 0.2;
        width: 100%;
    }

    .swiper-comic .swiper-slide {
        width: 100% !important;
    }

    .title-head {
        text-align: center;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 12px -6px;
        padding: 30px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .gallery-thumbs {
        margin-top: 18px;
    }

    .gallery-top {
        height: 300px;
        width: 100%;
    }

    .gallery-thumbs .swiper-container {
        width: 100%;
        height: 88px;
        margin-left: auto;
        margin-right: auto;
    }

    .aboutbtn button {
        background: #fcb814;
        border: navajowhite;
        padding: 10px 20px;
        font-family: iranyekan;
        font-weight: 500;
        position: fixed;
        bottom: 5%;
        right: 0;
    }

    #loader-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }

    #loader {
        display: block;
        position: relative;
        left: -30%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;
        -webkit-animation: spin 2s linear infinite;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
        z-index: 1001;
    }

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
    }


    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);
            /* IE 9 */
            transform: rotate(0deg);
            /* Firefox 16+, IE 10+, Opera */
        }

        100% {
            -webkit-transform: rotate(360deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);
            /* IE 9 */
            transform: rotate(360deg);
            /* Firefox 16+, IE 10+, Opera */
        }
    }

    @keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);
            /* IE 9 */
            transform: rotate(0deg);
            /* Firefox 16+, IE 10+, Opera */
        }

        100% {
            -webkit-transform: rotate(360deg);
            /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);
            /* IE 9 */
            transform: rotate(360deg);
            /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);
        /* IE 9 */
        transform: translateX(0);
        /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);
        /* IE 9 */
        transform: translateX(-100%);
        /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);
        /* IE 9 */
        transform: translateX(100%);
        /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);
        /* IE 9 */
        transform: translateY(-100%);
        /* Firefox 16+, IE 10+, Opera */
        -webkit-transition: all 0.3s 1s ease-out;
        transition: all 0.3s 1s ease-out;
    }

    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }

    .no-js h1 {
        color: #222222;
    }

    .rvs-nav-container {
        width: 100% !important;
        position: relative !important;
        top: 0;
        right: 0;
        height: 314px !important;
        background: #fff;
    }

    .rvs-item-container {
        height: 300px;
        background-color: inherit;
    }

    .rvs-container {
        display: block !important;
        width: auto;
        height: auto !important;
        max-width: 1280px;
        margin: 0 auto;
        position: relative;
        padding-right: 15px !important;
        font-family: initial;
    }

    .rvs-item-container {
        height: 300px !important;
        background-color: inherit;
        width: 100% !important;
    }

}


@media(min-width: 768px) and (max-width: 992px) {
    .about-pro {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 80%;
        margin: auto;
        height: fit-content;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .about-pro {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 80%;
        margin: auto;
        height: fit-content;
    }
}

@media screen and (max-width: 39.9375em) {
    .navigation-botton .menu {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 350;
        align-items: center;
        justify-content: space-between;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 5px;
        height: 55px;
        background-color: #FFF;
        box-shadow: 0 0 9px rgba(0, 0, 0, .12);
        text-align: center;
    }
    .navigation-botton .menu ul li i {
    font-size: 22px;
}
    .navigation-botton {
    display: block !important;}

    .navigation-botton .menu ul {
        padding-left: 0px;
        margin-top: 0px !important;
    }

    .navigation-botton a {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        height: 40px;
        font-weight: 400;
        line-height: 1;
        text-decoration: none;
    }

    .navigation-botton .menu ul li {
        display: inline-block;
    padding: 15px 32px;
}   

    .navigation-botton .sharee {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    height: 100vh; 
    background: #fff;
        padding: 15px 32px;
            display: none;
    }

    .navigation-botton .search {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        height: 79%;
        background: #fff;
        text-align: center;
    }

    .navigation-botton .modal-content span#closee {
        float: left;
        margin-left: 20px;
    }

    .navigation-botton .sharee ul li {
      margin: 5px;
    list-style: none;
    padding: 7px 10px;
    font-size: 15px;        
    color: #fff;
    height:55px;
}


    .navigation-botton .sharee ul {
        margin-right: 20px;
    }
    .sharee ul li a {
    display: block;}

    .navigation-botton .search {
        display: none;
    }
.navigation-botton .sharee ul li i {
    font-size: 56px;
    padding: 10px;
    position: absolute;
    right: -9px;
    top: -10px;
    opacity: .8;
}
    .navigation-botton {
        display: block ;
    }
    

    .navigation-botton .search {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

    .navigation-botton .search .modal-content {
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        text-align: center;
            height: 100vh;
    }

    button#search {
        display: none !important;
    }

    .aboutbtn {
        display: none;
    }

    .share {
        display: none;
    }

    body {
        padding-bottom: 90px;
    }

  .navigation-botton .sharee ul li:nth-child(1) a {
    background-color: #2CB742;
    padding: 18px 53px 30px 10px;
    border-bottom: 3px solid #239033;
    border-radius: 3px;
    position: relative;
        height: 50px;
}
.navigation-botton .sharee ul li:nth-child(2) a {
    background-color: #289dd4;
padding: 14px 60px 29px 10px;
    border-bottom: 3px solid #217fab;
            border-radius: 3px;
    position: relative;
        height: 50px;
}
.navigation-botton .sharee ul li:nth-child(3) a {
    background-color: #ED4035;
padding: 21px 60px 30px 10px;
    border-bottom: 3px solid #d31f12;
        border-radius: 3px;
            position: relative;
                height: 50px;
}
.navigation-botton .sharee ul li:nth-child(4) a {
    background-color: #55acee;
padding: 17px 76px 30px 10px;
    border-bottom: 5px solid #2e99ea;
            border-radius: 3px;
                position: relative;
    height: 50px;
}
.navigation-botton .sharee ul li:nth-child(5) a {
    background-color: #0077B5;
    padding: 18px 73px 31px 0px;
    border-bottom: 3px solid #005380;
        border-radius: 3px;
            position: relative;
                height: 50px;
}
.modal-content input.search-pishrafte1 {
    border: 1px solid #888;
    border-radius: 3px;
    padding: 0 5px 3px 10px!important;
    font-size: 26px;
    margin-left: 2px !important;
}
.navigation-botton .search .modal-content span#closs {
    color: #aaa;
    font-size: 40px;
    font-weight: 700;
    /* margin-right: 25px; */
    display: block;
     text-align: right;
    margin-right: 15px;
}
.modal-content  button {
    padding: 10.5px 13px 12px 15px!important;
    border-radius: 3px;
    background-color: #d40b0b;
    border: 1px solid #d40b0b;
}
.modal-content i.fas.fa-search {
    color: #fff;
}
.modal-content p {
    font-size: 35px !important;
}
div#wpd-bubble-count {
    margin-bottom: 50px;
}
.ab-play video {
    margin-top: 50px;
    width: 315px;
}
.ab-play .fff {
    width: 49%;
    display: block;
    margin-right: 25px;
}
}