@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    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: 500;
    line-height: 25px;
    font-family: 'montserrat-regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'oswald-demibold';
    src: url(../font/Oswald-DemiBold.woff);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-medium';
    src: url(../font/Montserrat-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
/* @font-face {
    font-family: 'oswald-medium';
    src: url(../font/Oswald-Medium.woff);
    font-weight: 400;
    font-style: normal
} */



/***** 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: 13px 22px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #fc4224;
    position: relative;
    font-size: 15px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    font-family: 'montserrat-regular';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    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
}

.theme_btn:hover {
    color: #ffffff;
}

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

.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;
}
/* font-family: 'oswald-demibold'; */
/* font-family: 'oswald-medium'; */
h1 {
    font-family: 'oswald-demibold';
    font-size: 77px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'oswald-demibold';
    font-size: 77px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}

h3 {
    font-family: 'oswald-demibold';
    font-size: 40px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 8px;
}

h4 {
    font-family: 'oswald-demibold';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'montserrat-medium';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h6 {
    font-family: 'montserrat-regular';
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 12px;
}



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 */

.menuSec {
    padding: 10px 0;
    background: #1e1e1e;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 20px;
    font-size: 12px;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

/* .menuSec ul li:last-child a {
    padding-right: 0px;
} */

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fc4224;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



.container-fluid {
    padding: 0px 100px;
}

.topSec {
    padding: 20px 0px;
}

.header-logo img {
    width: auto;
}

.header-input-selct {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    border: 1px solid #d2d1d1;
    border-radius: 50px;
    position: relative;
}

.header-input-selct select {
    background: transparent;
    border: unset;
    border-right: 1px solid #d2d1d1;
    width: 10%;
    padding: 10px;
    background: #ff000000;
    border-radius: 23px 0px 0px 23px;
}



.header-input-selct input {
    border: unset;
    width: 80%;
    padding-left: 20px;
    font-size: 11px;
    font-family: 'montserrat-medium';
    padding: 0px 0px;
    padding-left: 20px;
}

.header-input-selct input::placeholder {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'montserrat-medium';
}

.header-input-selct > button {
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 50%;
    height: 45px;
    width: 48px;
    border: unset;
    background: #fb4224;
    color: #fff;
}
.header-top-account ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.header-top-account ul li a img {
    width: 26px;
    margin: 0 auto;
    margin-bottom: 4px;
}

.header-top-account ul li a {
    color: #000;
    text-transform: uppercase;
    display: inline-grid;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 11px;
    font-family: 'montserrat-medium';
}

.top-account-number {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 14px;
    width: 14px;
    background: #fb4224;
    border-radius: 50%;
    line-height: 17px;
    color: #fff;
    font-size: 8px;
}







.select-button ul {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 10px 0px;
    border: 1px solid #ccc;
}

.select-button ul.show {
    display: block;
    background: #fc4224;
    z-index: 1;
    border-radius: 10px 0px 0px 0px;
    border: unset;
    padding: 0px;
    overflow: hidden;
    z-index: 2;
    border: 1px solid #ffffff;
}

.select-button ul li {
    padding: 5px 10px;
    cursor: pointer;
}

.select-button ul li:hover {
    background: #000000;
}
.select-button button {
    border: unset;
    background: #fc422400;
    padding: 10px 20px;
    border-right: 1px solid #d2d1d1;
    border-radius: 23px 0px 0px 23px;
}
.number-mail-info ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.number-mail-info ul li a {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    padding: 0px;
}
.select-button ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 20px 8px 20px;
}
.dis-block{
    display: block;
}
section.main_slider {
    position: relative;
    z-index: 1;
}

.banner-img img {
    width: 100%;
}

.banner-text-size {
    font-size: 124px;
    text-transform: uppercase;
}


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

.banner-shape-imgone img {
    width: 100%;
}

.banner-shape-imgone {
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 69%;
    z-index: 0;
}

.banner_text {
    position: relative;
    z-index: 2;
}

.banner_text p {
    width: 67%;
}

.theme_btn.theme-btntwo {
    background: #0d4240;
    border: unset;
}

.banner-shape-imgtwo {
    position: absolute;
    bottom: 0;
    right: 100px;
    /* height: 300px; */
    width: 500px;
    object-fit: cover;
}

.banner-shape-imgtwo > img {
    width: 100%;
}

.banner-shape-imgtwo-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 20px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: end;
}

.banner-shape-imgtwo-text img {
    margin-bottom: 12px;
}

.banner-shape-imgtwo-text p {
    margin-bottom: 7px;
    color: #fff;
    font-size: 16px;
    opacity: 60%;
}

.banner-shape-imgtwo-text a {
    font-family: 'montserrat-regular';
    color: #fff;
    font-size: 26px;
}


.featured-categories-top {
    text-align: center;
}

section.featured-categories-sec {
    margin: 100px 0px;
}
.featured-categories-box-img > img {
    width: 100%;
    margin-bottom: 20px;
}

.featured-btn a {
    height: 50px;
    width: 50px;
    background: #fc4224;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.featured-categories-box-text {
    text-align: center;
}

.featured-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.featured-categories-box {
    padding: 0px 30px;
    position: relative;
    z-index: 1;
}

.featured-categories-box-text p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-family: 'montserrat-regular';
    font-weight: 600;
}
.featured-categories-box:before {
    position: absolute;
    content: '';
    bottom: 20px;
    left: 0;
    height: 350px;
    width: 420px;
    z-index: -1;
    /* background: #f1efef; */
    /* border-radius: 10px 10px 100px 100px; */
    background-image: url(../images/featured-shape-img1.png);
    object-fit: cover;
    background-repeat: no-repeat;
}

