/* COLORS VARIABLES HERE*/
/* FONTS VARIABLES HERE */
/* GELASIO FONTS HERE */
@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/Gelasio-Medium.woff2") format("woff2"), url("../fonts/gelasio/Gelasio-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/Gelasio-Regular.woff2") format("woff2"), url("../fonts/gelasio/Gelasio-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/Gelasio-Bold.woff2") format("woff2"), url("../fonts/gelasio/Gelasio-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelasio";
  src: url("../fonts/gelasio/Gelasio-SemiBold.woff2") format("woff2"), url("../fonts/gelasio/Gelasio-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* DM SANS FONTS HERE */
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm_sans/DMSans-Bold.woff2") format("woff2"), url("../fonts/dm_sans/DMSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm_sans/DMSans-SemiBold.woff2") format("woff2"), url("../fonts/dm_sans/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm_sans/DMSans-Regular.woff2") format("woff2"), url("../fonts/dm_sans/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm_sans/DMSans-Medium.woff2") format("woff2"), url("../fonts/dm_sans/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  font-family: "DM Sans";
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: #fff;
}

.main-wrapper {
  flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Gelasio";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

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

.lh-0 {
  line-height: 0;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
  cursor: pointer;
}

.blur-body {
  position: relative;
}
@media (max-width: 1199px) {
  .blur-body {
    overflow: hidden;
  }
  .blur-body::before {
    content: "";
    background: rgba(156, 156, 156, 0.6);
    backdrop-filter: blur(5px);
    transition: 0.4s all ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99 !important;
  }
}

#deliverypolicy,
#cancellation,
#paymentandbilling,
#pricingplans {
  padding-top: 120px;
  margin-top: -120px;
  display: block;
}
@media screen and (max-width: 991px) {
  #deliverypolicy,
  #cancellation,
  #paymentandbilling,
  #pricingplans {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 480px) {
  #deliverypolicy,
  #cancellation,
  #paymentandbilling,
  #pricingplans {
    padding-top: 90px;
    margin-top: -90px;
  }
}

.faq-table {
  margin: 20px 0;
}
.faq-table tr th {
  border-bottom: none;
}
.faq-table tr th:first-child {
  border-radius: 30px 0 0 0;
  background: #1E252B;
  white-space: nowrap;
}
.faq-table tr th:last-child {
  border-radius: 0 30px 0 0;
  background: #1E252B;
}

#chat-widget-container {
  bottom: -10px !important;
}

.goog-te-gadget {
  display: block !important;
}

#google_translate_element,
select.goog-te-combo {
  position: fixed;
  z-index: 999;
  top: -999px;
}

.skiptranslate {
  display: none !important;
}

.goog-te-gadget {
  display: block !important;
}

#goog-gt-tt {
  display: none !important;
}

/* Match the common dynamic class prefix used by the translate overlay */
font {
  background: transparent !important;
  -webkit-box-shadow: none !important;
}

