:root {
    --black: black;
    --white: white;
    --bg: #e7e7e7;
}

* {
    box-sizing: border-box;
    letter-spacing: 1px;
    transition-duration: 0.3s;
    font-family: "PT Sans", sans-serif;
}

::-webkit-scrollbar {
    width: 0px;
    background-color: rgb(231, 231, 231);
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 0, 0);
    border-radius: 15px;
}

body {
    overflow: hidden scroll;
    margin: 83px 0px 0px;
    color: rgb(48, 48, 48);
}

:focus-visible {
    outline: none;
}

::placeholder {
    color: var(--black);
}

::before {
    font-family: fontawesome;
}

::after {
    font-family: fontawesome;
}

.container {
    max-width: 1600px;
    width: 95%;
    margin: 0px auto;
}

a {
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

.w10,
.w20,
.w25,
.w30,
.w40,
.w50,
.w60,
.w70,
.w80,
.w90,
.w90 {
    margin: 0px auto;
}

.py10 {
    padding: 10px 0px;
}

.py20 {
    padding: 20px 0px;
}

.py30 {
    padding: 30px 0px;
}

.py40 {
    padding: 40px 0px;
}

.py50 {
    padding: 50px 0px;
}

.m0 {
    margin: 0px;
}

.m10 {
    margin: 10px auto;
}

.m20 {
    margin: 20px auto;
}

.m50 {
    margin: 50px auto;
}

h1,
h2 {
    font-family: Rye, cursive;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black);
}

.center {
    text-align: center;
}

img {
    max-width: 100%;
    max-height: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 13px;
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

li::before {
    content: "";
    position: absolute;
    width: 30px;
    left: 0px;
}

.d-flex {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
}

.column {
    flex-direction: column;
}

.height {
    height: 100%;
}

.between {
    justify-content: space-between;
}

.stretch {
    align-items: stretch;
}

.black-btn {
    background-color: var(--black);
    border: 2px solid var(--black);
    padding: 10px 50px;
    color: var(--white);
    border-radius: 6px;
    font-size: 16px;
}

.black-btn:hover {
    color: var(--black);
    background-color: var(--white);
}

.primary-btn {
    background-color: var(--black);
    border-radius: 6px;
    box-shadow: 0 0 0 1px var(--black) inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 var(--black), 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
    color: var(--white);
    display: inline-block;
    transition-duration: 0.15s;
    padding: 12px 20px;
    min-width: 170px;
    text-align: center;
}

.primary-btn:hover,
.primary-btn:focus {
    background-color: var(--black);
    box-shadow: 0 0 0 1px var(--black) inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 10px 0 0 var(--black), 0 10px 0 1px rgba(0, 0, 0, 0.4), 0 10px 8px 1px rgba(0, 0, 0, 0.6);
    top: -2px;
}

.primary-btn:active {
    box-shadow: 0 0 0 1px var(--black) inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.4);
    transform: translateY(10px);
}

.mainnavbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
}

