.isab-main-popup .popup-content {
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
 

 .submit-btn .btn {
    width: 100% !important;
}
.submit-btn {
    width: 100%;
    text-align: center;
}


 /* width */
.isab-main-popup.popup::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.isab-main-popup.popup::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.isab-main-popup.popup::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.isab-main-popup.popup::-webkit-scrollbar-thumb:hover {
  background: #555; 
}







.isab-main-popup .form-control {
    font-size: 13px;
}
.isab-main-popup .form-select {
    font-size: 13px;
}

.isab-main-popup p,h1,h2,h3,h4 {
  color:#000;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    overflow-y: scroll;
    padding-top: 30px;
}
.popup-content {
    background-color: #fff;
    padding: 20px;
}

.close{
    position: absolute;
    text-align: center;
}
.two-video i.fa.fa-youtube-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.enquire_now {
    text-align: center;
}
.isab-main-popup .popup-content {
    width: 90% !important;
    max-width: 550px !important;
    border-radius: 10px;
    z-index: 999;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.isab-main-popup .close {
    top: -10px;
    right: -10px;
    font-size: 25px !important;
    cursor: pointer !important;
    background-color: #22683e;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
    border-radius: 30px;
    color: #fff !important;
    position: absolute;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
 
 
.collab_title, .fw-700, .my_blink_btn a, .note, .shape_number, .testimonial .name, .testimonial .title {
    font-weight: 700;
}
.bg-gray-1 .padding-5, h5 {
    font-size: 20px;
    line-height: 25px;
}
.enquire_now {
    position: relative;
}

.submit-btn {
    margin-top: 20px;
}
ul.university-list {
    background: #fff;
    margin: 0;
    padding: 0;
    max-height: 212px;
    overflow-y: scroll;
    border-radius: .25rem;
}
.Email_popup {
    width: 100%;
}

.Email_popup {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: none;
}
#fixed-social, #mybutton, #status, #totop, .Email_popup {
    position: fixed;
}
.custom-select {
    
    font-size:12px;
    color: #495057;
    
}
.form-group {
    margin-bottom: 1rem;
}












