

/************************** image shadow **************************/
.dfv02v9a-ds-drop-shadow-low {
  filter: drop-shadow(2px 4px 6px black) !important;
}
/************************** black shadow **************************/
.dfv02v9a-ds-box-shadow-very-low {
  box-shadow: 0px 0px 10px -5px #111 !important;
}
.dfv02v9a-ds-box-shadow-low {
  box-shadow: 0px 0px 20px -10px #111 !important;
}
.dfv02v9a-ds-box-shadow-high {
  box-shadow: 20px 20px 20px -20px #111 !important;
}
.dfv02v9a-ds-box-shadow-high-center {
  box-shadow: 0px 0px 20px -5px #111 !important;
}
.dfv02v9a-ds-box-shadow-high-hover:hover {
  box-shadow: 0px 0px 20px -5px #111 !important;
}
/************************** primary shadow **************************/
.dfv02v9a-ds-primary-box-shadow-high {
  box-shadow: 0px 0px 20px 0px var(--primary) !important;
}
.dfv02v9a-ds-primary-box-shadow-high-hover:hover {
  box-shadow: 0px 0px 20px 0px var(--primary) !important;
}
/************************** secondary shadow **************************/
.dfv02v9a-ds-secondary-box-shadow-high {
  box-shadow: 0px 0px 20px 0px var(--secondary) !important;
}
.dfv02v9a-ds-secondary-box-shadow-high-hover:hover {
  box-shadow: 0px 0px 20px 0px var(--secondary) !important;
}
/************************** border radius **************************/
.dfv02v9a-ds-border-radius-btn {
  border-radius: var(--border-radius) !important;
}
.dfv02v9a-ds-circule-border-radius{
	border-radius: 50% !important;
}
/************************* variables *******************************/
:root {
  --primary: #f7941d;
  --accent: #e3e2df;
  --secondary: #dc3545;
  --border-radius: 20px;
  --border-radius-s: 10px;

  --floating-primary: var(--primary);

  --primary-10: #f7941d1a;
  --primary-20: #f7941d33;
  --primary-30: #f7941d4d;
  --primary-40: #f7941d66;
  --primary-50: #f7941d80;

  --secondary-10: #dc35451a;
  --secondary-20: #dc354533;
  --secondary-30: #dc35454d;
  --secondary-40: #dc354566;
  --secondary-50: #dc354580;
}
/************************* public styles *******************************/
body {
  font-family: c8tS02dAx5;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #111;
  background-color: #fff;
  text-align: right;
  direction: rtl;
  margin: 0;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

/*
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
*/

.contentsection {
  padding-left: 16px;
  padding-right: 16px;
}

.contentsectionx2 {
  padding-left: 32px;
  padding-right: 32px;
}
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/



.primary {
  background-color: #009688 !important;
  border-color: #009688 !important;
}

.primary--text {
  color: #009688 !important;
}

.primary.lighten-5 {
  background-color: #e0f2f1 !important;
  border-color: #e0f2f1 !important;
}

.primary--text.text--lighten-5 {
  color: #e0f2f1 !important;
}

.primary.lighten-4 {
  background-color: #b2dfdb !important;
  border-color: #b2dfdb !important;
}

.primary--text.text--lighten-4 {
  color: #b2dfdb !important;
}

.primary.lighten-3 {
  background-color: #80cbc4 !important;
  border-color: #80cbc4 !important;
}

.primary--text.text--lighten-3 {
  color: #80cbc4 !important;
}

.primary.lighten-2 {
  background-color: #4db6ac !important;
  border-color: #4db6ac !important;
}

.primary--text.text--lighten-2 {
  color: #4db6ac !important;
}

.primary.lighten-1 {
  background-color: #26a69a !important;
  border-color: #26a69a !important;
}

.primary--text.text--lighten-1 {
  color: #26a69a !important;
}

.primary.darken-1 {
  background-color: #00897b !important;
  border-color: #00897b !important;
}

.primary--text.text--darken-1 {
  color: #00897b !important;
}

.primary.darken-2 {
  background-color: #00796b !important;
  border-color: #00796b !important;
}

.primary--text.text--darken-2 {
  color: #00796b !important;
}

.primary.darken-3 {
  background-color: #00695c !important;
  border-color: #00695c !important;
}

.primary--text.text--darken-3 {
  color: #00695c !important;
}

.primary.darken-4 {
  background-color: #004d40 !important;
  border-color: #004d40 !important;
}

.primary--text.text--darken-4 {
  color: #004d40 !important;
}

.secondary {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}

.secondary--text {
  color: #9e9e9e !important;
}

.secondary.lighten-5 {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}

.secondary--text.text--lighten-5 {
  color: #fafafa !important;
}

.secondary.lighten-4 {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}

.secondary--text.text--lighten-4 {
  color: #f5f5f5 !important;
}

.secondary.lighten-3 {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}

.secondary--text.text--lighten-3 {
  color: #eeeeee !important;
}

.secondary.lighten-2 {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}

.secondary--text.text--lighten-2 {
  color: #e0e0e0 !important;
}

.secondary.lighten-1 {
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}

.secondary--text.text--lighten-1 {
  color: #bdbdbd !important;
}

.secondary.darken-1 {
  background-color: #757575 !important;
  border-color: #757575 !important;
}

.secondary--text.text--darken-1 {
  color: #757575 !important;
}

.secondary.darken-2 {
  background-color: #616161 !important;
  border-color: #616161 !important;
}

.secondary--text.text--darken-2 {
  color: #616161 !important;
}

.secondary.darken-3 {
  background-color: #424242 !important;
  border-color: #424242 !important;
}

.secondary--text.text--darken-3 {
  color: #424242 !important;
}

.secondary.darken-4 {
  background-color: #212121 !important;
  border-color: #212121 !important;
}

.secondary--text.text--darken-4 {
  color: #212121 !important;
}

.accent {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}

.accent--text {
  color: #2196f3 !important;
}

.accent.lighten-5 {
  background-color: #e3f2fd !important;
  border-color: #e3f2fd !important;
}

.accent--text.text--lighten-5 {
  color: #e3f2fd !important;
}

.accent.lighten-4 {
  background-color: #bbdefb !important;
  border-color: #bbdefb !important;
}

.accent--text.text--lighten-4 {
  color: #bbdefb !important;
}

.accent.lighten-3 {
  background-color: #90caf9 !important;
  border-color: #90caf9 !important;
}

.accent--text.text--lighten-3 {
  color: #90caf9 !important;
}

.accent.lighten-2 {
  background-color: #64b5f6 !important;
  border-color: #64b5f6 !important;
}

.accent--text.text--lighten-2 {
  color: #64b5f6 !important;
}

.accent.lighten-1 {
  background-color: #42a5f5 !important;
  border-color: #42a5f5 !important;
}

.accent--text.text--lighten-1 {
  color: #42a5f5 !important;
}

.accent.darken-1 {
  background-color: #1e88e5 !important;
  border-color: #1e88e5 !important;
}

.accent--text.text--darken-1 {
  color: #1e88e5 !important;
}

.accent.darken-2 {
  background-color: #1976d2 !important;
  border-color: #1976d2 !important;
}

.accent--text.text--darken-2 {
  color: #1976d2 !important;
}

.accent.darken-3 {
  background-color: #1565c0 !important;
  border-color: #1565c0 !important;
}

.accent--text.text--darken-3 {
  color: #1565c0 !important;
}

.accent.darken-4 {
  background-color: #0d47a1 !important;
  border-color: #0d47a1 !important;
}

.accent--text.text--darken-4 {
  color: #0d47a1 !important;
}

.error {
  background-color: #f44336 !important;
  border-color: #f44336 !important;
}

.error--text {
  color: #f44336 !important;
}

.error.lighten-5 {
  background-color: #ffebee !important;
  border-color: #ffebee !important;
}

.error--text.text--lighten-5 {
  color: #ffebee !important;
}

.error.lighten-4 {
  background-color: #ffcdd2 !important;
  border-color: #ffcdd2 !important;
}

.error--text.text--lighten-4 {
  color: #ffcdd2 !important;
}

.error.lighten-3 {
  background-color: #ef9a9a !important;
  border-color: #ef9a9a !important;
}

.error--text.text--lighten-3 {
  color: #ef9a9a !important;
}

.error.lighten-2 {
  background-color: #e57373 !important;
  border-color: #e57373 !important;
}

.error--text.text--lighten-2 {
  color: #e57373 !important;
}

.error.lighten-1 {
  background-color: #ef5350 !important;
  border-color: #ef5350 !important;
}

.error--text.text--lighten-1 {
  color: #ef5350 !important;
}

.error.darken-1 {
  background-color: #e53935 !important;
  border-color: #e53935 !important;
}

.error--text.text--darken-1 {
  color: #e53935 !important;
}

.error.darken-2 {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}

.error--text.text--darken-2 {
  color: #d32f2f !important;
}

.error.darken-3 {
  background-color: #c62828 !important;
  border-color: #c62828 !important;
}

.error--text.text--darken-3 {
  color: #c62828 !important;
}

.error.darken-4 {
  background-color: #b71c1c !important;
  border-color: #b71c1c !important;
}

.error--text.text--darken-4 {
  color: #b71c1c !important;
}

.info {
  background-color: #e91e63 !important;
  border-color: #e91e63 !important;
}

.info.lighten-5 {
  background-color: #fce4ec !important;
  border-color: #fce4ec !important;
}

.info.lighten-4 {
  background-color: #f8bbd0 !important;
  border-color: #f8bbd0 !important;
}

.info.lighten-3 {
  background-color: #f48fb1 !important;
  border-color: #f48fb1 !important;
}

.info.lighten-2 {
  background-color: #f06292 !important;
  border-color: #f06292 !important;
}

.info.lighten-1 {
  background-color: #ec407a !important;
  border-color: #ec407a !important;
}

.info.darken-1 {
  background-color: #d81b60 !important;
  border-color: #d81b60 !important;
}

.info.darken-2 {
  background-color: #c2185b !important;
  border-color: #c2185b !important;
}

.info.darken-3 {
  background-color: #ad1457 !important;
  border-color: #ad1457 !important;
}

.info.darken-4 {
  background-color: #880e4f !important;
  border-color: #880e4f !important;
}

.success {
  background-color: #4caf50 !important;
  border-color: #4caf50 !important;
}

.success--text {
  color: #4caf50 !important;
}

.success.lighten-5 {
  background-color: #e8f5e9 !important;
  border-color: #e8f5e9 !important;
}

.success--text.text--lighten-5 {
  color: #e8f5e9 !important;
}

.success.lighten-4 {
  background-color: #c8e6c9 !important;
  border-color: #c8e6c9 !important;
}

.success--text.text--lighten-4 {
  color: #c8e6c9 !important;
}

.success.lighten-3 {
  background-color: #a5d6a7 !important;
  border-color: #a5d6a7 !important;
}

.success--text.text--lighten-3 {
  color: #a5d6a7 !important;
}

.success.lighten-2 {
  background-color: #81c784 !important;
  border-color: #81c784 !important;
}

.success--text.text--lighten-2 {
  color: #81c784 !important;
}

.success.lighten-1 {
  background-color: #66bb6a !important;
  border-color: #66bb6a !important;
}

.success--text.text--lighten-1 {
  color: #66bb6a !important;
}

.success.darken-1 {
  background-color: #43a047 !important;
  border-color: #43a047 !important;
}

.success--text.text--darken-1 {
  color: #43a047 !important;
}

.success.darken-2 {
  background-color: #388e3c !important;
  border-color: #388e3c !important;
}

.success--text.text--darken-2 {
  color: #388e3c !important;
}

.success.darken-3 {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
}

.success--text.text--darken-3 {
  color: #2e7d32 !important;
}

.success.darken-4 {
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
}

.success--text.text--darken-4 {
  color: #1b5e20 !important;
}

.warning {
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.warning--text {
  color: #ffc107 !important;
}

.warning.lighten-5 {
  background-color: #fff8e1 !important;
  border-color: #fff8e1 !important;
}

.warning--text.text--lighten-5 {
  color: #fff8e1 !important;
}

.warning.lighten-4 {
  background-color: #ffecb3 !important;
  border-color: #ffecb3 !important;
}

.warning--text.text--lighten-4 {
  color: #ffecb3 !important;
}

.warning.lighten-3 {
  background-color: #ffe082 !important;
  border-color: #ffe082 !important;
}

.warning--text.text--lighten-3 {
  color: #ffe082 !important;
}

.warning.lighten-2 {
  background-color: #ffd54f !important;
  border-color: #ffd54f !important;
}

.warning--text.text--lighten-2 {
  color: #ffd54f !important;
}

.warning.lighten-1 {
  background-color: #ffca28 !important;
  border-color: #ffca28 !important;
}

.warning--text.text--lighten-1 {
  color: #ffca28 !important;
}

.warning.darken-1 {
  background-color: #ffb300 !important;
  border-color: #ffb300 !important;
}

.warning--text.text--darken-1 {
  color: #ffb300 !important;
}

.warning.darken-2 {
  background-color: #ffa000 !important;
  border-color: #ffa000 !important;
}

.warning--text.text--darken-2 {
  color: #ffa000 !important;
}

.warning.darken-3 {
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}

.warning--text.text--darken-3 {
  color: #ff8f00 !important;
}

.warning.darken-4 {
  background-color: #ff6f00 !important;
  border-color: #ff6f00 !important;
}

.warning--text.text--darken-4 {
  color: #ff6f00 !important;
}

.white--text {
  color: white !important;
}

.white {
  background-color: white !important;
}

.transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.black--text {
  color: black !important;
}

.black {
  background-color: black !important;
}

.text-body {
  color: #111 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.6;
  color: inherit;
}

img {
  max-width: 100%;
}

a,
a:hover {
  color: var(--primary);
}


.dfv02v9a-title-btn-large {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: none;
  margin: 10px;
  padding: 10px 20px 10px 20px !important;
}

.dfv02v9a-title-btn-large:hover {
  background: transparent;
  color: var(--primary);
}

.dfv02v9a-title-btn-small {
  color: var(--primary);
  border-color: var(--primary);
  background-color: transparent;
  box-shadow: none;
  margin: 10px;
  padding: 10px 20px 10px 20px !important;
}

.dfv02v9a-title-btn-small:hover {
  background: var(--primary);
  color: #fff;
}



.dfv02v9a-main-title {
  text-align: center;
  font-size: 2em;
  margin-top: 10px;
}

.dfv02v9a-custom-padding {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.dfv02v9a-notscroll-img {
  border-radius: 50%;
  width: 80%;
  padding: 6px;
  margin-top: 16px;
}

.dfv02v9a-book-company-img {
  width: 100%;
  padding: 0px;
  margin-top: 16px;
}

.dfv02v9a-notscroll-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dfv02v9a-secondary-title {
  font-size: large;
  display: unset;
}

.dfv02v9a-title-icon {
  width: 0px;
  height: 0px;
  display: block;
  display: inline-block;
  transition: all ease-in-out 1.7s;
}

.dfv02v9a-section-withimg-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-section-txt-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-softtrans-item-first {
  background-color: var(--primary);
  border-radius: 0px;
  padding: 20px !important;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.dfv02v9a-softtrans-item-second {
  background-color: var(--accent);
  border-radius: 0px;
  padding: 20px !important;
  text-align: center;
  color: #111;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.dfv02v9a-softtrans-item-desc {
  margin: 0 !important;
  padding-top: 16px;
  padding-bottom: 0px;
}

.dfv02v9a-largelist-smallbox {
  padding: 8px 0px 8px 0px !important;
  opacity: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--accent);
  height: 85%;
}

.dfv02v9a-largelist-smallbox-parent {
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: 10px;
}

#dfv02v9a-largelist-box {
  justify-content: space-evenly;
}

.dfv02v9a-steps-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-steps-item-desc {
  margin-bottom: 0 !important;
  color: #616a6b;
}

#dfv02v9a-contactus-box {
  height: 0px;
  transition: all ease-in-out 0.4s;
  height: fit-content;
  padding: 10px;
}

.dfv02v9a-help-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.dfv02v9a-help-contact-txt {
  font-size: 26px;
  font-weight: bold;
  margin: 0 !important;
  text-align: center;
}

.dfv02v9a-more-help {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.dfv02v9a-more-help-txt {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.container_row {
  display: grid;
}

.layer1,
.layer2,
.layer3 {
  grid-column: 1;
  grid-row: 1;
}

.layer2 {
  display: none;
}

.layer3 {
  display: none;
}

.layer2-show {
  display: block;
}

.layer3-show {
  display: block;
}

.dfv02v9a-center-h-v {
  display: flex;
  align-items: center;
  justify-content: center;
}

input:focus {
  outline: none;
}

.dfv02v9a-listitem {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  padding: 8px;
}

.dfv02v9a-listitem {
  transition: all ease-in-out 0.2s;
}

.dfv02v9a-listitem:hover {
  background-color: var(--primary);
  color: white;
}

.dfv02v9a-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dfv02v9a-disable-btn {
  background-color: #ffffff;
  color: black;
}

.dfv02v9a-enable-btn {
  background-color: var(--primary) !important;
  color: white !important;
}

.dfv02v9a-disable-price {
  color: black;
}

.dfv02v9a-enable-price {
  color: black;
}

#dfv02v9a-order-btn {
  background: linear-gradient(20deg, var(--primary) 20%, var(--secondary));
}

#dfv02v9a-order-btn:hover {
  background: linear-gradient(20deg, var(--secondary) 0%, var(--primary));
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
}

.sticky {
  margin-top: -70px;
}

#dfv02v9a-menubacklight {
  opacity: 0%;
}