/* Services Css Start */
.success-stories-slider .slick-list.draggable {
    padding: 0px 400px !important;
}

.success-stories-slider-box-text {
    display: none;
}

.slick-center .success-stories-slider-box-text {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
    width: 34%;
    background: #fc4224;
    padding: 0px 40px;
    border-radius: 20px;
}

.success-stories-slider-box {
    position: relative;
}

.success-stories-slider-box-img img {
    border-radius: 20px;
}

.success-stories-slider-box-text h4 {
    color: #fff;
    font-size: 57px;
}

.success-stories-slider-box-text p {
    color: #fff;
}


section.our-success-stories-sec .container-fluid {
    padding: 0px;
}


.success-stories-slider-box-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.row.services-one-pd {
    margin: 0px -140px 0px -140px;
}

.our-success-stories-top-heading {
    text-align: center;
}

.success-stories-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
section.our-success-stories-sec{
    margin-bottom: 100px;
}

/* Services Css End */





/* Container styling */
.featured-product-box-btn ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
    /* background-color: #0b3d39; */ /* Aapka background color */
    padding: 10px;
    justify-content: space-between;
}

.quantity-counter {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-family: sans-serif;
}

/* Minus Button */
.minus-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: #53706e; /* Muted teal color */
    color: white;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Plus Button */
.plus-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: white;
    color: #ff4d2a; /* Red/Orange plus sign */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qty-value {
    font-size: 18px;
    min-width: 15px;
    text-align: center;
}

/* Button hover effect */
.minus-btn:hover, .plus-btn:hover {
    opacity: 0.8;
}
.featured-product-box-img img {
    width: 100%;
}

.featured-product-box-text {
    padding: 60px 20px 30px;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0px 0px 30px 30px;
    background: #fff;
    margin-top: -40px;
}

.featured-product-box {
    border: 1px solid #c3c3c3;
    border-radius: 37px;
    background: #0d4240;
    margin-bottom: 50px;
}

.featured-product-box-text h5 {
    font-weight: 600;
}

.featured-product-box-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    margin-top: 17px;
}

.featured-product-box-text ul li h6 {
    margin-bottom: 0px;
    color: #fc4224;
    font-size: 22px;
    font-weight: 900;
}

.featured-product-box-text ul li i {
    color: #fc4224;
}

.featured-product-box-btn {
    padding: 10px 10px;
}

.featured-product-box-btn ul {
    margin-bottom: 0px;
}

.featured-product-btn {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 50px;
    color: #fff;
}


.featured-product-tab ul.nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: unset;
    margin-bottom: 20px;
    gap: 30px;
}



.featured-products-top-heading {
    text-align: center;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    /* background: #ffffff !important; */
    border: 1px solid #bfbfbf;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-radius: 50px;
    padding: 12px 32px;
}
.nav-link {
    display: block;
    color: #bfbfbf;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    background: #ffffff !important;
}
.nav-link:hover, .nav-link:focus {
    color: #fc4224;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #fff;
    border-color: unset;
    background: #fc4224 !important;
}
section.featured-products-sec {
    margin-bottom: 100px;
}

section.why-choose-us-sec {
    background-image: url(../images/why-choose-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
    margin-bottom: 100px;
    background-attachment: fixed;
    position: relative;
}

.why-choose-us-text ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    background: #fff;
    padding: 7px;
    border-radius: 10px 0px 0px 10px;
}

.why-choose-us-text-icon {
    height: 60px;
    width: 60px;
    background: #fc4224;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.why-choose-us-text ul li h5 {
    margin-bottom: 0px;
}

.why-choose-us-text h2 {
    color: #fff;
}

.why-choose-us-text {
    margin-left: 30px;
}
.why-choosetop-img {
    position: absolute;
    top: -10px;
    left: 0;
    height: auto;
    width: 100%;
}

.why-choosetop-img img {
    width: 100%;
}

.why-choosebtm-img {
    position: absolute;
    bottom: -10px;
    left: 0;
    height: auto;
    width: 100%;
}

.why-choosebtm-img img {
    width: 100%;
}




/*---------------------------------------------------- News Section Start --------------------------------------------------------------*/

.news-head {
    text-align: center;
    margin-bottom: 25px;
}

.news-head h2 {
    text-transform: uppercase;
    line-height: 1;
}

.news-head p {
    width: 47%;
    margin: 0 auto;
}

section.latest-news-sec {
    margin-bottom: 100px;
}

section.latest-news-sec .row.e {
    margin-bottom: 80px;
}

.news-main img {
    width: 70%;
    height: 410px;
    object-fit: cover;
    transition: ease-in;
    transition-duration: 0.5s;
    border-radius: 20px;
}

.news-main img:hover {
    scale: 1.05;
    transition: ease-out;
    transition-duration: 0.5s;
}