/* DEFAULT BUTTON CSS START HERE */
.get-btn {
  position: relative;
  width: max-content;
  margin: auto;
}
.get-btn:before {
  content: "";
  position: absolute;
  width: 65px;
  height: 22px;
  background: url(../images/icon/btn-cue.svg) no-repeat;
  top: 0;
  right: 26px;
}
@media (max-width: 375px) {
  .get-btn:before {
    right: 10px;
    background-size: 50px;
  }
}
.get-btn:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 22px;
  background: url(../images/icon/btn-cue.svg) no-repeat;
  bottom: -1px;
  right: 26px;
  transform: rotate(180deg);
}
@media (max-width: 375px) {
  .get-btn:after {
    background-size: 50px;
  }
}
.get-btn .default-btn {
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: max-content;
  border-radius: 50px;
  overflow: hidden;
}
.get-btn .default-btn span {
  text-transform: capitalize;
  background: #FE773C;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  padding: 14px 50px 14px 40px;
  transition: 0.4s all ease;
}
@media (max-width: 575px) {
  .get-btn .default-btn span {
    padding: 14px 40px 14px 30px;
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .get-btn .default-btn span {
    padding: 12px 30px 12px 20px;
  }
}
.get-btn .default-btn .btn-img {
  width: 50px;
  height: 52px;
  background: #FE773C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease;
}
@media (max-width: 375px) {
  .get-btn .default-btn .btn-img {
    height: 45px;
  }
}
.get-btn .default-btn .btn-img img {
  transform: rotate(-32deg);
  transition: 0.4s all ease;
}
.get-btn .default-btn:hover span {
  background: #1E252B;
  transition: 0.4s all ease;
}
.get-btn .default-btn:hover .btn-img {
  background: #1E252B;
  transition: 0.4s all ease;
}
.get-btn .default-btn:hover .btn-img img {
  transform: none;
  transition: 0.4s all ease;
}

/* DEFAULT BUTTON CSS START HERE */
/* PAGE SCROLLBAR CSS START HERE */
::-webkit-scrollbar,
::-webkit-scrollbar-width {
  width: 5px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-color {
  background: #FE773C;
}

::-webkit-scrollbar-track {
  background: #fff;
}

/* PAGE SCROLLBAR CSS END HERE */
/* DEAFULT SECTION GAP CSS START HERE */
.section-gap {
  padding: 70px 0;
}
@media (max-width: 1399px) {
  .section-gap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-gap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-gap {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .section-gap {
    padding: 30px 0;
  }
}
@media (max-width: 375px) {
  .section-gap {
    padding: 25px 0;
  }
}

.section-bottom-gap {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .section-bottom-gap {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .section-bottom-gap {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-bottom-gap {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-bottom-gap {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .section-bottom-gap {
    margin-bottom: 25px;
  }
}

.section-gap-both {
  margin: 70px 0;
}
@media (max-width: 1399px) {
  .section-gap-both {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-gap-both {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-gap-both {
    margin: 40px 0;
  }
}
@media (max-width: 575px) {
  .section-gap-both {
    margin: 30px 0;
  }
}
@media (max-width: 375px) {
  .section-gap-both {
    margin: 25px 0;
  }
}

/* DEAFULT SECTION GAP CSS END'S HERE */
/* DEFAULT SECTION TITLE CSS STRAT HERE */
.title {
  color: #1E252B;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .title {
    font-size: 20px;
  }
}
.title span {
  color: #FE773C;
}

/* DEFAULT SECTION TITLE CSS END'S HERE */
/* DEFAULT CONTENT CSS START HERE */
p {
  color: #1E252B;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 575px) {
  p {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  p {
    font-size: 14px;
  }
}

/* DEFAULT CONTENT CSS END'S HERE */
/* DEFAULT SHADOW CSS START HERE */
.blur-shaow {
  position: relative;
}
.blur-shaow:before, .blur-shaow:after {
  content: "";
  position: absolute;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  border-radius: 100%;
}

/* DEFAULT SHADOW CSS END'S HERE */
/* DEFAULT MODAL CSS START HERE */
.modal.welcome-modal .modal-dialog {
  position: relative;
  margin: 0;
  max-width: 100%;
  min-height: 100%;
}
.modal.welcome-modal .modal-dialog .modal-content {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body {
  color: #fff;
  padding: 50px;
}
@media (max-width: 1399px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 30px 20px;
  }
}
@media (max-width: 375px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 25px 15px;
  }
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body p {
  line-height: 1.4;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
  color: #1E252B;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .text {
  max-width: 700px;
  margin: 0 auto 35px auto;
}
@media (max-width: 767px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .text {
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 575px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .text {
    margin: 0 auto 25px auto;
  }
}
@media (max-width: 375px) {
  .modal.welcome-modal .modal-dialog .modal-content .modal-body .text {
    margin: 0 auto 20px auto;
  }
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .text a {
  color: #FE773C;
  transition: 0.4s all ease;
}
.modal.welcome-modal .modal-dialog .modal-content .modal-body .text a:hover {
  color: #1E252B;
  opacity: 0.7;
}
.modal.forgot .modal-dialog {
  max-width: 1000px;
}
.modal.forgot .modal-dialog .modal-content .modal-body .fill-up-form h4 {
  margin-bottom: 5px;
}
.modal.forgot .modal-dialog .modal-content .modal-body .fill-up-form p {
  margin-bottom: 26px;
}
.modal.forgot .modal-btn {
  margin: unset;
}
.modal.forgot .modal-btn span {
  padding: 14px 70px 14px 60px;
}
@media (min-width: 992px) {
  .modal.signin .modal-dialog {
    max-width: 920px;
  }
}
.modal.signin .modal-btn {
  margin: unset;
}
.modal.signin .modal-btn span {
  padding: 14px 90px 14px 80px;
}
.modal .modal-dialog .modal-content {
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
}
.modal .modal-dialog .modal-content .modal-header {
  display: block;
  border: none;
  padding: 16px 16px 20px 16px;
  text-align: right;
}
.modal .modal-dialog .modal-content .modal-header .close-btn img {
  max-width: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 50px 50px 50px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 480px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 20px 40px 20px;
  }
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form h4 {
  color: #1E252B;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .modal .modal-dialog .modal-content .modal-body .fill-up-form h4 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .fill-up-form h4 {
    font-size: 24px;
  }
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form form {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form form .modal-btn {
  margin: unset;
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .fill-up-form .remember {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember a {
  color: #FE773C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.4s all ease;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .modal .modal-dialog .modal-content .modal-body .fill-up-form .remember a {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .modal .modal-dialog .modal-content .modal-body .fill-up-form .remember a {
    font-size: 12px;
  }
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember a:last-child {
  margin-right: 0;
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember a:hover {
  color: #1E252B;
  transition: 0.4s all ease;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .fill-up-form .remember a {
    margin-right: 0px;
    margin-bottom: 5px;
  }
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember p {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember p a {
  text-transform: capitalize;
  color: #FE773C;
  transition: 0.4s all ease;
}
.modal .modal-dialog .modal-content .modal-body .fill-up-form .remember p a:hover {
  color: #1E252B;
  transition: 0.4s all ease;
}

/* DEFAULT MODAL CSS END'S HERE */
/* SCROLL TO TOP BUTTON CSS START HERE */
#button {
  position: fixed;
  bottom: 30px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #FE773C;
  right: 30px;
  height: 45px;
  width: 45px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 4px 16px rgba(255, 122, 38, 0.24));
  transition: 0.3s all;
}
@media (max-width: 1199px) {
  #button {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: 15px;
  }
  #button img {
    max-width: 15px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  #button img {
    max-width: 12px;
  }
}
@media (max-width: 767px) {
  #button {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  #button {
    width: 35px;
    height: 35px;
  }
}
#button:hover .scroll-top, #button:focus .scroll-top {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  transition: 0.3s all;
}
#button {
  cursor: pointer;
}
#button .scroll-top {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
@media (max-width: 575px) {
  #button .scroll-top {
    padding: 5px;
  }
}
#button.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  #button.show {
    bottom: 32px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  #button.show {
    bottom: 20px;
  }
}
@media (max-width: 375px) {
  #button.show {
    right: 10px;
  }
}

/* SCROLL TO TOP BUTTON CSS END'S HERE */
/* BREADCRUMBS SECTION CSS START HERE */
.breadcrumbs-wrapper {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumbs-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs-wrapper {
    margin-bottom: 40px;
  }
}
.breadcrumbs-wrapper .breadcrumbs-img {
  position: absolute;
  right: 10%;
  bottom: -18%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .breadcrumbs-wrapper .breadcrumbs-img {
    max-width: 400px;
    bottom: -15%;
    right: 13%;
  }
}
@media (max-width: 1399px) {
  .breadcrumbs-wrapper .breadcrumbs-img {
    max-width: 350px;
    bottom: -12%;
    right: 12%;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper .breadcrumbs-img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs-img {
    max-width: 250px;
    right: 10%;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs-img {
    max-width: 160px;
    right: 3%;
    bottom: -10%;
  }
}
@media (max-width: 575px) {
  .breadcrumbs-wrapper .breadcrumbs-img {
    display: none;
  }
}
.breadcrumbs-wrapper .breadcrumbs {
  background: radial-gradient(108.49% 133.76% at 3.65% 1.51%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #17181B;
  padding: 200px 0 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 180px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 170px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 160px 0 50px 0;
  }
}
@media (max-width: 575px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 150px 0 50px 0;
  }
}
@media (max-width: 375px) {
  .breadcrumbs-wrapper .breadcrumbs {
    padding: 140px 0 40px 0;
  }
}
.breadcrumbs-wrapper .breadcrumbs:before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  top: -50px;
  left: 0;
  filter: blur(217px);
}
@media (max-width: 1500px) {
  .breadcrumbs-wrapper .breadcrumbs:before {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs:before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs:before {
    width: 300px;
    height: 300px;
  }
}
.breadcrumbs-wrapper .breadcrumbs:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  top: -50px;
  right: 0;
  filter: blur(217px);
}
@media (max-width: 1500px) {
  .breadcrumbs-wrapper .breadcrumbs:after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs:after {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs:after {
    width: 300px;
    height: 300px;
  }
}
.breadcrumbs-wrapper .breadcrumbs .breadcrumbs-bg {
  position: absolute;
  right: 10px;
  bottom: -30px;
}
@media (max-width: 1500px) {
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-bg {
    max-width: 950px;
  }
}
@media (max-width: 1399px) {
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-bg {
    max-width: 850px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-bg {
    max-width: 750px;
    bottom: -20px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-bg {
    max-width: 600px;
    bottom: -10px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-bg {
    max-width: 500px;
    bottom: 0;
  }
}
.breadcrumbs-wrapper .breadcrumbs .page h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1 {
    font-size: 26px;
  }
}
.breadcrumbs-wrapper .breadcrumbs .page h1 span {
  color: #FE773C;
  text-transform: capitalize;
}
.breadcrumbs-wrapper .breadcrumbs .page h1:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #FE773C;
  left: -30px;
  top: 0;
}
@media (max-width: 1500px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1:after {
    left: -15px;
  }
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper .breadcrumbs .page h1:after {
    left: -5px;
  }
}

/* BREADCRUMBS SECTION CSS END'S HERE */
/* DETAILS SECTION CSS START HERE */
.details-wrapper {
  background: rgba(250, 168, 122, 0.14);
  padding: 50px;
}
@media (max-width: 991px) {
  .details-wrapper {
    padding: 50px 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .details-wrapper {
    padding: 50px 20px;
  }
}
@media (max-width: 375px) {
  .details-wrapper {
    padding: 40px 10px;
  }
}
.details-wrapper .details-box {
  background: #1E252B;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.details-wrapper .details-box h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-box h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .details-wrapper .details-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box h3 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box h3 {
    font-size: 22px;
  }
}
.details-wrapper .details-box p {
  color: #fff;
  z-index: 2;
  position: relative;
}
.details-wrapper .details-box.contact-box {
  padding: 35px 42px;
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.contact-box {
    padding: 30px 35px;
  }
}
@media (max-width: 767px) {
  .details-wrapper .details-box.contact-box {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box.contact-box {
    padding: 25px 20px;
  }
}
.details-wrapper .details-box.contact-box p {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.contact-box p {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.contact-box p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.contact-box p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.details-wrapper .details-box.contact-box ul li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.contact-box ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box.contact-box ul li {
    margin-bottom: 20px;
  }
}
.details-wrapper .details-box.contact-box ul li:last-child {
  margin-bottom: 0;
  align-items: flex-start;
}
.details-wrapper .details-box.contact-box ul li:last-child p {
  padding-top: 15px;
  text-align: left;
}
.details-wrapper .details-box.contact-box ul li .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background: radial-gradient(75.52% 94.18% at 27.5% 8.33%, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0) 100%), #FE773C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.contact-box ul li .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.contact-box ul li .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
  }
  .details-wrapper .details-box.contact-box ul li .icon img {
    max-width: 20px;
  }
}
.details-wrapper .details-box.contact-box ul li a,
.details-wrapper .details-box.contact-box ul li p {
  color: #fff;
  padding-left: 15px;
}
@media (max-width: 575px) {
  .details-wrapper .details-box.contact-box ul li a,
  .details-wrapper .details-box.contact-box ul li p {
    padding-left: 10px;
  }
}
.details-wrapper .details-box.contact-box ul li a {
  font-size: 26px;
  line-height: 1.3;
  transition: 0.4s all ease;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.contact-box ul li a {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.contact-box ul li a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.contact-box ul li a {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box.contact-box ul li a {
    font-size: 16px;
  }
}
.details-wrapper .details-box.contact-box ul li a:hover {
  color: #FE773C;
}
.details-wrapper .details-box.contact-box ul li p {
  font-size: 20px;
  margin: 0;
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.contact-box ul li p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.contact-box ul li p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box.contact-box ul li p {
    font-size: 15px;
  }
}
.details-wrapper .details-box.sign-up-box {
  padding: 50px 60px 90px 50px;
  position: relative;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.sign-up-box {
    padding: 40px 50px 80px 40px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.sign-up-box {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.sign-up-box {
    padding: 25px 20px;
  }
}
.details-wrapper .details-box.sign-up-box .flower-img {
  position: absolute;
  right: 50px;
  bottom: 10px;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.sign-up-box .flower-img {
    right: 30px;
  }
}
.details-wrapper .details-box.sign-up-box h3 {
  font-size: 32px;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.sign-up-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.sign-up-box h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.sign-up-box h3 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box.sign-up-box h3 {
    font-size: 20px;
  }
}
.details-wrapper .details-box.sign-up-box p {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.sign-up-box p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-box.sign-up-box p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .details-wrapper .details-box.sign-up-box p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-box.sign-up-box p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .details-wrapper .details-box.sign-up-box p {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-box.sign-up-box p {
    font-size: 14px;
  }
}
.details-wrapper .details-box.sign-up-box p.membership-content {
  max-width: 460px;
}
@media (max-width: 1500px) {
  .details-wrapper .details-box.sign-up-box p.membership-content {
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .details-wrapper .details-box.sign-up-box p.membership-content {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .details-wrapper .details-box.sign-up-box p.membership-content {
    max-width: 100%;
  }
}
.details-wrapper .details-form {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .details-wrapper .details-form {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
.details-wrapper .details-form h3 {
  font-size: 46px;
  color: #1E252B;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  .details-wrapper .details-form h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .details-wrapper .details-form h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .details-wrapper .details-form h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .details-wrapper .details-form h3 {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .details-wrapper .details-form h3 {
    font-size: 22px;
  }
}
.details-wrapper .details-form .sign-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .details-wrapper .details-form .sign-up {
    display: block;
  }
}
.details-wrapper .details-form .sign-up p {
  font-weight: 500;
}
.details-wrapper .details-form .sign-up p a {
  color: #FE773C;
  transition: 0.4s all ease;
}
.details-wrapper .details-form .sign-up p a:hover {
  color: #1E252B;
  opacity: 0.5;
  transition: 0.4s all ease;
}
@media (max-width: 991px) {
  .details-wrapper .details-form .sign-up .submit-btn {
    margin-bottom: 20px !important;
  }
}

/* DETAILS SECTION CSS END'S HERE */
/* FORM CSS START HERE */
form .form-row .form-group {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 35px;
  padding-right: 30px;
  border-bottom: 1px solid #1E252B;
}
form .form-row .form-group .user-input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  outline: none;
}
form .form-row .form-group .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-80%);
}
form .submit-btn {
  margin: unset;
}
form .submit-btn:before, form .submit-btn:after {
  background: url(../images/icon/banner-btn-cue.svg) no-repeat;
}
@media (max-width: 375px) {
  form .submit-btn:before, form .submit-btn:after {
    background-size: 50px;
  }
}

textarea {
  resize: none;
}

.g-recaptcha {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .g-recaptcha {
    margin-bottom: 0;
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}
@media (max-width: 375px) {
  .g-recaptcha {
    margin-bottom: 5px;
  }
}

/* FORM CSS END'S HERE */
/* TRANSPERENT BUTTON CSS START HERE */
.about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .about-btn {
    flex-direction: column;
  }
}
.about-btn .get-btn {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .about-btn .get-btn {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .about-btn .get-btn {
    margin: 0;
  }
}
.about-btn .get-btn.learn-btn {
  background: transparent;
  border: 1px solid #FE773C;
  padding: 13px 18px 13px 40px;
  border-radius: 50px;
  transition: 0.4s all ease;
}
@media (max-width: 575px) {
  .about-btn .get-btn.learn-btn {
    padding: 13px 18px 13px 30px;
  }
}
@media (max-width: 767px) {
  .about-btn .get-btn.learn-btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .about-btn .get-btn.learn-btn {
    padding: 10px 15px 10px 20px;
  }
}
.about-btn .get-btn.learn-btn:hover {
  background: #FE773C;
  transition: 0.4s all ease;
}
.about-btn .get-btn.learn-btn:hover span {
  color: #fff;
  transition: 0.4s all ease;
}
.about-btn .get-btn.learn-btn:hover img {
  filter: brightness(500);
  transition: 0.4s all ease;
  transform: rotate(0);
}
.about-btn .get-btn.learn-btn:before, .about-btn .get-btn.learn-btn:after {
  background: url(../images/icon/cue-line-btn.svg) no-repeat;
  height: 24px;
}
@media (max-width: 375px) {
  .about-btn .get-btn.learn-btn:before, .about-btn .get-btn.learn-btn:after {
    background-size: 50px;
  }
}
.about-btn .get-btn.learn-btn:before {
  top: -2px;
}
@media (max-width: 375px) {
  .about-btn .get-btn.learn-btn:before {
    right: 6px;
  }
}
.about-btn .get-btn.learn-btn:after {
  bottom: -2px;
}
@media (max-width: 375px) {
  .about-btn .get-btn.learn-btn:after {
    right: 22px;
  }
}
.about-btn .get-btn.learn-btn span {
  background: transparent;
  color: #FE773C;
  padding: 0 60px 0 0;
  transition: 0.4s all ease;
}
@media (max-width: 575px) {
  .about-btn .get-btn.learn-btn span {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 375px) {
  .about-btn .get-btn.learn-btn span {
    padding: 0 40px 0 0;
  }
}
.about-btn .get-btn.learn-btn img {
  filter: brightness(0.1);
  transform: rotate(-32deg);
  transition: 0.4s all ease;
}
.about-btn .get-btn:first-child {
  margin-left: 0;
}
.about-btn .get-btn:last-child {
  margin-right: 0;
}

/* TRANSPERENT BUTTON CSS END'S HERE */
/* TABLE CSS START HERE */
table {
  width: 100%;
  outline: none;
  border: 0;
  border-collapse: separate;
  border-radius: 30px;
  border-spacing: 0;
}
table:focus {
  outline: none;
}
table tr th {
  background: #FE773C;
  padding: 25px 30px;
  border: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid #FE773C;
  border-bottom: 1px solid #FE773C;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  table tr th {
    font-size: 20px;
  }
}
table tr th:first-child {
  border-radius: 30px 0 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid #FE773C;
  width: 20%;
}
@media (max-width: 575px) {
  table tr th:first-child {
    border-radius: 20px 0 0;
  }
}
@media (max-width: 375px) {
  table tr th:first-child {
    border-radius: 10px 0 0;
  }
}
table tr th:last-child {
  border-radius: 0 30px 0 0;
  border-right: 1px solid #FE773C;
}
@media (max-width: 575px) {
  table tr th:last-child {
    border-radius: 0 20px 0 0;
  }
}
@media (max-width: 375px) {
  table tr th:last-child {
    border-radius: 0 10px 0 0;
  }
}
@media (max-width: 991px) {
  table tr th {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  table tr th {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  table tr th {
    padding: 15px 5px;
    font-size: 12px;
  }
}
table tbody {
  border: 1px solid #1E252B;
}
table tbody tr {
  background: #fff;
}
table tbody tr:focus {
  outline: none;
}
table tbody tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1E252B;
  padding: 25px 30px;
  border-right: 1px solid rgba(254, 139, 89, 0.09);
  background: rgba(254, 119, 60, 0.04);
}
table tbody tr td:first-child {
  border-left: 3px solid rgba(254, 139, 89, 0.09);
}
table tbody tr td:last-child {
  border-right: 3px solid rgba(254, 139, 89, 0.09);
}
@media (max-width: 991px) {
  table tbody tr td {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  table tbody tr td {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  table tbody tr td {
    padding: 15px 5px;
  }
}
table tbody tr:last-of-type td {
  border-bottom: 3px solid rgba(254, 139, 89, 0.09);
}
table tbody tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 30px;
}
@media (max-width: 575px) {
  table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 20px;
  }
}
@media (max-width: 375px) {
  table tbody tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 10px;
  }
}
table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 30px 0;
}
@media (max-width: 575px) {
  table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 20px 0;
  }
}
@media (max-width: 375px) {
  table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 10px 0;
  }
}
table a:hover {
  color: #14acad;
  outline: none;
  text-decoration: none;
}

/* TABLE CSS END'S HERE */
/* LANDING SECTION CSS START HERE */
#pricing,
#services,
#choose {
  scroll-margin-top: 120px;
}
@media (max-width: 991px) {
  #pricing,
  #services,
  #choose {
    scroll-margin-top: 80px;
  }
}

/* LANDING SECTION CSS END'S HERE */
/* HEADER SECTION START HERE */
header {
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .top-header {
  padding-top: 30px;
}
header .top-header .top-header-dtls {
  border-bottom: 1px solid #1E252B;
  padding-bottom: 18px;
}
header .top-header .top-header-dtls .dtls {
  display: flex;
  align-items: center;
}
header .top-header .top-header-dtls .dtls .calling {
  display: flex;
  align-items: center;
}
header .top-header .top-header-dtls .dtls .calling img {
  margin-right: 3px;
  transition: 0.4s all ease;
}
header .top-header .top-header-dtls .dtls .calling a {
  font-size: 16px;
  font-weight: 400;
  color: #1E252B;
  transition: 0.4s all ease;
}
header .top-header .top-header-dtls .dtls .calling a:hover {
  color: #FE773C;
  transition: 0.4s all ease;
}
header .top-header .top-header-dtls .dtls .calling:hover img {
  filter: invert(54%) sepia(40%) saturate(1054%) hue-rotate(330deg) brightness(101%) contrast(99%);
  transition: 0.4s all ease;
}
header .top-header .top-header-dtls .top-header-logo {
  display: block;
  line-height: 0;
  text-align: center;
}
header .top-header .top-header-dtls .top-header-logo img {
  max-width: 200px;
}
header .top-header .top-header-dtls .top-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-header .top-header-dtls .top-header-menu .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #1E252B;
  padding: 12px 40px;
  color: #1E252B;
  border-radius: 50px;
  transition: 0.4s all ease;
}
header .top-header .top-header-dtls .top-header-menu .nav-link:first-child {
  margin: 0 25px;
}
@media (max-width: 1399px) {
  header .top-header .top-header-dtls .top-header-menu .nav-link:first-child {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  header .top-header .top-header-dtls .top-header-menu .nav-link:first-child {
    margin: 0 15px;
  }
}
header .top-header .top-header-dtls .top-header-menu .nav-link:hover, header .top-header .top-header-dtls .top-header-menu .nav-link.active {
  color: #fff;
  background: #FE773C;
  border: 1px solid #FE773C;
  transition: 0.4s all ease;
}
header .main-header {
  padding: 20px 0;
  position: relative;
  transition: top 0.5s ease;
}
@media (max-width: 991px) {
  header .main-header {
    padding: 20px 0;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(254, 119, 60, 0) 0%, rgba(254, 119, 60, 0.2) 48.44%, rgba(254, 119, 60, 0) 100%);
    border-image-slice: 1;
  }
}
@media (max-width: 575px) {
  header .main-header {
    padding: 15px 0;
  }
}
header .main-header .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  header .main-header .navbar {
    position: initial;
  }
}
header .main-header .navbar .scroll-logo {
  margin: 0;
  padding: 0;
}
header .main-header .navbar .scroll-logo .black {
  display: none;
}
@media (max-width: 991px) {
  header .main-header .navbar .scroll-logo .black {
    display: block;
    margin-left: -50px;
  }
}
@media (max-width: 575px) {
  header .main-header .navbar .scroll-logo .black {
    margin-left: -30px;
  }
}
@media (max-width: 375px) {
  header .main-header .navbar .scroll-logo .black {
    margin-left: 0px;
  }
}
header .main-header .navbar .scroll-logo .white {
  display: none;
}
@media (max-width: 991px) {
  header .main-header .navbar .scroll-logo {
    display: block;
  }
}
@media (max-width: 575px) {
  header .main-header .navbar .scroll-logo {
    max-width: 130px;
  }
}
header .main-header .navbar .scroll-logo .navbar-brand {
  display: block;
  padding: 0;
  line-height: 0;
}
@media (max-width: 991px) {
  header .main-header .navbar .scroll-logo .navbar-brand {
    margin-left: -80px;
  }
}
@media (max-width: 375px) {
  header .main-header .navbar .scroll-logo .navbar-brand {
    margin-left: -20px;
  }
}
header .main-header .navbar .scroll-logo .navbar-brand img {
  max-width: 180px;
}
@media (max-width: 575px) {
  header .main-header .navbar .scroll-logo .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 375px) {
  header .main-header .navbar .scroll-logo .navbar-brand img {
    max-width: 120px;
  }
}
@media (max-width: 360px) {
  header .main-header .navbar .scroll-logo .navbar-brand img {
    max-width: 100px;
  }
}
header .main-header .navbar .scroll-logo.active {
  display: block;
}
header .main-header .navbar .navbar-toggler {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 0;
  padding: 0;
}
header .main-header .navbar .navbar-toggler:focus,
header .main-header .navbar .navbar-toggler :active {
  box-shadow: none;
}
header .main-header .navbar .navbar-toggler .icon-bar {
  transition: all 0.2s;
  background: #FE773C;
  display: block;
  width: 14px;
  height: 3px;
  border-radius: 4px;
}
header .main-header .navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(0);
  margin-left: auto;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  width: 100%;
}
header .main-header .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
  margin-left: 0;
}
header .main-header .navbar .navbar-toggler[aria-expanded=true] .icon-bar {
  margin-left: -6px;
}
header .main-header .navbar .navbar-toggler[aria-expanded=true] .icon-bar + .icon-bar {
  margin-top: -3px;
}
header .main-header .navbar .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  width: 22px;
}
header .main-header .navbar .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
}
header .main-header .navbar .navbar-toggler[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  width: 22px;
}
header .main-header .navbar .navbar-collapse {
  justify-content: center;
}
@media (max-width: 991px) {
  header .main-header .navbar .navbar-collapse {
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    background: #fff;
    z-index: 99;
    left: 0;
  }
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
  border-right: 1px solid #1E252B;
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item:nth-last-child(3) {
  border-right: none;
}
@media (max-width: 991px) {
  header .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
    border: none;
  }
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0;
  color: #1E252B;
  opacity: 0.7;
  margin: 0 16px;
  transition: 0.4s all ease;
  position: relative;
}
@media (max-width: 991px) {
  header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
    text-align: center;
    margin: 12px 0;
  }
}
header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #FE773C;
  transition: 0.4s all ease;
}
header .main-header.fixed-menu {
  background: #fff;
  padding: 22px 0;
  width: 100%;
  position: fixed;
  top: -100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 9;
  transition: top 0.5s ease;
}
@media (max-width: 991px) {
  header .main-header.fixed-menu {
    padding: 20px 0;
  }
}
@media (max-width: 375px) {
  header .main-header.fixed-menu {
    padding: 15px 0;
  }
}
header .main-header.fixed-menu .navbar .navbar-collapse {
  justify-content: end;
}
header .main-header.fixed-menu .navbar .scroll-logo .black {
  display: block;
}
header .main-header.fixed-menu .navbar .scroll-logo .white {
  display: none;
}
@media (max-width: 991px) {
  header .main-header.fixed-menu .navbar #dropBlock_wrapper #teams-dropdown-menu span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  header .main-header.fixed-menu .navbar #dropBlock_wrapper #teams-dropdown-menu span {
    font-size: 12px;
  }
}
header .main-header.active {
  top: 0;
  transition: top 0.5s ease;
}
@media (max-width: 991px) {
  header .main-header.active {
    border-bottom: 1px solid rgba(0, 145, 136, 0.5);
  }
}
header.inner-page #teams-dropdown-menu {
  border-color: #fff;
}
header.inner-page #teams-dropdown-menu .flag-text {
  color: #fff;
}
header.inner-page #teams-dropdown-menu span {
  color: #fff;
}
header.inner-page .top-header .top-header-dtls {
  border-color: rgba(255, 255, 255, 0.4);
}
header.inner-page .top-header .top-header-dtls .top-header-menu .nav-link {
  border-color: #fff;
  color: #fff;
}
header.inner-page .top-header .top-header-dtls .top-header-menu .nav-link:hover {
  border: 1px solid #FE773C;
}
header.inner-page .top-header .top-header-dtls .dtls .calling a {
  color: #fff;
}
header.inner-page .top-header .top-header-dtls .dtls .calling a:hover {
  color: #FE773C;
}
header.inner-page .main-header .navbar .navbar-collapse .navbar-nav .nav-item {
  border-color: #fff;
}
header.inner-page .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}
@media (max-width: 991px) {
  header.inner-page .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #1E252B;
  }
}
header.inner-page .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, header.inner-page .main-header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #FE773C;
  opacity: 1;
}
@media (max-width: 991px) {
  header.inner-page .main-header .navbar .scroll-logo .black {
    display: none;
  }
}
@media (max-width: 991px) {
  header.inner-page .main-header .navbar .scroll-logo .white {
    display: block;
  }
}
header.inner-page .main-header.fixed-menu .navbar .navbar-collapse .navbar-nav .nav-item {
  border-color: #1E252B;
}
header.inner-page .main-header.fixed-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #1E252B;
}
@media (max-width: 991px) {
  header.inner-page .main-header.fixed-menu .navbar .scroll-logo .black {
    display: block;
  }
}
@media (max-width: 991px) {
  header.inner-page .main-header.fixed-menu .navbar .scroll-logo .white {
    display: none;
  }
}
header.inner-page .main-header.fixed-menu #teams-dropdown-menu {
  border-color: #1E252B;
}
header.inner-page .main-header.fixed-menu #teams-dropdown-menu .flag-text {
  color: #1E252B;
}
header.inner-page .main-header.fixed-menu #teams-dropdown-menu span {
  color: #1E252B;
}
@media (max-width: 991px) {
  header.inner-page.active-bg .main-header .navbar .scroll-logo .white {
    display: none !important;
  }
}
@media (max-width: 991px) {
  header.inner-page.active-bg .main-header .navbar .scroll-logo .black {
    display: block !important;
  }
}
@media (max-width: 991px) {
  header.inner-page.active-bg #teams-dropdown-menu {
    border-color: #1E252B;
  }
  header.inner-page.active-bg #teams-dropdown-menu .flag-text,
  header.inner-page.active-bg #teams-dropdown-menu span {
    color: #1E252B;
  }
  header.inner-page.active-bg #teams-dropdown-menu span img {
    filter: brightness(0.1);
  }
}
header.active-bg {
  background: #fff;
}

