    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: var(--black-color);
    }
    :root {
    --primary-color:#59D5E0;
    --primary-light-color:#B6DBBD;
    --secondary-color:#BBE2EC;
    --blue-color: #31383e;
    --white-color: #ffffff;
    --black-color: #000;
    }
    .theme-bg {
        background: var(--primary-color);
    }
    .theme-color {
        color: var(--primary-color);
    }
    .theme-secondary-bg {
        background: var(--secondary-color);
    }
    .theme-secondary {
        color: var(--secondary-color);
    }
    .white-color {
        color: var(--white-color);
    }
    .black-bg {
        background: var(--black-color);
    }
    .hide-mobile, .hide-desktop{
        display: none;
    }
    /* Font Family */
    @font-face {
        font-family: 'TWK Lausanne';
        src: url('/assets/fonts/TWKLausanne.woff2') format('woff2'),
            url('/assets/fonts/TWKLausanne.woff') format('woff'),
            url('/assets/fonts/TWKLausanne.ttf') format('truetype');
        font-weight: normal;
        font-style: 400;
        font-display: swap;
    }

    @font-face {
        font-family: 'TWK Lausanne 650';
        src: url('/assets/fonts/TWKLausanne-650.woff2') format('woff2'),
            url('/assets/fonts/TWKLausanne-650.woff') format('woff'),
            url('/assets/fonts/TWKLausanne-650.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'FK Roman Standard';
        src: url('/assets/fonts/FKRomanStandard-Bold.woff2') format('woff2'),
            url('/assets/fonts/FKRomanStandard-Bold.woff') format('woff'),
            url('/assets/fonts/FKRomanStandard-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'FK Roman Standard Bold Oblique';
        src: url('/assets/fonts/FKRomanStandard-BoldOblique.woff2') format('woff2'),
            url('/assets/fonts/FKRomanStandard-BoldOblique.woff') format('woff'),
            url('/assets/fonts/FKRomanStandard-BoldOblique.ttf') format('truetype');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'FK Roman Standard Oblique';
        src: url('/assets/fonts/FKRomanStandard-Oblique.woff2') format('woff2'),
            url('/assets/fonts/FKRomanStandard-Oblique.woff') format('woff'),
            url('/assets/fonts/FKRomanStandard-Oblique.ttf') format('truetype');
        font-weight: normal;
        font-style: italic;
        font-display: swap;
    }

    @font-face {
        font-family: 'FK Roman Standard';
        src: url('/assets/fonts/FKRomanStandard-Regular.woff2') format('woff2'),
            url('/assets/fonts/FKRomanStandard-Regular.woff') format('woff'),
            url('/assets/fonts/FKRomanStandard-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    /* Common CSS */
    html body section .container-fluid{
        padding-right: 40px;
        padding-left: 40px;
    }
    .h1-heading {
        font-family: 'FK Roman Standard';
        font-style: normal;
        font-weight: 700;
        font-size: 180px;
        line-height: 158px;
        color: var(--black-color);
        letter-spacing: -0.03em;
        display: inline-block;
    max-width: 1080px;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5 {

        font-family: 'FK Roman Standard' !important;
        letter-spacing: -0.035em;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    label.form-label {
        font-family: 'FK Roman Standard';
        font-weight: 600;
    }
    html body a {
        color: var(--black-color); 
    }
    html body a:hover {
        color: var(--black-color); 
        text-decoration: none;
    }
    h1.h1-heading span {
        font-weight: 500;
        letter-spacing: -0.03em;
    }
    .mt-60{
        margin-top: 60px;
    }
    .mt-120{
        margin-top: 120px;
    }
    .mt-150{
        margin-top: 150px;
    }
    .mt-30e{
        margin-top: 30rem;
    }
    .mb-60 {
        margin-bottom: 60px;
    }
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .py-20 {
        padding-top: 20px ;
        padding-bottom: 20px;
    }
    .pt-60 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 100px;
    }
    .py-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    h2.logo-text {
        font-weight: 700;
    }
    html body footer.site_footer {
        background-color: var(--secondary-color);
        padding: 40px 0;
    }
    section.sec_section .row .p-text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .d-flex-ed {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    section.sec_section, section.sec_section .row, section.sec_section, section.sec_section .container-fluid,
    section.topsection, section.topsection .row, section.topsection, section.topsection .container-fluid {
        min-height: 88vh;
    }
    html body section.border-top , html body .border-top,
    html body section .border-bottom {
        border-color: var(--black-color) !important;
    }
    html body  section.border-top , html body .border-top,
    html body  section .border-bottom {
        border-width: 2px !important;
    }
    .p-text p {
        font-family: 'TWK Lausanne';
        font-weight: 400;
        font-size: 40px;
        line-height: 42px;
        max-width: 920px;
    }
    h3.h3-heading {
        font-weight: 700;
        font-size: 48px;
        line-height: 48px;
    }
    h3.h3-heading span{
        font-weight: normal;
    }
    h5.h5-heading {
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
    }
    h5.h5-heading span{
        font-weight: normal;
    }
    .map-img {
        border: 2px solid var(--black-color);
        border-radius: 20px;
        padding: 20px;
        max-width: 600px;
        margin: 40px auto;
        position: relative;
        overflow: hidden;
    }
    .map-img svg {
        width: 514px;
        height: 475px;
        margin-top: 20px;
        transform: scale(1.6,1.5);
        -webkit-transform: scale(1.6,1.5);
        -moz-transform: scale(1.6,1.5);
        -o-transform: scale(1.6,1.5);
        -ms-transform: scale(1.6,1.5);
    }
    .map-img svg g .st0, .map-img svg text  {
        cursor: pointer;
    }
    .map-hover-text-result, .map-img p {

        font-family: 'TWK Lausanne';
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
    .map-img p {
        margin-bottom: 24px;
        font-size: 24px;
        text-transform: uppercase;
        margin: 0 auto;
    }
    .network_offers_members p, .network_offers_members ul li {
        font-family: 'TWK Lausanne';
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
    .contact_information li {
        width: 33%;
        float: left;
    }
    .network_offers_members ul {
        margin: 0;
    }
    .network_offers_members ul li {
        margin-top: 10px;
        list-style: disc;
    }
    .alert.alert-success {
        padding: 7px;
        text-align: center;
    }
    .network_offers_members p {
        margin-bottom: 18px !important;
    }
    .img-right {
        text-align: right;
    }
    html body section .img-block img{
        width: 100%;
    }
    html body section .btn-border-radius {
        border-radius: 30px;
        font-size: 24px;
        padding: 0 24px;
        min-height: 54px;
        display: inline-block;
        line-height: 52px;
        font-family: 'TWK Lausanne' !important;
    }
    html body  section .button-border {
        border: 2px solid var(--black-color);
    }
    .text-cap {
        text-transform: uppercase;
    }
    .arrow-div img {
        width: 36px;
        height: 36px;
    }
    .btn-check:focus+.btn, .btn:focus {
        outline: 0px;
        box-shadow: none !important;
    }
    a:-webkit-any-link:focus-visible {
        outline-offset: 0px !important;
    }
    :focus-visible {
        outline: 0px !important;
    }
    html body .main_menu_wrap .main_menu {
        padding: 0;
    }
    .p-text p strong {
        font-weight: bold;
        font-family: 'TWK Lausanne 650' !important;
    }
    /* width */
    ::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: var(--black-color);
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: var(--secondary-color);
    }
    .map-hover-text-result {
        font-family: 'FK Roman Standard' !important;
        letter-spacing: -0.035em;
    }
    .map-hover-text-result span {
        font-family: 'TWK Lausanne';
    }
    .map-hover-text-result {
        font-family: 'FK Roman Standard' !important;
        letter-spacing: -0.035em;
        margin: 0 auto;
    }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--black-color);
    }

    html body #hamburger {
        background-image: url(/assets/images/toggle.svg);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    html body .main_menu_wrap a#hamburger2 {
        background-image: url(/assets/images/toggle-close.svg);
    }
    html body #hamburger, html body .main_menu_wrap a#hamburger2 {
        display: block;
        padding: 0;
        cursor: pointer;
        position: absolute;
        width: 60px;
        height: 60px;
        top: 20px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        right: 40px;
    }
    html body .p-right-100 {
        padding-right: 100px;
    }
    a.go_to_section {
        display: inline-block;
    }
    html body .site_header {
        padding: 0;
        background: var(--primary-color);
    }
    html body.main_menu--open .site_header {
        padding:0px;
        background: var(--primary-light-color);
    }
    html body .site_header .container {
        max-width: 100% !important;
    }
    html body #hamburger span {
    display: none;
    }

    html body .main_menu_wrap .main_menu li a {
        text-decoration: none;
        font-size: 48px;
        font-family: 'FK Roman Standard';
        font-style: normal;
        font-weight: 700;
        color: var(--black-color);
        letter-spacing: -0.03em;
        display: inline-block;
        padding: 0 40px;
        text-align: left;
    }
    html body .main_menu_wrap .main_menu li a span {
        font-weight: 200;
    }
    html body .main_menu_wrap .main_menu li:first-child ,
    html body .main_menu_wrap .main_menu li:first-child a {
        font-size: 32px;
    }
    html body .main_menu_wrap .container-fluid {
        padding: 20px 0px 0;
    }
    html body .main_menu_wrap .main_menu li {
        display: inline-block;
        width: 100%;
        border-bottom: 2px solid;
        text-align: left;
    }
    html body  .main_menu_wrap .main_menu li a:hover {
        border-bottom: none;
    }
    html body .main_menu_wrap {
        background: var(--primary-light-color);
        min-height: auto;
        padding: 0;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
        z-index: 9999999;
    }
    .img-block {
        max-width: 680px;
        margin: 0 auto;
    }
    .img-block a {
        color: var(--black-color);
        font-size: 24px;
        line-height: 1.3;
        margin-top: 5px;
        display: inline-flex;
        align-items: center;
        position: relative;
        text-decoration: none;
        border-bottom: 1.5px solid;
    }
    .img-block a:hover {
    text-decoration: none;
    color: var(--black-color);
    border-color: transparent;
    }
    .img-block a img.linked-in-arrow {
        width: 20px;
        height: 20px;
        margin-left: 4px;
        transform: rotate(269deg);
        -moz-transform: rotate(269deg);
        -webkit-transform: rotate(269deg);
        display: inline-flex;
    }

    .network_offers_members.network_offers_members_bottom p {
        margin-bottom: 40px !important;
    }

    .contact-text p {
        font-family: 'TWK Lausanne';
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
    }
    html body footer.site_footer p.site_name {
        font-size: 36px;
        line-height: 36px;
        font-family: 'FK Roman Standard' !important;
        letter-spacing: -0.035em;
        font-weight: 900;
        max-width: 280px;
        padding-bottom: 40px;
    }
    html body footer.site_footer p.site_name span {
        font-weight: 400;
    }
    html body footer.site_footer .container-fluid {
        padding: 0 40px;
    }
    .container-fluid.border-top .footer_content_col p {
        padding-top: 40px;
        font-family: 'TWK Lausanne';
        font-weight: 400;
        font-size: 20px;
        line-height: 32px;
    }
    .act-text-cust span {
        color: var(--primary-color);
        font-size: 14px;
    }
    .act-text-cust {
        position: absolute;
        right: 16px;
        top: 462px;
        width: 55px;
        display: flex;
        height: 28px;
        z-index: 1;
        border: 2px solid var(--black-color);
        border-radius: 30px;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        cursor: pointer;
    }
    .act-text-cust:before {
        content: "";
        border-top: 2px solid var(--black-color);
        width: 90px;
        display: inline-block;
        position: absolute;
        right: 27px;
        top: -27px;
    }
    .act-text-cust:after {
        content: "";
        border-left: 2px solid var(--black-color);
        width: 2px;
        height: 27px;
        display: inline-block;
        position: absolute;
        right: 26px;
        top: -27px;
    }
    .map-hover-text-result {
        min-height: 80px;
        line-height: 22px;
    }
    .contact-text p a {
        text-decoration: none;
    }
    #about-the-network .p-text p {
        max-width: 830px;
    }

    html body.home.page-template-default, html {
        background-color: var(--secondary-color) !important;
    }
    @media (min-width: 2100px) {
        .network_offers_members p, .network_offers_members ul li {
            font-size: clamp(0.75rem, -0.3438rem + 3.5vw, 1.99rem);
            line-height: 46px;
        }
    }
    @media (min-width: 993px) {
        .hide-desktop,
    .desktop-hide {
            display: none;
        }
    }
    @media (max-width: 1800px) {
        .h1-heading {
            font-size: 140px;
            line-height: 118px;
        }
        h5.h5-heading {
            font-size: 32px;
        }
    
        .network_offers_members p, .network_offers_members ul li {
            font-size: 17px;
            line-height: 32px;
        }
        
        
        .p-text p {
            font-size: 34px;
            padding-right: 60px;
            line-height: 38px;
        }
        #about-the-network .p-text p {
            max-width: 650px;
            padding-right: 0;
        }
    }
    @media (max-width: 1500px) {
        .h1-heading {
            font-size: 120px;
            line-height: 104px;
            max-width: 650px;
        }
        html body .p-right-100 {
            padding-right: 40px;
        }
        .p-text p {
            font-size: 30px;
            line-height: 34px;
        }
        
        .network_offers_members p, .network_offers_members ul li {
            font-size: 16px;
            line-height: 28px;
        }
        h3.h3-heading {
            font-size: 42px;
            line-height: 42px;
        }
        h5.h5-heading {
            font-size: 30px;
        }
        .contact-text p {
            font-size: 22px;
            line-height: 28px;
        }
        html body .main_menu_wrap .main_menu li a {
            font-size: 42px;
        }
        .map-img {
            max-width: 480px;
        }
        .map-img svg {
            width: 375px;
            height: 340px;
        }
        .map-img p {
            font-size: 20px;
        }
        .img-block a {
            font-size: 20px;
        }
        html body section .btn-border-radius {
            font-size: 20px;
            min-height: 48px;
            line-height: 46px;
        }
        .network_offers_members p {
            margin-bottom: 18px !important;
        }
        .act-text-cust {
            top: 365px;
        }
    }
    @media (max-width: 1320px) {
        html body #hamburger, html body .main_menu_wrap a#hamburger2 {
            width: 50px;
            height: 50px;
        }
        html body .main_menu_wrap .main_menu li a {
            font-size: 36px;
        }
        .p-text p {
            font-size: 26px;
            line-height: 28px;
        }
        #about-the-network .p-text p {
            max-width: 540px;
        }
        .network_offers_members p, .network_offers_members ul li {
            font-size: 20px;
            line-height: 24px;
        }
        h3.h3-heading {
            font-size: 38px;
            line-height: 38px;
        }
        html body .p-right-100 {
            padding-right: 30px;
        }
        .p-text p {
            padding-right: 0px;
        }
        h5.h5-heading {
            font-size: 26px;
        }
        .h1-heading {
            font-size: 100px;
            line-height: 88px;
        }
        .img-block {
            max-width: 500px;
        }
    }
    @media (max-width: 1199px) {

        .img-block {
            max-width: 420px;
        }
        h5.h5-heading {
            font-size: 22px;
            line-height: 24px;
        }
        .contact-text p {
            font-size: 18px;
            line-height: 22px;
        }
        html .pt-4 {
            padding-top: 1rem!important;
        }
        .mt-150 {
            margin-top: 50px;
        }
        .arrow-div img {
            width: 32px;
            height: 32px;
        }
        html body .p-right-100 {
            padding-right: 20px;
        }
        h3.h3-heading {
            font-size: 34px;
            line-height: 34px;
        }
        .py-60 {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        html body .main_menu_wrap .main_menu li:first-child a ,
        html body .main_menu_wrap .main_menu li:first-child {
            font-size: 28px;
        }
    }
    @media (min-width: 992px) and (max-width: 1066px) {
        .map-img {
            max-width: 440px;
        }
        .map-img svg {
            width: 328px;
            height: 335px;
        }
        .act-text-cust {
            top: 355px;
        }
    }
    @media (max-width: 992px) {
        .contact_information li {
            width: 50%;
            float: left;
        }
        html body.home.page-template-default, html {
            border-top: 1px solid var(--black-color);
        }
        html body #hamburger, html body .main_menu_wrap a#hamburger2 {
            width: 40px;
            height: 40px;
        }
        html body section .btn-border-radius {
            font-size: 18px;
            padding: 0 12px;
        }
        .hide-mobile,
        .mobile-hide {
            display: none;
        }
        .img-block {
            max-width: 100%;
            margin: 0;
            padding: 0 0 40px;
        } 
        html body section .img-block img {
            padding: 0;
            border-radius: 20px;
        }
        .img-block a {
            font-size: 16px;
        }
        .img-block a img.linked-in-arrow {
            height: 14px;
        }
        .pb-100 {
            padding-bottom: 20px;
        }
        .mobile-padding-pt {
            padding-bottom: 40px;
        }
        html body section .container-fluid, html body footer.site_footer .container-fluid {
            padding-right: 30px;
            padding-left: 30px;
        }

        html body footer.site_footer p.site_name {
            font-size: 32px;
            line-height: 32px;
            padding-bottom: 20px;
            max-width: 240px;
        }
        .container-fluid.border-top .footer_content_col p {
            padding-top: 10px;
            font-size: 16px;
            line-height: 32px;
        }
        html body footer.site_footer {
            padding: 20px 0;
        }
        html body .main_menu_wrap .main_menu li:first-child a, html body .main_menu_wrap .main_menu li:first-child {
            padding-right: 40px;
        }
        html body .main_menu_wrap .main_menu li a {
            padding: 0 30px;
            font-size: 28px;
        }
        html body .main_menu_wrap .main_menu li {
            font-weight: normal;
            line-height: normal;
            height: auto;
            font-size: inherit;
        }
        html body .main_menu_wrap .main_menu li:first-child a, html body .main_menu_wrap .main_menu li:first-child {
            font-size: 18px;
            height: 80px;
            padding-top: 0;
        }
        html body .main_menu_wrap .main_menu li a {
            padding: 10px 20px;
            font-size: 24px;
        }
        html body #hamburger, html body .main_menu_wrap a#hamburger2 {
            right: 10px;
            top: 12px;
        }
        section.sec_section, section.sec_section .row, section.sec_section, section.sec_section .container-fluid, section.topsection, section.topsection .row, section.topsection, section.topsection .container-fluid {
            min-height: 82vh;
        }
    
    }

    @media (max-width: 767px) {
        .network_offers_members.network_offers_members_bottom p {
            margin-bottom: 30px !important;
        }
        .contact_information li {
            width: 50%;
            float: left;
        }
        .pt-60 {
            padding-top: 40px;
        }
        .h1-heading {
            font-size: 70px;
            line-height: 62px;
            max-width: 450px;
            margin-top: 100px !important;
        }
        h3.h3-heading {
            font-size: 30px;
            line-height: 30px;
        }
        .network_offers_members ul li {
            margin-top: 6px;
        }
        .p-text p {
            font-size: 22px;
            line-height: 24px;
        }
        .network_offers_members p, .network_offers_members ul li {
            font-size: 18px;
            line-height: 22px;
        }
        .act-text-cust span {
            font-size: 12px;
        }
        html body .main_menu_wrap .main_menu li:first-child a {
            max-width: 300px;
        }
    }
    @media (max-width: 540px) {
        .map-img svg {
            width: 330px;
            height: 280px;
    }
        .act-text-cust:before {
            width: 34px;
        }
        .map-img {
            max-width: 386px;
        }
        .act-text-cust {
            top: 327px;
        }
    }
    @media (max-width: 480px) {
        .map-img p {
            min-height: 40px;
        }
        .contact_information li {
            width: 100%;
        }
        html body section .container-fluid, html body footer.site_footer .container-fluid,  html body .main_menu_wrap .main_menu li a {
            padding-right: 20px;
            padding-left: 20px;
        }
        html body .main_menu_wrap .main_menu li a {
            font-size: 18px;
            padding-right: 0;
        }
        .h1-heading {
            font-size: 64px;
            line-height: 55px;
        }
        .mb-60 {
            margin-bottom: 40px;
        }
        html .pt-4 {
            padding-top: 0.5rem!important;
        }
        html body .main_menu_wrap .main_menu li:first-child a, html body .main_menu_wrap .main_menu li:first-child {
            font-size: 16px;
        
        }

    }
    @media (max-width: 430px) {
        .act-text-cust {
            right: 4px;
        }
        .h1-heading {
            font-size: 50px;
            line-height: 50px;
            margin-top: 60px !important;
        }
        .map-hover-text-result, .map-img p {
            font-size: 16px;
            line-height: 18px;
        }
        .map-img {
            max-width: 333px;
            padding: 20px 15px
        }
        .map-img svg {
            width: 286px;   
            height: 212px;
            transform: scale(1.6,1.5);
            -webkit-transform: scale(1.6,1.5);
            -moz-transform: scale(1.6,1.5);
            -o-transform: scale(1.6,1.5);
            -ms-transform: scale(1.6,1.5);
    }
        .act-text-cust:before {
            width: 40px;
            right: 26px;
            top: -27px;
        }
        .act-text-cust:after {
            height: 27px;
            right: 26px;
            top: -27px;
        }
        h3.h3-heading {
            font-size: 24px;
            line-height: 28px;
        }
        .img-block a img.linked-in-arrow {
            height: 18px;
        }
        .act-text-cust span {
            font-size: 10px;
        }
        .act-text-cust {
            top: 290px;
        }
        .map-hover-text-result {
            min-height: 60px;
            margin-top: 20px;
        } 
        .act-text-cust {
            width: 42px;
            height: 20px;
        }
        .act-text-cust:before {
            width: 45px;
            right: 18px;
            top: -29px;
        }
        .act-text-cust:after {
            height: 27px;
            right: 18px;
            top: -27px;
        } 
        .map-img > p {
            margin-bottom: 20px !important;
        }
    }
    @media (max-width: 370px) {
    
        .map-img svg {
            width: 226px;
            height: 167px;
        }
        .act-text-cust {
            right: 2px;
        }
        .map-img {
            max-width: 280px;
        }
        .network_offers_members p, .network_offers_members ul li {
            font-size: 16px;
            line-height: 20px;
        }
        .act-text-cust {
            top: 256px;
        }
        html body section .btn-border-radius {
            font-size: 15px;
            padding: 0 12px;
        } 
    
    }
	
