@import "/css/fontfase.css";

html {
  margin: 0;
  padding: 0;
  min-height: 100%;
  /* display: flex; */
}

body {
  flex-grow: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-style: normal;
}

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

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

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* Profile Navbar Start */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar {
  overflow: hidden;
}

.navbar .header-search {
  width: 0%;
  transition: width 0.5s ease-in-out;
}

.navbar .header-search.active {
  width: 100%;
}

.navbar .header-search .header-search-wrapper {
  width: 100%;
}

.navbar .header-search .header-search-wrapper input {
  border-color: #f3d127;
  display: none;
  height: 40px;
  font-size: 14px;
}

.navbar .header-search.active .header-search-wrapper input {
  display: block;
}

.navbar-light .navbar-right {
  width: 100%;
  justify-content: flex-end;
}

.navbar-light .navbar-nav {
  align-items: center;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
  margin-left: 12px;
  transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link i {
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f3d127;
}

.navbar-light .navbar-nav .nav-link.active::before {
  content: "||";
  position: absolute;
  top: 10px;
  left: -3px;
}

.navbar-light .navbar-nav .nav-link i {
  position: relative;
  top: 2px;
}

/* Form Input  */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
textarea,
select {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  border: 1px solid #e6e4e4;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  width: 100%;
  height: 45px;
  transition: 0.35s ease-in-out;
}

.navbar-light .navbar-nav .nav-link .search-button {
  border: none;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link .search-button:hover {
  color: #f3d127;
}

.navbar-light .navbar-nav .nav-link .search-input {
  display: none;
  position: absolute;
  top: 0px;
  left: 40px;
  width: 150px;
  padding: 10px;
  border-color: #f4f4f4;
  outline: none;
  z-index: 1;
}

.navbar-light .navbar-nav .nav-link .search-input:focus {
  border-color: #f3d127;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline-color: transparent !important;
  border-color: #f3d127 !important;
  box-shadow: none;
  outline: 0 !important;
}

option {
  font-weight: 600;
}

option:checked {
  color: #f3d127;
}

/* Section Breadcrum start  */
#breadcrumbs {
  background-color: #f3d127;
  padding: 24px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}

.breadcrumbs.container .breadcrumb {
  margin: 0;
}

.breadcrumbs .breadcrumb-title {
  /* font-weight: 600;
  font-size: 40px;
  line-height: 49px; */
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: #121212;
}

.breadcrumb .breadcrumb-item.active {
  color: #121212;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-decoration: none;
}

/* Profile Section Start */
#profile {
  min-height: calc(100vh - 90px) !important;
  padding: 0;
}

/* Section Content Left Sidebar */
.sidebar {
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.content .sidebar .sidebar-list {
  height: auto;
}

.content .sidebar .sidebar-list .filter-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.content .sidebar .sidebar-list .filter-item span {
  margin-left: auto;
  display: inline-block;
  font-size: 13px;
}

.content .sidebar .sidebar-list .filter-item label {
  margin-left: 6px;
  flex: 1;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

.sidebar .sidebar-list {
  list-style: none;
  padding-left: 26px;
  padding-top: 50px;
}

.sidebar .sidebar-list .sidebar-item {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  margin: 15px 0px;
  transition: 0.2s;
}

.sidebar .sidebar-list li:last-child {
  margin-bottom: 50px;
}

.sidebar .sidebar-list .sidebar-item i {
  margin-right: 12px;
}

.sidebar .sidebar-list .sidebar-item.active:before {
  color: #f3d127;
  content: "|";
  position: absolute;
  right: 23px;
  margin-left: -4px;
  font-size: 24px;
  transition: 0.5s all;
}

.sidebar .sidebar-list .sidebar-item1.active:before {
  right: 11px;
}

.sidebar .sidebar-list .sidebar-item.active,
.sidebar .sidebar-list .sidebar-item:hover {
  color: #f3d127;
}

.sidebar .sidebar-list .sidebar-item i {
  position: relative;
  top: 3px;
}

/* Profile Content Start*/
.profile-content {
  margin-top: 50px;
  padding-left: 20px;
}

.profile-content .content-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.profile-content .content-top .content-top-item {
  background-color: #ffffff;
  border-radius: 10px;
}

.profile-content .content-top .content-top-item .top-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 15px 20px;
}

.profile-content .content-top .content-top-item .top-item__head .head-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.descs {
  margin-top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.top-item__head .head-counter {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #c5c5c5;
}

.profile-content .content-top .content-top-item .top-item__body {
  display: flex;
  min-height: 130px;
  padding: 8px 5px 0px;
}

.profile-content .content-top .content-top-item .top-item__body .body-icons {
  width: 60px;
  height: 60px;
  margin: 15px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

.profile-content .content-top .content-top-item .top-item__body .body-icon {
  margin: 15px;
  width: 38px;
  height: 38px;
}

.profile-content .content-top .content-top-item .top-item__body .body-group {
  padding: 10px 10px 18px 10px;
  padding-left: 0;
}

.body-group .body-group-top-title {
  margin-bottom: 8px;
  font-family: "Montserrat" !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #121212;
}

.body-group .body-group-top-desc {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #979797;
}

.body-group .body-group-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.body-group-top-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0597c5;
  border: none;
  background-color: #ffffff;
}

.body-group .body-group-main {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-group-main .body-group-main-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
}

.apartment.tooltips .tooltipText {
  font-size: 12px;
  z-index: 100;
}

.apartment.tooltips .tooltipText::before {
  bottom: -20px;
}

.col-md-4 > div[class$="-container"] {
  z-index: 4;
}

div[class$="-ValueContainer"],
div[class$="-valueContainer"] {
  padding: 0px 8px !important;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z"/></svg>');
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 6px);
  background-size: 25px;
}

div[class$="-singleValue"] {
  color: #121212;
}

div[class$="-control"] > div:first-child {
  padding: 0px 8px !important;
  font-size: 14px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z"/></svg>');
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 6px);
  background-size: 25px;
}

div[class$="-control"] {
  border-radius: 10px !important;
  background: #fff !important;
  border-color: #e6e4e4 !important;
  overflow: hidden;
}

div[class$="-placeholder"] {
  font-size: 14px !important;
}

div[class$="-IndicatorsContainer"],
div[class$="-indicatorContainer"] {
  display: none;
}
.middle-item__head.mt-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.middle-item__head .working-hours {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.middle-item__head span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #8d8d8d;
  display: block;
}

.body-group-main-item-desc {
  width: 30%;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
}

.body-group-main-item-2 {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.body-group-main-item-desc1 {
  margin: 0;
  margin-right: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
}

.profile-content .content-top .content-top-item .top-item__body .body-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.profile-content .content-top .content-top-item .top-item__body .body-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 0;
}

.profile-content .content-middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  /* margin-top: 25px; */
}

.profile-content .content-top .content-top-item,
.profile-content .content-middle .content-middle-item {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #f3d127;
  /* overflow: hidden; */
}

.profile-content .content-middle .content-middle-item.right {
  overflow: hidden;
}

.profile-content .content-middle .content-middle-item .middle-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  margin: 10px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 0;
  border: 1px solid #f3d127;
}

.middle-item__headd {
  /* background: #ffffff !important; */
  /* border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	margin: 0 !important; */
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__head
  .profile_avatar {
  width: 36px;
  height: 36px;
  align-self: center;
  padding: 0;
  margin-right: 15px;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__head
  .head-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__head
  .head-text {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #979797;
}

.profile-content .content-middle .content-middle-item:last-child {
  align-self: start;
}

.profile-content
  .content-middle
  .content-middle-item:last-child
  .middle-item__head {
  font-weight: 600;
  font-size: 16px;
  color: #ff0000;
  /* border: none; */
  /* border-bottom: 1.5px solid #eaeaea; */
  background: #ffffff;
  box-sizing: border-box;
}

.profile-content .content-middle .content-middle-item:last-child .head-title i {
  position: relative;
  top: 3px;
}

.profile-content .content-middle .content-middle-item:last-child .body-text {
  font-weight: normal;
  font-size: 14px;
  color: #636363;
  padding: 14px;
  margin-bottom: 0;
  /* padding-top: 0; */
}

.profile-content .content-middle .content-middle-item .head-button-edit {
  margin-left: auto;
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #121212;
}

.profile-content .content-middle .content-middle-item .head-button-edit:hover {
  color: #f3d127;
  border-color: #f3d127;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .body-group {
  padding: 14px;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .body-group__list {
  list-style-type: none;
  padding: 0;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .list-item {
  position: relative;
  padding: 2px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .list-item
  img {
  max-width: 50px;
  max-height: 50px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 4px;
  object-fit: cover;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .list-item
  .list-item-left {
  font-weight: 400;
  font-size: 16px;
  color: #5f5f5f;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .list-item
  .list-item-right {
  position: absolute;
  right: 5px;
  font-weight: 600;
  font-size: 14px;
}

.profile-content
  .content-middle
  .content-middle-item
  .middle-item__body
  .list-item
  .copy-item {
  position: absolute;
  right: 0;
  font-size: 16px;
  cursor: pointer;
}

.profile-content .content-bottom {
  margin-top: 30px;
  margin-bottom: 36px;
}

.accordion .accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  border-color: #f8f8f8;
  background: #ffffff;
  border-radius: 10px;
}

.accordion .accordion-item .accordion-body {
  padding: 25px;
}

.accordion-button {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  background: #ffffff;
  border-radius: 10px;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  background: #ffffff;
  /* border-radius: 10px; */
}

.accordion-button:focus {
  box-shadow: 0px 0px 5px 0.5px rgb(0 0 0 / 13%);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M5 11h14v2H5z'/%3E%3C/svg%3E");
}

.accordion-collapse .accordion-body p {
  margin-top: 5px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

/* Profile Content End */

/* Profile Edit Start */

/* radio input */
.join-item .label {
  display: block;
}

.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 0px;
  margin: 0 40px 0 0;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label {
  color: #000000;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #828282;
  background-color: transparent;
  transition: all 0.3s;
}

.radio-item input[type="radio"]:checked + label:before {
  border: 2px solid #f3d127;
}

.radio-item input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 4px;
  content: " ";
  display: block;
  background: #f3d127;
}

.profile-content .tab-content .profile-info-group {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
}

.profile-content .tab-content .profile-info-group .profile-info-item {
  display: flex;
  align-items: center;
  padding: 0px 0px 15px 0;
}

.profile-content .tab-content .profile-password-group .profile-password-btn,
.profile-content .tab-content .profile-info-group .profile-info-btn {
  border-radius: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: #fff;
  border: 1px solid #f3d127;
  padding: 10px 30px;
  height: 45px;
  transition: 0.5s;
}

.profile-content .tab-content .profile-info-group .profile-info-btn-div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.profile-content
  .tab-content
  .profile-password-group
  .profile-password-btn:hover,
.profile-content .tab-content .profile-info-group .profile-info-btn:hover {
  background-color: #f3d127;
}

.profile-content .tab-content .profile-info-group .profile_avatar {
  width: 60px;
  height: 60px;
  align-self: center;
  padding: 0;
  margin-right: 15px;
}

.profile-content .tab-content .profile-info-group .profile_title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.profile-content .tab-content .profile-info-group .profile-text {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #979797;
}

.edit-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}

input.edit-input {
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.profile-content .tab-content .profile-password-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.profile-content .tab-content .profile-password-group .password-item {
  margin: 0;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
}

.profile-content .tab-content .profile-password-group .password-item.right {
  margin: 10px;
  padding: 14px 20px 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

.profile-content
  .tab-content
  .profile-password-group
  .password-item:first-child
  h1 {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  margin-top: 0;
  color: #121212;
}

.profile-content
  .tab-content
  .profile-password-group
  .password-item:last-child {
  align-self: start;
}

.profile-content
  .tab-content
  .profile-password-group
  .password-item:last-child
  .password-item__head {
  display: flex;
  align-items: center;
  font-size: 24px;
  gap: 8px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.profile-content
  .tab-content
  .profile-password-group
  .password-item:last-child
  .password-item__head
  .head-title {
  font-weight: 600;
  font-size: 16px;
  color: #121212;
  margin-bottom: 0;
}

.profile-content
  .tab-content
  .profile-password-group
  .password-item:last-child
  .password-item__body
  .body-text {
  font-weight: 400;
  font-size: 14px;
  color: #121212;
  padding-top: 14px;
  margin-bottom: 0;
}

/* Profile Edit End */

/* Parcles Content Start */
.profile .parcles-content {
  margin-top: 50px;
}

.profile .parcles-content .parcles-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.profile .parcles-content .parcles-row .new-parcels-button-item {
  /* padding: 5px;
	border-radius: 10px;
	background-color: #ffffff; */
}

.profile .parcles-content .parcles-row .new-parcels-button {
  height: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #fff;
  border: 1px solid #f3d127;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s;
  padding-left: 17px;
  padding-right: 25px;
}

.profile .sidebar.profile-left {
  position: relative;
}

.profile .sidebar.profile-left {
}

.profile .parcles-content .parcles-row .new-parcels-button:hover {
  background-color: #f3d127;
}

.profile .parcles-content .parcles-row .new-parcels-button i {
  position: relative;
}

.parcles-content .tab-content .tab-pane .parcles-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.parcles-content .tab-content .tab-pane .parcles-item {
  background: #ffffff;
  border-bottom: 5px solid #f4f4f4;
  border-radius: 10px;
  box-sizing: border-box;
}

.parcles-content .tab-content .tab-pane .parcles-item.active,
.parcles-content .tab-content .tab-pane .parcles-item:hover {
  border-bottom: 5px solid #f3d127;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.parcles-content .tab-content .tab-pane .parcles-item .parcles-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
}

.parcles-content .tab-content .tab-pane .parcles-item .head-link {
  text-decoration: none;
}

.parcles-content .tab-content .tab-pane .parcles-item .head-title {
  font-weight: 600;
  font-size: 14px;
  color: #121212;
  margin-bottom: 0;
}

.parcles-content
  .tab-content
  .tab-pane
  .parcles-item
  .head-counter.unread::before {
  content: "\00a0\00a0";
}

.parcles-content .tab-content .tab-pane .parcles-item .head-counter.unread {
  font-weight: 600;
  color: #121212;
  padding: 2px;
  border-radius: 50%;
  background-color: #f3d127;
}

.parcles-content
  .tab-content
  .tab-pane
  .parcles-item
  .head-counter.unread::after {
  content: "\00a0\00a0";
}

.parcles-content .tab-content .tab-pane .parcles-empty-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}

.parcles-content .tab-content .tab-pane .parcles-empty-item .item-title {
  font-weight: 400;
  font-size: 24px;
  color: #7a7a7a;
  margin-bottom: 10px;
}

.parcles-content .tab-content .tab-pane .parcles-empty-item .item-button {
  background-color: #f3d127;
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px 20px;
}

.parcles-content .tab-content .tab-pane .parcles-empty-item .item-button:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
}

.parcles-content .tab-content .tab-pane .parcles-empty-item .item-button i {
  position: relative;
  top: 3px;
}

/* Parcles Content End */

/* Parcles Content List Start */

.parcles-content .parcles-list table > :not(:last-child) > :last-child > *,
.profile-content .parcles-list table > :not(:last-child) > :last-child > * {
  background-color: #fbfbfb;
  border: none;
  border-right: 1px solid #f4f4f4;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
  vertical-align: middle;
}

.parcles-content .parcles-list table tbody td {
  vertical-align: middle;
  border: 1px solid #f4f4f4;
}

table tbody td {
  vertical-align: middle;
}

.parcles-content .parcles-list table tbody {
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  padding: 16px;
}

table thead th p {
  margin: 0;
  width: 50%;
}

.parcles-content .parcles-list table tbody .table-actions {
  display: flex;
  justify-content: space-around;
}

.parcles-content .parcles-list table tbody .btn-view {
  background-color: #f3a421;
  border-radius: 50%;
  transition: 0.2s;
}

.parcles-content .parcles-list table tbody .btn-edit {
  background-color: #2182f3;
  border-radius: 50%;
  transition: 0.2s;
}

.parcles-content .parcles-list table tbody .btn-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: rgba(229, 9, 49, 0.1);
  border-radius: 100px;
  width: 34px;
  height: 34px;
}

.parcles-content .parcles-list table tbody .btn-view:hover,
.parcles-content .parcles-list table tbody .btn-edit:hover,
.parcles-content .parcles-list table tbody .btn-delete:hover {
  opacity: 0.8;
}

.parcles-content .parcles-list table tbody .btn-view i,
.parcles-content .parcles-list table tbody .btn-edit i,
.parcles-content .parcles-list table tbody .btn-delete i {
  position: relative;
  top: 2px;
  color: #ffffff;
}

/* Parcles Content List End */

/* Profile Address Start */
.profile-content .tab-content .tab-pane .address-empty-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  text-align: center;
  padding: 200px;
}

.profile-content .tab-content .tab-pane .address-empty-item .item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #7a7a7a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-content .tab-content .tab-pane .address-empty-item .item-button {
  background-color: #f3d127;
  font-weight: 600;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 20px;
}

.profile-content .tab-content .tab-pane .address-empty-item .item-button:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
}

.profile-content .tab-content .tab-pane .address-empty-item .item-button i {
  position: relative;
  top: 3px;
}

/* Profile Address End */

/* Profile MyPayments Start */
.profile-content .tab-content .tab-pane .my-balance-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.profile-content .tab-content .tab-pane .my-balance-group .balance-item {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
}

.tab-content {
  margin-left: 0px;
  margin-bottom: 30px;
}

.bonus {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.bonus .bonus-item {
  max-height: 180px;
  border-radius: 12px;
}

.bonus .bonus-card {
  display: flex;
  background: #f3d127;
  border-radius: 12px;
}

.bonus .bonus-card img {
  height: 100%;
  margin-left: 15px;
  /* max-height: 195px; */
}

.bonus-card-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-right: 17px;
  padding: 12px 20px 12px 0;
}

.cart-div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bonus .bonus-card .cart {
  /* margin-top: 14px; */
  margin-left: 9px;
  font-weight: 200;
  font-size: 18px;
  line-height: 25px;
  color: #121212;
  background: #f3d127;
}

/* .cart-div {
  padding-top: 15px;
} */

.bonus-card-right .bonus-title {
  font-weight: 600;
  font-size: 27.1732px;
  line-height: 33px;
  text-align: right;
  color: #121212;
  margin: 0;
}

.bonus-card-right span {
  /* margin-bottom: 30px; */
  display: block;
  font-weight: 400;
  font-size: 13.5866px;
  line-height: 16px;
  text-align: right;
  color: #121212;
}

.bonus-invite {
  background: #ffffff;
  padding: 16px;
}

.bonus-invite.link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bonus-invite h3 {
  font-weight: 600;
  font-size: 17.6px;
  line-height: 21px;
  margin-bottom: 16px;
}

.bonus-invite label {
  font-weight: 500;
  font-size: 14.08px;
  line-height: 17px;
  margin-bottom: 5px;
}

.bonus-item .form-number-input,
.bonus-item .form-link-input {
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 10px !important;
  padding-left: 60px;
  --webkit-appearance: none;
}

.profile-info-group input {
  border-radius: 10px !important;
}

.profile-info-group #parcelsModal .parcels-form .row.mt-4 {
  margin-top: 16px !important;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 991px) {
  .profile-info-group #parcelsModal .parcels-form .row.mt-4 {
    margin-top: 0 !important;
  }
}

.profile-info-group #parcelsModal .parcels-form input.en {
  padding-left: 60px !important;
}

.bonus-item .form-number-input.uz,
.profile-info-group #parcelsModal .parcels-form input.uz {
  padding-left: 80px !important;
}

.bonus-item .form-link-input {
  padding: 12px;
}

.bonus-item .bt.btt {
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
  font-size: 14px;
}

.bonus-invite button.send {
  background: #fff;
  border: 1px solid #f3d127;
  color: #000;
  border-radius: 10px;
  height: 44px;
  width: 100%;
  margin-top: 14px;
  transition: 0.5s all;
}

.bonus-invite button.send:hover {
  background: #f3d127;
}

.bonus-invite button.send.disabled {
  /* border: none;
	color: #9b9b9b;
	background: #d3d3d3; */
  cursor: not-allowed;
}

.bonus-btn {
  display: block;
  margin: 0 auto;
  margin-top: 200px;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  min-width: 358px;
  padding: 13px;
  border: none;
  border: 1px solid transparent;
  transition: 0.2s;
}

