.section-home {
    width: 100vw;
	background-image: radial-gradient(rgba(0, 0, 0, 0.764), rgba(0, 0, 0, 0.992)), url("../images/michelBg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}



.intro_layer {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    position: absolute;
    border:  5px solid rgba(255, 255, 255, 0.196);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    text-align: center !important;


}




@keyframes pulseIn {
    0% {
    transform: scale(0.9);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 1 0 10px rgba(90, 153, 212, 0);
    }
      100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
  }

p.text-style{
    text-align: justify !important;

}

.copyRight p{
    color: #fff;
}

.about-video{
    position: relative;
    padding-bottom: 150px;
}

.aboutText{
    display: block;
    width: 100%;
    margin: 0 auto;
}


.youtubeVideo{
    width: 80vw;
    height: 600px;
    border: 1px solid #096c81;
}

.top-nav ul li.appointment{
    width: 0;
    visibility: hidden;

}


@media only screen and (max-width: 767px) {


    .top-nav ul li.appointment{
        width: 100%;
        visibility: visible
    
    }

  

    .section-home {
        width: 100vw;
        background-image: radial-gradient(rgba(0, 0, 0, 0.764), rgba(0, 0, 0, 0.992)), url("../images/michelBg.jpg");
        background-size: cover;
        background-position: top center;
        height: 350px;
     
    }

  

    .intro_layer {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        position: absolute;
        border:  2px solid rgba(255, 255, 255, 0.196);
        top: 60%;
        left: 50%;
        transform: translate(-50%, -30%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
        text-align: center !important;
    
    
    }

.embed-placeholder:after,
.photoswipe-link-button:after {
	
	color: rgba(255, 255, 255, 0.267);
	content: "\f04b";
	font-family: "FontAwesome";
	font-size: 30px;
	height: 70px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	line-height: 6px;
	margin-left: -30px !important;
	margin-top: 0px !important;
	padding-left: 3px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease-in-out;
	width: 70px;
	z-index: 4;

	background: none;
    animation: pulse 1s ease-in-out infinite alternate;
}


.home-about{
    position: relative;
    padding: 0px 30px;
    width: 100%;
    overflow: hidden;
}

.michelSoukar{
    display: none;
}

    .s-py-90 > [class*='container'] {
        padding-bottom: 70px;
        padding-top: 0px;
    }


    .text-center{
        text-align: justify !important;
    }


    .text--color{
        margin-top: 40px;
        font-size: 50px;
        text-align: center !important;
    }

    .copyRight p{
        color: #fff;
        font-size: 13px;
        text-align: center !important;
    }

    .page_title h1, .page_title h2{
        text-align: center;
    }


    .about-video{
        position: relative;
        padding-bottom: 90px;
        overflow: hidden;
    }
    
    .youtubeVideo{
        width: 100%;
        height: 300px;
        border: 1px solid #096c81;
    }
}

