/*!
Theme Name: jaw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jaw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

jaw is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wpcf7-spinner {
	display: block;
}
.wpcf7-not-valid-tip {
	margin-top: -30px;
}
.wpcf7-response-output {
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.logo img {
	transition: all .35ms;
}
header.upscrolled .logo img {
	height: 60px;
	transition: all .35ms;
}
.box-footer-links ul {
	margin-top: 40px;
}
.box-footer-links ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.footer-bottom .list-icon-bottom {
	display: inline-block;
}
.slide-font-1 {
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 80px !important;
	line-height: 20px !important;
	letter-spacing: 0 !important;
	font-size: 22px !important;
	font-weight: 300 !important;
}
.slide-font-2 {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 500 !important;
}
.owl-theme .owl-nav [class*="owl-"]:after {
	color: #091D3E !important;
}
.box-item .box-wrap p {
	min-height: 100px;
	font-size: 14px;
}
.steps-wrap .box-wrap-title {
	padding: 125px 0% 125px 0% !important;
}
.steps-wrap .box-features {
	top: -135px !important;
	min-height: 270px;
}
.form-contact-us {
	padding-left: 120px;
	padding-right: 20px;
}
#site-header .logo {
	width: 10%;
}
#site-header .logo img {
	height: 90px;
	vertical-align: top;
	margin-top: 10px;
}
#mainnav .menu>li {
	padding: 0px 9px;
}
#mainnav .menu li a {
	font-size: 16px;
}
.top-bar-right {
	padding: 0;
	padding-left: 7px !important;
}
.call-us {
	padding-top: 0;
}
.content-call-us {
	height: 50px;
	line-height: 50px;
}
.button-header {
	padding-left: 7px !important;
}
.button-header .themesflat-button.btn-header {
	padding: 0px 10px 0px 10px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}
.mainnav ul {
	padding-left: 55px;
}
#mainnav .menu li a {
	line-height: 110px !important;
}
.nav-wrap {
	width: 60% !important;
}
#header {
	height: 110px;
	background: #758bed;
}
ul.sub-menu {
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	top: 100px;
}
#mainnav .menu li ul.sub-menu li a {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px !important;
}
.gallery-wrap .gallery li {
	display: inline-block;
	width: calc(33.33% - 7px);
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.gallery-wrap .gallery li:nth-child(3n) {
	margin-right: 0;
}
.gallery-wrap .gallery a img {
	border-radius: 4px;
}
.video-wrap iframe {
	width: 100% !important;
	height: 600px !important;
}
.our-team-archive .box-item-carousel {
	margin: 1% 1% 1% 1%;
}
.content-post table {
	margin-top: 25px;
	margin-bottom: 25px;
}
.content-post table td {
	padding: 5px;
	border: 1px solid #9CA6B6;
	color: #091D3E !important;
}
.content-post table tr:nth-child(2n) td {
	background: #ecf1f9;
}
.comment-author cite {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	line-height: 23px;
	display: inline-block;
	padding-right: 16px;
	margin: 0px;
	font-weight: 700;
	color: #222;
	padding-right: 0;
}
.comment-author .says {
	display: none;
}
.comment-content p {
	margin: 0px 0px 0px 2px;
}
.comment-body {
	border-bottom: 1px  solid #F2F7FF;
	padding-bottom: 25px;
	padding-top: 25px;
}
.comments-area {
	border-top: none;
}
.comment-respond {
	margin-top: 25px;
	padding: 25px;
	border-radius: 4px;
}
#reply-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
	color: #222;
	margin-left: -3px;
}
.comment-respond form input, .comment-respond form input:focus, .comment-respond form textarea {
	margin-left: 0;
}
.comment-respond form textarea  {
	margin-top: 25px;
	left: 0 !important;
}
.comment-respond form input[type="submit"] {
	border-radius: 4px;
	margin-top: 25px;
	padding: 0;
	height: 60px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	letter-spacing: -0.2px;
	font-size: 18px;
}
.comment-list .reply {
	display: none;
}
.page-404 .themesflat-button {
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding: 0;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	max-width: 45%;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
}
.page-content .box-item .box-wrap .title {
	display: inline-block;
	min-height: 62px;
}
.page-content .box-item .box-wrap .flat-read-more .themesflat-button.small {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}
.page-content .box-item  {
	margin-top: 15px;
}
.page-content .box-item .box-wrap {
	top: 0;
}
.page-content .box-item .img {
	padding-top: 25px;
}
.sub-service-wrap ul li {
	margin-left: 40px;
	list-style: circle;
}
.sub-service-wrap .flat-read-more {
	margin-top: 15px;
}
.content-post ul li {
	margin-left: 40px;
	list-style: circle;
}
.sub-service-wrap .sub-service-wrap-img {
	/*align-self: center;*/
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.sub-service-wrap:nth-child(2n) .sub-service-wrap-img {
	order: 2;
}
.sub-service-wrap {
	background-color: #fff;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 1px 22px rgb(157 184 209 / 19%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 40px;
}
.sub-service-wrap .title {
	margin-bottom: 25px;
}
.sub-service-wrap-content {
	padding: 25px;
}
.box-process p {
	min-height: 100px;
}
.content-post p {
	margin-bottom: 15px;
}
.content-post h2 {
	font-size  : 24px;
	color: #091D3E;
	font-weight: bold;
	margin-bottom: 25px;
}

