:root {
    --yellow-clr: #f9cd67;
    --orange-clr: #e86233;
    --dark-clr: #4d5359;
}

#recaptcha_callback5,
#recaptcha_callback4,
#recaptcha_callback3,
#recaptcha_callback2,
#recaptcha_callback {
    display: none;
}

form .error {
    border: 1px solid #ff000085 !important;
}

.contacterr,
.emailerr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
}

.grecaptcha-badge {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#contact_form .contacterr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
    position: absolute;
    top: -15px;
    font-weight: 600;
}

#contact_form .emailerr {
    color: red;
    font-size: 14px;
    margin: 0px;
    display: none;
    position: absolute;
    bottom: -21px;
    font-weight: 600;
}

#modal_form .contacterr,
#modal_form .emailerr {
    color: red;
    font-size: 14px;
    margin: -8px 0 10px;
    display: none;
    text-align: left;
}


#home_form .contacterr,
#home_form .emailerr {
    color: red;
    font-size: 12px;
    margin: -18px 0 0;
    display: none;
    font-weight: 800;
}

#subscribe_form .contacterr,
#subscribe_form .emailerr {
    color: red;
    font-size: 14px;
    margin: 0;
    display: none;
    position: absolute;
    bottom: -21px;
}

#banner_form .error {
    border: 1px solid #ff0000 !important;
}


#banner_form .contacterr {
    color: red;
    font-size: 14px;
    margin: -21px 0 0;
    display: none;
}

#banner_form .emailerr {
    color: red;
    font-size: 14px;
    margin: 0 0 -21px;
    display: none;
}

a:hover {
    text-decoration: none
}

*,
body,
html {
    scroll-margin-top: 320px !important;
    --top-spacing: 320px !important;
    scroll-behavior: smooth
}

* {
    font-family: Lato, sans-serif;
    outline: 0 !important
}

.infinity-wrapper {
    width: 12%;
    display: inline-block
}

.book-cover .slick-next:before,
.book-cover .slick-prev:before {
    font-family: slick;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #000000db;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.book-cover .slick-next {
    right: -60px
}

.book-cover .slick-prev {
    left: -60px
}

.book-cover .mg {
    margin: 15px
}

.infinity-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 8vh;
    animation: draw 5s linear infinite;
    transform-origin: center;
    position: relative
}

.infinity-container .trace {
    width: 140px;
    height: 140px;
    transform: rotate(-49deg);
    border: 5px solid #4d5359;
    border-radius: 50%;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.infinity-container .pencil {
    width: 17%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 41%
}

.infinity-container .pencil .rubber {
    background-color: #e86233;
    height: 10%;
    border-radius: 20% 20% 0 0;
    margin-top: -5px
}

.infinity-container .pencil .metal {
    background-color: #c4d5e0;
    height: 12%
}

.infinity-container .pencil .crayon {
    display: flex;
    height: 55%
}

.infinity-container .pencil .crayon .crayon-left {
    width: 33%;
    background-color: #ffd87a
}

.infinity-container .pencil .crayon .crayon-center {
    width: 33%;
    background-color: #fdcc66
}

.infinity-container .pencil .crayon .crayon-right {
    width: 33%;
    background-color: #f7c456
}

.infinity-container .pencil .pencil-top {
    height: 15%;
    clip-path: polygon(0 0, 30% 100%, 70% 100%, 100% 0);
    background-color: #faeee0
}

.infinity-container .pencil .pencil-tip {
    background-color: #2d292a;
    height: 8%;
    clip-path: polygon(30% 0, 50% 100%, 70% 0)
}

@keyframes draw {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0)
    }
}

.back-to-top {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.back-to-top button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--yellow-clr);
    background: var(--yellow-clr);
    color: var(--dark-clr);
    font-size: 19px;
    border-radius: 10px
}

.back-to-top button i {
    margin: 0
}

#preloader {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center
}

.pc-off {
    display: none
}

.mobile-nav {
    width: 100%;
    background: #e5e7e9;
    margin: 15px 0 -15px;
    padding: 10px 20px;
    font-weight: 400;
    color: var(--dark-clr);
    font-size: 18px;
    box-shadow: 0 6px 10px #00000057
}

.mobile-nav img {
    transform: translateY(-2px)
}

header .top-bar {
    background: var(--dark-clr)
}

header .top-bar .content {
    display: flex
}

.flex-end {
    justify-content: flex-end
}

header .top-bar .content p {
    font-weight: 600;
    margin: 0;
    color: #aaadb0;
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 13px
}

header .top-bar .content a {
    margin: 0 30px 0 0
}

header nav {
    height: 100%
}

header .nav {
    height: 100%;
    align-items: center;
    float: right;
    justify-content: space-between;
    width: 100%
}

header .nav a {
    color: var(--dark-clr);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    position: relative
}

header .nav-area {
    padding: 15px 0;
    box-shadow: 0 10px 20px -15px #000;
    position: relative;
    transition: .3s
}

.banner img,
.pixel {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor
}

.opacity-0 {
    opacity: 0
}

header .logo img {
    width: 80%;
    height: auto
}

header .nav a:after {
    content: '';
    position: absolute;
    top: -17px;
    left: 0;
    width: 100%;
    background: var(--orange-clr);
    height: 5px;
    opacity: 0;
    transition: .5s
}

header .nav a.active:after {
    opacity: 1
}

header .nav a:hover {
    text-decoration: none
}

header .nav a:hover::after {
    opacity: 1
}

.p-20 {
    padding: 20px 0
}

.dropdown,
.unset {
    position: unset
}

.p-30 {
    padding: 30px 0
}

.p-40 {
    padding: 40px 0 !important
}

.p-60 {
    padding: 60px 0
}

.p-80 {
    padding: 80px 0
}

.p-none {
    padding: 0
}

.btn-size-1 {
    width: 68%;
    padding: 10px
}

.bg-trans-b {
    background: #0000007d
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.p-50 {
    padding: 50px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.f-w-400 {
    font-weight: 400 !important
}

.f-s-16 {
    font-size: 16px !important
}

.border-1 {
    border: 1px solid
}

.border-2 {
    border: 2px solid
}

.mg-b-5 {
    margin-bottom: 5px
}

.mg-b-10 {
    margin-bottom: 10px
}

.mg-b-15 {
    margin-bottom: 15px
}

.mg-b-30 {
    margin-bottom: 30px
}

.mg-b-20 {
    margin-bottom: 20px
}

.mg-b-25 {
    margin-bottom: 25px
}

.mg-b-50 {
    margin-bottom: 50px
}

.mg-b-40 {
    margin-bottom: 40px
}

.img-box-50 {
    width: 50px;
    height: 50px;
    display: inline-grid;
    align-items: center;
    justify-content: center
}

.img-box-40 {
    width: 40px;
    height: 40px;
    display: inline-grid;
    align-items: center;
    justify-content: center
}

.img-box-60 {
    width: 60px;
    height: 60px;
    display: inline-grid;
    align-items: center;
    justify-content: center
}

.side-heading {
    font-size: 28px;
    font-weight: 600;
    color: var(--dark-clr);
    padding: 5px 0 5px 10px;
    border-left: 5px solid var(--orange-clr)
}

i {
    margin-right: 5px
}

.side-heading span {
    color: var(--orange-clr)
}

.side-p {
    font-size: 16px;
    margin: 0 0 10px;
    color: var(--dark-clr);
    line-height: 1.2
}

.banner {
    background: url(../images/home/banner.jpg) no-repeat;
    background-size: cover;
    position: relative
}

.banner h6 {
    color: #efeeee;
    margin: 0;
    font-size: 16px
}

.banner h1 {
    color: #efeeee;
    font-size: 24px;
    font-weight: 600
}

.banner ul {
    padding: 0;
    list-style: none;
    color: #efeeee;
    line-height: 2;
    margin: 20px 0;
    font-size: 14px
}

.banner .b-btn-1 {
    color: #efeeee;
    border-radius: 10px
}

.banner .b-btn-2 {
    background: var(--yellow-clr);
    color: var(--dark-clr);
    border-radius: 10px;
    border-color: var(--yellow-clr)
}

.banner-abs-slider {
    position: absolute;
    right: 0;
    top: 15%;
    width: 42%;
    height: 575px;
    border-radius: 10px;
    background: #000
}

.banner-slide {
    height: 100%;
    width: 100%
}

.slide-1,
.slide-2,
.slide-3 {
    height: 100%;
    width: 100%;
    border-radius: 10px 0 0 10px
}

input {
    border-color: transparent;
    border-bottom: 1px solid darkgrey;
    font-size: 15px;
    background: transparent;
}

.slide-1 {
    background: url(../images/home/slide1.png) no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center
}

.slide-2 {
    background: url(../images/home/b2-slide.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center
}

.slide-3 {
    background: url(../images/home/b3-slide.jpg) no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center
}

.banner .slick-list,
.banner .slick-track {
    height: 100%
}

.banner .slide-content {
    position: relative;
    top: 60px;
    left: 60px
}

.banner .slide-content .banner-form2 {
    display: flex !;
    justify-content: center !important;
    text-align: center;
    padding-top: 50px;
    padding-left: 50px;
}

@media (min-width: 0px) and (max-width: 1100px) {
    .banner .slide-content .banner-form {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding: 0px 50px !important;
    }

    .banner-form h3 {
        font-size: 16px !important;
        margin: 0 !important;
        padding: 0 !important;

    }

    .banner-form input {
        height: 30px;
        width: 100% !important;

    }

    .banner-form input::placeholder,
    .banner-form textarea::placeholder {
        font-size: 12px;
    }

    .banner-form {
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        left: 0 !important;
    }
}

@media (min-width: 0px) and (max-width: 800px) {
    .banner .slide-content .banner-form {
        position: relative;
        top: -10px;
    }

}

.banner .slide-content h5 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin: 0
}

.banner .slide-content h5 span {
    color: var(--yellow-clr);
    font-weight: 600
}

.banner .slide-content h4 {
    color: #efeeee;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin: 0
}

.banner .slide-content h6 {
    font-size: 20px;
    margin: 15px 0;
    color: #eee
}

.banner .slide-content p {
    color: #efeeee;
    font-size: 15px;
    line-height: 1.2
}

.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px 0;
    padding: 0;
    cursor: pointer
}

.the-guy {
    position: relative;
    height: 100%;
    width: 100%
}

.banner .slick-dots {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 15%;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 40px;
    text-align: center;
    color: #fff;
    z-index: 99
}

.banner .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--yellow-clr)
}

.banner .slick-dots li button:before {
    font-family: slick;
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .55;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.banner .slick-prev {
    left: 36px
}

.banner .slick-next {
    right: 664px
}

.banner .slick-next,
.banner .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 525px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 999999;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.banner .slick-next:before {
    content: '\f054'
}

.banner .slick-prev:before {
    content: '\f053'
}

.banner .slick-next:before,
.banner .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600
}

.the-guy::after {
    content: '';
    background: url(../images/home/the_guy.png) no-repeat;
    background-size: contain;
    width: 324px;
    height: 520px;
    bottom: 50%;
    position: absolute;
    left: 0;
    transform: translate(-20%, 55%);
    z-index: 99
}

.first-sec {
    background: url(../images/home/first-bg.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 40px
}

.first-sec .content .inner-mg {
    margin: 0 39px;
    padding: 30px 25px 0;
    background: #e1e1e1;
    width: 417px
}

.first-sec .content .inner-mg1 {
    margin: 0 39px;
    padding: 10px 0;
    background: #e1e1e1;
    width: 417px;
    text-align: center
}

.first-sec .content .inner-mg h4 {
    font-size: 40px;
    font-weight: 600;
    color: var(--dark-clr);
    line-height: 1.1
}

.first-sec .content .inner-mg h4 span {
    color: var(--orange-clr)
}

.first-sec .content .inner-mg p {
    font-size: 16px;
    color: var(--dark-clr);
    line-height: 1;
    margin: 0;
    padding: 0 0 10px
}

.first-sec .content .inner-mg1 a {
    color: var(--dark-clr);
    font-weight: 600;
    font-size: 16px
}

.first-sec .head-c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #b5b5b5
}

.first-sec .head-ing {
    padding: 0 0 0 10px
}

.cover-area {
    padding: 60px 0
}

