html,
body {
  font-family: "Aventa", sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Inter", sans-serif; */
  font-family: "Aventa", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
b,
strong {
  font-weight: 700;
}
ul {
  margin-bottom: 0;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #afafaf;
}
span {
  font-size: inherit;
  font-weight: inherit;
}

/* img {
  width: 100%;
  overflow: hidden;
} */

/*
---------------------------------------------
global styles
---------------------------------------------
*/

html,
body {
  background: #fff;
  font-family: "Aventa", sans-serif;
}

::selection {
  background: #f0802f;
  color: #fff !important;
}

::-moz-selection {
  background: #f0802f;
  color: #fff !important;
}

@media (max-width: 991px) {
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading h4 em {
  font-style: normal;
  color: #4b8ef1;
}

.section-heading img {
  width: 45px;
  height: 2px;
}

.section-heading p {
  margin-top: 10px;
}

.gradient-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #fff !important;
  text-transform: capitalize;
  font-size: 15px;
  background: rgb(19, 175, 240);
  background: linear-gradient(105deg, rgba(91, 104, 235, 1) 0%, rgba(40, 225, 253, 1) 100%);
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.gradient-button a:hover {
  color: #fff !important;
  background: rgb(19, 175, 240);
  background: linear-gradient(105deg, rgba(91, 104, 235, 1) 0%, rgba(40, 225, 253, 1) 100%);
}

.border-button a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color: #4b8ef1 !important;
  border: 1px solid #4b8ef1;
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}

.border-button a:hover {
  background-color: #4b8ef1;
  color: #fff !important;
}

.text_para {
  font-size: 20px;
  color: #000;
  line-height: 1.25;
}
.text_primary {
  color: #225561;
}
.text_secondary {
  color: #f0802f;
}
.text_dark {
  color: #0f0f0f;
}
.text_grey {
  color: #838383;
}
.text_grey2 {
  color: #919191;
}

.bg_primary {
  background-color: #225561;
}
.bg_secondary {
  background-color: #f0802f;
}
.pt-120px {
  padding-top: 120px;
}
.pb-120px {
  padding-bottom: 120px;
}
.text_3 {
  color: #919191;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}
/*
---------------------------------------------
header
---------------------------------------------
*/

.header-area {
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding-top: 25px;
  z-index: 999;
  top: 0;
}

.header-area .main-nav {
  min-height: 70px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}
.header-area .logo {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  max-width: 230px;
}
.header-area .logo img {
  width: 100%;
}

.header-area .btn {
  padding: 12px 15px !important;
  line-height: 1;
  background-color: #fff !important;
  color: #f0802f !important;
  box-shadow: 0 3px 6px #edeeef;
  border-radius: 6px;
  min-width: 100px;
}
.header-area .btn:hover {
  color: #fff !important;
  background-color: #f0802f !important;
}
.header-area .nav_btns .btn + .btn {
  margin-left: 8px;
}
.header-area .main-nav .nav {
  background-color: transparent;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}
.header-area .main-nav .nav li a {
  color: #838383;
}
.header-area .main-nav .nav li a:hover {
  color: #f0802f;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}
.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #4b8ef1 !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 8px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 0;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #2a2a2a;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #2a2a2a;
}
.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.93);
  padding-top: 5px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.09);
  padding-bottom: 5px;
}
.header-area.header-sticky .main-nav {
  min-height: 54px;
}
.header-area.header-sticky .logo {
  max-width: 150px;
}
.header-area.header-sticky .btn {
  padding: 9px 9px !important;
  line-height: 1;
}
.header-area.header-sticky .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child {
    color: #069;
  }
  .header-area .main-nav .nav li:nth-child(6) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #4b8ef1 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0 15px;
    height: 60px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.03);
  }
  .header-area .container {
    padding: 0;
  }

  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0;
  }

  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 11px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #4b8ef1 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 0;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0;
  }
  .header-area .logo {
    margin-top: 3px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
    align-items: center;
  }
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #f0802f;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #c77032;
  border-radius: 50%;
}

