.mobile {
    display: none;
}

.desktop {
    display: block;
}

.modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.store_notice {
    transition: all 0.5s;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    min-height: 42px;
    font-size: 13px;
    padding: .75em 0;
    text-align: center;
    /* box-shadow: 0 1px 1em rgb(0 0 0 / 20%); */
    display: block;
    background-color: #f3f3f3ff;
    color: #000;
}

.bg-dark-custom {
    box-shadow: 0 1px 1em rgb(0 0 0 / 20%);
}

.main-header .main-menu ul li.top-btn-login {
    background-color: #666666;
    border-radius: 10px;
}

.main-header .main-menu ul li.top-btn-login a {
    border: 1px solid #666666;
    padding: 16px;
    border-radius: 10px;
    min-width: 155px;
    color: #fff !important;
    background: #666666;
    text-align: center;
}

.main-header .main-menu ul li.top-btn-registration {
    background-color: #0A81F7;
    border-radius: 10px;
}

.main-header .main-menu ul li.top-btn-registration a {
    border: 1px solid #0A81F7;
    padding: 16px;
    border-radius: 10px;
    min-width: 166px;
    color: #fff !important;
    background: #0A81F7;
    text-align: center;
}

.td-tbn-login {
    width: 15%;
    font-weight: 700;
    border-right: 9px solid transparent;
}

.td-tbn-register {
    font-weight: 700;
    width: 15%;
}

/* .td-tbn-ads {
    width: 12%;
    font-weight: bold;
} */
.td-tbn-ads .top-button-register {
    margin-right: 10px;
}

.top-button-login {
    border: 1px solid #666;
    padding: 12px;
    border-radius: 10px;
    display: block;
    color: #fff !important;
    background: #666;
    text-align: center;
}

.top-button-register {
    border: 1px solid #0A81F7;
    padding: 12px;
    border-radius: 10px;
    display: block;
    color: #fff !important;
    background: #0A81F7;
    text-align: center;
}

.pd-1 {
    padding: 10px 0;
}

.slide_header {
    overflow: hidden;
    min-width: 100%;
    width: 0;
    margin: 0px;
    display: inline-block;
    text-align: left;
}

.popover__wrapper:hover #toggle-search {
    color: #0A81F7
}

.slide_header a {
    color: #0A81F7;
    text-decoration: none;
}

.slide_header a:hover {
    text-decoration: underline;
}

.slide_header a strong {
    color: #272727;
    font-weight: 700;
}

