@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
 @import url('https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap');
body {
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
    font-size: 0.9375rem;
    color: #6B7280;
    line-height: 1.5;
    height: 100%;
    overflow-x: hidden;
}
.breadcrumb-bar-two:after {
    content: "";
    background: url(../img/ban-bg.png), #F9FCFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    background-color: rgb(60 43 153 / 12%);
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.form-check-input:checked {
    background-color: #3c2b99;
    border-color: #3c2b99;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(60 43 153 / 16%);
}
.breadcrumb-bar-two {
    /* background: #E2E8F0; */
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.breadcrumb-bar-two .inner-banner {
    margin: 0;
    padding: 60px 0;
}
.breadcrumb-bar-two .inner-banner .breadcrumb-title {
    font-weight: 600;
    font-size: 40px;
    position: relative;
    width: fit-content;
    margin: 0 auto 6px auto;
}
.doctor-content.content {
    margin: 0;
    padding: 60px 0;
}
.doctors-section {
    background: rgb(29 173 103 / 11%);
    margin: 0;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.content {
    min-height: 200px;
    padding: 60px 0 36px;
}
.bg-white {
    background-color: #ffffff;
}
.doctors-section::before {
    content: "";
    background: url(../img/doctor-shape-img2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    width: 213px;
    height: 335px;
    z-index: -1;
    filter: hue-rotate(72deg);
}
.register-fm {
    padding: 20px;
    background: #e7e5f338;
    border: 1px solid #cdc8e8;
    border-radius: 25px;
}
.dashboard-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
    margin-bottom: 24px;
    padding-bottom: 14px;
    flex-wrap: wrap;
}
.dashboard-header h3 {
    color: #0F172A;
    font-weight: 600;
    margin-bottom: 10px;
}
.setting-title h5 {
    font-weight: 600;
}
.setting-title h5 {
    font-size: 18px;
    color: #0F172A;
    margin-bottom: 15px;
}
input, button, a {
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.setting-card {
    border: 1px solid #E2E8F0;
    margin: 0 0 24px;
    padding: 24px 24px 9px;
    border-radius: 10px;
}
.change-avatar{
    display: flex;
    align-items: center;
}
.img-upload .profile-img {
    width: 120px;
    height: 120px;
    background: #F8FAFC;
    border: 1px dashed #E2E8F0;
    border-radius: 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #0F172A;
}
.change-avatar .profile-img {
    margin-right: 15px;
}
.change-avatar .profile-img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 4px;
}
.img-upload .upload-img {
    margin-bottom: 15px;
}
.img-upload .upload-img h5 {
    font-size: 18px;
    font-weight: 500;
    color: #0F172A;
    margin-bottom: 10px;
}
.img-upload .upload-img .imgs-load {
    margin-bottom: 0;
}
.img-upload .upload-img p {
    font-size: 14px;
    color: #334155;
    margin: 0;
}
.form-wrap {
    margin-bottom: 15px;
}
.setting-card .col-form-label {
    color: #0F172A;
}
.col-form-label {
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    padding: 0 0 10px 0;
}
.text-danger {
    color: #ff0100 !important;
}
.setting-card .form-control {
    border-color: #E2E8F0;
    border-radius: 6px;
    min-height: 40px;
    padding: 7px 15px;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.prime-btn {
    background-color: #3c2b99;
    border: 1px solid #3c2b99;
    box-shadow: inset 0 0 0 0 #ffffff;
}
.modal-btn .btn {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 10px;
}
.prime-btn:focus, .prime-btn:hover, .prime-btn:active, .prime-btn.active {
    color: #3c2b99;
    background-color: #ffffff;
    border-color: #3c2b99;
    box-shadow: inset 0 0 0 50px #ffffff;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}
.btn-primary:hover {
    background-color: #09dca4;
    border: 1px solid #09dca4;
}
.form-control:focus {
    border-color: #3c2b99;
    box-shadow: none;
    outline: 0 none;
}
input[type=text], input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.doctors-section::after {
    content: "";
    background: url(../img/doctor-shape-img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 213px;
    height: 335px;
    opacity: 0.5;
    z-index: -1;
    filter: hue-rotate(72deg);
}
.img-upload .upload-img .change-photo input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500;
}
.img-upload .upload-img .change-photo {
    position: relative;
    color: #3c2b99;
    margin: 0 15px 10px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.form-control {
    border-color: #E2E8F0;
    color: #333333;
    font-size: 15px;
    min-height: 46px;
    padding: 11px 15px;
}
.form-control::placeholder {
  color: #858585;
  font-size: 14px;
}


   
    .thnaks {
        text-align: center;
        width: 50%;
        background: white;
        padding: 25px;
        border-radius: 25px;
        box-shadow: 0px 0px 10px #dedede;
        border-bottom: 12px solid #edd77f;
        margin: 0 auto;
    }
    .thnaks li {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
        list-style: none;
    }
    .thnaks h4 {
        font-size: 24px;
        color: #4a4a4a;
    }
    .thnaks h1 {
        font-size: 89px;
        color: #1ec646;
        line-height: normal;
        margin: 0 0 20px 0;
        font-family: "Protest Riot", sans-serif !important;
        font-weight: 300;
    }
    .thnaks p {
        font-size: 15px;
        line-height: 1.8;
        color: #353535;
    }
    .back_btn {
        background: #131212;
        padding: 8px 50px;
        color: white;
        display: block;
        width: fit-content;
        margin: 50px auto 0 auto;
        text-decoration: none;
        text-transform: capitalize;
    }
    .thnaks a:hover {
        opacity: .7;
        color: white;
    }
    .seperator {
      float: left;
      width: 100%;
      border-top: 1px solid #ccc;
      text-align: center;
      margin: 50px 0 0;
    }
    .seperator b {
        width: 108px;
        height: 21px;
        font-size: 12px;
        text-align: center;
        line-height: 23px;
        background: #fff;
        display: inline-block;
        border: 1px solid #e0e0e0;
        border-radius: 28px;
        position: relative;
        top: -13px;
        z-index: 1;
    }
    p.contact a:hover {
        color: #0f9305;
        text-decoration: underline;
    }
    p.contact a {
        color: #060606;
        font-weight: 600;
        text-decoration: none;
    }
    p.contact span {
        margin: 0;
        font-size: 13px;
        float: right;
    }
    p.contact {
        text-align: left;
        font-size: 15px;
        margin: 0;
    }
    .text-left{
        text-align: left;
        margin-bottom: 15px;
    }

    @media only screen and (max-width:767px){
        .thnaks {
        width: 100%;
        padding: 31px 0;
    }
    .thnaks h1 {
        font-size: 58px;
    }
    .thnaks p {
        font-size: 14px;
    }

    .back_btn {
        margin: 26px auto 0 auto;
    }