@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
@media (min-width: 1700px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

.btn_primary {
  background-color: #225561 !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 15px 30px !important;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}
.btn_primary:hover {
  background-color: #156d82 !important;
}
.btn_arrow {
}
.btn_arrow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMS42ODgiIGhlaWdodD0iMTQuODI3IiB2aWV3Qm94PSIwIDAgMjEuNjg4IDE0LjgyNyI+DQogIDxnIGlkPSJHcm91cF8yMDAyMiIgZGF0YS1uYW1lPSJHcm91cCAyMDAyMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM0NS44ODYgLTY3Ny4wODcpIj4NCiAgICA8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMCwxMiw1LjYxMSw2LDAsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzYwLjk2NCA2NzguNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgICA8cGF0aCBpZD0iVmVjdG9yLTIiIGRhdGEtbmFtZT0iVmVjdG9yIiBkPSJNMCwwSDE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNDYuODg2IDY4NC41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==")
    no-repeat top center;
  margin-left: 0;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  opacity: 0;
  left: -10px;
}
.btn_arrow:hover:after {
  opacity: 1;
  left: 0;
  margin-left: 10px;
  width: 22px;
}
.btn_white {
  padding: 12px 15px !important;
  line-height: 1;
  background-color: #fff !important;
  color: #f0802f !important;
  box-shadow: 0 3px 6px #edeeef;
  border-radius: 6px;
  padding: 15px 30px !important;
  min-width: 100px;
}
.btn_white:hover {
  color: #fff !important;
  background-color: #f0802f !important;
}

.title_lg {
  font-weight: 700;
  line-height: 1.05;
  font-size: 72px;
}
@media (max-width: 1399px) {
  .title_lg {
    font-size: 66px;
  }
}
@media (max-width: 1199px) {
  .title_lg {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .title_lg {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title_lg {
    font-size: 44px;
  }
}
.title_sm {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
}
@media (max-width: 991px) {
  .title_sm {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title_sm {
    font-size: 26px;
  }
}
.font_400 {
  font-weight: 400;
}
.font_500 {
  font-weight: 500;
}
.font_600 {
  font-weight: 600;
}
.font_700 {
  font-weight: 700;
}
.font_800 {
  font-weight: 800;
}
.font_900 {
  font-weight: 900;
}

/*
---------------------------------------------
Banner style
---------------------------------------------
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f9fafb;
  padding: 200px 0 100px 0;
  position: relative;
}
.main-banner:after,
.main-banner:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 100%;
  max-width: 340px;
  height: 470px;
  background-color: #f1f1f1;
  background: transparent url(../images/bg-1.jpg) no-repeat top center;
  background-size: cover;
  z-index: 1;
}
.main-banner:after {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
}
.main-banner .container {
  position: relative;
  z-index: 99;
}
.main-banner .title_lg {
  color: #225561;
  font-size: 72px;
  font-weight: 400;
  margin-bottom: 45px;
}
.main-banner .title_lg span {
  color: #f0802f;
  font-weight: 900;
}
.main-banner .p {
  margin-bottom: 45px;
  color: #7f7f7f;
  font-size: 22px;
}
.main-banner .banner_text_1 {
  color: #7f7f7f;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.main-banner .banner_text_2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}
.main-banner .banner_text_3 {
  font-size: 18px;
  font-weight: 400;
}

.main-banner .left-content .first-button {
  margin-right: 15px;
}

/*
---------------------------------------------
product banner
---------------------------------------------
*/

.product-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f9fafb;
    padding: 100px 0 0 0;
    position: relative;
  }
  .product-banner:after,
  .product-banner:before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    max-width: 340px;
    height: 220px;
    background-color: #f1f1f1;
    background: transparent url(../images/bg-1.jpg) no-repeat top center;
    background-size: cover;
    z-index: 1;
  }
  .product-banner:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0px;

  }
  .product-banner .container {
    position: relative;
    z-index: 99;
  }
  .product-banner .title_lg {
    color: #225561;
    font-size: 72px;
    font-weight: 400;
    /* margin-bottom: 45px; */
  }
  .product-banner .title_lg span {
    color: #f0802f;
    font-weight: 900;
  }
  .product-banner .p {
    margin-bottom: 45px;
    color: #7f7f7f;
    font-size: 22px;
  }
  .product-banner .banner_text_1 {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .product-banner .banner_text_2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .product-banner .banner_text_3 {
    font-size: 18px;
    font-weight: 400;
  }

  .product-banner .left-content .first-button {
    margin-right: 15px;
  }

/*
---------------------------------------------
login register banner
---------------------------------------------
*/

.auth-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #f9fafb;
    padding: 140px 0 0 0;
    position: relative;
  }
  .auth-banner:after,
  .auth-banner:before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    max-width: 340px;
    height: 220px;
    background-color: #f1f1f1;
    background: transparent url(../images/bg-1.jpg) no-repeat top center;
    background-size: cover;
    z-index: 1;
  }
  .auth-banner:after {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0px;

  }
  .auth-banner .container {
    position: relative;
    z-index: 99;
  }
  .auth-banner .title_lg {
    color: #225561;
    font-size: 72px;
    font-weight: 400;
    /* margin-bottom: 45px; */
  }
  .auth-banner .title_lg span {
    color: #f0802f;
    font-weight: 900;
  }
  .auth-banner .p {
    margin-bottom: 45px;
    color: #7f7f7f;
    font-size: 22px;
  }
  .auth-banner .banner_text_1 {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
  }
  .auth-banner .banner_text_2 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 35px;
  }
  .auth-banner .banner_text_3 {
    font-size: 18px;
    font-weight: 400;
  }

  .auth-banner .left-content .first-button {
    margin-right: 15px;
  }
