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

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

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

a {
    text-decoration: none;
    color: #fcb040;
    white-space: initial;
    display: inline-block;
    font-family: 'ARIAL';
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

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

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

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


/* Chrome, Safari, Edge, Opera */

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

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

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

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

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

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

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

img {
    max-width: 100%
}


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

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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Trajan';
    src: url(../fonts/Trajan\ Pro\ 3\ Regular.otf);
}

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


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

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

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

h1 {
    color: #fff;
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Trajan';
}

h2 {
    color: #646464;
    font-size: 50px;
    margin: 0 0 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Trajan';
}

h3 {
    font-size: 35px;
    margin: 0 0 0px;
    color: #646464;
    font-weight: 400;
    font-family: 'Trajan';
}

h4 {
    color: #646464;
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Trajan';
}

h5 {
    font-family: 'Trajan';
    font-size: 16px;
    color: #646464;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'ARIAL';
    font-size: 14px;
    color: #646464;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #646464;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

.theme1 {
    padding: 10px 25px;
    color: #FFF;
    text-transform: uppercase;
    background-color: #3b3b3b;
}

.theme1:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #3b3b3b;
}

.theme-1 {
    color: #3b3b3b;
    padding: 10px 25px;
    text-transform: uppercase;
    background-color: #fff;
}

.theme-1:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #3b3b3b;
}

.add-padding {
    margin: auto;
    padding: 0px 5%;
    max-width: 1800px;
}

.img-contain {
	object-fit: contain;
}

/*header css start */

.menuSec {
    padding: 15px 0;
    border-top: 5px solid #f3242a;
}

.header-logo img {
    width: 80%;
}

.menu-box ul {
    position: relative;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    align-items: center;
    text-transform: capitalize;
    justify-content: space-around;
}

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

.menu-box li ul {
    display: none;
}

.menu-box ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #171616;
    font-weight: 500;
    position: relative;
    transition: ease-in;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.9s;
}

.menu-box ul li a:hover::before {
    width: 100%;
    transition: ease-out;
    transition-duration: 0.9s;
}

.menu-box ul li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    transition: ease-in;
    transition-duration: 0.9s;
}

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

.menuSec ul li.active a::before {
    width: 100%;
}

.menu-box ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

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

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

.menu-box li>ul>li,
.menu-box li>ul>li>a {
    display: block;
    margin: 0;
}

.menu-box li>ul>li>a:before,
.menu-box li>ul>li>a:after {
    display: none;
}

.menu-box li:hover li {
    float: none;
}

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

.menu-box ul ul ul {
    left: 100%;
    top: 0;
}

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

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/*header css start */

/*banner css start */


.banner {
    position: relative;
    background-color: #000;
}

.banner_text {
    text-align: center;
}

.banner_text h1 {
    width: 80%;
    margin: auto;
}

.banner_text p {
    width: 60%;
    color: #fff;
    margin: 10px auto 45px;
}

.banner::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
    height: 750px;
    position: absolute;
    background: url(../images/banner-before.png)no-repeat;
    background-position: bottom;
    background-size: cover;
}

.banner-bg-img {
    width: 100%;
    height: 750px;
    opacity: 0.502;
    object-fit: cover;
    position: absolute;
}

.banner_img::before {
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(23, 22, 22, 0.326);
}

.banner-row {
    z-index: 2;
    height: 750px;
    position: relative;
    padding: 0px 3% 45px;
}

.banner-follow-bar {
    display: flex;
    position: absolute;
    align-items: center;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    padding: 25px 25px;
    justify-content: space-between;
}

.banner-follow-bar::after {
    left: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    margin: auto;
    width: 90%;
    position: absolute;
    background-color: #242425;
}

.banner-follow-bar ul {
    gap: 10px;
    display: flex;
    margin: 15px 0px;
    background-color: #090909;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    align-items: center;
}

.banner-follow-bar ul li a {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    position: relative;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    background-color: #0b0a0a;
    transition-duration: 0.5s;
    border: 1px solid #232323;
}

.banner-follow-bar ul li a:hover {
    color: #000;
    transition-duration: 0.5s;
    background-color: #fff;
}

.banner-follow-bar p {
    color: #393331;
    position: relative;
    z-index: 1;
    margin-right: 5%;
    background-color: #221c1a;
    padding: 0px 25px;
}

.service-slider-nav {
    gap: 10px;
    display: flex;
    z-index: 1;
    position: relative;
    padding-right: 15px;
    align-items: center;
    justify-content: center;
    background-color: #090909;
}

.service-slider-nav button {
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    color: #fff;
    position: relative;
    align-items: center;
    transition: ease-in;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #0b0a0a;
    border: 1px solid #232323;
}

.service-slider-nav button img {
    filter: brightness(0) saturate(100%) invert(58%) sepia(0%) saturate(0%) hue-rotate(148deg) brightness(90%) contrast(83%);
}

.service-slider-nav button:hover {
    background-color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
}

.service-slider-nav button:hover img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(2%) saturate(746%) hue-rotate(314deg) brightness(95%) contrast(94%);
}

/*banner css end*/

/* inner-main_slider */

.inner-main_slider .banner-row,
.inner-main_slider .banner-bg-img,
.inner-main_slider .banner::before {
    height: 400px;
}

.inner-main_slider .banner-bg-img {
    opacity: 1;
}

.inner-main_slider .banner-row {
    padding: 0px 3% 0px;
}

.inner-banner_img {
    text-align: end;
}

