@font-face {
    font-family: hel-med;
    src: url(../fonts/hel-med.ttf)
}
@font-face {
    font-family: arabic_name;
    src: url(../fonts/diwani.ttf)
}

body {
    margin: 0 !important;
    padding: 0 !important;
    top: 0 !important;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/bk-2.png");
    background-size: cover;
    font-family: hel-med;
    /*overflow-x: hidden!important;*/
    background-attachment: fixed;

    position: relative;
}

html {
    scroll-behavior: smooth;
}

.skiptranslate,
#goog-gt-tt,
.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    box-shadow: none !important;
}

#google_translate_element2 {
    display: none !important;
}

.the-after {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: #505050;
    display: none;
    z-index: 999999999999999999999;
    opacity: 0.7;
}

img {
    object-fit: contain !important;
    object-position: center center !important;
}

ul {
    padding: 0;
    margin: 0 0 0px;
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

.page-login {
    background-color: #608A89;
    background-image: url("../images/bk-1.png");
    background-position: center center;
    height: 100%;
    padding: 100px 0px;
}

.page-login .login {
    display: block;
    margin: 0 auto;
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 100px;
}

.page-login .login form {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.page-login .login h5 {
    text-align: center;
    color: #353131;
    margin-bottom: 50px;
    font-weight: bolder;
    font-size: 16px;
}

.page-login .login form label {
    display: block;
    margin-bottom: 10px;
}

.page-login .login form input {
    width: 100%;
    padding: 8px;
    outline: none;
    border-radius: 10px;
    border: 1px solid rgba(54, 19, 13, 0.50);
    background: #FFF;
    margin-bottom: 10px;
}

.page-login .login form .forgetPassword {
    float: left;
    color: #1C6CE3;
    font-weight: bolder;
}

.page-login .login form button[type='submit'] {
    border-radius: 10px;
    background: #36130D;
    padding: 12px;
    width: 100%;
    color: #Fff;
    margin-top: 20px;
    border: none;
    outline: none;
}

.page-login .login form h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #1E1E1E;
    font-weight: bolder;
}

.page-login .login form h1 {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    color: #1E1E1E;
    font-weight: bolder;
}

.page-login .login form h1 a {
    margin-right: 5px;
    color: #1C6CE3;
}

.page-login .menu ul {
    margin-top: 20px;
    text-align: center;
}

.page-login .menu ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.page-login .menu ul li a {
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
}

.mainBody {
    background-color: #fff;

}

.main-header .logo {
    width: 100%;
    padding: 10px;
}

.main-header .logo img {
    /*display: block;*/
    /* height: 170px; */
    margin: auto;
}

.main-header .search {
    margin-top: 50px;
}

.main-header .search form input {
    position: relative;
    width: 30rem;
    height: 5rem;
    padding: 10px;
    outline: none;
    border-radius: 10px;
    border: 1px solid #36130D;

    background: #FFF;
}

.main-header .search form button {
    position: absolute;
    left: 90px;
    background-color: transparent;
    border: none;
    top: 58px;
    background: #FFF;

}
.main-header .search form span button {
    position: absolute;
    left: 120px;
    background-color: transparent;
    border: none;
    top: 58px;
    background: #FFF;

}

.main-header .more-icons {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.main-header .more-icons ul {
    float: left;
}

.main-header .more-icons ul li {
    margin-left: 5px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.main-header .more-icons ul li a {
    color: #353131;
    font-size: 14px;
}

.main-header .more-icons ul li button {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #36130D;
    padding: 6px;
    font-size: 12px;
}
.main-header .more-icons ul li button img{
    width: 2rem;
}
.main-header .more-icons ul li .globe {
    width: 25px;
    margin-right: 10px;
}

.main-header .line {
    float: right;
    width: 100%;
    display: block;
    border: 1px solid #CBD9DA;
}

.menu-button button {
    width: 100%;
    border-radius: 8px;
    display: none;
    padding: 14px;
    background-color: #36130D;
    color: #fff;
}

.main-header .nav-menu {
    text-align: right;
}

.main-header .nav-menu ul {
    list-style: none;
    margin: 0 !important;
}

.main-header .nav-menu ul li {
    display: inline-block;
    padding: 0 20px;
    font-weight: bolder;
    cursor: pointer;
    position: relative;
    color: #36130D;
    padding-bottom: 20px;
}

.main-header .nav-menu ul li a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: #36130D;
    position: relative;
    transition: 0.4s;
    font-weight: bolder;
}

.main-header .nav-menu ul li a i {
    margin-left: 2px;
}

.main-header .nav-menu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0%;
    margin: auto;
    background: #c69453;
    transition: 0.4s;
}

.main-header .nav-menu ul li:hover a {
    color: #c69453;
}

.main-header .nav-menu ul li:hover a::after {
    width: 100%;
}

/* Dropdpwn-Menu-Start */
.main-header .dropdowns {
    position: absolute;
    background: #fff;
    padding: 0 !important;
    width: 250px;
    text-align: center;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: 0.4s;
    top: 30px;
}

.main-header .nav-menu ul li:hover .dropdowns {
    transform: scaleY(1);
    opacity: 1;
    z-index: 99999999;
}

.main-header .dropdowns li {
    display: block !important;
    padding: 0 !important;
    text-align: right;
    margin-right: 10px;
}

.main-header .dropdowns li a {
    color: #000 !important;
    transition: 0.4s;
}

.main-header .dropdowns li:hover a {
    color: #c69453 !important;
}

.main-header .dropdowns li a::after {
    width: 0px !important;
}


.intro .all {
    float: right;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #36130D;
    padding: 20px;
    margin-top: 50px;
}

.intro .all .content h4 {
    font-size: 28px;
    font-weight: bolder;
    color: #36130D;
    margin: 0px;
}

.intro .all .content p {
    margin-top: 20px;
    color: #1E1E1E;
    line-height: 30px;
    font-size: 16px;
    font-weight: bolder;
    text-align: justify;
}
@media only screen and (max-width: 767px) {
    .intro .all .content p {
    margin-top: 20px;
    color: #1E1E1E;
    line-height: 30px;
    font-size: 16px;
    font-weight: bolder;
    
    }
}

.intro .all .logo {
    padding: 40px;
    float: left;
    display: block;
}


.categories-section {
    margin: 50px 0px;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.gallery-item {
    border-radius: 7px;
    flex-basis: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.gallery-item.item-2x3 {
    flex-basis: calc(175px * 0.666);
}

.gallery-item.item-3x4 {
    flex-basis: calc(175px * 0.75);
}

.gallery-item.item-1x1 {
    flex-basis: 175px;
}

.gallery-item.item-4x3 {
    flex-basis: calc(175px * 1.333);
}

.gallery-item.item-3x2 {
    flex-basis: calc(175px * 1.5);
}

.gallery-item.item-8x5 {
    flex-basis: calc(175px * 1.6);
}

.gallery-item.item-2x1 {
    flex-basis: calc(175px * 2);
}

.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
}

.gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
}

.gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: auto;
    object-fit: cover !important;
    min-height: unset;
    text-align: center;
    border-radius: 16px;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
}