.body-base {
    height: calc(100vh - 83px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.searchyourquery form {
    display: flex;
    align-items: stretch;
    margin: 0px auto;
    position: relative;
    border-radius: 38px;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.searchyourquery form i {
    font-size: 1.4rem;
    color: var(--white);
}

.searchyourquery form input {
    border: none;
    padding: 12px 60px;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-family: Heebo, sans-serif;
    background-color: rgb(184, 214, 255);
    color: black;
}

.searchyourquery form label {
    border: none;
    padding: 12px 60px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    font-family: Heebo, sans-serif;
    color: rgb(101, 101, 101);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0px;
    height: 100%;
    display: flex;
    transition: all 0.25s ease 0s;
    pointer-events: none;
    overflow: hidden;
    flex-wrap: nowrap;
    text-align: left;
}

.searchyourquery input:valid~label {
    display: none;
}

.searchyourquery form label span {
    width: 0px;
    overflow: hidden;
}

.searchyourquery form label span.onee {
    animation: 10s linear 0s infinite normal none running onee;
}

@keyframes onee {
    0% {
        width: 0px;
    }

    25% {
        width: 100%;
    }

    50% {
        width: 0%;
    }
}

.searchyourquery form label span.twoo {
    animation: 10s linear 0s infinite normal none running twoo;
}

@keyframes twoo {
    50% {
        width: 0px;
    }

    75% {
        width: 100%;
    }

    100% {
        width: 0%;
    }
}

.searchyourquery form button {
    border: none;
    background-color: var(--transparent);
    padding: 0px;
    position: absolute;
    width: 60px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    right: 0px;
}

.searchyourquery form i.fa-solid.fa-magnifying-glass {
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.card img {
    position: relative;
    z-index: -1;
}

.card .lower-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background-color: white;
}

.card .lower-content h3 {
    margin: 5px 0px;
    line-height: 23px;
    overflow: hidden;
    height: 23px;
}

.card .lower-content p {
    margin: 5px 0px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: rgb(120, 120, 120);
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar img {
    max-height: 60px;
    padding: 10px;
}

.navbar .w40.searchyourquery {
    margin-right: 0px;
}

.left-listing {
    height: calc(100vh - 83px);
    overflow-y: scroll;
    padding-bottom: 10px;
}

.short-list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
    color: black;
}

.short-list h3 {
    margin: 0px;
    color: black;
}

.short-list p {
    margin-bottom: 0px;
    color: rgb(147, 147, 147);
}

.short-list span {
    position: relative;
    height: 35px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.short-list span::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
}

.listing-page {
    position: relative;
}


table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0px;
}

td,
th {
    border: 1px solid rgb(221, 221, 221);
    text-align: left;
    padding: 8px;
}

tr:nth-child(2n) {
    background-color: rgb(221, 221, 221);
}

 
 

.meta-tags {
    display: flex;
}

.meta-tags p {
    margin: 5px 10px 5px 0px;
    padding: 6px 20px;
    background-color: rgb(216, 216, 216);
    color: black;
    border-radius: 19px;
}

form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
}

form input {
    padding: 15px 10px 10px;
    border-radius: 7px;
    width: 100%;
    border: 2px solid rgb(27, 113, 163);
}

form select {
    padding: 15px 10px 10px;
    border-radius: 7px;
    width: 100%;
    border: 2px solid rgb(27, 113, 163);
}

form textarea {
    min-width: 100%;
    max-width: 100%;
    padding: 15px 10px 10px;
    border-radius: 7px;
    width: 100%;
    border: 2px solid rgb(27, 113, 163);
}

form .form-row {
    width: 46%;
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
    position: relative;
}

.form-row.speni {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.form-row.radio {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.form-row.radio {
    width: 95%;
    display: flex;
    flex-flow: wrap;
}

.form-row.radio input {
    display: none;
}

.form-row.radio p {
    font-weight: 700;
}

.form-row.radio input:checked~label {
    background-color: rgb(27, 113, 163);
    color: white !important;
}

.radio-field label {
    margin-right: 10px;
    border: 2px solid rgb(27, 113, 163);
    padding: 8px 20px !important;
    position: revert !important;
    color: black !important;
}

.radio-field label:hover {
    cursor: pointer;
}

.radio-field {
    display: flex;
}

.form-row.buttons button {
    padding: 10px;
    font-size: 18px;
    margin: 20px;
    color: white;
    border-radius: 5px;
}

.form-row.buttons button:hover {
    background-color: rgb(255, 255, 255) !important;
}

.form-row.buttons button.Suscess {
    background-color: rgb(27, 163, 68);
    border: 2px solid rgb(27, 163, 68);
}

.form-row.buttons button.Suscess:hover {
    color: rgb(27, 163, 68);
}

.form-row.buttons button.Warning {
    background-color: rgb(179, 176, 7);
    border: 2px solid rgb(179, 176, 7);
}

.form-row.buttons button.Warning:hover {
    color: rgb(179, 176, 7);
}

.form-row.buttons button.Danger {
    background-color: rgb(163, 27, 27);
    border: 2px solid rgb(163, 27, 27);
}

.form-row.buttons button.Danger:hover {
    color: rgb(163, 27, 27);
}

.form-row.buttons button.Primary {
    background-color: rgb(27, 113, 163);
    border: 2px solid rgb(27, 113, 163);
}

.form-row.buttons button.Primary:hover {
    color: rgb(27, 113, 163);
}

.form-row.buttons button.Secondry {
    background-color: rgb(95, 27, 163);
    border: 2px solid rgb(95, 27, 163);
}

.form-row.buttons button.Secondry:hover {
    color: rgb(95, 27, 163);
}

label.form-label {
    position: absolute;
    background-color: white;
    top: -10px;
    left: 13px;
    padding: 0px 10px;
    color: rgb(27, 113, 163);
}

.form-row.speni.checkboxx {
    padding: 10px;
    border: 2px solid rgb(27, 113, 163);
    border-radius: 7px;
    position: relative;
}

.form-row.speni.checkboxx input:hover {
    cursor: pointer;
}

.form-row.speni.checkboxx label.form-label {
    position: initial;
    color: black;
}

.form-row.speni.checkboxx input {
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    margin: 0px;
    opacity: 0;
}

.form-row.speni.checkboxx label::after {
    content: "?";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    color: rgb(27, 113, 163);
}

.form-row.speni.checkboxx input:checked~label::after {
    content: "";
    font-family: fontawesome;
}

.Study-Container {
    height: calc(100vh - 83px);
    background-color: rgb(255 255 255);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.Study-Container input {
    display: none;
}

.Study-Container .topicbar {
    background-color: gray;
    color: white;
    height: 100%;
    overflow-y: scroll;
    min-width: 250px;
    width: auto;
}

.Study-Container .list .list {
    display: none;
    margin-left: 33px;
}

.Study-Container .topicbar label input:checked~.list {
    display: block;
}

.Study-Container .study-content {
    display: none;
    position: absolute;
    height: 100%;
    width: 70%;
    background-color: rgb(255 255 255);
    top: 0px;
    right: 0px;
    overflow-y: scroll;
    color: black;
    padding: 20px;
}

.Study-Container .topicbar label input:checked~.study-content {
    display: block;
}

.Study-Container .heading {
    padding: 12px 20px 12px 50px;
    background-color: rgb(221, 221, 221);
    color: black;
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
    position: relative;
}

.Study-Container .heading::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Study-Container .list .list .heading::before {
    content: "";
}

.Study-Container .list .list .list .heading::before {
    content: "";
}

.Study-Container .list .list .list .list .heading::before {
    content: "";
}

.Study-Container .heading:hover {
    cursor: pointer;
}

.Study-Container input:checked~.heading {
    background-color: black;
    color: white;
}

.Study-Container label {
    margin: 15px 0px 15px 10px;
    display: flex;
    flex-direction: column;
}

.Study-Container .list .list label {
    margin: 6px 0px;
}

.main-footer {
    background-color: rgb(0, 0, 0);
    color: white;
}

.footer-part li::before {
    display: none;
}

.main-footer a {
    color: rgb(184, 214, 255);
}

.footer-part a {
    color: rgb(255, 255, 255);
}

.footer-part li {
    padding: 10px 0px;
    font-weight: 600;
}

.footer-section {
    border-top: 3px solid;
}

div.subcategory {
    padding-left: 20px;
}

.tab {
    padding: 12px;
}

.tab:hover {
    cursor: pointer;
}

.contentbar {
    height: 100%;
    overflow-y: scroll;
    padding: 20px;
    width: -webkit-fill-available;
}

.allcategories {
    padding-left: 20px;
    display: none;
}

.proper-detail {
    position: relative;
}

.icons {
    display: flex;
}

.icons span {
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: fit-content;
    border-radius: 3px;
    padding: 6px 12px;
    margin-right: 10px;
 }

.icons span.facebook {
    background-color: #4867aa;
}

.icons span.whatsapp {
    background-color: #009a11;
}

.icons span.envelope {
    background-color: #da4a3d;
}

.icons span i {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid;
}

.advertisenment {
    position: absolute;
    width: 30%;
    right: 0;
    top: 5%;
    height: 90%;
}

.advertisenment a {
    padding: 10px;
    display: flex;
    flex-direction: column;
    color: rgb(85, 85, 85);
    margin-bottom: 15px;
}

.advertisenment a:hover {
    color: #4867aa;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.advertisenment p {
    margin: 0;
}

.adv-cont {
    height: inherit;
    overflow-y: scroll;
}

.content-box {
    width: 65%;
    padding: 30px 0;
}

.mainnavbar img {
    max-height: 60px;
    padding: 10px;
}
.main-footer h2 {
    color: #b1b1b1;
}
.main-footer h3 {
    color: #b1b1b1;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    .w30,
    .w40,
    .w50,
    .w60,
    .w70,
    .w80,
    .w90,
    .w90 {
        width: 90%;
    }

    .navbar {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .listing-page {
        padding-top: 36px;
        height: auto;
    }
}