.news-txt {
    position: absolute;
    top: 15%;
    right: 10px;
    background: #fff;
    padding: 45px 40px 35px 40px;
    width: 60%;
    box-shadow: 3px 0px 10px 0px #44444445;
    border-radius: 20px;
}

.news-main {
    position: relative;
}



.news-txt h3 {
    margin-top: 15px;
    font-size: 28px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    line-height: 37px;
    font-weight: 400;
}



.news-txt ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-txt ul li {
    
display: flex;
    
align-items: center;
    
gap: 10px;
}

.news-txt h3 span {
    font-size: unset;
    background: unset;
    padding: unset;
    display: block;
    color: #000;
    text-transform: none;
}

.news-txt ul li a i {
    border: 1px solid #919191;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fc4224;
}

.news-main.e:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: -23px;
    background: #cacaca;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.news-main.rr:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 36%;
    background: #e7e7e8;
    width: 110px;
    height: 65px;
    z-index: -1;
}
.blog-icon-blow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-txt h4 {
    font-size: 20px;
    font-family: 'montserrat-medium';
}

.news-main-date h3 {
    font-size: 22px;
    font-family: 'montserrat-regular';
    text-align: center;
    color: #fff;
}

.news-main-date {
    position: absolute;
    top: 0;
    left: 30px;
    background: #fb4224;
    padding: 6px 9px;
}

.news-main-date h3 span {
    font-size: 14px;
}
.why-choose-us-text p {
    color: #fff;
    width: 72%;
    font-size: 19px;
}

section.why-choose-us-sec.gear-rentals-sec {
    background-image: url(../images/gear-rentals-bgimg.png);
}


/*---------------------------------------------------- News Section End --------------------------------------------------------------*/




/* Testimonials Starts */

.tattered-imgs-right {
  position: absolute;
  height: 450px;
  width: 16%;
  right: 0;
  margin-top: 50px;
}

.tattered-imgs-right .tattered-img:nth-child(2) {
  position: absolute;
  right: 20px;
  top: 140px;
}

.tattered-imgs-right .tattered-img:nth-child(1) {
  position: absolute;
  top: 0;
}

.tattered-imgs-left {
  position: absolute;
  left: 0;
}

.tattered-imgs-left .tattered-img:nth-child(1) {
  top: 40px;
  position: absolute;
  left: 0;
}

.tattered-imgs-left .tattered-img:nth-child(2) {
  position: absolute;
  top: 120px;
}

.tattered-imgs-left .tattered-img:nth-child(3) {
  position: absolute;
  top: 287px;
  right: 0;
}

.tattered-imgs-left {
  height: 460px;
  width: 16%;
  margin-top: 50px;
}
section.testimonials-sec .row {
  position: relative;
}

section.testimonials-sec .testi-txt {
  position: relative;
  padding: 30px 30px 30px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #7272724d;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}

.testi-author h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fb4224;
  line-height: 26px;
  margin-bottom: 5px;
}

.testi-author h4 {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
}

.testi-author h4 span {
  color: #fa9c00;
}

.testi-slider .slick-slide {
  margin: 50px 40px;
}

section.testimonials-sec .sec-heading {
  margin: 0 0 50px;
}

section.testimonials-sec {
  margin-bottom: 100px;
}

section.testimonials-sec .miltrate ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 6px;
  width: 80px;
}

section.testimonials-sec .miltrate {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

section.testimonials-sec .miltrate ul li a i {
  color: #ff9c00;
}

section.testimonials-sec .miltrate li:last-child a i {
  color: #acacac;
}
.testi-author h5 {
  font-size: 17px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
  opacity: 50%;
}

section.testimonials-sec .slick-active {
  opacity: 1;
}

section.testimonials-sec .testi-txt .author-img img {
  width: 100%;
}

section.testimonials-sec .testi-txt .author-img {
  width: 80%;
}

section.testimonials-sec .testi-txt .testi-author {
  margin-bottom: 18px;
}

section.testimonials-sec .miltrate h5 {
  margin: 0;
  font-weight: 600;
}

section.testimonials-sec .slick-list {
  padding: 50px 0px 20px;
}

/* Testimonials Ends */

section.testimonials-sec button.slick-prev.slick-arrow {
  left: 81%;
  top: 83.2%;
  width: 35px;
  height: 35px;
  opacity: 1;
  z-index: 4;
}

section.testimonials-sec button.slick-next.slick-arrow {
  right: 65px;
  top: 82%;
  width: 45px;
  height: 45px;
  opacity: 1;
}

button.slick-next.slick-arrow:hover {
  filter: unset;
  opacity: 1;
}

button.slick-prev.slick-arrow:hover {
  filter: unset;
  opacity: 1;
}

section.testimonials-sec .counterMd-Col {
  position: relative;
}

section.testimonials-sec .counterMd-Col .nike-zoom-silder-number {
  position: absolute;
  bottom: 45px;
  right: 158px;
  display: inline-block;
}

.banner-ss .slick-prev:before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-silder-left.png);
    height: 30px;
    width: 29px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
.slick-next:before {
    content: '';
    position: absolute;
    background-image: url(../images/testi-silder-right.png);
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}



 /* Footer */
footer {
  background: #111111;
  padding: 80px 0 20px 0;
  position: relative;
}
/* footer:before {
    position: absolute;
    content: '';
    bottom: 66px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
} */

