@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 *****/

@font-face {
  font-family: "blender";
  src: url("../fonts/Blender_Pro_Medium.ttf");
}

@font-face {
  font-family: "queensila";
  src: url("../fonts/Queensila.ttf");
}

@font-face {
  font-family: "quila";
  src: url("../fonts/quila.ttf");
}

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #11111185;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3a3a;
  font-family: "queensila";
}

h1 {
  font-size: 75px;
  line-height: 80px;
}

h2 {
  font-size: 70px;
  line-height: 75px;
}

h3 {
  font-size: 36px;
  line-height: 41px;
}

h4 {
  font-size: 30px;
  line-height: 34px;
}

h5 {
  font-size: 24px;
  line-height: 29px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
  position: relative;
}

.paddBottom {
  padding-bottom: 100px;
  position: relative;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background-color: #4f9698;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid transparent;
  font-weight: 500;
  min-width: 160px;
  justify-content: center;
  text-align: center;
  box-shadow: 2px 4px 11px 0px #00000036;
}

.bt.wht .pbtn {
  border: 1px solid #fff;
}

.maxWidth {
  max-width: 1480px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #11111185;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #4f9698;
}

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;
}

::-webkit-input-placeholder {
  color: #000000a4;
}

::-moz-placeholder {
  color: #000000a4;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000a4;
}

:-moz-placeholder {
  color: #000000a4;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 13px 32px;
  border: 1px solid #00000024;
  border-radius: 65px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.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: #393939;
  padding: 11px 20px;
  font-size: 14px;
  font-family: "blender";
  text-transform: uppercase;
  line-height: 24px;
  border-radius: 45px;
  box-shadow: 2px 4px 11px 0px #00000000;
}

.menuSec ul li a:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #4f9698;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li: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;
}

header {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 12;
}
/*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;
  padding-top: 70px;
}

.menuSec ul li.active a {
  background: #4f9698;
  color: #fff;
  box-shadow: 2px 4px 11px 0px #00000036;
}

img.banner-bg-img {
  height: 850px;
  width: 100%;
  object-fit: cover;
}

.banner_imgs {
  position: relative;
  padding: 0 60px;
}

img.baner-img1 {
  height: 580px;
  width: 61%;
}

.banner_imgs img {
  object-fit: fill;
  border-radius: 190px;
}

img.baner-img2 {
  position: absolute;
  right: 51px;
  top: 15%;
  height: 420px;
  z-index: 1;
}

.banner_text h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

.banner_text h2:before {
  content: "";
  width: 107%;
  height: 1px;
  bottom: 0;
  background: #77777778;
  position: absolute;
  left: -80px;
}

.banner_text h2:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4f9698;
  border-radius: 45px;
  right: 17px;
  bottom: -5px;
  position: absolute;
  box-shadow: 2px 4px 11px 0px #00000036;
}

.pbtn:hover {
  background: #000;
  color: #fff;
}

.banner_text p {
  color: #00000091;
  line-height: 27px;
}

/*banner css end*/

/* ======================== Botainical sec ========================= */

section.arts-sec {
  background: #a8ccd8;
}

.arts-wrap {
  width: 90%;
  margin: 0px auto;
}

.art-botanical {
  position: relative;
  border-radius: 190px;
}

img.botanical-img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  border-radius: 190px;
  transition: 0.2s;
}

.art-botanical .art-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 22px 32px;
}

.rounded {
  border-radius: 12px !important;
}

img.chose-img1 {
  height: 680px;
  object-fit: cover;
  border-radius: 190px;
  transition: 0.2s;
  width: 93%;
}

/* ======================== Botainical sec ========================= */

/* ======================== lectures sec ========================= */

img.lec-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lec-txt ul li span {
  font-family: "blender";
  color: #3a3a3a;
  text-transform: uppercase;
}

.lec-imgs {
  position: relative;
  padding-right: 32px;
}

.lec-imgs img {
  object-fit: fill;
  border-radius: 190px;
}

img.lec-img1 {
  height: 700px;
}

img.lec-img2 {
  position: absolute;
  right: 10px;
  top: 42%;
  height: 230px;
  z-index: 1;
  width: 160px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

/* ======================== lectures sec ========================= */

/* ======================== Book Sec  ========================= */

section.book-art-sec {
  background: #a8ccd8;
}

.book-txt h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

img.book-img1 {
  box-shadow: 20px 17px 19px 7px #4444447d;
}

/* ======================== Book Sec  ========================= */

/* ======================== Teaching Sec  ========================= */

section.teaching {
  background: #f6f4ef;
}

.tech-card {
  position: relative;
  border-radius: 220px;
  overflow: hidden;
  transition: 0.3s;
}

img.tech-card-img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  border-radius: 190px;
}

