﻿html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html, body {
    height: 100%;
}


body {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-feature-settings: 'liga';
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: source-sans-pro, sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    cursor: auto;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}


a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}


.CONTSelected {
    color: silver !important;
    border-bottom: 2px solid silver !important;
}

a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.linkButtonDiv {
    display: inline-block;
    /*padding-left: 14px;*/
    color: white;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}

.mbsLogo {
    height: 90px;
}

.MainImage {
    width: 100%;
}

.mainText {
    font-weight: 700;
    text-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    color: #53565A;
    font-family: source-sans-pro, sans-serif;
    line-height: 41px;
    letter-spacing: 1px;
    font-size: 40px;
}

.greenBox {
    color: #3ac1cd;
    border-width: 0px;
    text-align: center;
    font-family: raleway, sans-serif;
    margin-right: -10000px;
    border-color: transparent;
    font-weight: 700;
    z-index: 61;
    background-color: transparent;
    position: relative;
}

.text {
    line-height: 24px;
    font-weight: 400;
    font-size: 17px;
    color: #53565A;
    font-family: source-sans-pro, sans-serif;
}

.mainDiv {
    padding: 2% 5% 2% 5%;
}

.heading {
    color: #53565A;
    font-weight: bold;
}

.imageMain {
    height: 550px;
    background-image: url("../images/Homepg_About_images.png");
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    background-size: cover;
    margin-bottom: 100px;
}

.imgDental {
    height: 400px;
    background-image: url("../images/Homepg_Dental Opitons.png");
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    background-size: cover;
}

.imgVision {
    height: 400px;
    background-image: url("../images/Homepg_Vision Opitons_.png");
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    background-size: cover;
    margin-top:2%;
}

.imgContact {
    height: 400px;
    background-image: url("../images/div_img02.jpg");
    background-repeat: no-repeat;
    margin: auto;
    text-align: center;
    background-size: cover;
    margin-top: 30px;
}

.container {
    position: relative;
    text-align: center;
    color: white;
    /*background-color: #303035;*/
    /*opacity: 0.5;*/
    /*z-index: 20;*/
    height:500px;
     
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    min-height: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    font-weight: bold;
}

.btnContact {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    min-height: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    -webkit-transition-timing-function: ease;
    background-image: url("../images/blank.gif?crc=4208392903");
    border-width: 0px;
    background-color: #3ac1cd;
    width: 260px;
    padding-bottom: 22px;
    padding-top: 13px;
    font-weight: 400;
}

    .btnContact:hover {
        border-radius: 25px;
    }

.greenHeading {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 36px;
    text-align: center;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    color: #3ac1cd;
    margin-top: 10%;
    margin-right: 5%;
    margin-left: 5%;
}

.contactUs {
    width: 400px;
    background-color: #3C3D42;
    margin-left: 25%;
    margin-top: 5%;
    color: #ffffff;
    padding: 60px 30px;
    height: 400px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 20px;
    float: left;
}

.contactUsfrm {
    width: 400px;
    float: right;
    margin-top: 5%;
    font-family: sans-serif;
}

.btn {
    width: 190px;
    height: 20px;
    color: #3ac1cd;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 700;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-top: 11px;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 6px 6px 8px 8px rgba(0,0,0,0.4);
    font-family: 'Century Gothic','Apple Gothic',AppleGothic;
    text-align: center;
    font-size: 1.3vw;
    /*text-shadow: 2px 2px 6px #000000;*/
    transition: color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    cursor: pointer;
    text-rendering: auto;
}

.btn:hover, .btn:hover, .btn:hover {
    /*background-color: rgba(0,153,169, 0.75);*/
    color: #FFFFFF;
    background-color: #53565A;
}

.tcDefault {
    display: table-cell;
}

.nyBackground {
    background-image: url("../images/NY_LandingPgMap2.png");
    position: relative;
}