footer p {
  font-size: 14px;
  width: 90%;
  color: #ffff;
  margin-bottom: 0;
  line-height: 25px;
}

.footer_logo p {
  /* font-family: 'Montserrat'; */
  font-weight: 300;
  color: #fff;
  opacity: 1;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
}

footer h3 {
  font-size: 22px;
  margin: 0 0 25px 0;
  font-weight: 200;
  /* font-family: 'Rajdhani'; */
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.quick-links ul li {
  margin-bottom: 3px;
}

.quick-links ul li a {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 14px;
  transition: ease-in;
  transition-duration: 0.2s;
  font-family: 'montserrat-regular';
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 32px;
}

.quick-links ul li a:hover {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

.quick-links > div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 50px;
}

ul.footer-list li a {
  font-size: 17px;
  color: #ffffffa6;
  line-height: 40px;
  font-weight: 300;
}

ul.ftr-list li a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
  transition: ease-in;
  transition-duration: 0.2s;
  opacity: 1;
}

ul.ftr-list li a:hover p {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

ul.ftr-list li a p {
  line-height: 1;
  margin: 0;
  transition: ease-in;
  transition-duration: 0.2s;
  opacity: 1;
  font-size: 13px;
}

ul.ftr-list li a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  object-fit: contain;
}

ul.ftr-list i {
  color: #606e76;
  font-size: 24px;
}

.footer-text {
  width: 85%;
  margin: 0px 0px 0px auto;
}

.quick-links {
  width: 88%;
  margin: 0 0 0 auto;
  margin-bottom: 50px;
}

.quick-links.ser-links {
  width: 90%;
}

footer .col-md-3:before,
footer .col-md-2:before {
  position: absolute;
  content: "";
  background-color: #1e1e1e;
  right: 0;
  height: 100%;
  width: 1px;
  top: 0;
}

footer .col-md-4,
footer .col-md-3,
footer .col-md-2 {
  position: relative;
}

footer .col-md-3:last-child:before {
  display: none;
}

.ftr-btm {
  /* background: #232323; */
  /* padding: 0px 0px 0px; */
  /* border: 1px solid #8d8d8d3d; */
  /* border-radius: 5px; */
  /* border: 1px solid #000; */
}

.ftr-btm ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  border: 2px solid #1e1e1e;
  padding: 12px 20px;
  background: #141414;
  border-radius: 10px;
}

.ftr-btm ul li {
  font-size: 14px;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 0px;
}

.ftr-btm ul li a i:hover {
  background: #fc4224;
  color: #ffffff;
}

.social-icons a i {
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s;
}