/* HEADER SECTION END HERE */
/* FOOTER CSS START HERE */
footer {
  margin-top: 70px;
}
@media (max-width: 1399px) {
  footer {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  footer {
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  footer {
    margin-top: 25px;
  }
}
footer .footer-wrapper {
  background: #1E252B;
  padding: 55px 0 70px;
}
@media (max-width: 1199px) {
  footer .footer-wrapper {
    padding: 50px 0 60px;
  }
}
@media (max-width: 375px) {
  footer .footer-wrapper {
    padding: 40px 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  footer .footer-wrapper .footer-links {
    text-align: center;
  }
}
footer .footer-wrapper .footer-links .footer-title {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-links .footer-title {
    margin-bottom: 20px;
  }
}
footer .footer-wrapper .footer-links .footer-title h5 {
  color: #FE773C;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-links .footer-title h5 {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  footer .footer-wrapper .footer-links .footer-title h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .footer-links .footer-title.mob {
    display: flex;
    align-items: center;
    position: relative;
  }
  footer .footer-wrapper .footer-links .footer-title.mob .footer-toggler {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: #FE773C;
    right: 0;
    line-height: 0;
    display: block;
    border-radius: 50%;
    margin-left: 25px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  footer .footer-wrapper .footer-links .footer-title.mob .footer-toggler {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .footer-links .footer-title.mob .footer-toggler img {
    transition: 0.3s all;
    transform: rotate(0deg);
    width: 12px;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  footer .footer-wrapper .footer-links .footer-title.mob .footer-toggler img {
    width: 10px;
  }
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-links .footer-title.mob .footer-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-links ul.foot-mob {
    display: block;
  }
}
footer .footer-wrapper .footer-links ul li {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-links ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  footer .footer-wrapper .footer-links ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .footer-links ul li {
    text-align: left;
  }
}
footer .footer-wrapper .footer-links ul li a span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.7;
  transition: 0.4s all ease;
  display: block;
  text-transform: lowercase;
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-links ul li a span {
    font-size: 15px;
  }
}
footer .footer-wrapper .footer-links ul li a span:hover {
  color: #FE773C;
  transition: 0.4s all ease;
}
footer .footer-wrapper .footer-links ul li a span::first-letter {
  text-transform: uppercase !important;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-about {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  footer .footer-wrapper .footer-about {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  footer .footer-wrapper .footer-about {
    margin-bottom: 25px;
  }
}
footer .footer-wrapper .footer-about .foot-logo {
  display: block;
  width: max-content;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-about .foot-logo {
    margin: 0 auto 15px auto;
  }
}
footer .footer-wrapper .footer-about p {
  color: #fff;
  opacity: 0.7;
  margin-bottom: 20px;
  font-size: 16px;
}
footer .footer-wrapper .footer-about .cards-img {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  footer .footer-wrapper .footer-about .cards-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  footer .footer-wrapper .footer-about .cards-img {
    margin-bottom: 10px;
  }
}
footer .footer-wrapper .footer-about .encryption {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-about .encryption {
    justify-content: center;
  }
}
footer .footer-wrapper .footer-about .encryption p {
  margin: 0;
  padding-left: 6px;
}
footer .footer-wrapper .terms-box {
  background: #FE773C;
  border-radius: 10px;
  padding: 28px 28px 28px 22px;
  position: relative;
  z-index: 1;
}
footer .footer-wrapper .terms-box h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 22px;
  max-width: 200px;
}
@media (max-width: 1199px) {
  footer .footer-wrapper .terms-box h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  footer .footer-wrapper .terms-box h4 {
    max-width: 100%;
  }
}
footer .footer-wrapper .terms-box .line-up {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}
footer .footer-wrapper .terms-box .footer-btn {
  margin: 0;
}
footer .footer-wrapper .terms-box .footer-btn:before, footer .footer-wrapper .terms-box .footer-btn:after {
  background: url(../images/icon/orange-btn-cue.svg) no-repeat;
}
@media (max-width: 375px) {
  footer .footer-wrapper .terms-box .footer-btn:before, footer .footer-wrapper .terms-box .footer-btn:after {
    background-size: 50px;
  }
}
@media (max-width: 1920px) {
  footer .footer-wrapper .terms-box .footer-btn:before {
    top: -1px;
  }
}
footer .footer-wrapper .terms-box .footer-btn .default-btn span {
  background: #fff;
  color: #1E252B;
}
footer .footer-wrapper .terms-box .footer-btn .default-btn .btn-img {
  background: #fff;
}
footer .footer-wrapper .terms-box .footer-btn .default-btn .btn-img img {
  filter: brightness(0.1);
  transition: 0.4s all ease;
}
footer .footer-wrapper .terms-box .footer-btn .default-btn:hover span {
  background: #1E252B;
  color: #fff;
}
footer .footer-wrapper .terms-box .footer-btn .default-btn:hover .btn-img {
  background: #1E252B;
}
footer .footer-wrapper .terms-box .footer-btn .default-btn:hover .btn-img img {
  filter: brightness(100);
  transition: 0.4s all ease;
}
footer .copyright {
  padding: 12px 0;
  background: #FE773C;
}
@media (max-width: 991px) {
  footer .copyright {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  footer .copyright {
    padding-bottom: 70px;
  }
}
footer .copyright p {
  color: #fff;
  opacity: 0.6;
  text-align: center;
}
@media (max-width: 575px) {
  footer .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  footer .copyright p {
    font-size: 12px;
  }
}
footer.inner-footer {
  margin-top: 30px;
}

/* FOOTER CSS END'S HERE */
/* BANNER SECTION CSS START HERE */
.banner-wrapper {
  background: rgba(250, 168, 122, 0.14);
  padding-top: 250px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .banner-wrapper {
    padding-top: 220px;
  }
}
@media (max-width: 991px) {
  .banner-wrapper {
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .banner-wrapper {
    padding-top: 100px;
  }
}
.banner-wrapper .banner {
  position: relative;
}
.banner-wrapper .banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/banner-bg.svg) no-repeat;
  background-position: center;
  left: 0;
  top: 160px;
  background-size: contain;
}
@media (max-width: 991px) {
  .banner-wrapper .banner:after {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner:after {
    top: 100px;
  }
}
@media (max-width: 575px) {
  .banner-wrapper .banner:after {
    top: 90px;
  }
}
@media (max-width: 480px) {
  .banner-wrapper .banner:after {
    top: 70px;
  }
}
.banner-wrapper .banner-content {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner-wrapper .banner-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .banner-wrapper .banner-content {
    margin-bottom: 20px;
  }
}
.banner-wrapper .banner-content h1 {
  color: #1E252B;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .banner-wrapper .banner-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .banner-wrapper .banner-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .banner-wrapper .banner-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner-content h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .banner-wrapper .banner-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .banner-wrapper .banner-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .banner-wrapper .banner-content h1 {
    font-size: 20px;
  }
}
.banner-wrapper .banner-content h1 span {
  color: #FE773C;
}
.banner-wrapper .banner-content .banner-btn:before, .banner-wrapper .banner-content .banner-btn:after {
  background: url(../images/icon/banner-btn-cue.svg) no-repeat;
}
@media (max-width: 375px) {
  .banner-wrapper .banner-content .banner-btn:before, .banner-wrapper .banner-content .banner-btn:after {
    background-size: 50px;
  }
}
.banner-wrapper .banner-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.banner-wrapper .banner-image img {
  width: 100%;
}

/* BANNER SECTION CSS END'S HERE */
/* FEATURES SECTION CSS START HERE */
.features-wrapper .our-features.blur-shaow:before {
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  width: 450px;
  height: 450px;
  left: -50px;
  top: 0;
  filter: blur(237px);
}
@media (max-width: 1399px) {
  .features-wrapper .our-features.blur-shaow:before {
    width: 380px;
    height: 380px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .features-wrapper .our-features.blur-shaow:before {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .features-wrapper .our-features.blur-shaow:before {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .features-wrapper .our-features.blur-shaow:before {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .features-wrapper .our-features.blur-shaow:before {
    width: 150px;
    height: 150px;
  }
}
.features-wrapper .our-features.blur-shaow:after {
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  width: 450px;
  height: 450px;
  right: -100px;
  top: 0;
  filter: blur(237px);
}
@media (max-width: 1399px) {
  .features-wrapper .our-features.blur-shaow:after {
    width: 380px;
    height: 380px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .features-wrapper .our-features.blur-shaow:after {
    width: 300px;
    height: 300px;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .features-wrapper .our-features.blur-shaow:after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .features-wrapper .our-features.blur-shaow:after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .features-wrapper .our-features.blur-shaow:after {
    width: 150px;
    height: 150px;
  }
}
.features-wrapper .our-features h2 {
  margin-bottom: 45px;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .features-wrapper .our-features h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .features-wrapper .our-features h2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .features-wrapper .our-features h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .features-wrapper .our-features .features {
    margin-bottom: 30px;
  }
}
.features-wrapper .our-features .features .heading {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.features-wrapper .our-features .features .heading .icon {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  background: #FE773C;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 21px 0px rgba(254, 119, 60, 0.37);
}
@media (max-width: 1199px) {
  .features-wrapper .our-features .features .heading .icon {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
  }
  .features-wrapper .our-features .features .heading .icon img {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .features-wrapper .our-features .features .heading .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
  .features-wrapper .our-features .features .heading .icon img {
    max-width: 25px;
  }
}
@media (max-width: 575px) {
  .features-wrapper .our-features .features .heading .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .features-wrapper .our-features .features .heading .icon img {
    max-width: 22px;
  }
}
.features-wrapper .our-features .features .heading h4 {
  font-family: "DM Sans";
  color: #1E252B;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  padding-left: 15px;
}
@media (max-width: 1399px) {
  .features-wrapper .our-features .features .heading h4 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .features-wrapper .our-features .features .heading h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .features-wrapper .our-features .features .heading h4 {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .features-wrapper .our-features .features .heading h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .features-wrapper .our-features .features p {
    text-align: center;
  }
}

/* FEATURES SECTION CSS END'S HERE */
/* REMINDERS SECTION CSS START HERE */
.reminders-wrapper {
  background: #FBFAFA;
  padding: 165px 0;
  max-width: 2000px;
  margin: 70px auto;
  position: relative;
}
@media (max-width: 1600px) {
  .reminders-wrapper {
    padding: 140px 0;
  }
}
@media (max-width: 1399px) {
  .reminders-wrapper {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .reminders-wrapper {
    padding: 90px 0;
    margin: 60px auto;
  }
}
@media (max-width: 991px) {
  .reminders-wrapper {
    padding: 0;
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .reminders-wrapper {
    margin: 40px auto;
  }
}
@media (max-width: 575px) {
  .reminders-wrapper {
    margin: 30px auto;
  }
}
@media (max-width: 375px) {
  .reminders-wrapper {
    margin: 25px auto;
  }
}
.reminders-wrapper .reminder-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .reminders-wrapper .reminder-image {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .reminders-wrapper .reminder-image {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .reminders-wrapper .reminder-image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .reminders-wrapper .reminder-image {
    position: relative;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .reminders-wrapper .reminder-image {
    max-width: 100%;
  }
}
.reminders-wrapper .content {
  background: rgba(250, 168, 122, 0.14);
  padding: 150px 0;
}
@media (max-width: 1600px) {
  .reminders-wrapper .content {
    padding: 120px 0;
  }
}
@media (max-width: 1399px) {
  .reminders-wrapper .content {
    padding: 100px 0;
  }
}
@media (max-width: 1199px) {
  .reminders-wrapper .content {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .reminders-wrapper .content {
    max-width: max-content;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .reminders-wrapper .content {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .reminders-wrapper .content {
    padding: 40px 0;
    max-width: 500px;
  }
}
@media (max-width: 420px) {
  .reminders-wrapper .content {
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .reminders-wrapper .content {
    padding: 30px 0;
    max-width: 300px;
  }
}
.reminders-wrapper .content .reminder-content {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .reminders-wrapper .content .reminder-content {
    text-align: center;
    padding: 0;
  }
}

/* REMINDERS SECTION CSS END'S HERE */
/* ABOUT US SECTION CSS START HERE */
.about-wrapper .about-us.blur-shaow:before {
  width: 300px;
  height: 300px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  filter: blur(217px);
  top: -40px;
  left: -100px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-us.blur-shaow:before {
    width: 250px;
    height: 250px;
    left: 0;
  }
}
.about-wrapper .about-us.blur-shaow:after {
  width: 300px;
  height: 300px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  filter: blur(217px);
  right: -100px;
  top: -40px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-us.blur-shaow:after {
    width: 250px;
    height: 250px;
    right: 0;
  }
}
.about-wrapper .about-us .about-content h2 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-us .about-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-us .about-content h2 {
    margin-bottom: 20px;
  }
}

/* ABOUT US SECTION CSS END'S HERE */
/* EMOPLOYEE HELP SECTION CSS START HERE */
.employee-wrapper {
  background: #FBFAFA;
  padding: 150px 0;
  max-width: 2000px;
  margin: 70px auto;
  position: relative;
}
@media (max-width: 1600px) {
  .employee-wrapper {
    padding: 140px 0;
  }
}
@media (max-width: 1399px) {
  .employee-wrapper {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .employee-wrapper {
    padding: 90px 0;
    margin: 60px auto;
  }
}
@media (max-width: 991px) {
  .employee-wrapper {
    padding: 0;
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .employee-wrapper {
    margin: 40px auto;
  }
}
@media (max-width: 575px) {
  .employee-wrapper {
    margin: 30px auto;
  }
}
@media (max-width: 375px) {
  .employee-wrapper {
    margin: 25px auto;
  }
}
.employee-wrapper .employee-image {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .employee-wrapper .employee-image {
    max-width: 600px;
  }
}
@media (max-width: 1399px) {
  .employee-wrapper .employee-image {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .employee-wrapper .employee-image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .employee-wrapper .employee-image {
    position: relative;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 480px) {
  .employee-wrapper .employee-image {
    max-width: 100%;
  }
}
.employee-wrapper .content {
  background: rgba(250, 168, 122, 0.14);
  padding: 150px 0;
}
@media (max-width: 1600px) {
  .employee-wrapper .content {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .employee-wrapper .content {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .employee-wrapper .content {
    max-width: max-content;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .employee-wrapper .content {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .employee-wrapper .content {
    padding: 40px 0;
    max-width: 500px;
  }
}
@media (max-width: 420px) {
  .employee-wrapper .content {
    max-width: 350px;
  }
}
@media (max-width: 375px) {
  .employee-wrapper .content {
    padding: 30px 0;
    max-width: 300px;
  }
}
.employee-wrapper .content .employee-content {
  padding-right: 120px;
}
@media (max-width: 1399px) {
  .employee-wrapper .content .employee-content {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .employee-wrapper .content .employee-content {
    padding-right: 0;
    text-align: center;
  }
}
.employee-wrapper .content .employee-content p {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .employee-wrapper .content .employee-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .employee-wrapper .content .employee-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .employee-wrapper .content .employee-content ul {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .employee-wrapper .content .employee-content ul {
    display: inline-block;
  }
}
.employee-wrapper .content .employee-content ul .points {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .employee-wrapper .content .employee-content ul .points {
    display: block;
  }
}
.employee-wrapper .content .employee-content ul .points:first-child li {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .employee-wrapper .content .employee-content ul .points:last-child li {
    margin-bottom: 15px;
  }
}
.employee-wrapper .content .employee-content ul .points li {
  display: flex;
  align-items: center;
  width: 100%;
}
.employee-wrapper .content .employee-content ul .points li:first-child {
  padding-right: 45px;
}
@media (max-width: 1399px) {
  .employee-wrapper .content .employee-content ul .points li:first-child {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .employee-wrapper .content .employee-content ul .points li:first-child {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .employee-wrapper .content .employee-content ul .points li:first-child {
    padding-right: 20px;
  }
}
.employee-wrapper .content .employee-content ul .points li h6 {
  color: #1E252B;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 10px;
}
@media (max-width: 1399px) {
  .employee-wrapper .content .employee-content ul .points li h6 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .employee-wrapper .content .employee-content ul .points li h6 {
    font-size: 16px;
  }
}

/* EMOPLOYEE HELP SECTION CSS START HERE */
/* WEBSITE CONTENT SECTION CSS START HERE */
.web-wrapper .web-content.blur-shaow:before {
  width: 280px;
  height: 380px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  filter: blur(217px);
  left: -100px;
  bottom: -100px;
}
@media (max-width: 1399px) {
  .web-wrapper .web-content.blur-shaow:before {
    width: 220px;
    height: 320px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .web-wrapper .web-content.blur-shaow:before {
    width: 180px;
    height: 280px;
  }
}
@media (max-width: 991px) {
  .web-wrapper .web-content.blur-shaow:before {
    width: 120px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .web-wrapper .web-content.blur-shaow:before {
    width: 100px;
    height: 100px;
  }
}
.web-wrapper .web-content.blur-shaow:after {
  width: 280px;
  height: 380px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  filter: blur(217px);
  right: -100px;
  top: -100px;
}
@media (max-width: 1399px) {
  .web-wrapper .web-content.blur-shaow:after {
    width: 220px;
    height: 320px;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .web-wrapper .web-content.blur-shaow:after {
    width: 180px;
    height: 280px;
  }
}
@media (max-width: 991px) {
  .web-wrapper .web-content.blur-shaow:after {
    width: 120px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .web-wrapper .web-content.blur-shaow:after {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1400px) {
  .web-wrapper .web-content h2 {
    font-size: 48px;
  }
}

/* WEBSITE CONTENT SECTION CSS END'S HERE */
/* PRICING PLANS SECTION CSS START HERE */
.pricing-wrapper {
  margin: 70px auto;
  max-width: 2000px;
  background: #FBFAFA;
  padding: 150px 0;
}
@media (max-width: 1600px) {
  .pricing-wrapper {
    padding: 140px 0;
  }
}
@media (max-width: 1399px) {
  .pricing-wrapper {
    padding: 120px 0;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper {
    padding: 90px 0;
    margin: 60px auto;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper {
    padding: 0;
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper {
    margin: 40px auto;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper {
    margin: 30px auto;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper {
    margin: 25px auto;
  }
}
.pricing-wrapper .our-plans {
  background: rgba(250, 168, 122, 0.14);
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans {
    padding: 0 0 50px 0;
  }
}
.pricing-wrapper .our-plans .pricing-content {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-content {
    padding: 100px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-content {
    padding: 80px 0;
  }
}
.pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
  position: relative;
}
@media (max-width: 2250px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -140px;
  }
}
@media (max-width: 2000px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -125px;
  }
}
@media (max-width: 1770px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -88px;
  }
}
@media (max-width: 1670px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -75px;
  }
}
@media (max-width: 1600px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -65px;
  }
}
@media (max-width: 1550px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -44px;
  }
}
@media (max-width: 1450px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -31px;
  }
}
@media (max-width: 770px) {
  .pricing-wrapper .our-plans .pricing-content h2, .pricing-wrapper .our-plans .pricing-content p {
    left: -2px;
  }
}
.pricing-wrapper .our-plans .pricing-content h2 {
  color: #fff;
  margin-bottom: 26px;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-content h2 {
    font-size: 40px !important;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-content h2 {
    font-size: 36px !important;
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans .pricing-content h2 {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-content h2 {
    margin-bottom: 15px;
  }
}
.pricing-wrapper .our-plans .pricing-content p {
  color: #fff;
  opacity: 0.6;
  max-width: 300px;
  margin: 0 auto;
}
.pricing-wrapper .our-plans .pricing-content.blur-shaow {
  position: relative;
}
.pricing-wrapper .our-plans .pricing-content.blur-shaow::before {
  content: "";
  width: calc(100% + 300px);
  height: calc(100% + 350px);
  background: #1E252B;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border-radius: 0;
  z-index: -1;
}
@media (min-width: 1400px) {
  .pricing-wrapper .our-plans .pricing-content.blur-shaow::before {
    height: calc(100% + 400px);
  }
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-content.blur-shaow::before {
    width: 100%;
    height: 100%;
  }
}
.pricing-wrapper .our-plans .pricing-content.blur-shaow:after {
  content: "";
  width: 450px;
  height: 450px;
  background: linear-gradient(108deg, rgba(254, 119, 60, 0.32) -2.51%, rgba(244, 122, 22, 0.32) 107.67%);
  left: -100px;
  top: -120px;
  filter: blur(187px);
  z-index: -1;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-content.blur-shaow:after {
    width: 400px;
    height: 400px;
    left: unset;
    right: 0;
    top: 0;
    filter: blur(150px);
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-content.blur-shaow:after {
    width: 350px;
    height: 350px;
    filter: blur(100px);
  }
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans .pricing-content.blur-shaow:after {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-content.blur-shaow:after {
    width: 250px;
    height: 250px;
  }
}
.pricing-wrapper .our-plans .pricing-plans {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img {
    display: none;
  }
}
.pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
  position: absolute;
  top: -12px;
  left: -107px;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
    max-width: 190px;
    top: 41px;
    left: -94px;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
    max-width: 180px;
    top: 43px;
    left: -84px;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
    left: unset;
    right: 238px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
    max-width: 160px;
    right: 225px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
    right: 205px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-one {
    right: 175px;
    max-width: 130px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
  position: absolute;
  top: 79px;
  left: -10px;
  z-index: 2;
  max-width: 50px;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
    top: 125px;
    left: -12px;
    max-width: 38px;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
    top: 123px;
    left: -6px;
    max-width: 35px;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
    top: 73px;
    left: unset;
    right: 300px;
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
    top: 59px;
    right: 276px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
    top: 60px;
    right: 256px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .price-img .img-two {
    top: 48px;
    right: 217px;
    max-width: 32px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans {
  border-radius: 15px;
  border: 1px solid #FE773C;
  background: #fff;
  box-shadow: 0px 4px 62px 0px rgba(78, 76, 76, 0.16);
  padding: 30px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  max-width: 320px;
  filter: blur(2px);
  transition: 0.4s all ease;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .plans {
    padding: 25px 20px;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-plans .plans {
    padding: 22px 18px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-plans .plans {
    max-width: 300px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .plans {
    padding: 15px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls {
    margin-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls {
    margin-bottom: 15px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name {
    margin-bottom: 10px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name .icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background: #1E252B;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name h4 {
  text-transform: capitalize;
  color: #1E252B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 10px;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls .plan-name h4 {
    font-size: 20px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls h3 {
  color: #FE773C;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(254, 119, 60, 0.3);
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls h3 {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls h3 {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls h3 {
    font-size: 28px;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls ul li {
  display: flex;
  align-items: baseline;
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls ul li:first-child p {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls ul li:first-child p {
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls ul li:first-child p {
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls ul li:first-child p {
    margin-bottom: 10px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans .plan-dtls ul li p {
  padding-left: 6px;
  font-weight: 500;
}
.pricing-wrapper .our-plans .pricing-plans .plans .pricing-btn {
  margin: 0;
  pointer-events: none;
}
.pricing-wrapper .our-plans .pricing-plans .plans .pricing-btn .default-btn span {
  padding: 14px 90px 14px 75px;
}
@media (max-width: 1399px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .pricing-btn .default-btn span {
    padding: 14px 70px 14px 55px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .pricing-btn .default-btn span {
    padding: 14px 60px 14px 45px;
  }
}
@media (max-width: 375px) {
  .pricing-wrapper .our-plans .pricing-plans .plans .pricing-btn .default-btn span {
    padding: 12px 50px 12px 45px;
  }
}
.pricing-wrapper .our-plans .pricing-plans .plans.active-plan {
  filter: none;
  transition: 0.4s all ease;
}
.pricing-wrapper .our-plans .pricing-plans .plans.active-plan .pricing-btn {
  margin: 0;
  pointer-events: all;
}

/* PRICING PLANS SECTION CSS END'S HERE */
/* ARCHIEVEMENT SECTION CSS START HERE */
.archievement-wrapper .archievement-content {
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .archievement-wrapper .archievement-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .archievement-wrapper .archievement-content {
    margin-bottom: 20px;
  }
}
.archievement-wrapper .archievement-content h2 {
  margin-bottom: 6px;
}
.archievement-wrapper .archievement-content p {
  max-width: 800px;
  margin: 0 auto;
}
.archievement-wrapper .archievement {
  text-align: center;
  position: relative;
}
.archievement-wrapper .archievement:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: rgba(30, 37, 43, 0.3);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .archievement-wrapper .archievement:after {
    right: -15px;
  }
}
.archievement-wrapper .archievement h3 {
  color: #FE773C;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1399px) {
  .archievement-wrapper .archievement h3 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .archievement-wrapper .archievement h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .archievement-wrapper .archievement h3 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .archievement-wrapper .archievement h3 {
    font-size: 30px;
  }
}
.archievement-wrapper .archievement p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .archievement-wrapper .archievement p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .archievement-wrapper .archievement p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .archievement-wrapper .archievement p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .archievement-wrapper .row .col-lg-3:nth-child(2) .archievement:after {
    display: none;
  }
}
.archievement-wrapper .row .col-lg-3:last-child .archievement:after {
  display: none;
}

/* ARCHIEVEMENT SECTION CSS END'S HERE */
.about-us .wave-1 {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 991px) {
  .about-us .wave-1 {
    display: none;
  }
}
.about-us .wave-2 {
  position: absolute;
  left: 20%;
  bottom: 0;
}
@media (max-width: 991px) {
  .about-us .wave-2 {
    display: none;
  }
}
.about-us .about-left .heading h2 {
  max-width: 550px;
}
@media (max-width: 991px) {
  .about-us .about-left .heading h2 {
    margin: 0 auto 20px;
  }
}
@media (max-width: 991px) {
  .about-us .about-left {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about-us .signin-left {
    margin-top: 40px;
  }
}

/* FAQ'S PAGE CSS START HERE */
.faq-wrapper .myaccordion .card {
  background: rgba(254, 119, 60, 0.1);
  border-radius: 16px;
  padding: 28px 30px;
  transition: 0.4s all ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .faq-wrapper .myaccordion .card {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .faq-wrapper .myaccordion .card {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .myaccordion .card {
    padding: 22px 18px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .myaccordion .card {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .myaccordion .card {
    padding: 18px 15px;
    border-radius: 12px;
  }
}
@media (max-width: 375px) {
  .faq-wrapper .myaccordion .card {
    padding: 15px 12px;
    border-radius: 10px;
  }
}
.faq-wrapper .myaccordion .card .card-header {
  background: none;
  border: none;
  padding: 0;
}
.faq-wrapper .myaccordion .card .card-header .faq-content h5 {
  font-size: 20px;
  color: #1E252B;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 10px;
  transition: 0.4s all ease;
}
@media (max-width: 1199px) {
  .faq-wrapper .myaccordion .card .card-header .faq-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .myaccordion .card .card-header .faq-content h5 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .myaccordion .card .card-header .faq-content h5 {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .faq-wrapper .myaccordion .card .card-header .faq-content h5 {
    font-size: 14px;
  }
}
.faq-wrapper .myaccordion .card .card-header .faq-content .faq-toggle {
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
@media (max-width: 767px) {
  .faq-wrapper .myaccordion .card .card-header .faq-content .faq-toggle {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .myaccordion .card .card-header .faq-content .faq-toggle {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
  }
}
.faq-wrapper .myaccordion .card .card-header .faq-content .faq-toggle:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #1E252B;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card .card-header .faq-content .faq-toggle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1E252B;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card .card-body {
  padding: 12px 0 0;
}
.faq-wrapper .myaccordion .card .card-body p {
  color: #1E252B;
  transition: 0.4s all ease;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .faq-wrapper .myaccordion .card .card-body p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-wrapper .myaccordion .card .card-body p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .faq-wrapper .myaccordion .card .card-body p {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .faq-wrapper .myaccordion .card .card-body p {
    font-size: 13px;
  }
}
.faq-wrapper .myaccordion .card[aria-expanded=true] {
  background: #FE773C;
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card[aria-expanded=true] .card-header .faq-content h5 {
  color: #fff;
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card[aria-expanded=true] .card-header .faq-content .faq-toggle:before, .faq-wrapper .myaccordion .card[aria-expanded=true] .card-header .faq-content .faq-toggle:after {
  background: #fff;
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card[aria-expanded=true] .card-header .faq-content .faq-toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card[aria-expanded=true] .card-header .faq-content .faq-toggle:after {
  left: 60px;
  transition: 0.4s all ease;
}
.faq-wrapper .myaccordion .card[aria-expanded=true] .card-body p {
  color: #fff;
  transition: 0.4s all ease;
}

/* FAQ'S PAGE CSS END'S HERE */
/* HOW CAN HELP SECTION CSS START HERE */
.help-wrapper .help-content {
  text-align: center;
  border: 1px solid #FE773C;
  border-radius: 16px;
  box-shadow: 0px 39px 22px -15px rgba(254, 119, 60, 0.08);
  background: #fff;
  padding: 45px 70px;
}
@media (max-width: 1399px) {
  .help-wrapper .help-content {
    padding: 40px 60px;
  }
}
@media (max-width: 1199px) {
  .help-wrapper .help-content {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .help-wrapper .help-content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .help-wrapper .help-content {
    padding: 40px 30px;
  }
}
@media (max-width: 375px) {
  .help-wrapper .help-content {
    padding: 30px 20px;
  }
}
.help-wrapper .help-content h2 {
  color: #1E252B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .help-wrapper .help-content h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .help-wrapper .help-content h2 {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .help-wrapper .help-content h2 {
    font-size: 22px;
  }
}

/* HOW CAN HELP SECTION CSS END'S HERE */
/* CANCEL SUBSCRIPTION SECTION CSS START HERE */
.cancel-subscription-wrapper .cancel-membership {
  background: rgba(250, 168, 122, 0.14);
  padding: 60px;
}
@media (max-width: 1199px) {
  .cancel-subscription-wrapper .cancel-membership {
    padding: 60px 50px;
  }
}
@media (max-width: 991px) {
  .cancel-subscription-wrapper .cancel-membership {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .cancel-subscription-wrapper .cancel-membership {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .cancel-subscription-wrapper .cancel-membership {
    padding: 30px 20px;
  }
}
@media (max-width: 375px) {
  .cancel-subscription-wrapper .cancel-membership {
    padding: 30px 15px;
  }
}
.cancel-subscription-wrapper .cancel-membership .cancel-content h4 {
  color: #1E252B;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cancel-subscription-wrapper .cancel-membership .cancel-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cancel-subscription-wrapper .cancel-membership .cancel-content h4 {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .cancel-subscription-wrapper .cancel-membership .cancel-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.cancel-subscription-wrapper .cancel-membership .cancel-content p {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .cancel-subscription-wrapper .cancel-membership .cancel-content p {
    margin-bottom: 35px;
  }
}
.cancel-subscription-wrapper .cancel-membership .cancel-image {
  background: #1E252B;
  padding: 42px 0 42px 82px;
  border-radius: 15px;
}

/* CANCEL SUBSCRIPTION SECTION CSS END'S HERE */
/* POLICIE CSS END HERE */
.policy-content {
  font-size: 16px;
  line-height: 28px;
  color: #1E252B;
  position: relative;
  padding-top: 80px;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .policy-content {
    font-size: 15px;
    padding: 80px 0 60px 0;
  }
}
.policy-content a {
  color: #FE773C;
  font-weight: 500;
  transition: 0.4s all ease;
}
.policy-content a:hover {
  color: #1E252B;
  transition: 0.4s all ease;
}
.policy-content b,
.policy-content h1,
.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5,
.policy-content h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1E252B;
  margin-bottom: 15px;
  font-family: "Gelasio";
}
@media (max-width: 767px) {
  .policy-content b,
  .policy-content h1,
  .policy-content h2,
  .policy-content h3,
  .policy-content h4,
  .policy-content h5,
  .policy-content h6 {
    font-size: 18px;
    line-height: 28px;
  }
}
.policy-content b {
  font-size: 18px;
}
.policy-content p.version {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1E252B;
}
.policy-content .print {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  right: 0;
  padding: 20px 15px;
  writing-mode: vertical-rl;
  color: #fff;
  background: #FE773C;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: 0.3s all;
  border-radius: 0px 12px 12px 0px;
  position: sticky;
  width: max-content;
  float: right;
  top: 100px;
  transition: 0.4s all ease;
  z-index: 1;
}
@media (max-width: 1399px) {
  .policy-content .print {
    padding: 20px 10px;
  }
}
@media (max-width: 991px) {
  .policy-content .print {
    writing-mode: unset;
    transform: none;
    border-radius: 12px 0 0 12px;
    padding: 10px;
    font-size: 0;
    transition: 0.3s all;
  }
}
@media (max-width: 575px) {
  .policy-content .print {
    padding: 8px;
  }
}
.policy-content .print img {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .policy-content .print img {
    padding: 0;
    transform: rotate(90deg);
  }
}
.policy-content .print:hover {
  background: #1E252B;
  color: #fff;
  transition: 0.4s all ease;
}

/* POLICIE CSS END HERE */
/* FOR GOOGLE TRANSLATE CSS START HERE */
.skiptranslate,
.goog-te-combo {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-te-gadget {
  display: block !important;
}

#google_translate_element,
select.goog-te-combo {
  position: fixed;
  z-index: 999;
  top: -999px;
}

body .goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

#teams-dropdown-menu span.icon .fa {
  display: none;
}

.loader {
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background: #fff;
  left: 0;
}

#teams-dropdown-menu ul li {
  text-transform: capitalize;
}

#teams-dropdown-menu {
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #1E252B;
  border-radius: 50px;
  margin-right: 25px;
}

#teams-dropdown-menu .flag-text {
  font-size: 16px;
  color: #1E252B;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

#teams-dropdown-menu ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(10, 10, 10, 0.0509803922), 0 0 10px 0 rgba(10, 10, 10, 0.0784313725);
  display: none;
  left: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  top: 50px;
  width: 135px;
  z-index: 99;
  padding: 0;
  left: unset !important;
  right: 0;
}

img.img-fluid.flg {
  margin-right: 20px;
}

#teams-dropdown-menu ul.active {
  display: block;
  animation: slidedown 0.2s;
  top: 50px;
}

@keyframes slidedown {
  from {
    margin-top: -25px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
#teams-dropdown-menu ul li {
  padding: 10px 15px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: auto !important;
  display: flex;
  margin-left: 0;
  float: none;
}

#teams-dropdown-menu ul li:hover {
  color: #000 !important;
  background-color: #f0f0f0;
}

#teams-dropdown-menu span.icon:before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 1199px) {
  img.img-fluid.flg {
    margin-right: 10px;
  }
  #teams-dropdown-menu {
    position: relative !important;
    cursor: pointer !important;
    display: flex !important;
    margin-right: 0px !important;
  }
  #teams-dropdown-menu .flag-text {
    margin-right: 10px;
  }
  #teams-dropdown-menu .submenu-button {
    display: none;
  }
  #teams-dropdown-menu span.icon i {
    color: #000;
  }
  .header-main #teams-dropdown-menu {
    margin-left: auto !important;
  }
  div#dropBlock_wrapper {
    margin-right: 10px;
  }
  .header.sticky header nav.menu.open ul {
    margin-top: 25px;
  }
}
@media screen and (max-width: 575px) {
  #teams-dropdown-menu .flag-text {
    font-size: 12px;
  }
  #teams-dropdown-menu .flag-text {
    margin-right: 4px;
  }
  #teams-dropdown-menu span.icon:before {
    border-right: 0.4em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: 0.4em solid rgba(0, 0, 0, 0);
    border-top: 0.4em solid;
  }
  img.img-fluid.flg {
    width: 18px;
  }
  #teams-dropdown-menu {
    height: 40px;
    padding: 8px;
  }
}
@media screen and (max-width: 575px) {
  header .main-header .navbar .scroll-logo .navbar-brand {
    margin-left: -40px;
  }
  #teams-dropdown-menu ul.active {
    left: 10px !important;
  }
  #teams-dropdown-menu ul li img {
    width: 30px;
  }
}
@media screen and (max-width: 375px) {
  img.img-fluid.flg {
    margin-right: 5px;
  }
  #teams-dropdown-menu {
    height: 32px;
  }
}
/* FOR GOOGLE TRANSLATE CSS END'S HERE */
/* FR WRAPPER CSS STRAT HERE */
.fr_wrapper header .top-header .top-header-dtls .top-header-menu .nav-link {
  margin: 0 7px !important;
  padding: 12px 12px !important;
}
.fr_wrapper .support .faq .heading h2 span {
  display: none;
}

/* FR WRAPPER CSS END'S HERE */

/*# sourceMappingURL=app.css.map */
