@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

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

.btn-primary{
    background-color: #007FAF !important;
    border: none;
    outline: none;
}

.btn-warning{
    background-color: #F48F00 !important;
    border: none;
    outline: none;
    color:white;
}

button.my-next-btn {
    display: none;
}

button.my-prev-btn {
    display: none;
}

a.brd {
    border-right: 1px solid #ffffff8c;
    transition:all .3s ease;
}

a.brd:nth-child(1) {
    border-left: 1px solid #ffffff8c;
}

a.brd:hover{
    background: #34808e;
}

.fw-bold{
    font-weight:bold;
}

.thead-primary{
    background-color:#007FAF;
    color:white;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.border-primary {
    border-color: #ffffff !important;
}

.kyrgzstan-table td{
    font-size:13px;
}

.navbar.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1030; /* higher than most elements */
}

hr#footerHr {
    max-width: 1500px;
    text-align: center;
    width: 90%;
}


@media(max-width:575px) {

    form#my_form {
    padding-inline: 15px;
}
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
    outline: 2px solid #C94A38;
    border-radius: 5px;
}


.modal-dialog {
    top: 15%;
}

button.close {
    outline: 0 !important;
}

div#applyModal {
    background: #ffffffe8;
    z-index:9999;
}

.container-fluid ul li a{
    text-transform:uppercase;
}

.btn-danger{
    background-color: #C94A38 !important;
    border: none;
    outline: none;
    color:white;
}

.dropdown-menu {
    max-width: 449px;
    max-height:350px;
}



.dropright:nth-child(1) .dropdown-menu{
       max-width: 449px;
       overflow-x:scroll;
}
.dropright:nth-child(2) .dropdown-menu{
       max-width: 449px;
       overflow-x:scroll;
}
.dropright:nth-child(3) .dropdown-menu{
       max-width: 449px;
       overflow-x:scroll;
}
.dropright:nth-child(4) .dropdown-menu{
       max-width: 449px;
       overflow-x:scroll;
}
.dropright:nth-child(6) .dropdown-menu{
       max-width: 449px;
       overflow-x:scroll;
}

.dropright:nth-child(7) .dropdown-menu{
       max-height:350px;
       max-width: 449px;
       overflow:scroll;
}

.dropright:nth-child(9) .dropdown-menu {
    max-height: 350px;
    max-width: 449px;
    overflow: scroll;
}

.dropdown-menu::-webkit-scrollbar {
  width: 8px; 
  background-color:white;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  width: 8px; 
 color:white;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background: #007FAF; 
  border-radius: 3px;
}

/* On hover, make it darker */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #007FAF; 
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    color: #ffffff;
    background: #007FAF;
}

.dropright:hover {
    background: #007FAF !important;
}
.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 2px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
     background: #007FAF !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background: #007FAF !important;
}

.dropright:hover a#navbarDropdown1{
    color:white;
}

li.list-group-item {
    margin-top: 0.5rem;
    background: none;
    border: none;
    padding:0;
    padding-block:2px;
}

button span {
    font-size: 42px;
}
span.navbar-toggler-icon {
    font-size: 24px;
}

.form-control:focus {
    color: #000000 !important;
    background-color: #fff5f5  !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .1rem rgb(0 0 0) !important;
}

div#callbackModal {
    background: #000000c4;
}
.swiper-pagination-bullet-active {
    background-color: #007FAF !important;
    opacity:1 !important;
}

.swiper-pagination-bullet {
    /*background-color: #007FAF !important;*/
    font-size: 1rem;
    height: 20px;
    width: 20px;
    border
   
}

.text-danger {
    color: #C94A38 !important;
}

.form-control-lg::placeholder {
    color: #123456;
    font-size: 12px;
}

span.swiper-pagination-bullet

 {
    border-radius: 1px;
}

.custom-select:focus {
   color: #000000;
    background-color: #fff5f5;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(0 0 0);
}
.text-primary{
    color: #007FAF !important;
}
.bg-primary{
    background-color: #007FAF !important;
}

.bg-warning{
    background-color: #F48F00 !important;
}

.btn-warning:focus,
.btn-warning:active {
    box-shadow: none;
    border: none;
}

.text-warning{
    color: #F48F00 !important;
}