#dfv02v9a-menu {
  margin-right: -230px;
}

.dfv02v9a-menu-item {
  color: black;
}

.dfv02v9a-menu-item:hover {
  color: var(--primary);
  text-decoration: none;
}

.dfv02v9a-mobile-submenu {
  display: flex !important;
}

.dfv02v9a-navbar-menu-customstyle {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
  height: 100%;
}

.dfv02v9a-navbar-menu-box {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-menu-box-seprate {
  width: 6px;
}

#dfv02v9a-menu {
  overflow-y: scroll;
  display: flex;
  position: fixed;
  background-color: white;
  height: 100%;
  width: 230px;
  z-index: 4;
  flex-direction: column;
  align-items: start;
  max-width: 75%;
  transition: all ease-in-out 0.3s;
}

.dfv02v9a-menu-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 14px;
}

.dfv02v9a-menu-title {
  width: 100%;
  text-align: center;
}

.dfv02v9a-menu-underline-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dfv02v9a-menu-underline {
  width: 90%;
  height: 1px;
  background-color: rgb(131, 131, 131);
}

.dfv02v9a-mobile-menu-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
  padding-left: 6px;
  padding-right: 6px;
  justify-content: space-between;
}

.dfv02v9a-menu-item-icon {
  color: var(--primary);
}