.cover-area .col-md-3:nth-child(1) .img-cover,
.cover-area .col-md-3:nth-child(2) .img-cover,
.cover-area .col-md-3:nth-child(3) .img-cover {
    margin: 0 0 30px
}

.first-sec .right-pad-top {
    padding-top: 10em
}

.first-sec .right-pad-top h6 {
    margin: 0;
    color: #b2b2b2
}

.first-sec .right-pad-top h5 {
    color: var(--dark-clr);
    margin: 0;
    font-weight: 600;
    font-size: 22px
}

.first-sec .right-pad-top p {
    color: #737373;
    font-size: 16px;
    line-height: 1;
    margin: 0
}

.second-sec {
    background: url(../images/home/second-bg.png) no-repeat;
    background-size: 100% 100%
}

.second-sec ul {
    padding: 0;
    list-style: none;
    color: var(--dark-clr);
    line-height: 1.5;
    margin: 0
}

.second-sec .fx {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.second-sec .fx button {
    background: var(--orange-clr);
    color: #fff;
    border: 2px solid;
    border-color: var(--orange-clr);
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600
}

.second-sec .second-design {
    padding-top: 80px;
    padding-bottom: 40px
}

.second-sec .second-design h4 {
    color: var(--dark-clr);
    font-size: 20px;
    margin: 0
}

.second-sec .second-design h4 span {
    font-size: 22px;
    font-weight: 600;
    color: var(--orange-clr)
}

.second-sec .second-design h5 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--yellow-clr)
}

.second-sec .second-design button {
    margin: 10px 0 0;
    padding: 10px 35px;
    background: var(--dark-clr);
    color: #fff;
    border: 2px solid var(--dark-clr);
    border-radius: 8px
}

.second-sec .head-c {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 80px 0 0
}

.second-sec .head-con {
    width: 60%
}

.second-sec .head-con h4 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: var(--dark-clr)
}

.second-sec .head-con h4 span {
    font-weight: 400;
    font-size: 16px;
    display: block
}

.second-sec .translate {
    transform: translateY(20%)
}

.fr-1 {
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.breaker {
    background: url(../images/home/breaker.jpg) no-repeat;
    background-size: cover
}

.breaker h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize
}

.breaker p {
    color: #fff;
    font-size: 18px
}

.breaker button {
    color: var(--dark-clr);
    background: var(--yellow-clr);
    padding: 8px 24px;
    border: 2px solid var(--yellow-clr);
    border-radius: 10px
}

.yel {
    color: var(--yellow-clr) !important
}

.org {
    color: var(--orange-clr) !important
}

.third-sec {
    background: url(../images/home/third-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.third-sec h4 {
    font-size: 28px;
    font-weight: 600;
    color: var(--dark-clr);
    margin: 0 0 15px;
    padding: 0 0 15px;
    position: relative
}

.third-sec h4:after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    background: var(--orange-clr);
    width: 6%;
    height: 8px;
    transform: translate(-50%, -50%)
}

.third-sec p {
    margin: 0 0 30px;
    color: var(--dark-clr);
    font-size: 17px;
    line-height: 1.2
}

.third-sec .content-inner {
    background: var(--dark-clr);
    padding: 20px;
    margin: 0;
    border-radius: 20px 0 20px 0;
    transition: .5s;
    min-height: 252px
}

.third-sec .content-inner:hover {
    background: var(--orange-clr);
    transform: translate(-5px, -5px);
    box-shadow: 13px 13px 8px -10px #3131318f
}

.third-sec .content-inner:hover h5,
.third-sec .content-inner:hover p {
    color: #fff
}

.third-sec .content-inner h5 {
    color: #dbdbdb;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 10px;
    padding: 0 0 10px;
    position: relative;
    transition: .5s
}

.third-sec .content-inner h5:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff
}

.third-sec .content-inner p {
    color: #dbdbdb;
    font-size: 14px;
    margin: 0;
    transition: .5s
}

.cover-area {
    background: url(../images/home/cover-bg.jpg) no-repeat;
    background-size: cover
}

.cover-area .btn-cover {
    color: var(--dark-clr);
    background: var(--yellow-clr);
    padding: 8px 24px;
    border: 2px solid var(--yellow-clr);
    border-radius: 10px;
    margin: 30px 0 0
}

.fourth-sec {
    background: url(../images/home/fourth-bg.jpg) no-repeat;
    background-size: contain;
    position: relative;
    background-position: 0 10px
}

.fourth-sec .img-box-45 {
    width: 45px;
    height: 45px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0
}

.fourth-sec ul {
    padding: 0;
    margin: 0
}

.fourth-sec ul li {
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
    position: relative
}

.fourth-sec ul li:after {
    content: '';
    position: absolute;
    height: 20px;
    background: #ededed;
    width: 3px;
    bottom: -30px;
    left: 5%;
    transform: translate(-50%, -50%)
}

.fourth-sec ul li:nth-child(3):after {
    display: none
}

.fourth-sec ul li span {
    width: 100%;
    color: var(--dark-clr);
    font-size: 16px;
    font-weight: 450;
    line-height: 1
}

.fourth-sec .side-p {
    margin: 0 0 40px;
    width: 80%
}

.fourth-sec .p-fr {
    color: #7c8185;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400
}

.fourth-sec h5 {
    font-size: 14px;
    color: #7c8185
}

.fourth-sec h5 span {
    font-size: 16px;
    font-weight: 600
}

.fourth-sec button {
    color: var(--dark-clr);
    background: var(--yellow-clr);
    border: 2px solid var(--yellow-clr);
    padding: 8px;
    border-radius: 10px
}

.abs-img {
    width: 32%;
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%)
}

.abs-img .abs-content {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0 0 21px;
    align-items: center
}

.amazon {
    position: relative
}

.amazon::before {
    content: '';
    position: absolute;
    left: 29px;
    top: 36px;
    filter: blur(0px) grayscale(1) brightness(20);
    background: url(../images/home/amazon-arrow.gif) no-repeat;
    background-size: contain;
    width: 102px;
    height: 27px
}

.abs-img .abs-h5 {
    position: absolute;
    top: 50px;
    left: 60px;
    color: #4d5359;
    font-weight: 600;
    line-height: 1
}

.abs-img h6 {
    color: #221f1f;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 14px
}

.abs-img p {
    color: #33363a;
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0 0
}

.abs-img h6 .small {
    font-weight: 600;
    font-size: 18px
}

.abs-img a {
    background: #e86233;
    color: #fff;
    font-weight: 600;
    padding: 10px 45px;
    display: inline-block;
    border-radius: 9px;
    margin: 25px 0 0 0
}

.fifth-sec {
    background: url(../images/home/testi-bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    position: relative;
    z-index: 1
}

.fifth-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 7%;
    transform: translateX(-50%);
    background: #4d5359bd;
    z-index: -1;
    width: 550px;
    height: 350px;
    border-radius: 10px 10px 0 0
}

.rel-123 {
    position: relative
}

.rel-123:after {
    content: '';
    position: absolute;
    background: url(../images/home/yel.jpg) no-repeat;
    background-size: contain;
    width: 47.6%;
    bottom: -100px;
    right: 27px;
    height: 90px
}

.fifth-sec .testimonial-slider .img {
    width: 80px;
    height: 80px
}

.fifth-sec .testimonial-slider .content {
    display: flex;
    justify-content: space-between
}

.fifth-sec .testimonial-slider p {
    width: 80%;
    color: #dbdbdb
}

.fifth-sec .testimonial-slider .main {
    padding: 60px 30px 00px 30px;
    position: relative
}

.fifth-sec .testimonial-slider .main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    width: 50px;
    height: 50px;
    background: url(../images/home/comma.png) no-repeat;
    background-size: contain
}

.fifth-sec .testimonial-slider .main::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 50px;
    height: 50px;
    background: url(../images/home/comma.png) no-repeat;
    background-size: contain;
    transform: rotate(180deg)
}

.testimonial-slider {
    margin: 0 !important;
    padding: 60px 0 25px
}

.banner-line {
    position: relative
}

.banner-line:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(../images/home/banner-slide-line.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 160px;
    transform: translate(-80%, 0)
}

.testimonial-slider h4 {
    font-size: 24px;
    color: var(--orange-clr);
    font-weight: 700;
    margin: 15px 0 0
}

.testimonial-slider h6 {
    color: #aaadb0;
    margin: 0
}

.fifth-sec .side-heading,
.fifth-sec .side-p {
    color: #aaadb0
}

.fifth-sec .slick-next:before,
.fifth-sec .slick-prev:before {
    font-family: slick;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #6d6f6e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fifth-sec .slick-prev {
    left: -50px
}

.fifth-sec .slick-next {
    right: -35px
}

.sixth-sec {
    background: url(../images/home/six-bg.jpg) no-repeat;
    background-size: cover
}

.sixth-sec .content-inner {
    margin: -30px 30px 0
}

.sixth-sec .content-inner h4 {
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    color: var(--dark-clr)
}

.sixth-sec .content-inner h4 span {
    font-size: 14px;
    display: inline-block;
    font-weight: 500
}

.sixth-sec .content-inner p {
    color: #83868a;
    font-size: 15px;
    line-height: 1.2;
    margin: 0
}

.sixth-sec .side-p {
    margin-bottom: 30px !important;
    font-weight: 600
}

.tabcontent {
    animation: fadeEffect 1s
}

.tab {
    overflow: hidden
}

.nav-links {
    cursor: pointer
}

.tabcontent {
    display: none
}