/* ============= css by akshay ==================*/

.card-group {
      gap: 15px;
      margin-bottom: 15px;
    }
    
    
    section#our-services .card-group .card {
    border-radius: 10px;
    overflow: hidden;
    border-top-width: 1px !important;
    border-bottom-width: 4px !important;
    border-left-width: 1px !important;
    border-right-width: 4px !important;
    background-color: #fff !important;
    border-color: #ededed;
  }
  
  footer.site_footer p {
    /*color: #fff;*/
    /*text-align: center;*/
 }

 footer.site_footer {
    /*background-color: var(--black-color) !important;*/
    padding: 15px 0 !important;
 }
 
 p.credit {
    /*font-size: 12px;*/
    /*color: antiquewhite !important;*/
}

.call_col {
    background: #ffffff6e;
    border-radius: 10px;
}

.call_box {
    padding: 80px 15px;
    text-align: center;
    border-radius: 10px;
}

.call_box_inner .boxes {
        padding: 25px;
    word-break: break-word;
}

.call_box_inner .boxes a {
    text-decoration: unset;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: 'FK Roman Standard';
}

.box-body {
    padding-top: 15px;
}

h5.card-title {
    margin-bottom: 10px !important;
    font-weight: 600;
}

/*.row.top_banner {*/
/*    align-items: center;*/
/*}*/