.dfv02v9a-menu-item-txt {
  font-size: 14px;
  color: black !important;
  text-decoration: none !important;
}

.dfv02v9a-moblie-menu-sub-box {
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: var(--accent);
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 14px;
}

.dfv02v9a-mobile-menu-sub-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 6px 6px 0px 6px;
}

.dfv02v9a-mobile-menu-sub-txt {
  font-size: 12px;
  color: black !important;
  text-decoration: none !important;
  width: fit-content;
  margin-left: 10px;
  margin-right: 10px;
}

.dfv02v9a-mobile-menu-sub-txt-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  width: fit-content;
}

.dfv02v9a-mobile-menu-toggelable {
  width: 100%;
  margin-top: 10px;
}

.dfv02v9a-mobile-menu-btn {
  width: 100%;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-bottom: 10px;
  padding-top: 10px;

}

.dfv02v9a-mobile-txt-bold {
  font-weight: bold;
  white-space: nowrap;
  text-align: start;
}

.dfv02v9a-menu-box {
  max-width: 500px;
  min-height: 200px;
  background-color: white;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  padding: 0;
  position: fixed;
  z-index: 3;
  margin-top: 64px;
  border: 1px solid var(--accent);
}

.submenu-item {
  margin-top: 6px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}

.dfv02v9a-submenu-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10px;
  margin-bottom: 10px;
}

