<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------billionx each banner class ----------*/

.bgautomative {
    background-image: url(../images/banner-bg.png);
}

.bgaviations {
    background-image: url(../images/banner-bg.png);
}

.bgconstruction {
    background-image: url(../images/banner-bg.png);
}

.bgcorporatelegal {
    background-image: url(../images/banner-bg.png);
}

.bgeducation {
    background-image: url(../images/banner-bg.png);
}

.bghealthcare {
    background-image: url(../images/banner-bg.png);
}

.bgindustrialfacilities {
    background-image: url(../images/banner-bg.png);
}

.bglandingpage {
    background-image: url(../images/banner-bg.png);
}

.bglogisticsdistribution {
    background-image: url(../images/banner-bg.png);
}

.bgmanufacturing {
    background-image: url(../images/banner-bg.png);
}

.bgmediaentertainment {
    background-image: url(../images/banner-bg.png);
}

.bgoilandgas {
    background-image: url(../images/banner-bg.png);
}

.bgproduct {
    background-image: url(../images/banner-bg.png);
}

.bgpublicservices {
    background-image: url(../images/banner-bg.png);
}

.bgretail {
    background-image: url(../images/banner-bg.png);
}

.bgtravelhospitality {
    background-image: url(../images/banner-bg.png);
}

.bgmessage {
    background-image: url(../images/banner-bg.png);
}

/*-----------------billionx-banner-section----------*/
.billionx-banner-section {
    min-height: 100vh;
    height: 300px;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .billionx-banner-section h1 {
        color: #fff;
        margin-bottom: 38px;
        padding-right: 50px;
    }

.our-searvice-button {
    text-align: center;
}

    .our-searvice-button .button {
        border-radius: 6px;
        margin-top: 20px;
    }

/*----------------modules-main-section---------*/

.modules-main-sectionn {
    position: relative;
    background: #E9EAEF !important;
}

.modules-main-section:before {
    content: '';
    background-image: url(../images/health-care-dottd.svg);
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: blueround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    width: 172px;
    height: 124px;
    z-index: -1;
    left: calc(50% - 655px/1);
    top: 140px;
    transition: all 1s;
    animation: 2s healthcaredottd infinite alternate;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

@keyframes healthcaredottd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.module-left-text {
    position: relative;
    z-index: 4;
    padding-right: 46px;
}

.modules-main-section .module-left-text h2 {
    margin: 12px 0px 20px 0px;
}

.modules-main-section .module-left-text p {
    margin-bottom: 0px;
    color: #030509;
}

.module-left-text span {
    color: #1E2E5F;
}

.health-right-slide {
    position: relative;
    z-index: 4;
}

.module-right-text .slide-image {
    max-height: 830px;
    position: relative;
}

.slide-image img {
    transition: all 0.5s;
}

    .slide-image img:hover {
        filter: grayscale(100%);
    }

.slide-image:before {
    content: '';
    background-image: url(../images/modul-round.svg);
    background-size: 24px auto;
    animation-name: modulround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    width: 60%;
    height: 72%;
    right: -60px;
    bottom: -60px;
    z-index: -1;
}

@keyframes modulround {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -48px 0;
    }
}

.tab-pane.fade {
    transition: all 0.3s ease;
}
/*--------------------features-main-title----------*/
.features-section-lg {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
    /*background: linear-gradient(180deg, rgba(30, 46, 95, 0) -118.92%, rgba(30, 46, 95, 0.95) 96.25%);*/
    background-image: url(../images/features-bgimg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

    .features-section-lg .features-main-title span {
        margin-bottom: 20px;
        display: inline-block;
    }

    .features-section-lg .features-main-title h2 {
        color: #fff;
    }

.features-block h5 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 56px;
    margin-bottom: 12px;
    margin-top: 50px;
}

.features-section-lg .features-block ul li {
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 160%;
}

    .features-section-lg .features-block ul li::marker {
        font-size: 15px;
    }
/*------------------quick-support-section-----------------*/
.quick-support-section {
    width: 100%;
    position: relative;
    background: #E9EAEF;
}

    .quick-support-section .quick-main-title span {
        margin-bottom: 15px;
        color: #1E2E5F;
        display: inline-block;
    }

    .quick-support-section .quick-main-title p {
        margin: 20px 0px 37px 0px;
        padding-right: 80px;
    }

    .quick-support-section .call-us h6 {
        font-family: 'Teko';
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 36px;
        color: #030509;
        margin-bottom: 20px;
    }

    .quick-support-section .call-us h5 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 43px;
        margin-bottom: 0px;
        color: #030509;
    }

    .quick-support-section .call-us .call-round {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1E2E5F;
        margin-right: 20px;
        box-shadow: 3px 4px 9px rgb(0 0 0 / 20%);
        border-radius: 100%;
        position: relative;
    }

        .quick-support-section .call-us .call-round img {
            animation: 2s quickimg infinite alternate;
            z-index: 2;
        }

@keyframes quickimg {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(10deg);
        ;
    }

    40% {
        transform: rotate(0deg);
        ;
    }

    60% {
        transform: rotate(10deg);
        ;
    }

    80% {
        transform: rotate(0deg);
        ;
    }

    100% {
        transform: rotate(10deg);
        ;
    }
}

