/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.subDiv
{
	    margin: 0rem 2rem 0rem 18rem;
}

@media screen and (max-width: 1024px){
	.subDiv
{
	    margin: 0rem 2rem 0rem 1rem;
}
}

.accDiv{
	float:right;
}
.wpcf7-form-control-wrap{
	direction: rtl;
}
.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: rtl;
}
label{
	direction: rtl;
}
.radioP{
	direction: rtl;
}
#main-nav{
    direction: rtl;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .alignright, .entry-content img.alignright {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

@media screen and (max-width: 1024px){
.maintitle11 {
    top: 1% !important;
} 
}
/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-left: -15px;
  margin-right: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: left; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: right;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: left; }

.gallery dl {
  width: 100%;
  float: right;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: left; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-right: 0px; }

#respond ul {
  margin-right: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-right: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-right: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-right: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: left; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    right: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: left; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 0 0.7335em 10px; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
  font-family: 'Conv_LUXIA-REGULAR';
  src: url('fonts/LUXIA-REGULAR.eot');
  src: local('☺'), url('fonts/LUXIA-REGULAR.woff') format('woff'), url('fonts/LUXIA-REGULAR.ttf') format('truetype'), url('fonts/LUXIA-REGULAR.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*@font-face {
font-family: 'Luxia Display';
font-style: normal;
font-weight: normal;
src: local('Luxia Display'), url('LUXIA-REGULAR.ttf') format('ttf');
}*/

body, h1, h2, h3, h4, h5, p, span{
  font-family: 'Conv_LUXIA-REGULAR',Sans-serif;;
}  

section#about_dr {
    text-align: center;
}

#about_dr h1{
      font-weight: 600;
      font-size: 2.6666666666667rem;
      direction: rtl;
}

#about_dr h3{color: #0f0f0f;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 1.6666666666667rem;
}

p.homedrtext1 {
    color: #58595b;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    letter-spacing: .3px;
    margin-bottom: 1.7em;
}

.page-id-1967 .wppsac-post-carousel h2.wppsac-post-title a {
    font-size: 20px!important;
    line-height: 24px;
}

.page-id-1967 .wppsac-sub-content {
    padding-bottom: 10px;
    padding-top: 1em;
}

.page-id-1967 .wppsac-post-date {
    display: none;
}

.page-id-7 .wppsac-post-date {
    display: none;
}

.page-id-7 .wppsac-post-carousel h2.wppsac-post-title a {
    font-size: 20px!important;
    line-height: 24px;
}
/*.page-id-7 .wppsac-sub-content {
    padding-bottom: 10px;
    padding-top: 1em;
    font-family: Helvetica Neue,sans-serif!important;
}*/

/*.page-id-7 .wppsac-post-carousel h2.wppsac-post-title {
        font-family: Helvetica Neue,sans-serif!important;
}*/

/*.page-id-7 .wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn {
        font-family: Helvetica Neue,sans-serif!important;
}*/

.page-id-1967 .wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn {
        font-family: Helvetica Neue,sans-serif!important;
}

.page-id-1967 .wppsac-post-carousel h2.wppsac-post-title {
        font-family: Helvetica Neue,sans-serif!important;
}

.drtext {
    margin-top: 2.2em;
}

.homevideo1{
  position: relative;
}

.homevideo1:before {
    position: absolute;
    content:"";
    width: 100%;
    height: 100px;
    z-index: 99999;
}

.homevideo1:before {
    position: absolute;
    content: "";
    top: 0;
    background-size: contain;
    z-index: 999999999999!important;
    background: url(/wp-content/uploads/2020/10/thumbnail.jpg)!important;
    width: 1914px;
    height: 935px; 
}
.imgvideo {
  cursor: pointer;
}