.tech-text {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 70px;
  z-index: 1;
}

h6.label {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #4f9698;
  display: inline-block;
  padding: 8px 22px;
  font-family: "blender";
  border-radius: 45px;
  transition: 0.2s;
}

.techSlider .slick-slide {
  opacity: 1;
}

.tech-card:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000, transparent);
  left: 0;
}

.slick-current.slick-center .tech-card:before {
  background: linear-gradient(0deg, #a9ccd7, transparent);
}

.slick-current.slick-center .tech-card h6.label {
  color: #000;
  background: #fff;
}

/* service slider btns */

.custom-slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: background 0.3s ease;
}

.slider-btn.prev {
  background: linear-gradient(#4f9698, #4f9698) padding-box,
    linear-gradient(to left, #4f9698, #fff) border-box;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff;
}

.slider-btn.next {
  background: linear-gradient(#4f9698, #4f9698) padding-box,
    linear-gradient(to left, #fff, #4f9698) border-box;
  border-radius: 50px;
  border: 1px solid transparent;
  color: #fff;
}

.slider-btn.prev:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #4f9698;
}

.slider-btn.next:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #4f9698;
}

.current-slide {
  font-size: 38px;
  color: #fff;
  font-family: "blender";
}

.divider {
  width: 53%;
  height: 1px;
  background-color: #d5d5d566;
}

.total-slide {
  font-size: 14px;
  color: #ffff;
  font-family: "blender";
  letter-spacing: 3px;
}

.lightbg {
  margin-top: 60px;
  padding: 14px;
  background: #4f9698;
  border-radius: 80px;
  box-shadow: 0 1rem 4rem 0px #00000026;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
/* ======================== Teaching Sec  ========================= */

/* ======================== People Sec  ========================= */
.testi-img-gn {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 0px #44444457;
}

img.testi-img1.testi-img-gn {
  position: absolute;
  right: 20%;
  top: -24px;
  width: 70px;
  height: 70px;
}

.testibox {
  padding: 50px 40px;
  border-radius: 10px;
  background: #a8ccd8;
  margin-bottom: 70px;
  position: relative;
}

img.author-img1 {
  height: 300px;
  border-radius: 150px;
  position: absolute;
  left: 70px;
  width: 170px;
  bottom: -60px;
  object-fit: cover;
  outline: 4px solid #fff;
  box-shadow: -1px -2rem 6rem 2px #0000002b;
}

.author-text {
  position: relative;
  margin-left: 10px;
  padding-left: 31px;
}

.author-text h6 {
  font-family: "queensila";
  font-size: 20px;
  line-height: 30px;
}

.author-text h6 span {
  font-family: "blender";
}

.author-text .rating p {
  font-family: "blender";
  color: #fff;
}

.author-text .rating span {
  font-size: 10px;
  gap: 2px;
}

.author-text:before {
  height: 150%;
  background: #ffffff42;
  width: 1px;
  left: 0;
  top: 5px;
  content: "";
  position: absolute;
}

.author-text:after {
  height: 20%;
  background: #fff;
  width: 1px;
  left: 0;
  top: 5px;
  content: "";
  position: absolute;
}

.testiSlider ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 160px;
  right: 60px;
  bottom: 28%;
}

.testiSlider ul.slick-dots li button {
  display: none;
}

.testiSlider ul.slick-dots li {
  width: 6px;
  height: 6px;
  border-radius: 45px;
  background: #ffffffdb;
  opacity: 1;
  margin: 0px;
}

.testiSlider ul.slick-dots li.slick-active {
  outline: 1px solid #fff;
  outline-offset: 7px;
}

.sec-botm-img {
  width: 10%;
  display: table;
  margin: -70px auto 0;
}

img.say-shape-img {
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: -1;
}

/* ======================== People Sec  ========================= */

/* ======================== Footer  ========================= */

/* Footer Starts */

.footer-main {
  padding: 80px 0px 50px;
}

.footer-copy-main {
  background-color: #4f9698;
}

.footer-txt form input {
  width: 100%;
  background: transparent;
  border: 1px solid #3443513b;
  padding: 14px 20px;
  border-radius: 45px;
  font-weight: 500;
}

footer h6 {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  border-bottom: 2px solid #00000080;
  display: inline-block;
  line-height: 14px;
  margin-bottom: 32px;
}

.footer-contact-list li a i {
  color: #4f9698;
  font-size: 15px;
}

.phoens .footer-txt {
  padding-left: 50px;
}

.phoens .footer-txt a {
  font-family: "blender";
  text-transform: uppercase;
  color: #3a3a3a;
}

/* ======================== Footer  ========================= */

/* ======================== Inner Banner  ========================= */

.inner-images {
  position: relative;
}

.inner-images img {
  object-fit: fill;
  border-radius: 190px;
}

.inner-banner .banner_text {
  padding-left: 60px;
}

.iner-baner-img1 {
  height: 500px;
  width: 69%;
}

.iner-baner-img2 {
  right: 10px;
  top: 23%;
  height: 300px;
  position: absolute;
  z-index: 1;
}

.inner-banner .carousel-caption {
  padding-top: 110px;
}

.inner-banner .carousel-caption .row {
  width: 90%;
  margin: 0px auto;
}

.inner-banner img.banner-bg-img {
  height: 720px;
}

.inner-banner .banner_text h2:before {
  width: 110%;
}

/* ======================== Inner Banner  ========================= */

/* ======================== Gallery  ========================= */

img.gallery-img {
  height: 420px;
  transition: 0.3s;
}

img.gallery-img:hover {
  filter: brightness(0.7);
  transform: translate(0px, -2px);
}

/* ======================== Gallery  ========================= */

/* ======================== learn  ========================= */

img.learn-img {
  height: 420px;
  transition: 0.3s;
}

img.learn-img:hover {
  transform: translate(0px, -2px);
  filter: brightness(0.7);
}

.learn-txt {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 70px;
  padding: 0px 30px;
}

.learn-video-btn a i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  border-radius: 45px;
  background: #00bda1;
  color: #fff;
  transition: 0.3s;
}

.learn-video-btn a i:hover {
  background: #ffff;
  color: #00bda1;
  transform: scale(1.1);
}

/* ======================== learn  ========================= */

/* ======================== Workshop  ========================= */

.wrk-item span {
  font-size: 18px;
  line-height: 30px;
  color: #151414;
}

img.workshop-img {
  height: 550px;
  object-fit: cover;
  border-radius: 18px;
}

.tech-card:hover {
  transform: translate(0px, 3px);
}

/* ======================== Workshop  ========================= */

/* ======================== Contact   ========================= */

section.contact-page .ctc-contentWraper {
  padding: 30px 40px;
  width: 90%;
}

a.text-dark-tel.d-block {
  font-size: 35px;
  font-family: "blender";
  color: #222;
  display: inline-block;
  margin-top: 60px;
}

.ctc-contentWraper h6.text-uppercase {
  font-family: "blender";
  font-size: 12px;
}

section.contact-page .content .tel {
  margin: 60px 0 50px;
}

.contact-form .formField {
  margin-bottom: 10px;
}

.contact-form .formField input,
.contact-form .formField textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 13px;
}