.inner-banner_img h4 {
    font-size: 14px;
}

.inner-banner_img h4 a {
    font-size: 14px;
    color: #58504a;
}

section.inner-main_slider .banner_text h1 {
    width: 100%;
    text-align: start;
}

.inner-main_slider .banner-row,
.inner-main_slider .banner::before {
    height: 150px;
}



/* inner-main_slider */

/* about-sec */

.about-sec {
    padding: 100px 0px;
}

.about-img {
    width: 100%;
    height: 600px;
    border-left: 10px solid #fcb040;
}

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

.about-text {
    padding-left: 50px;
}

.about-text h2 {
    margin-bottom: 10px;
}

.about-text h3 {
    color: #646464;
    margin-top: 20px;
    position: relative;
    margin-bottom: 25px;
}

.about-text h3 span {
    color: #c7c7c7;
}

.about-text h3 b {
    font-size: 40px;
    font-weight: 300;
    margin-left: 5px;
    color: #c7c7c7;
}

.about-text p {
    width: 90%;
    margin-bottom: 15px;
}

.about-text ul li {
    color: #646464;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Lato';
}

.about-text a {
    margin-top: 15px;
}

/* about-sec */

/* scene-img */

.scene-img {
    width: 100%;
    height: 500px;
    position: relative;
    border-right: 5px solid #fcb040;
}

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

.scene-text h2 {
    margin-bottom: 10px;
}

.scene-text p {
    width: 75%;
    margin-bottom: 15px;
}

.scene-img a {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}

.scene-img a i {
    width: 65px;
    height: 65px;
    display: flex;
    z-index: 1;
    color: #171616;
    position: relative;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    animation: pulse 2s infinite;
}

/* scene-img */

/* inner-about-sec */

.inner-about-sec .scene-text p {
    width: 100%;
}

/* inner-about-sec */

/* team-box */

.team-box img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 40px;
}

.team-box {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    background-color: #fff;
}

.team-box p {
    font-weight: 600;
}

.team-box::before {
    bottom: 0;
    width: 65%;
    right: 5%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #f3242a;
}

.teamSlider {
    margin-top: 25px;
}

.teamSlider .slick-active {
    opacity: 1;
}

.teamSlider .slick-slide {
    margin: 0px 10px;
}

.teamSlider .slick-next,
.teamSlider .slick-prev {
    left: -55px;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    position: absolute;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #fff;
}

.teamSlider .slick-prev:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.teamSlider .slick-next {
    left: unset;
    right: -55px;
}

.teamSlider .slick-next:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.teamSlider .slick-next:hover,
.teamSlider .slick-prev:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #171616;
}

.teamSlider .slick-next:hover:before,
.teamSlider .slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(29%) hue-rotate(255deg) brightness(107%) contrast(100%);
}

/* team-box */

/* donate now form css start */
.donate-now {
    padding: 100px 0px;
}

section.donate-now button {
    display: block;
    margin: 0 auto;
}

.donator-detials input {
    background: transparent;
    height: 60px;
}

.donator-detials label {
    text-transform: capitalize;
}

section.donate-now input[type="radio"] {
    margin: 0 14px 0 0;
}

section.donate-now span {
    font-family: 'ARIAL';
    font-size: 22px;
    line-height: 45px;
    color: #666666;
    text-transform: capitalize;
}

section.donate-now h3 {
    font-size: 25px;
    font-family: 'ARIAL';
}

section.donate-now .don-amount input[type='text'] {
    font-size: 15px;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 0 10px 18px;
    font-family: 'ARIAL';
    margin: 25px 0px;
    height: 60px;
    color: #000000;
}

section.donate-now select,
section.donate-now textarea {
    font-size: 15px;
    width: 100%;
    color: #000000;
    font-family: 'ARIAL';
    padding: 10px 0 10px 18px;
    border: 1px solid #d9d9d9;
}

section.donate-now select option {
    color: #000;
}

section.donate-now select {
    height: 60px;
}

.inner-board-box {
    padding: 25px;
    box-shadow: 0 3px 40px rgba(36, 36, 36, .1);
    margin-top: 30px;
}

section.donate-now .don-amount input::placeholder,
section.donate-now textarea::placeholder {
    font-family: 'ARIAL';
    color: #000000;
    height: 60px;
    text-transform: capitalize;
    font-size: 15px;
}

section.donate-now .donator-detials input {
    background-color: #f3f3f2;
}

section.donate-now p {
    color: #646464;
    font-family: 'ARIAL';
    margin-bottom: 50px;
}

section.donate-now .mbs {
    margin-bottom: 100px;
}

section.donate-now h2 {
    font-family: 'ARIAL';
    margin-bottom: 50px;
    padding-bottom: 1px;
    max-width: max-content;
    border-bottom: 3px solid #000;
}

.btn2 {
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 15px 70px;
    font-family: 'ARIAL';
    text-transform: uppercase;
    margin-top: 50px !important;
    background-color: #3b3b3b;
}

.center-line {
    margin-bottom: 25px;
    position: relative;
}

.center-line::before {
    top: 0;
    width: 1px;
    left: 350px;
    content: '';
    height: 98%;
    position: absolute;
    background-color: #e7e7e7;
}


/* donate now form css end */


/* blog-sec */

.blog-sec {
    padding: 100px 0px;
    background-color: #f0f0f0;
}

.inner-blog-sec {
    padding: 100px 0px;
}

.inner-blog-sec .blog-box {
    border: 1px solid #bcbec0;
}

