/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	.footerb1 {
        height: 100px !important;
        display: flex;
        justify-content: center;
    }
    .footersec1 {
        padding-bottom: 31px;
        text-align: center;
    }
    .inabtde {
        position: relative;
        left: 44%;
        transform: translateY(-50%);
        top: 24px;
        margin-top: 35px;
    }
    .f1 {
        margin-bottom: 35px;
    }
    .main-footer {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer-details h4 {
        font-size: var(--clamp24);
    }
    .page-title {
        padding: 0px 0;
    }
    .slider-content {
        position: relative;
        top: 100%;
        z-index: 2;
        transform: translateY(-50%);
    }
    .inabtspl h4 {
        font-size: 18px;
        font-weight: 700;
        margin-left: 5px;
    }
    .inabtspl h5 {
        font-size: 16px;
        font-weight: 400;
        margin-left: 5px;
    }
    .inabtspl a {
        padding: 10px;
        display: ruby-text;
        margin-top: 5px;
    }
    .inabtspl {
        margin-top: 30px;
        background: var(--white-color);
        border: 1px solid var(--divider-color);
        box-shadow: 0px 5px 50px 2px #00000012;
        border-radius: 30px;
        flex-wrap: wrap;
        gap: 30px;
        padding: 10px;
        z-index: 2;
        padding-top: 24px;
    }
    .cctv-about {
        padding: 50px 0;
        margin-top: 10px;
    }
    .abtnimg2 img {
        height: 200px;
        border-radius: 15px;
    }
    .abt-content {
        margin-top: 30px;
    }
    .abtnimg1 img {
        height: 250px;
        border-radius: 15px;
    }
    .abtnimg1 {
      position: relative;
    }
    .menu {
        display: none;
    }
    .topmenu .thembtns {
        position: relative;
        top: -50px;
    }
    .topmenu {
        position: relative;
        height: 82px;
    }
    .stagesbox {
        position: relative;
        margin-top: 30px;
        text-align: center;
    }
    .slider-image {
        text-align: center;
    }
    .slider-image img {
        width: 77%;
        aspect-ratio: 1 / 1.1;
        object-fit: cover;
    }
    .topmenu .thembtn-active a {
        padding: 10px 10px;
        margin-top: 9px;
    }
    .banner {
        height: 150px;
    }
    .banner-content h2 {
        margin-top: 191px;
        top: -105px;
    }

    .mobilethings{
        display: block;
    }
    .menubar {
        position: absolute;
        top: 15px;
    }
    .menubar i{
        font-size: 35px;
    }
    .sidemenu{
        background: white;
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        height: 100vh;
        z-index: 10;
        transition: ease-in 0.3s;
    }
    .closebtn{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    .closebtn i{
        font-size: 40px;
    }
    .how-details h3 {
        margin-top: 20px;
    }
    .sidemain{
        height: 100px;
    }
    .sidemenu li{
        list-style: none;
        line-height: 35px;
    }
    .logo {
        margin-left: 52px;
    }
    .sidemenu li a{
        text-decoration: none;
        color: #000000;
        padding-left: 30px;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }

}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
	
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}