.tabcontent.active {
    display: block
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.breaker-2 {
    background: url(../images/home/breaker-2-3.jpg) no-repeat;
    background-size: auto;
    padding: 30px 0 55px;
}

.breaker-2 .content {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.breaker-2 .content h4 {
    font-size: 40px;
    color: var(--dark-clr);
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.breaker-2 .content p {
    font-size: 16px;
    line-height: 1.2;
    margin: 25px 0;
    color: #565a5d;
    font-weight: 600
}

.breaker-2 .content .btn1 {
    background: var(--yellow-clr);
    width: 100%;
    color: var(--dark-clr);
    border: 2px solid var(--yellow-clr);
    padding: 10px;
    border-radius: 10px;
    font-weight: 700
}

.breaker-2 .content .btn2 {
    background: var(--orange-clr);
    font-weight: 700;
    width: 100%;
    color: #fff;
    border: 2px solid var(--orange-clr);
    padding: 10px;
    border-radius: 10px
}

.form-area {
    background: url(../images/home/form-bg.jpg) no-repeat;
    background-size: contain;
    padding-bottom: 0
}

.form-area .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    resize: none
}

.upl {
    position: relative
}

.upl input[type=file] {
    width: 142px;
    height: 40px;
    position: absolute;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.form-area .upload {
    padding: 6px 18px;
    background: var(--dark-clr);
    color: #fff;
    border: 2px solid var(--dark-clr);
    border-radius: 10px;
    cursor: pointer
}

.form-area .icon-up {
    width: 20px;
    height: 20px;
    display: inline-block
}

.form-area .btn2 {
    background: var(--orange-clr);
    color: #fff;
    border: 2px solid var(--orange-clr);
    padding: 8px 80px;
    border-radius: 10px
}

.form-area .first-form {
    margin-top: 30px
}

.form-area .second-form {
    display: flex
}

.form-area .second-form input {
    width: 80%;
    padding: 8px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #ccc
}

.form-area .second-form button {
    width: 20%;
    border-radius: 0 10px 10px 0;
    background: var(--orange-clr);
    color: #fff;
    font-size: 20px;
    border: 1px
}

.bg-dark-form {
    background: #4d5359;
    padding: 30px 0;
    margin: 29px 0 0
}

.bg-dark-form .content {
    height: 100%
}

.bg-dark-form .content h5 {
    margin: 0;
    font-size: 23px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    margin-top: 9px
}

.bg-dark-form .content p {
    margin: 0;
    color: #fff
}

.content-img {
    position: absolute
}

.content-img img {
    border-radius: 10px
}

.content-img .cont-head {
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #e1e1e1
}

.content-img .cont-head h6 {
    margin: 0
}

.content-img .cont-head h4 {
    font-size: 27px;
    font-weight: 800;
    line-height: 1
}

.content-img .btm-cont {
    position: absolute;
    bottom: 5%;
    padding: 0 40px;
    color: #e1e1e1
}

.content-img .btm-cont ul {
    padding: 0;
    margin: 0 0 25px;
    list-style: none
}

.content-img .btm-cont p {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 400
}

.content-img .btm-cont li {
    font-weight: 300;
    font-size: 16px;
    line-height: 2
}

.content-img .btm-cont button {
    font-size: 16px;
    width: 60%;
    line-height: 1;
    padding: 8px;
    margin: 10px 0 0;
    background: var(--yellow-clr);
    color: var(--dark-clr);
    font-size: 18px;
    font-weight: 600;
    border: 2px solid var(--yellow-clr);
    border-radius: 10px
}

.content-img .btm-cont button span {
    font-size: 14px;
    font-weight: 400
}

footer {
    background: url(../images/home/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 0
}

footer ul {
    padding: 0;
    color: #aaadb0;
    list-style: none;
    font-size: 14px;
    margin: 0;
    line-height: 2.5
}

footer .content h4 {
    color: #aaadb0;
    font-weight: 800;
    padding: 0 0 15px;
    margin: 0 0 25px;
    border-bottom: double 4px
}

footer p {
    color: #aaadb0;
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0
}

footer a {
    font-size: 14px;
    color: #aaadb0
}

footer a:hover {
    color: #fff;
    text-decoration: none
}

footer .copyright {
    background: #495057;
    margin-top: 40px
}

footer .copyright .row {
    align-items: center
}

.dropdown-menu {
    width: 100%;
    display: block;
    top: 0;
    background: url(../images/about/mega-bg.jpg) no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(90deg);
    transition: .2s linear
}

.dropdown-menu .col-lg-9 .col-lg-3 {
    padding: 0
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    top: 97%
}

.dropdown-menu .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dropdown-menu .content h6 {
    color: var(--dark-clr);
    margin: 0;
    font-size: 16px
}

.dropdown-menu .content h5 {
    color: var(--dark-clr);
    font-size: 22px;
    font-weight: 600
}

.dropdown-menu .content p {
    color: var(--dark-clr);
    font-size: 14px;
    line-height: 1.2
}

.dropdown-menu .content ul {
    margin: 0;
    list-style: none;
    font-size: 16px;
    padding: 0
}

.dropdown-menu .content ul li:not(:last-child) {
    margin-bottom: 20px
}

.dropdown-menu .content ul li {
    line-height: 1
}

.dropdown-menu a {
    padding: 2px 0 2px 10px
}

.dropdown-menu a::after {
    content: '';
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 20px !important;
    width: 6px !important;
    background: var(--dark-clr) !important;
    opacity: 1 !important;
    transition: .5s
}

.dropdown-menu a {
    color: var(--dark-clr) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: relative !important;
    transition: .2s;
    display: inline-block
}

.dropdown-menu a:hover {
    color: var(--orange-clr) !important
}

.dropdown-menu a:hover::after {
    background: var(--orange-clr) !important
}

.ad-p {
    margin: 0 0 8px
}

.ad-p span {
    color: #aaadb0;
    font-size: 16px;
    margin: 0 0 8px
}

.ad-p .yel {
    font-size: 33px;
    font-weight: 800
}

.add-after {
    position: relative
}

.add-after:after {
    content: '';
    position: absolute;
    background: url(../images/about/line.jpg) no-repeat;
    background-size: contain;
    width: 11px;
    height: 55%;
    top: 40%;
    left: -20px;
    transform: translateY(-50%)
}

.wht-bg {
    background: var(--dark-clr);
    padding: 20px;
    text-align: center;
    border-radius: 0 10px 0 10px;
    position: relative
}

.wht-bg:after,
.wht-bg:before {
    content: '';
    position: absolute;
    top: 50%;
    background: var(--orange-clr);
    width: 8px;
    height: 35%;
    transform: translateY(-50%)
}

.wht-bg:after {
    left: 0
}

.wht-bg::before {
    right: 0
}

.white-p {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 0 0 8px !important
}

.wht-bg button {
    padding: 4px 6px;
    background: var(--yellow-clr);
    color: var(--dark-clr);
    border: 1px solid #f9cd67;
    border-radius: 8px
}

.menu-top.stickyyy {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 10px 0
}

.menu-top.stickyyy .logo {
    transform: scale(.8);
    margin: 5px 0 5px
}

.mobile {
    display: none
}

.tab-section {
    position: relative
}

.tab-section .category-tabs {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 30px -5px #0001;
    z-index: 9;
    width: 58%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

.fw_600 {
    font-weight: 600
}

.side-heading-1 {
    width: 40%;
    padding: 30px;
    display: flex;
    align-items: center
}

.side-tabs-slide {
    width: 60%
}

.mg-b-0 {
    margin: 0
}

.mg-t-10 {
    margin-top: 10px
}

.side-heading-1 h4 {
    font-size: 28px;
    font-weight: 600;
    color: #4d5359;
    margin: 0
}

.tab-section .category-tabs .nav-links {
    width: 166px;
    padding: 30px 18px;
    position: relative;
    transition: .5s;
    height: 100%;
    min-height: 150px;
    display: block;
    color: #221f1f
}

.tab-section .category-tabs .active .nav-links.active {
    box-shadow: 0 0 10px #0003;
    background: #e86233
}

.tab-section .category-tabs .nav-links.active h6 {
    color: #fff !important
}

.tab-section .category-tabs .nav-links.active img {
    filter: brightness(20)
}

.tab-section .category-tabs .nav-links:not(:last-child):before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 70%;
    width: 1px;
    background: #d5dbdd;
    transform: translateY(-50%)
}

.tab-pane .tab-cc {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    left: 0
}

.writers-tabs-area {
    padding: 60px 0 40px
}

.writer {
    position: relative;
    cursor: pointer;
    margin: 0 0 50px 0
}

.writer .content {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    transition: .7s height ease-in-out;
    text-align: center;
    padding: 20px 15px;
    overflow: hidden;
    height: 55px
}

.writer .content h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    color: #000;
    margin: 0 0 20px
}

.writer .content p {
    font-size: 16px;
    line-height: 1.3;
    transition: .5s;
    margin: 0;
    color: #fff
}

.writer.active .content,
.writer:hover .content {
    transition: .5s height ease-in-out;
    height: 157px;
    bottom: -25px;
    background: var(--orange-clr)
}

.writer.active .content h4,
.writer:hover .content h4 {
    color: #fff
}

.writers-detail-area {
    padding: 0 0 60px;
    position: relative
}

.writers-detail-area::before {
    content: '';
    background: var(--orange-clr);
    width: 55%;
    height: 500px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: .5s
}

.writers-detail-area .tabcontent .row {
    height: 521px
}

.writers-detail-area .content-details {
    margin: 60px 0 0
}

.writers-detail-area .content-details h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 600
}

.writers-detail-area .content-details p {
    font-size: 16px;
    line-height: 1.3;
    color: #fff
}

.writers-detail-area .content-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 85%;
    text-align: left;
    color: #fff
}

.writers-detail-area .content-details ul li {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    line-height: 1.3
}

.writers-detail-area .content-details ul li span:first-child {
    font-weight: 600
}

.writers-detail-area .content-details ul li span:last-child {
    display: block;
    width: 49%
}

.writers-detail-area .details {
    margin: 55px 0 0
}

.writers-detail-area .details h5 {
    font-size: 28px;
    font-weight: 600;
    color: #4d5258;
    display: inline-block;
    background: #fff;
    padding: 2px 10px 2px 0;
    position: relative;
    margin: 0 0 25px
}

.writers-detail-area .details h5::before {
    content: '';
    width: 1110px;
    border: 2px solid var(--orange-clr);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1
}

.writers-detail-area .details ul {
    margin: 0 0 50px;
    list-style: none;
    padding: 0;
    width: 83%
}

.writers-detail-area .details ul li {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    color: #4d5258
}

.writers-detail-area .details ul li span:first-child {
    font-weight: 600
}

.writers-detail-area .details ul li span:last-child {
    display: block;
    width: 50%;
    font-weight: 400
}

.writers-detail-area .details ul.another-ul {
    display: flex;
    flex-wrap: wrap
}

.writers-detail-area .details ul.another-ul li {
    width: 25.1%;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 16px;
    font-weight: 500
}

.writers-detail-area .details ul.another-ul li:before {
    content: '';
    background: var(--orange-clr);
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%
}

.mob-amazon {
    display: none;
}

.abr-section .heading {
    margin-bottom: 30px;
}

.abr-section .heading h4 {
    font-size: 40px;
    font-weight: 600;
    color: #4e5359;
    margin: 0 0 5px;
}

.abr-section .heading h4 span {
    color: #e86233;
}

.abr-section .heading p {
    font-size: 16px;
    color: #4d5359;
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
}

.abr-section .content .img {
    height: 50px;
    display: flex;
    align-items: center;
}

.abr-section .content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #4e5359;
    margin: 10px 0 10px;
    padding: 0px 0 12px 0;
    transition: .5s;
    position: relative;
}

.abr-section .content h5:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/home/abrAfter.png) no-repeat;
    background-size: contain;
    width: 53px;
    height: 5px;
}

.abr-section .content p {
    font-size: 14px;
    transition: .5s;
    color: #71757a;
    margin: 0;
}

.abr-section {
    background: url(../images/home/abr.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 30px;
}

.abr-section .content {
    padding: 30px;
    background: #fff;
    border-radius: 20px 0 20px 0;
    box-shadow: 0 0 10px #0002;
    margin: 0 0 30px;
    transition: .5s;
}

.abr-section .content:hover {
    background: var(--orange-clr);
}

.abr-section .content:hover img,
.abr-section .content:hover h5:before {
    filter: brightness(20);
}

.abr-section .content:hover h5,
.abr-section .content:hover p {
    color: #fff;
}

.customContainer {
    margin: 0 360px;
}

.faq {
    padding: 60px 0;
    background: url(../images/home/faq.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.faq .accordionArea {
    padding: 0 0 0 25px;
}

.faq .accordionArea h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.faq .accordionArea h4 span {
    color: var(--orange-clr);
}

.faq .accordionArea #accordion .card {
    border-radius: 12px;
}

.faq .accordionArea #accordion .card:not(:last-child) {
    margin: 0 0 18px;
}

.faq .accordionArea #accordion .card .card-header {
    border: none;
    padding: 12px 22px 0 !important;
    background: #fff;
    border-radius: 17px !important;
    cursor: pointer;
}

.faq .accordionArea #accordion .card .card-header h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #4e5359;
    border-bottom: 1px solid #ededee;
    padding: 0 0 11px;
    position: relative;
}

.faq .accordionArea #accordion .card .card-body {
    padding: 10px 20px 20px;
    font-size: 14px;
    color: #71757a;
    line-height: 1.2;
}

.faq .accordionArea #accordion .card .card-header h5.collapsed:before {
    content: '';
    position: absolute;
    right: 0;
    top: 35%;
    background: url(../images/home/faq-arrow.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(90deg);
    filter: brightness(0);
    transition: .5s;
}

.faq .accordionArea #accordion .card .card-header h5:before {
    content: '';
    position: absolute;
    right: 0;
    top: 35%;
    background: url(../images/home/faq-arrow.png) no-repeat;
    background-size: contain;
    width: 14px;
    height: 8px;
    transform: translateY(-50%) rotate(00deg);
    transition: .5s;
    filter: brightness(1);
}


/*! RESPONSIVE */

@media (max-width:1900px) {
    .banner .slick-next {
        right: 665px;
    }
}

@media (max-width:1892px) {
    .banner .slick-next {
        right: 658px;
    }
}

@media (max-width:1877px) {
    .banner .slick-next {
        right: 654px;
    }
}

@media (max-width:1868px) {
    .banner .slick-next {
        right: 649px;
    }
}

@media (max-width:1848px) {
    .banner .slick-next {
        right: 642px;
    }

    .customContainer {
        margin: 0 320px;
    }
}

@media (max-width:1830px) {
    .banner .slick-next {
        right: 635px;
    }
}

@media (max-width:1813px) {
    .banner .slick-next {
        right: 628px;
    }
}

@media (max-width:1800px) {
    .banner .slick-next {
        right: 625px;
    }

    .abs-img .abs-content .cc2 img {
        width: 260px;
    }
}

@media (max-width:1790px) {
    .banner .slick-next {
        right: 621px;
    }

    .customContainer {
        margin: 0 290px;
    }
}