.bonus-btn:hover {
  opacity: 0.8;
  border: 1px solid black;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .corin-item
  .coin__icon {
  width: 75px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .corin-item
  .coin__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.profile-content .tab-content .tab-pane .my-score-group .referral-item {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  grid-column: 1;
  grid-row: 3 / 4;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-item
  .referral__head {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 20px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-item
  .referral__title {
  font-weight: 600;
  font-size: 26px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-item
  .referral_label {
  font-weight: 600;
  font-size: 18px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-item
  .referral-button {
  background: #f3d127;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  padding: 15px;
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 8px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-item
  .referral-button:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
}

.profile-content .tab-content .tab-pane .my-score-group .referral-link-item {
  background: #ffffff;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  grid-column: 2;
  grid-row: 2 / 4;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link__head {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 20px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link__title {
  font-weight: 600;
  font-size: 26px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link__label {
  font-weight: 600;
  font-size: 16px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link-copy {
  background-color: #f3d127;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  padding: 15px;
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 8px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link-copy:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link-detail {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  padding: 15px;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

.profile-content
  .tab-content
  .tab-pane
  .my-score-group
  .referral-link-item
  .referral-link-detail:hover {
  background-color: #f3d127;
  border-color: #f3d127;
  transition: 0.5s;
}

/* Profile TransactionHistory Start */
.profile-content .tab-content .tab-pane .history-empty-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}

.profile-content .tab-content .tab-pane .history-empty-item .item__icon {
  width: 50px;
}

.profile-content .tab-content .tab-pane .history-empty-item .item__text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-content .tab-content .tab-pane .history-empty-item .item__button {
  background-color: #f3d127;
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 20px;
}

.profile-content
  .tab-content
  .tab-pane
  .history-empty-item
  .item__button:hover {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
  transition: 0.5s;
}

.profile-content .tab-content .tab-pane .history-empty-item .item__button i {
  position: relative;
  top: 3px;
}

/* Profile MyAccount Start*/
.profile-content .tab-content .tab-pane .my-account-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.profile-content .tab-content .tab-pane .my-account-group .my-account-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .account__head {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .account__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .account_text {
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 0;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  label[for="payment-card"],
.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  label[for="payment-paypal"] {
  font-weight: 600;
  font-size: 16px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .input-group-text {
  background-color: #ffffff;
  position: relative;
  top: 1px;
  height: 54px;
  border: none;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .input-group-text
  img {
  height: 30px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .amount-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .amount-group
  .title {
  font-weight: 600;
  font-size: 16px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .amount-group
  .amount {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 0;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .account__footer
  .account_text {
  font-weight: 600;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .account__body
  .account-button {
  background-color: #f3d127;
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
}

.profile-content
  .tab-content
  .tab-pane
  .my-account-group
  .my-account-item
  .account__body
  .account-button:hover {
  color: #121212;
  border-color: #121212;
  background-color: #ffffff;
  transition: 0.5s;
}

/* Section ContactUs Start */
#contacsUs {
  background-color: #f3d127;
}

.contact-us {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  padding: 30px 0;
  margin-top: 0px;
}

.contact-us .contact-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0;
}

.contact-us .contact-button {
  background: #121212;
  border-radius: 8px;
  color: #ffffff;
}

.contact-us .contact-button i {
  position: relative;
  top: 2px;
}

/* Profile NavPills Start */
/* .profile .nav-pills {
  margin-left: 20px;
  margin-bottom: 25px;
} */

.profile .nav-pills .nav-item {
  padding: 5px;
  background-color: #ffffff;
}

.profile .nav-pills .nav-item:first-child {
  border-radius: 10px 0px 0px 10px;
}

.profile .nav-pills .nav-item:last-child {
  border-radius: 0px 10px 10px 0px;
}

.profile .nav-pills .nav-link {
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-radius: 10px;
  padding: 0 10px 0 15px;
}

.bonus-content .nav-pills .nav-item:last-child {
  /* border-left: 1px solid #f4f4f4; */
}

.bonus-content .nav-pills .nav-link {
  padding-left: 20px;
  padding-right: 20px;
  /* border-left: 1px solid #000; */
}

.profile .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f3d127;
  display: flex;
  align-items: center;
}

.nav-pills .show > .nav-link {
  border-radius: 0;
}

.profile .item-button {
  height: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #fff;
  border: 1px solid #f3d127;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s;
  padding-left: 17px;
  padding-right: 25px;
}

.profile .item-button:hover {
  background-color: #f3d127;
}

/* Desktop & Mobile */
.deskContent {
  display: block;
}

.phoneContent {
  display: none;
}

/* Log-in & Register Page Start */
#loginContent,
#registerContent {
  min-height: calc(100vh);
  background-color: #f3d127;
  padding: 0;
}

.login-content,
.register-content {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  background-image:
    url(/images/line_slider_white.png), url(/images/line_slider_white.png);
  background-position: 100px, 112px;
  background-size: 6px 100%;
  background-repeat: no-repeat;
}

.login-content::before,
.register-content::before {
  content: "ye";
  position: absolute;
  top: 20px;
  left: 50px;
  font-weight: 600;
  font-size: 38px;
}

.login-content::after,
.register-content::after {
  content: "ow";
  position: absolute;
  top: 20px;
  left: 123px;
  font-weight: 600;
  font-size: 38px;
}

.login-content .content-left,
.register-content .content-left {
  position: relative;
  background-image: url(../images/loginimg/opa2.png);
  background-position: 50% 55px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100vh;
  z-index: 1;
}

.login-content .content-right {
  align-self: start;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 60px;
  /* width: 90%; */
  max-width: 620px;
  /* right: 50px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* margin-top: 99px;
	margin-bottom: 30px; */
  color: #000000;
}

.register-content .content-right {
  align-self: start;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 35px 60px;
  /* width: 90%; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 620px;
  /* margin-top: 80px; */
  /* margin-bottom: 30px; */
  color: #000;
}

.login-content .boxes,
.register-content .boxes {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

/* .login-content .boxes::-webkit-scrollbar,
.register-content .boxes::-webkit-scrollbar{
	width: 5px;
} */
.content-right .input-group .btn {
  height: 100%;
}

.login-content .content-right .content-header .header-title,
.register-content .content-right .content-header .header-title {
  font-weight: 600;
  font-size: 28px;
  /* margin-bottom: 30px; */
}

.login-content .content-right .content-header .header-text,
.register-content .content-right .content-header .header-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.content-right-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
}

.content-body label {
  margin-bottom: 6px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

label.content-right-body-checkbox-label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #a8a8a8;
  text-decoration: none;
  transition: 0.3s;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  scroll-behavior: smooth;
}

#loginCheckbox:hover + label.content-right-body-checkbox-label,
label.content-right-body-checkbox-label:hover,
.login-forget-password:hover {
  color: #f3d127;
}

.content-right-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.content-right .input-group .btn {
  border-radius: 10px 0 0 10px !important;
  border-color: #a8a8a8;
  height: 50px;
  border-right-color: transparent;
}

input.register-number-input {
  height: 45px;
  border-radius: 10px !important;
  padding-left: 70px !important;
  border-color: #a8a8a8;
}

input.register-number-input.uz {
  padding-left: 90px !important;
}

#parcelsModal .parcels-form input.en,
.join-us-form input.register-number-input {
  padding-left: 65px !important;
}

.parcels-form input.uz {
  padding-left: 85px !important;
}

.contacts-form input.en,
.join-us-form input.register-number-input {
  padding-left: 60px !important;
}

.contacts-form input.uz,
.join-us-form input.uz {
  padding-left: 80px !important;
}

/* input.en{
	border-color: transparent;
} */
.login-content input[type="text"],
.login-content input[type="email"],
.login-content input[type="search"],
.login-content input[type="number"],
.login-content input[type="password"],
.login-content .number-input,
.login-content .content-right-body-input,
.register-content input[type="text"],
.register-content input[type="email"],
.register-content input[type="search"],
.register-content input[type="number"],
.register-content .number-input,
.register-content .content-right-body-input {
  border-color: #e6e4e4;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  border-radius: 10px;
  margin-bottom: 0;
}

.input-margin-b {
  margin-bottom: 20px;
}

.input-group .bt.btt {
  width: auto;
}

.input-group .bt.btt span {
  line-height: 22px !important;
}

.content-right
  .input-group
  .btn:focus
  + .login-content
  .content-right
  .content-body
  input,
.content-right .input-group .btn:hover {
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f3d127;
}

.password-btn-eye,
.password-btn-eye-off {
  position: absolute;
  right: 27px;
  height: 24px;
  top: 12px;
  font-size: 24px;
  color: #a8a8a8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
}

.content-right .required {
  color: red;
}

.color-red {
  color: red;
}

.form-row .input-group .dropdown-item span {
  margin-right: 10px;
}

.dropdown-item.active {
  background-color: transparent;
  padding: 8px 6px;
  display: none;
}

.dropdown-item:active {
  background-color: unset;
  color: #000;
}

.dropdown-item {
  /* background-color: #f3d127; */
  padding: 6px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  line-height: 16.94px;
}

.dropdown-item.active {
  color: #000;
  border-color: #f3d127;
  display: none;
}

.content-right-body-input:active,
.content-right-body-input:focus {
  border-color: #f3d127 !important;
}

.input-group .dropdown-item img {
  width: 100%;
  max-width: 24px;
  margin-right: 8px;
}

.login-content .content-right .content-body input,
.register-content
  .content-right
  .content-body
  input
  .content-right
  .content-body
  a.btn {
  border-color: #a8a8a8;
  padding: 10px 20px;
  height: 45px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.login-content .content-right .content-body input.checkbox,
.register-content .content-right .content-body input.checkbox {
  height: inherit;
}

.register-content .content-right .content-body span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.btt {
  position: absolute;
  /* top: 0px; */
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 44px;
  z-index: 5;
  border: none;
  background: #fff;
}

/* .btt span img */

.btt:hover + input.register-number-input,
.register-number-input:hover + button.btt {
  border-color: #f3d127 !important;
}

.login-content .content-right .content-body input:focus,
.register-content .content-right .content-body input:focus {
  border-color: #f3d127;
}

.login-content .content-right .content-body input::placeholder,
.register-content .content-right .content-body input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #a8a8a8;
}

.login-content .content-right .content-body input[type="password"]::placeholder,
.register-content
  .content-right
  .content-body
  input[type="password"]::placeholder {
  position: relative;
  top: 3px;
}

.content-right-body-input {
  height: 50px;
  margin-bottom: 16px;
}

.login-forget-password {
  margin-left: auto;
}

.content-right .content-body .login-btn,
.login-forget-password,
.register-content .content-right .content-body .register-btn {
  background-color: #f3d127;
  min-width: 118px;
  max-width: auto;
  min-height: 45px;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  transition: 0.3s all;
  padding: 10px 20px;
  margin-bottom: 0px;
  color: #000000;
}

.google-btn,
.facebook-btn {
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px;
  width: 49px;
  height: 45px;
  margin-left: 20px;
}

.google-btn img,
.facebook-btn img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  margin-top: 0;
}

.login-forget-password:hover,
.content-right .content-body .login-btn:hover,
.register-content .content-right .content-body .register-btn:hover {
  background-color: #ffffff;
  border-color: #bcbcbc;
  color: #f3d127;
}

/*
.register-content .content-right {
	margin-top: 55px;
} */

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

@media only screen and (max-height: 837px) {
  .register-content .content-right {
    margin-top: 40px;
  }

  .content-right-body-input {
    /* margin-bottom: 15px; */
  }

  /* .password-btn-eye,
	.password-btn-eye-off {
		bottom: 16px;
	} */
  .content-body div.btns {
    margin-top: 30px !important;
  }
}

@media only screen and (max-height: 770px) {
  .register-content .content-right {
    padding: 40px 45px;
  }

  .content-right-title {
    font-size: 28px;
    line-height: 29px;
  }

  .content-right-title {
    margin-bottom: 10px;
  }

  .content-body div.btns {
    margin-top: 20px !important;
  }
}

/* Parcels Modal Start */
#parcelsModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

#parcelsModal .parcels-body {
  display: flex;
  justify-content: space-around;
  gap: 12px;
  margin-bottom: 10px;
}

#parcelsModal .parcels-body .body-item {
  border: 1px solid #121212;
  box-sizing: border-box;
  border-radius: 10px;
  /*padding: 10px;*/
  flex: 1 1 0;
}

.parcels-body .body-item :nth-child(n) {
  margin: 16px;
  /*padding: 10px;*/
}

.parcels-body .body-item :nth-child(2n) {
  margin-left: 0;
  /*padding: 10px;*/
}

@media (max-width: 992px) {
  .modal-flex-colum {
    display: flex;
    flex-direction: column;
  }

  .parcels-body .body-item :nth-child(2n) {
    margin-top: 0;
  }
}

#parcelsModal .parcels-body .body-item .parcels-request-btn {
  background: #f3d127;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  padding: 14px;
}

#parcelsModal .parcels-body .body-item .parcels-request-btn i {
  position: relative;
  top: 2px;
}

#parcelsModal .parcels-body .body-item p {
  font-weight: 600;
  font-size: 12px;
  flex: 1 1 0;
}

.parcels-body .body-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parcels-form h1,
.modal-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.tracking input,
.products input {
}

.parcels-form input,
.parcels-form select {
  background-color: #fff;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none !important;
  /* border-color: transparent; */
  border-radius: 10px;
}

.parcels-form option:disabled {
  color: red;
}

.parcels-form label {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 0;
}

#parcelsModal .parcels-form .reciever-add-btn,
#parcelsModal .parcels-form .reciever-cancel-btn {
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  transition: 0.5s all;
  position: relative;
  overflow: hidden;
}

#parcelsModal .parcels-form .reciever-add-btn:hover,
#parcelsModal .parcels-form .reciever-cancel-btn:hover {
  background: #f3d127;
}

#parcelsModal .parcels-form .reciever-cancel-btn {
  margin-right: 15px;
}

@media (max-width: 578px) {
  .reciever-add-btn,
  .reciever-cancel-btn {
    width: 100%;
  }
}

/* Parcels Add Modal Start */
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.parcels-steps-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.parcels-modal-steps .step::before,
.parcels-modal-steps .step::after {
  content: "";
  width: 200px;
  border-bottom: 2px solid #d0d0d0;
  position: absolute;
  top: 50%;
  left: 100%;
  opacity: 0.7;
}

.parcels-modal-steps .step:last-child::before,
.parcels-modal-steps .step:last-child::after {
  display: none;
}

.parcels-steps-group .parcels-modal-steps .step {
  position: relative;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #d0d0d0;
  color: #ffffff;
  margin-right: 200px;
  padding: 2px;
}

.parcels-steps-group .parcels-modal-steps .step:last-child {
  margin-right: 0;
}

/*/ my changes******************/

.btndisabled {
  border-color: #d0d0d0 !important;
  color: #000 !important;
  pointer-events: none;
}

.btn:focus {
  /* box-shadow: 0 0 0 0.25rem rgb(232 195 5 / 25%); */
  box-shadow: none !important;
}

.parcels-modal-steps {
  display: flex;
  flex-direction: row;
}

.step span {
  border: 3px solid #ffffff !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.modal-backdrop {
  backdrop-filter: blur(8px) !important;
  background: #00000059;
  opacity: initial !important;
}

@media (min-width: 576px) {
  .modal-body {
    padding: 10px;
  }

  .modal-header {
    padding: 0 10px;
  }

  .body-item :last-child {
    margin-left: 16px;
  }
}

.modal-xl {
  max-width: 1156px !important;
}

#productComment {
  height: 80px;
}

/*/ my changes end ******************/

.modal-content {
  border-radius: 10px;
}

.parcels-modal-steps .step.finish,
.parcels-modal-steps .step.active {
  background-color: #f3d127 !important;
}

.parcels-modal-steps .step.active::after {
  border-color: #f3d127;
}

.parcels-modal-steps .step.finish::after,
.parcels-modal-steps .step.finish::before {
  border-bottom: 2px solid #f3d127 !important;
}

.modal-body .parcels-steps-group .parcles-modal-arrows {
  margin-left: 20px;
  white-space: nowrap;
}

.modal-body .parcels-steps-group .parcles-modal-arrows .btn-prev,
.modal-body .parcels-steps-group .parcles-modal-arrows .btn-next {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  font-size: 14px;
  padding: 3px 8px;
}

.modal-body .parcels-steps-group .parcles-modal-arrows .btn-prev:hover,
.modal-body .parcels-steps-group .parcles-modal-arrows .btn-next:hover {
  color: #f3d127;
  border-color: #f3d127;
  transition: all 0.3s;
}

.modal-body .parcels-steps-group .parcles-modal-arrows .btn-prev i,
.modal-body .parcels-steps-group .parcles-modal-arrows .btn-next i {
  position: relative;
  top: 1.5px;
  font-weight: 600;
}

.modal-body .parcels-form .new-address-btn {
  color: #000;
  border-radius: 10px;
  height: 46px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #f3d127;
  width: auto;
  transition: all 0.5s;
}

.modal-body .parcels-form .new-address-btn:hover {
  background: #f3d127;
}

.modal-body .parcels-form .new-address-btn i {
  position: relative;
  top: 2px;
}

.modal-body .parcels-form .next-btn:focus,
.modal-body .parcels-form .prev-btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.modal-body .prev-btn,
.modal-body .next-btn {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #f3d127 !important;
  height: 46px;
  min-width: 200px;
  color: #000;
  transition: 0.5s all;
  margin-right: 10px;
  border-radius: 10px;
}

.modal-body .prev-btn:hover,
.modal-body .next-btn:hover {
  background-color: #f3d127;
}

.modal-body .next-btn {
  margin-right: 0;
}

.modal-body .parcels-form {
  margin-top: 20px;
}

.modal-body .parcels-form .decloration-form .tracking,
.modal-body .parcels-form .decloration-form .products {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 24px 10px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.modal-body .parcels-form .decloration-form .products .new-address-btn {
  /* border-color: transparent; */
}

.modal-body .parcels-form .decloration-form .products .products-info {
  flex-wrap: wrap;
  /* margin-bottom: 20px; */
}

.modal-body .parcels-form .decloration-form .products .products-info .total {
  font-size: 12px;
  margin: 10px 0 0 10px;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .total
  span {
  font-size: 14px;
  font-weight: 500;
}

.modal-body .parcels-form .decloration-form .products .products-info,
.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .product-name {
  display: flex;
  align-items: flex-start;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .product-name {
  min-width: 20%;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .product-name,
.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-price {
  margin-right: 10px;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-price {
  width: 25%;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-price
  input,
.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-count
  input {
  padding-right: 50px;
  overflow: hidden;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-price,
.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-count {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-count {
  width: 25%;
}

.modal-body
  .parcels-form
  .decloration-form
  .products
  .products-info
  .track-price.record-field
  input {
  border-radius: 10px;
  margin-top: 14px;
  font-size: 14px;
}

.input-btn {
  background: #fff;
  height: 95%;
  width: 40px;
  font-size: 14px;
  position: absolute;
  transform: translateY(50%);
  right: 1px;
  top: -44%;
  border-left: 1px solid #e6e4e4;
  line-height: 1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body .parcels-form .parcels-list-title {
  font-weight: 600;
  font-size: 18px;
}

.modal-body .parcels-form .parcels-list-text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 1rem;
}

.modal-body .parcels-form .tab {
  display: none;
}

.modal-body .parcels-form .tab .decloration-form form,
.modal-body .parcels-form .tab .parcels-form form {
  max-height: 60vh;
  overflow-y: auto;
}

.modal-body .parcels-form .tab .form-label {
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

.modal-body .parcels-form .tab .R .input-group-text {
  background-color: #ffffff;
  border: none;
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 15px;
}

.modal-body .parcels-form .tab input.invalid {
  border-color: #ff8585;
}

.modal-body .parcels-form .parcels-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal-body .parcels-form .item-title {
  margin-bottom: 12px;
  font-weight: 500;
}

.modal-body .parcels-form .parcels-list-declaration .item-declaration {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 10px;
}

.modal-body
  .parcels-form
  .parcels-list-declaration
  .item-declaration
  .item-deckaration__name {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}

.modal-body
  .parcels-form
  .parcels-list-declaration
  .item-declaration
  .item-deckaration__value {
  /* font-weight: 500; */
  font-size: 14px;
}

.modal-body .parcels-list-details {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.modal-body .parcels-list-details ul {
  padding-left: 0px;
  margin: 0;
}

.modal-body .parcels-list-details ul li {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  padding: 10px 0px;
  list-style-type: none;
  font-size: 14px;
}

.parcels-list-details ul li:not(:first-child) {
  border-top: 1px solid #f4f4f4;
}

.parcels-list-details ul li.item-detail .item-left {
  font-weight: 600;
}

.parcels-list-details ul li.item-detail .item-right {
  /*position: absolute;*/
  /*right: 30px;*/
  margin-left: 20px;
}

.parcels-list-details .blockquote {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

/* Parcels List Modal Start*/
#parcelsListViewModal .modal-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding: 0;
}

#parcelsListViewModal .modal-header .modal-title {
  font-weight: 600;
  font-size: 22px;

  margin-bottom: 0;
}

#parcelsListViewModal .modal-body .parcels-title {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 16px;
}

#parcelsListViewModal .modal-body .parcels-list-declaration .item-declaration {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-radius: 10px;
}

#parcelsListViewModal
  .modal-body
  .parcels-list-declaration
  .item-declaration
  .item-deckaration__name {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
}

#parcelsListViewModal
  .modal-body
  .parcels-list-declaration
  .item-declaration
  .item-deckaration__value {
  /* font-weight: 600; */
  font-size: 19px;
}

#parcelsListViewModal .modal-body .parcels-list-details ul {
  padding-left: 10px;
}

#parcelsListViewModal .modal-body {
  padding: 0;
}

/* Parcels List Edit Modal Start */
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}

.modal-header .modal-title {
  font-weight: 600;
  font-size: 22px;
}

.parcels-body .body-item:first-child {
  display: flex;
}

.parcels-list-form h1,
.modal-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}

.modal-body .parcels-list-form input,
.parcels-list-form input,
.parcels-list-form textarea {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 16px !important;
}

.parcels-list-form label {
  font-size: 14px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 8px;
}

.parcels-list-form .parcels-list-update-btn {
  /* background: #f3d127;
	border-radius: 8px;
	padding: 10px;
	text-align: center;

	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s; */
  margin-left: auto;
  display: block;
  width: 150px;
  height: 45px;
  border: 1px solid #f3d127;
  transition: 0.5s all;
  border-radius: 10px;
  font-size: 14px;
}

.parcels-list-form .parcels-list-update-btn:hover {
  background: #f3d127;
}

.parcels-list-form .prev-btn {
  width: 150px;
  padding: 10px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  /* border: 1px solid dimgray; */
  border-radius: 8px;
  transition: all 0.3s;
}

.modal-650 {
  max-width: 623px;
}

.parcels-list-form .parcels-list-update-btn:hover {
  /* color: #f3d127;
		background-color: #ffffff;
		border: 1px solid #f3d127; */
}

/* Logout Modal Start */
#logoutModal .modal-header {
  justify-content: center;
  border-bottom: none;
  padding-bottom: 0;
}

#logoutModal .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
}

#logoutModal .modal-body .logout-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7a7a;
}

#logoutModal .modal-body .logout-btn {
  background: #f3d127;
  border-radius: 8px;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 600;
}

.modal-body .cancel-btn {
  border: 1px solid #f3d127;
  background: #fff;
  color: #000;
  border-radius: 10px;
  width: 150px;
  height: 44px;
  font-size: 14px;
  margin-top: 14px;
  transition: 0.3s all;
}

.modal-body .cancel-btn:hover {
  background: #f3d127;
}

/* Photo Modal Start */

.modal-dialog.photo {
  max-width: 720px;
  border-radius: 15px;
}

.photo .modal-content {
  max-width: 730px;
  border-radius: 15px;
  padding: 20px;
}

.modal-body.photo {
  padding: 0 !important;
}

.modal-body.photo ul {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  /* padding: 35px 15px; */
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  list-style: none;
}

.modal-body.photo ul li {
  background: #ffffff;
}

.modal-body.photo ul li img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

/* Photo Modal Start */
.offers {
  max-width: 1000px;
  margin: 40px auto;
}

.offers .modal-content {
  margin: 20px;
}

.offers .modal-title {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
}

.offers {
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.offers .modal-list {
  max-width: 720px;
  width: 100%;
  font-size: 48px;
  display: grid;
  grid-template-columns: auto auto;
  margin: 0 auto;
  padding: 0;
}

.offers .modal-list .modal-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3d127;
  padding: 10px 10px 10px 0;
}

.offers .modal-list .modal-item label {
  display: flex;
  align-items: center;
}

.offers .modal-list .modal-item:nth-child(even) {
  border-left: 1px solid #f3d127;
  padding-left: 10px;
}

.offers .modal-list .modal-item:nth-child(1),
.offers .modal-list .modal-item:nth-child(2) {
  border-top: 1px solid #f3d127;
}

.modal-item-title {
  margin: 0;
  /* margin-bottom: 10px; */
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #828282;
  transition: 0.3s;
}

.modal-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #828282;
  transition: 0.3s;
}

.offers .modal-list .modal-item input {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 25px;
  transition: 0.3s;
}

.offers .modal-list .modal-item input:checked + label i {
  color: #f3d127;
}

.offers .modal-list .modal-item input:checked + label div h4,
.offers .modal-list .modal-item input:checked + label div p {
  color: #000;
}

.offers .modal-list .modal-item i {
  color: #828282;
  margin-right: 15px;
  font-size: 30px;
  transition: color 0.3s ease;
}

.modal-item-selects {
  display: flex;
  align-items: center;
}

.modal-item-select {
  height: 28px;
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* background: #ffffff; */
  border-radius: 6px;
  padding: 3px 26px 3px 10px;
}

.modal-item-select:focus {
  box-shadow: none;
}

.offers .modal-bottom {
  max-width: 720px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 30px;
}

.offers .modal-bottom p {
  width: 180px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.offers .modal-bottom p:last-child {
  margin-bottom: 0;
}

.offers .modal-bottom p span {
  font-weight: 600;
}

.offers .modal-bottom .cancel-btn,
.offers-item .modal-bottom .cancel-btn {
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
  width: 100px;
  line-height: 24px;
  border-radius: 10px;
  height: 40px;
  border: 1px solid #f3d127;
}

.offers .modal-bottom .add-btn,
.offers-item .modal-bottom .add-btn {
  font-weight: 400;
  font-size: 14px;
  transition: 0.3s all;
  width: 100px;
  line-height: 24px;
  border-radius: 10px;
  background: #fff;
  height: 40px;
  border: 1px solid #f3d127;
}

/* Modall offers item */

#parcelsOffersItem {
  z-index: 2000;
}

#parcelsOffersItem.show + #parcelsOffers {
  z-index: 1050;
}

.offers-item .btn-close {
  margin-bottom: 50px;
}

.modal-backdrop + .modal-backdrop {
  z-index: 1051;
}

.offers-item i {
  color: #f3d127;
  font-size: 80px;
  margin-right: 24px;
}

.offers-item h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #121212;
}

.offers-item p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
}

