.header-logo img{
    width: 160px;
}
.footer-logo img{
    width: 180px;
}
.login-header img{
    width: 160px;
}
.fixed {
    z-index: 9999!important;
    position: fixed;
    background: #fff;
}
.header-two.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 1050;
    -webkit-transition: all 0.9s;
    -ms-transition: all 0.9s;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.15);
}
.hrsoftbd{
    text-align: right;
}
.hrsoftbd a{
    color:#fff;
}
.profileImgBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:20px;
    padding:15px 0px;
}
.flexWidth{
    flex: 0 0 25%;
}
.passportImg img{
    width: 160px;
    height: 160px;
    border:1px solid var(--gray-100);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.facebookPage iframe{
    height: 120px;
}

.programImgFlex{
    display: flex;
    gap:20px;
}
.programImg img{
    width: 80x;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 2px gray;
}
.regGrid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
}
.instructor-content p.memberInfo {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.totalBill{
    display: flex;
    justify-content: space-between;
}
.memberText{
    font-size:14px; 
    font-weight: normal; 
    color:#758d7e;
}
.description p{
    text-align: justify;
}
.share_icon{
    gap:10px;
    justify-content: center;
}
.share_icon a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0f8445;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
}
.share_icon a i:hover {
    background: #012e16;
    color: #fff;
}
.title a:hover{
    color:#000!important;
}
.photo img{
    object-fit: cover;
    margin-bottom: 15px;
}
.otpFlex{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap:18px;
    flex-wrap: wrap;
}
.otpImg img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 5px #cfcccc;
}
.otpInfo p{
    margin-bottom:5px;
}
.counter-icon img{
    width: 45px;
}
.counterFlex{
    display: flex;
    gap:35px;
}
.instructor-item.instructor-item-three .instructor-content .title {
    text-align: left;
}
.instructor-detail-content .instructor-details-item1 .instructor-details p {
    font-size: 14px;
    margin-bottom: 5px;
}
@media (max-width:575px) {
    .flexWidth{
        flex: 0 0 100%;
    }
    .passportImg {
        text-align: center;
    }
    .hrsoftbd {
        text-align: center;
    }
    .counter-item{
        min-width: 320px;
    }

    .counterFlex {
        display: block;
        /* gap: 20px; */
        flex-wrap: wrap;
        justify-content: center;
        max-width: 210px;
    }
    .banner-section .banner-content .counter-item {
        justify-content: start;
        margin-bottom: 15px;
    }
    .flexReverse{
        flex-direction: column-reverse;
    }
    .login-content .login-wrap-bg .login-wrapper .loginbox {
        padding: 20px 20px;
    }
    .regGrid {
        grid-template-columns: 1fr;
    }
    .d-inline-flex {
        display: inline !important;
    }
    .remember-me{
        align-items: start!important;
    }

}