.btn-menu-declaration {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-menu-declaration {
    color: #0A81F7;
    padding: 0px 12px;
    border-radius: 10px;
    margin-top: -10px;
    display: inline-block;
    border: 1px solid #0A81F7;
    text-decoration: none;
}

.btn-menu-declaration:hover {
    background: #0A81F7;
    color: #fff;
    text-decoration: none;
}

/* .logo-bank {
    padding-top: 10px;
} */
.logo-bank a {
    color: #0A81F7;
}

.logo-bank img {
    width: 32%;
    height: auto;
}

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

.logo-bank img:hover {
    transform: scale(1.5);
    box-shadow: 1px 1px 1px 1px #666;
}

.main-menu {
    background: rgb(0 0 0 / 0%);
    display: flex;
    /* border: 1px solid #dcdcdc; */
    border-right: 0;
    border-left: none;
    /* position: absolute; */
    /* top: 193px; */
    right: 0;
    left: 0;
    z-index: 9;
}

table.desktop.w-100 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.menu-tablet {
    display: none;
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.ul_desktop {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 3rem;
}

.menu-list {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* width: calc(50% / 6); */
    margin: 0;
}

.main-menu ul li.menu-btn-salepower,
.main-menu ul li.menu-btn-aio {
    width: calc((50% / 6) * 2) !important;
}


.main-menu ul li.menu-btn-salepower a,
.main-menu ul li.menu-btn-aio a {
    border: 1px solid #0A81F7;
    border-radius: 10px;
    color: #fff !important;
    background: #0A81F7;
    margin-top: 3px;
    padding: 10px !important;
}

.main-menu ul li.menu-btn-salepower a.top-button-grant-image {
    border: 1px solid #0A81F7;
    border-radius: 10px;
    color: #0A81F7 !important;
    background: #fff !important;
}

.main-menu ul li.menu-btn-salepower a.top-button-grant-image:hover {
    color: #fff !important;
    background: #0A81F7 !important;
}

.main-menu ul li.menu-btn-salepower,
.main-menu ul li.menu-btn-aio {
    padding: 0 1rem;
}

.main-menu ul li.menu-right {
    width: calc(50% / 5.5);
}

.main-menu ul li {
    float: left;
    position: relative;

}

.main-menu ul li:first-child {
    /* width: calc(50% / 14); */
    /* margin-left: 1.5px;
    margin-right: 1.5px; */
}

.main-menu ul li:last-child {
    width: calc(50% / 13 + 50% / 5.5 - 6px * 14);
}

.main-menu ul li {
    /* margin-left: 1.5px;
    margin-right: 1.5px; */
    /* border-radius: 10px; */
}

.main-menu ul li:first-child {
    margin-left: 0;
    /* margin-right: 1.5px; */
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

/* .main-menu ul li:first-child {
    width: calc(50% / 14);
}
.main-menu li.contact-us{
    width: calc(60px + calc(95% / 14));
} */
.main-menu ul li a {
    color: #666;
    padding: 14px 0;
    font-weight: 700;
    display: block;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
    text-transform: capitalize;
}

.main-menu ul li.active {
    background: #fff;
    color: #0A81F7;
    border-color: #ffffff;
}

.main-menu ul li.active a {
    color: #0A81F7;
}

.main-menu ul li:hover {
    /* background: #0A81F7; */
    color: #0A81F7;
    /* border-color: #0A81F7; */
}

.main-menu ul li:hover>a {
    color: #0A81F7;
}

.main-menu ul li.menu-right:hover a {
    text-decoration: none;
    color: #0A81F7;
}

.main-menu ul ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 99999;
    background: #fff;
    width: 200px;
    border: 1px solid #ccc;
}

.main-menu ul.dropdown li {
    border-bottom: 1px dashed #ccc;
    float: none;
}

.main-menu ul.dropdown li a {
    padding: 6px 13px;
}

.main-menu ul li.menu-right a {
    color: #666;
}

/* .main-menu.header-sticky.sticky-bar {
    margin-top: 92px;
} */

/* .main-menu ul li.menu-right:hover {
    background: #A9A9A9 !important;
} */
/* .main-menu ul li.menu-right:hover > a {
    background-color: #ffffff !important;
    color:#000
} */
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    z-index: 9999;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background: #fff;
    transition: all .9s;
}

.header-area .sl-header {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    height: 20px;
}

.load-slide-header {
    width: 100%;
}

.header-area .t-100 {
    position: absolute;
    top: 69px;
}

#myNav.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: .5s;
}

#myNav.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
}

#myNav.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 14px;
    color: #c9c9c7;
    display: block;
    transition: .3s;
}

#myNav.overlay a:hover,
.overlay a:focus {
    color: #fff !important;
}

#myNav.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
}

#myNav .overlay-content {
    position: relative;
    top: 19%;
    left: 10px;
    width: 100%;
    text-align: left;
    margin-top: 0;
}

/* Baner */
#main-wrapper {
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.distance-top {
    margin-top: 1.7rem;
}

.home-banner img {
    /* width: 100%; */
    height: auto;
}

.home-banner .carousel-caption {
    position: absolute !important;
    left: auto;
    right: auto;
    font-size: 18px;
}

.home-banner.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.home-banner .slick-prev,
.home-banner .slick-next {
    color: #333;
    font-size: 16px;
}

.home-banner .slick-prev,
.home-banner .slick-next {
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -10px;
    top: 30%;
    color: #fff;
}

.home-banner .slick-prev {
    padding: 15px 30px 15px 15px;
    border-radius: 0 5px 5px 0;
}

.home-banner .slick-next {
    padding: 15px 15px 15px 39px;
    border-radius: 5px 0 0 5px;
}

.home-banner .slick-next:before,
.home-banner .slick-prev:before {
    content: '';
}

.home-banner .slick-prev i {
    margin-right: 10px;
}

.home-banner .slick-prev i,
.home-banner .slick-next i {
    font-size: 30px;
}

.home-banner .slick-prev span {
    position: absolute;
    right: 15px;
    top: 53%;
}