.offers-item select {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}

.offers-item .modal-body {
  padding: 30px 30px 25px;
}

.offers-item textarea {
  text-align: start;
  overflow-y: auto;
  overflow-x: none;
  min-height: 100px;
  border: 1px solid #828282 !important;
  border-radius: 8px;
}

.offers-item .modal-bottom {
  display: flex;
  align-items: center;
  padding: 0px 30px 30px;
  justify-content: flex-end;
}

/* *** ** Calculator Modall ** *** */
/* .modal-dialog.calculator {
  max-width: 770px;
  margin: auto;
}

.modal .calculator .modal-content {
  position: relative;
  width: 770px;
  width: 100%;
  border-radius: 15px;
  background: #ffffff;
}

.modal-body h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.calculator .calculator-row .calculator-item {
  padding: 10px 0;
  padding-right: 0;
  font-size: 18px;
}

.modal-content {
  padding: 15px;
  margin: 10px;
} */

/* *** ** Main Modall ** *** */

#mainModal .modal-header {
  padding: 0;
}

#mainModal .modal-body {
  padding: 15px 0 0 0;
}

#mainModal .modal-body .parcels-form {
  margin-top: 0;
}

#mainModal .modal-body .parcels-form .form-label {
  font-weight: normal;
  margin: 5px 0;
}

/* *** ** Bonus Help Modall ** *** */
.modal-dialog.bonus-help {
  max-width: 1200px;
  /* width: 770px ; */
}

.bonus-help .modal-header {
  position: relative;
}

.bonus-help .modal-content {
  margin: 20px;
}

.bonus-help h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
}

.bonus-help .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.bonus-help .video {
  margin-bottom: 20px;
}

.bonus-help p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

/* Calullator & All Inputs */
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  border-radius: 8px;
  padding: 10px 10px;
}

input[type="text"],
input[type="email"],
input[type="search"],
.number-input,
textarea,
select {
  font-weight: 400;
  font-size: 17px;
  line-height: 145%;
  color: #000000;
  border: 1px solid #e6e4e4;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  width: 100%;
  height: 50px;
  transition: 0.35s ease-in-out;
}

label.top-lable {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.mb-36px {
  margin-bottom: 36px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="checkbox"]:focus,
input[type="search"]:focus,
.number-input,
textarea:focus,
select:focus {
  border-color: #f3d127;
  box-shadow: none;
}

option {
  font-weight: 600;
}

option:checked {
  color: #f3d127;
}

.profile .nav-pills {
  border-radius: 10px;
}

/* .calculator-total-amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding-top: 23px;
  margin-top: 15px;
}

.calculator-line {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 57px;
  padding: 0 22px;
  bottom: 0;
  list-style: none;
}

.calculator-line li {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 9px;
  background: rgba(0, 0, 0, 0.675);
  color: rgba(0, 0, 0, 0.792);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.calculator-line li span {
  position: absolute;
  min-width: 38px;
  bottom: -17px;
  right: -14px;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #b7b7b7;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.calc-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.calculator .btn-close {
  position: absolute;
  right: 30px;
  top: 30px;
}

.calc-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
} */

/* .calculator-total-amount {

/* ------------------------------  Media Queries ------------------------------ */

@media only screen and (max-width: 1400px) {
  /* .tab-inner .nav-pills {
		grid-template-columns: repeat(5, 18%) !important;
	} */
}

@media only screen and (max-width: 1201px) {
  .profile-content .content-top .content-top-item .top-item__body {
    flex-direction: column;
  }

  /* .tab-inner .nav-pills {
		grid-template-columns: repeat(5, 18%) !important;
	} */
  /* NAVBAR SECTION media */
  .navbar-brand {
    margin: 0;
  }

  .navbar-light .navbar-nav .nav-item {
    margin: 0;
    padding: 0;
  }

  .profile_avatar {
    width: 50px;
    height: 50px;
  }

  .navbar-toggler {
    border: none;
  }

  .profile-row {
    margin: 0;
  }

  .profile {
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .login-content,
  .register-content {
    position: relative;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-content .content-left,
  .register-content .content-left {
    display: none;
  }

  .login-content .content-right,
  .register-content .content-right {
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
    padding: 30px 40px;
  }

  .login-content::before,
  .register-content::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50px;
    font-weight: 600;
    font-size: 38px;
  }

  .login-content::after,
  .register-content::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 121px;
    font-weight: 600;
    font-size: 38px;
  }

  .content-right-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
  }

  .content-right-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
  }

  .label.content-right-body-checkbox-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .content-right .input-group .btn {
    border-radius: 10px 0 0 10px !important;
    border-color: #a8a8a8;
    border-right-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .profile-content .content-middle {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-top: 50px;
  }

  .body-group-top-desc-2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 770px) {
  .sidebar {
    border-right: none;
  }

  /* PROFILE MEDIA */
  .profile-right {
    padding: 0;
  }

  .new-parcels-button {
    display: none;
  }
}

input.login-btn {
  font-weight: 600 !important;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 997.98px) {
  /* Section Navbar Start */
  .parcles-modal-arrows {
    display: none;
  }

  .navbar-light .navbar-nav {
    align-items: start;
  }

  .navbar-light .navbar-right {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .navbar-light .navbar-nav .nav-link.active::before {
    left: -11px;
  }

  /* Section Breadcrum Start */
  .breadcrumbs {
    padding: 15px 10px;
  }

  .breadcrumbs .breadcrumb-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding: 0;
  }

  .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 14px;
  }

  /* Section Profile Start */
  .profile .nav-pills {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    overflow-x: auto;
  }

  .profile-content .content-top .content-top-item .top-item__head .head-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-right: 10px;
  }

  div.profile-content {
    margin: 0 !important;
  }

  .profile-content
    .content-middle
    .content-middle-item
    .middle-item__head
    .head-title {
    font-size: 16px;
    text-align: center;
  }

  /* .profile-content
    .content-middle
    .content-middle-item:last-child
    .middle-item__head {
    border: none;
    padding: 20px 0 0 !important;
  }

  .body-group-top-btn,
  .body-group-main-item-desc,
  .body-group-main-item-desc1 {
    font-size: 14px;
  }

  .accordion-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
  }

  .new-parcels-button  {
    display: none;
  } */
  .profile .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .profile .nav-pills .nav-link {
    font-size: 12px;
  }

  .profile .profile-content {
    margin-top: 0px;
    padding: 0;
  }

  /* Profile MainPage - ContentTop Start */
  .profile-content .content-top {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(max-content, 0px));
    overflow-x: auto;
  }

  .profile-content .content-top::-webkit-scrollbar {
    display: none;
  }

  .profile-content .content-top .content-top-item .top-item__head {
    align-items: center;
    border: none;
    padding: 15px;
  }

  .profile-content .content-top .content-top-item .top-item__body {
    display: none;
  }

  /* Profile MainPage - ContentMiddle Start */
  .profile-content .content-middle {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-top: 25px;
  }

  .profile-content .content-middle .content-middle-item:last-child {
    grid-row: 1;
  }

  .profile-content
    .content-middle
    .content-middle-item:last-child
    .middle-item__head {
    padding: 10px 20px;
    justify-content: center;
  }

  .profile-content .content-middle .content-middle-item:first-child {
    grid-row: 2;
  }

  .profile-content .content-middle .content-middle-item:last-child .body-text {
    padding: 15px;
    text-align: center;
  }

  .profile-content .content-middle .content-middle-item .body-group__list {
    padding: 0;
  }

  .profile-content
    .content-middle
    .content-middle-item
    .body-group__list
    .list-item
    .list-item-left,
  .profile-content
    .content-middle
    .content-middle-item
    .body-group__list
    .list-item
    .list-item-right {
    font-size: 14px;
  }

  .profile-content .content-middle .content-middle-item .head-button-edit {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
  }

  /* Profile MainPage - ContentBottom Start */
  .profile-content .content-bottom {
    margin-top: 25px;
  }

  /* Profile Edit - TabInfo Start */
  .profile-content .tab-content .profile-info-group {
    background-color: #ffffff;
    margin: 15px 0px;
    padding: 15px;
    border-radius: 8px;
  }

  .profile-content .tab-content .profile-info-group .profile-info-item {
    padding: 10px 0px;
  }

  .profile-content .tab-content .profile-info-group .profile-info-btn {
    font-size: 14px;
    width: 100%;
  }

  /* Profile Edit - TabPassword Start */
  .profile-content .tab-content .profile-password-group {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .profile-content .tab-content .profile-password-group .password-item {
    padding: 10px;
    margin: 0;
  }

  .profile-content
    .tab-content
    .profile-password-group
    .password-item:last-child {
    grid-row: 1;
    margin-top: 15px;
  }

  .profile-content
    .tab-content
    .profile-password-group
    .password-item:last-child
    .password-item__head {
    padding: 10px;
  }

  .profile-content
    .tab-content
    .profile-password-group
    .password-item:first-child {
    grid-row: 2;
    padding-bottom: 15px;
  }

  .profile-content
    .tab-content
    .profile-password-group
    .password-item:first-child
    .profile-password-btn {
    width: 100%;
  }

  .profile-content
    .tab-content
    .profile-password-group
    .password-item:first-child
    h1 {
    font-size: 20px;
  }

  /* Profile Parcles Content Start */
  #profile .profile {
    padding: 0 14px;
  }

  .profile .parcles-content {
    margin-top: 0px;
  }

  .parcles-content .tab-content .tab-pane .parcles-group {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    margin-top: 15px;
  }

  /* Profile Address Start */
  .profile-content .profile .nav-pills {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .profile-content .profile .nav-pills .nav-item {
    flex: none;
  }

  .profile-content .tab-content .tab-pane .address-empty-item {
    padding: 0;
  }

  #profile .profile-row {
    width: 100%;
  }

  /* Profile MyBalance Start */
  .profile-content-row {
    margin: 0px;
  }

  .profile-content .profile-content-row .nav-pills {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .profile-content .profile-content-row .nav-pills::-webkit-scrollbar {
    display: none;
  }

  .profile-content .profile-content-row .nav-pills .nav-item {
    flex: none;
  }

  .profile-content .tab-content .tab-pane .my-balance-group {
    grid-template-columns: 1fr;
  }

  .profile-content .tab-content .tab-pane .my-balance-group .my-account {
    margin-bottom: 0;
  }

  .profile-content .tab-content .tab-pane .my-balance-group .balance-item {
    margin: 15px 0px;
    padding: 10px;
  }

  .profile-content .tab-content .tab-pane .my-balance-group .refill-item {
    grid-row: 2;
    margin: 0;
    padding: 10px;
  }

  .profile-content .tab-content .tab-pane .my-balance-group .payments-item {
    margin: 15px 0px;
    padding: 10px;
  }

  .profile-content
    .tab-content
    .tab-pane
    .my-balance-group
    .payments-item
    .payments__body {
    padding: 10px;
  }

  /* Profile Balance - MyScoreTab Start */
  .profile-content .tab-content .tab-pane .my-score-group {
    grid-template-columns: 100%;
  }

  .profile-content .tab-content .tab-pane .my-score-group .balance-item {
    grid-column: 1;
    grid-row: 1;
  }

  .profile-content .tab-content .tab-pane .my-score-group .corin-item {
    grid-column: 1;
    grid-row: 2;
  }

  .profile-content .tab-content .tab-pane .my-score-group .referral-item {
    grid-column: 1;
    grid-row: 3;
  }

  .profile-content .tab-content .tab-pane .my-score-group .referral-link-item {
    grid-column: 1;
    grid-row: 4;
  }

  /* Profile MyAccount Start*/
  .profile-content .tab-content .tab-pane .my-account-group {
    grid-template-columns: 1fr;
  }

  /* .profile .parcles-content .parcles-row {
    padding: 0 14px;
  } */
  /* .tab-inner .nav-pills {
		grid-template-columns: repeat(4, 1fr) !important;
	} */
  /* Sections Sidebar & Breadcrumb & ContactUs*/
  /* #breadcrumbs,
	#contacsUs,
	.sidebar {
		display: none;
	} */
  /* Section FooterNav Start */
  body {
    display: flex;
    flex-direction: column;
  }

  #profile {
    flex-grow: 1;
    padding: 0;
    max-width: 100vw;
    overflow: hidden;
  }

  .tab-inner .nav-pills {
    gap: 14px;
  }

  #footer-nav {
    margin-bottom: auto;
    position: sticky;
    background-color: #fff;
    bottom: 0;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgb(0 0 0 / 8%) 0px -10px 20px 0px;
  }

  .footer-nav {
    padding: 15px 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ffffff;
    margin-top: 25px;
  }

  .footer-nav .footer-nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
  }

  .footer-nav .footer-nav-list li {
    display: inline-block;
  }

  .footer-nav .footer-nav-list .footer-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
  }

  .footer-nav .footer-nav-list li:nth-child(3) .footer-nav-item {
    background-color: #f3d127;
    color: #000000;
    padding: 10px 15px;
    border-radius: 50%;
  }

  .footer-nav .footer-nav-list .footer-nav-item.active {
    color: #f3d127;
  }

  .footer-nav .footer-nav-list .footer-nav-item i {
    font-size: 24px;
    font-weight: 400;
  }

  /* Desktop & Mobile */
  .deskContent {
    display: none;
  }

  .phoneContent {
    display: initial;
  }

  /* Login & Register */
  #loginContent,
  #registerContent {
    padding: 10px;
  }

  .login-content,
  .register-content {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .login-content .content-left,
  .register-content .content-left {
    display: none;
  }

  .login-content,
  .register-content {
    background-image: none;
  }

  .login-content::before,
  .register-content::before,
  .login-content::after,
  .register-content::after {
    content: none;
  }

  .login-content .content-right,
  .register-content .content-right {
    width: 100%;
    padding: 20px;
    margin-top: 0px;
    position: unset;
    top: 4rem;
    transform: unset;
  }

  .login-content .content-right .content-header,
  .register-content .content-right .content-header {
    text-align: center;
  }

  .login-content .content-right .content-header img,
  .register-content .content-right .content-header img {
    margin: 0 auto;
  }

  .login-content .content-right .content-header .header-title,
  .register-content .content-right .content-header .header-title {
    font-weight: 600;
    font-size: 22px;
  }

  .login-content .content-right .content-header .header-text,
  .register-content .content-right .content-header .header-text {
    margin-bottom: 30px;
  }

  .login-content .content-right .content-body label,
  .register-content .content-right .content-body label {
    font-size: 12px;
  }

  .login-btn,
  .register-btn {
    width: 100%;
  }

  .google-btn,
  .facebook-btn {
    width: 48%;
    height: auto;
    margin-left: 0;
    margin-top: 30px;
  }

  .google-btn {
    margin-right: 15px;
  }

  .social-btns {
    width: 100%;
    /* justify-content: space-between; */
  }
}

@media (max-width: 991px) {
  /* Parcels Modal Start */
  #parcelsModal .parcels-body {
    flex-direction: column;
  }

  .parcels-body .body-item :nth-child(2n) {
    margin: 0 16px 16px;
    /*padding: 10px;*/
  }

  #parcelsModal .body-item {
    flex-direction: column;
    text-align: center;
  }

  #profile .tab-inner .nav-link .tab-counter.unread {
    padding: 0px 7px;
  }
}

@media only screen and (max-width: 575px) {
  /* .calculator-line {
    top: 54px;
    padding: 0 16px 0 16px;
  }

  .calculator-line li {
    height: 5px;
  }

  .calculator-line li span {
    min-width: 23px;
    bottom: -14px;
    right: -9px;
    font-size: 7px;
  } */
  /* Calculator Modall */
  /* .modal-content {
    padding: 0px;
  }

  label[for='formCheckCalc'] {
    font-size: 12px;
    font-weight: 500;
  }

  .modal-body h3 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .calculator-total-amount .calc-amount {
    font-weight: 600;
    margin-top: 0;
    font-size: 18px;
    line-height: 19px;
  }

  .calculator-total-amount .calc-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }
  .calculator .row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
  }
  input[type='text'],
  input[type='email'],
  input[type='search'],
  .number-input,
  textarea,
  select {
    padding: 8px 7px;
  } */
}

.parcels-address {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  color: black;
  padding: 20px;
  transition: 0.3s all;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 1rem;
}

.parcels-form > .tab > .addresses {
  max-height: 60vh;
  overflow-y: auto;
}

.parcels-address .address-info p {
  display: flex;
  width: 100%;
  align-items: center;
}

.parcels-address .address-info {
  width: 100%;
  margin: 0 auto;
}

.parcels-address .circle {
  margin-right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid #d0d0d0;
  padding: 4px;
  border-radius: 50%;
  transition: 0.3s all;
}

.parcels-address .circle span {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  background: #d0d0d0;
  transition: 0.3s all;
}

.parcels-address.active .circle {
  border-color: #f3d127;
}

.parcels-address.active .circle span {
  background: #f3d127;
}

.parcels-address.active,
.parcels-address:hover {
  border-color: #f3d127 !important;
  color: black;
}

.parcels-address:hover .circle {
  border-color: #f3d127;
}

.parcels-address:hover .circle span {
  background: #f3d127;
}

.parcels-address span {
  margin-right: 10px;
}

.parcels-address p:last-child {
  margin-bottom: 0;
}

.tab-thank {
  text-align: center;
}

.tab-thank i {
  font-size: 56px;
  color: #f3d127;
}

.tab-thank h2 {
  font-size: 20px;
  font-weight: 600;
}

.tab-thank p {
  font-weight: 600;
}

.flex-jcenter {
  display: flex;
  /*align-items: center;*/
  flex-direction: column;
}

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

.payment-modal.show.billing .modal-dialog {
  /* width: 450px; */
}

.payment-modal.show .modal-dialog {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  margin: 0 auto;
}

.payment-modal.show .modal-dialog .modal-content .modal-header {
  display: none;
}

.payment-modal.show .modal-dialog .modal-content {
  padding: 0;
}

.payment-modal.show .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.payment-modal.show .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
}

.payment-modal.show .modal-dialog .modal-content .logo {
  position: absolute;
  left: 15px;
  height: 100%;
  top: 0;
}

.payment-modal.show .modal-dialog .modal-content .logo img {
  height: 100%;
  width: 100%;
}

.payment-modal.show .modal-dialog .modal-content .modal-info {
  display: block;
}

.payment-modal.show .modal-dialog .modal-content .modal-info .info-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #f3d127;
}

.payment-modal.show
  .modal-dialog
  .modal-content
  .modal-info
  .info-content
  .line {
  width: 50%;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  border-bottom: 1px solid #e6e4e4;
}

.payment-modal.show
  .modal-dialog
  .modal-content
  .modal-info
  .info-content
  .dashed {
  border-bottom: 2px dashed #e6e4e4;
  margin-bottom: 1rem;
}