.quick-support-section .call-us .call-round:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 100%;
    animation: 2s quickbefore infinite;
}

@keyframes quickbefore {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}
/*-----quick-input---*/
.quick-right-input .box {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

    .quick-right-input .box input, .quick-right-input .box textarea {
        position: relative;
        border: none;
        outline: none;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        padding: 8px 0;
        line-height: 27px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(0,0,0,.1);
        background: transparent;
        z-index: 2;
        transition: .5s;
        color: #000;
    }

    .quick-right-input .box textarea {
        padding-top: 10px !important;
    }

        .quick-right-input .box input:focus, .quick-right-input .box textarea:focus {
            border-color: #1E2E5F;
        }

    .quick-right-input .box span {
        display: inline-block;
        position: absolute;
        left: 0;
        color: #5D5E60;
        font-size: 22px;
        font-weight: 400;
        z-index: 1;
        transition: 0.5s;
    }

    .quick-right-input .box input + span {
        top: 0%;
    }

    .quick-right-input .box input:focus + span, .quick-right-input .box input:valid + span {
        color: #1E2E5F;
        top: -22%;
        font-size: 14px;
        font-weight: 600;
    }

    .quick-right-input .box textarea + span {
        top: 0%;
    }

    .quick-right-input .box textarea:focus + span, .quick-right-input .box textarea:valid + span {
        color: #1E2E5F;
        font-size: 14px;
        font-weight: 600;
        top: -11px;
        background: #E9EAEF;
        z-index: 99;
    }

    .quick-right-input .box span .span {
        color: red;
    }

.quick-button .button {
    border-radius: 6px;
    margin-top: 60px;
}
/*-------check-box-----*/
.quick-right-input .checkbox-input input[type=checkbox] + label {
    display: block;
    cursor: pointer;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #5D5E60;
}

    .quick-right-input .checkbox-input input[type=checkbox] + label a {
        text-decoration: underline;
    }

.quick-right-input .checkbox-input input[type=checkbox] {
    display: none;
}

    .quick-right-input .checkbox-input input[type=checkbox] + label:before {
        content: "\2714";
        border: 0.1em solid #000;
        border-radius: 0.2em;
        display: inline-block;
        width: 22px;
        height: 22px;
        padding-left: 0.2em;
        padding-bottom: 0.3em;
        margin-right: 19px;
        vertical-align: bottom;
        color: transparent;
        transition: .2s;
        margin-bottom: 3px;
    }

    .quick-right-input .checkbox-input input[type=checkbox] + label:active:before {
        transform: scale(0);
    }

    .quick-right-input .checkbox-input input[type=checkbox]:checked + label:before {
        background-color: #1e2e5f;
        border-color: #1e2e5f;
        color: #fff;
    }

/*---------------our-product-section------------------*/
.our-product-section {
    position: relative;
    width: 100%;
    background: #e9eaef;
}

    .our-product-section h2 {
        text-align: center;
    }

.ourproduct-main-box {
    background: #fff;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.ourproduct-icons {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    left: 10%;
    top: -47px;
    animation: 3s zoominimg infinite alternate;
}

@keyframes zoominimg {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(20px) rotate(45deg);
    }
}

