/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
:root {
  --bs-red: #fd4185;
  --bs-block: #ffffff;
  --bs-light-bg: #f8f9fa;
  --bs-light-text: #333333;
  --bs-light-border: #e9ecef;
  --font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box !important;
}

.container {
  max-width: 1170px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: var(--font-family);
}

a {
  color: #333333;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0;
  font-weight: normal;
  line-height: normal;
  color: #333333;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #000;
}

p {
  margin: 0px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}
header.main-header {
  background-color: rgb(0 0 0 / 30%);
}

.main-header a.nav-link {
  color: #000;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1px; /* 6.25% */
}

.main-header a.nav-link:hover {
  color: var(--bs-red);
}

.main-header li.nav-item {
  padding: 0px 3px;
}

.btn-red {
  border-radius: 4px;
  background: var(--bs-red);
  border: var(--bs-red);
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid var(--bs-red);
}

.btn-block {
  border-radius: 4px;
  background: var(--bs-block);
  border: var(--bs-block);
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid var(--bs-block);
}

.btn-red:hover {
  background: var(--bs-block);
  border: var(--bs-block);
  color: #fff5f5;
  border: 1px solid var(--bs-block);
}

.btn-block:hover {
  background: var(--bs-red);
  border: var(--bs-red);
  color: #fff5f5;
  border: 1px solid var(--bs-red);
}

.btn-block:hover path {
  fill: #fff;
}

section#hero-sec {
  background: url(../images/bg-main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px 100px 0px;
}

/*section#hero-sec {
    position: relative;
    top: 0px;
    z-index: 0;
}*/

header.main-header .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: rgb(210 240 242);
  z-index: 999;
}

.footer-top {
  background: #000;
  padding: 80px 0px;
}

.footer-top h3 {
  color: #fff;
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.footer-top li a {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.footer-top li a:hover {
  color: var(--bs-red);
}

.footer-top span {
  color: #fff;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.footer-top input#news-email {
  border: none;
  background: rgba(217, 217, 217, 0);
  padding: 10px;
  width: 85%;
}
.footer-top form.news-letter-form {
  border-bottom: 2px solid #fff;
}

.footer-top input#news-email::placeholder {
  color: #fff;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 288.889% */
}

.footer-top input#news-email::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 288.889% */
}

.footer-top .news-letter-form button {
  background: transparent;
  border: none;
  padding: none;
  padding: 0px;
  /* margin-right: -5px; */
}

.follow-box {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px 0px 0px;
  align-items: center;
}

