@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #69a488;
    border: 2px solid #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
}

/***** Font Files *****/
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Rigid Square Regular';
    src: url(../fonts/Rigid_Square_Regular.otf);
}

@font-face {
    font-family: 'Rigid Square SemiBold';
    src: url(../fonts/Rigid_Square_SemiBold.otf);
}

@font-face {
    font-family: 'Rigid Square Bold';
    src: url(../fonts/Rigid_Square_Bold.otf);
}

@font-face {
    font-family: 'JerseyM54';
    src: url(../fonts/JerseyM54.ttf);
}

/***** Custom Classes *****/
.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 45px;
    border: unset;
    border-radius: 0;
    color: #056839;
    z-index: 1;
    background: #fff;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    font-family: 'JerseyM54';
}

.theme_btn::after {
    content: "";
    position: absolute;
    bottom: -135%;
    right: 2px;
    height: 300%;
    width: 8px;
    border-radius: 0;
    background-color: #056839;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    transform: rotate(45deg);
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: -135%;
    left: 2px;
    height: 300%;
    width: 8px;
    border-radius: 0;
    background-color: #056839;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    transform: rotate(45deg);
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 53%;
}

.theme_btn:hover::after {
    width: 53%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'JerseyM54', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 17px;
}

h2 {
    font-family: 'JerseyM54', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px;
}

h3 {
    font-family: 'Rigid Square Bold', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 13px;
    text-transform: uppercase;
    font-family: 'JerseyM54', Sans-Serif;
}

h5 {
    font-family: 'JerseyM54', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'JerseyM54', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #ffff;
    font-weight: 500;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*header css start */
#menuToggle {
    display: block;
    position: fixed;
    top: 30px;
    left: 50px;
    z-index: 9;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    font-family: 'Rigid Square SemiBold';
}

#menuToggle a:hover {
    color: #000;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    width: 20px;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #ffffff;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    width: 33px;
}

#menu {
    position: absolute;
    max-width: 300px;
    width: 100vw;
    max-height: 100vh;
    margin: -57px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #0c733c;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 100vh;
    border-radius: 2px solid;
    border-right: 3px solid #ffffff;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

.menu_header li label {
    cursor: pointer;
    color: #fff !important;
}

.menu_header li label:hover {
    color: #000;
}

#menuToggle input:checked~ul {
    transform: none;
}

.menu_header {
    display: flex;
    justify-content: space-between;
}

header {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding: 30px;
}

.cart_icon a {
    position: relative;
    color: #fff;
    font-size: 20px;
}

.cart_icon a span {
    position: absolute;
    font-size: 10px;
    top: -4px;
    right: -9px;
    line-height: 1;
    font-family: 'Rigid Square SemiBold';
}

.cart_icon {
    position: fixed;
    top: 29px;
    right: 40px;
}

/*Banner css start*/
.banner-image {
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    right: 0;
    bottom: auto;
    left: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 0;
    height: 100%;
}

.banner_content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.banner_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78%;
}

.banner_content {
    width: 70%;
    margin: 0 auto;
}

.banner_content ul li {
    font-size: 24px;
    font-family: 'Rigid Square Bold';
    text-transform: uppercase;
}

.banner_content h3 {
    font-size: 36px;
    color: #fff;
    margin: 0;
}

.main_slider {
    border: 1px solid #fff;
}

/*ABOUT SECTION*/
.about_Sec {
    padding: 110px 0 10%;
    background-color: #105730;
    border: 3px solid #fff;
    border-top: 0;
}

.about_content {
    border: 1px solid #fff;
    background-color: #056839;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.about_iamge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_iamge {
    width: 100%;
    height: 400px;
    min-height: 100%;
    position: relative;
    border: 1px solid #fff;
}

.about_iamge::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 150px;
    border: 12px solid #fff;
    right: -95px;
    bottom: -75px;
    display: none;
}

/*ABOUT SECTION*/
/*Product section*/
section.products_section {
    background: #056839;
    padding: 100px 0;
    border: 3px solid #fff;
    border-top: 0;
}