.blog-box {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background-color: #ffff;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.02);
}

.blog-box::before {
    bottom: 0;
    width: 65%;
    right: 5%;
    height: 3px;
    content: '';
    position: absolute;
    background-color: #f3242a;
}

.blog-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 25px;
}

.blog-box h4 {
    margin: 0px 20px;
}

.blog-box p {
    font-weight: 500;
    margin: 15px 20px;
}

.blog-box a {
    color: #171616;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 10px 40px;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #cccccc;
}

.blogSlider {
    margin-top: 25px;
}

.blogSlider .slick-active {
    opacity: 1;
}

.blogSlider .slick-next,
.blogSlider .slick-prev {
    left: -55px;
    width: 50px;
    height: 50px;
    z-index: 1;
    display: flex;
    position: absolute;
    transition: ease-in;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #fff;
}

.blogSlider .slick-prev:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.blogSlider .slick-next {
    left: unset;
    right: -55px;
}

.blogSlider .slick-next:before {
    color: #fff;
    content: '';
    height: 12px;
    width: 18px;
    position: absolute;
    background-image: url(../images/btn-icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(6%) sepia(1%) saturate(1455%) hue-rotate(314deg) brightness(99%) contrast(94%);
}

.blogSlider .slick-next:hover,
.blogSlider .slick-prev:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #171616;
}

.blogSlider .slick-next:hover:before,
.blogSlider .slick-prev:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(29%) hue-rotate(255deg) brightness(107%) contrast(100%);
}

/* blog-sec */

/* How it works css start  */

section.works {
	display: none !important;
    padding: 60px 0 80px;
    position: relative;
}

section.works .heaing {
    padding: 16px 0 10px;
}

.car-text {
    background-color: #F0F0F0;
    padding: 30px 50px;
    border-radius: 10px;
    margin: -40px auto 0 auto;
    position: relative;
    z-index: 9;
    width: 90%;
}

section.works .stage-steps .car-text p {
    padding-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: start;
    color: #646464;
    margin: 20px 0 0 0;
}

/* section.works .column-borderd {
  position: relative;
  padding-top: 100px;
}

section.works .column-borderd::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 40%;
  left: 0;
  right: 0;
  top: 0px;
  opacity: 20%;
  margin: 0px auto;
  background: #555;
  transition: 0.9s;
}

section.works .column-borderd:hover:before {
  background: #272844;
  opacity: 1;
} */

section.works .stages {
    margin: 50px 0 0 0;
}

.ss-stage-main {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.ss-stage-txt {
    text-align: start;
}

.ss-stage {
    width: 100%;
}

.ss-stage img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.works-btn {
    text-align: start;
    margin: 20px 0 0 0;
}

/* How it works css end */

/* How it works Details css Starts */

section.works-drtail-sec .car-text {
    width: 100%;
    background-color: #0000;
    padding: 0;
    margin: 0;
}

section.works-drtail-sec .ss-stage img {
    height: 500px;
}




/* How it works Details css Ends */

/* Testimonial */

.inner-testi-sec {
    padding-top: 100px;
}

.sec-heading3 h2 {
    color: #646464;
    font-size: 50px;
}

.sec-heading3 p {
    color: #646464;
    margin-bottom: 15px;
}

.sec-heading3 p {
    font-size: 14px;
}

.testimonial-slider {
    margin: 40px 0;
}

.testimonial-slider .slick-list {
    padding: 0 !important;
}

.client-box::after {
    content: '';
    top: -35px;
    right: 40px;
    height: 75px;
    width: 65px;
    position: absolute;
    background-image: url(../images/testi-quote.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.client-box {
    background-color: #f0f0f0;
    padding: 20px 40px;
    position: relative;
    margin-bottom: 100px;
}

.client-box img {
    margin-top: -60px;
    height: 80px;
    width: 80px;
    object-fit: contain;
    border-radius: 50%;
    border: 5px solid #fff;
}

.client-box p {
    width: 96%;
    color: #646464;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
}

.client-box ul {
    display: flex;
    padding: 15px 0;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cfcfd2;
}

.client-box ul li h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #646464;
    font-family: 'ARIAL';
}

.client-box ul li h6 {
    margin: 0;
    color: #646464;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    font-family: 'ARIAL';
    text-transform: uppercase;
}

.client-box ul li i {
    color: #f4a600;
}

.client-sli {
    margin: 40px 0;
}

.testimonial-slider .slick-slide {
    opacity: 1;
    margin: 40px 5px;
}

.testimonial-slider .slick-slide .client-box {
    background-color: transparent;
}

.testimonial-slider .slick-current .client-box {
    background-color: #f0f0f0;
}

.testimonial-slider .slick-current .client-box::after {
    opacity: 0;
}

.testimonial-slider .slick-current .client-box p,
.testimonial-slider .slick-current .client-box ul li h5,
.testimonial-slider .slick-current .client-box ul li h6 {
    color: #646464;
}

/* Testimonial */

/* envent-detail-sec */

.envent-detail-sec {
    padding: 100px 0px;
}

.envent-detail-img {
    height: 300px;
    width: 100%;
}

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

.envent-detail-img h4 {
    font-size: 26px;
    position: relative;
    font-family: 'ARIAL';
    padding-bottom: 10px;
    margin: 15px 0px 25px;
    border-bottom: 1px solid #cececf;
}

.envent-detail-img h4::before {
    content: '';
    right: 0;
    width: 10px;
    height: 10px;
    bottom: -5px;
    position: absolute;
    border-radius: 50%;
    background-color: #f3242a;
}

.envent-detail-img h4::after {
    right: -4px;
    width: 18px;
    content: '';
    height: 18px;
    bottom: -9px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #cececf;
}

.envent-detail-img p {
    color: #8d8d8d;
    font-family: 'ARIAL';
}

.envent-detail-text p {
    color: #8d8d8d;
    margin-bottom: 25px;
    font-family: 'ARIAL';
}

.envent-detail-text {
    margin-top: 25px;
}

.envent-detail-text ul {
    gap: 15px;
    display: flex;
    align-items: center;
}

.envent-detail-text ul li i {
    font-size: 20px;
    color: #f3242a;
}

.envent-detail-text ul li {
    color: #000;
    font-weight: 600;
    font-family: 'Lato';
}

/* envent-detail-sec */

/* inner-programs-deatil-sec */

.inner-programs-deatil-sec .about-img {
    border: none;
    height: 500px;
}

.about-senter-text {
    margin-top: 50px;
}

.about-senter-text p {
    margin-bottom: 15px;
}

.about-senter-text .scene-img {
    border: none;
    margin-bottom: 50px;
}

.about-senter-text h3 {
    margin-bottom: 25px;
}

.about-senter-text a {
    margin-top: 25px;
    padding: 10px 35px;
}

.about-senter-text .mtspace {
    margin-top: 50px;
}

.about-senter-text .mtspace .scene-img {
    margin: 0;
}

/* inner-programs-deatil-sec */

/*contact */


.contact-form form {
    position: relative;
}

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

.contact-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 45px;
    top: 3px;
    background-size: 10px 50px;
    background-image: url(../images/contact-input-bef.png);
    background-repeat: no-repeat;
}

.contact-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 65px;
    border: 1px solid #c6c6c6;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    display: flex;
}

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

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;

}

