@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:300,400,500,600');
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
@import url(../fonts/aw/stylesheet.css);
/*ProximaNovaLight*/

body .aw-font-os {
    font-family: 'Open Sans', sans-serif !important;
}

body .aw-font-rly {
    font-family: 'Raleway', sans-serif !important;
}

body .aw-font-pnl {
    font-family: 'ProximaNovaLight', sans-serif !important;
}

body .aw-font-light {
    font-weight: 300 !important;
}

body .aw-font-regular {
    font-weight: 400 !important;
}

body .aw-font-medium {
    font-weight: 500 !important;
}

body .aw-font-semibold {
    font-weight: 600 !important;
}

body .aw-font-bold {
    font-weight: 700 !important;
}

/*bootstrap globals*/

.d-inline-block {
    display: inline-block;
}

.site-color {
    color: #004F77;
}

.font-scale-1 {
    font-size: 150%;
}

.font-scale-2 {
    font-size: 160% !important;
}

.lh-1 {
    line-height: 1.8;
}

/*
.top-bar .aw-lang.aw-font-ar {
    display: none;
    font-family: 'Noto Naskh Arabic', serif;
    font-size:1.6em;
    padding-top: 5px;
    padding-bottom: 7px;
}
*/

.top-bar .aw-lang.aw-font-ar {
    /* display: none; */
    font-family: 'Noto Naskh Arabic', serif;
    font-size:1.2em;
    padding-top: 5px;
    padding-bottom: 7px;
    line-height: 28px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #616161;
    border-radius: 25px;
    text-align: center;
    font-size:1em;
    color: rgba(255, 255, 255, 0.5);
    margin-left: -19px;
    width: 38px;
    height: 38px;
    overflow: hidden;
}

/*bootstrap overloading*/

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    /*/margin-top: 30px;/*/
	
	/*/width: 550px;/*/
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    /*/margin-top: 50px;/*/
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    /* padding-top: 30px; */
	padding-top: 5px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .mt-md-1 {
        margin-top: 10px;
    }
    .mt-md-2 {
        margin-top: 20px;
    }
    .mt-md-3 {
        margin-top: 30px;
    }
    .mt-md-4 {
        margin-top: 40px;
    }
    .mt-md-5 {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    .pt-sm-1 {
        padding-top: 10px;
    }
    .pt-sm-2 {
        padding-top: 20px;
    }
    .pt-sm-3 {
        padding-top: 30px;
    }
    .pt-sm-4 {
        padding-top: 40px;
    }
	.pt-btmsm-4 {
        padding-bottom: 40px;
    }
    .pt-sm-5 {
        padding-top: 50px;
    }
}

.scroll:before {
    content: "\e259";
    display: block;
    line-height: 0;
    margin-top: 8px;
    font-size:1.4em;
}

.scroll:after {
    content: "\e259";
    display: block;
    line-height: 0;
    font-size:1.4em;
    animation: scroll-fader linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: scroll-fader linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: scroll-fader linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: scroll-fader linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: scroll-fader linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@-webkit-keyframes scroll-fader {
    from {
        margin-top: 0;
        opacity: 1.0;
    }
    to {
        margin-top: 24px;
        opacity: 0;
    }
}

@keyframes scroll-fader {
    from {
        margin-top: 0;
        opacity: 1.0;
    }
    to {
        margin-top: 24px;
        opacity: 0;
    }
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
}

.msg {
    padding: 5px;
    background: rgba(212, 0, 0, 0.54);
    border: 1px solid rgba(195, 135, 135, 0.74);
    border-radius: 4px;
    position: relative;
    padding-left: 30px;
    color: #fff;
    display: none;
    margin-bottom: 10px;
    clear: both;
    margin-top: 5px;
    float: left;
}

.msg:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    line-height: 14px;
    top: 50%;
    margin-top: -7px;
    left: 10px;
}

.msg.failure:before {
    content: "\f071";
}

.msg.success:before {
    content: "\f00c";
}

.msg.info:before {
    content: "\f129";
}