.dfv02v9a-submenu-category {
  font-size: large;
  font-size: 18px;
  margin: 0;
}

.dfv02v9a-submenu-box-txt {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dfv02v9a-submenu-box-row {
  margin-right: 10px;
}

.dfv02v9a-submenu-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.dfv02v9a-menu-item-underline {
  height: 8px;
  border-radius: 50%;
  background-color: var(--accent);
  transition: all ease-in 0.4s;
  width: 8px;
}

.dfv02v9a-menubox1-margin {
  margin-right: 0px;
}

.dfv02v9a-menubox2-margin {
  margin-right: 80px;
}

.dfv02v9a-menubox3-margin {
  margin-right: 160px;
}

.dfv02v9a-menubox4-margin {
  margin-right: 240px;
}

.dfv02v9a-menubox5-margin {
  margin-right: 320px;
}

.dfv02v9a-underline-active {
  width: 100%;
  height: 1px;
  border-radius: 0px;
  background-color: var(--primary);
}

.dfv02v9a-desktopmenu-icon-box {
  transition: all ease-in-out 0.6s;
  color: var(--accent);
}

.dfv02v9a-icon-active {
  color: var(--primary);
}

.dfv02v9a-desktop-menu-home {
  display: flex;
  margin-left: 12px;
  text-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 12px;
  text-decoration: none !important;
  color: black !important;
}

.dfv02v9a-desktop-menu-btn {
  cursor: pointer;
  padding: 8px 24px 8px 24px !important;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transition: all ease-in-out 0.4s;
}

.dfv02v9a-desktop-menu-btn-box {
	display:none;
  align-items: center;
}

.dfv02v9a-desktopmenu-item-font {
  font-size: 14px;
  text-decoration: none !important;
  color: black !important;
  white-space: nowrap;
}

#dfv02v9a-desktop-logo-title {
  display: block;
}

.dfv02v9a-menu-img-shadow {
  filter: drop-shadow(0px 0px 6px black);
}

.dfv02v9a-gototopbtn {
  display: block;
}

.dfv02v9a-gototopbtn-box {
  max-width: 170px;
  width: 170px;
}

.dfv02v9a-namads-box {
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #dfv02v9a-desktop-logo-title {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .dfv02v9a-desktopmenu-icon-box {
    display: none;
  }
  .dfv02v9a-navbar-menu-customstyle {
    padding-left: 0px;
    padding-right: 6px;
  }
  .dfv02v9a-menubox2-margin {
    margin-right: 40px;
  }
  .dfv02v9a-menubox3-margin {
    margin-right: 80px;
  }
  .dfv02v9a-menubox4-margin {
    margin-right: 120px;
  }
  .dfv02v9a-menubox5-margin {
    margin-right: 160px;
  }
  .dfv02v9a-desktopmenu-item-font {
    font-size: 12px;
  }
  .dfv02v9a-menu-item-txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 420px) {
  .dfv02v9a-gototopbtn {
    display: none;
  }
  .dfv02v9a-gototopbtn-box {
    max-width: 50px;
    width: 50px;
  }
  .dfv02v9a-contactus-layer {
    justify-content: center;
  }
  .dfv02v9a-contactus-box-parent {
    padding-right: 4px;
    padding-left: 4px;
  }
}

