/**
  Theme Name: New Website Base
  Version: 1
  Author: Dental Design Products
  Author URI: http://dental-design-client.co.uk/
*/
/* =======================
-------- Contents --------
==========================

1.0 Normalize
2.0 Page Layout & Styles
3.0 Transitions / Clearing CSS
4.0 Media Queries

========================== */
/* =================================================================================
1.0  Normalize ---------------------------------------------------------------------
==================================================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup {
    vertical-align: baseline
}

button,hr,input {
    overflow: visible
}

[type=checkbox],[type=radio],legend {
    box-sizing: border-box;
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0 font-weight:300;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.4em 0;
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

button,input,select,textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* =================================================================================
2.0  Page Layouts & Styles ---------------------------------------------------------
==================================================================================== */
* {
    margin: 0;
    padding: 0;
}

html, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    padding: 0 !important;
    margin: 0px !important;
}

body {
    font-size: 15px;
    color: #2d434d;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /* overflow-y: hidden; */
}

#ascrail2000 div {
    border: none !important;
    background-color: rgb(72, 72, 72) !important;
}

h1 {
    font-size: 47px;
    color: #FFFFFF;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    text-transform: none;
    font-weight: 200;
    margin: 10px 0;
    color: #252525;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    margin: 15px 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-size: 18px;
    border-bottom: 1px solid #E8E8E8;
    text-transform: uppercase;
    color: #252525;
    padding: 0 0 4px 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    margin: 15px 0;
    line-height: 26px;
    font-size: 17px;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #DA8F51;
}

strong {
    font-weight: 700;
}

.container-1200 {
    position: relative;
    max-width: 1000px;
    text-align: center;
    width: 99%;
    /* height: 100%; */
    margin: 0 auto;
    padding: 100px 15px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.alignright {
    float: right;
    padding: 5px;
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    margin: 12px 0 25px 25px;
}

.contact-head {
    font-size: 25px;
    font-weight: 300;
    color: #252525;
    padding: 40px 72px;
    background: #d3ebf7;
    width: 100%;
    margin: 0 auto 70px auto;
}

.contact-head img {
    max-width: 25px;
    padding: 0;
    margin: 0 10px 0 10px;
}

section.banner-container {
    position: relative;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    z-index: 998;
    background-image: url(images/banner.jpg);
}

.banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.contact-head span {
    /* width: 32%; */
    display: inline-block;
    word-break: break-all;
}

.banner-content img {
    padding: 20px 0;
}

.banner-content form h2 {
    text-align: center;
    font-weight: 300;
    color: #252525;
    /* letter-spacing: 2px; */
    font-size: 30px;
    margin: 0 auto 30px auto;
    text-transform: uppercase;
    max-width: 80%;
}

.banner-content form {
    max-width: 780px;
    width: 100%;
    /* position: absolute; */
    right: 0%;
    padding: 0 0px 50px 0;
    background: #fff;
    background: #fffffffa;
    display: block;
    margin-left: auto;
    min-height: 100vh;
}

.banner-content form input[type="text"] {
    width: 90%;
    max-width: 500px;
    margin: 10px auto;
    display: block;
}

.banner-content form ul li img {
    position: absolute;
    left: 19px;
    font-size: 18px;
    color: #217fb6;
    max-width: 25px;
    bottom: -7px;
}

li.textarea img {
    bottom: 10px !important;
}

.banner-content form input[type="textarea"] {
    width: 90%;
    height: 85px;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    font-family: inherit;
    position: relative;
}

.banner-content form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-content form ul li {
    border: solid 1px #777777;
    border-radius: 6px;
    width: 80%;
    margin: 10px auto;
    position: relative;
}

.banner-content form input {
    background: none;
    font-weight: 200;
    border: none;
    padding: 9px 10px 7px 0px;
}

.banner-content form input.submit {
    background-color: #d3ebf7;
    border: none;
    color: #252525;
    height: 50px;
    font-size: 20px;
    width: 80%;
    font-weight: 200 !important;
    border-radius: 0;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    border-radius: 0 0 6px 6px;
    letter-spacing: 2px;
    margin: 20px auto 0 auto;
    display: block;
}

.banner-content form input.submit:hover {
    background-color: #0a3752;
}

.logo {
    margin: 0 auto;
    display: block;
    max-width: 370px;
    width: 100%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 2%;
    /* background: white; */
    padding: 15px !important;
    margin-bottom: 20px;
}

#treatment-benefits {
    background: #f9f9f9;
}