.msg.processing:before {
    content: "\f021";
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.msg.failure {
    background-color: rgba(212, 0, 0, 0.54);
    border: rgba(195, 135, 135, 0.74);
}

.msg.success {
    background-color: rgba(0, 212, 38, 0.54);
    border-color: rgba(135, 195, 150, 0.74);
}

.msg.info {
    background-color: rgba(0, 159, 212, 0.54);
    border-color: rgba(135, 176, 195, 0.74);
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media all and (min-width:768px) {
    .navbar-center .navbar-header {
        float: none;
        position: absolute;
        left: 45%;
        width: 10%;
        text-align: center;
    }
    .navbar-center .navbar-header .navbar-brand {
        float: none;
        display: inline-block;
    }
}

.aw-mission p {
    font-size:1.4em;
    font-weight: 300;
}

.scroll_down {
    display: none;
}

/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body,
html {
    font-family: Open Sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a,
a:focus,
a:hover {
    color: #fff;
}

.social a {
    font-size:1.4em;
    margin: 0 5px;
}

body img {
    /*max-width: 100%;*/
}


/* Custom default button */

.btn-default,
.btn-default:hover,
.btn-default:focus {
    color: #8c8277;
    text-shadow: none;
    background-color: transparent;
    border: 1px solid #004f77;
    border-radius: 30px;
    font-size:1.2em;
    transition: all ease 0.3s;
}

.btn-default:hover {
    background-color: #eee;
}

.btn-blue {
    color: #fff;
    background-color: #004F77;
    border-color: #004F77;
}

.cover {
    color: #fff;
    font-weight: 300;
}

.cover h1.cover-heading {
    font-size:3.1em;
    color: #fff;
    letter-spacing: -1px;
}

.cover h1.cover-heading b {
    font-weight: 700;
}

.cover .btn {
    color: #fff;
    border-color: #fff;
}

.cover p.lead {
    font-size:1.6em;
}

.featured {
    background: url(../img/awazen-home-slider-03.jpg) no-repeat 0 0 /cover;
    position: relative;
}

.featured > div {
    position: relative;
}

.featured:before {
    background-color: rgba(0, 79, 119, 0.5);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-curve {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: -10px;
}

.top-curve svg {
    width: 100%;
    float: left;
    padding-top: 30px;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
	margin: 0 auto;
	width: 100%;
    position: relative;
    display: block;
    overflow-x: hidden;
}

body {
    color: #8c8277;
    text-align: left;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.content {
    font-size:1.4em;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 15px;
}

#why .content.small {
    font-size:1em;
    line-height: 21px;
}

.when-list {
    /*box-shadow: 2px -1px 8px rgb(224, 224, 224);*/
    padding-left: 0;
    position: relative;
}

.when-list:before {
    position: absolute;
    left: 50%;
    width: 10px;
    top: 0;
    height: 100%;
    background: #004f77;
    margin-left: -5px;
    z-index: 9;
}

.when-list:after {
    content: "";
    clear: both;
    display: block;
}

.when-list li div.image img {
    width: 100%;
    max-height: 80px;
}

.when-list li div.image {
    content: "";
    bottom: 0;
    text-align: center;
    left: 0;
    width: 40%;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}

.navbar-brand > img {
    display: block;
    /* height: 140px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: -7px;
}

.when-list li:after {
    position: absolute;
    right: 0;
    width: 1px;
    top: 0;
    content: "";
    background-color: #fff;
    z-index: 9;
    height: 100%;
}

.when-list li {
    float: left;
    width: 25%;
    padding-left: 0%;
    list-style: none;
    height: 200px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 1px;
    text-align: center;
    border-right: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
}

.when-list li:nth-child(4n) {
    border-right: 0;
}

.when-list li:nth-child(5),
.when-list li:nth-child(6),
.when-list li:nth-child(7),
.when-list li:nth-child(8) {
    border-bottom: 0;
}

.when-list li span {
    display: block;
    padding: 15px;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.when-list li span b {
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 17px;
}

section h4.heading {
    font-size:1.2em;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: normal;
    margin-top: 0;
}

#why h3.heading {
    font-size: 17px;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

section {
    display: block;
    padding: 0px 0 0 0;
}

section .heading {
    margin-bottom: 30px;
    font-size:2.9em;
    
}

body.home section .heading {
    font-weight: 700;
}

body:not(.home) section .heading {
    font-weight: 300;
}

section .btn-cta {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 38px;
    margin-top: 25px;
    background: #004f77;
    color: #fff;
}

section.section-grey,
.row.row-grey {
    background-color: #eee;
}

section.section-dr {
    padding-bottom: 0;
}

.drimage {
    float: left;
}

.box {
    position: relative;
}

.box.box-graph .box-content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size:1.6em;
}

.box .box-content {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.box-image {
    position: relative;
    margin: 25px;
}

.box-icon {
    position: relative;
    margin: 30px 5px;
}

.box-image img {
    /*/width: 80%;/*/
	width: 100%;
	height:100%;
}

.box-graph .box-image:after {
    position: absolute;
    top: 0;
    left: 10%;
    width: 60%;
    padding-top: 60%;
    content: "";
    background: #fff;
    border-radius: 50%;
    margin: 10%;
}

.text {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    color: #fff;
}

.section-conversion h2.heading {
    color: #fff;
}

.section-conversion input.text {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: 0;
    background: none;
    font-size:1.4em;
}

.scroll {
    color: #fff;
    background-color: transparent;
    bottom: 70px;
    font-size: 25px;
    margin-left: -30px;
    width: 60px;
    border: 0;
}

.section-conversion {
    background: url(../img/awazen-home-ft-bg.jpg) no-repeat center center /cover;
    position: relative;
    padding-bottom: 80px;
    padding-top: 100px;
}

textarea.text {
    height: 120px;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    outline: 0;
    background: transparent;

}

.section-medicine {
    background: url(../img/question.png) no-repeat center center /contain;
}

.section-conversion:before {
    background-color: rgba(0, 79, 119, 0.780582);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.section-conversion .btn-cta {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 38px;
    margin-top: 25px;
    color: #fff;
    border-color: #fff;
    background: transparent;
}

section.section-conversion .btn-cta:hover {
    background-color: #004F77;
}

.content ul {
    padding-left: 0;
}

.top-bar {
    background: #efefef;
    color: #004f77;
    font-size: 0;
}

.top-bar .language {
    margin-left: 15px;
    margin-top: 4px;
}

.navbar-nav .btn-default {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.content ul li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    list-style: none;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
}

p.copyright {
    font-size:1em;
    padding-bottom: 20px;
    color: #8c8277;
    padding-top: 20px;
    margin: 0;
}

div.section-curve {
    transform: rotate(180deg);
    margin-bottom: -1px;
}

div.section-curve.down {
    transform: rotate(0deg);
    margin-top: -1px;
    margin-bottom: 0px;
}

.section-curve svg {
    float: left;
    width: 100%;
    height: auto;
}

.section-curve:after {
    clear: both;
    content: "";
    display: table;
}

section .content {
    margin-bottom: 15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    -webkit-box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.5);
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}


/* Padding for spacing */

.inner {
    padding: 30px;
}


/*
 * Header
 */

.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

.masthead-nav > li {
    display: inline-block;
}

.masthead-nav > li + li {
    margin-left: 20px;
}

.view_doctors {
    color: #ffffff;
    background: #004f77;
    border-radius: 32px;
    padding: 6px 20px;
    font-size:1.2em;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}


.staff_profesional {
    padding-left: 0px;
    margin-left: 0px;
    text-align: center;
    margin-top: 40px;
}

.staff_profesional li {
    display: inline-block;
    width: 23%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    float: left;
    min-height: 360px;
    margin: 1%;
    margin-bottom: 15px;

}

.staff_profesional li h4 {
    margin-top: 20px;
    margin-bottom: 3px;
}

.staff_profesional li span {}

.staff_profesional img {
    width: 100%;
    max-height: 270px;
    object-fit: cover;
}

.staff_profesional .right_side {}



.masthead-nav > li > a {
    padding-right: 0;
    padding-left: 0;
    font-size:1.2em;
    font-weight: bold;
    color: #fff;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .75);
    border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #a9a9a9;
    border-bottom-color: rgba(255, 255, 255, .25);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }
    .masthead-nav {
        float: right;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}

.cover .btn-lg:hover {
    background: #eeeeee;
    color: #8c8277;
    border: 1px solid #1a5077;
}

.dimage img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.dimage {
    padding: 0px;
    background: #f8f8f8;
    border-radius: 50%;
    padding-top: 100%;
    position: relative;
}

.dbox .dname {
    display: block;
    text-align: center;
    font-size:1em;
    font-weight: 500;
    margin-top: 10px;
}

.dinterest {
    padding: 15px 0;
    margin-top: 20px;
}


/*
 * Footer
 */

.mastfoot {
    color: #999;
    /* IE8 proofing */
    color: rgba(255, 255, 255, .5);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%;
        /* Must be percentage or pixels for horizontal alignment */
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-left,
    .navbar-right {
        margin-top: 25px;
    }
    .navbar-right {
        margin-right: 0;
    }
    .navbar-default .aw-primary-menu .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        color: #fff;
    }
    .home .top-bar.aw-primary-menu {
        background: rgba(0, 79, 119, 0.8);
    }
    .top-bar.aw-primary-menu {
        background: rgba(0, 79, 119, 0.8);
		/*Newly added start*/
		/* width: 80%; */
		border-radius: 25px;
		/* margin-left: 10%; */
		/*Newly added end*/
    }
    .navbar-fixed-top.navbar-default {
        background-color: transparent;
    }
    .aw-primary-menu .social {
        margin-top: 12px;
    }
    .aw-primary-menu .social a {
        opacity: 0.6;
    }
    .aw-primary-menu .social a:hover {
        opacity: 1;
    }
    .top-bar .language {
        margin-top: 0;
    }
    .top-bar .aw-lang {
        display: block;
        float: left;
        font-size:1em;
        padding: 10px;
        color: #004f77;
        width: 90px;
    }
    .top-bar .aw-lang.active {
        background-color: #fff;
        color: #8c8277;
    }
    nav.navbar .aw-logo-navbar {
        height: 85px;
        padding: 0;
		display: block;
        background-color: #fff;
    }
    nav .aw-lang-navbar {
        padding-left: 0;
    }
    .aw-sec-ins-affli .aw-opacity-hover {
        opacity: 0.5;
        transition: all 0.5s ease;
    }
    .aw-sec-ins-affli .aw-opacity-hover:hover {
        opacity: 1;
    }
    .aw-sec-ins-affli .box-icon {
        margin: 15px 5px;
    }
    #navbar-primary .nav.navbar-nav {
        display: inline-block;
        float: none;
    }

    .top-bar .aw-lang-navbar {
        height: 40px;
    }
    .aw-mid-bar {
        background-color: #fff;
		opacity: 0.8;
		-moz-opacity: 0.8;
    }

    /*scrolling actions*/
    .top-bar .aw-lang-navbar,
    .navbar-brand > img,
    .navbar-left,
    .navbar-right,
    nav.navbar .aw-logo-navbar,
    .navbar-default .navbar-brand {
        -webkit-transition: all 1.2s ease;
        -moz-transition: all 1.2s ease;
        -o-transition: all 1.2s ease;
        transition: all 1.2s ease;
    }
    body.scrolling .top-bar .aw-lang-navbar {
        margin-top: -40px;
    }
    body.scrolling .navbar-default .navbar-brand {
        padding-top: 5px;
    }
    body.scrolling .navbar-brand > img {
        height: 55px;
    }
    body.scrolling .navbar-left,
    body.scrolling .navbar-right {
        margin-top: 10px;
    }
    body.scrolling nav.navbar .aw-logo-navbar {
        height: 55px;
    }

    .site-wrapper {
        margin-top: 20px;
    }
    .content-area .entry-content {
        margin-top: 200px;
    }
    section.section.aw-not-home,
    .entry-content .entry-inner-content {
        /*/min-height: 300px;/*/
    }
	section.aw-not-home1 {
        margin-top: 170px;
		background: #e6e6e6;
    }
	section.aw-not-home1:before{
		content: "";
		width: 100%;
		height: 400px;
		max-height: 100%;
		background: #fff;
		top: 0;
		position: absolute;
		left: 0;
		
	}
	
	section .aw-not-home .speclbg:before{
		content: "";
		width: 100%;
		height: 400px;
		max-height: 100%;
		background: #fff;
		top: 0;
		position: absolute;
		left: 0;
		
	}
	
	
	section.aw-not-home2 {
        margin-top:0px;
		background: #e6e6e6;
    }
	 section.aw-not-home3 {
        margin-top:0px;
		border-bottom: 2px solid #fff;
		background: #e6e6e6;
    }
    section.aw-not-home {
        margin-top: 0px;
		/*/border-bottom: 2px solid #fff;/*/
    }
    .top-bar .aw-social-icons {
        margin-top: -50px;
    }
    .md-inline-block {
        display: inline-block;
        padding-left: 8px;
    }
    .aw-sec-specs a,
    .aw-sec-specs p {
        font-size:1.6em;
        padding: 0 5%;
    }
    .aw-sec-specs p.desc {
        color: #8c8277;
        font-size:1.2em;
        font-weight: 300;
        box-shadow: none;
    }
}

.hover-flip-box .hover-flip .box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(26, 80, 119, 0.6);
}

section.aw-sec-doct-box .box.box-icon {
    margin: 0;
}

@media (min-width: 992px) {
    .hover-flip-box .hover-flip .box a {
        background-color: transparent;
    }
    .masthead,
    .mastfoot,
    .cover-container {
        width: 700px;
    }
    .hover-flip-box .hover-flip:nth-child(1) .box {
        background-color: rgba(26, 80, 119, 0.6);
        margin: 0;
    }
    .hover-flip-box .hover-flip:nth-child(2) .box {
        background-color: rgba(26, 80, 119, 1);
        transition: all 0.5s ease;
        margin: 0;
    }
    .hover-flip-box .hover-flip:nth-child(2):hover .box {
        background-color: rgba(26, 80, 119, 0.6);
    }
}

/*AAAVIN - start*/

section.footer-widgets {
/*/    background-color: #004f77;
    padding-top: 5px;
    padding-bottom: 30px; /*/
	padding-top: 0px;
    padding-bottom: 0px;
}

.footer-widgets .widget ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size:1.2em;
}

.footer-widgets .widget ul li a {
    text-decoration: none;
}

.footer-widgets .widget ul li a:before {
    content: '';
}

section.footer-widgets h2 {
    color: #fff;
    font-weight: 700;
    font-size:1.6em;
}

section.footer-widgets h2.widget-title {
    padding-left: 8px;
}

.footer-4 .widget h2.widget-title {
    padding-left: 0;
}

.aw-heading-color {
    color: #004f77;
}

.color-white,
section.footer-widgets p {
    color: #fff;
}

.v-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.aw-sec-specs p,
.aw-sec-specs p:hover {
    text-shadow: none;
    text-decoration: none;
    color: #8c8277;
    font-size:1.2em;
    font-weight: 300;
    box-shadow: none;
}

.aw-sec-specs p.aw-sec-spec-title {
    font-size:1.4em;
    padding: 0;
}

.aw-sec-specs .box-image {
    margin-top: 0;
}

.aw-sec-specs .box-image img {
    width: 50%;
}

.aw-sec-specs a.aw-sec-spec-title,
.aw-sec-specs p.aw-sec-spec-title {
    color: #1f5b7d;
    display: block;
    text-decoration: none;
}

section.aw-sec-specs,
section.aw-sec-doct-box {
    overflow: visible;
}

section.aw-sec-doct-box {
    padding-bottom: 60px;
}

section.aw-sec-specs {
    padding-top: 10px;
}

.aw-sec-doct-box .box.box-icon {
    min-height: 350px;
}

.aw-sec-doct-box .box h2 {
    text-decoration: underline;
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    font-size: 25px;
}

path.curve-path-1 {
    fill: #eee;
}

path.curve-path-3,
path.curve-path-2 {
    fill: #fff;
}

.single path.curve-path-3,
.single path.curve-path-2 {
    fill: #eee;
}

section.aw-sec-acc-care {
    padding: 0;
}

section.aw-sec-acc-care .row .aw-blue-bg {
    background-color: #004f77;
    height: 100px;
    font-size:1.7em;
    line-height: 100px;
    padding-top: 0;
}

.aw-sec-acc-care > div > div.row > div {
    padding: 15px 0;
}

.aw-ins-heading {
    background-color: #004f77;
    width: 270px;
    font-size:1.2em;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    border-bottom-right-radius: 40px;
    padding: 10px 30px;
    text-align: center;
}

.top-bar .aw-lang.aw-search-icon {
    padding: 7px;
}

.aw-search-icon .glyphicon-search {
    padding: 6px;
    background: #1a5077;
    color: white;
    border-radius: 50%;
}

.navbar-nav.navbar-left .btn-default {
    color: #8c8277;
    background: transparent;
}

.navbar-nav.navbar-left .btn-default:hover,
.navbar-nav.navbar-left .btn-default:focus {
    color: #fff;
    background: #004F77;
}

.widget.widget_media_image img {
    width: 100%;
    /*/margin-top: 25px;/*/
}

.widget.widget_text .social li {
    opacity: 0.6;
}

.widget.widget_text .social li:hover {
    opacity: 1;
}

button.aw-subscribe-btn {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
    float: right;
    background: transparent;
    color: #fff;
    border: none;
    width: 40px;
    font-size: 25px;
}

.top-bar .aw-lang.aw-search-icon {
    display: none;
}

form.aw-search input {
    display: block;
    height: 35px;
    width: 250px;
    border: none;
    background: #efefef;
    border-bottom: 1px solid #1a5077;
    font-size:1.4em;
}

div.wpcf7-validation-errors {
    border: 1px solid #f70000;
}

form.wpcf7-form.sent div.wpcf7-response-output,
form.wpcf7-form.invalid div.wpcf7-response-output {
    display: inline-block;
}

form > div.wpcf7-response-output {
    display: none !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    display: none;
    width: 100%;
    font-size:1.2em;
    text-align: center;
    color: #fff;
}

.content-area .entry-header h1.entry-title {
    background: #fff;
}

/*Internal Pages styles*/

.section-conversion.aw-not-home {
    margin-top: 100px;
}

/*lang change styles*/

ul#menu-ar-footer-menu-services,
ul#menu-ar-footer-menu-about {
    padding-left: 8px;
}