.payment-modal.show .modal-dialog .modal-content .order-button {
  margin: 0 auto;
  display: block;
  height: 50px;
  width: 100%;
  border: 1px solid #f3d127;
  transition: 0.5s all;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.payment-modal.show .modal-dialog .modal-content .order-button:hover {
  background: #f3d127;
}

.payment-modal.show .modal-dialog .modal-content .bottom-warning span {
  margin-left: 12px;
  font-size: 12px;
}

.payment-modal.show .modal-dialog .modal-content .bottom-warning {
  display: flex;
  align-items: center;
}

.total-label,
.total-value {
  font-weight: 600;
  margin: 0;
}

.total-label {
  font-weight: 500;
}

.payment-modal.show .modal-dialog .modal-content .modal-info .info-top,
.payment-modal.show .modal-dialog .modal-content .modal-info .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-modal.show .modal-dialog .modal-content .modal-info .info-top {
  padding-left: 10px;
}

.payment-modal.show .modal-dialog .modal-content .modal-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.parcels-order.show .modal-dialog {
  /* width: 1400px; */
  max-width: 100%;
  position: absolute;
  max-height: 100%;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}

.parcels-order.show.finish .modal-dialog {
  /* width: 600px; */
}

.parcels-order.show.finish .modal-dialog .decloration-form img {
  margin: 0 auto;
  width: 54px;
  display: block;
  margin-top: 40px;
}

.parcels-order.show.finish .modal-dialog .modal-title {
  margin: 0;
}

.parcels-order.show.finish .modal-dialog .decloration-form p,
.parcels-order.show.finish .modal-dialog .decloration-form h1 {
  width: 430px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.parcels-order.show.finish .modal-dialog .decloration-form .thanks {
  background-color: #fff;
  min-width: 160px;
  min-height: 50px;
  border: 1px solid #f3d127;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 50px;
  margin: 0 auto;
  display: block;
  color: #000000;
  margin-top: 40px;
  transition: 0.5s all;
}

.parcels-order.show.finish .modal-dialog .decloration-form .thanks:hover {
  background-color: #f3d127;
}

.parcels-order.show .modal-header {
  align-items: flex-start;
}

.parcels-order .modal-title {
  font-weight: 600;
  font-size: 20px;
  /* margin-bottom: 20px; */
}

.parcels-order .parcels-list-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.parcels-order .parcels-selec {
  width: max-content;
}

.parcels-order .parcels-select {
  display: flex;
  align-items: center;
  border: 1px solid #f3d127;
  font-size: 16px;
  border-radius: 10px;
  /*width: 300px;*/
  cursor: pointer;
  height: 50px;
  padding: 0 30px;
  text-decoration: none;
  transition: background-color 0.1s linear;
  color: black;
}

.parcels-order .parcels-select:hover {
  background: #f3d127;
}

.parcels-order .parcels-select i {
  font-weight: 500;
  margin-right: 12px;
  font-size: 20px;
}

.company-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
}

.company-card:hover {
  background: #f3d127;
  box-shadow: 0px 15px 35px 0px #c3c3c340;
}

.company-img {
  width: 100%;
  max-width: 130px;
}

.company-name {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
}

.company-cost {
  margin: 0;
  font-weight: 600;
}

@media (max-width: 576px) {
  .company-name {
    font-size: 16px;
  }

  .company-cost {
    font-size: 12px;
  }
}

.form-outline input {
  background-color: white;
  border-color: black;
}

.table-responsive .table {
  min-width: 720px;
}

.tab-inner .nav-item {
  padding: 0 !important;
  border-radius: 10px !important;
  background-color: initial;
  overflow: hidden;
}

.tab-inner .nav-pills {
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* display: grid; */
  /* grid-template-columns: repeat(5, 18%); */
  gap: 14px;
  flex-wrap: nowrap;
}

.bonus-content .nav-pills {
  display: flex;
  align-items: center;
}

.tab-inner .nav-pills .nav-item {
  min-width: 130px;
}

.tab-pane .nav-pills .nav-item {
  min-width: 90px;
}

/* .tab-inner .nav-pills .nav-item {
  min-width: 23%;
} */

.tab-inner .nav-pills::-webkit-scrollbar {
  display: none;
}

.tab-inner .nav-link {
  background-color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 14px;
  color: #121212;
  overflow: hidden;
  position: relative;
  border-radius: 10px !important;
  text-align: start;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#profile .tab-inner .nav-link {
  border-radius: 0px !important;
}

.tab-inner .nav-link .tab-counter {
  margin-left: 10px;
  color: #c5c5c5;
}

.tab-inner .nav-link .tab-counter.unread {
  background-color: #f3d127;
  color: #121212;
  padding: 6px 12px;
  border-radius: 50px;
}

.tab-inner .nav-link:after,
.tab-pane .nav-link:after {
  transition: width 0.3s linear;
  border-radius: 2px 2px 0 0;
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  background: #f3d127;
}

.tab-inner .nav-link.active,
.tab-inner .nav-link:hover {
  color: #121212;
}

.tab-inner .nav-link.active:after,
.tab-inner .nav-link:hover:after {
  width: 100%;
}

.modal-delete-btn,
.confirm-btn {
  background: rgb(248, 1, 1);
  border-radius: 8px;
  padding: 10px 35px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

.modal-delete-btn:hover {
  color: white;
  opacity: 0.8;
}

.modal-outline-btn {
  background: rgba(229, 9, 49, 0.1);
  border-radius: 50%;
  color: #e50931;
  transition: all 0.5s;
  width: 34px;
  height: 34px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-left: 10px !important;
  justify-content: center;
}

.modal-outline-btn:hover {
  color: #fff;
  background-color: #e50931;
}

.confirm-btn {
  background: #f3d127;
  color: #191c1f;
}

.menu-btn {
  /* min-height: 50px !important;   */
  border-radius: 10px !important;
  padding-left: 16px;
  padding-right: 16px;
}

.kl {
  display: flex;
}

.profile {
  height: 100%;
  flex-grow: 1;
}

th {
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}

.flex-columl {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  border-top: none;
  justify-content: space-between;
}

.profile-row {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}

.profile .profile-content .profile-row {
  margin-bottom: 20px;
  align-items: center;
}

.profile-left {
  width: 20%;
}

.profile-right {
  width: 80%;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 995px) {
  .profile-right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.accordion-item .accordion-header,
.accordion-item {
  border-radius: 10px;
}

/* *** *** REGISTER ***  *** */

.input-margin-b button span {
  /* min-width: 90px; */
}

span .coutry-select {
  width: 11px;
  height: 7px;
  background-image: url(../images/new/sprite.webp);
  background-position: -194px -29px;
  height: 6px;
  margin: auto 0;
  width: 10px;
  transition: 0.3s;
  margin-right: 9px;
}

.input-margin-b button span img {
  margin-right: 6px;
}

/* *** *** Table *** *** */

.table-responsive {
  overflow-y: hidden;
}

.table {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.table thead.table-body {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
}

.table > :not(caption) > * > * {
  padding: 0 10px;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

tr {
  height: 55px;
}

.payment-btn {
  width: 90px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  color: #e50931;
  background: rgba(229, 9, 49, 0.1);
  border-radius: 5px;
  border: none;
}

.payment-btn:hover {
  color: #09bb3b;
  background: rgba(53, 210, 97, 0.1);
}

.payment-btn.active {
  background: rgba(9, 187, 59, 0.1);
  color: #09bb3b;
}

.payment-btn.warning {
  background: rgba(187, 9, 62, 0.1);
  color: #bb0924;
}

td .create-btn,
.edit-content .create-btn {
  background: rgba(33, 130, 243, 0.1);
  border-radius: 100px;
  width: 34px;
  height: 34px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

td .info-btn {
  background: rgba(243, 164, 33, 0.1);
  border-radius: 100px;
  width: 34px;
  height: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}

td div .camera-btn {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-align: center;
  color: #09bb3b;
  background: rgba(53, 210, 97, 0.1);
}

td div .camera-btn.active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  text-align: center;
  color: #f3d127;
  background: rgba(232, 195, 5, 0.1);
}

td label {
  cursor: pointer;
  text-align: center;
  position: relative;
}

td label:before {
  content: "";
  --webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #828282;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 15px;
  border-radius: 1px;
}

.fedex-tariff td label:before {
  display: none;
}

td label.act:before {
  content: "S";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background: #f3d127;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-left: 12px;
}

.verified2 + td label {
  margin-left: 5px;
}

/* td input:checked + label:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 6px;
	height: 14px;
	border: solid #0079bf;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
} */

td input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.th-link {
  width: 13%;
  min-width: 111px;
}

.th-name {
  width: 18%;
  min-width: 161px;
}

.th-price {
  width: 9%;
  min-width: 91px;
}

.th-free {
  width: 8%;
  min-width: 81px;
}

.th-total {
  width: 9%;
  min-width: 91px;
}

.th-data {
  width: 13%;
  min-width: 121px;
}

th.th-paymet {
  width: 120px;
  min-width: 120px;
}

.th-action {
  width: 99px;
}

.th-servis {
  width: 70px;
}

.th-id {
  width: 9%;
  min-width: 120px;
}

.th-weit {
  width: 13%;
  min-width: 130px;
}

.th-send {
  width: 12%;
  min-width: 120px;
}

.th-fre {
  width: 10%;
  min-width: 90px;
}

.th-totall div {
  display: flex;
  justify-content: end;
  margin-right: 65px;
}

.th-totals div {
  margin-right: 120px;
}

.th-set-id {
  width: 160px !important;
}

.th-set-bonus {
  /* border-right: 1px solid #fff!important; */
  white-space: nowrap;
  width: 160px !important;
}

.flex-ro div {
  justify-content: end;
}

/* **************** */
.th-verified2-servis {
  width: 8%;
  min-width: 80px;
}

.th-verified2-link {
  width: 11%;
  min-width: 100pxpx;
}

.th-verified2-name {
  width: 20%;
  min-width: 200px;
}

.th-verified2-action div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: 35px;
}

.verified2 .flex-row {
  /* margin-right: 15px; */
}

/* *** ** MOY BALANSE *** ** */

.tab-pane {
  padding-left: 0;
}

.select-lang {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 4px;
  transition: 0.3s;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  scroll-behavior: smooth;
}

.select-lang div {
  width: 11px;
  height: 7px;
  background-image: url(../images/new/sprite.webp);
  background-position: -194px -29px;
  height: 6px;
  margin-left: 8px;
  width: 10px;
  transition: 0.3s;
}

.select-lang-bottom {
  position: absolute;
  width: 68px;
  height: 30px;
  display: none;
  z-index: 999;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: 13s;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.select-lang-bottom div {
  background-image: none;
}

.select-lang.active {
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select-lang.active div {
  transform: rotate(180deg);
}

.select-lang.active + .select-lang-bottom {
  display: flex;
  background-color: #ffffff;
  opacity: 1;
  transition: 0.7s;
}

.select-lang:hover,
.select-lang-bottom:hover {
  background-color: #dddddd !important;
}

.none {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  --webkit-appearance: none;
  margin: 0;
}

/* ----------------------------- LANG-MODAL ------------------ */

.lang-menu {
  /* width: 80px; */
  /* position: relative; */
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999 !important;
  user-select: none;
}

.lang-menu div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.selected-lang {
  /* width: 80px; */
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 2;
  padding-left: 9px;
}

.selected-lang img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}

.selected-lang i {
  width: 10px;
}

/* .selected-lang::before {
  content: '';
  display: block;
  width: 32px;
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  background-image: url(../images/usa.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
} */

.lang-menu ul {
  opacity: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  list-style: none;
  position: absolute;
  top: 37px;
  width: 54px;
  right: auto;
  left: auto;
  transition: all 0.3s ease;
  z-index: -1;
}

.lang-menu ul li {
  display: flex;
  align-items: center;
}

.lang-menu ul li a {
  min-width: 100px;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  color: black;
  transition: all 0.2s ease;
}

.lang-menu ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 20px;
  /* margin-right: 10px; */
  background-image: url(../images/new/en-flag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.lang-menu ul li a:hover {
  background-color: #f2f2f2;
}

.en::before {
  background-image: url(../images/new/en-flag.svg) !important;
}

.ru::before {
  background-image: url(../images/new/ru-flag.svg) !important;
}

.uz::before {
  background-image: url(../images/new/uz-flag.svg) !important;
}

/* .lang-menu:focus ul {
  top: 63px;
  opacity: 1;
  right: auto;
  transition: all.3s ease;
} */

.navbar {
  position: static;
}

/* --------------- TOOTIP ------------ */

.tooltips {
  position: relative;
  cursor: pointer;
}

.tooltipText {
  position: absolute;
  left: 0px;
  bottom: 25px;
  background: #fff;
  color: #000;
  border: 1px solid #f3d127;
  white-space: nowrap;
  padding: 7px 9px;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 998;
}

.tooltipText p {
  margin: 0;
}

/*
.tooltipText::before {
	content: "";
	position: absolute;
	left: 25px;
	bottom: -25px;
	transform: translateX(-50);
	border: 15px solid;
	border-color: #fff #0000 #0000 #0000;
} */

.tooltips:hover .tooltipText {
  /* top: -65px; */
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
  display: block;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  border: none;
  transform: translate3d(0px, 10px, 0px);
  opacity: 0;
  padding: 6px;
  z-index: -1;
  width: 184px;
  transition: 0.3s;
  box-shadow: 0px 4px 16px rgba(138, 138, 138, 0.2);
  border-radius: 10px;
}

.dropdown-menu.show {
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(0px, 38px, 0px);
  opacity: 1;
  z-index: 9999;
}

.profile-info-group .dropdown-menu,
.join-us-form .dropdown-menu,
.contacts-form .dropdown-menu,
.bonus .dropdown-menu,
#parcelsModal .parcels-form .dropdown-menu {
  width: 60px;
  min-width: auto;
  padding: 0;
  border-radius: 4px;
}

.profile-info-group .dropdown-menu img,
.join-us-form .dropdown-menu img,
#parcelsModal .parcels-form .dropdown-menu img,
.contacts-form .dropdown-menu img,
.bonus .dropdown-menu img {
  margin-right: 0;
  width: 20px;
  max-width: 20px;
}

#parcelsModal .parcels-form input.en {
  border: 1px solid #e6e4e4;
}

#parcelsModal .parcels-form .dropdown-menu .dropdown-item {
  border-radius: 4px;
}

#parcelsModal .parcels-form .dropdown-menu.show {
  transform: translate3d(0px, 40px, 0px);
}

.join-us-form .dropdown-menu.show,
.contacts-form .dropdown-menu.show,
.bonus .dropdown-menu.show {
  /* padding: 6px; */
}

.form-check-input:checked,
.form-check-input {
  /* background: #f3d127; */
  border-color: #a8a8a8 !important;
  border-width: 2px;
  border-radius: 2px !important;
}

.form-check-input:checked {
  background: #f3d127;
  border-color: #f3d127 !important;
}

/* Video Player */
.video {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.8s ease-in-out;
}

.playing .video-layer {
  opacity: 1;
}

.video-layer iframe {
  width: 100%;
  height: 100%;
}

.video-preview img {
  /* max-width: 770px; */
  float: left;
  /* margin-right: 20px; */
  width: 100%;
}

.playing .video-preview {
  opacity: 1;
}

.video-preview .video-preview-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/line_slider.png), url(/images/line_slider.png);
  background-position: 50px, 66px;
  background-size: 8px 100%;
  background-repeat: no-repeat, no-repeat;
  z-index: 2;
}

