



#HOME,
#HOME dots,
wrapper,
wrapper slide {
    display: block
}

contact-form .button:hover {
    background: #eeefff
}

contact-form .button:active {
    transform: scale(.9)
}

wrapper {
    position: relative;
    z-index: +10;
    overflow-x: hidden
}

wrapper slide {
    width: 100vw;
    position: relative;
    box-sizing: border-box;
    padding: 5em 100px;
    margin: 30px 0
}

#responseModal {
    padding: 30px 50px;
    font-size: .9em;
    width: auto
}

@media (min-width:800px) {
   contact-form label{
    position: relative;
}
   form {
        overflow:scroll; height:420px;
    }
    #PRODUCTS.hidden category {
        transform: scale(0)
    }
}

body>back-awesome {
    position: fixed;
    height: 150%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 100%
}

.overlay>div,
about,
body>back-awesome>*,
slideshow,
tracker>div,
tracker>div>div,
wrapper slide h1 {
    position: relative
}

body>back-awesome>* {
    width: 100%;
    height: 100%;
    display: block;
    margin-top: -25%;
    background: rgba(0, 0, 0, .025)
}

#HOME dots,
logo,
wrapper slide page-tag {
    position: absolute;
    text-align: center
}

#HOME dots>div,
tracker {
    background: #fff;
    transition: all .2s
}

wrapper slide h1 {
    font-weight: 300;
    color: rgba(255, 255, 255, .85)
}

wrapper slide page-tag {
    top: 3.5em;
    left: 50%;
    white-space: nowrap;
    color: #445;
    font-weight: 400;
    font-size: 2em;
    transform: translateX(-50%)
}

#HOME {
    margin-top: 0;
    padding: 0
}

#HOME dots {
    width: 100%;
    height: 5px;
    top: 450px;
    z-index: +10;
    pointer-events: none;
    white-space: nowrap
}

#HOME dots>div {
    width: .5em;
    height: .5em;
    cursor: pointer;
    display: inline-block;
    margin: 0 .5em;
    top: 60px;
    left: 0;
    pointer-events: all;
    will-change: transform;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

#HOME dots>div.active {
    transform: scale(1.5)
}

logo {
    line-height: 2em;
    font-size: 2em;
    height: 100%;
    top: 0;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: Kabel;
    letter-spacing: -.06em;
    z-index: +1000;
    width: 200px;
    color: #f5f5f5
}



.overlay>div>ul {
    padding: 0;
    margin: 0
}

logo img {
    width: 155px;
    height: auto;
    margin-top: 3px
}

.overlay,
tracker {
    position: fixed;
    width: 100%;
    z-index: +100;
    display: block;
    top: 0
}

tracker {
    font-size: 1em;
    right: 0;
    height: 60px;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2)
}

.overlay {
    left: 0;
    height: 100%;
    background: rgba(20, 20, 20, .8);
    opacity: 0;
    pointer-events: none;
    overflow: hidden
}

.overlay.active {
    opacity: 1;
    pointer-events: auto
}

.overlay>catcher {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.overlay>div {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    font-size: 1em;
    padding: 0 70px;
    line-height: 1.2em;
    margin: 0 auto;
    display: none;
    overflow: auto;
    max-width: 80%;
    max-height: 100%;
    width: 600px;
    z-index: +400;
    background: #fff;
    outline: 0;
    color: #001;
    font-weight: 400
}

.overlay>div.active {
    display: block
}

.overlay>div>ul>li {
    list-style-type: none;
    margin: 50px
}

.overlay>div>ul>li h5 {
    font-weight: 600;
    font-size: .9em;
    color: #444
}

.overlay>div>ul>li div {
    padding-left: 20px;
    font-size: .85em;
    display: block
}

.overlay>div>ul>li div ol {
    padding-left: 15px
}

.overlay>div>ul>li div li {
    font-size: .95em;
    margin: 0 15px;
    padding-left: 10px
}



tracker>div {
    float: right;
    clear: both;
    display: block;
    margin-right: 10px;
   
}

tracker>div>div {
    display: block;
    float: left;
    width: auto;
    font-size: .8em;
    line-height: 4.5em;
    padding: 0 15px;
    margin: 0 1px;
    cursor: pointer;
    transition: all .2s
}

tracker>div>div>a {
    display: block;
    width: 100%;
    color: #112;
    font-weight: 600;
    height: 100%
}

tracker>div>div:hover {
    box-shadow: 0 -7px 0 -5px #112 inset
}

tracker>div>div.active {
    background: rgba(148, 148, 148, .2)
}

tracker>div>div:first-child {
    border-left: none
}

slideshow {
    width: 100%;
    height: 500px;
    display: block;
    top: 60px;
    overflow: hidden;
    left: 0;
    background: #e0e0e0
}

slideshow slideWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;    //block
}