/*contact us form*/

.aw-cf-cls button.aw-input-btn {
    margin-top: 0px;
    font-weight: 300;
}

.aw-cf-cls textarea {
    height: 150px;
}

.aw-cf-cls textarea,
.aw-cf-cls input {
    padding: 5px;
    outline: 0;
    border: none;
    border-bottom: 1px solid #8c8277;
    font-weight: 300;
}

.aw-cf-cls input::placeholder,
.aw-cf-cls textarea::placeholder {
    color: #8c8277;
}

.aw-cf-cls .aw-cf-response-output.wpcf7-validation-errors {
    width: 80%;
    color: red;
    margin-top: 0;
}

.aw-cf-cls .aw-cf-response-output.wpcf7-mail-sent-ok {
    width: 80%;
    color: #398f14;
    margin-top: 0;
}

.aw-footer-number a {
    color: #fff;
    text-decoration: none;
}

.aw-animation-cls,
.aw-sec-specs .box-image img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.read-more-action .read-more-txt,
.read-more-action.active .show-more-btn,
.read-more-action .show-less-btn {
    visibility: hidden;
    display: block;
    height: 0;
}

.read-more-action.active .read-more-txt,
.read-more-action .show-more-btn,
.read-more-action.active .show-less-btn {
    visibility: visible;
    display: block;
    height: auto;
}

