.block40 {
    width: 40%;
    float: left;
}

.pl {
    padding: 20px 20px 20px 0px;
}

.pr {
    padding: 20px 0px 20px 20px;
}

.pub {
    padding: 20px 0px;
}

.gap {
    height: 10px;
    width: 100%;
}

.line {
    width: 70px;
    height: 6px;
    background: #FC4F02;
    margin: 0 50%;
    margin-top: 20px;
    display: block;
    border-radius: 0px;
}

.anim {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background: white;
    animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    0% {
        left: 0;
    }
}

.pl {
    padding: 20px 20px 20px 0px;
}

.boxhover1 {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 5%);
    border: 2px solid #fff;
    transition: all 1s ease;
    border-radius: 8px;
    height: 410px;
}

.boxhover1:hover {
    border: 2px solid #FC4F02;
}

.block100 {
    .boxhover2 {
        padding: 30px;
        border: 2px solid #fff;
        border-radius: 5px;
        display: flex;
        align-items: flex-start;
        transition: all 1s ease-out;
        margin: 10px 0px;
    }

    .boxhover2:hover {
        border: 2px solid #407BFF;
    }

    .icon16 {
        float: left;
        margin: 0 20px 80px 0;
    }

    @media(min-width: 0px) and (max-width: 768px) {
        .boxhover2 {
            display: block;
        }

        .hoverShade {
            height: auto;
        }

        .icon16 {
            margin: 0 20px 20px 0;
        }

        .pr {
            padding: 0px;
        }

        .pl {
            padding: 0;
        }

        .swip {
            display: flex;
            flex-direction: column;
        }

        .items1 {
            order: 2
        }

        .items2 {
            order: 1
        }

        .plr {
            padding: 20px 0px 20px 40px;
        }
    }
}

.DisFlex01 {
    display: flex;
    align-items: flex-start;
}

.hoverShade {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px 20px 20px;
    height: 190px;
    border: 2px solid #fff;
    transition: all 1s ease-out;
}

.hoverShade:hover {
    border: 2px solid #FC4F02
}



.block100.pl {
    .connectBtn {
        border-radius: 50px;
        background-color: #FC4F02;
        width: auto;
        padding: 10px 15px;
        font-size: 16px;
        color: #fff;
        margin-top: 22px;
        box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
        text-decoration: none;
    }

    .Arrowicon {
        background: #fff;
        padding: 0px;
        border-radius: 50%;
        margin-left: 10px;
        vertical-align: middle;
    }


}


@media only screen and (min-width:1023px) {
    .fixed-content {
        width: 1140px !important;
        margin: auto;
    }

}


.chatbox {
    width: 55%;
    position: absolute;
    top: 17%;
    left: -20%;
    box-shadow: 0px 10px 12px rgb(0, 0, 0, 10%);
    border-radius: 35px;
    background-color: #fff;
    height: 350px;
}

.chat-block {
    margin: 10px 10px 10px 30px;
    float: right;
    display: flex;
    align-items: center;
}

.chat {
    color: #000;
    background-color: #F2EDE3;
    border-radius: 8px;
    font-size: 12px;
    padding: 10px 8px;
    line-height: normal;
}

.chat-block1 {
    margin: 10px 30px 10px 10px;
    float: left;
    display: flex;
    align-items: center;
}

.chat1 {
    color: #000;
    background-color: #FFE5D9;
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 8px;
    line-height: normal;
    text-align: left;
}