.ie-fix .gallery-item .thumb {
    width: auto;
}

.gallery-item .placeholder {
    filter: blur(20px);
}

.lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999999999;
}

.lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
}

.lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
}

.lightbox .lightbox-header>* {
    opacity: .75;
}

.lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
}

.lightbox .lightbox-close::before,
.lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
}

.lightbox .lightbox-close::before {
    transform: rotate(-45deg);
}

.lightbox .lightbox-close::after {
    transform: rotate(45deg);
}

.lightbox .lightbox-close:hover {
    opacity: 1;
}

.lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
}

.lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
}

.lightbox .lightbox-arrow:hover {
    opacity: 1;
}

.lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}

.lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
}

.lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
}

.lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
}

.pics-section {
    margin: 80px 0px;
}

.pics-section .gallery h3 {
    font-size: 16px;
    font-weight: bolder;
    margin: 30px 0px;
}

.categories-menu {
    margin-bottom: 50px;
}

.categories-menu .one {
    display: inline-block;
    width: 18%;
    position: relative;
    margin-left: 10px;
}

.categories-menu .one .big {
    width: 100%;
    color: #36130D;
    font-weight: bolder;
    text-align: right;
    padding: 12px;
    border-radius: 9px;
    border: 1px solid #CBD9DA;
    background: #FFF;
}

.categories-menu .one .big i {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}

.categories-menu .one .level {
    background-color: #fff;
}

.categories-menu .accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 12px;
    font-weight: bolder;
    transition: 0.4s;
}

.categories-menu .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.categories-menu .active:after {
    content: "\2212";
}

.categories-menu .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0px !important;
}

.categories-menu .panel li a {
    font-size: 12px;
    color: #5A5453;
    font-weight: bolder;
    margin-bottom: 10px;
    display: block;

}


.the-table {
    float: right;
    width: 100%;
}