slideshow slideWrapper photo {
    opacity: 0;
    transition: transform 1.2s, opacity 1s;
    height: 100%;
    transition-delay: 1s;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute
}

slideshow slideWrapper.active photo {
    opacity: 1;
    z-index: +5;
    transition-delay: 0s
}

about,
about>p::before {
    transition: all .3s;
    left: 0;
    width: 100%
}

slideshow slideWrapper photo div {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 1;
    will-change: opacity;
    background-size: cover;
    background-position: 50% 60%
}

about {
    margin-top: 60px;
    height: 130px;
    padding: 30px 0;
    display: block;
    color: linear-gradient(transparent, rgba(255, 255, 255, 0.9));
    z-index: +100;
    overflow: hidden;
    box-shadow: inset 0 -10px 10px 0 rgba(0, 0, 0, .35);
}

about::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background: #6d6d7e
}

about.timed::before {
    animation: timer 5s 0s infinite linear
}

@keyframes timer {
    from {
        width: 0
    }
}

about:hover>#about-p {
    transition: .1s linear;
    transition-delay: .3s;
}


/*about>p::before {
    content: "About Us";
    position: absolute;
    height: 40%;
    top: 0;
    font-family: 'Kaushan Script', cursive;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #445;
    font-size: 2.5em;
    font-weight: 600;
    transform-origin: 100% 100%
}

about:hover {
    transition-delay: .5s
}*/

about:hover>p {
    color: #112;
    transition-delay: 1s
}

about:hover>#about-p {
    transition: all linear .2s;
    transition-delay: 1s;
}

about>p {
    display: block;
    padding: 0 10px;
    line-height: 1.5;
    letter-spacing: .06em;
    max-width: 60%;
    margin: auto;
    color: #112;
    transition: all .3s
}

#work,
#work h2,
#work span,
categories {
    text-align: center
}

categories {
    padding-top: 30px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 0
}

categories category {
    width: 33.33%;
    font-size: 15px;
    display: inline-block;
    position: relative;
    height: 350px;
    box-sizing: border-box;
    margin-bottom: 50px;
    transition: all .5s cubic-bezier(0, 0, 0, 1)
}

categories category>div {
    width: 80%;
    display: block;
    position: absolute;
    left: 10%;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

categories category>div:hover {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2)
}

categories category>div>div {
    height: 100%;
    width: 100%;
    will-change: opacity;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    transition: all .3s;
    opacity: 0;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0
}

categories category>div>div.active {
    opacity: 1
}

categories category span {
    width: 100%;
    height: 50px;
    display: block;
    z-index: +10;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    color: #111119;
    font-weight: 600;
    transition: transform .5s;
    font-size: .9em;
    font-family: Raleway, sans-serif;
    box-shadow: 0 -5px 5px -1px rgba(0, 0, 0, .2)
}

#work {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    background: #2d2d3e;
    margin: 0;
    padding: 2.5em 100px;
    color: #eeefff;
    box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, .5) inset
}

#work>* {
    line-height: 1.75em;
    font-size: .9em;
    margin: 20px 0
}

#work h2 {
    min-width: 100%;
    left: 0;
    font-size: 1.5em
}

#work span {
    bottom: 20px;
    font-size: .8em;
    min-width: 100%;
    color: #ccd
}

#work span i {
    margin-left: 5px;
    color: #5091DA
}

#work>div {
    display: flex;
    flex-direction: row
}

#work>div>p {
    font-size: .92em;
    font-weight: 300;
    color: #ccc;
    flex-grow: 1;
    width: 50%;
    padding: 0 40px;
    text-align: justify
}

#CONTACT_US {
    height: 100vh;
    background: #3e3e4e;
    margin-bottom: 0;
    margin-top: 0;
    z-index: +100;
    color: rgba(255, 255, 255, .75)
}

#CONTACT_US>.contacts {
    margin: 30px -5px
}

#CONTACT_US>.contacts>li {
    display: inline-block;
    padding-top: 10px;
    list-style-type: none
}

#CONTACT_US>.contacts>li.social {
    cursor: pointer
}

