* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

*::-moz-selection {
  background-color: #000;
  color: #fff;
}

*::selection {
  background-color: #000;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #000;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 235px;
  padding: 8px 0;
  background-color: #5cd85c;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 15px;
}

.ribbon-top-left::after {
  bottom: 15px;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.border_items {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #9992;
  margin-bottom: 30px;
}

.c-share {
  position: relative;
  width: 3.4375em;
  height: 3.4375em;
}

.c-share__input {
  display: none;
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon {
  -webkit-transition: 0s;
  transition: 0s;
  width: 0;
  height: 0;
  color: #639eff;
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-share__input:checked ~ .c-share_options {
  width: 11.0625em;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  height: 165px;
  border-radius: 0.3125em;
}

.c-share__input:checked ~ .c-share_options::before,
.c-share__input:checked ~ .c-share_options li {
  -webkit-transition: 0.3s 0.15s;
  transition: 0.3s 0.15s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-share__toggler,
.c-share_options {
  position: absolute;
  right: 0;
  top: 5px;
  width: inherit;
  height: inherit;
  border-radius: 10px;
  background-color: #f9f9f9;
  -webkit-transform: scale(0.8) translateY(-20px);
          transform: scale(0.8) translateY(-20px);
  z-index: 2;
}

.c-share__toggler {
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}

.c-share__icon {
  position: relative;
  left: -0.3125em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  color: #222;
  background-color: currentColor;
  -webkit-box-shadow: 0.625em -0.625em, 0.625em 0.625em;
          box-shadow: 0.625em -0.625em, 0.625em 0.625em;
  -webkit-transition: 0.1s 0.05s;
  transition: 0.1s 0.05s;
}

.c-share__icon::before,
.c-share__icon::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.125em;
  background-color: currentColor;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.c-share__icon::before {
  top: 0.1875em;
  left: 0.1875em;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-share__icon::after {
  top: -0.125em;
  left: 0.03125em;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-share_options {
  list-style: none;
  margin: 0;
  padding: 1.0625em 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.125em 0.125em rgba(0, 0, 0, 0.3);
}

.c-share_options::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 1.25em;
  font-weight: 700;
  padding-right: 50px;
}

.c-share_options li {
  font-size: 0.875em;
  color: #464646;
  cursor: pointer;
}

.c-share_options li:not(:last-child) {
  margin-bottom: 0.75em;
}

.c-share_options::before,
.c-share_options li {
  opacity: 0;
  -webkit-transform: translateY(0.625em);
          transform: translateY(0.625em);
  -webkit-transition: 0s;
  transition: 0s;
}

/***************************** Global Style *****************************/
/***************************** Global Style *****************************/
body {
  font-family: 'Almarai', sans-serif;
  background-color: #F5F6F8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

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

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main_color {
  color: #ECC338;
}

.sub_color {
  color: #E04F3F;
}

.text {
  color: #777;
  font-size: 14px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background: transparent;
  border-color: #9995;
}

section {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

section .rate .full-stars-example-two .rating-group {
  top: 28px;
  left: 40px;
}

section .img-car {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section .request-img .card-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section .request-img img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

section .number-request {
  background-color: #fff !important;
}

section .full-stars-example-two {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}

section .full-stars-example-two label {
  padding-left: 5px !important;
}

section .full-stars-example-two label::before {
  display: none;
}

section .full-stars-example-two [type="radio"]:checked + label:after {
  display: none;
}

section .full-stars-example-two .rating-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: 0;
  top: 14px;
  position: absolute;
}

section .full-stars-example-two .rating__icon {
  pointer-events: none;
}

section .full-stars-example-two .rating__input {
  position: absolute !important;
  left: 0;
}

section .full-stars-example-two .rating__input--none {
  display: none;
}

section .full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}

section .full-stars-example-two .rating__icon--star {
  color: #FDBC11;
}

section .full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}

section .full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: #FDBC11;
}

section .full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

section .code {
  border: none;
}

section .code:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .group-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .group-button .card-button .add {
  background-color: #E04F3F;
  width: 50px;
  height: 40px;
  border: 0 !important;
  border-radius: 0 !important;
}

section .group-button .card-button .fav {
  background-color: #FDBC11;
  width: 50px;
  height: 40px;
  border: 0 !important;
  border-radius: 0 !important;
}

section .personal .time {
  background-color: #fff !important;
}

section .offer-tap .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

section .offer-tap .card-body .card-text {
  font-size: 11px !important;
}

section .offer-tap .card-body .card-title {
  font-size: 18px !important;
  padding-top: 12px !important;
  padding: 0;
}

section .time {
  background-color: #2A2E2A;
}

section .time .card-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

section .time .card-time .title {
  color: #fff;
  font-size: 10px;
  margin-bottom: 10px;
}

section .time .card-time .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .time .card-time .timer .days,
section .time .card-time .timer .hours,
section .time .card-time .timer .minutes,
section .time .card-time .timer .seconds {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}

section .time .card-time .timer span {
  display: block;
  font-size: 9px;
}

section .clicks {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px 0;
}

section .clicks .save {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 60px;
  border: none;
  border-radius: 40px;
}

section .cart-table .profile-content h3 {
  color: #1C1A1A;
  font-size: 20px;
}

section .cart-table .table thead tr th {
  background-color: #FDBC11;
  color: #fff;
  border-color: #FDBC11;
  font-size: 14px;
}

section .cart-table .table tbody td {
  vertical-align: middle;
}

section .cart-table .table tbody td .img-thumbnail {
  width: 200px;
}

section .cart-table .table tbody td form .quantity-container .qt-plus,
section .cart-table .table tbody td form .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #999;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
}

section .cart-table .table tbody td form .quantity-container .qt-plus:hover,
section .cart-table .table tbody td form .quantity-container .qt-minus:hover {
  background-color: #E04F3F;
  color: #202020;
}

section .cart-table .table tbody td form .quantity-container .qt-plus .fa,
section .cart-table .table tbody td form .quantity-container .qt-minus .fa {
  font-weight: 300;
}

section .cart-table .table tbody td form .quantity-container .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

section .record-title {
  padding: 30px 0;
}

section .record-title h5 {
  color: #161414;
  margin: 0;
}

section .data-input {
  background-color: #fff;
  padding: 50px 50px;
  border-radius: 40px;
  margin: 20px 0;
}

section .data-input .profile-content .input-profile {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: none;
  color: #333333;
  font-size: 16px;
}

section .data-input .profile-content .input-profile:focus, section .data-input .profile-content .input-profile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

section .data-input .clicks {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 20px 0;
}

section .data-input .clicks .save {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 60px;
  border: none;
  border-radius: 40px;
}

section .queestion {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section .queestion p {
  font-size: 15px;
  color: #A2A2A2;
}

section .queestion p a {
  color: #2C2323;
}

section .cart-summary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section .cart-summary h6 {
  font-size: 20px;
  color: #161414;
  padding: 15px 0;
}

section .cart-summary .links .pay {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 60px;
  border: none;
  border-radius: 40px;
}

section .personal-button {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section .personal-button .edit {
  background-color: #FDBC11;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

section .form-check .form-check-label {
  padding: 0 20px;
}

section .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

section .container:hover input ~ .checkmark {
  background-color: #ccc;
}

section .container input:checked ~ .checkmark {
  background-color: #32B33B;
}

section .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

section .container input:checked ~ .checkmark:after {
  display: block;
}

section .container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

section .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

section .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

section .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(224, 79, 63, 0.5);
  -webkit-transition: .4s;
  transition: .4s;
}

section .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #E04F3F;
  -webkit-transition: .4s;
  transition: .4s;
}

section input:checked + .slider {
  background-color: rgba(224, 79, 63, 0.5);
}

section input:focus + .slider {
  -webkit-box-shadow: 0 0 1px rgba(224, 79, 63, 0.5);
          box-shadow: 0 0 1px rgba(224, 79, 63, 0.5);
}

section input:checked + .slider:before {
  -webkit-transform: translateX(26px);
          transform: translateX(26px);
}

section .slider.round {
  border-radius: 34px;
}

section .slider.round:before {
  border-radius: 50%;
}

section .box-register {
  padding: 30px 0;
}

section .box-register .profile-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px auto;
  line-height: 120px;
}

section .box-register .profile-photo img {
  margin: 0 20px;
}

section .form-group-line {
  position: absolute;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #E04F3F;
  z-index: 1;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section .form-group-input:hover ~ .form-group-line {
  width: 0;
  -webkit-animation: input 1s infinite ease-in-out;
          animation: input 1s infinite ease-in-out;
}

section .form-group-input:focus ~ .form-group-line,
section .form-group-input:valid ~ .form-group-line {
  -webkit-animation: input2 0.5s 1 ease;
          animation: input2 0.5s 1 ease;
  width: 100%;
}

section [type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #E04F3F;
  background-color: #E04F3F;
  z-index: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

section [type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #E04F3F;
}

section [type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #E04F3F;
  background-color: #E04F3F;
  z-index: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

section .tab-content .tab-pane .queestion {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section .tab-content .tab-pane .queestion p {
  font-size: 15px;
  color: #A2A2A2;
}

section .tab-content .tab-pane .queestion p a {
  color: #2C2323;
}

section .tab-content .tab-pane .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .tab-content .tab-pane .flex .add {
  padding: 16px 50px;
  margin: 0 5px;
}

section .tab-content .tab-pane .clicks {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

section .tab-content .tab-pane .clicks .add {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 60px;
  border: none;
  border-radius: 40px;
}

section .tab-content .tab-pane .clicks .build {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 40px;
  border: none;
  border-radius: 40px;
}

section .tab-content .tab-pane .clicks .save {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 60px;
  border: none;
  border-radius: 40px;
}

section .tab-content .tab-pane .card-download {
  background-color: #fff;
  border-radius: 3px;
  padding: 50px 0;
  height: 190px;
  position: relative;
}

section .tab-content .tab-pane .card-download h5 {
  text-align: center;
}

section .tab-content .tab-pane .card-download .size {
  padding: 0 15px;
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-weight: 700;
  font-size: 13px;
  color: #E04F3F;
}

section .tab-content .tab-pane .card-download .load {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 21px;
}

section .tab-content .tab-pane .card-download .load span {
  background-color: #F7F7F7;
  border-radius: 44px;
  padding: 13px 69px;
}

section .tab-content .tab-pane .card-download .load p {
  position: absolute;
  right: 40px;
  font-size: 14px;
}

section .tab-content .tab-pane .card-download .load input {
  position: absolute;
  bottom: 0;
  left: 64%;
  display: inline-block;
}

section .tab-content .tab-pane .card-download .load button {
  background-color: transparent;
  text-align: center;
  border: none;
  position: absolute;
  cursor: pointer !important;
  right: 2px;
  bottom: 1px;
}

section .tab-content .tab-pane .card-download .load button img {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

section .tab-content .tab-pane .card-downloads {
  background-color: #fff;
  border-radius: 3px;
  padding: 8px 0;
  height: 190px;
}

section .tab-content .tab-pane .card-downloads .loads input {
  position: absolute;
  bottom: 0;
  left: 64%;
  display: inline-block;
}

section .tab-content .tab-pane .card-downloads .loads button {
  background-color: transparent;
  text-align: center;
  border: none;
  position: absolute;
  cursor: pointer !important;
  right: 2px;
  bottom: 1px;
}

section .tab-content .tab-pane .card-downloads .loads button img {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

section .tab-content .tab-pane .profile-content {
  padding-bottom: 25px;
}

section .tab-content .tab-pane .profile-content .map iframe {
  width: 100%;
}

section .tab-content .tab-pane .profile-content .text {
  padding-bottom: 0;
  margin-top: 20px;
}

section .tab-content .tab-pane .profile-content .form-check {
  padding-left: 10px;
}

section .tab-content .tab-pane .profile-content .form-check .form-check-label {
  font-size: #333333;
  font-size: 13px;
}

section .tab-content .tab-pane .profile-content .terms {
  color: #595454;
  font-size: 17px;
}

section .tab-content .tab-pane .profile-content .terms a {
  color: #E04F3F;
}

section .tab-content .tab-pane .profile-content .text span {
  color: #A2A2A2;
  font-size: 16px;
}

section .tab-content .tab-pane .profile-content .image-load {
  float: left;
  position: relative;
}

section .tab-content .tab-pane .profile-content .image-load span {
  background-color: #FFFFFF;
  border-radius: 44px;
  padding: 13px 69px;
}

section .tab-content .tab-pane .profile-content .image-load p {
  position: absolute;
  right: 40px;
  font-size: 14px;
}

section .tab-content .tab-pane .profile-content .image-load input {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 64%;*/
  /*display: inline-block;*/
  position: absolute;
    bottom: -15px;
    left: 0;
    display: inline-block;
    height: 50px;
}

section .tab-content .tab-pane .profile-content .image-load button {
  background-color: transparent;
  text-align: center;
  border: none;
  position: absolute;
  cursor: pointer !important;
  right: 2px;
  bottom: 1px;
}

section .tab-content .tab-pane .profile-content .image-load button img {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

section .tab-content .tab-pane .profile-content .map-text {
  padding-bottom: 15px;
}

section .tab-content .tab-pane .profile-content .map-text span {
  color: #595454 !important;
}

section .tab-content .tab-pane .profile-content .togglePassword {
  position: absolute;
  left: 16px;
  cursor: pointer;
  color: #E04F3F;
}

section .tab-content .tab-pane .profile-content .input-profile {
  color: #A2A2A2;
  font-size: 16px;
}

section .tab-content .tab-pane .profile-content .types {
  border: 0 !important;
}

section .tab-content .tab-pane .profile-content input,
section .tab-content .tab-pane .profile-content select,
section .tab-content .tab-pane .profile-content .input-profile {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: none;
  color: #333333;
  font-size: 16px;
}

section .tab-content .tab-pane .profile-content input:focus, section .tab-content .tab-pane .profile-content input:hover,
section .tab-content .tab-pane .profile-content select:focus,
section .tab-content .tab-pane .profile-content select:hover,
section .tab-content .tab-pane .profile-content .input-profile:focus,
section .tab-content .tab-pane .profile-content .input-profile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

section .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 37px;
}

section .types .gender-male {
  padding: 0 10px;
}

section .types .gender-female {
  padding: 0 20px;
}

section [type="radio"]:not(:checked),
section [type="radio"]:checked {
  position: absolute;
  left: 0px;
  visibility: hidden;
}

section [type="radio"]:not(:checked) + label,
section [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

section [type="radio"] + label:before,
section [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

section [type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}

section [type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  /*z-index: -1;*/
  /*-webkit-transform: scale(0);*/
          /*transform: scale(0);*/
          opacity: 0;
}

section [type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent;
}

section [type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #ecc338;
  background-color: #ecc338;
  z-index: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
          opacity: 1;
}

section [type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #ecc338;
}

section [type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #ecc338;
  background-color: #ecc338;
  z-index: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

section [type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

section [type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

section [type="radio"]:disabled:not(:checked) + label:before,
section [type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

section [type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

section [type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

section [type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

section .nav-taps {
  margin: 20px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 0px;
  background-color: #fff;
  border-radius: 44px;
}

section .nav-taps .nav-item .nav-link {
  padding: 14px 30px;
  font-size: 20px;
  color: #2D3034;
  margin: 0 10px;
  border-radius: 44px;
  border: 0 !important;
}

section .nav-taps .nav-item .active {
  background-color: #E04F3F;
  border-radius: 44px;
  padding: 14px 40px;
  color: #F5F6F8;
}

.table img {
  width: 120px;
}

.table a {
  font-size: 12px;
  font-weight: bold;
  color: #E04F3F;
}

.table thead tr th {
  background-color: #FDBC11;
  color: #fff;
  border-color: #FDBC11;
  font-size: 14px;
}

.table tbody td {
  vertical-align: middle;
  font-size: 12px;
}

.table tbody td .img-thumbnail {
  width: 200px;
}

.table tbody td form .quantity-container .qt-plus,
.table tbody td form .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #999;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
}

.table tbody td form .quantity-container .qt-plus:hover,
.table tbody td form .quantity-container .qt-minus:hover {
  background-color: #E04F3F;
  color: #202020;
}

.table tbody td form .quantity-container .qt-plus .fa,
.table tbody td form .quantity-container .qt-minus .fa {
  font-weight: 300;
}

.table tbody td form .quantity-container .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.table .custom-select {
  font-size: 11px;
  background-color: transparent !important;
  border: 0;
  min-width: 90px;
}

section .notification-content {
  margin: 30px 0;
}

section .notification-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

section .notification-info .time {
  background-color: #fff !important;
}

section .notification-info:nth-child(1) {
  margin-top: 20px;
}

section .notification-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .notification-info .info .icon {
  width: 50px;
  height: 50px;
  background-color: #F5F6F8;
  border-radius: 50%;
  line-height: 50px;
}

section .notification-info .info .icon .bell {
  margin: 0 15px;
  width: 20px;
}

section .notification-info .info .text {
  padding: 0 20px;
}

section .pass {
  position: relative;
}

section .pass .togglePassword {
  color: #A5A5A5;
  position: absolute;
  left: 15px;
  top: 20px;
  cursor: pointer;
}

section .time p {
  color: #707070;
  font-size: 16px;
}

section .text h5 {
  color: #2D2B2B;
  font-size: 20px;
}

section .text p {
  font-size: 16px;
  color: #707070;
}

section .login-heading {
  background-color: #E04F3F;
  padding: 8px 0;
}

section .login-heading .breadcrumb {
  background: transparent;
}

section .login-heading .breadcrumb .breadcrumb-item {
  font-size: 15px;
  color: #ffffff !important;
  padding-left: 30px;
  position: relative;
}

section .login-heading .breadcrumb .breadcrumb-item img {
  margin-right: 4px;
}

section .login-heading .breadcrumb .last {
  font-size: 16px;
  color: #ffffff;
}

section .login-heading .breadcrumb .last::before {
  color: #fff;
  content: ">";
}

section .login-heading .main-title-section {
  text-align: center;
  color: #FFFFFF;
}

section .writer .text {
  font-size: 12px;
  color: #2D2B2A;
}

section .writer .text span {
  color: #E04F3F;
  font-size: 14px;
}

section .writer .person {
  width: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

section .custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

section .custom-select-wrapper select {
  display: none;
}

section .custom-select {
  position: relative;
  display: inline-block;
}

section .custom-select-trigger {
  position: relative;
  display: block;
  padding: 10px 70px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  background: #fff;
  cursor: pointer;
  height: 80px;
  color: #000;
}

section .custom-select-trigger span {
  left: 20px;
  position: relative;
}

section .custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

section .custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

section .custom-options {
  position: absolute;
  display: block;
  top: calc(100% + 28px);
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #9992;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 9999999;
}

section .custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

section .custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -3px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

section .option-hover:before {
  background: #f9f9f9;
}

section .custom-option {
  position: relative;
  display: block;
  padding: 5px 22px;
  border-bottom: 1px solid #9992;
  font-size: 14px;
  /* font-weight: 600; */
  color: #666;
  line-height: 32px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

section .custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

section .custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

section .custom-option:hover,
section .custom-option.selection {
  background: #f9f9f9;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FDBC11;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

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

section .card {
  border: 0;
}

section .card .images {
  padding: 30px 0 15px 0;
  background-color: #F5F2F2;
  -o-object-fit: contain;
     object-fit: contain;
  height: 268px;
  position: relative;
}

section .card .images .edit_icon{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #E04F3F;
    z-index: 10;
    font-size: 12px;
    padding: 5px 15px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px #0001;
}

section .card .images .edit_icon i{
    margin: 0 3px;
    font-size: 14px;
}

section .card .images .card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section .card .images .sail {
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: #FDBC11;
  position: absolute;
  top: 0;
  line-height: 50px;
}

section .card .images .arrow {
  width: 50px;
  height: 50px;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  line-height: 50px;
  padding: 0 11px;
}

section .card .card-body .card-content {
  padding: 0px 20px 0 20px;
  width: 100%;
}

section .card .card-body .card-content .card-title {
  font-size: 18px;
  padding-top: 12px;
}

section .card .card-body .card-content .card-title-country {
  font-size: 13px;
  margin-top: 15px;
}

section .card .card-body .card-content .card-title-country img {
  padding-left: 10px;
}

section .card .card-body .card-content .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

section .card .card-body .card-content .salary .salary-sa {
  font-size: 15px;
  color: #524646;
   margin-bottom: 0px;
}

section .card .card-body .card-content .salary .salary-sa span {
  font-size: 12px;
  padding-left: 10px;
  color: #524646;
}

section .card .card-body .card-content .salary .uper-line {
  font-size: 13px;
  color: #AEAEAE;
  text-decoration: line-through;
  padding: 4px 20px;
}

section .card .card-body .card-content .salary .uper-line span {
  font-size: 10px;
  padding-left: 10px;
  color: #AEAEAE;
}

section .card .card-body .card-content .card-text {
  font-size: 10px;
}

section .card .card-body .card-button .fav {
  background-color: #E04F3F;
  width: 55px;
  height: 90px;
  min-height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
}

section .card .card-body .card-button .fav:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .card .card-body .card-button .add {
  background-color: #FDBC11;
  width: 55px;
  height: 90px;
  min-height: 100%;
  border: 0 !important;
  border-radius: 0 !important;
}

section .card .card-body .card-button .add img {
  width: 30px;
}

section .card .card-body .card-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/***************************** Start navbar *****************************/
.navbar {
  background-color: #fff;
    padding: 35px 0 20px 0;
  z-index: 999;
  position : relative;
}
/*.navbar .pattern{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    transform: rotateY(180deg);*/
/*}*/
.navbar::before{
    content: '';
    background: url(../images/pattern-2.png);
    width: 190px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    right: 0;
    transform: rotateY(180deg);
    top: 0;
    pointer-events: none;
}
.navbar .menu-wrapper .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: block;
  position: relative;
  margin: 0 15px;
}

.navbar .menu-wrapper .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .menu-wrapper .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 25.5px;
}

.navbar .menu-wrapper .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon {
  width: 18px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::after, .navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::after {
  top: -7px;
  right: 0px;
  width: 25px;
}

.navbar .menu-wrapper .navbar-toggler .navbar-toggler-icon::before {
  top: 7px;
  right: 0px;
  width: 10px;
}

.navbar .menu-wrapper .menu-outer {
  margin-bottom: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 0px);
  z-index: 555;
  background-color: #FFF;
  border-radius: 5px;
  width: 300px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px #eee;
          box-shadow: 0px 0px 15px 0px #eee;
  opacity: 0;
  visibility: hidden;
  margin-right: -100px;
}

.navbar .menu-wrapper .menu-outer .title {
  color: #000;
  position: relative;
  margin-bottom: 15px;
}

.navbar .menu-wrapper .menu-outer .title h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  padding: 0 15px;
  font-size: 1.1rem;
  background-color: #fff;
}

.navbar .menu-wrapper .menu-outer .title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.navbar .menu-wrapper .menu-outer ul li a {
  display: block;
  padding: 7px 0px;
}

.navbar .menu-wrapper .menu-outer ul li a::before {
  content: '\f104';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  position: relative;
  margin: 0 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #555;
}

.navbar .menu-wrapper .menu-outer ul li a:hover {
  color: #FDBC11;
}

.navbar .menu-wrapper .menu-outer ul li a:hover::before {
  color: #FDBC11;
}

.navbar .menu-wrapper .menu-outer.is-active {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.navbar .user {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}

.navbar .user img {
    padding: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.navbar .navbar-brand {
  padding: 0 3px;
  width: 150px;
  height: 100px;
}

.navbar .navbar-brand img {
  width: 100%;
  -o-object-fit: contain;
    object-fit: contain;
}

.navbar .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #0D0E10;
  font-size: 13px;
}

.navbar .navbar-nav .nav-item .nav-link .icon {
  width: 35px;
  height: 35px;
  padding: 8px;
  background-color: #fafafa;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item .nav-link .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .navbar-nav .nav-item .nav-link .icon:hover {
  background-color: #fff;
}

.navbar .navbar-nav .join .join-partner {
  background-color: #E04F3F;
  border: 0;
  border-radius: 5px;
  font-size: 10px;
  padding: 8px 8px;
  margin: 4px 2px;
}

.navbar .buttons .search_icon {
  cursor: pointer;
}

.navbar .buttons .fa-search {
    color: #fff;
    background: #000;
    padding: 11px;
    font-size: 13px;
    border-radius: 5px;
}

.navbar .buttons .country {
  background-color: #fff;
  width: 65px;
  height: 35px;
  /*color: #fff;*/
  /*direction: ltr;*/
  margin: 0 10px;
    border: 1px solid #9992;
    min-width: max-content;
    font-size: 12px;
}

.navbar .buttons .country:focus {
  outline: none;
}

.navbar .buttons .selectpicker-lang {
  /*border: 0;*/
  background-color: transparent;
  border: 1px solid #000;
  width: 65px;
  height: 35px;
  color: #000;
  direction: ltr;
  font-size: 12px;
  min-width: max-content;
}

.navbar .buttons .selectpicker-lang:focus {
  outline: none;
}

.navbar .navbar-collapse{
    justify-content: flex-end;
    position: relative;
    margin-right: 25px;
}

.navbar .navbar-collapse .navbar-nav{
    position: relative;
    z-index: 5;
}

.navbar .navbar-collapse .buttons{
    margin: 0 25px 0 0;
    position: relative;
    z-index: 5;
    min-width: 275px;
    text-align: left;
    display: inline-flex;
}

.navbar .navbar-collapse .collapse_back{
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 49px;*/
    /*background-color: #fdbc11;*/
    /*z-index: 1;*/
}

.navbar .navbar-collapse .collapse_back:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - 100px);
    height: 45px;
    background-color: #fff;
    z-index: 2;
    border-bottom: 3px solid #fdbc11;
}
.navbar .navbar-collapse .collapse_back::after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #fdbc11;
    height: 46px;
    width: 100px;
    display: block;
    z-index: 1;
}
.navbar .navbar-collapse .collapse_back .nav_shap{
    position: absolute;
    right: 80px;
    bottom: 0px;
    width: 156px;
    height: 51.5px;
    transform: rotateY(180deg);
    z-index: 2;
    object-fit: contain;
}

/***************************** end navbar *****************************/
header .swiper-container {
  width: 100%;
  height: 100%;
}

header .swiper-container .swiper-wrapper .swiper-slide {
  /*background-color: #DCDCDC;*/
  background-color: #FDBC11;
    background-image: url(../images/slider_back_ar.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
  font-size: 18px;
  padding: 26px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info {
  opacity: 0;
  -webkit-transform: translate(20%);
          transform: translate(20%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  height: 100%;
  padding-top: 60px;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .title {
  font-size: 30px;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info p {
  font-size: 15px;
    padding: 15px 0;
    line-height: 2;
    color: #202020;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info a {
  font-size: 15px;
}
header .swiper-container .swiper-wrapper .swiper-slide .car-info .social-link{
    width: 45px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #FDBC11;
    display: inline-block;
    margin: 0 6px;
}
header .swiper-container .swiper-wrapper .swiper-slide .car-info .social-link:hover{
    background-color: #E04F3F;
    color: #fff;
}
header .swiper-container .swiper-wrapper .swiper-slide .car-info a i {
  padding-left: 28px;
  font-size: 13px;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .icons {
  padding: 15px 0;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .icons .active {
  color: #FDBC11;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .icons i {
    padding: 0;
    margin: 0;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .icons i:hover {
  color: #FDBC11;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .down {
  font-size: 16px;
  color: #292323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .down h4 {
  width: 30px;
  height: 30px;
  background-color: #363D43;
  border-radius: 50%;
  margin-right: 19px;
}

header .swiper-container .swiper-wrapper .swiper-slide .car-info .down h4 .scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 30px;
  padding: 0 9px;
}

header .swiper-container .swiper-wrapper .swiper-slide .swiper-images {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 430px;
  object-fit: contain;
}

header .swiper-container .swiper-wrapper .swiper-slide .discription {
  opacity: 0;
  -webkit-transform: translate(-20%);
          transform: translate(-20%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  float: left;
}

header .swiper-container .swiper-wrapper .swiper-slide .discription .title {
  font-size: 20px;
  padding-bottom: 20px;
}

header .swiper-container .swiper-wrapper .swiper-slide .discription p {
  font-size: 17px;
  color: #292929;
  margin-bottom: 4px;
}

header .swiper-container .swiper-wrapper .swiper-slide .discription .swiper-pagination {
  position: absolute;
  right: 63px;
  padding-top: 30px;
}

header .swiper-container .swiper-wrapper .swiper-slide .discription .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ECC338 !important;
  border: 2px solid #DCDCDC;
  -webkit-box-shadow: 0 0 2px #ECC338;
          box-shadow: 0 0 2px #ECC338;
}

header .swiper-container .swiper-wrapper .swiper-slide .discription .swiper-pagination-bullet {
  margin-bottom: 15px;
  width: 12px !important;
  height: 12px !important;
  display: block;
  border-radius: 100%;
  background: #000;
}

header .swiper-container .swiper-wrapper .swiper-slide-active .car-info {
  opacity: 1;
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

header .swiper-container .swiper-wrapper .swiper-slide-active .discription {
  opacity: 1;
  -webkit-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

header .swiper-container .swiper-wrapper .swiper-slide-active .swiper-images {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

header .swiper-container .swiper-container-horizontal {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 50;
  height: 5px;
  width: 5%;
}

header .swiper-container .swiper-scrollbar-drag {
  width: 100px !important;
}

header .swiper-container .swiper-scrollbar {
  position: relative;
}

header .swiper-container .swiper-scrollbar ::before {
  content: "01";
  position: absolute;
  right: 0;
}

header .swiper-container .swiper-scrollbar ::after {
  content: "03";
  position: absolute;
  left: 0;
}

/***************************** start section service *****************************/
.services {
    padding: 50px 0;
  background-color: #F5F6F8;
}

.services .heading {
  text-align: center;
  padding: 10px 0;

}
.heading::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/logo/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 120px;
    z-index: -1;
    opacity: .05;
    filter: invert(99%) sepia(1%) saturate(551%) hue-rotate(93deg) brightness(122%) contrast(42%);
}
.services .heading .title {
  font-size: 35px;
  color: #181818;
}

.services .heading .text {
  font-size: 30px;
  color: #181818;
}

.services .services-content {
  padding-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.services .services-content .card-services {
  border: 1px solid #E8E8E8;
  text-align: center;
  padding: 30px 0;
  margin: 5px;
  background-color: #FDBC11;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 15px #0001;
          box-shadow: 0 10px 15px #0001;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /*min-height: 300px;*/
  min-height: max-content;
}

.services .services-content .card-services::before {
  position: absolute;
  content: "";
  left: -200%;
  bottom: -200%;
  width: 200%;
  height: 200%;
  border-radius: 100%;
  background-color: #E34141;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.services .services-content .card-services:hover {
  margin-top: -5px;
}

.services .services-content .card-services:hover::before {
  left: 0%;
  bottom: 0%;
}

.services .services-content .card-services .card-images {
  position: relative;
  z-index: 2;
}

.services .services-content .card-services .card-images img {
  width: 75px;
  height: 75px;
  margin: auto auto 15px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.services .services-content .card-services .card-body {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.services .services-content .card-services .card-body .card-title {
  font-size: 16px;
}

.services .services-content .card-services .card-body .card-text {
  font-size: 12px;
  line-height: 24px;
}

.services .services-content .card-services .card-icon {
  background-color: #FDBC11;
  width: 40px;
  height: 45px;
  line-height: 40px;
  margin: -1px;
}

.services .services-content .card-services .card-icon img {
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************** end section service *****************************/
/***************************** start section product *****************************/
.product {
    padding: 0 0 50px 0;
  background-color: #F5F6F8;
  position: relative;
}

.product .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

.product .component {
  padding-bottom: 25px;
}

.product .search-box {
  background-color: #2E2D2A;
  padding: 10px 0px;
  line-height: 60px;
  text-align: center;
  height: 80px;
}

.product .search-box i {
  font-size: 16px;
  margin-left: 10px;
}

.product .search-box a {
  color: #fff;
  font-size: 25px;
}

.product .custom-select {
  border: 0;
  border-radius: 0;
  min-height: 80px;
}

.product .result {
  font-size: 15px;
  float: left;
  color: #767676;
}

.product .search {
  color: #1C2344;
  font-size: 23px;
}

.product .card {
  margin-top: 30px;
}

/***************************** end section product *****************************/
.offer {
    padding: 40px 0;
  background: url(../images/Ellipse1.png);
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #F5F6F8;
      overflow: hidden;

}

.offer .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

.offer::before {
  position: absolute;
  width: 100%;
  height: 90%;
  border-radius: 50%;
  content: "";
  top: -3px;
  background-color: #fff;
  z-index: -1;
}

.offer .heading {
  text-align: center;
}

.offer .heading .title {
  font-size: 35px;
  color: #181818;
}

.offer .heading .text {
  font-size: 31px;
  color: #181818;
}

.offer .card {
  margin-top: 30px;
}

.offer .time {
  background-color: #2A2E2A;
}

.offer .time .card-time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 0;
  text-align: center;
}

.offer .time .card-time .title {
  color: #fff;
  font-size: 10px;
  margin-bottom: 10px;
}

.offer .time .card-time .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer .time .card-time .timer .days,
.offer .time .card-time .timer .hours,
.offer .time .card-time .timer .minutes,
.offer .time .card-time .timer .seconds {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
}

.offer .time .card-time .timer span {
  display: block;
  font-size: 9px;
}

/***************************** start section advertisement *****************************/
.advertisementtt {
  position: relative;
  padding: 50px 0;
}

.advertisementtt .card {
  margin-top: 30px;
  -webkit-box-shadow: 0 3px 10px #00000005;
          box-shadow: 0 3px 10px #00000005;
}

.advertisementtt .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

.advertisementtt::before {
  background-color: #F5F6F8;
  width: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 256px;
}

.advertisementtt .related_swiper {
    position: relative;
    overflow: hidden;
}

.offer_side p {
  color: #666;
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 50px;
}

.offer_side .prc {
  margin: 10px 0 5px;
}

.offer_side .old {
  text-decoration: line-through;
  color: #E04F3F;
  opacity: 0.5;
  font-size: 13px;
  margin: 0 10px;
}

.offer_side small {
  color: #999;
}

.offer_side .side_share {
  padding: 20px;
  border: 1px solid #9992;
  margin-top: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 20px #0001;
          box-shadow: 0 10px 20px #0001;
}

.offer_side .side_share p {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}

.offer_side .side_share a {
  color: #E04F3F;
  margin: 10px;
}

.qt-plus,
.qt-minus {
  width: 25px;
  height: 25px;
  border: solid 1px #999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #999;
  font-size: 12px;
  vertical-align: middle;
}

.qt-plus .fa,
.qt-minus .fa {
  font-weight: 300;
}

.qt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  color: #999;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.heading {
  text-align: center;
  position: relative;
  z-index: 5;
}

.heading .title {
  font-size: 35px;
  color: #181818;
}

.heading .text {
  font-size: 31px;
  color: #181818;
}

/***************************** end section advertisement *****************************/
/***************************** start section record *****************************/
.record {
  padding: 10px 0;
  position: relative;
}

.record::before {
  background-color: #F5F6F8;
  width: 100%;
  position: absolute;
  content: "";
  top: 190px;
  left: 0;
  bottom: -65px;
}

.record .record-content {
  padding: 60px;
  position: relative;
}

.record .record-content::before {
  position: absolute;
  content: "";
  background-color: #FDBC11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.record .record-content .title {
  font-size: 31.25px;
  padding-bottom: 30px;
  font-weight: 100;
}

.record .record-content .text {
  font-size: 16px;
}

.record .record-content .input-group {
  margin: 30px 0;
}

.record .record-content .input-group .input-group-prepend {
  background-color: #2A2623;
  padding: 3px 30px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.record .record-content .input-group .input-group-prepend .record-btn {
  color: #fff;
  border: none;
  font-size: 18px;
}

.record .record-content .input-group .input-group-prepend .record-btn:hover {
  background-color: transparent;
}

.record .record-content .input-group .input-group-prepend .record-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.record .record-content .input-group .email {
  padding: 27px 23px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.record .record-content .input-group .email:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.record .record-content .input-group .email::-webkit-input-placeholder {
  color: #170C04;
  opacity: 40%;
}

.record .record-content .input-group .email:-ms-input-placeholder {
  color: #170C04;
  opacity: 40%;
}

.record .record-content .input-group .email::-ms-input-placeholder {
  color: #170C04;
  opacity: 40%;
}

.record .record-content .input-group .email::placeholder {
  color: #170C04;
  opacity: 40%;
}

/***************************** end section record *****************************/
/***************************** start section footer *****************************/
footer {
  padding: 100px 0 30px 0;
  background-color: #140A03;
  -webkit-clip-path: polygon(50% 0%, 70% 15%, 100% 15%, 100% 100%, 0 100%, 0 15%, 30% 15%);
          clip-path: polygon(50% 0%, 70% 15%, 100% 15%, 100% 100%, 0 100%, 0 15%, 30% 15%);
  margin-top: 50px;
}

footer .button-footer .join-partner {
  background-color: #E04F3F;
  border: 0;
  border-radius: 5px;
  font-size: 10px;
  padding: 14px 28px;
}

/*footer .footer-content {*/
/*  float: left;*/
/*}*/

footer .footer-content .contents {
  padding-bottom: 25px;
}

footer .footer-content .contents h6 {
  color: #fff;
  font-size: 14px;
}

footer .footer-content .contents a {
  font-size: 16px;
  color: #FDBC11;
}

footer .servicess a {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

footer .title{
    color: #fff;
    border-bottom: 1px dashed #fff3;
    padding: 20px 0;
    margin-bottom: 20px;
    /*display: inline-block;*/
}

footer .images-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

footer .images-footer img{
    width: 155px;
    margin: auto;
    display: block;
}

footer .images-footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .images-footer .icons .icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 35px;
  text-align: center;
}

footer .images-footer .icons .icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

/***************************** end section footer *****************************/
/***************************** start section bottomfooter *****************************/
.bottom-footer {
  background-color: #0D0804;
  padding: 15px 0;
}

.bottom-footer .footer_data span{
    margin: 0 6px;
}
.bottom-footer .copy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 10px 0;
}

.bottom-footer .copy p {
  font-size: 12px;
  color: #FFFFFF;
}

.bottom-footer .police {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.bottom-footer .police a {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  padding: 0 6px;
}

.ma3rof_img{
    width: 130px !important;
    height: 60px;
    object-fit: contain;
}
/***************************** end section bottom footer *****************************/
.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #FDBC11;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
}

input [type="text"] {
  background-color: #fff;
  height: 60px;
  padding: 16px 20px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.butn {
  background-color: #FDBC11;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

.butn.sub_butn {
  background-color: #E04F3F;
  color: #fff;
}

/***********************************start ssecound page**********************************************************/
/*************************start section services top************************************/
.services-top {
  background-color: #E04F3F;
  padding: 30px 0;
}

.services-top .services-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-top .services-title .main-title {
  font-size: 15px;
  color: #ffffff;
  padding-left: 30px;
}

.services-top .services-title .main-title img {
  margin-right: 4px;
}

.services-top .services-title .title {
  font-size: 16px;
  color: #ffffff;
}

.services-top .main-services-title {
  text-align: center;
  color: #FFFFFF;
}

/*************************end section services top************************************/
/*************************start section services product************************************/
.services-product {
  position: relative;
}

.services-product:before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

.services-product .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

.services-product .inforamtion .search-box {
  background-color: #2E2D2A;
  padding: 10px 0;
  text-align: center;
  height: 60px;
}

.services-product .inforamtion .search-box i {
  font-size: 16px;
  margin-left: 10px;
}

.services-product .inforamtion .search-box a {
  color: #fff;
  font-size: 25px;
}

.services-product .inforamtion .custom-select {
  background-color: #fff !important;
  height: 60px;
  padding: 16px 20px;
  font-size: 13px;
  border-radius: 0;
}

.services-product .inforamtion .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.services-product .inforamtion .custom-select-trigger {
  line-height: 0px;
  height: auto;
  font-size: 15px;
}

.services-product .products {
  padding: 50px 0;
}

.services-product .products .card {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 5px 15px #0001;
          box-shadow: 0 5px 15px #0001;
  position: relative;
}

.services-product .products .card .writer {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.services-product .products .card .writer .text {
  font-size: 12px;
  color: #2D2B2A;
  padding: 14px 20px;
  margin: auto;
}

.services-product .products .card .writer .text span {
  color: #E04F3F;
  font-size: 14px;
  padding: 0 10px;
}

.services-product .products .card .writer .person {
  width: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-product .products .card .writer-one .text {
  padding: 5px 10px;
}

.services-product .products .card .writer-one .text span {
  padding: 0;
  font-size: 12px;
}

.services-product .products .card .moree {
  bottom: 0;
  left: 0;
}

.services-product .products .card .moree .icon-more {
  top: 10px !important;
  margin: 0 7px !important;
}

.services-product .products .card .moree .more {
  font-size: 10px !important;
}

.services-product .products .card .more-info {
  position: absolute;
}

.services-product .products .card .more-info .more {
  background-color: #E04F3F;
  border-radius: 0;
  border: 0;
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
}

.services-product .products .card .more-info .icon-more {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 59%;
  line-height: 10px;
  top: 15px;
  margin: 0 7px;
}

.services-product .products .card .more-info .icon-more i {
  color: #E04F3F;
  font-size: 8px;
  margin: 0 4px;
}

.services-product .products .card .images img {
  /*width: 65%;*/
}

.services-product .group-button {
  width: 100%;
  -webkit-box-shadow: 0 5px 15px #0001;
          box-shadow: 0 5px 15px #0001;
}

.services-product .group-button .card-button {
  width: 50%;
}

.services-product .group-button .card-button .btn {
  width: 100%;
}

.services-product .group-button .card-button .btn img {
  width: 25px;
}

.services-product .rating_stars .fa-star {
  color: #FDBC11;
  margin: 5px 0;
  font-size: 12px;
}

.services-product .card-content {
  width: 100%;
}

.services-product .card-content .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rating_stars .fa-star {
  color: #FDBC11;
  margin: 5px 0;
  font-size: 12px;
}

.new_card_content {
  position: relative;
}

.new_card_content .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

.new_card_content .inforamtion .search-box {
  background-color: #2E2D2A;
  padding: 10px 0;
  text-align: center;
  height: 60px;
}

.new_card_content .inforamtion .search-box i {
  font-size: 16px;
  margin-left: 10px;
}

.new_card_content .inforamtion .search-box a {
  color: #fff;
  font-size: 25px;
}

.new_card_content .inforamtion .custom-select {
  background-color: #fff !important;
  height: 60px;
  padding: 16px 20px;
  font-size: 13px;
  border-radius: 0;
}

.new_card_content .inforamtion .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.new_card_content .inforamtion .custom-select-trigger {
  line-height: 0px;
  height: auto;
  font-size: 15px;
}

.new_card_content .products {
  padding: 20px  0 0 0;
}

.new_card_content .products .card {
  width: 100%;
  height: calc(100% - 70px);
  display: block;
  margin: auto;
  margin-bottom: 70px;
  -webkit-box-shadow: 0 5px 15px #0001;
          box-shadow: 0 5px 15px #0001;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.new_card_content .products .card:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.new_card_content .products .card .writer {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.new_card_content .products .card .writer .text {
  font-size: 12px;
  color: #2D2B2A;
  padding: 14px 20px;
  margin: auto;
}

.new_card_content .products .card .writer .text span {
  color: #E04F3F;
  font-size: 14px;
  padding: 0 10px;
}

.new_card_content .products .card .writer .person {
  width: 40px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_card_content .products .card .writer-one .text {
  padding: 5px 10px;
  max-width: 170px;
}

.new_card_content .products .card .writer-one .text span {
  padding: 0;
  font-size: 12px;
}

.new_card_content .products .card .moree {
  bottom: 0;
  left: 0;
}

.new_card_content .products .card .moree .icon-more {
  top: 10px !important;
  margin: 0 7px !important;
}

.new_card_content .products .card .moree .more {
  font-size: 10px !important;
}

.new_card_content .products .card .more-info {
  position: absolute;
}

.new_card_content .products .card .more-info .more {
  background-color: #E04F3F;
  border-radius: 0;
  border: 0;
  padding: 10px 30px;
  font-size: 16px;
  color: #ffffff;
}

.new_card_content .products .card .more-info .icon-more {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 59%;
  line-height: 10px;
  top: 15px;
  margin: 0 7px;
}

.new_card_content .products .card .more-info .icon-more i {
  color: #E04F3F;
  font-size: 8px;
  margin: 0 4px;
}

.new_card_content .products .card .images img {
  /*width: 65%;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_card_content .group-button {
  width: 100%;
  -webkit-box-shadow: 0 5px 15px #0001;
          box-shadow: 0 5px 15px #0001;
  position: relative;
}

.new_card_content .group-button .card-button {
  width: 50%;
}

.new_card_content .group-button .card-button .btn {
  width: 100%;
}

.new_card_content .group-button .card-button .btn img {
  width: 25px;
}

.new_card_content .rating_stars .fa-star {
  color: #FDBC11;
  margin: 5px 0;
  font-size: 12px;
}

.new_card_content .card-content {
  width: 100%;
}

.new_card_content .card-content .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new_card_content .fav_btn {
  position: absolute;
  left: 5px;
  top: 10px !important;
  padding: 10px !important;
}

.new_card_content .fav_btn i {
  color: #E04F3F;
  font-size: 25px;
}

/*************************end section services product************************************/
/************************************end services page***************************************************/
/************************************start advertising page***************************************************/
/*************************start section gallery ************************************/
.gallery .gallery_slider {
  overflow: hidden;
}

.gallery .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
  height: 400px;
  -o-object-position: center;
     object-position: center;
}

/*************************end section gallery ************************************/
/*************************end section description  ************************************/
.description::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.description .card {
  padding: 30px 25px;
}

.description .card .card-body {
  display: block;
}

.description .card .card-body .card-content {
  padding: 0px 20px;
}

.description .card .card-body .card-content .card-title {
  font-size: 35px;
  padding: 12px 0;
}

.description .card .card-body .card-content .card-text {
  font-size: 15px;
  color: #73747A;
  padding: 12px 0;
}

.description .card .card-body .card-content .card-title-country {
  padding-bottom: 12px;
}

.description .card .card-body .card-content .salary .salary-sa {
  color: #E04F3F;
  font-size: 30px;
}

.description .card .card-body .card-content .salary .salary-sa span {
  color: #E04F3F;
  font-size: 24px;
}

.description .card .card-body .card-content .salary .uper-line {
  font-size: 20px;
}

.description .card .card-body .card-content .salary .uper-line span {
  font-size: 17px;
}

.description .card .card-body .card-content .percentage {
  width: 40px;
  height: 40px;
  background-color: #FDBC11;
  line-height: 40px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: 0;
}

.description .card .card-body .card-content .percentage span {
  font-size: 13px;
  margin: 0 5px;
}

.description .card .card-body .card-content .writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.description .card .card-body .card-content .writer .text {
  margin: 0 20px;
}

.description .card .card-body .card-content .writer .text span {
  margin: 0px 4px;
}

.description .card .card-body .card-content .times {
  float: left;
  font-size: 14px;
}

.description .card .card-body .card-content .times span {
  font-size: 18px;
  color: #E04F3F;
  padding: 0 15px;
}

/*************************end section description ************************************/
/*************************start section properties ************************************/
.properties {
  background-color: #F5F6F8;
  /*padding: 50px 0;*/
  padding: 20px 0;
}

.properties .card {
  padding: 30px 25px;
}

.properties .card .card-body .title {
  color: #2E2C2C;
  font-size: 20px;
  padding: 20px 0;
}

.properties .card .card-body ul li {
  font-size: 14px;
  color: #2E2C2C;
  position: relative;
  padding: 0 20px;
}

.properties .card .card-body ul li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #E04F3F;
  border-radius: 50%;
  right: 0;
  top: 5px;
}

/*************************end section properties ************************************/
/*************************start section content ************************************/
.content {
  background-color: #F5F6F8;
}

.content .card {
  padding: 20px 25px;
}

.content .card .card-body .card-text {
  color: #65666C;
  font-size: 16px;
  line-height: 30px;
}

/*************************end section content ************************************/
/*************************start section comments ************************************/
.comments {
  background-color: #F5F6F8;
  padding: 70px 0;
}

.comments .box {
  background-color: #fff;
  padding: 70px 20px;
  position: relative;
}

.comments .box .title {
  font-size: 20px;
  padding: 20px 0;
}

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

.comments .swiper-pagination {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
}

.comments .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 30px 10px;
  width: 11px !important;
  height: 11px !important;
}

.comments .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ECC338 !important;
  border: 2px solid #fff !important;
  -webkit-box-shadow: 0 0 2px #ecc338 !important;
          box-shadow: 0 0 2px #ecc338 !important;
}

.comments .swiper-pagination-bullet-active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comments .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid gray;
  width: 437px !important;
  margin-left: 30px;
}

.comments .swiper-slide .card {
  padding: 26px 12px;
}

.comments .swiper-slide .card .card-body {
  display: block;
  padding: 0 6px !important;
  background-color: #fff;
}

.comments .swiper-slide .card .card-body .box-title {
  font-size: 13px;
  color: #0C0C0C;
}

.comments .swiper-slide .card .card-body .box-text {
  color: #818080;
  font-size: 12px;
}

.comments .swiper-slide .card .card-body .card-text {
  font-size: 12px;
  color: #BDBDBD;
}

.comments .swiper-slide .card .card-body .card-text .text-muted {
  padding: 0 7px;
}

/*************************end section comments ************************************/
/*************************start section ratings ************************************/
.ratings {
  position: relative;
}

.ratings .full-stars-example-two .rating-group {
  top: 30px !important;
}

.ratings::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.ratings .box {
  background-color: #fff;
  padding: 50px;
}

.ratings .box .title {
  font-size: 20px;
  padding: 20px 0;
}

.ratings .swiper-pagination-bullets {
  text-align: center !important;
}

.ratings .rating-swiper {
  width: 100%;
  height: 100%;
}

.ratings .swiper-pagination {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
}

.ratings .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 30px 10px;
  width: 12px;
  height: 12px;
}

.ratings .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ECC338 !important;
  border: 2px solid #fff !important;
  -webkit-box-shadow: 0 0 2px #ecc338 !important;
          box-shadow: 0 0 2px #ecc338 !important;
}

.ratings .swiper-pagination-bullet-active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ratings .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid gray;
}

.ratings .swiper-slide .card {
  padding: 11px 12px;
  position: relative;
}

.ratings .swiper-slide .card img {
  margin-top: 25px;
}

.ratings .swiper-slide .card .card-body {
  display: block;
  padding: 0 6px !important;
  background-color: #fff;
}

.ratings .swiper-slide .card .card-body .box-title {
  font-size: 13px;
  color: #0C0C0C;
}

.ratings .swiper-slide .card .card-body .star {
  padding: 12px 0 0 0;
  color: #E04F3F;
  font-size: 13px;
}

.ratings .swiper-slide .card .card-body .box-text {
  color: #818080;
  font-size: 12px;
}

.ratings .swiper-slide .card .card-body .card-text {
  font-size: 12px;
  color: #BDBDBD;
  position: absolute;
  top: 0;
  left: 15px;
}

.ratings .swiper-slide .card .card-body .card-text .text-muted {
  padding: 0 7px;
}

/*************************end section ratings ************************************/
/********************profile page***************/
/***********************start section profile******************************************/
.profile {
  padding: 50px 0;
  background-color: #F5F6F8;
  position: relative;
}

.profile::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.profile .heading {
  padding: 30px 0;
  text-align: center;
}

.profile .heading h4 {
  color: #181818;
}

.profile .info-profile {
  margin-top: 150px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 75px 20px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 10px 3px #e6e6e6;
          box-shadow: 0px 0px 10px 3px #e6e6e6;
}

.profile .info-profile .images-profile {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: 30px;
}

.profile .info-profile .images-profile img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 22px 8px #e6e6e6;
          box-shadow: 0px 0px 22px 8px #e6e6e6;
}

.profile .info-profile .contents h6 {
  color: #555;
  margin-bottom: 15px;
  font-size: 13px;
}

.profile .info-profile .contents .text {
  padding: 15px 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  color: #777;
  font-size: 15px;
}

.profile .info-profile .form-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.profile .info-profile .form-button .main {
  line-height: 45px;
  padding: 0px 29px;
  border: 1px solid #ecc338;
  color: #fff;
  background-color: #ecc338;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}

.profile .info-profile .form-button .delete {
  line-height: 45px;
  padding: 0px 29px;
  border: 1px solid #999;
  color: #fff;
  background-color: #999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}

.payedAd_tap .choose_card {
  padding: 0;
}

.payedAd_tap .choose_card .card {
  margin: 0 !important;
}

.payedAd_tap .choose_card .custom-control-label::before {
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 10;
  opacity: 1;
  border: 0;
  -webkit-box-shadow: inset 0 -5px 3px #0001;
          box-shadow: inset 0 -5px 3px #0001;
}

.payedAd_tap .choose_card .custom-control-label::after {
  z-index: 10;
  top: 0%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) scale(5);
          transform: translate(50%, -50%) scale(5);
}

.payedAd_tap .choose_card .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #E04F3F;
  background-color: #E04F3F;
}

.payedAd_tap .choose_card_det {
  padding: 30px 20px 20px;
  background-color: #fff;
  width: 90%;
  margin: -10px auto;
  border: 1px solid #9992;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 30px;
}

.payedAd_tap .choose_card_det ul {
  margin: 0;
}

.payedAd_tap .choose_card_det ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 13px;
  line-height: 2;
}

.modal .modal-content {
  border: 0;
  border-radius: 30px;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 1200px;
  }
}

.pay_modal .pay_content {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #6662;
  border-radius: 30px;
}

.pay_modal .pay_content h5 {
  border-bottom: 1px solid #9992;
  padding: 15px;
  margin-bottom: 30px;
}

.pay_modal .pay-selection {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.pay_modal .pay-selection label {
  width: 100%;
}

.pay_modal .pay-selection label .time-input-element {
  opacity: 0;
  position: absolute;
}

.pay_modal .pay-selection label .time-input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  border: 1px solidtransparent;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 25px;
}

.pay_modal .pay-selection label .time-input .panel-heading img {
  width: 100px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.pay_modal .pay-selection label .time-input-element:checked + .time-input {
  border: 1px solid #F39C74;
}

.credit_info {
  display: none;
}

.credit_info .copon {
  padding: 30px;
  border-radius: 20px;
  background-color: #f9f9f9;
  margin-top: 30px;
}

.credit_info .copon input {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
  border: 0;
  margin: 15px 0;
}

.credit_info .copon h6 {
  margin-top: 10px;
}

.credit_info .copon h6 strong {
  color: #fd1d1d;
  margin: 0 10px;
}

/***********************end section profile******************************************/
/********************start profile info***************************************************/
.profile-info [type="radio"]:not(:checked),
.profile-info [type="radio"]:checked {
  position: absolute;
  left: -9px;
  visibility: hidden;
}

.profile-info [type="radio"]:not(:checked) + label,
.profile-info [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

.profile-info [type="radio"] + label:before,
.profile-info [type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

.profile-info [type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
}

.profile-info [type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.profile-info [type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent;
}

.profile-info [type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #ecc338;
  background-color: #ecc338;
  z-index: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.profile-info [type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #ecc338;
}

.profile-info [type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #ecc338;
  background-color: #ecc338;
  z-index: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.profile-info [type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

.profile-info [type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

.profile-info [type="radio"]:disabled:not(:checked) + label:before,
.profile-info [type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

.profile-info [type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

.profile-info [type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

.profile-info [type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

.profile-info .modal-dialog .image-profile-edit {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.profile-info .modal-dialog .image-profile-edit img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 5px 0px #ecc338;
          box-shadow: 0px 0px 5px 0px #ecc338;
}

.profile-info .modal-dialog .image-profile-edit input {
  position: absolute;
  bottom: 0;
  left: 64%;
  display: inline-block;
}

.profile-info .modal-dialog .image-profile-edit button {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #555;
          box-shadow: 0px 0px 10px #555;
  background-color: #ecc338;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ddd;
  position: absolute;
  cursor: pointer !important;
  right: 2px;
  bottom: 0px;
}

.profile-info .modal-dialog .image-profile-edit button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.profile-info .modal-dialog .modal-content {
  border-radius: 45px;
  padding: 70px;
}

.profile-info .modal-dialog .modal-content .modal-title {
  color: #1C2344;
  font-size: 18px;
  font-size: 25px;
}

.profile-info .modal-dialog .modal-content .modal-body .form-group-line {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #ecc338;
  z-index: 1;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-info .modal-dialog .modal-content .modal-body .form-group-input:hover ~ .form-group-line {
  width: 0;
  -webkit-animation: input 1s infinite ease-in-out;
          animation: input 1s infinite ease-in-out;
}

.profile-info .modal-dialog .modal-content .modal-body .form-group-input:focus ~ .form-group-line,
.profile-info .modal-dialog .modal-content .modal-body .form-group-input:valid ~ .form-group-line {
  -webkit-animation: input2 0.5s 1 ease;
          animation: input2 0.5s 1 ease;
  width: 90%;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile {
  margin-bottom: 10px;
  padding: 0px 10px;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .text {
  padding: 20px 0;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .text span {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .input-profile {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-radius: 5px;
  padding: .375rem 1.2rem;
  background-color: #fff;
  border: 1px solid #ddd;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .input-profile:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 37px;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .types .gender-male {
  padding: 0 10px;
}

.profile-info .modal-dialog .modal-content .modal-body .content-profile .types .gender-female {
  padding: 0 20px;
}

.profile-info .modal-dialog .modal-content .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-info .modal-dialog .modal-content .modal-footer .save {
  line-height: 45px;
  padding: 0px 29px;
  border: 1px solid #ecc338;
  color: #fff;
  background-color: #ecc338;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}

.profile-info .modal-dialog .modal-content .modal-footer .save:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-info .modal-dialog .modal-content .modal-footer .close {
  line-height: 45px;
  padding: 0px 29px;
  border: 1px solid #999;
  color: #fff;
  background-color: #999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
  font-size: 19px;
  font-weight: 100;
}

.profile-info .modal-dialog .modal-content .modal-footer .close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/********************end profile info***************************************************/
/*login-heading*/
.login-heading {
  background-color: #E04F3F;
  padding: 15px 0;
  background: linear-gradient(-90deg, #E04F3F50,#37B34A50 , #FDBC1150 );
}

.login-heading .breadcrumb {
  background: transparent;
  padding: 0;
  align-items: center;
  margin-bottom: 0;
}

.login-heading .breadcrumb .breadcrumb-item {
  font-size: 15px;
  color: #ffffff;
  padding-left: 0;
  position: relative;
}

.breadcrumb-item + .breadcrumb-item::before{
   display: none;
 
}
.login-heading .breadcrumb .breadcrumb-item img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.login-heading .breadcrumb .last {
  font-size: 16px;
  color: #ffffff;
}

.login-heading .breadcrumb .last::before {
  content: "";
}

.login-heading .main-title-section {
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
}

/*start login-heading*/
/*start favourite*/
.favourite {
  padding: 70px 0;
  position: relative;
}

.favourite .card {
  margin-top: 30px;
  -webkit-box-shadow: 0 3px 10px #00000005;
          box-shadow: 0 3px 10px #00000005;
}

.favourite .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 !important;
  background-color: #fff;
}

.favourite .heart-button {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  padding: 21px 34px;
  position: absolute;
  top: 0;
}

.favourite .heart-button:focus, .favourite .heart-button:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.favourite .btn-primary:not(:disabled):not(.disabled):active:focus,
.favourite .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.favourite .btn-primary:not(:disabled):not(.disabled):active,
.favourite .show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border-color: transparent !important;
  border: 0;
}

.favourite::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.favourite .tab-content {
  padding: 30px 0;
}

.favourite .tab-content .tab-pane .cards .images-fav {
  padding: 0 !important;
  background-color: transparent !important;
  height: 0 !important;
  position: relative;
}

.favourite .tab-content .tab-pane .card {
  margin-bottom: 40px;
}

.favourite .tab-content .tab-pane .card .images-fav {
  padding: 30px 0 15px 0;
  background-color: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  height: 268px;
  position: relative;
}

.favourite .tab-content .tab-pane .card .images-fav .card-img-top {
  /*width: 65%;*/
  width: 100%;
height: 100%;
object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.favourite .tab-content .tab-pane .card .images-fav .heart {
  position: absolute;
  top: 0;
  right: 10px;
}

.favourite .tab-content .tab-pane .card .heart-s {
  position: absolute;
  top: 0;
  right: 10px;
}

.favourite .tab-content .tab-pane .card .img-background {
  height: 268px;
}

/*end favourite*/
/*start heart modal*/
.heart-modal .modal-content .modal-body {
  text-align: center;
  padding: 50px 0;
}

.heart-modal .modal-content .modal-body h5 {
  font-size: 35px;
  color: #2D3034;
}

.heart-modal .modal-content .modal-body p {
  font-size: 20px;
}

.heart-modal .modal-content .modal-body .body-img {
  padding: 40px 0;
}

.heart-modal .modal-content .modal-body .body-img img {
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 20%;
}

.heart-modal .modal-content .modal-body .body-img img span {
  font-size: 14px;
}

.heart-modal .modal-content .modal-body .delete {
  background-color: #E34141;
  border: none;
  padding: 7px 33px;
  font-size: 15px;
}

.heart-modal .modal-content .modal-body .delete:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.heart-modal .modal-content .modal-body .cancel {
  background-color: #E2E2E2;
  font-size: 15px;
  border: none;
  padding: 7px 33px;
  color: #594A4A;
}

.heart-modal .modal-content .modal-body .cancel:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*end heart modal*/
/*start section notification*/
.notification {
  position: relative;
}

.notification::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

.notification .notification-content {
  background-color: #fff;
  margin: 60px 0;
}

.notification .notification-content .line {
  background-color: #DADADA;
  width: 95%;
  height: 1px;
  display: block;
  margin: auto;
}

/*end section notification*/
/*start order*/
.order {
  padding: 70px 0;
  position: relative;
}

.order::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.order .tab-content .tab-pane .box-order {
  position: relative;
  margin-bottom: 30px;
}

.order .tab-content .tab-pane .box-order .card-body {
  padding: 40px 3.25rem;
}

.order .tab-content .tab-pane .box-order .card-body .info-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*padding-top: 30px;*/
  align-items: center;
}

.order .tab-content .tab-pane .box-order .card-body .info-img-text .number {
  height: 40px;
  background-color: #E04F3F;
  padding: 10px 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.order .tab-content .tab-pane .box-order .card-body .info-img-text .number p {
  font-size: 17px;
  color: #FFFFFF;
}

.order .tab-content .tab-pane .box-order .card-body .info-img-text .imges-card-order img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.order .tab-content .tab-pane .box-order .card-body .info-img-text .imges-card-order{
    width: 40%;
}

.order .tab-content .tab-pane .box-order .card-body .info-img-text .info{
    width: 60%;
    padding: 20px;
    height: max-content;
}


.order .tab-content .tab-pane .box-order .card-body .info-img-text .text {
  margin: auto;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary {
  position: absolute;
    left: 15px;
    top: 15px;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .time {
  background-color: #fff !important;
  word-spacing: 10px;
}

/*.order .tab-content .tab-pane .box-order .card-body .info-time-salary .time {*/
/*  padding-bottom: 30px;*/
/*}*/

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .time p {
  text-align: left;
  font-size: 14px;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .salary .salary-sa {
  font-size: 30px;
  color: #524646;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .salary .salary-sa span {
  font-size: 24px;
  padding-left: 10px;
  color: #524646;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .salary .uper-line {
  font-size: 22px;
  color: #AEAEAE;
  text-decoration: line-through;
  padding-top: 7px;
  padding-right: 14px;
}

.order .tab-content .tab-pane .box-order .card-body .info-time-salary .salary .uper-line span {
  font-size: 19px;
  padding-left: 10px;
  color: #AEAEAE;
}

/*end order*/
/*start register*/
.register {
  position: relative;
  padding: 70px 0;
}

.register .image-register {
  width: 100%;
  position: relative;
  height: 100%;
}

.register .image-register .heading-img {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
  z-index: 1;
}

.register .image-register .heading-img h5 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 27%;
}

.register .image-register .heading-img .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 70%;
}

.register .image-register .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  bottom: 0;
  right: 0;
  background-color: #E2867E;
  opacity: .8;
  height: 100%;
}

.register .image-register img {
  width: 100%;
  height: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}

.register::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.register .box-register {
  padding: 60px 0;
}

.register .form-group-line {
  position: absolute;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: #E04F3F;
  z-index: 1;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.register .form-group-input:hover ~ .form-group-line {
  width: 0;
  -webkit-animation: input 1s infinite ease-in-out;
          animation: input 1s infinite ease-in-out;
}

.register .form-group-input:focus ~ .form-group-line,
.register .form-group-input:valid ~ .form-group-line {
  -webkit-animation: input2 0.5s 1 ease;
          animation: input2 0.5s 1 ease;
  width: 100%;
}

.register [type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #E04F3F;
  background-color: #E04F3F;
  z-index: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.register [type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #E04F3F;
}

.register [type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #E04F3F;
  background-color: #E04F3F;
  z-index: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.register .tab-content .tab-pane .queestion {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.register .tab-content .tab-pane .queestion p {
  font-size: 15px;
  color: #A2A2A2;
}

.register .tab-content .tab-pane .queestion p a {
  color: #2C2323;
}

.register .tab-content .tab-pane .clicks {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.register .tab-content .tab-pane .clicks .build {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 40px;
  border: none;
  border-radius: 40px;
}

.register .tab-content .tab-pane .card-download {
  background-color: #fff;
  border-radius: 3px;
  padding: 50px 0;
  height: 190px;
}

.register .tab-content .tab-pane .card-download .load {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 21px;
}

.register .tab-content .tab-pane .card-download .load span {
  background-color: #F7F7F7;
  border-radius: 44px;
  padding: 13px 69px;
}

.register .tab-content .tab-pane .card-download .load p {
  position: absolute;
  right: 40px;
  font-size: 14px;
}

.register .tab-content .tab-pane .card-download .load input {
  position: absolute;
  bottom: 0;
  left: 64%;
  display: inline-block;
}

.register .tab-content .tab-pane .card-download .load button {
  background-color: transparent;
  text-align: center;
  border: none;
  position: absolute;
  cursor: pointer !important;
  right: 2px;
  bottom: 1px;
}

.register .tab-content .tab-pane .card-download .load button img {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.register .tab-content .tab-pane h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.register .tab-content .tab-pane .profile-content {
  padding-bottom: 25px;
}

.register .tab-content .tab-pane .profile-content .map iframe {
  width: 100%;
}

.register .tab-content .tab-pane .profile-content .text {
  padding-bottom: 0;
  margin-top: 20px;
}

.register .tab-content .tab-pane .profile-content .form-check {
  padding-left: 10px;
}

.register .tab-content .tab-pane .profile-content .form-check .form-check-label {
  font-size: #333333;
  font-size: 13px;
}

.register .tab-content .tab-pane .profile-content .terms {
  color: #595454;
  font-size: 17px;
}

.register .tab-content .tab-pane .profile-content .terms span {
  color: #E04F3F;
}

.register .tab-content .tab-pane .profile-content .text span {
  color: #A2A2A2;
  font-size: 16px;
}

.register .tab-content .tab-pane .profile-content .image-load {
  float: left;
  position: relative;
}

.register .tab-content .tab-pane .profile-content .image-load span {
  background-color: #FFFFFF;
  border-radius: 44px;
  padding: 13px 69px;
}

.register .tab-content .tab-pane .profile-content .image-load p {
  position: absolute;
  right: 40px;
  font-size: 14px;
}

.register .tab-content .tab-pane .profile-content .image-load input {
  /*position: absolute;*/
  /*bottom: 0;*/
  /*left: 64%;*/
  /*display: inline-block;*/
  position: absolute;
    bottom: -15px;
    left: 0;
    display: inline-block;
    height: 50px;
}

.register .tab-content .tab-pane .profile-content .image-load button {
  background-color: transparent;
  text-align: center;
  border: none;
  position: absolute;
  cursor: pointer !important;
  right: 2px;
  bottom: 1px;
}

.register .tab-content .tab-pane .profile-content .image-load button img {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.register .tab-content .tab-pane .profile-content .map-text {
  padding-bottom: 15px;
}

.register .tab-content .tab-pane .profile-content .map-text span {
  color: #595454 !important;
}

.register .tab-content .tab-pane .profile-content .togglePassword {
  position: absolute;
  left: 16px;
  cursor: pointer;
  color: #E04F3F;
}

.register .tab-content .tab-pane .profile-content .input-profile {
  color: #A2A2A2;
  font-size: 16px;
}

.register .tab-content .tab-pane .profile-content .types {
  border: 0 !important;
}

.register .tab-content .tab-pane .profile-content input,
.register .tab-content .tab-pane .profile-content select,
.register .tab-content .tab-pane .profile-content .input-profile {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: none;
  color: #333333;
  font-size: 16px;
}

.register .tab-content .tab-pane .profile-content input:focus, .register .tab-content .tab-pane .profile-content input:hover,
.register .tab-content .tab-pane .profile-content select:focus,
.register .tab-content .tab-pane .profile-content select:hover,
.register .tab-content .tab-pane .profile-content .input-profile:focus,
.register .tab-content .tab-pane .profile-content .input-profile:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.register.login .image-register img {
  max-height: 600px;
}

.register.reset_pass .image-register img {
  max-height: 400px;
}

/*end register*/
/*start section personal*/
.personal {
  position: relative;
}

.personal .card .card-text {
  font-size: 14px !important;
  color: #73747A;
}

.personal .card .card-title-country {
  color: #524646;
}

.personal .card .card-title-country img {
  margin: 0 12px;
}

.personal .card:nth-of-type(1) {
  background-color: #fff;
}

.personal .card .card-images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.personal .card .card-images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*.personal .card:nth-of-type(2) {*/
/*  background-color: transparent;*/
/*  padding: 20px 11px;*/
/*}*/

.personal .card .salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.personal .card .salary .salary-sa {
  font-size: 23px;
  color: #524646;
}

.personal .card .salary .salary-sa span {
  font-size: 23px;
  padding-left: 10px;
  color: #524646;
}

.personal .card .salary .uper-line {
  font-size: 20px;
  color: #AEAEAE;
  text-decoration: line-through;
  padding: 4px 20px;
}

.personal .card .salary .uper-line span {
  font-size: 17px;
  padding-left: 10px;
  color: #AEAEAE;
}

.personal .card .heading {
  color: #2D2B2B;
  font-size: 20px;
  width: auto;
}

.personal .card .card-title {
  width: auto;
  font-size: 14px;
  color: #423636;
  padding: 20px 0;
}

.personal::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.personal .nav {
  padding: 10px 0;
  background-color: #fff;
}

.personal .nav .content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: transparent;
}

.personal .nav .content .images {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  position: relative;
}

.personal .nav .content .images::before {
  position: absolute;
  content: "";
  background-size: contain;
  background: url(../images/circle.png);
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-position: center;
}

.personal .nav .content .images img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  object-fit: cover;
}

.personal .nav .content p {
  color: #1C1A1A;
  font-size: 20px;
  text-align: center;
  margin: 0;
}

.personal .nav .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px;
}

.personal .nav .links a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin: auto;
  line-height: 45px;
}

.personal .nav .links a i {
  color: #fff;
  margin: 0px 16px;
}

.personal .nav .links a:nth-of-type(1) {
  background-color: #3D5A96;
}

.personal .nav .links a:nth-of-type(2) {
  background-color: #2AA3EF;
}

.personal .nav .links a:nth-of-type(3) {
  background-image: -webkit-gradient(linear, left top, right top, from(#7125C5), to(#E09B3D));
  background-image: linear-gradient(to right, #7125C5, #E09B3D);
}

.personal .nav .links a:nth-of-type(4) {
  background-color: #FFFC00;
}

.personal .nav .nav-link {
  color: #040224;
  font-size: 16px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 !important;
}

.personal .nav .nav-link p {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 40px;
  margin-left: 20px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 5px 0px #707070;
          box-shadow: 0px 0px 5px 0px #707070;
}

.personal .nav .nav-link img {
  margin: 0 11px;
  width: 20px;
}

.personal .nav .active {
  background: none;
  color: #E04F3F;
}

.personal .nav .active p {
  border: 1px solid #E04F3F;
  -webkit-box-shadow: 0px 0px 5px 0px #e04f3f;
          box-shadow: 0px 0px 5px 0px #e04f3f;
}

.personal .box-personal {
  padding: 60px 0;
}

.personal .pnts {
  padding: 8px 30px;
  -webkit-box-shadow: 0 5px 10px #0001;
          box-shadow: 0 5px 10px #0001;
  border-radius: 50px;
  margin: 15px auto;
  display: inline-block;
  background-color: #f9f9f9;
}

.personal .pnts strong {
  color: #E04F3F;
  margin: 0 3px;
}

.personal .tab-content .enter-pane .card {
  padding: 0;
}

.personal .tab-content .enter-pane .card .card-images img {
  width: 70%;
}

.personal .tab-content .tab-pane .box-branches .card {
  padding: 5px 0;
  margin-bottom: 12px;
}

.personal .tab-content .tab-pane .box-branches .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personal .tab-content .tab-pane .box-branches .card .card-body p {
  font-size: 16px;
}

.personal .tab-content .tab-pane .box-branches .card .card-body .delete {
  background-color: #FDBC11;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

.personal .tab-content .tab-pane .box-search-time {
  padding: 25px 0;
}

.personal .tab-content .tab-pane .box-search-time .search-box {
  background-color: #2E2D2A;
  line-height: 57px;
  text-align: center;
  height: 60px;
}

.personal .tab-content .tab-pane .box-search-time .search-box a {
  color: #fff;
  font-size: 20px;
}

.personal .tab-content .tab-pane .box-search-time .search-box a i {
  padding: 0 8px;
  font-size: 17px;
}

.personal .tab-content .tab-pane .box-search-time .custom-select {
  border: 0;
  border-radius: 0;
  min-height: 60px;
  width: 100%;
}

.personal .tab-content .tab-pane .box-search-time .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.personal .tab-content .tab-pane .box-search-time input {
  background-color: #fff;
  height: 60px;
  padding: 16px 20px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.personal .tab-content .tab-pane .nav-cliks {
  border-bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 30px;
  background-color: #fff;
  border-radius: 44px;
}

.personal .tab-content .tab-pane .nav-cliks .nav-item {
  font-size: 20px;
  color: #2D3034;
  margin: 0 10px;
  border-radius: 44px;
}

.personal .tab-content .tab-pane .nav-cliks .nav-item:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.personal .tab-content .tab-pane .nav-cliks .nav-item .nav-link:hover {
  border: 0;
}

.personal .tab-content .tab-pane .nav-cliks .active {
  background-color: #E04F3F;
  border-radius: 44px;
  padding: 14px 40px;
  color: #F5F6F8;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request {
  padding: 0;
  background-color: #fff;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request .card-body .custom-select {
  border: 0;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request .card-body .custom-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request .card-body p {
  color: #A2A2A2;
  font-size: 16px;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request .card-body span {
  color: #E04F3F;
  font-size: 16px;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request .card-body a h5 {
  color: #A2A2A2;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .card-request .card-body a h5 i {
  padding: 0 9px;
  color: #E04F3F;
  font-size: 13px;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .profile-content .enter a h5 {
  color: #1C1A1A !important;
  margin: 0;
  font-size: 15px;
  cursor: pointer;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .profile-content .enter a h5 i {
  font-size: 13px;
  padding: 0 5px;
  color: #E04F3F;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .tap-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.personal .tab-content .tab-pane .tab-content .tab-pane .tap-button .change-state {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 44px;
  border: none;
  border-radius: 40px;
}

.personal .tab-content .tab-pane .data-input {
  background-color: #fff;
  padding: 10px 50px;
  border-radius: 40px;
  margin: 20px 0;
}

.personal .tab-content .tab-pane .cart-summary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.personal .tab-content .tab-pane .cart-summary h6 {
  font-size: 20px;
  color: #161414;
  padding: 15px 0;
}

.personal .tab-content .tab-pane .cart-summary .links .pay {
  font-size: 11px;
  color: #161414;
  background-color: #FDBC11;
  padding: 16px 60px;
  border: none;
  border-radius: 40px;
}

.personal .tab-content .tab-pane .personal-button {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.personal .tab-content .tab-pane .personal-button .edit {
  background-color: #FDBC11;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

.personal .tab-content .tab-pane .card {
  margin: 30px 0;
}

.personal .tab-content .tab-pane .card .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.personal .tab-content .tab-pane .card .card-body {
  padding: 20px 26px;
}

.personal .tab-content .tab-pane .card .card-body p {
  color: #595454;
  font-size: 20px;
}

.personal .tab-content .tab-pane .card .card-body p.card-text{
    min-height: 80px;
}

.personal .tab-content .tab-pane .card .card-body h5 {
  color: #E04F3F;
  font-size: 16px;
  width: auto;
}

.personal .tab-content .tab-pane .card .card-body h5 a {
  color: #E04F3F;
  font-size: 16px;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit label:after {
  content: "\f304";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 160px;
  height: 160px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*end section personal*/
/*login request*/
.login-request {
  position: relative;
}

.login-request::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

.login-request .login-request-content .card .image-request {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.login-request .login-request-content .card .card-images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.login-request .login-request-content .card {
  margin: 20px 0;
}

.login-request .login-request-content .card .card-body {
  padding: 20px 26px;
}

.login-request .login-request-content .card .card-body p {
  color: #595454;
  font-size: 20px;
}

.login-request .login-request-content .card .card-body h5 {
  color: #E04F3F;
  font-size: 16px;
  width: auto;
}

/*cart section*/
.cart-checkout {
  position: relative;
  padding: 50px 0;
}

.cart-checkout::before {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  bottom: -200px;
  right: 0;
  z-index: -1;
}

/*cart*/
.cart {
  position: relative;
  padding: 50px 0;
}

/*.cart::before {*/
/*  background-color: #F5F6F8;*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -100px;*/
/*  left: 0;*/
/*  bottom: -200px;*/
/*  right: 0;*/
/*  z-index: -1;*/
/*}*/

.cart .profile-content {
  padding: 20px 0;
}

.cart .profile-content h3 {
  color: #1C1A1A;
  font-size: 20px;
}

/*animation*/
@-webkit-keyframes input {
  0% {
    width: 5%;
  }
  50% {
    width: 20%;
  }
  100% {
    width: 5%;
  }
}
@keyframes input {
  0% {
    width: 5%;
  }
  50% {
    width: 20%;
  }
  100% {
    width: 5%;
  }
}

.contact-pg {
  padding: 70px 0;
  background-color: #F5F6F8;
  position: relative;
}

.contact-pg::before {
  position: absolute;
  content: "";
  left: 2%;
  bottom: 50px;
  top: 200px;
  width: 96%;
  background-color: #fff;
  border-radius: 100px;
}

.contact-pg::after {
  background-color: #F5F6F8;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

.contact-pg .card {
  padding: 1.25rem;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px #eee;
          box-shadow: 0px 0px 10px 0px #eee;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  margin-top: 50px;
  background-color: #fcfcfc;
}

.contact-pg .card .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #f5f5f5;
  color: #E04F3F;
  border-radius: 50%;
  display: block;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-pg .card h6 {
  margin-top: 1.2rem;
  color: #555;
}

.contact-pg .card p {
  font-size: 15px;
  margin: 0rem;
}

.contact-pg .card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-pg .card:hover .icon {
  background-color: #E04F3F;
  color: #fff;
}

.contact-pg .card:hover .icon i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

.contact-pg .card:hover h6 {
  color: #E04F3F;
}

.contact-pg .contact-form {
  background-color: #fcfcfc;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
  padding: 1.25rem;
  margin: 20px 0px 50px 0px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
  padding: 30px;
}

.contact-pg .contact-form .text span {
  font-size: 15px;
  color: #4F2B82;
  font-weight: bold;
}

.contact-pg .contact-form .text h5 {
  margin: 1rem 0rem;
}

.form-wrapper .form-group {
  position: relative;
  margin-bottom: 1.8rem;
}

.form-wrapper .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #4F2B82;
}

.form-wrapper .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group .form-control::placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group input,
.form-wrapper .form-group select,
.form-wrapper .form-group textarea {
  min-height: 50px;
  border-radius: 10px;
  border: 1px solid #9992;
}

.form-wrapper .floating-label {
  font-size: 13px;
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #fff;
  padding: 0 5px;
}

.form-wrapper .form-control:focus ~ .floating-label,
.form-wrapper .form-control:not(:focus):valid ~ .floating-label {
  top: -9px;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
  opacity: 1;
  color: #555;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-wrapper .submit-butn {
  background-color: #E04F3F;
  color: #fff;
  width: 180px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #E04F3F;
  margin: auto;
  font-size: 15px;
  display: block;
  margin: auto;
}

.form-wrapper .submit-butn:hover {
  background-color: #4F2B82;
  border: 1px solid #4F2B82;
}

.content-pg {
  padding: 70px 0;
  background-color: #fff;
  position: relative;
}

.content-pg .cont_titl {
  color: #E04F3F;
  margin-bottom: 30px;
  margin-top: 50px;
}

.content-pg .text {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 15px;
  color: #777;
}

.container {
  position: relative;
  z-index: 10;
}

.order-details .order-head {
  border: 1px solid #9993;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.order-details .order-head ul li p {
  font-size: 15px;
  font-weight: 600;
}

.order-details .order-head ul li span,
.order-details .order-head ul li a {
  color: #777;
  font-weight: 600;
  margin-right: 10px;
}

.order-details .checkout-table th {
  background-color: #f9f9f9;
  font-size: 15px;
  color: #E04F3F;
}

.order-details .checkout-table td {
  vertical-align: middle;
  font-size: 16px;
}

.order-details .checkout-table .prod-img {
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.order-details .checkout-table .product-name {
  font-weight: bold;
  color: #555;
}

.order-details .checkout-table tr:hover {
  color: #212529;
  background-color: transparent;
}

.review-modal-content h5 {
  font-weight: bold;
  color: #666;
  margin-bottom: 1rem;
}

.review-modal-content .stars-content {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 10px 15px;
}

.review-modal-content .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.review-modal-content .stars-content .star-rating input {
  display: none;
}

.review-modal-content .stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
}

.review-modal-content .stars-content .star-rating :checked ~ label {
  color: #f90;
}

.review-modal-content .stars-content .star-rating label:hover,
.review-modal-content .stars-content .star-rating label:hover ~ label {
  color: #fc0;
}

.review-modal-content .review-btn {
  padding: 15px 50px;
  display: block;
  margin: 25px auto 0 auto;
  color: #fff;
}

.review-modal-content .review-btn:hover {
  background-color: #0c5f8a;
}

.modal-content {
  border-radius: 0;
  padding: 25px;
}

#reviewModal .close {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 99;
}
/*# sourceMappingURL=style.css.map */


/*-------------- new -------------*/
.swiper_services {
        overflow: hidden;
        padding-bottom: 50px;
    }
    
    .swiper_services .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
    
    .swiper-pagination-bullet-active {
        background: #FDBC11;
    }
    
    .border_items .img img{
        height: 120px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    
    /*---------- new upload image ---------*/
     .col-ting {
            width: 100%;
            margin: 0 auto;
        }
        
        .col-ting .file-upload .image-box {
            margin: 0 auto;
            margin-top: 1em;
            height: 200px;
            width: 100%;
            background: #fff;
            cursor: pointer;
            overflow: hidden;
            padding: 10px;
        }
        
        .col-ting .file-upload .image-box .up_img {
            height: calc(100% - 25px);
            width: 100%;
            display: none;
            object-fit: cover;
        }
        
        .col-ting .file-upload .image-box h6 {
            position: relative;
            top: 35%;
        }
        
        .col-ting .file-upload .load {
            position: relative;
            top: 40%;
        }
@media print {
    a{
        text-decoration: none !important;
    }
    
    .col-lg-6{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    button,
    .print_btn{
        display: none; 
    }
    
}

/*----------- new -----------*/
.c-share__input:checked ~ .c-share_options{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.c-share_options::before{
    width: 100%;
}

.c-share_options li{
    font-size: 30px;
    margin: 3px !important;
    height: max-content;
}

.c-share_options li .fa-facebook-square{
    color: #4267B2;
}
.c-share_options li .fa-twitter-square{
    color: #00acee;
}
.c-share_options li .fa-instagram-square{
    color: #e1306c;
}
.c-share_options li .fa-whatsapp-square{
    color: #25d366;
}

.drop-nav {
        position: relative;
    }
    
    .drop-nav .drop-down {
        width: 100%;
        min-width: 200px;
        position: absolute;
        right: 0;
        top: 150%;
        background-color: #f9f9f9;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        z-index: 150;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        padding: 0 !important;
        /*border-top: 2px solid #000;*/
    }
    
    .drop-nav .drop-down.sub-menu {
        right: 100%;
        top: 100%;
        border-top: 2px solid #000;
    }
    
    .drop-nav:hover>.drop-down.sub-menu {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    /* @media screen and (max-width: 787px) {
        .drop-nav .drop-down.sub-menu {
            left: 0 !important;
        }
    } */
    
    .drop-nav .drop-down li {
        padding: 0;
        border-right: 0;
    }
    
    .drop-nav:hover>.drop-down {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    
    .drop-nav .drop-down a {
        color: black;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
        font-size: 13px;
        border-bottom: 1px solid #9992;
    }
    
    .drop-nav .drop-down a:hover {
        background-color: #ddd;
    }


/*--------- new ---------*/

.mob_toggler{
    display: none !important;
}

.disk_toggler{
    display: inherit !important;
}

.disk_none{
    display: none !important;
}

.mob_none{
    display: inherit !important;
}

.whatsapp_butn {
    width: 50px;
    height: 50px;
    position: fixed;
    inset-inline-start: 15px;
    bottom: 20px;
    z-index: 9;
    -webkit-box-shadow: 0 0px 15px 0 #0001;
    box-shadow: 0 0px 15px 0 #0001;
    border-radius: 50%;
}
.whatsapp_butn img {
    width: 100%;
    height: 100%;
}

