.suspensionBox {
    position: fixed;
    right: 2.5rem;
    /* 40px / 16px = 2.5rem */
    bottom: 6.25rem;
    /* 100px / 16px = 6.25rem */
    width: 7.625rem;
    /* 122px / 16px = 7.625rem */
    z-index: 99999999;
}
.ql-video{
    width: 100%;
}
.suspensionItem {
    text-align: center;
    padding: 0.875rem 0;
    /* 14px / 16px = 0.875rem */
    margin-bottom: 3rem;
    /* 48px / 16px = 3rem */
    background: #FFFFFF;
    box-shadow: 0px 0.3125rem 0.9375rem 0px rgba(123, 151, 202, 0.56);
    /* 5px / 16px = 0.3125rem, 15px / 16px = 0.9375rem */
    border-radius: 0.625rem;
    /* 10px / 16px = 0.625rem */
    cursor: pointer;
    font-size: 0.875rem;
    /* 14px / 16px = 0.875rem */
    color: #212121;
    line-height: 1.25rem;
    /* 20px / 16px = 1.25rem */
    font-style: normal;
    text-transform: none;
    position: relative;
}

.suspensionItem p {
    margin: 0;
}

.suspensionItem img {
    width: 2rem;
    /* 32px / 16px = 2rem */
    height: 2rem;
    /* display: block; */
    margin: auto;
    margin-bottom: 0.625rem;
    /* 10px / 16px = 0.625rem */
}

.suspensionItem:hover {
    background: #377CF7;
    color: #fff;
}

.phoneBox {
    position: absolute;
    left: -17.4rem;
    /* -264px / 16px = -16.5rem */
    padding: 1.375rem 2.375rem;
    /* 22px / 16px = 1.375rem, 38px / 16px = 2.375rem */
    border-radius: 0.625rem;
    /* 10px / 16px = 0.625rem */
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 0.3125rem 0.9375rem 0px rgba(123, 151, 202, 0.56);
    /* 5px / 16px = 0.3125rem, 15px / 16px = 0.9375rem */
    display: none;
}

.speechPhone:hover .phoneBox {
    display: block;
}

.speech-bubble {
    position: relative;
}

.speech-bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -4.75rem;
    /* -78px / 16px = -4.875rem */
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 1.25rem;
    /* 20px / 16px = 1.25rem */
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.phoneBlock {
    width: 3.125rem;
    /* 50px / 16px = 3.125rem */
    height: 5.625rem;
    /* 90px / 16px = 5.625rem */
    position: absolute;
    right: -2.875rem;
    /* -46px / 16px = -2.875rem */
    top: 0;
}

.phoneNum {
    font-size: 1.625rem;
    /* 26px / 16px = 1.625rem */
    color: #377CF7;
    line-height: 1.8125rem;
    /* 29px / 16px = 1.8125rem */
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.selectCustomerService {
    display: none;
}

.selectConsultingPhone {
    display: none;
}

.selectTryIcon {
    display: none;
}

.customerService:hover .customerService {
    display: none;
}

.customerService:hover .selectCustomerService {
    display: block;
}

.speechPhone:hover .consultingPhone {
    display: none;
}

.speechPhone:hover .selectConsultingPhone {
    display: block;
}

.tryBtn:hover .tryIcon {
    display: none;
}

.tryBtn:hover .selectTryIcon {
    display: block;
}
.hideButtons {
    background: #377CF7;
    position: fixed;
    right: 0;
    bottom: 20rem;
    z-index: 99999;
    width: 1.43rem;
    height: 4.57rem;
    background: #377CF7;
    border-radius: 14px 0 0 14px;
    padding: 1.4rem 0.4rem;
    display: none;
}

.whiterightArrowBtn{
    display: none;
}
.carousel-item {
    height:  40rem;
}
@media (max-width: 768px) {
    .suspensionBox {
        bottom: 20rem !important;
        right: 0;
        border-radius: 14px 0 0 14px;
        box-shadow: 0rem 0.36rem 1.07rem 0rem rgba(123, 151, 202, 0.56);
        background: #fff;
        width: 5.29rem;
        /* display: none; */
    }

    .suspensionItem {
        margin-bottom: 0;
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        cursor: pointer;
        font-size: 0.86rem;
        color: #212121;
        line-height: 1.25rem;
        font-style: normal;
        text-transform: none;
        position: relative;
    }
    .suspensionItem img{
        width: 1.29rem;
        height: 1.29rem;
    }
    .suspensionItem:nth-child(1) {
        border-radius: 10px 0 0 0;
    }

    .suspensionItem:nth-child(2) {
        border-radius: 0;
    }

    .suspensionItem:nth-child(4) {
        border-radius: 0 0 0 10px;
    }

    .whiterightArrow {
        width: 0.71rem !important;
        height: 0.71rem !important;
        margin-bottom: 0.2rem !important
    }

    .whiterightArrowBtn {
        background: #377CF7;
        display: block;
    }
}