.qty-input {
    color: #056839;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 30px;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 30px;
    font-size: 14px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    color: #056839;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #056839;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
    color: #056839;
}

.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input {
    border-radius: 0;
    /* box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7); */
    transform: scale(1);
    padding: 15px 0;
}

.selection label {
    display: inline-block;
    width: 100px;
    padding: 10px;
    border: solid 2px #ccc;
    transition: all 0.3s;
}

.selection input[type="radio"] {
    display: none;
}

.selection input[type="radio"]:checked+label {
    border: solid 2px #fff !important;
    background-color: #fff;
    color: #056839 !important;
}

.selection input[type="radio"]+label {
    border: solid 2px #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'JerseyM54';
}

.selection input[type="radio"]+label:hover {
    background-color: #fff;
    color: #056839;
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.rating p.price {
    font-size: 27px;
    color: #fff;
    font-family: 'Rigid Square Bold';
    margin: 0;
}

.rating ul {
    display: flex;
    gap: 5px;
    margin: 0;
}

.rating ul li i {
    color: #ffc000;
    font-size: 12px;
}

.rating ul li span {
    color: #fff;
    font-size: 14px;
    font-family: 'JerseyM54';
    display: block;
    margin-left: 5px;
}

.product_description {
    padding-top: 40px;
    border-top: 1px solid #2f815a;
    padding-bottom: 40px;
}

.product_description h3 {
    text-transform: uppercase;
    font-family: 'JerseyM54';
    font-weight: 100;
    font-size: 30px;
}

.quantity_selection {
    border-top: 1px solid #378661;
    border-bottom: 1px solid #378661;
    display: flex;
    margin-bottom: 20px;
}

.quantity_selection .quantity {
    display: flex;
    justify-content: space-between;
    width: 50%;
    align-items: center;
    padding: 20px 20px 20px 0;
    border-right: 1px solid #378661;
}

.quantity_selection .selection {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.quantity_selection .selection ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    gap: 10px;
}

.quantity_selection .quantity h4 {
    margin: 0;
    font-family: 'JerseyM54';
}

.products_slider_for {
    border: 1px solid #fff;
    background-image: url(../images/product_bg.jpg);
    padding: 50px;
}

.products_slider_for .slick-slide img {
    height: 400px;
    width: 100%;
    object-fit: contain;
}

.products_slider_nav {
    margin-top: 30px;
}

.products_slider_nav .slick-slide {
    opacity: 1;
    margin: 0 5px;
    border: 1px solid #fff;
}

.products_slider_nav .slick-slide img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}

/*HO TO PLAY*/
.how_to_play_sec {
    background: #056839;
    padding: 100px 0;
    border: 3px solid #fff;
    border-top: 0;
}

.play_box {
    display: block;
    min-height: 98%;
    margin-bottom: 20px;
    /* align-items: center; */
    border: 2px solid #fff;
}

.play_box .how_to_play_img {
    width: 100%;
}

.play_box .how_to_play_desc {
    width: 100%;
    padding: 22px;
}

.play_box .how_to_play_desc ul li {
    position: relative;
    padding-left: 20px;
}

.play_box .how_to_play_desc ul li::before {
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
}

.how_to_play_step_number {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #1e774d;
    display: none;
}

.play_box .how_to_play_img img {
    height: 240px;
    object-fit: cover;
    border-right: 2px solid #fff;
    width: 100%;
}

.how_to_play_step_number p {
    margin-bottom: 0;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: 'JerseyM54';
}

section.watch-sec.sec {
    background: #056839;
    padding: 100px 100px 0px 0;
    border: 3px solid #fff;
    border-top: 0;
}

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

.watch-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #fff;
}

.watch-content * {
    text-align: right;
}

.watch-content a {
    margin: 0 0 0 auto;
    display: block;
    width: fit-content;
}

.watch-content h2 {
    font-size: 70px;
}

.watch-slider-image {
    position: relative;
    z-index: 1;
}

.watch-slider-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #fff;
}

