@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap" rel="stylesheet');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow: unset !important;
}

h1.title,
.h1title {
    font-size: 60px;
    line-height: 125%;
    font-weight: 500;
}

h2.title {
    font-size: 42px;
    line-height: 100%;
    font-weight: 700;
}

h3.title {
    font-size: 35px;
    line-height: 130%;
    font-weight: 700;
}

h4.title {
    font-size: 30px;
    line-height: 130%;
    font-weight: 500;
}

h5.title {
    font-size: 24px;
    line-height: 130%;
    font-weight: 500;
}

h6.title {
    font-size: 16px;
    line-height: 130%;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 175%;
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon20px {
    width: 20px;
    height: 20px;
}

.icon18px {
    width: 18px;
    height: 18px;
}

.icon16px {
    width: 16px;
    height: 16px;
}

.icon-checkbox-blue {
    background-image: url('../new-images/Icons/checkbox-blue.svg');
}

.icon-checkbox {
    background-image: url('../new-images/Icons/checkbox.svg');
}

.icon-checkbox-empty {
    background-image: url('../new-images/Icons/check-box-empty.svg');
}

.icon-checkbox-empty-blue {
    background-image: url('../new-images/Icons/check-box-empty-blue.svg');
}

.button {
    color: hsl(215, 100%, 50%);
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid hsl(215, 100%, 50%);
    border-radius: 5px;
    padding: 12px 25px;
    transition: all 0.7s ease 0s !important;
}

.button-primary {
    background-color: hsl(215, 100%, 50%);
    color: white;
}

.button-primary:hover {
    background-color: transparent;
    color: hsl(215, 100%, 50%);
    text-decoration: none;
}

.button-secondary {
    background-color: transparent;
    color: hsl(215, 100%, 50%);
}

.button-secondary:hover {
    background-color: hsl(215, 100%, 50%);
    color: white;
    text-decoration: none;
}

.button-tertiary {
    border: none;
}

.button-tertiary:hover {
    color: hsl(215, 100%, 50%);
}

.list-default {
    margin-top: 1rem;
    list-style: none;
}

.list-default li{
    display: flex;
    line-height: 200%;
    color: #555555;
    align-items: flex-start;
}
.list-default li span
{
    margin-right: 8px;
    margin-top: 6px;
    width: 24px;
}

img {
    max-width: 100%;
    height: auto;
}

.dc {
    color: #026dff;
}

.dc span {
    color: #ed0874;
}
.dc .title-highlight-blue
{
    color: #026dff;
}
.blue-color
{
    color: #026DFF;
}
.title-highlight, .title-highlight-blue
{
    border-bottom: 4px red solid;
    line-height: 200%;
}
.features-link-container {
    text-align: center;
}

.features-link {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 9px;
    margin-left: 5px;
    padding: 12px 23px;
    border-style: solid;
    border-width: 1px;
    border-color: #c7d6ea;
    border-radius: 4px;
    box-shadow: 3px 3px 4px 0 hsla(215, 16%, 50%, 0.141);
    color: #213857;
    font-weight: 600;
    font-size: 13px;
}

.features-link:hover {
    color: #026dff;
}

.features-link-2 {
    font-size: 1rem;
}

.features-link-2:hover {
    background: white;
    color: #213857;
    color: #026dff;
}

#more-features {
    display: none;
}

#more-features-button-2 {
    display: none;
}

#more-features-button-1 a,
#more-features-button-2 a {
    cursor: pointer;
    color: white;
    transition: all .7s ease
}

#more-features-button-1 a:hover,
#more-features-button-2 a:hover {
    color: #026dff;
}

.pricing-list li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    text-align: start;
}

.pricing-list li span {
    margin-right: 10px;
    color: #026dff;
}

.pricing-sec-seperator {
    border-bottom: 1px solid #026dff;
}

.pricing-form-ofp {
    overflow: hidden;
}

.pricing-form-container {
    position: relative;
    width: 100%;
    height: 560px;
}

.pricing-form-container-A {
    position: relative;
    width: 100%;
    height: 1250px;
}
.pricing-form-container select {
    width: 98%;
    padding: 1rem;
    margin-bottom: 1rem;
}

