*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

body{
    background-color: #ededed29;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0;}


.banner_wrapper{
    width:100%;
    height:100%;
}





.banner_img_inner img {
    object-fit: cover;
    max-height: 490px;
    width: 100%;
    border-bottom-left-radius: 31px;
    border-bottom-right-radius: 31px;
    padding: 0px 5px 5px 5px;
}

.banner_wrapper2{
    margin-top: -43px;
    background-color: rgb(255, 255, 255);
    padding:10px;
}


.left_side{
    top: 50px;
    position: sticky;
    background-color: #0a3437;
    padding: 15px;
    border-radius: 10px;
    width: 95%;
    min-height: 507px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 96%) 0px 5px 15px;
}

.right_side{
    
    padding: 20px;
    border-radius: 10px;
    width: 95%;
    margin: auto;

}

.user_name img{
  width:120px;
  height:120px;
  border-radius:50%;
  margin-top: 17px;
}

.personal_detail{
    display: flex ;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }

.user_name h3{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #00BCD4;
    text-transform: capitalize;
}

.user_name p{
    color: #ffffff;
    font-size: 15px;

}

.personal_icon{
    padding: 10px 0px;
}

.personl_con{
    margin-top: 29px;
    justify-content: space-evenly;
    margin-bottom: 29px;
}

.personal_icon ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding-left: 0px;
    margin-bottom: 0px;
    gap: 26px;
}

.personal_icon ul li a {
    text-decoration: none;
    color: #00BCD4;
    font-size: 23px;
}

.dashed-2 {
    border: none;
    height: 1px;
    background: #000;
    background: repeating-linear-gradient(90deg, #ffffff, #000 6px, transparent 6px, transparent 12px);
  }

.add_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 9px;
}

.add1{
    min-width: 30px;
    height: 32px;
    background-color: #f0f8ff14;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 20px;
}

.add1 i{
    color: #00BCD4;
}

.add2{
    width:80%;
}

.add2 p{
    color: #fbfbfb;
    font-size: 12px;
}

.top_title h2{
    font-size: 80px;
    color: #57c7cf;
    margin-top: 14px;
    line-height: 85px;
    text-transform: capitalize;
}

.main_title h5{
    text-transform: uppercase;
}

.menu_box a p{
    font-size: 12px;
}

.menu_box a{
    text-decoration: none;
    color:#fff;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ser_box{
    display: flex ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 36px;
}

.serv_text p{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
}

.serv_img img{
    width: 59px;
    height: 59px;
}

.mob_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.fixed_menu{
    display: none;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    /* max-width: 387px; */
    box-shadow: rgb(0 0 0 / 58%) 0px 3px 8px;
    position: fixed;
    padding: 23px 20px;
    background-color: #0a3437;
    border-radius: 14px;
    bottom: 9px;
    width: 79%;
    margin: auto;
    z-index: 9999 !important;
    
}

.menu_box {
    padding: 0px 19px;
}

.left_side_inner{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    width: 95%;
    position: relative;
    margin: auto;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 15px;
}

.about_ul ul{
    padding-left:0px;
    list-style-type: none;
}


.about_ul ul li{
    margin-top:12px;
}

.about_wrapper2 {
    margin-top: -43px;
    background-color: rgb(255, 255, 255);
    padding: 10px 10px 94px 10px;
}

.about_text h3{ 
    color: #00BCD4;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
}

.about_text p{
    text-align: justify;
    color: #5f5c5c;
}

.add3 p {
    color: #fbfbfb;
    font-size: 16px;
}
@media screen and (max-width: 780px){
.right_side {
    padding: 20px;
    border-radius: 10px;
    width: 95%;
    margin: auto;
    display: none;
}

.fixed_menu {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    /* max-width: 387px; */
    box-shadow: rgb(0 0 0 / 58%) 0px 3px 8px;
    position: fixed;
    padding: 23px 20px;
    background-color: #0a3437;
    border-radius: 14px;
    bottom: 9px;
    width: 79%;
    margin: auto;
    z-index: 9999 !important;
}

}