
.home_slider{
  width: 100%;
  /*height: calc(100vh - 217px);*/
  height: 100vh;
  background-color: #000000;
  position: relative;
  clear: both;
}
	.home_slider.slide_white{
		background: #fff;
	}
.crossfade{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
  .crossfade > figure {
  animation: imageAnimation 36s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.crossfade > figure:nth-child(1) { background-image: url('/images/home-slider-new0-v9.jpg'); }
	.crossfade > figure.firstslide{
		opacity: 1;
		animation: imageAnimation 0s linear infinite 0s;
	}
.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('/images/home-slider-new2-v9.jpg');
}

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('/images/home-slider-new0-v9.jpg');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('/images/home-slider-new1-v9.jpg');
}

.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('/images/home-slider-new2-v9.jpg');
}

.crossfade > figure:nth-child(6) {
  animation-delay: 30s;
  background-image: url('/images/home-slider-new3-v9.jpg');
}

@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
.home_slider .desktop_nav{
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 0;
  width: 100%;
  z-index: 99;
}
/*.home_slider .desktop_nav.scrolled{
  background: rgba(0,0,0,0.6)
}*/
.home_slider .desktop_nav .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home_slider .desktop_nav .container .left_dn{
  width: calc(100% - 300px);
  color: #fff;
  font-size: 20px;
  text-align: left;
  box-sizing: border-box;
  padding-right: 3%;
}
.home_slider .desktop_nav .container .right_dn{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
.home_slider .desktop_nav .container .right_dn a{
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
}
.home_slider .desktop_nav .container .right_dn .menu{
    width: 90px;
    font-size: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
.home_slider .home_slider_body{
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.home_slider .home_slider_body .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.home_slider .home_slider_body .container .logo_home_new{
  width: calc(100% - 390px);
  box-sizing: border-box;
  padding-right: 5%;
}
.home_slider .home_slider_body .container .logo_home_new img{
  max-width: 100%;
  display: block;
}
.home_slider .home_slider_body .container .calendar_home_new{
  width: 390px;
}
.home_slider .home_slider_body .container .calendar_home_new .calendar-frame{
  width: 390px !important;
}
.home_slider .home_slider_body .container .calendar_home_new .calendar-frame .newcalendarlay-plug table.uppertable{
    width: 100%;
    background-color: #e48117;
}
.home_slider .home_slider_body .container .calendar_home_new .calendar-frame .newcalendarlay-plug table.uppertable td {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    padding: 8px 0;
}
.home_slider .home_slider_body .container .calendar_home_new .calendar-frame .newcalendarlay-plug table.uppertable select.selectvisit {
    width: 94%;
    height: 38px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.home_slider .explore{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
#wrapper #head-cont .header-top {
    background: rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    height: 100px;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#head-cont .header-top-cont {
    height: 100%;
}
#wrapper #head-cont nav ul li a{
  color: #000;
}
#head-cont .header-top-cont {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#head-cont .header-top-cont-left {
    width: 450px;
}
.head-address{
  background: transparent;
}
#head-cont .head-address span a{
  color: #000;
}
/* menu start */
.menu-box{
    width: 100%;
    max-width: 600px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    display: none;
}
.menu-box .box{
    width: 100%;
    max-width: 450px;
    height: 80%;
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    /*overflow-y: auto;*/
    margin-top: 50px;
    padding-bottom: 50px;
}
.menu-box .box ul{
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px #fff solid;
    margin: 0 auto;
    
}
.menu-box .box ul li{
    display: block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.menu-box .box ul li a{
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    color: #fff;
    /*line-height: 60px;*/
    text-decoration: none;
    border-bottom: 1px #fff solid;
    padding: 20px 40px 20px 15px;
    box-sizing: border-box;
}
.menu-box .box ul li ul{
    border-top: 0;
}
.menu-box .box ul li ul li a{
    padding: 20px 40px 20px 45px;
}
.menu-box .box ul li ul li ul li a{
    padding: 20px 40px 20px 75px;
}
.menu-box .box .submenu-button{
    width: 100%;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.menu-box .box .submenu-button::before{
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: "\f105";
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    display: block;
    width: 20px;
    text-align: center;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 0;
}
.menu-box .box .submenu-button.submenu-opened::before{
    content: "\f107";
}
.menu-box .box .has-sub ul{
    display: none;
}
.box-b{
    width: 90%;
    max-width: 1545px;
    position: absolute;
    top: 27.5px;
    left: 50%;
    height: 75px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.box-b .menu{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    border: 1px #fff solid;
    color: #fff;
    z-index: 5;
    cursor: pointer;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}
.menu-box .box .mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(255,255,255,0.4);
}
.mobile_nav_new{
  display: none;
  width: 100%;
  padding: 0px;
  flex-wrap: wrap;
  align-items: center;
  background: #d87b2c;
}
.mobile_nav_new .buttonsm{
  width: calc(100% - 110px);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.mobile_nav_new .buttonsm a{
    display: block;
    width: 50%;
    box-sizing: border-box;
    padding: 15.5px 5px;
    border-right: 1px #c35923 solid;
    color: #fff;
    text-align: center;
    font-size: 24px;
}
.mobile_nav_new .menu{
    width: 90px;
    font-size: 20px;
    line-height: 20px;
    padding: 17.5px 10px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
.calendar_home_new_mobile{
  display: none;
}
a.explorelink{
  color: #fff;
}
.home-treatments{
  position: relative;
}
.home-treatments span.explink{
  position: absolute;
  left: 0;
  top: -100px;
}
.logo-mob_only{
	display: none;
}
@media screen and (max-width: 935px){
  .menu-box{
        background: rgba(0, 0, 0, 0.8);
    }
    .home_slider{
      height: 500px;
    }
    .crossfade > figure:nth-child(1) { background-image: url('/images/home-slider-new1-v6-900.jpg'); }

    .crossfade > figure:nth-child(2) {
      animation-delay: 6s;
      background-image: url('/images/home-slider-new2-v6-900.jpg');
    }

    .crossfade > figure:nth-child(3) {
      animation-delay: 12s;
      background-image: url('/images/home-slider-new3-v6-900.jpg');
    }

    .crossfade > figure:nth-child(4) {
      animation-delay: 18s;
      background-image: url('/images/home-slider-new1-v6-900.jpg');
    }

    .crossfade > figure:nth-child(5) {
      animation-delay: 24s;
      background-image: url('/images/home-slider-new2-v6-900.jpg');
    }

    .crossfade > figure:nth-child(6) {
      animation-delay: 30s;
      background-image: url('/images/home-slider-new3-v6-900.jpg');
    }

}
@media screen and (max-width: 768px){
  .home_slider{
      height: 400px;
    }
    .crossfade > figure:nth-child(1) { background-image: url('/images/home-slider-new1-v6-768.jpg'); }

    .crossfade > figure:nth-child(2) {
      animation-delay: 6s;
      background-image: url('/images/home-slider-new2-v6-768.jpg');
    }

    .crossfade > figure:nth-child(3) {
      animation-delay: 12s;
      background-image: url('/images/home-slider-new3-v6-768.jpg');
    }

    .crossfade > figure:nth-child(4) {
      animation-delay: 18s;
      background-image: url('/images/home-slider-new1-v6-768.jpg');
    }

    .crossfade > figure:nth-child(5) {
      animation-delay: 24s;
      background-image: url('/images/home-slider-new2-v6-768.jpg');
    }

    .crossfade > figure:nth-child(6) {
      animation-delay: 30s;
      background-image: url('/images/home-slider-new3-v6-768.jpg');
    }
    .home_slider .desktop_nav{
      display: none;
    }
    .mobile_nav_new{
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
    }
    .home_slider .home_slider_body .container .logo_home_new {
        width: 100%;
        padding-right: 0;
    }
    .home_slider .home_slider_body .container .logo_home_new img{
      margin: 0 auto;
    }
    .home_slider .home_slider_body .container .calendar_home_new{
      display: none;
    }
    .calendar_home_new_mobile{
      display: block;
      margin: 25px auto;
      width: 100%;
    }
    .calendar_home_new_mobile .calendar_home_new_cont_mobile{
      width: 100%;
    }
    .calendar_home_new_mobile .calendar_home_new_cont_mobile .calendar-frame{
      width: 96% !important;
      float: none;
      margin: auto;
    }
    .calendar_home_new_mobile .calendar_home_new_cont_mobile .calendar-frame .newcalendarlay-plug table.uppertable{
        width: 100%;
        background-color: #e48117;
    }
    .calendar_home_new_mobile .calendar_home_new_cont_mobile .calendar-frame .newcalendarlay-plug table.uppertable td {
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 22px;
        padding: 8px 0;
    }
    .calendar_home_new_mobile .calendar_home_new_cont_mobile .calendar-frame .newcalendarlay-plug table.uppertable select.selectvisit {
        width: 94%;
        height: 38px;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }
    #tr-chat-mobile{
      bottom: 5px !important;
    width: 65px !important;
    height: 65px !important;
    right: 0px !important;
    left: auto !important;
    padding-top: 0 !important;
    }
    #tr-chat-mobile a:first-child{
      display: none !important;
    }
}

@media screen and (max-width: 600px){
  .menu-box .box{
        overflow-y: scroll;
    }
	.home-treatments-left-box{
		margin-bottom: 0px;
	}

}
@media screen and (max-width: 500px){
  .home_slider{
      height: 300px;
    }
  .crossfade > figure:nth-child(1) { background-image: url('/images/home-slider-new1-v6-500.jpg'); }

    .crossfade > figure:nth-child(2) {
      animation-delay: 6s;
      background-image: url('/images/home-slider-new2-v6-500.jpg');
    }

    .crossfade > figure:nth-child(3) {
      animation-delay: 12s;
      background-image: url('/images/home-slider-new3-v6-500.jpg');
    }

    .crossfade > figure:nth-child(4) {
      animation-delay: 18s;
      background-image: url('/images/home-slider-new1-v6-500.jpg');
    }

    .crossfade > figure:nth-child(5) {
      animation-delay: 24s;
      background-image: url('/images/home-slider-new2-v6-500.jpg');
    }

    .crossfade > figure:nth-child(6) {
      animation-delay: 30s;
      background-image: url('/images/home-slider-new3-v6-500.jpg');
    }
}
@media screen and (max-width: 450px){
  .home_slider{
      height: 250px;
    }
    .home_slider .home_slider_body .container .logo_home_new img{
      width: 75%;
    }
    .home_slider .explore{
      display: none;
    }
	.home_slider .home_slider_body .container{
		display: none;
	}
	.logo-mob_only{
		display: block !important;
		width: 100% !important;
	}
}
@media screen and (max-width: 400px){
  .home_slider{
      height: 240px;
    }
}
@media screen and (max-width: 360px){
.home_slider{
      height: 230px;
    }
}
@media screen and (max-width: 350px){
.home_slider{
      height: 220px;
    }
}
@media screen and (max-width: 330px){
.home_slider{
      height: 210px;
    }
}
/* menu fin*/
@media screen and (max-width: 1400px){
  #head-cont .header-top-cont-left {
      width: 430px;
  }
  #head-cont .header-top-cont-right {
    float: right;
    width: 650px;
  }
}
@media screen and (max-width: 1150px){
  #head-cont .header-top-cont-left {
      width: 280px;
  }
  #head-cont .head-address .head-mail{
    margin-bottom: 10px;
  }
  #head-cont .head-address .head-phone{
    float: left;
  }
}
@media screen and (max-width: 990px){
  #head-cont .header-top-cont-left {
    width: 100%;
  }
  #head-cont .head-address .head-phone {
    float: right;
  }
  #head-cont .header-top-cont-right {
    width: 650px;
    margin: 0 auto;
  }
}
.docawards ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.docawards ul li{
  width: 10%;
  margin-bottom: 20px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.docawards ul li img{
  width: 100%;
}
.docawards ul li span {
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    padding-top: 5px;
    position: relative;
    background: transparent;
    color: #70140d;
    font-size: 16px;
    height: auto;
    font-weight: normal;
}
.docawards ul li:hover span{
  background: transparent;
  color: #E88620;
}
@media screen and (max-width: 580px){
  .docawards ul li{
    width: 30%;
  }
}
@media screen and (max-width: 580px){
	.docawards ul{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
	}
	.docawards ul li.slide{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.docawards ul li.slide img{
		max-height: 250px;
	}
}
@media screen and (max-width: 350px){
	.docawards ul li.slide img{
		max-height: 170px;
	}
}

        .home-televisit{
          text-align: center;
          padding-top: 30px;
          padding-bottom: 30px;
        }
		.home-televisit h3{
			font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #e78014;
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 10px;
    text-transform: uppercase;
		}
        .home-televisit__video-wrapper{
          width:100%; 
          max-width: 600px;          
          margin: 0 auto 20px;
          position: relative;
          padding-bottom: 36.25%;
          padding-top: 25px;
          height: 0;
        }
		.mymainimg{
position: relative;
}
.mymainimg a.telehealth_button{
position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 100%;
    max-width: 392px;
    background-color: #e48117;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 15px 15px;
    box-sizing: border-box;
}
@media screen and (max-width: 1300px){
.mymainimg a.telehealth_button{
bottom: 10px;
}
}
@media screen and (max-width: 1300px){
.mymainimg{
padding-bottom: 90px;
}
}
@media screen and (max-width: 920px){
          .home-televisit__video-wrapper{
            padding-bottom: 56.25%;
          }
        }
        .home-televisit__video{
          background-position: center;
          background-repeat: no-repeat;
          position: relative;
          display: inline-block;
          overflow: hidden;
          transition: all 200ms ease-out;
          cursor: pointer;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-size: cover;
        }
        .home-televisit__video-wrapper iframe{
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
        .home-televisit__video-wrapper .play{
          background: url('https://philadelphiadermatology.com/wp-content/uploads/2020/03/youtube-play-btn.png') no-repeat;
          background-position: 0 -50px;
          -webkit-background-size: 100% auto;
          background-size: 100% auto;
          position: absolute;
          height: 50px;
          width: 69px;
          transition: none;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
        }
.home-televisit__video-wrapper:hover .play {
            background-position: 0 0;
        }
        .home-televisit__img{
          margin:0;
          padding:0;
          border:0;
        }
        .home-televisit__button{
          margin:auto; 
        }
.home-televisit__button a{
          background-color: #e48117;
          display: inline-block;
          font-family: 'Open Sans', sans-serif;
          font-weight: 300;
          font-size: 23px;
          line-height: 26px;
          text-align: center;
          text-decoration: none;
          color: #fff;
          padding: 15px 15px;;
        }
     
    .mymainimg {
        padding-top:20px;
        clear: both;
    }
