@media (min-width: 1200px) {
    .container {
        max-width: 1600px !important
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999999999999999999;
    background-color: #00000070;
    box-shadow: 0 2px 5px #0000001a;
    animation: slideDown .3s ease-in-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

ul.navbar-nav {
    width: 100%;
    justify-content: space-between
}

.social-links {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap
}

.social-links a i {
    background: #62e389;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
    color: #000
}

.head-copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end
}

.top-header {
    border-bottom: 1px solid white;
    padding-bottom: 10px
}

.cstm-dropdown {
    background: #fff;
    border: 2px solid #62e389;
    border-radius: 11px
}

.cstm-dropdown a {
    font-size: 16px;
    padding: 10px;
    transition: .4s;
    color: #000
}

.cstm-dropdown a:hover {
    background: #62e389;
    transition: .4s
}

body {
    font-family: Outfit, sans-serif;
    background-color: #f0f0f0;
    overflow-x: hidden
}

a:hover {
    text-decoration: none
}

img {
    width: 100%
}

h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 58px
}

h2 {
    font-weight: 700
}

h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px
}

h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000
}

p {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px
}

section.hero-banner {
    background-image:url('{{ "bg-banner.png" | asset_url }}');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding: 14% 0 7%
}

.banner-detail h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 20px
}

.banner-detail h1 {
    color: #fff;
    font-size: 85px;
    line-height: 100px;
    font-weight: 800
}

.container-cstm {
    padding-left: 152px
}

.cstm-two-btn {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 30px 0 0
}

.cstm-two-btn a {
    background: #62e389;
    color: #000;
    border-radius: 50px;
    padding: 13px 30px;
    transition: .4s
}

.cstm-two-btn a:hover {
    background: #95ffb5;
    transition: .4s;
    cursor: pointer
}

.cstm-two-btn a:nth-child(2) {
    background: transparent;
    color: #fff;
    border: 1px solid white
}

.banner-btn {
    padding: 30px 0 0
}

.smbtn a {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 30px;
    border-radius: 50px;
    transition: .4s;
    text-decoration: none
}

.smbtn a:hover {
    background: #ffffff9a
}

.item_three {
    text-align: left
}

#hero_banner .item {
    padding: 7% 0 5%
}

.excepetional-service-wrap {
    text-align: center;
    position: relative
}

.excepetional-service-img img {
    width: 23%;
    margin: 0 0 10px
}

.excepetional-service-wrap:after {
    content: "";
    width: 70%;
    left: 70%;
    top: 20%;
    height: 1px;
    border-top: 3px dotted #646464;
    position: absolute
}

.excepetional-service .col-lg-3:nth-child(4) .excepetional-service-wrap:after {
    display: none
}

.cat-grid {
    padding: 5% 0
}

section.cat-grid .row {
    justify-content: space-between;
    flex-wrap: wrap
}

section.cat-grid .col-xs {
    padding: 0 10px
}

section.cat-grid .cat-wrap {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    transition: .4s;
    margin: 0 0 33px
}

section.cat-grid .cat-wrap .cat-detail {
    padding: 0 20px;
    position: absolute;
    z-index: 999;
    bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

section.cat-grid .cat-wrap .cat-img {
    z-index: -1;
    position: relative;
    padding-bottom: 50px
}

section.cat-grid .cat-wrap .cat-img img {
    border-radius: 11px;
    transition: .4s
}

.cat-mod .cat-detail h6 {
    color: #fff
}

section.cat-grid .cat-wrap:hover img {
    object-fit: cover;
    transform: scale(1.2);
    transition: .4s
}

.cat-img {
    z-index: -1;
    position: relative
}

section.cat-grid .cat-wrap .cat-detail i {
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
    opacity: 0
}

section.cat-grid .cat-mod .cat-detail i {
    background: #fff;
    color: #000
}

section.cat-grid .cat-wrap:hover .cat-detail i {
    transition: .4s;
    opacity: 1
}

#tag-one h1 {
    font-size: 194px;
    line-height: 220px;
    color: #0000000a;
    margin: 20px 0 60px
}

section.cat-grid-two .cat-wrap .cat-detail {
    display: grid;
    gap: 20px;
    bottom: 10px;
    left: 0
}

section.cat-grid-two .cat-wrap .cat-detail h1 {
    color: #fff;
    font-weight: 700;
    font-size: 33px;
    line-height: 40px
}

section.cat-grid-two .cat-wrap .cat-detail i {
    transform: translateY(30px)
}

section.cat-grid-two .cat-wrap:hover .cat-detail i {
    transform: translate(0)
}

section.cat-grid-two .cat-wrap .cat-img {
    padding-bottom: 0
}

section.cat-grid-two .cat-wrap .cat-detail i {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 17px;
    color: #000
}

.mw-section .detail .cstm-two-btn {
    margin: 0
}

.big-title {
    background: linear-gradient(180deg, #1a1a1a33, #1a1a1a00);
    font-size: 240px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    line-height: initial
}

.smbtn {
    padding: 10px 0 100px
}

.mw-section .smbtn a {
    background: #000;
    color: #fff;
    font-weight: 700
}

.mw-section .smbtn a:hover {
    background: #000000d6
}

.cat-grid-tree .cat-img.gaming-head-video {
    height: 604px
}

.cat-img.gaming-head-video video {
    width: 100%
}

.cat-grid-tree .col-12 {
    margin: 23px 0 0
}

.before-after .details {
    text-align: center
}

.slider-container {
    position: relative;
    width: 70%;
    overflow: hidden;
    height: 640px;
    margin: 50px auto 0;
    border-radius: 21px;
    box-shadow: #0000003d 0 3px 8px
}

.before-image,
.after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.after-image {
    clip-path: inset(0 50% 0 0)
}

.slider-handle {
    position: absolute;
    top: 274px;
    left: 50%;
    transform: translate(-50%);
    width: 6px;
    height: 70%;
    background: #fff;
    cursor: ew-resize;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.hamburger-line {
    width: 20px;
    height: 3px;
    background: #000;
    margin: 2px 0;
    border-radius: 2px
}

.hamburder-wrap {
    background: #fff;
    border-radius: 20px;
    width: 40px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

div#testimonial-slider {
    text-align: center;
    padding: 5% 0
}

div#testimonial-slider img {
    width: 8%;
    margin: 3% auto 2%
}

div#testimonial-slider h1 {
    font-size: 36px;
    line-height: 46px;
    position: relative
}

.inspire-movement {
    background: linear-gradient(90deg, #4d523c, #858d67);
    padding: 3% 0 5%
}

.inspire-movement p {
    margin: 20px 0 50px
}

img.ear-buds-grd {
    object-fit: cover;
    width: 100%;
    object-position: 90% 30%;
    height: 60vh
}

.interactive-container {
    position: relative;
    width: 400px;
    height: 400px
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 10px
}

.circle-icon {
    position: absolute;
    top: 30%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 6px #0000001a;
    z-index: 2;
    transition: transform .2s ease-in-out
}

.info-box {
    position: absolute;
    bottom: 40%;
    left: 130%;
    transform: translate(-50%);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px #0000001a;
    padding: 20px;
    width: 400px;
    display: none;
    z-index: 3
}

.info-box h3 {
    margin-top: 0
}

.intetactive-circle {
    position: absolute;
    top: 11%;
    left: 0
}

.intetactive-circle:nth-child(2) {
    top: 34%;
    left: 4%
}

.intetactive-circle:nth-child(3) {
    top: 70%;
    left: -3%
}

.big-number {
    font-size: 180px;
    line-height: 190px
}

.numbers {
    text-align: center;
    padding: 8% 0 0
}

.numbers-border {
    position: relative
}

.numbers-border:after {
    content: "";
    right: -5%;
    top: 21%;
    position: absolute;
    background: #ffffff1c;
    width: 1px;
    height: 40vh
}

.about-us {
    padding: 5% 0 4%
}

.two-img {
    display: flex;
    align-items: center
}

.black-img {
    width: 40%;
    rotate: -3deg;
    z-index: 99
}

.two-img img {
    border-radius: 11px;
    position: relative
}

.brown-head-img {
    width: 45% !important;
    rotate: 2deg
}

.slider-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.about-details {
    display: grid;
    gap: 20px
}

div#about-slider .owl-nav {
    text-align: left
}

