@media only screen and (max-width:1600px){
    .logo {
        padding: 0.5rem 16rem 0.5rem 11rem;
        background: linear-gradient(135deg, #ffffff 73%, transparent 0);
        position: absolute;
        left: 0;
        top: 0;
        /* box-shadow: #22000059 0px 5px 25px -5px; */
        filter: drop-shadow(-4px 7px 4px #22000059);
    }
}
@media only screen and (max-width:1536px){
    .logo {
        padding: 0.5rem 16rem 0.5rem 7rem;
        background: linear-gradient(135deg, #ffffff 73%, transparent 0);
        position: absolute;
        left: 0;
        top: 0;
        /* box-shadow: #22000059 0px 5px 25px -5px; */
        filter: drop-shadow(-4px 7px 4px #22000059);
    }
}
@media only screen and (max-width:552px){
    .top-nav{
        display: none;
    }
    .xxa{
        display: block;
        margin-top: 0 !important;
        background-color: #fff;
    }
    
    .logo {
        padding: 0;
        background: none;
        position: initial;
        left: 0;
        top: 0;
        /* box-shadow: #22000059 0px 5px 25px -5px; */
        filter: drop-shadow(-4px 7px 4px #22000059);
    }
    .ddq {
        display: grid !important;
        text-align: center;
        justify-content: center !important;
        margin-top: 130px;
    }
    .dd{
        position: absolute;
        top: 0;
        left: 100%;
        height: 100vh;
        width: 100vw;
        background: green;
        transition: all .3s;
    }
    .ddq li a, .ddq li {
        padding: 16px 10px;
        /* margin-top: 43px; */
    }
    .ddq li a {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.55px;
    }
    .background-color--dark-overlay {
        background-color: rgba(43, 45, 55, 0.9);
        padding: 2rem 0 5rem;
    }
    .ddnew{
        left: 0 !important;
    }
    .top-nav-new{
        margin-top: 0 !important;
    }
    .banner {
        position: relative;
        padding-top: 5rem;
    }
    .togg img {
        width: 30px;
    }
    .logo img {
        width: 143px !important;
    }
    .inner-abt .row .col-lg-6{
        padding-left: 0;
        padding-right: 0;
    }
    .ab-hd11 h1 {
        font-size: 30px;
        letter-spacing: 0.55px;
        color: #000;
        margin-bottom: 0;
        font-weight: 700;
    }
    .cta-block__light-text {
        font-size: 30px;
        font-weight: 400;
        line-height: 1;
    }
    .cta-block__light-text span {
        font-size: 33px;
        font-weight: 700;
        line-height: 1;
    }
    .cta-block__semi-bold-text--medium {
        font-size: 20px;
    }
    .cta-block__bold-text {
        font-size: 34px;
        font-weight: 700;
        line-height: 1;
    }
    .ser-icon::after {
        position: absolute;
        content: "";
        background-image: url(../images/kkk.png);
        background-size: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 180%;
        width: 180%;
        background-repeat: no-repeat;
    }
    .ser-icon {
        position: relative;
        border-radius: 50px 0 50px 0;
        width: 15% !important;
    }
    .se-img img {
        transition: all 3s;
        width: 100%;
    }
    .right-bt{
        display: none;
    }
    .sc {
        display: none !important;
    }
    .mn-ft-dt p{
        margin-bottom: 0;
    }
    .main-footer .col-lg-4,.main-footer .col-lg-2,.main-footer .col-lg-3{
        padding-left: 0;
        padding-right: 0;
    }
    .single-fun-fact h4{
        font-size: 16px;
    }
    .ab-hd11{
        width: 100% !important;
    }
    .clx{
        display:block;
    }
}