.footer_bottom ul {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.footer_logo h3 {
  font-size: 22px;
  margin: 0 0 25px 0;
  font-weight: 200;
  /* font-family: 'Rajdhani'; */
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.footer_bottom a {
  color: white;
}
.social-icons a i:hover {
    background-color: #fff;
    border: unset;
    transition: 1s;
    color: #000;
}
.footer_logo img {
    margin-bottom: 30px;
}
ul.footer-columtwo {
    column-count: 2;
}
/* Footer end */


/* section.news .container-fluid {
    width: 92%;
} */

.news-head-btn {
    text-align: end;
}

section.news {
    margin-bottom: 100px;
}
.news-head {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}




.newsletter {
    /* background: #202020; */
    padding: 43px 20px;
    background: #fc4224;
}
.email-detail h2 {
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    font-size: 38px;
}
.email-detail p {
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
}
.news_formm {
    position: relative;
    text-align: end;
}
.news_formm form input {
    width: 90%;
    height: 52px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    color: #ffffff;
    border-radius: 10px;
}
.news_formm form button {
    position: absolute;
    top: 0px;
    right: -1px;
    border: none;
    padding: 0;
    background-color: #262626;
    padding: 14px 36px;
    font-size: 16px;
    font-family: 'montserrat-medium';
    color: #ffffff;
    border-radius: unset;
    text-transform: capitalize;
    border-radius: 10px;
}
.news_formm form input::placeholder{
    color: #000000;
}
.subscribe-text-icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.subscribe-icon img {
    width: 80px;
}
section.main_slider.inner-banner-sec .banner-shape-imgone {
    width: 60%;
    height: 100%;
}

section.main_slider.inner-banner-sec .banner-shape-imgone img {
    width: 100%;
    height: 100%;
}
.about-img img {
    width: 100%;
}

section.about-sec {
    margin: 100px 0px;
}
.get-know-box {
    text-align: center;
    margin-top: 20px;
}

.get-know-box-img {
    margin-bottom: 17px;
}

.get-know-box-text h4 {
    font-size: 26px;
    text-transform: uppercase;
}

.get-know-box-text h6 {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.guided-trips-img img {
    width: 100%;
    height: 610px;
    object-fit: cover;
    border-radius: 10px;
}

.guided-trips-text {background: #0d4240;width: 104%;border-radius: 24px;margin-left: -30px;padding: 95px 80px;}

.guided-trips-text h3 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
}

.guided-trips-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.guided-trips-text ul li {
    color: #fff;
    font-size: 15px;
}

.guided-trips-text ul:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 16px;
    right: 0px;
    height: 1px;
    width: 80%;
    background: #fff;
    margin: 0 auto;
}

.guided-trips-text.guided-trips-texttwo {
    margin-left: 0px;
    z-index: 1;
    position: relative;
}

section.guided-trips-sec {
    margin: 100px 0px;
}

.guided-trips-top-heading {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.how-it-works-box {
    border-radius: 50%;
    height: 360px;
    width: 360px;
    box-shadow: 0px 0px 6px 0px #0000003d;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

.how-it-works-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 102%;
    width: 102%;
    background: #5c5c5c;
    z-index: -1;
    border-radius: 50%;
}

.how-it-works-box h3 {
    font-size: 57px;
    color: #fb4224;
}

.how-it-works-box.how-it-works-boxtwo:before {
    background: #f84123;
}

section.how-it-works-sec {
    margin-bottom: 100px;
}
.how-it-works-row{
    position: relative;
}

.how-it-works-imgone {
    position: absolute;
    bottom: 0px;
    left: 20%;
    z-index: -4;
}

.how-it-works-imgtwo {
    position: absolute;
    top: -19px;
    left: 53%;
    z-index: -1;
}

.how-it-works-top-heading {
    text-align: center;
    margin-bottom: 60px;
}
section.featured-products-sec.day-rental-sec {
    margin: 100px 0px;
}

section.featured-products-sec.day-rental-sec .featured-products-top-heading h2 {
    margin-bottom: 3px;
}

section.featured-products-sec.day-rental-sec .featured-products-top-heading p {
    margin-bottom: 50px;
}


/* Inner Shop Start */

.catogeriesbox h4 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}
.prod-heading select {
  width: 100%;
  padding: 8px 40px 13px 10px;
  background: #fff url(../images/dot.png) no-repeat right;
  font-size: 24px;
  background-position-x: 250px;
  -webkit-appearance: auto;
}
.first-item select {
  width: 32%;
  height: 59px;
  font-size: 24px;
  background-position-x: 140px;
  background: #fff url(../images/dot.png) no-repeat right;
  -webkit-appearance: auto;
}
.first-item.text-end p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.first-item.text-end {
  margin-top: -45px;
  margin-right: -40%;
}
.frequently-list ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 22px 0 15px 0px;
  border-bottom: 1px solid #f5f5f5;
  background: unset;
  font-weight: 600;
}
section.product-page-sec {
  padding: 120px 0 50px;
  position: relative;
}
.row.paddingbottom {
  padding-bottom: 33px;
}
section.product-page-sec.all-section {
  padding: 80px 0px;
  position: relative;
}
section.product-page-sec.all-section:before {
  content: "";
  position: absolute;
  background-image: url(../images/bannerafter1.png);
  width: 4%;
  height: 96px;
  top: 40px;
  right: 0%;
  z-index: 9;
  background-repeat: no-repeat;
}
section.product-page-sec.all-section .category-text h4 {
  font-size: 19px;
}
.sale-upto-off-flowertwo.chg {
  right: inherit;
  left: 0;
  transform: rotate(180deg);
}

/* Inner Shop Ends */




/*---------------------------------------------------- Product Detail Section Start --------------------------------------------------------------*/

.productdetailsmallportion img {
    width: 80px;
}

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: cover;
}

.prdt-detail-side:before {
    content: '';
    position: absolute;
    top: -33px;
    left: -50px;
    background: #0000003d;
    width: 2px;
    height: 530px;
}

.head-detil-txt h3 {
    font-weight: 600;
    /* font-size: 35px; */
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.head-detil-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prdt-detail-side {
    margin-left: 30px;
    position: relative;
}

.head-detil-txt a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fc4224;
    color: #fff;
}

.prdt-detail-side p {
    font-size: 14px;
    width: 80%;
    line-height: 25px;
    margin-bottom: 25px;
    opacity: 70%;
}

.prdt-detail-side h6 {
    font-family: 'Montserrat';
    font-size: 25px;
    margin-bottom: 12px;
    color: #141726;
    font-weight: 400;
}

.prdt-dtl-rate ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 0px;
}

.prdt-dtl-rate {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 40px;
}

.prdt-dtl-rate p {
    margin: unset;
    text-decoration: underline;
}

.prdt-dtl-rate ul li i {
    color: #f9ae0e;
}

.prdt-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 35px;
}

.prdt-detail-side span {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

.prdt-acrfd {
    margin-top: 10px;
}

.prdt-acrfd .accordion-button:focus {
    border-color: unset;
    background: unset;
    box-shadow: unset;
}

.Shop-detail-sec {
    margin: 100px 0px;
    position: relative;
    z-index: 2;
}

.product-sec.inner:before {
    top: -60%;
    background-image: url(../images/prt-back.png);
    z-index: -4;
}

section.product-sec.inner .product-head p {
    width: 60%;
    margin: 5px auto 0;
    opacity: 70%;
    font-size: 15px;
}

section.Shop-detail-sec .slick-slide {
    opacity: 1;
    margin: 7px 0px;
}

.productdetailportion img {
    height: 340px;
    object-fit: cover;
    width: 70%;
    margin: 0 auto;
}

.productdetailsmallportion {
    background: #fff;
    width: max-content;
    padding: 1px 17px;
    /* box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%); */
    /* border: 2px solid #00000000; */
}

.productdetailportion {
    background: #ececec;
    padding: 50px 20px;
    /* box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%); */
    width: 100%;
}

.prdt-btn a {
    padding: 15px 45px;
    color: #ffffff;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 1s all;
}

.prdt-btn a:hover {
}

h2.accordion-header {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #000;
    opacity: 1;
}

button.accordion-button {
    padding: 15px 5px 10px;
    margin-bottom: 15px;
}
.Shop-detail-btm-text ul li {
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
}

.Shop-detail-btm-text ul li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: -7px;
    height: 7px;
    width: 7px;
    background: #fc4224;
    border-radius: 50%;
}

