*{
    margin: 0;
    padding: 0;
    font-family:'Times New Roman', Times, serif;
    box-sizing: border-box;
}
.aju{
    background: #7e6b83;
}
.timeline{
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}
.my-container{
    padding: 10px 50px;
    position: relative;
    width: 50%;
    animation: movedown 10s linear forwards;
    opacity: 0;   
}
@keyframes movedown {
    0%{
        opacity: 1;
        transform: translateY(-30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}


.text-box{
    padding: 20px 30px;
    background: rgb(255, 255, 255);
    position: relative;
    border-radius: 6px;
    font-size: 15px;
}

.packages .container {
    max-width: 1300px;
}

.ask-experts .container {
    padding-left: 55px;
    padding-right: 55px;
}
.left-container{
    left: 0;
}
.right-container{
    left: 50%;
}
.my-container img{
    position: absolute;
    width: 40px;
    border-radius: 50%;
    right: -20px;
    top: 30px;
    z-index: 10;
}
.right-container img{
    left: -20px;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: rgb(255, 255, 255);
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    animation: moveline 15s linear forwards;
}

@keyframes moveline {
    0%{
        height: 0%;
    }
    100% {
        height: 100%;
    }
}


.text-box{
    font-weight: 600;
}
.text-box small{
    display: inline-block;
    margin: 15px;

}
.left-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    right: -28px;
}

.right-container-arrow{
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    left: -28px;
}

.my-container:nth-child(1){
    animation-delay: 0s;
}
.my-container:nth-child(2){
    animation-delay: 3s;
}
.my-container:nth-child(3){
    animation-delay: 5s;
}
.my-container:nth-child(4){
    animation-delay: 8s;
}
.my-container:nth-child(5){
    animation-delay: 10s;
}

@media screen and (max-width: 600px) {
    .timeline{
        margin: 50px auto;
    }
    .timeline::after{
        left: 31px;
    }
    .my-container{
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
   }
   .text-box{
    font-size: 13px;
   }
   .text-box small{
    margin-bottom: 10px;  
   }
   .right-container{
    left: 0;
   }
   .left-container img, .right-container img {
    left: 10px;
   }
   .left-container-arrow, .right-container-arrow{
    border-right: 15px solid #fff;
    border-left: 0;
    left: -15px;
   }
}
.abcb{
    margin-top: 100px;
    padding-top: 350px;
    margin-left: 100px;
    margin-right: 100px;
    font-size: medium;
}
.h4b2h{
    text-align: center;
}
.twentysixpoint {
    line-height: 10pt;
    font-family: 'Times New Roman', Times, serif;

}
.b2h005{
    margin-top: 100px;
    padding-top: 350px;
    margin-left: 100px;
    margin-right: 100px;
}
.b2h005{
    white-space: pre-wrap;
}
.H1b2h{
    font-size: 30px;
}
.payment{
    margin-top: 40px;
}
.payment2{
    margin-top: 30px;
}


.container20 {
    display: flex;
    justify-content: space-between; /* Creates space between the boxes */
    gap: 20px;
    width: 100%;
    max-width: 1000px; /* Maximum width for the container */
    padding: 20px;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-left: 250px;
}

.box {
    background-color: rgb(243, 242, 242);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(61, 61, 61, 0.1);
    width: 48%; /* Each box will take 48% of the container's width */
}

.bankb2h {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.bank-details p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

strong {
    color: #2d2d2d;
}

.payment-link-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.payment-link-box img {
    width: 100%;
    height: auto;
    max-width: 100%; /* Ensures the image is responsive and fits in the box */
    border-radius: 8px;
}

.payment-info {
    margin-top: 15px;
    font-size: 16px;
    color: #d9534f; /* Red color for emphasis */
    text-align: center;
}