.pricing-form-container input {
    width: 98%;
    padding: 1rem;
    margin-bottom: 1rem;
}

.pricing-form-terms-agreement {
    display: flex;
}

.pricing-form-terms-agreement input {
    width: auto;
    margin: .4rem;
}

#pricing-form-A,
#pricing-form-B {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: .6s;
}

#pricing-form-B {
    transform: translateX(1000px);
}

#pricing-form-B a {
    cursor: pointer;
    color: #026dff;
}

#pricing-form-B a:hover {
    text-decoration: underline !important;
}

#pricing-form-text-container {
    position: relative;
}

#pricing-form-text-A-container,
#pricing-form-text-B-container {
    text-align: center;
    transition: 1s;
}

#pricing-form-text-B-container {
    display: none;
}

.benefit-features-list li {
    margin-bottom: .6rem;
    line-height: 175%;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1430px;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1440px) {
    h1.title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    h1.title {
        font-size: 42px;
    }

    h2.title {
        font-size: 40px;
    }

    h3.title {
        font-size: 35px;
    }

    p {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 30px;
    }

    .pt-30 {
        padding-top: 15px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .pb-30 {
        padding-bottom: 15px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .mb-30 {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    h1.title {
        font-size: 32px;
    }

    h2.title {
        font-size: 32px;
    }

    h3.title {
        font-size: 24px;
    }

    p {
        font-size: 13px;
    }
}

/* Nav Bar */
.top-bar {
    background-color: #222222;
}

.top-bar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding: 12px;
}

.top-bar-container p,
.top-bar-container a {
    font-size: 12px;
    line-height: 100%;
    padding: 0;
    margin: 0;
    color: white;
}

.navbar a {
    font-size: 16px;
    font-weight: 600;
    transition: all 0.25s ease;
}
.navbar .active {
    /* color: hsl(215, 100%, 50%) !important; */
    font-weight: 600;
    border-bottom: 4px solid red;
}

.navbar .navbar-collapse {
    gap: 2rem;
}

.navbar .navbar-collapse ul:first-child {
    gap: 1.5rem;
}

.navbar .navbar-collapse ul:last-child {
    gap: 1rem;
}

.navbar .navbar-collapse ul:last-child a {
    font-weight: 500;
}

.navbar-brand img {
    width: 280px;
}

@media screen and (max-width: 1199px) {
    .navbar .navbar-collapse ul:last-child {
        gap: 3rem;
        align-items: center;
        padding: 2rem 0;
        flex-direction: column-reverse;
    }

    .navbar-brand img {
        width: 240px;
    }

}

@media screen and (max-width: 480px) {
    .navbar-brand img {
        width: 180px;
    }

    .navbar .navbar-collapse ul:first-child {
        padding-top: 2rem;
    }

    .navbar .navbar-collapse ul:last-child {
        padding-bottom: 4rem;
    }
}

/* X Nav Bar X */

/* Hero Section */

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.hero-section {
    background: url('../new-images/BG/banner-bg.png');
    position: relative;
    /* background-color: #78ffd9; */
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 160px 0 0;
    background-size: cover;
    height: 1050px;
    color: white;
}

.hero-form {
    width: 525px;
    position: relative;
}

.hero-form input {
    width: 100%;
    border: none;
    height: 55px;
    line-height: 1;
    padding: 0 200px 0 20px;
    background: #ffffff;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

.hero-form button {
    position: absolute;
    right: 0;
    width: 180px;
    height: 55px;
    line-height: 1;
    font-weight: 500;
    text-align: center !important;
    color: white;
    text-transform: uppercase;
    background-color: #16b381;
    cursor: pointer;
    transition: all 0.5s ease 0s !important;
    border-radius: 0 5px 5px 0;
    border: 2.5px solid #16b381;
    border-left-width: 0;
    outline: none;
}

.hero-form button:hover {
    background: #026dff;
    color: hsl(161, 78%, 69%);
}

.hero-section p:last-child {
    margin-top: 16px;
}

.hero-section .row:last-child {
    max-width: 1170px;
    padding: 0 0 0 90px;
    position: absolute;
    bottom: 0;
}

.hero-single-feature {
    padding: 0 0 0 80px;
}

.hero-feature-icon {
    position: relative;
    display: inline-flex;
    margin-bottom: 30px;
}

.hero-feature-text h5 {
    font-size: 22px;
    margin-bottom: 22px;
    color: black;
}

.hero-feature-text p {
    margin-bottom: 35px;
    color: #555555;
}

@media screen and (max-width: 1199px) {
    .hero-form {
        width: 450px;
    }
}

@media screen and (max-width: 991px) {
    .hero-section .row:last-child {
        position: relative;
        padding: 50px 50px 15px;
        background: #f1f7fe;
        margin-bottom: 1rem;
    }

    .hero-section {
        background: #026dff;
        padding: 75px 0 0px;
        height: auto;
    }

    .hero-single-feature {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .hero-form {
        width: 100%;
    }

    .hero-form button {
        width: 120px;
        font-size: 14px;
        font-weight: 400;
    }

    .hero-form input::placeholder {
        font-size: 15px;
        font-weight: 400;
    }
}

/* X Hero Section X */


/* Info Section */
.info-section img {
    display: block;
    margin: 0 auto;
}

.info-section-left {
    background-image: url('../new-images/BG/left-sec-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    min-height: 590px;
}

.info-section-right {
    background-image: url('../new-images/BG/right-sec-bg.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right center;
    min-height: 590px;
}

.info-section-right img {
    display: block;
    margin: 0 auto;
}

.info-buttons {
    display: flex;
    flex-flow: row wrap-reverse;
    gap: 1rem;
}

.info-buttons .button-primary,
.info-buttons .button-secondary,
.client-journey-B .button-primary,
.info-buttons .button-secondary:hover {
    color: #ffffff !important;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.7s ease 0s !important;
    outline: none;
    text-transform: uppercase;
    height: 60px;
    line-height: 56px;
    padding: 0 40px;
    z-index: 99;
    font-weight: 500;
    background: #026dff;
    border-radius: 10px;
    position: relative;
    border: 2px solid #026dff;
}

.info-buttons .button-secondary,
.info-buttons .button-primary:hover,
.client-journey-B .button-primary:hover {
    color: #026dff !important;
    background-color: transparent;
}

.demo-video
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}
.demo-video.visible
{
    visibility: visible;
    opacity: 1;
}
.demo-video video
{
    position: relative;
    max-width: 1050px;
    outline: none;
}
.demo-close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.8;
  }
  .demo-close:hover {
    opacity: 1;
    cursor: pointer;
  }
  .demo-close:before, .demo-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: hsl(0, 0%, 100%);
  }
  .demo-close:before {
    transform: rotate(45deg);
  }
  .demo-close:after {
    transform: rotate(-45deg);
  }
  @media screen and (max-width: 1440px)
  {
    .demo-video video
    {
        width: 900px;
    }
  }
@media screen and (max-width: 991px) {

    .info-section-left,
    .info-section-right {
        background: #f1f7fe;
    }
    .demo-video video
    {
        max-width: 90%;
    }
    .info-buttons .button-primary,
    .info-buttons .button-secondary,
    .client-journey-B .button-primary,
    .info-buttons .button-secondary:hover {
        padding: 0 32px;
        height: 50px;
        line-height: 48px;
        border-radius: 6px;
    }
}

/* X Info Section X */

/* Features Section */

.feat-cards {
    min-height: 300px;
    padding-bottom: 64px;
    background: url('../new-images/BG/features-bg.png');
    background-position: 0px 0px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.feat-card {
    background-color: hsl(0, 0%, 98%);
    border-radius: 1rem;
    padding: 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feat-desc-ofp {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.feat-card p {
    color: #222222;
}

.feat-card:hover {
    cursor: pointer;
}

.feat-card:hover>.feat-text img:last-child {
    transform: translateX(8px);
}

.feat-text img:last-child {
    transition: 1s;
}

.feat-card-2 {
    box-shadow: 0px 0px 72px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    padding: 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feat-row {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 2rem;
}

.feat-card-row {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2rem;
}

.feat-container {
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
}

.feat-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.feat-text img:last-child {
    margin-top: .35rem;
}

.feat-text div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feat-text-arrow {
    transition: 1s;
}

.feat-title {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}

.feat-card p {
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

.feat-text p {
    font-size: 9px;
    color: #444444;
}

.feat-card:hover {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .feat-section {
        background: none;
    }

    .feat-cards {
        background: #026dff;
        padding: 2rem 0;
    }

    /* .feat-section h2, .feat-section p, .feat-section h2 span
    {
        color: white;
    } */
    .feat-row {
        width: 100%;
    }
}

/* X Features Section X */

/* Pricing Section */

.pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 50px 40px 60px;
    box-shadow: 2px 10px 30px rgb(158 158 158 / 25%);
    border-radius: 10px;
    width: 100%;
    max-width: 430px;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.pricing-button {
    margin-top: 2rem;
}

.pricing-title h1 {
    font-size: 26px;
	margin: 25px 0px;
    line-height: 100%;
}

.pricing-card h3.title {
	font-size: 26px !important;
	/* line-height: 130%; */
	font-weight: 700;
	min-height: 40px !important;
}

.pricing-title h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.list-pricing {
    list-style-type: none;

}

.list-pricing li {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.list-pricing li span {
    margin-right: 10px;
}

.pricing-card {
/*
    transform: scale(.8);
*/
}

.pricing-card-active {
/*
    transform: scale(1);
*/
}

.pricing-section .container .row:hover .pricing-card {
/*
    transform: scale(.8);
*/
}

.pricing-card:hover {
/*
    transform: scale(1) !important;
*/
}

@media screen and (max-width: 991px) {
    .pricing-card {
        max-width: unset;
    }

    .pricing-card,
    .pricing-card-active {
/*
        transform: scale(.9);
*/
    }
}

/* X Pricing Section X */

/* Client's Journey */

.client-journey-A {
    background: url('../new-images/BG/journey-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.client-journey-A .row:first-child h2 {
    font-size: 56px;
}

.client-journey-A h2,
.client-journey-A p {
    color: white;
}

.client-journey-A h2:last-child {
    color: black;
    text-transform: capitalize;
}

.client-journey-B h4 {
    color: #fd6e63;
    font-weight: 700;
    text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
    .client-journey-A h2:last-child br {
        display: none;
    }

    .client-journey-A .row:first-child h2 {
        font-size: 52px;
    }
}

@media screen and (max-width: 991px) {
    .client-journey-A {
        background: #026dff;
    }

    .client-journey-A h2:last-child {
        color: white;
        text-align: center;
    }

    .client-journey-A img {
        display: block;
        margin: 0 auto;
    }

    .client-journey-A h2:last-child br {
        display: unset;
    }

    .client-journey-A .row:first-child h2 {
        font-size: 44px;
    }
}

@media screen and (max-width: 480px) {
    .client-journey-A h2:last-child {
        font-size: 1.5rem;
    }

    .client-journey-A .row:first-child h2 {
        font-size: 40px;
    }
}

/* X Client's Journey X */

/* Footer Section */

.footer {
    background-color: #192636;
}

.footer p {
    color: rgba(255, 255, 255, .75);
}

.footer-title {
    margin-bottom: 14px;
    font-family: Proximanova, sans-serif;
    color: #2580fc;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-links {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    font-family: Proximanova, sans-serif;
    color: #afb6c3;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    transition: all .3s ease;
}

.footer-links:hover {
    text-decoration: none;
    color: #FFF
}

.footer {
    background-color: #192636;
}

.footer p {
    color: rgba(255, 255, 255, .75);
}

.footer-desc {
    font-size: 14px;
}

button#onetrust_button {
    font-family: Proximanova, sans-serif;
    background: transparent;
    border: none;
    appearance: none;
    padding: 0px;
    margin: 0px;
    color: #afb6c3;
    font-size: 15px;
	line-height:16px;
    font-weight: 400;
	cursor: pointer;
	margin-bottom: 9px;
	text-align: left !important;
}


/* X Footer Section X */

/* Pricing Page */
.pricing-section-A {
    padding-top: 4rem;
}

.pricing-more-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
}

.pricing-more-info h4 {
    margin: 0;
}

.pricing-more-info .button {
    padding: 0;
}

/* X Pricing Page X */

/* Legal Page */

.legal-page {
    padding-top: 4rem !important;
    padding-bottom: 2rem !important;
}
		
.legal-page .otnotice-content {
	margin: 3rem 0em;
}

.legal-page ol, .legal-page ul {
	list-style-position: inside;
}

.legal-page ol li, .legal-page ul li {
	margin-bottom: 20px;
}

.legal-page h1 {
	font-size: 3rem;
    margin-top: 5rem;
    color: #ed0874 !important;
    margin-bottom: 2.5rem;
}

.legal-page h2.title {
    font-size: 2rem;
    color: #026dff;
    margin-bottom: .5rem;
}

.legal-page h2 {
    font-size: 2rem !important;
    color: #026dff !important;
    margin-bottom: .5rem !important;
	margin-top: 60px !important;
	line-height: 100% !important;
    font-weight: 700 !important;
}

.legal-page h3 {
    font-size: 1.75rem;
    line-height: 175%;
    color: #192636;
    font-weight: light;
}

.legal-page a {
    font-weight: 500;
    color: #026dff;
}

@media screen and (max-width: 1440px) {
    .legal-page h1 {
        font-size: 2.5rem;
        margin-bottom: .75rem;
    }
}

@media screen and (max-width: 1440px) {
    .legal-page h1 {
        font-size: 2.5rem;
        margin-bottom: .75rem;
    }
}

@media screen and (max-width: 1199px) {
    .legal-page h1 {
        font-size: 2.2rem;
        margin-bottom: .5rem;
    }

    .legal-page h2.title {
        font-size: 1.75rem;
        margin-bottom: .25rem;
    }
	
	.legal-page h2 {
        font-size: 1.75rem;
        margin-bottom: .25rem;
    }

    .legal-page h3 {
        font-size: 1.5rem;
    }
}

/* X Legal Page X */

/* Features Page */
.feature-hero {
	text-align: center;
}
.feature-hero img{
	max-width: 800px !important;
	border-radius: 12px;
	box-shadow: 2px 10px 30px rgb(158 158 158 / 25%);
}
.feature-hero-text {
    background-color: #dbf1ff;
    margin: 1rem 0;
	padding: 2rem 0.5rem;
}

.feature-hero-text h2 {
    font-size: 3rem;
    padding: 1rem 0;
    margin: 0;
    line-height: 100%;
}

.benefit-features-list {
    list-style-type: disc;
    transform: translateX(2rem);
}

.benefit-features-list li {
    margin-bottom: .6rem;
    line-height: 175%;
}

.contact {
    background: #f1f7fe;
}

.contact-form button {
    display: block;
    margin: 0 auto;
}

.contact .contact-form input,
.contact .contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 15px;
    outline: none;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contact .contact-form textarea {
    height: 150px;
    display: inherit;
}

.contact .contact-form button {
    cursor: pointer;
}

.contact .contact-form ::placeholder {
    color: #999999;
}

.contact .contact-form ::-webkit-input-placeholder {
    color: #999999;
}

.contact .contact-form :-ms-input-placeholder {
    color: #999999;
}

.contact .content-part .contact-info .info {
    display: flex;
}

.contact .content-part .contact-info .info .icon-part {
    margin-right: 15px;
}

.contact .content-part .contact-info .info .icon-part i {
    font-size: 30px;
    color: #026dff;
}

.contact .content-part .contact-info .info .icon-part i.fa-map-marker {
    margin-top: 5px;
}

.contact .content-part .contact-info .info .icon-part i.fa-mobile {
    font-size: 35px;
}

.contact .content-part .contact-info .info .icon-part i.fa-envelope-o {
    font-size: 20px;
}

.contact .content-part .contact-info .info .content a {
    color: #555555;
}

.contact .content-part .contact-info .info .content a:hover {
    color: #026dff;
}

.contact .content-part .contact-info .info .content.width {
    max-width: 267px;
}

.contact .content-part ul.social-links li {
    display: inline;
    margin-right: 10px;
}

.contact .content-part ul.social-links li a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 53px;
    border-radius: 100%;
    display: inline-block;
    background: #026dff;
    font-size: 16px;
    color: #ffffff;
}

.contact .content-part ul.social-links li a:hover {
    background: #78ffd9;
    color: #ffffff;
}

.contact .content-part ul.social-links li:last-child {
    margin: 0;
}

.contact .content-part ul.download-links li {
    display: inline-block;
    margin-right: 20px;
}

.contact .content-part ul.download-links li a {
    display: inline-block;
}

.contact .content-part ul.download-links li a img {
    max-width: 145px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease 0s;
}

.contact .content-part ul.download-links li a:hover img {
    opacity: 0.8;
}

.contact .content-part ul.download-links li:last-child {
    margin: 0;
}
@media screen and (max-width: 1440px)
{
    .feature-hero-text h2 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 1199px)
{
    .feature-hero-text h2 {
        font-size: 2.25rem;
    }
}
/* X Features Page X */
/*Scroll bar nav*/
/* BODY::-webkit-scrollbar
{
all:unset;
}

BODY::-webkit-scrollbar-button
{
display:block;
background-color:unset;
box-shadow:inset 0px 0px 0px 20px rgba(255,255,255,0.3);
height: auto;
width: initial;
background-position: center 5px;
background-size:9px 7px;
image-rendering: pixelated;
background-repeat:no-repeat;
}

BODY::-webkit-scrollbar-button:hover
{
box-shadow:inset 0px 0px 0px 20px rgba(128,128,128,0.5);
}

BODY::-webkit-scrollbar-button:active
{
box-shadow:inset 0px 0px 0px 20px rgba(128,128,128,0.7);
}

BODY::-webkit-scrollbar-button:vertical:start:increment,
BODY::-webkit-scrollbar-button:vertical:end:decrement
{
display:none;
}

BODY::-webkit-scrollbar-button:vertical:decrement
{
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='ButtonText'><polygon points='50,00 0,50 100,50'/></svg>");
}

BODY::-webkit-scrollbar-button:vertical:increment
{
background-position: center 6px;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='ButtonText'><polygon points='0,0 100,0 50,50'/></svg>");
}

BODY::-webkit-scrollbar-thumb
{
background-color:unset;
box-shadow:inset 0px 0px 0px 20px rgba(128,128,128,0.3);
border-left:2px solid rgba(255,255,255,0.3);
border-right:2px solid rgba(255,255,255,0.3);
}

BODY::-webkit-scrollbar-thumb:hover
{
box-shadow:inset 0px 0px 0px 20px rgba(128,128,128,0.5);
}

BODY::-webkit-scrollbar-thumb:active
{
box-shadow:inset 0px 0px 0px 20px rgba(128,128,128,0.7);
}

BODY::-webkit-scrollbar-track
{
background-color:unset;
box-shadow:inset 0px 0px 0px 20px rgba(255,255,255,0.3);
} */

.demo-form
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}
.demo-form.visible
{
    visibility: visible;
    opacity: 1;
}
.demo-form .contact
{
    max-width: 900px;
    position: relative;
    outline: none;
    padding: 2rem;
    border-radius: 8px;
}
.demo-form .contact-form
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
/* .demo-form .contact-form button
{
    margin: unset;
} */
@media screen and (max-width: 991px)
{
    .demo-form .contact
    {
        max-width: 90%;
    }
}
.hero-feature-text, .hero-feature-text h5
{
    transition: all .3s ease;
    border-bottom: 4px solid transparent;
    width: fit-content;
}
.hero-feature-text h5:hover
{
    cursor: pointer;
    border-bottom: 4px solid red;
}
.p-illus{
    color: #ed0874 !important;
    font-size: 23px;
    font-weight: 700;
    line-height: 200%;
}