.home-banner .slick-next span {
    position: absolute;
    left: 15px;
    top: 53%;
}

.home-banner .slick-prev:hover,
.home-banner .slick-next:hover {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}

.home-banner .slick-next {
    right: -20px;
}

.home-banner .slick-prev {
    left: -20px;
    z-index: 2;
}

.carousel-caption {
    display: none;
}

.slick-active .carousel-caption {
    display: block;
}

.carousel-caption {
    font-size: 30px;
    left: 0;
    right: 0;
    padding: 20px 10%;
    color: #3f3f3f !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
    text-align: left;
    padding: 0 10%;
    top: 20% !important;
    /*bottom: 42%!important;*/
    /*background: rgba(0,0,0,0.7);*/
}

.carousel-caption p {
    color: #3f3f3f !important;
    padding: 0;
    margin: 0;
}

.carousel-caption h3 {
    font-size: 40px;
    color: #bc0905;
    font-weight: 400;
    margin-top: 0;
}

.carousel-caption ul {
    padding-left: 18px;
    font-size: 18px;
}

.carousel-caption ul>li {
    list-style-type: disc;
}

@media (min-width: 992px) {
    .carousel-caption p {
        font-size: 18px !important;
    }
}

.list-home-banner .slick-slide img {
    transition: all 500ms ease-in-out;
    transform: scale(1.25, 1.25);
}

.list-home-banner .slick-active img {
    transform: scale(1, 1);
}

/* block_adverts */
.main-header,
.count-data-section,
.block_adverts,
.home-guide,
.promotions-section,
.about-low-area,
.service-area-content,
.our-customer-content,
.footer-content {
    width: 90%;
    margin: 0 auto;
    position: relative;

}

.block_adverts {
    margin-top: -171px;
}

.wrap_adverts div {
    height: 330px;
}

.wrap-content-adverts {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 15px 0px 15px;
    box-shadow: 4px 3px 12px 0 rgba(73, 73, 73, 0.3);
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.wrap_adverts div img.icon-ad {
    height: auto !important;
}

.wrap_adverts div img {
    height: 100%;
    width: auto;
}

.icon-ad {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 65px;
    height: auto;
}

.wrap_adverts div img {
    height: 100%;
    width: auto;
}

/* test*/
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.c100 {
    z-index: 99;
}

.c100 *,
.c100 *:before,
.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.c100 {
    position: relative;
    font-size: 160px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 10px auto;
    background-color: #eee;
}

.c100 div.content {
    font-size: 18px !important;
    z-index: 999;
    position: absolute;
    top: 35%;
    left: 29%;
    text-align: center;
    color: #2777b7 !important;
    text-transform: uppercase;
    font-weight: 700;
}

.c100 div.content strong {
    font-size: 12px !important;
    color: #2777b7;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100:after {
    position: absolute;
    top: 0.04em;
    left: 0.04em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #fff;
    width: 0.92em;
    height: 0.92em;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}

.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #307bbb;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.border-red {
    border-color: #0A81F7 !important;
}

.border-blue {
    border-color: blue !important;
}

.border-yellow {
    border-color: yellow !important;
}

.border-green {
    border-color: green !important;
}

.border-pink {
    border-color: pink !important;
}

.border-grey {
    border-color: #62656b !important;
}

/* features-section */

.features-section h1 {
    color: #0A81F7;
}

.home-guide-slide {
    width: 100%;
}

.features-content {
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 3px 15px 0px;
    box-shadow: 4px 3px 12px 0 rgba(73, 73, 73, 0.3);
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.features-section .features-content .normal {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    color: rgba(52, 73, 94, .6);
    text-align: center;
    padding: 10px;
}

.features-section .features-content .normal img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 18px;
    display: grid;
}

.features-section .features-content .normal p {
    margin-bottom: 0;
}

.features-section .features-content .normal span.img_fe {
    background-image: url(../images/employee.png);
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: grid;
    margin-bottom: 20px !important;
    pointer-events: none;
}

.features-section .features-content .normal span.img_fe {
    background-position: 6% 0;
}

.features-section .features-content .info {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 27px 0px 0px;
    top: 0;
    left: 0;
    text-align: center;
    border-radius: 4px;
    pointer-events: none;
    background-color: #0A81F7;
    opacity: 0;
}

