@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Manrope", sans-serif !important;
  list-style-type: none;
}

body {
  font-family: "Manrope", sans-serif;
}

@font-face {
    font-family: "bagoss";
    src: url("../assests/fonts/bagoss/BagossStandardTRIAL-Light.ttf");
    
}
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff');
}

.btn {
  outline: 0 !important;
  border-radius: 30px;
  font-size: 18px;
  color: #21307a;
  font-weight: 500;
  padding: 9px 18px;
  background: #fff;
  cursor:pointer;

}
.btn.btn-without-bg {
  border: 1px solid #000;
}
.btn.btn-withbg {
  background: #21307a;
  color: #fff;
}

section,
footer {
  padding: 60px 0;
}
html {
    scroll-behavior: smooth;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 12px 7%;
  transition: all 0.5s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  margin-right: 3px;
  transition: all 0.5 ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo span {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all 0.5 ease;
}

.navbarr {
  display: flex;
  gap: 30px;
  margin-top: 10px;
}

.navbarr a {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
  transition: all 0.5s ease;
}

.navbarr a:hover {
  color: #21307a;
}

.navbarr a.active {
  color: #21307a;
}

.mainn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.mainn a {
  margin-right: 25px;
  margin-left: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.5s ease;
}

.mainn a:hover {
  color: var(--main-color);
}

#menu-icon {
  font-size: 35px;
  color: #000;
  cursor: pointer;
  z-index: 10001;
  display: none;
}