@media (max-width:1775px) {
    .banner .slick-next {
        right: 615px;
    }
}

@media (max-width:1760px) {
    .banner .slick-next {
        right: 608px;
    }
}

@media (max-width:1740px) {
    .banner .slick-next {
        right: 595px;
    }

    .banner .slick-prev {
        left: 28px;
    }

    .banner .slick-dots li {
        margin: 0 6px 0;
    }

    .customContainer {
        margin: 0 220px;
    }
}

@media (max-width:1726px) {
    .banner .slick-dots li {
        margin: 0 5px 0;
    }

    .banner .slick-next {
        right: 590px;
    }
}

@media (max-width:1706px) {
    .banner .slick-next {
        right: 583px;
    }
}

@media (max-width:1690px) {
    .banner .slick-next {
        right: 576px;
    }
}

@media (max-width:1670px) {
    .banner .slick-next {
        right: 570px;
    }
}

@media (max-width:1655px) {
    .banner .slick-next {
        right: 562px;
    }
}

@media (max-width:1640px) {
    .banner .slick-next {
        right: 557px;
    }
}

@media (max-width:1626px) {
    .banner .slick-next {
        right: 551px;
    }
}

@media (max-width:1610px) {
    .banner .slick-next {
        right: 543px;
    }
}

@media (max-width:1600px) {
    .rel-123:after {
        width: 48.4%
    }

    .abs-img .abs-content .cc2 img {
        width: 260px
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 80%
    }

    .abs-img h6 {
        font-size: 24px;
        margin: 0 0 10px;
        letter-spacing: .3px
    }

    .abs-img p {
        font-size: 14px;
        margin: 15px 0 0
    }

    .abs-img a {
        padding: 8px 30px;
        margin: 15px 0 0 0
    }

    .amazon::before {
        left: 26px;
        top: 30px;
        width: 87px;
        height: 27px
    }

    .fourth-sec {
        background-position: -85px 35px
    }

    .abs-img {
        top: 54%
    }

    .fourth-sec ul li {
        margin: 0 0 15px 0
    }

    .fourth-sec ul li:after {
        height: 12px;
        width: 2px;
        bottom: -19px;
        left: 4%
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 40px 0 25px
    }

    .fourth-sec .side-p {
        width: 74%
    }

    .tab-section .category-tabs {
        width: 70%
    }

    .fifth-sec:after {
        right: -1%
    }
}

@media (max-width:1590px) {
    .banner .slick-next {
        right: 537px;
    }
}

@media (max-width:1580px) {
    .banner .slide-content .b-btn-1 {
        color: #efeeee;
        border-radius: 10px;
        width: 85%;
    }

    .customContainer {
        margin: 0 190px;
    }
}

@media (max-width:1575px) {
    .banner .slick-next {
        right: 531px;
    }
}

@media (max-width:1560px) {
    .banner .slick-next {
        right: 528px;
    }
}

@media (max-width:1550px) {
    .banner .slick-next {
        right: 523px;
    }

    .customContainer {
        margin: 0px 150px;
    }
}

@media (max-width:1540px) {
    .banner .slick-next {
        right: 480px;
    }
}

@media (max-width:1530px) {
    .banner .slick-next {
        right: 514px;
    }
}

@media (max-width:1515px) {
    .banner .slick-next {
        right: 512px;
    }
}

@media (max-width:1507px) {
    .banner .slick-next {
        right: 507px;
    }
}

@media (max-width:1500px) {
    .banner .slick-next {
        right: 502px;
    }
}

@media (max-width:1485px) {
    .banner .slick-next {
        right: 498px;
    }

    .customContainer {
        margin: 0px 120px;
    }
}

@media (max-width:1475px) {
    .banner .slick-next {
        right: 495px;
    }
}

@media (max-width:1465px) {
    .banner .slick-next {
        right: 492px;
    }
}

@media (max-width:1455px) {
    .banner .slick-next {
        right: 488px;
    }

    .abs-img h6 {
        font-size: 20px;
    }

    .abs-img p {
        font-size: 13px;
        margin: 10px 0 0;
    }

    .amazon::before {
        left: 26px;
        top: 26px;
        width: 64px;
        height: 27px;
    }
}

@media (max-width:1445px) {
    .banner .slick-next {
        right: 483px;
    }
}

@media(max-width:1440px) {
    .banner {
        padding: 40px 0
    }

    .customContainer {
        margin: 0px 100px;
    }

    .abs-img {
        top: 54%;
        width: 35%
    }

    .amazon::before {
        left: 31px;
        top: 33px;
        width: 89px;
        height: 27px;
    }

    .fourth-sec {
        background-position: -80px 35px
    }

    .fourth-sec .side-p {
        width: 68%
    }

    .tab-section .category-tabs {
        top: 20px
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 90px 0 25px
    }

    .abs-img .abs-h5 {
        top: 38px;
        left: 48px;
        font-size: 22px
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 85%
    }

    .fourth-sec ul li span {
        font-size: 15px
    }

    .fourth-sec .img-box-45 {
        width: 40px;
        height: 40px
    }

    .abs-img h6 .small {
        font-weight: 600;
        font-size: 14px
    }

    .abs-img a {
        font-size: 14px;
        padding: 8px 25px;
        margin: 10px 0 0 0
    }

    .abs-img .abs-content {
        padding: 0 0 0 21px
    }

    .the-guy::after {
        width: 280px;
        height: 440px;
        transform: translate(-20%, 53%)
    }

    .banner-abs-slider {
        top: 18%;
        width: 42%;
        height: 480px
    }

    .banner .slide-content .b-btn-1 {
        width: 100%
    }

    .banner .slide-content h4 {
        font-size: 30px
    }

    .banner .slide-content h5 {
        font-size: 16px
    }

    .banner .slide-content h6 {
        font-size: 14px;
        margin: 10px 0
    }

    .banner .slide-content p {
        font-size: 14px
    }

    .fourth-sec {
        padding: 60px 0
    }

    .testimonial-slider {
        padding: 60px 0 0
    }

    .breaker-2 .content h4 {
        font-size: 30px
    }

    .breaker-2 .content p {
        font-size: 14px;
        line-height: 1.2;
        margin: 15px 0
    }

    .breaker-2 .content .btn1,
    .breaker-2 .content .btn2 {
        padding: 8px;
        font-size: 14px
    }

    .breaker-2 {
        padding: 110px 0 60px;
        background-size: cover
    }

    .tab-section .category-tabs .nav-links {
        width: 166px;
        padding: 20px 18px;
        min-height: 128px
    }

    .side-heading-1 h4 {
        font-size: 25px
    }

    .breaker-2 .content {
        height: 220px
    }

    .first-sec .content .inner-mg p {
        font-size: 18px
    }

    .first-sec .content .inner-mg h4 {
        line-height: 1.1
    }

    .second-sec .head-c {
        padding: 60px 0 0
    }

    .fifth-sec:after {
        right: -7%;
        width: 540px
    }

    .rel-123:after {
        width: 47.3%;
        right: 19.4px
    }

    .banner .slick-next,
    .banner .slick-prev {
        top: 430px
    }

    .banner .slick-next {
        right: 470px
    }

    .banner .slick-prev {
        left: 24px
    }

    .side-heading-1 {
        width: 36%
    }

    .side-tabs-slide {
        width: 64%
    }
}

@media(max-width:1428px) {
    .banner .slick-dots {
        width: 10.4%;
    }
}

@media (max-width:1410px) {
    .banner .slick-next {
        right: 464px;
    }

    .amazon::before {
        width: 82px;
    }
}

@media (max-width:1390px) {
    .banner .slick-next {
        right: 457px;
    }
}

@media (max-width:1380px) {
    .banner .slick-next {
        right: 452px;
    }
}

@media(max-width:1375px) {
    .tab-section .category-tabs {
        width: 74%
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 100px 0 25px
    }

    .banner-abs-slider {
        height: 460px
    }

    .abs-img .abs-content .cc2 img {
        width: 240px
    }

    .abs-img .abs-h5 {
        top: 34px;
        left: 42px;
        font-size: 20px
    }

    .abs-img h6 {
        font-size: 22px
    }

    .abs-img h6 .small {
        font-weight: 600;
        font-size: 12px
    }

    .abs-img a {
        font-weight: 600;
        font-size: 13px;
        padding: 7px 23px;
        margin: 10px 0 0 0
    }

    .first-sec .right-pad-top {
        padding-top: 8em
    }

    .fourth-sec {
        padding: 60px 0
    }

    .abs-img {
        top: 54%;
        width: 34%
    }

    .amazon::before {
        left: 26px;
        top: 30px;
        width: 80px;
        height: 27px
    }

    .abs-img p {
        font-size: 14px;
        margin: 15px 0 0;
        line-height: 1.1
    }

    .fourth-sec ul li span {
        font-size: 16px
    }

    .fourth-sec ul li {
        margin: 0 0 10px 0
    }

    .fourth-sec .img-box-45 {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin: 0 10px 0 0
    }

    .fifth-sec:after {
        right: -9%;
        width: 535px;
        height: 315px
    }

    .banner .slick-next,
    .banner .slick-prev {
        top: 410px
    }

    .banner .slick-next {
        right: 446px;
    }

    .banner .slick-prev {
        left: 20px
    }
}

@media(max-width:1373px) {
    .banner .slick-dots {
        width: 10.5%;
    }
}

@media(max-width:1360px) {
    .first-sec .content .inner-mg {
        padding: 20px 25px 0
    }

    .fourth-sec ul li:after {
        height: 10px;
        width: 2px;
        bottom: -13px;
        left: 4%
    }

    .first-sec .content .inner-mg h4 {
        font-size: 25px;
        line-height: 1
    }

    .first-sec .content .inner-mg p {
        font-size: 16px;
        padding: 0 0 10px
    }

    .first-sec .right-pad-top {
        padding-top: 6em
    }

    .second-sec .translate {
        transform: translateY(18%)
    }

    .fifth-sec:after {
        right: -10%
    }

    .rel-123:after {
        width: 47%;
        right: 20.6px
    }

    .banner .slick-next,
    .banner .slick-prev {
        top: 410px
    }

    .banner .slick-next {
        right: 440px
    }

    .banner .slick-prev {
        left: 25px
    }

    .banner .slick-dots {
        width: 11.1%;
    }
}

@media (max-width:1345px) {
    .banner .slick-next {
        right: 438px;
    }

    .customContainer {
        margin: 0px 50px;
    }
}

@media(max-width:1336px) {
    .fifth-sec:after {
        right: -11%
    }

    .banner .slick-next {
        right: 430px
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 92%
    }

    .tab-section .category-tabs {
        width: 75%
    }
}

@media(max-width:1315px) {
    .banner .slick-next {
        right: 426px;
    }

    .abs-img .abs-content .cc2 img {
        width: 230px;
    }
}

@media(max-width:1295px) {
    .banner .slick-next {
        right: 418px;
    }
}

@media(max-width:1286px) {
    .banner .slick-dots {
        width: 12.3%;
    }

    .banner .slick-dots li {
        margin: 0 6px 0;
    }

    .banner .slick-next {
        right: 408px;
    }
}

@media(max-width:1280px) {
    .abr-section .heading h4 {
        font-size: 35px;
    }

    .breaker-2 {
        background-position: -45px 0
    }

    .side-heading-1 {
        width: 35%
    }

    .side-tabs-slide {
        width: 65%
    }

    .side-heading-1 h4 {
        font-size: 24px
    }

    .tab-section .category-tabs .nav-links {
        width: 150px;
        padding: 20px 13px;
        min-height: 128px
    }

    .banner .b-btn-1 {
        margin: 0 0 15px
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 130px 0 30px
    }

    .fourth-sec ul li span {
        font-size: 14px
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 88%
    }

    .fourth-sec {
        background-position: -94px 50px
    }

    .abs-img .abs-h5 {
        top: 32px;
        left: 40px;
        font-size: 19px
    }

    .abs-img a {
        color: #fff;
        font-weight: 600;
        font-size: 11px
    }

    .abs-img .abs-content .cc2 img {
        width: 225px
    }

    .fourth-sec .side-p {
        width: 67%
    }

    .abs-img {
        width: 35%
    }

    .banner-abs-slider {
        width: 43%
    }

    .the-guy::after {
        transform: translate(-27%, 52%)
    }

    .fifth-sec:after {
        right: -172px
    }

    .banner .slick-next {
        right: 422px
    }

    .rel-123:after {
        width: 47%;
        right: 24.9px
    }
}