div#about-slider .owl-nav button {
    font-size: 50px
}

div#about-slider .owl-nav button:hover {
    background-color: transparent;
    color: #000
}

div#about-slider .owl-nav button:focus-visible,
div#about-slider .owl-nav button:focus {
    outline: 0
}

.box-wrap {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 366px;
    align-items: center;
    position: relative;
    margin-top: 42%
}

.box-img {
    background: #62e389;
    padding: 30px;
    border-radius: 50px;
    width: 105px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: .3s
}

.box-wrap.active,
.box-wrap:hover {
    background: #62e389
}

.box-wrap:hover .box-img,
.box-wrap.active .box-img {
    background: #fff
}

.box-btn.active {
    background: #62e389
}

.box-one:before {
    content: "01";
    font-size: 150px;
    position: absolute;
    top: -50%;
    left: 30%;
    z-index: -9;
    font-weight: 700;
    color: #e7e7e7
}

.box-two:before {
    content: "02";
    font-size: 150px;
    position: absolute;
    top: -50%;
    left: 30%;
    z-index: -9;
    font-weight: 700;
    color: #e7e7e7
}

.box-three:before {
    content: "03";
    font-size: 150px;
    position: absolute;
    top: -50%;
    left: 30%;
    z-index: -9;
    font-weight: 700;
    color: #e7e7e7
}

.box-four:before {
    content: "04";
    font-size: 150px;
    position: absolute;
    top: -50%;
    left: 30%;
    z-index: -9;
    font-weight: 700;
    color: #e7e7e7
}

hr.box-line {
    border-top: 2px solid black;
    width: 100%;
    height: 1px;
    margin-top: 5%;
    margin-bottom: 0
}

.box-btn {
    position: absolute;
    left: 45%;
    bottom: -25%;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    color: transparent
}

.box-btn:focus,
.box-btn:focus-visible {
    outline: 0
}

.box-img:hover {
    background: #fff
}

.box-img:hover {
    background: #fff;
    box-shadow: #0000003d 0 3px 8px
}

footer {
    background: #000;
    padding: 64px 0 0
}

footer h3,
footer h4 {
    color: #fff
}

.Menu_Wrap h1 {
    font-size: 36px;
    line-height: 46px
}

.Email_wrap input {
    width: 100%;
    padding: 16px 10px;
    border-radius: 0;
    border: transparent;
    background: transparent;
    border-bottom: 1px solid white;
    color: #fff
}

.Email_wrap input:focus,
.Email_wrap input:focus-visible {
    outline: 0
}

.Email_wrap input::placeholder {
    color: #fff
}

.Email_wrap button {
    position: absolute;
    border: 1px solid #e8e8e8;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    margin: .8pc 0 0 -3pc
}

.Email_wrap {
    margin: 20px 0 0
}

.Menu_Wrap img {
    width: 60%;
    margin: 0
}

.Social_Link ul {
    padding: 0;
    margin: 50px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 2pc
}

.Social_Link ul li a {
    color: #000;
    font-size: 22px
}

.Nav_Links ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.Nav_Links li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    transition: all linear .4s
}

.Nav_Links li {
    margin: 0 0 12px
}

.Nav_Links li a:hover {
    color: #fff
}

.footer_btm img {
    width: 286px
}

.footer_btm p,
a {
    margin: 0;
    color: #fff;
    font-size: 18px
}

.ft1 {
    display: grid;
    justify-content: center
}

.footer_btm {
    border-top: 1px solid #c7c7c7;
    padding: 10px 0;
    margin: 30px 0 0
}

.footer_btm a:hover {
    color: #1a1a1ab3
}

.footer_btm .row {
    align-items: center
}

.col-lg-2.col-md-2.col-sm-12.ft1,
.col-lg-3.col-md-3.col-sm-12.ft2 {
    display: grid;
    justify-content: center
}

header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 12px 0
}

a.navbar-brand img {
    width: 70%
}

a.contact-us-btn {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 13px 30px;
    transition: .4s
}

a.navbar-brand {
    width: 20%
}

ul.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    padding: 0 20px !important
}

div#navbarSupportedContent {
    justify-content: flex-end;
    width: 80%
}

.site_header ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 29px
}

.site_header ul li a {
    color: #fff;
    font-size: 18px
}

.dropdown-content a {
    padding: 0 0 18px !important;
    border: unset !important;
    transition: all linear .4s;
    font-size: 32px !important;
    font-weight: 700;
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.dropdown-content a i {
    font-size: 12px;
    background: #e8eef4;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all linear .4s
}

.dropdown-content a:hover i {
    background: #000;
    color: #fff
}

.dropdown-content a:hover {
    background: transparent !important
}

.custom-dropdown {
    position: fixed;
    top: 0;
    left: -100%;
    width: 500px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px #0003;
    z-index: 1001;
    transition: all .5s ease;
    overflow-y: auto;
    padding: 80px 50px 50px;
    margin-top: 3pc;
    border-radius: 12px;
    height: 94vh
}

.custom-dropdown.show {
    left: 0
}

.dropdown-content a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-bottom: 1px solid #ddd
}

.dropdown-content a:hover {
    background-color: #f0f0f0
}

.divider {
    height: 1px;
    background-color: #ddd;
    margin: 10px 0
}

.close-btn,
.close-btn1 {
    position: absolute;
    top: 20px;
    left: 50px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    line-height: 30px;
    color: #000;
    border: 1px solid #00000029;
    border-radius: 40px;
    padding: 10px 18px 14px !important;
    width: 59px
}

.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 1000;
    display: none
}

.custom-overlay.show {
    display: block
}

#dropdownBox {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 8px 16px #0003;
    z-index: 1000;
    padding: 30px 50px;
    border: 1px solid #ddd;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .4s ease;
    border-radius: 12px
}

#dropdownBox.active {
    max-height: 500px;
    opacity: 1
}

a#Collab_Link {
    position: relative
}

a#Collab_Link:after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin: 0 8px
}

.new_link p {
    margin: 0;
    font-size: 16px;
    color: #1a1a1a
}

.new_link ul {
    list-style: none;
    padding: 15px 0 0;
    margin: 0
}

.new_link li a {
    padding: 0 0 3px !important;
    font-size: 24px !important;
    position: relative;
    display: inline-block !important;
    transition: color .4s ease !important;
    overflow: hidden
}

.new_link li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    transition: all .4s ease
}

.new_link li a:hover:before {
    width: 100%
}

.collab_details {
    transition: all linear .4s;
    overflow: hidden;
    border-radius: 6px
}

.collab_main img {
    border-radius: 6px;
    transition: all linear .4s
}

.collab_main p {
    position: absolute;
    bottom: 4pc;
    left: 3pc;
    color: #fff;
    margin: 0
}

.collab_details:hover img {
    transform: scale(1.1)
}

.mh40 a {
    display: block !important;
    text-align: center;
    padding: 0 !important
}

.mh40 img {
    width: 160px
}

.mh40 {
    text-align: center;
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 347px;
    justify-content: center;
    border-radius: 6px
}

.mh40 p {
    margin: 0;
    font-size: 16px
}

marquee#tag-two div {
    display: flex;
    align-items: center
}

#tag-two {
    background: #1a1a1a;
    padding: 14px 0;
    margin: 0 0 -7px
}

#tag-two h1 {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    margin: 0 80px;
    padding: 0;
    position: relative
}

#tag-two h1:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    bottom: 8px;
    right: -5pc;
    border-radius: 30px
}

.drodown-slider-details div {
    overflow: hidden;
    transition: all linear .4s
}

.drodown-slider-details img {
    transition: all linear .4s;
    border-radius: 10px
}

.drodown-slider-details img:hover {
    transform: scale(1.1)
}

.drodown-slider-details h1 {
    position: absolute;
    bottom: 20px;
    left: 3pc;
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    max-width: 60%
}

div#drodown-slider .owl-dots {
    display: none
}

#drodown-slider .owl-nav {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 3pc
}

#drodown-slider .owl-nav button {
    background: #fff;
    border-color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 30px
}

#drodown-slider .owl-nav button span {
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: -4px
}

#drodown-slider .owl-nav button:hover {
    color: #000
}

div#drodown-slider {
    margin-top: 7pc;
    margin-left: -1pc
}

.faq-wrap img {
    width: 160px;
    margin: 40px 0 25px
}

