*{
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
}



.about-heading{
    font-size: 38px ;
    color:white ;
}
.about-inner{
    background-color: #29206D ;
    padding: 50px 0;
}
.content-heading{
        margin-bottom: 15px ;
        font-weight: 600 ;
        font-size: 25px ;
 }
 .contact-address-heading{
    font-size: 20px ;
    margin-bottom: 10px ;
 }
.about-content{
    p{
        font-size: 15px ;
        margin-bottom: 15px ;
        a{
            font-weight: 600 ;
            color: #5948db ;
        }
    }
    .content-list{
        li{
             font-size: 15px ;
            margin-bottom: 15px ;
            a{
            font-weight: 600 ;
            color: #5948db ;
        }
        }
    }
}
.small-heading{
    font-size: 20px;
    margin-bottom: 15px ;
    font-weight: 500 ;
}
@media screen and (max-width:576px) {
    .contact-address-heading{
    font-size: 14px ;
 }
    .about-inner{
        margin-top: 63px ;
        padding: 25px 0;
    }
    .about-heading{
        font-size: 22px ;
    }
    .about-content{
    p{
        font-size: 12px ;
    }
     h4{
        font-size: 16px ; 
    }
    .small-heading{
    font-size: 14px;
}
}
.content-heading{
    font-size: 15px ;
}
.about-content{
    .content-list{
        li{
        font-size: 12px ;
        margin-bottom: 5px ;
        }
    }
}
}
.dsry4, .esate1 {
    box-shadow: 0 2px 5px -1px #32325d40, 0 1px 3px -1px #0000004d;
}

.dsry4 {
    padding: 10px;
    position: relative;
}
.contact-call-sec{
    padding: 20px ;
    background-color: #F6F4FF ;
}
.contact-call-sec p{
    font-size: 25px ;
    color:black;
    font-weight:500;
    display: flex;
    justify-content: center ; 
    align-items: center ;
    gap: 20px ;
}
@media screen and (max-width:576px) {
    .contact-call-sec p{
    font-size: 16px ;
    flex-direction: column ;
    gap: 10px ;
}
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 10px;
    min-height: 48px;
}
.form-floating>label {
    color: #909090;
    font-size: 14px;
    padding: 13px .75rem 0;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: #5948db !important;
    height: fit-content;
    opacity: 1 !important;
    padding: 17px .75rem 0;
    top: -17px;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: 10px;
    min-height: 48px;
}

.form-control:focus {
    border-color: #5948db;
}
.form-control:focus {
    box-shadow: none;
}
.uet54 {
    align-items: center;
    background: #5948db;
    border: none;
    border-radius: 11px;
    color: #fff;
    display: flex;
    font-size: 19px;
    font-weight: 500;
    height: 62px;
    justify-content: center;
    margin: auto;
    width: 30%;
}
.ieyt54 {
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .esate1 {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .esate1 .fdktjr {
        color: #505050 !important;
        text-align: center;
    }   
    .uet54 {
        margin-bottom: 30px;
        width: 80%;
    }
}
.about-content-inner {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
    background-color: white !important;
    overflow: hidden;
}
/* .about-txt{
    h2 {
        font-size: 25px;
        color: #101010;
        font-weight: 500;
    }
} */
.quick {
    font-size: 22px !important;
    color: #2A52BE !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}
.site-list {
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px ;
}
.site-list {
    li {
        width: 23%;
        color: #303030;
        font-size: 15px;
    }
}
.site-list {
    & li {
        a {
            text-decoration: none;
            color: #303030;
            font-size: 15px;
        }
    }
}
@media screen and (max-width:992px) {
      .site-list {
    & li {
        width: 31%;
        a {
            font-size: 12px;
        }
    } 
}
.about-inner{
    margin-top: 61px ;
}
}
@media screen and (max-width: 576px) {
    .site-list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .site-list {
        li {
            width: 100%;
        }
    }
    .site-list {
    & li {
        a {
            font-size: 12px;
        }
    }
}
.quick{
    font-size: 15px ;
}
}

table, tr, th, td{
    padding: 20px ;
    border: 1px solid rgb(211, 210, 210);
    font-size: 15px ;
}
.table-main{
    overflow-x: auto;
    scrollbar-width: thin ;
}
@media screen and (max-width:576px) {
   table, tr, th, td{
    padding: 10px ;
    font-size: 12px ;
}
}