.playbutton {
  background: url(https://cdn0.iconfinder.com/data/icons/vector-basic-tab-bar-icons/48/play_button-128.png) center center no-repeat;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 74px;
  height: 74px;
  margin: -37px -37px 0 0;
  z-index: 10;
  opacity: .6;
}

.ytvideo {
  position: relative;
  margin: 0;
  padding: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardisée */
  cursor: pointer;
}

.ytvideo iframe {
  border-style: none;
  height: 100%;
  width: 100%;
}
.home_underline{
  padding: 25px 0;
}

h1.servicehead{
font-size: 2.6666666666667rem;
color: #3a3a3a;
direction: rtl;
}

.dr-service {
    margin-bottom: 1.5em;
}

.dr-service img{
border:5px solid  #ebd88a;
}
h3.servicepointshead{
color: #0f0f0f;
font-size: 1.6666666666667rem;
margin-top: 0.6em;
direction:rtl;
}
ul.pointzservice {
  padding-right: 1em;
  direction: rtl;
}
ul.pointzservice li {
    font-size: 14.5px;
    color: #3a3a3ad1 !important;
    font-weight: 400!important;
    line-height: 1.8em!important;
}
.goalbg{
background-color: #fdf8ee;
    background-image: url(/wp-content/uploads/2020/10/CTA-scaled.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 40px  solid #faf7e6 ;
    border-bottom: 40px  solid #faf7e6 ;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 50px 0 50px 0;
  
}

h4.goalh{
color: #0f0f0f;
    font-weight: 100;
    line-height: 1.2em;
    font-size: 1.3rem!important;
    padding: 2.2em;
    direction: rtl;
}

#homeeducation{
  padding: 30px 0 10px 0;
  text-align: center;
}

h2.edutitle{
  font-size: 28px;
    font-weight: 500;
    line-height: 1.2em;
    color:#333;
    margin: 1.2em 0 2em 0;
    direction: rtl;
}

p.edudegrees{
  color: #3a3a3a;
  font-size: 1.2rem;
  line-height: 1.6;
  direction: rtl;
}

.yellowband1 h2{
  text-align: center;
}
.yellowband1{
  background-color: #ebd889;
  padding: 1.8em 0;
  margin:1.5em 0;
}
.certicon {
    text-align: center;
    margin: 2em 0;
}

.certimg{
  padding:0.8em;
}

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

#footer{
  background: #000;
  text-align: center;
  padding:3.5em 0;
}


#footer h5{
  color:#fff;
  margin:1em 0 1.8em 0;
}

.footcontent {
    color: #fff;
    line-height: 1.78em;
}
.footcontent a{
  color:#fff;
  transition: 0.7s;
}

.footcontent a:hover{
 color: #ab8314;
  transition: 0.7s;
}

.footlogo{
  width:260px;
}

.footyear{
  background: #f7c548;
  text-align: center;
  padding:1.5em 0;
}

.socialiconz{
  margin-top: 2.5em;
}

.footcontent .iconbg {
    display: inline-block;
    background: #000000;
    border: 1px solid #f7c548;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-left: 3px;
}

/*.footcontent .iconbg:hover {
    background: #ab8314;
}*/

section#hometesti {
    background: #e6e7e9;
    padding: 4em 0;
}

.commonyellow {
    text-align: center;
    background-image: url(/wp-content/uploads/2020/10/cta-bg.jpg);
    background-size: cover;
    padding: 2em 0;
    margin-top: 2em;
}

.commonyellow a{
  color: #675219;
    transition: transform .2s;
    font-size: 1.6em;
}

.commonyellow h3{
    transition: transform .2s;
    font-size: 1.6em;
}


.commonyellow h3:hover{
    transition: transform .2s;
    transform: scale(1.1);
}

.page-id-108 hr{
	display: none;
}

.page-id-142 hr{
	display: none;
}


.white .sa_owl_theme .owl-nav .owl-prev {
    background: rgb(0 0 0 / 0%) url(../images/icon_prev.png) no-repeat center center !important;
}

.white .sa_owl_theme .owl-nav .owl-next {
    background: rgb(0 0 0 / 0%) url(../images/icon_next.png) no-repeat center center !important;
}

#sample_slider .owl-next{
	background: rgb(0 0 0 / 0%) url(../images/icon_next.png) no-repeat center center !important;
}