.contact-form form textarea.form-control {
    font-size: 15px;
    padding-left: 65px;
    padding-top: 13px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: none;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
}

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

.contact-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

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

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

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

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

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

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 1px solid #f2242a;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #f2242a;
}

.cicle-icon img {
    margin: 0 auto;

}

.contact-info {
    background: transparent;
    width: 100%;
    display: inline-block;
    padding: 14px;
    margin-bottom: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 25px;
    border: 1px solid #c6c6c6;
}


.contact-main-sec h4 {
    font-size: 40px;
    color: #646464;
    font-weight: 500;
    line-height: 1;
    font-family: 'ARIAL';
    text-transform: uppercase;
    margin-bottom: 0;
}

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

.contact-main-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: -5%;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #646464;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.contact_text {
    padding-top: 0px;
}

.contact_text p {
    font-size: 16px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 500;
    letter-spacing: 1px;
}

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


.mailt {
    padding-left: 30px;
}

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

.contact_text p a.email-text {
    font-size: 15px;
    color: #8b8b8b;
}

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

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

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

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

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

.contact_heading {
    margin-bottom: 30px;
}

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

.contact-side-bar {
    padding-top: 50px;
}

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

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

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

.contact-form .form-group i {
    position: absolute;
    top: 20px;
    left: 13px;
    font-size: 20px;
    color: #7e7e7e;
}

.contact-form {
    margin-top: 23px;
}

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

button.theme_btn img {
    width: 30%;
}

/*contact end*/

/*Up Coming Start*/

.up-coming-sec {
    padding: 100px 0;
}

.up-coming-heading h2 {
    margin-bottom: 35px;
}

.up-coming-heading p {
    width: 60%;
    margin: 0 auto;
}

.up-coming-img img {
    width: 100%;
    height: 307px;
    object-fit: cover;
}

.up-coming-text {
    margin-left: 25px;
}

.up-coming-box {
    position: relative;
    padding: 35px 0;
}

.up-coming-text ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.up-coming-text ul li span i {
    font-size: 25px;
    color: #f32c32;
    animation: tada 1.5s ease infinite;
}

.up-coming-text ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.up-coming-text ul li h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.up-coming-text ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}


.up-coming-box:before {
    top: 0;
    right: 0;
    width: 85%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}

.up-coming-text h2 {
    color: #646464;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
    border-bottom: 2px solid #cececf;
    padding-bottom: 10px;
    position: relative;
}

.up-coming-text h2:before {
    content: "";
    position: absolute;
    background-image: url(../images/up-coming-box-points.png);
    width: 21px;
    height: 21px;
    right: -9px;
    bottom: -10px;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    animation: tada 1.5s ease infinite;
}

.up-coming-box:after {
    content: "";
    position: absolute;
    background-image: url(../images/up-coming-number-1.png);
    width: 89px;
    height: 43px;
    background-size: cover;
    top: -40px;
    right: 50px;
}

.up-coming-box.chg,
.up-coming-box.mtbs {
    margin-top: 70px;
}

.up-coming-text ul li p {
    font-size: 14px;
    width: 40%;
    line-height: 15px;
    margin-bottom: 0;
    color: #000;
}

.up-coming-text ul li a {
    font-size: 14px;
    color: #646464;
    font-weight: 500;
}

.up-coming-box-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.up-coming-box.chg:before {
    right: inherit;
    left: 0;
}

.up-coming-box.chg .up-coming-text {
    margin-left: 0;

}

.up-coming-box.chg .up-coming-text h2 {
    padding-left: 25px;
}

.up-coming-box.chg .up-coming-text p {
    padding-left: 35px;
}