@media(max-width:1275px) {
    .banner .slick-next {
        right: 417px;
    }
}

@media(max-width:1270px) {
    .banner .slick-next {
        right: 413px;
    }
}

@media(max-width:1255px) {
    .banner .slick-next {
        right: 406px;
    }
}

@media(max-width:1247px) {
    .banner .slick-dots {
        width: 12.4%;
    }

    .banner .slick-next {
        right: 405px;
    }
}

@media(max-width:1237px) {
    .banner .slick-dots {
        width: 12.5%;
    }

    .banner .slick-next {
        right: 400px;
    }

    .abs-img .abs-content .cc2 img {
        width: 215px;
    }

    .faq .accordionArea h4 {
        font-size: 35px;
    }
}

@media(max-width:1227px) {
    .banner .slick-dots {
        width: 14%;
    }

    .banner .slick-next {
        right: 385px;
    }
}

@media(max-width:1200px) {
    .banner .slick-next {
        right: 379px;
    }

    .abs-img .abs-content .cc2 img {
        width: 210px;
    }

    .abs-img h6 {
        font-size: 20px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 83%;
    }

    .amazon::before {
        left: 26px;
        top: 28px;
        width: 70px;
        height: 27px;
    }
}

@media(max-width:1199px) {
    .abr-section .content {
        padding: 25px;
    }

    header .nav a:after {
        top: -19px;
    }

    .writers-detail-area .details h5::before {
        width: 940px
    }

    .writers-detail-area .content-details ul {
        width: 60%
    }

    .writers-detail-area .content-details p {
        font-size: 15px
    }

    .writers-detail-area .content-details h4 {
        font-size: 26px
    }

    .writers-detail-area::before {
        width: 57%;
        top: 30px
    }

    .writer .content p {
        font-size: 14px;
        line-height: 1.2
    }

    .writer.active .content,
    .writer:hover .content {
        height: 136px
    }

    .writer .content {
        padding: 20px 5px
    }

    .dropdown-menu a {
        font-size: 12.5px !important
    }

    .dropdown-menu a::after {
        height: 18px !important;
        width: 4px !important
    }

    .dropdown-menu .content ul li:not(:last-child) {
        margin-bottom: 15px
    }

    .tab-section .category-tabs {
        width: 60%
    }

    .banner ul {
        line-height: 2.2;
        font-size: 13px
    }

    .side-heading-1 h4 {
        font-size: 22px
    }

    .side-heading-1 h4 br {
        display: none
    }

    .side-heading-1 {
        width: 35%;
        padding: 0 20px
    }

    .abs-img {
        width: 32%;
        top: 60%
    }

    .fourth-sec .side-p {
        width: 70%;
        margin: 0 0 20px
    }

    .abs-img .abs-content .cc2 img {
        width: 180px
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 40px 0 25px
    }

    .abs-img .abs-h5 {
        top: 26px;
        left: 35px;
        font-size: 18px
    }

    .abs-img h6 {
        left: 0;
        padding: 0;
        font-size: 18px
    }

    .abs-img h6 .small {
        font-weight: 600;
        font-size: 11px
    }

    .abs-img a {
        font-size: 12px
    }

    .amazon::before {
        left: 24px;
        top: 26px;
        width: 70px;
        height: 27px;
    }

    .abs-img p {
        font-size: 12px;
        margin: 10px 0 0;
        line-height: 1
    }

    .dropdown-menu .content h5 {
        color: var(--dark-clr);
        font-size: 18px;
        font-weight: 600
    }

    .dropdown-menu .content p {
        color: var(--dark-clr);
        font-size: 13px;
        line-height: 1.2
    }

    .fourth-sec ul li:after {
        left: 5%
    }

    header .nav a {
        font-size: 14px
    }

    .banner h1 {
        font-size: 20px
    }

    .banner h6 {
        font-size: 14px
    }

    .first-sec .content .inner-mg1 {
        margin: 0 34px;
        padding: 10px 0;
        background: #e1e1e1;
        width: 345px;
        text-align: center
    }

    .banner .col-lg-6 {
        padding-right: 0
    }

    .the-guy::after {
        width: 240px;
        height: 375px;
        transform: translate(-35%, 59%)
    }

    .banner-abs-slider {
        height: 450px;
        width: 45%
    }

    .first-sec .content .inner-mg {
        padding: 20px 17px 0;
        margin: 0 32px;
        width: 77.4%
    }

    .first-sec .right-pad-top h6 {
        font-size: 13px
    }

    .first-sec .right-pad-top h5 {
        font-size: 18px
    }

    .first-sec .right-pad-top p {
        font-size: 14px;
        line-height: 1.2
    }

    .img-box-50 {
        width: 40px;
        height: 40px;
        display: inline-block
    }

    .second-sec p {
        font-size: 14px;
        line-height: 1.1
    }

    .second-sec ul {
        font-size: 14px
    }

    .second-sec .second-design {
        padding-top: 60px;
        padding-bottom: 40px
    }

    .second-sec .second-design h4 span {
        font-size: 18px;
        font-weight: 600;
        color: var(--orange-clr)
    }

    .second-sec .second-design h4 {
        font-size: 16px
    }

    .second-sec .second-design h5 {
        font-size: 15px
    }

    .second-sec .second-design button {
        padding: 5px 18px;
        font-size: 14px
    }

    .second-sec .head-con h4 span {
        font-size: 13px
    }

    .third-sec .content-inner p {
        font-size: 13px
    }

    .fourth-sec {
        padding: 45px 0;
        background-position: -74px 60px
    }

    .breaker-2 {
        background-position: 55%
    }

    .breaker-2 .content h4 {
        font-size: 22px
    }

    .breaker-2 .content p {
        font-size: 14px;
        line-height: 1.2;
        margin: 10px 0
    }

    .breaker-2 .content {
        height: 200px
    }

    .form-area p {
        font-size: 14px
    }

    .bg-dark-form .content h5 {
        font-size: 18px
    }

    .form-area .form-control {
        padding: 4px 12px;
        margin: 0 0 15px
    }

    .form-area {
        padding: 40px 0 0
    }

    .content-img .cont-head h4 {
        font-size: 23px
    }

    .content-img .btm-cont {
        padding: 0 65px
    }

    .content-img .btm-cont li {
        font-size: 13px
    }

    .form-area .upload {
        font-size: 14px
    }

    .form-area .btn2 {
        padding: 6px 80px
    }

    .form-area .first-form {
        margin-top: 15px
    }

    .bg-dark-form {
        margin: 20px 0 0
    }

    .fifth-sec .testimonial-slider p {
        width: 75%;
        font-size: 14px;
        line-height: 1.5
    }

    footer ul {
        line-height: 2.2
    }

    footer .content h4 {
        padding: 0 0 15px;
        margin: 0 0 25px;
        font-size: 20px
    }

    footer p {
        font-size: 12px
    }

    .fifth-sec:after {
        right: -105px;
        width: 450px;
        height: 290px
    }

    .banner .slick-next,
    .banner .slick-prev {
        top: 400px
    }

    .banner .slick-next {
        right: 397px;
    }

    .rel-123:after {
        width: 47%;
        right: 23.3px
    }
}

@media(max-width:1180px) {
    .banner .slick-next {
        right: 392px;
    }
}

@media(max-width:1165px) {
    .banner .slick-next {
        right: 385px;
    }
}

@media (max-width:1152px) {
    .abs-img .abs-content .cc2 img {
        width: 166px;
    }
}

@media(max-width:1145px) {
    .banner .slick-next {
        right: 375px;
    }
}

@media(max-width:1120px) {
    .banner .slick-next {
        right: 370px;
    }
}

@media(max-width:1115px) {
    .banner .slick-next {
        right: 366px;
    }
}

@media (max-width:1100px) {

    .banner .slick-next,
    .banner .slick-prev {
        display: none !important;
    }

    .amazon::before {
        left: 24px;
        top: 25px;
        width: 60px;
        height: 27px;
    }
}

@media (max-width:1080px) {
    .book-cover .slick-next {
        right: -20px;
    }

    .book-cover .slick-prev {
        left: -40px;
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 60px 0 36px;
    }
}

@media (max-width:1050px) {
    .banner .slick-dots {
        bottom: 20px;
    }

    .banner .slick-dots {
        width: 18%;
    }

    .amazon::before {
        left: 18px;
        top: 21px;
        width: 53px;
        height: 27px;
    }

    .abs-img h6 {
        left: 0;
        padding: 0;
        font-size: 15px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 78%;
    }

    .abs-img .abs-content .cc2 img {
        width: 145px;
    }

    .abs-img p {
        line-height: 1.1;
    }
}

@media (max-width:1025px) {
    .banner .slide-content .b-btn-1 {
        font-size: 14px;
    }

    .banner-abs-slider {
        height: 450px;
        width: 50%;
    }

    .the-guy::after {
        width: 215px;
        height: 336px;
        transform: translate(-53%, 66%);
    }
}

@media(max-width:1024px) {
    .writers-detail-area::before {
        width: 57.5%
    }

    .tab-section .category-tabs .nav-links h6 {
        font-size: 13px
    }

    .tab-section .category-tabs .nav-links {
        width: 133px;
        padding: 22px 13px 0;
        min-height: 122px
    }

    .side-heading-1 h4 {
        font-size: 20px
    }

    .abs-img {
        width: 38%
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 120px 0 35px
    }

    .banner-abs-slider {
        height: 410px;
        width: 50%;
        top: 25%;
    }

    .fourth-sec .side-p {
        width: 62%
    }

    .abs-img .abs-h5 {
        top: 25px;
        left: 32px;
        font-size: 16px
    }

    .fourth-sec button {
        width: 80% !important;
        font-size: 14px
    }

    .abs-img .abs-content .cc2 img {
        width: 190px
    }

    .fourth-sec .img-box-45 {
        width: 30px;
        height: 30px;
        margin: 0 6px 0 0
    }

    .fourth-sec h5 span {
        font-size: 12px;
        font-weight: 600
    }

    .fourth-sec h5 {
        font-size: 12px;
        color: #7c8185
    }

    .book-cover .slick-next {
        right: 40px;
        top: -100px
    }

    .book-cover .slick-prev {
        right: 100px;
        left: unset;
        top: -100px
    }

    .amazon::before {
        left: 20px;
        top: 25px;
        width: 77px;
        height: 27px
    }

    .fourth-sec .p-fr {
        color: #7c8185;
        font-size: 12px;
        line-height: 1.3;
        font-weight: 400
    }

    .fourth-sec ul li span {
        font-size: 11px
    }

    .banner .slick-next {
        right: 330px
    }

    .banner .slick-dots {
        width: 14%;
        bottom: 20px
    }

    .banner .slick-next,
    .banner .slick-prev {
        top: 380px
    }

    .fifth-sec:after {
        right: -161px;
        width: 450px
    }

    .fifth-sec .slick-next:before,
    .fifth-sec .slick-prev:before {
        font-family: slick;
        font-size: 35px;
        line-height: 1;
        opacity: .75;
        color: #6d6f6e;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .fifth-sec .slick-next {
        right: -20px
    }

    .fifth-sec .slick-prev {
        left: -30px
    }
}

