@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

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

body {
    word-break: break-word;
    font-family: "Montserrat", sans-serif;
    color: #000;
    overflow-x: hidden;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

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

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

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;
}


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


/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5 h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 80px;
    line-height: 90px;
    font-family: inherit;
}

h2 {
    font-size: 70px;
    line-height: 75px;
}

h3 {
    font-size: 35px;
    line-height: 45px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

::-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: 2px 0 10px 0px;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 74%;
    margin: 0px auto;
}

.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: #555555;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

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

.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: #126773;
    font-weight: 500;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #126773;
    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: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

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

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

.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); */
}


/*banner css end*/

ul.social {
    margin: 0px;
    align-items: center;
    gap: 14px;
}

ul.social li a i {
    font-size: 18px;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #5ce1e6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.maxWidth {
    max-width: 1440px;
    margin: 0px auto;
}

header {
    position: relative;
}

header .second-head {
    position: relative;
    background: #126773;
    padding: 16px;
}

header .second-head p {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

ul.social li a i:hover {
    background: #126773;
    filter: drop-shadow(2px 4px 36px black);
    transform: scale(1.1);
}

header .topSec {
    position: relative;
    padding: 5px 0 5px;
}

header .topSec .row {
    align-items: center;
    padding-top: 5px;
}

.top-cente-col {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.top-cente-col .logo a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

.top-cente-col .logo a img {
    width: auto;
    display: inline-block;
    transition: 0.2s;
}

.top-cente-col .logo a span {
    display: inline-block;
    transition: 0.2s;
    font-size: 14px;
    color: #333333;
}

header .topSec .top-bar-right {
    text-align: right;
}

ul.top-opt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    margin: 0px;
    position: relative;
}

ul.top-opt li a {
    display: flex;
    align-items: center;
    gap: 13px;
    transition: 0.2s;
}

ul.top-opt li a span {
    display: inline;
    font-size: 16px;
    color: #000;
    opacity: 70%;
    text-transform: uppercase;
    font-weight: 400;
    transition: 0.2s;
    line-height: 26px;
}

ul.top-opt li:first-child {
    position: relative;
    padding-right: 11px;
}

ul.top-opt li:first-child:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -6px;
    background: #000;
    opacity: 30%;
}

ul.top-opt li a.head-cart-i {
    position: relative;
}

ul.top-opt li a:hover {
    color: #126773;
    text-decoration: underline;
}

ul.top-opt li a:hover span {
    color: #126773;
}

ul.top-opt li a.head-cart-i span.label {
    position: absolute;
    right: -8px;
    top: -13px;
    width: 22px;
    height: 22px;
    border-radius: 55px;
    background: #5ce1e6;
    opacity: 1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s;
}

ul.top-opt li a.head-cart-i:hover span.label {
    transform: scale(1.5);
    background: #126773;
}

section.home_banner {
    position: relative;
    overflow: hidden;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.home_banner-bg {
    height: 665px;
    width: 100%;
    object-fit: fill;
}

.banner_text {
    position: relative;
}

.banner_text h1 {
    color: #000;
}

.banner_text p {
    color: #000;
    width: 80%;
    padding-top: 10px;
    line-height: 30px;
}

.siteBtn {
    display: inline-block;
    position: relative;
}

.siteBtn .pbtn {
    font-size: 18px;
    padding: 16px 10px;
    background: #126773;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 45px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    transition: 0.2s;
    width: 190px;
    text-align: center;
}

.siteBtn .pbtn:hover {
    background: #5ce1e6;
    color: #000;
    font-weight: 500;
}

.banner_text .siteBtn {
    margin-top: 16px;
}

.banner_img {
    position: absolute;
    bottom: -160px;
    right: -50px;
}

.banner_img img {
    display: inline-block;
    width: 96%;
}


/* Products start  */

section.exp {
    position: relative;
    padding: 80px 0;
}

.heading {
    margin-bottom: 50px;
}

.shop_item {
    position: relative;
    border-radius: 50px;
    padding: 24px 24px 29px;
    background: #fafafa;
    filter: drop-shadow(0px 0px 4px #0000001c);
    transition: 0.2s;
}

.shop-item_img {
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    display: table;
    margin: 0px auto;
}

.shop-item_img img {
    display: table;
    width: 80%;
    margin: 0px auto;
    transition: 0.2s;
}

.shop-item_text {
    position: relative;
    margin-top: 18px;
}

.shop-item_text h4.title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.shop-item_text h4.title:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #000;
    opacity: 8%;
}

.shop-item_text .price-rev {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.shop-item_text .price-rev h5 {
    margin: 0;
    font-weight: 500;
    color: #363535;
}

.shop-item_text .price-rev ul li span i {
    color: #ffba00;
}

.shop-item_text .price-rev ul li p {
    color: #363535;
    font-size: 14px;
    line-height: 23px;
}

.shop-item_text .chose_color {
    position: relative;
}

.chose_color ul {
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 18px;
}

.chose_color ul li span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 55px;
    transition: 0.3s;
    cursor: pointer;
}

.chose_color ul span.color-header {
    width: auto;
    height: auto;
    border-radius: 0px;
    color: unset;
    background: unset;
}

.chose_color ul li span:hover {
    transform: scale(1.2);
}

.chose_color ul li:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
}

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

.chose_sizes ul {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.chose_sizes ul li span {
    width: 18px;
    height: 18px;
    border: 1px solid #d2d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-size: 12px;
    color: #928b8b;
    transition: 0.2s;
    cursor: pointer;
}

.chose_sizes ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chose_sizes ul span.color-header {
    width: auto;
    height: auto;
    display: inline-block;
    border: 0px;
    color: #363535;
    font-size: 14px;
}

.cartbtn {
    display: inline-block;
}

.cartbtn a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    background-color: #5ce1e6;
    align-items: center;
    border-radius: 45px;
    transition: 0.2s;
    filter: drop-shadow(2px 4px 2px #4454);
}

.cartbtn a:hover {
    background: #126773;
}

.cartbtn a img {
    display: inline-block;
    transition: 0.2s;
}

.cartbtn a:hover img {
    filter: brightness(0) invert(1);
}

.shop_item:hover {
    transform: translate(0px, -10px);
}

.shop_item:hover .shop-item_img img {
    transform: scale(1.1);
}

.chose_sizes ul li span:hover {
    transform: scale(1.5);
}


/* Products End */


/* About Start  */

section.about {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-image: url(../images/about-bg-img.png); */
    background: #f9f9f9;
}

section.about .maxWidth {
    position: relative;
}

section.about .col-right {
    position: relative;
    padding-left: 70px;
}

.abt-txt {
    position: relative;
}

.abt-txt .siteBtn {
    display: inline-block;
    margin-top: 10px;
}

section.about .abt-img img {
    position: absolute;
    top: -80px;
    left: -81px;
    height: 628px;
    width: 60%;
    object-fit: contain;
}

.abt-txt p {
    font-size: 15px;
    line-height: 25px;
}


/* About End */


/* Features Start  */

section.features {
    position: relative;
    padding: 40px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../images/features-bg.png);
    background-size: cover;
    position: relative;
    z-index: 1;
}

section.features::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #5ce1e647;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}

.feature-col h3.title {
    margin-top: 0;
}

.feature-col .feature_text {
    margin-top: 18px;
}

.feature-col .feature_text p {
    margin: 0;
    color: #555555;
}


/* Features End */


/* Blogs Start  */

section.blog {
    position: relative;
    padding: 80px 0;
}

.blog-col {
    position: relative;
    height: 600px;
}

