/* ------- Media Queries ------- */


@media only screen and (min-width: 2000px) {

}

@media only screen and (max-width: 1950px) {


}

@media only screen and (max-width: 1900px) {

}

@media only screen and (max-width: 1800px) {


}


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

@media only screen and (max-width: 1540px) {

}

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

@media only screen and (max-width: 1400px) {


}

@media only screen and (max-width: 1386px) {

   .left-side {
        flex: 0 0 220px;
    }
   .logo-indvar {
      height: 66px;
   }

  .instructionBlog {
        height: 396px;
    }
    .input-container .input-field {
        align-items: center;
        width: 100%;
        height: auto;
        border-radius: 26px;
        border: solid 1px #d5d7db;
        background-color: #fff;
        padding: 8px 10px;
        margin-top: 6px;
        outline: none;
    }

}

/* Extra large screens (1201px and up) */
@media only screen and (max-width: 1301px) {

}

/* Large screens (up to 1200px) */
@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 991px) {
.dbtindia-logo {
    height: 75px;
}
 .Akam-logo {
    height: 85px;
}
}

/* Medium screens (up to 768px) */
@media only screen and (max-width: 768px) {
    
}

/* Small screens (up to 480px) */
@media only screen and (max-width: 480px) {
     
}

/* Tiny screens (up to 320px) */
@media only screen and (max-width: 320px) {
    
}