#CONTACT_US>.contacts>li.social:hover>span {
    text-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
}

#CONTACT_US>.contacts>li.social:active>span {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

#CONTACT_US>.contacts>li>span {
    display: inline-block;
    line-height: 1.2em;
    text-align: center
}

#CONTACT_US>.contacts>li>span:first-child {
    font-family: FontAwesome;
    margin-right: 5px;
    width: 30px;
    transition: all .3s;
    position: relative
}

#CONTACT_US>.contacts>li>span:nth-child(2) {
    position: relative;
    white-space: nowrap;
    margin-left: 20px;
    pointer-events: none;
    font-family: Raleway, sans-serif
}

#CONTACT_US>.contacts>li.social>span {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 5px;
    font-size: 1.2em;
    text-shadow: 5px 2px 10px rgba(0, 0, 0, .5)
}

#CONTACT_US>.contacts>li.social>span.fb {
    background: #3b5998
}

#CONTACT_US>.contacts>li.social>span.li {
    background: #0077B5
}

#CONTACT_US>.contacts>li.social>span.ig {
    background: #e03566;
    color: #fff
}

#CONTACT_US>.vision {
    max-width: calc(70%-400px);
    width: 50%;
    position: relative;
    display: block;
    font-style: italic;
    color: rgba(255, 255, 255, .5);
    font-size: .9em;
    padding: 20px;
    margin-top: 30px;
    font-weight: 300
}

#CONTACT_US>.vision:before {
    content: '\201C';
    position: absolute;
    font-size: 2em;
    transform: translate(-20px, -20px)
}

#CONTACT_US>.vision:after {
    content: '\201D';
    position: absolute;
    font-size: 2em;
    transform: translate(20px, 20px)
}




#TESTIMONIALS::before {
    content: "Our Appreciation";
    box-sizing: border-box;
    display: block;
    line-height: 1.5em;
    padding: 1em 5% 0;
    margin-bottom: -40px;
    color: #45455c
}

#TESTIMONIALS {
    height: 260px;
    padding: 60px 0 0;
    display: block;
    position: relative;
    box-sizing: initial;
    margin-bottom: 0;
    border-top: solid #f0f0f4;
    border-top-width: calc(1em + 60px)
}

#TESTIMONIALS>div.slider {
    width: 100%;
    position: relative;
    height: 100%;
    background: #eb7261;
    overflow: hidden;
    box-shadow: 0 -10px 7px -7px rgba(0, 0, 0, .1) inset, 0 10px 7px -7px rgba(0, 0, 0, .1) inset
}

#TESTIMONIALS>div.slider>.testimonial {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    will-change: transform;
    margin-bottom: 20px;
    transform-origin: 50% 50% -100px;
    transform: rotateX(-90deg);
    opacity: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1)
}

#TESTIMONIALS>div.slider>.testimonial.active {
    transform: rotateX(0);
    opacity: 1
}

#TESTIMONIALS>div.slider>.testimonial>div {
    display: block;
    margin: 0 auto;
    white-space: nowrap
}

#TESTIMONIALS>div.slider>.testimonial>div>p {
    display: inline-flex;
    position: relative;
    max-width: 60%;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    padding: 0 15px;
    white-space: normal;
    align-items: center;
    vertical-align: middle
}

#TESTIMONIALS>div.slider>.testimonial>div>div {
    position: relative;
    display: inline-block;
    color: #5c5c6e;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

#TESTIMONIALS>div.slider>.testimonial>div>div>* {
    display: block;
    margin: auto;
    color: #ccc;
    font-size: .8em
}

#TESTIMONIALS>div.slider>.testimonial>div>div>img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 3px work span3px 2px rgba(0, 0, 0, .1)
}

#Ashley {
    content: url(images/testimonials/moe-juran-smilemidde.jpg);
}

#Anjani {
    content: url(images/testimonials/Anjani-SmileMiddle.jpg);
}

#Ayushi {
    content: url(images/testimonials/Ayushi-SmileMiddle.jpg);
}

#Kapil {
    content: url(images/testimonials/Kapil-SmileMiddle.jpg);
}

#Sanghmitra {
    content: url(images/testimonials/Sanghmitra-SmileMiddle.jpg);
}

#UPCOMING>ul {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden
}

#UPCOMING>ul>li {
    list-style-type: none;
    border-left: 2px solid #eef;
    padding: 0 20px;
    line-height: 1.5em;
    width: 33.33%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box
}