.out-right .info {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right .3s ease 0s 1 forwards;
    animation: out-right .3s ease 0s 1 forwards;
    opacity: 1;
}

.features-section .features-content .info img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 18px;
    display: grid;
}

.features-section .features-content .info p {
    margin-bottom: 0;
}

/* .features-section .features-content .info span.img_fe{
    background-image: url(../images/employee_w.png);
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: grid;
    margin-bottom: 20px!important;
    pointer-events: none;
}
.features-section .features-content .info span.img_fe {
    background-position: 7% 56%;
} */
.features-section .features-content .info p {
    color: #fff;
    text-align: center;
}

.features-content:hover .info {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: in-top .7s ease 0s 1 forwards;
    animation: in-top .7s ease 0s 1 forwards;
    opacity: 1;
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

/* .features-content:hover p{
    color: #fff;
} */
/*romotion */

.wrap_promotion div {
    height: 330px;
}

.wrap_promotion .slick-slide {
    width: auto !important;
}

.wrap-content-promotion {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 15px 0px 15px;
    box-shadow: 4px 3px 12px 0 rgba(73, 73, 73, 0.3);
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.wrap_promotion div img {
    height: 100%;
    width: auto;
}

/* .wrap_promotion {
    margin: 0 15px;
} */

.wrap_promotion .slick-prev {
    z-index: 1;
}

.wrap_promotion .slick-next {
    z-index: 1;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.wrap_promotion .slick-prev,
.wrap_promotion .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.slick-prev::before {
    content: '←';
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap_promotion .slick-prev:before,
.wrap_adverts .slick-prev:before {
    color: #000;
}

.wrap_promotion .slick-next:before,
.wrap_adverts .slick-next:before {
    color: #000;
}

/* about-low-area */
.about-low-area h3 {
    color: #0A81F7;
}

.about-low-area .single.bd-1::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    background: #ececee;
    bottom: 0;
    right: 10%;
    top: 40%;
}

.about-low-area .single .single-counter {
    align-items: center;
}

.about-low-area .single .single-counter .counter {
    color: #c80000;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
}

.about-low-area .single .single-counter p {
    position: absolute;
    top: 40%;
    color: #c80000;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.about-low-area .about-caption p {
    font-size: 16px;
    color: #071112;
    line-height: 1.6;
    padding-right: 50px;
}

.about-low-area .single .pera-count p {
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

/* our-client */
.our-client {
    padding: 40px 0 0 0;
}

.home-client div {
    height: 70px;
}

.home-client .slick-slide img {
    max-height: 50px;
    width: auto;
}

.home-client .slick-slide {

    margin: 5px 13px;
}

.home-client div img {
    height: 100%;
    width: auto;
}

.home-client .slick-slide img {
    max-height: 60px;
    width: auto !important;
}

.our-client .slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.wrap_adverts .slick-slide,
.home-client .slick-slide {
    width: auto !important;
}

.home-client .slick-next,
.home-client .slick-prev {
    display: none !important;
}

/* emargency-care */
.emargency-care {
    padding: 130px 0;
}

.section-img-bg2 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.section-background-bg2 {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

#show_free_consultation .modal-body {
    max-height: 800px;
    overflow-y: scroll;
}

.emargency-care .single-emargency {
    padding: 65px 50px 65px 60px;
    background-image: url(../images/unnamed.png);
    background-repeat: no-repeat;
    text-align: center;
    width: 490px;
    height: 505px;
    display: flex;
    align-items: center;
}

.emargency-care .single-emargency .emargency-cap h5 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.emargency-care .single-emargency .emargency-cap p {
    margin-bottom: 20px;
    color: #fff;
}

.emargency-care .single-emargency .emargency-cap .emargenc-cap {
    margin-bottom: 35px;
}

.emargency-care .single-emargency .emargency-cap .border-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    text-transform: normal;
    padding: 15px 34px !important;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: color .4s linear;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
}

.emargency-care .single-emargency .emargency-cap .border-btn:hover {
    color: #0A81F7;
}

.emargency-care .single-emargency .emargency-cap .border-btn::before {
    background: #fff;
    color: #0A81F7;
}


/* our-customer */

.our-customer .our-customer-wrapper .section-tittle h3 {
    font-weight: 700;
    color: #0A81F7;
}

.customar-active .draggable {
    padding: 0 !important;
}

/* .customar-active .single-customer{
    min-height: 396.5px;
} */
.our-customer .single-customer .what-img {
    margin-bottom: 20px;
}

.our-customer .single-customer .what-img img {
    background-repeat: no-repeat !important;
    border-radius: 100%;
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 30px;
    background-position: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-size: 100%;
}

/*bounce up animation for the subject*/

.bounce-up .view-section {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .view-section {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/* footer */

.footer-menu {
    list-style: none;
    padding-left: 0;
}

.footer-menu li {
    float: left;
    margin-right: 20px;
}

.footer-menu li a {
    color: #515e6d;
}

.footer-last-item ul li {
    margin: 0 30px;
}

.footer-last-item ul li:first-child {
    margin-left: 0;
}

.cookie_div {
    position: fixed;
    bottom: 0px;
    background-color: #FFF;
    padding: 15px;
    right: 0;
    z-index: 99999;
    /*border: 1px solid #dcdcdc;*/
    border-top: 3px solid #DA3C77;
    border-left: 3px solid #DA3C77;
    font-size: 16px;
    display: block;
    max-width: 27em;
    line-height: 1.4em;

}

.cookie_div p {
    font-size: 85%;
    line-height: 20px;
    margin-bottom: 10px;
}

.cookie_div strong {
    color: #000;
}

.cookie_div strong {
    font-weight: 700;
}

.cookie_div .btn-submit {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #DA3C77), color-stop(1, #DA3C77));
    background: -moz-linear-gradient(top, #DA3C77 5%, #DA3C77 100%);
    background: -webkit-linear-gradient(top, #DA3C77 5%, #DA3C77 100%);
    background: -o-linear-gradient(top, #DA3C77 5%, #DA3C77 100%);
    background: -ms-linear-gradient(top, #DA3C77 5%, #DA3C77 100%);
    background: linear-gradient(to bottom, #DA3C77 5%, #DA3C77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DA3C77 ', endColorstr='#DA3C77 ', GradientType=0);
    background-color: #DA3C77;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #DA3C77;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    padding: 3px 12px;
}

/* modal */
.modal-backdrop {
    z-index: 9999999;

}

.modal {
    z-index: 99999999;
}

#myCarouselAdvertisementModal,
#myCarouselPromotions {
    width: auto !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

/* .carousel-inner > .carousel-item {
    height: 80vh;

} */
.carousel-inner>.carousel-item>a {
    position: relative;
    height: 100%;
}

.carousel-inner>.carousel-item>a>img {
    height: 100%;
    width: 100%;
    margin: auto;
}

.selected img {
    opacity: 0.5;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    border: none;
}

.carousel-control {
    width: 0%;
}

.carousel-control-prev-icon {
    color: grey;
    font-size: 40px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #000;
    text-align: center;
    opacity: 1;
}

.carousel-control-prev {
    left: -5%;
}

.carousel-control-next {
    right: -2.5%;
}

.carousel-control-prev .slick-prev:before,
.carousel-control-next .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.free-consultation {
    position: fixed;
    bottom: 20px;
    right: 140px;
    width: 100px;
    cursor: pointer;
    z-index: 999;
}

.free-consultation img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

#show_free_consultation h4 {
    font-weight: 700;
    color: #0A81F7;
    margin: 10px auto;
    width: 100%;
}

#show_free_consultation .modal-header .close {
    padding: 0;
    margin: 0;
}

#show_free_consultation ul {
    padding-left: 22px;
}

#show_free_consultation ul {
    margin-top: 0;
    margin-bottom: 10px;
}

#show_free_consultation ul li {
    list-style: disc;
}

#show_free_consultation .red {
    padding-left: 18px;
    color: #0A81F7;
}

#show_free_consultation label {
    color: #212529;
    margin-bottom: 0;
    padding-left: 14px;
}

#show_free_consultation .btn-primary {
    color: #fff;
    background-color: #0A81F7;
    border-color: #0A81F7;
}

#show_free_consultation .btn::before {
    background-color: #000;
    border-color: #000;
}

#showImagePromotionsModal .modal-body {
    padding: 0
}

