@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1470px;
    }
}

@font-face {
    font-family: 'Gilroy';
    src: url('../../fonts/gilory_fonts/Gilroy-Regular.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-Regular.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-Regular.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-SemiBold.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-SemiBold.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-medium';
    src: url('Gilroy-Medium.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-Medium.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-Medium.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-ExtraBold.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-ExtraBold.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilory_fonts/Gilroy-Bold.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-Bold.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-Bold.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Light.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-Light.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-Light.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('Gilroy-Thin.eot');
    src: url('../../fonts/gilory_fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'), url('../../fonts/gilory_fonts/Gilroy-Thin.woff2') format('woff2'), url('../../fonts/gilory_fonts/Gilroy-Thin.woff') format('woff'), url('../../fonts/gilory_fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* @font-face {


    font-family: TT Commons;


    src: url('../../assets/fonts/gilory_fonts/');


} */


/* * {


    margin: 0;


    padding: 0;


    box-sizing: border-box;


    scrollbar-width: thin;


    scrollbar-color: #6B29FD #ffffff;


} */

body {
    font-family: 'Gilroy';
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    clear: none;
    color: var(--blue);
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

label {
    font-weight: normal;
}

*:focus {
    outline: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: var(--hover);
}


/* .btn {


    transition: all 0.4s ease-in-out;


    transform: translateY(0px);


} */

.btn:hover {
    /* -webkit-transform: translateY(-4px);


    transform: translateY(-4px); */
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
select:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

h1 {
    font-size: 55px;
    line-height: 60px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 45px;
    font-weight: bold;
    color: var(--blue);
    margin-bottom: 15px;
}

h4 {
    font-size: 38px;
    font-weight: bold;
    color: var(--blue);
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: var(--blue);
}

a {
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

section {
    padding: 80px 0;
}

*:focus {
    outline: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

.btn:focus {
    outline: none;
    box-shadow: unset;
    border: unset;
}

.form-control:focus {
    outline: none;
    /* border: unset; */
    border-color: #DDDDDD;
    box-shadow: unset;
}

.common_lead_button button {
    position: relative;
    border: unset;
    outline: unset;
    background: var(--btn-bg);
    border-radius: 5px;
    padding: 7px 35px 7px 10px;
    transition: 0.3s;
    /* width: fit-content; */
    /* min-width: 160px; */
    border: 1px solid #6B29FD;
}

.common_lead_button button a {
    color: #fff;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
}

.common_lead_button button a:hover {
    color: #6B29FD;
}

.common_lead_button button a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: -18px;
    background-image: url(../images/arrow_up.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.common_lead_button button:hover {
    background-color: #fff;
    border: 1px solid #6B29FD;
}

.common_lead_button button:hover a {
    color: #6B29FD;
}

.common_lead_button button:hover a::after {
    background-image: url(../images/arrow_up_2.png);
}

.breadcrumb_section {
    padding: unset;
    margin-top: 20px;
}

input.form-control {
    font-weight: 500 !important;
    font-size: 18px !important;
}

.form-control {
    font-weight: 500 !important;
    font-size: 18px !important;
}

:root {
    --bg-color: #FBF9FF;
    --btn-bg: #6B29FD;
    --footer-bg: #232753;
    --white: #fff;
    --black: #000;
    --blue: #242748;
    --inner-bg: #FAF8FF;
}

header {
    position: sticky;
    top: 0;
    z-index: 1;
}

section.dashboard_section.payment-success .container {
    display: flex;
}
 
.payment-circle-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.payment-success h1, .payment-success p {
    text-align: center;
}


@media(max-width:1599px) {
    header .navbar-collapse .navbar-nav .nav-item a {
        font-size: 16px;
    }

    header .navbar-collapse button {
        font-size: 15px;
    }

    .hero_image figure {
        width: 100%;
    }

    .hero_section .hero_image {
        position: absolute;
        top: 140px;
        right: 0px;
        height: 100%;
        bottom: 0;
    }

    .hero_section .absolute_images img:nth-child(2) {
        top: 105px;
        left: 948px;
    }

    .about_section .absolute_images img:nth-child(3) {
        width: 119px;
    }

    .work_section .absolute_images img:nth-child(3) {
        width: 140px;
    }
}

@media(max-width:1499px) {
    .hero_section .hero_image {
        position: static;
        height: 100%;
    }

    .hero_image figure img {
        width: 100%;
    }

    .hero_section .hero_content {
        margin-top: unset;
    }

    .hero_section .row {
        margin-top: 100px;
    }

    .hero_section {
        height: 100%;
    }

    h1 {
        font-size: 50px;
    }

    .hero_section p {
        font-size: 24px;
    }

    .hero_buttons .hero_button a {
        font-size: 18px;
    }

    .hero_section .absolute_images img:nth-child(4) {
        bottom: 40px;
        left: 743px;
    }

    h3 {
        font-size: 42px;
    }

    h6 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
    }

    .website_section .website_box p span {
        font-size: 16px;
    }

    .website_section .website_box ul li {
        font-size: 15px;
    }

    h5 {
        font-size: 24px;
    }

    .banner-form .form-group label {
        font-size: 18px;
    }

    footer ul li a {
        color: #fff;
        font-size: 15px;
    }

    .listing_section .table_data {
        width: 100%;
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        overflow-x: auto;
    }

    .listing_section table {
        caption-side: bottom;
        border-collapse: collapse;
        width: 1400px;
    }
}

@media(max-width:1399px) {
    header .navbar-collapse .navbar-nav {
        gap: 25px;
    }

    .about_section .row {
        display: flex;
        align-items: center;
        --bs-gutter-x: 3.5rem;
    }

    .website_section .website_box .website_content {
        width: 100%;
        max-width: 560px;
    }

    .work_section .work_box p {
        width: 384px;
    }

    .faq_section .row {
        display: flex;
        align-items: center;
        --bs-gutter-x: 4.5rem;
    }

    .connect_section .banner-form {
        width: 70%;
    }

    .connect_section .absolute_images img:nth-child(1) {
        top: 155px;
        right: 154px;
    }

    .pricing_section .pricing_card ul li {
        margin-left: 12px;
    }

    .pricing_section .pricing_card ul li {
        font-size: 15px;
    }

    .about_section .about_box .about_content {
        width: 100%;
        min-width: unset;
    }
}

@media(max-width:1199px) {
    .navbar-expand-xl .navbar-collapse {
        background: #FAF8FF;
        padding-bottom: 38px;
    }

    header .bg-body-tertiary {
        border-bottom: 1px solid #DCDCDC;
    }

    header .navbar-collapse button {
        margin-top: 30px;
        margin-left: unset;
    }

    button:focus:not(:focus-visible) {
        outline: none;
        box-shadow: unset;
    }

    .navbar-brand img {
        width: 160px;
        height: auto;
    }

    header .navbar-collapse .navbar-nav .nav-item a {
        color: black;
        font-size: 15px;
        font-weight: 500;
    }

    .hero_section .absolute_images img:nth-child(2) {
        top: 105px;
        left: 748px;
    }

    .hero_section .absolute_images img:nth-child(4) {
        bottom: 40px;
        left: 643px;
    }

    .work_box>div::before {
        position: static;
        font-size: 50px;
    }

    .work_box>div {
        padding-left: unset;
    }

    h1 {
        font-size: 40px;
        line-height: 48px;
    }

    h3 {
        font-size: 32px;
        line-height: 40px;
    }

    header .bg-body-tertiary {
        padding: 10px 0 10px 0;
    }
}

@media(max-width:991px) {
    .work_section .row>div:nth-child(1) {
        order: 1;
    }

    .work_section .row>div:nth-child(2) {
        order: 2;
        margin-bottom: 60px;
    }

    .work_section .row>div:nth-child(3) {
        order: 4;
    }

    .work_section .row>div:nth-child(4) {
        order: 3;
    }

    .work_section .row>div:nth-child(5) {
        order: 5;
        margin-top: 60px;
    }

    .work_section .row>div:nth-child(6) {
        order: 6;
    }

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

    .connect_section .banner-form {
        width: 100%;
    }

    footer .top_footer>.row {
        flex-direction: column;
    }

    footer .top_footer>.row>div {
        width: 100%;
        justify-content: start;
        align-items: start;
        display: flex;
    }

    footer .quick_links {
        display: flex;
        justify-content: start;
        gap: 100px;
        flex-direction: row-reverse;
    }

    .hero_section .absolute_images img:nth-child(2) {
        right: 0;
        left: unset;
    }

    .inner_page .absolute_images img:nth-child(3) {
        bottom: 35px;
        right: 20px;
    }

    .pricing_section .pricing_cards .row {
        --bs-gutter-x: 1.5rem;
    }
}

@media(max-width:767px) {
    section {
        padding: 50px 0;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .hero_section p {
        font-size: 22px;
    }

    .hero_section .row {
        margin-top: 10px;
        flex-direction: column-reverse;
        gap: 30px;
    }

    .about_section .row {
        --bs-gutter-x: unset;
        gap: 30px;
    }

    h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .about_section h6 {
        font-size: 20px;
    }

    .about_section {
        position: relative;
        padding: 50px 0;
    }

    .website_section .row {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    .work_box>div::before {
        font-size: 40px;
    }

    .work_section .work_box h5,
    .faq_section .accordion-item h5 {
        font-size: 20px;
    }

    .hero_section .absolute_images img:nth-child(4),
    .work_section .absolute_images img:nth-child(2),
    .connect_section .absolute_images img:nth-child(2),
    .connect_section .absolute_images img:nth-child(1),
    .work_section .absolute_images img:nth-child(3),
    .inner_page .absolute_images img:nth-child(2) {
        display: none;
    }

    .hero_buttons {
        gap: 15px;
        flex-direction: column;
    }

    .work_section .work_box p {
        width: 100%;
    }

    .blog-carousel.slick-initialized.slick-slider {
        padding: 0;
    }

    .connect_section .banner-form {
        padding: 20px;
    }

    .faq_section .row {
        --bs-gutter-x: unset;
    }

    footer .footer_item h6 {
        font-size: 20px;
    }

    footer ul li a {
        font-size: 14px;
    }

    .banner-form .form-group label {
        font-size: 16px;
    }

    .about_section .absolute_images img:nth-child(2) {
        bottom: 10px;
        right: 30px;
    }

    footer .quick_links {
        gap: 60px;
    }

    .common_lead_button button {
        padding: 3px 35px 3px 10px;
    }

    .faq_page .accordion {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .contact_section .banner-form h3 {
        font-size: 28px !important;
    }

    .login_section .lead_form {
        padding: 20px;
    }
}