@media (max-width: 1497px) {

.navbar-brand
{
    max-width: 300px;
}
.navnbutarea .navbar-nav, .menus-wrapper
{
    gap: 20px;
}

}

@media (max-width: 1440px) {

    .headersec .navbar-nav {
        gap: 10px;
    }
    .button {
        padding: 15px 30px;
    }

    .videosec {
        max-width: 1200px;
        height: 600px;
    }

}

@media (max-width: 1399.98px) {
    /* :root{
        --size-26: 24px;
        --size-28: 26px;
        --size-32: 28px;
        --size-40: 30px;
        --size-48: 38px;
        --size-58: 48px;
        --size-65: 50px;
        --size-76: 60px;
    } */
    .processsec{
        padding: 70px 0 0;
    }
    .sgleprocesspart{
        gap: 85px;
    }
}
@media (max-width: 1366px) {
    .menus-wrapper{
        flex-direction: row-reverse;
    }
    .navbar-expand-lg .navbar-toggler{
        padding: 0;
        border: 0;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .close .closeIcon {
        display: block;
    }
    .close .humburgerIcon{
        display: none;
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction: column;
    }
    .navnbutarea{
        /* display: none; */
        left: -100%;
        top: 0;
        width: 100%;
        max-width: 500px;
        height: 100vh;
        position: fixed;
        padding: 20px;
        transition: all 0.5s linear;
        background-color: white;
    }
    .navnbutarea.active{
       left: 0%;
    }
    .slideMenu_header{
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slideMenu_header .closeIcon{
        display: block;
    }
    .mobile-logo{
        max-width: 200px;
        display: block;
    }
    .navnbutarea .navbar-nav .nav-item .nav-link{
        padding: 10px;
    }
	.fstcontsecwidth{
		margin-left:0;
	}
}
@media (max-width: 1199.98px) {
    /* :root{
        --size-28: 24px;
        --size-48: 38px;
        --size-58: 50px;
    } */
    .contentsection {
        padding: 60px 0;
    }
    .fstcontsec {
        padding: 130px 0 40px;
    }

    .videosec {
        max-width: 1024px;
        height: 500px;
    }
    .processsec {
        padding: 50px 0 0;
    }
    .processnumber {
        width: 80px;
        height: 80px;
        padding: 5px;
    }
    .tenthcontsec h2 img{
        width: 250px;
    }
    .listtypecontsec{
        width: 100%;
    }

}
@media (max-width: 1025px) {
    .videosec {
        max-width: 900px;
        height: 450px;
    }
	.lftlisttypecontsec, .rytlisttypecontsec, 
	.lftinoutboundpart, .rytinoutboundpart {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .listtypecontsec{
        width: 70%;
    }
}

@media (max-width: 991.98px) {
    .fstcontsec {
        padding: 120px 0 40px;
    }
    .sndcontsec {
        padding: 30px 0;
    }
    .sndcontsec p
    {
        line-height: 26px;
        max-width: 100%;
    }
    .videosec {
        max-width: 700px;
        height: 350px;
    }
    .thrdcontbluebg{
        padding: 175px 80px 100px 80px;
    }
    .tenthcontdiv{
        margin-top: 40px;
    }
    .play-button {
        width: 75px;
    }
    .processsec{
        gap: 40px;
        background-size: 0;
        padding: 0;
    }
    .sgleprocesspart{
        flex-wrap: nowrap;
        flex-direction: row;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sgleprocesspart {
        gap: 20px;
    }
    .sgleprocesspart .processbotpart h4,
    .sgleprocesspart .processbotpart p{
        text-align: left;
    }
    .processnumbersec{
        width: 15%;
    }
    .processbotpart{
        flex-wrap: nowrap;
        flex-direction: row;
        width: 85%;
        align-items: center;
    }
    .processbotIcon {
        rotate: -90deg;
        width: 20%;
    }
    .processbotContent{
        width: 80%;
    }


    .contact-info-wrap {
        max-width: 450px;
    }
}

@media (max-width: 767.98px) {

    .headersec
    {
        padding: 15px 0;
    }
    .headersec .navbar-brand{
        width: 100%;
        text-align: center;
        margin: auto auto 15px;
    }
    .menus-wrapper{
        width: 100%;
        justify-content: space-between;
    }
    .videosec {
        max-width: 100%;
        height: auto;
    }
    .thrdcontbluebg {
        padding: 175px 30px 70px 30px;
    }
    .frthcontsec h2{
        padding: 0 0 30px 0;
    }
    .contentsection {
        padding: 40px 0;
    }
    .fstcontsec
    {
        padding: 150px 0 40px;
    }
    .listtypecontsec{
        margin-bottom: 40px;
        width: 100%;
    }

    .inoutboundcontsec{
        margin-top: 40px;
    }
    .listtypecontsec ul li{
        font-size: 16px;
    }
    .ninecontsec h2{
        padding-bottom: 40px;
    }
    .lftlisttypecontsec,.rytlisttypecontsec,
    .lftinoutboundpart,.rytinoutboundpart {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .processsec{
        background-size: 0;
    }
    .sgleprocesspart {
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .button {
        padding: 8px 20px;
    }

    .footersec{
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .processList_wrapper{
        width: 100%;
    }
    
    .lftlisttypecontsec,
    .rytlisttypecontsec{
        padding: 20px;
    }
    .lftlisttypecontsec .processList_wrapper,
    .rytlisttypecontsec .processList_wrapper{
        width: 100%;
    }
    .inoutboundcontsec{
        width: 100%;
    }

}
@media (max-width: 500px) {
	.fstcontsecwidth h1 span{
		display: inline;
	}
}
@media (max-width: 480px) {
    .processnumbersec {
        width: 25%;
    }
    .processbotpart{
        width: 75%;
    }
    .processbotIcon{
        display: none;
    }
}