a{color:#007FAF;}

        
     .sticky-sidebar {
        position: sticky;
        top:80px;
    }
    
.btn-warning:hover, .btn-success:hover{color:white !important;}
	 

.dropdown:hover > .dropdown-menu,
    .dropright:hover > .dropdown-menu {
        display: block;
    }
    
    .container{
    max-width:1500px;
    width: 100%;
    margin:0 auto;
}

.icon-text{
    display:none;
    flex-direction:column;
    gap:2px;
    padding-inline:5px;
    color:white;
}

.icon-text h5, p {
    margin:0;
}

::marker {
    color: #C94A38;
}

.col-sm-4.medical-programs-card {
    margin-block: 25px;
}

button.btn.btn-warning.apply-btn {
    animation: applyBtn 1s ease-in-out infinite alternate;
}

@media (max-width:575px){
    div#registerFormHidden {
    display:none;
}

#hiddenInMobile{
   display:none; 
}

#footerHr{
    display:none;
}

div#secondFooter div .row div h5 {
    font-size: 14px;
    margin-top: 16px;
    font-weight: 600;
}


div#secondFooter div .row div p {
    font-size: 13px;
}
#thirdfoorter .col-sm-12.text-center.py-3 a, span {
    font-size: 12px;
}

div#secondFooter div .row div a {
    font-size: 12px;
}
}

@keyframes applyBtn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

#mobileMenuLogo{
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.icon-bar1:hover{
    transform:scale(1.05);
}

.icon-top-bar{
   position:fixed;
   right:10px;
    z-index:9999;
    bottom: 82px;
    display: none;
        background-color: white;
    flex-direction:column;
    gap:5px;
    justify-content: center;
    align-items: center;
    border-radius:5px;
    color:white;
    max-width:320px;
    width:100%;
        box-shadow: 0px -1px 7px 1px #fafafa26;
    padding-bottom: 12px;
    padding-inline:0;
}

.icon-top-bar-header {
    background: #2DB742;
    padding: 22px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom:20px;
}

.icon-top-bar-links{
    
    padding:10px;
}
#iconClose {
    position: fixed;
    right: 4px;
    bottom: 334px;
    z-index: 5;
    padding: 10px;
    background: #efefef;
    border-radius: 50%;
    display: grid;
    height: 35px;
    padding: 0;
    width: 35px;
    border: 1px solid green;}

span#closeSpan {
    display: block;
    margin-top: 5px;
}

#iconClose:focus{background-color:none; border:none; outline:none;}
#iconClose:active{background-color:none; border:none; outline:none;}

.icon-bar1 a{
    height:54px ;
    width:54px ;
    display:none;
    transition:all .3s ease-in;
    margin-top:9px;
}

.icon-top-bar a {
    display: flex;
    height: 100%;
    width: 100%;
    color: #000000;
    text-decoration: none;
    border-left: 3px solid #2DB742;
    border-radius: 5px;
    padding: 5px;
    background: #fafafa;
}

.icon-top-bar a:hover {
    background: #f3f3f3;
    box-shadow: 0px 0px 2px -1px #e1e1e1;
}



.icon-top-bar img {
    height: 44px;
    width: 47px;
    display: none;
    transition: all .3s ease-in;
}

.icon-bar1 a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease;
    margin-top: -5px;
    /*position: fixed;*/
    /* top: 5px; */
    height: 60px;
    width: 60px;
    bottom: 17px;
    right: 30px;
    display:none;
}
.icon-bar1 a img:hover{
    display:block;
}

.icon-top-bar-header.flex.items-center.gap-4 p {
    font-size: 11px;
}

.icon-top-bar-header.flex.items-center.gap-4 h5{
    font-size: 14px;
    font-weight:600;
}

img.whatsappIcon2 {
    height:35px  !important;
    width: 35px !important;
}

.icon-top-bar .flag{
    border-radius:50%;
}


.flag-icon{
    height:36px;
    width:36px;
        display: flex;
    justify-content: center;
    align-items: center;
}

.flag-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease;
    margin-top: -5px;
}
.small-text{
    font-size:12px;
    color:black;
}
.small-para{
    font-size:14px;
    font-weight:500;
    color:black;
}

.icon-text h5{
    font-size:14px;
    font-weight:600;
}
.icon-text p{
    font-size:12px;
}


.card-title {
    margin-bottom: .75rem;
    font-size: 18px;
}

.flex{
    display: flex;
}

.justify-center{
    justify-content: center;
}

.items-center{
    align-items: center;
}

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


.gap-4{
    gap:20px;
}
.card.university-card .card-body .d-flex.justify-content-between a{
    margin-top: 15px;
    display: block;
}

#my_form {
    padding-inline: 25px;
}

button#mybtn {
    max-width: 330px;
    width: 100%;
    margin: auto;
    display: block;
}