.faq-wrap h1 {
    margin: 0 0 20px
}

.faq-wrap p {
    margin: 0;
    width: 80%;
    font-size: 18px
}

.Faq_Sect .faq-row {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: #64646f33 0 7px 29px;
    margin: 0 0 200px
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: #f3f3f3;
    padding: 20px 48px 40px;
    border-radius: 12px
}

.accordion__item {
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8
}

.accordion__header {
    padding: 20px 0;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    color: #1a1a1a
}

.four-str {
    width: 14% !important;
    margin: 0 !important
}

.qoutaion-mark {
    width: 15% !important;
    margin: 10px 0 0 !important
}

.accordion__header:after {
    content: "";
    background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat center;
    width: 15px;
    height: 15px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1
}

.accordion__header.active:after {
    transform: rotateX(180deg)
}

.accordion__item .accordion__content {
    padding: 0;
    max-height: 0;
    transition: .5s;
    overflow: hidden
}

.accordion__item .accordion__content a {
    color: #000;
    text-decoration: underline;
    font-size: 16px
}

.Shiping_Main img {
    width: 30px
}

.row.shipping-row {
    margin-top: 151px;
    align-items: end
}

.Shiping_Main h2 {
    font-size: 20px;
    margin: 18px 0 20px
}

.Shiping_Main p {
    margin: 0
}

section.Faq_Sect {
    padding-bottom: 95px;
    padding-top: 10%
}

.Year_Carousel {
    padding-top: 5%;
    padding-bottom: 150px;
    position: relative
}

div#yeaers-slider p {
    width: 60%;
    line-height: 31px
}

ul.slider-list {
    padding: 0 0 0 20px
}

ul.slider-list li::marker {
    color: #62e389
}

ul.slider-list li {
    padding: 6px 0;
    font-size: 18px
}

.yeaer-img img {
    border-radius: 12px;
    width: 100% !important
}

.year-details h1 {
    margin: 24px 0 10px;
    line-height: 1.1;
    width: 82%
}

.year-details h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: 16px
}

div#yeaers-slider .item .row {
    margin-bottom: 2pc
}

#yeaers-slider .owl-dot.active span {
    background: #62e389 !important;
    width: 20px !important;
    height: 20px !important
}

#yeaers-slider .owl-dot span {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #d6d6d6 !important;
    background-color: #f0f0f0;
    position: relative
}

#yeaers-slider .owl-dot span:hover {
    border: 1px solid #d6d6d6 !important
}

#yeaers-slider .owl-dot:focus {
    border: unset !important
}

#yeaers-slider button:focus {
    outline: unset !important
}

#yeaers-slider .owl-dots {
    display: flex;
    align-items: center;
    gap: 12pc;
    margin: 0 0 0 10px;
    position: relative;
    z-index: -1
}

#yeaers-slider .owl-dots button {
    position: relative
}

#yeaers-slider .owl-dots button:before {
    content: "";
    position: absolute;
    border: 1px solid #d6d6d699;
    width: 15pc;
    bottom: 13px;
    left: 9px;
    z-index: -1
}

#yeaers-slider .owl-nav {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -12px
}

#yeaers-slider .owl-nav button {
    transition: all linear .4s;
    border: 1px solid #62e389;
    padding: 0 !important;
    line-height: 0;
    border-radius: 30px;
    font-size: 40px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #62e389
}

#yeaers-slider .owl-nav button span {
    position: relative;
    top: -4px;
    left: 0
}

#yeaers-slider .owl-nav button:hover {
    background: #000;
    border-color: #000;
    color: #fff
}

#yeaers-slider .owl-dot.active span:before {
    font-weight: 700 !important;
    color: #1a1a1a !important
}

#yeaers-slider .owl-dots .owl-dot:nth-child(1) span:before {
    content: "2014";
    font-size: 14px;
    color: #767676;
    bottom: -2pc;
    position: absolute;
    left: 0;
    font-weight: 500
}

#yeaers-slider .owl-dots .owl-dot:nth-child(2) span:before {
    content: "2017";
    font-size: 14px;
    color: #767676;
    bottom: -2pc;
    position: absolute;
    left: 0;
    font-weight: 500
}

#yeaers-slider .owl-dots .owl-dot:nth-child(3) span:before {
    content: "2018";
    font-size: 14px;
    color: #767676;
    bottom: -2pc;
    position: absolute;
    left: 0;
    font-weight: 500
}

#yeaers-slider .owl-dots .owl-dot:nth-child(4) span:before {
    content: "2019";
    font-size: 14px;
    color: #767676;
    bottom: -2pc;
    position: absolute;
    left: 0;
    font-weight: 500
}

#yeaers-slider .owl-dots .owl-dot:nth-child(5) span:before {
    content: "2020";
    font-size: 14px;
    color: #767676;
    bottom: -2pc;
    position: absolute;
    left: 0;
    font-weight: 500
}

#yeaers-slider .owl-dots .owl-dot:nth-child(6) span:before {
    content: "2021";
    font-size: 14px;
    color: #767676;
    bottom: -2pc;
    position: absolute;
    left: 0;
    font-weight: 500
}

.search_box {
    position: fixed;
    top: 0;
    right: -100%;
    width: 550px;
    height: 90%;
    background-color: #fff;
    box-shadow: -2px 0 5px #0003;
    padding: 40px;
    transition: right .5s ease;
    border-radius: 12px;
    margin: 3pc 10px 0
}

.search_box.active {
    right: 0
}

.search_box .close-btn {
    background: none;
    border: none;
    font-size: 24px;
    align-self: flex-end;
    cursor: pointer
}

.search_box input {
    color: #8c8c8c;
    border: unset;
    border-bottom: 2px solid #000;
    width: 100%;
    font-size: 30px;
    font-weight: 700
}

.search_box input:focus-visible {
    outline: none
}

.search_box input::placeholder {
    color: #8c8c8c
}

.close-btnn {
    position: absolute;
    right: 2.5pc;
    border: unset;
    background: transparent;
    color: #000;
    font-size: 40px;
    margin: -10px 0 0;
    line-height: 40px
}

.close-btnn:focus {
    outline: unset
}

.PR-Request p {
    font-size: 16px;
    margin: 2pc 0 0;
    font-weight: 500;
    color: #555
}

.PR-Request ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0
}

.PR-Request ul a {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    transition: all linear .4s
}

.row.bse-pro {
    align-items: baseline
}

.pro-btn {
    position: relative;
    display: inline-block;
    color: #1a1a1a;
    text-decoration: none;
    overflow: hidden;
    transition: color .4s ease;
    font-size: 16px;
    padding-top: 2pc
}

.pro-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #000;
    transition: all .3s ease
}

.pro-btn:hover {
    color: #1a1a1a
}

.pro-btn:hover:before {
    width: 60%
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding-left: 0;
    padding-right: 0
}

.pro-btn i {
    background: #dbdbdb;
    border-radius: 40px;
    font-size: 10px;
    transition: all linear .4s;
    padding: 8px 10px;
    position: relative;
    top: -4px;
    left: 0;
    margin: 0 0 0 9px
}

.pro-btn:hover i {
    background: #000;
    color: #fff
}

.service-wrap {
    text-align: center;
    border: 1px solid black;
    border-radius: 11px;
    padding: 17px;
    transition: .4s;
    height: 240px;
    display: grid;
    align-items: center
}

.service-wrap a {
    color: #000
}

.service-wrap:hover {
    background: #62e389;
    cursor: pointer
}

div#service-slider {
    padding: 1% 0
}

div#img6un {
    width: 342px;
    height: 382px
}

.product_nam_rating h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    width: 74%
}

.product_nam_rating p {
    font-size: 14px;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 3px
}

.product_nam_rating p i {
    color: #ffb74a
}

.product_nam_rating {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 3pc 0 8px;
    width: -webkit-fill-available
}

.products-slider-details {
    background: #fff;
    border-radius: 20px;
    transition: all linear .4s;
    text-align: center
}

.product-detail-wrap h3,
.product-detail-wrap h6,
.product-detail-wrap p {
    color: #000
}

.products-slider-details span {
    font-size: 16px;
    color: #1a1a1ab3;
    position: relative
}

img.color-swatch {
    width: 20px !important;
    margin: 10px 0 0;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 2px
}