.video-preview .video-preview-overlay {
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.video-preview svg {
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
}

iframe {
  border-radius: 20px;
}

.bonus-help iframe,
.bonus-help .video-preview .video-preview-overlay {
  border-radius: 0px;
}

/* Media mobile */
@media (max-width: 786px) {
  .tab-inner .nav-pills {
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
    min-width: 424px;
  }

  .profile .nav-pills .nav-link {
    padding: 0 8px 0 8px;
  }

  .tab-pane .box {
    overflow: auto;
    width: 100%;
  }

  .tab-pane .box::-webkit-scrollbar,
  .table-responsive::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }

  /* .table-responsive {

  } */
  .bonus {
    display: grid;
    /* padding: 0 40px; */
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .th-set-id {
    width: 103px !important;
    font-size: 12px;
  }

  td {
    font-size: 12px;
  }

  .th-set-bonus {
    width: 110px !important;
    font-size: 12px;
  }

  .bonus-help .modal-content {
    margin: 15px;
  }
}

@media only screen and (max-width: 500px) {
  .body-group-main-item-desc,
  .body-group-main-item-desc1 {
    font-size: 14px;
  }

  .body-group-top .body-group-top-btn {
    font-size: 14px;
    margin-top: 4px;
  }

  .body-group-main-item-2 .body-group-top-btn {
    z-index: 1;
    position: absolute;
    font-size: 14px;
    bottom: -20px;
  }

  .body-group-main-item-2 p {
    z-index: 2;
  }

  .body-group-main-item-2 {
    justify-content: flex-end;
    position: relative;
    margin-bottom: 30px;
  }

  .profile-content .content-middle .content-middle-item .middle-item__head {
    padding: 15px;
    margin: 15px;
  }

  .middle-item__head .working-hours,
  .middle-item__head .working-hours + span {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .accordion-button {
    font-size: 13px;
    line-height: 16px;
    margin-right: 10px;
  }

  .accordion-body strong {
    font-size: 15px;
  }

  .accordion-collapse .accordion-body p {
    font-size: 13px;
    line-height: 16px;
  }

  .bonus {
    padding: 0;
  }

  .bonus-help h3 {
    font-size: 22px;
  }

  .bonus-help p {
    font-size: 13px;
  }

  .modal-content {
    padding: 0px;
  }
}

@import "./fontfase.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
}

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

.none {
  display: none;
}

.mt-3 {
  margin-top: 3px !important;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/* Navbar Section Start */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar {
  overflow: hidden;
}

.navbar-light .navbar-nav {
  align-items: center;
}

.navbar-light .navbar-nav .nav-item {
  position: relative;
  margin-left: 12px;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #121212;
}

.navbar-light .navbar-nav .nav-link i {
  font-size: 18px;
}

.navbar-light .nav-item .nav-links {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f3d127;
}

.navbar-light .navbar-nav .nav-link.active::before {
  content: "||";
  position: absolute;
  top: 10px;
  left: -3px;
}

.navbar-light .navbar-nav .nav-link i {
  position: relative;
  top: 2px;
}

.navbar-light .navbar-nav .nav-link .search-button {
  border: none;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link .search-button:hover {
  color: #f3d127;
}

.navbar-light .navbar-nav .nav-link .search-input {
  display: none;
  position: absolute;
  top: 0px;
  left: 40px;
  width: 150px;
  padding: 10px;
  border-color: #f4f4f4;
  outline: none;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 26px;
}

.navbar-light .navbar-nav .nav-link .search-input:focus {
  border-color: #f3d127;
}

.btn-login,
.btn-register {
  font-weight: 600;
  padding: 4px !important;
}

.btn-lang {
  border: none;
}

.btn-login,
.btn-register {
  border: 1px solid #121212;
  border-radius: 4px;
  /*padding: 10px 10px !important;*/
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none !important;
  /*box-shadow: 1px 0 #f3d127;*/
}

/* Slider Section Start */
#swipper {
  position: relative;
  overflow: hidden;
}

.swipers {
  background-color: #ffffff;
  border-radius: 25px;
  width: 100%;
  height: 520px;
}

.yellow-text {
  color: #f3d127;
}

.swipers .swiper-wrapper .swiper-slide .swiper-content {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swipers .swiper-wrapper .swiper-slide .swiper-title {
  position: relative;
  font-weight: 600;
  line-height: 40px;
  font-size: 24px;
  /* color: #000; */
  /*margin: none;*/
  margin-bottom: 6px;
}

.swipers .swiper-wrapper .swiper-slide .swiper-text {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 145%;
}

.swipers .swiper-wrapper .swiper-slide .swiper-button {
  border: 1px solid #e8c515;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  height: 50px;
  transition: 0.5s all;
  width: 180px;
  white-space: nowrap;
  /* display: block; */
  /* margin-top: auto; */
  /* position: absolute;
	bottom: 100px; */
}

.swipers .swiper-wrapper .swiper-slide .swiper-button:hover {
  background: #f3d127;
}

.swipers .swiper-wrapper .swiper-slide .swiper-image {
  /* position: absolute;
	top: 75px;
	left: 75px;
	width: 75%; */
  border-radius: 20px;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swipers .swiper-wrapper .swiper-slide .swiper-button i {
  position: relative;
  top: 1px;
}

.swipers .swiper-pagination {
  width: 100%;
  height: 4px;
  left: 10px;
  top: 10px;
}

.swiper-progress-bar {
  display: block;
  position: relative;
  margin-bottom: 28px;
  background: #b7b7b7;
  width: 100%;
  height: 3px;
  z-index: 1;
}

.swiper-progress-bar .progress {
  height: inherit;
  left: 0;
  top: 0;
  position: absolute;
  background: #f3d127;
  z-index: 1;
}

.swiper-progress-bar .progress-sections {
  left: 0;
  top: 0;
  position: absolute;
  height: inherit;
  width: inherit;
  z-index: 2;
  display: flex;
  flex-direction: row;
}

.swiper-progress-bar .progress-sections span {
  flex: 1;
  height: inherit;
  margin-right: 3px;
  border-right: 2px solid #fff;
}

.swiper-progress-bar .progress-sections span:last-child {
  border-right-width: 0;
}

/* Section HowItWorks Start */
.how {
  margin-top: 80px;
}

.how .how-row .col-lg-5 {
  position: relative;
}

.how .how-row .how-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 16px;
}

.how .how-row .how-text {
  font-weight: 400;
  font-size: 16px;
}

.how .how-row .how-btn,
.how-it-work .how-btn {
  border: 1px solid #f3d127;
  height: 50px;
  min-width: 180px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  position: absolute;
  bottom: 0;
  /* right: 0; */
  align-items: center;
  justify-content: center;
  width: max-content;
}

.how .how-row .how-btn:hover,
.how-it-work .how-btn:hover {
  background: #f3d127;
}

.how .how-row .how-btn i,
.how-it-work .how-btn i {
  position: relative;
}

/* Section HowItWorks End */

/* Section Track id Start */
.track {
  position: relative;
  margin-top: 60px;
  padding: 20px 0;
  background-color: #ffffff;
}

.mb-370 {
  margin-bottom: 370px;
}

.track-search,
.steep-0,
.track-search-help {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.steep-0 {
  max-width: 957px;
  position: relative;
}

.track-search-input {
  position: relative;
}

.track-search label[for="search-id"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-left: 5px !important;
  margin-bottom: 9px;
}

.track-search-input input {
  height: 45px !important;
  border: none;
  background-color: #fff;
  max-width: 618px;
  width: 100%;
  border-radius: 8px;
  padding: 10px 24px;
}

.track-search-input input:focus {
  border-color: #fff !important;
}

.track-search-input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  height: 39px;
  padding: 0 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  background: #fff;
  border: 1px solid #f3d127;
  transition: 0.3s;
  border-radius: 8px;
}

.track-search-input button:hover {
  background: #f3d127;
}

.track-search-help {
  display: flex;
  justify-content: center;
  /* padding: 0 15px; */
  margin-bottom: 220px;
}

.track-search-help button,
.track-search-help a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  border: none;
  transition: 0.3s all;
  text-decoration: none;
  color: #121212;
  background: #ffffff;
}

.track-search-help button:hover,
.track-search-help a:hover {
  color: #f3d127;
}

.steep-0-bottom {
  position: absolute;
  top: 150px;
  margin: 0 auto;
  width: 100%;
  background-image: url(../images/general-images/find.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 20px;
}

.steep-0-bottom h3 {
  max-width: 540px;
  font-weight: 600;
  font-size: 56px;
  line-height: 68px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

/*  steep - 2 */
.steep-1-main {
  position: relative;
  /* max-width: 966px !important; */
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steep-1-main.align-items-start {
  margin-bottom: 20px;
}

.steep-1-main .tooltips .tooltipText {
  font-size: 12px;
}

.steep-1-main-item:last-child .tooltips .tooltipText {
  left: unset;
  right: 0;
}

.steep-1-main-item:nth-child(5) .tooltips .tooltipText,
.steep-1-main-item:nth-child(4) .tooltips .tooltipText {
  left: unset;
  right: 0;
  white-space: pre-wrap;
}

.steep-1-main-line {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 27px;
  height: 2px;
  background: #d6d6d6;
}

.steep-1-main-item,
.steep-1-main-item-bottom {
  position: relative;
}

.steep-1-main-item-bottom:last-child {
  text-align: right;
}

.steep-1-main-item:last-child .steep-1-main-item-text {
  left: -30px;
}

.steep-1-main-item-text {
  width: 105px;
  position: absolute;
  left: auto;
  right: auto;
}

.steep-1-main-item-text span {
  font-size: 9px;
  line-height: 14px;
  display: block;
}

.steep-1-main-item-text p {
  width: 150px;
}

.steep-1-main-item > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  color: #000000;
  background: #d6d6d6;
  border-radius: 50%;
}

.steep-1-main-item > span.active {
  display: inline-block;
  color: #000000;
  background: #f3d127;
  background-image: url(../images/new/strelka.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border-radius: 50%;
  box-shadow: 0px 4px 12px rgba(232, 195, 5, 0.2);
}

.steep-1-main-item .end.active {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0;
  color: #000000;
  background: #09bb3b;
  background-image: url(../images/new/frichka-track.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  border-radius: 50%;
  box-shadow: 0px 4px 12px rgba(232, 195, 5, 0.2);
}

.steep-1-main-item h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #121212;
}

.steep-1-main-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #828282;
}

.steep-1-main-item-bottom span {
  position: absolute;
  display: inline-block;
  background: #d6d6d6;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.steep-1-main-item-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  border-bottom: 1px solid #f3d127;
}

.steep-1-main-item-bottom h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.steep-1-main-item-bottom p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #828282;
  margin: 0;
}

.steep-1-bottom,
.steep-4-bottom {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  /* padding: 20px 20px 0; */
}

.box-image .modal-header .modal-title {
  font-weight: normal;
  font-size: 18px;
}

.steep-4-bottom,
.steep-4-bottom-img {
  /* max-width: 966px !important; */
  margin: 0 auto;
  /* padding: 20px 20px 1px; */
}

.steep-1-bottom div {
  display: flex;
  justify-content: space-between;
}

.steep-1-bottom .thead {
  padding: 19px 0;
  background: #ffffff;
  border-radius: 10px;
}

.steep-1-bottom .tbody {
  padding: 30px 0;
}

.steep-1-bottom .thead p {
  margin: 0;
  width: 134px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

.steep-1-bottom .tbody p {
  margin: 0;
  width: 134px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.steep-4-bottom-ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steep-4-bottom li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.steep-4-bottom li span.item-dot {
  position: absolute;
  display: inline-block;
  left: -49px;
  top: 0;

  max-width: 13px;
  max-height: 13px;
  width: 13px;
  height: 13px;
  background: #f3d127;
  border-radius: 50%;
  padding: 0;
}

.steep-4-bottom-ul li:last-child span.item-dot {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  left: -52px;
  background: #09bb3b;
  background-image: url(../images/new/frichka-track.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}

.steep-4-bottom-ul li span.line {
  display: inline-block;
  position: absolute;
  left: -43px;
  height: 135px;
  width: 1px;
  background: #f3d127;
}

.steep-4-bottom li p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
}

.steep-4-bottom li p.desc1 {
  min-width: 102px;
  display: flex;
  align-items: center;
}

.steep-4-bottom li p.desc2 {
  min-width: 198px;
}

.steep-4-bottom li p.desc3 {
  /* min-width: 200px; */
}

.steep-4-bottom li p span {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

.steep-4-bottom-img .content {
  display: flex;
  /* width: 50%; */
  height: 100%;
  overflow: hidden;
  justify-content: space-between;
  padding: 10px;
  border-radius: 20px;
  max-height: 250px;
  background: #fff;
}

.steep-4-bottom-img .col-6:first-child .content {
  margin-right: 20px;
}

.steep-4-bottom-img div p {
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

.steep-4-bottom-img .rew {
  padding-left: 0;
}

.steep-4-bottom-img div .btn {
  /* width: 50%; */
  overflow: hidden;
  height: 100%;
  padding: 0;
  border-radius: 18px;
}

.steep-4-bottom-img .rew .star img,
.steep-4-bottom-img .box img,
.steep-4-bottom-img .sig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.steep-4-bottom-img .box {
  padding-right: 0;
}

/* Section Track id End */

/* Section Chance Start */
.chance {
  margin-top: 80px;
}

.chance .chance-section-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}

.chance .chance-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /*padding: 10px;*/
}

.chance .chance-row .chance-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 150px;
  padding: 15px;
  border-right: 1px solid #f4f4f4;
}

.chance .chance-row .chance-item:last-child {
  border-right: none;
}

.chance .chance-icon {
  display: inline-block;
  width: 40px;
}

.chance .chance-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #121212;
  padding: 0px 0 0 20px;
  margin-bottom: 0px;
}

/* Section AboutUs Start */
.about {
  margin-top: 80px;
}

.about .about-row .about-video {
  width: 100%;
  border-radius: 25px;
}

.about .about-row .col {
  position: relative;
}

.about .about-row .about-title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 16px;
}

.about .about-row .about-text {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

.about .about-row .about-btn {
  border: 1px solid #f3d127;
  height: 50px;
  min-width: 180px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.about .about-row .about-btn:hover {
  background: #f3d127;
}

.about .about-row .about-btn i {
  position: relative;
  top: 3px;
}

/* Section GreenPart Start */
.environment {
  margin-top: 80px;
}

.environment .environment-section-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
}

.environment .environment-row .environment-video {
  border-radius: 15px;
  width: 100%;
}

.environment .environment-row .col {
  position: relative;
}

.environment .environment-row .environment-title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 30px;
}

.environment .environment-row .environment-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.environment .environment-row .environment-btn {
  border: 1px solid #f3d127;
  height: 50px;
  min-width: 180px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.environment .environment-row .environment-btn i {
  position: relative;
  top: 2px;
}

.environment .environment-row .environment-btn:hover {
  background: #f3d127;
}

.green-part .green-part-row .green-part-btn i {
  position: relative;
  top: 2px;
}

/* Section Statistics Start*/
.statistics {
  margin-top: 80px;
}

.statistics .statistics-section-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}

.statistics .statistics-row {
  /*height: 500px;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 10px;
}

.statistics .statistics-row .statistics-col {
  max-height: 430px;
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 20px;
  height: 400px;
  padding: 40px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.35s ease-in-out;
}

.statistics .statistics-row .statistics-col:hover {
  background-color: #f3d127;
}

.statistics .statistics-row .statistics-icon {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 20px;
}

.statistics .statistics-row .statistics-count {
  font-weight: 600;
  font-size: 32px;
}

.statistics .statistics-row .statistics-title {
  font-weight: 600;
  font-size: 18px;
}

/* Section Calculator Start */
.calculator {
  margin-top: 80px;
  margin-bottom: 80px;
}

.calculator .col {
  border: 1px solid transparent;
  border-radius: 20px;
  transition: 0.3s all;
}

.calculator .col:hover {
  border-color: #f3d127;
}

.calculator .calculator-section-title {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  display: inline-block;
}

.calculator .calculator-row,
.calculator-total-amount {
  /* display: grid;
	grid-template-columns: 45% 55%; */
  background-color: #ffffff;
  padding: 20px;
}

.calculator .calculator-row {
  padding-bottom: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin: 0 auto;
}

.calculator-total-amount {
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.calculator-total-amount .calc-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.calculator-total-amount .calc-amount {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  text-align: right;
  margin: 0;
}

.calculator .calculator-row .calculator-item {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  border-radius: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z"/></svg>');
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: calc(100% - 6px);
  background-size: 25px;
}

/* ///////////////////aaaaaaaaaaaaaaaaaa///////// */

.row div .bottom {
  margin-top: 38px !important;
}

@media only screen and (max-width: 1400px) {
  .row div .bottom {
    margin-top: 48px !important;
  }
}

/* Calculator labels */
label[for="inputFrom"],
label[for="inputTo"],
label[for="formCheckCalc"],
label[for="inputLength"],
label[for="inputWidth"],
label[for="inputHeight"],
label[for="inputMeasurement"] {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-left: 5px;
}

label[for="formCheckCalc"] {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  top: 3px;
  margin-left: 8px;
}

input[type="checkbox"]:checked {
  background-color: #f3d127;
}

input[type="checkbox"] {
  vertical-align: middle;
}

/* Calullator & All Inputs */
input[type="text"],
input[type="email"],
input[type="search"],
.number-input,
textarea,
select {
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #000000;
  border: 1px solid #e6e4e4;
  box-sizing: border-box;
  outline: none;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  height: 45px;
  transition: 0.35s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="checkbox"]:focus,
input[type="search"]:focus,
.number-input,
textarea:focus,
select:focus {
  border-color: #f3d127;
  box-shadow: none;
}

option {
  font-weight: 600;
}

option:checked {
  color: #f3d127;
}

.calculator-item .row .col-6,
.calculator-item .row .col-sm-3 {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
}

.calculator-item .row .col-1,
.calculator-item .row .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.calculator-item .row .col-3 label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-left: 5px;
}

.calculator-line {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 57px;
  padding: 0 22px;
  bottom: 0;
  list-style: none;
}

.calculator-line li {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 9px;
  background: rgba(0, 0, 0, 0.675);
  color: rgba(0, 0, 0, 0.792);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.calculator-line li span {
  position: absolute;
  min-width: 38px;
  bottom: -17px;
  right: -14px;
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: #b7b7b7;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Section Help Start */
.help {
  margin: 80px 0;
  background: #ffffff;
  border-radius: 20px;
}

.help .help-row {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  /* height: 424px; */
}

.help .help-row img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  /* position: absolute; */
}

.help .help-row .help-left-col {
  padding: 40px 0 40px 30px;
  height: 100%;
  position: relative;
  /* z-index: 4; */
}

.help .help-row .help-right-col {
  padding: 40px 30px 40px 0px;
}

.help .help-row .help-left-col .help-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 16px;
}

.help .help-row .help-left-col .help-text {
  font-weight: 400;
  font-size: 16px;
  /* margin-right: 100px; */
  margin-bottom: 30px;
}

.help .help-row .help-left-col .help-btn {
  border: 1px solid #f3d127;
  height: 50px;
  min-width: 180px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: max-content;
  bottom: 40px;
  left: 30px;
}

.help .help-row .help-left-col .help-btn:hover {
  background: #f3d127;
}

/* .help .help-row .help-right-col {
	position: relative;
	left: 50px;
	top: 120px;
	background-image: url(/images/extra_service_circle.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.help .help-row .help-right-col .help-image {
	margin-top: -25px;
	margin-left: 25px;
} */

/* Section Partners Start */
.partners {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 100px;
}

.partners .partners-section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}

.partners .partners-section-buttons .partner-arrow {
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  color: #f3d127;
  border-radius: 50%;
  font-size: 30px;
  transition: 0.5s;
}

.partners .partners-section-buttons .partner-arrow:hover {
  border-color: #f3d127;
}

.partners .partners-section-buttons .partners-swiper-button-prev {
  padding: 5px;
}

.partners .partners-section-buttons .partners-swiper-button-next {
  padding: 5px 9px;
}

.partners .partners-section-buttons .partners-swiper-button-prev i {
  position: relative;
  top: 5px;
  left: 5px;
}

.partners .partners-section-buttons .partners-swiper-button-next i {
  position: relative;
  top: 5px;
  left: 0px;
}

.partners-group-swiper {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
  background-color: #ffffff;
}

.partners-group-swiper .swiper-wrapper {
  align-items: baseline;
}

.partners-group-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

/* Section Comments Start */
/* #comments {
  margin-bottom: 60px;
}

.comments {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 100px;
}
.comments .comments-section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
} */
/* .comments .comments-section-buttons .comment-arrow {
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  color: #f3d127;
  border-radius: 50%;
  font-size: 30px;
  transition: 0.5s;
}
.comments .comments-section-buttons .comment-arrow:hover {
  border-color: #f3d127;
}
.comments .comments-section-buttons .comments-swiper-button-prev {
  padding: 5px;
}
.comments .comments-section-buttons .comments-swiper-button-next {
  padding: 5px 9px;
} */
/* .comments .comments-section-buttons .comments-swiper-button-prev i {
  position: relative;
  top: 5px;
  left: 5px;
}
.comments .comments-section-buttons .comments-swiper-button-next i {
  position: relative;
  top: 5px;
  left: 0px;
}
.comments-swiper {
  overflow: hidden;
}
.comments-swiper .comment-item {
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 30px;
  font-weight: 600;
}
.comments-swiper .comment-item:hover {
  border-color: #f3d127;
  transition: 0.5s;
} */
/* .comments-swiper .comment-item:hover .comment-text {
  text-shadow: 0px 0px #000000;
}
.comments-swiper .comment-item .comment-avatar {
  padding: 10px;
  margin: 5px 5px 0 0;
} */
/* .comments-swiper .comment-item .comment-user-info {
  display: inline-block;
  position: relative;
  top: 15px;
}
.comments-swiper .comment-item .comment-user-info .comment-user-name {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
} */

.comment-item .comment-user-info .comment-created-at {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #a7a7a7;
}

/* .comments-swiper .comment-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #000000;
  opacity: 0.5;
} */
/* .comments-swiper .comments-swiper-pagination {
  color: #f3d127;
} */

/* Section ContactUs Start */
#contacsUs {
  background-color: #f3d127;
}

.contact-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  margin-top: 0px;
}

.contact-us .contact-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 0px;
}

.contact-us .contact-button {
  height: 50px;
  background: #121212;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  transition: 0.5s all;
}

.contact-us .contact-button i {
  position: relative;
  top: 4px;
}

.contact-us .contact-button:hover {
  color: #f3d127;
}

/* Section Footer Start */
#footer {
  background-color: #121212;
  color: #ffffff;
}

.footer {
  padding: 50px 10px;
}

.footer-item p,
.footer-row p {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #ffffff;
  margin-right: 15px;
}

.footer a {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
}

.footer .footer-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 14px;
}

.footer-socials .footer-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 29px;
}

.footer-item1 .footer-title {
  margin-bottom: 22px;
}

.footer .footer-link {
  display: block;
  margin: 0;
  margin-bottom: 12px;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
}

.footer .footer-link:hover {
  color: #f3d127;
}

.footer .footer-link i {
  position: relative;
  top: 2px;
}

.footer .footer-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.footer .footer-row .footer-logo {
  width: 120px;
  margin-bottom: 30px;
}

.footer .footer-row div:last-child p {
  padding-bottom: 0px;
  margin-bottom: 0;
  margin-left: 20px;
}

.footer-socials ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer-item ul li a i {
  margin-right: 8px;
}

.footer .footer-row ul li a:hover {
  color: #f3d127;
}

.footer-socials ul li a i {
  font-size: 26px;
  color: #484848;
  margin-right: 7px;
}

.footer-socials ul li a i:hover {
  color: #f3d127;
}

.footer ul {
  list-style-type: none;
  padding-left: 0px;
}

.footer ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 145%; */
  margin-bottom: 20px;
}

/* Section Breadcrum start  */
#breadcrumbs {
  background-color: #f3d127;
  padding: 20px 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
}

.breadcrumbs .breadcrumb-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 49px;
  color: #121212;
}

.breadcrumb .breadcrumb-item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  font-weight: 500;
  color: #000000;
}

/* Video Player */
.video {
  border-radius: 20px;
  position: relative;
}

.video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.8s ease-in-out;
}

.playing .video-layer {
  opacity: 1;
}

.video-layer iframe {
  width: 100%;
  height: 100%;
}

.video-preview img {
  width: 100%;
}

.playing .video-preview {
  opacity: 1;
}

.video-preview .video-preview-line {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(/images/line_slider.png), url(/images/line_slider.png);
  background-position: 46px, 58px;
  background-size: 6px 100%;
  background-repeat: no-repeat, no-repeat;
  z-index: 2;
}

.video-preview .video-preview-overlay {
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.video-preview svg {
  position: absolute;
  top: 40%;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 3;
}

/* Section Counter Start  */
.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.counter .counter-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f1bb2c;
  background-image:
    url(../images/line_slider_white.png), url(../images/line_slider_white.png),
    url(../images/slider_bag.png), url(../images/slider_ship.png);
  background-position:
    48px,
    58px,
    10% 45%,
    90% 15%;
  background-size:
    5px 100%,
    5px 100%,
    200px auto,
    200px auto;
  background-repeat: no-repeat;
}

.counter.second .counter-content {
  background-position:
    17px,
    27px,
    10% 45%,
    90% 15%;
  background-size:
    5px 100%,
    5px 100%,
    100px auto,
    100px auto;
  align-items: flex-end;
}

.countdown-group {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.countdown-group .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}

.countdown-group .countdown-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 37px;
}

.countdown-group .countdown-text {
  font-weight: 400;
  font-size: 14px;
  color: #9a7000;
}

.countdown-group .countdown-btn-send {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 15px;
  background-color: #ffffff;
  margin-right: 10px;
  height: 45px;
}

.countdown-group .countdown-btn-send:hover {
  background-color: #f1bb2c;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: 0.5s;
}

.countdown-group .countdown-btn-track {
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
  padding: 10px 60px;
  font-weight: 600;
  font-size: 15px;
  background-color: #f1bb2c;
  height: 50px;
}

.countdown-group .countdown-btn-track:hover {
  background-color: #ffffff;
  border: 1px solid #f1bb2c;
  color: #121212;
  transition: 0.5s;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  padding: 10px;
  text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 73px;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  color: #ffdd82;
  font-weight: 400;
  font-size: 20px;
}

/* Page Plans Start */
/* #plan {
  min-height: calc(100vh - 100px);
} */
.plan {
  padding: 80px 0;
}

.plan .card {
  position: relative;
  padding: 27px;
  height: 100%;
  border-radius: 10px;
  background: #ffffff;
  transition: 0.3s;
  justify-content: space-between;
}

.plan .card:hover,
.plan .card.active {
  background: #f3d127;
  cursor: pointer;
}

/* .plan .card:hover::after,
.plan .card:hover::before, */
.plan .card.active::after,
.plan .card.active::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 45px;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
  top: 0;
}

/* .plan .card:hover::before */
.plan .card.active::before {
  right: 55px;
}

/* .plan .card:hover .card-aside, */
.plan .card.active .card-aside {
  top: 65px;
  right: -25px;
  display: inline-block;
}

.plan .card .card-link:hover,
.plan .card.active .card-link {
  color: #fff;
}

.plan .card:hover .card-btn,
.plan .card.active .card-btn {
  background: #ffffff;
}

.plan .card-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.plan .card-head span {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #f3d127;
  background-color: #fff;
  border: 1px solid #f3d127;
  border-radius: 50%;
}

.plan .card-head span img {
  width: 24px;
  height: 24px;
}

.plan .card-head h3 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #121212;
}

.plan .card-list {
  max-width: 202px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
}

.plan .card-item {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #121212;
}

.plan .card-item-price {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #121212;
}

.plan .card-price {
  margin: 0;
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #121212;
}

.plan .card-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #121212;
  text-decoration: none;
  transition: 0.3s all;
  border: none;
  background-color: transparent;
}

.plan .card-link i {
  font-size: 18px;
}

.card-btn {
  height: 50px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  border: none;
  background-color: transparent;
  background: #f3d127;
  border-radius: 10px;
}

.card-btn:hover {
  color: #000;
}

.card-aside {
  display: none;
  position: absolute;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  transform: rotate(-90deg);
}

/* .plan .plan-row .plan-group {
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 40px 40px 25px 35px;
}
.plan .plan-row .plan-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}

.plan .plan-group .plan-group-top-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plan .plan-group .plan-group-top-list ul {
  width: 47%;
  margin: 0;
}

.plan .plan-row .plan-group ul p.plan-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plan .plan-row .plan-group ul li.plan-item {
  width: 100%;
  margin-bottom: 20px;
}
.plan .plan-row .plan-group ul li.plan-item .plan-item-right {
  margin-left: auto;
  font-weight: 600;
  text-align: end;
  margin-left: 15px;
} */

/* Page Service Start */
/* #service {
  min-height: calc(100vh - 200px);
} */
.service {
  margin-top: 25px;
}

.service .service-row {
  grid-template-columns: 1fr;
}

.service .service-row .service-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 0px;
  padding: 5px;
}