@media(max-width:991px) {
    .faq .accordionArea h4 {
        font-size: 30px;
    }

    .faq .accordionArea #accordion .card .card-header h5 {
        font-size: 16px;
    }

    .abr-section .heading p {
        font-size: 15px;
    }

    .abr-section .heading h4 {
        font-size: 30px;
    }

    .dropdown-menu .content.wht-bg {
        display: none;
    }

    /* .nav-area .col-lg-9 {
        display: none;
    }
    .nav-area .row {
        justify-content: space-between;
    }
    .nav-area .menu-toggle2 {
        text-align: end;
        width: 40px;
        height: 40px;
        background: wheat;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border: 1px solid #e15f2d;
        float: right;
    } */
    .banner .mobile-on {
        display: none;
    }

    .abs-img {
        width: 33%;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 70%;
    }

    .writers-detail-area .details h5::before {
        width: 690px
    }

    .writers-detail-area .content-details ul {
        width: 80%
    }

    .writers-detail-area .content-details p {
        font-size: 14px
    }

    .writers-detail-area::before {
        width: 58%
    }

    .writers-detail-area .content-details ul li {
        font-size: 14px
    }

    .side-heading-1 {
        width: 44%;
        padding: 0 20px
    }

    .side-tabs-slide {
        width: 56%
    }

    .first-sec .content .inner-mg {
        margin: 0 23px
    }

    .abs-img .abs-content .cc2 img {
        width: 140px
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 15px 0 0;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 80%
    }

    .abs-img p {
        font-size: 12px;
        margin: 7px 0 0;
        line-height: 1.2;
    }

    .abs-img h6 {
        font-size: 15px;
    }

    .amazon::before {
        left: 16px;
        top: 23px;
        width: 65px;
        height: 27px;
        image-rendering: pixelated;
    }

    header .nav a {
        font-size: 11px
    }

    .fifth-sec .slick-next:before,
    .fifth-sec .slick-prev:before {
        font-family: slick;
        font-size: 25px;
        line-height: 1;
        opacity: .75;
        color: #6d6f6e;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .fifth-sec .slick-next {
        right: -28px
    }

    .fifth-sec .slick-prev {
        left: -10px
    }

    .first-sec .content .inner-mg1 {
        margin: 0 23px;
        width: 77.5%
    }

    .first-sec .right-pad-top h5 {
        font-size: 12px
    }

    .first-sec .right-pad-top h6 {
        font-size: 9px
    }

    .first-sec .right-pad-top p {
        font-size: 12px;
        line-height: 1.2
    }

    .first-sec .head-c {
        margin: 0 0 15px;
        padding: 0 0 15px
    }

    .first-sec {
        padding: 0 0 25px 0;
    }

    .side-heading {
        font-size: 20px
    }

    .second-sec p {
        font-size: 12px;
        line-height: 1.1
    }

    .second-sec ul {
        font-size: 11px
    }

    .second-sec .fx button {
        padding: 6px 10px;
        border-radius: 10px;
        font-size: 12px
    }

    .second-sec .second-design h4 {
        font-size: 14px
    }

    .third-sec .content-inner {
        min-height: 220px
    }

    .second-sec .second-design h4 span {
        font-size: 16px;
        font-weight: 600;
        color: var(--orange-clr)
    }

    .second-sec .second-design {
        padding-top: 37px;
        padding-bottom: 25px
    }

    .tab-15 {
        padding: 15px 0 15px
    }

    .img-box-50 {
        width: 35px;
        height: 35px;
        display: inline-block
    }

    .first-sec .content .inner-mg h4 {
        font-size: 22px;
        line-height: 1
    }

    .first-sec .content .inner-mg p {
        font-size: 14px;
        padding: 0 0 10px
    }

    .tab-none {
        display: none
    }

    .banner .slide-content {
        position: relative;
        top: 40px;
        left: 40px;
    }

    .banner-abs-slider {
        height: 380px;
        width: 47%;
        top: 20%;
    }

    .banner .slide-content h5 {
        font-size: 15px
    }

    .banner .slide-content h4 {
        font-size: 22px
    }

    .banner .slide-content h6 {
        font-size: 13px;
        margin: 10px 0;
        line-height: 1.2;
    }

    .banner .slide-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .banner .slide-content .b-btn-1 {
        font-size: 12px;
        width: 100%
    }

    .banner ul {
        line-height: 2;
        font-size: 12px
    }

    .breaker h4 {
        font-size: 25px
    }

    .breaker p {
        color: #fff;
        font-size: 14px
    }

    .breaker button {
        padding: 6px 24px;
        font-size: 14px
    }

    .third-sec .content-inner p {
        font-size: 12px;
        line-height: 1
    }

    .third-sec .content-inner {
        padding: 12px
    }

    .third-sec .content-inner h5 {
        font-size: 16px
    }

    .third-sec p {
        margin: 0 0 20px;
        font-size: 14px
    }

    .third-sec h4 {
        font-size: 25px;
        margin: 0 0 10px;
        padding: 0 0 10px
    }

    .fourth-sec ul li span {
        font-weight: 600;
        font-size: 11px;
    }

    .fourth-sec .p-fr {
        font-size: 12px;
        margin: 0 0 6px;
        line-height: 1.2;
    }

    .fourth-sec .img-box-45 {
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 0 5px 0 0;
    }

    .fourth-sec h5 {
        font-size: 14px;
    }

    .fourth-sec h5 span {
        font-size: 14px;
    }

    .fourth-sec button {
        padding: 6px;
        font-size: 14px;
    }

    .abs-img .abs-h5 {
        top: 20px;
        left: 22px;
        font-size: 12px
    }

    .abs-img h6 .small {
        font-weight: 600;
        font-size: 9px
    }

    .abs-img a {
        font-size: 9px
    }

    .fourth-sec {
        padding: 60px 0;
        background-position: -58px 48px;
    }

    .fourth-sec .side-p {
        margin: 0 0 20px;
        font-size: 12px
    }

    .fifth-sec .testimonial-slider p {
        width: 65%;
        font-size: 13px;
        line-height: 1.3
    }

    .testimonial-slider h4 {
        font-size: 18px
    }

    .testimonial-slider h6 {
        font-size: 12px
    }

    .sixth-sec .content-inner {
        margin: -20px 20px 0
    }

    .sixth-sec .content-inner h4 {
        font-size: 18px
    }

    .sixth-sec .content-inner h4 span {
        font-size: 12px
    }

    .sixth-sec .content-inner p {
        font-size: 12px;
        line-height: 1.2
    }

    .sixth-sec {
        padding: 40px 0
    }

    .breaker-2 {
        padding: 90px 0 30px;
        background-position: 55%
    }

    .side-heading-1 h4 {
        font-size: 18px
    }

    .breaker-2 .content {
        height: 185px
    }

    .breaker-2 .content h4 {
        font-size: 16px
    }

    .breaker-2 .content p {
        font-size: 11px;
        line-height: 1.1;
        margin: 10px 0
    }

    .breaker-2 .content .btn1,
    .breaker-2 .content .btn2 {
        padding: 6px;
        font-size: 12px
    }

    .content-img .cont-head h6 {
        margin: 0;
        font-size: 12px
    }

    .content-img .cont-head h4 {
        font-size: 18px
    }

    .content-img .btm-cont {
        padding: 0 30px
    }

    .content-img .btm-cont p {
        font-size: 11px;
        line-height: 1.1;
        font-weight: 600
    }

    .content-img .btm-cont li {
        font-size: 9px;
        line-height: 1.8;
        font-weight: 400
    }

    .content-img .btm-cont button {
        padding: 5px;
        font-size: 16px
    }

    .content-img .btm-cont button span {
        font-size: 11px;
        font-weight: 400
    }

    footer p {
        font-size: 9px;
        margin: 15px 0
    }

    footer .copyright {
        margin-top: 10px
    }

    header .top-bar .content p:not(:last-child) {
        margin: 0 10px 0 0
    }

    header .top-bar .content p {
        font-size: 12px
    }

    .banner .slick-next,
    .banner .slick-prev {
        top: 282px
    }

    .banner .slick-next {
        right: 225px
    }

    .banner .slick-dots {
        width: 16%;
        bottom: 20px
    }

    .rel-123:after {
        width: 51%;
        right: -3px;
        height: 57px;
        bottom: -67px
    }

    .fifth-sec:after {
        right: -136px;
        width: 350px;
        height: 310px
    }
}

@media (max-width:935px) {
    .abs-img .abs-content .cc2 img {
        width: 130px;
    }

    .abs-img .abs-content {
        padding: 0 0 0 15px;
    }

    .abs-img p {
        font-size: 11px;
        line-height: 1.2;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 75%;
    }

    .amazon::before {
        left: 20px;
        top: 23px;
        width: 55px;
        height: 27px;
        image-rendering: pixelated;
    }

    .abs-img h6 {
        font-size: 14px;
    }

    .fourth-sec {
        padding: 40px 0;
    }
}

@media (max-width:896px) {
    .abs-img p {
        font-size: 10px;
        line-height: 1.2;
    }

    .amazon::before {
        left: 20px;
        top: 20px;
        width: 49px;
        height: 27px;
        image-rendering: pixelated;
    }
}

@media(max-width:877px) {
    .banner .slick-dots {
        width: 18%;
    }

    .abs-img {
        width: 33.5%;
        top: 63%;
    }

    .fourth-sec {
        padding: 30px 0;
    }

    .fourth-sec h5 {
        font-size: 12px;
    }

    .fourth-sec h5 span {
        font-size: 12px;
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 27px 0 0;
    }

    .faq .accordionArea h4 {
        font-size: 25px;
    }

    .faq .accordionArea {
        padding: 0 0 0 0;
    }
}

@media (max-width:845px) {
    .abs-img .abs-content .cc2 img {
        width: 125px;
    }
}

@media (max-width:833px) {
    .abs-img .abs-content .cc2 img {
        width: 120px;
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0 45px 0 0;
    }

    .fourth-sec ul li span {
        font-weight: 600;
        font-size: 10px;
    }

    .fourth-sec .p-fr {
        font-size: 11px;
        margin: 0 0 6px;
        line-height: 1.3;
    }

    .fourth-sec {
        background-position: -78px 48px;
    }
}

@media (max-width:815px) {
    .abs-img .abs-content .cc2 img {
        width: 110px;
    }

    .abs-img h6 {
        font-size: 12px;
        margin: 0 0 6px;
    }

    .abs-img .fr-bg {
        height: 228px;
    }
}

@media(max-width:780px) {
    .banner .slide-content p {
        font-size: 12px;
        line-height: 1.3;
    }

    .banner .slide-content h6 {
        font-size: 12px;
        margin: 8px 0;
        line-height: 1.2;
    }

    .banner .slick-dots {
        width: 20%;
    }
}

@media (min-width: 0px) and (max-width: 800px) {

    .banner .slick-dots {
        width: 40% !important;
        margin-left: -50px !important;
    }
}

@media(max-width:767px) {
    .faq {
        padding: 60px 0;
        background-position: right;
    }

    .faq .col-md-5 {
        display: none;
    }

    .abr-section .content {
        padding: 15px;
    }

    .abr-section .content p {
        font-size: 14px;
    }

    .abr-section .content h5 {
        font-size: 18px;
        margin: 6px 0 6px;
        padding: 0px 0 9px 0;
    }

    .abr-section .heading p {
        font-size: 14px;
    }

    .abr-section .heading p br {
        display: none;
    }

    .banner .mobile-on {
        display: block;
    }

    .srv-d-mt {
        margin-top: 15px;
    }

    .banner-abs-slider {
        height: 380px;
        width: 47%;
        top: 65%;
    }

    .the-guy::after {
        width: 164px;
        height: 255px;
        transform: translate(-3%, 25%);
    }

    .first-sec .content .inner-mg1 a {
        font-size: 11px;
    }

    .first-sec .content .inner-mg {
        margin: 0 17px;
    }

    .first-sec .content .inner-mg h4 {
        font-size: 18px;
    }

    .first-sec .content .inner-mg p {
        font-size: 12px;
    }

    .first-sec .right-pad-top {
        padding-top: 2em;
    }

    .nav-area .row {
        justify-content: center;
    }

    .second-sec {
        background: url(../images/home/second-bg.png) no-repeat;
        background-size: 180% 55%;
        padding: 0 0 40px;
    }

    .second-sec .translate {
        transform: translateY(0%);
    }

    .fourth-sec {
        background-position: -300px 48px;
    }

    .abs-img .abs-content .cc2 img {
        width: 130px;
    }

    .abs-img {
        width: 38%;
        top: 63%;
    }

    .abs-img h6 {
        font-size: 14px;
        margin: 0 0 6px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 80%;
    }

    .abs-img p {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }

    .abs-img a {
        font-size: 12px;
    }

    .abs-img .fr-bg {
        height: 260px;
    }

    .fourth-sec ul li span {
        font-weight: 600;
        font-size: 12px;
    }

    .fourth-sec .p-fr {
        font-size: 13px;
        margin: 0 0 10px;
        line-height: 1.3;
    }

    .fourth-sec h5 {
        font-size: 14px;
    }

    .fourth-sec h5 span {
        font-size: 13px;
    }

    .third-sec .content-inner {
        min-height: 175px;
        margin: 0 0 30px;
    }

    .third-sec {
        padding-bottom: 10px !important;
    }

    .fifth-sec:after {
        right: -208px;
        width: 580px;
        height: 260px;
    }

    .sixth-sec .col-lg-4 {
        margin-bottom: 30px;
    }

    .sixth-sec {
        padding: 40px 0 10px;
    }

    .book-cover .slick-next:before,
    .book-cover .slick-prev:before {
        font-size: 26px;
    }

    .book-cover .slick-prev {
        right: 74px;
        left: unset;
        top: -70px;
    }

    .book-cover .slick-next {
        right: 26px;
        top: -70px;
    }

    .tab-section .category-tabs {
        width: 68%;
    }

    .tab-section .category-tabs .nav-links {
        width: 146px;
        padding: 22px 13px 0;
        min-height: 122px;
    }

    .breaker-2 {
        background-position: 48%;
    }

    .form-area .content-img {
        display: none;
    }

    footer .content h4 {
        padding: 0 0 9px;
        margin: 15px 0 12px;
        font-size: 18px;
    }

    footer p {
        font-size: 13px;
        margin: 8px 0 10px;
    }

    .copyright .row {
        justify-content: center;
    }

    .copyright p {
        text-align: center;
    }

    header nav {
        margin: 12px 0 0;
    }

    header .nav a:after {
        top: -13px;
        height: 4px;
    }
}

