.imgmodalcontainer
{
    padding: 10px;
    width: 40%;
}
.imgmodalcontainer img{
    border-radius: 10px;
}
.imgmodalcontainer h4{
    margin: 10px 0;
    line-height: 1.6rem;
}
.modalpaymentcontainer{
    width: 55%;
    border-radius: 10px;
    height: 470px;
}
@media (min-width: 990px) and (max-width: 1224px) {
    .navbar .nav-item{
        font-size: 11px;
        line-height: 15px;
        text-align: center;
    }
}
#more{
    display: none;
}
.paymentcontainer{
    background-color: rgb(240,244,255);
}
/* Blog */
.blog-mas-a{
    color: #24292d;
    transition: 0.3s;
} 
.blog-mas-a:hover{
    color: #006ac9;
}

body{
    font-family: "DM Sans", sans-serif !important;
}

.question-table thead {
    color: #252323;
}

.question-table tbody tr{
    color: #3a3434;
    /* color: #4d4242; */
}

/* NAVIGATION BAR */
.navbar-container {
    box-shadow: 0px 4px 8px rgba(38, 68, 95, 0.09)
}
.navbar-item{
    margin-right: 15px;
}
.nav-item {
    color: #747579;
    font-size: 15px;
    /* font-family: 'Roboto', sans-serif; */
}

.nav-item a:hover {
    color: #055aab;
}


/* signup and login */
.signup-full-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup-full-container .signup-first-container{
    text-align: center;
}
.signup-full-container .signup-second-container{
    margin:25px 0 0;
    padding: 10px 30px;
}
.signup-full-container .signup-second-container form{
    display: flex;
    flex-direction: column;
}
.signup-full-container .signup-second-container form .signup-checkbox label{
        font-size: 17px;
        font-weight: 400;
        letter-spacing: 0.7px;
        cursor: pointer;
}
.signup-full-container .signup-second-container h2{
    color: #24292D;
    font-size: 37.5px;
    /* font-family: 'Heebo',sans-serif; */
    margin: 0 0 15px;
    font-weight: 700;
}
.signup-full-container .signup-second-container p{
    margin-bottom:15px;
    color: #747579;
    font-size: 18.5px;
    /* font-family: 'Roboto',sans-serif; */
    margin: 0 0 25.5px;
    font-weight: 500;
}
.signup-full-container .signup-second-container form label{
    margin: 17px 0;
    color: #747579;
    /* font-family: 'Roboto',sans-serif; */
    font-size: 15px;
    margin: 0 0 8px;
    font-weight: 500;
}
.signup-full-container .signup-second-container form input{
    background-color: #f5f7f9;
    border: none;
    border-radius: 8px;
    outline: none;
    padding: 12.8px 24px 12.8px 15px;
    margin: 0 0 23px;
    position: relative;
}
.signup-full-container .signup-second-container form a{
    text-decoration: none;
}
.signup-full-container .signup-second-container .sign-btn-submit{
    margin: 20px 0;
    background-color: #066AC9;
    color: white;
    /* font-family: 'Roboto',sans-serif; */
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    transition: 0.4s;
}
.signup-full-container .signup-second-container .sign-btn-submit:hover{
    background-color: #055aab;
}
.signup-full-container .signup-second-container #sign-check{
    width: 15px;
    height: 15px;
}
.signup-full-container .signup-second-container .sign-forgot-pass{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width:390px){
    .signup-full-container .signup-second-container .sign-forgot-pass{
        flex-direction: column;
    }
}


/* MCQ */
.mcq-submit-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

tbody > tr>td>label{
    cursor: pointer;
}

.mcq-container {
    box-shadow: 0px 0px 10px rgb(29 58 83 / 9%);
    padding: 30px 20px;
    border-radius: 8px;
    margin: 20px 0px;
    border: 1px solid #ccc;
}

.mcq-container label {
    color: #212529;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    box-shadow: 2px 2px 10px rgba(28, 85, 134, 0.09);
}

.mcq-container h3 {
    color: #212529;
    font-size: 24px;
}

.btn-mcq-submit {
    width: 100%;
    /* margin: 20px; */
    padding: 10px 0;
    background-color: #1a83e8;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    /* font-family: 'Heebo', sans-serif; */
    border-radius: 2px;
}
.btn-mcq-submit:hover{
    background-color: #055aab;
}