a.Quick_Btn {
    font-size: 14px;
    background: #1a1a1a;
    color: #fff;
    font-weight: 700;
    transition: all linear .4s;
    padding: 12px 24px;
    border-radius: 40px;
    position: absolute;
    right: 10px;
    bottom: 10pc;
    z-index: 99;
    opacity: 0
}

a.Quick_Btn:hover {
    background: #1a1a1ad9
}

.products-slider-details:hover .Quick_Btn {
    opacity: 1;
    transition: all linear .4s
}

#products-slider .owl-dots {
    display: none
}

#products-slider {
    margin: 30px 0 200px
}

.product-detail-wrap .four-str {
    margin: 0 auto !important;
    width: 40% !important
}

.product-detail-wrap {
    padding: 20px 10px;
    height: 46vh
}

.products-slider-details:hover {
    background: #62e389;
    cursor: pointer
}

.compare-content h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.compare-content h1 {
    margin: 24px 0 0
}

.compare-content p {
    margin: 32px 0 45px;
    width: 97%;
    color: #1a1a1a
}

.compare-content a {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    transition: all linear .3s
}

.compare-content a:hover {
    background: #3a3a3a
}

.Product_Wrap {
    background: #e5e5e5;
    padding: 16px 48px;
    border-radius: 12px
}

.products-details img {
    width: 150px
}

.products-details {
    display: flex;
    flex-direction: column
}

.products-details .view_btn {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    background: #1a1a1a1a;
    width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 40px;
    transition: all linear .3s
}

a.product_name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 16px;
    padding: 20px 0 6px
}

.products-details p {
    color: #1a1a1ab3;
    margin: 0 0 35px
}

.products-details .view_btn:hover {
    background: #dadada !important
}

.Product_Wrap .col-lg-6 {
    display: grid;
    justify-content: end;
    padding-top: 24px;
    padding-bottom: 40px
}

.Product_Wrap .jscntr {
    justify-content: center
}

section.Compare-Scet {
    padding-bottom: 100px
}

.product_descriptions p {
    margin: 0;
    color: #1a1a1ab3
}

.product_descriptions b {
    color: #000
}

.row.probtm {
    padding: 24px 0;
    border-top: 1px solid #cccccc
}

.row.probtm .col-lg-3 {
    padding: 0;
    flex: 0 0 21%;
    max-width: 21%
}

.row.probtm .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.row.probtm .col-lg-5 p {
    margin-left: 4pc
}

img.team-picture {
    width: 40%
}

section.pursuit ul li {
    list-style: disc
}

section.pursuit ul {
    padding-left: 20px
}

section.our-amazing {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4% 0;
    margin: 5% 0 40px
}

section.our-amazing h2 {
    color: #fff
}

.btn-block {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 0 0
}

.carrying-out {
    padding: 6% 0
}

.cotnact-form input {
    background: #e5e0e0;
    border: transparent;
    color: #000;
    font-size: 15px;
    margin: 0 0 20px;
    padding: 30px 13px;
    border-radius: 13px
}

.cotnact-form textarea {
    background: #e5e0e0;
    border: transparent;
    color: #000;
    font-size: 15px;
    border-radius: 13px
}

.cotnact-form input::placeholder,
.cotnact-form textarea::placeholder {
    color: #000
}

.green-bg {
    font-size: 18px;
    background: #62e389;
    border: transparent;
    border-radius: 50px;
    padding: 11px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.submit-btn {
    margin: 30px 0 0
}

.contact-detail-wrap {
    display: grid;
    gap: 20px
}

.cotnact-form {
    padding: 50px 0 0
}

img.mary-book {
    position: absolute;
    top: -52%;
    width: 45%;
    z-index: 9999;
    right: 20%
}

section.our-amazing .cstm-two-body a:nth-child(2) {
    background: #fff;
    color: #000
}

.excepetional-service {
    padding-top: 5%;
    position: relative
}

.excepetional-service:after {
    content: "";
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    left: 88%;
    top: 0;
    position: absolute;
    background-image: url(https://ttt-production.com/html/brand/assets/img/hero-banner)
}

.exceptional-wrap {
    padding: 4% 0 0
}

marquee#tag-three h1 {
    font-size: 194px;
    line-height: 220px;
    color: #0000000a;
    margin: 20px 0 60px
}

.our-services {
    padding-top: 8%
}

.cstm-two-body a:nth-child(2) {
    background: #000
}

.pursuit {
    padding: 8% 0 0;
    position: relative
}

.products .green-bg {
    width: 18%
}

.align-self-center .green-bg {
    width: 45%
}

.our-services .green-bg {
    width: 13%;
    margin: 0 auto
}

.mw-section .green-bg {
    width: 23%;
    margin: 0
}

.before-after .green-bg {
    width: 13%;
    margin: 0 auto
}

.pursuit .green-bg {
    width: 40%
}

.carrying-out .green-bg {
    width: 15%;
    margin: 0 auto
}

.Faq_Sect .faq-row .green-bg {
    width: 30%
}

.contact-detail-wrap .green-bg {
    width: 15%;
    margin: 0 auto
}

.submit-btn {
    margin: 30px auto 0;
    width: 15%
}

.year-details .green-bg {
    width: 15%
}

.excepetional-service:before {
    content: "";
    left: 89%;
    top: 0;
    background-image: url(https://ttt-production.com/html/brand/assets/img/hero-banner/fone.png);
    width: -webkit-fill-available;
    position: absolute;
    height: 420px;
    background-repeat: no-repeat;
    z-index: -1
}

.excepetional-service:after {
    content: "";
    left: 0;
    top: 65%;
    background-image: url(https://ttt-production.com/html/brand/assets/img/hero-banner/ftwo.png);
    width: -webkit-fill-available;
    position: absolute;
    height: 660px;
    background-repeat: no-repeat;
    z-index: -1
}

.mw-section {
    position: relative
}

.mw-section:before {
    content: "";
    left: 85%;
    top: 60%;
    background-image: url(https://ttt-production.com/html/brand/assets/img/hero-banner/fthree.png);
    width: -webkit-fill-available;
    position: absolute;
    height: 600px;
    background-repeat: no-repeat;
    z-index: -1
}

.pursuit:before {
    content: "";
    left: 0;
    top: 26%;
    background-image: url(https://ttt-production.com/html/brand/assets/img/hero-banner/ffour.png);
    width: -webkit-fill-available;
    position: absolute;
    height: 600px;
    background-repeat: no-repeat;
    z-index: -1
}

.Year_Carousel:after {
    content: "";
    left: 73%;
    top: 13%;
    background-image: url(https://ttt-production.com/html/brand/assets/img/hero-banner/ffive.png);
    width: -webkit-fill-available;
    position: absolute;
    height: 730px;
    background-repeat: no-repeat;
    z-index: -1
}

.inner-banner-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 80px
}

.inner-centent h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff
}

.inner-centent h1,
.inner-centent p {
    color: #fff !important
}

.inner-centent p {
    width: 60%;
    margin: 0 auto
}

.inner-banner-sec .row {
    align-items: center
}

.count {
    display: flex;
    justify-content: center
}

.conterMainClass {
    text-align: center
}

.countNO,
.countK {
    color: #0d0726;
    font-size: 60px;
    font-weight: 600
}

.countPlus {
    font-size: 55px;
    color: #62e389;
    top: -8px;
    position: relative
}

.countText {
    font-size: 20px;
    font-weight: 400;
    color: #4e4b5a
}

section.counter {
    padding: 76px 0 35px
}

.privacy-detail {
    padding: 10px 0
}

.inner-centent {
    text-align: center
}

.inner-banner-sec .cstm-two-btn {
    justify-content: center
}

.Same-diff {
    text-align: center
}

.Same-diff h3 {
    text-align: center;
    background: #62e389;
    z-index: 999;
    position: relative;
    margin-top: -10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 30px
}

.custm-green-bg {
    margin: 5px 45%
}

.Same-sec {
    padding: 5% 0 0
}

.our-voice.article-writing-boxes .box {
    margin-bottom: 20px
}

.our-voice.article-writing-boxes .box h4 {
    text-align: left;
    margin-left: 30px;
    font-size: 22px;
    position: relative;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 15px
}

.our-voice.article-writing-boxes .box h4:before {
    content: "";
    width: 60px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0
}

.box {
    text-align: center;
    background: #62e3894f;
    padding: 25px 0;
    border-radius: 15px;
    transition: .4s
}

.box:hover {
    background: #62e389;
    transition: .4s;
    cursor: pointer;
    box-shadow: #64646f33 0 7px 29px
}

.box img {
    display: table;
    margin-left: auto;
    margin-right: 25px;
    width: 20%
}

.ebook ul li {
    width: 48%;
    display: inline-block;
    margin: 0 0 20px;
    background: #62e389;
    padding: 14px 15px;
    color: #000;
    font-weight: 600;
    border-radius: 12px;
    font-size: 15px
}

.ebook ul {
    padding-left: 0 !important
}

.ebook ul li img {
    width: 7%
}

.publishing .nav-tabs {
    background: #16295c;
    border: none
}

ul#myTab li {
    width: 100%
}

ul#myTab li a:hover {
    color: #fff;
    border: transparent
}

.publishing .row {
    align-items: center
}

div#myTabContent {
    background: #fff;
    padding: 20px;
    box-shadow: #0000003d 0 3px 8px
}

.achieve ul li {
    color: #000;
    display: inline-block;
    width: 49%;
    margin: 0 0 12px;
    background: #62e3894f;
    padding: 10px;
    border-radius: 11px
}

.achieve ul {
    margin-top: 30px
}

.immaculate {
    background-size: cover;
    background-position: 100% 100%;
    padding-bottom: 50px
}

.achieve ul li img {
    width: 4%
}

.container.position-relative {
    text-align: center
}

ul.category-list li {
    background: #fff;
    box-shadow: 0 0 20px #d9d9d9;
    display: inline-block;
    width: 14%;
    margin: 1.2%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #62e389;
    padding: 20px 0;
    transition: .3s ease-in-out
}

ul.category-list li img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    margin-bottom: 10px
}

