@charset "utf-8";
/* CSS Document */

input#upper_first_but,input#lower_first_but,input#lower_first_but_clr,input#upper_first_but_clr {
    background: #00bcd5;
}
.teeth-implant-outer {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    max-width: 800px;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.teeth-implant-box {
   max-width: 360px;
    padding: 15px;
    position: relative;
    font-size: 14px;
        min-width: 290px;
}

.d-implant-form {
    max-width: 800px;
    margin: 25px auto;
}

input#submit {
    background: #02bcd5;
    margin-bottom: 25px;
}

.selection-box select {
    margin: 0px 0 30px;
}
.mb-30{
   margin-bottom:30px !important;
}

.selection-box:before{
	    top: -30px;
}
.upper_arch,.lower_arch {
    font-size: 14px;
    line-height: 1.4;
    min-height: 40px;
}
.success-message {
    background: green;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}