.header-background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-title {
    position: relative;
    margin-bottom: 6px;
}

.breadcrumb1 {
    text-align: center;
    padding: 80px 0px;
    background: transparent;
    font-weight: 400;
    font-size: 40px;
    color: rgb(255, 255, 255) !important;
}

.d-flex-start {
    display: flex;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0A81F7;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0A81F7;
    border-color: #0A81F7;
}

.fb a {
    background: #ccc;
    transition: fill .2s ease-out;
    color: #333;
    text-align: center;
    padding: 7px 10px;
    border-radius: 50%;
}

.fb a:hover {
    background: #969ea7;
    color: #666;
}

.footer-menu li {
    float: left;
    margin-right: 20px;
}

.copy-right {
    clear: both;
    font-size: 13px;
    /* padding-top: 20px; */
    margin-bottom: 0;
    display: flex;
}

/* .menu-mobile {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1009;
} */
.width100p {
    width: 100%
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

#pt-15-1111::before {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 15px;
    height: 15px;
    transform: translate(50%, -50%) rotate(45deg);
    background-color: #3b3b3b;
}

#pt-left-about-1,
#pt-left-about-2,
#pt-left-about-3,
#pt-left-about-4 {
    padding: 20px;
}

.vc_col-sm-6 {
    width: 50%;
}