.up-coming-text ul {
    gap: 10px;
}

.up-coming-box.chg .up-coming-box-row {
    padding-left: 35px;
}

.up-coming-box.chg .up-coming-text h2:before {
    left: -9px;
}

.up-coming-box.chg .up-coming-text ul li p {
    padding-left: 0 !important;
}

.up-coming-box.chg:after {
    background-image: url(../images/up-coming-number-2.png);
    left: 50px;
    width: 97px;
    height: 42px;
}

/*Up Coming End*/

/* footer */

.footerSec {
    background: #171616;
    border-top: 5px solid #f3242a;
}

.footer-contact {
    margin-top: 70px;
    margin-bottom: 40px;
}

.footer-contact a {
    width: 100%;
    margin-bottom: 15px;
}

.footer-contact p {
    color: #a2a2a2;
    width: 90%;
    margin-bottom: 15px;
}

.left-right-border {
    height: 100%;
    padding-top: 70px;
    position: relative;
    margin-bottom: 70px;
    border-right: 1px solid #4a4949;
}

.left-right-border::before {
    top: 0;
    width: 1px;
    left: -40px;
    content: '';
    height: 100%;
    position: absolute;
    border-left: 1px solid #4a4949;
}

.foot-links {
    padding-top: 70px;
    padding-left: 40px;
}

.foot-links h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Lato';
}

.foot-links ul {
    columns: 2;
    margin-top: 35px;
    line-height: 45px;
}

.foot-links ul li {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.foot-links ul li i {
    color: #fff;
}

.foot-links ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato';
    text-transform: uppercase;
}

.footer-contactmai {
    display: flex;
    gap: 25px;
    margin-top: 50px;
    align-items: center;
    justify-content: flex-start;
}