.ourproduct-main-box .product-info {
    padding: 46px 30px 40px 30px;
    position: relative;
}

.ourproduct-main-box .product-image img {
    transition: all 2s;
}

    .ourproduct-main-box .product-image img:hover {
        transform: scale(1.2);
    }

.ourproduct-main-box .product-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ourproduct-main-box h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 39px;
    line-height: 56px;
    color: #030509;
    position: relative;
    z-index: 5;
}

.ourproduct-main-box p {
    margin: 13px 0px 30px 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    color: #030509;
    position: relative;
    z-index: 5;
}

.ourproduct-main-box a {
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #030509;
}

.our-product-section .mt-40p {
    margin-top: 40px;
}

.ourproduct-button {
    text-align: center;
}

    .ourproduct-button .button {
        margin-top: 30px;
        border-radius: 6px;
    }























/*=======================================
=====================MEDIA-CSS=================================
=========================================*/

/*-----------------min-height-690px------------*/

@media (min-height:500px) and (max-height:690px) {

    .modules-main-section .section-inner {
        padding-bottom: 0px;
    }

    .slide-image img {
        width: 90%;
        height: auto;
        max-height: 500px;
    }

    .modules-sm-height {
        display: flex;
        justify-content: flex-end;
    }

    .bottom-block b {
        font-size: 20px;
        line-height: 150%;
    }

    .button {
        height: 52px;
        font-size: 15px;
    }

    .bottom-block .service-round {
        width: 45px;
        height: 45px;
    }

    .module-right-text .slide-image .slider-text {
        border-radius: 16px;
        padding: 20px 20px;
        left: 20px;
        right: 20px;
        max-width: 100%;
    }

        .module-right-text .slide-image .slider-text p {
            font-size: 26px;
            line-height: 150%;
        }

    .module-left-text {
        padding-right: 0px;
    }

    .product-image img {
        height: 230px;
        width: 100%;
    }

    .ourproduct-main-box h3 {
        font-size: 24px !important;
        line-height: 107% !important;
        margin-top: 10px !important;
    }

    .ourproduct-main-box p {
        font-size: 18px !important;
        line-height: 149% !important;
        margin: 8px 0px 0px 0px !important;
    }

    .modules-main-section:before, .modules-main-section:after {
        top: 99px !important;
    }

    .features-block h5 {
        font-size: 32px;
        margin-top: 35px;
    }

    .features-section-lg .features-block ul li {
        font-size: 20px;
    }

    .quick-button .button {
        margin-top: 30px;
    }

    .product-image img {
        height: 200px !important;
    }

    .ourproduct-main-box .product-info {
        padding: 15px !important;
    }

    .our-product-section h2 {
        margin-bottom: 0px;
    }

    .our-searvice-section h6 {
        font-size: 21px !important;
    }

    .our-searvice-section .lg-service-boxs {
        padding: 18px 20px !important;
    }

    .our-searvice-section .top-searvice-box {
        padding: 18px 20px !important;
        max-height: 216px !important;
    }

    .searvice-block .topservice-bottom p {
        padding-right: 0px;
    }

    .our-searvice-section:before, .our-searvice-section:after {
        top: 95px;
    }
}


/*-----------------min-height-850px------------*/
@media (min-height:500px) and (max-height:850px) {
    .modules-main-section:before {
        top: 91px;
    }

    .modules-main-section:after {
        top: 95px;
    }

    .modules-main-section .module-left-text p {
        margin-bottom: 12px;
    }

    .modules-main-section.row .modules-md {
        align-content: center;
        display: flex;
        margin-top: 50px;
    }

    .our-product-section .mt-40p {
        margin-top: 13px;
    }

    .ourproduct-main-box h3 {
        font-size: 30px;
        line-height: 112%;
        padding-right: 0px;
        margin-top: 28px;
    }

    .ourproduct-main-box p {
        font-size: 20px;
        line-height: 158%;
        margin: 12px 0px 24px 0px;
    }
}


/*-----------------min-height-800px------------*/

