.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.testimonial-box .icon-box-text{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.testimonial-box .icon-box-text .testimonial-meta{
    padding-top: 0 !important;
    order: -1;
}
#footer .ux-menu-link__link{
    border: none;
}
header .hide-for-medium.flex-left{
    max-width: 25%;
    flex: 0 0 25%;
    margin-right: 0;
}
header .hide-for-medium.flex-right{
    max-width: 75%;
    flex: 0 0 75%;
/*     align-items: center; */
    background: rgb(45, 191, 252);
    background: linear-gradient(200deg, rgba(45, 191, 252, 1) 12%, rgba(39, 120, 209, 1) 88%);
    position: relative;
    height: 100%;
/*     display: flex;
    flex-wrap: wrap;
    flex-direction: row; */
}
header .header-nav-main.nav-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
	gap: 10px;

}
header .hide-for-medium.flex-right::after {
    position: absolute;
    content: '';
    background-color: #2DBFFC;
    width: 1000px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -1000px;
}
header .hide-for-medium.flex-right::before{
    position: absolute;
    content: '';
    top: 1px;
    bottom: 0;
    left: -60px;
    width: 0;
    height: 0;
    border-right: 60px solid #2778d1;
    border-left: 0 solid transparent;
    border-top: 90px solid transparent;
}
/* header .header-wrapper.stuck .hide-for-medium.flex-right::before{
    border-top: 70px solid transparent;
} */
header .header-nav-main.nav-right li{
    margin-bottom: 0;
}
header .header-nav-main.nav-right li.menu-item{
	max-width: 110px;
	position: relative;
}
header .header-nav-main.nav-right li.menu-item ul li{
	max-width: initial;
}
header .header-nav-main.nav-right li.menu-item:hover ul{
	visibility: visible;
	max-height: auto;
	opacity: 1;
	left: 0;
}
.criteria-name {
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #2778d1;
}
.text-split {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.criteria-desc.text-split {
    font-size: 18px;
    -webkit-line-clamp: 1;
    margin: -2px 0 4px 0;
}
.criteria-content.text-split {
    font-size: 13px;
    -webkit-line-clamp: 3;
    color: #434343;
    line-height: 23px;
}
#hotline {
    display: none;
}

#hotline.btn-frame i {
    background: var(--background);
}

#hotline.btn-frame .kenit-alo-circle {
    border: 2px solid var(--background);
    border-color: var(--background);
}

#hotline.btn-frame .kenit-alo-circle-fill {
    background-color: var(--background);
}

#hotline.btn-phone span {
    position: absolute;
    --location: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--backgroundText);
    padding: 5px 40px 5px 25px;
    z-index: -1;
    border: 1px solid var(--backgroundText);
    border-radius: 30px;
    color: var(--color);
    font-weight: 700;
    font-size: 17px;
}

.contact-group {
    position: fixed;
    z-index: 999999;
}

.contact-group .icon,.btn-icon-facebook .icon-fb {
    width: 48px;
    height: 48px;
    background: var(--background);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.contact-group .icon:after,.btn-icon-facebook .icon-fb:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24,0,0.38,1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24,0,0.38,1) infinite;
    z-index: -1;
}

.contact-group .icon:before,.btn-icon-facebook .icon-fb:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -7px;
    left: -7px;
    border: 1px solid rgba(243,113,33,0.2);
    border-radius: inherit;
    -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24,0,0.38,1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24,0,0.38,1) infinite;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    z-index: -1;
    background: transparent;
    -webkit-animation-fill-mode: forwards;
}

.contact-group .icon span {
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 240ms linear;
}

.contact-group .icon.active span:first-child {
    transform: rotate(45deg);
    top: 22px;
    left: 11px;
}

.contact-group .icon.active span:nth-of-type(2) {
    transform: scale(0);
}

.contact-group .icon.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 22px;
    left: 11px;
}

.contact-group .icon span:first-child {
    top: 17px;
}

.contact-group .icon span:nth-of-type(2) {
    top: 24px;
}

.contact-group .icon span:nth-of-type(3) {
    top: 31px;
}

.btn-icon-facebook {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
}

.contact-group .button-action-group {
    position: absolute;
    right: -160px;
    bottom: 55px;
    min-width: 220px;
}

.contact-group .button-action-group:not(.active) a {
    display: none;
}

.contact-group .button-action-group a {
    display: block;
    opacity: 0;
    padding: 5px 10px;
    background: var(--backgroundText);
    margin-bottom: 15px;
    color: var(--color);
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    letter-spacing: 1px;
    -webkit-animation: fadeup 1s cubic-bezier(0.24,0,0.38,1);
    animation: fadeup 1s cubic-bezier(0.24,0,0.38,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.contact-group .button-action-group a + a {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.contact-group .button-action-group a i {
    width: 48px;
    height: 48px;
    background: var(--background);
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    margin: -10px 10px -10px -10px;
    box-shadow: 2px 0 7px -2px #00000078;
    position: relative;
}

.contact-group .button-action-group a i:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    border-width: 1px;
    border-left-color: #f1f1f1;
    border-style: solid;
    border-right-color: #f1f1f1;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: rotate 1s cubic-bezier(0.24,0,0.38,1) infinite;
    animation: rotate 1s cubic-bezier(0.24,0,0.38,1) infinite;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
@keyframes pulse-animation {
    0% {
        transform: scale3d(1,1,1);
        opacity: 0;
    }

    10% {
        transform: scale3d(1.1,1.1,1.1);
        opacity: 1;
    }

    100% {
        transform: scale3d(1.6,1.6,1.6);
        opacity: 0;
    }
}
#social {
    position: fixed;
    z-index: 999;
    left: var(--left,inherit);
    right: var(--right,inherit);
    bottom: var(--bottom,inherit);
    display: none;
}
#social .btn-frame {
    position: relative;
    margin: 30px 0px;
}
#social .btn-frame i {
    background-color: var(--background);
}
/* #social .btn-frame img{border-radius:50%;}
*/
#social .btn-frame .kenit-alo-circle {
    border: 2px solid var(--background);
    border-color: var(--background);
}
#social .btn-frame .kenit-alo-circle-fill {
    background-color: var(--background);
}
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn-frame i {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1182fc;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-frame i img {
    vertical-align: middle;
    width: 70%;
}
.btn-frame .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #1182fc;
    opacity: 0.5;
}
.btn-frame .zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}
.btn-frame .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background: rgba(7, 41, 103, 0.35);
    opacity: 0.4;
}
.btn-frame .pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
    50% {
        opacity: 1
    }
}