.contact-form textarea {
  height: 110px;
  resize: unset;
  position: relative;
}

.contact-form textarea::placeholder {
  position: absolute;
  bottom: 16px;
}

.contact-form .bt {
  position: absolute;
  bottom: -10px;
  right: 34px;
}

.iconsBox {
  padding: 50px 0px 10px;
}

.col2 .iconsBox {
  border-right: 1px solid #44444438;
  border-left: 1px solid #44444438;
}

.contacMap {
  margin-top: -190px;
}

/* ======================== Contact   ========================= */

/* -------------------------------------- Checkout ------------------------------- */

.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;
}

.cart_sidebar h5 span {
  float: right;
  color: #4f9698;
  font-family: "blender";
  font-weight: 700;
}

.cart_sidebar .shipping-ul li input {
  display: none;
}

.cart_sidebar .shipping-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 .shipping-ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #2d5443;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.billing_form input {
  border: 1px solid #d9d9d9;
  padding: 10px 24px;
  margin: 6px 0 14px;
  border-radius: 5px;
}

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: #4f9698;
}

.cursor-pointer {
  cursor: pointer;
}

.cart_sidebar .radiosss-payments li input {
  display: none;
}

.cart_sidebar .radiosss-payments li label {
  padding-left: 30px;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background: transparent;
}

.cart_sidebar .radiosss-payments li label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #111;
  border-radius: 50%;
}