.manu_heading {
    margin-top: 60px;
    margin-bottom: 60px;
}
.manu_heading h1 {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-top: 0;
  font-family: "bagoss" !important;
}
.manu_heading p {
  margin-top: 20px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.banner_section {
  background: #fff;
  margin-top: 80px;
  height: 100vh;
  background: url(../img/banner_bg.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.banner_section .banner_content {
  margin-top: 90px;
}
.banner_section .banner_content h1 {
  font-size: 70px;
  color: #0d28ab;
  line-height: 65px;
  letter-spacing: -2px;
  font-weight: 600;
  font-family: "bagoss" !important;
  letter-spacing: -1px;
}
.banner_section .banner_content p {
  font-size: 26px;
  padding: 27px 0;
  font-weight: 300;
  width: 80%;
  color: #404040;
}
.banner_section .banner_content .outh_btn_group {
  display: flex;
  gap: 10px;
}
.banner_section .banner_content .outh_btn_group .btn-withbg {
  outline: 0;
  border: 0;
  font-size: 18px;
  background-color: #222222;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
}

.legal_workspace {
  display: flex;
  align-items: center;
  min-height: 462px;
  background: url(../img/backgrounds/img_1.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.legal_workspace .legal_workspace_wrapper span {
  font-size: 34px;
  color: #fff;
  font-weight: 800;
}
.legal_workspace .legal_workspace_wrapper p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}

.ourSolutions {
  background: #fbfaff;
}
.ourSolutions .card_manuSol_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.ourSolutions .card_manuSol_wrapper .card_manuSol {
  cursor: pointer;
  background: #fff;
  display: grid;
  grid-template-rows: 30% 60% 20%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 35px;
  border-radius: 13px;
}
.ourSolutions .card_manuSol_wrapper .card_manuSol img.first_logo_img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ourSolutions .card_manuSol_wrapper .card_manuSol .card_manuSol_content h2 {
  font-size: 23px;
  color: #404040;
  font-weight: semi-bold;
}
.ourSolutions .card_manuSol_wrapper .card_manuSol .card_manuSol_content p {
  font-size: 14px;
  font-weight: semi-bold;
  color: #404040;
}

.brands .owl-nav {
  display: none;
}
.brands .owl-dots {
  padding: 10px 0;
}
.brands .manu_heading h1 {
  font-size: 40px;
  color: #0d28ab;
  text-align: center;
  font-weight: 600;
}
.brands .manu_brands_wrapper {
  margin: 0 auto;
  padding: 25px 0 40px;
}
.manuBrands {
  width:155px;
  float:left;
}
 .manuBrands img {
  width: 135px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.unified_platform {
  background: url(../img/backgrounds/unified_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.unified_platform .heading_main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.unified_platform .heading_main span {
  font-size: 42px;
  color: #fff;
  font-weight: 800;
  width: 85%;
}
.unified_platform .heading_main .arrow_one {
  width: 70px;
  filter: invert(36);
  rotate: -40deg;
}
.unified_platform .unified_platform_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
.unified_platform .unified_platform_wrapper .unified_platform_card img {
  width: 50px;
  height: 50px;
}
.unified_platform .unified_platform_wrapper .unified_platform_card h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.unified_platform .unified_platform_wrapper .unified_platform_card p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.advantage .advantage_wrapper {
  display: flex;
  gap: 20px;
}
.advantage .advantage_wrapper .advantage_card {
  padding: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  flex: 33%;
  border-radius: 12px;
}
.advantage .advantage_wrapper .advantage_card a {
  font-family: "bagoss", sans-serif !important;
  display: block;
  font-size: 28px;
  margin-bottom: 7px;
  color: #0d28ab;
  font-weight: 600;
  text-decoration: none;
}
.advantage .advantage_wrapper .advantage_card p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.multiple_headings {
  position: relative;
  background: url(../img/banner1.svg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  min-height: 835px;
  margin-top: 20px;
}
.multiple_headings .heading_1 {
  max-width: 450px;
  position: absolute;
}
.multiple_headings .heading_1.first {
  top: 22px;
  right: 22%;
}
.multiple_headings .heading_1.second {
  top: 28%;
  left: 13%;
}
.multiple_headings .heading_1.third {
  bottom: 15%;
  right: 47%;
}
.multiple_headings .heading_1 h1 {
  font-size: 48px;
  font-weight: 800;
  color: #0d28ab;
  font-family: "bagoss", sans-serif !important;
}
.multiple_headings .heading_1 p {
  font-size: 25px;
}

footer {
  background: #e9edff;
}
footer .footer_content {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
footer .footer_content .footer_btn_group {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .footer_content .footer_btn_group button.btn {
  color: #fff;
  padding: 15px 35px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  outline: none !important;
  border: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer_content .footer_btn_group button.btn img {
  width: 22px;
  height: 22px;
}
footer .footer_content .footer_btn_group button.footer_btn_demo {
  background: #0d28ab;
}
footer .footer_content .footer_btn_group button.footer_btn_whatsapp {
  background: #25d366;
}
footer .footer_links {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
footer .footer_links li {
  display: flex;
  gap: 10px;
  font-size: 18px;
}
footer .footer_links li a {
  color: #404040;
  text-decoration: none;
}
footer .address_wrapper p {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
}
footer .address_wrapper .footer_social {
  display: flex;
  gap: 10px;
}
footer .address_wrapper .footer_social img {
  width: 37px;
  height: 37px;
}

.aboutUs .about_info {
  margin-top: 70px;
}
.aboutUs .about_info .about_info_content1 .linkBy {
  font-size: 22px;
  color: #0d28ab;
  font-weight: 800;
}
.aboutUs .about_info .about_info_content1 h2 {
  font-size: 44px;
  font-weight: 700;
  font-family: "bagoss", sans-serif !important;
  padding-top: 10px;
}
.aboutUs .about_info .about_info_content1 .paragraph1 {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px;
  font-weight: 600;
}
.aboutUs .about_info .about_info_content1 .paragraph2 {
  padding: 25px 0;
}
.aboutUs .about_info .about_info_content1 p {
  font-size: 16px;
  font-family: "Manrope", sans-serif !important;
  color: #404040;
  font-weight: 400;
  margin-bottom: 0;
}
.aboutUs .about_info .about_info_content2 span {
  font-size: 20px;
  display: block;
  padding: 15px 0 12px 0;
}
.aboutUs .about_info .about_info_content_div {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.aboutUs .about_info .about_info_content_div .about_info_list_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 20px;
}
.aboutUs .about_info .about_info_content_div .about_info_list_wrapper .about_info_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.aboutUs .about_info .about_info_content_div .about_info_list_wrapper .about_info_list li {
  display: flex;
  gap: 15px;
}
.aboutUs .about_info .about_info_content_div .about_info_list_wrapper .about_info_list li span {
  font-size: 18px;
}
.aboutUs .about_info .about_info_content_div .about_info_img {
  flex: 1;
}
.aboutUs .about_info .about_info_content_div .about_info_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.aboutUs .aboutSolution {
  background: #f9f9f9;
}
.aboutUs .aboutSolution .aboutSolution_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aboutUs .aboutSolution .aboutSolution_wrapper .aboutSolCard {
  padding: 20px;
  flex: 25%;
}
.aboutUs .aboutSolution .aboutSolution_wrapper .aboutSolCard .aboutImgCard {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutUs .aboutSolution .aboutSolution_wrapper .aboutSolCard h3 {
  font-family: "bagoss", sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  letter-spacing: 1px;
}
.aboutUs .aboutSolution .aboutSolution_wrapper .aboutSolCard p {
  font-size: 16px;
  font-weight: 600;
}
.aboutUs .professionals .manu_heading h1 {
  font-size: 44px;
  text-align: left;
  line-height: 1.4;
  color: #222222;
}
.aboutUs .professionals .professionals_list_wrapper ul {
  display: flex;
  flex-direction: column;
}
.aboutUs .professionals .professionals_list_wrapper ul li {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}
.aboutUs .professionals .professionals_list_wrapper ul li span {
  flex: 1;
  font-size: 20px;
  font-weight: 800;
  color: #0d28ab;
}
.aboutUs .professionals .professionals_list_wrapper ul li p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
}
.aboutUs .poweredBy {
  background: url(../img/backgrounds/unified_bg.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.aboutUs .poweredBy .poweredBy_wrapper {
  margin-top: 25px;
}
.aboutUs .poweredBy .poweredBy_wrapper span {
  color: #f1ff7d;
  font-size: 50px;
  font-family: 600;
  font-family: "bagoss", sans-serif !important;
}
.aboutUs .poweredBy .poweredBy_wrapper p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}

.demoPage .demoBanner {
  background: url(../img/demoLanding.svg);
  background-size: cover;
  width: 100%;
  padding-top: 100px;
  height: 100vh;
  padding-bottom: 0 !important;
}
.demoPage .demoBanner .demoBanner_content {
  margin-top: 60px;
}
.demoPage .demoBanner .demoBanner_content span {
  font-size: 50px;
  font-family: "bagoss", sans-serif !important;
  font-weight: 600;
  color: #222222;
  line-height: 1.2;
  padding-bottom: 12px;
  display: inline-block;
}
.demoPage .demoBanner .demoBanner_content p {
  font-size: 22px;
  color: #404040;
  font-weight: 600;
}
.demoPage .demoBanner .lady_img img {
  width: 100%;
}
.demoPage .demoBanner_form {
  padding-bottom: 100px;
}
.demoPage .demoBanner_form form {
  width: 500px;
  margin-top: -30%;
  background: #fff;
  padding: 60px 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 5px;
}
.demoPage .demoBanner_form form .form-group ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.demoPage .demoBanner_form form .form-group ul .manuForm {
  font-size: 18px;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(128, 128, 128, 0.6117647059);
  border-radius: 0;
}
.demoPage .demoBanner_form form .form-group ul .manuForm::-moz-placeholder {
  color: #808080;
  font-weight: 600;
}
.demoPage .demoBanner_form form .form-group ul .manuForm::placeholder {
  color: #808080;
  font-weight: 600;
}
.demoPage .demoBanner_form form .captchaImg {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-top: 50px;
}
.demoPage .demoBanner_form form .captchaImg .maincaptch {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #d9d9d9;
  letter-spacing: 6px;
  font-size: 18px;
  font-weight: 600;
}
.demoPage .demoBanner_form form .captchaImg .captcha {
  height: 45px;
  max-width: 150px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  box-shadow: none;
}
.demoPage .demoBanner_form form .captchaImg .captcha::-moz-placeholder {
  color: #808080;
  opacity: 70%;
  font-weight: 600;
}
.demoPage .demoBanner_form form .captchaImg .captcha::placeholder {
  color: #808080;
  opacity: 70%;
  font-weight: 600;
}
.demoPage .demoBanner_form form .btn_book {
  display: flex;
  justify-content: center;
  font-size: 22px;
  background-color: #1d63ae;
  color: #fff;
  margin: 0 auto;
  margin-top: 46px;
  padding: 12px 60px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.demoPage .demoBanner_form .form_content p {
  font-size: 20px;
  font-weight: 600;
}
.demoPage .demoBanner_form .form_content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.demoPage .demoBanner_form .form_content ul li {
  font-size: 18px;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 15px;
}
.demoPage .demoBanner_form .form_content ul li img {
  width: 25px;
  height: 25px;
}
.demoPage .demoBanner_form .form_content .form_group_form {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.demoPage .demoBanner_form .form_content .form_group_form .btn_watchVideo {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #0d28ab;
  padding: 10px 30px;
}
.demoPage .demoBanner_form .form_content .form_group_form .btn_watchVideo:hover {
  color: #21307a;
}

.ourPasswords .loggedIn {
  padding-top: 150px;
  padding-bottom: 70px;
}
.ourPasswords .loggedIn .manuForm_wrapper {
  padding: 35px 30px;
  max-width: 458px;
  margin: 0 auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 20px;
  padding-bottom: 60px;
}
.ourPasswords .loggedIn .manuForm_wrapper.manuForm_wrapper1 {
  max-width: 581px;
}
.ourPasswords .loggedIn .manuForm_wrapper.manuForm_wrapper1 .input_group {
  width: 100%;
  display: flex;
  gap: 8px;
}
.ourPasswords .loggedIn .manuForm_wrapper.manuForm_wrapper1 .input_group .form-group {
  flex: 1;
}
.ourPasswords .loggedIn .manuForm_wrapper form h2 {
  margin-top: 0;
  font-size: 29.7px;
  font-weight: 600;
  color: #0c4a6e;
  padding-bottom: 25px;
}
.ourPasswords .loggedIn .manuForm_wrapper form .form-group {
  margin-bottom: 22px;
}
.ourPasswords .loggedIn .manuForm_wrapper form .form-group label {
  font-size: 14px;
}
.ourPasswords .loggedIn .manuForm_wrapper form .form-group input {
  padding: 6px 10px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
}
.ourPasswords .loggedIn .manuForm_wrapper form .form-group .forget_pass {
  display: block;
  text-align: end;
}
.ourPasswords .loggedIn .manuForm_wrapper form .form-group .forget_pass a {
  width: 100%;
  font-size: 11px;
  text-align: end;
  color: #000;
}
.ourPasswords .loggedIn .manuForm_wrapper form .btn_submit {
  margin-top: 30px;
  background: #21307a;
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 8px 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.ourPasswords .loggedIn .manuForm_wrapper .link2 {
  display: block;
  text-align: center;
  margin-top: 40px;
  font-size: 15.75px;
  color: #3b3333;
}
.ourPasswords .loggedIn .manuForm_wrapper .link2 a {
  font-weight: 600;
  color: #0d28ab;
}

.pricingPage .pricingMain {
  padding-top: 150px;
}
.pricingPage .pricingMain .subscription .subscription_head {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
}
.pricingPage .pricingMain .subscription .subscription_head span {
  font-size: 20px;
  font-family: "bagoss", sans-serif !important;
  font-weight: 600;
}
.pricingPage .pricingMain .subscription .subscription_head p {
  text-align: end;
  font-size: 14px;
}
.pricingPage .pricingMain .subscription .subscription_wrapper {
  margin-top: 25px;
  display: flex;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card {
  border: 1px solid #f5f5f5;
  min-height: 350px;
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 45px;
  justify-content: center;
  border-collapse: collapse;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card h3 {
  font-size: 20px;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card img {
  height: 90px;
  width: 90px;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card1 {
  background: #f3f7f8;
  border-left: 0;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card1 span {
  font-size: 28px;
  font-weight: 600;
  font-family: "bagoss", sans-serif !important;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card2 {
  border-left: 0;
  border-top: 10px solid #00c045;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card2 h3 {
  color: #00c045;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card3 {
  border-left: 0;
  border-right: 0;
  border-top: 10px solid #17b58d;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card3 h3 {
  color: #17b58d;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card4 {
  border-top: 10px solid #019ed4;
}
.pricingPage .pricingMain .subscription .subscription_wrapper .subscription_card.card4 h3 {
  color: #019ed4;
}
.pricingPage .ourModules {
  background: #f5f5f5;
}
.pricingPage .ourModules .module_card_wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.pricingPage .ourModules .module_card_wrapper .module_card {
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.pricingPage .ourModules .module_card_wrapper .module_card .module_inner_content {
  padding: 35px 25px;
}
.pricingPage .ourModules .module_card_wrapper .module_card .module_inner_content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #00a46e;
  margin-top: 0;
}
.pricingPage .ourModules .module_card_wrapper .module_card .module_inner_content p {
  color: #404040;
  font-size: 16px;
  text-align: left;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul {
  display: flex;
  flex-direction: column;
  padding: 35px 25px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul.firstOne {
  border-left: 1px solid #D9D9D9;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul.firstOne li.inner_li_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul.firstOne li.inner_li_wrapper .inner_name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #404040;
  font-weight: 600;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul.firstOne li.inner_li_wrapper ul {
  padding: 0 !important;
  margin-bottom: 0;
  margin-left: 25px;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul.firstOne li.inner_li_wrapper ul li img {
  width: 15px;
  height: 15px;
}
.pricingPage .ourModules .module_card_wrapper .module_card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #404040;
  font-weight: 600;
}

.accordion_wapper {
  padding-top: 120px;
}
.accordion_wapper .heading_1 {
  text-align: center;
  padding-bottom: 30px;
}
.accordion_wapper .heading_1 h3 {
  font-size: 40px;
  font-weight: 600;
  color: #0d28ab;
}

@media (max-width: 1199.98px) {
  .banner_section .banner_content h1 {
    font-size: 58px;
  }
  .banner_section .banner_content {
    margin-top: 50px;
  }
  .multiple_headings {
    background-position: center;
  }
    footer {
        margin-top: 30px;
        line-height: 58px;
    }
}
@media (max-width: 1090px) {
  /* MOBILE MENU */
  #menu-icon {
    display: block;
  }
  .navbarr {
    position: absolute;
    top: 60%;
    right: -100%;
    width: 270px;
    gap: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  .navbarr a {
    display: flex;
    margin: 12px 0;
    padding: 0 25px;
    color: #21307a;
    transition: all 0.5 ease;
  }
  .navbarr a:hover {
    color: #0d28ab;
    transform: translateX(7px);
  }
  .navbarr a.active {
    color: #0d28ab;
  }
  .navbarr.open {
    right: 2%;
  }
  .logo img {
    margin-left: 10px;
    width: 145px;
    transition: all 0.5s ease;
  }
  .logo span {
    font-size: 1.1rem;
    transition: all 0.5s ease;
  }
  .mainn a {
    margin-right: 15px;
    margin-left: 5px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.5s ease;
  }
  .unified_platform .unified_platform_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .banner_section .banner_content h1 {
    font-size: 56px;
  }
  .banner_section .banner_content {
    margin-top: 20px;
  }
  .multiple_headings {
    background-position: center;
  }
  .banner_section {
    height: 100%;
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner_section {
    height: 100%;
    padding-bottom: 60px;
  }
  .logo img {
    width: 150px;
  }
  .banner_section .banner_content h1 {
    font-size: 42px;
    width: 80%;
    line-height: 55px;
  }
  .banner_section .banner_content {
    margin-top: 0;
  }
  .ourSolutions .card_manuSol_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .unified_platform .heading_main span {
    font-size: 32px;
  }
  .unified_platform .unified_platform_wrapper {
    display: grid;
    gap: 20px;
  }
  .multiple_headings {
    min-height: 100px !important;
    background: none;
    padding-top: 0;
    margin-top: 0;
  }
  .multiple_headings .heading_1 {
    margin: 0 auto;
    width: 100%;
    position: static;
    text-align: center;
    padding: 10px 25px;
  }
  .multiple_headings .heading_1 h1 {
    font-size: 28px;
  }
  .multiple_headings .heading_1 p {
    font-size: 18px;
  }
  footer .footer_content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer .footer_links {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
  footer .footer_social {
    display: flex;
    justify-content: center;
  }
  footer .address_wrapper p {
    text-align: center;
  }
  .aboutUs .about_info .about_info_content_div .about_info_img img {
    display: none;
  }
  .aboutUs .about_info .about_info_content_div {
    display: block;
  }
  .aboutUs .aboutSolution .aboutSolution_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .aboutUs .poweredBy .img_wrapper {
    display: none;
  }
  .demoPage .demoBanner_form form {
    margin-top: 0;
    width: auto;
  }
  .demoPage .demoBanner .lady_img img {
    display: none;
  }
  .demoPage .demoBanner_form .form_content {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .banner_section {
    height: 100%;
    padding-bottom: 60px;
  }
  .logo img {
    width: 165px;
  }
  .btn {
    font-size: 14px;
    padding: 6px 16px;
  }
  .banner_section .banner_content {
    margin-top: 43px;
  }
  .banner_section .banner_content h1 {
    text-align: center;
    font-size: 48px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 800;
  }
  .banner_section .banner_content p {
    font-size: 28px;
    text-align: center;
    margin: 0 auto;
  }
  .banner_section .banner_content .outh_btn_group {
    justify-content: center;
  }
  .legal_workspace .legal_workspace_wrapper {
    text-align: center;
  }
  .ourSolutions .card_manuSol_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .unified_platform .heading_main span {
    font-size: 32px;
  }
  .unified_platform .unified_platform_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .advantage .advantage_wrapper {
    flex-direction: column;
  }
  .multiple_headings {
    min-height: 100px !important;
    background: none;
    padding-top: 0;
    margin-top: 0;
  }
  .multiple_headings .heading_1 {
    margin: 0 auto;
    width: 100%;
    position: static;
    text-align: center;
    padding: 10px 25px;
  }
  .multiple_headings .heading_1 h1 {
    font-size: 28px;
  }
  .multiple_headings .heading_1 p {
    font-size: 18px;
  }
  footer .footer_content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  footer .footer_links {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
  footer .footer_social {
    display: flex;
    justify-content: center;
  }
  footer .address_wrapper p {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .input_group {
    flex-direction: column;
    gap: 0 !important;
  }
  .btn {
    font-size: 14px;
    padding: 6px 16px;
  }
  .logo img {
    /* margin-left: 10px; */
    width: 130px;
    transition: all 0.5s ease;
  }
  .banner_section .banner_content h1 {
    text-align: center;
    font-size: 36px;
    line-height: normal;
    letter-spacing: normal;
    font-weight: 800;
    margin: 0 auto;
  }
  .banner_section {
    height: 100%;
    padding-bottom: 60px;
  }
  .banner_section .banner_content p {
    font-size: 24px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .banner_section .banner_content .outh_btn_group {
    justify-content: center;
  }
  .legal_workspace .legal_workspace_wrapper {
    text-align: center;
  }
  .manu_heading {
    margin-bottom: 45px;
  }
  .ourSolutions .card_manuSol_wrapper {
    grid-template-columns: 1fr;
  }
  .ourSolutions .card_manuSol_wrapper .card_manuSol {
    text-align: center;
  }
  .ourSolutions .card_manuSol_wrapper .card_manuSol .card_manuSol_content img {
    text-align: center;
    margin: 0 auto;
  }
  .ourSolutions .card_manuSol_wrapper .card_manuSol img {
    margin: 0 auto;
  }
  .unified_platform {
    background: #21307a;
  }
  .unified_platform .heading_main span {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
  }
  .unified_platform .heading_main .arrow_one {
    display: none;
    line-height: 1.1;
  }
  .unified_platform .unified_platform_wrapper {
    grid-template-columns: 1fr;
  }
  .unified_platform .unified_platform_wrapper .unified_platform_card {
    text-align: center;
    border: 1px solid #fff;
    padding: 25px;
    border-radius: 30px;
  }
  .advantage .advantage_wrapper {
    flex-direction: column;
  }
  .advantage .advantage_wrapper .advantage_card {
    text-align: center;
  }
  .multiple_headings {
    min-height: 100px !important;
    background: none;
    padding-top: 0;
    margin-top: 0;
  }
  .multiple_headings .heading_1 {
    margin: 0 auto;
    width: 100%;
    position: static;
    text-align: center;
    padding: 10px 25px;
  }
  .multiple_headings .heading_1 h1 {
    font-size: 28px;
  }
  .multiple_headings .heading_1 p {
    font-size: 18px;
  }
  footer .footer_content {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
  }
  footer .footer_content .footer_btn_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  footer .footer_links {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
  }
  footer .footer_social {
    display: flex;
    justify-content: center;
  }
  footer .address_wrapper p {
    text-align: center;
  }
  .aboutUs .about_info .about_info_content1 h2 {
    font-size: 36px;
  }
  .aboutUs .manu_heading h1 {
    font-size: 36px !important;
  }
  .aboutUs .aboutSolution .aboutSolution_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .aboutUs .aboutSolution .aboutSolution_wrapper .aboutSolCard {
    max-width: 350px;
    border: 1px solid #c0bcbc;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .aboutUs .aboutSolution .aboutSolution_wrapper .aboutSolCard .aboutImgCard {
    margin: 0 auto;
  }
  .aboutUs .professionals .professionals_list_wrapper ul li {
    display: flex;
    flex-direction: column;
  }
  .aboutUs footer .footer_content .footer_btn_group {
    flex-direction: column;
    gap: 20px;
  }
  .aboutUs .poweredBy {
    background: url(../img/backgrounds/unified_bg.png);
    background-position: top;
    background-repeat: no-repeat;
  }
  .aboutUs .poweredBy .poweredBy_wrapper span {
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
  }
  .demoPage .demoBanner_form .form_content .form_group_form {
    justify-content: center;
  }
  .demoPage .demoBanner_form {
    padding-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .logo img {
    width: 100px;
    margin-left: 0px;
  }
  header {
    padding: 14px 4%;
    right: 0;
  }
  header .mainn {
    gap: 6px;
  }
  .manu_heading h1 {
    font-size: 36px;
  }
  .banner_section {
    margin-top: 0px;
  }
  .legal_workspace {
    background-position: center;
  }
  .banner_section .banner_content h1 {
    margin: 0 auto;
  }
  .legal_workspace .legal_workspace_wrapper span {
    font-size: 27px;
  }
  footer .footer_content .footer_btn_group button.btn {
    padding: 8px 12px;
    font-size: 18px;
  }
  .banner_section .banner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin-top: 0px;
  }
  .banner_section .banner_content h1 {
    font-size: 28px;
  }
  .banner_section .banner_content p {
    font-size: 16px;
  }
  .unified_platform .unified_platform_wrapper {
    grid-template-columns: 1fr;
  }

}/*# sourceMappingURL=style.css.map */