.blog-col .blog_text {
    filter: drop-shadow(0px 0px 4px #0000001c);
    transition: 0.2s;
    background: #fff;
    padding: 34px 24px;
    text-align: center;
    position: relative;
}

.blog_img {
    position: relative;
    overflow: hidden;
}

.blog_img img {
    display: inline-block;
    width: 100%;
    transition: 0.2s;
}

.blog-col .blog_text .posted-time {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    gap: 10px;
}

.blog-col .blog_text .posted-time img {
    width: auto;
    object-fit: fill;
    transition: 0.2s;
    display: inline-block;
}

.blog-col .blog_text .posted-time span.post-date {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s;
}

.blog-col .blog_text h5.title {
    color: #000022;
    font-weight: 600;
    line-height: 30px;
    transition: 0.2s;
    margin: 22px 0 0;
}

.blog-col .blog_text p {
    transition: 0.2s;
    font-size: 15px;
    line-height: 24px;
    opacity: 0;
    display: none;
    margin-top: 20px;
}

.blog-col .blog_text .sitebtn-2 {
    margin-top: 24px;
}

.sitebtn-2 {
    display: inline-block;
}

.sitebtn-2 a {
    font-size: 16px;
    padding: 14px 10px;
    background: #5ce1e6;
    color: #000;
    border-radius: 55px;
    font-weight: 600;
    line-height: 26px;
    display: inline-block;
    transition: 0.2s;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
}

.sitebtn-2 a:hover {
    background: #126773;
    color: #fff;
    filter: drop-shadow(2px 34px 46px #2222);
}

.blog-col:hover .blog_text {
    background: #5ce1e6;
}

.blog-col:hover .blog_text .posted-time span.post-date {
    color: #000;
}

.blog-col:hover .blog_text .posted-time img {
    filter: brightness(0);
}

.blog-col:hover .blog_text h5.title {
    color: #000;
}

.blog-col:hover .blog_text .sitebtn-2 a {
    background: #1db1b7;
}

.blog-col:hover .blog_text p {
    opacity: 1;
    display: block;
}


/* Blogs End */


/*Reviews Start*/

.reviews-slider-box ul li h4 {
    color: #339a9e;
    margin-bottom: 8px;
    line-height: 27px;
}

.reviews-sec .slick-prev,
.slick-next {
    bottom: -12%;
    top: inherit;
}

.reviews-sec .slick-next {
    right: 48%;
}

.reviews-sec .slick-prev {
    left: 45%;
}

.reviews-sec .slick-next:before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #b2b2b2;
}

.reviews-sec .slick-prev:before {
    content: "\f30a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 1px solid;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #b2b2b2;
}

.reviews-slider-box:after {
    content: "";
    position: absolute;
    background-image: url(../images/reviews-box-before.png);
    width: 80px;
    height: 72px;
    bottom: -8px;
    right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.reviews-slider-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
    text-align: start;
    gap: 0px;
}

.reviews-slider-box ul li img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 25px;
    padding: 1px;
    background: #c88c41;
}

.checked {
    color: orange;
}

.reviews-slider-box ul li h6 {
    margin-bottom: 0px;
    line-height: 20px;
}

.reviews-slider-box.inner ul li img:hover {
    transform: rotate3d(1, 1, 1, 360deg);
    transition: 1.2s;
}

.reviews-slider-box.inner ul li img {
    transition: 1.2s;
}

.reviews-slider-box {
    height: 320px;
    padding: 45px 0;
    margin-top: 10px;
    background: #fff;
    position: relative;
    text-align: center;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px -5px;
    box-shadow: 0 0 10px 0 #00000017;
}

.reviews-slider-box p {
    width: 80%;
    margin: 0 auto;
    line-height: 25px;
    color: #6f6f6f;
    font-style: italic;
}

.reviews-sec .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1.2;
}

.reviews-heading {
    text-align: center;
    margin-bottom: 2%;
}

.reviews-sec {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.reviews-sec .slick-slide {
    margin: 20px 20px;
}

.faq-img {
    width: 800px;
}


/* .reviews-sec:after {
  position: absolute;
  content: "";
  background-image: url(../images/rev-bg.jpg);
  height: 420px;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
} */

.reviews-slider-box:before {
    content: "";
    position: absolute;
    background-image: url(../images/testimalis-after.jpg);
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    left: 0;
    top: -1px;
    z-index: 0;
    border-radius: 20px 0px 160px 0px;
}


/*Reviews End */


/* Blogs Page start  */

section.iner_banner {
    position: relative;
    overflow: hidden;
}

section.iner_banner img.img-fluid {
    display: none;
}

img.inner_img {
    height: 510px;
    width: 100%;
    object-fit: fill;
}

section.iner_banner .innerWrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


/* Blogs Page End */


/* Blogs Detail Start  */

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

.blog-dt-img {
    position: relative;
}

.blog-dt-img img {
    width: 100%;
    height: 350px;
}

.post-items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 14px;
}

.post-items .dtst {
    display: flex;
    align-items: center;
    gap: 16px;
}

.post-items .posted-time {
    gap: 10px;
}

.blog_dt-text p {
    line-height: 38px;
    color: #444444;
    font-size: 18px;
    margin: 0;
}

.blog_dt-text h5.title {
    color: #000022;
    font-weight: 600;
    padding-bottom: 12px;
}

section.blog-detail .row {
    align-items: center;
}

.blog_dt-text {
    position: relative;
    padding-top: 32px;
}

.blog-btm-text.blog_dt-text p {
    font-size: 17px;
    line-height: 31px;
}

.blog_dt-text .listg {
    position: relative;
    padding-top: 32px;
}

.blog_dt-text .listg h5 {
    font-weight: 600;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}

.blog_dt-text .listg ul li span {
    position: relative;
    line-height: 30px;
    color: #444444;
    font-size: 18px;
}

.blog_dt-text .listg ul {
    width: 52%;
}

.blog_dt-text .listg ul li {
    margin: 10px 0px;
    position: relative;
}

img.mail-shape {
    width: 12px;
    margin-top: -2px;
}


/* Blogs Detail End */


/* Contact start  */

section.connect-urls {
    position: relative;
    padding: 100px 0 100px;
}

.cotact-box {
    position: relative;
}

.cotact-box .card {
    background: #5ce1e6;
    border-radius: 10px;
    border: 0;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px;
}

.cotact-box .card img {
    display: inline-block;
    margin-bottom: 18px;
}

.cotact-box .card h5.card-title {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    transition: 0.2s;
}

.cotact-box .card p {
    color: #fff;
    transition: 0.2s;
}

.cotact-box .card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cotact-box .card:hover {
    background: #126773;
}

section.connect-action {
    position: relative;
    padding-bottom: 100px;
}

.our-time {
    position: relative;
    text-align: center;
}

.our-time .boxitem {
    background: #5ce1e6;
    color: #fff;
    padding: 40px 42px;
    border-radius: 60px;
}

section.connect-action h3 {
    font-size: 45px;
    line-height: 56px;
}

.our-time .boxitem ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
}

.our-time .boxitem ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.our-time .boxitem ul li span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.viewMap {
    position: relative;
    margin-top: 60px;
}

.action-form {
    position: relative;
    padding-left: 24px;
}

.action-form .heading p {
    width: 70%;
    opacity: 80%;
}

.action-form .heading {
    margin-bottom: 24px;
}

.action-form .formField {
    position: relative;
    margin-bottom: 24px;
}