.footer-top .follow-content {
  color: #fff;
  font-family: var(--font-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

.social-link i {
  color: #fff;
  font-size: 20px;
  padding: 0px 4px;
  cursor: pointer;
}

.social-link i:hover {
  color: var(--bs-red);
}

.footer-bottom {
  align-items: center;
  background: #000;
  padding: 10px 0px;
  border-top: 1px solid #fff;
}

.footer-bottom span.copy-right-text {
  color: #fff;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.footer-bottom span.copy-right-text a {
  color: #fff;
  text-decoration: none;
}

/***************outer slider*****************/

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
  border-radius: 8px;
  border: 1px solid #ff1e56;
  background: #fd4185;
  color: #fff;
  font-size: 17px !important;
  padding: 6px 11px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
  border-radius: 8px;
  border: 1px solid #ff1e56;
  background: #fd4185;
  color: #fff;
  font-size: 17px !important;
  padding: 6px 11px;
}

.top-card-box {
  border-radius: 10px;
  /* border: 1px solid var(--bs-red); */
  background: #fff;
  padding: 12px 12px;
}

.top-card-box .top-p-img img {
  width: 100%;
  height: 225.806px;
  /* border-radius: 10px; */
  flex-shrink: 0;
  object-fit: cover;
      border-radius: 50%;
   

}

.top-p-img {
  position: relative;
}

.catergray-p-box {
  position: absolute;
  bottom: 10px;
  right: 11px;

  padding: 7px;
  border-radius: 4px;
  background: var(--bs-red);
  color: #fff;
  font-family: var(--font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.top-p-content h3 {
  color: #141414;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding-top: 10px;
}

.review-box {
  padding-top: 5px;
  padding-bottom: 10px;
}

.top-p-content-2 a {
  color: #6f6f6f;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.top-p-content-2 a:hover {
  color: var(--bs-red);
}
.top-p-content-2 {
  color: #6f6f6f;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.btn-top-p {
  display: flex;
  justify-content: flex-end;
}
.btn-top-p a {
  color: var(--bs-red);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.btn-top-p a:hover {
  color: var(--bs-block);
}

.top-p-content-2 {
  padding-bottom: 6px;
}

.btn-top-p a:hover path {
  fill: var(--bs-block);
}

.top-profile-box {
  padding: 50px 0px 80px 0px;
}

.catergray-p-box:hover {
  background: var(--bs-block);
}

.top-p-content h3:hover {
  color: var(--bs-red);
}

.multiselect {
  width: 100%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*.overSelect {
    border-radius: 8px;
    background: #FFF;
    border: none;
    height: 40px;
    width: 100%;
    border: 1px solid #fff;
}*/

.multiselect .form-select {
  border: none;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 10px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.multiselect .form-select:focus {
  border-color: var(--bs-red);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0);
}

.outer-form-slider {
  border-radius: 29px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  margin-top: -211px;
  z-index: 9;
  position: relative;
}
button.btn.btn-form-red {
  width: 40%;
  margin: 0 auto;
}

.about-hook {
  padding: 30px;
}

.form-outer-box {
  border-radius: 0px 29px 29px 0px;
  background: #ebebeb;
  padding: 30px;
}

.about-hook h2 {
  color: #000;
  font-family: var(--font-family);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
}

.about-hook p {
  color: #737373;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  padding: 15px 0px;
}

.about-hook h4 {
  color: #fd4185;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 20px;
}

.filter-search-box h2 {
  color: #fd4185;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 20px;
}

section#proflie-main-box {
  padding: 80px 0px 80px 0px;
}

.prfinner {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 15px;
}

.prfinner h3 {
  font-size: 18px;
  color: #141414;
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 0px;
}
.prfinner .top-prf-content-2 a {
  color: #6f6f6f;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.prfinner .top-prf-content-2 {
  color: #6f6f6f;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  padding-bottom: 5px;
}

.prf-img {
  width: 40%;
  flex: 40%;
}

.prf-con {
  width: 60%;
  flex: 60%;
}

.catergray-prf-box {
  padding: 5px;
  border-radius: 4px;
  background: var(--bs-red);
  color: #fff;
  font-family: var(--font-family);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.btn-prf-top-p {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
  align-items: center;
  padding-top: 5px;
}

.prf-img img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.review-prf-box {
  padding-bottom: 5px;
}

.prfinner h3:hover {
  color: var(--bs-red);
}

.prfinner .top-prf-content-2 a:hover {
  color: var(--bs-red);
}

.btn-prf-top-p a {
  color: var(--bs-red);
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px; /* 150% */
}

.btn-prf-top-p a:hover {
  color: var(--bs-block);
}

.btn-prf-top-p a:hover path {
  fill: var(--bs-block);
}

.catergray-prf-box:hover {
  background: var(--bs-block);
}

.item-floatleft {
  float: left;
  width: 50%;
}

.item-floatright {
  float: right;
  width: 50%;
}

.clear {
  clear: both;
}

section#login-sec {
  background: url(../images/bg-main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px 150px 0px;
}

#login-sec .log-in-box {
  border-radius: 29px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  width: 50%;
  margin: 0 auto;
  padding: 30px;
}

#login-sec .forgot {
  display: flex;
  justify-content: space-between;
}

#login-sec .log-in-box h2 {
  color: #fd4185;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
  margin-bottom: 40px;
}

#login-sec input.main-form-input {
  border-radius: 8px;
  border: 1px solid #000;
  background: #f3f3f5;
  height: 50px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

#login-sec .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-red);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 2, 0);
}

#login-sec button.btn {
  border-radius: 8px;
  background: #fd4185;
  border: 0px;
  height: 50px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 50%;
}

#login-sec button.btn:hover {
  background: var(--bs-block);
}

#login-sec a {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}

#login-sec p {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}