#pt-left-about-1::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

#pt-left-about .vc_col-sm-6 .vc_column-inner {
    padding: 10px;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

#pt-left-about .vc_col-sm-6 .vc_column-inner .wpb_wrapper {
    background-color: #ffffff;
    padding: 10px;
}

.vc_icon_element {
    line-height: 0;
    font-size: 14px;
    margin-bottom: 35px;
}

.title-standard {
    height: 46px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}

.vc_custom_1633949705200 {
    margin-top: -20px !important;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 35px;
}

.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9 {
    float: left;
}

.vc_col-lg-1,
.vc_col-lg-10,
.vc_col-lg-11,
.vc_col-lg-12,
.vc_col-lg-2,
.vc_col-lg-3,
.vc_col-lg-4,
.vc_col-lg-5,
.vc_col-lg-6,
.vc_col-lg-7,
.vc_col-lg-8,
.vc_col-lg-9,
.vc_col-md-1,
.vc_col-md-10,
.vc_col-md-11,
.vc_col-md-12,
.vc_col-md-2,
.vc_col-md-3,
.vc_col-md-4,
.vc_col-md-5,
.vc_col-md-6,
.vc_col-md-7,
.vc_col-md-8,
.vc_col-md-9,
.vc_col-sm-1,
.vc_col-sm-10,
.vc_col-sm-11,
.vc_col-sm-12,
.vc_col-sm-2,
.vc_col-sm-3,
.vc_col-sm-4,
.vc_col-sm-5,
.vc_col-sm-6,
.vc_col-sm-7,
.vc_col-sm-8,
.vc_col-sm-9,
.vc_col-xs-1,
.vc_col-xs-10,
.vc_col-xs-11,
.vc_col-xs-12,
.vc_col-xs-2,
.vc_col-xs-3,
.vc_col-xs-4,
.vc_col-xs-5,
.vc_col-xs-6,
.vc_col-xs-7,
.vc_col-xs-8,
.vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#pt-left-about-1::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 1px;
    border-left: 1px solid #dfdfdf;
}

#pt-left-about-2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    border-top: 1px solid #dfdfdf;
}

#pt-left-about-3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 30px;
    width: 1px;
    border-left: 1px solid #dfdfdf;
}

.width90 {
    width: 90%;
    margin: 0 auto;
}

#home-count-data-section span.count_company,
#home-count-data-section span.count_employee,
#home-count-data-section span.count_payslip,
#home-count-data-section span.count_feedback {
    font-size: 3rem;
    font-weight: bold;
    color: #0A81F7;
}

span.content_cm {
    padding-bottom: 1rem;
    display: block;
}

.icon_css {
    padding-right: 15px;
}

.w-10 {
    width: 10%
}

.home-guide-css {
    list-style: none;
    padding-left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
}

.wrap-guide {
    margin: 10px;
    padding: 10px 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-align: center;
    border-radius: 16px;
    width: 117px;
    height: 157px;
    width: 100%;
}

