* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    height: 15px;
    background-color: #40ad5c;
}

.Gsklogo {
    width: 70%;
}

body {
    background-image: url("bg.png");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.row {
    margin-right: 0%;
    padding-right: 0%;
    --bs-gutter-x: 0rem;
}

.coll {
    margin-right: 0%;
    padding-right: 0%;
    /* box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5); */
}

.sh {
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5);
}

.headp {
    padding-left: 2%;
}

.coll span {
    padding: 0%;
}

.colr {
    padding-bottom: 2px;
    margin-right: 0%;
    padding-right: 0%;
}

.logodiv {
    position: relative;
}

.tagline {
    text-align: center;
}

.logo {
    /* position: absolute;
    left: 0;
    width: 14%;*/
    /*margin: 5px;*/
    width: 70%;
}

.lupin {
    position: absolute;
    right: 0;
    width: 16%;
    margin: 6px;
}

.headingdive {
    margin-top: 5%;
}

.tricho {
    width: 20%;
}

.nove {
    width: 25%;
}

.drdiv {
    width: 90%;
    margin-top: 10%;
    padding: 2%;
    text-align: center;
    color: #fff;
    border-radius: .4em;
    text-shadow: 1px 1px 2px rgb(0, 9, 15);
}

.a {
    font-weight: 700;
    font-size: larger;
}

.b {
    font-weight: 400;
    font-size: larger;
}

.c {
    font-weight: 800;
    font-size: larger;
}

.drimg {
    width: 50%;
    border: 2px solid #0c485f;
    border-radius: 50%;
}

.drname {
    font-size: 1.2rem;
    font-weight: 600;
}

.drinfo {
    margin-top: -1%;
    /* background-color: #7f97bd; */
    /* background-color: #b8bfca; */
    /* border: 1px solid #0d5880; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    border-radius: .4em;
    padding: 0.5%;
    text-align: center;
}

.drd {
    font-size: .9rem;
    font-weight: 400;
    color: rgb(7, 7, 7);
    /* text-shadow: 1px 1px 2px rgb(24, 89, 143); */
}

.dnt {
    border: 2px solid #ffffff;
    width: 70%;
    padding: 5px;
    margin-top: 2%;
    margin-bottom: 5%;
}

.date {
    width: 20%;
}

.time {
    width: 20%;
}

.dt {
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0, 9, 15);
    font-weight: 500;
}

.Registration {
    width: 80%;
    margin-top: 3%;
    border-radius: .4em;
    margin-bottom: 3%;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabcontent {
    /* background-color: #fca9a5; */
    padding: 10px;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
    /* border: 1px solid #cca19d; */
}

.form-control {
    border: none;
    border-bottom: 1px solid #814897;
    border-radius: .0em;
    background: transparent;
    padding: 36px 2px 2px 2px !important;
}

.form-floating > label {
    padding: 1rem .0rem;
}

input,
label {
    display: block;
    /* color: rgb(241, 236, 236); */
}

label {
    font-size: 12px;
    font-weight: 600;
}

input[type=text]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.tab {
    overflow: hidden;
    width: 100%;
    border-top-left-radius: .4em;
    border-top-right-radius: .4em;
    background-color: #d8d6f8;
    color: #1e1e36;
    cursor: pointer;
    border: 1px solid #814897;
}

    .tab button {
        background-color: inherit;
        float: left;
        color: #1e1e36;
        border: none;
        outline: none;
        cursor: pointer;
        font-family: OPTIMA;
        transition: 0.3s;
        font-size: 10px;
        padding: 5px 0px;
        width: 50%;
    }

        .tab button:hover {
            opacity: 0.8;
        }

        .tab button.active {
            /* background-image: linear-gradient(to right, #402f8a, #e21d6f) */
            background-color: #814897;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            color: #faf9fc;
            font-weight: 600;
        }

form input {
    border: none;
    text-decoration: none;
    padding: 1px;
    font-size: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background: #ba90fe;
    margin: auto;
    margin-top: 0px;
}

.reg {
    /* background-image: linear-gradient(to right, #402f8a, #e21d6f); */
    background-color: #814897;
    border: none;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    cursor: pointer;
    font-size: 10px;
    padding: 5px 10px;
    border-radius: .4em;
    text-align: center;
}

    .reg:hover {
        opacity: 0.8;
    }


/* nav {
    background-image: linear-gradient(to left, #27914f, #23438e);
    height: 20px;
} */

footer {
    background-color: #40ad5c;
    height: 15px;
}

@media only screen and (min-width:768px) {
    .ccaLogo {
        width: 50%;
    }
}

@media only screen and (min-width:1000px) {
    .row {
        margin-right: 0%;
        padding-right: 0%;
    }

    .coll {
        margin-right: 0%;
        padding-right: 0%;
    }

    .colr {
        padding-bottom: 0px;
    }

    .headp {
        padding-left: 0%;
    }

    .coll span {
        padding: 2%;
    }

    .Registration {
        width: 80%;
    }

    .tabcontent {
        background-color: #ffffff;
        padding: 5px 20px;
    }

    .form-control {
        margin-bottom: 2px;
    }

    input,
    label {
        display: block;
    }

    label {
        font-size: 15px;
    }

    input[type=text]:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
    }

    .tab {
        overflow: hidden;
        width: 100%;
        cursor: pointer;
    }

        .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            transition: 0.3s;
            font-size: 20px;
            padding: 5px 0px;
            width: 50%;
        }

    .reg {
        /* background-image: linear-gradient(to right, #402f8a, #e21d6f); */
        border: none;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        cursor: pointer;
        font-size: 15px;
        padding: 5px 10px;
        border-radius: .4em;
    }
}