.service .service-row .service-text {
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

.service .service-row .service-right {
  grid-template-columns: 1fr;
  grid-gap: 10px;
}

.service .service-row.about-row-swiper .service-right .thumb-swiper {
  max-width: unset;
  width: auto;
}

.service .service-row .service-right-item .service-title {
  text-align: center;
}

/* Page Shop Start */
.sidebar {
  padding: 0 10px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  position: relative;
}

.sidebar .sidebar-list {
  list-style: none;
  margin-bottom: 80px;
  height: 100%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.sidebar .sidebar-list .filter-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.sidebar .sidebar-list .sidebar-item {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}

.sidebar .sidebar-list .sidebar-item.active:before {
  color: #f3d127;
  content: "|";
  position: absolute;
  left: 1px;
  margin-left: -4px;
  font-size: 24px;
  transition: 0.5s all;
}

.sidebar .sidebar-list .sidebar-item.active,
.sidebar .sidebar-list .sidebar-item:hover {
  color: #f3d127;
}

#content {
  min-height: calc(100vh - 100px);
}

.content-shop .shop-cards {
  padding: 0;
  padding-left: 24px;
  margin-bottom: 100px;
}

.content-shop .shop-cards::-webkit-scrollbar {
  display: none;
}

.content-shop .filter .btn.filter-item {
  padding: 6px 1px 6px 6px;
  line-height: 1;
  display: flex;
  margin-right: 16px;
  align-items: center;
  border-radius: 65px;
  background: #ffffff;
  border: 1px solid #f3d127;
}

.content-shop .filter .btn.filter-item img {
  margin-right: 7px;
  width: 14px;
}

.content-shop .filter .btn.filter-item img:last-child {
  /* margin-left: 10px; */
}

.content-shop .filter .cancel-filter {
  margin-left: auto;
  padding: 0;
  display: flex;
  align-items: center;
}

.content-shop .filter .cancel-filter i {
  color: #e83d3d;
}

.content-shop .filter .cancel-filter h6 {
  margin: 0;
  padding: 0;
  color: #e83d3d;
  font-size: 12px;
}

.content-shop .filter {
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
}

.content-shop .filter h6 {
  margin: 0 48px 0 0;
  padding-left: 24px;
  font-size: 14px;
}

.content .sidebar .sidebar-list {
  padding-top: 40px;
  margin-bottom: 0;
}

.content-shop-btn {
  display: none;
  height: 50px;
  /* margin-bottom: 10px; */
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 8px;
}

.card-row:first-child {
  margin-top: 0;
}

.card-row .card {
  border: none;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #f3d127;
  display: flex;
  margin-top: 20px;
}

.card-row .card img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.card-row .card .card-body {
  padding: 0;
  margin-left: 48px;
}

.card-row .card .card-body:last-child {
  position: relative;
  bottom: 0;
}

.card-row .card .card-image {
  position: relative;
}

.card-row .card .card-icon {
  position: absolute;
  right: -30px;
  top: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f3d127;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card-row .card .card-body .card-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
}

.card-row .card .card-body .card-ratings {
  display: flex;
  align-items: center;
}

.card-row .card .card-body .card-ratings .card-stars {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.card-row .card .card-body .card-ratings > div {
  display: flex;
  align-items: center;
}

.card-stars img {
  margin-right: 7px;
  width: 15px !important;
  height: auto !important;
}

.card-row .card .card-body .card-ratings .value {
  font-weight: 600;
  margin: 0;
  font-size: 14px;
  padding-right: 24px;
  border-right: 1px solid #dddddd;
}

.card-row .card .card-body .card-ratings .label {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 0 12px 0 24px;
}

.card-row .card .card-body .card-ratings > div:first-child .label {
  margin-left: 0;
}

.card .card-body .card-title {
  font-weight: 600;
  font-size: 20px;
}

.card .card-body .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #767676;
  max-width: 420px;
  margin-bottom: 12px;
}

.card .card-body .card-btn {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  padding: 0px;
}

.content-pagination {
  margin-top: 35px;
  margin-bottom: 60px;
}

.content-pagination button {
  text-align: center;
  width: 50px;
  height: 50px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #030303;
  border: none;
  border-radius: 8px;
  margin-right: 20px;
}

.content-pagination .old,
.content-pagination .next {
  background: #f3d127;
}

.content-pagination button.item {
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

.content-pagination button.item.disab {
  color: #c4c4c4;
}

.content-pagination .old.disab,
.content-pagination .next.disab {
  background: #f8f8f8;
}

/* Page Service Sart */
.service {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.service .service-row {
  display: grid;
  grid-template-columns: 35% 65%;
  /* grid-gap: 20px; */
}

.service .service-row .service-title {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 32px;
  padding: 0px 0px;
}

.service .service-row .service-text {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
}

/* .service .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
} */
/* .service .service-row .service-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.service .service-row .service-right-item {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.service .service-row .service-right-item img {
  height: 150px;
  width: 150px;
  object-fit: contain;
}
.service .service-row .service-right-item .service-title {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
} */

.service-right {
  position: relative;
}

.service .carousel {
  width: 100%;
  height: 360px;
  border-radius: 10px;
}

.service .carousel-inner {
  height: 100%;
  border-radius: 10px;
}

.service .swiper-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  height: 440px;
}

.service .swiper-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service .swiper-item div {
  padding: 60px 40px 0 0;
}

.service .swiper-item h2 {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #121212;
}

.service .swiper-item p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #121212;
}

.service-btns {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}

.service-btns .swiper-slide {
  display: block;
  width: auto;
  margin: 0;
  width: 40px !important;
  height: 40px;
}

.service-btns button:hover,
.service-btns .swiper-slide button:hover {
  background-color: #f3d127;
  color: #000;
  border-color: #f3d127;
}

.service-btns button:active,
.service-btns .swiper-slide button:active {
  color: #fff;
}

.service-btns .swiper-slide button,
.service-btns .service-btn-next {
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c4c4c4;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  transition: all 0.2s;
}

.service-btns .service-btn-next {
  font-size: 18px;
  padding: 11px;
  background-color: #fff;
  color: #000000;
  border: none;
}

.service-btns .service-btn-next:active {
  background: #f3d127;
}

.service-btns .swiper-slide-thumb-active button {
  color: #f3d127;
  font-weight: 600;
}

/* partnerSwiper Section */

#commentSwiper .partnerSwiper-title,
#partnerSwiper .partnerSwiper-title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
  color: #121212;
}

.partnerSwiper-next-btn,
.commentSwiper-next-btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid #f3d127;
  background-color: #fff;
  color: #f3d127;
}

.commentSwiper-next-btn:first-child {
  left: 10px;
}

.partnerSwiper {
  height: 250px;
  display: flex;
  background: #ffffff;
  align-items: center;
}

.partnerSwiper .swiper-item {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnerSwiper .swiper-item .logo,
.partnerSwiper .swiper-item img {
  width: 100%;
}

/* CommentSwiper */

#commentSwiper {
  margin: 80px 0;
}

.commentSwiper .comment-item {
  height: 100%;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid rgba(151, 151, 151, 0.3);
  opacity: 0.5;
  transition: all 0.2s;
}

.commentSwiper .swiper-slide-active + .swiper-slide .comment-item {
  opacity: 1;
  border: 1px solid #f3d127;
}

.commentSwiper .comment-user-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.commentSwiper .comment-text {
  min-height: 185px;
  overflow: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #000000;
}

.commentSwiper
  .swiper-slide-active
  + .swiper-slide
  .comment-item
  .comment-text::-webkit-scrollbar {
  width: 3px;
}

.commentSwiper
  .swiper-slide-active
  + .swiper-slide
  .comment-item
  .comment-text::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #f3d127;
}

/* Page AboutUs Start */
#style {
  min-height: calc(100vh - 20px);
}

.contact-us-header .contact-us-nav .us-nav-item {
  width: 180px;
  padding: 10px;
  font-weight: 500;
  text-decoration: none;
  color: #121212;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding-right: 20px;
  margin: 6px;
}

.contact-us-header .contact-us-nav .us-nav-item:last-child {
  border: none;
}

.contact-us-header .contact-us-nav .us-nav-item.active {
  background: #f3d127;
}

.contact-us-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  margin: 0 auto;
  animation-name: fixedHeader;
  animation-duration: 0.4s;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-us-header .contact-us-nav {
  display: flex;
  width: max-content;
  border: 1px solid #f3d127;
  /* display: inline; */
  background: #ffffff;
  border-radius: 10px;
}

.contact-us-header {
  margin: 40px 0 20px 0;
}

.about-us .about-row {
  display: flex;
  flex-direction: column;
}

.about-us .about-row-swiper,
.about-us .about-row {
  margin-bottom: 60px;
}

.about-us .about-row .video-content {
  display: flex;
  align-items: flex-start;
}

.about-us .about-row .video-content .video {
  /* min-width: 770px;
max-width: 770px; */
}

.about-us .about-row .yellow-benefites-boxes .info-box-title {
  margin: 20px 0 16px 0;
  font-size: 30px;
}

.about-us .about-row .yellow-benefites-boxes {
  margin-bottom: 80px;
}

.about-us .about-row .yellow-info-boxes {
  align-items: center;
}

.about-us .about-row .yellow-benefites-boxes .box,
.about-us .about-row .yellow-info-boxes .box {
  padding: 10px 0;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  transition: 0.5s all;
  border: 1px solid #e6e4e4;
}

.about-us .about-row .yellow-benefites-boxes .box:hover,
.about-us .about-row .yellow-info-boxes .box:hover {
  border: 1px solid #f3d127;
}

.about-us .about-row .yellow-benefites-boxes .box:hover .image,
.about-us .about-row .yellow-info-boxes .box:hover .image {
  border-color: #f3d127;
}

.about-us .about-row .yellow-info-boxes .box .image,
.about-us .about-row .yellow-benefites-boxes .box .image {
  height: 120px;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-left: 10px;
  border-radius: 18px;
  transition: 0.5s all;
  border: 1px solid #e6e4e4;
}

.about-us .about-row .yellow-info-boxes .box .title-text .box-title {
  font-weight: 600;
  font-size: 26px;
}

.about-us .about-row .yellow-info-boxes .box .title-text {
  margin: 0 20px;
}

.about-us .about-row .yellow-info-boxes .box .box-text {
  margin: 0;
}

.about-us .about-row .yellow-benefites-boxes .box {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
}

.about-us .about-row .yellow-benefites-boxes .box .image {
  margin: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 60px;
}

.about-us .about-row .yellow-benefites-boxes .box .box-title {
  font-size: 20px;
  font-weight: 600;
}

.about-us .about-row .about-title {
  font-weight: 600;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-us .about-row .about-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  position: relative;
  z-index: 10;
}

.about-row .about-text a {
  text-decoration: none;
  transition: 0.3s;
}

.about-row .about-text a:hover {
  text-decoration: underline;
}

.about-row-swiper {
  display: flex;
}

.about-row-swiper .thumb-swiper {
  height: 460px;
  min-width: 60%;
  max-width: 770px;
  width: 770px;
  position: relative;
  overflow: hidden;
  margin-left: auto;
}

.about-row-swiper .thumb-swiper .swiper {
  width: 100%;
}

.about-row-swiper .mySwiper {
  height: auto;
  box-sizing: border-box;
  margin: 24px 0 !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 10px;
}

.about-row-swiper .mySwiper .swiper-wrapper {
  height: 70px !important;
}

.about-row-swiper .mySwiper .swiper-wrapper .swiper-slide {
  height: 100%;
}

.about-row-swiper .mySwiper2-prew-btn,
.about-row-swiper .mySwiper2-next-btn {
  width: 50px;
  height: 50px;
  padding: 6px;
  margin-left: 15px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid #f3d127;
  background-color: transparent;
  color: #f3d127;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.about-row-swiper .mySwiper2-next-btn {
  right: 20px;
}

.about-row-swiper.reverce {
  flex-direction: row-reverse;
}

.about-row-swiper .title-text {
  padding: 0 25px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 40%;
}

.about-row-swiper.reverce .title-text {
  margin-left: 25px;
  margin-right: 0;
}

.about-row-swiper .title-text img {
  display: block;
  width: 160px;
  margin-bottom: 35px;
}

.about-row-swiper .title-text img:last-child {
  width: 220px;
}

.about-row-swiper .title-text .more-button {
  border: 1px solid #f3d127;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  height: 50px;
  transition: 0.5s all;
  width: 180px;
}

.about-row-swiper .title-text .more-button:hover {
  background: #f3d127;
}

.about-row-swiper .mySwiper2 .swiper-button-prev,
.about-row-swiper .mySwiper2 .swiper-button-next {
  display: none;
}

.about-row-swiper .mySwiper2 {
  height: 100%;
  border-radius: 24px;
}

.about-row-swiper .mySwiper .swiper-slide {
  width: 25%;
  height: 100px;
  /* opacity: 0.4; */
  border-radius: 8px;
  border: 2px solid rgba(109, 109, 109);
  overflow: hidden;
}

.about-row-swiper .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #f3d127;
}

.about-row-swiper .thumb-swiper .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-row-swiper .thumb-swiper .swiper {
  width: 100%;
}

.about-row-swiper .thumb-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.video-title {
  font-size: 28px;
}

.about-row-swiper .thumb-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-row-swiper .thumb-swiper .swiper {
  margin-left: auto;
  margin-right: auto;
}

.about-row-swiper .thumb-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.festival {
  background: #ffffff;
  margin-top: 280px;
  display: flow-root;
  margin-bottom: 60px;
  border-top: 1px solid #f3d127;
  border-bottom: 1px solid #f3d127;
}

.festival .about-row {
  margin-bottom: 30px;
}

.festival .about-row .video {
  width: 800px;
  margin: 0 auto;
  margin-top: -190px;
}

.festival .about-row .video-title {
  margin: 20px auto;
  text-align: center;
}

.festival .about-row .about-text {
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.about-row .big-imgage img {
  object-fit: cover;
  float: left;
  border-radius: 50%;
  border: 1px solid #f3d127;
  overflow: hidden;
  min-width: 480px;
  max-width: 480px;
  height: 480px;
  margin-right: 20px;
}

.about-row .video-content h4 {
  color: #6a6a6a;
  margin: 8px 0 40px 0;
}

.about-row .video-content h2,
.about-row .video-content h4,
.about-row .video-content h4 + .about-text {
  /* margin-left: 30px; */
}

.festival.command .about-row-swiper {
  flex-direction: column;
}

.festival.command .about-row-swiper .thumb-swiper {
  height: unset;
}

.festival.command .about-row-swiper .thumb-swiper .swiper-slide-active {
  border-color: #c0c1c1;
}

.festival .about-row .video {
  border: 1px solid #f3d127;
}

.control {
  margin-bottom: 100px;
}

.control img {
  margin: 0 auto;
  display: block;
  margin-bottom: 24px;
}

.control .contact-text {
  text-align: center;
  margin-bottom: 32px;
}

.control .contact-title {
  margin-bottom: 20px;
  font-size: 28px;
}

.contact-us-form .send-button {
  padding: 12px 0;
  background: #fff;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  transition: 0.5s all;
  border: 1px solid #f3d127;
}

.contact-us-form .send-button:hover {
  background: #f3d127;
}

.contact-us-form {
  width: 490px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
}

/* Page Contacts Start */
#contacts {
  min-height: calc(100vh - 100px);
}

.contacts .nav-pills {
  margin: 40px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.contacts .nav-pills .nav-item {
  padding: 6px 10px;
  background-color: #ffffff;
}

.contacts .nav-pills .nav-item:first-child {
  border-radius: 10px 0px 0px 10px;
}

.contacts .nav-pills .nav-item:last-child {
  border-radius: 0px 10px 10px 0px;
}

.contacts .nav-pills .nav-link {
  height: 45px;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  width: 200px;
  border-radius: 10px;
}

.tabline {
  border-right: 1px solid #f4f4f4;
  display: inline-block;
  /* height: 100%; */
}

.contacts .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f3d127;
}

.contacts-info-group {
  position: relative;
  padding: 30px;
  border-radius: 10px !important;
  background-color: #ffffff;
}

.contacts-info-group .contacts-title {
  font-weight: 600;
  font-size: 24px;
}

.contacts-info-group .contacts-info {
  font-weight: 600;
  padding: 25px 25px 5px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #f3d127;
}

.contacts-info-group .contacts-info p {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 18px;
  vertical-align: baseline;
  /* transition: all 0.2s; */
}

.contacts-info-group .contacts-info p:hover,
.contacts-info-group .contacts-info p:hover a {
  color: #f3d127;
}

.contacts-info-group .contacts-info-link {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.contacts-info-group .contacts-info p i {
  margin-right: 8px;
  font-size: 20px;
  /* transition: all 0.2s; */
}

.contacts-info-group .contacts-image {
  position: absolute;
  top: 38%;
  right: 10%;
  width: 120px;
}

.contacts-address-group {
  margin: 20px 0px 0px 0px;
  padding: 30px;
  border: 1px solid #f3d127;
  border-radius: 10px;
  height: 320px;
  box-sizing: border-box;
}

.contacts-address-group .contact-map {
  width: 100%;
  overflow: hidden;
  height: 220px;
  border-radius: 10px;
}

.contacts-address-group iframe {
  border: 0;
  border-radius: 10px;
  margin-top: -120px;
}

.gm-style .place-card-large {
  display: none;
}

.contacts-address-group .contacts-title {
  font-weight: 600;
  font-size: 24px;
  /* margin-bottom: 15px; */
}

.contacts-address-group .contacts-address {
  /* margin-top: 10px; */
  font-weight: 400;
  font-size: 14px;
}

.contacts .contacts-form {
  min-height: 620px;
  padding: 30px 30px;
  margin-left: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}

.contacts .contacts-form .btt img,
#parcelsModal .parcels-form .btt img,
.profile-info-group .btt img,
.bonus .bonus-item.bonus-invite .btt img {
  width: 20px;
}

#parcelsModal .parcels-form .btt {
  font-size: 14px;
  width: auto;
  line-height: 1;
  color: #121212;
}

.contacts .contacts-form .contacts-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}

.contacts .contacts-form .contacts-form-btn {
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #f3d127;
  background: #fff;
  height: 50px;
  position: absolute;
  bottom: 30px;
  transition: 0.5s all;
  width: 180px;
}

.contacts .contacts-form .contacts-form-btn:hover {
  background: #f3d127;
}

form textarea {
  height: 150px;
}

label[for="name"],
label[for="email"],
label[for="address"],
label[for="second-name"],
label[for="phoneMasked"] {
  font-weight: 500;
  font-size: 15px;
  margin-left: 5px;
}

.contacts-form input.form-control {
  height: 46px;
  border-radius: 10px !important;
}

.error-border {
  border-color: #e83d3d !important;
}

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

/* Page Help Start */

.faq-content {
  margin-top: 50px;
  margin-bottom: 60px !important;
}

.faq-content .faq-content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  /* margin-bottom: 30px; */
}

.accordion .accordion-item {
  background-color: #fff;
  margin-bottom: 10px;
  border-color: #f8f8f8;
}

.accordion .accordion-item .accordion-body {
  padding: 26px 26px 6px 26px;
}

.accordion-button {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  color: #000000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.accordion-item,
.accordion-button {
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.accordion-button:focus {
  border-color: #f3d127;
  box-shadow: 0px 0px 5px 1px rgba(48, 46, 38, 0.119);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M11 11V5h2v6h6v2h-6v6h-2v-6H5v-2z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M5 11h14v2H5z'/%3E%3C/svg%3E");
}

.accordion-body strong {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}

.accordion-body p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

/* Page HelpShop Start */
#help-shop {
  min-height: calc(100vh - 20px);
}

.help-shop {
  margin-top: 60px;
  margin-bottom: 60px;
}

.help-shop .help-shop-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.help-shop__image {
  border-radius: 20px;
  object-fit: contain;
  width: 100%;
}

.help-shop .help-shop-row .help-shop__title {
  font-weight: 600;
  font-size: 40px;
  margin: 50px 0 10px;
}

.help-shop .help-shop-row .help-shop__text {
  font-weight: 500;
  font-size: 18px;
}

/* Page Intro Start */
#intro {
  display: flex;
  font-size: 10px;
  cursor: pointer;
}

.intro-row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}

.intro-item h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.intro-item h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
}

#intro .intro-line {
  position: absolute;
  width: 4px;
  height: 100%;
  z-index: 5;
  left: 5px;
}

#intro .intro-row:first-child {
  background-image: url(/images/line_slider.png);
  background-position: 100%;
  background-size: 8px 100%;
  background-repeat: no-repeat;
  margin-right: 6px;
}

#intro .intro-row:first-child::after {
  content: "ye";
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 600;
  font-size: 42px;
}

/* #intro .intro-row:first-child::before {
	content: "";
	position: absolute;
	height: 100%;
	right: 7px;
	width: 4px;
	background: #fff;
} */
#intro .intro-row:last-child {
  background-image: url(/images/line_slider.png);
  background-position: 0px;
  background-size: 8px 100%;
  background-repeat: no-repeat;
  border-right: 2px solid #fff;
}

#intro .intro-row:last-child::before {
  content: "ow";
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 600;
  font-size: 42px;
}

/* #intro .intro-row:last-child::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 7px;
	width: 4px;
	background: #fff;
} */
#intro .intro-row:hover {
  transition: 0.5s;
  background-color: #f3d127;
}

/* --- social networks --- */

.social-networks {
  position: fixed;
  height: auto;
  bottom: 40px;
  z-index: 15;
  right: 40px;
}

.y-b {
  border: 1px solid #f3d127;
}

.social-networks .net-collapse.show,
.social-networks {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.social-networks .net-collapse {
  display: none;
  animation-name: networkClose;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  /* transform: translateY(100%);
	opacity: 0; */
}

.social-networks .net-collapse.show {
  animation-name: networkOpen;
  display: flex;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

@keyframes networkOpen {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes networkClose {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

.social-networks .btn.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 56px;
  padding: 0 15px;
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 64px;
  margin-bottom: 20px;
  transition: width 0.5s all;
}

button.btn.social-btn:hover {
  box-shadow: 0px 4px 16px rgb(138 138 138 / 40%);
}

.social-networks .btn.social-btn p {
  margin: 0;
  margin-right: 20px;
  display: none;
  opacity: 0;
}

.social-networks .btn.social-btn:hover {
  width: auto;
  border: 1px solid #f3d127;
  box-shadow: 0px 4px 16px rgb(138 138 138 / 40%);
  /* background: #f3d127; */
}

.social-networks .btn.social-btn:hover p {
  display: block;
  opacity: 1;
}

.social-networks .btn.social-btn img {
  /* filter: brightness(0) invert(0) ; */
  z-index: 15;
  /* position: absolute;
    top: 0px;
    right: 0px; */
}

a.social-btn img {
  width: 26px !important;
}

/* --- franchayzing page --- */
.franchize-header {
  background: #fff;
  border: 1px solid #f3d127;
}

.franchize-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  margin: 0 auto;
  animation-name: fixedHeader;
  animation-duration: 0.4s;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
}

.franchize-header .franchize-nav {
  display: flex;
  justify-content: space-between;
}

.franchize-header .franchize-nav .fran-nav-item {
  width: auto;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  color: #121212;
  text-align: center;
}

.franchize-header .franchize-nav .fran-nav-item.active {
  color: #f3d127;
}

.franchize-section {
  margin-top: 60px;
}

.franchize-section .franchize-top-content .video {
  width: 800px;
  margin: 0 auto;
}

.franchize-section .franchize-top-content .section-title {
  width: auto;
  margin: 0 15px;
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
}

.franchize-section .franchize-top-content p {
  text-align: center;
  margin: 24px auto 40px auto;
}

.franchize-section .why-choose-us {
  display: flex;
  flex-direction: column;
}

.franchize-section .why-choose-us .section-title {
  font-size: 30px;
  font-weight: 500;
  white-space: nowrap;
  margin: 0 15px;
}

.franchize-section .why-choose-us .why-choose-us-boxes {
  justify-content: space-evenly;
  display: flex;
  margin-top: 20px;
}

.franchize-section .why-choose-us .why-choose-us-boxes .box {
  border: 1px solid #f3d127;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

.franchize-section .why-choose-us .why-choose-us-boxes .box .box-image {
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(232, 195, 5, 0.1);
  border-radius: 8px;
}

.franchize-section .why-choose-us .why-choose-us-boxes .box .box-image img {
  width: 36px;
  height: 36px;
}

.franchize-section .why-choose-us .why-choose-us-boxes .box .box-title {
  font-weight: 600;
  font-size: 28px;
}

.franchize-section .why-choose-us .why-choose-us-boxes .box .box-text {
  margin-bottom: 0;
}

.franchize-section .how-yellow-operates {
  background: #ffffff;
  border-radius: 42px;
  padding: 50px;
}

.franchize-section .how-yellow-operates .section-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  white-space: nowrap;
  margin: 0 15px;
}

.franchize-section .how-yellow-operates .how-yellow-operates-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}

.franchize-section .how-yellow-operates .how-yellow-operates-boxes .box {
  min-width: 200px;
  width: 220px;
  height: 263px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid transparent;
  transition: 0.3s;
  border: 1px solid #e6e4e4;
}

.box-title {
  transition: 0.3s;
}

.franchize-section .how-yellow-operates .how-yellow-operates-boxes .box:hover {
  border-color: #f3d127;
}

.franchize-section
  .how-yellow-operates
  .how-yellow-operates-boxes
  .box:hover
  .box-title {
  color: #f3d127;
}

.franchize-section
  .business-opportunity
  .business-opportunity-boxes
  .box:last-child,
.franchize-section
  .how-yellow-operates
  .how-yellow-operates-boxes
  .box:last-child {
  margin: 0;
}

.franchize-section .how-yellow-operates .how-yellow-operates-boxes .box-title {
  font-size: 64px;
  line-height: 77px;
  color: #f4f4f4;
  font-weight: 400;
}

.franchize-section .how-yellow-operates .how-yellow-operates-boxes img {
  width: 36px;
  height: 36px;
}

.franchize-section .how-yellow-operates .how-yellow-operates-boxes .box-text {
  margin: 0;
  position: absolute;
  bottom: 20px;
}

.franchize-section .business-opportunity .section-title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  white-space: nowrap;
  margin: 0 15px;
}

