@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  color: #000000;
  font-family: 'Roboto';
}


/***** Font Files *****/


@font-face {
  font-family: 'RecoletaAlt-Medium';
  src: url(../fonts/RecoletaAlt-Medium.ttf);

}


@font-face {
  font-family: 'recoleta';
  src: url(../fonts/recoleta.otf);

}

@font-face {
  font-family: 'Roboto', sans-serif;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'recoleta-regular';
  font-size: 63px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'recoleta-regular';
  font-size: 35px;
  line-height: 34px;
  color: #000000;
  font-weight: 500;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 400;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 10px 40px 10px 30px;
  border-radius: 35px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */
ul.head-top li img {
  height: 30px;
  width: 100%;
}

ul.head-top li::after {
  position: absolute;
  content: '';
  background-color: #adafb5;
  width: 2px;
  height: 41px;
  right: -2px;
  top: -7px;
}

.menuSec ul li ul li:last-child a {
  padding: 13px 20px !important;
  margin: 0;
}

.menuSec {
  padding: 20px 0;
}

.menuSec img {
  margin: 0;
}

header ul {
  margin-bottom: 0px;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a i {
  position: relative;
  font-size: 12px;
  top: 2px;
  left: 4px;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #191919;
  padding: 10px 14px;
  font-size: 18px;
  font-family: roboto;
  position: relative;
}

.btn-1 {
  background-color: #e2211c;
  color: #fff !important;
  padding: 12px 20px !important;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 15px !important;
  font-family: 'Roboto';
}

ul.head-top li a {
  color: #fff;
  font-size: 14px;
}

ul.head-top li {
  padding: 0px 7px;
  position: relative;
}

ul.head-top li i {
  font-size: 25px;
}

.menuSec ul li:last-child a {
  /* padding-right: 0px; */
  margin-left: 20px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #e2211c;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

header {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

header .row {
  align-items: center;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */
ul.head-top li:first-child::after {
  background: no-repeat;
}

ul.head-top li:last-child::after {
  background: no-repeat;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

section.bannar {
  background-image: url(../images/baner-back.jpg);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  height: 115vh;
  display: flex;
  align-items: center;
  background-size: cover;
}

.banner-img {
  position: relative;
}

img.b-icon1 {
  position: absolute;
  top: -20px;
  right: 0;
}

img.b-icon2 {
  position: absolute;
  right: -14px;
  top: 146px;
}

img.b-icon3 {
  position: absolute;
  bottom: 40px;
  left: -160px;
}

img.b-icon4 {
  position: absolute;
  bottom: 118px;
  left: 0;
}

.bann-txt {
  /* margin-top: -90px; */
}

.bann-txt h1 {
  font-size: 88px;
  color: #000;
  font-weight: 700;
  line-height: 100px;
  font-family: 'recoleta-regular';
}

.bann-txt h1 span {
  display: block;
  font-size: 72px;
}

.bann-txt p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: 'Roboto';
  width: 91%;
}

.search-bar input {
  width: 50%;
  border-radius: 25px;
  padding: 15px 20px;
  border: none;
  outline: none;
  background-color: #ffff;
}

.search-bar input::placeholder {
  color: #000;
}

.profile-opt>a>span {
    margin-right: 20px;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 700;
}
.search-bar p span {
  color: #e2211c;
}

.search-bar i {
  background-color: #e2211c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  color: #fff;
  position: absolute;
  top: -3px;
  left: 423px;
}

.search-bar {
  position: relative;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.b-icon-5-box ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}

.b-icon-5-box {
  position: absolute;
  top: 20px;
  box-shadow: 0 0 5px 0 #0000004f;
  padding: 10px 35px;
  background: #fff;
  border-radius: 50px;
  left: -90px;
}

.b-icon-5-box ul li h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 28px;
}

.b-icon-5-box ul li h2 span {
  display: block;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/*about start*/
img.abt-2 {
  border-top-right-radius: 0;
  border-top-left-radius: 30px;
}

img.abt-3 {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 0;
}

img.abt-back {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

img.abt-icon5 {
  bottom: 0;
  right: 0;
  z-index: -1;
}

section.about.inner {
  padding-top: 100px;
}


.abt-img img {
  height: 300px;
  width: 90%;
  border-radius: 30px;
  border-top-left-radius: 0;
  box-shadow: 0 0 10px #00000075;
  margin: 0 auto;
  margin-top: 30px;
  object-fit: cover;
}

section.about {
  padding: 70px 0px;
  position: relative;
}

.about-icon img {
  width: auto;
  height: auto;
  background: unset;
  box-shadow: unset;
  position: absolute;
}

.abt-img h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-radius: 30px;
  border-bottom-left-radius: 0;
}

.abt-img h3 {
  background-color: #fddad7;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  height: 300px;
  border-top-left-radius: 30px;
  text-align: center;
  align-items: center;
  font-size: 89px;
  color: #e2211c;
  padding-top: 102px;
  line-height: 62px;
  margin-top: 30px;
  position: relative;
}

.abt-img h3 span {
  display: block;
  font-size: 20px;
  color: #000;
}

ul.heading {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #0000001f;
  border: none;
  margin-bottom: 30px;
}

img.abt-icon1 {
  top: -44px;
  z-index: -1;
  left: -40px;
}

.abt-img {
  position: relative;
  text-align: center;
}

img.abt-icon2 {
  bottom: 200px;
  right: -4px;
  z-index: -1;
}

img.abt-icon3 {
  top: 41%;
  left: 0;
  right: 0;
  width: 8%;
}

img.abt-icon4 {
  top: 35%;
  left: -17px;
  z-index: -1;
  width: 12%;
}

ul.heading li h5 {
  font-size: 32px;
  color: #001e45;
  font-family: 'Roboto';
  line-height: 40px;
  margin-bottom: 0;
}

ul.heading li h5 span {
  display: block;
  font-size: 20px;
  color: #000;

}

.abt-txt a {
  padding: 15px 25px;
  font-size: 20px;
}

.abt-txt h3 {
  font-family: 'Roboto';
  font-size: 42px;
  color: #e2211c;
  font-weight: 400;
}

li.color-change span {
  color: #e2211c;
}

.abt-txt h2 {
  font-size: 57px;
  line-height: 65px;
  color: #000;
  margin-bottom: 20px;
  font-family: 'recoleta-regular';
}

.abt-txt h2 span {}

/*about end*/


/*subscribe start*/
.subscribe-txt h3 {
  font-size: 37px;
  color: #fff;
  margin-bottom: 15px;
}

.subscribe-txt p {
  font-size: 13px;
  color: #fff;
}

.subscribe-txt h3 span {
  display: block;
}

.subscribe-txt h4 {
  font-size: 32px;
  color: #e2211c;
  font-family: 'Roboto';
}

.subscribe-txt h3 {
  color: #000;
  font-size: 50px;
  line-height: 55px;
  font-family: 'recoleta-regular';
}

section.subscribe form i {
  position: absolute;
  color: #e2211c;
  font-size: 18px;
  left: 25px;
}

section.subscribe form input::placeholder {
  font-family: 'Roboto';
  color: #000;
}

section.subscribe {
  background: #fff;
  padding: 25px 0px 25px 25px;
  width: 90%;
  margin: 0 auto;
  border-radius: 0px;
  margin-bottom: -55px;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 10px #00000021;
}

section.subscribe .row {
  align-items: center;
}

section.subscribe form input {
  border-radius: 30px;
  width: 95%;
  padding: 0px 60px;
  outline: none;
  border: none;
  background-color: #fbf7f7;
  height: 65px;
  color: #000;
  font-weight: 600;
  text-transform: math-auto;
}

section.subscribe form button {
  position: absolute;
  padding: 12px 20px;
  border-radius: 30px;
  outline: none;
  border: none;
  background: #e2211c;
  color: #fff;
  font-size: 21px;
  right: 60px;
  font-family: 'recoleta-regular';
}

section.subscribe form {
  position: relative;
  display: flex;
  align-items: center;
}

/*subscribe end*/
/*footer start*/
footer {
  background-color: #e0211c;
  padding: 115px 0px 0px 0px;
}


.footer-bottom ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.footer-bottom ul li {
  padding: 0px 121px;
}

.footer-links-2 {
  margin-left: 15px;
}

.con-det ul {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 45px;
}



.footer-bottom {
  border-top: 2px solid #ffffff4f;
}

.footer-logo p {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
  padding-top: 26px;
  line-height: 27px;
  font-weight: 400;
  margin-top: 10px;
}

.footer-links-2 h4 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 25px;
  font-family: 'recoleta-regular';
}

.footer-links h4 {
  color: #fff;
  font-family: 'recoleta-regular';
  font-size: 40px;
  margin-bottom: 25px;
}

.con-det h4 {
  color: #fff;
  font-family: 'recoleta-regular';
  font-size: 40px;
  margin-bottom: 25px;
}

.con-det ul li a {
  color: #fff;
}

.con-det ul li {
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
  font-size: 16px;
}

.con-det ul li i {
  color: #fff;
  font-size: 20px;
}

.footer-links-2 li {
  line-height: 48px;
}

.footer-links ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto';
}

.footer-links-2 ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto';
}

.footer-top::after {
  position: absolute;
  bottom: -18px;
  width: 100%;
  height: 1px;
  left: 0;
  content: '';
}

.footer-top {
  position: relative;
}

.footer-bottom ul li {
  color: #fff;
}

.footer-logo img {
  width: 100%;

}

/*inn-pages*/
.inn-bann-txt {
  position: absolute;
  top: 0;
  padding-top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inn-bann-txt h1 {
  font-size: 65px;
  color: #000;
  line-height: 70px;
  margin-bottom: 0;
  font-family: 'RecoletaAlt-Medium';
}

p.p-bot {
  font-size: 20px;
  font-family: 'Roboto';
  line-height: 30px;
  padding-top: 40px;
}

/* Contact Page Start */

.contact-page {
  padding: 60px 0;
}

section.inn-banner {
  position: relative;
}

.contact1 h2,
.contact2 h2 {
  font-size: 70px;
  color: #000;
  margin: 0 0 20px;
  text-transform: capitalize;
}

.contact1 h2 span,
.contact2 h2 span {
  color: #000;
}

.contact-page button.submit-btn {
  background-color: #e2211c;
  border: none;
  padding: 18px 0;
  color: #ffff;
  font-size: 23px;
  text-transform: capitalize;
  border-radius: 50px;
  font-family: 'recoleta-regular';
}

.contact1 p,
.contact2>p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 5%;
  font-family: 'Roboto';
  width: 90%;
}

.contact1 input,
.contact1 textarea {
  width: 100%;
  margin-bottom: 20px;
  height: 60px;
  padding: 20px;
  background: transparent;
  border: 1px solid #414141;
  font-family: 'Roboto';
  outline: none;
  border-radius: 35px;
}

section.inner-contact-us i.fa.fa-phone {
  transform: rotate(95deg);
}

.contact1 textarea {
  height: 150px;
}

.contact2 ul li {
  display: flex;
  align-items: center !important;
  margin-bottom: 50px;
  align-items: flex-start;
}

.contact2 ul li h4 {
  text-transform: capitalize;
  font-size: 40px;
  line-height: 45px;
  width: 100%;
  color: #000;
  font-weight: 500;
  margin: 0 0 2px;
  font-family: 'recoleta-regular';
}


.contact2 ul li h4 span {
  color: #000;
}

section.inner-contact-us {
  background-image: url(../images/Contact-img.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.contact2 ul li p a {
  color: #000;
  font-family: 'Roboto';
  line-height: 28px;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
}

.footer-bottom p {
  margin: 0;
  color: #ffffff;
  padding: 18px 0;
  font-family: 'Roboto';
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
}

i.fas.fa-phone-alt {
  transform: rotate(5deg);
}

.footer-links {
  margin-left: 50px;
}

.footer-links ul li {
  line-height: 42px;
}

.contact2 .icon {
  height: 75px;
  width: 75px;
  border: dashed 2px #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 23px;
}

.contact2 .icon i {
  font-size: 29px;
  color: #e53631;
}

.contact-page-banner h4.heading {
  font-size: 64px;
  text-transform: capitalize;
  font-family: 'lucidabrightRegular';
  color: #6d2800;
  font-weight: 500;
}

.contact-page-banner h4.heading span {
  color: #fe0034;
}

.map {
  margin-top: 50px;
}

h1.cnt:after {
  width: 25px;
  height: 25px;
  right: 5.1%;
  bottom: 21%;
}

.contact1 textarea {
  resize: none;
  border-radius: 10px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
  color: #000 !important;
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}


.contact2 .icon_info {
  width: 83%;
}

.map iframe {
  width: 100%;
  height: 430px;
}

.contact2 .icon_info p {
  margin: 0;
}

/*product-page start*/
section.product_page {
  padding: 70px 0px;
}

.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}

.product_sidebar h3 {
  font-family: 'Recoleta';
}

.product_sidebar ul li {
  padding: 10px 0px;
}

.text-center a {

  display: inline-block;

}

/*login start*/
section.login {
  padding: 90px 0px;
}

.login-txt form input {
  width: 100%;
  outline: none;
  padding: 12px 18px;
  border: 1px solid;
  /* color: #cfcfcf; */
  border-radius: 30px;
  margin-bottom: 20px;
}

li.register-point {
  color: #000;
  font-size: 16px;
}

ul.terms-point {
  margin-top: 5px;
}

li.head.chg {
  text-decoration: underline;
}

.login-txt h3 {
  font-size: 53px;
  font-family: 'recoleta-regular';
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.login-txt {
  box-shadow: 0 0 2px;
  padding: 40px 25px;
}

.login-txt.chg button {
  margin-bottom: 0;
}

.login-txt ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

li.head {
  color: #e2211c;
  font-size: 20px;
  font-weight: 600;
}

ul.login-button {
  margin-bottom: 0;
  margin-top: 10px;
}

.login-txt ul li {
  display: flex;
  gap: 7px;
  font-family: 'Roboto';
  font-weight: 500;
}

.login-txt form button {
  width: 100%;
  background-color: #e2211c;
  color: #fff;
  border-radius: 30px;
  padding: 14px 0px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: 'Roboto';
}

/*CHECKOUT PAGE STRT*/
section.checkout_page {
  padding: 100px 0;
}


.billing_form {
  padding: 40px;
  /*background-color: #0e194a;*/
}

.billing_form h3 {
  margin-bottom: 30px;
  font-size: 42px;
  color: #000;
  margin: 0;
  margin-bottom: 25px;

  line-height: 28px;
  font-family: 'Recoleta';
  font-weight: 400;
}

.billing_form label {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-family: 'Roboto';
  margin-bottom: 5px;
}


input[type="text"]::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #000;
  font-family: 'Roboto';
}

.radiosss p {
  color: #000;
  font-weight: 400;
  font-family: 'Roboto';
}


.billing_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #373a33;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 50px;
}

.billing_form input::placeholder {
  color: #000;
  font-family: 'Roboto';

}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
  font-family: 'Roboto';
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.cart_sidebar .cart_lst li span {
  float: right;
}


.cart_sidebar .cart_lst li:last-child {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto';
}


.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;

}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;

}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;

}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;

}

