@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Tajawal:400,500,700,800&display=swap&subset=arabic");
@font-face {
    font-family: "fontello";
    src: url("../../fonts/fontellio/fontello.eot");
    src: url("../../fonts/fontellio/fontello.eot") format("embedded-opentype"), url("../../fonts/fontellio/fontello.woff") format("woff"), url("../../fonts/fontellio/fontello.ttf") format("truetype"), url("../../fonts/fontellio/fontello.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity             : .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* You can be more comfortable with increased icons size */
    /* font-size           : 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow         : 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/* academic */

.academic-bread {
    padding-top: 20px;
}

.academic-bread li {
    font-size: 17px;
    font-weight: 500;
}

.academic-bread li a {
    color: #333;
}

.academic-bread li a:hover {
    color: #3c7974;
}

.search_academic {
    padding: 30px 0 5px 0;
    position: relative;
    overflow: hidden;
}

.search_academic form {
    padding: 20px;
    background-color: #3c7974;
    border-radius: 15px;
}

.search_academic form h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.search_academic::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -42px;
    width: 130px;
    height: 100px;
    background: url(../../images/icons/ser-icon.png) no-repeat;
    background-size: contain;
}

.search_academic .form-control {
    height: 50px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .16);
    border: 1px solid #D3D3D3;
}

.search_academic .btn {
    background: #3c7974;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
    border: none;
}

.search_academic .btn:hover {
    background: #3c7974;
}


/* end search_academic */

.academic {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.academic::before {
    content: "";
    position: absolute;
    top: 45px;
    right: -90px;
    width: 130px;
    height: 100px;
    background: url(../../images/icons/g1.png) no-repeat;
    background-size: contain;
}

.academic::after {
    content: "";
    position: absolute;
    bottom: 45px;
    left: -30px;
    width: 130px;
    height: 100px;
    background: url(../../images/icons/g2.png) no-repeat;
    background-size: contain;
}

.academic {
    padding: 30px 0 15px;
}

.academic_item {
    padding: 20px;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: inherit;
    align-items: center;
    justify-content: space-around;
}

.academic_item .academic_list ul {
    text-align: center;
}

.academic .academic_item .academic_list li {
    list-style: none;
    width: 49%;
    display: inline-block;
    background: #FCFCFC;
    border: 1px solid #D0D0D0;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.academic_item .academic_list li a {
    color: #555555;
}

.academic_item .academic_list li a:hover {
    color: #3c7974;
}

.academic_item i {
    color: #3c7974;
}

.academic_item h3 {
    color: #555555;
    font-weight: bold;
}

.academic.single .academic_item .academic_list li {
    background: #3c7974;
    color: #fff;
}

.academic.single .academic_item .academic_list li a {
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    margin: 0 8px;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    color: #D0D0D0;
    float: right;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: -1px;
    margin-left: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #3c7974;
    background-color: transparent;
    border-color: #3c7974;
}


/* single_doctors */

.single_doctors {
    width: 100%;
    padding: 40px 0;
    /*position: relative;
    overflow: hidden;*/
}

.single_doctors::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -42px;
    width: 130px;
    height: 100px;
    background: url(/themes/psau/images/icons/ser-icon.png) no-repeat;
    background-size: contain;
}

.single_doctors::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -90px;
    width: 130px;
    height: 100px;
    background: url(../../images/icons/g1.png) no-repeat;
    background-size: contain;
}

.single_doctors_details {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    border-top: 4px solid #3c7974;
    border-radius: 4px;
    padding: 30px;
    width: 90%;
    margin: auto;
}

.single_doctors_details .single_doctors_img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background: url(/themes/psau/images/doctors/back.png) no-repeat;
    background-size: cover;
    padding: 7px;
    margin: auto;
    margin-bottom: 20px;
}

.single_doctors_details .single_doctors_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.single_doctors_details .single_doctors_social {
    margin: auto;
}

.single_doctors_details .single_doctors_social a {
    display: block;
    width: 25px;
    height: 23px;
}