.franchize-section .business-opportunity .business-opportunity-boxes {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.franchize-section .business-opportunity .business-opportunity-boxes .box {
  width: 400px;
  height: 350px;
  margin-right: 25px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.franchize-section .business-opportunity .business-opportunity-boxes .box-sum {
  line-height: 40px;
  font-size: 36px;
  margin-top: 60px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #f3d127;
}

.franchize-section
  .business-opportunity
  .business-opportunity-boxes
  .box-title {
  font-weight: 600;
  margin-bottom: 20px;
}

#franchise-set-up {
  background: #ffffff;
  padding: 50px 0;
  border-top: 1px solid #f3d127;
  border-bottom: 1px solid #f3d127;
}

.franchize-section .franchise-set-up .section-title {
  font-weight: 600;
  margin: 0 15px;
  white-space: nowrap;
  font-size: 30px;
}

.franchize-section .franchise-set-up .franchise-set-up-boxes .box {
  width: 140px;
  margin: 0 auto;
  margin-top: 20px;
}

.franchize-section .franchise-set-up .franchise-set-up-boxes .box .box-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #f3d127;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.franchize-section
  .franchise-set-up
  .franchise-set-up-boxes
  .box
  .box-image
  img {
  width: 30px;
  height: 30px;
}

.franchize-section .franchise-set-up .franchise-set-up-boxes .box .box-title {
  font-weight: 600;
  font-size: 26px;
  margin: 26px 0 20px 0;
}

.franchize-section
  .franchise-set-up
  .franchise-set-up-boxes
  .box
  .box-title
  span {
  font-size: 32px;
}

.franchize-section .faq-join-us .section-title {
  font-weight: 600;
  text-align: center;
  margin: 0 15px;
  white-space: nowrap;
  font-size: 30px;
}

.franchize-section .faq-join-us {
  width: 100%;
  margin: 0 auto;
}

.franchize-section .faq-join-us .title-top {
  margin-bottom: 40px;
}

.accordion-item {
  border: none;
  margin-top: 20px;
}

.accordion-item .accordion-body {
  padding: 20px 40px;
  border-bottom: 2px solid #dedede;
}

.accordion-item .accordion-button {
  border-bottom: 4px solid #f3d127;
  font-size: 16px;
  line-height: 19px;
  padding: 20px;
  box-shadow: none;
  background: #ffffff;
}

.accordion-button.collapsed {
  border-color: transparent;
}

.franchize-section .featured-in .section-title {
  font-weight: 600;
  margin: 0 15px;
  white-space: nowrap;
  font-size: 30px;
}

.franchize-section .featured-in .featured-in-boxes {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.franchize-section .featured-in .featured-in-boxes .col-md-3:first-child {
  padding-left: 0;
}

.franchize-section .featured-in .featured-in-boxes .col-md-3:last-child {
  padding-right: 0;
}

.franchize-section .featured-in .featured-in-boxes .box {
  padding: 28px;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
}

.franchize-section .featured-in .featured-in-boxes .box img {
  width: 100%;
}

.franchize-section .meet-us {
  display: flex;
  justify-content: space-between;
}

.franchize-section .meet-us .meet-us-content {
  width: 490px;
  margin-right: 24px;
  position: relative;
}

.franchize-section .meet-us .meet-us-content .section-title {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 30px;
}

.franchize-section .meet-us .meet-us-content .join-us.btn,
.franchize-section
  .join-us
  .join-us-content
  .left-side
  .join-us-form
  .send-button {
  padding: 10px;
  min-width: 180px;
  white-space: nowrap;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 16px;
  transition: 0.3s;

  border: 1px solid #f3d127;
  background: #fff;
}

.franchize-section
  .join-us
  .join-us-content
  .left-side
  .join-us-form
  .send-button:hover,
.franchize-section .meet-us .meet-us-content .join-us:hover {
  background: #f3d127;
}

.franchize-section .meet-us-image {
  width: 800px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #f3d127;
}

.franchize-section .meet-us-image img {
  width: 100%;
}

.franchize-section .join-us {
  margin-bottom: 120px;
}

.franchize-section .join-us .section-title {
  font-weight: 600;
  margin: 0 15px;
  white-space: nowrap;
  font-size: 30px;
}

.franchize-section .join-us .join-us-content {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  padding-top: 20px;
}

.franchize-section .join-us .join-us-content .right-side img {
  width: 100%;
}

.franchize-section .join-us .join-us-content .left-side .bt.btt img {
  width: 20px;
}

.franchize-section .join-us .join-us-content .left-side .join-us-form {
  margin-right: 50px;
}

.franchize-section
  .join-us
  .join-us-content
  .left-side
  .join-us-form
  .send-button {
  position: relative;
  bottom: unset;
}

.franchize-section .join-us .join-us-content select,
.franchize-section .join-us .join-us-content input {
  border: 1px solid #e6e4e4;
  border-radius: 10px;
}

.franchize-section .join-us .join-us-content .radio-buttons p {
  height: 30px;
  line-height: 18px;
  margin-bottom: 10px;
}

.franchize-section .join-us .join-us-content .radio-buttons input {
  margin-left: 60px;
  cursor: pointer;
}

/* .franchize-section .join-us .join-us-content .radio-buttons label{
	padding-bottom: 25px;
} */

.franchize-section .join-us .join-us-content .radio-buttons label {
  margin-left: 12px;
  cursor: pointer;
}

/* - top-menu - */

#top-menu {
  background: #ffffff;
  padding: 10px 0;
  height: 60px;
}

.top-menu-list {
  max-width: 1100px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
}

.top-menu-btn {
  font-weight: 500;
  font-size: 16px;
  /* line-height: 19px; */
  color: #121212;
}

.top-menu-btn.active,
.top-menu-btn:focus,
.top-menu-btn:hover {
  color: #f3d127;
}

/*  -  Online section -  */
.online {
  margin-top: 60px;
}

#online .online .online-video {
  max-width: 65%;
  margin: 0 auto !important;
}

.online-title {
  max-width: 900px;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  margin-bottom: 20px;
}

.online-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

/*   -  Choose  -   */

.choose {
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.choose-title {
  max-width: 500px;
  font-weight: 600;
  font-size: 76px;
  line-height: 136px;
  color: #121212;
}

.choose-list {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 15px;
}

.choose-item {
  max-width: 220px;
}

.choose-item-link {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  font-size: 48px;
  text-decoration: none;
  background: #e8c20524;
  border-radius: 8px;
  color: #f3d127;
  margin-bottom: 25px;
}

.choose-item-title {
  margin: 0;
  font-weight: 400;
  font-size: 38px;
  line-height: 58px;
  color: #121212;
}

.choose-item-desc {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
}

/*   -***  Operates  ***-   */

.operates {
  background: #ffffff;
  border-radius: 30px;
  padding: 50px 30px 80px;
}

.operates-title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px;
}

.operates-list {
  max-width: 1240px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.operates-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.operates-item-title {
  font-weight: 300;
  font-size: 64px;
  line-height: 77px;
  color: #f4f4f4;
  margin-bottom: 20px;
}

.operates-item i {
  font-size: 40px;
  color: #f3d127;
}

.operates-item-desc {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

/*  -***    Ensures start  ***-    */

#ensures {
  margin-top: 80px;
  margin-bottom: 80px;
}

.ensures-top {
  margin-bottom: 32px;
}

.ensures-title {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #121212;
}

.ensures-nav {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 5px;
  max-width: 1025px;
}

.ensures-nav div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ensures-nav a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-radius: 4px;
  padding: 10px 15px;
  height: 40px;
  text-decoration: none;
  transition: 0.3s;
}

.ensures-nav a.active,
.ensures-nav a:active {
  color: #f3d127;
  background: #ffffff;
}

.ensures-nav a:hover {
  color: #f3d127;
}

.ensures-left {
  width: 65%;
}

.ensures-swiper {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  margin-left: 1px;
}

.ensures-slide {
  transition: all 0.3s;
}

.ensures-slide .img-wraper img {
  width: 100%;
  object-fit: cover;
  height: 560px;
}

.ensures-swiper.swiper-pagination-bullet {
  width: 106px;
  height: 76px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
  border-radius: 10px !important;
  opacity: 1;
}

.ensures-swiper.swiper-pagination-bullet img {
  width: 100px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}

.ensures-swiper.swiper-pagination-bullet-active {
  background-color: #fff;
}

.ensures-wrapp {
  display: flex;
  gap: 24px;
}

.ensures-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ensures-right-desc {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}

/*  -***    Ensures end  ***-    */

/*  -***    Business start  ***-    */

#business {
  margin-bottom: 80px;
}

.business-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #121212;
  text-align: center;
}

.business-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.business-item {
  max-width: 450px;
  width: 100%;
  max-height: 428px;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.business-item h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 62px;
  line-height: 87px;
  color: #f3d127;
}

.business-item h4 {
  margin-bottom: 18px;
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #121212;
}

.business-item p {
  max-width: 318px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #121212;
}

/*  -***    Business end  ***-    */

/*  -***    Set-Up start  ***-    */
#set {
  background: #ffffff;
  margin-bottom: 80px;
}

.set {
  padding: 40px 12px;
}

.set h2 {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #121212;
}

.set-list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px;
}

.set-item-icon {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  padding: 20px;
  line-height: 26px;
  background: #ffff;
  color: #f3d127;
  font-size: 32px;
  border-radius: 50%;
}

.set-title {
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #121212;
}

.set-title span {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  color: #121212;
}

.set-desc {
  max-width: 140px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4f4f4f;
}

.set-line {
  position: absolute;
  width: 85.3%;
  height: 1px;
  left: 0;
  bottom: 71px;
  background: #9c9c9c;
}

.set-line::before {
  position: absolute;
  content: " ";
  top: -6px;
  right: -5px;
  width: 12px;
  height: 12px;
  background: #f3d127;
  border-radius: 50%;
}

/*  -***    Set-Up end  ***-    */

/*  -***    Acordion start  ***-    */
#acordion {
  margin-bottom: 80px;
}

.acordion-title {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}

.acordion {
  max-width: 1000px;
  margin: 0 auto;
}

.accordion.acordion {
  border-radius: 8px;
}

.acordion .accordion-button,
.acordion .accordion-header {
  height: 53px;
}

.acordion .accordion-item,
.acordion .accordion-button,
.acordion .accordion-header {
  background: #ffffff;
  border-radius: 8px;
  /* height: 53px; */
}

.acordion .accordion-button {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 19px;
}

.acordion .accordion-body {
  padding: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

/*  -***    Acordion end  ***-    */

/*  -***    Meet start  ***-    */
#meet {
  margin-bottom: 80px;
}

.meet-title {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 30px;
}

.meet-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 50px;
}

.meet-item {
  padding: 15px 0;
}

.meet-item-link {
  display: inline;
  padding: 25px 20px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
}

.meet-item-link img {
  width: calc(100% - 40px);
}

.meet-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.meet-bottom div {
  max-width: 34%;
}

.meet-bottom img {
  max-width: 64%;
}

.meet-bottom h2 {
  margin: 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}

.meet-bottom p {
  max-width: 488px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 30px;
}

.meet-bottom a,
.join-left .join-btn {
  height: 50px;
  padding: 13px 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  background: #f3d127;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  overflow: hidden;
}

.meet-bottom a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  -***    Meet end  ***-    */

/*  -***    Join Us start  ***-    */
#join {
  margin-bottom: 90px;
}

.join {
  display: flex;
  justify-content: space-between;
}

.join-left {
  width: 50%;
}

.join-right {
  width: 44%;
}

.join-right img {
  width: 100%;
  object-fit: contain;
}

.join-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.join-item .input,
.join-item input,
.join-item select {
  border: 1px solid #e6e4e4;
  border-radius: 8px !important;
}

.join-item select,
.join-item .input,
.join-item .input::placeholder {
  color: #a8a8a8;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #a8a8a8;
}

.join-item select:focus {
  border-color: #f3d127;
  outline: none !important;
  box-shadow: none;
}

.join-item label {
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}

.join-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 20px;
}

.join-desc {
  max-width: 360px;
  margin-bottom: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.join-list {
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.join-item {
  padding: 0;
}

.btt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 44px;
  z-index: 200;
  border: none;
  background: #fff;
}

.btt:focus-visible {
  outline: unset;
}

.btt:hover + input.number-input,
.number-input:hover + button.btt {
  border-color: #f3d127 !important;
}

input.number-input:focus {
  border-color: #f3d127;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input.number-input {
  height: 50px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  border-radius: 10px !important;
  padding-left: 95px !important;
  --webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  --webkit-appearance: none;
  margin: 0;
}

span .coutry-select {
  display: inline-block;
  background-image: url(../images/new/sprite.webp);
  background-position: -194px -29px;
  height: 6px;
  margin: auto 0;
  width: 11px !important;
  transition: 0.3s;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 5px;
}

.input-margin-b button span img {
  width: 24px;
  /* margin-right: 10px; */
}

.input-margin-b button span img + i {
  /* margin-right: 5px; */
}

/* radio input */
.join-item .label {
  display: block;
}

.radio-item {
  display: inline-block;
  position: relative;
  padding: 0 0px;
  /* margin: 10px 65px 0 0; */
  /* width: 40%; */
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-item label {
  color: #666;
  font-weight: normal;
}

.radio-item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #828282;
  background-color: transparent;
  transition: all 0.3s;
}

.radio-item input[type="radio"]:checked + label:before {
  border: 2px solid #f3d127;
}

.radio-item input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 4px;
  content: " ";
  display: block;
  background: #f3d127;
}

.join-btn {
  margin-top: 40px;
  font-size: 19px !important;
}

/*  -***    Join Us end  ***-    */

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

.fr.footer div {
  display: flex;
  align-items: center;
}

.fr.footer div p {
  margin: 0;
  margin-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7d7d7d;
}

.fr.footer a {
  display: flex;
  align-items: center;
  margin-left: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.fr.footer a i {
  margin-right: 10px;
}

/* ----------------------------- Modalls LANG-MODAL ------------------ */

.lang-menu {
  /*width: 58px;*/
  /* position: relative; */
  margin-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999 !important;
}

.lang-menu div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.selected-lang {
  /*width: 58px;*/
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 2;
}

/* .selected-lang::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  margin-top: 4px;
  margin-right: 5px;
  background-image: url(../images/usa.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
} */

.lang-menu ul {
  opacity: 0;
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  border: none;
  /* box-shadow: 0px 4px 16px rgb(138 138 138 / 20%); */
  border-radius: 5px;
  list-style: none;
  position: absolute;
  overflow: hidden;
  top: 30px;
  right: auto;
  left: auto;
  transition: all 0.3s ease;
  z-index: -1;
}

.lang-menu ul li {
  display: flex;
  align-items: center;
}

.lang-menu ul li a {
  min-width: 100%;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 12px;
  color: black;
  transition: all 0.2s ease;
}

.lang-menu ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  /* margin-right: 10px; */
  background-image: url(../images/new/en-flag.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
}

.lang-menu ul li a:hover {
  background-color: #dedede;
}

.en::before {
  background-image: url(../images/new/en-flag.svg) !important;
}

.ru::before {
  background-image: url(../images/new/ru-flag.svg) !important;
}

.uz::before {
  background-image: url(../images/new/uz-flag.svg) !important;
}

.lang-menu.act ul {
  top: 71px;
  opacity: 1;
  z-index: 999;
  transition: all 0.3s ease;
}

.navbar {
  position: static;
}

span.wh-55 {
  width: 55px;
  height: 55px;
}

/* Calculator Modall */

/* *** ** Calculator Modall ** *** */
.modal-dialog.calculator-modal {
  width: auto;
  max-width: unset;
  margin: 0 auto;
  height: 100%;
}

.modal-dialog.calculator-modal .calculator-section-title {
  display: none;
}

.modal-dialog.calculator-modal .modal-header {
  padding: 0;
}

.modal-dialog.calculator-modal .modal-body {
  background: #ffffff;
  border-radius: 20px;
  margin-top: 15px;
}

.modal-dialog.calculator-modal .calculator-item {
  margin-bottom: 20px;
}

.modal-dialog.calculator-modal .calculator-total-amount {
  border-top: none;
  border-radius: 20px;
  padding: 0;
}

.modal-dialog.calculator-m {
  max-width: 770px;
  /* width: 770px !important; */
  transition: all 0.5s;
  margin: auto;
}

.modal .calculator-m .modal-content {
  position: relative;
  width: 770px;
  width: 100%;
  border-radius: 15px;
  background: #ffffff;
  transition: all 0.5s;
}

.modal-body h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.calculator-m .calculator-rows .calculator-item {
  padding: 0px;
  padding-right: 0;
  font-size: 18px;
}

.modal-content {
  padding: 20px;
}

.form-control {
  border-radius: 10px;
}

/* Calullator & All Inputs */
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  border-radius: 10px;
  padding: 10px 10px;
}

.calculator-m .calculator-m input[type="text"],
.calculator-m input[type="email"],
.calculator-m input[type="search"],
.number-input,
textarea,
.calculator-m select {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #000000;
  border: 1px solid #e6e4e4;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  height: 50px;
  transition: 0.35s ease-in-out;
}

label.top-lable {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.mb-36px {
  margin-bottom: 36px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="checkbox"]:focus,
input[type="search"]:focus,
.number-input,
textarea:focus,
select:focus {
  border-color: #f3d127;
  box-shadow: none;
}

option {
  font-weight: 600;
}

option:checked {
  color: #f3d127;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 99%;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #f3d127;
  border: 1px solid #f3d127;
  background: #f3d127;
  border-radius: 50px;
}

input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 0px 1px #fff;
  border: 4px solid #f3d127;
  height: 15px;
  width: 16px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.calculator-bottom {
  transition: all 0.5s;
}

.calc-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.calculator-m .btn-close {
  position: absolute;
  right: 11px;
  top: 18px;
}

.calc-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

/* ----------------------------- Modalls LANG-MODAL ------------------ */

/* ------------------------------  Media Queries ------------------------------ */

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-brand {
    margin-left: 0px;
  }

  .ensures-slide .img-wraper img {
    width: 100%;
    object-fit: cover;
    height: 500px;
  }
}

@media only screen and (max-width: 1201px) {
  /* Top-menu  */
  #top-menu div.container {
    overflow-x: auto;
  }

  #top-menu div.container::-webkit-scrollbar {
    width: 1px;
    height: 0;
  }

  .top-menu-list {
    min-width: 950px;
    padding: 0;
  }

  .top-menu-list .top-menu-item .nav-link,
  .top-menu-list .top-menu-item {
    font-size: 14px;
  }

  /* Calculator */
  .calculator-line li span {
    font-size: 8px;
    min-width: 23px;
  }

  /* Choose */
  .choose {
    flex-direction: column;
    /* align-items:flex-start; */
  }

  /* Operates */
  .operates-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .operates-item {
    max-width: 234px;
    min-height: 303px;
  }

  /* Ensures */
  .ensures-top {
    width: 100wh;
  }

  .ensures-nav {
    overflow: auto;
    width: 100%;
  }

  .ensures-nav div {
    overflow: auto;
  }

  .swiper .swiper-wrapper .swiper-slide .swiper-button {
    margin-top: 0;
  }

  .ensures-nav div::-webkit-scrollbar {
    width: 1px;
    height: 0px;
  }

  .ensures-nav a {
    flex-shrink: 0;
  }

  .ensures-wrapp {
    flex-direction: column;
  }

  .ensures-left {
    width: 100%;
  }

  .ensures-right-desc {
    margin-bottom: 25px;
  }

  /* Plans  */
  .plan .plan-group .plan-group-top-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .plan .plan-group .plan-group-top-list ul {
    width: 100%;
  }

  .plan-item {
    font-size: 14px;
  }

  /* *******************************************
  Franchaizing
  *********************************************/
  .meet-bottom h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .meet-bottom p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 36px;
  }
}