.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;

  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;
}

.inner-related-products-heading {
  text-align: center;
}

.inner-related-products-heading h2 {
  margin-bottom: 10px;
}

.inner-related-products-heading p {
  width: 40%;
  margin: 0 auto;
}

.inner-related-products-sec {
  background: #f0f0f2;
  padding: 80px 0;
}

.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: #4b902c;
}

.cart_sidebar {
  padding: 30px 25px;
  border: 1px solid #4b4b4b;
}


.cart_sidebar h3 {
  font-size: 42px;
  color: #000;
  margin-top: 0px;
  line-height: 25px;
  margin-bottom: 12px;
  font-family: 'Recoleta';
  font-weight: 500;
}

.cart_sidebar a {
  background-color: #e2211c;
  color: #fff;
  border-radius: 50px;
  font-size: 28px;
  font-family: 'Roboto';
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}


.cart_sidebar .h-sub {
  font-weight: 400;
  color: #000;
  font-size: 25px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  font-family: 'Roboto';
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto';
  margin-bottom: 20px;
}

.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: 15px;
  font-weight: 500;
  color: #000;
  font-family: 'Roboto';
}


.cart_sidebar ul li label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #0e194a;
  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 #ea3529;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
  font-family: 'Nova Square';
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;

}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #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: 14px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
  text-transform: uppercase;
  border-radius: 100px;
}

.Quick_info ul li a {
  text-transform: lowercase;
  font-size: 14px;
}