@media (max-width:760px) {
    .fifth-sec:after {
        right: -211px;
        width: 580px;
        height: 260px;
    }
}

@media (max-width:750px) {
    .fifth-sec:after {
        right: -217px;
        width: 580px;
        height: 260px;
    }
}

@media (max-width:740px) {
    .fifth-sec:after {
        right: -221px;
        width: 580px;
        height: 260px;
    }
}

@media (max-width:740px) {
    .fifth-sec:after {
        right: -232px;
        width: 585px;
        height: 260px;
    }
}

@media (max-width:740px) {
    .fifth-sec:after {
        right: -236px;
        width: 585px;
        height: 260px;
    }
}

@media (max-width:710px) {
    .amazon::before {
        left: 17px;
        top: 21px;
        width: 54px;
        height: 15px;
        image-rendering: pixelated;
    }

    .abs-img a {
        font-size: 10px;
    }

    .abs-img .fr-bg {
        height: 270px;
    }

    .abs-img .abs-content .cc2 img {
        width: 110px;
    }

    .fifth-sec:after {
        right: -246px;
        width: 590px;
        height: 260px;
    }

    .fifth-sec:after {
        right: 0;
        width: 100%;
        transform: translateX(0);
    }
}

@media (max-width:702px) {
    .banner .slick-dots {
        width: 30%;
    }

    .tab-section .category-tabs .nav-links {
        width: 130px;
    }
}

@media (max-width:690px) {
    .amazon::before {
        left: 17px;
        top: 20px;
        width: 47px;
        height: 15px;
        image-rendering: pixelated;
    }
}

@media (max-width:670px) {
    .amazon::before {
        left: 14px;
        top: 17px;
        width: 47px;
        height: 15px;
        image-rendering: pixelated;
    }
}

@media (max-width:650px) {
    .abs-img h6 {
        font-size: 13px;
        margin: 0 0 6px;
    }

    .abs-img p {
        font-size: 11.5px;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }
}

@media (max-width:630px) {
    .the-guy::after {
        width: 164px;
        height: 255px;
        transform: translate(-20%, 25%);
    }

    .amazon::before {
        left: 12px;
        top: 15px;
        width: 41px;
        height: 15px;
        image-rendering: pixelated;
    }

    .abs-img a {
        font-size: 10px;
        padding: 7px 20px;
    }

    .tab-section .category-tabs .nav-links {
        width: 120px;
        min-height: 112px;
    }

    .tab-section .category-tabs .nav-links h6 {
        font-size: 12px;
    }

    .breaker-2 {
        background-position: 52%;
    }
}

@media (max-width:610px) {
    .abs-img .abs-content .cc2 img {
        width: 90px;
    }

    .amazon::before {
        left: 12px;
        top: 17px;
        width: 50px;
        height: 15px;
        image-rendering: pixelated;
    }
}

@media(max-width:580px) {

    /* .abs-img .abs-content .cc2 {
        display: none;
    } */
    .abs-img .abs-content .cc2 img {
        width: 70px;
    }

    .abs-img .fr-bg {
        height: 270px;
        object-fit: cover;
        object-position: -40px 0;
        border-radius: 12px 0 0 12px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 85%;
    }

    .amazon::before {
        left: 13px;
        top: 20px;
        width: 63px;
        height: 15px;
        image-rendering: pixelated;
    }

    .tab-section .category-tabs {
        width: 70%;
    }
}

@media(max-width:575px) {
    .customContainer {
        margin: 0px 15px;
    }

    .banner {
        padding: 40px 0 50px;
    }

    header .logo img {
        width: 100%;
        transform: scale(1);
    }

    .writers-detail-area .details h5::before {
        width: 380px
    }

    .writers-detail-area::before {
        width: 100%;
        top: 140px
    }

    .writers-detail-area .content-details {
        margin: 20px 0 0
    }

    .writers-detail-area::before {
        width: 100%;
        top: 140px;
        height: 560px
    }

    .writers-detail-area .details ul {
        width: 100%;
        margin: 0 0 25px
    }

    .writers-detail-area .details ul li span:last-child {
        width: 30%
    }

    .writers-detail-area .details ul li {
        font-size: 15px
    }

    .writers-detail-area .details h5 {
        font-size: 24px;
        margin: 0 0 20px
    }

    .writers-detail-area .details ul.another-ul li {
        width: 50%;
        font-size: 14px
    }

    .writer .content {
        height: 50px;
        padding: 15px
    }

    .writer .content h4 {
        font-size: 16px
    }

    .writer.active .content,
    .writer:hover .content {
        height: 50px
    }

    .tab-section .category-tabs {
        width: 100%;
        border-radius: 0;
        top: -33px
    }

    .pixel {
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: auto;
        -ms-interpolation-mode: nearest-neighbor
    }

    .third-sec .content-inner p {
        font-size: 16px;
        line-height: 1
    }

    .abs-img a {
        color: #fff;
        font-weight: 600;
        font-size: 16px
    }

    .fourth-sec .col-lg-6 .content {
        padding: 0
    }

    .fourth-sec button {
        padding: 10px;
        font-size: 16px
    }

    .amazon::before {
        display: none;
    }

    .abs-img p {
        font-size: 16px;
        margin: 15px 0 0;
        line-height: 1.3;
    }

    .abs-img h6 {
        left: 0;
        padding: 0;
        font-size: 25px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 75%;
    }

    .abs-img h6 .small {
        font-weight: 600;
        font-size: 13px
    }

    .abs-img .abs-h5 {
        top: 34px;
        left: 44px;
        font-size: 20px
    }

    .first-sec .right-pad-top h5 {
        font-size: 14px
    }

    .pc {
        display: none
    }

    .menu-top.stickyyy .logo {
        transform: scale(1);
        margin: 0;
    }

    .mobile {
        display: block
    }

    .first-sec .right-pad-top h6 {
        font-size: 12px
    }

    .first-sec .right-pad-top .content {
        margin-bottom: 25px
    }

    .third-sec p {
        margin: 0 0 20px;
        font-size: 16px
    }

    .fourth-sec .side-p {
        margin: 0 0 10px;
        font-size: 16px;
        width: 100%
    }

    .fourth-sec ul li span {
        font-size: 16px
    }

    .fourth-sec h5 span {
        font-size: 14px
    }

    .fourth-sec h5 {
        font-size: 16px
    }

    .fourth-sec ul li span {
        font-size: 16px
    }

    .fifth-sec .slick-next:before,
    .fifth-sec .slick-prev:before {
        font-size: 35px
    }

    .third-sec .content-inner p {
        font-size: 16px;
        line-height: 1
    }

    .fifth-sec .side-p {
        font-size: 14px
    }

    .third-sec .img-box-50 {
        width: 50px;
        height: 50px;
        display: inline-block
    }

    .fifth-sec .slick-next {
        right: 20px;
    }

    .fifth-sec .slick-prev {
        left: 425px;
    }

    .third-sec .slick-next:before,
    .third-sec .slick-prev:before,
    .third-sec .slick-prev,
    .third-sec .slick-next {
        display: none !important;
    }

    .sixth-sec .content-inner p {
        font-size: 14px;
        line-height: 1.2
    }

    .mobile-on {
        display: block
    }

    .breaker-2 .content p {
        font-size: 16px;
        line-height: 1.1;
        margin: 10px 0
    }

    .breaker-2 .content h4 {
        font-size: 20px
    }

    .content-img .btm-cont p {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 600
    }

    .content-img .btm-cont li {
        font-size: 10.4px;
        line-height: 1.8;
        font-weight: 400
    }

    .content-img .cont-head h6 {
        margin: 0;
        font-size: 14px
    }

    .content-img .cont-head h4 {
        font-size: 20px
    }

    .first-sec .right-pad-top p {
        font-size: 14px;
        line-height: 1.2
    }

    .mobile-off {
        display: none
    }

    .second-sec .head-c {
        padding: 20px 0 0
    }

    .the-guy::after {
        width: 173px;
        height: 270px;
        transform: translate(214%, 18%);
    }

    .first-sec .content .inner-mg {
        margin: -0.3px 38.5px;
    }

    .first-sec .right-pad-top {
        padding-top: 3em
    }

    .second-sec .translate {
        transform: translateY(0)
    }

    .img-box-50 {
        width: 30px;
        height: 30px;
        display: inline-block
    }

    .second-sec .head-con h4 {
        font-size: 35px;
    }

    .second-sec .head-con h4 span {
        font-size: 18px;
    }

    .breaker h4 {
        font-size: 18px
    }

    .breaker p {
        color: #fff;
        font-size: 12px
    }

    .breaker {
        padding: 20px 0
    }

    .third-sec .content-inner {
        padding: 12px;
        margin: 0 10px 0;
    }

    .fourth-sec {
        padding: 20px 0;
        background-size: 0 100%
    }

    .abs-img {
        width: 100%;
        position: relative;
        margin: 15px 0 0;
        transform: translateY(0);
        top: 0
    }

    .abs-img .abs-content .cc2 img {
        width: 245px;
    }

    .fourth-sec ul li span {
        font-size: 14px
    }

    .fourth-sec .img-box-45 {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin: 0 5px 0 0
    }

    .fourth-sec .p-fr {
        font-size: 16px;
        margin: 0 0 15px
    }

    .fourth-sec .side-p {
        margin: 0 0 10px;
        font-size: 16px
    }

    .sixth-sec .content-inner {
        margin: -36px 36px 20px
    }

    .breaker-2 {
        background: #e1e1e1;
        background-size: cover
    }

    .side-heading-1 {
        width: 36%;
        padding: 0 15px
    }

    .side-tabs-slide {
        width: 64%
    }

    .tab-section .category-tabs .nav-links {
        width: 120px;
        padding: 22px 10px 0;
        min-height: 122px
    }

    .side-heading-1 h4 {
        font-size: 16px
    }

    .breaker-2 .content {
        height: auto;
        padding: 15px
    }

    .second-sec p {
        font-size: 16px;
        line-height: 1.1
    }

    .content-img {
        position: relative;
        margin: 15px 0 0
    }

    .second-sec ul {
        font-size: 16px
    }

    footer p {
        font-size: 14px;
        margin: 15px 0
    }

    .bg-dark-form .content h5 {
        font-size: 15px
    }

    .second-sec .second-design h5 {
        color: #000
    }

    .rel-123:after {
        width: 99%;
        right: 1px;
        height: 67px;
        bottom: -77px
    }

    .fifth-sec:after {
        right: 0;
        width: 100%;
        height: 255px;
    }

    .fifth-sec .slick-next,
    .fifth-sec .slick-prev {
        top: 5%;
    }

    .fifth-sec {
        margin: 0 0 40px
    }

    .second-sec {
        background: url(../images/home/second-bg.png) no-repeat;
        background-size: cover
    }

    .infinity-wrapper {
        width: 45%;
        display: inline-block
    }

    .content-img .btm-cont {
        padding: 0 20px
    }

    .back-to-top {
        justify-content: flex-end
    }

    .abs-img .fr-bg {
        height: auto;
        object-fit: cover;
        object-position: initial;
    }

    .mob-amazon {
        display: block;
    }

    .pc-amazon {
        display: none;
    }
}