ul.banner-bolit li {
    color: #fff;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center
}

ul.banner-bolit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 20px 0 0
}

ul.banner-bolit li svg {
    fill: #fff !important
}

.we-get-sec .get-box {
    height: 400px;
    border: 2px solid #4e2cbd;
    border-radius: 5px;
    margin: 20px 0;
    background: #fff;
    text-align: center;
    padding: 0 20px
}

.book-cover-get-sec .get-box {
    height: 98%
}

.book-cover-get-sec .col-lg-4 {
    margin-bottom: 2rem
}

.book-cover-get-sec .get-box img {
    width: auto;
    height: auto
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    perspective: 1000px;
    margin-bottom: 2rem
}

.flip-card-back p {
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: 400
}

.flip-card-back h4 {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px #0003
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.flip-card-back {
    background-color: #62e389;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    border-radius: 6px
}

.battel-box {
    background-color: #fff;
    box-shadow: 0 0 10px #0002;
    border-radius: 5px;
    padding: 40px 10px;
    text-align: center;
    border: 2px solid #62e389;
    margin: 40px 0 20px
}

.battel-box:hover,
.bring_bx:hover {
    box-shadow: 0 0 20px #0003;
    transform: scale(1.06);
    cursor: pointer;
    background-color: #62e389
}

.pricing-box {
    border: 2px solid #62e389;
    border-radius: 11px;
    padding: 20px;
    box-shadow: #0000003d 0 3px 8px;
    margin: 20px 0 0
}

.pricing-box ul {
    padding: 0 0 0 20px
}

.pricing-box ul li {
    list-style: circle;
    padding: 5px 0
}

.pricing-box .cstm-two-body a {
    width: 100%;
    text-align: center
}

ul.book-specifictaion li {
    list-style: auto
}

.illustration-sec .col-lg-6:nth-child(1) {
    padding-right: 0 !important
}

.illustration-main .col-lg-6:nth-child(2) {
    padding-left: 0 !important
}

.sidebyside-wrap {
    align-items: center
}

.accordin-wrap {
    padding: 10% 0 0
}

.accordin-wrap .accordion {
    color: #000;
    cursor: pointer;
    padding: 3% 40px 3% 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: .4s;
    font-size: 25px;
    font-weight: 700;
    background: transparent;
    border-radius: 0;
    border-top: 1px solid black;
    position: relative
}

.accordin-wrap .accordion:after {
    content: "\25bc";
    position: absolute;
    right: 10px;
    font-size: 20px;
    transition: transform .4s ease
}

.accordin-wrap .accordion.active:after {
    transform: rotate(180deg)
}

.accordin-wrap .panel {
    padding: 0;
    background-color: #62e389;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.accordin-wrap .panel ul.accordin-list li {
    padding: 20px 40px 20px 0;
    font-size: 20px
}

.container-cstm-two {
    padding-right: 50px
}

.illustration-benefits {
    display: grid;
    gap: 30px;
    padding-right: 20%
}

.illustration-benefits-wrap {
    padding: 20px 0 0
}

ul.illustration-benefits-list {
    padding: 0 0 0 20px
}

ul.illustration-benefits-list li {
    font-size: 18px;
    padding: 10px 0
}

.pattern-bg.our-voice.seo-writing-inner img {
    margin: 0 auto 30px;
    width: 30%
}

.pattern-bg.our-voice.seo-writing-inner .box {
    margin: 6% 0 0
}

.Seo-state .accordin-wrap {
    padding: 5% 0 0
}

.Propel-seo-wrap {
    background: #62e389;
    padding: 30px;
    border-radius: 21px;
    text-align: center
}

.Propel-seo-wrap-detail {
    padding: 50px 0 0
}

.free-ebook {
    background: #62e389;
    padding: 4% 0;
    margin-top: 10%
}

.free-ebook .cstm-two-btn a:nth-child(1) {
    background: #fff
}

.free-ebook .green-bg.custm-green-bg {
    background: #fff
}

.free-ebook-img-wrap img {
    position: absolute !important;
    left: 30%;
    width: 60%;
    z-index: 999;
    margin-top: -40%;
    filter: drop-shadow(0px 0px 13px black)
}

.free-ebook-img-wrap {
    position: relative
}

.audio-book-playlist-img-main {
    display: flex;
    align-items: center;
    gap: 30px
}

.audio-book-playlist-img-wrap {
    text-align: center;
    background: #62e389;
    box-shadow: #0000003d 0 3px 8px;
    border-radius: 20px
}

.audio-book-playlist-img-wrap img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.audio-book-playlist-img-wrap h4 {
    padding: 10px 0
}

.audio-book-playlist {
    margin: 7% 0 0
}

.trusted-partners-img img {
    width: 80% !important
}

div#trusted-partners {
    padding: 3% 0 0
}

.banner-detail p {
    color: #fff !important
}

.our-amazing h1.card-title,
.our-amazing p {
    color: #fff
}

.contact-main {
    display: none
}

.TabButton {
    padding: 74px 0 50px
}

.TabSection {
    padding: 70px 0 0
}

section.aboutUS {
    padding: 150px 0 70px
}

section.Faq_Sect {
    padding-bottom: 0;
    padding-top: 5%
}

.Faq_Sect .faq-row {
    margin: 0 0 100px
}

section.aboutUS .contact-main {
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 11px;
    box-shadow: #0000001f 0 3px 8px
}

section.aboutUS .contact-main h1,
section.aboutUS .contact-main p {
    display: none
}

section.aboutUS .contact-main h6.green-bg {
    width: 40%
}

.submit-btn {
    width: 25%
}

.box img {
    width: 30%;
    margin: 0 auto
}

section#sew .row.contact-main {
    display: block;
    padding-bottom: 95px
}

section#sew .row.contact-main .contact-detail-wrap {
    display: block
}

section#sew .row.contact-main .submit-btn {
    width: 10%
}

.nav-item.dropdown {
    position: relative
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px #0003;
    z-index: 1000;
    min-width: 200px;
    padding: 10px 0;
    border-radius: 5px
}

.dropdown-item {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none
}

.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0073e6
}

.nav-item.dropdown.active .dropdown-menu {
    display: block
}

.dropdown-menu.cstm-dropdown {
    border: 2px solid #62e389
}

.cstm-dropdown a:hover {
    color: #000
}

.product-page {
    padding: 2rem 0
}

.product-content {
    display: flex;
    gap: 2rem;
    align-items: flex-start
}

.product-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.product-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ddd
}

.product-gallery {
    display: flex;
    gap: .5rem;
    margin-top: 1rem
}

.product-gallery .gallery-item img {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px
}