.contactdr{
	text-align: center;
}

.page-id-142 #commonyellow{
	display: none!important

}

.page-id-142 input.wpcf7-form-control.wpcf7-submit{
	  background-color: #f7c548;
    border-style: solid;
    border-color: #f7c548;
    padding: 10px 20px 10px 20px;
    margin: 20px 0px 0px 0px;
    color:#fff;
        text-transform: uppercase;
    font-style: italic;
}

#conact1 p, .contact-form {
	font-family: Helvetica Neue,sans-serif!important;
}

.headerlogoz {
    position: absolute;
    z-index: 999;
    right: 0;
    text-align: center;
    left: 0;
    top: 4%;
}

.headerlogoz .iconbg {
    display: inline-block;
    background:none;
    border:0;
    margin-left: 0.65em;
    transition: 0.5s;
    background-color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 8px;
}

.headerlogoz .iconbg i{
  transition: 0.2s;
}

/*.headerlogoz .iconbg:hover {
    display: inline-block;
    background: #f6c02c;
    border: 1px solid #f7c548;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.headerlogoz .iconbg:hover i{
  color:#fff!important;
  transition: 0.2s;
}

.headerlogoz i:hover{
color:#fff!important;
  transition: 0.2s;
}*/

.headerlogoz .socialiconz{
  margin-top: 1.3em!important;
}

.headbooklink {
    margin-top: 1.3em!important;
}

.headbookz{
  color: #fff!important;
  font-size:1.01em;
}

.headbookz:hover{
 color: #ab8314!important;
  transition: 0.7s;
}

.page-id-186 .yellow2{
  display: none;
}

.page-id-108 .yellow2{
  display: none;
}

.page-id-102 .yellow2{
  display: none;
}


.page-id-108 #conact1{
  display: none;
}

.page-id-186 #conact1{
  display: none;
}

.page-id-102 #conact1{
  display: none;
}

.page-id-1967 #conact1{
  display: none;
}

.page-id-1967 .yellow2{
  display: none;
}

div#top-bar-menu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9999!important;
    background: none;
    top:2em;
}

/* Home Page Banner Block Starts */
#homebanner1 .homeBannerItems .homeBannerItem{
  position: relative;
}
#homebanner1 .homeBannerItems .homeBannerItem:after{
  position: absolute;
  content: "";
  background: rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
#homebanner1 .homeBannerItems .homeBannerItem .homeBannerImg{
  overflow: hidden;
  width: 100%;
}
#homebanner1 .homeBannerItems .slick-slide .homeBannerImg img {
  transition-duration: 10s;
  margin: 0 auto;
  display: block;
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
}
#homebanner1 .homeBannerItems .homeBannerItem .homeBannerContents {
  position: absolute;
  bottom: 3em;
  z-index: 9;
  text-align: center;
  width: 70%;
  right: 0;
  left: 0;
  margin: auto;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition-duration: 5s;
}
#homebanner1 .homeBannerItems .homeBannerItem .homeBannerContents h2 {
  color: #fff;
  font-size: 3.5em;
  line-height: 1;
}
#homebanner1 .homeBannerItems .slick-slide.slick-active .homeBannerImg img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  z-index: 0;
}
#homebanner1 .homeBannerItems .slick-slide.slick-active .homeBannerContents{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
/* Home Page Banner Block Starts */

.page-id-142 .about_doctor {
    display: none;
}
.page-id-142 section#about_dr{
  display: none;
}
.page-id-142 #homeeducation {
    display: none;
}

.maintitle11 {
    position: absolute;
    top: 6em;
        font-size: 66px!important;
    color: #fff;
    z-index: 999!important;
	right:6%;
}

.maintitle11 h1{
  font-size: 66px!important;
}