#formImage {
    /*height: 686px;*/
    overflow: hidden;
    padding: 15px;

}
#formImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav-link.active {
    color: #007FAF !important; /* WhatsApp green or any color you want */
    font-weight: bold;
    border-bottom: 2px solid #25D366;
}
a.nav-link.font-weight-bold.text-uppercase.active {
    color: #0481B0 !important;
    border-bottom: 1px solid #007FAF;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #007FAF !important;
}
#formScholarImage{
    padding: 0 132px 0 132px;
}

.iran-medical-card.brd-dotted .card.p-2 {
    height: 100%;
    border: none;
}
.brd-dotted.iran-medical-card {
    min-height: 549px !important;
    margin-bottom: 25px !important;
}

.brd-dotted.iran-medical-card  .card.p-2 {
    height:100% !important;
    border: none !important;
}


@media (max-width: 1600px) {
   #formScholarImage {
      padding: 20px !important;
   } 
}



@media(max-width:767px){
    #threeBoxes .container .row .col-md-4{
        margin-top: 25px;
    }
    
    .col-sm-12 .form-group.d-flex.justify-content-end{
    justify-content: center !important;
}

div#rc-anchor-container {
    margin: 11px auto;
}

a.dropdown-item:not(:last-child), .malta-dropdown-item {
    margin-top: 5px;
}
    
}
.iran-medical-card.brd-dotted {
    min-height: 549px;
    margin-bottom:25px;
}

.iran-medical-card.brd-dotted .card-body {
    height: 100% !important;
}


.col-sm-4.medical-programs-card {
    margin-block: 25px;
}

#my_form>h2 {
    color: #F48F00;
}


h6.active a {
    text-decoration: underline !important;
}

nav.sticky-top {
    top: 0px !important;
    z-index:9999;
}

.dropright ::after {
    display: block;
    position: absolute;
    right: 8px;
    bottom: 13px;
}


/*========================================================*/
@media (max-width: 575px) {
   #registerFormHidden {
    display: none;
  }
  nav.sticky-top {
    top: 0px !important;
    z-index:9999;
}
  
}

@media (min-width: 575px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
  .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
  .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
  .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-sm-12 { flex: 0 0 100%; max-width: 100%; }
}


.modal-content.border-0.rounded-4.shadow-lg {
    max-width: 428px;
}

/*============mobile navigation=====================*/
button.navbar-toggler {
    display: none;
}

 /* =================new css==================== */


    nav#mobileNavigationwrapper {
    background: white;
    padding: 10px;
    position:fixed;
    width:100%;
    max-width:800px;
    top:0;
    right: -110%;
    height: 100vh;
    transition: all .3s cubic-bezier(0, 0.93, 0.25, 1);
    z-index:99999;
    overflow-y: scroll;
     box-shadow: 0px 0px 5px 2px #d7d7d7;
}


    a.dropdown-toggle.firstChild {
    color: white;
}
a.dropdown-toggle {
    color: #000;
}

.dropdown-content a {
    color: #000;
}
    .dropdown-content .dropdown-content {
    max-height: 300px;
    overflow-y: scroll;
    background: #dfdfdf;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 0px #00000052;
}

.dropdown-content a:hover {
    color: white;
    background: #007FAF;
}

.dropdown-content {
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #0000006e;
}
ul#mobileNavigation {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 28px 0px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
div#firstParentDropdownMenu {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #0000006e;
    width: 100%;
    height: 0px;
    overflow: hidden;

}

div#russiaSubmenu, div#georgiaSubmenu, div#iranSubmenu, div#uzbekistanSubmenu,div#maltaSubmenu, div#bangladeshSubmenu, div#kazakhstanSubmenu, div#azerbaijanSubmenu, div#kyrgyzstanSubmenu{
    height: 0px;
    overflow: hidden;
}

.showrussiaSubmenu{
    height:250px !important;
    overflow-y:scroll !important;
    padding:8px;
    background:white;  

}
.showgeorgiaSubmenu{
    height:100px !important;
    overflow-y:scroll !important;
    padding:8px;
    background:white;  
}



div#russiaSubmenu a, div#georgiaSubmenu a, div#iranSubmenu a, div#uzbekistanSubmenu a, div#maltaSubmenu a, div#bangladeshSubmenu a, div#kazakhstanSubmenu a,  div#azerbaijanSubmenu a, div#kyrgyzstanSubmenu a  {
    display: block;
    border: 1px solid #007faf;
    padding: 5px;
    margin-top: 4px;
    border-radius:5px;
    font-size:14px;
}

