@charset "utf-8";

/* CSS Document */
/*
font-family: "Poppins", sans-serif;
*/
html {
  scroll-behavior: smooth;
}
html,
body {
    /*overflow-x: hidden;*/
}

body {
    margin: 0px;
    color: #075056;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    color: #075056;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 64px;
    font-family: "Playfair Display", serif;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 25px;
}

hr {
    margin: 10px 0px;
    border: 0px;
    border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
    margin: 0px;
    line-height: 28px;
    padding: 0px;
}

ul *,
ol * {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    padding-left: 25px;
}

ul {
    display: block;
    list-style: none;
}

ul li {
    line-height: 30px;
}

a img {
    border: 0px;
}

p,
ul,
ol {
    margin-bottom: 18px;
}

.clr {
    display: block;
    float: none;
    clear: both;
}

.c {
    overflow: hidden;
    float: none;
}

.underline {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
    background: #fff;
    border: 1px solid #b7b6b6;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    resize: vertical;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

textarea {
    width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
    outline: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
    font-family: "Poppins", sans-serif;
    background: #cc955d none repeat scroll 0 0;
    border: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    min-width: 120px;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
    background-color: #2c9ba0;
    color: #fff;
}

.form-control {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 0 0;
    height: auto;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a {
    color: #000;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

.cfx::after {
    clear: both;
    content: "+";
    display: block;
    height: 0;
    visibility: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #000;
}

.container {
    width: 1290px;
    margin: 0px auto;
    padding: 0px 15px;
}

.banner-section {
    position: relative;
    height: 730px;
    overflow: hidden;
}

.banner-section .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
    top: 0;
}

.banner-section .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-section .banner-img video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-section .banner-content {
    /*position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);*/
    text-align: center;
    position: relative;
    z-index: 99;
}

.banner-section .wel {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.nav-section {
    position: relative;
    z-index: 99;
}

.nav-section {
    display: flex;
    justify-content: end;
    padding: 20px 25px;
    gap: 35px;
    align-items: center;
    margin-bottom: 80px;
}

.nav-section .nav-box {}

.nav-section .nav-box ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.nav-section .nav-box ul li {
    position: relative;
}

.nav-section .nav-box ul li a {
    font-size: 13px;
    color: #ffffff;
    display: block;
    padding: 6px 14px;
}

.nav-section .nav-box ul li a i {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 4px;
}

.nav-section .nav-box ul li:hover>a {
    color: #f2994a;
}

.nav-section .nav-box ul li ul {
    position: absolute;
    display: block;
    min-width: 260px;
    background: #ffffff;
    border-radius: 8px;
    right: 0;
    top: 40px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all linear .2s;
}

.nav-section .nav-box ul li ul li ul {
    top: 0;
    margin-left: 100%;
}

.nav-section .nav-box ul li ul li a {
    color: #075056;
    font-weight: 600;
    padding: 13px 15px;
    font-size: 16px;
    line-height: 21px;
}

.nav-section .nav-box ul li ul li a:hover {
    background: #ffb486;
    color: #075056;
}

.nav-section .nav-box ul li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nav-section .nav-box ul li.menu-item-has-children a {
    position: relative;
}

.nav-section .nav-box ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
}

.nav-section .btn-box {}

.nav-section .btn-box a {
    display: inline-block;
    font-size: 13px;
    color: #075056;
    background: #ff914d;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 70px;
}

.nav-section .btn-box a:hover {
    background: #075056;
    color: #fff;
}

.nav-section .mob-menu {
    display: none;
}

.story-section {
    background-image: url(../images/story-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 40px 0px;
    color: #fff;
    text-align: center;
}

.story-section h2 {
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin-bottom: 15px;
}

.story-section h2 span {
    font-weight: 600;
}

.button {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    align-items: center;
}

.button.center {
    justify-content: center;
}

.button a,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    display: inline-block;
    background: #075056;
    color: #fff;
    font-size: 18px;
    padding: 14px 38px;
    border-radius: 150px;
    border: 0px;
}

.button a.arrow-btn,
.arrow-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    padding-right: 0;
    border-radius: 0;
    background: none;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 52px;
}

.button a.arrow-btn i,
.arrow-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern i {
    margin-left: 0;
    color: #075056;
    font-size: 38px;
    vertical-align: middle;
    right: 0 !important;
}

.button a:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #ff914d;
    color: #075056;
}

.button a.arrow-btn:hover,
.arrow-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #075056;
    background: none;
}