.contact-form input[type=text] {
    width: 100%!important;
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.contact-form input[type=email] {
    width: 100%!important;
     color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.contact-form input[type=tel] {
    width: 100%!important;
     color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.contactform1 input[type=text]{
  width: 100%!important
}

.contactform1 input[type=email]{
  width: 100%!important
}

.contactform1 input[type=tel]{
  width: 100%!important
}

.single-post p {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif!important;
}

.single-post  {
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif!important;
}

/* .page-id-7 .headerlogoz {
    top: 2%!important;
} */

.single-post .headerlogoz {
    top: 2%!important;
}


.page-id-7 button.owl-prev {
    display: none!important;
}


.blogtitle1 {
    position: absolute;
    top: 30em;
    color: #fff;
    z-index: 999!important;
}

.blogtitle1 a {
    color: #fff;
}

.blogtitle1 .byline{
  color:#fff;
}

 .top-bar ul {
    background: none;
        background-color: #00000000;
  }

.page-id-1967 ul.slick-dots {
    display: none!important;
}

.top-bar-right{
  margin: 0 auto!important;
}
ul#main-nav li a {
    color: #fff;
    transition: 0.3s;
}
ul#main-nav li a:hover {
    color: #f7b241!important;
    transition: 0.3s;
}
.menu .active>a {
    background: none;
    color: #fff!important;
}

 .menu .menuIcon {
    padding: 0;
    background: url(/wp-content/uploads/2019/09/menu_icon.jpg);
    width: 71px;
    height: 20px;
    color: transparent;
}

.mobmenu1 .position-bottom {
    text-align: center!important;
    bottom: 22em!important;
    right: 0;
    width: 100%;
    overflow-x: auto;
    height: 331px!important;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
}

.mobmenu1 .off-canvas {

    background: #000000c7!important;
}

ul#offcanvas-nav li a {
    color: #fff;
}
ul.wppsac-post-categories-list {
    display: none;
}

.wppsac-post-carousel .wppsac-post-content a.wppsac-readmorebtn {
    padding: 5px 10px;
    border: 1px solid #f8c547!important;
  }

  .wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover {
    color: #fff;
    background: #f8c547!important;
}

.page-id-7 .wppsac-post-carousel.design-1 .slick-dots{
  display: none!important;
}

/*Media Query*/
@media screen and (min-width: 300px) and (max-width: 600px) { 
    .headerlogoz {
    position: static;
    background-color: #616861
    }

    .dr-service {
    margin-right: 1em;
}
        #homebanner1 .homeBannerItems .homeBannerItem .homeBannerContents h2 {
    color: #fff;
    font-size: 1.4em!important;
    line-height: 1;
}
.footcontent {
    text-align: center;
}
}


 @media screen and (min-width: 600px) {
 .foot1phone1 br{
      display: none
    }
}

@media screen and (min-width: 300px) and (max-width: 1024px) { 
    #homebanner1 .homeBannerItems .homeBannerItem .homeBannerContents h2 {
    color: #fff;
    font-size: 1.8em;
    line-height: 1;
}
.headerlogoz {
    top: 3%;
    padding: 5.6em 1em 4.5em 1em;
    position: static;
    background-color: #616861
}
.maintitle11 {
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    text-align: center;
}
}

.position-top {
    top: 358px;
    font-size: 13px;
    right: 0;
    text-align: center;
    width: 100%;
    overflow-x: auto;
    height: 291px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
}

.off-canvas {
    position: absolute;
}

.off-canvas.is-transition-overlap {
    z-index: 99999!important;
}

    .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 360px;
      height: 250px;

    }

    .swiper-wrapper {
    transition-timing-function:linear;
}

.swiper-slide.swiper-slide-active:before{
  content: "";
    background-image: url(/wp-content/uploads/2020/11/border-img.png)!important;
    height: 100%;
    width: 100%;
    background-size: cover;
    display: inline-block;}

.galbg1{
 background-image: url(/wp-content/uploads/2020/10/baby-feet-1.jpg);
    background-size: cover;
    padding: 20% 0;
}

.maintitle11