.action-form .formField input {
    width: 100%;
    border: 1px solid #eceaea;
    height: 48px;
    border-radius: 4px;
    padding: 10px 18px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.action-form .formField textarea {
    width: 100%;
    border: 1px solid #eceaea;
    border-radius: 4px;
    padding: 14px 18px;
    color: #666666;
    font-size: 16px;
    font-weight: 500;
    height: 150px;
    resize: unset;
}

.action-form .formbtn {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.action-form .formbtn button {
    font-size: 24px;
    font-weight: 600;
    background: #5ce1e6;
    border: 1px;
    width: 100%;
    padding: 14px 14px;
    border-radius: 100px;
    transition: 0.3s;
}

.action-form .formbtn button:hover {
    background: #126773;
    color: #fff;
}


/* Contact End */


/* About Page Start  */

section.about-page-sec1 {
    padding: 100px 0;
    position: relative;
}

section.about-page-sec1 .smList {
    position: relative;
}

section.about-page-sec1 .smList h6 {
    font-weight: 700;
    color: #000;
}

section.about-page-sec2 {
    padding: 60px 0 100px;
}

section.about-page-sec2 h3 {
    font-size: 50px;
    line-height: 60px;
}

section.about-page-sec2 p {
    line-height: 30px;
}

section.mailtston h3 {
    font-size: 50px;
    line-height: 55px;
    margin: 0;
}

section.about-page-sec2 .abotpageLeff {
    padding-top: 40px;
}


/* About Page End */


/*login start*/

.login-txt form input {
    width: 100%;
    margin-bottom: 18px;
    outline: none;
    padding: 14px 40px 14px 20px;
    color: #333333;
    border: 1px solid #ddddda;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

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

.login-txt h2 {
    margin: 0 0 30px 0;
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-weight: 600;
}

.password-box {
    position: relative;
}

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

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

.password-icon span {
    color: #000;
    cursor: pointer;
    opacity: 30%;
}

.login-txt {
    padding: 45px 44px 32px;
    background-color: #fff;
    border: 1px solid #333333;
    border-radius: 40px;
}

.login-txt ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
}

li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
    font-size: 16px;
    color: #444;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 14px 0px;
    outline: none;
    border: none;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 100px;
    transition: 0.2s;
    background: #126773;
}

.head-ex {
    text-decoration: underline;
}

span.head.head-ex {
    color: #000;
}

section.login {
    padding: 100px 0;
}

.login-txt form button:hover {
    filter: drop-shadow(0px 15px 8px #00000045);
    transform: scale(0.97);
}

.container .column-left {
    margin-right: 12px;
}

.container .column-left button {
    background: #5ce1e6;
    color: #000;
    font-weight: 600;
}

section.login .column-right {
    margin-left: 12px;
}


/*login end*/


/*Inner Faqs Start*/

.inner-faqs-row {
    width: 88%;
    margin: 20px auto 0;
}

.inner-faqs-heading h3 {
    font-size: 50px;
    line-height: 60px;
}

.inner-faqs-sec {
    padding: 80px 0 80px;
}

.inner-faqs-heading {
    text-align: center;
}

.inner-faqs-heading p {
    width: 45%;
    margin: 0 auto;
}

.inner-faqs-sec .accordion-item h2 {
    line-height: 40px;
}

.inner-faqs-sec .accordion-button {
    width: 100%;
    padding: 10px 24px;
    text-align: left;
    font-weight: 500;
    background: #e0ceba;
    font-size: 18px;
    color: #212121;
    border: 1px solid #b7b7b7;
    background-color: transparent;
    box-shadow: unset;
    border-radius: 10px;
}

.inner-faqs-sec .accordion-button:focus {
    z-index: 3;
    border-color: #b7b7b7;
    outline: 0;
    box-shadow: unset;
    border-radius: 8px;
}

.inner-faqs-sec .accordion-button:not(.collapsed) {
    color: #212121;
    background-color: #5ce1e6;
    box-shadow: unset;
    border-radius: 8px 8px 0px 0px;
    font-size: 30px;
    line-height: 40px;
    border: 0px;
    padding-bottom: 0px;
    font-weight: 500;
}

.inner-faqs-sec .accordion-item {
    background-color: #fff;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 25px;
}

.inner-faqs-sec .accordion-body {
    color: #333333;
    background: #5ce1e6;
    font-size: 16px;
    line-height: 29px;
    padding: 7px 50px 24px 20px;
    border-radius: 0px 0px 8px 8px;
}

.inner-faqs-sec .accordion-button::after {
    content: "\f067";
    position: absolute;
    background-image: inherit !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 20px;
    font-size: 22px;
    color: #fff;
    top: 11px;
    background: #126773;
    width: 40px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.inner-faqs-sec .accordion-button:not(.collapsed)::after {
    background-image: inherit !important;
    transform: inherit;
    content: "\f068";
}


/*Inner Faqs Ends*/


/* Reviews Page start   */

section.reviewsPage .reviews-slider-items {
    margin-bottom: 40px;
}

.pagination ul li button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background: #126773;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    border: 0px;
    transition: 0.1s;
}

.pagination ul li button.active {
    color: #000;
    background: #5ce1e6;
}

.pagination ul li button:hover {
    opacity: 80%;
    transform: scale(0.89);
}


/* Reviews Page End   */


/* Checkout CSS */

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

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: rgb(124, 124, 124);
    margin: 0px 14px;
}

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


/* 
.check_menu ul li.purp {
  color: rgb(112, 14, 163);
} */

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #b7b7b799;
    border-radius: 10px;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: normal;
    font-weight: 600;
}

.cart_sidebar .h-sub {
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 16px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    font-weight: 600;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}

.cart_sidebar h4 {
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0px;
    margin-top: 20px;
    font-weight: 600;
}

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

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
}

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

.cart_sidebar ul li input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border-style: solid;
    border-color: #5ce1e6;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    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 rgb(183, 183, 183);
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: rgb(183, 183, 183);
    font-family: Poppins;
}

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

.cart_sidebar form select option {
    color: rgb(0, 0, 0);
}

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

.cart_sidebar form input::placeholder {
    color: rgb(183, 183, 183);
}

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

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

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 17px;
    border-radius: 0px;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #222222;
}

.checkout_btn:hover {
    color: white;
}

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

h6.payment-h {
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px !important;
    line-height: normal;
}

.cart_sidebar .btn-1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 15px 10px !important;
}

.cart_sidebar .radiosss-payments li label::before {
    content: "";
    appearance: none;
    background-color: transparent;
    border: 1px solid rgb(183, 183, 183);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
    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: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0px;
    width: 10px;
    height: 10px;
    background-color: #5ce1e6;
}

.radiosss-payments .card.card-body {
    padding: 0px;
    border: 0px;
    background: unset;
    font-family: "Roboto";
    opacity: 65%;
    padding-left: 10px;
}

.billing_form h3 {
    font-size: 31px;
    color: #000;
    margin-bottom: 20px;
    line-height: 50px;
    font-weight: 600;
}

.billing_form label {
    margin-bottom: 10px;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
}

ul.cart_lst li {
    font-size: 15px;
    color: #5c5c5c;
    justify-content: space-between;
    display: flex;
    font-weight: 500;
    line-height: 27px;
}

.radiosss-payments {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}

.billing_form {
    padding: 50px 30px;
    border: 1px solid rgb(182 182 182 / 60%);
    border-radius: 10px;
}

section.checkout_page.all-section.all-side {
    padding: 80px 0;
    position: relative;
}

.billing_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    padding-left: 15px;
    background: unset;
    border-radius: 10px;
    font-family: "Roboto";
    font-weight: 400;
}

section.checkout_page {
    position: relative;
    padding: 80px 0px 100px;
}

a.oreder {
    display: inline-block !important;
    width: 100%;
    background: #5ce1e6;
    color: #000;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    padding: 14px 0px;
    margin-top: 20px;
    transition: 0.5s;
    border-radius: 80px;
    text-transform: uppercase;
    line-height: 30px;
}

a.oreder:hover {
    background-color: #126773;
    color: #fff;
}

ul.cart_lst h4 span {
    float: right;
}

input.input-number::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button {
    margin: 0px;
    display: none;
}

.cart_sidebar h4 span {
    float: right;
    color: #000;
}


/* cart page End  */

.cart-head {
    border-bottom: 1px solid #ffffffa3;
    margin-bottom: 30px;
}

table.cart-page-tble {
    width: 100%;
}

