:root {
  --main-color:#4345D9;
}

body {
  font-family: 'Diab Orient 012', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: right;
  direction: rtl;
  min-height: 100vh;
  background: #FFFFFF;
  position: relative;
}

body::-webkit-scrollbar-track {
  background: #FFF;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

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

button:focus {
  outline: none !important;
}

.btn {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@font-face {
  font-family: 'Diab Orient 012';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/DIAB-ORIENT-012-LIGHT.TTF") format("opentype");
}

@font-face {
  font-family: 'Diab Orient 012';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/DIAB-ORIENT-012-EXTRALIGHT.OTF") format("opentype");
}

@font-face {
  font-family: 'Diab Orient 012';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/DIAB-ORIENT-012-BOLD.OTF") format("opentype");
}

.rest-btn {
  background: transparent;
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

body.show-menu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wav-top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (min-width: 1700px) {
  .wav-top img {
    width: 66vw;
  }
}

@media (max-width: 575px) {
  .wav-top {
    display: none;
  }
}

.wav-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 1199px) {
  .wav-bottom {
    display: none;
  }
}

.header {
  padding: 36px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}

@media (max-width: 991px) {
  .header {
    background: #FFF;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
  }
}

.header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .header .header-inner {
    position: unset;
  }
}

.header .header-inner .logo .logo-link img {
  width: 146.32px;
}

@media (max-width: 991px) {
  .header .header-inner .logo .logo-link img {
    width: 80px;
  }
}

.header .header-inner .header-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .header-inner .header-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-inner .header-nav nav ul li {
  margin-left: 48px;
}

.header .header-inner .header-nav nav ul li:last-child {
  margin-left: 0;
}

.header .header-inner .header-nav nav ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #98A3B9;
}

.header .header-inner .header-nav nav ul li a:hover {
  color: var(--main-color);
}

.header .header-inner .header-nav nav ul li.active a {
  color: var(--main-color);
  font-weight: bold;
  padding: 6px 15px;
  border: 1px solid #4345D9;
  border-radius: 22px;
}

@media (max-width: 991px) {
  .header .header-inner .header-nav {
    position: absolute;
    right: -250px;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    width: 250px;
    height: 100vh;
    background: #FFF;
    z-index: 999;
    padding: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
  }
  .header .header-inner .header-nav.show-menu {
    right: 0;
  }
  .header .header-inner .header-nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
  .header .header-inner .header-nav nav ul li {
    margin-left: 0;
    margin-bottom: 31px;
  }
  .header .header-inner .header-nav nav ul li a {
    font-size: 16px;
  }
}

.header .header-inner .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-inner .header-left .header-lang {
  position: relative;
}

.header .header-inner .header-left .header-lang .btn-dropdown {
  min-width: 97px;
  height: 36px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .header .header-inner .header-left .header-lang .btn-dropdown {
    border: 1px solid #f3f3f3;
  }
}

.header .header-inner .header-left .header-lang .btn-dropdown span {
  font-size: 12px;
  color: #201E28;
  font-weight: bold;
}