#login-sec label {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}
section#profile--sec {
  background: url(../images/bg-main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.profile-outer-box {
  color: #ebebeb;
  background: #ebebeb;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}
section#main-prf-box {
  padding: 0px 0px 50px 0px;
  margin-top: -219px;
}
img.back-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.namebox {
  display: flex;
  gap: 20px;
  align-items: center;
}

.namebox h2 {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.namebox .categray-box {
  padding: 7px;
  border-radius: 4px;
  background: var(--bs-red);
  color: #fff;
  font-family: var(--font-family);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.main-active {
  color: #fd4185;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding: 10px 0px 0px 0px;
}

.contact-proflie ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
.outer-box-p {
  padding: 0px 30px 30px 30px;
}

.p-img-outer {
  margin-top: -80px;
}

.contact-proflie {
  padding: 3px 0px 10px 0px;
}
.namebox {
  margin-top: 20px;
}
.main-outer-box {
  margin-top: 10px;
  display: flex;
  gap: 30px;
}

.p-img-outer img {
  object-fit: cover;
  width: 250px;
  height: auto;
  border-radius: 50%;
  height: 250px;
}

.price-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  text-align: center;
  padding: 20px 0px;
  margin-top: 20px;
}
.table-price tr {
  border-bottom: 1px solid #fd4185;
}

.table-price td {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  /* line-height: 32px; */
}

.avabliable-box h3 {
  color: #fd4185;
  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.avabliable-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  padding: 30px 20px;
}

.avabliable-box li {
  display: flex;
  justify-content: space-between;
}

.avabliable-box li {
  color: var(--bs-block);
  font-family: var(--font-family);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  text-transform: capitalize;
}

.avabliable-box li span {
  color: #fd4185;
}

.avabliable-box h5 {
  color: #fd4185;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  padding-bottom: 20px;
}

section.profile-date {
  padding: 0px 0px 40px 0px;
}

.main-tab-content p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}

.tab-box-outer button.nav-link {
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  padding: 12px 12px;
  margin: 0px 10px;
}

.tab-box-outer .nav-tabs .nav-link.active {
  border-radius: 10px;
  color: #ffffff;
  background: var(--bs-red);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: uppercase;
  padding: 12px 12px;
  margin: 0px 10px;
}

.tab-box-outer div#nav-tab {
  border: none;
  justify-content: center;
}

.tab-box-outer .card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  border: none;
  padding: 40px;
  padding: 60px 40px !important;
}
.testimonial.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.main-tab-footer h2 {
  color: #fd4185;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding: 50px 0px 20px 0px;
  margin-left: 10px;
}

.profile-right-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  padding: 20px 0px;
}