.Shop-detail-btm-text ul li span {
    color: #fc4224;
}

/*---------------------------------------------------- Product Detail Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Cart Section Star --------------------------------------------------------------*/

.quanity.product-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table h4 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.pro-cart-det {
    display: flex;
    align-items: center;
    gap: 25px;
}

.product-img.rty {
    width: 110px !important;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img.rty img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

a.cancel-cart-item {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px lightgrey;
    color: black;
    font-weight: bold;
}

.poduct-name {
    text-align: justify;
}

.cart-pro-counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #7c7c7c;
    appearance: none;
    outline: 0;
    user-select: none;
}

.cart-pro-counter span {
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    user-select: none;
    background: lightgrey;
    border-radius: 50%;
    margin: 0 10px;
}

.cart-pro-counter {
    border: 1px solid lightgrey;
    padding: 10px 0;
    justify-content: space-around;
    width: 65%;
    display: inline-flex;
}

th.pr-text-start {
    text-align: left !important;
}

tr.space td {
    vertical-align: middle;
}

tr.space td {
    padding: 30px 0;
    text-align: center;
}

table.table th {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'montserrat-medium';
    text-transform: uppercase;
    font-weight: 600;
}

.cart-clear-upd-btns {
    text-align: right;
}

.cart-clear-upd-btns a:first-child {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 47px;
    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart-clear-upd-btns a:last-child {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    height: 47px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    color: #7c7c7c;
    font-family: 'Poppins';
}

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

.shipping-det label {
    position: relative;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 13px;
    color: #7c7c7c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.shipping-det label:before {
    content: '';
    /* -webkit-appearance: none; */
    background-color: transparent;
    border: 2px solid grey;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

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

.shipping-det li:not(:last-child) {
    margin-bottom: 10px;
}

.cart-tot-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 12px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.cart-right-box h5 {
    font-size: 16px;
    font-family: 'montserrat-medium';
    margin: 0;
    opacity: 70%;
}

.cart-right-box h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 42px;
}

.cart-right-box a.btn-13 {
    font-size: 30px;
    height: 70px;
    align-items: center;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    width: 80%;
}

.cart-shipping-area select,
.cart-shipping-area input {
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid #7c7c7c;
    padding: 0 0 0 17px;
    border-radius: 40px;
}

.cart-shipping-area {
    margin: 20px 0 25px;
}

.cart-shipping-area>span {
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

a.cart-update {
    font-size: 15px;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    border: 1px solid #7c7c7c;
    padding: 12px 40px;
    display: inline-flex;
    margin-top: 10px;
    border-radius: 30px;
}

.cart-right-box {
    padding: 26px 30px 20px;
    position: relative;
    margin-top: 60px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 5%);
}

.cart-shipping-area input {
    color: #7c7c7c;
}

.cart-shipping-area select {
    color: #7c7c7c;
}

.cart {
    position: relative;
    margin: 100px 0px;
}

section.cart:before {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cart .skin-2 .num-in span {
    width: 25px;
    height: 25px;
    margin: 1px 0;
    border-radius: 20px;
    position: relative;
}

.cart .skin-2 .num-in {
    gap: 10px;
    padding: 13px;
}

table.table th:last-child {
    border-bottom-color: #000;
    color: #000;
    border-color: #dee2e6;
}

.cart-tot-box span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'montserrat-medium';
    color: #000;
}

.cart-shipping-area input::placeholder {
    color: #7c7c7c;
}

a.btn1.btn2.cart-btn {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

ul.shipping-det {
    margin-top: 13px;
}

img.crt-1 {
    position: absolute;
    z-index: 1;
    bottom: -8%;
    left: 1%;
}


/* cart */


/* Cart Page End */



a.btn1.btn2.check-out-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 30px auto 0;
}

img.check-1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 1%;
}

.btn-cart-go {
    text-align: center;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 50px;
    width: 110px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fc4224;
    border-radius: 10px;
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
}

.skin-2 .num-in span:before, .skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

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

.poduct-name h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    font-family: 'montserrat-medium';
    margin-bottom: 10px;
}

.poduct-name p {
    font-size: 14px;
    opacity: 70%;
    width: 70%;
    line-height: 25px;
}

.head-cart h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 63px;
}

.cart-right-box:before {
    content: '';
    position: absolute;
    top: 65px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 2px;
}

.cart-right-box:after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 2px;
}

.cart-tot-box.total {
    margin-top: 60px;
    margin-bottom: 0;
}

.cart-right-box a {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    display: block;
    text-decoration: underline;
}