.cart-page-tble thead tr {
    height: 60px;
    color: #fff;
    border-radius: 10px;
    background: #126773;
    border-bottom: 0px;
}

.cart-page-tble thead tr th {
    padding: 22px 10px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    border: 0px !important;
    text-transform: capitalize;
}

.cart-page-tble thead tr th:first-child {
    padding-left: 20px;
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
    font-size: 20px;
    color: #000;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.product-cart figure {
    margin: 0;
}

.unit-sub-price-text {
    font-size: 17px;
    color: #aba1a1;
    font-weight: 600;
}

.cart-page-tble tbody tr td i {
    border-radius: 0;
    color: #000;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.pricing-cart-total {
    padding: 0 20px 0 0;
}

.cart-right-total h5 {
    text-transform: uppercase;
}

.product-cart article p {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.cart-page-tble tbody tr td span.price {
    font-size: 24px;
    line-height: 34px;
    color: #666666;
    font-weight: 300;
}

th.quantity {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.sizes input[type="text"] {
    background-color: #f7f7f7;
    height: 63px;
    text-align: center;
    display: table;
    margin: 0px auto;
    width: 51% !important;
    color: #394136ad;
    border: 2px solid #eeeeee;
    border-radius: 4px;
}

.sizes label {
    text-align: center;
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.sizes input[type="text"]::placeholder {
    color: #000;
}

.cart-page-tble tbody tr td i:before {
    content: url("../images/close-btn.png");
    position: relative;
    left: 0;
    right: 0px;
    margin: 0px auto;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.2s;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
    border: 0px;
    padding: 15px 20px;
    font-size: 21px;
    text-transform: uppercase;
    border-radius: 93px;
    font-weight: 600;
    transition: 0.4s;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    background: #5ce1e6;
    color: #000;
    width: 100%;
    text-align: center;
}

.prc-cart-rate a:hover {
    background-color: var(--primary-color);
}

.card-price {
    padding: 50px 30px;
    border: 2px solid #eeeeee;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 0px;
}

.card-price .imtes h6 {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
    opacity: 80%;
    text-transform: capitalize;
    font-weight: 400;
}

.card-price h6 span {
    float: right;
}

.card-price .imtes {
    padding-bottom: 20px;
}

.carss {
    padding: 50px 40px;
    border: 2px solid #eeeeee;
    margin-bottom: 20px;
    border-radius: 0px;
}

.prc-cart-rate a:hover {
    background: #000;
}

.carss h6 {
    font-size: 29px;
    line-height: 34px;
    margin-bottom: 13px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

.card-price h6 {
    font-size: 27px;
    font-weight: 700;
    color: #000;
    letter-spacing: -1px;
    text-transform: capitalize;
}

.prc-cart-rate a:hover {
    background-color: #126773;
    color: #fff;
}

.paypal {
    position: relative;
    padding: 0px 0px 20px 0px;
}

.paypal span {
    color: #394136;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 30px;
    z-index: 12;
    position: relative;
    background-color: #fff;
    padding: 0px 20px;
}

.paypal:before {
    position: absolute;
    content: "";
    width: 100%;
    border: 2px solid #c0c0c0;
    height: 100%;
    left: 0;
    right: 0;
    display: table;
    margin: 0px auto;
    top: 14px;
    z-index: -1;
}

.paypal a img {
    margin-top: 18px;
}

.carss p {
    font-size: 20px;
    line-height: 30px;
    color: #000000c7;
    font-weight: 400;
}

.carss .subheading {
    padding-bottom: 10px;
}

td.col-lg-3.col-md-3.szes {
    width: 20%;
}

th.u-price {
    text-align: center;
}

.uint-price {
    text-align: center;
    padding-right: 40px;
}

.carss .subheading:last-child {
    padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
    margin-bottom: 3px;
}

.product-cart figure {
    margin: 0;
    width: 31%;
}

.cart-page-tble tbody tr td i:hover:before {
    transform: scale(0.98);
    filter: drop-shadow(2px 2px 104px black);
}

section.cart-main-sec {
    padding: 100px 0;
}

section.cart-main-sec span.color-header {
    font-size: 13px;
    opacity: 70%;
}

.chose_sizes ul li:first-child span:hover {
    transform: unset;
}

.chose_color ul ul li:first-child span:hover {
    transform: unset;
}

.product-cart article p.revs-coutn {
    text-transform: uppercase;
    opacity: 60%;
    font-weight: 400;
}


/* cart page end  */


/* Products Page start  */

.product-shop {
    position: relative;
    padding: 100px 0;
}

.product-shop .category {
    position: relative;
}

.product-shop .category .card-header {
    background: #126773;
    border-radius: 10px 10px 0px 0px;
}

.product-shop .category .card-header h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    margin: 0px;
    padding: 20px 0;
    text-align: center;
}

.product-shop .category .card {
    border-radius: 12px;
    background: #5ce1e6;
}

.product-shop .category .card-body ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-shop .category .card-body {
    padding-top: 40px;
}

.product-shop .category .card-body ul li .input-select {
    width: 100%;
    position: relative;
}

.product-shop .category .card-body ul li .input-select label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.product-shop .category .card-body ul li .input-select input {
    display: none;
}

.product-shop .category .card-body ul li .input-select label:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #333333;
    left: 8px;
    top: 7px;
    outline: 1px solid #c1bfbd;
}

.product-shop .category .card-body ul li .input-select input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 12px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
}

.product-shop .shop_item {
    margin-bottom: 50px;
}

.product-shop .sale-prices {
    margin-top: 40px;
}

.chose_color ul span:hover.color-header {
    transform: unset;
}

.shop-item_text h4.title.anti:before {
    opacity: 1;
}


/* Products Page End */


/* product detials page  */

section.pd-details .pd-dt-img img {
    position: relative;
    transition: 0.5s;
}

section.pd-details .pd-dt-img img:hover {
    filter: brightness(0.6);
    cursor: pointer;
}

section.pd-details h3 {
    color: #000;
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
    margin: 0;
}

section.pd-details h4 span.price {
    color: #333333;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    display: inline-block;
}

section.pd-details .pd-rate {
    margin-bottom: 16px;
}

section.pd-details p {
    font-size: 13px;
    line-height: 24px;
    color: #636363;
    font-weight: 500;
}

section.pd-details .descp {
    margin-bottom: 18px;
}

section.pd-details .number-item {
    position: relative;
}

section.pd-details .number-item li h5 {
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    margin-right: 10px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}

section.pd-details .number-item li.inc {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0px 0px;
    color: #000;
    font-size: 16px;
}

section.pd-details .number-item li.inc input.input-number {
    border: 2px solid #e5e5e5;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    width: 80px;
}

section.pd-details .number-item li.inc::placeholder {
    font-weight: 600;
}

section.pd-details .number-item li.inc span.input-number-decrement {
    height: 35px !important;
    border-radius: 45px !important;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 35px;
    font-weight: 900;
    font-size: 20px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}

section.pd-details .number-item li.inc span.input-number-increment {
    display: inline-block;
    width: 35px !important;
    height: 35px;
    border-radius: 45px !important;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 38px;
    font-weight: 900;
    font-size: 13px;
    transition: 0.5s;
}

section.pd-details .number-item li.inc span:hover {
    background-color: #5ce1e6;
    color: #fff;
    cursor: pointer;
    border-color: transparent !important;
}

section.pd-details .number-item ul {
    margin-bottom: 14px;
    gap: 20px;
}

section.pd-details ul.product-tage {
    position: relative;
}

section.pd-details ul.product-tage li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 6px;
}

section.pd-details ul.product-tage li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

section.pd-details ul.product-tage li span {
    color: #222;
    font-size: 16px;
    line-height: 20px;
    opacity: 65%;
}

section.pd-details .colLeft {
    position: relative;
}

