.pl {
padding: 20px 20px 20px 0px;
}
.pr {
padding: 20px 0px 20px 20px;
}
.pub {
padding: 20px 0px;
}
.mt {
margin-top: 50px;
}
.block40 {
width: 40%;
float: left;
}
.block60 {
width: 60%;
float: left;
}
.nrmltxt {
font-size: 18px !important;
line-height: 27px !important;
}
.gap {
height: 10px;
width: 100%;
}
.line {
width: 70px;
height: 6px;
background:#fc4f02;
margin: 0 50%;
margin-top: 20px;
display: block;
border-radius:3px;
}
.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;
}
}
.img-block {
    position: relative;
}
.l-chat-block {
    position: absolute;
    top: 40px;
    left: 120px;
}
.chat-block {
    float: right;
    margin: 10px;
    position: relative;
}
.chat {
    font-size: 12px;
    line-height: normal;
    color: #000;
    background-color: #FEF1EB;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #fc4f02;
}
.chat::after {
content: '';
position: absolute;
border: 10px solid transparent;
right: -10px;
border-right-color: #fc4f02;
bottom: 0px;
transform: rotate(90deg);
}
.chat-block1 {
    float: left;
    margin: 10px;
    position: relative;
}
.chat1 {
    font-size: 12px;
    line-height: normal;
    color: #fff;
    background-color: #000;
    padding: 10px;
    border-radius: 12px;
}
.chat1::after {
content: '';
position: absolute;
border: 10px solid transparent;
left: -10px;
border-right-color: #fc4f02;
bottom: 0px;
transform: rotate(90deg);
}
.img1 {
    display: block;
}
.show {
    display: none;
}
.box {
    padding: 25px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 5% );
    border-radius: 18px;
    transition: all 0.7s ease-in-out;
}
.box:hover {
    border: 2px solid #fc4f02;
}
.card {
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 50px;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 5% );
    border-radius: 18px;
}
.card:hover {
    border: 2px solid #fc4f02;
}
.in-box {
    display: flex;
    align-items: center;
}
.boxhover {
    padding: 25px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 5% );
    border: 2px solid #fff;
    border-radius: 18px;
    margin: 10px 0px;
    transition: all 0.8s ease-in-out;
}
.boxhover:hover {
    border: 2px solid #fc4f02;
}
.list {
    display: flex;
    align-items: flex-start;
    margin: 15px 0px;
}
.dislex {
display: flex !important;
align-items: center;
justify-content: center;
}
.r-dislex {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.box1 {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 5% );
    transition: all 0.8s ease-in-out;
    border-radius: 18px;
    height: 220px;
}
.box1:hover {
    border: 2px solid #fc4f02;
}
.blue-border:hover {
    border: 2px solid #407BFF;
}
.box2 {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgb( 0 0 0 / 5% );
    border-radius: 18px;
    display: flex;
    align-items: flex-start;
    transition: all 0.8s ease-in-out;
    height: 220px;
    border: 2px solid #fff;
}
.box2:hover {
    border: 2px solid #407BFF;
}
.box3 {
    display: flex;
    align-items: flex-start;
    margin: 10px 0px;
}
.connectBtn {
border-radius: 50px;
background-color: #fc4f02;
width: auto;
padding: 10px 20px;
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) {}

@media (min-width:769px) and (max-width:1024px) {

}

@media (min-width:0px) and (max-width:768px) {
.block40 {
    width: 100%;
}
.block60 {
    width: 100%;
}
    .pl {
padding: 0px;
}
.pr {
padding: 0px;
}
.pub {
padding: 0px;
}
.mt {
margin: 10px 0px;
}
.l-chat-block {
    position: relative;
    top: 0;
    left: 0;
}
.img1 {
    display: none;
}
.show {
    display: block;
}
.box {
    margin: 10px 0px;
    height: auto;
}
.in-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.card {
    flex-direction: column;
}
.dislex {
    flex-direction: column;
    gap: 10px;
}
.r-dislex {
    flex-direction: column;
}
.boxhover {
    display: block;
    height: auto;
}
.box1 {
    display: block;
    height: auto;
    margin: 10px 0px;
}
.blue-border {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;
}
.box2 {
    display: block;
    height: auto;
    margin: 10px 0px;
}
}