.content-post h3 {
	font-size: 16px;
	color: #091D3E;
	font-weight: bold;
	margin-bottom: 25px;
}
.content-post img {
	border-radius: 10px;
}
.sub-service-wrap-content .more-link {
	display: none;
}
.our-team-archive .box-item-carousel {
	max-width: 370px;
	min-height: 770px;
}
.our-team-archive .box-item-carousel .info {
	padding: 15px;
}
.our-team-archive .box-item-carousel img {

}
.fl-icon-box .sub-box {
	list-style: none;
	margin-left: 0;
}
.box-item .box-wrap {
	text-align: center;
}
.home-doctors .social-doctor {
	display: none;
}
.home-doctors .name {
	font-size: 18px;
}
.home-doctors .pdt-8 {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 68px;
	font-size: 14px;
}
.baner-tittle {
	padding: 25px;
	padding-left: 70px;
	padding-right: 70px;
	background: #ffffffd6;
	border-radius: 5px;
}
.postid-66 .sub-service-wrap-img {
	background-size: contain !important;
	/*background-position: top center !important;*/
}
.imgover .container {
	width: 100%;
}
.go_to_services {
	display: inline-block;
	width: 50px;
    height: 50px;
    background: #758bed;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    -ms-border-radius: 65px;
    -o-border-radius: 65px;
    border-radius: 65px;
    cursor: pointer;
    line-height: 53px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}
.go_to_services i {
	color: #fff;
}
#mainnav .menu li a,#mainnav .menu>li.menu-item-has-children>a::after {
	color: #fff;
}
#mainnav .menu>li>.sub-menu {
	background: #758bed;
}
#mainnav .menu>li>.sub-menu  a {
	color: #fff !important;
}
#mainnav .menu>li>.sub-menu li:hover a {
	color: #091D3E !important;
}
#site-header .contact {
    width: 30%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 2.8%;
}
.content-call-us a, .icon-call-us::before {
	color: #fff !important;
}
#mainnav .menu>li.active>a, #mainnav .menu>li>a:hover, #mainnav .menu>li.menu-item-has-children>a:hover:after  {
	color: #091D3E !important;
}
#mainnav .menu>li>a:hover::before {
	background: #091D3E !important;
}
.home_header_title {
    padding-left: 100px;
    font-size: 50px;
    line-height: 60px;
    padding-top: 140px;
}
.home_header_sign {
    padding-left: 100px;
    font-size: 22px;
    color: var(--primary-color2);
    margin-top: 20px;
}
#home_header_link {
    margin-top: 30px;
    margin-left: 100px;
}
.counter h4 {
	min-height: 44px;
}
.featured-doctor .social-doctor {
    position: absolute;
    min-width: 200px;
}
.awards-honours .owl-carousel .owl-item img {
	padding: 5px;
}
.awards-honours .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.post-type-archive-team  #header-baner .text-banner {
	display: none;
}
.post-type-archive-team  #header-baner {
    background-position: center top;
}
.owl-carousel .owl-stage { 
	display: flex; 
	align-items: center; 
	text-align: center;
}
.owl-carousel .owl-stage img {
	width: auto;
	max-height: 140px;
	margin: 0 auto;
}
.home-doctors.owl-carousel .owl-stage img {
	max-height: none;
}
@media screen and (max-width: 768px) {
	#site-header .logo {
		width: 50%;
	}
	.btn-menu:before, .btn-menu:after, .btn-menu span {
		background-color: #fff;
	}
	#mainnav-mobi, #mainnav-mobi ul.sub-menu {
		background: #758bed;
	}
	.home_header_title {
		padding: 15px;
		font-size: 30px;
		line-height: normal;
		font-weight: bold;
	}
	.home_header_sign {
		padding-left: 15px;
		margin-top: 0px;
	}
	#home_header_link {
		margin-left: 0;
		margin: 0 auto;
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
		text-align: center;
		padding-left: 15px;
	}
	.home_animation canvas {
		width: 100% !important;
		height:  auto Im !important;
	}
	.page-content .title-heading {
		font-size: 24px !important;
		line-height: normal !important;
	}
	.box-item .box-wrap p {
		min-height: auto;
		font-size: 16px;
	}
	.title-heading {
		font-size: 30px;
		line-height: normal;
	}
	.feedback-form-hide {
		display: none;
	}
	.feedback-form-display {
		width: 100% !important;
	}
	.form-contact-us .content-form input {
		width: 100%;
	}
	#header-baner .text-banner {
		top: 100px;
		right: 10px;
		left: 10px;
	}
	#header-baner .text-banner .baner-tittle {
		font-size: 20px;
		line-height: normal;
	}
	.baner-tittle {
		padding-left: 30px;
		padding-right: 30px;
	}
	.baner-tittle p {
		line-height: normal;
	}
	.sub-service-wrap .sub-service-wrap-img {
		height: 300px;
	}
	.alignright, .alignleft {
		float: none;
	}
	.post-type-archive-team #header-baner {
		display: none;
	}
	.our-team-archive .box-item-carousel {
		max-width: 100%;
	}
	.featured-doctor .social-doctor {
		left: 50%;
		margin-left: -100px;
	}
	.box-contact-top .box-icon-contact {
		position: relative;
	}
}