.facilities p.md-inline-block {
    font-size:1.4em;
    padding-top: 10px;
}

.aw-not-home .grey-bg,
.aw-not-home .white-bg {
    /*/padding-top: 30px;
    padding-bottom: 60px;
    margin-top: 30px;
    margin-bottom: 30px;/*/
	padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
	
}

.aw-not-home .grey-bg {
    background: rgba(238, 238, 238, 0.14);
}

.container .grey-bg,
.container .white-bg {
    position: relative;
}

.container .grey-bg:before,
.container .white-bg:before {
    position: absolute;
    width: 150%;
    height: 100%;
    content: "";
    left: -25%;
    top: -15px;
    display: block;
    overflow: hidden;
    z-index: -5;
    background: #fff;
}

.container .grey-bg:before {
    background: #efefef6b;
}

.aw-not-home .content .social a {
    color: #004f77;
}

.about-txt:before {
    background-image: url('/wp-content/themes/aaagency/img/awazen-home-slider-03.jpg');
    content: " ";
    position: absolute;
    width: 50%;
    min-height: 100%;
    left: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.section-as {
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-as:before {
    content: "";
    background-image: url('http://ali-sons.com/images/gprofile.jpg');
    position: absolute;
    width: 50%;
    left: 50%;
    min-height: 100%;
    top: 0;
    background-repeat: no-repeat;
    display: block;
    background-position: 45% 100%;
    background-size: cover;
}

.spec-list {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

.spec-list {
    background-color: rgba(239, 239, 239, 0.19);
}

.spec-list:nth-child(even) .blog-panel {
    padding-left: 25px;
}

.spec-list:nth-child(odd) .blog-panel {
    padding-right: 25px;
}

.spec-list .box-image img {
    opacity: 0;
}

.spec-list .spec-list-bg {
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 50%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    max-width: 100%;
}

.spec-list-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.5s ease;
}

.spec-list:hover .spec-list-bg:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.spec-list:nth-child(odd) .spec-list-bg {
    left: 50%;
    right: auto;
}

.spec-list h3.heading {
    margin-bottom: 20px;
}

.spec-list .content {
    font-size:1.2em;
}

section .spec-list .btn-cta {
    margin-top: 0;
    margin-bottom: 10px;
    font-size:1em;
}

.spec-list h3 a {
    text-decoration: none;
    color: #1a5077;
    font-weight: 500;
    font-size:1.6em;
}

.single section .content {
    font-size:1.2em;
    font-weight: 300;
    box-shadow: none;
    text-shadow: none;
    color: #333;
}

.row-question-1 {
    background: url('/wp-content/uploads/2017/11/question.png') no-repeat center center /contain;
    padding: 45px 0;
}

body:not(.home) section .heading.title {
    font-size:3.2em;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single .aw-not-home {
    padding-bottom: 0;
}

.single section img.drimage {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center 10%;
    box-shadow: 0px 20px 20px -10px #333;
    border-bottom: 5px solid #004F77;
}

.single-speciality section img.drimage {
    box-shadow: none;
    border-bottom: 0;
    height: 280px;
}

.single-speciality section .doc-col .heading {
    padding-top: 15px;
}

.single .dr-name {
    display: inline-block;
    background: rgba(26, 80, 119, 0.06);
    border-top: 5px solid #1a5077;
    color: #1a5077;
    width: 90%;
    font-size: 150%;
    text-align: center;
}

/*span.p-start {
    font-size: 150%;
    font-weight: 500;
    color: #1a5077;
    border-left: 7px double;
    padding-left: 8px;
    padding-right: 3px;
}*/

.carousel .carousel-control {
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    line-height: 85px;
    color: #1a5077;
    font-size:2.9em;
    background: transparent;
}

ul.list-arrow li {
    position: relative;
    padding-left: 20px;
}

ul.list-arrow li:before {
    content: "";
    background: url('/wp-content/uploads/2017/11/arrow-point-to-right.svg');
    height: 10px;
    width: 10px;
    background-size: cover;
    position: absolute;
    left: 1px;
    top: 17px;
}

.custom-carousel .carousel-indicators {
    position: relative;
    bottom: 0;
    right: auto;
    padding: 0;
    width: auto;
    margin-left: 0;
    left: 0;
}

.custom-carousel .carousel-indicators li {
    width: 45px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #004F77;
    margin: 0;
    border-radius: 5px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-carousel .carousel-indicators li.active {
    background-color: #004F77;
}

.bg-grapes {
    position: relative;
}

.bg-overlay-icon,
.bg-grapes:before {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    margin-top: -12%;
    z-index: -1;
    overflow: hidden;
}

.bg-grapes:before {
    background: url('/wp-content/uploads/2017/11/grapes.png') no-repeat right top;
    background-size: 20%;
}

.single .content hr {
    border-color: #1a5077;
    float: left;
    width: 75%;
    margin-right: 25%;
    border-style: dashed;
}

.single .content hr.full {
    width: 100%;
    margin-right: 0;
}

.content .arrow-right:after {
    position: relative;
    content: "\f138";
    width: 100%;
    height: 100%;
    right: 0;
    top: 1px;
    padding-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size:1.4em;
}

.tree-border-right:before {
    border-top: 5px double #1a5077;
    border-right: 5px double #1a5077;
    border-bottom: 5px double #1a5077;
    position: absolute;
    width: 52%;
    content: "";
    height: 100%;
    left: 50%;
    top: 0;
}

.tree-border-left:before {
    border-top: 5px double #1a5077;
    border-left: 5px double #1a5077;
    border-bottom: 5px double #1a5077;
    position: absolute;
    width: 52%;
    content: "";
    height: 100%;
    right: 50%;
    top: 0;
}

/*timeline start*/

.timeline {
    position: relative;
    padding: 4px 0 0 0;
    margin-top: 22px;
    list-style: none;
}

.timeline > li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
}

.timeline > li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
    position: relative;
    float: left;
    width: 40%;
    padding: 0 40px 20px 0;
    text-align: right;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 2px solid #1a5077;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #1a5077;
    width: 160px;
    height: 160px;
    margin-left: -12%;
}

.timeline > li.timeline-inverted .timeline-image {
    margin-left: -4%;
}

.timeline > li .timeline-image h4 {
    margin-top: 12px;
    font-size:0.85em;
    line-height: 14px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 0 20px 40px;
    text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline > li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 22px;
    margin-bottom: 4px;
    padding: 0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size:1.4em;
    color: #333333;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0;
    color: #808080;
}

/*Style for even div.line*/

.timeline > li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 49%;
    width: 2px;
    height: 300px;
    background-color: #1a5077;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    box-shadow: 0 0 5px #1a5077;
}

/*Style for odd div.line*/

.timeline > li:nth-child(even) .line:before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 300px;
    background-color: #1a5077;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    box-shadow: 0 0 5px #1a5077;
}