/* -------------------------------------- Checkout ------------------------------- */

/* -------------------------------------- Book Page  ------------------------------- */

.book_content-dt {
  background: #a8ccd8;
  padding: 200px 50px 50px;
  border-radius: 18px;
  margin-top: -140px;
}

.bk_tp-img {
  margin-left: 30px;
  padding-bottom: 20px;
}

.bk_tp-img img {
  height: 480px;
  object-fit: fill;
  width: 390px;
  box-shadow: 20px 17px 20px 19px #44444442;
}

.book_top-img {
  padding: 50px 60px 0;
}

.book_top-img .bk_top-ctas {
  border-bottom: 1px solid #dee2e642 !important;
}

.book_top-img .bk_dt-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #a8ccd8;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.book_top-img .bk_dt-list a:hover {
  background: #fff;
  color: #4f9698;
}

.bk_top-head {
  margin-bottom: 100px;
}

/* -------------------------------------- Book Page  ------------------------------- */

.shopping_cart_table table th {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  color: #222;
}

.shopping_cart_table table thead {
  border-bottom: 2px solid #dddddd;
}

.shopping_cart_table table tbody td {
  padding: 14px 0;
  border-bottom: 2px solid #dddddd;
  text-align: center;
}

.shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
  margin-right: 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}

.shopping_cart_table table tbody td select {
  height: 40px;
  padding-left: 10px;
  appearance: auto;
  border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
  border-radius: 0;
  border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .t_price {
  font-size: 30px;
  line-height: 40px;
  font-family: "blender";
  color: #4f9698;
  font-weight: 700;
}

th.w-40 {
  width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 13px;
  color: #000;
}

.cart_recipt > a {
  padding: 16px 30px;
  border: 1px solid #c8c6c6;
  border-radius: 9px;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  transition: 0.2s;
}

.cart_recipt > a i {
  margin-right: 10px;
  color: #000;
  transition: 0.6s;
}

.recipt li {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 30px;
}

.recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
}

.recipt li span {
  letter-spacing: 2px;
  font-family: "blender";
  text-transform: uppercase;
}

.credit_paypal a {
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 14px;
  margin-right: 10px;
  color: #000;
  background: #f3f3f3;
}

.credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.credit_paypal {
  padding-bottom: 30px;
  border-bottom: 2px solid #dddddd;
  padding-top: 20px;
}

.payment_card form label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.payment_card form {
  margin-top: 15px;
}

.payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  color: #000;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
  font-weight: 500;
}

.payment_card form select {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  font-weight: 500;
  color: #000;
}

.payment_card form input::placeholder {
  color: #000;
  font-weight: 500;
}

.expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expiry_date {
  width: 70%;
}

.cvv_box {
  width: 26%;
  padding-top: 15px;
}

.month_year {
  display: flex;
  justify-content: space-between;
}

.month_year select {
  width: 48% !important;
  appearance: auto;
}

.month_year select option {
  color: #000;
}

.payment_card form .btn1 {
  margin: 30px 85px;
  border: 1px solid;
}

.shopping_cart_table {
  padding-right: 40px;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
  background: transparent;
}

.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: #141414;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

span.total-price {
  font-size: 18px !important;
}

span.shipping-price {
  color: #000;
  margin-right: 20px;
}

.payment_card a.readmore-btn {
  padding: 0 4px 0 42px !important;
  margin: 20px auto 0;
}

.credit_paypal h6 {
  font-size: 15px;
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
  padding-bottom: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.credit_paypal a:hover {
  background: #4f9698;
}

.payment_card a.theme-btn1 {
  width: fit-content;
  margin: 20px auto;
}

.quanity.product-detail .qty-input {
  border: 0;
  justify-content: center;
}

.shopping_cart_table table tbody td:first-child,
.shopping_cart_table table thead th:first-child {
  text-align: start;
}

.cart_recipt > a:hover {
  background-color: #4f9698;
  color: #ffff;
}

.qty-input button {
  background: transparent;
  border: 1px solid #66666678;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}

.qty-input input {
  text-align: center;
  border: none;
  padding: 10px 16px;
  font-weight: 600;
}

.quanity.product-detail .qty-input {
  border: 0;
  justify-content: center;
}

.qty-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
}

.month_year select option option {
  color: #000 !important;
}

.pbtn:focus,
.pbtn:active {
  color: #fff !important;
}

/*CART PAGE CSS END*/