.story-section .button {
    margin-top: 35px;
}

.story-section .vc_btn3-container.vc_btn3-inline {
    vertical-align: middle;
}

.story-section .yt-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #ffb486;
    padding-top: 20px;
    margin-top: 40px;
    max-width: 800px;
    margin: 0px auto;
    margin-top: 24px;
    gap: 50px;
}

.yt-box .yt-itm {
    display: flex;
    align-items: center;
    gap: 12px;
}

.yt-box .yt-itm .y-icon {
    font-size: 70px;
}

.yt-box .yt-itm .y-cnt {}

.yt-box .yt-itm .y-val {
    font-family: 'Playfair Display';
    font-size: 64px;
    line-height: 65px;
}

.yt-box .yt-itm .y-text {
    font-size: 18px;
    font-weight: 400;
}

.yt-box .yt-itm .y-val span {
    color: #ffb486;
    font-size: 46px;
}

.scroll-section {
    background: #5CDFE5;
    background: -webkit-linear-gradient(180deg, rgba(92, 223, 229, 1) 0%, rgba(0, 137, 173, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(92, 223, 229, 1) 0%, rgba(0, 137, 173, 1) 100%);
    background: linear-gradient(180deg, rgba(92, 223, 229, 1) 0%, rgba(0, 137, 173, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5CDFE5", endColorstr="#0089AD", GradientType=0);
    padding: 25px 0px;
    font-size: 64px;
    color: #fff;
    font-weight: 700;
}

.scroll-section span {
    display: inline-block;
    padding: 0px 22px;
}

.scroll-section span {
    border-left: 12px solid #ffb486;
}

/* eocjsNewsticker v0.7.6 */

.eocjs-newsticker .eocjs-newsticker-container {
    position: relative;
    height: 95px;
    overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    white-space: nowrap;
}

.eocjs-newsticker-loader {
    position: absolute;
    left: calc(50% - 10px);
    top: 2px;
    width: 20px;
    height: 20px;
    display: block;
    border: 3px solid #555555;
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
    to {
        transform: rotate(360deg);
    }
}


.signup-section {
    padding: 60px 0 90px;
}

.signup-section .signup-cont {
    border-bottom: 1px solid #ffc8a6;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.signup-section .signup-cont h3 {
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}

.signup-section .signup-cont h3 strong {
    font-weight: 600;
}

.signup-section .signup-cont .signup-text {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 30px;
}

.signup-section .signup-cont .form-box {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.signup-section .signup-cont .form-box .mail-bx {}

.signup-section .signup-cont .form-box .mail-bx input[type="email"] {
    color: #000;
    padding: 10px 15px;
    height: 65px;
    border-radius: 15px;
    background-color: #ffdbc5;
    border: none;
}

.signup-section .signup-cont .form-box .sub-bx {
    position: absolute;
    right: 0;
    top: 0;
}

.signup-section .signup-cont .form-box .sub-bx .signup-btn {
    background: #e95c1c;
    padding: 12px 15px;
    color: #fff;
    font-size: 24px;
    min-width: 250px;
    height: 65px;
    font-weight: 500;
    border-radius: 15px;
    cursor: pointer;
}

.signup-section .signup-cont .form-box .sub-bx .signup-btn:hover {
    background-color: #e34904;
}

.signup-section .subscribe-content {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

.signup-section .subscribe-content .sub-txt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

.signup-section .subscribe-content .subscb-bottm {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.signup-section .subscribe-content .subscb-bottm .sub-butn {}

.signup-section .subscribe-content .subscb-bottm .sub-butn a {
    background-color: #075056;
    display: flex;
    font-size: 20px;
    padding: 20px 35px;
    border-radius: 48px;
    color: #fff;
    align-items: center;
    gap: 25px;
}

.signup-section .subscribe-content .subscb-bottm .sub-butn a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

.signup-section .subscribe-content .subscb-bottm .sub-butn a img {}

.signup-section .subscribe-content .subscb-bottm .sub-socil {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.signup-section .subscribe-content .subscb-bottm .sub-socil a:hover {}

.signup-section .subscribe-content .subscb-bottm .sub-socil a img:hover {}

.voice-joined {
    background-color: #f8f3eb;
    padding: 80px 0 100px;
}

.voice-joined .voice-conver {
    margin-bottom: 70px;
}

.voice-joined .voice-cont h2 {
    font-size: 27px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.voice-joined .voice-conver h2 {
    color: #ff914d;
}

.voice-joined .voice-cont .voice-link {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.voice-joined .voice-cont .voice-link a {
    display: block;
    border: 3px solid #ff914d;
    padding: 10px 25px;
    border-radius: 12px;
    font-size: 20px;
    color: #075056;
    font-weight: 600;
    text-transform: uppercase;
}

.voice-joined .voice-cont .voice-link a:hover {
    background-color: #fff;
}

.voice-joined .voice-conver .voice-link a {
    background-color: #fbd5bb;
}

.footer-sec {
    background-image: url(../images/f-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.footer-sec .f-cont {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.footer-sec .f-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.footer-sec .f-content .f-left {
    flex: 1 155px;
    text-align: center; 
}

.footer-sec .f-content .f-left .f-logo {
    margin-bottom: 30px;
}

.footer-sec .f-content .f-left .f-logo img {}

.footer-sec .f-content .f-left h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
} 

.footer-sec .f-content .f-left .f-socilal {
    display: flex;
    flex-wrap: nowrap;
    gap: 25px;
    justify-content: center;
}

.footer-sec .f-content .f-left .f-socilal a {
    display: block;
    color: #fff;
    font-size: 30px;
}

.footer-sec .f-content .f-left .f-socilal a:hover {
    color: #ffb486;
}

.footer-sec .f-content .f-left .f-socilal a .fab.fa-facebook-f {}

.footer-sec .f-content .f-left .f-socilal a .fab.fa-instagram {}

.footer-sec .f-content .f-left .f-socilal a .fab.fa-youtube {}

.footer-sec .f-content .f-right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    /*flex: 1 1 501px;*/
}

.footer-sec .f-content .f-right .f-box {
    flex: 1;
}

.footer-sec .f-content .f-right .f-box h2 {
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.footer-sec .f-content .f-right .f-box .f-link {}

.footer-sec .f-content .f-right .f-box .f-link a {
    display: block;
    color: #ffb486;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-sec .f-content .f-right .f-box .f-link a:hover {
    color: #fff;
}

.middle-banner img {
    width: 100%;
}

.middle-banner {
    margin-bottom: 0;
}


.community-behind {
    padding: 100px 0;
    background-color: #f8f3eb;
}

.community-behind .top-head {
    margin-bottom: 40px;
}

.community-behind .top-head h3 {
    color: #ff914d;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
}

.community-behind .top-head h2 {}

.community-behind .comnty-cont {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #075056;
    justify-content: center;
    text-align: center;
}

.community-behind .comnty-cont .comty-bx {
    flex: 1;
    padding: 30px;
}

.community-behind .comnty-cont .comty-bx+.comty-bx {
    position: relative;
    border-left: 1px solid #075056;
    border-top: 1px solid #075056;
}

.community-behind .comnty-cont .comty-bx .com-icon {}

.community-behind .comnty-cont .comty-bx .com-icon img {}

.community-behind .comnty-cont .comty-bx .com-num {
    font-size: 64px;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}

.community-behind .comnty-cont .comty-bx .com-num .nm-tx {
    font-size: 48px;
    color: #ff914d;
}

.community-behind .comnty-cont .comty-bx .btm-tx {
    font-size: 20px;
}

.strohs-banner img {
    width: 100%;
}

.strohs-banner {
    position: relative;
}

.memb-button {
    position: absolute;
    bottom: 190px;
    left: 350px;
}

.strohs-banner .strh-img {
    margin-bottom: 0 !important;
}

.strohs-banner .memb-button .vc_general {
    background-color: #fff !important;
    color: #075056 !important;
    font-size: 20px !important;
    border: 1px solid #ff914d !important;
    border-radius: 12px !important;
    padding: 16px 100px;
}

.strohs-banner .memb-button .vc_general:hover {
    background-color: #075056 !important;
    color: #fff !important;

}

.shop-section {
    padding: 50px 0;
}

.shop-section h4 {
    color: #ff914d;
    font-size: 30px;
}

.shop-section .top-txt p {
    font-size: 64px;
    line-height: 64px;
    font-family: "Times New Roman";
}

.shop-section .top-txt {
    max-width: 830px;
}

.top-head .shop-button {
    margin-bottom: 0 !important;
}

.shop-section .top-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top-head h2 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.shop-button .vc_general {
    background: none !important;
    color: #ff914d !important;
    font-size: 20pX !important;
}

.shop-section .vc-gitem-zone-height-mode-auto:before {
    padding-top: 0;
}

.shop-section .vc_grid-item>.vc_grid-item-mini {
    background-color: #f8f3eb;
}

.shop-section .authors-book-box .vc_gitem_row>.vc_col-sm-6 {
    padding: 0 !important;
}

.shop-section .authors-book-box {
    padding: 15px 5px;
    min-height: 330px;
}

.shop-section .authors-book-box .authrs-image {
    width: 165px;
}

.shop-section .authors-book-box .author-cont {
    width: calc(100% - 165px);
}

.author-cont .vc_custom_heading {
    font-size: 35px;
    font-family: "Times New Roman";
    line-height: 35px;
}

.author-cont .vc_gitem-acf {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.author-cont .lern-more,
.author-cont .buy-now {
    display: block !important;
    margin-bottom: 10px;
}

.shop-section .authors-book-box .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    position: relative;
}

.lern-more .vc_general {
    padding: 12px 35px !important;
    text-transform: uppercase;
    font-size: 18px !important;
}

.buy-now .vc_general {
    background-color: #ff914d !important;
    padding: 5px 50px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #075056 !important;
}


.buy-now .vc_general:hover {
    background: #075056 !important;
    color: #ff914d !important;
    font-size: 16px !important;
}

.cont-txt .vc_custom_heading {
    font-size: 35px;
    font-family: "Times New Roman";
    line-height: 35px;
    min-height: 70px;

}

.cont-txt .vc_gitem-acf {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
}

.cont-txt .buy-now .vc_general {
    background-color: #ff914d !important;
    padding: 5px 50px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #075056 !important;
}

.authors-box .owl-item>.vc_grid-item {
    padding-right: 0 !important;
}

#guest-slider .vc_pageable-slide-wrapper .vc_grid-item {
    display: block !important;
}

#author-slider .owl-nav .owl-prev,
#guest-slider .owl-nav .owl-prev,
#conersn-slider .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

#author-slider .owl-nav .owl-next,
#guest-slider .owl-nav .owl-next,
#conersn-slider .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-section .border-auther {
    border-bottom: 1px solid #ffc8a6;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#conersn-slider .vc_pageable-slide-wrapper>.vc_grid-item {
    display: block !important;
}
.shop-section .authors-book-box  .lbtnvalue,.shop-section .authors-book-box   .bbtnvalue {
    display: none;
}
.conv-post-grid .wpb_single_image:not(:has(img)) {
    display: none;
}
.conv-post-grid .wpb_single_image{
    margin:0px !important;
}
.conv-post-grid .wpb_single_image img {
    height:360px !important;
    object-fit:cover!important;
}


/*
.shop-section .vc_grid .vc_pageable-slide-wrapper>.vc_grid-item {
    display: block !important;
}
*/


@media only screen and (min-width:992px) and (max-width:1290px) {
    .container {
        width: 960px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .container {
        width: 750px;
    }

}


@media only screen and (max-width:1660px) {
    .memb-button {
        bottom: 140px;
        left: 240px;
    }
}

@media only screen and (max-width:1360px) {
    .memb-button {
        bottom: 120px;
        left: 250px;
    }

}

@media only screen and (max-width:1260px) {
    .memb-button {
        bottom: 100px;
        left: 160px;
    }

    .strohs-banner .memb-button .vc_general {
        font-size: 14px !important;
        padding: 16px 40px;
    }

    .shop-section .authors-book-box {
        min-height: 390px;
    }

    .shop-section .top-txt p {
        font-size: 44px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 991px) {
    .memb-button {
        bottom: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .memb-button {
        bottom: 0;
        left: 30px;
    }

    .shop-section .top-txt p {
        font-size: 24px;
        line-height: 34px;
    }

    .shop-section .authors-book-box .author-cont {
        width: auto;
    }

    .shop-section .authors-book-box .authrs-image {
        width: auto !important;
    }
}


@media only screen and (max-width: 640px) {
    .strohs-banner .memb-button .vc_general {
        font-size: 12px !important;
        padding: 16px 25px;
    }

    #author-slider .owl-nav .owl-prev,
    #guest-slider .owl-nav .owl-prev,
    #conersn-slider .owl-nav .owl-prev {

        left: 0;
    }

    #author-slider .owl-nav .owl-next,
    #guest-slider .owl-nav .owl-next,
    #conersn-slider .owl-nav .owl-next {
        right: 0;
    }
}

@media only screen and (max-width:1360px) {
    .community-behind .top-head h2 {
        font-size: 50px;
    }

}

@media only screen and (max-width:1260px) {

    .recent-conversation h3 {
        font-size: 50px !important;
    }


}

@media only screen and (max-width:991px) {
    .banner-section .b-logo {
        max-width: 430px;
        margin: 0px auto;
    }

    .story-section h2 {
        font-size: 48px;
        line-height: 52px;
    }

    .story-section p br {
        display: none;
    }

    .yt-box .yt-itm .y-icon {
        font-size: 44px;
    }

    .yt-box .yt-itm .y-val {
        font-size: 46px;
        line-height: 44px;
    }

    .yt-box .yt-itm .y-val span {
        font-size: 32px;
    }

    .banner-section {
        height: 580px;
    }

    .signup-section .signup-cont h3 {
        font-size: 26px;
    }

    .signup-section .signup-cont .signup-text br {
        display: none;
    }

    .signup-section .signup-cont .signup-text {
        font-size: 18px;
    }

    .voice-joined {
        padding: 30px 0;
    }

    .voice-joined .voice-cont h2 {
        font-size: 22px;
    }

    .voice-joined .voice-conver {
        margin-bottom: 30px;
    }

    .voice-joined .voice-cont .voice-link a {
        padding: 10px 18px;
        font-size: 14px;
        font-weight: 600
    }

    .voice-joined .voice-cont .voice-link {
        gap: 8px;
    }

    .community-behind {
        padding: 40px 0;

    }

    .community-behind .top-head h2 {
        font-size: 30px;
    }

    .community-behind .top-head h3 {
        font-size: 22px;
    }

    .community-behind .comnty-cont .comty-bx .com-icon img {
        width: 60px;
    }

    .community-behind .comnty-cont .comty-bx .com-num {
        font-size: 34px;
    }

    .community-behind .comnty-cont .comty-bx .com-num .nm-tx {
        font-size: 22px;
    }

    .community-behind .comnty-cont .comty-bx .btm-tx {
        font-size: 15px;
    }

}

@media only screen and (max-width:767px) {
    .container {
        width: auto;
    }

    .nav-section .nav-box {
        display: none;
    }

    .nav-section .mob-menu {
        display: block;
    }

    .story-section h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .button a {
        font-size: 16px;
    }

    .button a.arrow-btn i {
        font-size: 32px;
    }

    .story-section .yt-box {
        gap: 30px;
    }

    .banner-section {
        height: 380px;
    }

    .banner-section .b-logo {
        max-width: 330px;
    }

    .banner-section .wel {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .signup-section {
        padding: 30px 0;
    }

    .footer-sec {
        padding: 30px 0;
    }

    .footer-sec .f-content .f-left .f-logo img {
        width: 200px;
    }

    .signup-section .subscribe-content .sub-txt {
        font-size: 20px;
    }

    .signup-section .signup-cont {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:550px) {
    .button {
        gap: 25px;
    }

    .banner-section {
        height: 280px;
    }
    .signup-section .signup-cont .form-box .sub-bx .signup-btn {
        font-size: 18px;
        min-width: 130px;
        height: 52px;
    }

    .signup-section .signup-cont .form-box .mail-bx input[type="email"] {
        height: 52px;
    }

    .signup-section .signup-cont h3 {
        font-size: 22px;
    }

    .signup-section .subscribe-content .sub-txt {
        font-size: 20px;
    }

    .community-behind .comnty-cont {
        display: block;
    }

    .community-behind .comnty-cont .comty-bx+.comty-bx {
        border-left: 0;
        border-top: 1px solid #075056;
    }

    .community-behind .top-head {
        margin-bottom: 40px;
        text-align: center;
    }

    .community-behind .top-head h2 {
        font-size: 25px;
    }

    .community-behind .top-head h3 {
        font-size: 18px;
    }

    .shop-button .vc_general {
        font-size: 16pX !important;
    }

    .recent-conversation h3 {
        font-size: 40px !important;
        text-align: center !important;
    }

    .recent-conversation .all-ep-btn {
        margin-top: 0 !important;
        text-align: center !important;
    }

    .footer-sec .f-content .f-right {
        margin-top: 0;
    }

    .all-ep-btn .vc_btn3.vc_btn3-style-custom {

        font-size: 20px;
    }

    .shop-section {
        padding-top: 0;
    }



}