@media (min-height:500px) and (max-height:800px) {
    .our-searvice-section .lg-service-boxs {
        padding: 30px 20px;
        max-height: 250px;
        min-height: auto;
        height: 100%;
    }

    .our-searvice-section .top-searvice-box {
        max-height: 250px;
        min-height: auto;
        height: 100%;
    }

    .our-searvice-section h6 {
        font-size: 26px;
        line-height: 111%;
        margin: 15px 0px;
    }

    .searvice-block .topservice-bottom h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }

    .billionx-banner-section:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    .billionx-banner-section .row {
        position: relative;
        z-index: 2;
    }

    .quick-right-input .box span {
        font-size: 19px;
    }

    .quick-right-input .box input, .quick-right-input .box textarea {
        font-size: 16px;
    }

    .our-searvice-section .lg-service-boxs {
        padding: 11px 20px;
        max-height: 219px;
    }

    .our-searvice-section .top-searvice-box {
        padding: 11px 20px;
        max-height: 219px;
    }

    .ourproduct-main-box .product-info {
        padding: 18px 20px 20px 20px;
    }

    .ourproduct-button .button {
        margin-top: 20px;
    }

    .ourproduct-icons {
        width: 70px;
        height: 70px;
    }

    .ourproduct-main-box h3 {
        margin-top: 9px;
    }

    .product-image img {
        height: 240px;
        width: 100%;
    }

    .modules-main-section .section-inner {
        padding-top: 70px;
    }
}


/*-----------------max-width-1350px------------*/
@media (max-width:1350px) {
    .modules-main-section:before {
        left: calc(50% - 640px/1);
    }

    .modules-main-section:after {
        display: none;
    }

    .our-searvice-section:before {
        right: calc(50% - 640px/1);
    }

    .our-searvice-section:after {
        display: none;
    }

    .contact-button {
        font-size: 15px;
        padding: 6px 32px;
    }

    .billionx-banner-bg {
        padding-left: 86px;
    }
}


@media (max-width:1300px) {
    .modules-main-section:before {
        height: 32px;
        left: calc(50% - 575px/1);
    }

    .modules-main-section .owl-carousel .owl-nav button[class*="owl-"] {
        margin: 0 -10px;
    }

    .modules-main-section .module-left-text h2 {
        margin: 22px 0px 19px 0px;
    }
}


/*-----------------max-width-1200px------------*/
@media (max-width:1200px) {
    .modules-main-section:before {
        left: 51PX;
        top: 86px !important;
    }

    .modules-main-section .module-left-text p {
        padding-right: 10px;
    }
}

/*-----------------max-width--991px------------*/
@media(min-height: 500px) and (max-height: 850px) and (max-width:991px) {
    .modules-main-section:before, .modules-main-section:after;

{
    top: 5px !important;
}

}