ul.shipping-ul {
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  color: #000;
  font-size: 35px;
  margin-bottom: 35px;
  font-family: 'gunplay';
  font-weight: 700;
  margin-top: 30px;
}

label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: 'Roboto';
  margin-bottom: 0;
}

.cart_sidebar .radiosss-payments li label:before {

  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #ea3529;
}


.radiosss-payments .card.card-body {
  padding: 0;
  border: 1px solid #fff;
  margin-left: 0;
  padding: 10px;
  background-color: #ffffff9e;
}

.radiosss-payments {
  border-bottom: 1px solid #e9e9e9;
}

.check-out-button {
  margin-top: 30px;
}


.billing_form {
  border: 1px solid #4b4b4b;
  padding: 40px 30px;
  border-radius: 50px;
}


/*CHECKOUT PAGE END*/

/*cart-pg start*/

.add-to-cart {
  position: relative;
  padding: 80px 0;

}

.add-to-cart thead {
  color: #fff;
  background: #000;
  border-radius: 30px;
}

.add-to-cart .table>thead>tr>th {
  border-bottom: 0;
  padding-left: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 15px;
  padding-right: 0 !important;
  text-transform: capitalize;
  font-family: 'Roboto';
  font-size: 23px;
}

section.add-to-cart:before {
  content: "";
  position: absolute;
  background-image: url(../images/cart-bfore.png);
  width: 100%;
  height: 770px;
  background-size: cover;
  top: 0;
  z-index: -1;
}

section.add-to-cart:after {
  content: "";
  position: absolute;
  background-image: url(../images/cart-after.png);
  width: 370px;
  height: 595px;
  background-size: cover;
  top: 0;
  right: 0;
  z-index: -1;
}

.add-to-cart thead tr th {
  font-size: 19px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.table-space h3 {
  font-size: 19px;
  color: #333333;
  margin-bottom: 5px;
  line-height: 25px;
  font-weight: 500;
  font-family: 'Roboto';
}

.table-space span {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: 'Roboto';
  color: #333333;
}

.product-img {
  /* border: 1px solid #ccc; */
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 10px 0px;
  /* background-color: #ffffff; */
  text-align: center;
}

.poduct-name {
  margin-left: 10px;
}

.table-space {
  display: flex;
  align-items: center;
  width: 100%;
}


.add-to-cart a {
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: rgba(0, 0, 0, 0.50);
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.poduct-name span:nth-child(2) {
  margin-bottom: 5px;
  display: inline-block;
}

.add-to-cart h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-top: 40px;
  font-family: 'Roboto';
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  font-size: 30px;
  color: white;
  padding: 10px 20px;
  border: none;
  margin-top: 35px;
  background: #e2211c;
}


.proceed i {
  margin-left: 10px;
  color: #ffffff;
}

.proceed .checkout-btn {
  background-color: #df1a2b;
  border: none;
  padding: 20px;
  width: 100%;
  font-size: 20px;
  margin-top: 4px;
  border-radius: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 1px solid #c0c0c0;
  /* top: 25px; */
  padding: 40px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.or-amazon p {
  font-size: 18px;
  position: absolute;
  background: #fff;
  top: -20px;
  left: 50%;
  padding: 5px 20px;
  color: #000;
  display: block;
  text-transform: uppercase;
  transform: translateX(-50%);
  border: 1px solid #c8c8c8;
  font-weight: 400;
  font-family: 'Recoleta';
}

.or-amazon img {
  width: 60%;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.total-section {
  border: 1px solid #636363;
  padding: 40px 40px;
  background-color: #fff;
}

.total-section li {
  font-size: 24px;
  padding-bottom: 30px;
  color: #333333;
  font-weight: 400;
  font-family: 'Recoleta';
}

li.color-change {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 0;
  color: #000;
  margin-top: 5px;
}


.total-section li span {
  float: right;
}

.ship-estimate {
  background-color: #fff;
  padding: 50px 45px;
  margin-top: 25px;
  border: 1px solid #636363;
}

.ship-estimate ul {
  margin-top: 0px;
  margin-bottom: 0;
}

.ship-estimate li {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: 'Recoleta';
  color: #000;
}

.ship-estimate .grey-style {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
}


.product-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.nice-select .list {
  height: 350px;
  overflow-y: scroll;
}

.total-section ul {
  margin: 0;
}


.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
  background-color: #fff0;
  color: #000;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #000;
  height: 50px;
  user-select: none;
  /* transform: skewX(-20deg); */
  display: inline-block;
  margin: 0 -2px;
}

.input-number-decrement,
.input-number-increment {

  width: 50px;

  line-height: 48px;

  background: #fff0;

  color: #000;

  text-align: center;

  font-weight: bold;

  cursor: pointer;

  display: inline-flex;

  align-items: center;

  justify-content: center;
}

.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-right: none;
  border-radius: 0;
}

.input-number-increment {
  border-left: none;
  border-radius: 0;
}

.quan {
  margin-top: 30px;
}

ul.quan li input {
  width: 90%;
  height: 60px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  text-align: center;
  border-radius: 5px;
}

ul.quan {
  margin-bottom: 5px;
}


.quantity_counter_wrap span {
  color: #000;
  font-size: 18px;
}

.quantity_counter_wrap {
  padding: 0 0 10px;
  /* border-bottom: 1px solid #464646; */
}

.proceed .btn_theme_green {
  background-color: #e2211c;
  color: #fff;
  border-radius: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 25px;
  font-family: 'Recoleta';
}

.continue_btn a {
  text-align: left;
  font-family: 'Recoleta';
  font-size: 20px;
}

/*CART END*/

section.resources {
  padding: 70px 0px;
}

.res-img {
  box-shadow: 0 0 3px;
  background-color: #fff;
  padding: 10px 10px;
}

.res-img img {
  border-radius: 10px;
}

.res-txt h6 {
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 22px;
  color: #e2211c;
}

.res-txt h3 {
  font-size: 30px;
  font-family: 'Recoleta';
  font-weight: 500;
  padding: 0px 22px 0px 0px;
  margin-bottom: 15px;
}

.res-img a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 20px;
}

/*BLOG DETAIL PAGE CSS STRT*/
section.res-det {
  padding: 70px 0px;
}

section.blog-detail.all-section {
  padding: 70px 0px;
}

.blog_sidebar form {
  position: relative;
}

.blog_sidebar form input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: 2px solid #ebebeb;
}

.blog_sidebar form input::placeholder {
  font-family: 'helvetica';
  color: #000;
}

.blog_sidebar form button {
  position: absolute;
  border: 2px solid #87b900;
  background-color: #87b900;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  height: 50px;
  right: 0;
  padding: 0px 20px;
  font-family: 'helvetica';
}

.blog_sidebar form button:hover {
  background-color: #ffffff;
  border: 2px solid #87b900;
  color: #87b900;
  ;
  transition: 0.3s ease-in-out;
}

.recent_post_side {
  margin-top: 20px;
}

.recent_post_side h4 {
  font-size: 35px;
  color: #000000;
  text-transform: capitalize;
  font-family: 'Playfair Display';
  font-weight: bold;
}

.posts_blog_img {
  width: 40%;
}

.posts_blog_img img {
  width: 100%;
}

.posts_blog_text {
  width: 70%;
  padding-left: 20px;
}

.posts_blog_text p {
  font-size: 22px;
  color: #000;
  font-family: 'Roboto';
  line-height: 26px;
  font-weight: 500;
}

.quantity_counter_wrap.p-0.text-center a {
  font-family: 'Roboto';
  margin-top: 0 !important;
  color: #000;
  font-weight: 500;
}

ul.list-inline {
  display: flex;
  justify-content: space-between;
}

.posts_blog_text h6 {
  font-size: 13px;
  color: #ad6e12;
  font-family: 'Roboto';
  font-weight: 400;
  margin: 0;
  display: inline-block;
}

.posts_blog {
  padding: 10px 0px;
  border-bottom: 0;
}

.blog_det_text h6 {
  color: #87b900;
  font-size: 23px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'helvetica';
}

.blog_det_text h3 {
  font-size: 44px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: 'Recoleta';
  font-weight: 700;
  margin-top: 0;
  line-height: 50px;
}

.blog_det_text h3 span {
  display: block;
}

.blog_det_text p {
  color: #a4a3a3;
  font-size: 19px;
  font-family: 'Roboto';
  line-height: 30px;
}

/*upload start*/
img.refile-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

section.upload {
  padding: 70px 0px;
  position: relative;
}