#UPCOMING>ul>li>span:first-child {
    display: block;
    float: left;
    padding-right: 3em;
    color: rgba(255, 255, 255, .9)
}

#UPCOMING>ul>li>span:last-child {
    display: block;
    font-size: .9em;
    color: rgba(255, 255, 255, .9)
}

#UPCOMING>ul.dates>li>span:last-child {
    float: right;
    margin-right: 15px
}

@media (min-width:1500px) {
    contact-form label{
    position: relative;
    }
    form {
        overflow:scroll; height:420px;
    }
    body {
        font-size: 1.2em
    }
    /*form {
        overflow:scroll; height:500px;
    }*/
    tracker {
        height: 80px
    }
    tracker>div>div {
        line-height: 80px;
        padding: 0 30px
    }
    slideshow {
        height: 700px
    }
    contact-form,
    contact-form.override {
        font-size: 1.5em;
        line-height: 1.5em;
        width: 600px
    }
    contact-form input,
    contact-form select {
        height: 80px!important
    }
    contact-form label:not([for=tandc]) {
        margin-top: -80px!important
    }
    contact-form #tandc+label {
        margin: 20px 0!important;
        background: 0 0
    }
    categories category {
        height: 500px
    }
}

@media (max-width:1025px) {
    wrapper slide {
        padding: 5%;
        display: block
    }
    wrapper {
        white-space: normal
    }
}

@media (max-width:900px) {
    #UPCOMING>ul>li,
    categories category {
        width: 50%
    }
    #UPCOMING {
        margin-bottom: 100px
    }
}

@media (max-width:800px) {
    body {
        overflow: auto
    }
    contact-form.compact.inactive::before {content: '';}

   
    slideshow slideWrapper photo div {
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%;
        top: 0
    }
    #CONTACT_US {
        padding-left: 0;
        padding-right: 0;
        height: auto
    }
    #CONTACT_US>.contacts,
    #CONTACT_US>:not(contact-form) {
        margin-left: 5%
    }
    contact-form,
    contact-form.compact,
    contact-form.compact.inactive,
    contact-form.override {
        transform: translate(-50%);
        left: 50%;
        top: unset;
        bottom: unset;
        position: relative;
        height: auto;
        width: 350px;
        border-radius: 0;
        font-size: 1em;
        line-height: 1em;
        padding: 60px 20px 40px;
        margin-bottom: 100px;
        background: #f0f0f4;
        border: none
    }
    contact-form *,
    contact-form.compact *,
    contact-form.compact.inactive *,
    contact-form.override * {
        display: block;
        opacity: 1
    }
    contact-form.compact.inactive>face,
    contact-form.compact>face,
    contact-form.override>face,
    contact-form>face {
        display: none
    }
    #TESTIMONIALS>div.slider>.testimonial>p {
        max-width: 90%;
        width: 90%;
        font-size: .9em
    }
    #TESTIMONIALS>div.slider>.testimonial>span {
        bottom: 2em
    }
    contact-form.compact.inactive::before {
        content: '';
    }
}

