:root {
    --main-color: #1565C0;
    --bg-color:#F6F6F6;
    --label-color:#595959;
    --border-color:#6D7078;
    --white-text:white;
    --trans-color:rgba(255, 255, 255, 0);
    --danger-color:red;
    --bg-container:#1565c024;
    --bg-cont:#CFE6FF;

  }
  select#selectedDropdown{
    color: white;
  }
  #selectedDropdown option{
    color: black;
  }
  .captchaImg{
  height:28px;
  }
  
  #selectedDropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('assets/globe.png'); /* Adjust the path to your icon */
    background-repeat: no-repeat;
    background-position: left 10px center; /* Adjust the positioning */
    padding-left: 40px; /* Adjust as needed */
    padding-right: 2px; /* Adjust as needed */
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    border: none;
    background-size: 20px; /* Adjust the size of the background image */
}

  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
.top-header{
    color: white;
}
.accessibilty{
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 500;
}
.padd127{
    padding: 0px 127px;
}
  .accessibilty:hover{
    background-color: #729fe2a1;
    font-size: 16px;
    height: 30px;
    font-weight: 500;
    width: 30px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    cursor: pointer;
    color: white;
  }
  .top-header{
    background-color: var(--main-color);
    height: 50px;
  }
  .header-cont{
    margin: 0px 127px;
  }
  .header-count2{
    margin: 0px 127px;
  }
.aiims-Logo{
    height: 80px;
}
.aiims-List{
    height: 80px;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
    transition: top 0.3s; 
    background-color: var(--white-text);
}
  .headList{
    list-style:none;
    text-decoration: none !important;
  }
  .headList li{
  height: 80px;
    align-items: center;
    display: flex;
    cursor: pointer;
  
  }

  .headList li:hover {
   
    color: var(--main-color);
    background-color: var(--bg-container);
    height: 100%;
}
 


.for_image{
    max-height: 100%;
 /*    background-image: url(assets/imageas.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.marB{
    margin-bottom: 14px;
}
.login{
    width: 50%;
max-width: 373.7px;
    background: rgb(255, 255, 255);
    float: right;
    padding: 24px 24px;
    border-radius: 16px;
   
}
input{
    width: 100%;
}
button{
    width: 100%;
}
.LoginText{
    font-size: 24px;
    color: var(--main-color);
    
}


  select#selectedDropdown{
    color: white;
  }
  #selectedDropdown option{
    color: black;
  }
  #selectedDropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('assets/globe.png'); /* Adjust the path to your icon */
    background-repeat: no-repeat;
    background-position: left 10px center; /* Adjust the positioning */
    padding-left: 40px; /* Adjust as needed */
    padding-right: 2px; /* Adjust as needed */
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    border: none;
    background-size: 20px; /* Adjust the size of the background image */
}

  *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
.top-header{
    color: white;
}
.accessibilty{
    height: 30px;
    width: 30px;
    text-align: center;
    font-weight: 500;
}
.padd127{
    padding: 0px 127px;
}
  .accessibilty:hover{
    background-color: #729fe2a1;
    font-size: 16px;
    height: 30px;
    font-weight: 500;
    width: 30px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    cursor: pointer;
    color: white;
  }
  .top-header{
    background-color: var(--main-color);
    height: 50px;
  }
  .header-cont{
    margin: 0px 127px;
  }
  .header-count2{
    margin: 0px 127px;
  }