section.upload form h4 {
  font-size: 55px;
  color: #000;
  font-family: 'RecoletaAlt-Medium';
}

section.upload h4 {
  color: #000;
  font-size: 61px;
  padding: 40px 0px;
  text-transform: capitalize;
  font-family: 'RecoletaAlt-Medium';
}

section.upload select {
  background: #fff url(../images/arrow.png) no-repeat;
  padding: 12px 20px;
  border-radius: 35px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #000;
  appearance: auto;
  font-size: 15px;
  color: #000;
  font-family: 'Roboto';
  font-weight: 500;
  height: 55px;
  text-transform: capitalize;
}

section.upload form ul li input {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

section.upload form ul li {
  width: 50%;
  display: flex;
  align-items: center;
}

.additional p {
  font-family: 'Roboto';
  font-size: 16px;
}

.sig-con ul li span {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  font-family: 'Roboto';
  margin-bottom: 0;
  text-transform: capitalize;
}

.additional {
  margin-top: 50px;
}

section.upload form input {
  padding: 0px 20px;
  border-radius: 50px;
  margin-bottom: 25px;
  outline: none;
  border: 1px solid #000;
  width: 100%;
  height: 60px;
}

section.upload form ul {}

section.upload form ul {
  display: flex;
  align-items: center;
  /* gap: 130px; */
  width: 55%;
  justify-content: space-between;
}

section.upload form {
  position: relative;
}

p.form-b {
  padding-top: 30px;
  margin-bottom: 0;
  font-family: 'Roboto';
}

section.upload form::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

section.upload textarea {
  width: 100%;
  border: unset;
  border-bottom: 1px solid #000 !important;
  height: 130px;
}

section.upload a {
  display: inline-block;
  margin-top: 25px;
}

section.upload input::placeholder {
  font-size: 15px;
  color: #000;
  font-family: 'Roboto';
  font-weight: 500;
}

.upload-txt p {
  font-size: 35px;
  font-family: 'Roboto';
  font-weight: 400;
  margin-bottom: 25px;
}

.nav-flex {
  display: flex;
  align-items: center;
}

.blog_det_img img {
  height: 575px;
  object-fit: cover;
}

.blog_det_banner .inner_banner h2 {
  font-size: 67px;
  margin: 0px;
  line-height: 65px;
}

.posts_blog_text img {
  margin: 0;
  display: inline-block;
}

.posts_blog_text .list-inline {
  padding: 5px;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
}

.blog_auth_detail img,
.blog_auth_detail h6 {
  display: inline-block;
}

.blog_auth_detail h6 {
  font-size: 19px;
  color: #ad6e12;
  font-weight: 400;
  margin: 0 0 0 10px;
  font-family: 'Roboto';
}

.blog_auth_detail li {
  display: inline-flex;
  align-items: center;
  padding: 10px;
}

.blog_auth_detail {
  padding: 5px;
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  display: inline-block;
  margin-bottom: 30px;
}

/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}

.tabcontent.active {
  display: block;
}

/*slick slider in tabs css start*/

.nav-item {
  padding: 10px;
}


.d-flex {
  align-items: center;
}


/* Specialty :start */

section.Specialty-wrap {
  background: #f3f3f3;
  margin-top: 50px;
  position: relative;
}

.all-section {
  padding: 80px 0;
}

.Specialty-main p {
  font-size: 17px;
  width: 50%;
  margin: 0 auto;
}

.specialty-box img {
  border-radius: 20px;
}

.specialty-text {
  margin-top: 25px;
}

.specialty-text h3 {
  margin-bottom: 10px;
}

.specialty-text a {
  display: flex;
  align-items: center;
  color: #e2211c;
  font-size: 22px;
  text-transform: capitalize;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  text-decoration: underline;
}

section.Specialty-wrap:before {
  content: "";
  position: absolute;
  background-image: url(../images/specialty-before.png);
  width: 370px;
  height: 595px;
  background-size: cover;
  right: 0;
  top: 0;
}

.specialty-text a img {
  width: auto;
}

.specialty-img {
  position: relative;
}

.specialty-img:before {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  background: #e2211c;
  border-radius: 20px;
  z-index: -1;
}

.specialty-slider .slick-active {
  opacity: 1;
}

.specialty-slider .slick-slide.slick-current.slick-active+.slick-active .specialty-img:before {
  right: 0;
}

.specialty-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
}

.specialty-slider .slick-next {
  top: 36%;
  right: 18px;
  z-index: 99;
}

.specialty-slider .slick-next:before {
  content: "\f178";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  background: #dc201b;
  color: #fff;
  height: 45px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 5px;
}

.specialty-slider .slick-prev {
  left: -10px;
  top: 36%;
  z-index: 99;
}

.specialty-slider .slick-prev:before {
  content: "\f177";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  background: #dc201b;
  color: #fff;
  height: 45px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-radius: 5px;
}


.Specialty-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 69%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
}

.Specialty-main {
  position: relative;
  z-index: 1;
}

/* Specialty :end */


/* Compounding :start */

section.Compounding-wrap {
  background-image: url(../images/Compounding-back.jpg);
  background-size: cover;
  width: 100%;
  position: relative;
}

.Compounding-box.text-center img {
  width: 120px;
  height: 100px;
  object-fit: contain;
}

.Compounding-main h3 {
  color: #e2211c;
  font-family: 'Roboto';
}

.Compounding-box h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
}

.Compounding-shape-img img {
  position: absolute;
}

img.comp-shape1 {
  top: 23%;
  right: 80px;
}

img.comp-shape2 {
  top: 15%;
  left: 10%;
}

/* Compounding :end */


/* Educational :start */

section.Educational-wrap {
  position: relative;
  background: #e2211c;
}

section.Educational-wrap .Compounding-shape-img img {
  filter: invert(1);
}

section.Educational-wrap img.comp-shape1 {
  top: 13%;
}

.education-main p {
  color: #fff;
  width: 50%;
  margin: 0 auto;
}

.education-main h2 {
  color: #fff;
}

.education-img {
  position: relative;
}

img.play {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
}

.education-img img {
  border-radius: 15px;
}


section.Educational-wrap .Compounding-icon-text * {
  color: #fff;
}

.education-img img:nth-child(1) {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

/* Educational :end */


/* Testimonial Start */

.testi-sec {
  padding: 80px 0px;
  background: #f0f0f2;
  position: relative;
}

.testi-dv-inn {
  padding: 20px 30px;
  background: white;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 20px 2px;
  position: relative;
}

.testi-dv-inn>p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 20px 0px;
  font-weight: 400;
}

.starr {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.starr a {
  color: rgb(255, 204, 87) !important;
  font-size: 18px;
}

.testi-dv-inn ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-dv-inn ul img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  object-fit: cover;
}

.testi-dv-inn ul h6 {
  font-size: 24px;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.testi-dv-inn ul h6 span {
  color: #e2211c;
}

.testi-dv-inn ul h6 span {
  display: block;
  font-size: 20px;
}

.testi-sl-mn {
  margin-top: 40px;
}

.testi-dv-inn::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 14%;
  width: 40px;
  height: 30px;
  border-image: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-left-style: initial;
  background: #fff;
  border-left-color: initial;
  margin-bottom: -25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(10deg);
}

.testi-dv-inn>img {
  width: auto;
}

.testi-sl-mn .slick-list.draggable {
  padding-bottom: 50px;
  padding-top: 30px;
}

.testi-sl-mn .slick-slide {
  opacity: 1;
}

.uni-head p {
  width: 90%;
  margin: 0 auto;
}


.testi-sl-mn .slick-slide.slick-current.slick-active+.slick-active .testi-dv-inn {
  background: #e2211c;
}

.testi-sl-mn .slick-slide.slick-current.slick-active+.slick-active .testi-dv-inn * {
  color: #fff;
}

.testi-sl-mn .slick-slide.slick-current.slick-active+.slick-active .testi-dv-inn .quote {
  filter: invert(1) brightness(8.5);
}

.testi-sl-mn .slick-slide.slick-current.slick-active+.slick-active .starr a i {
  color: rgb(255, 204, 87) !important;
}

.testi-sl-mn .slick-slide.slick-current.slick-active+.slick-active .testi-dv-inn::before {
  background: #e2211c;
  border-top-color: #e2211c;
}


.testi-sl-mn .slick-dots li button:before {
  opacity: 4;
  font-size: 15px;
}