.button-container {
    margin: 0px 30px 10px 60px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.button {
    color: #fff;
    background-color: #FC4F02;
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 8px;
    line-height: normal;
    display: flex;
    justify-content: space-around;
    margin: 5px;
}

.chatbox1 {
    width: 55%;
    position: absolute;
    top: 17%;
    right: -30px;
    box-shadow: 0px 10px 12px rgb(0, 0, 0, 10%);
    border-radius: 35px;
    background-color: #fff;
    height: 340px;
}

.chat-block2 {
    margin: 10px 10px 10px 60px;
    float: left;
    display: flex;
    align-items: center;
}

.chat2 {
    color: #000;
    background-color: #ffffff;
    border: 2px solid #FC4F02;
    font-size: 12px;
    padding: 10px 8px;
    border-radius: 20px;
    line-height: normal;
    text-align: left;
}

@media (min-width: 0px) and (max-width: 768px) {
    .chatbox {
        width: 100% !important;
        position: relative;
        top: 0;
        left: -70px;
        transform: translateX(16%);
    }

    .chatbox1 {
        width: 100% !important;
        position: relative;
        top: 0;
        left: -56px;
        transform: translateX(16%);
    }
}


.block50.Imp.pr {
    padding-left: 80px;
}

.block50.only {
    padding-right: 120px;
}

@media(min-width: 0px) and (max-width: 768px) {
    .block50.only {
        padding-right: 0px;
    }

    .block50.Imp.pr {
        padding-left: 0px;
    }
}


.acord-nrmltxt {
    font-size: 16px !important;
    line-height: normal;
    color: #000;
    ;
}

.acccord-tab>.acccord-toggle {
    position: absolute;
    display: none;
}

.acccord-tab>label {
    color: #000;
    background: #fff;
    font-size: 16px !important;
    line-height: normal;
    position: relative;
    display: block;
    padding: 25px 30px 30px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px 8px 0px 0px;
}

.acccord-tab>.acccord-content {
    max-height: 0;
    transition: all .10s;
    overflow: hidden;
    padding: 0 10px 0 60px;
    border-radius: 0 0 8px 8px;
}

.acccord-tab>label:after {
    content: '\f078';
    position: absolute;
    top: 25px;
    right: 10px;
    font-family: fontawesome;
    transform: rotate(180deg);
    transition: transform .15s;
    margin-right: 25px;
}

.acccord-tab>.acccord-toggle:checked~label:after {
    transform: rotate(0deg);
}

.acccord-tab>.acccord-toggle:checked~.acccord-content {
    max-height: 100vh;
    border-top: none;
    padding: 0px 30px 30px 30px;

}

.acccord-tab>.acccord-toggle:checked~label {

    border-bottom: none;
}


.acccord-tab1>.acccord-toggle1 {
    position: absolute;
    display: none;
    color: #000;
}

.acccord-tab1>label {
    color: #000;
    background: #fff;
    font-size: 16px !important;
    line-height: normal;
    position: relative;
    display: block;
    padding: 25px 30px 30px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px 8px 0px 0px;
}

.acccord-tab1>.acccord-content1 {
    max-height: 0;
    transition: all .10s;
    overflow: hidden;
    padding: 0 10px 0 60px;
    border-radius: 0 0 8px 8px;
}

.acccord-tab1>label:after {
    content: '\f078';
    position: absolute;
    top: 25px;
    right: 10px;
    font-family: fontawesome;
    transform: rotate(180deg);
    transition: transform .15s;
    margin-right: 25px;
}

.acccord-tab1>.acccord-toggle1:checked~label:after {
    transform: rotate(0deg);
}

.acccord-tab1>.acccord-toggle1:checked~.acccord-content1 {
    max-height: 100vh;
    border-top: none;
    padding: 0px 30px 30px 30px;
}

.acccord-tab1>.acccord-toggle1:checked~label {
    border-bottom: none;
}

.acccord-tab2>.acccord-toggle2 {
    position: absolute;
    display: none;
    background: #F4F8FF;
}

.acccord-tab2>label {
    color: #000;
    background: #fff;
    font-size: 16px !important;
    line-height: normal;
    position: relative;
    display: block;
    padding: 25px 30px 30px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px 8px 0px 0px;

}

.acccord-tab2>.acccord-content2 {
    max-height: 0;
    transition: all .10s;
    overflow: hidden;
    padding: 0 10px 0 60px;

}

.acccord-tab2>label:after {
    content: '\f078';
    position: absolute;
    top: 25px;
    right: 10px;
    font-family: fontawesome;
    transform: rotate(180deg);
    transition: transform .15s;
    margin-right: 25px;
}

.acccord-tab2>.acccord-toggle2:checked~label:after {
    transform: rotate(0deg);
}

.acccord-tab2>.acccord-toggle2:checked~.acccord-content2 {
    max-height: 100vh;
    border-top: none;
    padding: 0px 30px 30px 30px;
}

.acccord-tab2>.acccord-toggle2:checked~label {
    border-bottom: none;
}

.acccord-tab3>.acccord-toggle3 {
    position: absolute;
    display: none;
    background: #F4F8FF;
}

.acccord-tab3>label {
    color: #000;
    background: #fff;
    font-size: 16px !important;
    line-height: normal;
    position: relative;
    display: block;
    padding: 25px 30px 30px 0px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px 8px 0px 0px;

}

.acccord-tab3>.acccord-content3 {
    max-height: 0;
    transition: all .10s;
    overflow: hidden;
    padding: 0 10px 0 60px;

}

.acccord-tab3>label:after {
    content: '\f078';
    position: absolute;
    top: 25px;
    right: 10px;
    font-family: fontawesome;
    transform: rotate(180deg);
    transition: transform .15s;
    margin-right: 25px;
}

.acccord-tab3>.acccord-toggle3:checked~label:after {
    transform: rotate(0deg);
}

.acccord-tab3>.acccord-toggle3:checked~.acccord-content3 {
    max-height: 100vh;
    border-top: none;
    padding: 0px 30px 30px 30px;
}

.acccord-tab3>.acccord-toggle3:checked~label {
    border-bottom: none;
}