.mcq-container form {
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
   
}
.mcq-container label input{
    cursor: pointer;
}




/* ABOUT US */
.about-container .about-header {
    padding-left: 15px;
}

.about-container .about-header h2 {
    font-size: 37.5px;
    /* font-family: 'Heebo', sans-serif; */
    margin: 0 0 8px;
    color: #24292D;
    font-weight: 700;
    letter-spacing: 0.9px;
    line-height: 1.25;
}

.about-container .about-header p {
    font-size: 15px;
    /* font-family: 'Roboto', sans-serif; */
    color: #747579;
    font-weight: 400;
}

.about-main-page .about-main-content h4 {
    color: #24292D;
    /* font-family: 'Heebo', sans-serif; */
    font-size: 26.5px;
    margin: 0 0 16px;
    font-weight: 700;
}

.about-main-page .about-main-content {
    margin: 20px 0 0;
}

.about-main-page .about-main-content p {
    font-size: 15px;
    /* font-family: 'Roboto', sans-serif; */
    margin: 0 0 16px;
    color: #747579;
    font-weight: 400;
}

.about-main-page .about-main-image {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.about-main-page .about-main-image img {
    height: auto;
    border-radius: 5px;
}

.about-main-page .about-main-content ul li {
    list-style: none;
    font-size: 15px;
    padding: 7px 0;
    /* font-family: 'Roboto', sans-serif; */
    color: #747579;
}

.about-main-page .about-main-content ul {
    padding: 0;
    margin: 17px;
}

.about-main-page .about-main-content ul i {
    color: #4BB543;
}



/* CONTACT US */

.header-container {
    text-align: center;
    margin-top: 30px;
    padding: 3rem 0 0;
    background-image: url("/images/map.svg");
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
}

.header-container h6 {
    color: #066AC9;
    margin: 0 0 8px;
    font-size: 15px;
    /* font-family: 'Heebo', sans-serif; */
    font-weight: 700;
}

.header-container h1 {
    color: #24292D;
    font-size: 45px;
    /* font-family: 'Heebo', sans-serif; */
    padding: 0 0 3rem;
    font-weight: 700;
}

.contact-img {
    max-width: 100%;
}

.contact-container{
    text-align: center;
    background-color: white;
    padding: 42px 20px;
    box-sizing: border-box;
    gap: 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
    transition:0.2s;
    cursor: pointer;
    color: #505558;
}
.contact-container ul li:hover{
     color: white;
}
.contact-container ul li{
    transition: 0.1s;
}

.contact-container:first-child:hover{
     color: white;
    background-color: rgb(6, 106, 201);
}
.contact-container:last-child:hover{
    color: white;
    background-color: rgb(6, 106, 201);
}

.contact-container ul {
    margin: 12px 0 0;
    padding: 0;
}

.contact-container h4 {
    font-size: 21px;
    /* font-family: 'Heebo', sans-serif; */
    margin: 0 0 8px;
    font-weight: 700;
}

.contact-container li {
    list-style: none;
    transition: 0.4s;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
    /* font-family: 'Heebo', sans-serif; */
}

.contact-form {
    padding: 3rem 0 0;
}

.contact-container-full {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(297px, 1fr));
    gap: 50px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

#form-btn {
    letter-spacing: 0.5px;
    background-color: #066ac9;
    border: none;
    font-size: 16px;
    /* font-family: 'Roboto', sans-serif; */
    padding: 12.8px 24px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    transition: 0.4s;
}

#form-btn:hover {
    background-color: #055aab;
}

.contact-form form input {
    background-color: #F5F7F9;
    margin: 0 0 25.5px;
    border: 1px solid #f5f7f9;
    border-radius: 0.325rem;
    padding: 12.5px 24px;
    color: rgb(37, 37, 37);
    transition: 0.3s;
}

.contact-form form textarea {
    background-color: #F5F7F9;
    border: 1px solid #f5f7f9;
    border-radius: 0.325rem;
    padding: 8px 16px;
    transition: 0.3s;
    color: rgb(37, 37, 37);
}

img {
    max-width: 100%;
}

.contact-form form input:focus {
    outline: none !important;
    border: 1px solid blue !important;
}

.contact-form form textarea:focus {
    outline: none !important;
    border: 1px solid blue !important;
}

.footer-container-full {
    margin-top: 30px;
    background-color: rgb(245, 247, 249);
    padding-top: 3rem;
}

