/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 15px;
    overflow-y: auto;
}


/* Popup Box */
.popup-box {
    background: #fff;
    padding: 25px;
    width: 90%;
    max-width: 530px;
    border-radius: 12px;
    position: relative;
    max-height: 100vh;
    overflow-y: auto;
    
}


/* Heading */
.popup-box h3 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
}


/* Inputs */
.popup-box input,
.popup-box textarea,
.popup-box select {

    width:100%;
    padding:10px;
    margin-bottom:10px;

    border:1px solid #ccc;
    border-radius:6px;

    font-size:14px;
    font-family:'Be Vietnam Pro', sans-serif;
}


/* Button */
.popup-box button {

    width:100%;
    padding:12px;

    background:var(--primary-color);
    border:none;
    border-radius:6px;

    font-weight:700;
    color:#fff;

    cursor:pointer;

    font-family:'Be Vietnam Pro', sans-serif;
}


/* Close Button */
.popup-close {

    position:absolute;

    top:15px;
    right:15px;

    width:38px;
    height:38px;

    line-height:36px;
    text-align:center;

    font-size:25px;
    font-weight:600;

    cursor:pointer;

    background:var(--primary-color);
    color:#fff;

    border-radius:50%;

    font-family:'Be Vietnam Pro', sans-serif;

    box-shadow:0 5px 15px rgba(0,0,0,.3);

}

@media (min-width:770px) and (max-width:1024px){
.AddaBannerLeft img {
    width: 400px;
     
}
.expert-wrapper {
    display: block;}
.addaAdmissionDifferentRight img {
    width: 450px;
    height: 200vh;}
    .etcGroup {
    right: 53px;
    top: -15px;
}
.firstStepRight img {
    width: 350px;
}
.addaAdmissionDifferentRight{
   display:none;
}

}
/* Tablet */
@media (max-width: 768px){
.AddaBannerLeft {
        display: flex;
    justify-content: center;
}
.expert-wrapper {
    display: block;}
.addaAdmissionDifferentRight{
     display:none;   
  }
  .faqAdda img {
      display:none;
  }
      #expertImg {
        width: 300px;}
}


/* Mobile Responsive */
@media (max-width: 768px) {


    .popup-overlay{
        align-items:flex-start;
        padding-top:30px;
    }


    .popup-box{

        width:100%;
        max-width:100%;

        padding:18px;

        border-radius:10px;

        max-height:85vh;
    }


    .popup-box h3{

        font-size:16px;
        padding-right:35px;

    }


    .popup-close{

      top: 6px;
        right: 6px;

        width:34px;
        height:34px;

        line-height:32px;

        font-size:22px;
    }


    .popup-box button{

        padding:10px;
        font-size:14px;

    }
    /*btn*/
    .chhoseforButton {
    width: 100%;}
    .confusedBoxLeft {
    width: 280px;
}
.searchBox button {
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}
.navbar-brand img {
    width: 120px;
}
.headerAdda a {
    font-size: 13px;
}
.chooseForHeading h3 span {
    font-size: 24px;}

}