/*
Theme Name: Medical
Theme URI: https://jarahtech.com/
Author: MIYN
Author URI: https://jarahtech.app/
Description: Medical Theme Development
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: JarahTech
*/


/*
    global
*/

html{
    position: relative;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /*transition: all 0.3s ease 0s;*/
    font-size: 10px;
    margin: 0;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

      body {
		font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 15px;
    	line-height: 27px;
		color: #626262;
      }

      ul,
      li {
        list-style-type: none;
		margin: 0;
		padding: 0;
      }

	a {
		color: #000;
		text-decoration: none;
		outline: none;
		transition: all .3s;
	}
	a:hover, a:focus{
		color: #F36E1F;
	}
      img {
        max-width: 100%;
        height: auto;
      }

	  input:focus {
        outline: none;
        border: none;
      }

      .jh-container {
        max-width: 1300px;
        margin: 0 auto;
        width:100%;
        padding:0rem 1.5rem;
      }
		
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1300px !important;
	}
	
	.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
		padding: 0 !important;
	}

.title-row h2 {
    padding-bottom: 15px;
    padding-top: 10px;
}

.jh-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
   }

.jh-col-20{
	width: calc(20% - 15px);
}

 .jh-col-25 {
       width: calc(25% - 15px);
  }

.jh-col-33{
       width: calc(33.33% - 15px);
   }
 .jh-col-40 {
       width: calc(40% - 15px);
   }

 .jh-col-50 {
       width: calc(50% - 15px);
   }

  .jh-col-60 {
        width: calc(60% - 15px);
    }
  .jh-col-75 {
        width: calc(75% - 15px);
    }

   .jh-col-100 {
        width: 100%;
     }


@media only screen and (max-width: 1728px) {
html{
        font-size: 9px;
    }
}
@media only screen and (max-width: 1536px) {
    html{
        font-size: 8px;
    }
}
@media only screen and (max-width: 1344px) {
    html{
        font-size: 7px;
    }
}
@media only screen and (max-width: 1152px) {
    html{
        font-size: 6px;
    }
}
@media only screen and (max-width: 1050px) {
    html{
        font-size: 8px;
    }
}
@media only screen and (min-width: 2112px) {
    html{
        font-size: 11px;
    }
}
@media only screen and (min-width: 2304px) {
    html{
        font-size: 12px;
    }
}
@media only screen and (min-width: 2496px) {
    html{
        font-size: 13px;
    }
}
@media only screen and (min-width: 2688px) {
    html{
        font-size: 14px;
    }
}
@media only screen and (min-width: 2880px) {
    html{
        font-size: 15px;
    }
}
@media only screen and (min-width: 3072px) {
    html{
        font-size: 16px;
    }
}
@media only screen and (min-width: 3264px) {
    html{
        font-size: 17px;
    }
}
@media only screen and (min-width: 3456px) {
    html{
        font-size: 18px;
    }
}
@media only screen and (min-width: 3648px) {
    html{
        font-size: 19px;
    }
}
@media only screen and (min-width: 3840px) {
    html{
        font-size: 20px;
    }
}



/*
    Header
*/

      .jh-main-header {
        padding: 18px 15px;
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.05),
          0 1px 4px hsla(0, 0%, 0%, 0.05), 0 2px 8px hsla(0, 0%, 0%, 0.05);
      }

      .jh-navbar-brand {
        width: 15%;
      }

      .jh-navbar-brand a {
        color: #f99531;
        line-height: 1.4em;
        text-transform: uppercase;
      }
      .jh-navbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
      }
      .jh-navbar-middle {
        width: 70%;
        display: flex;
      }
      .jh-nav {
        width: 100%;
      }

      .jh-nav ul {
        width: 100%;
        display: flex;
		flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
      }

      .jh-nav ul li:not(:first-child) {
        margin-left: 12px;
      }
      .jh-nav ul li a {
        font-weight: 500;
        transition: all 0.3s;
        padding: 20px 0;
		letter-spacing: 0.5px;
      }
      .jh-nav ul li a:hover {
        color: #F36E1F;
        transition: all 0.3s;
      }
      .jh-navbar-right {
        width: 5%;
        display: flex;
        justify-content: end;
        padding: 10px;
      }

      .jh-cart {
        display: flex;
        position: relative;
      }

      .jh-cart svg {
        width: 26px;
        height: 30px;
        color: #282828;
        transition: all 0.3s;
      }

      .jh-cart svg:hover {
        color: #F36E1F;
        transition: all 0.3s;
      }

      .jh-nav ul li {
        position: relative;
        transition: all 0.3s;
      }

      .jh-nav ul li:hover ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
      }
      
      .jh-nav ul li ul li ul {
            display: none;
            position: absolute;
            left: 200px;
            top: 0px;
        }
    
    .jh-nav ul li ul li:hover ul {
        display: block;
    }
    

      .jh-dropdown-item {
        display: flex;
        align-items: center;
      }
      .jh-nav ul li a svg {
        width: 25px;
        height: 25px;
      }
      .jh-nav ul li ul {
        position: absolute;
        top: 200%;
        left: 0;
        width: 200px;
        background-color: #fff;
        box-shadow: rgb(99 99 99 / 20%) 0px 0.4rem 1rem 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        display: block;
      }

      .jh-nav ul li:not(:first-child) ul li {
        margin-left: 0;
      }

      .jh-nav ul li ul li a {
        color: #000;
        padding: 10px 25px;
        border-bottom: 1px solid #f2f2f2;
        display: block;
        transition: all 0.3s;
      }

      .jh-nav ul li ul li a:hover {
        color: #F36E1F;
        transition: all 0.3s;
      }