.p-outer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.price-box h3 {
  color: #fd4185;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.profile-right-box h4 {
  color: #fd4185;
  font-size: 18px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-main-box h5 {
  color: #000;
  font-size: 18px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.p-main-box img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  clip-path: cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  margin-bottom: 10px;
}

.p-main-box span {
  color: #fd4185;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.main-search-box {
  border-radius: 20px 20px 29px 20px;
  background: rgba(13, 14, 14, 0.09);
  text-align: center;
  padding: 45px 150px;
  width: 85%;
  margin: 0 auto;
}

.main-search-box h3 {
  color: var(--bs-red);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 30px;
}

.main-search-box input.form-control {
  border-radius: 8px;
  background: #fff;
  padding: 10px 20px;
  color: #000;

  font-family: var(--font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}

.main-search-box .form-control:focus {
  border-color: var(--bs-red);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.main-search-box button#button-addon3 {
  background: white;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 13px;
}

.pr-1 .prf-img {
  width: 20%;
  flex: 20%;
}

.btn-p-right {
  justify-content: flex-end;
}

.pr-1 .prf-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.profile-right-box {
  border-radius: 15px;
  background: #fff;
  box-shadow: 3px 5px 8px 8px rgba(119, 119, 119, 0.08);
  padding: 20px 15px;
}

/**************************video***********************/

/* END Optional styles */
.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 70px;
  height: 70px;
  fill: #fd4185;
  stroke: #fd4185;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  opacity: 0.9;
}

.box-video-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.video-p-img {
  width: 30%;
}
.video-p-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.video-box-outer .card-body {
  padding: 5px;
}

.video-box-outer .card-body h6 {
  color: #000;
  font-size: 16px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.video-box-outer .card-body p {
  color: #fd4185;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.catergies-box .pr-1 .prf-img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.catergies-box .pr-1 .prf-img {
  width: 25%;
  flex: 25%;
}

/***********************24-01-2024************************/
/************signup*********************/

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

.disabled-btn {
  opacity: 0.5;
  pointer-events: none;
}

#login-sec select.main-form-input {
  border-radius: 8px;

  height: 50px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.form-select {
  background-color: #f3f3f5;
  border: 1px solid #000;
}
.mes-1 {
  padding: 5px;
  font-size: 15px;
}

.alert-dismissible .btn-close {
  padding: 1rem 1rem !important;
}

/* edit form css*/

.top-card {
  margin-top: -200px;
}

.profile-form input {
  border-radius: 8px;
  border: 1px solid #000;
  background: #f3f3f5;
  height: 40px;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.profile-form textarea {
  border-radius: 8px;
  border: 1px solid #000;
  background: #f3f3f5;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.profile-form label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.btn-red {
  border-radius: 4px;
  background: #fd4185;
  border: #fd4185;
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid #fd4185;
}
.btn-red:hover {
  background: #000;
  color: #fff5f5;
  border: 1px solid #000;
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0);
}

.text-primary {
  color: #fd4185 !important;
  font-size: 16px;
  font-weight: 600;
}

.main-video video {
  border: 1px solid #fd4185;
  display: block;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #fd4185;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}

.client span {
  color: #fe0607;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

p.card-text {
  display: flex;
  gap: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

p.card-text span {
  color: #fe0607;
  font-size: 16px;
  font-weight: 600;
}

.profile-pic-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pic-holder {
  text-align: center;
  position: relative;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.pic-holder .pic {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(90, 92, 105, 0.7);
  color: #f8f9fc;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.pic-holder .upload-file-block {
  cursor: pointer;
}

.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus ~ .upload-file-block {
  opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
  display: none;
}

.pic-holder.uploadInProgress .upload-loader {
  opacity: 1;
}

/***********upold img *************/

.avatar-upload {
  position: relative;
  max-width: 120px;
  margin: 10px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.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;
  text-align: center;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
/*.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }*/
.avatar-upload .avatar-preview {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  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;
}

/*****************img upload one by one tab  *************/

.imagePreview {
  width: 100%;
  height: 180px;
  background-position: center center;
  background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow: 0px -3px 6px 2px rgba(0, 0, 0, 0.2);
}
.btn-primary {
  display: block;
  border-radius: 0px;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
}
.imgUp {
  margin-bottom: 15px;
}
.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fd4185;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 24px;
  margin-top: 0px;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  /* display: flex; */
  padding: 7px 7px;
}

/******************file video upload button*******************/

.file-upload input[type="file"] {
  background-color: transparent;
  border: 1px solid #fd4185;
  color: #fd4185;
  font-family: var(--font-family);
  font-size: 16px;
  border-radius: 4px;
  padding: 5px 5px;
  width: 100%;
}

input[type="file"]::file-selector-button {
  border-radius: 4px;
  background: #fd4185;
  border: #fd4185;
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid #fd4185;
}

/****************image upload css***************/

.imgUp .btn-primary {
  border-radius: 4px;
  background: #fd4185;
  border: #fd4185;
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid #fd4185;
}

.imgUp .btn-primary {
  border-radius: 4px;
  background: #fd4185;
  border: #fd4185;
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid #fd4185;
}
.imgUp .btn-primary:hover {
  background: #000;
  color: #fff5f5;
  border: 1px solid #000;
}

/******************CSS 26 jan 2024 ******************/
svg.bi.bi-pencil-fill {
  color: #fd4185;
}

.datepicker span.input-group-text {
  padding: 11px 5px;
  border-radius: 0px;
  color: #fd4185;
  border:1px solid #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


.profile-form span {
  color: #fd4185;
}

/*********sign up new button ****************/


                    .btn-process{
                      font-family: Poppins;
                  font-size: 16px;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 31px;
                  letter-spacing: 0.8px;
                 background: #fd4185;
                 display: flex;
                 align-items:center;
                 justify-content: center;
                 gap: 0.5rem;
                color:#fff;
                 cursor:pointer;
                 padding:8px 20px;
                 font-weight: 700;
                  line-height: 31px;
                  letter-spacing: 0.8px;
                  text-transform: uppercase;
                  width: 50%;
                  margin: 0 auto;
                  border:none;
                  border-radius: 4px;
                  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
               }

               .btn-ring{
                 display: none;
               }
               .btn-ring:after {
                 content: "";
                 display: block;
                 width: 25px;
                 height: 25px;
                 margin: 8px;
                 border-radius: 50%;
                 border: 3px solid #000;
                 border-color: #000 transparent #000 transparent;
                 animation: ring 1.2s linear infinite;
               }
               @keyframes ring {
                 0% {
                   transform: rotate(0deg);
                 }
                 100% {
                   transform: rotate(360deg);
                 }
               }
               


/*******************02/02/2024*********************/
.profile-form  .input-group-text {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  padding: 7px;
  color: #000 !important;
  padding: 11px;
}
            
            .form-outer-box {
              border-radius: 30px;
           }
           
           .main-box-outer {
               display: flex;
               flex-direction: row;
               flex-wrap: wrap;
               gap: 2%;
           }
           .prfinner {
               flex: 49%;
               width: 49%;
           }

           .contact-proflie li {
            display: flex;
            gap: 20px;
        }

        .tab-box-outer button.nav-link {
          border-radius: 10px;
          background: #000;
          color: #FFF;
          font-family: var(--font-family);
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 21px;
          text-transform: uppercase;
          padding: 10px 10px;
          margin: 0px 10px;
      }

/****************muti select list ******************/



.modal-box {
width: 100%;

}

/* Custom Multi Select */
.sd-multiSelect {
position: relative;
}
.sd-multiSelect .placeholder {
opacity: 1;
background-color: transparent;
cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
height: 1px;
width: 1px;
opacity: 0;
overflow: hidden;
display: none;
}

.sd-multiSelect .sd-CustomSelect {
width: 100% !important;
}

.sd-multiSelect .ms-choice {
position: relative;
text-align: left !important;
width: 100%;
border: 1px solid #000000;
background: #f3f3f5;
box-shadow: none;
font-size: 15px;
height: 40px;
font-weight: 500;
color: #212529;
line-height: 1.5;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
border-radius: 8px;
}

.profile-form .sd-multiSelect span {
color: black;
}

.sd-multiSelect .ms-choice:after {
content: "\f107 ";
font-family: "FontAwesome";
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
border-color: #fd4185;
}

.sd-multiSelect .ms-drop.bottom {
display: none;
background: #fff;
border: 1px solid #e5e5e5;
padding: 10px;
}

.sd-multiSelect .ms-drop li {
position: relative;
margin-bottom: 10px;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
padding: 0;
height: initial;
width: initial;
margin-bottom: 0;
display: none;
cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
cursor: pointer;
user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}

.sd-multiSelect .ms-drop li label:before {
content: "";

background-color: #8f7a7a00;
border: 2px solid #000;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
            inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
padding: 8px;
display: inline-block;
position: relative;
vertical-align: middle;
cursor: pointer;
margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked + span:after {
content: "";
display: block;
position: absolute;
top: 9px;
left: 5px;
width: 10px;
height: 10px;
background: #fd4185;
border-width: 0 2px 2px 0;
}
/****************about***************/

section#about {
  padding: 70px 0px 70px 0px;
}
section#inner-top {
  background: url(../images/bg-main.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0px 70px 0px;
}

.main-content h2 {
  color: var(--bs-red);
  font-family: var(--font-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 15px;
}

.main-content p {
  color:  #181818;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.main-content li {
  color: #181818;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.main-content .bi-check-circle::before {
  content: "\f26b";
  color: #fd4185;
}

section#why {
  padding: 70px 0px 70px 0px;
  background-color: #f7f7f7;
}


#login-sec button.btn {
   width: 50%;
  margin: 0px auto;
}

/*********************new upload img *****************/


.btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
 
  border-radius: 4px;
  background: #fd4185;
  border: #fd4185;
  color: #fff5f5;
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  padding: 10px 15px;
  justify-content: center;
  border: 1px solid #fd4185;
}
.btn_upload:hover,
.btn_upload:focus {
  background-color: #000000;
  color:#fff;
}

.yes {
  display: flex;
  align-items: flex-start;
  margin-top: 10px !important;
}

.btn_upload input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
}

.it {
  height: 150px;
  margin-left: 10px;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
  display: none;
}

.rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #fff;
  display: inline-block;
  background: rgba(255, 0, 0, 1);
  margin: -5px -10px;
}

.rmv:hover {
  background: rgba(255, 0, 0, 0.5);
}

/*******************video button add ****************/
.video-box {
   position:relative;
}
.video-box button.btn {
  background-color: #fd4185;
  padding: 10px;
  position: absolute;
  right: 30px;
}
/************************new ******************/

.tab-box-outer .nav-tabs .nav-link.active {
    border-radius: 10px;
    color: #ffffff;
    background: var(--bs-red);
    font-family: var(--font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    padding: 12px 10px;
    margin: 0px 0px;
}

.profile-form  .input-group-text {
  font-size: 11px;
}
.video-box button.btn {
  background-color: #fd4185;
  position: absolute;
  border-radius: 50px;
  right: 0px;
  top: 1px;
  width: 35px;
  height: 35px;
  line-height: 6px;
}

.main-video h2 {
  font-size: 22px;
  color: #fd4185;
  font-weight: 700;
}



.main-tab-content-2 p {
  color: #fd4185;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  width: 100%;
  text-align: center;
}

a.nav-link.active {
  color: #fd4185 !important;
}




.home-box .prfinner {
    flex: 100%;
    width:100%;
}

.home-box .prfinner {
    width: 100% !important;
}

.play-button-wrapper #circle-play-b svg {
    display: none;
}

.video-box-outer .card {
    margin-top: 20px;
}

.tab-box-outer div#nav-tab {
    row-gap: 15px;
}

.profile-form .col-md-6 .input-group-text {
    font-size: 12px;
    padding: 10px 11px;
}

#videos .video-box button.btn {
    top: 40px;
 }

.main-tab-content p {
    width: 100%;
 }

.tab-box-outer .card {
    padding: 40px 25px !important;
}

#nav-video .flex-wrap {
    flex-wrap: wrap!important;
    justify-content: center;
}