@media screen and (min-width: 700px) and (max-width: 1200px) { 
    .galbg1 {
    background-image: url(/wp-content/uploads/2020/10/baby-feet-1.jpg);
    background-size: cover;
    padding: 14% 0;
}

.maintitle11 {
    position: absolute;
    top: 8em!important;
    left: 0;
    right: 0;
    text-align: center;
}

}

@media screen and (min-width: 1025px) and (max-width: 1350px) { 

        #homebanner1 .homeBannerItems .homeBannerItem .homeBannerContents h2 {
    color: #fff;
    font-size: 2.1em!important;
    line-height: 1;
    margin-top: 1.2em;
}
/* Custom Styles*/
}
.swiper-slide {
  opacity: .25;
}
.swiper-slide-active{
  opacity: 1!important;
}
a .facebook1 {

              text-shadow: 0 -1px -1px #1f2f52;
              color: #3b5998;
            }

            a .facebook1:hover {
              background-color: #3b5998; /* fallback color */
              background: -moz-linear-gradient(top, #2b4170, #3b5998);
              background: -ms-linear-gradient(top, #2b4170, #3b5998);
              background: -webkit-linear-gradient(top, #2b4170, #3b5998);
              padding: 0.4em 0.6em!important;
              color: #fff;
              border-radius: 50%;
            }
            a .linkedin1 {
              text-shadow: 0 -1px -1px #005486;
            }

            a .linkedin1:hover {
              background-color: #009cda; /* fallback color */
              background: -moz-linear-gradient(top, #0073b2, #009cda);
              background: -ms-linear-gradient(top, #0073b2, #009cda);
              background: -webkit-linear-gradient(top, #0073b2, #009cda);
              padding: 0.4em 0.5em!important;
              border-radius: 50%;
              color: #fff;
            }
            a .instagram1 {
              color: transparent;
                background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
                background-clip: text;
                -webkit-background-clip: text;
            }
            a .instagram1:hover {
              background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
              padding: 0.4em 0.5em!important;
              border-radius: 50%;
              color: #fff;
            }
            a .youtube1{
              color: #FF0000;
            }
            a .youtube1:hover {
              background: #FF0000;
              padding: 0.4em 0.5em!important;
              border-radius: 50%;
              color: #fff;
            }
            a .whatsapp1{
              color: #00E676;
            }
            a .whatsapp1:hover{
              background: linear-gradient(-45deg, #E5FFCC, #1EBEA5, #00E676);
              padding: 0.4em 0.5em!important;
              border-radius: 50%;
              color: #fff;
            }
            .fbftr:hover{
              background: -moz-linear-gradient(top, #2b4170, #3b5998);
              background: -ms-linear-gradient(top, #2b4170, #3b5998);
              background: -webkit-linear-gradient(top, #2b4170, #3b5998);
              color: #fff;
            }
            .linkdftr:hover{
              background-color: #009cda; /* fallback color */
              background: -moz-linear-gradient(top, #0073b2, #009cda);
              background: -ms-linear-gradient(top, #0073b2, #009cda);
              background: -webkit-linear-gradient(top, #0073b2, #009cda);
              color: #fff;
            }
            .instaftr:hover{
              background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
              color: #fff;
            }
            .ytftr:hover{
              background: #FF0000;
              color: #fff;
            }
            .whtsappftr:hover{
              background: linear-gradient(-45deg, #E5FFCC, #1EBEA5, #00E676);
              color: #fff;
            }
            .headerlogoz .iconbg {
              background-color: #fff;
            }
            .headerlogoz .iconbg:hover{
              background-color: transparent!important;
            }
.testimonials_banner img{
	width:100%!important;
}
.headerlogoz {
    position: absolute;
    z-index: 999;
    right: 0;
    text-align: center;
    left: 0;
    top: 0;
    padding: 8%;
}
/* Final Custom CSS Starts Here*/
/* slide when active (when play last to first) */
   .homeBannerItems .slick-slide[aria-hidden="true"][tabindex="-1"] + .slick-center {
      transform: scale(1.2);
    }
    /* slide when active (when play first to last) */
   .homeBannerItems .slick-slide[data-index="-1"] .slick-center {
      transform: scale(1.2);
    }

#form_section h3{
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em 0;
}
#form_section p .cstmclr{
	color:red;
}
#form_section .wpcf7-submit{
	color:#fff!important;
	background-color:#ab8314;
	border:none;
	outline:none;
	text-decoration:none;
	padding:0.5em 2em;
	transition: all .3s;
	cursor:pointer;
	float:right;
}
#form_section .wpcf7-submit:hover{
	background-color:#000;
	color:#fff;
}
@media screen and (max-width: 1024px){
	.headerlogoz{
		position:inherit;
	}
	.maintitle11{
		top: 4%;
	}
	.galbg1{
		position:relative;
	}
	.content{
		position:relative;
	}
	.blogtitle1{
	  top: 22px;
	}
}
#galleryArchiveHeader {
	  background-image: url('/wp-content/uploads/2020/10/baby-feet-1.jpg');
    background-size: cover;
    background-position: 50%;
    padding: 32% 0 3em
}

#galleryArchiveHeader .archiveHeaderWrapper h3 {
    font-weight: 600;
    color: #fefefe;
    text-transform: uppercase
}

#galleryArchiveHeader .archiveHeaderWrapper .PageBreadcrumps {
    margin-top: 1.5em
}

#galleryArchiveHeader .archiveHeaderWrapper .PageBreadcrumps #breadcrumbs span a {
    font-size: 14px;
    color: #fefefe
}

#galleryArchiveHeader .archiveHeaderWrapper .PageBreadcrumps #breadcrumbs span i {
    padding: 0 .5em;
    color: #fefefe
}

#galleryArchiveHeader .archiveHeaderWrapper .PageBreadcrumps #breadcrumbs span .breadcrumb_last {
    color: #F8C547;
    font-size: 14px
}

#galleryCategories {
    padding: 2.5em 0;
    margin: 2.5em 0 .5em
}

#galleryCategories .singleGalleryCategoryCell {
    margin-bottom: 2em
}

#galleryCategories .singleGalleryCategoryCell .singlegalleryCategory {
    padding: 5em 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    transition: all .3s
}

#galleryCategories .singleGalleryCategoryCell .singlegalleryCategory:hover h6 {
    color: #F8C547
}

