/* Fonts */

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BoldItalic.woff2') format('woff2'),
    url('../fonts/Nunito-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBold.woff2') format('woff2'),
    url('../fonts/Nunito-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBoldItalic.woff2') format('woff2'),
    url('../fonts/Nunito-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLight.woff2') format('woff2'),
    url('../fonts/Nunito-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLightItalic.woff2') format('woff2'),
    url('../fonts/Nunito-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.woff2') format('woff2'),
    url('../fonts/Nunito-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.woff2') format('woff2'),
    url('../fonts/Nunito-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-LightItalic.woff2') format('woff2'),
    url('../fonts/Nunito-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Medium.woff2') format('woff2'),
    url('../fonts/Nunito-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-MediumItalic.woff2') format('woff2'),
    url('../fonts/Nunito-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.woff2') format('woff2'),
    url('../fonts/Nunito-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'),
    url('../fonts/Nunito-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/Nunito-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Black.woff2') format('woff2'),
    url('../fonts/Nunito-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.woff2') format('woff2'),
    url('../fonts/Nunito-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BlackItalic.woff2') format('woff2'),
    url('../fonts/Nunito-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}



:root {
  scroll-behavior: smooth;
  font-family: 'Nunito';
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body,
html {
  overflow-x: hidden;
  font-family: 'Nunito';
}

a {
  transition: 0.3s ease-in-out;
  font-family: 'Nunito';
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito';
}

p {
  font-weight: 400;
}

.container {
  max-width: 1180px;
}

.language_drop button {
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language_drop .dropdown-menu {
  box-shadow: 0px 2px 10px 0px #0000000D;
  border-radius: 8px;
  padding: 12px 13px;
  min-width: 100%;
  width: 90px;
  top: 30px !important;
  transform: none !important;
  right: 6px !important;
  margin-right: 0 !important;
  left: auto !important;
  border: 0;
}

.header_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
}

.banner_sections {
  background: linear-gradient(180deg, #D7DBFF 0%, #FFFFFF 100%);
  position: relative;
  padding: 200px 0 180px;
  overflow: hidden;
}

.banner_sections::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  height: 481px;
  width: 360px;
  background-position: center top;
  background-image: url(../img/header_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.dropdown-menu .language_a {
  color: #000;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}

.header_logo img {
  max-width: 40px;
}

.header_menus a {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000;
  margin: 0 22px 0;
}

.header_menus {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_btn {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

.header_btn {
  box-shadow: 0px 5px 15px 0px #3E51FF33;
  background: #3E51FF;
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0 24px;
}

.baanner_img {
  position: absolute;
  right: 0;
  top: 190px;
}

.baanner_img .baanner_img2 {
  max-width: 100%;
}

.banner_sections .container {
  position: relative;
  z-index: 2;
}

.banner_content h1 {
  font-family: Nunito;
  font-size: 57px;
  font-weight: 700;
  line-height: 70px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}

.banner_content {
  margin-right: -20px;
  margin-top: 30px;
}

.banner_content p {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #00000066;
  margin-bottom: 15px;
}

.comman_btn {
  box-shadow: 0px 5px 15px 0px #3E51FF33;
  background: #3E51FF;
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0 24px;
}

.comman_btn img {
  margin-left: 10px;
  transition: 0.5s all;
}

.baanner_img .baanner_img1 {
  max-width: 100%;
  top: -40px;
  position: absolute;
  left: -110px;
}

.heading_comman h2 {
  font-family: Nunito;
  font-size: 46px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.03em;
  color: #000000;
}

.whychose_myot {
  padding: 100px 0px 100px;
}

.heading_comman {
  margin-bottom: 50px;
}

.whychose_box>img {
  max-width: 100%;
}

.footer_main {
  background-color: #FAFAFF;
}

.footer_mid {
  padding: 70px 0;
  position: relative;
}

.footer_bottom {
  padding: 60px 0 50px;
}

.footermenus h2 {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}

.footermenus a {
  display: block;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
}

.footermenus a:last-child {
  margin-bottom: 0;
}

.other_links a {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #1F2025;
  opacity: 0.5;
  margin-right: 10px;
  display: inline-block;
}

.footermenus a:hover {
  transform: translateY(-5px);
}

.copyright {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 15px;
}

.social_media {
  display: flex;
  justify-content: flex-end;
}

.social_media a {
  margin-left: 30px;
  display: inline-block;
}

.social_media a:hover {
  transform: rotateY(350deg);
}

.big_logo {
  position: absolute;
  right: 0;
  top: 0;
}

.footer_top {
  padding: 70px 0 70px;
}

.footerabout p {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000000;
  max-width: 350px;
  margin: 20px 0 20px;
}

.newsletter .form-group label {
  display: block;
  width: 100%;
  font-family: Nunito;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 18px;
}

.newsletter .form-group .form-control {
  box-shadow: 0px 1px 4px 0px #19213D14;
  border: 1px solid #F1F3F7;
  height: 49px;
  padding: 8px 16px 8px 16px;
  border-radius: 8px;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #00000099;
}

.defalt_btn {
  border: 0;
  box-shadow: 0px 1px 4px 0px #19213D14;
  background: #3E51FF;
  color: #fff;
  font-family: Nunito;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  border-radius: 50px;
  height: 32px;
  padding: 0 12px;
  position: absolute;
  bottom: 8px;
  right: 14px;
}

.header_menus a:hover,
.login_btn:hover {
  color: #3E51FF;
  transform: translateY(-2px);
}

.comman_btn:hover img {
  margin-left: 15px;
}

.benefits_sec {
  overflow: hidden;
  position: relative;
  padding: 100px 0 100px;
  background-color: #000000;
}

.slider_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: 0 auto 15px;
  background-color: transparent;
  border-radius: 10px;
  transition: 0.3s all;
}

.slider-nav-box span {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  opacity: 0.6;
  transition: 0.3s all;
}

.slider-nav-box {
  cursor: pointer;
}

.slider-nav .slick-slide.slick-current .slider_icon {
  background: #3E51FF;
}

.slider-nav .slick-slide.slick-current span {
  opacity: 1;
}

.slider-nav {
  margin: 30px 0 70px;
}

.slider-nav .slick-prev.slick-arrow {
  background-image: url(../img/arrow-circle-right.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  text-indent: -9999999999999999999px;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.slider-nav .slick-next.slick-arrow {
  background-image: url(../img/arrow-circle-left.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  text-indent: -9999999999999999999px;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.slider-nav .slick-list::after {
  position: absolute;
  content: '';
  left: 0;
  background-color: #000;
  height: 100%;
  width: 50px;
  top: 0;
  z-index: 0;
}

.slider-nav .slick-list::before {
  position: absolute;
  content: '';
  right: 0;
  background-color: #000;
  height: 100%;
  width: 50px;
  top: 0;
  z-index: 1;
}

.slider-nav .slick-list {
  padding: 0 50px;
}

.sliderbig_img img {
  max-width: 100%;
}

.pricing_sec {
  background: linear-gradient(180deg, #D7DBFF 0%, #FFFFFF 100%);
  position: relative;
  padding: 100px 0;
}

.heading_comman p {
  font-family: Nunito;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #00000066;
  margin: 0;
}

.pricing_box {
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  padding: 50px 30px 110px;
  background-color: #fff;
  position: relative;
  transition: 0.3s ease;
  color: #000;
}

.pricing_box:hover,
.pricing_box.active {
  color: #3E51FF;
}

.price_typ {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
  text-align: left;
  margin-bottom: 5px;
}

.pricee {
  font-size: 36px;
  font-weight: 700;
  line-height: 49.1px;
}

.pricee span {
  font-size: 18px;
  color: #E1E1E1;
  font-weight: 500;
}

.price_sub {
  font-family: Nunito;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.37px;
  text-align: left;
}

.pricing_top {
  margin-bottom: 40px;
}

.include_benefit h2 {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 800;
  line-height: 20.46px;
  text-align: left;
  margin-bottom: 15px;
}

.include_benefit ul li p {
  font-family: Nunito;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.37px;
  margin: 0;
}

.include_benefit ul li {
  margin-bottom: 15px;
}

.include_benefit ul li {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.tagg {
  background: #127E64;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 11px;
  height: 18px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-bottom: -1px;
}

.price_btn {
  background: #3E51FF;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px;
  font-family: Nunito;
  font-size: 15px;
  font-weight: 600;
  line-height: 20.46px;
  text-align: center;
  border-radius: 12px;
  height: 42px;
  margin-top: 40px;
}

.priceenew_tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #127E64;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18.15px;
  padding: 6px 31px 6px 31px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px 20px 0px 20px;
}

.pricing_box:hover,
.pricing_box.active {
  border: 1px solid #3E51FF;
}

.testimonials {
  background: #BDA8F9;
  padding: 100px 0px;
}

.testimonials .cont {
  margin-left: auto;
  width: calc(100% - 98px);
}

.client_box {
  box-shadow: 0px 1px 4px 0px #19213D14;
  background-color: #fff;
  border: 1px solid #E1E4ED;
  overflow: hidden;
  border-radius: 8px;
}

.client_pic {
  height: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_pic img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.client_content {
  padding: 25px;
}

.client_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 25px;
}

.client_content strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: block;
  color: #000;
  margin-bottom: 6px;
}

.client_content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #00000066;
}

.whychosenew {
  background-color: #6762EA;
  padding: 100px 0;
}

.client_slidder .owl-nav {
  position: absolute;
  top: -80px;
  right: 160px;
  left: auto;
}

.client_slidder .owl-nav .owl-prev {
  background-image: url(../img/client_btn_left.png) !important;
  height: 40px;
  width: 40px;
  background-size: cover !important;
  background-position: center !important;
  margin-right: 15px;
}

.client_slidder .owl-nav .owl-next {
  background-image: url(../img/client_btn_right.png) !important;
  height: 40px;
  width: 40px;
  background-size: cover !important;
  background-position: center !important;
}

.client_slidder .owl-nav button span {
  display: none;
}

.whychosenew_text {
  text-align: center;
}

.whychosenew_text h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: 30px;
}

.whychosenew_text p {
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  color: #fff;
  margin: 0 auto;
  max-width: 900px;
}

.whychose_box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.whychose_hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(0);
  transition: 0.3s all ease;
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  padding: 30px 30px;
}

.whychose_box:hover .whychose_hover {
  transform: scale(1);
}

.whychose_hover p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px;
  color: #fff;
}

.whychose_hover h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 10px;
}

.whychose_hover .comman_btn {
  display: flex;
  justify-content: space-between;
}

.whychose_hover .comman_btn img {
  max-width: 30px;
}

.contactus {
  background: linear-gradient(180deg, #484C6B 0%, #3E51FF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 200px 0 150px;
}

.header_inner .header_menus a,
.header_inner .login_btn {
  color: #fff;
}

.contactus_content h1 {
  font-size: 58px;
  font-weight: 800;
  line-height: 67px;
  color: #fff;
  margin-bottom: 20px;
}

.contactus_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.contactus_form {
  border: 1px solid #E1E4ED;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px #19213D14;
  border-radius: 8px;
  padding: 30px 30px;
}

.contactus_form .form-group label {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #6D758F;
  display: block;
  margin-bottom: 8px;
}

.contactus_form .form-group .form-control {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6D758F;
  border: 1px solid #F1F3F7;
  height: 46px;
  box-shadow: 0px 1px 4px 0px #19213D14;
  padding: 15px 20px;
}

.contactus_form .form-group {
  margin-bottom: 24px;
}

.contactus_form .form-group textarea.form-control {
  height: 92px;
}

.contactus_form .form-group:last-child {
  margin-bottom: 0;
}

.send_msg {
  background: #3E51FF;
  color: #fff;
  box-shadow: 0px 1px 4px 0px #19213D14;
  padding: 14px 18px 14px 18px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.send_msg img {
  transition: 0.3s all;
  margin-left: 10px;
}

.send_msg:hover img {
  margin-left: 15px;
}

.mobile-header-content {
  width: 0;
  height: 100vh;
  z-index: 100;
  position: fixed;
  background: #fff;
  right: -1px;
  transition: all .6s ease-in-out;
}

.mobile-header {
  display: none;
}

.w-fit {
  width: fit-content;
}

.custom-width-mobile-header {
  width: 100%;
}

.revolutionize {
  background-image: url('../img/revolutionize-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.revolutionize-wrapper {
  padding: 50px 0px 50px 0px;
}

.revolutionize-wrapper h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 30px;
}

.revolutionize-wrapper .text-main {
  color: #3E51FF;
}

.h-fit {
  height: fit-content !important;
}

.revolutionize {
  position: relative;
}

.revolutionize .revolutionize-icon-img {
  position: absolute;
  width: 300px;
  height: 200px;
  right: -11%;
  top: 54%;
  transform: translate(-50%, -50%);
}