.line-separator{

    height:5px;

    width: 100%;

    background:#717171;

    border-bottom:5px solid #717171;

}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #47a3da;
    background-color: #fff;
    width: 20%;

}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 18px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #45d4da;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #47a3da;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0 12px;
    width: 80%;
    border-left: none;
}

@media (max-width: 1768px){
    .col-md-6 .web img{
        width: 500px;
        height: 320px;
    }
}

@media(max-width:1152px) {

    .tabcontent .mediabox img {
        vertical-align: middle;
        border-style: none;
        width: auto;
        height: 300px;

    }
}
@media(max-width:1024px) {

    .tabcontent img {
        vertical-align: middle;
        border-style: none;
        width: 800px;
        height: auto;

    }

    .tabcontent .mediabox img {
        vertical-align: middle;
        border-style: none;
        width: 350px;
        height: 250px;

    }
}

@media(max-width:800px) {

    .tabcontent img {
        vertical-align: middle;
        border-style: none;
        width: 620px;
        height: auto;

    }

    .col-md-12 img{
        width: 100%;
        height: 100%;
    }
}

@media(max-width:414px) {

    .tabcontent img {
        vertical-align: middle;
        border-style: none;
        width: 320px;
        height: auto;

    }

    .tabcontent h3{
        font-size: 22px;
    }

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 18px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 10px;
    }

    .col-md-12 img{
        width: 100%;
        height: 100%;
    }

    .col-md-6 .web img{
        width: 100%;
        height: 100%;
    }
}

@media(max-width:375px) {

    .tabcontent img {
        vertical-align: middle;
        border-style: none;
        width: 220px;
        height: auto;

    }

    .tabcontent h3{
        font-size: 20px;
    }

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 18px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 9px;
    }
}

* {
    box-sizing: border-box;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* The Modal (background) */
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close2 {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides2 {
    display: none;
}

.cursor2 {
    cursor: pointer;
}

/* Next & previous buttons */
.prev2,
.next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next2 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover,
.next2:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.active,
.demo2:hover {
    opacity: 1;
}