@media (max-width:932px){
about{margin-top:0;}
.overlay>catcher,
tracker>face::after{font-family:FontAwesome;line-height:2em}
slideshow{top:0}
#PRODUCTS page-tag{top:1.5em}
#HOME dots>div{height:.35em;width:.35em}
#work>div>p{box-sizing:border-box;width:100%}
.overlay{font-size:1.05em}
.overlay>catcher{width:2em;height:2em;left:unset;font-size:2em;text-align:center;bottom:unset;z-index:+1000;opacity:1;color:#4d4d5e}
#UPCOMING>ul>li,
categories category{width:100%}
.overlay>div>ul>li{margin:10px}
.only_phone{display:block}
#CONTACT_US .vision,
logo{}
#work{padding: 0 10% 0 15%;}
#work>div{flex-direction:column}

wrapper slide h1{width:100%;padding-left:0;padding-right:0;text-align:center}
#UPCOMING{background-size:cover}
#UPCOMING>ul:nth-child(2)>li>span:last-child{float:right}
categories category>div{width:80%;left:10%}
about>p{max-width:80%;transform: translateY(-20px);}
logo{left:10px}
about>p::before{right:unset;left:0}
tracker{position:fixed;left:0;height:60px;overflow:visible;background:#fff;transition:all .2s;color:#000;box-shadow:0 2px 5px 0 rgba(0, 0, 0, .2)}
tracker>div{position:absolute;width:100%;left:0;overflow:hidden;max-height:0;background:linear-gradient(rgba(0, 0, 0, 1), transparent);transition:all .5s linear;margin-top:60px;}
tracker>div.active{max-height:100vh;padding-bottom:20px;z-index:9999}
tracker>div>div{width:100%;clear:both;height:2em;color:#fff;font-weight:500;line-height:2em;padding-top:2em}
tracker>div>div>a{color:#fff}
tracker>div>div.active,
tracker>div>div:hover{background:0 0;color:#fff}
tracker>div>div:hover{box-shadow:none}
tracker>face{width:0;height:0;position:absolute;top:0;right:0;font-size:2em;z-index:+100}
tracker>face::after{content:"\f0c9";position:absolute;right:10px;top:0;color:#fff;padding:0 10px;cursor:pointer;text-shadow:0 0 10px rgba(0, 0, 0, .5)}
.breaker{display:inline;}
wrapper{top:60px;}
}

@media (max-width:600px) {
    body {
        font-size: .9em
    }
    #work {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #p-oppor {
        width: 90%;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
    }
    .p-p {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .p-p:nth-child(2) {
        height: 0;
        width: 0;
    }
    #responseModal {
        padding: 70px 7% 30px
    }
    categories category {
        height: 300px
    }
    about {
        padding: 40px 0
    }
    about>p::before {
        font-size: 2em
    }
    dots {
        margin-top: 20px
    }
    #TESTIMONIALS>div.slider>.testimonial>div>div>img {
        display: none
    }
    #TESTIMONIALS>div.slider>.testimonial>div>p {
        display: block;
        max-width: 80%;
        margin: 20px auto 0
    }
    #TESTIMONIALS>div.slider>.testimonial>div>div {
        display: block
    }
    slideshow {
      height:200px;
    }
    
    contact-form.compact::after,
    contact-form.compact::before {
        display: none
    }
   
    .overlay {
        display: block
    }
    .overlay>div {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 7%
    }
}

@media (max-width:400px) {
    contact-form,
    contact-form.compact,
    contact-form.compact.inactive,
    contact-form.override {
        width: 100%;
        padding: 60px 0 40px
    }
}

@media (max-width:450px) {
    #p-oppor {
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    .p-p {
        width: 90%;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
}

.descr {
    font-size: 1.5em;
    font-family: 'Kaushan Script', cursive;
}

.orderbuttn {
    border: 1px solid #D3D3D3;
    padding: 4px 4px 4px 4px;
}

#p-oppor {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.p-p {
    width: 30vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-p:nth-child(2) {
    width: 15vw;
}

.p-p:nth-child(3) {
    width: 40vw;
}

#parthiv-ul-oppor {
    width: 80%;
    text-align: center;
}

#parthiv-ul-oppor li {
    float: left;
    margin-right: 30px;
}

#p-mobile-1 {
    
}


@media (max-width: 700px) {    
    #p-oppor {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .p-p {
        width: 70vw;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 20px;
    }
    .p-p:nth-child(2) {
        width: 0;
        height: 0;
    }
    .p-p:nth-child(3) {
        width: 70vw;
        height: auto;
    }
    #p-oppor>li {
        width: 100%;
    }
}

@media(max-width: 600px) {
    #parthiv-ul-oppor>li {
        width: 100%;
        text-align: left;
    }
}

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



  #p-mobile-1{
    background-image:url('images/Slider-mobile-SmileMiddle-general.jpg');
    
  }
  
  #HOME dots {
        margin-top: 24vw;
    }
    
    #p-mobile-2{
    background-image:url('images/mobile-SmileMiddle-main-slider.png');
  }
  
  #p-mobile-3{
    background-image:url('images/mobile-slider-SmileMiddle.jpg');
  }
  
  
  
 
  
}

@media only screen and (min-device-width: 551px) {
  #p-mobile-1{
  background-image:url('images/Slider-desktop-SmileMiddle-general.jpg');
}
  
  #HOME dots {
        top: 270px
    }
    
    #p-mobile-2{
  background-image:url('images/desktop-SmileMiddle-main-slider.jpg');
}

#p-mobile-3{
  background-image:url('images/desktop-slider-SmileMiddle.jpg');
}
}





#about-p {
    height: 80px;
    top: 15px;
    margin-bottom: 20px;
    font-family: 'Kaushan Script', cursive;
    display: block;
    text-align: center;
    color: #445;
    font-size: 2.5em;
    font-weight: 600;
    box-shadow: -2px 0 0 #fff;
}