.wrap-guide p {
    text-align: center;
    color: #0A81F7;
    line-height: 20px;
}

.wrap-guide img {
    margin: 0 auto;
    height: 47px;
    width: auto;
}

.service-area-content {
    width: 91%;
}

.wrap-guide:hover {
    border: 1px solid #0A81F7;
    transition: all .3s;
}

.how-to-setup {
    padding: 10px;
    background: #fbfbfb;
    color: #fff;
    border: 1px solid #0A81F7;
    border-radius: 10px;
    margin-top: 0.5rem;
    display: inline-block;
    background-color: #0A81F7;
    text-transform: capitalize;
}

.how-to-setup:hover {
    background-color: #fff;
    color: #000 !important
}

.bg-dark-bk {
    background-color: #0A81F7;
}

#toggle-search {
    color: #666;
    cursor: pointer;
}

#toggle-search:hover {
    color: #000
}

#search-form.open {
    max-height: 60px;
    border-radius: 4px;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #595959dc;
    border: none;
    color: #fff;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}

#search-form input[type="search"]::placeholder {
    color: #fff
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #434343ff;
    border: none;
    cursor: pointer;
}

.count_plus {
    font-size: 3rem;
    font-weight: bold;
    color: #0A81F7;
}

.our-customer .dot-style .slick-dots {
    bottom: 2rem;
}

.bd-danger {
    border-color: #0A81F7
}

.mt-n9 {
    margin-top: -1rem;
}

.p30.margin-center.d-flex.align-items-center.justify-content-end .content {
    padding-left: 2rem;
}

#popupImagePartners .close {
    position: absolute;
    right: 22px;
    z-index: 999;
}

#popupImagePartners .modal-content {
    border-radius: 1rem
}

.closes {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.closes {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.bg-contact-us span b {
    color: #fff
}

.img_csss {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.css_images_icon {
    width: 105px;
    display: inline-block;
}

.show_hover_wrap {
    opacity: 0;
}

.hover_wrap-adv:hover .show_hover_wrap {
    display: block;
    opacity: 1;
}

.show_hover_wrap {
    bottom: 0;
    left: 50%;
    transform: translateY(-50%);
    z-index: 9999999999999;
    width: 100%;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.show_hover_wrap a {
    padding: 5px;
    background-color: #0A81F7;
    border-color: #0A81F7
}



/* Common style */
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    display: contents;
}

.grid figure img {
    position: relative;
    display: block;
    /* min-height: 100%; */
    /* max-width: 100%; */
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 1.1em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
    z-index: 1000;
    font-size: 12px;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    background: #0A81F7;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover a {
    opacity: 1;
    color: white;
    z-index: 99999999;
    text-transform: initial;
    line-height: 40px;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#block-adverts-session .slick-prev:before,
#block-adverts-session .slick-next:before {
    color: #000
}

.lb-data .lb-caption a {
    font-size: 16px;
    line-height: 1.3;
    color: #fff !important;
}

.lb-data .lb-details {
    width: 100% !important;
    text-align: center !important;
}

.lb-data .lb-close {
    margin-top: -32px;
}

.our-customer-content .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hidden_c {
    display: none !important;
}

/* .header-area.header-transparrent.header-sticky.sticky-bar {
    height: 92px;
    display: flex;
    align-items: center;
} */

/* .footer-last-item .copy-right ul li {
    display: inline-block;
    margin: 0 60px;
} */
.classset strong {
    font-size: 16px;
}

.single-slider {
    z-index: 1;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* .animation{
    animation-name: test;
    animation-duration: .8s;
}
@keyframes test {
    0%{
        margin-top: -120px;
    }
    100%{
        margin-top: 0px;
    }
}
.main-menu.header-sticky.animation{
    margin-top: 92px;
}
.animation_check{
    animation-name: test_check;
    animation-duration: .5s;
}
@keyframes test_check {
    0%{
        margin-top: -120px;
    }
    100%{
        margin-top: 0px;
    }
} */
.hidden {
    display: none;
}

@media(min-width:1500px) {
    .copy-right .col-lg-7 {
        -ms-flex: 0 0 53.333333%;
        flex: 0 0 53.333333%;
        max-width: 53.333333%;
    }

    .copy-right .col-lg-2 {
        -ms-flex: 0 0 13.666667%;
        flex: 0 0 13.666667%;
        max-width: 13.666667%;
    }

    .copy-right .col-lg-1 {
        -ms-flex: 0 0 9.333333%;
        flex: 0 0 9.333333%;
        max-width: 9.333333%;
    }
}

#beforeFormSearch::before {
    content: '';
    position: absolute;
    width: 100%;
    top: -27px;
    height: 36px;
    left: 0;
}

/* #navbar {
    top: 0px;
    position: fixed;
    transition: all .4s;
    width: 100%;
    background: rgb(255, 255, 255);
} */

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.lb-loader,
.lightbox {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.pl-12 {
    padding-left: 12px;
    padding-right: 12px;
}

.col-6 {
    max-width: unset !important;
}

@media (max-width: 550px) {
    #store_notice {
        display: none;
    }

    .collection__meta h4 {
        text-align: center;
    }

    #help-guide-page img {
        width: unset !important;
    }

    #help-guide-page .collection__photo {
        text-align: center;
        width: 100% !important;
    }
}

#client_list .slick-prev,
#client_list .slick-next {
    display: inline-block !important;
    z-index: 9;
    margin-top: 0px;
}