.product-gallery .gallery-item img:hover {
    border-color: #000
}

.product-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.share-buttons a {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #007bff;
    text-decoration: none
}

.share-buttons a:hover {
    color: #0056b3
}

.product-reviews {
    margin-top: 2rem
}

.related-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem
}

.cart-form #quantity {
    width: 8%;
    border: transparent;
    background-color: #fff !important;
    box-shadow: #63636333 0 2px 8px !important;
    padding: 16px 10px !important
}

.add-to-cart {
    background: #62e389;
    color: #000;
    border-radius: 50px;
    padding: 13px 30px;
    transition: .4s;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0
}

.add-to-cart:hover {
    background: #95ffb5;
    transition: .4s;
    cursor: pointer
}

.share-buttons p {
    font-size: 20px
}

.share-buttons a {
    color: #000;
    font-size: 25px
}

.product-gallery .gallery-item img {
    height: 80px;
    object-fit: cover
}

.inner-content h1 {
    color: #fff
}

.product-title {
    border-bottom: 1px solid #CECECE;
    padding: 0 0 10px;
    margin: 0
}

#product1 {
    text-align: center
}

#product1 .pro-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap
}

#product1 .pro {
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border: 1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px #00000005;
    margin: 15px 0;
    transition: .2s ease;
    position: relative
}

#product .pro:hover {
    box-shadow: 20px 20px 30px #0000000f
}

#product1 .pro img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 52vh
}

#product1 .pro .des {
    text-align: start;
    padding: 10px 0
}

#product1 .pro .des span {
    color: #606063;
    font-size: 12px
}

#product1 .pro .des h5 {
    padding-top: 7px;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

#product1 .pro .des i {
    font-size: 12px;
    color: #f3b519
}

#product1 .pro .des h4 {
    font-size: 15px;
    padding-top: 7px;
    font-weight: 700;
    color: #088178
}

#product1 .pro .cart {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #e8f6ea;
    font-weight: 500;
    color: #088178;
    border: 1px solid #cce7d0;
    position: relative
}

.inner-content .card-title {
    text-align: center
}

a {
    text-decoration: none
}

@media (max-width: 920px) {
    #product1 .pro-container {
        justify-content: center
    }

    #product1 .pro {
        margin: 15px
    }
}

@media (max-width: 477px) {
    #product1 .pro {
        width: 100%
    }
}

@media (max-width: 1400px) {
    #product1 .pro img {
        object-fit: initial;
        height: auto
    }
}

ul.product-innerdetails {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

ul.product-innerdetails li {
    list-style: none;
    display: grid;
    text-align: center;
    gap: 10px
}

ul.product-innerdetails li i {
    font-size: 27px
}

ul.product-innerdetails li p {
    margin: 0
}

.spring {
    width: 904px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: url(assets/images/offerpopup.png) no-repeat
}

.spring button.carousel__button.is-close {
    background: #377636;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    right: 101px !important;
    top: 18px !important
}

.spring .popup-content {
    background: #081f3f;
    padding: 20px;
    height: 100%;
    width: 87%;
    margin-top: 0;
    border-radius: 60px;
    border-left: 10px solid #f3522b;
    border-bottom: 10px solid #f3522b;
    text-align: center
}

.spring .form-control {
    height: 40px;
    color: #000;
    font-size: 14px;
    margin: 0 0 10px
}

.popup-content h2 {
    font-family: Poppins;
    font-size: 34px;
    padding: 0;
    color: #39e496;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px
}

.spring .popup-content h2 {
    font-style: italic;
    color: #fcd801;
    text-transform: unset;
    margin: 0 0 12px
}

.spring .custom-pop {
    height: 100%;
    margin-top: 54px;
    margin-left: -20px
}

.spring .popup-content h3 {
    color: #000;
    background: #fcd801;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px
}

.spring .popup-content p {
    color: #fff;
    background: transparent;
    padding: 0;
    width: 100%;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none
}

.spring .custom-pop .btn-blue {
    background: #fcd801;
    color: #000;
    border: none
}

.spring .custom-pop textarea.form-control {
    height: 80px
}

.spring button.fancybox-button {
    background: #62e389;
    right: 103px;
    top: 23px;
    border-radius: 50%;
    opacity: 1;
    color: #000;
    font-weight: 700
}

.spring .popup-content h3 span {
    background: transparent;
    color: inherit
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring {
        background: #081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px
    }

    .spring button.carousel__button.is-close {
        right: 0 !important;
        top: 0 !important
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: transparent;
        margin: 0;
        padding: 0
    }

    .spring .custom-pop {
        margin: 0
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px
    }
}

.spring.easter {
    width: 800px;
    height: 550px;
    padding: 0;
    overflow: visible;
    background: url(/cdn/shop/files/popup.png?v=1735082159) no-repeat
}

.spring.easter .popup-content {
    padding: 0;
    background: transparent;
    width: 90%;
    border-radius: 0;
    border: none;
    margin-left: 29px
}

.spring.easter .popup-content h2 {
    color: #252526;
    font-style: inherit;
    font-size: 40px
}

.spring.easter .popup-content h3 {
    font-size: 27px;
    font-weight: 400;
    background: transparent;
    border-radius: 0;
    width: 100%;
    padding: 0;
    margin: 0 0 6px
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: #a19258;
    padding: 0 6px
}

.spring.easter .popup-content p {
    font-size: 22px;
    color: #252526;
    font-weight: 400;
    margin: 0 0 15px
}

.easter.spring .custom-pop {
    margin-left: 0;
    margin-top: 50px
}

.spring.easter .custom-pop .btn-blue {
    background: #62e389;
    color: #000;
    border-radius: 50px;
    padding: 10px 30px
}

.spring.easter button.carousel__button.is-close {
    background: #62e389;
    right: 0 !important;
    top: -15px !important
}

.spring.easter .btn:after {
    display: none
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    .spring.easter {
        background: #c4e1d7;
        width: 100%;
        height: fit-content;
        padding: 20px
    }

    .easter.spring .custom-pop {
        margin: 0
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0
    }

    .spring.easter .popup-content h2 {
        font-size: 31px
    }
}

h1.product-title {
    font-size: 40px;
    line-height: 50px;
    color: #000
}

.product-description p {
    font-size: 16px
}

ul.product-innerdetails {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 10px 0;
    margin: 20px 0 0
}

#variants {
    box-shadow: #63636333 0 2px 8px !important;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    margin-left: 1%;
    border: 1px solid #999
}

form.cart-form label {
    font-size: 18px;
    color: #000;
    font-weight: 500
}

form.cart-form {
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
    padding: 15px 0
}

.product-description p {
    margin: 0
}

.product-description h3 {
    text-transform: capitalize
}

.cart-form #quantity {
    border: 1px solid #999
}

.share-buttons p {
    font-weight: 500
}

.share-buttons a:hover {
    color: #62e389
}

.share-buttons a {
    transition: .5s
}

@media only screen and (max-width: 1440px) {
    .inner-banner-sec {
        padding-top: 170px;
        padding-bottom: 60px
    }

    .product-title {
        font-size: 34px !important;
        line-height: 44px !important
    }

    button.btn.add-to-cart {
        font-size: 17px;
        padding: 12px 25px;
        margin: 15px 0 0
    }
}

@media only screen and (max-width: 1199px) {
    .product-page.container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width: 1024px) {
    ul.product-innerdetails {
        flex-wrap: wrap;
        gap: 12px
    }

    .product-title {
        font-size: 30px !important;
        line-height: 40px !important
    }
}

@media only screen and (max-width: 767px) {
    .cart-form #quantity {
        width: 28%
    }

    .product-title {
        font-size: 28px !important;
        line-height: 38px !important
    }
}

@media only screen and (max-width: 600px) {
    .product-content.row {
        flex-direction: column;
        gap: 20px
    }

    .product-title {
        font-size: 26px !important;
        line-height: 36px !important
    }

    .product-description p br {
        display: block
    }

    .inner-banner-sec {
        padding-top: 140px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 450px) {
    .product-title {
        font-size: 24px !important;
        line-height: 35px !important
    }
}

@media screen and (min-width: 1080px) and (max-width: 1199px) {
    .inner-banner-sec {
        padding-top: 200px
    }
}

section.pattern-bg.our-guranteed.Same-sec div#myTabContent {
    display: block
}

