  /******* about start ******/
                .about {
                    padding: 50px 0px 50px 0px;
                    overflow: hidden;
                    position: relative;
                    background-image: url(../images/bank-D.jpg);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }

                .about .about-leftbox {
                    margin-top: 70px;
                }

                .about .about-leftbox h2 {
                    text-transform: capitalize;
                    color: #000000;
                    font-size: 25px;
                    font-weight: bold;
                }

                .about .about-leftbox h5 {
                    font-weight: bold;
                    text-transform: capitalize;
                    color: #D1AB36;
                    font-size: 18px;
                    padding: 10px 0;
                }

                .about .about-leftbox p {
                    font-size: 18px;
                    text-align: justify;
                }

                .about .middle-box img {
                    width: 100%;
                    height: 350px;
                }

                .about .about-rightbox .one1 {
                    padding: 10px;
                    box-shadow: rgba(185, 184, 184, 0.513) -11px -1px 4px 0;
                    border-radius: 20px;
                    margin-bottom: 10px;
                    border-left: 5px solid #ffc107;
                    background: linear-gradient(90deg, #f1ebc7 0%, #ffffff 100%);
                }

                .about .about-rightbox .two2 {
                    padding: 10px;
                    box-shadow: rgba(178, 176, 176, 0.575) 10px -2px 4px 0px;
                    border-radius: 20px;
                    margin-bottom: 10px;
                    border-right: 5px solid #ffc107;
                    background: #F5CB86;
                    background: linear-gradient(60deg, rgb(255, 255, 255) 0%, #0000007c 100%);

                }

                .about .about-rightbox .three3 {
                    padding: 10px;
                    box-shadow: rgba(171, 157, 157, 0.685) -11px -1px 4px 0;
                    border-radius: 20px;
                    border-left: 5px solid #ffc107;
                    background: #F5CB86;
                    background: linear-gradient(90deg, #f1ebc7 0%, #ffffff 100%);
                }



                .about .about-rightbox li {
                    font-size: 14px;
                    min-height: 100px;
                    text-align: justify;
                }

                .about .about-rightbox li i {
                    color: #7b5625;
                    padding-right: 8px;
                }

                .about .button .about-btn {
                    padding: 8px 20px;
                    margin-top: 10px;
                    text-transform: capitalize;
                    background: linear-gradient(to right, rgba(253, 204, 45, 0.637), #D1AB36, #D1AB36);
                    color: #000000;
                    font-weight: bold;
                    border: none;
                    border-radius: 10px;
                    transition: box-shadow 0.3s ease, transform 0.3s ease;
                }

                .about .button .about-btn:hover {
                    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.7);
                    transform: scale(1.05);
                }

                .about .about-img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .about .about-img img {

                    padding: 0px;
                    width: 100%;
                    position: relative;
                }

                .about .icon-container {
                    width: 280px;
                    /* set equal width and height */
                    height: 280px;
                    border: 2px solid #D1AB36;
                    border-radius: 50%;
                }

                .about .icon-container img {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    min-width: 200px;
                    max-width: 220px;
                    margin: auto;
                    /* padding: 20px; */
                }

                .about .social-icons {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    width: 282px;
                    height: 294px;
                    animation: rotateClockwise 20s linear infinite;
                }

                .about .social-icons span {
                    position: absolute;
                    font-size: 24px;
                    /* color: #fff; */
                    background-color: #000000;
                    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
                    width: 40px;
                    height: 40px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 50%;
                }

                .about .social-icons .icon-top {
                    top: -15px;
                    left: 51%;
                    transform: translateX(-50%);
                }

                .about .social-icons .icon-right {
                    right: -22px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .about .social-icons .icon-bottom {
                    bottom: -14px;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .about .social-icons .icon-left {
                    left: -22px;
                    top: 50%;
                    transform: translateY(-50%);
                }

                @keyframes rotateClockwise {
                    0% {
                        transform: translate(-50%, -50%) rotate(0deg);
                    }

                    100% {
                        transform: translate(-50%, -50%) rotate(360deg);
                    }
                }
.about-leftbox h5{
background-color:transparent !important;
}
                @media (max-width:990px) {

                    .about .about-leftbox {
                        margin-top: 0px;
                    }
                }

                @media screen and (min-width:200px) and (max-width:1024px) {

                    .about .icon-container img {
                        width: 100%;
                        height: 270px;
                        object-fit: cover;
                    }

                    .about .icon-container {
                        position: relative;
                        width: 268px;

                        /* height: 100px; */
                        margin: 20px auto;
                    }

                    .about .social-icons .icon-top {
                        top: -1px;
                        left: 51%;
                        transform: translateX(-50%);
                    }

                    .about .social-icons .icon-right {
                        right: 246px;
                        top: 44%;
                        transform: translateY(-50%);
                    }

                    .about .social-icons .icon-bottom {
                        bottom: -2px;
                        left: 50%;
                        transform: translateX(-50%);
                    }

                    .about .social-icons .icon-left {
                        left: 248px;
                        top: 58%;
                        transform: translateY(-50%);
                    }


                    .about .social-icons {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        width: 100%;
                        height: 300px;
                        animation: rotateClockwise 20s linear infinite;
                    }

                    .about .social-icons span {
                        position: absolute;
                        font-size: 24px;
                        color: #fff;
                        background: linear-gradient(360deg, rgba(21, 94, 161, 1) 36%, rgba(76, 78, 77, 1) 100%);
                        width: 40px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                    }
                }

.about .about-rightbox{
    margin-top: 100px;
}
     .about .about-leftbox{
           margin-top: 150px;
     }


                /******* about end ******/