.cart-tot-box.total h5 {
    font-size: 20px;
    text-transform: uppercase;
    opacity: 1;
}

.cart-tot-box.total span {
    font-size: 21px;
}

/* .btn-cart-go {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
} */

.btn-cart-go a {
    color: #ffff;
    font-size: 16px;
    font-family: 'montserrat-medium';
    padding: 12px 30px;
}

.crss-crt {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: #fc4224;
}


/*---------------------------------------------------- Cart Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Checkout Section Start --------------------------------------------------------------*/

.checkout-sec {
    margin: 100px 0px;
    position: relative;
}

section.checkout-sec input, section.checkout-sec textarea {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 1px solid #00000038;
    margin-bottom: 20px;
}

section.checkout-sec .billing label {
    margin-bottom: 10px;
    font-family: 'montserrat-medium';
    font-size: 16px;
    opacity: 70%;
    color: #000;
    font-weight: 500;
}

.billing h2 {
    font-size: 40px;
    margin-bottom: 25px;
    /* font-family: 'QboneR'; */
}

section.checkout-sec textarea {
    height: 150px;
    resize: none;
    margin: unset;
}

.billing p {
    font-size: 15px;
    color: #848484;
}

.checkoutside-txt {
    margin-left: 90px;
}

.checkoutside-txt h2 {
    font-size: 37px;
    margin-bottom: 20px;
    /* font-family: 'QboneR'; */
}