.case-studies .row .col-lg-6.col-md-6.col-sm-12:nth-child(2) {
    display: grid;
    align-items: center
}

.case-studies .row.upside_down .col-lg-6.col-md-6.col-sm-12:nth-child(1) {
    display: grid;
    align-items: center
}

.case-studies .container {
    width: 100% !important;
    max-width: 100% !important
}

.case-studies .detail-wrap {
    padding: 0 50px
}

.case-studies .row:nth-child(2) .detail-wrap {
    padding: 0 152px 0 50px !important
}

.case-studies .col-lg-6,
.case-studies {
    padding: 0
}

@media only screen and (max-width: 1440px) {
    .inner-banner-sec {
        padding-top: 160px;
        padding-bottom: 70px
    }

    .case-studies .detail-wrap {
        padding: 0 30px
    }

    .case-studies .row:nth-child(2) .detail-wrap {
        padding: 0 90px 0 30px !important
    }
}

@media screen and (min-width: 1199px) and (max-width: 1080px) {
    .inner-banner-sec {
        padding-top: 200px
    }
}

@media only screen and (max-width: 1024px) {
    .case-studies .detail-wrap {
        padding: 0 15px 0 40px
    }

    .case-studies .row:nth-child(2) .detail-wrap {
        padding: 0 40px 0 15px !important
    }

    .detail-wrap h2 {
        font-size: 25px !important;
        line-height: 35px;
        margin: 0 !important
    }

    .inner-banner-sec {
        padding-top: 150px;
        padding-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .case-studies .detail-wrap {
        padding: 0 15px 0 25px
    }

    .case-studies .row:nth-child(2) .detail-wrap {
        padding: 0 25px 0 15px !important
    }

    .detail-wrap h2 {
        font-size: 25px !important;
        line-height: 35px;
        margin: 0 !important
    }

    .case-studies .row:nth-child(2) {
        flex-direction: column-reverse;
        margin-top: 4%
    }

    .case-studies {
        padding-top: 4%
    }
}

@media only screen and (max-width: 500px) {
    .case-studies .detail-wrap {
        padding: 0 15px
    }

    .case-studies .row:nth-child(2) .detail-wrap {
        padding: 0 15px !important
    }

    .detail-wrap h2 {
        font-size: 20px !important;
        line-height: 30px;
        margin: 0 !important
    }

    .inner-banner-sec {
        padding-top: 130px;
        padding-bottom: 10px
    }
}

section.case-studies {
    padding: 0 !important
}

.case-studies .detail-wrap {
    margin: 3% 0 0
}

p#product-price {
    font-weight: 700;
    font-size: 20px
}

@media screen and (min-device-width: 300px) and (max-device-width: 767px) {
    .Faq_Sect .faq-row {
        margin-bottom: 10px !important
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .Faq_Sect .faq-row {
        margin-bottom: 30px !important
    }
}

section.banner p span {
    text-shadow: 1px 1px #000;
    color: #62e389;
    font-weight: 700;
    vertical-align: baseline
}

section.banner {
    background-size: cover;
    text-align: center;
    padding: 150px 0 70px;
    color: #fff
}

section.banner ul.banner-features li {
    display: inline-block;
    margin: 0 8px;
    letter-spacing: .5px
}

.cstm-two-btn-four a:nth-child(1) {
    background: #000;
    border-color: #000;
    color: #62e389
}

section.banner h1 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    margin: 40px 0 0
}

section.banner p {
    font-size: 28px;
    line-height: 40px
}

section.banner-btm img {
    filter: brightness(0)
}

section.banner-btm [class^=col-] {
    text-align: center;
    background: #62e389;
    color: #000;
    padding: 28px;
    height: 128px;
    overflow: hidden
}

section.banner-btm [class^=col-]+[class^=col-] {
    background: #62e389
}

section.banner-btm [class^=col-]+[class^=col-]+[class^=col-] {
    background: #62e389
}

section.banner-btm [class^=col-] i {
    display: inline-block
}

section.banner-btm [class^=col-] h6 {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    line-height: 23px;
    font-weight: 500
}

section.banner-btm:after {
    display: block;
    clear: both;
    content: ""
}

section.hm-about ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 21px;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

section.hm-about {
    padding: 60px 0
}

section.portfolio {
    text-align: center;
    background: #62e389;
    padding: 80px 0
}

section.features-col {
    text-align: center;
    padding: 80px 0
}

section.cta-book {
    padding: 30px 0;
    color: #fff;
    font-size: 22px;
    background: #62e389
}

.alafairburke-img {
    width: 60%
}

section.cta-book p {
    color: #000
}

section.cta-book h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000
}

.three-typebtn a:nth-child(2) {
    background: #000;
    border-color: #000
}

.book-cstm img {
    box-shadow: -15px 18px 15px #bfbebe;
    margin-bottom: 15px
}

section.book.book-cstm {
    padding: 40px 0;
    position: relative
}

section.book.book-cstm h2 {
    padding: 0 0 50px
}

.book.book-cstm h2 span {
    font-weight: 700;
    color: #62e389
}

.book.book-cstm h2:before {
    content: "Our Books";
    position: absolute;
    font-size: 200px;
    left: 0;
    right: 0;
    margin: auto;
    top: -10px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ddd;
    z-index: -1;
    letter-spacing: -21px
}

.contact-form-wrap-main h2 {
    color: #000
}

.contact-form-wrap-main {
    background: #fff;
    border-radius: 21px;
    padding: 30px;
    margin: 20px 0 0
}

.contact-form-wrap-main .cotnact-form {
    padding: 20px 0 0
}

ul.banner-features {
    padding: 0;
    width: 50%
}

ul.banner-features li {
    padding: 16px 0 0
}

@media only screen and (max-width: 1440px) {
    section.banner h1 {
        font-size: 45px;
        line-height: 55px
    }

    section.banner p {
        font-size: 25px;
        line-height: 37px
    }

    .contact-form-wrap-main {
        padding: 20px
    }

    .contact-form-wrap-main .submit-btn {
        width: 35% !important
    }

    section.banner-btm .col-md-4 {
        padding: 35px 0 0
    }

    section.banner-btm {
        overflow: hidden
    }

    .Year_Carousel {
        padding-top: 2%
    }

    .features-col {
        padding-top: 50px !important
    }

    section.cta-book h2 {
        font-size: 40px;
        line-height: 48px
    }

    .features-col .card-title {
        font-size: 26px;
        line-height: 35px
    }

    .book.book-cstm h2:before {
        font-size: 160px;
        top: 10px
    }
}

@media only screen and (max-width: 1024px) {
    section.banner h1 {
        font-size: 38px;
        line-height: 45px
    }

    section.banner p {
        font-size: 23px;
        line-height: 34px
    }

    section.banner ul.banner-features li {
        padding-top: 10px
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {

    .cstm-banner-lp .col-md-8,
    .cstm-banner-lp .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .contact-form-wrap-main {
        width: 60%;
        margin: 0 auto
    }

    .cstm-banner-lp {
        padding: 120px 0 50px !important
    }

    .book.book-cstm h2:before {
        font-size: 130px;
        top: 0
    }

    section.cta-book h2 {
        font-size: 30px;
        line-height: 38px
    }

    ul.banner-features {
        padding: 0;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .banner.cstm-banner-lp {
        padding: 110px 0 50px !important
    }

    .features-col .card-title {
        font-size: 23px;
        line-height: 33px
    }

    .book.book-cstm h2:before {
        font-size: 130px;
        top: 20px
    }

    section.cta-book h2 {
        font-size: 30px;
        line-height: 38px
    }

    section.book.book-cstm .col-md-2 {
        width: 33%
    }

    section.book.book-cstm .mt-30 {
        justify-content: center
    }

    ul.banner-features {
        padding: 0;
        width: 100%
    }
}

@media only screen and (max-width: 550px) {
    section.banner h1 {
        font-size: 34px;
        line-height: 44px
    }

    section.banner p {
        font-size: 20px;
        line-height: 30px
    }

    .book.book-cstm h2:before {
        font-size: 100px;
        top: 60px
    }

    section.cta-book h2 {
        font-size: 24px;
        line-height: 34px
    }

    ul.banner-features {
        padding: 0;
        width: 100%
    }
}

@media screen and (min-width: 320px) and (max-width: 450px) {
    section.book.book-cstm .col-md-2 {
        width: 50%
    }

    section.book.book-cstm .mt-30 {
        justify-content: center
    }

    ul.banner-features {
        padding: 0;
        width: 100%
    }
}

#yeaers-slider .owl-nav button.owl-next {
    right: 0
}

#yeaers-slider .owl-nav button.owl-prev {
    left: 0
}

ul.why-chooseus {
    display: flex;
    align-items: center;
    padding: 20px 0
}

ul.why-chooseus li {
    text-align: center;
    margin: 0 0 0 10px;
    list-style: none;
    display: grid;
    width: 90%
}

.products-slider-details h3 {
    font-size: 21px
}

#comparison {
    width: 70%;
    padding-bottom: 42%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 20px
}