.aiims-Logo{
    height: 72px;
}
.aiims-List{
    height: 80px;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; 
    transition: top 0.3s; 
    background-color: var(--white-text);
}
  .headList{
    list-style:none;
    text-decoration: none !important;
  }
  .headList li{
    height: 80px;
    align-items: center;
    display: flex;
    cursor: pointer;

  }
 
  .headList li .text-Dec:hover {
   
    color: var(--main-color);
    background-color: var(--bg-container);
    height: 100%;
}
  .headList li .text-Dec.active {
 
    color: var(--main-color);
    background-color: var(--bg-container);
    border-bottom: 4px solid var(--main-color);
    height: 100%;
}
  .login-Container-left{
    width: 65%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .login-Container-right{
    width: 35%;
  }
.login-Container-right{
    background-color: var(--bg-color);
}
.login-Form{
    width: 100%;
}
.login-title{
    font-size: 32px;
    font-weight: 500;
    color: var(--main-color);

}
.label-F{
    font-size: 16px;
    color: var(--label-color);
}
.login-Input{
    height: 39px;
    border: 1px solid var(--border-color);
    outline: none;
    border-radius: 4px;
    padding: 0px 36px;
    font-size: 14px;
    background-color: var(--trans-color);
}
.lock {
    position: absolute;
    top: 38px;
    left: 10px;
    color: red !important;
    padding-left: 5px;
}
.person {
    position: absolute;
    top: 42px;
    left: 10px;
    color: red !important;
    padding-left: 5px;
}
.captch-Container {
    margin-top: 8px;
    gap: 16px;
    margin-bottom: 15px;
}
.captchImg {
    height: 28px;
    padding: 0px 10px;
    border: 1px solid var(--border-color);
    outline: none;
    border-radius: 4px;
    width: 70%;
    background-color: var(--trans-color);
}
.visibility{
    position: absolute;
    top: 40px;
    right:10px;
    color: red!important;
    padding-left: 5px;
}
.forgot-text{
    text-align: end;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
}

.captch-Field {
    height: 28px;
    padding: 0px 12px;
    border: 1px solid var(--border-color);
    outline: none;
    border-radius: 4px;
    width: 100%;
    font-size: 12px;
    background-color: var(--trans-color);
}
.login-Btn{
    background-color: var(--main-color);
    color: var(--white-text);
    outline: none;
    border: none;
    width: 100%;
    padding: 6px 14px;
    border-radius: 4px;
}
.error-Text{
    color: var(--danger-color);
}
.text-Dec{
    text-decoration: none !important;
    font-size: 20px;
    color: black;
    align-items: center;
    display: flex;
    padding: 0px 24px;
}

/* ------------------about----------------- */
.bg-grey{
    background-color: var(--bg-color);
    padding-bottom: 85px;
    }
    .bg-container-color {
        background-color: var(--bg-cont);
        border-radius: 4px;
        padding: 43px;
        margin: 0px 96px;
    }
.section-Title{
    font-size: 42px;
    color: var(--main-color);
    font-weight: 600;
}
.line{
    border: 1px solid var(--main-color);
    width: 250px;
}
.pad-left{
    padding-left: 60px;
}
.pad-left span{
    text-align: end;
    display: flex;
    width: 43%;
    justify-content: end;
    font-size: 16px;
    color: var(--main-color);
    font-style: italic;
    min-width: 250px;
}

.about {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Number of lines to show before ellipsis */
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}

.collapsed {
    -webkit-line-clamp: none !important; /* Show all content when expanded */
    overflow: visible !important;
    display: flex !important;
}


.ellipse-img{
    position: absolute;
    right: 35px;
    top: -80px;
}
.ellipse2{
    position: absolute;
    left: 0px;
    top: -493px;
    opacity: 0.3;

}
.ellipse3{
    position: absolute;
    right: 0px;
    bottom: -45px;
}
.ellipse4{
    position: absolute;
    top: -86px;
    left: 43px;
  
    
}
.ellipse5{
    position: absolute;
    right: 227px;
    top: -185px;
    opacity: 0.14;
}
.read-More{
    color: var(--main-color);
    line-height: 24px;
    cursor: pointer;
    position: relative;
    z-index: 1;

}

.read-More:hover{
    color: var(--main-color);
    font-size: 17px;
    line-height: 24px;
    transition: font-size 0.3s ease-in;
}

/* what we do */
.padd-l{
    padding-left: 10px;
}
.padd-l span{
    color: #212529;
}
.tabList{
    gap: 36px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  
}
.line2{

        border: 1px solid var(--main-color);
        position: relative;
        left: 130px;
        margin-bottom: 40px;
        max-width: 271px;
        min-width: 100px;

}
.line3{
    border: 1px solid var(--main-color);
    position: relative;
    left: 160px;
    width: 426px;
    margin-bottom: 40px;
}
.tabList li{
    font-size: 12px;
text-wrap: nowrap;
cursor: pointer;
transition: font-size 0.3s ease-out;
font-weight: 400;

}
 .tabList  li a:hover {
    color:#437aba;
    font-size: 13px;
   
} 
.tabList li a {
    text-decoration: none;
    color: #212529;
    line-height: 19px;
    margin-left: -2px;
    transition: font-size 0.3s ease-out;
}

.tabList  li:hover {
    font-weight: 500;
   font-size: 13px ;
    color:#437aba;
    transition: font-size 0.3s ease-in-out; /* Apply transition to the font size property */
   
   
}
.tabList  li a:hover {
    font-size: 13px ;      
    font-weight: 500;
     color:#437aba;
     transition: font-size 0.3s ease-in; /* Apply transition to the font size property */
    
    
 }
 .padding-r{
    padding-right: 80px;
 }
 .padding-r h4{
    font-size: 30px;
    color: var(--main-color);
    font-weight: 600;
 }
 .para-Text {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
 
.EXPLORE{
    border: none;
    background-color: var(--main-color);
    outline: none;
    color: white;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 4px;
}
.tabList li a.active {
 
    color: var(--main-color);
    font-size: 14px ;      
    font-weight: 500;
     transition: font-size 0.3s ease-in;
}

.img-Container img{
    border-radius: 8px;
    transform: translate(0px,0px);
    transition: transform 0.3s ease-out;
}
.img-Container img:hover{
    transform: translate(0px,-15px);
    box-shadow: 0px 0px 4px #1565c07a;
    transition: transform 0.3s ease-in;
}
.quick-Links{
    background-color: var(--white-text);  ;
    padding: 81px 100px;
    gap: 160px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px #E1E1FF;
}


.quick-Links-container{
      padding:  12px 16px;
      background-color: var(--bg-cont);

      width: 50%;
      border-radius: 8px;
}
.link_name{
    color: var(--main-color);
    font-weight: 500;
    text-wrap: nowrap;
    font-size: 24px;
}
.padd-lr{
    padding: 0px 14px;
}

.footer-Bg {
    position: relative;
    background-image: url('assets/female.png');
    background-size: cover;
}

.footer-Bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #454141;
    mix-blend-mode: multiply;
}
.mr62{
    margin-bottom: 62px;
}
.footer-Title{
    color: white;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 48px;
}
.footerLi{
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 48px;
    text-decoration: none;
}
.width100{
    width: 100%;
}
.width50{
    width: 50%;
    color: white;
}
.width50 p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.copyWrite{
    font-size: 18px;
    font-weight: 400;
    color: white;
}
.foot-icon{
    margin-right: 23px;
    margin-top: 6px;

}
.usefulLink {
    color: var(--white-text);
}
.hamburger-menu{
    display: none;
  }
  .showOnClickHamburgur {
    display: none;
  }
  .hamburgerIcon{
    display: none ;
  }
  .showOnClickHamBurger{
    display: none;
  }
  .headListHam{
    display: none;
  }
  .headListHam li{
    display: none;
  }
  .Mobile_logo{
    display: none;
  }
  .form-bg{
    background-color: white;
    border-radius: 20px;
    max-width: 400px;
    padding:10px  20px;
    box-shadow: 0px 0px 7px #d8d8d8;
  }
  .widthFoooterLog{
    height: 72px;
    display: block;
}

.error-Text {
    color: var(--danger-color);
    font-size: 12px;
}

 
  .sticky-header {
    padding: 0px 300px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff; /* Adjust as needed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow for a better visual effect */
}
.heightLog{
    height: calc(100vh - 80px);
    justify-content: end;
}

.widthFoooterLog2{
display: none;
}


.linh{
	line-height:22px !important;
}

@media  screen and (max-width:1366px) {
	 .sticky-header {
    padding: 0px 127px;}
    .ellipse-img {
        height: 200px;
        position: absolute;
        right: 0px;
        top: -22px;
    }
    
    .ellipse4 {
        position: absolute;
        top: -68px;
        left: -60px;
        opacity: 0.9;
    }
    .ellipse3 {
        position: absolute;
        right: 0px;
        bottom: -48px;
        height: 332px;
    }
    
    .ellipse5 {
        position: absolute;
        right: 41px;
        top: -127px;
        opacity: 0.14;
    }
    .heightLog{
        height: calc(100vh - 80px);
    }
    
    .line3 {
        border: 1px solid var(--main-color);
        position: relative;
        left: 73px;
        margin-bottom: 40px;
        max-width: 271px;
        min-width: 100px;
    }
    .login-Btn {
        background-color: var(--main-color);
        color: var(--white-text);
        outline: none;
        border: none;
        width: 100%;
        padding: 6px 14px;
        border-radius: 4px;
        font-size: 14px;
    }
    .login-Input::placeholder{
        font-size: 12px;
    }
    .captch-Field::placeholder{
        font-size: 12px;
    }
    .visibility {
        position: absolute;
        top: 33px;
        right: 10px;
        color: red !important;
        padding-left: 5px;
    }
    
    .lock {
        position: absolute;
        top: 32px;
        left: 10px;
        color: red !important;
        padding-left: 5px;
    }
    .person {
        position: absolute;
        top: 35px;
        left: 10px;
        color: red !important;
        padding-left: 5px;
    }
    .captch-Container {
        margin-top: 8px;
        gap: 16px;
        margin-bottom: 15px;
        height: 36px;
  align-items: center;
    }
    .captchImg {
        height: 28px;
        padding: 0px 10px;
        border: 1px solid var(--border-color);
        outline: none;
        border-radius: 4px;
        width: 70%;
        background-color: var(--trans-color);
    }
    .captch-Field {
        height: 28px;
        padding: 0px 12px;
        border: 1px solid var(--border-color);
        outline: none;
        border-radius: 4px;
        width: 100%;
        font-size: 12px;
        background-color: var(--trans-color);
    }
    .forgot-text {
        text-align: end;
        color: var(--main-color);
        font-size: 12px;
        font-weight: 400;
    }
    .label-F{
        font-size: 11px;
        color: var(--label-color);
    }
    .login-Input{
        height: 39px;
        border: 1px solid var(--border-color);
        outline: none;
        border-radius: 4px;
        padding: 0px 36px;
        font-size: 14px;
        background-color: var(--trans-color);
    }
    .text-Dec {
        text-decoration: none !important;
        font-size: 16px;
        color: black;
        align-items: center;
        display: flex;
        padding: 0px 24px;
    }
    .about {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        font-size: 16px;
        line-height: 22px;
    }
    .para-Text {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .footer-Title {
        color: white;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .mr62 {
        margin-bottom: 24px;
    }
    .width50 p {
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
    }
    .footerLi {
        color: white;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 48px;
        text-decoration: none;
    }
    .copyWrite {
        font-size: 16px;
        font-weight: 400;
        color: white;
    }
    .ellipse2 {
        position: absolute;
        left: 0px;
        top: -216px;
        opacity: 0.3;
        height: 366px;
    }
    .quick-Links{
        gap: 50px;
    }
  }


  @media screen and (max-width: 998px) {
    .bg-container-color {
        background-color: var(--bg-cont);
        border-radius: 4px;
        padding: 43px;
        margin: 0px 77px;
    }
    .sticky-header{
padding: 0px 77px;
    }
    .quick-Links {
        background-color: var(--white-text);
        padding: 81px 49px;
        border-radius: 8px;
        box-shadow: 0px 2px 4px #E1E1FF;
    }
  }



/* Define CSS for showing hamburger icon on screens with width <= 992px */
@media screen and (max-width: 992px) {
    .hamburgerIcon {
        display: block; /* Show the hamburger icon */
    }
    /* Additional CSS for styling the hamburger icon as needed */
    .hideWhenHamburgerActive{
        display: none;
    }
    .headListHam{
        display: block;
        flex-direction: column;
    }
.headListHam li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.showOnClickHamBurger{
    position:absolute;
    background-color: var(--main-color);
    height: calc(100vh - 0px);
    top: 72px;
    right: 0px;
    z-index: 1;
    padding: 20px 10px;
}
.change{
    text-decoration: none;
    color: white;
    height: 30px;
    font-size: 18px;
    text-align: start;
}
.h-100 {
    height: 100% !important;
    width: 203px;
}
.linkh{
height: 60px;
}
.header-cont {
    margin: 0px 42px;
}

}
@media screen and (max-width:768px) {
    .login{
        width: 100%;
    max-width: 373.7px;
        background: rgb(255, 255, 255);
        float: unset;
        padding: 24px 24px;
        border-radius: 16px;
       
    }
    .heightLog {
          width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content:center !important;
    }
 
    .for_image{
        background-image: url(assets/jammu.png);
        background-position: center;
    }
    .aboutRow{
        flex-direction: column;
    }
    .aboutRow div{
    width: 100%;}
    .whatW{
        flex-direction: column;
    }
    .whatW div{
        width: 100%;
    }
    .padding-r{
        padding: 0px;
    }
    .width100{
        flex-direction: column;
    }
    .width100 div{
        width: 100%;
    }
    .quick-Links{
        flex-direction: column;
    }
    .quick-Links div{
        width: 100%;
        justify-content: start !important;
    }
}
@media screen and (max-width:600px) {
    .showOnClickHamBurger {
        position: absolute;
        background-color: var(--main-color);
        height: calc(100vh - 0px);
        top: 80px;
        right: 0px;
        z-index: 1;
        padding: 20px 10px;
    }
    .pad-left span{
display: unset;
    }
    .bg-container-color {
        background-color: var(--bg-cont);
        border-radius: 4px;
        padding: 20px;
        margin: 20px ;
    }
    .footer-Bg{
        padding: 30px;
    }
    .line3 {
        border: 1px solid var(--main-color);
        position: relative;
        left: 73px;
        margin-bottom: 40px;
        max-width: 173px;
        min-width: 28px;
    }
    .line2 {
        border: 1px solid var(--main-color);
        position: relative;
        left: 130px;
        margin-bottom: 40px;
        max-width: 173px;
        min-width: 28px;
    }
    .sticky-header {
        padding: 0px 20px;
    }
    .Mobile_logo{
        display: block;
        height: 80px;
    }
    .aiims-Logo{
display: none;
    }
    .widthFoooterLog{
        height: 72px;
        display: none;
    }
    .widthFoooterLog2{
        display: block;
        height: 80px;
    }
    .forDown{
        flex-direction: column;
  align-items: center;
  justify-content: center;
    }
    .forDown div{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .copyWrite{
        text-align: center;
    }
    .header-cont {
        margin: 0px 10px;
    }
}