.checkout-rpdt {
    padding: 40px 50px;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

.checkout-sec .order-item h4 {
    font-family: 'montserrat-medium';
    font-size: 18px;
    opacity: 70%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.checkout-sec .order-item span {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.checkout-sec .order-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.checkout-sec .order-item img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    background-color: #f1f1f1;
}

.checkout-sec .coupon {
    margin: 20px 0 25px;
    padding: 17px 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    background: #0d4240;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 10px;
}

.checkout-sec .payment-method {
    margin-top: 40px;
}

.checkout-sec:before {
    content: "";
    position: absolute;
    bottom: -16%;
    right: 0px;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.order-item:Last-child {
    margin: unset;
}

.summary p {
    width: 280px;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 70%;
}

.summary p strong {
    font-size: 20px;
    font-weight: 500;
}

.payment-method h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.payment-method p {
    margin-bottom: 20px;
    width: 86%;
    opacity: 70%;
}


.crest-chekcpoyt {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 20px;
}

.billing p a {
    margin-left: 10px;
    color: #000;
}

.checkoutside-txt button {
    margin-top: 25px;
    background: #fc4224;
    padding: 17px 30px;
    border: unset;
    color: #fff;
    font-size: 17px;
    font-family: 'montserrat-medium';
    letter-spacing: 1px;
    border-radius: 10px;
}

.billing h6 {
    margin-bottom: 30px;
    font-family: 'montserrat-medium';
    font-size: 14px;
    color: #848484;
}

.billing h6 a {
    margin-left: 10px;
    color: #000;
}

/*---------------------------------------------------- Checkout Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 22px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    border-radius: 5px;
    height: 60px;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    font-size: 16.6px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 35px;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 28%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.login-txt {
    padding: 50px 35px;
    border-radius: 12px;
    background-color: #faf9f6;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

.login-txt ul {
    display: flex;
    justify-content: normal;
    align-items: center;
    margin: 20px 0;
    gap: 7px;
}

section.login.sec li.head {
    font-size: 17px;
}

.login-txt ul li {
    display: flex;
    gap: 0;
    font-weight: 400;
    font-size: 16px;
    color: #b6b5b5;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 18px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
    font-family: 'montserrat-medium';
    background: #0d4240;
    border-radius: 10px;
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.login.sec li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 16px;
    color: #b6b5b5;
    font-family: 'Montserrat';
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

section.login.sec {
    position: relative;
    margin: 100px 0px;
}

section.login.sec li.head-ex a {
    color: #09609d;
}

section.login.sec:before {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.login-txt.login-txt-ex li.head a {
    font-size: 16px;
    color: #b6b5b5;
    font-weight: 400;
}

.for-opacity {
    opacity: 0;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/


.order-item-iconstar i {
    color: #f3372d;
    margin: 10px 0px;
}
section.latest-news-sec.inner-blog {
    margin: 100px 0px;
}






/*Contact Us Page Css Start*/

section.contact_page img.circle1 {
    right: 0;
    bottom: unset;
    top: -6%;
}

section.contact_page img.circle2 {
    right: -4%;
    bottom: unset;
    top: 5%;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(41%) sepia(36%) saturate(4372%) hue-rotate(337deg) brightness(95%) contrast(123%);
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    background-color: #0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 340px;
    border: 1px solid #f3372d;
    border-radius: 9px;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 500;
}


.contact_page {
    padding: 100px 0;
    position: relative;
}

.contact_form input {
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 25px 25px;
    resize: none;
    border-radius: 20px;
    background-color: #fff;
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 65%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
}

.section_head h3 {
    color: #000;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 75px;
    text-transform: capitalize;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

section.contact_page.chg2 .contact_detail_box figure img {

    filter: brightness(0) saturate(100%) invert(43%) sepia(28%) saturate(1267%) hue-rotate(169deg) brightness(92%) contrast(89%);
}

.contact_page h4 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 0;
    text-transform: capitalize;
}

.section_head.chg h3 {
    color: #000;
    text-transform: capitalize;
}
.btn_wrap button {
    display: flex;
    margin: 0 auto;
    width: 150px;
    justify-content: center;
    height: 50px;
    align-items: center;
    border: 0;
    background: #f3372d;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
}
.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover {
    background-color: #f3372d;
    border: 1px solid #f3372d;
    transition-duration: 0.2s;
}

.contact_detail_box figure img.img-responsive {
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover figure img.img-responsive {
    transition: ease-out;
    transition-duration: 0.2s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.contact_detail_box:hover * {
    color: #fff !important;
}

/*Contact Us Page Css End*/


.latest-fishing-top-heading h3 {
    font-size: 50px;
}

.latest-fishing-top-heading {
    text-align: center;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 40px;
}

section.latest-fishing-sec {
    margin: 100px 0px;
}

.latest-fishing-box-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 20px;
}

.latest-fishing-box-text h6 {
    font-weight: 600;
    color: #f3372d;
    font-size: 13px;
}

.latest-fishing-box-text {
    text-align: center;
}

.latest-fishing-box-text h4 {
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 31px;
}

.latest-fishing-box {
    width: 90%;
    margin: 0 auto;
}

.latest-fishing-box-text p {
    color: #000;
    font-weight: 600;
}




.weather-card {
            background-color: white;
            border-radius: 40px;
            padding: 30px 100px;
            width: auto;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            text-align: center;
        }

        .location-name {
            font-weight: bold;
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

        .main-weather {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding: 0px 100px 0px 130px;
            margin-bottom: 50px;
        }

        .weather-icon-large {
            width: 100px;
            filter: grayscale(1);
            opacity: 0.3;
        }

        .current-temp {
            font-size: 55px;
            font-weight: bold;
            margin: 0;
            color: #000;
        }

        .details-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            font-size: 0.9rem;
            margin-bottom: 30px;
        }

        .detail-item {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .forecast-table {
            width: 100%;
            border-top: 1px solid #eee;
            margin-top: 10px;
            border-collapse: collapse;
        }

        .forecast-row {
            border-bottom: 1px solid #eee;
            height: 50px;
        }

        .forecast-row td {
            padding: 10px 0;
            font-size: 0.9rem;
            color: #000;
        }

        .temp-range {
            font-weight: bold;
        }

        .footer-link {
            font-size: 0.7rem;
            color: #000000;
            margin-top: 15px;
            text-decoration: none;
            display: block;
            text-align: center;
        }

        /* Simple placeholder icons using emojis or shapes */
        .icon-cloud { color: #ccc; font-size: 40px; }
        .icon-sun { color: #fbc02d; font-size: 25px; }


.fishing-weather-box h2 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.map-great-img {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.map-great-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 200px;
    width: 90%;
    background: #f3372d;
    z-index: -1;
    border-radius: 10px;
    margin: 0 auto;
    right: 0;
}

section.map-great-sec {
    margin-bottom: 100px;
}

.map-great-text h4 {
    margin-top: 20px;
}

.blog-detail-date-number {
    color: #f3372d;
    font-size: 49px;
    text-align: center;
    font-family: 'montserrat-regular';
    margin-bottom: 20px;
}

.blog-detail-date-number span {
    font-size: 20px;
}

.blog-detail-date ul li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #777777;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #777777;
}

.blog-detail-date {
    margin-top: 180px;
    text-align: center;
}

.blog-detail-date ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail-date ul li a i:hover {
    background: #164340;
    color: #ffff;
    border: 1px solid #164340;
}

.blog-detail-text-client {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0px;
}

.blog-detail-text h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

.blog-detail-text h4 {
    color: #f3372d;
    font-size: 23px;
    font-style: italic;
}

.blog-detail-boximg img {
    width: 100%;
}

.blog-detail-text > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

section.blog-detail-sec {
    margin: 100px 0px;
}

.blog-detail-text ul li {
    padding-left: 14px;
    position: relative;
}

.blog-detail-text ul li:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    height: 7px;
    width: 7px;
    background: #f3372d;
    border-radius: 50%;
}
.blog-detail-info li:before {
    display: none;
}

.blog-detail-info ul {
    display: flex;
    gap: 20px;
}

.blog-detail-info {
    margin-top: 50px;
}

.blog-detail-info ul li img {
    width: 129px;
}

.blog-detail-info-side-text {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 0px;
}
.blog-detail-info-side-text-number h4 {
    font-style: normal;
    font-family: 'montserrat-medium';
    font-weight: 600;
}

.blog-detail-info-side-text-btn button {
    padding: 10px 30px;
    text-transform: uppercase;
}

.blog-detail-info h3 {
    font-size: 40px;
}

.blog-info-input textarea {
    width: 100%;
    height: 120px;
    border: unset;
    border-bottom: 1px solid #00000047;
    margin-bottom: 20px;
}

.blog-info-input input {
    border: unset;
    margin-bottom: 20px;
    border-bottom: 1px solid #b8b8b8;
    padding: 8px 0px;
    width: 100%;
    margin-bottom: 50px;
}

button.blog-info-btntwo {
    width: 100%;
    background: #f3372d;
    border: unset;
    padding: 13px 0px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}