.testi-sl-mn .slick-dots li.slick-active button:before {
  opacity: 12;
  color: #e2211c;
}

/* Testimonial End */


/* touch :start */

.touch-main h3 {
  color: #e2211c;
  font-family: 'Roboto', sans-serif;
}

.touch-form input {
  width: 100%;
  border: 1px solid #888888;
  border-radius: 50px;
  padding: 10px 25px;
  box-shadow: 0 0 10px #0000001c;
  margin-bottom: 20px;
  height: 52px;
  color: #000;
  font-weight: 500;
}

section.get-in-touch-wrap.all-section {
  position: relative;
}


.touch-form textarea {
  width: 100%;
  border: 1px solid #888888;
  border-radius: 20px;
  box-shadow: 0 0 10px #0000001c;
  resize: none;
  padding: 15px;
}

button.btn-1 {
  border: unset;
  margin-top: 20px;
  text-transform: capitalize;
}

.touch-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 60px 0 #dddddd;
}

img.contact-side {
  position: absolute;
  z-index: -1;
  left: -50px;
  top: 33px;
  width: 47%;
}

img.contact-round {
  position: absolute;
  top: 0;
  right: 0;
}

img.contact-shape {
  position: absolute;
  right: -70px;
  bottom: 10%;
}

.inner-testi {
  margin-bottom: -161px;
  padding-bottom: 230px;
}

/* touch :end */
section.inn-banner img {
  width: 100%;
  object-fit: cover;
}
.social {
  display: flex;
}
.social-img {
  margin-top: 20px;
  margin-left: 9px;
}
img.baner-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 82%;
  bottom: 0;
  height: 523px;
  object-fit: cover;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 70% 10%, 100% 25%, 100% 77%, 82% 86%, 49% 100%, 20% 85%, 0 75%, 0 22%, 29% 10%);
  width: 431px;
}
/* profile :start */
.profile-box {
  border: 1px solid #e2211c;
  border-radius: 10px;
  padding: 20px 35px;
  margin-bottom: 50px;
}

.profile-list-txt ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.profile-list-txt ul li a {
  border: 1px solid #787878;
  border-radius: 50%;
  color: #787878;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}

.profile-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profile-list h5 {
  font-size: 21px;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
  font-family: 'Roboto';
}

.profile-text {
  margin-top: 15px;
}

.profile-text p {
  font-weight: 400;
  font-family: 'Roboto';
  color: #8d8d8d;
  font-size: 16px;
}

ul.profile-tick li {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 40px;
  font-family: 'Roboto';
  color: #4c4c4c;
  font-weight: 500;
}

.profile-list-txt ul li a:hover {
  background: #e2211c;
  color: #fff;
  border-color: #e2211c;
}

/* profile :end */


/* resources :start */

.resources-slider .education-img img:nth-child(1) {
  height: 500px;
}

section.resources-inner .education-img img:nth-child(1) {
  border-radius: 0;
  box-shadow: 0 0 10px #0000002b;
  border: 8px solid #fff;
}

.resources-slider-nav .slick-slide {
  margin: 8px 20px;
}

.resources-slider-nav {
  margin-top: 15px;
}

.slick-active {
  opacity: 1;
}

.resources-slider .slick-slide {
  margin: 20px 20px;
}

.resources-slider-nav .slick-next:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  opacity: 1;
  font-size: 29px;
}

.resources-slider-nav .slick-prev:before {
  content: "\f104";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  opacity: 1;
  font-size: 29px;
}

.iner-edu-main p {
  width: 40%;
  margin: 0 auto;
  font-family: 'Roboto';
  font-size: 16px;
}

section.Educational-fold {
  background-image: url(../images/inner-edu-back.png);
  background-size: cover;
  width: 100%;
}

section.resources-inner.inner {
  margin-top: 100px;
}

/* resources :end */


/* specialty :start */

.specialty-img-iner img {
  height: 500px;
}

section.Specialty-inner .specialty-text h3 {
  font-size: 53px;
  margin-bottom: 20px;
}

section.Specialty-inner .specialty-text h4 {
  color: #e2211c;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
}

section.Specialty-inner .specialty-text p {
  line-height: 28px;
  margin-bottom: 30px;
  font-size: 16px;
}

section.Specialty-inner {
  position: relative;
  padding-top: 10%;
}

section.Specialty-inner .Specialty-icon {
  top: 35px;
  width: 80%;
}

section.Specialty-fold.all-section {
  position: relative;
}

section.Specialty-fold.all-section.health:before {
  content: "";
  position: absolute;
  background-image: url(../images/cart-bfore.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

section.Specialty-fold.all-section.health:before {
  content: "";
  position: absolute;
  background-image: url(../images/cart-bfore.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
  left: 140px;
}

.specialty-box.health .specialty-text a {

  text-decoration: underline;
}

.specialty-box {
  margin-bottom: 40px;
}

.specialty-box.health h4 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  color: #e2211c;
}

.specialty-box.health .specialty-text {
  margin-top: 40px;
}

section.Specialty-fold.all-section.health:after {
  content: "";
  position: absolute;
  background-image: url(../images/cart-after.png);
  width: 370px;
  height: 595px;
  background-size: cover;
  z-index: -1;
  top: 0;
  right: 0;
}

/* specialty :end */


/*Upload Feature Start*/


.upload-feature-sec {
  padding: 100px 0;
}

.guide-for-valid-box {
  text-align: center;
}

.guide-for-valid-box h2 {
  font-size: 45px;
  font-family: 'RecoletaAlt-Medium';
}

.guide-for-valid-silder-items img {
  width: 100%;
  height: 470px;
  box-shadow: 0 0 30px 0 #e1e1e1;
  margin-bottom: 35px;
}

.guide-for-valid-box h2 {
  margin-bottom: 15px;
}

.guide-for-valid-silder-items h3 {
  font-size: 35px;
  margin-bottom: 10px;
  font-family: 'RecoletaAlt-Medium';
}

.guide-for-valid-silder-items p {
  font-size: 16px;
  width: 70%;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
}

.guide-for-valid-silder .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #e2211c;
}

.guide-for-valid-silder .slick-dots li button:before {

  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;

  background: #000;
  border-radius: 50%;
  opacity: 1;
}

.guide-for-valid-icon-box {
  margin-top: 30px;
  border: 2px dashed #000;
  border-radius: 20px;
  padding: 30px 0;
  text-align: center;
}

.upload-prescription-note {
  border-top: 1px solid #9c9c9c;
  margin-top: 50px;
  padding-top: 30px;
}

.upload-prescription-note p {
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
}

.upload-prescription-note p span {
  font-size: 22px;
}

.upload-prescription-box p {
  font-size: 18px;
  font-family: 'Roboto';
}

.guide-for-valid-silder .slick-dots {

  bottom: -35px;

}

.upload-prescription-box h2 {
  font-size: 42px;
  margin-bottom: 8px;
  font-family: 'RecoletaAlt-Medium';
}

.guide-for-valid-icon-box h2 {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 25px;
  font-family: 'Roboto';
}

/*Upload Feature End*/

/* Product Detail Page Start */

.productdetailsec {
  padding: 80px 0 50px;
}

.productdetailtext h3,
.productdetailtext h3 span {
  font-size: 55px;
  line-height: 80px;
  display: grid;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: 'RecoletaAlt-Medium';
}

.sl-nv-mn {
  margin-top: 0;
  padding-left: 0px;
}

.sl-nv-mn .slick-slide {
  margin: 0 0 20px 0;
}

.productdetailtext span {
  color: #e2211c;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  font-family: 'Roboto';
}

.productdetailtext span:after {
  position: absolute;
  width: 3px;
  height: 40px;
  background: #000;
  left: -20px;
  top: 0;
}

.productdetailtext ul {
  padding: 0;
  margin: 0 0 0px;
}

.productdetailtext ul li {
  list-style: none;
  display: inline-block;
  color: black;
  font-size: 25px;
  font-family: 'RecoletaAlt-Medium';
}

.productdetailtext ul li a i {
  font-size: 20px;
  margin-right: 5px;
  color: #ffc444;
}

ul.rating-star {
  margin-bottom: 20px;
}

.productdetailtext ul li:nth-child(1) a i {
  color: #ffc444;
}

.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 button.btn.btn-default.btn-number {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
  margin: 0;
  top: -13px;
  right: 5px;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  padding: 0;
  margin: 0 0 40px;
}

.iconlist ul li {
  list-style: none;
  line-height: 30px;
  font-family: 'Roboto';
  color: #000;
  font-size: 18px;
}

.iconlist ul li i {
  margin: 0 17px 15px 0;
  font-size: 18px;
  color: #000;
}

.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%;
  border: 0;
  height: 100%;
}