.single_doctors_details .single_doctors_social a img {
    width: 100%;
    height: 100%;
}

.single_doctors_desc {}

.single_doctors_desc h3 {
    color: #3c7974;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.single_doctors_desc .lisences {
    padding: 10px 0;
}

.single_doctors_desc .lisences span {
    color: #3c7974;
    font-size: 22px;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}

.single_doctors_desc .locations {
    margin-top: 25px;
}

.single_doctors_desc .locations li {
    font-size: 19px;
    margin-left: 15px;
    display: inline-block;
}

.single_doctors_desc .locations li i {
    color: #3c7974;
    margin: 8px;
}

.doctors_tabs {
    width: 90%;
    margin: 30px auto;
}

.doctors_tabs .nav-tabs {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    border-top: 4px solid #3c7974;
    border-radius: 4px;
    text-align: center;
    border-bottom: none;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.doctors_tabs .nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0;
}

.doctors_tabs .nav-tabs>li>a.active,
.doctors_tabs .nav-tabs>li>.active:hover,
.doctors_tabs .nav-tabs>li>.active:focus {
    background: #3c7974;
    color: #fff;
    border: none;
    border-radius: 0;
    position: relative;
}

.doctors_tabs .nav-tabs>li>.active::before,
.doctors_tabs .nav-tabs>li>a.active:hover::before,
.doctors_tabs .doctors_tabs .nav-tabs>li>a.active:focus::before {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-top: .5em solid #3c7974;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}

.doctors_tabs .nav-tabs>li>a {
    border: none;
    font-size: 17px;
    padding: 20px;
    margin: 0;
    color: #333;
}

.tab-con {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.tab-con h3 {
    color: #3c7974;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

.tab-con p {
    color: #5D5D5D;
    font-size: 20px;
    font-weight: 500;
}

.tab-con ul {
    padding-right: 30px;
}

.tab-con ul li {
    list-style: outside;
    color: #5D5D5D;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.tab-con .filter {
    border: 1px solid #3c7974;
    padding: 30px 15px;
    margin-bottom: 20px;
}

.tab-con .filter p {
    display: inline-block;
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
}

.tab-con .filter select {
    border: none;
    margin-left: 10px;
    font-size: 20px;
}

.acd_result {
    margin: 20px 0;
}

.result-con {
    padding: 20px;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
}

.result-con .title-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.result-con .title-head .duration i {
    color: #3c7974;
    margin: 0 5px;
}

.result-con .title-head h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.result-con .prog-desc {
    padding: 40px 0 20px;
    border-bottom: 1px solid #D0D0D0;
}

.result-con .prog-desc p {
    font-size: 20px;
}

.prog-table thead {
    background: #3c7974 !important;
    color: #fff;
    border-color: #3c7974 !important;
}

.prog-table thead tr th {
    text-align: center;
    padding: 13px 5px;
    font-size: 17px;
}

.prog-table tr td {
    text-align: center;
    padding: 13px 5px;
    font-size: 17px;
}

.cont-cont .single_doctors::before {
    display: none;
}

.cont-cont .single_doctors_social ul {
    display: flex;
    justify-content: center;
}

.cont-cont .single_doctors_social ul li {
    margin: 0 5px;
}

.cont-cont .doctors_tabs .nav-tabs {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 16%);
    border-top: 4px solid #3c7974;
    border-radius: 4px;
    text-align: center;
    border-bottom: none;
    margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}

.cont-cont .doctors_tabs .nav-tabs>li>a.active,
.cont-cont .doctors_tabs .nav-tabs>li>.active:hover,
.cont-cont .doctors_tabs .nav-tabs>li>.active:focus {
    background: #3c7974;
    color: #fff;
    border: none;
    border-radius: 0;
}

.cont-cont .doctors_tabs .nav-tabs>li>.active::before,
.cont-cont .doctors_tabs .nav-tabs>li>a.active:hover::before,
.cont-cont .doctors_tabs .doctors_tabs .nav-tabs>li>a.active:focus::before {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-top: .5em solid #3c7974;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
}