@media only screen and (min-width:1360px) {
    .row {
        margin-right: 0%;
        padding-right: 0%;
    }

    .coll {
        margin-right: 0%;
        padding-right: 0%;
    }

    .colr {
        padding-bottom: 2px;
    }

    .Registration {
        width: 70%;
    }

    .tabcontent {
        background-color: #ffffff;
        padding: 20px;
    }

    .form-control {
        margin-bottom: 10px;
    }

    input,
    label {
        display: block;
    }

    label {
        font-size: 15px;
    }

    input[type=text]:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
    }

    .tab {
        overflow: hidden;
        width: 100%;
        cursor: pointer;
    }

        .tab button {
            background-color: inherit;
            float: left;
            border: none;
            outline: none;
            cursor: pointer;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            transition: 0.3s;
            font-size: 20px;
            padding: 5px 0px;
            width: 50%;
        }

            .tab button.active {
                /* background-image: linear-gradient(to right, #402f8a, #e21d6f) */
                color: #fff;
                font-weight: 600;
            }

    .reg {
        /* background-image: linear-gradient(to right, #402f8a, #e21d6f); */
        border: none;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        cursor: pointer;
        font-size: 18px;
        padding: 5px 10px;
        border-radius: .4em;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        /* position: absolute;
        left: 0;
        width: 14%;*/
        /*margin: 5px;*/
        width: 100%;
    }

    .colr {
        padding: 0px !important;
    }

    .form-control {
        display: block;
        width: 100%;
        padding: 0px !important;
        font-size: 1rem;
        padding: 36px 0px 0px 3px !important;
    }

    .form-select {
        display: block;
        width: 100%;
        padding: 0px 0px 0px 3px;
    }

    .Registration {
        width: 80%;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        font-family: OPTIMA;
        transition: 0.3s;
        font-size: 13px;
        padding: 5px 0px;
        width: 50%;
    }

    .reg {
        /* background-image: linear-gradient(to right, #402f8a, #e21d6f); */
        border: none;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        cursor: pointer;
        font-size: 16px;
        padding: 5px 10px;
        border-radius: .4em;
        text-align: center;
        margin-top: 10px;
    }

    .row {
        --bs-gutter-x: 0rem !important;
    }
}

.speak {
    margin-top: 5%;
    margin-bottom: 2%;
}

.speakbox {
    text-align: center;
    padding: 1%;
}

.spekershead {
    width: 30%;
    margin-top: 2%;
    font-weight: 600;
    background-image: linear-gradient(to right, #27914f, #23438e);
    text-align: center;
    color: #fff;
    padding: 5px 15px !important;
    border-radius: .4em;
    margin-bottom: 2%;
}

.speakimg {
    width: 40%;
}

.drinfo {
    font-weight: 6 00;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0, 9, 15);
}

.drname {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(0, 9, 15);
}