.footer-container-full ul li {
    list-style: none;
}

.footer-container-full i {
    background-color: white;
    padding: 10px;
}

.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(143, 140, 140);
    padding: 16px 0;
}

.footer-icon i {
    font-size: 13px;
    padding: 10px 11px;
    margin: 0 7px 6px 0;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 0px 40px rgb(29 58 83 / 15%)
}

span {
    color: black;
}

.link {
    cursor: pointer;
    transition: 0.3s;
}

.copyright-content .copyright-link .copyright-ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-content .copyright-link .copyright-ul a {
    text-decoration: none;
    color: #747579;
    font-size: 15px;
}

.copyright-content .copyright-link .copyright-ul a:hover {
    color: #066ac9;
}

.drop-btn {
    color: #747579;
}

.drop-btn:hover {
    color: #066ac9;
}

.copyright-content .copyright-link ul li {
    /* font-family: 'Roboto', sans-serif; */
    padding: 4px 12px;
}

.link:hover {
    color: rgb(89, 89, 248);
}

li:hover {
    /* color: rgb(115, 115, 238);
    cursor: pointer; */
}

.footer-section ul li a {
    color: #747579;
    text-decoration: none;
}

.footer-section ul li {
    /* font-family: 'Roboto', sans-serif; */
    font-size: 15px;
    padding: 4.8px 12px 4.8px 0;
}

.footer-section h5 {
    margin: 0 0 25.6px;
    font-size: 21px;
    /* font-family: 'Heebo', sans-serif; */
    color: #24292D;
    font-weight: 700;
}

.footer-section ul {
    margin: 0;
    padding: 0;
}

.footer-section {
    margin-bottom: 2rem;
}


iframe {
    filter: grayscale(100%);
    transition: 0.5s;
}

iframe:hover {
    filter: grayscale(0);
}


i {
    cursor: pointer;
    margin: 7px;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    /* font-family: 'Heebo', sans-serif; */
    font-weight: 600;
    line-height: 1.25;
    color: #24292d;
}

p {
    color: #747579;
    font-size: 15px;
    margin: 0 0 8px;
    /* font-family: 'Roboto', sans-serif; */
}

h2 {
    color: #24292D;
    font-size: 2.8rem;
    /* font-family: 'Roboto', sans-serif; */
    margin: 0 0 8px;
    letter-spacing: 1.5px;
    line-height: 1.25;
}

.contact-form {
    box-sizing: border-box;
}

.footer-section img {
    margin-top: 5px;
}

.follow-icon {
    margin: 25.6px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.follow-icon i {
    font-size: 20px;
}

i:hover {
    filter: brightness(120%)
}
.whats-app {
    position: fixed;
    width: 200px;
    height: 54px;
    bottom: 40px;
    padding: 1px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    /* font-family: roboto; */
    box-shadow: 2px 2px 3px #ccc;
    right: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    /* z-index: 100; */
  }
  
  .my-float {
    margin-top: 10px;
  }
  .close-back-button {
    transition: box-shadow 0.3s;
    border-radius: 50%;
    position: absolute;
    background: #efefef;
    opacity: 0.65;
    user-select: none;
    cursor: pointer;
  }
  
  .close-back-button:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    background-color: transparent;
  }
  
@media screen and (max-width:415px) {
    .copyright-content .copyright-ul {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .modalpaymentcontainer{
        height: 470px;
       
    }

}
@media screen and (max-width:380px) {

    .follow-icon {
        flex-direction: column;
    }

    .copyright-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .contact-container-full {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .modalpaymentcontainer{
        height: 550px;
       
    }
}

@media screen and(max-width:280px) {
    .footer-section img {
        width: 120px;
        background-color: red;
    }
    .whats-app{
        width: 54px;  
    }
    .whats-app img {
        width: 40px !important;
    }
    .whats-app span{
        display: none;
    }
}



@media screen and (max-width:991px) {
    .copyright-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-section img {
        width: 206px;
    }

    .navbar ul {
        margin-top: 20px;
    }
    .whats-app{
        width: 54px;  
    }
    .whats-app img {
        width: 35px !important;
    }
    .whats-app span{
        display: none;
    }

}

@media screen and (max-width:760px) {
    .footer-section h5 {
        margin: 0 0 10px;
    }

    .contact-img {
        margin: 0rem 0 1rem;
    }
}