.header .header-inner .header-left .header-lang .btn-dropdown img {
  position: absolute;
  left: 12px;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.header .header-inner .header-left .header-lang .btn-dropdown.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .header-inner .header-left .header-lang .dropdown-ul {
  display: none;
  background: #FFF;
  position: absolute;
  top: 43px;
  left: 0px;
  z-index: 1000;
  min-width: 100px;
  text-align: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.header .header-inner .header-left .header-lang .dropdown-ul .dropdown-list a {
  display: block;
  font-size: 10px;
  padding: 10px 0;
  font-weight: 600;
}

.header .header-inner .header-left .header-lang .dropdown-ul .dropdown-list a:hover {
  background: #fcfcfc;
}

.header .header-inner .header-left .header-lang .dropdown-ul.active {
  display: block;
}

.header .header-inner .header-left .toggle-menu {
  display: none;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .header .header-inner .header-left .toggle-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  .header.sticky {
    background: #FFF;
    position: fixed;
    height: 70px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-animation: menu_sticky 0.7s ease-in-out;
            animation: menu_sticky 0.7s ease-in-out;
    z-index: 99;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.sticky .logo .logo-link img {
    width: 100px;
  }
  .header.sticky .header-lang .btn-dropdown {
    border: 1px solid #f3f3f3 !important;
  }
}

@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.main-sec {
  min-height: 100vh;
  padding-top: 152px;
  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;
  position: relative;
}

@media (min-width: 1700px) {
  .main-sec {
    padding-top: 0;
    min-height: 80vh;
  }
}

@media (max-width: 1199px) {
  .main-sec {
    min-height: 80vh;
  }
}

@media (max-width: 991px) {
  .main-sec {
    padding-top: 50px;
  }
}

.main-sec .flower1 {
  position: absolute;
  right: 0;
  top: 40%;
}

@media (max-width: 991px) {
  .main-sec .flower1 img {
    width: 100px;
  }
}

@media (max-width: 575px) {
  .main-sec .flower1 {
    display: none;
  }
}

.main-sec .flower2 {
  position: absolute;
  left: 0;
  top: 100%;
}

@media (max-width: 991px) {
  .main-sec .flower2 img {
    width: 80px;
  }
}

@media (max-width: 575px) {
  .main-sec .flower2 {
    display: none;
  }
}

.main-sec .main-sec-wrap .main-slider-inner {
  padding-top: 137px;
}

@media (max-width: 1199px) {
  .main-sec .main-sec-wrap .main-slider-inner {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider {
  text-align: center;
  margin-bottom: 36px;
  max-width: 430px;
  margin: auto;
}

@media (max-width: 1199px) {
  .main-sec .main-sec-wrap .main-slider-inner .main-slider {
    max-width: 100%;
  }
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider p {
  font-weight: bold;
  font-size: 29px;
  color: #4345D9;
  margin-bottom: 28px;
}

@media (max-width: 575px) {
  .main-sec .main-sec-wrap .main-slider-inner .main-slider p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider span {
  color: #24b4ec;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 575px) {
  .main-sec .main-sec-wrap .main-slider-inner .main-slider span {
    font-size: 14px;
  }
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider .swiper-pagination {
  position: unset;
  margin-top: 20px;
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #24b4ec;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0 !important;
  margin-right: 8px;
  opacity: 1 !important;
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.main-sec .main-sec-wrap .main-slider-inner .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #24b4ec;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
}

.main-sec .main-sec-wrap .main-slider-inner .browse-more-btn {
  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;
  margin-top: 55px;
}

.main-sec .main-sec-wrap .main-slider-inner .browse-more-btn .btn {
  min-width: 161px;
  height: 46px;
  background-color: var(--main-color);
  color: #FFF;
  border-radius: 22px;
  padding: 8px 35px;
  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;
}

.main-sec .main-sec-wrap .main-slider-inner .browse-more-btn .btn:hover {
  background-color: #24b4ec;
}

@media (max-width: 575px) {
  .main-sec .main-sec-wrap .main-slider-inner .browse-more-btn .btn {
    min-width: auto;
    padding: 5px 15px;
    font-size: 14px;
  }
}

.main-sec .main-sec-wrap .main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1199px) {
  .main-sec .main-sec-wrap .main-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-sec .main-sec-wrap .main-img img {
  width: 500px;
}

@media (max-width: 1199px) {
  .main-sec .main-sec-wrap .main-img img {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .main-sec .main-sec-wrap .main-img img {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .main-sec .main-sec-wrap .main-img img {
    width: 250px;
  }
}

.features-sec {
  padding-top: 100px;
  position: relative;
}

.features-sec .features-inner .features-box {
  padding: 30px;
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 48px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  margin-bottom: 35px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.features-sec .features-inner .features-box:hover {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}

.features-sec .features-inner .features-box .icon {
  width: 66px;
  height: 66px;
}

@media (max-width: 575px) {
  .features-sec .features-inner .features-box .icon {
    width: 50px;
    height: 50px;
  }
}

.features-sec .features-inner .features-box .icon img {
  width: 100%;
  height: 100%;
}

.features-sec .features-inner .features-box h5 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-top: 25px;
}

@media (max-width: 575px) {
  .features-sec .features-inner .features-box h5 {
    font-size: 18px;
  }
}

.features-sec .features-inner .features-box p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  margin-top: 17px;
}

@media (max-width: 575px) {
  .features-sec .features-inner .features-box p {
    font-size: 14px;
  }
}

.features-sec .flower3 {
  position: absolute;
  right: 0;
  bottom: -15%;
}

@media (max-width: 575px) {
  .features-sec .flower3 {
    display: none;
  }
}

.sec-head {
  margin-bottom: 48px;
  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;
}

.sec-head h6 {
  color: #24b4ec;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 575px) {
  .sec-head h6 {
    font-size: 22px;
  }
}

.sec-head h6:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -15px;
  height: 3.42px;
  width: 84.57px;
  background: #24b4ec;
  border-radius: 20px;
}

@media (max-width: 575px) {
  .sec-head h6:after {
    width: 60px;
  }
}

.app-photos-sec {
  padding-top: 100px;
  position: relative;
}

.app-photos-sec .sec-head {
  margin-bottom: 58px;
}

.app-photos-sec .app-photos-wrap .app-photos-inner .app-photo-img {
  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;
}

@media (max-width: 575px) {
  .app-photos-sec .app-photos-wrap .app-photos-inner .app-photo-img img {
    width: 230px;
  }
}

.app-photos-sec .app-photos-wrap .app-photos-inner .swiper-pagination {
  position: unset;
  margin-top: 75px;
}

.app-photos-sec .app-photos-wrap .app-photos-inner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #24b4ec;
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0 !important;
  margin-right: 4px !important;
  opacity: 1 !important;
}

.app-photos-sec .app-photos-wrap .app-photos-inner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #24b4ec;
          box-shadow: 0 0 0 3px #fff, 0 0 0 4px #24b4ec;
}

.app-photos-sec .bg-pattern {
  position: absolute;
  left: 0;
  top: 34%;
  z-index: -1;
}

.app-photos-sec .flower4 {
  position: absolute;
  left: 0;
  top: 103%;
}

@media (max-width: 575px) {
  .app-photos-sec .flower4 {
    display: none;
  }
}

.download-app-sec {
  margin-bottom: 125px;
  padding-top: 165px;
  position: relative;
}

.download-app-sec .sec-head {
  margin-bottom: 48px;
}

.download-app-sec .sec-head h6:after {
  bottom: -20px;
}

.download-app-sec .download-app-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 817px;
  margin: auto;
}

@media (max-width: 991px) {
  .download-app-sec .download-app-inner {
    max-width: 100%;
  }
}

.download-app-sec .download-app-inner .download-text {
  font-size: 16px;
  color: #2F3841;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
}

.download-app-sec .download-app-inner .app-links {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-app-sec .download-app-inner .app-links .app-link {
  margin-left: 13.5px;
}

.download-app-sec .download-app-inner .app-links .app-link:last-child {
  margin-left: 0;
}

.download-app-sec .bg-pattern {
  position: absolute;
  right: 0;
  top: 67%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.download-app-sec .flower5 {
  position: absolute;
  right: 0;
  top: 92%;
}

@media (max-width: 575px) {
  .download-app-sec .flower5 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .download-app-sec .flower5 img {
    width: 120px;
  }
}

.contact-us-sec {
  padding-bottom: 60px;
}

.contact-us-sec .sec-head {
  margin-bottom: 58px;
}

.contact-us-sec .sec-head h6:after {
  bottom: -20px;
}

.contact-us-sec .contact-us-inner .contact-us-text .site-info {
  font-size: 15px;
  font-weight: 300;
  line-height: 26.5px;
  margin-bottom: 30px;
  color: #000000;
}

.contact-us-sec .contact-us-inner .contact-us-text .address {
  color: #B8B8B8;
  font-size: 15px;
  font-weight: 300;
}

.contact-us-sec .contact-us-inner .contact-us-text .address p {
  direction: ltr;
}

.contact-us-sec .contact-us-inner .contact-form {
  margin-top: 10px;
}

.contact-us-sec .contact-us-inner .contact-form h5 {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 25px;
}

.contact-us-sec .contact-us-inner .contact-form .inputs .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.contact-us-sec .contact-us-inner .contact-form .inputs .form-control:focus {
  border-bottom-color: var(--main-color);
}

.contact-us-sec .contact-us-inner .contact-form .inputs .form-control::-webkit-input-placeholder {
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.contact-us-sec .contact-us-inner .contact-form .inputs .form-control:-ms-input-placeholder {
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.contact-us-sec .contact-us-inner .contact-form .inputs .form-control::-ms-input-placeholder {
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.contact-us-sec .contact-us-inner .contact-form .inputs .form-control::placeholder {
  font-size: 11px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.contact-us-sec .contact-us-inner .contact-form .inputs textarea {
  resize: none;
}

.contact-us-sec .contact-us-inner .contact-form .inputs .send-btn {
  margin-top: 20px;
}

.contact-us-sec .contact-us-inner .contact-form .inputs .send-btn .send {
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us-sec .contact-us-inner .contact-form .inputs .send-btn .send span {
  padding-right: 10px;
  font-size: 13px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  background: #F5F5F5;
}

.footer p {
  padding-right: 91px;
  color: var(--main-color);
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 1199px) {
  .footer p {
    padding-right: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