/*
---------------------------------------------
products_section style
---------------------------------------------
*/
.products_section {
  background-color: #eff0f2;
  /* padding-top: 60px; */
}
.products_section .products_box {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  height: 100%;
}
.products_section .block_title {
  font-weight: 600;
  color: #f0802f;
}
.products_section .block_title a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
.products_section .block_text {
  line-height: 1.3;
  margin-bottom: 15px;
  min-height: 68px;
}
.products_section .text_sml {
  font-size: 14px;
  font-weight: 400;
}
.products_section .btn_block .btn {
  font-weight: 700 !important;
  font-size: 20px;
}

.btn_secondary {
  background-color: #f0802f !important;
  color: #fff !important;
  display: inline-block !important;
  padding: 15px 30px !important;
  text-transform: capitalize;
  font-size: 18px;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all 0.5s;
}
.btn_secondary:hover {
  background-color: #fc8b3a !important;
}

/*
---------------------------------------------
download app style
---------------------------------------------
*/
.gredient_bg {
  background: #eff0f2;
  background: -moz-linear-gradient(top, #eff0f2 0%, #f8f9fa 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eff0f2 0%, #f8f9fa 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #eff0f2 0%,
    #f8f9fa 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f2', endColorstr='#f8f9fa',GradientType=0 ); /* IE6-9 */
}
.download_app {
  /* background-color: #f4f5f7; */
  padding-top: 70px;
  padding-bottom: 70px;
}
.download_app .download_app_inner {
  padding: 70px 100px;
  background: url(../images/bg-2.png) no-repeat center center;
  background-size: cover;
  border-radius: 35px;
}
.download_app .section_title {
  font-size: 70px;
  font-weight: 700;
}
.download_app .btn_block a img {
  max-width: 240px;
}
.download_app .text_para {
  font-size: 22px;
  color: #dbd9d9;
  line-height: 1.5;
}

/*
---------------------------------------------
subscribe block style
---------------------------------------------
*/
.subscribe_block {
  background-color: #f0f1f1;
  padding: 50px 0;
}
.subscribe_block .section_title {
  font-weight: 700;
  font-size: 50px;
}
.subscribe_block .text_para {
  font-weight: 400;
  font-size: 25px;
}
.subscribe_block .btn {
  min-width: 350px;
  font-weight: 600;
  font-size: 26px;
}

.my_account .btn_row {
  display: flex;
  flex-direction: row;
}
.my_account .btn_row .btn {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 700;
  margin: 0 7px;
  box-shadow: 3.927px 0.763px 16.38px 1.62px rgba(1, 2, 2, 0.1);
  padding: 18px 30px !important;
}

.acc_datatable_wrapper {
  padding-top: 60px;
  padding-bottom: 280px;
}

.acc_datatable {
  background-color: #fff;
  box-shadow: 3.927px 0.763px 16.38px 1.62px rgba(1, 2, 2, 0.1);
  border-radius: 30px;
  padding: 35px;
}
.acc_datatable .block_title {
  color: #030303;
  font-size: 24px;
  font-weight: 600;
}
.acc_datatable .text_para {
  color: #9b9fa6;
  font-size: 16px;
  font-weight: 400;
}
.tbl_header_row {
  border-bottom: solid 1px #d1d1d1;
}

.whitebox {
  display: inline-block;
  border-radius: 10px;
  background-color: rgb(249, 250, 251);
  box-shadow: 3.927px 0.763px 16.38px 1.62px rgba(1, 2, 2, 0.1);
  padding: 25px;
  text-align: center;
  width: 100%;
  max-width: 600px;
  line-height: 1.25;
}
.big_text {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 0;
}
/*
---------------------------------------------
footer style
---------------------------------------------
*/
.footer {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer .footer_logo {
  max-width: 220px;
}
.footer .footer_logo img {
  width: 100%;
}
.footer .about_text {
  max-width: 418px;
  font-size: 14px;
  line-height: 1.2;
}

.footer .title {
  font-size: 22px;
  font-weight: 600;
}
.footer .footer_link {
  flex-grow: 1;
  padding-top: 12px;
}
.footer .footer_link + .footer_link {
  border-left: 1px solid #fff;
}
.footer .footer_link ul {
  list-style-type: none;
}
.footer .footer_link ul li {
  margin-bottom: 4px;
  line-height: 1.2;
}
.footer .footer_link .inner_wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: inline-block;
}
.footer .footer_link a {
  color: #e4e4e4;
  font-weight: 400;
  font-size: 18px;
}
.footer .footer_link a:hover {
  color: #f0802f;
}

/*
---------------------------------------------
Contact us page styles
---------------------------------------------
*/

.contactform_block {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  z-index: 11;
  background-color: #eff0f2;
}
.contactform_block .contactform_inner {
  padding: 65px 40px 40px;
  box-shadow: 3.927px 0.763px 16.38px 1.62px rgba(1, 2, 2, 0.1);
  background-color: #fff;
  border-radius: 10px;
  /* margin-bottom: -250px; */
  margin-top: -300px;
}
.auth_block textarea,
.auth_block input:not([type="checkbox"]),
.contactform_block textarea,
.contactform_block input:not([type="checkbox"]) {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.927px 0.763px 16.38px 1.62px rgba(1, 2, 2, 0.1);
  border-color: #fff;
  min-height: 60px;
  color: #212529;
}

.auth_block .form-control:focus,
.contactform_block .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f0802f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(240, 128, 47, 0.25);
}
.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #d8d9da;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d8d9da;
}

