* {
    box-sizing: border-box;
}

body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

.hero {
    background-image: url("images/hero.jpg");
    height: 200px;
    width: 100%;
    margin-bottom: 1rem;
    display: block;
    background-size: cover;
    background-position: top;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.response_msg {
    margin-top: 10px;
    font-size: 13px;
    background: #E5D669;
    color: #ffffff;
    width: 250px;
    padding: 3px;
    display: none;
}

.response_msg1 {
    margin-top: 10px;
    font-size: 13px;
    background: #E5D669;
    color: #ffffff;
    width: 250px;
    padding: 3px;
    display: none;
}

.last-slide {
    height: 500px;
    width: 100%;
    display: none;
    background: white;
    z-index: 2;
    position: relative;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4caf50;
    padding: 8px;
}

.carousel-inner {
    min-height: 500px;
}

.list-group-item {

    border-top: 1px solid #4CAF50 !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;

}

.modal-header {
    padding: 15px;
    border-bottom: 0px !important;
}

#list_form {
    display: none;
}

.fa-times {
    font-size: 26px !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.copyright {
    text-align: center;
    padding: 20px;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.content-2,
.content-3,
.content-4 {
    display: none;
}

.carousel-item {
    width: auto;
}

.carousel-control-next,
.carousel-control-prev {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    width: 15% !important;
    color: black !important;
    text-align: center !important;
    opacity: 1 !important;
    transition: opacity .15s ease !important;
}

@media screen and (max-width: 992px) {
    
    h1, h2 {
        font-size: 1.5rem!important;
    }
}





form.questionnaire {
    padding: 3rem;
}

h1 {
    margin-bottom: 3rem !important;
    text-align: center;
    line-height: 1 !important;
    font-weight: bold !important;
}
p {
    text-align: center;
}

.form-group {
    overflow: auto;
}
.form-check {
    padding: .5rem;
}
input[type=submit] {
    float: right;
}
.table thead th {
    vertical-align: top;
}
select {
    clear: both;
}