/* Medium Devices, .visible-md-* */

@media (min-width: 992px) and (max-width: 1199px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }
    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }
    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0px;
        margin-top: 130px;
    }
    .timeline > li:nth-child(odd) .timeline-image {
        left: 690px;
        margin-left: 0px;
        margin-top: 130px;
    }
    .timeline > li:nth-child(even) .timeline-panel {
        width: 76%;
        padding: 0 0 20px 0px;
        text-align: left;
    }
    .timeline > li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: right;
    }
    .timeline > li .line {
        display: none;
    }
}

/* Small Devices, Tablets */

@media (min-width: 768px) and (max-width: 991px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }
    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }
    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0px;
        margin-top: 100px;
    }
    .timeline > li:nth-child(odd) .timeline-image {
        left: 520px;
        margin-left: 0px;
        margin-top: 100px;
    }
    .timeline > li:nth-child(even) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: left;
    }
    .timeline > li:nth-child(odd) .timeline-panel {
        width: 70%;
        padding: 0 0 20px 0px;
        text-align: right;
    }
    .timeline > li .line {
        display: none;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 767.98px) {
    .timeline > li:nth-child(even) {
        margin-bottom: 0px;
        min-height: 0px;
        right: 0px;
    }
    .timeline > li:nth-child(odd) {
        margin-bottom: 0px;
        min-height: 0px;
        left: 0px;
    }
    .timeline > li .timeline-image {
        display: none;
    }
    .timeline > li:nth-child(even) .timeline-image {
        left: 0;
        margin-left: 0;
    }
    .timeline > li:nth-child(odd) .timeline-image {
        float: right;
        left: 0px;
        margin-left: 0;
    }
    .timeline > li:nth-child(even) .timeline-panel {
        width: 100%;
        padding: 0 0 20px 14px;
    }
    .timeline > li:nth-child(odd) .timeline-panel {
        width: 100%;
        padding: 0 14px 20px 0px;
    }
    .timeline > li .line {
        display: none;
    }
    .single-speciality .doc-col .heading,
    .single-speciality .doc-col .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .order-col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .order-col > .order-content {
        order: 2;
    }
    .order-col > .order-image {
        order: 1;
    }
    .aw-not-home .grey-bg {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*timeline end*/

.na-posts span.p-start {
    font-size: 100%;
}

.single p.box-text {
    background: #efefef75;
    padding: 20px;
}

.na-posts img.drimage {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.na-posts.posts img.drimage {
    box-shadow: none;
    border-bottom: 0;
    height: 300px;
    object-fit: cover;
    object-position: right;
}

.staff-row img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center;
}

@media all and (max-width:767.98px) {
    .spec-list .spec-list-bg,
    .spec-list:nth-child(odd) .spec-list-bg {
        width: 100%;
        right: 0;
        left: 0;
    }
    .spec-list .box-image img {
        display: none;
    }
    .spec-list-bg:before {
        background-color: rgba(26, 80, 119, 0.6);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        content: "";
        top: 0;
    }
    .spec-list:nth-child(even) .blog-panel {
        padding-left: 0;
        padding-right: 0;
    }
    .spec-list:nth-child(odd) .blog-panel {
        padding-left: 0;
        padding-right: 0;
    }
    .staff_profesional li {
        width: 48%;
    }
    .spec-list h3 a,
    .spec-list .content {
        color: #fff;
    }
    .spec-list {
        margin-top: 20px;
    }
    .bg-overlay-icon,
    .bg-grapes:before {
        display: none;
    }
    .aw-sec-specs .box-image img {
        width: 50%;
    }
    .navbar-brand {
        height: auto;
    }
    .navbar-default .navbar-toggle {
        margin-top: 25px;
        position: absolute;
        right: 0;
        z-index: 1;
        background: #fff;
        border: none;
    }
    .navbar-default .navbar-nav > li {
        border-top: 1px solid #3f6c8e;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
    }
    .cover {
        margin-top: 200px;
    }
    .box-image {
        margin: 0 !important;
    }
    .box.box-graph .box-content {
        font-size:0.9em !important;
    }
    .when-list li {
        width: 50% !important;
        border: 1px solid #f8f8f8 !important;
    }
    .dbox {
        min-height: 180px;
    }
    .section-medicine {
        background-size: 50% !important;
    }
    .content-area .entry-content {
        margin-top: 100px;
    }
    #aw-topbar-icons {
        visibility: hidden;
        height: 0;
    }
    #aw-topbar-icons.collapse.in {
        visibility: visible;
        height: auto;
    }
    section.section.aw-not-home {
        margin-top: 80px;
    }
    section.aw-sec-doct-box .box h2 {
        font-size:1.4em;
    }
    section.aw-sec-doct-box .box.box-icon {
        min-height: 200px;
        height: 200px;
        margin: 0;
    }
    .navbar-brand > img {
        margin-left: 8px;
        margin-right: auto;
    }
    section.section .heading {
        font-size:2.1em;
    }
    nav .top-bar {
        background: #1a5077;
    }
    nav .top-bar .language {
        margin-top: 0;
    }
    nav .top-bar .aw-lang-navbar {
        padding: 0;
    }
    .top-bar .aw-lang-navbar a.aw-lang.active {
        background: #fff;
        border-bottom: 1px solid #1a5177;
        color: #1a5177;
    }
    nav .top-bar a.aw-lang,
    .top-bar .aw-lang.aw-font-ar {
        margin: 0;
        font-size:1.4em;
        padding-top: 5px;
        padding-bottom: 0;
    }
    #navbar.navbar-collapse {
        text-align: center;
    }
    #navbar.navbar-collapse .navbar-right {
        float: right;
    }
    #navbar.navbar-collapse .navbar-left {
        float: left;
    }
    #navbar.navbar-collapse .navbar-right,
    #navbar.navbar-collapse .navbar-left {
        width: 50%;
    }
    #navbar-primary {
        padding: 0;
    }
    #navbar-primary ul.nav-menu {
        margin: 0;
        padding: 0;
    }
    #navbar-primary ul.nav-menu li a:hover {
        background-color: #1a5077;
        color: #fff;
    }
    #navbar-primary ul.nav-menu li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #navbar-primary ul.nav-menu li.current-menu-item a {
        background-color: #fff;
        color: #1a5077;
    }
    .aw-social-icons .social {
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a {
        /* color: #fff; */
    }
    .aw-svg-dots {
        display: none;
    }
    .box.box-graph .box-image img {
        width: 40%;
    }
    .box.box-graph .box-image:after {
        left: 25%;
        width: 30%;
        padding-top: 30%;
        top: -10%;
    }
    .aw-mission p {
        padding: 20px;
    }
    nav .navbar-nav .btn-default {
        font-size:0.85em;
    }
    .sidebar .widget.widget_media_image img {
        width: 40%;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #1a5077;
    }
    /*mobile menu*/
    .navbar-default .nav-menu .sub-menu {
        position: relative;
    }
    .single section .spec-list .content {
        color: #fff;
    }
}