#wy-choose-us ul li::marker {
    font-size: 22px;
}

#wy-choose-us ul li {
    margin-top: 10px;
    list-style: square !important;
}

a.top_banner_btn {
    width: fit-content !important;
    min-width: 170px;
    letter-spacing: 1px;
}

textarea {
    resize:unset !important;
}

section#contact-information ul {
    padding-left: 1.2rem !important;
}

section#quality-control-assurance ul {
    padding-left: 20px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

section#quality-control-assurance ul li {
    padding-bottom: 10px;
}

.row.top_banner {
    /*align-items: center;*/
    /*justify-content: center;*/
}

p.font-bigger {
    margin-bottom: 0px !important;
}

p.drawing-text {
    margin-top: 18px !important;
}

.right_header a {
    text-decoration: unset;
}

.row.top_banner {
    align-items: center;
}

.girl_img p {
    text-decoration: unset;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: 'FK Roman Standard';
}

@media only screen and (max-width:1500px){
 .img-block.top-banner {
    max-width: 415px;
    margin: 0 auto;
 }
}

@media only screen and (min-width:2000px){
  .img-block.top-banner {
    max-width: 600px !important;
    margin: 0 auto;
  }
  
  .girl_img p {
    font-size: 28px !important;
 }
 
 .call_box_inner .boxes a {
    font-size: 28px !important;
 } 
}

@media only screen and (min-width:1501px){
 .img-block.top-banner {
    max-width: 500px;
    margin: 0 auto;
 }
 
 .img-block.top-banner img {
    width: 100% !important;
    height: auto !important;
  }
}

@media only screen and (min-width:1200px){
    .contact_information li {
      width: 20% !important;
      float: left;
     }
     
  .card-group>.card {
    flex: unset !important;
    margin-bottom: 0;
    width: 24% !important;
   }
   
   .right_header {
    text-align: left !important;
    /*font-size: 20px;*/
  }
}


@media only screen and (min-width:768px){
 .call_col {
    margin-left: 1%;
    margin-right: 1%;
    width: 48% !important;
 }
 
 .right_header {
    text-align: right !important;
 }
 
 .right_header p {
    margin-bottom: 5px !important;
 }
}

@media only screen and (max-width:767px){
 .call_col {
    margin-left: 1%;
    margin-right: 1%;
    width: 98% !important;
 }
}