.productdetailsmallportion {
  height: 145px;
  width: 135px;
  object-fit: cover;
  margin: 0 auto;
  border: 1px solid #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
}


.productdetailsec .productdetailportion {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px 0 #d2d1d1;
  padding: 50px 50px;
}

.productdetailfor .slick-slide {
  margin: 10px 20px;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
}

.product-detail span {
  margin: 0;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #DADADA;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 30px !important;
  border: 1px solid #E3E3E3;
  border-radius: 50px;
  height: 30px !important;
  margin: 11px 5px 5px;
}

.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-details-btn.btn10 {
  background-color: #CFA55A !important;
  color: black;
  border-color: #CFA55A;
  font-size: 17px;
}

.quanity.product-detail {
  margin-left: 20px;
}

.product-detail span:hover {
  background-color: #e2211c !important;
}

ul.product-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

a.cat-sub-btn:hover {
  background: #000;
}


/* .product-details-btn:hover{
color: white;
} */

.iconlist {
  margin-top: 40px;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  font-size: 22px;
  font-family: 'Roboto';
  color: #fff;
  text-align: center;
  background: #e2211c;
  padding: 16px 40px;
  margin-bottom: 0;
  border-radius: 50px;
}

.description li.nav-item .nav-link.active {
  border: 0;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  padding: 16px 40px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  border-radius: 50px;
}

.description .nav-tabs {
  /* padding-bottom: 0px; */
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.nav-tabs {
  border-bottom: 0;
}

.description {
  padding: 70px 0 30px;
}

.description .tab-content p {
  color: #000;
  font-size: 17px;
  line-height: 30px;
  padding: 20px 0 0;
  font-family: 'Roboto', sans-serif;
}
}

.description .tab-content h6 {
  font-family: 'Roboto';
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: black;
  font-size: 20px;
}

.deatil-txttt h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 60px;
}

.deatil-txttt p {
  font-size: 20px;
  width: 80%;
}

.productdetailtext {
  padding: 0px 0px 0 0px;
}

.prdtc-price li ul {
  margin-top: 0;
}

ul.prdtc-price {}

ul.dummy-list.shop li {
  list-style: disc;
  display: list-item;
  margin-left: 40px;
}

ul.prdtc-price li {
  margin-top: 10px;
  margin-bottom: 18px;
}

.productdetailsmallportion img {
  width: 120px;
  position: relative;
  z-index: 999999999999999;
  height: 120px;
  object-fit: contain;
}

.productdetailportion img {
  width: 80%;
  height: 510px;
  object-fit: contain;
}


.productdetailnav .slick-list.draggable {
  margin-top: 0px;
}


/* skin 2 */

.skin-2 .num-in {
  background: #F0F0F0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
  background-color: #ffffff;
}

.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: 'Roboto';
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
  border: none;
}

.product-detail input.in-num {
  border: 1px solid #000;
  width: 50%;
  margin: 0 5px;
  height: 50px;
  color: #000;
  background: #fff;
}

.productdetailsec .btn10 {
  color: white;
}

.productdetailsec .img-1 {
  position: absolute;
  left: -7%;
  top: 34%;
  width: 275px;
}

.productdetailsec .img-2 {
  position: absolute;
  right: -7%;
  top: 79%;
  width: 245px;
}

.productdetailsec .img-6 {
  position: absolute;
  left: -8%;
  bottom: 3%;
  width: 277px;
}

.productdetailsec .img-3 {
  position: absolute;
  right: -4%;
  top: 43%;
  width: 275px;
}

.productdetailsec .img-4 {
  position: absolute;
  right: -18%;
  top: 13%;
  width: 587px;
}


/* / skin 2 */

.productdetailsec {
  position: relative;
}