/*
    Hero
*/



      .jh-hero-section {
        background-color: #0C303C;
        min-height: 100vh;
        position: relative;
        margin-top: 85px;
        z-index: 1;
        /* clip-path: polygon(
          0 0,
          100% 0,
          100% 20%,
          100% 90%,
          57% 98%,
          29% 94%,
          0 97%,
          0% 20%
        ); */
      }

      .jh-bg-overlay {
        background-image: url("<?php echo esc_url(get_template_directory_uri()); ?>/assets/img/hero/herobg.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0.15;
        z-index: -1;
      }

      .jh-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
      }

      .jh-hero-left {
        min-height: 100vh;
        width: calc(50% - 2rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .jh-hero-text-content h3 {

		line-height: 36px;
		display: flex;
		align-items: center;
		text-transform: capitalize;
		color: #F36E1F;
      }

      .jh-hero-text-content h1 {
        line-height: 46px;
        text-transform: capitalize;
        color: #ffffff;
        margin: 30px 0;
      }

      .jh-hero-text-content p {
        /*font-family: "Montserrat", sans-serif;*/
        font-weight: 400;
        line-height: 20px;
        color: #ffffff;
      }

      .jh-btn-wrapper {
        margin-top: 30px;
      }
      .jh-btn {
		width: 180px;
		height: 45px;
		font-weight: 500;
		text-transform: capitalize;
		color: #ffffff;
		background-color: #f27023;
		border: 1px solid #d75a10;
		border-radius: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.3s;
		cursor: pointer;
	}

      .jh-btn svg {
        /* fill: #fff; */
        margin-left: 1rem;
      }

      .jh-btn:hover {
        background-color: #fff;
        color: #ec994b;
        transition: all 0.3s;
      }

      .jh-btn svg path {
        stroke: #fff;
      }

      .jh-btn:hover svg path {
        stroke: #ec994b;
      }

      .jh-btn svg {
        margin-left: 7px;
      }

      .jh-hero-right {
        width: calc(50% - 2rem);
        position: relative;
        z-index: 999;
        min-height: 100vh;
		display: flex;
		align-items: center;
      }

      img.hero-img {
        max-width: 723px;
        height: 515px;
      }
      img.shape-right {
        position: absolute;
        top: 20%;
        right: -18%;
        width: 400px;
        height: 400px;
        z-index: -1;
      }
      

/* Team section css */

      .jh-team-section {
        padding: 70px 0;
      }

      .jh-team-section .jh-section-heading {
        font-size: 5rem;
        font-weight: 700;
        text-align: center;
        color: #d67818;
        line-height: 1.2;
      }

     .jh-team-section .jh-team-members {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 3rem;
      }

      .jh-team-section .jh-single-team-member {
        width: calc(33.33% - 2rem);
        background: #f2f2f2;
        padding: 3rem;
        text-align: center;
      }

      .jh-team-section .img-wrapper {
        width: 18rem;
        height: 18rem;
        margin: 5rem auto;
      }

      .jh-team-section .img-wrapper img {
        width: 100%;
		height: 100%;
        border-radius: 100%;
      }

      .jh-team-section .team-member-name {
        color: #111111;
        line-height: 1.2;
      }

      .jh-team-section .team-member-position {
        text-transform: capitalize;
        color: #b3b0b0;
        margin: 1.5rem 0;
      }

      .jh-team-section .team-member-desc {
        font-weight: 400;
        line-height: 1.6;
        color: #111;
      }

     @media (max-width: 991px) {
        .jh-team-section .jh-single-team-member {
          width: calc(50% - 2rem);
        }
      }

      @media (max-width: 575px) {
        .jh-team-section .jh-single-team-member {
          width: 100%;
          /*padding: 1.5rem;*/
        }

        .jh-team-section .jh-section-heading {
          font-size: 3.5rem;
        }

        .jh-team-section .jh-team-members {
          /*margin-top: 4rem;*/
        }
      }

      
/*
    Card 
*/


.jt-card-area {
    padding: 6rem 0;
}
.jt-card-area .jt-title-row {
    margin-bottom: 3rem;
}
.jt-card-area .jt-title-row h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
}

.jt-card-area .jt-sub-title {
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: -0.01em;
    color: #F36E1F;
}
.jt-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jt-single-card {
    width: calc(33.33% - 1.5rem);

}
.jt-featured-img-container {
    width: 36rem;
    height: 22.2rem;
    border-radius: 1rem 1rem 0 0;
    display: flex;
}
img.jt-card-feature-img {
    object-fit: cover;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
}
.jt-card-area .jt-content-area {
    padding: 3rem 2rem 3rem 3.5rem;
}
.jt-card-area .content-area h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
}
.jt-title-container {
    margin-bottom: 3rem;
}
.jt-content-container {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
}