div#russiaSubmenu a:hover, div#georgiaSubmenu a:hover, div#iranSubmenu a:hover, div#uzbekistanSubmenu a:hover, div#maltaSubmenu a:hover, div#bangladeshSubmenu a:hover, div#kazakhstanSubmenu a:hover,  div#azerbaijanSubmenu a:hover, div#kyrgyzstanSubmenu a:hover{
    background:#007FAF;
    color:white;
    text-decoration: none;
}


ul#mobileNavigation li {
    padding-block: 16px;
    border: 1px solid #007faf63; 
    margin-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
    transition:all .3s ease;
}

ul#mobileNavigation li:hover{
    border: 1px solid #007faf;
}


ul#mobileNavigation li a {
    font-size: 18px;
}


div#firstParentDropdownMenu::-webkit-scrollbar {
  width: 5px;
}

div#firstParentDropdownMenu::-webkit-scrollbar-track {
  background: #fff;

}


div#firstParentDropdownMenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}


div#firstParentDropdownMenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}


div#russiaSubmenu::-webkit-scrollbar {
    width: 5px;
}


.showrussiaSubmenu::-webkit-scrollbar {
  width: 5px;               
}

.showrussiaSubmenu::-webkit-scrollbar-track {
  background: #fff;          
  border-radius: 10px;       
}

.showrussiaSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;      
      
}

.showrussiaSubmenu::-webkit-scrollbar-thumb:hover {
  background: #005f7f;       /* darker shade on hover */
}


div#russiaSubmenu::-webkit-scrollbar {
    width: 5px;
}
div#russiaSubmenu::-webkit-scrollbar-track{
     background: #007FAF;
}
div#russiaSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
div#russiaSubmenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}

div#georgiaSubmenu::-webkit-scrollbar {
    width: 5px;
}
div#georgiaSubmenu::-webkit-scrollbar-track{
     background: #007FAF;
}
div#georgiaSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
div#georgiaSubmenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}

div#iranSubmenu::-webkit-scrollbar {
    width: 5px;
}
div#iranSubmenu::-webkit-scrollbar-track{
     background: #007FAF;
}
div#iranSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
div#iranSubmenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}

div#uzbekistanSubmenu::-webkit-scrollbar {
    width: 5px;
}
div#uzbekistanSubmenu::-webkit-scrollbar-track{
     background: #007FAF;
}
div#uzbekistanSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
div#uzbekistanSubmenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}

div#maltaSubmenu::-webkit-scrollbar {
    width: 5px;
}
div#maltaSubmenu::-webkit-scrollbar-track{
     background: #007FAF;
}
div#maltaSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
div#maltaSubmenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}

div#bangladeshSubmenu::-webkit-scrollbar {
    width: 5px;
}
div#bangladeshSubmenu::-webkit-scrollbar-track{
     background: #007FAF;
}
div#bangladeshSubmenu::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
div#bangladeshSubmenu::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}

nav#mobileNavigationwrapper::-webkit-scrollbar {
    width: 5px;
}
nav#mobileNavigationwrapper::-webkit-scrollbar-track{
     background: #007FAF;
}
nav#mobileNavigationwrapper::-webkit-scrollbar-thumb {
  background: #007FAF;
  
}
nav#mobileNavigationwrapper::-webkit-scrollbar-thumb:hover {
  background: #007FAF;
}


div#firstParentDropdownMenu .d-flex.justify-content-between a {
    color: #c94a38;
}

div#firstParentDropdownMenu div  i::before {
    color: #c94a38;
}

footer {
    background: #007FAF !important;
}
/*=========================================================*/

i.fas.fa-caret-down.d-block:before {
    display: block;
    color: #007FAF;
    margin-right: 9px;
    font-size: 24px;
}


div#firstParentDropdownMenu div a{
    color:#007FAF;
}

div#firstParentDropdownSubmenu {
    transition: all .3s ease;
    background: red;
    padding: 10px;
}
i.fas.fa-caret-down.d-block.text-dark:before {
    color: #007FAF;
    margin-right: 12px;
}

/*====== SHOW=================================*/
.showMobileMenu{
    right:0 !important;
}

.showFirstParentDropdownMenu {
    height: 300px !important;
    overflow-y: scroll !important;
    padding: 20px;
    margin-block: 15px;
}
.showSmallMenu {
    height: 100px !important;
    overflow-y: scroll !important;
    padding: 20px;
    margin-block: 15px;
}

/*========================================*/

/* =================new css==================== */


div#firstParentDropdownMenu > [id]{
  curser:pointer;  
}

div#firstParentDropdownMenu > [id]:hover {
    background-color: #e3e3e3;
}