.doc-row .doc-col h2 {
    font-size:2.1em;
    letter-spacing: -0.5px;
}

.btn.no-hover {
    color: #fff;
    background-color: #004F77;
    border-color: #004F77;
    cursor: auto;
}

.doc-box {
    background: #eeeeee;
    padding: 20px 25px;
    border-bottom: 4px solid #004F77;
    margin-bottom: 30px;
    text-align: center;
}

.box-head a,
.box-head a:hover,
.box-head a:focus {
    text-decoration: none !important;
}

.doc-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    padding: 10px;
}

.doc-box .heading {
    font-size:1.6em;
}

.doc-box .content {
    min-height: 280px;
}

.doc-box .content span {
    font-size:1em;
    line-height: 18px;
    display: inline-block;
    margin-top: 15px;
    color: #8c8277;
}

.box.box-graph {
    transform: scale(0.9);
}

.section.work {
    padding-top: 10px;
}

.work p {
    font-size:1.2em;
    font-weight: 300;
    line-height: 24px;
}

.work h3 {
    color: #194f77;
    padding: 10px;
    border-bottom: 4px solid #194f77;
    margin-bottom: 30px;
    padding-top: 30px;
}

.work .inner {
    margin-bottom: 30px;
    padding: 0 50px;
    background: #f7f7f7;
    min-height: 375px;
}