@media(max-width: 767px){
	.jt-single-card {
		width: calc(50% - 1rem);
	}
	
	.jt-featured-img-container{
		width: 100%;
	}
}

@media(max-width: 575px){
	.jt-single-card {
		width: 100%;
		margin-top: 20px;
	}
}


/*
    Footer
*/


	
footer {
    background-color: #e6e7e8;
    border-top: 10px solid #244f5c;
}
.bordertop {
    padding: 6rem 0 0;
    border-top: 10px solid #f27023;
}
.footer-row {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 5rem;
}

.descripton-row {
    width: 45rem;
    padding: 0 5rem 0 0;
}
.logo-container {
    /*width: 120px;*/
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

 .social-area {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
	 	margin-top: 30px;
    }

.social-icon-footer {
        height: 50px;
        width: 50px;
        display: inline-block;
        background-color: #244f5c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
		transition: all 0.3s;
    }

.social-icon-footer:hover{
	border: 1px solid #f27023;
	background-color: #fff;
	transition: all 0.3s;
}

.social-icon-footer:hover svg{
	fill: #f27023;
}

 .social-icon-footer:not(:last-child) {
        margin-right: 1rem;
    }


.services-widget-row {
    width: calc(100% - 55rem);
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.product-list-col {
    width: calc(33.33% - 20px);
}
.product-list-col h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    color: #f27023;
}
.product-list-col li:not(:last-child) {
    margin-bottom: 1.2rem;
}
.product-list-col li a {
    letter-spacing: .06rem;
    line-height: 1;
    /* color: wheat; */
}
/* .product-list-col li a:hover {
    color: #f36f21;
} */


.copyright-section {
    text-align: center;
    padding: 30px;
    border-top: .1rem solid #e1dfde;
}
.copyright-section a {
    margin: 0 .8rem;
}

@media(max-width: 767px){
	.descripton-row {
		width: 100%;
	}
	
	.services-widget-row {
		width: 100%;
		margin-top: 3rem;
	}
}

@media(max-width: 430px){
	.product-list-col{
		width: 100%;
	}
	
	.product-list-col:not(:last-child) {
		margin-bottom: 3rem;
	}
}




/*
    ======================
    Scroll to top
    ======================
*/
 a.scrolltop-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
/*         background: #f36e1f; */
	 	background: #244f5c;
        width: 50px;
        height: 50px;
        line-height: 62px;
        text-align: center;
        z-index: 9999;
        border-radius: 5px;
	 	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 20%), 0 1px 6px 0 rgb(0 0 0 / 19%);
        display: none;
      }

      .scrolltop-btn svg {
        fill: #fff !important;
        width: 20px;
        height: 20px;
      }



/* =======================   
        breadcrumb
======================== */


.jt-about-us-breadcrumb {
    z-index: 1;
    position: relative;
    padding: 10rem 0;
    background-image: url(img/joice-kelly.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 9.4rem;
}
.jt-about-us-breadcrumb::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0rem;
    left: 0rem;
    background-image: linear-gradient(90deg, rgba(12, 48, 60, .9), rgba(12, 48, 60, .1)150%);
    z-index: -1;
}

.jt-about-us-breadcrumb .jt-title-row {
	margin-bottom: 0;
}

.jt-about-us-breadcrumb .jt-title-row > h2 {
    font-size: 4rem;
    text-transform: capitalize;
    color: #fff;
	margin-bottom: 0;
}
.jt-breadcrumb-area ul.jt-breadcrumb {
    display: flex;
}
.jt-breadcrumb-area ul.jt-breadcrumb li {
    position: relative;
}
.jt-breadcrumb-area ul.jt-breadcrumb li:not(:last-child):after {
    /* position: absolute; */
    padding: 5px;
    color: #fff;
    content: "/\00a0";
}
.jt-breadcrumb-area ul.jt-breadcrumb li:last-child{
	color: #F36E1F;
	text-transform: uppercase;
}
.jt-breadcrumb-area ul.jt-breadcrumb li a {
    font-weight: 500;
    color: #fff;
    text-transform: UPPERCASE;
}
.jt-breadcrumb-area ul.jt-breadcrumb li a:hover{
    color: #F36E1F;
}

.description-container {
    text-align: justify;
}