figure {
    position: absolute;
    background-image: url(/cdn/shop/files/bookafter.jpg?v=1736209643);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0
}

#divisor {
    background-image: url(/cdn/shop/files/bookbefore.jpg?v=1736209644);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px #0000004d;
    bottom: 0;
    height: 100%
}

#divisor:before,
#divisor:after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: #fff;
    z-index: 3
}

#divisor:before {
    top: 0;
    box-shadow: 0 -3px 8px 1px #0000004d
}

#divisor:after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px #0000004d
}

#handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translate(-50%);
    z-index: 1
}

#handle:before,
#handle:after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px
}

#handle:before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px
}

#handle:after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2
}

input[type=range]:is(:focus, :active) {
    border: none;
    outline: none
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px #0000004d
}

input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none
}

.mainBanner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    align-items: flex-start;
    margin: 0;
    padding-top: 270px;
    padding-bottom: 70px;
    position: relative
}

.bannerForm {
    padding: 20px 30px;
    background-color: #ff6200;
    width: 90%;
    height: 456px;
    border-radius: 10px;
    margin: 0 0 0 55px;
    text-align: center
}

.bannerForm img {
    position: absolute;
    width: 17%;
    top: -33px;
    left: -30px
}

.fld-input input,
.fld-input select {
    height: 45px;
    margin: 0 0 12px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 0 0 0 40px;
    border: 2px solid #000
}

.fld-input {
    position: relative;
    margin: 0 0 20px
}

button.packageformsubmit1 {
    background: #000;
    height: 50px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: 60%;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    border: 1px solid transparent;
    display: block
}

.fld-input i {
    position: absolute;
    left: 2%;
    font-size: 21px;
    top: 20%
}

.makes-sec .green-bg {
    width: 30%
}

.we-get-sec-lp3 .get-box img {
    display: block;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    object-fit: contain
}

.we-get-sec-lp3 .get-box {
    height: auto;
    padding: 5%
}

.we-get-sec-lp3 .get-box {
    border-color: #ff6200
}

.we-get-sec-lp3 {
    padding: 4% 0
}

.expertise-sec {
    position: relative;
    padding: 80px 0
}

.expertise-sec .exper-box {
    position: relative;
    border: 2px solid #000;
    padding: 20px 30px;
    border-radius: 5px;
    text-align: center;
    background: #fff
}

.expertise-sec .exper-box img {
    margin: 0 auto;
    display: block;
    height: 100px;
    object-fit: contain;
    width: 40%
}

.expertise-section-slider {
    padding: 3% 0 0
}

.footer-form-sec {
    padding: 4% 0
}

.footer-left {
    background-color: #ff6200;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center;
    display: grid;
    align-items: center
}

.footer-left,
.footer-right {
    height: 100%;
    padding: 35px 55px
}

.footerbox {
    border-radius: 15px;
    box-shadow: #00000059 0 8px 20px
}

.footer-right {
    background-color: #f4f4f4;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.footer-form-input input,
.footer-form-input select,
.footer-form-textarea textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    color: #666;
    background-color: #f5f5f5
}

.footer-form-input input {
    height: 45px;
    margin-bottom: 25px;
    padding: 0 15px
}

.footer-form-textarea textarea {
    height: 80px;
    margin-bottom: 15px;
    padding: 10px 15px
}

.footer-form-submit input {
    border-radius: 50px;
    border: 3px solid #ff6200;
    color: #000;
    background: #fff
}

.footer-form-submit input {
    width: auto;
    margin: 15px auto 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block;
    font-family: Poppins, sans-serif
}

.footer-form-submit input {
    height: 54px
}

.footer-left h1 {
    color: #fff
}

.lp3Same-sec ul.category-list li {
    border-color: #ff6200
}

div#shopify-section-template--24116824080660__main h6.green-bg.yellow-bg {
    background: transparent;
    color: #000;
    padding: 0;
    margin: 0 !important;
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 800
}

div#shopify-section-template--24116824080660__main p {
    font-size: 22px;
    line-height: 32px
}

.timer-header {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center
}

.flip-clock-container {
    display: flex;
    align-items: center
}

.flip-clock-container .flip-item {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #000;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0 5px;
    text-align: center;
    width: auto
}

.flip-clock-container .colon {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.book_bestseller {
    background: #fff;
    z-index: 1;
    position: relative;
    margin: 3% 0 0
}

.book_bestseller:before {
    content: "";
    left: 0;
    z-index: -1;
    background-color: #ff6200;
    width: 25%;
    height: 100%;
    right: 85%;
    position: absolute
}

.listtabs li {
    position: relative;
    list-style-type: none
}

.listtabs li a {
    color: #fff;
    font-size: 24px;
    padding: 10px;
    display: block
}

.books_slides .items {
    margin-bottom: 80px;
    padding-top: 35px
}

.books_slides .books-boxes {
    background: #ffffffb5;
    border-radius: 10px;
    position: relative;
    text-align: center;
    filter: drop-shadow(1px 1px 4px #66666642);
    -webkit-filter: drop-shadow(1px 1px 4px #66666642);
    transition: all .3s ease-out;
    padding-bottom: 20px
}

.booksdv img {
    border-radius: 4px;
    filter: drop-shadow(1px 1px 4px #66666642);
    -webkit-filter: drop-shadow(1px 1px 4px #66666642);
    transform: translateY(-30px);
    margin: auto;
    width: 55%
}

.ratings {
    color: #7e7e7e;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ratings img {
    display: blcok
}

.head-mm {
    font-size: 50px;
    color: #3f3d52;
    line-height: 58px;
    margin-bottom: 1.5rem
}

.head-mm strong {
    color: #ff6200
}

.book_bestseller .col-md-9 {
    padding-top: 3%;
    padding-bottom: 3%
}

.tabsnavigation ul.listtabs {
    padding-top: 65%
}

.tabsnavigation ul.listtabs a {
    position: relative
}

.tabsnavigation ul.listtabs li.active a:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 20%;
    background-color: #fff;
    height: 3px
}

.mainBanner h1,
.mainBanner p {
    color: #fff
}

.lp3btn a {
    background: #ff6200;
    color: #fff;
    font-size: 23px
}

.lp3btn a:hover {
    background: #ed8f00
}

.lp3btn a:nth-child(2):hover {
    background: #000
}

.yellow-bg {
    background: #ff6200;
    color: #fff
}

.we-get-sec-lp3 .cstm-two-btn.three-typebtn a {
    box-shadow: #0000003d 0 3px 8px
}

.cast-btn {
    text-transform: capitalize
}

.lp3-head {
    font-size: 68px;
    line-height: 78px
}

.timer-main {
    display: none
}

.timer-main li.nav-item {
    list-style: none
}

.timer-wrap {
    display: grid;
    justify-content: center;
    width: 70%
}

.header_btn_wrap {
    display: flex;
    align-items: center;
    gap: 10px
}

.header_btn_wrap a.contact-us-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    font-size: 19px
}

.casestudy-wrap {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 11px;
    margin: 0 0 30px;
    border: 2px solid #62e389
}

section.casestudy-main a {
    text-decoration: none
}

.casestudy-wrap h2 {
    color: #000;
    padding: 20px 0 0
}

.casestudy-main {
    padding: 4% 0 2%
}

.casestudy-wrap img {
    width: 40%
}

.navbar-collapse {
    display: none
}

.navbar-collapse.show {
    display: block
}

.navbar-toggler {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer
}

.navbar-toggler-icon {
    font-size: 24px
}

/*# sourceMappingURL=/cdn/shop/t/13/assets/style.css.map?v=108369092710839699701736953794 */