.form-control::placeholder {
  color: #d8d9da;
}
.form-control {
  font-size: 24px;
  color: #030303;
  font-weight: 600;
}
.contactform_block .btn {
  width: 100%;
  max-width: 360px;
  font-size: 26px;
  border-radius: 7px;
  line-height: 1.25;
}

.link_2_orange {
  color: #f0802f;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline !important;
}
.link_2_orange:hover {
  color: #f0802f;
  text-decoration: none !important;
}

.acc_datatable {
}
.acc_datatable .dataTable {
}
.acc_datatable table.dataTable.no-footer {
  border-bottom-color: #eceff1;
}
.acc_datatable .table > :not(caption) > * > * {
  background-color: transparent;
  border-color: #eceff1;
}
.acc_datatable .dataTables_length {
  margin-bottom: 18px;
}
.acc_datatable .dataTables_filter {
  margin-bottom: 18px;
}

.acc_datatable .dataTable thead tr th {
  background-color: #f9fafb;
  color: #757c89;
  font-size: 13px;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.acc_datatable .dataTable tbody tr td {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.acc_datatable .dataTables_info {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.acc_datatable .dataTables_paginate {
  font-size: 14px;
  color: #757c89;
  font-weight: 700;
}
.acc_datatable .dataTables_paginate .paginate_button {
  color: #fff !important;
  border-radius: 35px;
  background-color: #fd5b2e;
  border: none !important;
}
.acc_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.acc_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.acc_datatable .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #8891a1 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: rgb(151, 151, 151) !important;
  border: none;
  background: rgb(238, 238, 238);
  /* background-color: rgba(230, 230, 230, 0.1) ; */
  border: none !important;
}

.acc_datatable .tbl_wrapper {
  position: relative;
  clear: both;
  overflow-x: auto;
  padding-bottom: 12px;
  margin-bottom: 6px;
}

.text_red {
  color: #fd0f1c;
}
.text_green {
  color: #26cd20;
}
/*
---------------------------------------------
Product modal css
---------------------------------------------
*/

.product_modal .prod_modal_img {
  max-width: 570px;
  border-radius: 10px;
}
.product_modal .modal-title {
  font-size: 26px;
  padding-right: 35px;
}
.product_modal .modal-content {
  background-color: rgba(241, 240, 240, 0.9);
  border: none;
}
.product_modal .input_col {
  flex-grow: 1;
}
.product_modal .modal-content {
  border-radius: 28px;
}
.product_modal .form-control {
  color: #777;
  font-weight: 500;
  font-size: 18px;
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 10px;
}
.product_modal .product_modal_submit {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-color: #225561;
  min-width: 130px;
  border-radius: 10px;
  padding: 13px 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product_modal .product_modal_submit:focus,
.product_modal .product_modal_submit:hover {
  background-color: #237183;
}
.product_modal .modal-header .btn-close {
  width: 12px;
  height: 12px;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border-radius: 3rem;
  filter: invert(1);
  position: absolute;
  top: 25px;
  right: 25px;
  background-size: 14px;
}
@media (min-width: 640px) {
  .product_modal .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1499px) {
}
@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }

  .text_para {
    font-size: 18px;
  }
  .pt-120px {
    padding-top: 90px;
  }
  .pb-120px {
    padding-bottom: 90px;
  }
}

@media (max-width: 991px) {
  .header-area {
    background-color: #fff;
  }
  .header-area .main-nav .nav li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 5px;
  }
  .text_para {
    font-size: 17px;
  }
  .pt-120px {
    padding-top: 60px;
  }
  .pb-120px {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
}

.auth_block {
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  z-index: 111;
  background-color: #eff0f2;
}
.auth_block .auth_block_inner {
  padding: 0;
  box-shadow: 3.927px 0.763px 16.38px 1.62px rgba(1, 2, 2, 0.1);
  background-color: #fff;
  border-radius: 10px;
  /* margin-bottom: -250px; */
  margin-top: -360px;
  max-width: 600px;
}
.auth_block .block_header {
  background-color: #f0802f;
  color: #fff;
  padding: 10px;
}
.auth_block .block_content {
  padding: 30px 25px;
}
.auth_block .block_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.auth_block label {
  font-weight: 700;
  color: #030303;
  font-size: 18px;
}

.auth_btns .btn {
  padding: 8px 25px !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  min-width: 200px;
}

.phone_input {
  position: relative;
}
.phone_input input:not([type="checkbox"]) {
  padding-left: 55px;
}
.phone_input .flag_icon {
  position: absolute;
  top: 16px;
  left: 15px;
}
.phone_input .close_icon {
  position: absolute;
  top: 17px;
  right: 15px;
}
.input-2 {
  font-size: 22px;
}

.otp_input {
  font-size: 32px;
  color: #030303;
  font-weight: 500;
  text-align: center;
}
.auth_btns .otp_submit {
  width: 100%;
  max-width: 300px;
}
.launguage_option .dropdown-menu {
  padding: 0;
  inset: 0px 0 auto auto !important;
  min-width: 100px;
}
.launguage_option .dropdown-menu .dropdown-item {
  color: #030303;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
}
.launguage_option .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #f0802f;
}
.title_sm_2 {
  font-size: 20px;
  font-size: 800;
  margin-top: 0;
  margin-bottom: 15px;
}
.text_2 {
  color: #010101;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

.text_2 + .title_sm_2 {
  margin-top: 30px;
}
.text_2 + .text_2 {
  margin-top: 15px;
}

.privacy_policy_content {
  margin-top: -120px;
  position: relative;
  z-index: 111;
  margin-bottom: 50px;
}
.partner_page_content {
  margin-top: -70px;
  position: relative;
  z-index: 111;
  margin-bottom: 50px;
}
.partner_page_content .partner_image {
  max-width: 198px;
  width: 100%;
}
@media (max-width: 1499px) {
  .main-banner .title_lg {
    font-size: 66px;
    margin-bottom: 30px;
  }

  .auth-banner .title_lg {
    font-size: 66px;
    /* margin-bottom: 30px; */
  }

  .product-banner .title_lg {
    font-size: 66px;
    /* margin-bottom: 30px; */
  }

  .download_app .section_title {
    font-size: 64px;
  }
  .subscribe_block .section_title {
    font-size: 46px;
  }
  .big_text {
    font-size: 76px;
  }
  .main-banner:after,
  .main-banner:before {
    width: 25vw;
    max-width: 340px;
    height: 470px;
  }

  .auth-banner:after,
  .auth-banner:before {
    width: 25vw;
    max-width: 340px;
    height: 220px;
  }

  .product-banner:after,
  .product-banner:before {
    width: 25vw;
    max-width: 340px;
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .main-banner .title_lg {
    font-size: 60px;
    margin-bottom: 32px;
  }

  .auth-banner .title_lg {
    font-size: 66px;
    /* margin-bottom: 32px; */
  }

  .product-banner .title_lg {
    font-size: 66px;
    /* margin-bottom: 32px; */
  }

  .main-banner .banner_text_1 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main-banner .banner_text_2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .main-banner .banner_text_3 {
    font-size: 16px;
  }
  .download_app .section_title {
    font-size: 60px;
  }
  .subscribe_block .section_title {
    font-size: 42px;
  }
  .auth_block .block_content {
    padding: 25px 20px;
  }
  .big_text {
    font-size: 72px;
  }
  .main-banner::before {
    right: 0;
    top: auto;
    bottom: 50px;
  }

  .auth-banner::before {
    right: 0;
    top: auto;
    bottom: 0px;
  }

  .product-banner::before {
    right: 0;
    top: auto;
    bottom: 0px;
  }
  .acc_datatable_wrapper {
    padding-bottom: 200px;
  }
  .product_modal .modal-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .h3,
  h3 {
    font-size: calc(1.25rem + 0.6vw);
  }
  .main-banner .title_lg {
    font-size: 56px;
  }
  .main-banner .banner_text_1 {
    margin-bottom: 25px;
  }
  .main-banner .banner_text_2 {
    margin-bottom: 20px;
  }
  .main-banner {
    padding: 140px 0 50px 0;
  }
  .products_section {
    /* padding-top: 45px; */
  }
  .download_app .download_app_inner {
    padding: 50px 40px;
    border-radius: 30px;
  }
  .download_app .app_image {
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .download_app .section_title {
    font-size: 54px;
  }
  .download_app .text_para {
    font-size: 20px;
    line-height: 1.4;
  }
  .download_app .btn_block {
    text-align: center;
  }
  .download_app .btn_block a {
    display: inline-block;
  }
  .download_app .btn_block img {
    max-width: 190px;
    width: 100%;
  }
  .download_app {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .subscribe_block .section_title {
    font-size: 38px;
  }
  .subscribe_block .text_para {
    font-size: 23px;
  }
  .subscribe_block .btn {
    min-width: 290px;
    padding: 10px 20px !important;
  }
  .footer .footer_logo {
    margin: auto;
  }
  .footer .about_text {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
  .footer .title {
    font-size: 20px;
  }
  .footer .footer_link a {
    font-size: 16px;
  }
  .form-control {
    font-size: 20px;
  }
  .input-2 {
    font-size: 20px;
  }
  .auth_block label {
    font-size: 17px;
  }
  .auth_block .block_content {
    padding: 20px 15px;
  }
  .auth_block .block_title {
    font-size: 22px;
  }
  .subscribe_block .btn {
    font-size: 22px;
  }
  .footer .footer_link {
    padding-top: 0;
  }
  .auth_block .title_sm {
    font-size: 22px;
  }
  .big_text {
    font-size: 62px;
  }
  .whitebox {
    padding: 15px;
    max-width: 440px;
  }
  .my_account .btn_row .btn {
    font-size: 18px;
    font-weight: 900;
    margin: 0 6px;
    padding: 15px 14px !important;
  }
  .acc_datatable_wrapper {
    padding-bottom: 80px;
  }
  .partner_page_content {
    margin-bottom: 36px;
  }
  .privacy_policy_content .text_2 {
    color: #010101;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .contactform_block {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .contactform_block .btn {
    font-size: 24px;
  }
  .contactform_block .contactform_inner {
    padding: 40px 30px 20px;
    margin-top: -280px;
  }
  .faq_page .title_sm_2 {
    font-size: 18px;
  }
  .faq_page .text_3 {
    font-size: 17px;
  }
  .privacy_policy_content {
    margin-top: -100px;
    margin-bottom: 0;
  }
  .product_modal .modal-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .main-banner .title_lg {
    font-size: 50px;
    margin-bottom: 25px;
  }

  .auth-banner .title_lg {
    font-size: 50px;
    /* margin-bottom: 25px; */
  }

  .product-banner .title_lg {
    font-size: 50px;
    /* margin-bottom: 25px; */
  }
  .download_app .section_title {
    font-size: 42px;
  }
  .download_app .app_image {
    max-width: 280px;
  }
  .download_app .btn_block a img {
    max-width: 200px;
  }
  .subscribe_block {
    text-align: center;
  }
  .subscribe_block .section_title {
    font-size: 36px;
  }
  .subscribe_block .text_para {
    font-size: 21px;
  }
  .subscribe_block .btn {
    min-width: 270px;
  }
  .footer .title {
    font-size: 18px;
  }
  .footer .copyright {
    font-size: 14px;
  }
  .footer .footer_logo {
    max-width: 180px;
  }
  .download_app .text_para {
    font-size: 18px;
  }
  .form-control {
    font-size: 18px;
  }
  .input-2 {
    font-size: 18px;
  }
  .auth_block .block_title {
    font-size: 21px;
  }
  .subscribe_block .section_title {
    font-size: 32px;
  }
  .subscribe_block .text_para {
    font-size: 19px;
  }
  .auth_block {
    padding-bottom: 20px;
  }
  .big_text {
    font-size: 58px;
  }
  .whitebox {
    max-width: 400px;
  }
  .acc_datatable_wrapper {
    padding-bottom: 60px;
  }
  .contactform_block .btn {
    font-size: 22px;
  }
  .contactform_block .contactform_inner {
    padding: 35px 25px 25px;
    margin-top: -280px;
  }
  .faq_page .text_3 {
    font-size: 16px;
  }
  .product_modal .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .footer_links_wrapper {
    display: flex;
  }
  .footer .title {
    font-size: 16px;
  }
  .footer .footer_link a {
    font-size: 15px;
  }
  .main-banner .title_lg {
    font-size: 46px;
  }
  .download_app .section_title {
    font-size: 38px;
  }
  .download_app .btn_block a img {
    max-width: 150px;
  }
  .main-banner .title_lg {
    font-size: 46px;
  }
  .whitebox {
    max-width: 330px;
  }
  .big_text {
    font-size: 52px;
  }
  .my_account .btn_row {
    flex-direction: column;
  }
  .my_account .btn_row .btn + .btn {
    margin-top: 15px;
  }
  .contactform_block .btn {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .footer .footer_link {
    padding-top: 5px;
  }
  .footer .footer_link .inner_wrapper {
    left: 0;
    transform: translateX(0);
    width: auto;
    display: inline-block;
    padding-left: 10px;
  }
  .footer_links_wrapper {
    flex-wrap: wrap;
  }
  .footer_links_wrapper .footer_link:nth-child(1) {
    width: 50%;
  }
  .footer_links_wrapper .footer_link:nth-child(2) {
    width: 50%;
  }
  .footer_links_wrapper .footer_link:nth-child(3) {
    width: 100%;
    padding-top: 0;
  }
  .footer .footer_link + .footer_link {
    border-left: none;
  }
  .download_app .section_title {
    font-size: 32px;
  }
  .main-banner .title_lg {
    font-size: 38px;
  }
  .auth_block .otp_wrapper .otp_block {
    padding: 0 5px;
  }
}