#treatment-benefits header h2 {
    text-align: center;
    font-weight: 500;
    color: #252525;
    letter-spacing: 2px;
    font-size: 30px;
}

::-webkit-input-placeholder {
    color: #252525;
    font-weight: 400;
}

:-moz-placeholder {
    color: #252525;
    font-weight: 400;
}

::-moz-placeholder {
    color: #252525;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #252525;
    font-weight: 400;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}


h3.strauman-logo img {
    max-width: 462px;
    width: 100%;
}

.n-arrows {
    width: 30px;
    height: 30px;
    left: 27%;
    margin-left: -15px;
    bottom: 100px !important;
    position: absolute;
    z-index: 999999;
}

.chevron {
    position: absolute;
    width: 48px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: rgba(255, 255, 255, 0.8);
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

#notice {
    background: #d3ebf7;
    text-align: center;
    text-transform: uppercase;
    clear: both;
}

#notice header {
    padding: 60px 0;
}

#notice header h2 {
    color: #252525;
    font-weight: 400;
    line-height: 37px;
    font-size: 30px;
    margin: 0;
    letter-spacing: 2px;
}

#intro header {
    text-align: center;
    margin-bottom: 30px;
}
#intro ol {
    display: inline-block;
    font-size: 17px;
}
#intro li{
    margin-bottom:10px;
    /* display: inline-block; */
    word-wrap: break-all;
}
#intro a{
     word-break: break-all;
}
#intro li:before{
    content: "";
    width: 10px;
    display: inline-block;
}

#intro p {
    text-align: center;
}

#intro header h2 {
    text-align: center;
    font-weight: 500;
    color: #252525;
    letter-spacing: 2px;
    font-size: 30px;
}

#intro header h3 {
    color: #777777;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 2px;
}

#intro ul {
    list-style: none;
    font-size: 17px;
    margin: 30px 0 0px 0;
    display: block;
    clear: both;
}

#intro ul li i {
    color: #252525;
    float: left;
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#intro ul li {
    margin: 4px 0;
    width: 75%;
    display: inline-block;
}

.contact-head img {
    max-width: 25px;
    padding: 0;
    margin: 0 10px 0 10px;
}

#treatment-benefits ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
    margin: 0 0 35px 0;
    color: #252525;
    font-size: 17px;
    vertical-align: top;
}

#treatment-benefits ul {
    margin: 65px 0 0 0;
    padding: 0;
}

#treatment-benefits ul li img {
    max-width: 150px;
    background: #d3ebf7;
    padding: 28px;
    margin-bottom: 35px;
    border-radius: 100px;
}

#gallery header h2 {
    text-align: center;
    font-weight: 500;
    color: #252525;
    letter-spacing: 2px;
    font-size: 30px;
    margin-bottom: 60px;
}

#container1, #container2 {
    /* height: 225px !important; */
}

.twentytwenty-wrapper.twentytwenty-horizontal {
    width: 49%;
    border: solid 5px #f9f9f9;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}

.accordion-toggle {
    cursor: pointer;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    background: #d3ebf7;
    border: none;
    margin: 0 0 15px 0;
    padding: 15px;
    color: #252525;
    border-radius: 6px;
}

.accordion-content {
    display: none;
}

.accordion-content.default {
    display: block;
}

#faq header h2 {
    text-align: center;
    font-weight: 500;
    color: #252525;
    letter-spacing: 2px;
    font-size: 30px;
    margin-bottom: 60px;
}

#testimonials header h2 {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 30px;
    margin-bottom: 60px;
}

#testimonials .container-1200 {
    background: none;
}

#testimonials {
    text-align: center;
    background-image: url(images/testimonials.jpg);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 100px 0;
}

.review-slide {
    margin: 60px 0 0 0;
    color: white;
    font-size: 20px;
}

#footer-info ul {
    margin: 0;
    padding: 0;
}

#footer-info ul li {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 1%;
    vertical-align: top;
    color: #777;
    line-height: 22px;
}

#footer-info ul li img {
    max-width: 50px;
    margin-bottom: 30px;
}

