* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    height: 15px;
    background-color: #40ad5c;
}
.mobilelogo{
    width: 100%;
    display: none;
}
.Gsklogo{
    width: 15%;
}
.foot{
    width: 100%;
}
.spon{
    width: 80%;
}
/* Container spacing */
.form-check {
    /* display: flex; */
    align-items: center;
    gap: 10px;

    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #333;
}

/* Checkbox styling */
.form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #007bff; /* Change checkbox color in modern browsers */
}

/* Label styling */
.form-check-label {
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}

/* Error message styling */
.error.text-danger {
    color: red;
    font-size: 13px;
    margin-top: -10px;
    margin-left: 28px; /* Indent to align under label */
   
}

body {
    background-color: #dddad5;
    /* background-image: url(background.jpg); */
    background-image: linear-gradient(to bottom, #54c1e8, #dddad5);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.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%;
}
.main{
    width: 100%;
}
.coll span {
    padding: 0%;
}

.colr {
    padding-bottom: 2px;
    margin-right: 0%;
    padding-right: 0%;
}
.title2{
    color: #c61a46;
}
.topic{
    width: 80%;
}
.dimg{
    width: 15%;
}
.logodiv {
    position: relative;
}

.tagline {
    text-align: center;
}

.logo {
    
    width: 45%;
   margin: auto;
}

.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); */
}
.bgtop{
    background-color: #fff;
}
.toplogo{
    width: 50%;
}
.dnt {
    border: 2px solid #c61a46;
    width: 70%;
    padding: 5px;
    margin-top: 2%;
    margin-bottom: 5%;
}

.DaTe {
    border: 2px solid #c61a46;
    width: 60%;
}

.time {
    width: 20%;
}

.dt {
    color: #c61a46;
    /* text-shadow: 1px 1px 2px rgb(0, 9, 15); */
    font-weight: 500;
}

.Registration {
    width: 80%;
    margin-top: 2%;
    border-radius: .4em;
    margin-bottom: 3%;
    background-color: #ffffff;
    /* border: 1px solid #c61a46; */
    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 10px;
    border-bottom-left-radius: .4em;
    border-bottom-right-radius: .4em;
    /* border: 1px solid #cca19d; */
}

.form-control {
    border: none;
    border-bottom: 1px solid #2e4177;
    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: #ccd7f4;
    color: #1e1e36;
    border-bottom: 1px solid #2e4177;
    cursor: pointer;
   
}

    .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, #2e4177, #29a5de);
            /* background-color: #c61a46; */
            /* border: 1px solid #c61a46; */
            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 bottom, #2e4177, #29a5de);
    /* background-color: #c61a46; */
    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;
         
            outline: none;
            cursor: pointer;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            transition: 0.3s;
            font-size: 20px;
            padding: 5px 0px;
           
        }

    .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: 5px 20px;
    }

    .form-control {
        margin-bottom: 5px;
    }

    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;
        color: #000;
            outline: none;
            cursor: pointer;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            transition: 0.3s;
            font-size: 20px;
            padding: 5px 0px;
           
        }

            .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{
        width: 80%;
    }
    .topic{
        width: 90%;
    }
    .DaTe{
width: 55%;
    }
    .dimg {
        width: 30%;
    }
    body {
    
        /* background-image: url(dots.png); */
        /* background-image: linear-gradient(to right, #8996d144, #8996d100); */
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .mobilelogo{
        display: block;
    }
 
    .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;
       
        outline: none;
        cursor: pointer;
        font-family: OPTIMA;
        transition: 0.3s;
        font-size: 13px;
        padding: 5px 0px;
     
    }

    .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);
}
