﻿* {
    box-sizing: border-box;
}

.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: auto;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}


.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 70%;
    border-left: none;
    height: auto;
}

.copyright-text {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    padding: 25px 0px;
    text-align: center;
    font-family: 'Book Antiqua';
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.footer-bottom {
    background: #1f2324;
}

.preview__header {
    font-size: 12px;
    height: 74px;
    background-color: #262626;
    z-index: 100;
    line-height: 54px;
    margin-bottom: 1px;
}

.main-footer {
    position: relative;
    padding: 10px 0px 10px;
    z-index: 1;
    background-position: top right !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: rgba(33, 40, 43, 0.98);
}

.sec-title-three h6 {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    color: white;
    margin-bottom: 25px;
}

.header-info-item {
    position: relative;
    padding-left: 60px;
}