/*-----------------max-width--991px------------*/
@media (max-width:991px) {
    .billionx-banner-section {
        text-align: center;
    }

        .billionx-banner-section h1 {
            padding-right: 0px;
        }

    .section-inner {
        padding: 0px !important;
    }

    .modules-main-section .row .modules-md {
        margin-top: 50px;
    }

    .slide-image img {
        width: 100%;
        height: auto;
    }

    .modules-sm-height {
        padding-right: 15px !important;
        justify-content: center;
    }

    .module-right-text .slide-image {
        max-height: 100% !important;
    }

    .module-left-text {
        padding-left: 0px;
    }

    .modules-md {
        padding-left: 15px !important;
    }

    .slide-image:before {
        right: -58px;
    }

    .modules-main-section .module-left-text p {
        padding-right: 0px;
    }

    .our-searvice-button .button {
        margin-top: 35px;
    }

    .billionx-banner-bg {
        padding-left: 0px;
        padding-right: 0px;
    }

    .modules-main-section {
        padding-top: 80px;
    }

        .modules-main-section:before {
            top: 29px !important;
        }

    .module-right-text .slide-image .slider-text {
        border-radius: 16px;
        padding: 20px 20px;
        left: 20px;
        right: 20px;
        max-width: 100%;
    }

    .bottom-block {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .bottom-block .researching {
            margin: 0px 0px 0px 20px !important;
        }

    .modules-main-section {
        text-align: center;
    }

    .modules-sm-height {
        order: 1;
    }

    .modules-md {
        order: 2;
    }

    .ourproduct-main-box h3 {
        padding-right: 0px;
        font-size: 24px !important;
        line-height: 107% !important;
        margin-top: 23px !important;
    }

    .ourproduct-main-box p {
        font-size: 17px !important;
        line-height: 149% !important;
        margin: 8px 0px 9px 0px !important;
    }

    .slide-image:before {
        bottom: -40px;
    }

    .features-main-title {
        text-align: center;
    }

    .quick-main-title {
        text-align: center;
    }

    .call-us {
        text-align: center;
    }

        .call-us div {
            justify-content: center;
            margin-bottom: 40px;
        }

    .quick-support-section .quick-main-title p {
        padding-right: 0px;
    }

    .quick-button {
        text-align: center;
    }

        .quick-button .button {
            margin-top: 40px;
        }

    .features-section-lg .features-block ul li {
        font-size: 20px;
    }

    .features-block h5 {
        font-size: 32px;
        margin-top: 31px;
    }

    .module-left-text {
        padding-right: 0px;
    }

    .quick-support-section .call-us h6 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .quick-support-section .call-us h5 {
        font-size: 20px;
    }

    .quick-support-section .quick-main-title p {
        margin: 20px 0px 24px 0px;
    }

    .our-searvice-button .button {
        margin-top: 35px;
    }

    .ourproduct-button .button {
        margin-top: 35px !important;
    }

    .product-image img {
        height: auto !important;
        width: 100% !important;
    }

    .ourproduct-icons {
        width: 70px;
        height: 70px;
        top: -40px;
    }

    .ourproduct-main-box .product-info {
        padding: 20px;
    }
}



/*-----------------max-width--767px------------*/
@media (min-height: 500px) and (max-height: 690px) and (max-width:767px) {
    .product-image img {
        height: auto;
        width: auto;
    }
}




/*-----------------max-width--767px------------*/
/*Mobile view*/
@media (max-width:767px) {
    .billionx-banner-section button[class*="carousel-control"] {
        margin: auto 2px;
        width: 45px;
        height: 45px;
    }

    .cyber-block {
        border-left: 1.2px solid #A5ABBF;
    }

    .digitalmarketing-block {
        border-radius: 0px 0px 12px 12px;
    }

    .case-left-img:before {
        right: -48px;
    }

    .ourproduct-main-box {
        text-align: center;
        /*margin-top: 30px;*/
    }

    .case-left-img img {
        width: 100% !important;
    }

    .ourproduct-main-box h3 {
        font-size: 30px !important;
        line-height: 107% !important;
        margin-top: 23px !important;
    }

    .ourproduct-main-box p {
        font-size: 20px !important;
        line-height: 149% !important;
        margin: 10px 0px 10px 0px !important;
    }

    .ourproduct-main-box a {
        font-size: 16px;
    }

    .modules-main-section .owl-carousel .owl-nav button[class*="owl-"] {
        margin: 0 -36px;
    }

    .button {
        height: 52px;
        font-size: 15px;
    }

    .features-section-lg .features-block ul {
        padding-left: 18px;
    }

    .quick-right-input .box span {
        font-size: 20px;
    }

    .ourproduct-icons {
        left: 5%;
    }

    .ourproduct-main-box .product-info {
        padding: 25px !important;
    }

    .our-product-section .mt-40p {
        margin-top: 40px !important;
    }
}


/*-----------------max-width--600px------------*/
@media (max-width:600px) {
    .modules-main-section:before {
        left: 0px !important;
        width: 115px;
        height: 22px;
    }

    .billionx-banner-section button[class*="carousel-control"] {
        margin: auto 2px;
        width: 40px;
        height: 40px;
    }

    .our-searvice-section:before {
        right: 0px !important;
        width: 115px;
        height: 22px;
    }

    .modules-main-section .owl-carousel .owl-nav button[class*="owl-"] {
        margin: 0 -21px;
    }

    .module-right-text .slide-image .slider-text p {
        font-size: 20px !important;
        line-height: 147% !important;
        font-weight: 500;
    }

    .modules-main-section .owl-nav button {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7) !important;
        box-shadow: none;
    }

    .modules-main-section .owl-carousel .owl-nav button[class*="owl-"] {
        margin: 0 -15px;
        top: calc(50% - 257px/1) !important;
    }

    .module-right-text {
        height: auto !important;
        width: 100% !important;
    }

    .slide-image img {
        width: 100% !important;
        height: auto !important;
        max-height: 100% !important;
    }

    .case-left-img:before {
        height: 38%;
    }

    .case-left-img {
        margin-bottom: 51px;
    }

    .quick-right-input .checkbox-input input[type=checkbox] + label {
        font-size: 15px;
    }

        .quick-right-input .checkbox-input input[type=checkbox] + label:before {
            margin-bottom: 0px;
            width: 18px;
            height: 18px;
            padding-left: 4px;
            padding-bottom: 12px;
            margin-right: 10px;
            font-size: 12px;
        }
}