.footer-contactmai ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-contactmai ul li i {
    height: 45px;
    width: 45px;
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contactmai ul li h5 {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'ARIAL';
}

.footer-contactmai ul li h6 {
    color: #fff;
    font-size: 12px;
    font-family: 'ARIAL';
}

.donation-box {
    max-width: 350px;
}

.donation-box h2 {
    color: #ffff;
    font-size: 30px;
    margin-bottom: 15px;
}

.input-group {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.donation-box input[type="text"],
.donation-box input[type="email"] {
    width: 48%;
    padding: 10px;
    border: none;
    border-radius: 3px;
}

.amount-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.amount-buttons button {
    flex: 1;
    margin: 5px;
    padding: 10px;
    background: #222;
    color: #fff;
    border: 2px solid #444;
    cursor: pointer;
    font-size: 16px;
}

.amount-buttons button.active {
    background: #fff;
    color: #000;
}

.donate-btn {
    width: max-content;
    padding: 12px 25px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

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

.footer-btm {
    width: 100%;
    display: flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #0f0e0e;
}

.copy-txt {
    text-align: center;
}

.copy-txt p {
    color: #fff;
}

section.donate-now input[type="radio"] {
    display: none;
}

/* Custom radio button container */
section.donate-now label {
    color: #646464;
}

/* Outer circle */
section.donate-now label span::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s;
    position: relative;
}

/* Inner circle when selected */
section.donate-now input[type="radio"]:checked+span::before {
    border-color: #d7d7d7;
    /* Outer border color */
}

section.donate-now input[type="radio"]:checked+span::before {
    content: "";
    background: radial-gradient(circle, #9a0200 50%, transparent 55%);
}

/* footer */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
    .menu-box ul {
    gap: 17px;
}
.foot-links ul li a {
    font-size: 11px;
}
  .menuSec .add-padding {
    padding: 0 15px;
    max-width: 100%;
}

.menu-box ul li a {
    font-size: 12px;
}

.header-btn .theme1 {
    padding: 10px 11px;
    font-size: 11px;
}
.banner_text h1 {
    width: 100%;
    margin: auto;
    font-size: 40px;
}
.blogSlider .slick-prev {
    left: -25px;
}
.blogSlider .slick-next {
    left: unset;
    right: -15px;
}
.about-sec .scene-text h2 {
    font-size: 35px;
}
.car-text {
    padding: 30px 10px;
    width: 100%;
}

.about-text {
    padding-left: 0px;
}
.teamSlider .slick-next {
    left: unset;
    right: -25px;
}
.teamSlider .slick-prev {
    left: -25px;
}
.client-box {
    padding: 20px 10px;
}

.prod-detal {
    padding: 47px 10px 30px 10px;
}
.prod-head p {
    width: 100%;
}

.contact-form button {
    margin-bottom: 50px;
}
section.works .stage-steps .car-text p {
    font-size: 12px;
    line-height: 22px;
}
.blog-sec {
    padding: 70px 0px !important;
}
.client-box ul {
    display: block;
}
.testimonial-slider .slick-current .client-box p, .testimonial-slider .slick-current .client-box ul li h5, .testimonial-slider .slick-current .client-box ul li h6 {
    color: #646464;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
}
.client-box ul li h5{
   font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;  
}
.testimonial-slider .slick-slide {
    margin: 40px 5px 0;
}
.foot-links {
    padding-top: 50px !important;
}
.about-text h2 {
    font-size: 30px;
    line-height: 40px;
}
.about-senter-text p {
    font-size: 12px;
    line-height: 21px;
}
.about-text p {
    width: 100%;
    font-size: 12px;
    line-height: 21px;
}
.left-right-border{
    margin-bottom: 40px;
}
.cicle-icon i {
    font-size: 25px;
    height: 55px;
    width: 55px;
}
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menuSec .add-padding {
    padding: 0 15px;
    max-width: 100%;
}

.about-senter-text h2 {
    font-size: 40px;
    line-height: 50px;
}
section.about-sec {
	display: none !important;
    padding: 60px 0px;
}
.menu-box {
    width: 460px;
    margin-left: -30px;
}
.menu-box ul li a {
    font-size: 11px;
}
.menu-box ul {
    gap: 4px;
}
.header-btn .theme1 {
    padding: 10px 11px;
    font-size: 11px;
}
.banner_text h1 {
    width: 100%;
    margin: auto;
    font-size: 40px;
}
.blogSlider .slick-prev {
    left: -25px;
}
.blogSlider .slick-next {
    left: unset;
    right: -15px;
}
.about-sec .scene-text h2 {
    font-size: 35px;
}
.car-text {
    padding: 30px 10px;
    width: 100%;
}
.footerSec .col-md-6:nth-child(03) {
    /* background: red; */
    width: 100%;
}
.about-text {
    padding-left: 0px;
}
.teamSlider .slick-next {
    left: unset;
    right: -25px;
}
.teamSlider .slick-prev {
    left: -25px;
}
.client-box {
    padding: 20px 10px;
}

.prod-detal {
    padding: 47px 10px 30px 10px;
}
.prod-head p {
    width: 100%;
}

.contact-form button {
    margin-bottom: 50px;
}
section.works .stage-steps .car-text p {
    font-size: 12px;
    line-height: 22px;
}
.blog-sec {
    padding: 70px 0px !important;
}
.client-box ul {
    display: block;
}
.testimonial-slider .slick-current .client-box p, .testimonial-slider .slick-current .client-box ul li h5, .testimonial-slider .slick-current .client-box ul li h6 {
    color: #646464;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
}
.client-box ul li h5{
   font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;  
}
.testimonial-slider .slick-slide {
    margin: 40px 5px 0;
}
.foot-links {
    padding-top: 0px;
}
.about-text h2 {
    font-size: 30px;
    line-height: 40px;
}
.about-senter-text p {
    font-size: 12px;
    line-height: 21px;
}
.about-text p {
    width: 100%;
    font-size: 12px;
    line-height: 21px;
}
.left-right-border{
    border-right:none;
    margin-bottom: 10px;    
}

    
}



html{
    overflow-x:hidden;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .banner-follow-bar {
        flex-direction: column;
    }
.about-text h3 {
    font-size: 28px;
}
.up-coming-box.chg .up-coming-text p {
     padding-left: 0px; 
}
.left-right-border {
    height: 100%;
    padding-top: 35px;

}
.prod-head h4 {
    font-size: 28px !important;
}

.up-coming-sec {
    padding: 30px 0;
}

    .foot-links {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 25px;
    }
.testimonial-slider .slick-current .client-box p, .testimonial-slider .slick-current .client-box ul li h5, .testimonial-slider .slick-current .client-box ul li h6 {
    font-size: 12px;
    line-height: 22px;
}
.testimonial-slider {
    margin: 40px 0 20px;
}
.client-box ul {
    display: block;
}
section.works {
    padding: 40px 0 40px !important;
}

.main_slider .banner_text p {
    width: 100%;
}
.menuSec .col-xl-2.col-lg-2.col-md-3.col-sm-12.col-12 {
    width: 50%;
}
.about-text {
    padding-left: 0;
    padding-top: 40px;
}
.scene-text {
    padding-bottom: 50px;
}

.about-sec .scene-text h2 {
    font-size: 30px;
}
.about-sec {
    padding: 50px 0px;
}
.up-coming-text h2 {
    font-size: 22px;
    line-height: 30px;
}
.sec-heading3 h2 {
        font-size: 35px;
        line-height: 47px;
    }
.client-box {
    padding: 20px 20px !important;
    margin-bottom: 50px;    
}    
.stage-steps {
    margin-bottom: 40px;
}
.about-senter-text h2 {
    font-size: 23px;
}

.inner-about-sec .scene-text h2 {
    font-size: 25px;
}
.blog-sec .sec-heading3 h2 {
    font-size: 27px;
}
.teamSlider .slick-prev {left: 5px;}

.teamSlider .slick-next {
    right: 1px;
}
.up-coming-text {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.up-coming-box:before {
    width: 100%;
}
.up-coming-img {
    padding-top: 10px;
}
.site-main header.entry-header {
    display: none;
}

.inner-programs-deatil-sec .about-img {
    height: auto;
}
.contact-info {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.contact-form button {
    margin-top: 5%;
    margin-bottom: 50px;
}
.foot-links ul li a {
    font-size: 11px;
}
.inner-main_slider .banner-row, .inner-main_slider .banner-bg-img, .inner-main_slider .banner::before{
    height:300px !important;
}
    
}


/*Media Query End*/




/* Inner Cart Start */

.product-cart figure,
.product-cart article {
    display: inline-block;
}

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

.cart-page-tble thead tr {
    height: 40px;
    color: #fff;
    background: #3b3b3b;
}


.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.list-inline.pr_counter.d-flex.align-items-center.justify-content-center {
    margin-bottom: 10px;
}

.proceed-checkout a {
    background: #3b3b3b;
    color: #fff;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 15px;
}



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

.product-cart article p {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0px;
    line-height: 25px;
    letter-spacing: 0;
    color: #000;
}

.product-cart article {
    margin-left: 10px !important;
}

.cart-page-tble tbody tr td input {
    /* height: 60px; */
    /* border: 1px solid #c4c4c4; */
    /* background-color: #ffffff; */
    /* color: #000; */
    text-align: center;
    height: 49px;
    border-radius: 6px;
    border: 0px solid #ebebeb;
    font-size: 23px;
    color: #0000009c;
    font-weight: 500;
    background: #fff0;
    margin: 0;
    border-radius: 5px;
    width: 100px;
}

.update-cart {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

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

.cart-page-tble tbody tr {
    border-bottom: 1px solid #d9d9d9;
}

.continue-purchasing a i {
    padding-left: 10px;
    color: #004f2c;
}

section.cart-main-sec thead,
tbody,
tfoot,
tr,
td,
th {

    padding: 30px 0;
}

.cart-page-tble tbody tr td i {
    margin: 0 auto;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3b3b3b;
}

.cart-cross {
    height: 40px;
    width: 40px;
    font-size: 25px;
    background: #000000;
    color: #fff;
    padding: 7px;
}

.total-box,
.total-f,
.shipping-box {
    padding: 30px 50px 0 40px;
    border: 1px solid #d7d7d7;
}

.proceed-checkout {
    margin-top: 10px;
}

.total-f {
    padding: 10px 40px 10px 50px;
    border-top: 0 !important;
}

.total-box .sum li {
    line-height: 35px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}

.total-f h4 {
    font-size: 28px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-family: "Playfair Display", serif;
}

.total-box .sum li span {
    margin-left: 60px;
}

.total-f span {
    margin-left: 71px;
}


.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    margin: auto;
    background-color: #fff;
    padding: 4px 20px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
    color: #000000;
}

.pd-12-110 {
    padding: 12px 110px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-minus-60 {
    margin-top: -60px;
}

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

.cart_btn {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0% auto;

    color: #fff;

    font-size: 20px;

    text-transform: uppercase;

    height: 50px;

    width: 250px;

    background: #53171d;

    border-radius: 100px;

    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 115px;
    height: 115px;
    border-radius: 5px;
    text-align: center;
    object-fit: cover;
}

.product-cart figure {
    /* padding: 10px; */
    margin: 0;
    /* background-color: #eaeaea; */
    /* border-radius: 3px; */
    /* border: 1px solid #c8c8c8; */
}



.shipping-box h4 {
    background: #3b3b3b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: "Playfair Display", serif;
}

.shipping.text-black {
    margin-bottom: 25px;
}

.shipping-box p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.for-lin:before {
    position: absolute;
    content: '';
    left: 0;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    width: 949px;
    height: 30px;
    z-index: 9999;
    top: 10px;
}

.for-lin {
    position: relative;
}


.inc {
    background-color: #fafafa !important;
    padding: 2px 15px;
    display: flex;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #e5e5e5;
}

.input-number {

    border: none;

}

.input-number-decrement,
.input-number-increment {

    display: inline-block;

    width: 40px;

    height: 40px;

    display: inline-flex;

    color: #444;

    text-align: center;

    font-weight: 700;

    border: 1px solid black !important;
    cursor: pointer;

    background: #f7f7f7;

    border-radius: 100%;

    justify-content: center;

    align-items: center;

}

.input-number,
.input-number1,
.input-number-decrement,
.input-number-increment {

    border: 0;

    height: 20px;

    user-select: none;

    font-weight: 700;

    padding: 5px 5px 5px 5px;

    width: 20px;
}

a.update {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}

/* Inner Cart End */


/* Product Start */

section.products.pb-8 {
    padding-top: 60px;
}

.prod-head h4 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #000;
}

.center-content {
    margin: 0 auto;
    text-align: center;
}

.ban-btm-text-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.ban-btm-text h1 {
    font-size: 22px;
    font-family: 'Blender-Pro-Medium';
    text-transform: uppercase;
    line-height: 22px;
    color: #121110;
    margin: 4px 0;
}

.ban-btm-text p {
    font-size: 11px;
    color: #131212;

}

.banner-bottom {
    background: url(../images/pd-bk.png);
    width: 100%;
    background-size: cover;
    height: 334px;
}

.cent-box {
    position: relative;
    justify-content: center;
}

.cent-box:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #acadac;
}

.prod-head p {
    width: 66%;
    margin: 0 auto;
    color: #0b0c0c;
}

.prod-detal h2 {
    font-family: 'Montserrat-Regular';
    font-size: 17px;
    line-height: 20px;
    color: #0d0b21;

    text-transform: inherit;
}

.cart {
    position: absolute;
    bottom: -34px;
    right: 43px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    padding: 10px;
}

.cart img {
    filter: brightness(0.2);
}


.prd-box {
    position: relative;
}

.prod-detal {
    /* margin: 39px 0; */
    background: #ffffff;
    padding: 47px 25px 30px 25px;
    box-shadow: 0px 0px 3px 0px #80808069;
    margin-bottom: 10%;
}

.price h3 {
    font-family: 'Blender-Pro-Medium', Sans-Serif;
    font-size: 23px;
    line-height: 23px;
    color: #0f0f0f;
    margin: 0;
    text-transform: uppercase;
    padding-top: 20px;
}

.price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-top: solid 0.5px #00000042;
}

.prd-box img {
    width: 100%;
}

.price p {
    color: #252525;
    font-size: 11px;
    line-height: 15px;
    padding-top: 20px;
}

.ic {
    color: #fd8f00;
    font-size: 12px;
}

/* Product End */



/*product detail page css start*/

.productdetailsec {
    position: relative;
    z-index: 1;
}

section.productdetailsec .row.line {
    border-bottom: 1px solid #d0d0c5;
    border-top: 1px solid #d0d0c5;
    padding: 40px 0px 50px 0px;
    position: relative;
}

.productdetailtext h3 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    color: #121212;
    font-family: 'side-font-sd';
    font-weight: 400;
    margin-bottom: 10px;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #3b3b3b;
}

.iconlist {
    margin-top: 20px;
}


.quanity.product-detail h5 {
    font-size: 18px;
    color: #9c7b76;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

ul.quan-count li {
    width: 30%;
}


.iconlist ul {
    display: block;
    column-count: 2;
    width: 88%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #ac735d;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    font-family: 'saud' !important;
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.productdetailsmallportion img {
    width: 160px;
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 0;
    object-fit: cover;
}

/* Product End */


/*product detail page css start*/

.productdetailsec {
    position: relative;
    z-index: 1;
}

section.productdetailsec .row.line {
    border-bottom: 1px solid #d0d0c5;
    border-top: 1px solid #d0d0c5;
    padding: 40px 0px 50px 0px;
    position: relative;
}

.productdetailtext h3 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0;
    color: #121212;
    font-family: 'side-font-sd';
    font-weight: 400;
    margin-bottom: 10px;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 20px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 10px;
    list-style: none;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.productdetailsec .productdetailportion {
    height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #3b3b3b;
}

.iconlist {
    margin-top: 20px;
}


.quanity.product-detail h5 {
    font-size: 18px;
    color: #3b3b3b;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

ul.quan-count li {
    width: 30%;
}


.iconlist ul {
    display: block;
    column-count: 2;
    width: 88%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #ac735d;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    font-family: 'saud' !important;
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.productdetailsmallportion img {
    width: 160px;
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 0;
    object-fit: cover;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

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

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

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
    color: #3b3b3b;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 92%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: 'Montserrat';
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 0px;
    justify-content: start;
}

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

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 14px;
    color: #3b3b3b;
    margin-right: 10px;
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #000;
    font-size: 20px;
    border-left: 1px solid #000;
    padding-left: 15px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 40px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 500;
    margin: 20px 0;
}


/* Product Detail End */





/* Checkout Page Start */

.billing_form h3 {
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    color: #000;
    margin: 0;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 14px;
    font-family: "Montserrat";
    color: #7c7c7c;
    font-weight: 600;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 400;
}

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

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: "Montserrat";
}

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

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: "Roboto", sans-serif;
}

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

.cart_sidebar .cart_lst li:last-child {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: 'Antonio', sans-serif;
}

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

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

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

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

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

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

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
}

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

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

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

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

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

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

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

.check_menu ul li.purp {
    color: #700ea3;
}

p.p-same-p {
    font-size: 13px;
    font-family: 'Montserrat';
    background: #fffcf3;
    line-height: 23px;
}

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

.cart_sidebar h3 {
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Antonio', sans-serif;
    line-height: normal;
    font-weight: 700;
}

.cart_sidebar .h-sub {
    font-weight: 700;
    color: #000000;
    font-family: 'Antonio', sans-serif;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    color: #000000;
    font-weight: 400;
    font-family: 'Antonio', sans-serif;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

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

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #7c7c7c;
}

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

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

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

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

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
}

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

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

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

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

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

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

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.checkout_btn:hover {
    color: white;
}

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