.prod-det-bg {
  background-image: url(../images/pr-det-pag.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.deatil-mess h2 {
  font-size: 55px;
  text-transform: uppercase;
}

.deatil-mess p {
  font-size: 20.77px;
}

section.deatil-img-sec {
  padding: 50px 0 90px;
}

section.deatil-img-sec {
  position: relative;
}

.pro-detail h2 {
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
}

.rel-prdtc-mn .slick-slide {
  opacity: 1;
  margin: 0 10px;
}

.rel-prdtc-mn .slick-arrow {
  display: none !important;
}

.prodt-main {
  text-align: center;
  margin: 0 auto;
  background: #fff;
  box-shadow: 4px 6px 11px 0 #00000017;
  border: 1px solid #00000026;
  padding: 40px 30px;
}

.prodt-main h6 {
  font-size: 22.61px;
  font-family: 'Roboto';
  margin-top: 20px;
}

.prodt2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prodt2 ul li {
  margin: 0 14px 0 0;
}

.prodt2 ul li i {
  color: #e3a206;
}

.prodt2 p {
  font-size: 20px;
  font-weight: 600;
}

a.relaed-btn {
  background: #87d749;
  color: #fff;
  display: flex;
  width: 60%;
  align-items: center;
  font-size: 15px;
  height: 50px;
  font-family: 'Roboto';
  justify-content: space-evenly;
  margin: auto;
}

.prdt-cart {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

main.detail2 {
  position: relative;
}

main.detail2:before {
  content: '';
  position: absolute;
  background-image: url(../images/deatil-back-2.png);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.productdetailsec .slick-next:before {
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-size: 35px;
}

.productdetailsec .slick-prev:before {
  content: '\f104';
  font-family: 'Font Awesome 6 Pro';
  font-size: 32px;
}

.productdetailsec .slick-prev {
  left: -17px;
  z-index: 1;
  top: 50%;
}

.productdetailsec .slick-next {
  right: -15px;
  top: 50%;
}

section.product.pg {
  padding: 100px 0;
  position: relative;
}

img.prd1 {
  position: absolute;
  bottom: -2%;
  left: -4%;
  width: 15%;
}

.product-pg-text h2 {
  font-size: 65px;
  color: #000;
}

.product-pg-text {
  text-align: center;
}


.productdetailsec .productdetailportion img {
  border-radius: 20px;
}

.productdetailtext h2 {
  font-size: 45px;
  line-height: 50px;
  font-family: 'RecoletaAlt-Medium';
}

ul.dummy-list.shop p {
  font-size: 19px;
  font-family: 'Roboto';
  color: #000;
}

ul.dummy-list.shop {
  margin: 20px 0;
}

ul.dummy-list.shop li::marker {
  color: #e2211c;
  font-size: 30px;
}

a.btn1.cat-sub-btn {
  margin: 0;
}

.related-head {
  width: 50%;
  margin: 0 auto 30px;
  text-align: center;
}

.related-head p {
  font-size: 18px;
  font-family: 'Roboto';
  color: #000;
}

.slick-active {
  opacity: 1;
}

section.productdetailsec .row {
  align-items: center;
}

/* Product Detail Page End */


/* product-detail */
.product-side-bar {
  height: 900px;
  overflow-y: scroll;
}

.product-side-bar h4 {
  font-size: 30px;
  margin: 20px 0;
  position: relative;
  font-family: 'RecoletaAlt-Medium';
  color: #000;
}

.product-side-bar ul li {
  margin: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}

.product-side-bar ul li a input {
  height: 15px;
  width: 15px;
  border: 2px solid #000;
  margin-right: 20px;
}

.product-side-bar ul li a label {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto';
}

/* width */
.product-side-bar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.product-side-bar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.product-side-bar .accordion-button:not(.collapsed) {
  background-color: white !important;
}

.product-side-bar .accordion-button:focus {
  border-color: transparent;
  box-shadow: none !important;
}

.product-side-bar .accordion-button::after {
  background-image: none !important;
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: var(--secondary);
}

/* Handle */
.product-side-bar::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.product-side-bar::-webkit-scrollbar-thumb {
  background: #e2211c;
  border-radius: 50px;
}

.pro-main-box {
  width: 90%;
  height: 550px;
  border: 1px solid #7c7c7c;
}

.pro-main-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-small-box {
  width: 100%;
  height: 160px;
  margin: 0 0 24px 0;
  border: 1px solid #7c7c7c;
}

.pro-small-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-box {
  background: #fff;
  box-shadow: 0 0 10px #0000002b;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.name-user {
  display: flex;
  flex-direction: column;
}
.reviews {
  color: #f9d71c;
}
.description .tab-content form {
  margin-bottom: 70px;
}
.rating:not(:checked)>label {
  float: right;
  cursor: pointer;
  font-size: 23px;
  color: #666;
}
.rating>input:checked~label {
  color: #ffa723;
}
.rating i {
  color: #e9b700;
}
.rating:not(:checked)>input {
  position: absolute;
  appearance: none;
}
.pro-det-right>h4 {
  font-size: 3rem;
  color: var(--primary);
}

.product-detail .nav-link {
  border: 2px solid white !important;
  font-family: var(--heading-font);
  color: white;
  text-transform: capitalize;
  font-size: 1.5rem;
  background: var(--secondary) !important;
  border-radius: var(--border-radius-style) !important;
}

.product-detail .nav {
  border-bottom: 1px solid black;
}

.pro-det-right ul li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}

.pro-det-right ul li>i {
  color: black;
}

.pro-det-right ul li>.fa-circle {
  color: var(--primary);
}

.num-in {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 50px;
  width: 180px;
  float: left;
  border: 1px solid #dddddd;
  border-radius: 0px;
  cursor: pointer;
  font-size: 20px;
}

.num-in span {
  width: 33.33333%;
  display: block;
  height: 100%;
  float: left;
  position: relative;
}

.num-in span:before,
.num-in span:after {
  content: '';
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.num-in input {
  float: left;
  width: 33.3333%;
  height: 100%;
  border: 2px solid lightgrey;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  background: transparent;
}

.num-in span.plus:after {
  transform: rotate(90deg);
}

.qunatity-box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}

.num-in>span:hover {
  background: #cfcece;
  color: white;
}

.ptb-5rem {
  padding: 5rem 0;
}

.product-side-bar .accordion-button::after {
  background-image: none !important;
  content: "\2b";
  font-family: "Font Awesome 6 Pro";
  color: #e2211c;
  font-size: 36px;
  margin-top: -40px;
}

.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

section.product-pg select {
  width: 100%;
  height: 50px;
}

.product-side-bar .accordion-button:not(.collapsed)::after {
  color: #000;
  font-size: 36px;
  margin-left: 60px;
  margin-top: 40px;
}

p.m-0.text {
  font-size: 16px;
  font-family: 'Roboto';
}

.Inner-products-img img {
  width: 100%;
  box-shadow: 0 0 3px 0 #0000006b;
  margin-bottom: 20px;
}

.inner-products-box ul li h3 {
  color: #e2211c;
}

.inner-products-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 20px;
}

.inner-products-box ul li a {
  background: #e2211c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 45px;
  font-size: 20px;
  color: #fff;
}

.inner-products-box {
  margin-top: 35px;
}

.products-button {
  margin-top: 50px;
}

.products-button a {
  background: #e2211c;
  color: #fff;
  padding: 13px 40px;
  border-radius: 50px;
  text-transform: uppercase;
}

.inner-products-box p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.inner-products-box h2 {
  font-size: 32px;
  margin-bottom: 0;
}

.inner-products-box ul li h3 {
  color: #e2211c;
  margin-bottom: 0;
}

/* product-detail */














































































































/* sidenav-css start */

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -500px;
    background: #e47225;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 250px;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */
.profile-opt i {
    border: 1px solid #ededed;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
}
.sidenav a:hover,
.sidenav a:focus {
    color: #000;
    text-decoration: none;
    padding-left: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.mobilecontainer span {
    color: #e47225;
    margin-right: 10px;
    margin: 0px 9px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer img {
    width: 63px;
    margin: -19px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer {
    background-color: #fff;
    padding-left: 20px;
    width: 70px;
}


/* sidenav-css end */





/* Style the tab */

.tab_sec .tab {
    overflow: hidden;
    border: 0;
    background-color: #ffffff;
}






.notification-messages {
    padding: 0 30px;
}
.notification-messages a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.side-bar-dash {
    padding: 15px;
    width: 300px;
    position: fixed;
    left: -320px;
    transition: 0.5s all;
    padding-top: 30px;
}

.logo-wrap {
    margin: 0 0 30px;
}

.side-bar-menu>a {
    display: inline-flex;
    height: 55px;
    padding: 0 20px;
    align-items: center;
    color: #7c7c7c;
    border-radius: 5px;
    padding-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.side-bar-menu>a>img {
    margin-right: 20px;
    height: 22px;
    width: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(45%) sepia(2%) saturate(441%) hue-rotate(39deg) brightness(95%) contrast(84%);
}



.side-bar-menu>a.active {
    background-color: #e31d1a;
    color: #fff;
    position: relative;
}

.side-bar-menu>a.active img {
    filter: brightness(220.5) grayscale(1);
}

.side-bar-menu>a.active:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 6px;
    background: #f89300;
    left: -30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

a.menu-toggle-btn {
    font-size: 28px;
    color: #f88a00;
    margin-right: 10px;
    margin-top: 6px;
}

a.menu-toggle-btn>i {
    margin-right: 3px;
}

.main-inner-dash {
    width: 100%;
    margin-left: 0;
    padding: 35px;
    transition: 0.5s all;
}

.search-box {
    width: 350px;
    position: relative;
    display: flex;
    align-items: center;
}

.search-box>input {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    padding: 0 20px;
    border: 2px solid #cccccc;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.search-box input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #838383;
}

.search-box>i {
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #9e9e9e;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/* Notification */


/* Scroll-bar */

.notification-drp::-webkit-scrollbar {
    width: 5px;
    /* width of the entire scrollbar */
}

.notification-drp::-webkit-scrollbar-track {
    background: #b4b4b4;
    /* color of the tracking area */
}
.notification-drp::-webkit-scrollbar-thumb {
    background-color: #e31d1a;
    border-radius: 20px;
}

/* Scroll-bar */

.notification-wrap>a {
    font-size: 30px;
    position: relative;
    color: #f89300;
}

.notification-wrap a[is="yes"]:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: red;
    border-radius: 50%;
    right: 2px;
    top: 5px;
}

.user-box a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.user-box a img {
    height: 33px;
    width: 33px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 5px;
}

.notify-head span {
    color: #f89300;
    font-weight: 600;
}

.notification-drp {
    position: absolute;
    width: 300px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background: #fff;
    border-radius: 2px;
    top: 52px;
    z-index: 9;
    height: 364px;
    overflow-y: scroll;
    box-shadow: 0px 20px 20px 0 #00000017;
    overflow-x: hidden;
    border-radius: 5px;
}

.notification-wrap {
    position: relative;
    margin-right: 30px;
}

.notification-drp>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #00000026;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.notification-drp>a img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 50%;
}

.notification-wrap.show-now:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: white;
    right: 16px;
    top: 50px;
    transform: rotate(45deg);
}

.notification-wrap>a[open-box="true"]+.notification-drp {
    display: block;
}

.notification-wrap>a[open-box="false"]+.notification-drp {
    display: none;
}

.notify-head {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    background: #e31d1a;
    position: sticky;
    top: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
.notification-wrap>a {
    font-size: 35px;
    color: #8e8e8e;
    position: relative;
}

.notification-wrap>a>span {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #e31d1a;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: #fff;
    right: -2px;
    border: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
}

/* Notification */

.right-options {
    display: flex;
    align-items: center;
    justify-content: end;
}

.language-slct>a>img {
    width: 40px;
    height: 28px;
    object-fit: cover;
}

.language-slct>a>span {
    margin: 0 10px;
}

.language-slct>a {
    color: #666666;
    font-weight: 500;
    font-size: 18px;
}

.language-drop-down.open {
    display: block;
}

.language-drop-down {
    display: none;
    position: absolute;
    width: 170px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 6px 0 #00000061;
    padding: 15px;
    border-radius: 10px;
    top: 50px;
    height: 225px;
    overflow-y: scroll;
    z-index: 1;
}

.language-slct {
    position: relative;
    margin-right: 20px;
}

.language-drop-down>a {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    color: #000;
}

.language-drop-down>a>img {
    width: 28px;
    margin-right: 10px;
}

.profile-opt>a {
    color: #666;
    display: flex;
    align-items: center;
}

.profile-opt>a>span>b {
    display: block;
    font-size: 18px;
}



.profile-opt>a>img {
    margin-right: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.drop-profile.open {
    display: block;
}

.drop-profile {
    position: absolute;
    width: 200px;
    right: 0;
    background: #fff;
    box-shadow: 0 0 9px 0 #00000045;
    padding: 0 15px 15px;
    border-radius: 7px;
    top: 70px;
    display: none;
}

.profile-opt {
    position: relative;
}

.drop-profile>a {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    padding: 15px 0 0;
}

.drop-profile>a i {
    margin-right: 10px;
}

body.side-bar-active .side-bar-dash {
    left: 0;
    top: 0;
}
.to-days-appointments table tr td p {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background: #fce8e8;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #e31d1a;
    height: 30px;
}
body.side-bar-active .main-inner-dash {
    margin-left: 300px;
    padding-left: 20px;
}

.dashboard-content {
    padding: 20px 10px;
    margin-top: 50px;
    background: #f7f7fa;
}
ul.patient-top-row li h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
ul.patients-clints li h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 30px;
}
ul.patients-clints li p {
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
}
ul.patient-top-row li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.patient-box {
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}
ul.patients-clints {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}
.dashboard-content h1 {
    font-size: 35px;
    color: #666666;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

.detail-box {
    padding: 10px 20px;
    box-shadow: 0 0 10px 0 #0000004a;
    border-radius: 10px;
}

.tp-part-bdet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-part-bdet h6 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    line-height: 1;
    margin: 20px 0 0;
}

.tp-part-bdet h6 span {
    display: block;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 10px;
    color: #8281f8;
}

.detail-box p {
    font-size: 11px;
    margin: 10px 0 0;
}

.detail-box p a {
    color: #f89300;
}

.all-det-flx {
    margin-top: 30px;
}

.detail-box.box-2 .tp-part-bdet h6 span {
    color: #fbc848;
}

.detail-box.box-3 .tp-part-bdet h6 span {
    color: #44df93;
}

.detail-box.box-4 .tp-part-bdet h6 span {
    color: #fe996f;
}

h3 {
    color: #666666;
    font-weight: 700;
    font-size: 25px;
}

#chart,
#chart2 {
    width: 100% !important;
}

.chart-box {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000021;
    border-radius: 7px;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 30px 0;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 32px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    position: absolute;
    opacity: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\2b";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 30px;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #c6c7ca;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.create-profile-form input {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 6px;
    margin: 6px 0 20px;
}

.create-profile-form label {
    font-weight: 600;
    color: #666;
    font-size: 14px;
}

.slect-in>select {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 6px;
    margin: 6px 0 20px;
}

.slect-in {
    position: relative;
}

.slect-in>i {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 20px;
    color: #666;
}

div#toolbar>button {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 6px;
    margin-right: 10px;
}

div#toolbar>button.active {
    background: #80060a;
    color: #fff;
}

div#toolbar {
    margin: 10px 0;
}

div#toolbar {
    margin: 10px 0;
}