/*-----------------max-width--500px------------*/
@media (max-width:500px) {
    html .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .billionx-banner-bg {
        padding-left: 30px;
        padding-right: 30px;
    }

    .contect-img {
        display: block;
    }

    .contact-button span {
        display: none;
    }

    .contact-button {
        padding: 0;
        border: 0px;
    }

    .side-menu-info ul li {
        padding: 15px 0;
    }

        .side-menu-info ul li a:before {
            bottom: -17px;
        }

    .footer-bottom-link p {
        line-height: 17px;
    }

    .modules-main-section .owl-nav button {
        width: 45px;
        height: 45px;
    }

    .owl-healthslide .owl-nav {
        margin-top: 25px;
    }

    .modules-main-section .row .health-care-md {
        margin-top: 29px;
    }

    .module-right-text .slide-image .slider-text {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .modules-main-section .row .modules-md {
        display: inline-block !important;
    }

    .button {
        height: 40px;
        font-size: 13px;
    }

    .case-left-img:before {
        height: 55%;
    }

    .module-left-text {
        margin-top: 20px;
    }

    .features-block h5 {
        font-size: 28px;
        line-height: 25px;
        margin-top: 10px;
    }

    .features-main-title {
        margin-bottom: 30px;
    }

    .quick-support-section .call-us h6 {
        font-size: 20px;
    }

    .quick-support-section .call-us h5 {
        font-size: 18px;
    }

    .quick-support-section .call-us .call-round {
        width: 40px;
        height: 40px;
    }

        .quick-support-section .call-us .call-round img {
            width: 35%;
        }

    .quick-right-input .box span {
        font-size: 16px;
    }

    .quick-right-input .box input, .quick-right-input .box textarea {
        font-size: 16px;
    }

    .features-section-lg .features-block ul li {
        font-size: 18px;
    }

    .features-block h5 {
        font-size: 25px;
    }

    .quick-right-input .box input:focus + span, .quick-right-input .box input:valid + span {
        top: -13%;
        font-size: 12px;
    }

    .ourproduct-main-box h3 {
        font-size: 25px !important;
        margin-top: 10px !important;
    }

    .ourproduct-main-box p {
        font-size: 18px !important;
        line-height: 149% !important;
        margin: 10px 0px 10px 0px !important;
    }

    .ourproduct-main-box a {
        font-size: 14px;
    }

    .ourproduct-main-box .product-info {
        padding: 20px 15px !important;
    }

    .ourproduct-icons {
        width: 60px !important;
        height: 60px !important;
        top: -30px !important;
    }

    .our-searvice-section .col-lg-3, .our-searvice-section .col-lg-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*-----------------max-width--400px------------*/
@media (max-width:400px) {
    .module-right-text .slide-image .slider-text {
        border-radius: 10px;
        padding: 15px;
        left: 10px;
        right: 10px;
    }

        .module-right-text .slide-image .slider-text p {
            font-size: 18px !important;
            line-height: 129% !important;
        }

    .ourproduct-icons {
        width: 50px !important;
        height: 50px !important;
        top: -26px !important;
    }
}

/*-----------------max-width--320px------------*/
@media (max-width:320px) {
    .quick-right-input .box textarea {
        padding-top: 27px !important;
        font-size: 14px;
    }
}
</pre></body></html>