h6.payment-h {
    font-weight: 700;
    color: #000;
    font-family: 'Antonio', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

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

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #000;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0;
}

.billing_form {
    border: 1px solid #8080806e;
    padding: 40px 25px;
    border-radius: 0;
}

span.chk-price {
    color: #000;
}


/* Checkout Page End */
.prod-detail-description {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #d9d3c7;
    margin-bottom: 60px;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #3b3b3b;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 30px;
    border-radius: 0 !important;
}

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

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

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

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

.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;
    background: transparent;
}

.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;
    background: transparent;
}

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

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

.prod-detail-description .rating {
    display: block;
    margin: 20px 0;
    float: left;
}

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

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

.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;
    font-family: "Montserrat";
}

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

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

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto";
}

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

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #7b7b7b;
    font-family: "Montserrat";
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #7b7b7b;
    font-family: 'Montserrat';
}
.prd-box > a img {
    height: 430px;
    object-fit: cover;
}

.cart img {
    height: auto !important;
}

.prd-box a {
    width: 100%;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {
.theme1 {
    padding: 10px 18px;
    font-size: 11px;
}
.banner-row {
    height: 570px;
}

    .main_slider .banner_text h1 {
        width: 100%;
        font-size: 20px !important;
        line-height: 30px;
    }
.banner-bg-img {
    width: 100%;
    height: 570px !important;
}
    .main_slider .banner_text p {
    margin-bottom:20px !important;    
    }
.about-img {
    margin-top: 20px;
    height: 400px;
}    
  .about-text h2 {
    font-size: 30px;
    line-height: 33px;
}
.banner::before {
    height: 654px !important;
}
.about-text p {
    width: 100%;
    font-size: 13px;
 line-height: 24px;
}
.blog-sec {
    padding: 50px 0px 30px;
}
.blog-box p {
    margin: 11px 9px;
    font-size: 12px;
}
.blog-box a {
    font-size: 13px;
    padding: 8px 30px;
    font-size: 12px;
}


    
}