#galleryCategories .singleGalleryCategoryCell .singlegalleryCategory:hover:before {
    background-color: rgba(17, 31, 49, .9)
}

#galleryCategories .singleGalleryCategoryCell .singlegalleryCategory:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: rgba(17, 31, 49, .75);
    transition: all .3s
}

#galleryCategories .singleGalleryCategoryCell .singlegalleryCategory h6 {
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    transition: all .3s
}

#galleryLisitingRow {
    padding: 2.5em 0;
    margin: 2.5em 0 .5em
}

#galleryLisitingRow .singleGalleryPost {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 2em;
    background-color: #fefefe;
    box-shadow: 0 0 5px 0 #d4d4d4;
    transition: all .3s;
    cursor: pointer
}

#galleryLisitingRow .singleGalleryPost:hover .galleryFeaturedImage {
    opacity: .85
}

#galleryLisitingRow .singleGalleryPost:hover .galleryTitle h6 {
    color: #F8C547
}

#galleryLisitingRow .singleGalleryPost:hover .galleryIcon i {
    background-color: #111f31
}

#galleryLisitingRow .singleGalleryPost .galleryFeaturedImage {
    transition: all .3s;
    height: 40vh;
    background-size: cover !important;
    background-position: 50% !important;
    opacity: 1
}

#galleryLisitingRow .singleGalleryPost .galleryTitle {
    padding: 1em;
    padding-bottom: 3em
}

#galleryLisitingRow .singleGalleryPost .galleryTitle h6 {
    transition: all .3s;
    margin: 0;
    color: #282828;
    font-weight: 600
}

#galleryLisitingRow .singleGalleryPost .galleryIcon {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%
}