@media only screen and (max-width: 992px) {
  #online .online .online-video {
    max-width: 100%;
  }

  .ensures-swiper div.swiper-slide div.img-wraper {
    border-radius: 15px !important;
    padding: 0 !important;
  }

  .ensures-swiper {
    border-radius: 15px !important;
  }

  .ensures-slide .img-wraper img {
    height: 500px;
    border-radius: 15px !important;
    width: 100% !important;
  }

  .ensures-swiper.swiper-pagination-bullet img {
    width: 60px;
    height: 45px;
  }

  .ensures-swiper.swiper-pagination-bullet {
    width: 66px;
    height: 51px;
  }

  /* Plans  */
  .plan .plan-group .plan-group-top-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* *******************************************
  Franchaizing
  *********************************************/
  .meet-bottom {
    display: flex;
    align-items: center;
    flex-direction: column;

    justify-content: space-between;
    gap: 25px;
  }

  .meet-bottom img {
    height: auto;
    margin-top: 20px;
    max-width: 100%;
  }

  .meet-bottom div,
  .meet-bottom p {
    max-width: 100%;
  }

  .meet-list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 15px;
  }

  .join {
    flex-direction: column;
  }

  .join-left {
    width: 100%;
  }

  .join-right {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .steep-0-bottom {
    height: 400px;
    top: 236px;
  }

  .steep-0-bottom h3 {
    max-width: 403px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  .track-search-help {
    margin-bottom: 114px;
  }

  .mb-370 {
    margin-bottom: 270px;
  }

  .set-line {
    display: none;
  }

  .set {
    padding: 40px 20px !important;
  }

  .set-list {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
    /* padding: 0 20px; */
  }

  /* Contacts */
  .contacts .contacts-form {
    margin: 0;
    height: 100%;
    min-height: 657px;
  }
}

@media only screen and (max-width: 846px) {
  /* .online {
    margin-top: 60px;
  } */
  .online .online-title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 991px) {
  /* Section Contacts Start */
  .contact-us {
    margin-top: 25px;
    padding: 15px 10px;
  }

  .contact-us .contact-title {
    font-size: 14px;
  }

  .contact-us .contact-button {
    font-size: 12px;
    padding: 5px 15px;
    height: 40px;
  }

  /* Franchaizing */
  .fr.footer div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .fr.footer {
    flex-direction: column;
    gap: 20px;
  }

  .fr.footer div p {
    text-align: end;
  }
}

@media only screen and (max-width: 991px) {
  .steep-0-bottom {
    height: 295px;
    top: 236px;
  }

  .steep-0-bottom h3 {
    max-width: 378px;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 27px;
  }

  .mb-370 {
    margin-bottom: 220px;
  }

  .track-search-help button,
  .track-search-help a {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  /**************************************************
            Page Main Media-Small Start
***************************************************/
  /* Section Navbar Start */
  .navbar-light .navbar-nav {
    align-items: start;
  }

  .navbar-light .navbar-nav .nav-link.active::before {
    /* left: -11px; */
  }

  .navbar-light .navbar-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* display: none; */
  }

  div.lang-menu ul {
    top: 390px;
  }

  div.lang-menu.act ul {
    top: 410px;
  }

  .navbar-light .navbar-nav .nav-link.active::before {
    left: -10px;
  }

  /* Section Slider Start */
  .swiper {
    border-radius: 0;
    height: 380px;
  }

  .swiper .swiper-wrapper .swiper-slide {
    background-position: 20px, 28px;
    background-size: 4px 100%;
  }

  .swiper .swiper-wrapper .swiper-slide div:first-child {
    display: flex;
    flex-direction: column;
    /* padding-top: 30px;
		padding-left: 40px; */
  }

  .swiper .swiper-wrapper .swiper-slide .swiper-title {
    font-size: 28px;
    margin: 0 100px;
  }

  .swiper .swiper-wrapper .swiper-slide .swiper-text {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }

  .swiper .swiper-wrapper .swiper-slide .swiper-button {
    padding: 10px;
    margin: 0 30px;
  }

  .swiper .swiper-wrapper .swiper-slide .swiper-button i {
    display: none;
  }

  .swiper-progress-bar {
    transform: rotate(90deg);
    right: 25px;
    bottom: 85px;
    width: 150px;
    height: 2px;
  }

  /* Section How it works Start */
  .how {
    margin-top: 30px;
    text-align: center;
  }

  .how .how-row .how-video {
    border-radius: 15px;
  }

  .how .how-row div:last-child {
    padding: 0px;
  }

  .how .how-row .how-title {
    font-size: 22px;
    line-height: 24px;
  }

  .how .how-row .how-text {
    font-size: 14px;
    line-height: 17px;
  }

  .how .how-row .how-btn,
  .how-it-work .how-btn {
    font-size: 14px;
  }

  /* Section Chance Start */
  .chance {
    margin-top: 50px;
  }

  .chance .chance-section-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
  }

  .chance .chance-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .chance .chance-row .chance-item {
    padding: 10px;
  }

  .chance .chance-row .chance-item:nth-child(2),
  .chance .chance-row .chance-item:nth-child(4) {
    border-right: none;
  }

  .chance .chance-row .chance-title {
    font-size: 10px;
    padding: 5px;
    line-height: 14px;
  }

  .chance .chance-row .chance-icon {
    margin-bottom: 0;
    width: 30px;
  }

  /* Section Chance/AboutUs Start */
  /* Section Statistics Start */
  .statistics {
    margin-top: 20px;
  }

  .statistics .statistics-section-title {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }

  .statistics .statistics-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .statistics .statistics-row .statistics-col {
    padding: 15px;
    border-radius: 10px;
  }

  .statistics .statistics-row .statistics-icon {
    border-radius: 50%;
    padding: 10px;
  }

  .statistics .statistics-row .statistics-count {
    font-weight: 600;
    font-size: 22px;
  }

  .statistics .statistics-row .statistics-title {
    font-weight: 600;
    font-size: 14px;
  }

  /* Section Environment Start */
  .environment {
    margin-top: 50px;
    text-align: center;
  }

  .environment .environment-section-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .environment .environment-row .environment-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .environment .environment-row .environment-text,
  .environment .environment-row .environment-btn {
    font-size: 14px;
    line-height: 17px;
  }

  /* Section Calculator Start */
  #calculator {
    padding: 0 12px;
  }

  .calculator {
    margin-top: 50px;
  }

  .calculator .calculator-row {
    grid-template-columns: 100%;
    padding: 20px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .calculator .calculator-total-amount {
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .calculator .calculator-total-amount .calc-title {
    font-size: 14px;
  }

  .calculator .calculator-total-amount .calc-amount {
    font-size: 14px;
  }

  .calculator .calculator-section-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .calculator .calculator-row .calculator-item {
    padding: 0 12px;
    font-size: 18px;
  }

  .calculator .calculator-row .calculator-item:nth-child(2) {
    padding-top: 20px;
  }

  .calculator-item .row .col-12 {
    margin-top: 0 !important;
  }

  .calculator-line {
    top: 54px;
    padding: 0 16px 0 16px;
  }

  .calculator-line li {
    height: 5px;
  }

  .calculator-line li span {
    min-width: 23px;
    bottom: -14px;
    right: -9px;
    font-size: 7px;
  }

  /* Calculator labels */
  label[for="inputFrom"],
  label[for="inputTo"],
  label[for="formCheckCalc"],
  label[for="inputLength"],
  label[for="inputWidth"],
  label[for="inputHeight"],
  label[for="inputMeasurement"] {
    font-size: 12px;
    margin-left: 0;
    line-height: 15px;
  }

  /* Calullator & All Inputs */
  input[type="text"],
  input[type="email"],
  input[type="search"],
  textarea,
  select {
    font-size: 14px !important;
    /* font-weight: 500 !important; */
    border-radius: 8px;
    padding: 8px 8px !important;
  }

  input.register-number-input {
    padding-left: 70px !important;
  }

  .row div .bottom,
    .calculator-item .row .col-sm-3,
        /* .calculator-item .row .col-9, */
    .calculator-item .row .col-9, .calculator-item .row .col-3 {
    margin-top: 15px !important;
  }

  .row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0;
  }

  /* Section Help Start */
  #help {
    padding: 0 11px;
  }

  .help .help-row {
    flex-direction: column-reverse;
  }

  .help .help-row .help-left-col {
    /* padding: 40px 20px; */
    text-align: center;
  }

  .help .help-row .help-right-col {
    top: 25px;
    background-size: 75%;
  }

  .help .help-row .help-right-col .help-image {
    margin: 0px;
  }

  .help .help-row .help-left-col .help-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 16px;
  }

  .help .help-row .help-left-col .help-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    margin-right: 0;
  }

  /* Section Partner Start */
  .partners {
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
  }

  .partners .partners-section-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .partners-group-swiper {
    margin-top: 25px;
  }

  /* Section Comments Start */
  .comments {
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
  }

  .comments .comments-section-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .comments-swiper {
    margin-top: 25px;
  }

  .comments-swiper .comment-item {
    margin-right: 0px;
  }

  /* Section Contacts Start */
  .contact-us {
    margin-top: 25px;
    padding: 15px 10px;
  }

  .contact-us .contact-title {
    font-size: 12px;
    line-height: 14px;
  }

  .contact-us .contact-button {
    padding: 5px 15px;
    height: 40px;
    font-size: 10px;
    line-height: 12px;
  }

  /* Section Footer Start */
  .footer {
    padding: 25px 10px;
  }

  .footer .footer-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .footer .footer-row {
    grid-template-columns: 50% 50%;
    padding: 0px;
    margin: 0 auto;
  }

  .footer-item {
    padding: 0 4px;
  }

  .footer .footer-row .footer-item:first-child {
    text-align: center;
    grid-column: 1 / -1;
  }

  .footer ul li a,
  .footer .footer-link {
    font-size: 14px;
  }

  /* Section Main-US Start */
  .counter {
    background-image: none;
    height: 250px;
    border-radius: 0px;
  }

  .countdown-group .countdown {
    font-size: 30px;
  }

  .countdown-group .countdown-text {
    font-weight: 400;
    font-size: 14px;
    color: #9a7000;
  }

  .countdown-group .countdown div {
    padding: 10px;
  }

  .countdown-group .countdown .px-0 {
    margin-top: 19px;
    font-weight: 600;
    font-size: 30px;
  }

  .countdown-group .countdown-btn-send {
    height: 45px;
  }

  .countdown .day,
  .countdown .hour,
  .countdown .min,
  .countdown .sec {
    padding: 10px;
  }

  .countdown .day .num,
  .countdown .hour .num,
  .countdown .min .num,
  .countdown .sec .num {
    font-size: 30px;
  }

  /* Video player */
  .video-preview .video-preview-line {
    background-position: 15px, 25px;
    background-size: 5px 100%;
  }

  /* Section Breadcrum Start  */
  #breadcrumbs {
    padding: 15px 10px;
  }

  .breadcrumbs .breadcrumb-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
  }

  .breadcrumb-item + .breadcrumb-item {
    padding: 0;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
  }

  .breadcrumb .breadcrumb-item a {
    font-size: 14px;
    line-height: 14px;
  }

  /**************************************************
            Page Plans Media-Small Start
***************************************************/
  .plan .plan-row div:first-child .plan-group ul {
    columns: 1;
  }

  .plan .plan-row .plan-title {
    font-size: 14px;
    text-align: start;
    line-height: 18px;
  }

  .plan .plan-row .plan-group ul li.plan-item,
  .plan-item {
    font-size: 12px !important;
  }

  .plan .plan-row .plan-group {
    padding: 20px;
  }

  .plan .plan-row .plan-group ul {
    list-style: none;
    padding: 0;
  }

  /**************************************************
            Page Service Media-Small Start
***************************************************/
  .service {
    margin-top: 25px;
  }

  .service .service-row {
    grid-template-columns: 1fr;
  }

  .service .service-row .service-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
    padding: 5px;
  }

  .service .service-row .service-text {
    font-size: 13px;
    text-align: center;
    padding: 10px;
  }

  .service .service-row .service-right {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .service .service-row .service-right-item {
    padding: 12px;
    padding-top: 0;
  }

  .service .service-row .service-right-item .service-title {
    text-align: center;
    font-size: 14px;
  }

  .service .service-row .service-right .item-1 {
    grid-area: item-1;
  }

  .service .service-row .service-right .item-1 div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .service .service-row .service-right .item-2 {
    grid-area: item-2;
  }

  .service .service-row .service-right .item-3 {
    grid-area: item-3;
  }

  .service .service-row .service-right .item-4 {
    display: none;
  }

  .service .service-row .service-right {
    grid-template-areas:
      "item-1 item-2"
      "item-1 item-3";
  }

  .service .service-row .service-right-item img {
    height: 120px;
    width: 120px;
  }

  .service .service-row .service-right .item-3 img,
  .service .service-row .service-right .item-2 img {
    width: 90px;
    height: 90px;
  }

  /**************************************************
            Page Shops Media-Small Start
***************************************************/
  .card-row {
    grid-template-columns: auto;
    /* margin-top: 50px; */
  }

  /**************************************************
            Page AboutUs Media-Small Start
***************************************************/
  .about-us {
    margin-top: 50px;
  }

  .about-us .about-row {
    margin-bottom: 50px;
  }

  .about-us .about-row h1.about-title {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
  }

  .about-us .about-row .about-text {
    font-size: 14px;
    margin: 0px;
  }

  /**************************************************
            Page Contact Media-Small Start
***************************************************/
  .contacts .nav-pills {
    justify-content: center;
  }

  .contacts-info-group,
  .contacts .contacts-form,
  .contacts-address-group {
    /* border: transparent; */
    /* border-radius: 0; */
    padding: 20px;
  }

  .contacts-info-group .contacts-image {
    width: 100px;
    top: 35%;
    right: 8%;
  }

  .contacts-address-group .contacts-address {
    margin-top: 5px;
  }

  .contacts .contacts-form .contacts-form-btn {
    width: 100%;
  }

  .contacts-info-group .contacts-info p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 13px;
  }

  .contacts-info-group .contacts-info p i {
    font-size: 16px;
  }

  /**************************************************
            Page Help Media-Small Start
***************************************************/
  .faq-content .faq-content-title {
    font-size: 22px;
    text-align: center;
  }

  .accordion-button {
    font-size: 14px;
    gap: 5px;
  }

  /**************************************************
            Page Intro Media-Small Start
***************************************************/
  .intro-item h5 {
    font-size: 16px;
  }

  .intro-item h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }

  /**************************************************
            Page Shops Media-Medium Start
***************************************************/
  .content-shop {
    padding: 0 14px;
  }

  .content-shop-btn {
    display: inline;
  }

  .content-pagination button {
    width: 35px;
    height: 40px;
    margin-right: 15px;
  }

  /**************************************************
            Page Franchaizing Media-Large Start
***************************************************/
  .ensures-right-desc {
    font-size: 14px;
    line-height: 18px;
  }

  #business {
    margin-top: 30px;
  }

  .business-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .business-item {
    height: 370px;
  }

  .business-item h3 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
  }

  .business-item h4 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 23px;
  }

  .business-item p {
    font-size: 14px;
  }

  .set h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .set-item-icon {
    margin-bottom: 20px;
    height: 60px;
    width: 60px;
  }

  .set-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .set-title span {
    font-size: 26px;
    line-height: 30px;
  }

  .set-desc {
    font-size: 14px;
    line-height: 16px;
  }

  .acordion-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .meet-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .meet-bottom h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .meet-bottom a,
  .join-left .join-btn {
    height: 40px;
    padding: 8px 35px;
    font-size: 16px;
    line-height: 18px;
  }

  .join-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .join-desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 16px;
  }

  .join-item select,
  .join-item .input,
  .join-item .input::placeholder,
  .join-item input.number-input {
    height: 45px !important;
  }

  .join-list {
    gap: 15px;
  }

  .join-item label {
    font-size: 13px;
    line-height: 16px;
  }

  .fr.footer div {
    flex-direction: column;
    gap: 20px;
  }

  .fr.footer div p {
    text-align: center;
  }

  /**************************************************
          Page Franchaizing Media-Large end
***************************************************/
}

@media (min-width: 576px) and (max-width: 846px) {
  /* Section Navbar Start */
  .navbar-brand {
    text-align: center;
  }

  .navbar-light .navbar-nav {
    align-items: start;
  }

  .navbar-light .navbar-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* display: none; */
  }

  /* .lang-menu {
    position: relative;
  } */
  div.lang-menu ul {
    top: 390px;
  }

  div.lang-menu.act ul {
    top: 410px;
  }

  .navbar-light .navbar-nav .nav-link.active::before {
    left: -10px;
  }

  /*   Main En Section   */
  .counter {
    background-position:
      60px,
      76px,
      0 0;
    background-size:
      8px 100%,
      8px 100%,
      0,
      0;
  }

  .countdown .day .num,
  .countdown .hour .num,
  .countdown .min .num,
  .countdown .sec .num {
    display: block;
    font-size: 45px;
    font-weight: 600;
    font-size: 45px;
    line-height: 73px;
  }

  .countdown-group .countdown .px-0 {
    margin-top: 9px;
    font-weight: 600;
    font-size: 45px;
  }

  .counter {
    /* background-image: none; */
    height: 400px;
  }

  /* Section Calculator Start */
  .calculator {
    margin-top: 50px;
  }

  .calculator .calculator-row {
    grid-template-columns: 100%;
    padding: 10px 0px;
  }

  .calculator .calculator-total-amount {
    padding: 5px;
  }

  .calculator .calculator-total-amount .calc-title {
    font-size: 14px;
  }

  .calculator .calculator-total-amount .calc-amount {
    font-size: 14px;
  }

  .calculator .calculator-section-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .calculator .calculator-row .calculator-item {
    padding: 0 20px;
    font-size: 18px;
  }

  .calculator .calculator-row .calculator-item:nth-child(1) {
    padding-top: 20px;
  }

  .calculator .calculator-row .calculator-item:nth-child(2) {
    padding-bottom: 20px;
  }

  .calculator .calculator-row .calculator-item .row {
    margin: 0;
  }

  /* Calculator labels */
  label[for="inputFrom"],
  label[for="inputTo"],
  label[for="formCheckCalc"],
  label[for="inputLength"],
  label[for="inputWidth"],
  label[for="inputHeight"],
  label[for="inputMeasurement"] {
    font-size: 12px;
    margin-left: 0;
  }

  /* Calullator & All Inputs */
  input[type="text"],
  input[type="email"],
  input[type="search"],
  textarea,
  select {
    font-size: 14px;
    /* border-radius: 5px; */
    padding: 10px 10px;
  }

  /* Section Slider Start */
  .swiper {
    border-radius: 0;
    height: 380px;
  }

  .swiper .swiper-wrapper .swiper-slide {
    background-position: 24px, 32px;
    background-size: 4px 100%;
    text-align: center;
  }

  .swiper .swiper-wrapper .swiper-slide div:first-child {
    /* padding: 30px 60px; */
  }

  .swiper .swiper-wrapper .swiper-slide .swiper-title {
    font-size: 26px;
    margin: 0 auto;
  }

  /* Section Chance Start */
  .chance .chance-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Section Statistics Start */
  .statistics .statistics-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Section Footer Start */
  .footer {
    padding: 25px 10px;
  }

  .footer .footer-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .footer .footer-row {
    grid-template-columns: 50% 50%;
    padding: 15px;
    margin: 0 auto;
  }

  .footer .footer-row .footer-item:first-child {
    grid-column: 1 / -1;
    text-align: center;
  }

  /**************************************************
            Page Service Media-Medium Start
***************************************************/
  .service .service-row {
    grid-template-columns: 1fr;
  }

  /**************************************************
            Page Shops Media-Medium Start
***************************************************/
  .card-row {
    grid-template-columns: auto;
    margin-top: 50px;
  }

  .content-shop {
    padding: 0 14px;
  }

  /**************************************************
            Page Intro Media-Nedium Start
***************************************************/
  .intro-item h5 {
    font-size: 18px;
  }

  .intro-item h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 576px) {
  /* Franchise Choose */
  .choose-title {
    max-width: 304px;
    font-weight: 600;
    font-size: 50px;
    line-height: 79px;
    margin-bottom: 25px;
  }

  .choose-list {
    flex-direction: column;
    gap: 25px;
    padding: 0;
  }

  .choose-list .choose-item {
    text-align: center;
  }

  .choose-list .choose-item .choose-item-link {
    margin: 0 auto 10px;
  }

  /* Acordion */
  .acordion .accordion-button {
    font-size: 14px;
  }

  .accordion-body p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 567px) {
  .steep-0-bottom h3 {
    max-width: 190px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 27px;
  }

  .track-search-help button,
  .track-search-help a {
    font-size: 14px;
  }

  .track-search label[for="search-id"] {
    font-size: 14px;
  }

  /* Calculator Modall */
  .modal-content {
    padding: 0px;
  }

  label[for="formCheckCalc"] {
    font-size: 12px;
    font-weight: 500;
  }

  .modal-body h3 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  .calculator-total-amount .calc-amount {
    font-weight: 600;
    margin-top: 0;
    font-size: 18px;
    line-height: 19px;
  }

  .calculator-total-amount .calc-title {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 460px) {
  .steep-0-bottom {
    height: 207px;
    top: 110px;
  }

  .track-search,
  .steep-0 {
    margin-bottom: 25px;
  }

  .steep-0-bottom h3 {
    max-width: 190px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 27px;
  }

  .mb-370 {
    margin-bottom: 150px;
  }

  .track-search-help button,
  .track-search-help a {
    font-size: 14px;
  }

  .track-search label[for="search-id"] {
    font-size: 14px;
  }

  .join-list {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /**************************************************
            Page Main Media-Large Start
***************************************************/
  /*   Main En Section   */
  .countdown .day .num,
  .countdown .hour .num,
  .countdown .min .num,
  .countdown .sec .num {
    display: block;
    font-size: 45px;
    font-weight: 600;
    font-size: 45px;
    line-height: 73px;
  }

  .countdown-group .countdown {
    /* margin-top: 40px; */
    font-weight: 600;
    font-size: 45px;
  }

  .counter {
    background-position:
      60px,
      76px,
      15% 13%,
      92% 8%;
    background-size:
      8px 100%,
      8px 100%,
      150px auto,
      150px auto;
  }

  /* Section Calculator Start */
  .calculator {
    margin-top: 50px;
  }

  .calculator .calculator-row {
    grid-template-columns: 100%;
    padding: 10px 0px;
  }

  .calculator .calculator-total-amount {
    padding: 5px;
  }

  .calculator .calculator-total-amount .calc-title {
    font-size: 14px;
  }

  .calculator .calculator-total-amount .calc-amount {
    font-size: 14px;
  }

  .calculator .calculator-section-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .calculator .calculator-row .calculator-item {
    padding: 20px;
    font-size: 18px;
  }

  .chance .chance-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .calculator-item .row .col-12 {
    margin-top: 0 !important;
  }

  /* Calculator labels */
  label[for="inputFrom"],
  label[for="inputTo"],
  label[for="formCheckCalc"],
  label[for="inputLength"],
  label[for="inputWidth"],
  label[for="inputHeight"],
  label[for="inputMeasurement"] {
    font-size: 12px;
    margin-left: 0;
  }

  /* Calullator & All Inputs */
  input[type="text"],
  input[type="email"],
  input[type="search"],
  textarea,
  select {
    font-size: 14px;
    /* border-radius: 5px; */
    padding: 10px 10px;
  }

  .form-check-input {
    margin-right: 8px !important;
  }

  .footer {
    padding: 35px 15px;
  }

  .footer .footer-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .footer .footer-row {
    grid-template-columns: repeat(4, 1fr);
    padding: 15px;
    margin: 0 auto;
  }

  .footer .footer-row .footer-item:first-child {
    grid-column: 1 / -1;
    text-align: center;
  }

  .footer ul li a {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /**************************************************
            Page Service Media-Large Start
***************************************************/
  .service .service-row {
    grid-template-columns: 1fr;
  }
}

/* ------------------------------  Media Queries End ------------------------------ */

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline-color: transparent !important;
  border-color: #f3d127 !important;
  box-shadow: none;
  outline: 0 !important;
}

@media (min-width: 992px) {
  .navbar-brand {
    padding: 25px 0;
  }

  .navbar-nav.me-auto .nav-link {
    padding: 10px !important;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    margin-right: 50px;
  }
}

.swiper-horizontal {
  overflow-y: auto;
  overflow-x: hidden;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  height: 6px !important;
  width: 52px !important;
  margin: 0 10px !important;
  border-radius: 3px !important;
  background-color: #9a9a9a !important;
}

.swiper-pagination-bullet-active {
  background-color: #f3d127 !important;
}

.social-btns img {
  /* margin-top: 5px; */
}
