﻿.mt-4 {
    margin-top: 100px;
}


@media only screen and (max-width:500px) {
    .mt-4 {
        margin-top: 0px;
    }
}


.btn-video {
    background: royalblue;
    color: #fff;
    padding: 15px 55px;
    font-size: 20px;
    position: relative;
    top: 65px;
    border-radius: 10px;
}

    .btn-video:hover {
        background: #fff;
        color: royalblue;
        border: 1px solid royalblue;
    }

.vcall-header {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

    .vcall-header p {
        color: royalblue;
        font-weight: 600;
        font-size: 20px;
    }

/* action */
.tabs > a:target + a + div,
.tabs > div:last-child {
    display: block;
}

    .tabs > div,
    .tabs > a:target + a + div ~ div {
        display: none;
    }

.tabs > a[id] {
    position: fixed;
    top: 0;
    left: 0;
}

/* layout */
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 1em 0;
}

    .tabs > div {
        order: 1;
        width: 100%;
    }





    .tabs > div {
        background-color: #fff;
        border: 1px solid #ddd;
        margin-top: 30px;
    }

    .tabs > a {
        text-decoration: none;
        padding: 0.5em 1.5em;
        border: 1px solid black;
        font-weight: normal;
        color: #000;
        z-index: 1;
        margin: 0 auto;
        font-size: 16px;
    }

        /* links highlight */
        .tabs > a:hover,
        .tabs > a:target + a ~ a:hover {
            color: #666;
        }

        .tabs > a:target + a,
        .tabs > a:last-of-type {
            color: #fff;
            background-color: royalblue;
            border: 1px solid #000;
            font-weight: normal;
            font-size: 18px;
        }

            .tabs > a:target + a ~ a {
                background-color: white;
                border: 1px solid black;
                color: #000;
                font-weight: normal;
            }


select {
    margin-bottom: 0px;
}


label {
    font-size: 14px;
}


.btn-video2 {
    background: royalblue;
    color: #fff;
    padding: 13px 55px;
    font-size: 20px;
    position: relative;
    top: 42px;
    border-radius: 4px;
}

    .btn-video2:hover {
        background: #fff;
        color: royalblue;
        border: 1px solid royalblue;
    }


.hidden {
    display: none;
}

.padding {
    padding: 20px;
    padding-right: 45px;
}


@media only screen and (max-width: 500px) {
    .padding {
        padding: 20px;
    }
}