#nav-profile .flex-wrap {
    flex-wrap: wrap!important;
    justify-content: center;
}



.contact-proflie li {
    display: flex;
    gap: 5px;
}



.sd-multiSelect .ms-drop.bottom {
   overflow: auto;
    position: absolute;
    width: 100%;
}

.tab-box-outer .nav-tabs .nav-link.active {
    color: #ffffff !important;
 }

.avabliable-box li .col-7 {
    text-align: right;
    padding:0px;
}



.main-tab-content p{
    text-color:#000 !important;
  
}

.avatar-upload .avatar-preview {
    border: 2px solid #f8f8f8;
}

.footer-top input#news-email {
    color: #fff;
}
.avabliable-box li .col-7 {
    padding-right: 13px;
}

#signup-user .file-upload input[type="file"] {
    width: 126%;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

#packages-main {
      padding: 140px 0px 80px 0px;
      /* background: rgb(47,226,227);
background: linear-gradient(90deg, rgba(47,226,227,0.5160189075630253) 0%, rgba(97,112,112,0.5160189075630253) 100%, rgba(0,212,255,1) 100%); */
    }
    .package {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-row-gap: 5rem;
}
@media screen and (max-width: 800px) {
  .package {
    grid-template-columns: 1fr;
    grid-row-gap: 7rem;
  }
}
.package__item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.package__item:hover {
  transform: translateY(-5px);
}
.package__item .package__header {
  background-color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.package__item .package__header .package__name {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  color: white;
}
.package__item .package__body {
  background-color: white;
  padding: 1rem;
  min-height: 82%;
}
@media screen and (max-width: 800px) {
  .package__item .package__body {
    min-height: 100%;
  }
}
.package__item .package__body .package__price-container {
  min-height: 150px;
  background-color: rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
  .package__item .package__body .package__price-container {
    min-height: 100%;
  }
}
.package__item .package__body .package__price-container--column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .package__item .package__body .package__price-container--column {
    grid-template-columns: 1fr;
  }
}
.package__item .package__body .package__price-container--column .package__column {
  display: grid;
}
.package__item .package__body .package__price-container--column .package__column [class^=package__column] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.package__item .package__body .package__price-container--column .package__column .package__column-title {
  color: white;
  background-color: #78a87f;
  font-weight: 600;
}
.package__item .package__body .package__price-container--column .package__column .package__column-price {
  font-weight: bold;
}
.package__item .package__body .package__price-container--column .package__column .package__column-price--bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.package__item .package__body .package__price-container--column .package__column--2 {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.package__item .package__body .package__price-container--column .package__column--2 .package__column-title {
  background-color: #5d9064;
}
.package__item .package__body .package__price {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}
.package__item .package__body .package__price--sm {
  font-size: 1.8rem;
}
.package__item .package__body .package__price--xs {
  font-size: 1.2rem;
}
.package__item .package__body .package__price--monthly::after {
  content: "Monthly";
  background-color: #459bba;
  border-radius: 8px;
  font-size: 10px;
  padding: 1px 5px;
  color: white;
  position: absolute;
}
.package__item .package__body .package__price--quarterly::after {
  content: "Quarterly";
  background-color: orange;
  border-radius: 8px;
  font-size: 10px;
  padding: 1px 5px;
  color: white;
  position: absolute;
}
.package__item .package__body .package__price--yearly::after {
  content: "Yearly";
  background-color: #377c95;
  border-radius: 8px;
  font-size: 10px;
  padding: 1px 5px;
  color: white;
  position: absolute;
}
.package__item .package__body .package__price--ind-yearly::after {
  content: "Yearly Individual";
  background-color: #5043c9;
  border-radius: 8px;
  font-size: 10px;
  padding: 1px 5px;
  color: white;
  position: absolute;
}
.package__item .package__body .package__price--ins-yearly::after {
  content: "Yearly Institutional";
  background-color: #5d9064;
  border-radius: 8px;
  font-size: 10px;
  padding: 1px 5px;
  color: white;
  position: absolute;
}
.package__item .package__body ul {
  margin-top: 1rem;
}
.package__item .package__body ul li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  color: #31363c;
}
.package__item .package__footer button {
  background-color: #2287f5;
  color: white;
  padding: 8px 0;
  width: 100%;
  border: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
}
.package__item .package__footer button::after {
  content: "»";
  opacity: 0;
  position: absolute;
  top: 0;
  font-size: 1.5rem;
  transition: all ease-in-out 0.3s;
}
.package__item .package__footer button:hover::after {
  opacity: 1;
  transform: translateX(4px);
}
/* .package__item:nth-child(1) .package__header {
  background-color: #eea726;
}
.package__item:nth-child(1) .package__footer button {
  background-color: #eea726;
}
.package__item:nth-child(1) .package__footer button:hover {
  background-color: #e49912;
}
.package__item:nth-child(2) .package__header {
  background-color: #459bba;
}
.package__item:nth-child(2) .package__footer button {
  background-color: #459bba;
}
.package__item:nth-child(2) .package__footer button:hover {
  background-color: #3d88a4;
}
.package__item:nth-child(3) .package__header {
  background-color: #78a87f;
}
.package__item:nth-child(3) .package__footer button {
  background-color: #78a87f;
}
.package__item:nth-child(3) .package__footer button:hover {
  background-color: #659c6d;
}
.package__item:nth-child(4) .package__header {
  background-color: #eea726;
}
.package__item:nth-child(4) .package__footer button {
  background-color: #eea726;
}
.package__item:nth-child(4) .package__footer button:hover {
  background-color: #e49912;
} */
#packages-main h2.title {
      color: #fd4185;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    text-align: center;
    margin-bottom: 40px;
}
.card-add{height:400px;}
.card-add .card-body{height: 500px;}
.card-add img{margin-top: 100px;}

.package__item .package__header, .package__item .package__footer button{background-color: #fd4185!important;}
.package__item .package__body{border: solid 1px #fd4185;}
.bt-shop-now{width: 100%; margin-top: 50px;}