section.pd-detail .pd-dt-content {
    padding-left: 20px;
}

.product-disc {
    padding-top: 40px;
    padding-bottom: 100px;
    overflow: hidden;
}

.product-disc .nav-tabs .nav-link {
    text-transform: uppercase;
    padding: 16px 40px;
    border: 0px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 0px !important;
    background-color: #f1f1f1;
}

.product-disc .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #b07c57 !important;
    color: #fff;
}

.product-disc .nav-tabs li.nav-item {
    margin-bottom: 34px;
}

.product-disc .tab-content p {
    padding-top: 20px;
    color: #616161;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.product-disc .nav-tabs {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #e3e3e3;
}


/* reives */

.description .tab-content input[type="text"] {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.description .tab-content textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    font-size: 14px;
    line-height: 24px;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
}

.description .tab-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating>input:checked~label {
    color: #126773;
}

.rating:not(:checked)>label:before {
    content: "\f006 ";
    font-family: "fontawesome";
    font-size: 30px;
    margin: 0px 8px;
}

.rev-btn {
    margin-top: 20px;
}

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

div#reviews button.btn-1.tabs-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 26px;
    padding: 12px 50px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0px 0px 2px 1px #e7e5e6;
    border-radius: 5px;
    background-color: #0dccc6;
    color: #fff;
    border: 0px;
}

div#reviews button.btn-1.tabs-btn:hover {
    background-color: #000;
}

.pd-rate ul li a i {
    color: #5ce1e6;
}


/* Rating Stars */

.prod-detail-description .nav-tabs .nav-link {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    width: fit-content;
    padding: 26px 40px;
    background: #f1f1f1;
    margin-right: 24px;
    border: 0;
    border-radius: 130px;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    background-color: #5ce1e6;
}

.product-det-heading h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 40px;
    border: 0;
    border-bottom: 2px solid #c6c6c77a;
    gap: 0px;
    padding: 0 0 48px 0;
}

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

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

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

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

.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;
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 27px;
    color: #000;
    font-weight: 500;
}

.prod-detail-description .prd-review-input.give-review button {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 16px 50px;
    margin-right: 24px;
    border: 2px;
    background: #5ce1e6;
    color: #000;
    border-radius: 45px;
    font-size: 20px;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    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: #000;
    text-transform: capitalize;
    font-weight: 500;
}

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

.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: #000;
}

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

.prod-detail-description p {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 10px;
}

.prd-detail-client-reiew .testimonial-card {
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.prd-det-review-form {
    margin: 50px 0;
}

section.pd-details .pd-rate ul {
    display: flex;
    gap: 5px;
    margin: 0;
}

section.pd-details .pd-rate ul li i {
    font-size: 23px;
    transition: 0.3s;
}

section.pd-details .pd-rate ul li i:hover {
    color: #000;
}


/* product detials page  */


/* product detials page  */

section.pd-details .pd-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    padding-right: 20px;
}

section.pd-details .pd-gallery .smalimges {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}

section.pd-details .pd-gallery .pd-dt-img {
    position: relative;
    width: 100%;
}

section.pd-details .pd-gallery .pd-dt-img img.img-fluid {
    width: 100%;
    height: 600px;
    object-fit: fill;
}

section.pd-details {
    position: relative;
    padding: 100px 0 60px;
}

section.pd-details .descp p strong {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.prod-sized h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

section.pd-details .pd-gallery .smalimges .pdSmShape {
    position: relative;
    margin-right: 20px;
}

section.pd-details .pd-gallery .smalimges .pdSmShape img.img-fluid {
    height: 280px;
    border-radius: 35px;
    width: 100%;
    object-fit: fill;
    border: 1px solid #4444444a;
}

section.prod-detail-description {
    padding-bottom: 100px;
}

.buybtn {
    display: inline-block;
}

.buybtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #5ce1e6;
    transition: 0.2s;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.buybtn a:hover {
    color: #126773;
}

.buybtn a i {
    font-size: 13px;
    line-height: 22px;
}

.dt-list-bx {
    position: relative;
}

.dt-list-bx .head-txt h5 {
    color: #000;
    font-weight: 600;
}

.dt-list-bx ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 40px;
}

.dt-list-bx ul li span {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    padding-left: 30px;
}

.dt-list-bx ul li {
    list-style: disc;
    margin-left: 18px;
}

.dt-list-bx ul li::marker {
    font-size: 9px;
    line-height: 9px;
}


/* Footer Start  */

footer {
    position: relative;
    overflow: hidden;
    background: #f9f9f6;
    color: #fff;
}

footer .footerTop {
    padding: 80px 0 50px;
}

footer .ft-header {
    position: relative;
    margin-bottom: 30px;
}

footer .ft-header h4 {
    display: inline-block;
    position: relative;
    color: #000;
}

footer .ft-header h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #000;
    opacity: 100%;
    left: 0;
}

footer .footerTop ul li a {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    transition: 0.2s;
    display: inline-block;
}

footer .footerTop ul li a:hover {
    color: #000;
    transform: translate(3px, 0px);
}

footer .footerTop .ft-contact ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footerTop .ft-contact .follow ul {
    flex-direction: row;
}

footer .footerTop .ft-contact .follow h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    color: #000;
}

footer .footerTop .ft-contact .follow h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #000;
    opacity: 100%;
    left: 0;
}

footer .footerTop .ft-contact .follow ul li a i {
    background: transparent;
    border: 1px solid #535353;
    color: #535353;
}

footer .footerTop .ft-contact .follow ul li a i:hover {
    background: #5ce1e6;
    border: 0px;
    color: #000;
    transform: unset;
}

footer .ft-links ul {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0px;
}

footer .ft-prodcts ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0px;
}

footer .ft-products-col1 ul {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 0px;
}

.footer-btm {
    position: relative;
    border-top: 1px solid #505050;
    padding: 20px 0;
}

.footer-btm p {
    margin: 0;
    font-weight: 400;
    color: #000;
}

.footer-btm .visa-img {
    text-align: right;
}

footer .ft-newslater {
    position: relative;
}

footer .ft-newslater p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

footer .ft-newslater form {
    position: relative;
    margin-top: 20px;
}

footer .ft-newslater form .form-act {
    position: relative;
    width: 100%;
    background: #333332;
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 104px 0 24px;
    border-radius: 40px;
}

footer .ft-newslater form .form-act input {
    background: transparent;
    border: 0px;
    color: #b3b3b3;
    font-weight: 500;
    width: 100%;
}

footer .ft-newslater form .form-act input::placeholder {
    color: #b3b3b3;
}

footer .ft-newslater form .form-act button {
    font-size: 15px;
    line-height: 24px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 26px;
    border-radius: 45px;
    border: 0px;
    color: #000;
    background: #5ce1e9;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}

footer .ft-newslater form .form-act button:hover {
    background: #fff;
    color: #000;
}

footer .ft-links {
    position: relative;
    left: 30px;
}

footer .ft-prodcts {
    position: relative;
    z-index: 1;
}


/* Footer End */

.home_banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 0;
    opacity: 0.5;
}

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

.banner_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    align-content: center;
}

.viewMap .loca-map {
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #5ce1e6;
    height: 350px;
}

.viewMap .loca-map iframe {
    width: 100%;
    height: 100%;
}

.slicknav_menu {
    background: #126773;
}


/* ====================== */


/* ====================== */

.inner-faqs-sec .accordion-body ul {
    margin: 10px 0 20px 20px;
}

.inner-faqs-sec .accordion-body ul p {
    margin: 0;
    font-size: 14px;
}

ul.blog-list {
    margin-left: 40px;
}

ul.blog-list li {
    position: relative;
    z-index: 1;
}

ul.blog-list li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* Product Review */

.prd-commets .testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.prd-commets .testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-commets .testimonial-box-container {
    display: block;
}