#galleryLisitingRow .singleGalleryPost .galleryIcon i {
    transition: all .3s;
    padding: .7em;
    background: #F8C547;
    color: #fefefe;
    font-size: 1.2rem
}

#singleGalleryPostRow {
    padding: 2.5em 0;
    margin: 2.5em 0
}

#singleGalleryPostRow .galleryPostsTitle {
    margin-bottom: 2em
}

#singleGalleryPostRow .galleryPostsTitle h4 {
    text-align: center;
    color: #282828;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (max-width:39.99875em) {
    #singleGalleryPostRow .gallerYImages .gallery-item {
        width: 100%
    }
}
#innerCommonbanner {
    background-size: cover;
    background-position: 50%;
    padding: 28% 0 3em
}

#innerCommonbanner .singlebannerWrapper h3 {
    font-weight: 600;
    color: #fefefe;
    text-transform: uppercase
}

#innerCommonbanner .singlebannerWrapper .PageBreadcrumps {
    margin-top: 1.5em
}

#innerCommonbanner .singlebannerWrapper .PageBreadcrumps #breadcrumbs span a {
    font-size: 14px;
    color: #fefefe
}

#innerCommonbanner .singlebannerWrapper .PageBreadcrumps #breadcrumbs span i {
    padding: 0 .5em;
    color: #fefefe
}

#innerCommonbanner .singlebannerWrapper .PageBreadcrumps #breadcrumbs span .breadcrumb_last {
    color: #F8C547;
    font-size: 14px
}
#projectArchiveHeader {
	  background-image: url('/wp-content/uploads/2020/10/baby-feet-1.jpg');
    background-size: cover;
    background-position: 50%;
    padding: 32% 0 3em
}

#projectArchiveHeader .archiveHeaderWrapper h3 {
    font-weight: 600;
    color: #fefefe;
    text-transform: uppercase;
	
}

#projectArchiveHeader .archiveHeaderWrapper .PageBreadcrumps {
    margin-top: 1.5em
}

#projectArchiveHeader .archiveHeaderWrapper .PageBreadcrumps #breadcrumbs span a {
    font-size: 14px;
    color: #fefefe
}

#projectArchiveHeader .archiveHeaderWrapper .PageBreadcrumps #breadcrumbs span .breadcrumb_last {
    color: #F8C547;
    font-size: 14px
}
.about_doctor .blog_custm{
	background-color: #fff;
	padding: 1.8em 2.5em;
	margin-top: 2em;
}
.blog_custm2{
	margin-bottom: 1.2em;
	text-align: center;
	margin-top: 1.2em;
}
.gallery .blogtitle1{
	  top: 20%;
    padding: 0px 12em;
    padding-right: 1em!important;
}
.gallery .about_doctor a{
		margin:0 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}
.gallery .about_doctor a:hover{
	color:#F8C547;
}
.blogbanner1{
	 height: auto;
   width: 100%;
}
.blogbanner1 img{
	    width: 100%;
    height: fit-content;
}
.byline a{
	color:#fff!important;
}
.byline a:hover{
	color:#F8C547!important;
}
.gallery .wp-post-image{
	width:100%;
	display:none;
}
#projectArchiveHeader:after{
	  position: absolute;
    content: "";
    background: rgba(0,0,0,.24);
		width:100%;
		height:100%;
    z-index: 1;
    top: 0;
}
#projectArchiveHeader{
	position:relative;
}
.archiveHeaderWrapper{
	position:relative;
	z-index:9;
}
#breadcrumbs span{
	color:#fff;
}
#galleryArchiveHeader{
	position:relative;
}
#galleryArchiveHeader:after{
	  position: absolute;
    content: "";
    background: rgba(0,0,0,0.24);
		width:100%;
		height:100%;
    z-index: 1;
    top: 0;
}
.category-blog .PageBreadcrumps{
	display:none;
}
#breadcrumbs span a{
	color:#fff;
}
#breadcrumbs span a:hover{
	color:#F8C547;
}
h3.servicepointshead
{
	text-align:right;
}