﻿
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');
.line {
    border-top: 1px solid #ccc;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
    :root {
    --grey: #727E8C;
    --black: #000;
    --theme: #3c8dbc;
    --theme_hover: #2c79a5;
    --blue: #2871e7;
    --b_color: #ced4da;
}

.body {
    background-image: url('../../../images/bg6.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: left;
    font-family: 'Poppins', sans-serif;
}


body a {
    color: var(--black);
    font-family: 'Poppins', sans-serif;
}

    body a:hover {
        text-decoration: none !important;
        color: var(--theme);
    }

p {
    font-size: 13px;
    line-height: 20px;
}

.btn:focus {
    outline: none;
}


.maintitle .title {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}

.maintitle .tagtitle {
    text-align: center;
}



.page_wrap {
    margin-bottom: 50px;
}

.headerpart {
    padding: 6px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}

.schooldetailpart {
    text-align: center;
}
/* The old .component class is being replaced by the new structure */
.component .com-label {
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 270px;
    display: block;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.component {
    text-align: left;
    margin: 6px 15px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.maintitle {
    padding: 5px 0;
    background-color: var(--theme);
    color: #fff;
}

.headerpart .address {
    width: 500px;
    font-size: 13px;
    line-height: 18px;
    color: #626262;
}


.headerpart .logos {
    width: 100px;
}

.application_inner .panel {
    padding: 0px;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0;
}

.spcontainer {
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
}

.submitarea .submitbtn {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    background-color: var(--theme);
    margin: 0 5px;
    padding: 6px 15px;
    border-radius: 4px;
    min-width: 110px;
    text-align: center;
    font-weight: 600;
    border: none;
}

    .submitarea .submitbtn:hover {
        color: #fff;
    }

.submitarea {
    margin: 10px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_wrap_inner {
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
}

.bannersrea img {
    width: 100%;
}

.bannersrea .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0;
    display: flex;
    align-items: center;
}

    .bannersrea .slick-dots li {
        list-style: none;
    }

        .bannersrea .slick-dots li button {
            background-color: #ffffff;
            border: none;
            margin: 3px;
            font-size: 0;
            height: 15px;
            width: 15px;
            border-radius: 24px;
        }

        .bannersrea .slick-dots li.slick-active button {
            background-color: #db4d4d;
        }


.common {
    border: 1px solid var(--b_color);
    height: 42px;
    width: 100%;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    border-radius: 24px;
    font-size: 13px;
}

    .common:focus {
        outline: none;
        border-color: #29aae3;
    }

        .common:focus::placeholder {
            padding-left: 8px;
        }

    .common::placeholder {
        font-size: 13px;
        line-height: 42px;
        height: 42px;
        color: #7C7C7C;
        transition: all 0.2s ease;
    }

.field-set input[type="text"] {
    position: relative;
}

.p_relative {
    position: relative;
}

.com-label {
    font-size: 13px;
    float: left;
    font-weight: 500;
    color: var(--black);
    font-family: var(--medium);
}

.field-set {
    position: relative;
    width: 100%;
}

.right_icon {
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    position: absolute;
    color: #ffffff;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    z-index: 1;
    cursor: pointer;
    height: 42px;
    width: 40px;
    justify-content: center;
}

.com-label span {
    color: red;
}


.component.input-container {
    position: relative;
    margin: 18px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}

.input-container > div {
    position: relative;
}

.component.input-container .select2-container {
    width: 100% !important;
}

.input-container .text,
.input-container .search_select,
.input-container .select2-container .select2-selection--single,
.input-container .datepicker {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--b_color);
    border-radius: 24px;
    font-size: 13px;
    transition: all 0.3s ease;
    height: 42px !important;
    line-height: 22px;
    box-sizing: border-box;
    background: transparent;
}

.input-container .search_select {
    padding: 10px;
}

    .input-container .text:focus,
    .input-container .search_select:focus {
        outline: none;
        border-color: #29aae3;
    }


        .input-container .text:focus ~ .placeholder-label,
        .input-container .text:not(:placeholder-shown) ~ .placeholder-label,
        .input-container .search_select:focus ~ .placeholder-label {
            top: -13px;
            left: 8px;
            font-size: 12px;
            color: #3a74c7;
            background-color: #fff;
            padding: 0 5px;
            font-family: var(--semibold);
            font-family: 'Poppins', sans-serif;
        }

.input-container.select2-container--open .placeholder-label,
.input-container.has-value .placeholder-label {
    top: -13px;
    left: 8px;
    font-size: 12px;
    color: #3a74c7;
    background-color: #fff;
    padding: 0 5px;
    font-family: var(--semibold);
}

.input-container .placeholder-label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #7C7C7C;
    pointer-events: none;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 22px;
    z-index: 1;
    font-weight: 500;
    background-color: #fff;
    min-width: 100px;
}

.input-container .select2-container .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.input-container .field-set .right_icon {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    color: #ffffff;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    height: 40px;
    width: 40px;
    justify-content: center;
    border-radius: 24px;
}


.input-container .field-set .text {
    padding-right: 50px;
}

.schooldetailpart .Schoolname {
    font-size: 26px;
    font-weight: 600;
}


.foot_details_contact .socialbar {
    display: flex;
    align-items: center;
}

    .foot_details_contact .socialbar img {
        width: 100%;
    }

.foot_details_contact .singlesocial {
    padding: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #4b74db;
    margin: 0 5px;
    font-size: 15px;
    width: 35px;
    background-color: #fff;
    border-radius: 24px;
}

.powered {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--theme);
    padding: 6px 15px;
}

    .powered .poweredtext {
        font-size: 14px;
        margin-right: 15px;
        color: #fff;
    }

    .powered .poweredimg {
        width: 120px;
        background-color: #fff;
        padding: 8px;
        border-radius: 24px;
    }

        .powered .poweredimg .poweredlogo {
            width: 100%;
        }

.poweredflex {
    display: flex;
    align-items: center;
}

span.mandatory {
    color: red;
}

span.error {
    color: #ff1919;
    font-size: 12px;
    margin-left: 10px;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* Overlay effect */
}

#myModal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 14px;
    max-width: 500px;
    min-height: 200px;
    position: relative;
    border: none;
}

    #myModal .modal-content .title {
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

#myModal .close-btn {
    color: #ed4f4f;
    position: absolute;
    top: -10px;
    right: -7px;
    font-size: 34px;
    cursor: pointer;
    font-weight: 300;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffeeee;
    border-radius: 24px;
}



@media only screen and (max-width: 991px) {
    .page_wrap {
        margin: 10px;
    }

    .headerpart .address {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .maintitle .title {
        font-size: 17px;
    }

    .schooldetailpart .Schoolname {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .headerpart .logos {
        width: 75px;
    }

    .powered {
        flex-wrap: wrap;
        justify-content: center;
    }

    .poweredflex {
        margin-top: 10px;
    }
}