.prd-commets .testimonial-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.prd-commets .prd-commets .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.prd-commets .profile-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    margin-right: 20px;
}

.prd-commets .profile {
    display: flex;
    align-items: center;
}

.prd-commets .name-user {
    display: flex;
    flex-direction: column;
}

.prd-commets .name-user strong {
    color: #000000;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.prd-commets .name-user span {
    color: #000000;
    font-size: 0.8rem;
}

.prd-commets .reviews {
    color: #f9d71c;
}

.prd-commets .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.prd-commets .client-comment p {
    font-size: 0.9rem;
    color: #000000;
    text-align: left;
}

.prd-commets .testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    height: 50px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.testimonial-container.prd-commets {
    margin-top: 55px;
}

.prd-commets .testi-box {
    box-shadow: -2px 2px 5px 1px #00000069;
    padding: 15px 50px 0;
    border-radius: 20px;
}


/* Product Review */

.slicknav_nav a:hover {
    background: #5ce1e6;
    color: #000;
}


/* ====================== */

@media (max-width: 1366px) {
    .maxWidth {
        max-width: 1340px;
    }
    h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .shop-item_text .price-rev ul li span i {
        font-size: 10px;
    }
    .shop-item_text .price-rev .rats ul {
        gap: 10px;
    }
    h2 {
        font-size: 60px;
        line-height: 65px;
    }
    h3 {
        font-size: 30px;
        line-height: 35px;
    }
    p {
        font-size: 14px;
        line-height: 25px;
    }
    h1 {
        font-size: 70px;
        line-height: 80px;
    }
    section.about .abt-img img {
        top: -80px;
        left: -81px;
        height: 588px;
        width: 61%;
    }
    /* account  */
    .login-txt ul li {
        font-size: 13px;
        line-height: 18px;
    }
    .login-txt h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 20px 0px;
    }
    /* account  */
    /* blogs  */
    img.inner_img {
        height: 450px;
    }
    /* blogs  */
}

