body a,
body a:hover {
    text-decoration: none!important;
    color: #000;
}
body.no-scroll {
    overflow-y: hidden!important;
}

/* inter-300 - latin */
@font-face {
    font-family: 'inter-300';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter-v7-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/inter-v7-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/inter-v7-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/inter-v7-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/inter-v7-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/inter-v7-latin-300.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
    font-family: 'inter-600';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v7-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/inter-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/inter-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/inter-v7-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/inter-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/inter-v7-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
    font-family: 'inter-900';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v7-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/inter-v7-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/inter-v7-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/inter-v7-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/inter-v7-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/inter-v7-latin-900.svg#Inter') format('svg'); /* Legacy iOS */
}

/*Font*/
.font-inter300 {
    font-family: 'inter-300';
}
.font-inter500 {
    font-family: 'inter-500';
}
.font-inter600 {
    font-family: 'inter-600';
}
.font-inter900 {
    font-family: 'inter-900';
}

/*Global Background*/
.bg-soft-yellow {background: #f1e9cd !important}
.bg-soft-light {background: #fafafa !important}
.bg-medium-light {background: #F0F1F1 !important}
.bg-kirana {background-color: #3cacb0 !important}
.bg-kirana-soft {background-color: #d8f7fa !important}
.bg-kirana2 {background-color: #0d69a9 !important}


/*STYLE CUSTOM AT*/
.btn-kirana {
    color: #fff!important;
    background-color: #3cacb0;
    border-color: #3cacb0;
}
.btn-outline-kirana {
    color: #3cacb0;
    border-color: #3cacb0;
}
.btn-check:active+.btn-outline-kirana,
.btn-check:checked+.btn-outline-kirana,
.btn-outline-kirana.active,
.btn-outline-kirana.dropdown-toggle.show,
.btn-outline-kirana:active {
    color: #fff;
    background-color: #3cacb0;
    border-color: #3cacb0;
}
.bg-kirana-gradation,
.btn-kirana-gradation {
    background: #3cacb0;
    background: linear-gradient(47deg, #3cacb0 0%, #227FC0 70%);
}
.btn-kirana-gradation {
    color: #fff!important;
}
.btn-kirana-gradation {
    position: relative;
    display: inline-block;
    padding: 15px 1rem;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 5rem!important;
    -moz-border-radius: 5rem!important;
    border-radius: 5rem!important;
    z-index: 1;
    -webkit-font-smoothing: antialiased!important;
    outline-color: rgba(0,78,255,0.5);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: all 500ms ease;
}
.btn-kirana-gradation {

}
.btn-kirana-gradation:before {
    content: "";
    background: #227FC0;
    background: linear-gradient(47deg, #227FC0 0%, #3cacb0 70%);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 5rem!important;
    -moz-border-radius: 5rem!important;
    border-radius: 5rem!important;
    z-index: -1;
    transition: all 500ms ease;
}
.btn-kirana-gradation:hover:before,
.btn-kirana-gradation:focus:before,
.btn-kirana-gradation:active:before {
    width: 100%;
    left: 0;
}


.btn-transition {
    transition: all 1s linear;
}
.btn-kirana2 {
    color: #fff!important;
    background-color: #227FC0;
    border-color: #227FC0;
}
.btn-outline-kirana2 {
    color: #227fc0;
    border-color: #227FC0;
}
.btn-outline-kirana2:hover {
    background-color: #227FC0;
    color: #fff;
    border-color: #227FC0;
}
.btn-check:active+.btn-outline-kirana2,
.btn-check:checked+.btn-outline-kirana2,
.btn-outline-kirana2.active,
.btn-outline-kirana2.dropdown-toggle.show,
.btn-outline-kirana2:active {
    color: #fff;
    background-color: #0E5687;
    border-color: #0E5687;
}

.shadow-0 {
    box-shadow: none!important;
}
.shadow-md {
    box-shadow: 0 .5rem 1.8rem rgba(0,0,0,.175)!important;
}
.shadow-cst {
    box-shadow: 0 7px 14px 0 rgba(65,69,88,.1),0 3px 6px 0 rgba(0,0,0,.07)!important;
}
.w-45 {width: 45%!important;}
.w-35 {width: 35%!important;}
.w-65 {width: 65%!important;}
.w-80 {width: 80%!important;}
.w-90 {width: 90%!important;}
.h-380rem {
    height: 23.75rem;
}
.h-280rem {
    height: 18.75rem;
}
.h-250rem {
    height: 15rem;
}
.abs-bottom {
    bottom: 0!important;
}
.mtm-3 {margin-top: -3rem!important;}
.mtm-5 {margin-top: -5rem!important;}
.mtm-6 {margin-top: -6rem!important;}
.mxm-2 {margin: 0 -5px}
.pt-6 {padding-top: 6rem!important;}
.py-6 {padding: 6rem 0!important;}
.pointer {cursor: pointer!important}
.default {cursor: default!important}
.fs-xs { font-size: .675rem!important}
.fs-sm { font-size: .775rem!important}
.fs-md { font-size: .850rem!important}
.fs-lg {font-size: 1.125rem !important;}
.fs-xl {font-size: 1.1rem!important;}
.text-nowrap {white-space: nowrap!important;}
.fw-medium {font-weight: 600!important;}
.fw-normal {font-weight: 300!important;}
.text-kirana {color: #3cacb0!important;}
.text-kirana2 {color: #0E5687!important;}
.text-kirana-gradation {
    background: #3cacb0;
    background: -moz-linear-gradient(49deg, #3cacb0 0%, #227FC0 58%);
    background: -webkit-linear-gradient(49deg, #3cacb0 0%, #227FC0 58%);
    background: linear-gradient(49deg, #3cacb0 0%, #227FC0 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}
.text-black {color: #111!important}
.text-orangered {color: orangered!important}
.text-secondary {
    color: #94999c !important;
}
.text-muted {
    color: #b3b9bd!important;
}
.over-hidden {overflow: hidden !important}
.full-index {z-index: 10!important}
.static {position: static !important}
.relative {position: relative !important}
.absolute {position: absolute !important}
.fixed {position: fixed !important}
.sticky-offset-5 {
    top: 5.5rem !important;
    z-index: 10;
}
.sticky-offset-6 {
    top: 6rem!important;
    padding-top: 0;
    z-index: 10;
}
.border-top,
.border-bottom {
    border-color: #e8e9ea !important;
}
.bg-img-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    z-index: 1;
}
.bg-img-hero::before {
    content: "";
    /*background-image: linear-gradient(to bottom,rgba(30,32,34,.3) 0, rgba(33, 38, 78, 0.45) 100%);*/
    background-image: linear-gradient(to bottom, rgba(30, 32, 34, .3) 0, rgba(14, 16, 33, 0.93) 100%);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: All .3s linear;
    -moz-transition: All .3s linear;
    -ms-transition: All .3s linear;
    -o-transition: All .3s linear;
    transition: All .3s linear;
}
.bg-img-hero:hover::before {
    background-image: linear-gradient(to bottom, rgba(30, 32, 34, .3) 0, rgba(14, 16, 33, 0.93) 100%);
}
.imgCont {overflow: hidden}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}
.avatar-md {
    width: 3.2rem;
    height: 3.2rem;
}

.avatar img,
.imgCont img {
    max-width: 100%;
    max-height: 100%;
    /*object-fit: contain;*/

}
.img-long img {
    object-fit: initial;
    height: initial;
}

.full-size {
    height: 100%;
}
.full-size img,
.article-list .card .imgCont img {
    object-fit: cover;
    height: 100%;
}

.border-top-2-kirana {
    border-top: 2px solid #227ebf;
}

.limit-text-1a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.limit-text-1,
.limit-text-2,
.limit-text-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
}
.limit-text-1 {
    -webkit-line-clamp: 1;
}
.limit-text-2 {
    -webkit-line-clamp: 2;
}
.limit-text-3 {
    -webkit-line-clamp: 3;
}
.rounded-xs {
    -webkit-border-radius: .55rem!important;
    -moz-border-radius: .55rem!important;
    border-radius: .55rem!important;
}
.rounded-xs-top {
    -webkit-border-radius: .55rem .55rem 0 0!important;
    -moz-border-radius: .55rem .55rem 0 0!important;
    border-radius: .55rem .55rem 0 0!important;
}
.rounded-sm {
    -webkit-border-radius: .75rem!important;
    -moz-border-radius: .75rem!important;
    border-radius: .75rem!important;
}
.rounded-sm-top {
    -webkit-border-radius: .75rem .75rem 0 0!important;
    -moz-border-radius: .75rem .75rem 0 0!important;
    border-radius: .75rem .75rem 0 0!important;
}
.rounded-sm-bottom {
    -webkit-border-radius: 0 0 .75rem .75rem!important;
    -moz-border-radius: 0 0 .75rem .75rem!important;
    border-radius: 0 0 .75rem .75rem!important;
}
.rounded-md {
    -webkit-border-radius: 1rem!important;
    -moz-border-radius: 1rem!important;
    border-radius: 1rem!important;
}
.rounded-md-top {
    -webkit-border-radius: 1rem 1rem 0 0!important;
    -moz-border-radius: 1rem 1rem 0 0!important;
    border-radius: 1rem 1rem 0 0!important;
}
.rounded-md-bottom {
    -webkit-border-radius: 0 0 1rem 1rem!important;
    -moz-border-radius: 0 0 1rem 1rem!important;
    border-radius: 0 0 1rem 1rem!important;
}
.rounded-lg {
    -webkit-border-radius: 2rem!important;
    -moz-border-radius: 2rem!important;
    border-radius: 2rem!important;
}
.rounded-lg-top {
    -webkit-border-radius: 2rem 2rem 0 0!important;
    -moz-border-radius: 2rem 2rem 0 0!important;
    border-radius: 2rem 2rem 0 0!important;
}
.rounded-lg-bottom {
    -webkit-border-radius: 0 0 2rem 2rem!important;
    -moz-border-radius: 0 0 2rem 2rem!important;
    border-radius: 0 0 2rem 2rem!important;
}
.rounded-circles {
    -webkit-border-radius: 5rem!important;
    -moz-border-radius: 5rem!important;
    border-radius: 5rem!important;
}


.btn-custom {
    background-color: #1f396e;
    background-image: none;
    color: #fff;
    border-color: #1f396e!important;
}
.btn-outline-custom {
    background-color: transparent;
    background-image: none;
    color: #1f396e;
    border-color: #1f396e!important;
}
.btn-outline-custom.disabled {
    background-color: #eee!important;
    background-image: none;
    color: #1f396e!important;
    opacity: .65;
    border-color: #ccc!important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-outline-custom:hover,
.btn-outline-custom:focus {
    background-color: #284a8e!important;
    color: #fff!important;
}
.btn-outline-custom.disabled:hover,
.btn-outline-custom.disabled:focus {
    background-color: #f4f4f4 !important;
    color: #1f396e!important;
}

.waConsul div {
    text-align: left;
}

.waConsul i {
    backface-visibility: hidden;
    transform-origin: top right;
    animation-name: bellshake;
    animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
    animation-iteration-count: infinite;
}
@keyframes bellshake {
    2%, 18% {
        transform: rotate(0);;
    }

    4%, 16% {
        transform: rotate(5deg);
    }

    6%, 10%, 14% {
        transform: rotate(-5deg);
    }

    8%, 12% {
        transform: rotate(4deg);
    }

    18.1% {
        transform: rotate(0);
    }
}

/*.container {*/
    /*border-left: 1px solid red;*/
    /*border-right: 1px solid red;*/
/*}*/

@media (min-width: 1400px) {
    /*.container-xxl,*/
    /*.container-xl,*/
    /*.container-lg,*/
    /*.container-md,*/
    /*.container-sm,*/
    /*.container {*/
    /*    max-width: 1300px;*/
    /*}*/
}





/*Slick Arrow*/
.slick-slider .slick-arrow {
    background: #fff!important;
    backdrop-filter: blur(5px);
    width: 3rem;
    height: 3rem;
    top: 50%;
    z-index: 5;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    /*transform: translateY(-120%);*/
    transform: translateY(-50%);
    /*-webkit-transition: all 0.1s ease-in-out;*/
    /*-moz-transition: all 0.1s ease-in-out;*/
    /*-ms-transition: all 0.1s ease-in-out;*/
    /*-o-transition: all 0.1s ease-in-out;*/
    /*transition: all 0.1s ease-in-out;*/
    -webkit-box-shadow: 0 0 7px -3px #000;
    -moz-box-shadow: 0 0 7px -3px #000;
    box-shadow: 0 0 7px -3px #000;
}
.slick-slider .slick-arrow.slick-disabled,
.slick-slider .slick-arrow.slick-disabled:hover,
.slick-slider .slick-arrow.slick-disabled:visited,
.slick-slider .slick-arrow.slick-disabled:active {
    background: #fff!important;
    cursor: default!important;
}
.slick-slider .slick-arrow.slick-disabled::before {
    color: #333!important;
}
.slick-slider .slick-arrow:active {
    background: #3cacb0!important;
    /*backdrop-filter: blur(0);*/
}
/*.slick-slider .slick-prev.slick-disabled {left: -5rem!important;}*/
/*.slick-slider .slick-nextslick-disabled {right: -5rem!important;}*/
.slick-slider .slick-prev,
.slick-slider:hover .slick-prev {left: -.5rem!important}
.slick-slider .slick-next,
.slick-slider:hover .slick-next {right: -.5rem!important}


.slick-slider#upcomingSlide .slick-arrow {
    -webkit-transform: translateY(-242%);
    -moz-transform: translateY(-242%);
    -ms-transform: translateY(-242%);
    -o-transform: translateY(-242%);
    transform: translateY(-242%);
}
.slick-slider .slick-arrow::before {
    font-family: bootstrap-icons !important;
    color: #3cacb0;
}
.slick-slider .slick-arrow:active::before {
    color: #3cacb0
}
.slick-slider .slick-prev::before {
    content: "\f284";
}
.slick-slider .slick-next::before {
    content: "\f285";
}

#topbanner-slide.slick-slider .slick-prev {
    display: none!important;
    left: -50%!important;
}
#topbanner-slide.slick-slider .slick-next {right: 1.5rem!important;}
#topbanner-slide.slick-slider:hover .slick-prev {left: 1.5rem!important;}
#topbanner-slide.slick-slider:hover .slick-next {right: 1.5rem!important;}




/*Slick dot*/
.slick-dots {}
.slick-dots li {
    background-color: #ccc;
    width: 9px;
    height: 9px;
    border: 0;
    /*margin-bottom: 1.1rem;*/
    position: relative;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    -webkit-transition: All 200ms linear;
    -moz-transition: All 200ms linear;
    -ms-transition: All 200ms linear;
    -o-transition: All 200ms linear;
    transition: All 200ms linear;
    display: inline-block;
}
.slick-dots li button {
    display: none;
}
.slick-dots li,
.slick-dots li {
    background-color: #ccc;
    width: .375rem;
    height: .375rem;
}
.slick-dots li.slick-active {
    background-color: #3cacb0!important;
    width: 1.8rem;
}


.navbar .navbar-brand {
    /*width: 6rem;*/
}
.navbar .navbar-brand .imgCont{
    width: 3.8rem;
}


/*TOP SLIDER*/
.topHeader {
    background: linear-gradient(to left, #ffffff00 70%, #f0f1f1 100%);
}

.imgWraps {
    max-width: 38rem;
    /*border: 1px solid red;*/
}

.topHeader .imgCont.banner {
    /*width: 30rem;*/
    z-index: 5;
    position: relative;
}

.topHeader .imgCont.mini1 {
    width: 11rem;
    top: 7rem;
    right: 7rem;
    z-index: 0;
    border: 4px solid #e4e4e4;
    box-shadow: 0 1px 5px 1px #b6b6b6;
}
.topHeader .imgCont.mini2 {
    width: 11rem;
    top: 8rem;
    left: -2rem;
    z-index: 4;
    border: 4px solid #e4e4e4;
    box-shadow: 0 1px 5px 1px #b6b6b6;
}
.topHeader .imgCont.mini3 {
    width: 13rem;
    bottom: 6rem;
    right: 3rem;
    border: 4px solid #e4e4e4;
    box-shadow: 0 1px 5px 1px #b6b6b6;
}
.topHeader h1 {
    font-size: 3.5rem !important;
}


/*ABOUTUS*/
.aboutus .statistic .card {
    background: #8005e7;
    background: -moz-linear-gradient(49deg, #8005e7 0%, #5159f0 58%);
    background: -webkit-linear-gradient(49deg, #8005e7 0%, #5159f0 58%);
    background: linear-gradient(49deg, #8005e7 0%, #5159f0 58%);
}

/*CONSTRAINT*/
.constraint {
    background: linear-gradient(to right, #ffffff00 40%, #f0f1f1 100%);
}

/*.constraint::before {*/
/*    content: '';*/
/*    !*background: linear-gradient(50deg, #6e00ff 0, #bb00ff 100%) !important;*!*/
/*    background-color: #fff;*/
/*    width: 130%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: -1rem;*/
/*    transform: rotate(-7deg);*/
/*    border-bottom-left-radius: 3rem;*/
/*    z-index: 10;*/
/*}*/
/*.constraint::after {*/
/*    content: '';*/
/*    background-color: #F0F1F1 !important;*/
/*    height: 10rem;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 0;*/
/*}*/

.fill-white {
    /*fill: #F0F1F1!important;*/
    fill: #ffffff!important;
}

.shape-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateZ(0);
    overflow: hidden;
}

.shape-line {
    min-height: 19px;
}

.shape-position-bottom {
    bottom: 0;
    margin-bottom: -1px;
}


.constraint .list {
    /*background: linear-gradient(-43deg, #dc3545 50%, #0c84c2 119%);*/
}
.constraint .icons:not(.imgCont),
.solutions .icons:not(.imgCont) {
    background-image: url("../img/icons_sprite.png");
    background-repeat: no-repeat;
    min-width: 4rem;
    height: 4rem;
    display: inline-block;
}
.aboutus .imgCont.icons,
.constraint .imgCont.icons,
.solutions .imgCont.icons {
    /*background-color: #0a53be;*/
    min-width: 5rem;
    height: 4rem;
    text-align: center;
    display: inline-block;
}
.constraint .icons:not(.imgCont).type-1 {
    background-position: 0 0;
}



/*SOLUTIONS*/
.solutions {
    background: linear-gradient(to bottom, #ffffff00 30%, #f0f1f1 80%);
}
.constraint .imgCont.banner,
.solutions .imgCont.banner {
    max-width: 30rem;
}
@media screen and (max-width: 1050px) {
    .constraint h2,
    .solutions h2 {
        position: absolute;
        top: 2rem;
        left: 0;
        right: 0;
    }
    .constraint h2 {
        top: 1rem;
    }
    .constraint .row,
    .solutions .row,
    .constraint .row .list,
    .solutions .row .list {
        padding-top: 2rem;
    }
}

/*Back To Shop*/
#back-to-top .btt,
#back-to-top .cAction {
    width: 4rem;
    height: 4rem;
    z-index: 80;
    position: fixed;
    bottom: -40%;
    right: .4rem;
}
#back-to-top .btt {
    background-color: #f6f6f6 !important;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.3rem;
    border: 2px solid #227fc0;
    overflow: hidden;
    z-index: 80;
    text-align: center;
    position: fixed;
    right: .5rem;
    bottom: -40%;
    border-radius: 5rem;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
#back-to-top .btt:active {
    background-color: #227fc0 !important;
    color: #fff;
}
#back-to-top .arrow-icon {
    fill: #227fc0;
    stroke: #227fc0;
    margin-top: 0;
    margin-left: 0;
    transform: rotate(-90deg);
    display: inline-block;
}
#back-to-top .btt:active .arrow-icon {
    fill: #fff;
    stroke: #fff;
}
#back-to-top:hover .btt {
    color: #252a2e
}
#back-to-top .btt .fa {
    font-size: 40px;
    color: #fff;
    line-height: 100%;
    position: absolute;
    top: 3px;
    left: 12.1px
}
#back-to-top .btt span {
    font-size: 8px;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    bottom: 11px;
    left: 10.5px;
    text-transform: uppercase
}
#back-to-top.active .btt {
    bottom: .5rem;
}
#back-to-top.active .cAction {
    bottom: 5rem;
}


/*TESTIMONY*/
.testimony .card {
    border-color: #a4d3d8!important
}



/*FOOTER*/
footer .bank {
    border: 1.8px dashed #39a4a8;
}
footer .copy,
footer .banks {
    border-top-color: #2c8689!important;
}
footer .copy::before,
footer .banks::before {
    content: '';
    border-top: 1px solid #47cdd2!important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

/*PROCESSING*/
.proccessing {
    background-color: rgba(0, 0, 0, 0.42);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1070;
    display: none;
}
.proccessing .box{
    min-width: 12rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.proccessing.active {
    display: block;
}



.logo-float {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}
.logo-float .imgCont{
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.logo-float.wave::before,
.logo-float.wave::after {
    content: '';
    background-color: rgb(218 214 214 / 53%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.3);
    border-radius: 50%;
    display: block;
}
.logo-float.wave::after {
    background-color: rgba(231, 230, 230, 0.29);
    transform: scale(1.6);
}

main {
    padding-top: 4.8rem;
}


/*SERVICES*/
.services {}
.services .card {
    /*border-color: #a4d3d8!important;*/
}
.services .card-header {
    position: relative;
}
.services .card-header::before {
    content: '';
    /*background-color: #3cabaf;*/
    background: #3cacb0;
    background: linear-gradient(23deg, #3cacb0 0%, #227FC0 70%);
    height: 5rem;
    position: absolute;
    bottom: -4rem;
    left: 0;
    right: 0;
    border-radius: .75rem .75rem 0 0;
    z-index: 2;
}
.services .card-body {
    background: #3cacb0;
    background: linear-gradient(47deg, #3cacb0 0%, #227FC0 70%);
    position: relative;
    z-index: 5;
}


.homecare .stepOrder .card-header span {
    background-color: #be2222;
    font-size: 1.5rem;
    min-width: 2rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: .5rem;
    right: .5rem;
    border-radius: 1rem;
}

/*.homecare .stepOrder .card-header .imgCont {*/
/*    width: 10rem;*/
/*    height: 8rem;*/
/*}*/

@media screen and (min-width: 990px){
    .homecare .stepOrder .card-header .imgCont {
        width: 10rem;
        height: 8rem;
    }
    .topHeader {
        height: calc(100vh - 5rem);
    }
}


.homecare .stepOrder .big-one {
    bottom: 0;
}


.homecare .consulNow a {
    color: #fff;
}
.homecare .consulNow .waConsul {
    border: 2px solid #1b73b0!important;
}
.wa-icon {
    background: url(../img/wa_icon.png) 0 0/contain no-repeat;
    width: 30px;
    height: 30px;
    animation-name: bellshake;
    animation-timing-function: cubic-bezier(0.36, 0.07, 0.19, 0.97);
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.1s;
    animation-iteration-count: infinite;
}

.waConsul i {
    backface-visibility: hidden;
    transform-origin: top right;

}
@keyframes bellshake {
    2%, 18% {
        transform: rotate(0);;
    }

    4%, 16% {
        transform: rotate(5deg);
    }

    6%, 10%, 14% {
        transform: rotate(-5deg);
    }

    8%, 12% {
        transform: rotate(4deg);
    }

    18.1% {
        transform: rotate(0);
    }
}

@keyframes ripple{
    0% { transform: scale(1); }
    30% { transform: scale(1.3); opacity:1; }
    50% { transform: scale(1.6); opacity:1; }
    70% { transform: scale(1.9); opacity:1; }
    100% { transform: scale(2.3); opacity:0; }
}
@media screen and (max-width: 1200px) {
    .container {
        max-width: 95%;
    }
}
@media screen and (max-width: 1070px) {
    .card .w-50 {
        width: 100% !important;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 990px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .w-90,.w-80, .w-75 {
        width: 100%!important;
    }
    .homecare .topHeader .container::before {
        width: 100%;
    }
    .homecare .service .imgCont {
        min-width: 100%;
        max-width: 100%;
    }
    .homecare .service .imgCont img {
        width: 100%;
    }
    .homecare .contactInfo a i {
        font-size: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .homecare .topHeader .wraps {
        max-width: 90%;
    }
}
@media screen and (max-width: 640px) {
    .w-65 {
        width: 100%!important;
    }
    .homecare .topHeader .wraps {
        max-width: 100%;
        transform: translateY(-50%);
    }
    .homecare .topHeader .container::before {
        background: linear-gradient(to right, #ffffffb0 50%, rgb(255 255 255 / 79%) 100%);
    }

}
@media screen and (max-width: 580px) {
    .whyChooseUs::before {
        width: 100%;
        left: -1rem;
    }
    .topHeader h1 {
        font-size: 3rem !important;
    }
    .topHeader .imgCont.mini1 {
        width: 9rem;
        top: 8rem;
        right: 1rem;
    }
    .topHeader .imgCont.mini2 {
        width: 10rem;
        top: 9rem;
        left: 0;
    }
    .topHeader .imgCont.mini3 {
        width: 11rem;
        bottom: 1rem;
        right: 0;
    }
    .topHeader .imgCont.mini3 {
        display: none;
    }
}
@media screen and (max-width: 480px){
    .navbar .navbar-brand {
        padding: 0;
    }
    .navbar .navbar-brand .imgCont {
        width: 4rem;
    }
    .navbar .navbar-brand .fs-5 {
        font-size: 1rem!important;
    }
    .navbar .navbar-brand .fs-5 + .fs-md {
        font-size: .575rem!important;
    }
    main {
        padding-top: 4rem;
    }
    .topHeader h1 {
        font-size: 2.5rem !important;
    }
    .navbar .waConsul div {
        font-size: .7rem !important;
    }
    .navbar .waConsul .wa-icon {
        width: 30px;
        height: 30px;
    }
}