.work .btn-cta {
    margin-top: 20px;
    font-size:1em;
    padding: 10px 25px;
    margin-bottom: 35px;
}

.section .heading.doc-name {
    font-size:2.1em;
    font-weight: bold;
}

.model-link {
    border-bottom: 1px solid;
    margin-left: 5px;
    cursor: pointer;
}

.dis-modal-lg .modal-content {
    border-radius: 0;
}

.dis-modal-lg li {
    padding-bottom: 5px;
    font-weight: 300;
}

.dis-modal-lg p,
.dis-modal-lg ul {
    font-size:1.2em;
    text-shadow: none;
    font-weight: 300;
}

.dis-modal-lg a {
    color: #8c8277;
}

.dis-modal-lg .modal-title {
    padding-bottom: 30px;
}

.dis-modal-lg .modal-body {
    padding: 30px;
}

/*latest updates*/

.doctors-row .doc-box {
    padding: 0;
    box-shadow: 0px 0px 25px 0px rgba(51, 51, 51, 0.29);
}

.doctors-row .doc-box img {
    padding: 0;
}

.doctors-row .doc-box .content {
    clear: both;
    min-height: auto;
}

.doctors-row .doc-box .heading {
    padding-right: 0;
    padding-top: 15px;
}

.profile-sc .doc-col img.drimage {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center 10%;
}

.profile-sc .doc-col .heading {
    padding-top: 15px;
}

@media (max-width:1199.98px) {
    .doctors-row .doc-box .content {
        min-height: 100px;
    }
}

@media (max-width:991.98px) {
    .doctors-row .doc-box {
        background: transparent;
    }
}

@media (max-width:767.98px) {
    .doctors-row .doc-box .content {
        min-height: 90px;
    }
    .doctors-row .doc-box .heading {
        font-size:1.4em;
        padding-top: 10px;
    }
    .doctors-row .doc-box img {
        height: 175px;
    }
	.lh-1{
		font-size: 1.2em;
		line-height: 1.6;
	}
	.get{
		float: none;
	}
	
}
@media (min-width:768px) {
	.navbar-header{
		float: none;
	}
	#page-content-wrapper{
		padding-top: 70px;
	}
	
}