@media (max-width: 1280px) {
    .maxWidth {
        max-width: 1200px;
    }
    .banner_img img {
        width: 85%;
    }
    section.home_banner {
        height: 600px;
    }
    .banner_img {
        position: absolute;
        bottom: -121px;
        right: -70px;
    }
    .shop_item {
        padding: 14px 8px 24px;
        border-radius: 20px;
    }
    section.about {
        padding: 60px 0;
    }
    section.about .abt-img img {
        top: -63px;
        left: -51px;
        height: 600px;
        width: 61%;
    }
    .reviews-sec .slick-list {
        padding: 0px 300px !important;
    }
    section.blog {
        padding-bottom: 20px;
    }
    .blog-col .blog_text {
        padding: 34px 10px;
    }
    .blog-col .blog_text h5.title {
        font-size: 18px;
    }
    /* contact us  */
    .our-time .boxitem {
        padding: 30px 32px;
        border-radius: 30px;
    }
    section.connect-action h3 {
        font-size: 35px;
        line-height: 50px;
    }
    .our-time .boxitem ul li span {
        font-size: 18px;
        line-height: 24px;
    }
    /* contact us  */
    /* blog dt  */
    .blog-dt-img img {
        height: auto;
    }
    .blog_dt-text p {
        font-size: 15px;
        line-height: 29px;
    }
    .blog-btm-text.blog_dt-text p {
        font-size: 15px;
        line-height: 26px;
    }
    .blog_dt-text .listg ul li span {
        font-size: 15px;
        line-height: 35px;
    }
    /* blog dt  */
    /* product dt  */
    section.pd-details h3 {
        font-size: 18px;
        line-height: 20px;
    }
    section.pd-details .pd-gallery .pd-dt-img img.img-fluid {
        height: 550px;
    }
    section.pd-details .pd-gallery .smalimges .pdSmShape img.img-fluid {
        height: 260px;
    }
    /* product dt  */
    /* cart  */
    .card-price {
        padding: 30px 10px;
    }
    .carss {
        padding: 20px 20px;
    }
    .carss h6 {
        font-size: 20px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .carss p {
        font-size: 13px;
    }
    .card-price .imtes h6 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .card-price h6 {
        font-size: 22px;
    }
    .cart-page-tble thead tr th {
        font-size: 14px;
    }
    /* cart  */
}

@media (max-width: 1024px) {
    .maxWidth {
        max-width: 100%;
    }
    h1 {
        font-size: 50px;
        line-height: 55px;
    }
    .banner_text p {
        width: 100%;
        padding-top: 10px;
        line-height: 25px;
    }
    .banner_img img {
        width: 78%;
    }
    .banner_img {
        position: absolute;
        bottom: -154px;
        right: -140px;
    }
    h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .shop-item_text h4.title {
        font-size: 15px;
        line-height: 20px;
    }
    .shop-item_text .price-rev ul li p {
        font-size: 10px;
    }
    .shop-item_text .price-rev h5 {
        font-size: 15px;
    }
    .chose_sizes ul span.color-header {
        font-size: 12px;
        line-height: 18px;
    }
    .cartbtn a {
        width: 40px;
        height: 40px;
    }
    section.about .col-right {
        padding-left: 0;
    }
    .abt-txt p {
        font-size: 14px;
        line-height: 23px;
    }
    section.about .abt-img img {
        top: -63px;
        left: -11px;
        height: 518px;
        width: 59%;
    }
    section.about {
        padding: 30px 0;
    }
    .reviews-sec .slick-list {
        padding: 0px 150px !important;
    }
    .blog-col .blog_text p {
        font-size: 13px;
        line-height: 22px;
    }
    .blog-col .blog_text h5.title {
        font-size: 15px;
        line-height: 21px;
    }
    .sitebtn-2 a {
        font-size: 13px;
        padding: 10px 0px;
    }
    .blog-col {
        height: 540px;
    }
    footer .ft-links {
        left: 0;
    }
    footer .ft-newslater form .form-act button {
        padding: 0px 14px;
        font-size: 13px;
        border-radius: 30px;
    }
    footer .ft-newslater form .form-act {
        padding: 0px 64px 0 14px;
        border-radius: 30px;
        height: 50px;
        font-size: 12px;
    }
    /* about st  */
    img.inner_img {
        height: 360px;
    }
    section.about-page-sec1 {
        padding: 60px 0;
    }
    section.about-page-sec2 .abotpageLeff {
        padding: 0;
    }
    section.about-page-sec2 p {
        line-height: 24px;
    }
    section.about-page-sec2 h3 {
        font-size: 30px;
        line-height: 40px;
    }
    section.mailtston h3 {
        font-size: 35px;
        line-height: 45px;
    }
    /* about end */
    /* faq  */
    .inner-faqs-row {
        width: auto;
    }
    /* faq  */
    /* products  */
    .product-shop {
        padding: 60px 0;
    }
    .product-shop .category .card-header h4 {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0;
    }
    .product-shop .category .card-body {
        padding: 30px 10px 10px;
    }
    .product-shop .category .card-body ul li .input-select label {
        font-size: 13px;
    }
    .product-shop .category .card-body ul {
        gap: 12px;
    }
    /* products  */
    /* blog dt  */
    .blog_dt-text p {
        font-size: 14px;
        line-height: 27px;
    }
    .blog_dt-text h5.title {
        padding: 0;
        font-size: 17px;
    }
    .blog_dt-text .listg ul li span {
        font-size: 14px;
        line-height: 26px;
    }
    .blog-btm-text.blog_dt-text p {
        font-size: 14px;
        line-height: 24px;
    }
    /* blog dt  */
    /* checkout  */
    section.checkout_page {
        padding: 60px 0px 60px;
    }
    .billing_form {
        padding: 30px 20px;
    }
    .cart_sidebar {
        padding: 30px 15px;
    }
    h6.payment-h {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .cart_sidebar ul li label {
        font-size: 13px;
        line-height: 22px;
    }
    .cart_sidebar .h-sub {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 14px;
        padding-top: 10px;
    }
    a.oreder {
        font-size: 16px;
        line-height: 20px;
        margin: 0;
    }
    .cart_sidebar h4 {
        font-size: 18px;
        line-height: 22px;
    }
    ul.cart_lst li {
        font-size: 13px;
        line-height: 20px;
    }
    /* checkout  */
}

@media (max-width: 820px) {
    header ul.social {
        gap: 5px;
    }
    ul.social li a i {
        font-size: 13px;
        width: 35px;
        height: 35px;
    }
    ul.top-opt li a {
        gap: 8px;
    }
    ul.top-opt li a img {
        width: 24px;
    }
    ul.top-opt li a.head-cart-i span.label {
        position: absolute;
        right: -5px;
        top: -10px;
        width: 12px;
        height: 12px;
        font-size: 7px;
    }
    ul.top-opt {
        gap: 12px;
    }
    ul.top-opt li:first-child {
        padding-right: 4px;
    }
    ul.top-opt li a span {
        font-size: 13px;
    }
    header .logo a img {
        width: 80%;
    }
    .top-cente-col .logo a img {
        width: 70%;
        margin: 0px auto;
    }
    .top-cente-col .logo a span {
        font-size: 12px;
    }
    .menuSec ul li a {
        padding: 10px 12px;
        font-size: 13px;
    }
    .menuSec ul {
        width: 82%;
    }
    section.home_banner {
        height: 500px;
    }
    .banner_img img {
        float: right;
        width: auto;
    }
    .banner_img {
        right: 10px;
        left: unset;
        display: inline-block;
        width: 63%;
        bottom: -89px;
    }
    .shop-item_img img {
        width: 100%;
    }
    .shop-item_text h4.title {
        font-size: 20px;
        line-height: 30px;
    }
    .shop-item_text .price-rev h5 {
        font-size: 18px;
    }
    .shop-item_text .price-rev ul li p {
        font-size: 15px;
    }
    .chose_sizes ul span.color-header {
        font-size: 15px;
        line-height: 20px;
    }
    section.exp .shop_item {
        margin-bottom: 40px;
    }
    .shop_item {
        padding: 20px 18px 34px;
        border-radius: 40px;
    }
    section.about {
        text-align: center;
    }
    .siteBtn .pbtn {
        font-size: 15px;
        padding: 12px 10px;
        width: 150px;
    }
    section.about .abt-img img {
        top: -30px;
        left: 0px;
        height: 398px;
        width: auto;
    }
    .feature-col .feature_text p {
        font-size: 13px;
        line-height: 20px;
    }
    h3.title {
        font-size: 22px;
        line-height: 25px;
    }
    .blog-col .blog_text h5.title {
        font-size: 18px;
        line-height: 28px;
    }
    .blog-col {
        height: 580px;
    }
    section.blog .row {
        justify-content: center;
    }
    .ft-contact {
        margin-bottom: 50px;
    }
    .ft-products-col1 {
        margin-bottom: 50px;
    }
    footer .ft-newslater p {
        font-size: 13px;
        line-height: 19px;
    }
    h1 {
        font-size: 40px;
        line-height: 45px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .reviews-sec .slick-list {
        padding: 0px 60px !important;
    }
    /* account  */
    section.login {
        padding: 60px 0;
    }
    .container .column-left {
        margin: 0;
    }
    section.login .column-right {
        margin: 0;
    }
    .login-txt {
        padding: 20px 16px 14px;
        border-radius: 20px;
    }
    .login-txt h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .login-txt form input {
        font-size: 12px;
        padding: 10px 30px 10px 10px;
        margin-bottom: 10px;
    }
    .login-txt form button {
        padding: 12px 0px;
        font-size: 14px;
    }
    section.login .column-right li {
        display: block;
    }
    /* account  */
    /* faq  */
    img.inner_img {
        height: 300px;
    }
    .inner-faqs-heading h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .inner-faqs-sec .accordion-button:not(.collapsed) {
        font-size: 22px;
        line-height: 26px;
    }
    .inner-faqs-sec .accordion-body {
        font-size: 14px;
        line-height: 23px;
    }
    .inner-faqs-sec .accordion-button {
        font-size: 15px;
        line-height: 20px;
        padding: 18px 20px;
    }
    .inner-faqs-sec {
        padding: 40px 0;
    }
    .inner-faqs-heading h3 {
        font-size: 25px;
        line-height: 30px;
    }
    /* faq  */
    /* blogs  */
    section.blog.innerBlogsPage {
        padding-bottom: 60px;
    }
    section.blog.innerBlogsPage .blog-col {
        height: 550px;
        margin-bottom: 20px;
    }
    /* blogs  */
    /* products  */
    .product-shop h4.title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-shop .shop-item_text .price-rev ul li p {
        font-size: 10px;
    }
    .product-shop .shop-item_text .price-rev h5 {
        font-size: 14px;
    }
    .product-shop .shop_item {
        margin-bottom: 20px;
        padding: 20px 14px 24px;
        border-radius: 20px;
    }
    /* products  */
    /* contact  */
    .cotact-box .card img {
        width: 60px;
    }
    .cotact-box .card h5.card-title {
        font-size: 20px;
        line-height: 24px;
    }
    .cotact-box .card p {
        font-size: 13px;
        line-height: 23px;
    }
    .cotact-box .card {
        height: 240px;
        padding: 0;
    }
    section.connect-urls {
        padding: 60px 0 50px;
    }
    .action-form {
        padding-left: 10px;
    }
    .action-form .heading p {
        width: auto;
        font-size: 13px;
    }
    .action-form .formField input {
        font-size: 13px;
        padding: 10px 12px;
    }
    .our-time .boxitem {
        padding: 20px 18px;
        border-radius: 20px;
    }
    section.connect-action h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .our-time .boxitem ul li span {
        font-size: 15px;
        line-height: 18px;
    }
    .action-form .formbtn button {
        font-size: 18px;
    }
    /* contact  */
    /* blog dt  */
    section.blog-detail {
        padding: 40px 0 80px;
    }
    .blog_dt-text p {
        font-size: 13px;
        line-height: 23px;
    }
    /* blog dt  */
    /* product dt  */
    section.pd-details {
        padding: 60px 0 60px;
    }
    section.pd-details .pd-gallery {
        padding: 30px;
        margin-bottom: 30px;
    }
    section.pd-details .pd-dt-content {
        text-align: center;
        padding: 0 40px;
    }
    section.pd-details .pd-rate ul {
        justify-content: center;
    }
    section.pd-details .number-item ul {
        justify-content: center;
    }
    section.pd-details ul.product-tage li {
        justify-content: center;
    }
    .prod-detail-description .nav-tabs .nav-link {
        padding: 16px 20px;
        font-size: 18px;
    }
    section.prod-detail-description {
        padding-bottom: 50px;
    }
    /* product dt  */
    /* cart st  */
    .col-md-6.col-12.col-md-class {
        display: none;
    }
    section.cart-main-sec .row {
        justify-content: center;
    }
    .pricing-cart-total {
        margin-bottom: 60px;
    }
    .card-price {
        padding: 50px 30px;
    }
    .sizes input[type="text"] {
        width: auto;
    }
    .sizes {
        width: 50%;
    }
    /* cart st  */
    table.cart-page-tble {
        width: 900px;
    }
    section.cart-main-sec {
        padding: 50px 0;
    }
    /* checkout  */
    section.checkout_page .cart_sidebar {
        margin-top: 40px;
    }
    section.checkout_page .row {
        justify-content: center;
    }
    /* checkout  */
}

@media (max-width: 480px) {
    .top-cente-col .logo a img {
        width: auto;
    }
    header ul.social {
        justify-content: center;
        margin: 14px 0 22px;
        gap: 10px;
    }
    ul.top-opt {
        justify-content: center;
        gap: 20px;
        margin: 20px 0 10px;
    }
    ul.top-opt li a span {
        font-size: 14px;
    }
    ul.top-opt li a.head-cart-i span.label {
        font-size: 8px;
    }
    ul.social li a i {
        font-size: 16px;
        width: 40px;
        height: 40px;
    }
    .banner_img {
        position: unset;
        width: auto;
        margin: 0px auto;
    }
    .banner_img {
        height: 380px;
    }
    .banner_img {
        height: auto;
        margin-top: 40px;
    }
    section.exp {
        padding: 60px 0;
    }
    .shop_item {
        margin: 0px 14px 50px;
    }
    section.about .abt-img img {
        position: unset;
        width: auto;
    }
    section.about {
        background-size: cover;
        padding: 0px 0 60px;
    }
    .abt-txt {
        padding-top: 40px;
    }
    section.features {
        background-size: cover;
        padding: 80px 0 40px;
    }
    .feature-col {
        margin-bottom: 40px;
    }
    .reviews-sec .slick-list {
        padding: 0px 10px !important;
    }
    footer .ft-links {
        margin-bottom: 50px;
    }
    .footer-btm p {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-btm .visa-img {
        text-align: center;
    }
    .reviews-slider-box:before {
        width: 80px;
        height: 80px;
        border-radius: 20px 0px 60px 0px;
        background-size: cover;
    }
    section.home_banner {
        height: auto;
        text-align: center;
        padding: 50px 0 0;
    }
    .reviews-slider-box:after {
        width: 50px;
        height: 52px;
    }
    section.about .abt-img img {
        height: auto;
    }
    img.inner_img {
        height: 260px;
        object-fit: cover;
        object-position: 76% 100%;
    }
    section.iner_banner h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
    section.iner_banner .banner_img {
        display: none;
    }
    section.about-page-sec1 {
        text-align: center;
    }
    section.about-page-sec2 {
        padding: 0px 0 50px;
        text-align: center;
    }
    section.features.mailtston {
        padding: 40px 0 10px;
    }
    .milesBox {
        margin-bottom: 30px;
    }
    /* account  */
    .container .column-left {
        margin-bottom: 40px;
    }
    .login-txt {
        padding: 40px 24px;
        border-radius: 30px;
    }
    /* account  */
    /* faq  */
    .inner-faqs-sec .accordion-button:not(.collapsed) {
        font-size: 16px;
        line-height: 20px;
        padding: 11px 20px;
    }
    .inner-faqs-sec .accordion-body {
        padding: 10px 30px 24px 20px;
        border-radius: 0px 0px 8px 8px;
    }
    .inner-faqs-sec .accordion-button::after {
        font-size: 16px;
        width: 30px;
        height: 26px;
    }
    .inner-faqs-sec .accordion-button {
        padding: 13px 54px 13px 14px;
    }
    /* faq  */
    /* blogs  */
    section.blog.innerBlogsPage .blog-col {
        height: 560px;
        margin-bottom: 40px;
    }
    /* blogs  */
    /* products  */
    .product-shop .category {
        width: 70%;
        margin: -2px auto 40px;
    }
    .product-shop .row {
        margin: 0px auto;
    }
    .product-shop .shop_item {
        margin-bottom: 40px;
    }
    /* products  */
    /* contact  */
    .cotact-box {
        margin-bottom: 40px;
    }
    section.connect-urls {
        padding-bottom: 0px;
    }
    .our-time .boxitem {
        margin-bottom: 40px;
    }
    /* contact  */
    /* blog dt  */
    .blog_dt-text .listg ul {
        width: auto;
    }
    /* blog dt  */
    /* blog dt  */
    section.pd-details .pd-gallery {
        padding: 0;
        gap: 0px;
    }
    section.pd-details .pd-gallery .pd-dt-img img.img-fluid {
        height: auto;
    }
    section.pd-details .pd-gallery .smalimges .pdSmShape img.img-fluid {
        height: 170px;
        border-radius: 20px;
    }
    section.pd-details .pd-dt-content {
        padding: 20px 10px 0;
    }
    section.pd-details .number-item ul {
        gap: 5px;
    }
    .prod-detail-description .nav-tabs .nav-link {
        padding: 10px 18px;
        font-size: 13px;
    }
    .prod-detail-description .nav-tabs .nav-link {
        padding: 10px 18px;
        font-size: 13px;
    }
    .prod-detail-description .nav-tabs {
        margin-bottom: 20px;
        padding: 0 0 28px 0;
    }
    .dt-list-bx ul li span {
        font-size: 13px;
        line-height: 21px;
        padding-left: 10px;
    }
    .prod-detail-description p {
        font-size: 13px;
        font-weight: 500;
        line-height: 28px;
        padding-bottom: 0;
    }
    /* blog dt  */
    .pricing-cart-total {
        padding-right: 0;
    }
    header .second-head p {
        font-size: 13px;
        line-height: 18px;
    }
    .slicknav_nav .slicknav_row i.fas.fa-angle-down {
        display: none;
    }
}

@media (max-width: 435px) {
    section.about .abt-img img {
        height: auto;
    }
    .shop_item {
        margin: 0px 0px 50px;
    }
    .reviews-sec {
        padding: 60px 0;
    }
    .inner-faqs-sec .accordion-button {
        font-size: 13px;
        line-height: 18px;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .reviews-slider-box:before {
        width: 60px;
        height: 60px;
        background-size: 100% 100%;
    }
    .reviews-slider-box ul li img {
        width: 80px;
        height: 80px;
        margin-right: 10px;
    }
    .reviews-slider-box ul li h4 {
        font-size: 14px;
        line-height: 19px;
    }
    .reviews-slider-box ul li h6 {
        font-size: 13px;
        line-height: 20px;
    }
    .reviews-slider-box p {
        width: 94%;
        font-size: 14px;
        line-height: 25px;
    }
    .reviews-slider-box {
        height: 300px;
    }
    h1 {
        font-size: 32px;
        line-height: 32px;
    }
    .heading {
        margin-bottom: 30px;
    }
    .blog-col {
        height: auto;
        margin-bottom: 32px;
    }
    /* blogs  */
    section.blog.innerBlogsPage .blog-col {
        height: 510px;
        margin-bottom: 20px;
    }
    /* blogs  */
    /* blog dt  */
    section.pd-details .pd-gallery .smalimges .pdSmShape img.img-fluid {
        height: 126px;
    }
    section.pd-details h3 {
        line-height: 25px;
    }
    section.pd-details .number-item ul {
        flex-direction: column;
        gap: 20px;
        margin: 24px 0 30px;
    }
    section.pd-details ul.product-tage li {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    section.pd-details ul.product-tage li span {
        font-size: 13px;
        line-height: 18px;
    }
    .prod-detail-description .nav-tabs .nav-link {
        margin: 0px !important;
        font-size: 12px;
        padding: 10px 12px;
    }
    .prod-detail-description .nav-tabs {
        justify-content: center;
        gap: 10px;
    }
    /* blog dt  */
    .product-shop .category {
        width: auto;
    }
    .product-shop .shop_item {
        margin: 0px 0px 40px;
    }
    section.reviewsPage .row {
        margin: 0px auto;
    }
    section.reviewsPage .reviews-slider-sss {
        margin-bottom: 30px;
    }
    .inner-faqs-heading p {
        width: auto;
    }
    .inner-faqs-sec .accordion-button:not(.collapsed) {
        padding: 11px 54px 11px 20px;
    }
    .inner-faqs-sec .accordion-body {
        padding: 0 24px 24px;
        font-size: 13px;
    }
    section.blog.innerBlogsPage .blog-col {
        height: auto;
        margin-bottom: 32px;
    }
}