#footer-info ul li h4 {
    border-bottom: none;
    text-transform: capitalize;
    color: #252525;
}

.footer-detail {
    background: #f9f9f9;
    padding: 30px 0;
    min-height: 191px;
}

.footer-detail {
}

#footer-info ul li strong {
    color: #777;
}

.footer-detail form input[type="text"] {
    max-width: 300px;
    width: 88%;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    border: solid #c1c1c1 1px;
}

.footer-detail form input.submit {
    background: #d3ebf7;
    max-width: 300px;
    width: 88%;
    border: none;
    padding: 5px;
    color: #252525;
    letter-spacing: 1px;
}

#footer-bottom {
    text-align: center;
    background: #252525;
    color: white;
    padding: 40px 0 30px 0;
    font-weight: 500;
}

#footer-bottom a {
    color: white;
    font-size: 17px;
}

/* =================================================================================
3.0  Transitions / Clearing CSS ---------------------------------------------------------
==================================================================================== */
/* clear floated elements */
#topstrip:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

/* END clear floated elements */
/* transitions */
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* END transitions */
/* return to top */
#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: rgb(195, 219, 233);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    z-index: 9999;
    display: none;
    -webkit-border-radius: 45px;
    border-radius: 45px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 11px;
    font-size: 26px;
}

#return-to-top:hover {
    background: rgb(33, 127, 182);
}

#return-to-top:hover i {
    color: #fff;
    top: 6px;
}

#intro ul img {
    float: right;
    max-width: 165px;
}

.contact-head-mob img {
    max-width: 25px;
    padding: 0;
    margin: 0 10px 0 10px;
}

.contact-head-mob {
    font-size: 20px;
    color: #217fb6;
    text-align: center;
    display: none;
}

h2.showmob {
    display: none;
}

.contact-head i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #252525;
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
    text-align: center;
}

span.tel {
    margin: 0 0 10px;
}

.banner-content h2 span {
    display: block;
    font-size: 54px;
}

textarea, select, input, button {
    outline: none;
}

.subtext {
    text-transform: none;
    font-size: 18px;
    line-height: 29px;
    padding: 30px 0;
    color: #000;
}

.to-main-site{
    position: fixed;
    top: 30%;
    left: -110px;
    z-index: 500000;
    transform: rotate(90deg);
    padding: 20px 30px 100px;
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
    background-color: #d3ebf7;
    transition: .25s;
}

.to-main-site:hover{
    left: -100px;
}
.dental-implants-video iframe {
    max-width: 400px;
    width: 100%;
    height: 224px;
    margin-top: 30px;
}

/* =================================================================================
4.0  Media Queries ---------------------------------------------------------
==================================================================================== */
@media only screen and (max-width: 1250px) {
    .container-1200 {
        width: 80%;
    }

    .banner-content {
        width: 80%;
    }

    .banner-content form {
        max-width: 100%;
        top: 30%;
    }

    .banner-content form input[type="text"] {
        max-width: 100%;
        padding: 10px 0 0 25px;
    }

    .banner-content form input[type="textarea"] {
        max-width: 100%;
        padding: 10px 0 10px 25px;
    }
    img.logo {
        max-width: 330px;
        display: block;
        position: initial;
    }
}

@media only screen and (max-width: 1057px) {
.banner-content form {
    top: 15%;
    padding: 0 0 100px 0;
}

.n-arrows {
    display: none;
}

img.logo {
    position: relative;
    left: 0;
}

}

@media only screen and (max-width: 995px) {
    #treatment-benefits ul li {
        width: 32%;
        font-size: 15px;
    }

    #treatment-benefits ul li img {
        max-width: 115px;
    }
}

@media only screen and (max-width: 920px) {
    #footer-bottom a {
        font-size: 12px;
    }

    section#footer-bottom {
        padding: 40px;
    }

    h2.hidemob {
        display: none;
    }

    h2.showmob {
        display: block;
    }

    #footer-info ul li {
        margin: 30px 0;
        width: 100%;
    }

    .footer-detail {
        min-height: auto;
        padding: 37px;
    }

    .footer-detail form input.submit {
        max-width: 100%;
        width: 99%;
    }

    section#header {
        text-align: center;
    }

    img.logo {
        margin: 20px auto;
        display: block;
        max-width: 307px;
        position: relative;
        left: 0;
    }

    .banner-content form h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .banner-content form {
        top: 29.7%;
    }
}