div#editor {
    height: 200px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
}



.bidding-box {
    padding: 40px 20px 0;
    background: #fff;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 0 0 60px;
}

.bidding-box>img {
    height: 110px;
    width: 110px;
    border: 1px solid #ddd;
    background: transparent;
    border-radius: 6px;
    margin: 0 0 20px;
    object-fit: contain;
    padding: 20px;
}

.bidding-box h4 {
    color: #80060a;
}

.star-rate {
    font-size: 23px;
    margin: 0 0 10px;
    color: #f89300;
}

.bidding-box .btn-1 {
    text-transform: capitalize;
    position: relative;
    top: 15px;
    margin-bottom: -40px;
}

.mail-box-btn {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #f89200;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.mail-box-btn i {
    font-size: 20px;
    margin-right: 4px;
}

.compose-mail-box {
    padding: 20px 0;
}

.compose-mail-box input {
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cc-bcc {
    position: relative;
}

.cc-bcc>div {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-right: 10px;
}

.cc-bcc>div button {
    margin: 0 4px;
    background: transparent;
    border: 0;
}

.cc-bcc>div input {
    position: absolute;
    left: -250px;
    height: 40px;
    width: 240px;
    top: 5px;
    padding-right: 60px;
}

.cc-flex-added {
    margin: -8px 0 20px;
}

.cc-flex-added>span {
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
}

.cc-flex-added>span i {
    font-size: 20px;
    margin-left: 20px;
    cursor: pointer;
}
span.two {
    display: block;
    font-size: 12px;
    font-family: 'Roboto';
}
.cc-boxxx,
.bcc-boxxx {
    display: none;
}

.cc-bcc>div button.active {
    background: #80060a;
    color: #fff;
}

.add-addtion span {
    position: absolute;
    height: 30px;
    width: 50px;
    right: 113px;
    background: #e0e0e0;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
}

.add-addtion {
    display: none;
}

.input-file input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.btns-wrapp-cpm {
    display: flex;
    align-items: center;
}

.input-file span i {
    display: block;
    font-size: 36px;
}

.input-file span {
    margin-left: 30px;
    display: inline-block;
    text-align: center;
    font-size: 12px;

}

.top-header-left p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}


.to-days-appointments ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.to-days-appointments ul li h2 {
    font-size: 18px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.to-days-appointments {
    background: #fff;
    padding: 10px 15px;
    border-radius: 15px;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
    text-align: left;
    padding: 12px 5px;
}

.to-days-appointments table tr th {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #eaeaea;
}
.to-days-appointments table tr td span img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.to-days-appointments table tr td span {
    display: flex;
    align-items: center;
    gap: 15px;
}
.to-days-appointments table tr {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
ul.patients-clints img {
    border-radius: 50%;
}
.dots {
    position: absolute;
    left: 47px;
    top: -7px;
}
a.Logout {
    position: absolute;
    bottom: -114px;
    left: 43px;
    color: #e31d1a;
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
/*claendar start*/
div#datepicker {
    background: #bf152e;
    border-radius: 10px;
}
.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000045;
}
.ui-datepicker-header a {
    font-size: 30px;
}
p.bgText {
    font-size: 20px;
}
.ui-datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000045;
    display: none;
}

section.book-now-sec {
    background: #f8f6f6;
    padding: 100px 0;
    margin-bottom: 80px;
}

a.ui-datepicker-next {
    order: 3;
}
.datepicker-header img {
    object-fit: contain;
}

.ui-datepicker-title {
    font-size: 23px;
    background: #bf152e;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
}

.ui-datepicker-header a {
    font-size: 30px;
}

table.ui-datepicker-calendar {
    width: 90%;
    text-align: center;
    margin: auto;
}

table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
}

table.ui-datepicker-calendar thead {
    /* border-bottom: 2px solid #000; */
}

div#datepicker {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0px;
}

td.ui-datepicker-current-day {
    background: #e31d1a;
    border-radius: 50%;
}

table.ui-datepicker-calendar th {
    padding-top: 30px;
}

p.bgText {
    font-size: 20px;
    display: none;
}
.datepicker-header {
    display: flex;
    position: absolute;
    top: 8px;
    padding: 0px 22px;
    gap: 194px;
    align-items: baseline;
}
.calendar {
    position: relative;
    margin-top: 30px;
}

.select-time {
    margin-top: 50px;
}

.select-time>span {
    font-size: 20px;
}

.time-box-wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    flex-flow: wrap;
}

.time-btn {
    width: 30%;
    position: relative;
    margin: 15px 0;
}
td a {
    color: #000;
}

/*calandar end*/


.patients-clints-txt {
    position: absolute;
    right: -10px;
    bottom: -9px;
}
.patients-clints-txt h6 {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
}
.Prescription-one ul {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    margin-bottom: 55px;
    line-height: 20px;
}
.Prescription-one ul li h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    margin-bottom: 5px;
}
.Prescription-one li {
    font-size: 14px;
    font-family: 'Roboto';
    color: #e31d1a;
    font-weight: 600;
}
.Prescription-two ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-bottom: 10px;
    line-height: 30px;
}

.Prescription-two a {
    font-size: 16px;
    font-family: 'Roboto';
    color: #e31d1a;
    justify-content: end;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}
.datepicker-header h6 {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
}
.footer-links-2 ul {
    column-count: 2;
}
.description .tab-content input[type="text"] {
  width: 100%;
  border: 1px solid #000;
  background-color: transparent;
  padding: 10px;
  height: 50px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 500;
  color: rgb(124, 124, 124);
}
.description .tab-content textarea {
  width: 100%;
  border: 1px solid #000;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 500;
  color: rgb(124, 124, 124);
}