#client_list .slick-prev::before,
#client_list .slick-next::before {
    color: #000;
}

.swal2-popup {
    padding: 0;
    width: 35%;

    /* width: 35%; */
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: transparent;
    border: none;
    outline: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
    font-size: 30px;
}

.swiper-button-next {
    right: -35px;
}

.swiper-button-prev {
    left: -35px;
}

.swal2-show-img .swal2-html-container {
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.swiper-button-next:after {
    color: #000;
    font-family: 'slick';
    content: '→';
    font-size: 30px;
    line-height: 1;
}

.swiper-button-prev:after {
    color: #000;
    font-family: 'slick';
    content: "←";
    font-size: 30px;
    line-height: 1;
}

.swal2-popup .swal2-actions {
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 1600px) {
    .swal2-popup {
        width: 45%;
    }
}

@media (max-width: 1280px) {
    .swal2-popup {
        width: 55%;
    }
}

@media (max-width: 920px) {
    .swal2-popup {
        width: 65%;
    }
}

@media (max-width: 760px) {
    .swal2-popup {
        width: 75%;
    }
}

@media (max-width: 500px) {
    .swal2-popup {
        width: 95%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 25px;
        height: 25px;
        border-radius: 50%;

    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        color: #000;
        font-size: 20px;
        line-height: 1;
    }

    .swiper-button-next {
        right: -5px;
    }

    .swiper-button-prev {
        left: -5px;
    }
}

.category_list {
    /* padding: 10px 0; */
}

.category-link {
    /* transition: all 0.3s ease-out 0s; */
}

.category-link:hover {
    color: #0A81F7;
    /* font-weight: bold; */
    text-shadow:
        -0.3px -0.3px 0 #0A81F7,
        0.3px -0.3px 0 #0A81F7,
        -0.3px 0.3px 0 #0A81F7,
        0.3px 0.3px 0 #0A81F7;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.row-15 {
    margin-left: -15px;
    margin-right: -15px;
}

#products {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#products .top-button-register {
    width: 50%;
    margin: 0 auto;
}

.function-products {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    height: 100%;
    text-align: center;
    gap: 2rem
}

.function-products>p {
    margin-bottom: 0;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 30px;
    font-weight: 400;
}

.function-products>a.contact-us-button {
    border-radius: 10px;
    padding: 5px 10px;
    border: #0A81F7 1px solid;
    background: none;
    text-align: center;
    width: fit-content;
}

@media(max-width:1200px) {
    #products .top-button-register {
        width: 100%
    }

    #products {
        width: 100%
    }
}

.swal2-close:hover {
    color: #000;
    opacity: .7;
}

.swal2-close {
    opacity: .5;
    font-size: 1.8em;
    color: #000;
}

.swal2-close:focus {
    box-shadow: none !important;
}

.ul_desktop .dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: transparent;
}

.category-ul {
    display: flex;
    flex-direction: column;
    list-style: none;
}

@media (max-width: 768px) {
    .category-ul {
        padding: 10px;
        border-radius: 10px;
        border: 1px solid #dbdbdb;
    }
}