@media only screen and (max-width: 860px) {
    .contact-head {
        font-size: 20px;
        margin: 0 auto 30px auto;
    }

    span.tel {
        margin: 0 30px;
    }

    #intro ul li {
        width: 100%;
        font-size: 15px;
    }

    #intro ul img {
        float: none;
        max-width: 110px;
        margin: 0 auto 30px auto;
        display: block;
    }

    .twentytwenty-wrapper.twentytwenty-horizontal {
        width: 100%;
        height: auto;
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .banner-content form {
        top: 22.8%;
    }

    .banner-content h2 span {
        font-size: 39px;
    }

    .twentytwenty-wrapper.twentytwenty-horizontal {
        margin-bottom: 30px;
    }

    #notice header h2 {
        font-size: 22px;
        line-height: 27px;
    }

    #intro header h2 {
        font-size: 24px;
    }

    #intro header h3 {
        font-size: 18px;
    }

    #treatment-benefits header h2 {
        font-size: 24px;
    }

    #gallery header h2 {
        font-size: 24px;
    }

    #faq header h2 {
        font-size: 24px;
    }

    #testimonials header h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 700px) {
    h3.strauman-logo img {
        max-width: 330px;
        width: 77%;
    }
    .contact-head i {
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }   
}

@media only screen and (max-width: 560px) {
    .contact-head {
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

.to-main-site{
    font-size: 15px;
    left: -100px;
    top: 20px;
}

span.tel {
    margin: 0 0 10px 0;
}

.banner-content h2 span {
    font-size: 25px;
}

.subtext {
    padding: 10px 0;
}

.banner-content form {
    top: 14%;
    padding: 0 0 30px 0;
}

.banner-content form ul li img {
    left: 10px;
    top: -13px;
}

section.banner-container {
}
    .banner-content form input[type="text"] {
        margin: 5px auto;
    }

    .banner-content form input[type="textarea"] {
        height: 60px;
    }

    li.textarea img {
        bottom: 0 !important;
    }

    .contact-head-mob {
        font-size: 15px;
        text-align: center;
    }

    .contact-head-mob img {
        max-width: 20px;
        margin: 0 5px 0 0;
    }

    .slick-slide {
        font-size: 16px;
    }

    #treatment-benefits ul li {
        width: 49%;
    }
}

@media only screen and (max-height: 820px) {
    #footer-info ul li h4 {
        font-size: 24px;
    }

    img.logo {
        max-width: 330px;
        /* display: block; */
        /* position: initial; */
    }

    .banner-content form {
        padding: 0 0 30px 0;
        width: 100%;
        background: #ffffffba;
        right: 0;
    }

    .banner-content form h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .banner-content form input.submit {
        font-size: 18px;
        margin-top: 20px;
    }

    .n-arrows {
        display: none;
    }
}

@media only screen and (max-height: 650px) {
    section.banner-container {
        /* height: 650px; */
    }
}

@media only screen and (max-width: 350px) {
    section.banner-container {
       /* height: calc(100vh - -85px);*/
    }
}



/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .dental-implants-video iframe {
        display: none;
    }
    #treatment-benefits ul li {
        width: 100%;
    }
    .banner-content form ul li img {
        display: none;
    }
    .contact-head span {
        width: 100%;
        display: block;
    }
    .contact-head {
        font-size: 14px;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
    .dental-implants-video iframe {
        display: none;
    }
    #treatment-benefits ul li {
        width: 100%;
    }
    .banner-content form ul li img {
        display: none;
    }
    .contact-head span {
        width: 100%;
        display: block;
    }
    .contact-head {
        font-size: 14px;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .dental-implants-video iframe {
        display: none;
    }
    #treatment-benefits ul li {
        width: 100%;
    }
    .banner-content form ul li img {
        display: none;
    }
    .contact-head span {
        width: 100%;
        display: block;
    }
}


/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    .dental-implants-video iframe {
        display: none;
    }
    #treatment-benefits ul li {
        width: 100%;
    }
    .banner-content form ul li img {
        display: none;
    }
    .contact-head span {
        width: 100%;
        display: block;
    }
}