a.play-pause {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1c693a;
}

a.play-pause img {
    width: 80%;
    height: 80%;
    object-fit: scale-down;
    border: none;
}

.watch-slider-content h6 {
    margin: 20px 0;
}

.watch-slider-main {
    background: #195e39;
    padding: 30px 0px 30px 0;
}

.watch-slider .slick-slide {
    opacity: 1;
}

/* Testimonial Section Start */
.testimonial-sec {
    position: relative;
    background: #056839;
    padding: 100px 0;
    border-bottom: 3px solid #fff;
}

.testimonial-sec .sec-head h2 {
    font-size: 65px;
}

.test-box-text {
    background-image: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 40px 40px 20px 80px;
    position: relative;
}

.testi-img img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #fff;
}

.testi-box {
    background: transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.authr-box {
    display: flex;
    align-items: end;
}

.authr-box>div {
    margin-left: 10px;
}

.test-box-text h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 0px;
    padding-top: 0;
    color: #ffff;
}

.test-box-text span {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 20px;
    margin: 0;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider .slick-list {
    padding: 20px 0;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(84% - 40px);
    width: 27%;
    border: 1px solid #fff;
    background-color: #00000075 !important;
    border-radius: 0;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
}

.testi-slider button.slick-prev.slick-arrow:before {
    margin: 0;
    position: absolute;
    content: '';
    font-family: 'Font Awesome 6 Pro';
    height: 51px;
    /* background: #000; */
    width: 50px;
    left: auto;
    right: -790px;
    bottom: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-radius: 10px;
    background-image: url('../images/testi-arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(63deg) brightness(94%) contrast(101%);
}

.testi-slider button.slick-next.slick-arrow:before {
    content: '';
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    /* background: #000; */
    left: -100px !important;
    right: 0;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border-radius: 10px;
    background-image: url('../images/testi-arrow-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(7%) hue-rotate(63deg) brightness(94%) contrast(101%);
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
    bottom: -80px;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
    z-index: 2;
    transition: 1s ease-in-out;
    margin: 30px auto;
    width: 91%;
    position: relative;
    background: transparent;
    border-bottom: 4px solid #ffff;
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    background-color: transparent;
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

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

ul.star {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
}

.test-box-text ul.star i {
    color: #f39f1e;
}

.test-box-text p {
    font-size: 14px;
    color: #ffff;
    margin: 10px 0;
}

section.testimonial-sec .top-heading {
    margin-bottom: 10px;
}

.test-box-extra {
    padding: 10px 20px;
    rotate: 270deg;
    position: absolute;
    bottom: 35%;
    right: 594px;
    width: 43%;
    background: #fff;
}

.test-box-extra h5 {
    font-size: 16px;
    line-height: 20px;
    color: #1c693a;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 13px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}

.pro_bar.testi-bar {
    bottom: 0;
    width: 45%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.progress4,
.progress3 {
    display: block;
    width: 70%;
    height: 6px;
    border-radius: 10px !important;
    overflow: hidden;
    background-image: linear-gradient(to right, #264a5c, #264a5c);
    background: linear-gradient(190deg, #000 0%, #000 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

.progress4,
.progress3 {
    display: flex;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e7ebed;
    border-radius: 0;
}

.testi-slider-number span.end_number,
.testi-slider-number span.start_number1 {
    right: 0;
    font-family: 'Montserrat';
    font-size: 25px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testi-slider-number .nike-zoom-silder-number {
    top: auto;
    bottom: -48%;
    left: 5%;
}

.testi-slider-number {
    bottom: -52%;
    top: auto;
    left: 4%;
}

.testi-slider-number span.start_number1 {
    font-family: 'Montserrat';
    font-size: 25px;
    line-height: 20px;
    bottom: 0;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_counter h2 span.mid {
    font-family: 'Montserrat';
    font-size: 17px;
    line-height: 20px;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slide_counter h2 {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 60%;
    margin: 0 auto -10px;
    font-weight: 400;
    gap: 10px;
}

.heading.text_center {
    text-align: center;
}

.heading.text_center p {
    width: 60%;
    margin: 0 auto;
    font-weight: 600;
    opacity: 1;
}

/* Testimonial Section End */
/* footer start */
.footer-links.footer-links-contact li {
    margin: 20px 0;
    gap: 20px;
    display: flex;
    align-items: center;
}

.footer-links.footer-links-contact li a {
    color: #fff;
    font-family: 'Montserrat';
    color: #fff;
    opacity: 50%;
    font-weight: 300;
}

.footer-links.footer-links-contact li i {
    color: white;
}

footer {
    background: #054723;
    padding-top: 5%;
    position: relative;
}

footer .add-padding {
    width: 100%;
    margin: 0px auto;
    max-width: 1500px;
}

.footer-logo {
    top: -10px;
    width: 100%;
    height: 65px;
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 15px;
    justify-content: flex-start;
    border-bottom: 1px solid #ffffff78;
}

.footer-logo img {
    height: 100%;
    width: fit-content;
    object-fit: contain;
}

.bar {
    display: block;
    margin: 0 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 30px 0;
    position: relative;
}

.bar::before {
    position: absolute;
    width: 150px;
    height: 1px;
    content: '';
    background-color: #ffffff78;
    bottom: 0;
    left: 0;
}

.ftr_logo p {
    width: 90%;
    color: #fff;
    opacity: 50%;
    margin: 0 0 30px 0px;
}

.ftr_logo h5 {
    color: #fff;
}

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

ul.footer_social li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #116139;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a:hover {
    background: #fff;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a:hover i {
    color: #116139;
    transition: 0.3s ease-in-out;
}

ul.footer_social li a i {
    color: #fff;
}

ul.services a {
    font-size: 13px;
}

.ftr_box a {
    font-size: 14px;
    font-family: 'Montserrat';
    display: block;
    margin: 8px 0;
    color: #fff;
    opacity: 50%;
    font-weight: 300;
    transition: 0.3s ease-in-out;
}

.ftr_box a:hover {
    color: #fdfcfc;
    transition: 0.3s ease-in-out;
    margin-left: 10px;
    opacity: 1;
}

.footer-links.footer-links-contact li a:hover {
    color: #fff;
    transition: 0.3s ease-in-out;
    opacity: 1;
}

.footer-links.footer-links-contact ul li img {
    object-fit: scale-down;
    width: auto;
    opacity: 50%;
}

.copy_right {
    margin: 50px 0 0 0;
    padding: 20px 0;
    text-align: left;
    border-top: 1px solid #ffffff59;
    position: relative;
}

.copy_right p {
    color: #fff;
    margin: 0;
}

ul.our-happy-box-ul img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 4px #00000029;
}

h4.bar.full::before {
    width: 90%;
}

.copy_right-image.wow.slideInRight {
    display: flex;
    justify-content: end;
}

/*Inner PAges Start*/
.inner-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.inner-banner-sec {
    position: relative;
    border-bottom: 2px solid #fff;
}

.inner-banner-txt {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.inner-banner-txt h1 {
    font-size: 125px;
    line-height: 130px;
    margin: 0;
}

section.meet-sec {
    background: #056839;
    padding: 100px 0;
}

.meet-img img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}

.meet-txt {
    background: #045328;
    border: 2px solid #FFF;
    width: 50%;
    padding: 20px;
    margin-left: -70px;
}

.meet-img {
    width: 50%;
}

.meet-txt h4 {
    font-size: 35px;
    margin: 0;
    line-height: 40px;
}

.meet-txt h5 {
    font-size: 15px;
    color: #fff;
}

.meet-main {
    display: flex;
    align-items: center;
}

.meet-head {
    margin: 0 0 50px;
}

/*Inner PAges Start*/
/*CART PAGE CSS*/
.shopping_cart {
    padding: 80px 0;
    background: #105730;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #fff;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #e3e2e24a;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    gap: 10px;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #b5b5b5;
    height: 60px;
    border-radius: 0px !important;
    background: #fff;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    font-family: 'big_noodle_titling';
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #fff;
}

.minus,
.plus {
    font-size: 34px;
    padding: 0.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #105730;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #102d26;
    color: #105730;
}

#number {
    height: 25px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.cart_recipt {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    color: #ffffff;
    padding: 10px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    height: 70%;
    width: 80%;
    object-fit: contain;
}

.cart_product_img {
    width: 100px;
    display: flex;
    height: 100px;
    flex-shrink: 0;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    background-color: #054723;
    box-shadow: 0px 0px 19px -9px var(--headingColor2);
}

.recipt li {
    display: flex;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    color: #fff;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e2e24a;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    padding: 15px 25px 25px;
    /* border: 1px solid #b8b8b8; */
    border-radius: 15px;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #e3e2e24a;
}

.payment_card h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e3e2e24a;
}

.credit_paypal a {
    padding: 10px 20px;
    border: unset;
    border-radius: 0px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    background-color: #056839;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1000px;
    width: auto !important;
    min-width: 100%;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e2e24a;
}

.payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    padding: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e24a;
}

.payment_card form input::placeholder {
    color: var(--black);
    font-weight: 500;
}

.payment_card form select {
    width: 100%;
    padding: 0;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    background: transparent;
    border-bottom: 1px solid #e3e2e24a;
}

.payment_card form select option {
    color: #000;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: var(--black);
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
    display: flex;
    height: 40px;
    border: none;
    color: #105730;
    align-items: center;
    justify-content: center;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    /* font-family: 'Helvetica'; */
}

.skin-2 .num-in input {
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

/* .skin-2 .num-in span:before, .skin-2 .num-in span:after {content: ''; position: absolute; background-color: #667780; height: 2px; width: 10px; top: 50%; left: 50%; margin-top: -1px; margin-left: -5px; } */
.cart-to-check-box {
    display: flex;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}

.cart-to-check-box a {
    /* font-family: 'Playfair'; */
}

/*CART PAGE CSS END*/
/*Billing start */
.billing_form {
    padding: 40px;
    /*background-color: #0e194a;*/
}

.billing_form h3 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 800;
}

.billing_form label {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
}

.radiosss p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 400;
    background: transparent;
}

.billing_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #b7b7b75e;
    margin-bottom: 20px;
    padding-left: 15px;
    background-color: #fff0;
    border-radius: 0px;
    color: #fff;
}

.billing_form input::placeholder {
    color: #ffffff;
    font-size: 13px;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    /* font-family: 'big_noodle_titling'; */
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: var(--black);
    font-weight: 800;
    margin: 0;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: var(--black);
    font-weight: 700;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: var(--black);
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.cart_sidebar {
    padding: 40px 15px;
    border: none;
    border-radius: 0px;
}

.cart_sidebar .theme-btn-1 {
    margin: 0px auto;
}

section.checkout_page {
    padding: 80px 0;
    margin-bottom: 0%;
    background: #105730;
}

.cart_sidebar h3 {
    font-size: 22px;
    color: #fff;
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 20px;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
    color: var(--black);
}

.cart_sidebar h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #c6c6c6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: var(--black);
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: var(--black);
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    height: 50px;
    width: 150px;
    background: var(--black);
}

.checkout_btn:hover {
    color: white;
}

.Quick_info ul li a {
    text-transform: lowercase;
    font-size: 14px;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    /* font-family: 'big_noodle_titling'; */
}

label {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: var(--headingColor);
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 1px solid #b5b5b5;
    margin-left: 0;
    padding: 20px;
    background-color: transparent;
}

.billing_form {
    padding: 20px;
}

.cart_sidebar a {
    margin: 0 auto;
}

.cart_sidebar a i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    color: #f95180;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

/*Billing End */
/* InnerPage Contact Us start */
.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: "";
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
    color: #fff;
}

.contact-pag-form form select.form-control option {
    color: #000;
}

.contact-pag-form form input.form-control::placeholder {
    color: #ffffff;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 18px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #ffffff;
    border-radius: inherit;
    border-radius: 6px;
    height: 150px;
    scroll-behavior: unset;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #ffffff;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #10562f;
    background: #ffffff;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    display: flex;
    padding: 40px 20px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: flex-start;
    background-color: #056839;
    border: 1px solid var(--headingColor);
}

.contact-main-sec h4 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--white);
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    padding-top: 0px;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 16px;
    display: block;
    margin-top: 3px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: var(--black);
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-main-sec {
    padding: 100px 0;
    background: #10562f;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-pag-form .form-group i {
    top: 20px;
    left: 13px;
    font-size: 18px;
    position: absolute;
    color: var(--headingColor);
}

.contact-pag-form .form-group1 i {
    right: 11px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    margin-top: 5%;
}

section.contact-main-sec button {
    /* border: 1px solid transparent */
}

.salary-range-wrapper .skill-main .skill-wrrap .skill-per {
    height: 12px;
    background: var(--headingColor);
    border-radius: 8px;
    width: 0;
    transition: 1s linear;
    position: relative;
}

.salary-range-wrapper .skill-main .skill-wrrap .skill-per:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 2px solid var(--headingColor);
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* InnerPage Contact Us end */
/*  product Detail Review Section Start */
/* Rating Stars */
.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "ÃƒÂ¢Ã‹Å“Ã¢â‚¬Â¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

.price_rev .col-6 {
    width: fit-content;
}

/* Rating Stars */
.prod-detail-description {
    position: relative;
    padding: 50px 4% 100px;
    background: #056839;
}

.prod-detail-description .nav-tabs .nav-link {
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
    width: fit-content;
    margin-right: 10px;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0 !important;
    font-family: 'Rigid Square SemiBold';
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 3px solid #fff !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
    border-bottom: 3px solid #fff !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 35px;
    border: 0;
    border-bottom: 1px solid #dee2e652;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
    border: 1px solid #fff;
    margin: 5px 0 20px;
    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #fff;
    margin: 5px 0 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    resize: none;
    background-color: transparent;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: var(--black);
    color: #fff;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #f9f9f936;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Montserrat';
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #fff;
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    margin: 0;
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff;
}

.prod-detail-description .prd-det-discription-content h5 {
    color: #fff;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}

.prod-detail-description .prd-det-additional-content ul li p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.prod-detail-description .prd-det-additional-content ul li {
    margin-bottom: 15px;
}

.prod-detail-description .prd-det-discription-content ul li p {
    text-transform: uppercase;
}

.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}

/* product detail ends */
section.products_section.products_section-inner-page {
    border: unset;
    padding: 90px 0px 50px;
}

section.watch-sec.sec.inner-video-sec {
    padding: 100px 5%;
    background-color: #105730;
}

section.watch-sec.sec.inner-video-sec .watch-slider-main {
    background-color: #105730;
}

.section-heading {
    text-align: center;
    margin-bottom: 25px;
}

.section-heading p {
    width: 80%;
    margin: auto;
    max-width: 950px;
}

.inner-watch-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.inner-watch-img .play-btn {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.inner-watch-img .play-btn::before {
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(187deg, rgba(5, 71, 35, 0) 0%, rgba(5, 71, 35, 0.31) 50%, rgba(5, 71, 35, 0.56) 100%);
}

.inner-watch-img .play-btn i {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 95px;
    margin: auto;
    height: 95px;
    color: #054723;
    display: flex;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    animation: pulse 2s infinite;
}

.inner-watch-img h4 {
    left: 20px;
    width: 90%;
    z-index: 1;
    bottom: 20px;
    color: #fff;
    position: absolute;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px #ffffff7e;
        box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }
}

.inner-watch-img .play-btn img {
    width: 105%;
    height: 100%;
    max-width: 105%;
    object-fit: cover;
    animation: moveLeftToRight 4s linear infinite;
}

.inner-watch-img .vid {
    width: 100%;
    height: 100%;
}

.inner-watch-img .vid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}