.switch-Link {
    position: absolute;
    z-index: 1001;
   
    width: 100%;
    left: 0;
    bottom: 0px;
    top: auto;
    
    text-align: center;
  }

  .switch-Link ul{list-style: none; padding: 0px;}

  .switch-Link ul li{padding: 1rem; margin-bottom: 5px;  background-color: #f6f6f6;}

  .switch-Link img{width:8%; margin-right: 15px;}

  .switch-Link a{font-size: 12px;
    color: #026dc6;
    font-family: cera_godrej_interiobold,sans-serif;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;}

  .offcanvas-body{padding:0px;}

  .mobMenuHeader{background-color: #EDEDEE; color: #026dc6; text-align: left;}

  .navbar-toggler{padding: 0.2rem;}

  @media only screen and (min-width: 1800px) and (max-width: 2560px) {
    .sliderContent{top: 8rem;}
  }

  @media screen and (max-width: 1200px) {
    .newProductBg{
        background: #ffffff;
        
    }
  }

@media screen and (max-width: 1023px) {
    .next, .prev {
        transform: scale(1);
        opacity: 1;
    }

    .item {
        display: block !important;
    }
    .inSpotRight{
    	right: 0rem;
    	padding: 1rem 2rem;
    }
    .inSpotLeft{
        left:0rem;
    }
    .programRight {
	    top: 0;
	    right: 0;
}
}

@media screen and (max-width: 991px) {
    .subTabs {
        padding-left: 0;
    }
    .subTabs li {
            display: block;
            border-bottom: 1px solid #d1d1d2;
            font-size: 14px;
            font-family: CeraGIRegular, sans-serif;
            color: #000;
            font-weight: normal;
            text-transform: capitalize;
            margin: 0;
            padding: 14px 20px;
        }

    .navbarMain{border-left: 0px solid #C5C5C5;}    

    
  .switch-Link img{width:3%;}
  .header{padding: 0.5rem 1rem;}

}

@media screen and (max-width: 768px) {
    .switch-Link img{width:4%;} 
    .list-group-item{border: 0px !important; width: 100%;} 
    #topNextPrevious{padding-top: 0px;}
    h4.commonHeader{padding-top: 1rem;}
    .bannerText{padding: 2rem; width:55%;}
}

@media screen and (max-width: 622px) {
    .bannerText h1{font-size: 1.6rem;}
    .bannerText p{margin: 0px;}
}

@media screen and (max-width: 600px) {
    .switch-Link img{width:5%;} 
    .bannerText h1 {font-size: 1.4rem;} 
    .bannerText p{padding-top: 0.2rem;}
}

@media screen and (max-width: 500px) {
    .switch-Link img{width:6%;} 
    .bannerText{width:80%;} 
}

@media screen and (max-width: 456px) {
    .azadiBg{height: auto !important;}  
    .azadiBg span{top: unset;}
    .bannerText h1 {font-size: 1.2rem;}
}

@media screen and (max-width: 400px) {
    .switch-Link img{width:8%;}  
}