div#hamburgerbar {
    height: 40px;
    width: 40px;
    display: grid;
    padding: 0;
    place-content: center;
    box-shadow: 0px 0px 4px 0px #e9e9e9;
    border-radius: 2px;
    margin-left:auto;
    margin-right:10px;
    transition: all .2s ease;
}

div#hamburgerbar:active {transform: scale(.8);background: #ede4e4;}


div#closeMenu {
    height: 40px;
    width: 40px;
    display: grid;
    padding: 0;
    place-content: center;
    box-shadow: 0px 0px 4px 0px #e9e9e9;
    border-radius: 2px;
    margin-left:5px;
    margin-right:auto;
    transition: all .2s ease;
}

div#closeMenu:active {transform: scale(.8); background: #ede4e4;}


div#hamburgerbar::before {
    font-size: 2rem;
    color: #007FAF;
    display: block;
}

div#closeMenu::before {
    font-size: 2rem;
    color: #007FAF;
    display: block;
}

div#firstParentDropdownMenu >div {
    margin-top: 6px;
    border: 1px solid #007FAF;
    padding: 5px;
    border-radius:5px;
}


div#hamburgerbar{
    display: none;
}


@media(min-width:992px) and (max-width:1200px){
a.navbar-brand img {
    max-width: 190px;
}

a.nav-link.font-weight-bold.text-uppercase {
    font-size: 14px;
}

button.btn.btn-warning.font-weight-bold {
    font-size: 13px;
}

nav.sticky-top {
    top: 0px !important;
    z-index:9999;
}


}

@media(max-width:991px){
    div#hamburgerbar{
    display: grid ;
}

#navbarNav{
    display:none !important;
}

}

@media(max-width:1030px){

#headerTopArea{
    display:none;
}
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgb(255 255 255);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

#mobileNavigationwrapper {
    z-index: 999;
}


.dropdown-content a:hover {
    color: white;
    background: transparent;

}

a.dropdown-item:not(:last-child), .malta-dropdown-item {
    border-bottom: 0.5px solid #d1d1d1;
       display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
}

.scrollBtn {
  position: fixed;
  bottom: 5px;
  right: 20px;
  z-index: 999;
  padding: 10px 22px;
  font-size: 25px;
  color: white;
  background-color: #F48F00;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}



.scrollBtn:hover{
    transform:scale(1.1);
}


a.brd i::before {
    font-size: 17px;
    color: #F48F00;
}
span.px-2 i::before {
    color: #F48F00;
    font-size: 17px;
}


select {

    direction: rtl;       
    text-align: left;     
}


select:focus {
    direction: ltr;
}

button#appOnlineCloseIcon {
       position: absolute;
    right: 1px;
    top: 1px;
    border: 1px solid #6e6e6e;
    height: 35px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    width: 35px;
        box-shadow: 0px 0px 9px 5px #e1e1e1;
}

span#spanClose {
    font-size: 38px;
    font-weight: 300;
    color: #007faf;
}





.apply-form-input {
    height: 40px;
    display: block;
    padding-inline: 10px;
    border: 1px solid #cbcbcb;
    outline: none;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
}

.apply-form-input:focus {
    background: #efefef;
}


div#applyOnlineModal {
    width: 500px;
    border-radius: 0;
    border: 2px solid #f48f00;
    border-radius:2px;
}

.apply-form-select {
    width: 100%;
    display: block;
    height: 45px;
    outline: none;
    border: 1px solid #b9b9b9;
}

div#applyOnlineModalForm {
    background: #fffffff5;
    z-index: 9999;
}
label.mb-0.modal-label {
    font-size: 13px;
    font-weight: 500;
}

label.mb-0.modal-label i {
    color: red;
}

input.input-readonly.me-2 {
    outline: none;
    border: none;
    padding-inline: 10px;
    background: #e7e7e7;
    width: 70px;
    border-radius: 0;
}
select#country1, select#country2 {
    color: #8f8f8f;
}
.modal.show .modal-dialog {
    transition: all .1s cubic-bezier(1, -0.87, 0, 0.99);
}

.india-univeristies-card::-webkit-scrollbar{
    width:6px;
}

.india-univeristies-card::-webkit-scrollbar-thumb {
  background: #007FAF;  
  border-radius:2px;
}

.navbar-light .navbar-nav .nav-link{
    transition: all .3s ease    
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#187d97;
}


nav#navBar {
    box-shadow: 0px 0px 4px 1px #00000038;
}

@media(max-width:575px){
    div#firstFooter {
    display: none;
}

div#secondFooter{
    padding-top: 50px;
}

}