.main-table h3 {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    color: #36130D;
    margin-bottom: 30px;
}

.table-ports {
    background-color: #fff;
}

.table-ports thead {
    text-align: center;
    background-color: #fff;
    color: #1E1E1E;
    font-weight: bolder;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-bottom: 1px solid #DDE;
    padding: 20px;
}

tr:nth-child(even) {
    background: rgba(217, 217, 217, 0.20);
}

.table-ports tr th,
.table-ports tr td {
    text-align: center;
}

.table-ports td {
    border-bottom: 1px solid #c5c5c5;
    padding: 10px;
    line-height: 20px;
    vertical-align: top;
    font-weight: bolder;
}

.table-ports td .view {
    color: #fff;
    border-radius: 40px;
    border: 1px solid #36130D;
    background: #36130D;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    padding: 5px 20px;
    text-decoration: none;
}

.table-ports td .contact {
    color: #000;
    border-radius: 40px;
    border: 1px solid #36130D;
    background: #FFF;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    padding: 5px 20px;
    text-decoration: none;
}

.footer {
    margin-top: 30px;
    background: #608A89;
    padding: 30px 0px;
}

.footer .menu h3 {
    font-weight: bolder;
    margin: 0px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer .menu ul {
    margin-top: 30px;
}

.footer .menu ul li {
    display: block;
    margin-top: 10px;
}

.footer .menu ul li a {
    font-size: 14px;
    color: #Fff;
    font-weight: bolder;
}

.footer .menu .social {
    margin-top: 0px;
}

.footer .menu .social li {
    background-color: #4E7C7B;
    padding: 15px;
    display: inline-block;
}

.copyright {
    text-align: center;
    padding: 15px;
    background-color: #4E7C7B;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-weight: bolder;
}

.road ul {
    border-radius: 10px;
    border: 1px solid rgba(54, 19, 13, 0.50);
    padding: 15px;
    margin-top: 25px;
}

.road ul li {
    display: inline-block;
    font-weight: bolder;
    margin-left: 5px;
    margin-top: 10px;
}

.road ul li a {
    color: #36130D;
}

.road ul li:last-of-type a {
    color: #c69453;
}

.about-us .head-of {
    text-align: center;
    margin-top: 50px;
}

.about-us .head-of h3 {
    font-weight: bolder;
    color: #353131;
    font-size: 22px;
}

.about-us .head-of p {
    font-weight: bolder;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.about-us .one {
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #92807D;
}

.about-us .one img {
    margin: 20px;
    width: 12rem;
    height: 12rem;
}

.about-us .one h3 {
    font-weight: bolder;
    font-size: 22px;
    color: #353131;
}

.about-us .one p {
    font-size: 14px;
    line-height: 30px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000000;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.about-message {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about-message .content {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #36130D;
    text-align: center;
}

.about-message .content h4 {
    font-weight: bolder;
}

.about-message .content p {
    color: #000;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-weight: bolder;
    line-height: 30px;
    margin-top: 20px;
}

.all-details .title-details {
    margin-top: 30px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #36130D;
}

.all-details .title-details h6 {
    font-weight: bolder;
    font-size: 20px;
    color: #36130D;
}

.all-details .title-details h4 {
    font-size: 18px;
    font-weight: bolder;
    color: #353131;
}

.all-details .title-details ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.all-details .title-details ul li {
    display: inline-block;
    width: 30%;
    color: #36130D;
    font-weight: bolder;
    text-align: right;
}

.all-details .title-details ul li span {
    display: block;
    margin-top: 10px;
}

.all-details .title-details p {
    margin-top: 20px;
    color: #000;
    line-height: 25px;
    font-size: 12px;
    width: 80%;
    font-weight: bolder;
}

.all-details .counts {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid rgba(54, 19, 13, 0.50);
}

.all-details .counts ul li {
    font-weight: bolder;
    display: inline-block;
    color: #36130D;
    margin-left: 30px;
    margin-right: 20px;
}

.all-details .download button {
    background-color: #36130D;
    margin-top: 18px;
    color: #fff;
    width: 100%;
    font-weight: bolder;
    padding: 5px;
    border-radius: 10px;
    border: none;
}

.all-details .comments {
    border-radius: 10px;
    border: 1px solid #36130D;
    background: #FFF;
    padding: 10px;
    float: right;
    width: 100%;
    margin-top: 20px;
}

.all-details .comments h4 {
    font-weight: bolder;
    font-size: 20px;
    color: #353131;
    margin-bottom: 30px;
    margin-right: 20px;
}

.all-details .comments .comment-pic {
    background-color: #36130D;
    padding: 10px;
    border-radius: 150px;
}

.all-details .comments .comment-pic img {
    width: 100%;
}

.all-details .comments .one-comment .comment-content {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #5A5453;
    background: #F4F4F4;
    margin-bottom: 20px;
}

.all-details .comments .one-comment .comment-content h3 {
    margin: 0px;
    font-size: 16px;
    color: #36130D;
    font-weight: bolder;
}

.all-details .comments .one-comment .comment-content h3 span {
    text-align: left;
    float: left;
    font-size: 12px;
    color: #36130D;
    margin-left: 20px;
}

.all-details .comments .one-comment .comment-content p {
    margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    width: 80%;
    font-weight: bolder;
}

.all-details .comments hr {
    float: right;
    width: 100%;
}

.all-details .comments form {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.all-details .comments form input {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #36130D;
    outline: none;
    background: rgba(244, 244, 244, 0.07);
    margin-bottom: 20px;
}

.all-details .comments form button[type='submit'] {
    border-radius: 10px;
    background: #36130D;
    width: 200px;
    border: none;
    padding: 10px;
    color: #fff;
}


.doctors-section {
    padding-bottom: 50px;
}

.doctors-section .head-of {
    margin-top: 50px;
    margin-bottom: 30px;
}

.doctors-section .head-of h3 {
    font-weight: bolder;
    color: #353131;
    font-size: 22px;
}

.doctors-section .one {
    border-radius: 10px;
    border: 1px solid #36130D;
    background: #FFF;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
}

.doctors-section .one img {
    width: 80px;
    height: 80px;
    border-radius: 150px;
}

.doctors-section .one h5 {
    color: #36130D;
    font-size: 14px;
    margin: 0px;
    font-weight: bolder;
    line-height: normal;
}

.doctors-section .one a {
    margin: 0px;
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.doctors-section .one h4 {
    margin: 0px;
    color: #36130D;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.doctors-section .one span {
    color: #353131;
    font-size: 16px;
    font-weight: bolder;
    margin-top: 10px;
    display: block;
}


.doctor-details .head-of {
    margin-top: 50px;
    margin-bottom: 30px;
}

.doctor-details .head-of h3 {
    font-weight: bolder;
    color: #353131;
    font-size: 22px;
}

.doctor-details .all-details {
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #36130D;
    padding: 20px 0px;
}

.doctor-details .all-details .pic img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 150px;
    margin-top: 20px;
}

.doctor-details .all-details h6 {
    color: #36130D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.doctor-details .all-details h4 {
    color: #1E1E1E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

.doctor-details .all-details p {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.doctor-details .all-details #more {
    display: none;
}

.doctor-details .all-details #myBtn {
    background-color: transparent;
    border: none;
    color: #36130D;
    font-weight: bolder;
}


.doctor-details .more-researcher h4 {
    float: right;
    width: 200px;
    padding: 12px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bolder;
    margin-left: 20px;
    color: #1E1E1E;
    border: 1px solid rgba(170, 205, 207, 0.50);
    background: #FFF;
    border-radius: 12px;
}

.doctor-details .more-researcher h4 img {
    margin-left: 5px;
    width: 25px;
}

.doctor-details .one-researcher {
    float: right;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #36130D;
    margin-top: 30px;
    padding: 10px 15px;
}

.doctor-details .one-researcher h6 {
    color: #36130D;
    font-size: 14px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
}

.doctor-details .one-researcher a {
    color: #353131;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

.doctor-details .one-researcher ul {
    margin-top: 20px;
}

.doctor-details .one-researcher ul li {
    display: inline-block;
    font-weight: bolder;
    font-size: 12px;
    margin-left: 20px;
}

.doctor-details .one-researcher ul li img {
    margin-left: 5px;
}

.doctor-details .one-researcher ul li span {
    display: block;
    margin-top: 5px;
    color: #6B6666;
    font-size: 16px;
    text-align: center;
}


.contact-us {
    margin: 50px 0px;
}

.contact-us form {
    width: 100%;
    float: right;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 20px 50px;
    border-radius: 10px;
    border: 1px solid #36130D;
}

.contact-us form h3 {
    color: #1E1E1E;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    line-height: 25px;
    /* 100% */
}

.contact-us form h4 {
    line-height: 30px;
    color: #1E1E1E;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: bolder;
    margin: 40px 0px;
}

.contact-us form input {
    width: 100%;
    padding: 10px;
    outline: none;
    border-radius: 10px;
    border: 1px solid rgba(170, 205, 207, 0.50);
    background: #FFF;
    margin-bottom: 10px;
}

.contact-us form label {
    text-align: right;
    float: right;
    margin-bottom: 10px;
}

.contact-us form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    outline: none;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(170, 205, 207, 0.50);
    background: #FFF;
}

.contact-us form button[type='submit'] {
    width: 100%;
    border-radius: 10px;
    background: #36130D;
    color: #fff;
    border: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

.main-categories {
    margin-bottom: 50px;
}

.main-categories .head-of {
    margin: 40px 0px;
}

.main-categories .head-of h5 {
    text-align: center;
    font-weight: bolder;
    font-size: 18px;

}

.main-categories .one {
    margin-bottom: 20px;
}

.main-categories .one h3 {
    border-radius: 9px;
    border: 1px solid #36130D;
    font-size: 14px;
    font-weight: bolder;
    margin: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: #FFF;
    padding: 12px 20px;
}

.main-categories .one h3 i {
    float: left;
    margin-top: 3px;
}

.main-categories .one .accordion {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 5px 0px;
    width: 100%;
    border: none;

    text-align: right;
    outline: none;
    font-size: 12px;
    transition: 0.6s;
}

.main-categories .one .accordion:after {
    content: '\f107';
    color: #777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";

}

.main-categories .one .active:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
}

.main-categories .one .panel {
    padding: 0 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 0px;
}

.main-categories .one .panel a {
    display: block;
    margin-top: 5px;
    color: #8B8B8B;
}

input[type='checkbox']#remember {
    width: auto;
}

.contact-us form a {
    width: 100%;
    display: block;
    border-radius: 10px;
    background: #36130D;
    color: #fff;
    border: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

.contact-us form button.cancel {
    width: 100%;
    border-radius: 10px;
    background: rgba(237, 83, 80, 0.81);
    color: #fff;
    border: none;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px;
}

.table-ports .text-right {
    text-align: right !important;
}

/*
LTR Direction
*/
.translated-ltr body {
    direction: ltr;
    text-align: left !important;
}

.translated-ltr body div[class*=' col-'],
.translated-ltr body div[class^='col-'] {
    float: left;
}

.translated-ltr .main-header .nav-menu {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.translated-ltr .main-header .search form button {
    left: 70%;
}
.translated-ltr .main-header .search form span button {
    left: 62%;
}

.translated-ltr .intro .all .logo {
    float: right;
}

.translated-ltr .main-categories .one .accordion {
    text-align: left;
}

.translated-ltr .main-categories .one .accordion:after {
    float: right;
}

.translated-ltr .main-categories .one .menu-1 .up,
.translated-ltr .main-categories .one .menu-2 .up,
.translated-ltr .main-categories .one .menu-3 .up,
.translated-ltr .main-categories .one .menu-4 .up {
    right: 30px;
    left: auto;
}

.translated-ltr .main-categories .one h3 i {
    float: right;
}

.translated-ltr .main-header .dropdowns li {
    margin-left: 10px;
    margin-right: 0px;
    text-align: left;
}

.translated-ltr .table-ports .text-right {
    text-align: left !important;
}

.translated-ltr .doctor-details .one-researcher ul li {
    margin-left: 0px;
    margin-right: 20px;
}

.translated-ltr .doctor-details .one-researcher ul li img {
    margin-left: 0px;
    margin-right: 5px;
}

.translated-ltr .doctor-details .more-researcher h4 {
    float: left;
}

.translated-ltr .doctor-details .all-details p {
    text-align: justify;
}

.translated-ltr .doctor-details .more-researcher h4 img {
    margin-left: 0px;
    margin-right: 5px;
}


.translated-ltr .contact-us form label {
    float: left;
    text-align: left;
}

.footer .logo img {
    height: 170px;
}

.intro .logo img {
    height: 170px;
}

/* New Accordion */
.all-details .title-details hr {
    border: 1px solid #36130D;
}

.all-details .mail button {
    background-color: #36130D;
    margin-top: 18px;
    color: #fff;
    width: 100%;
    font-weight: bolder;
    padding: 5px;
    border-radius: 10px;
    border: none;
}

.all-details .book button {
    background-color: #36130D;
    margin-top: 18px;
    color: #fff;
    width: 100%;
    font-weight: bolder;
    padding: 5px;
    border-radius: 10px;
    border: none;
}

#bookview .modal-footer {
    text-align: left;
}