label {
    cursor: pointer;
}
header {
    margin-top: -150px !important;
}
.inner-shadow {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-left: 10px solid #38495d !important;
    position: absolute;
    right: 0px;
    top: 40px;
}
.selected {
    box-sizing: border-box;
    border: 2px solid black;
}
.door_style {
    width: 130px;
    height: 300px;
}
.handle_style {
    width: 100%;
    max-width: 100%;
    height: 150px;
}
.door_style_box,
.handle_style_box,
.letter_style_box,
.spy_style_box,
.knocker_style_box,
.side_style_box,
.hardwood_cill_style_box,
.spd_letterplate_style_box,
.panel_moulding_style_box,
.knocker_style_box {
    text-align: center !important;
    max-width: 185px;
    margin: 0 auto;
}
.preview_form_textbox {
    background: none;
    border: none;
    font-weight: bold;
}
.navbar-light {
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 2 !important;
}
@media (max-width: 1366px) {
    .navbar-light {
        background-color: #38495d !important;
    }
    .hideOnTablet {
        display: none;
    }
    .formSection {
        opacity: 1 !important;
    }
    .formSection1 {
        text-align: center;
        max-height: 300px;
        overflow: scroll;
    }
}
@media (max-width: 768px) {
    #sidebar-wrapper {
        width: 100%;
        padding-bottom: 25px;
    }
    html {
        width: 100%;
        position: flex !important;
    }
    .logo {
        max-width: 88px;
    }
    .autoflex {
        flex: auto;
        max-width: 42%;
    }
    #sidebar-wrapper {
        margin-bottom: 0px !important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    font-size: 1rem;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.dropdown-item {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
}
.navbar {
    padding: 1rem 1rem;
}
#carouselExampleIndicators {
    height: 950px;
}
.carousel-item {
    height: 950px !important;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.nav-link {
    color: #fff !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    font-weight: 600;
}
.nav-link:hover {
    text-decoration: underline;
}
.build-door {
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    border-radius: 25px;
    color: white;
    width: 250px;
    height: 50px;
    padding-top: 7px;
    font-size: 1.5em;
}
.build-door:hover {
    background-color: white;
    border: 2px solid black;
    border-radius: 25px;
    color: black;
}
.carousel-caption {
    top: 430px;
    display: block !important;
}
.input-group {
    margin: 0 auto !important;
}
.box_shadow {
    -webkit-box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 13px 1px rgba(0, 0, 0, 0.75);
    padding: 20px;
    background-color: white;
}

.custom-button {
    background-color: #38495d !important;
    border: 2px solid white !important;
    border-radius: 25px !important;
    color: white;
    width: 250px;
    height: 50px;
    padding-top: 7px;
    font-size: 1.5em;
}
.custom-button:hover {
    background-color: white !important;
    border: 2px solid black !important;
    border-radius: 25px;
    color: black !important;
}
