/* Center website */

.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 10px -16px;
}


/* Add padding BETWEEN each column */

.row,
.row>.column {
    padding: 8px;
}


/* Create three equal columns that floats next to each other */

.column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide all elements by default */
}


/* Clear floats after rows */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */


/* The "show" class is added to the filtered elements */

.show {
    display: block;
}

.column.jan {
    display: block;
}


/* Style the buttons */

.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}

#slider input[type=email] {
    margin-top: 10px;
    padding: 3px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 0px solid #cf0c8f;
    color: #222;
}

#slider input[type="tel"] {
    margin-top: 10px;
    padding: 3px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 0px solid #cf0c8f;
    color: #222;
}

.reqcont input {
    margin-top: 10px;
    padding: 11px;
    width: 30%;
    color: black;
}

.reqcont input[type="submit"] {
    background-color: transparent;
    border: 2px solid #fff;
    color: white;
}

#site-visit-form input {
    margin-top: 10px;
    padding: 3px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 0px solid #cf0c8f;
    color: #222;
}

#site-visit-form input[type="submit"] {
    background-color: #5989c7;
    border: none;
}

form#site-visit-form {
    padding: 0 40px;
}


/* .name_ico:before {
  background: url(../images/name_ico.jpg); */

#exTab1 .tab-content {
    color: #000;
    /* background-color: #428bca; */
    padding: 5px 15px;
    /* border: 2px solid #000; */
}

#exTab2 h3 {
    color: #000;
    /* background-color: #428bca; */
    padding: 5px 15px;
    border: 2px solid #000;
}


/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
    border-radius: 0;
}


/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills>li>a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: #000;
    /* background-color: #428bca; */
    padding: 5px 15px;
    border: 2px solid #000;
}

.nav>li>a {
    padding: 5px 15px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #000;
    padding: 5px 15px;
    border: 2px solid #000;
    background: #fff;
}

.nav>li>a {
    color: #000 !important;
}