@media(max-width:562px) {
    .the-guy::after {
        width: 155px;
        height: 240px;
        transform: translate(235%, 18%);
    }
}

@media(max-width:535px) {
    .the-guy::after {
        width: 155px;
        height: 240px;
        transform: translate(224%, 20%);
    }

    .fifth-sec .slick-prev {
        left: 395px;
    }
}

@media(max-width:517px) {
    .the-guy::after {
        width: 141px;
        height: 220px;
        transform: translate(242%, 20%);
    }

    .fifth-sec .slick-prev {
        left: 375px;
    }
}

@media(max-width:497px) {
    .the-guy::after {
        width: 141px;
        height: 220px;
        transform: translate(232%, 22%);
    }

    .fifth-sec:after {
        height: 275px;
    }

    .abs-img .abs-content .cc2 img {
        width: 215px;
    }
}

@media(max-width:483px) {
    .the-guy::after {
        width: 135px;
        height: 211px;
        transform: translate(230%, 23%);
    }

    .fifth-sec .slick-prev {
        left: 355px;
    }

    .abs-img .abs-content .cc2 img {
        width: 200px;
    }

    .abs-img h6 {
        left: 0;
        padding: 0;
        font-size: 20px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 66%;
    }

    .abs-img p {
        font-size: 14px;
        margin: 15px 0 0;
        line-height: 1.3;
    }
}

@media(max-width:461px) {
    .the-guy::after {
        width: 135px;
        height: 211px;
        transform: translate(218%, 23%);
    }

    .fifth-sec .slick-prev {
        left: 325px;
    }
}

@media(max-width:445px) {
    .the-guy::after {
        width: 130px;
        height: 205px;
        transform: translate(215%, 23%);
    }

    .second-sec .head-con h4 span {
        font-size: 14px;
    }

    .second-sec .head-con h4 {
        font-size: 25px;
        margin: 0;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 76%;
    }

    .tab-section .category-tabs .nav-links {
        width: 110px;
        padding: 16px 7px 0;
        min-height: 115px;
    }
}

@media(max-width:435px) {
    .fifth-sec:after {
        height: 290px;
    }

    .fifth-sec .slick-prev {
        left: 295px;
    }

    .abr-section .heading h4 {
        font-size: 26px;
    }

    .faq .accordionArea #accordion .card .card-header {
        padding: 12px 35px 0 12px !important;
    }

    .faq .accordionArea #accordion .card .card-header h5.collapsed:before,
    .faq .accordionArea #accordion .card .card-header h5:before {
        right: -25px;
    }
}

@media(max-width:425px) {
    .the-guy::after {
        width: 130px;
        height: 205px;
        transform: translate(205%, 23%);
    }

    .abs-img .abs-content .cc2 img {
        width: 170px;
    }

    .abs-img h6 {
        left: 0;
        padding: 0;
        font-size: 18px;
    }

    .abs-img .abs-content .cc1 .amazon img {
        width: 67%;
    }

    .abs-img p {
        font-size: 14px;
        margin: 10px 0 0;
        line-height: 1.2;
    }
}

@media(max-width:411px) {
    .writers-detail-area::before {
        height: 580px
    }

    .faq .accordionArea #accordion .card .card-header h5 {
        font-size: 14px;
    }
}

@media(max-width:409px) {
    .the-guy::after {
        width: 112px;
        height: 175px;
        transform: translate(226%, 28%);
    }
}

@media(max-width:405px) {
    .fifth-sec:after {
        height: 305px;
    }

    .fifth-sec .slick-prev {
        left: 265px;
    }
}

@media(max-width:380px) {
    .the-guy::after {
        width: 112px;
        height: 175px;
        transform: translate(208%, 28%);
    }

    .abs-img .abs-content .cc2 img {
        width: 130px;
    }

    .abs-img .fr-bg {
        height: 340px;
        object-fit: cover;
        object-position: 0px 0;
    }
}

@media(max-width:375px) {
    .abr-section .heading h4 {
        font-size: 24px;
    }

    .writers-detail-area .details h5::before {
        width: 345px
    }

    .the-guy::after {
        width: 120px;
        height: 186px;
        transform: translate(197%, 23%)
    }

    .banner h6 {
        font-size: 18px
    }

    .banner h1 {
        font-size: 22px
    }

    .fifth-sec .slick-prev,
    .third-sec .slick-prev {
        left: 275px
    }

    .fifth-sec .testimonial-slider .main {
        padding: 60px 0 00px 0;
        position: relative
    }

    .abs-img .abs-h5 {
        top: 30px;
        left: 40px;
        font-size: 18px
    }

    .abs-img h6 {
        left: 20px;
        font-size: 14px
    }

    .abs-img a {
        color: #fff;
        font-weight: 600;
        font-size: 14px
    }

    .amazon::before {
        left: 18px;
        top: 19px;
        width: 55px;
        height: 13px;
    }

    .fifth-sec .slick-prev {
        left: 225px;
    }

    .faq .accordionArea #accordion .card .card-header {
        padding: 12px 35px 0 7px !important;
    }
}

@media(max-width:369px) {
    .the-guy::after {
        width: 110px;
        height: 171px;
        transform: translate(206%, 29%);
    }
}

@media(max-width:360px) {
    .banner ul {
        font-size: 11.6px;
    }

    .abs-img a {
        font-size: 14px;
        padding: 7px 14px;
    }

    .abs-img p {
        font-size: 13px;
        line-height: 1.4;
    }

    .abs-img h6 {
        font-size: 17px;
    }

    .amazon::before {
        left: 18px;
        top: 18px;
        width: 42px;
    }

    .fourth-sec h5 {
        font-size: 15px;
    }

    .writers-detail-area::before {
        height: 560px
    }

    .writers-detail-area .details h5::before {
        width: 330px
    }

    .the-guy::after {
        width: 119px;
        height: 186px;
        transform: translate(186%, 27%);
    }

    .first-sec .right-pad-top h6 {
        font-size: 10px
    }

    .first-sec .right-pad-top h5 {
        font-size: 12px
    }

    .second-sec p {
        font-size: 14px;
        line-height: 1.1
    }

    .third-sec p {
        margin: 0 0 20px;
        font-size: 14px
    }

    .third-sec .content-inner p {
        font-size: 14px;
        line-height: 1
    }

    .fifth-sec .testimonial-slider .main {
        padding: 60px 0 00px 0;
        position: relative
    }

    .side-p {
        font-size: 14px
    }

    .breaker-2 .content p {
        font-size: 14px;
        line-height: 1.1;
        margin: 10px 0
    }

    .content-img .btm-cont li {
        font-size: 8.3px;
        line-height: 1.8;
        font-weight: 600
    }

    .content-img .btm-cont p {
        font-size: 11px;
        line-height: 1.1;
        font-weight: 600
    }

    .content-img .btm-cont button {
        width: 80%;
        padding: 4px;
        font-size: 14px
    }

    .second-sec ul {
        font-size: 14px
    }
}

@media(max-width:354px) {
    .banner ul {
        font-size: 11.4px;
    }

    .the-guy::after {
        width: 103px;
        height: 160px;
        transform: translate(205%, 31%);
    }

    .banner ul i {
        margin-right: 0px;
    }

    .abr-section .heading h4 {
        font-size: 22px;
    }
}

@media(max-width:343px) {
    .banner ul {
        font-size: 11px;
    }
}

@media(max-width:343px) {
    .banner ul {
        font-size: 10px;
    }

    .banner h1 {
        font-size: 18px;
    }

    .banner h6 {
        font-size: 16px;
        margin: 0 0 5px;
    }

    .banner .btn-size-1 {
        width: 58%;
        font-size: 14px;
    }
}

@media(max-width:329px) {
    .the-guy::after {
        width: 113px;
        height: 170px;
        transform: translate(149%, 29%);
    }

    .second-sec .head-con h4 span {
        font-size: 11px;
    }

    .second-sec .head-con h4 {
        font-size: 20px;
        margin: 0;
    }

    .abr-section .heading h4 {
        font-size: 20px;
    }
}

@media(max-width:320px) {
    .writers-detail-area .details h5::before {
        width: 290px
    }

    .writers-detail-area::before {
        height: 575px
    }

    .writer .content {
        height: 50px;
        padding: 10px
    }

    .writer .content h4 {
        font-size: 14px
    }

    .writer .content {
        height: 40px;
        padding: 10px
    }

    .writer.active .content,
    .writer:hover .content {
        height: 40px
    }

    .the-guy::after {
        width: 112px;
        height: 170px;
        transform: translate(170%, 29%)
    }

    .abs-img h6 {
        left: 23px;
        padding: 8px 8px;
        font-size: 13px
    }

    .abs-img h6 .small {
        font-weight: 600;
        font-size: 12px
    }

    .abs-img .abs-h5 {
        top: 25px;
        left: 33px;
        font-size: 16px
    }

    .banner .b-btn-1 {
        margin: 15px 0 15px;
    }

    .abs-img a {
        color: #fff;
        position: absolute;
        bottom: 39px;
        left: 68px;
        font-weight: 600;
        font-size: 12px
    }

    .fifth-sec .slick-prev {
        left: 200px;
    }

    .first-sec .content .inner-mg {
        margin: 0 20px
    }

    .first-sec .content .inner-mg1 a {
        font-size: 12px
    }

    .first-sec .right-pad-top h5 {
        font-size: 12px
    }

    .first-sec .right-pad-top h6 {
        font-size: 8px
    }

    .first-sec .right-pad-top p {
        font-size: 12px;
        line-height: 1.2
    }

    .first-sec .right-pad-top h6 {
        font-size: 10px;
        line-height: 1
    }

    .first-sec .right-pad-top .head-ing {
        padding: 0 0 0 5px
    }

    .second-sec .second-design h4 span {
        font-size: 14px
    }

    .second-sec .second-design h5 {
        font-size: 14px;
        color: #000
    }

    .third-sec h4 {
        font-size: 20px
    }

    .third-sec .content-inner h5 {
        font-size: 12px
    }

    .testimonial-slider {
        padding: 40px 0 0
    }

    .fifth-sec .testimonial-slider .main {
        padding: 60px 0 0
    }

    .fifth-sec {
        padding-bottom: 10px;
        padding-top: 40px
    }

    .sixth-sec .content-inner {
        margin: -30px 30px 20px
    }

    .breaker-2 .content {
        height: auto;
        padding: 15px;
        background: #4d535924
    }

    .breaker-2 .content .btn1,
    .breaker-2 .content .btn2 {
        padding: 8px;
        font-size: 12px;
        line-height: 1.1
    }

    .content-img .btm-cont {
        padding: 0 20px
    }

    .content-img .cont-head h4 {
        font-size: 16px
    }

    .bg-dark-form .content h5 {
        font-size: 11px
    }

    .content-img .btm-cont li {
        font-size: 7.5px;
        line-height: 1.8;
        font-weight: 600
    }

    .content-img .btm-cont p {
        font-size: 10px;
        line-height: 1.1;
        font-weight: 600;
        margin: 0 0 8px
    }

    .content-img .cont-head h6 {
        margin: 0;
        font-size: 12px
    }

    .content-img .cont-head h4 {
        font-size: 17px
    }

    .second-sec ul {
        font-size: 13px
    }

    .banner ul {
        line-height: 1;
        font-size: 10.2px;
        margin: 5px 0;
    }

    .banner ul li {
        margin: 0 0 10px
    }

    .second-sec .fx button {
        padding: 6px 10px;
        border-radius: 10px;
        font-size: 13px;
        line-height: .8
    }

    .second-sec .second-design {
        padding-top: 0;
        padding-bottom: 25px
    }

    .fifth-sec .slick-next:before,
    .fifth-sec .slick-prev:before,
    .third-sec .slick-next:before,
    .third-sec .slick-prev:before {
        font-size: 30px
    }

    header .top-bar .content p:nth-child(2) {
        display: none
    }

    .banner h6 {
        font-size: 14px;
        line-height: .9
    }
}