@media screen and (max-width: 992px) {
  .dfv02v9a-contactus-layer {
    justify-content: space-evenly !important;
  }
  .dfv02v9a-withour {
    text-align: center;
    width: 100%;
  }
}

#dfv02v9a-menubacklight {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
}

.dfv02v9a-icon-desktop {
  height: 52px;
  padding: 4px;
}

#navbar {
  background-color: white;
  border-bottom: 2px solid #e5e5e5;
  box-shadow: 0 1px 5px rgb(229 229 229 / 80%);
  direction: rtl;
  min-height: 64px;
  display: flex;
  z-index: 2;
  align-items: center;
  transition: all ease-in 0.3s;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  position: relative;
  top: 0;
  width: 100%;
}

.dfv02v9a-custom-container {
  height: 64px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.dfv02v9a-customecontainer-div-parent {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  z-index: 4;
}

.dfv02v9a-translator-img {
  height: 170px;
  background-color: transparent;
  padding: 10px;
}

.certificate-box-layer {
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-certificate-img {
  height: 170px;
  background-color: transparent;
  padding: 10px;
}

.dfv02v9a-steps-icon {
  width: 100px;
  height: 100px;
}

.dfv02v9a-steps-line {
  width: 75%;
  background-color: var(--primary);
  height: 2px;
  margin-bottom: 10px;
  margin-top: 6px;
}

#dfv02v9a-calc-box-title {
  font-size: large;
  border-bottom: 1px solid #ccc !important;
  background-color: var(--accent) !important;
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.dfv02v9a-calc-price-choosefile-box {
  min-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.dfv02v9a-choosefile-div {
  font-size: large;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dfv02v9a-cupo {
  cursor: pointer;
}

.dfv02v9a-open-lang-layer {
  position: inherit;
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.dfv02v9a-open-lesson-layer {
  position: inherit;
  margin-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.dfv02v9a-language-box {
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 50px;
}

.dfv02v9a-lesson-box {
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  min-height: 50px;
}

.dfv02v9a-open-box-layer {
  margin: 0;
  font-size: large;
}

.dfv02v9a-openbox-icon {
  width: 30px;
  height: 30px;
}

.dfv02v9a-operation-layer {
  position: inherit;
  margin-top: 24px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-operation-wordscount-box {
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.dfv02v9a-operation-wordscount {
  width: 100%;
  text-align: center;
  font-size: x-large;
  border-width: 0px;
  border: none;
}

.dfv02v9a-select-word-btn-box {
  width: 100%;
  min-height: 50px;
  margin-right: 0;
}

.dfv02v9a-select-word-btn {
  font-size: large;
  border-radius: 0px var(--border-radius) var(--border-radius) 0px;
  position: inherit;
}

.dfv02v9a-select-page-btn {
  position: inherit;
  font-size: large;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

.dfv02v9a-select-normal-btn {
  border-radius: 0px var(--border-radius) var(--border-radius) 0px;
  position: inherit;
  font-size: large;
}

.dfv02v9a-select-compresed-btn {
  position: inherit;
  font-size: large;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

.dfv02v9a-select-time-state-box {
  position: inherit;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dfv02v9a-select-quality-box {
  position: inherit;
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: center;
}

#dfv02v9a-tala-price-off {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: line-through;
}

.dfv02v9a-off-price-box {
  font-size: large;
  display: flex;
  flex-direction: row;
  margin: 4px;
}

.dfv02v9a-final-price-box {
  font-size: x-large;
  display: flex;
  flex-direction: row;
  margin: 4px;
}

#dfv02v9a-tala-price {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#dfv02v9a-nogre-price-off {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: line-through;
}
#dfv02v9a-nogre-price {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#dfv02v9a-boronz-price-off {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: line-through;
}

#dfv02v9a-boronz-price {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

#dfv02v9a-nogre-btn {
  position: inherit;
  border: 2px solid var(--accent);
}

#dfv02v9a-boronz-btn {
  position: inherit;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}

#search-language {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.dfv02v9a-searchbox-inp-layer {
  width: 100%;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dfv02v9a-language-layer {
  min-height: 50px;
  margin-top: 6px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dfv02v9a-layer2-child {
  padding: 10px;
  -ms-overflow-style: none;

  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: white;
}

#dfv02v9a-order-btn {
  width: fit-content;
  line-height: 1.5;
  font-size: 16px;
  color: white;
  padding: 12px 60px 12px 60px !important;
}

.dfv02v9a-order-btn-layer {
  margin-top: 24px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-lessonlayer-box {
  padding: 10px;
  -ms-overflow-style: none;

  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: white;
}

.dfv02v9a-searchbox-inp {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}

.dfv02v9a-searchbox-inp-box {
  width: 100%;
  height: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dfv02v9a-select-item-layer {
  min-height: 50px;
  margin-top: 6px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dfv02v9a-underline-box {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-underline {
  background-color: var(--accent);
  width: 90%;
  height: 1px;
}

.dfv02v9a-footer-part-icon-box {
  border: 1px solid var(--accent);
  justify-content: center;
}

.dfv02v9a-footer-part-icon {
  background-color: transparent;
  max-width: 100px;
  width: 90%;
  padding: 4px;
  object-fit: contain;
}

.dfv02v9a-withus-box-parent {
  background-color: var(--primary);
  padding: 8px 0px;
}

.dfv02v9a-withus-box {
  display: flex;
  padding: 15px 30px 15px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.dfv02v9a-socialmedia-box {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.dfv02v9a-contactus-layer {
  justify-content: flex-end;
}

.dfv02v9a-contactus-box {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 42px;
}

.dfv02v9a-contactus-link {
  white-space: nowrap;
  padding-left: 6px;
  padding-right: 6px;
  color: black !important;
  text-decoration: none !important;
  font-size: 14px;
}

.dfv02v9a-contactus-icon {
  width: 100%;
  height: 100%;
}

.dfv02v9a-contactus-icon-box {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.dfv02v9a-extra-contactus-box {
  border: 1px solid var(--accent);
  padding: 5px 15px 5px 15px;
  border-radius: 8px;
  background-color: var(--accent);
}

.dfv02v9a-contactus-items-box {
  display: flex;
  justify-content: space-evenly;
  margin-top: 6px;
}

.dfv02v9a-address-box {
  display: flex;
  justify-content: start;
  align-items: center;
}

.dfv02v9a-gototopbtn-box-customstyle {
  height: 45px;
  background-color: var(--accent);
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.dfv02v9a-footer-title {
  font-size: large;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  text-align: start;
  align-items: center;
}

.dfv02v9a-footer-title-box {
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 25px;
}

.dfv02v9a-footer-back {
  box-shadow: 0 -4px 5px rgb(229 229 229 / 80%);
  padding-top: 20px;
  background-color: white;
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.accordion .accordion-item {
  border-bottom: 1px solid var(--accent);
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid var(--primary);
}

.accordion button {
  display: flex;
  width: 100%;
  padding: 1em 0;
  color: black;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--primary);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.accordion button .icon {
  display: inline-block;
  opacity: 75%;
  top: 18px;
  right: 0;
  width: 24px;
  height: 24px;

  border-radius: 22px;
}

.accordion button[aria-expanded="true"] {
  color: var(--primary);
}

.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: unset;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-weight: 300;
  margin: 1em 0;
}
.accordion-button-1 {
  align-items: center;
  justify-content: space-between;
}

.dfv02v9a-contactusbox-txt {
  margin-left: 16px !important;
  margin-right: 16px !important;
  text-align: center;
}

.dfv02v9a-contactusbox-layer {
  justify-content: space-evenly;
  margin-bottom: 20px;
}

#dfv02v9a-contactus-full-box {
  padding-top: 22px;
  padding-bottom: 2px;
  overflow: hidden;
}

.dfv02v9a-contactus-box-shape1 {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  border-radius: 50%;
  margin-top: -80px;
  margin-right: -80px;
  transform: rotate(45deg);
}

.dfv02v9a-contactus-box-shape2 {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  border-radius: 50%;
  margin-top: 0px;
  margin-right: -110px;
  transform: rotate(45deg);
}

.dfv02v9a-contactus-box-shape3 {
  position: absolute;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  border-radius: 50%;
  margin-top: 80px;
  margin-right: 70%;
}

.dfv02v9a-example-layer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.dfv02v9a-example-box {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 10px;
  border-radius: var(--border-radius) var(--border-radius)
    var(--border-radius-s) var(--border-radius-s);
  box-shadow: 0px 5px 15px -7px #111;
  z-index: 2;
  border-top: 3px solid var(--primary);
}

.dfv02v9a-examole-title {
  max-height: 95%;
  align-items: center;
  direction: ltr;
  text-align: center;
  overflow-y: scroll;
  font-size: 14px;
  margin: 0 !important;
  color: black;
}

.dfv02v9a-example-description-layer {
  height: 75px;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  box-shadow: 0px 0px 15px -7px #111;
  background-color: var(--accent);
  margin-left: 12px;
  margin-right: 12px;
}

.dfv02v9a-example-description-box {
  padding: 10px;
  text-align: center;
  color: black;
  font-size: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dfv02v9a-example-description {
  align-items: center;
  max-height: 95%;
  direction: ltr;
  text-align: center;
  overflow-y: scroll;
  margin-bottom: 0 !important;
}

.dfv02v9a-hidescrollbar::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.dfv02v9a-hidescrollbar::-webkit-scrollbar-thumb {
  width: 0px;
  display: none;
}

#dfv02v9a-languages-list-box {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#dfv02v9a-lessons-list-box {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dfv02v9a-faq-question {
    font-size: 16px;
}

.dfv02v9a-faq-answer {
    font-size: 16px;
}

.dfv02v9a-whyus-icon {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.dfv02v9a-show-more-text-hidden {
  display: none;
}




.dfv02v9a-show-more-txt {
  padding: 0;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  color: blue;
  box-shadow: none !important;
}

.dfv02v9a-show-fewer-txt {
  padding: 0;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  color: red;
  box-shadow: none !important;
}

.dfv02v9a-show-more-btn {
  padding: 3px 20px 3px 20px;
  background-color: var(--accent);
  border: none !important;
  outline: none !important;
  color: black;
  box-shadow: none !important;
  border-radius: var(--border-radius);
}

.dfv02v9a-show-fewer-btn {
  padding: 3px 20px 3px 20px;
  background-color: var(--secondary);
  border: none !important;
  outline: none !important;
  color: white;
  box-shadow: none !important;
  border-radius: var(--border-radius);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
}



@media screen and (min-width: 1920px) {
  .dfv02v9a-rotated-back-layer-parent {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 3000px) {
  .dfv02v9a-rotated-back-layer-parent {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
}
.dfv02v9a-rotated-back-layer {
  background-color: var(--primary-30) !important;
  width: 120%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: -10%;
  margin-left: -10%;
  padding-right: 10%;
  padding-left: 10%;
}
.dfv02v9a-rotated-back-layer-parent {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.dfv02v9a-rotated-back-layer-child {
  padding-left: 15px;
  padding-right: 15px;
}

.dfv02v9a-whyus-desc{
  font-size: 12px;margin-top: 5px;
}


.dfv02v9a-hp-space{
  width: 100%;
  height: 10px;
}


.a-p-25{
  padding: 25px;
}

.a-m-b-10{
  margin-bottom: 10px;
}




.dfv02v9a-price-item-layer {
  padding: 10px;
}

.dfv02v9a-price-item-box {
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: white;
  border-radius: var(--border-radius-s);
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
  border-radius: 50%;
}



@media screen and (min-width: 568px) {
	.table1 thead th{
    	padding: 15px !important;
	}
}

@media screen and (max-width: 568px) {
	.table1 tbody td{
    	padding:10px !important;
	}
}

table.table1{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table1 thead th{
    padding: 15px 5px 15px 5px;
    color:#fff;
	text-shadow: 1px 1px #111;
    background-color:var(--primary);
	text-align: center;
	border-radius:6px;
	border:1px solid white;
}
.table1 tbody th{
    color:#fff;
	text-shadow: 1px 1px #111;
    background-color: var(--primary);
	text-align: center;
	border-radius:6px;
	border:1px solid white;
}
.table1 tbody td{
    padding:10px 16px;
    text-align:center;
    background-color:var(--primary-50);
    border-radius:6px;
    color:#111;
	border:1px solid white;
}


.dfv02v9a-import-fields-box{
	border-radius: var(--border-radius-s);
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px;
	height: 85%;
	
}

.dfv02v9a-import-fields-box:hover{
	background-color: white;
	cursor: pointer;
}

.dfv02v9a-import-files-name{
	color: white;
	margin-bottom: 10px;
	text-shadow: 0px 0px 10px black;
	font-size: 14px;
}

.dfv02v9a-import-fields-box:hover .dfv02v9a-import-files-name{
	color: black;
}

.dfv02v9a-import-fields-box-hover-1{
	background-color: #007bff;
}
.dfv02v9a-import-fields-box-hover-2{
	background-color: #fd7e14;
}
.dfv02v9a-import-fields-box-hover-3{
	background-color: #28a745;
}
.dfv02v9a-import-fields-box-hover-4{
	background-color: #e83e8c;
}
.dfv02v9a-import-fields-box-hover-5{
	background-color: #6610f2;
}
.dfv02v9a-import-fields-box-hover-6{
	background-color: #ffc107;
}
.dfv02v9a-import-fields-box-hover-7{
	background-color: #aa2fcf;
}
.dfv02v9a-import-fields-box-hover-8{
	background-color: #dc3545;
}


.dfv02v9a-import-fields-icon{
height: 100px;object-fit: contain;padding: 10px;transition: all ease-in-out 0.5s;
}

.dfv02v9a-import-fields-box:hover .dfv02v9a-import-fields-icon{
	transform:  rotate(360deg);
}


.dfv02v9a-import-fields-layer
{
	text-decoration: none !important;
}





.dfv02v9a-ds-primary-box-shadow-low {
  box-shadow: 0px 0px 20px -10px var(--primary) !important;
}




.dfv02v9a-ds-box-shadow-low-bottom {
  box-shadow: 0px 10px 20px -15px #111 !important;
}







#dfv02v9a-closeable-box{
	overflow: hidden;transition: all ease-in-out 1s;position: relative;height: 300px;
}

#dfv02v9a-closeable-box .row{
	margin: 0;padding: 0;
}

.dfv02v9a-page-content-show-more-layer{
	width: 100%;position: absolute;bottom: 0;height: 120px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245 , 0.8) 30%, rgba(245, 245, 245 , 0.9) 65%, rgb(245, 245, 245) 100%);
}

.dfv02v9a-page-content-show-more-box{
	width: 100%;position: absolute;bottom: 0;margin-right: -15px;
}

.dfv02v9a-page-content-show-more-btn{
	background-color:var(--accent);border-radius: var(--border-radius);cursor: pointer;
	color: black;display: flex;justify-content: center;align-items: center;
	padding: 10px 20px 10px 20px;margin-bottom: 20px;
}




#dfv02v9a-answer-comment-dialog{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	transition: all ease-in-out 5s;
	display: none;
	top: 0px !important;
}

.dfv02v9a-answer-comment-dialog-close{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: white;
	position: absolute;
	top: -75px;
	cursor: pointer;
	padding: 7px;
}

.dfv02v9a-contact-us-layer{
	width: 50%;background-color: white;border-radius: var(--border-radius);padding: 10px;
	position: relative;
}

@media screen and (max-width: 576px) {
	.dfv02v9a-contact-us-layer{
		width: 80%;
	}
}	




.dfv02v9a-custome-inp{
	border-radius: var(--border-radius);
	background: #f6f6f6;
}

.dfv02v9a-answer-btn{
	background-color: var(--primary);
	border-radius: var(--border-radius);
	border:  0px solid transparent !important;
	white-space: nowrap;
}

.dfv02v9a-review-layer{
	margin-left: 30px;
}

@media screen and (max-width: 768px) {
	.dfv02v9a-review-layer{
		margin-left: 0px;
	}
}

.dfv02v9a-send-question-btn{
	border-radius: var(--border-radius) !important;
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
}

.dfv02v9a-review-box-layer{
	margin-top: 20px;background-color: white;border-radius: var(--border-radius);padding: 20px 0px 30px 20px ;
}

@media screen and (max-width: 768px) {
	.dfv02v9a-review-box-layer{
		padding: 20px 0px 30px 0px ;
	}
}

.dfv02v9a-comment-layer{
	transition: opacity 0.4s ease 0s; opacity: 1;margin-top: 25px;border-radius: var(--border-radius) !important;
}

.dfv02v9a-comment-profile-img{
	width: 70px; height: 70px;object-fit: contain;border-radius: 50%;
}

.dfv02v9a-replay-comment-layer{
	border-right: 3px solid var(--secondary);background-color: #ebebeb;
	border-radius: var(--border-radius) 0px 0px var(--border-radius);
	padding-bottom: 6px;padding-top: 6px;
}

.dfv02v9a-comment-date{
	white-space: nowrap;
}

.dfv02v9a-comment-profile-name{
	color: black;
}


.dfv02v9a-company-item-layer {
  width: 120px;
  height: 120px;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: -30px;
}

.dfv02v9a-company-item-layer:hover {
  padding: 12px;
  transition: all ease-in-out 0.3s;
}

.dfv02v9a-company-item-box {
  cursor: pointer;
  padding: 0px;
  overflow: hidden;
  border-radius: var(--border-radius-s);
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  background-color: white;
}

.dfv02v9a-company-icon {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  padding: 15px;
}

@media screen and (max-width: 576px) {
  #dfv02v9a-company-box {
    transform: rotate(90deg);
    width: max-content;
    height: max-content;
    margin-top: -300px;
    margin-right: 25px;
  }

  .dfv02v9a-company-item-layer {
    width: 60px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -15px;
  }

  .dfv02v9a-company-icon {
    transform: rotate(-135deg);
  }

  #dfv02v9a-company-layer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 1000px;
  }

  .dfv02v9a-company-item-layer {
    width: 100px;
    height: 100px;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: -25px;
  }

}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .dfv02v9a-company-item-layer {
    width: 60px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .dfv02v9a-company-item-layer {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
  }
}



.dfv02v9a-country-item-img {
	margin-bottom: 16px;
	margin-top: 16px;
	transition: all ease-in-out 0.3s;
	padding: 0;
}

.dfv02v9a-country-item-img:hover {
	width: 100%;
	margin-top: 8px;
}


.dfv02v9a-service-menu-item{
	color: #7F8C8D;
	padding: 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	width: 150px;
}

.dfv02v9a-service-menu-item-box{
	width: 100%;
	transition: all ease-in-out 0.4s;
	padding: 0px 20px 2px 20px;
	border-radius: var(--border-radius-s);
	border: 1px solid ;
	display: flex;
	padding: 10px;
	align-items: center; 
	justify-content: space-evenly;
	flex-direction: column;
}

@media screen and (max-width:1200px) {
	.dfv02v9a-service-menu-item{
		width: 200px;
	}
}
@media screen and (max-width:576px) {
	.dfv02v9a-service-menu-item{
		width: 32%;
	}
}

@media screen and (max-width:450px) {
	.dfv02v9a-service-menu-item{
		width: 50%;
	}
}



.dfv02v9a-service-menu-item-box > svg{
	width: 70px;height: 70px;;
	padding: 16px;
}

.dfv02v9a-service-menu-item-name{
	font-size: 14px;font-weight: bold;
}

@media screen and (max-width: 992px) {
	.dfv02v9a-service-menu-item-box{
		flex-direction: column;
	}
}



#dfv02v9a-contact-us-dialog{
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	transition: all ease-in-out 5s;
	display: none;
}

.dfv02v9a-contact-us-layer{
	width: 50%;background-color: white;border-radius: var(--border-radius);padding: 10px;
	position: relative;
}

@media screen and (max-width: 576px) {
	.dfv02v9a-contact-us-layer{
		width: 80%;
	}
}

.dfv02v9a-contact-us-dialog-close{
	width: 50px;height: 50px;border-radius: 50%;background-color: white;position: absolute;top: -75px;cursor: pointer;padding: 7px;
}


.dfv02v9a-sticky-socialmedia{
	width: 75%;height: 75%;border-radius: 50%;
	transition: all ease-in-out 0.3s;
	object-fit: contain;
}

.dfv02v9a-sticky-socialmedia:hover{
	width: 100%;height: 100%;
}


.dfv02v9a-footer-desc{
	font-size: 16px;
}



.dfv02v9a-more-faq-btn{
	padding: 6px 20px 6px 20px;
 	background-color: var(--secondary);
	border-radius: var(--border-radius);
	color: white;
	cursor: pointer;
	margin-top: 30px;
}
























.dfv02v9a-news-blog-row{
	height: 400px;
}

.dfv02v9a-news-row{
	margin-top: 25px;
	justify-content: space-evenly;
	padding: 0px 20px 0px 10px;
	overflow: scroll;
	height: 250px;
}

@media screen and (max-width:768px) {
	.dfv02v9a-news-blog-row{
		height: unset ;
	}

	.dfv02v9a-news-row{
		height: 320px;
	}
}

.dfv02v9a-news-row::-webkit-scrollbar {
	display: none;
}

.dfv02v9a-news-row {
	-ms-overflow-style: none;  
	scrollbar-width: none;  
}

.dfv02v9a-news-item-box{
	width: 100%;
	padding: 0px 10px 20px 10px;
	direction: rtl;
}

.dfv02v9a-news-link-box:hover{
	color: var(--secondary) !important;
}



.dfv02v9a-orders-layer{
	width: 100%;
	background-color: white;
	border-radius: var(--border-radius);
	padding: 30px 30px 30px 30px;
	margin-bottom: -150px;
}

/*
.dfv02v9a-head-section-orders-back{
	height:700px;
}

@media screen and (max-width:1200px){
	.dfv02v9a-head-section-orders-back{
		height:820px;
	}
}

@media screen and (max-width:992px){
	.dfv02v9a-head-section-orders-back{
		height:980px;
	}
}

@media screen and (max-width:768px){
	.dfv02v9a-head-section-orders-back{
		height:1200px;
	}
}

@media screen and (max-width:576px){
	.dfv02v9a-head-section-orders-back{
		height:1050px;
	}
}

@media screen and (max-width:450px){
	.dfv02v9a-head-section-orders-back{
		height:1350px;
	}
}
*/


.dfv02v9a-hide-animation-outside-section{
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}