*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'saira',sans-serif;
    
}
/*--------- Custom Scrollbar -----------*/
::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-track{
    background: #f0cfee;
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(#642bff,#ff22e6);
    border-radius: 10px;
    border: 5px solid transparent;
    background-clip: content-box;
}
/*****  container starts here  *************************/

.container{
    max-width: 1000px;
    
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 0px 4px 0px #666;
    overflow: hidden;
    overflow-x: hidden;
    padding: 0px 0px;    
}

.row{ border: 10px salid red; 
    margin: 0px 0px;
}


/***************/

.firstbox{
    display: flex;
    width: 100%;
}
.servicefixbox{
    position: fixed;
    top: 0;
    z-index: 1000;
}
.servicenav{
    display: flex;
    background-color: #e9d8d8;
    box-shadow: 1px 0px 4px 0px lightpink;
    width: 1000px;
    height: 32px;
    overflow: hidden;
}
.snav{
    display: flex;
    list-style: none; 
    align-items: center;
    margin-bottom: 0px;  
    width: 626px;
    height: 32px;  
    z-index: 1000;
    background-color:#f7f1f1;
    border-radius:0px 0px 10px 10px;    
}
.snav li a{
    text-decoration: none; 
    text-align: center; 
    color: #283442; 
    padding: 6px 11px 6px 11px;
    border-radius: 0px 0px 10px 10px; 
    font-family: 'saira',sans-serif; 
    font-weight: 300; 
    font-size: 14px; 
    letter-spacing: 2px; 
    line-height: 32px;
    padding-left: 15px; 
    z-index: 100;
    position: relative;
    top: 0;
    left: 0;
    
}
.snav li a::before{
    content: '';
    position: absolute; 
    left: 0; 
    top: 0;  
    width: 100%; 
    height: 32px; 
    font-weight: 300; 
    z-index: 10; 
    border-radius: 0px 0px 10px 10px;
    background-color: crimson; 
    transform: translateY(-100%);
    transition: all 0.3s linear; 
}
.snav li a:hover:before{
    transform: translateY(0%);
    background: #97237e;   
    border-radius: 0px 0px 10px 10px;   
    height: 32px;
    position: absolute; 
    top: 0;
    z-index: -10;
}
.snav li a.active{
   
    background: rgb(241, 41, 125);
    height: 32px;
    padding: 6px 17px 6px 17px;
    color: #fff;
}
.snav li a:hover{
    color: #fff;
    font-weight: bold;
}
/*******************/
#log{ display: none; padding: 20px 0px 0px 38px;}

#fgotex{
    display:flex;
    width: 122px;
    height: 28px;
    margin: 60px 0px 30px 26px;}

/*==================== menubar new style =========================*/

.mainbar{
    display: flex; 
    padding: 30px 0px 0px 80px;
}

.menu-items {
    display: flex; 
    margin-bottom: 0px;  
    width: 508px; 
    list-style: none;
    justify-content: center; 
    z-index: 1000;
    align-items: center;
    background-color:#ccc; 
    height: 31px;
    border-radius:0px 0px 10px 10px;
    padding-left: 0px;
    position: relative;
    top: -100px; 
    transition: 0.3s ease-in-out;
}

.menu-items li a{
    text-decoration: none; 
    text-align: center; 
    color: #283442; 
    padding: 6px 15px 3px 15px;
    border-radius: 0px 0px 10px 10px; 
    font-family: 'saira',sans-serif; 
    font-weight: 300; 
    font-size: 14px; 
    letter-spacing: 2px; 
    line-height: 32px; 
    transition: background .3s ease ,color .3s ease;
    height: 0px; 
    transition: all 0.3s linear; 
    top: 0px; 
    position: relative; 
    z-index: 1;
}
.menu-items li a::before{
    content: ''; 
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 0%; 
    font-weight: 300;
    z-index: -1; 
    transition: all .3s linear; 
    border-radius: 0px 0px 10px 10px; 
    color: #fff;
}
.menu-items li a:hover::before{
    background: rgb(245, 91, 173);  
    border-radius: 0px 0px 10px 10px;  
    z-index: -1; 
    position: absolute; 
    top: 0;
    height: 32px; 
}
.menu-items li a:hover{ 
    color: #fff;
    font-weight: 300;
}

.menu-items.open{ 
    top: 93px; 
    transition: 0.3s ease-in-out;
}

/****** nav bar ends here ***********/


.menu-btn{
    display: flex; 
    position: relative; 
    justify-content: center; 
    align-items: center; 
    width: 1.5rem; 
    height: 1.5rem; 
    cursor: pointer;
}
.menu-btn_liens,
.menu-btn_liens::before,
.menu-btn_liens::after{ 
    width: 1.5rem; 
    height: 0.1rem; 
    background-color: deeppink; 
    transition: all 0.5s ease-in-out;
}
.menu-btn_liens::before,
.menu-btn_liens::after{ content: ""; position: absolute;
}

.menu-btn_liens::before{transform: translateY(-0.5rem);}
.menu-btn_liens::after{transform: translateY(0.5rem);}
.menu-btn.open .menu-btn_liens{transform: translateX(2rem); background-color: transparent;}

.menu-btn.open .menu-btn_liens::before{
    transform: rotate(45deg) translate(-1.5rem, 1.5rem); 
    background-color: deeppink;}

.menu-btn.open .menu-btn_liens::after{
    transform: rotate(-45deg) translate(-1.5rem,-1.5rem); 
    background-color: deeppink;
}

/****** nav bar lines starts here ***********/

#humb{
    padding: 65px 0px 0px 102px; 
    display: flex;
}

/****** nav bar lines ends here ***********/

/********* 2nd  line / row starts here    ********/
.midlegal{ 
    display: flex;  
    align-items: center;
    justify-content: center; 
    padding: 0px 0px 40px 0px;
}
    
.midl{ 
    display: flex;  
    align-items: center; 
    justify-content: center;
    padding: 0px 0px 12px 0px;
}

/************  2nd line / row ends here   **************/

.partone{
    margin: 60px 0px 330px 0px;
    position: relative;
}
.one{ 
    height: fit-content;
}
.mbox{
    display: flex;
    width: 25%;
    height: 28px;
    align-items: center;
    justify-content: center;
}
.uperone{
    display: flex;
    width: 207px;
    height: 40px;
    position: relative;
    top: 3px;
    left: 35px;
    background: linear-gradient(#fff 80%, #ca13c0 0.8%);;
    /* background: #97237e; */
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    box-shadow: 0px 3px 6px  #f007e4;
    margin: 0px 0px 0px 0px;
    
    z-index: 1;
}

.colbxone{
    width: 207px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #f007e4;
}
.colbxone::before{
    content: '';
    position: absolute;
    top: 70px;
    left: 0px;
    border-style: solid;
    border-color: #f007e4 transparent transparent transparent;
    border-width: 18px 34px 6px;
    z-index: 1;
}
.colbxone::after{
    content: '';
    position: absolute;
    top: 165px;
    left: 163px;
    border-style: solid;
    border-color: transparent #f007e4 transparent transparent;
    border-width: 15px 22px 45px;
    transform: rotate(360deg);
    z-index: 1;
}

.colbxone p{
    display: flex;
    font-family: 'saira',sans-serif; 
    font-weight: 300; 
    font-size: 45px;
    letter-spacing: 2px; 
    color:#fff;
    align-items: center;
    justify-content: center;

}
.updwone{
    width: 207px;
    height: 200px;
    position: absolute;
    top: 73px;
    left: 0px;
    background: #f4f1d7;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow: 0px 3px 06px #333;
}
.updwone p{
    display: flex;
    position: absolute;
    top: 40px;
    left: 23px;
    font-weight: 300; 
    font-size: 26px; 
    letter-spacing: 2px; 
    color:#888484;
    align-items: center;
    justify-content: center;
}
.updwone p:hover{
    transition: 0.3s ease;
    transform: scale(1.2);
    color: #000;
}
.updwone pre{
    display: flex;
    font-size: 14px;
    color:#333;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 110px 0px 1px 2px;
    align-items: center;
    justify-content: center;
    
}

/**************************************/
.commbox{
    display: flex;
    width: 25%;
}
.upertwo{
    display: flex;
    width: 207px;
    height: 40px;
    position: relative;
    top: -30px;
    left: 280px;
    background: linear-gradient(#fff 80%, #dab213 0.8%);
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    box-shadow: 0px 8px 6px 2px #dcb415;
    margin: 0px 0px 0px 0px;
    z-index: 1;
}
.colbxtwo{
    width: 207px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 0px;
    background: #ffd204;
}
.colbxtwo p{
    display: flex;
    font-family: 'saira',sans-serif; 
    font-weight: 300; 
    font-size: 45px; 
    letter-spacing: 2px; 
    color:#fff;
    align-items: center;
    justify-content: center;
}
.colbxtwo::before{
    content: '';
    position: absolute;
    top: 70px;
    left: 0px;
    border-style: solid;
    border-color: #ffd204 transparent transparent transparent;
    border-width: 18px 34px 6px;
    z-index: 1;
}
.colbxtwo::after{
    content: '';
    position: absolute;
    top: 160px;
    left: 163px;
    border-style: solid;
    border-color: transparent #ffd204 transparent transparent;
    border-width: 15px 22px 45px;
    z-index: 1;
}
.updwtwo{
    width: 207px;
    height: 200px;
    position: absolute;
    top: 73px;
    left: 0px;
    background: #f4f1d7;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow: 0px 3px 06px #333;
}
.updwtwo p{
    display: flex;
    font-weight: 300; 
    font-size: 26px; 
    letter-spacing: 2px;
    padding: 40px 23px 10px 23px;; 
    color:#888484;
}
.updwtwo p:hover{
    transition: 0.3s ease;
    transform: scale(1.2);
    color: #000;
}
.updwtwo pre{
    display: flex;
    font-size: 14px;
    color:#333;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 4px 10px 0px;
    align-items: center;
    justify-content: center;
}
/**************************************/
.pribox{
    display: flex;
    width: 25%;
}
.uperthree{
    display: flex;
    width: 207px;
    height: 40px;
    position: relative;
    top: -70px;
    left: 503px;
    background:linear-gradient(#fff 80%, #0868b8 0.8%);
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    box-shadow: 0px 3px 6px #0868b8;
    
    z-index: 1;
}
.colbxthree{
    width: 207px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 04x;
    background: #1d89e2;
}
.colbxthree:before{
    content: '';
    position: absolute;
    top: 70px;
    left: 0px;
    border-style: solid;
    border-color: #1d89e2 transparent transparent transparent;
    border-width: 18px 34px 6px;
    z-index: 1;
}
.colbxthree::after{
    content: '';
    position: absolute;
    top: 160px;
    left: 163px;
    border-style: solid;
    border-color: transparent #1d89e2 transparent transparent;
    border-width: 15px 22px 45px;
    z-index: 1;
}
.colbxthree p{
    display: flex;
    font-family: 'saira',sans-serif; 
    font-weight: 300; 
    font-size: 45px; 
    letter-spacing: 2px; 
    color:#fff;
    align-items: center;
    justify-content: center;
}
.updwthree{
    width: 207px;
    height: 200px;
    position: absolute;
    top: 73px;
    left: 0px;
    background: #f4f1d7;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow: 0px 3px 06px #333;
}
.updwthree p{
    display: flex;
    padding: 40px 8px 10px 13px;
    font-weight: 300; 
    font-size: 26px; 
    letter-spacing: 2px; 
    color:#888484;   
}
.updwthree p:hover{
    transition: 0.3s ease;
    transform: scale(1.2);
    color: #000;
}
.updwthree pre{
    display: flex;
    font-size: 14px;
    color:#333;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 4px 0px 28px 0px;
    align-items: center;
    justify-content: center;
}
/*************************************/
.facibox{
    display: flex;
    width: 25%;
}
.uperfour{
    display: flex;
    width: 207px;
    height: 40px;
    position: absolute;
    top: -1px;
    left: 726px;
    background: linear-gradient(#fff 80%, #04c3f3 0.8%);
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    box-shadow: 0px 3px 06px #04c3f3;
    z-index: 1;
}
.colbxfour{
    width: 207px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 0px;
    background:#42edfb;
}
.colbxfour:before{
    content: '';
    position: absolute;
    top: 70px;
    left: 0px;
    border-style: solid;
    border-color: #42edfb transparent transparent transparent;
    border-width: 18px 34px 6px;
    z-index: 1;
}
.colbxfour::after{
    content: '';
    position: absolute;
    top: 160px;
    left: 163px;
    border-style: solid;
    border-color: transparent #42edfb transparent transparent;
    border-width: 15px 22px 45px;
    z-index: 1;
}
.colbxfour p{
    display: flex;
    font-family: 'saira',sans-serif; 
    font-weight: 300; 
    font-size: 45px; 
    letter-spacing: 2px; 
    color:#fff;
    align-items: center;
    justify-content: center;
}
.updwfour{
    width: 207px;
    height: 200px;
    position: absolute;
    top: 73px;
    left: 0px;
    background: #f4f1d7;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    box-shadow: 0px 3px 06px #333;
}
.updwfour p{
    display: flex;
    padding: 40px 10px 10px 17px;
    font-weight: 300; 
    font-size: 26px; 
    letter-spacing: 2px; 
    color:#888484;   
}
.updwfour p:hover{
    transition: 0.3s ease;
    transform: scale(1.2);
    color: #000;
}
.updwfour pre{
    display: flex;
    font-size: 14px;
    color:#333;
    overflow: hidden;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 0px 8px 18px;
    align-items: center;   
}

/********* Service parts ends here ***********/


/********* MoneyBack parts starts here ***********/
#MoneyBack{
    margin: -38px 0px 0px 0px;  
}
.MoneyBack{
    display: flex;
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-transform:uppercase; 
    font-weight: bold;
    padding: 40px 0px 20px 50px;
    opacity: calc(red 4%, orange 8%);
}

.mr-container{
    display: flex;
    width: 820px;
    height: 400px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 10px 0px -76px 93px; 
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 0px 4px 0px #666;    
}
.chat-heading{
    display: flex;
    color: #ee08c4;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0px 0px 0px 30px;
    width: fit-content; 
}

.my-chart{
    padding: 10px 0px 10px 0px;
}

.details >ul{
    list-style: none;
}

.details >ul li{
    padding: 4px 0px 2px 10px;
}

.details .percentage{
    font-weight: 300;
    color: crimson;
}

.monybacktext P{
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-align: justify;
    padding:110px 69px 0px 69px; 
    text-indent: 40px;
}
.monybacktext p span{
    color: deeppink; 
    font-size: 18px; 
    font-weight: bold;
}
/********* MoneyBack parts ends here ***********/


/********* Commute parts starts here *****************/ 
.Commute{
    display: flex;
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-transform:uppercase; 
    font-weight: bold;
    padding: 60px 0px 20px 50px;
    opacity: calc(red 4%, orange 8%);   
}
.commutetext P{
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-align: justify;
    padding: 60px 69px 20px 69px; 
    text-indent: 40px;
}
.commutetext p span{
    color: deeppink; 
    font-size: 18px; 
    font-weight: bold;
}
.commboxone{
    padding: 20px 0px 0px 0px;
}
.commboxtwo{
    padding: 20px 0px 0px 0px;
}
.commsvgimg{
    width: 400px;
    height: 207px;
    margin: 0px 0px 0px 38px;
    border-radius: 20px;
    box-shadow: 0px 3px 06px #08242b;
    padding: 0px 0px 0px 20px;
}
.commsvgimg .bagcom{
    position: relative;
    top: -75px;
    left: 196px;
    z-index: 100;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    animation-name: bagcomm;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-timing-function: ease;
}
@keyframes bagcomm{
    100%{
        transform: rotate(55deg);
        opacity: 1;
        top: -70px;
        left: 190px;
    }
}

.commsvgimg .baglight p{
    position: relative;
    top: -86px;
    left: 270px;
    z-index: 100;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    animation-name: baglight1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-timing-function: ease;
}
@keyframes baglight1{
        0%{
            opacity: 0;
            color: white;
        }
    100%{
        opacity: 1;
        top: -86px;
        left: 270px;
        color: red;
        opacity: 1;
    }
}

.commsvgimg .baglightone p{
    position: relative;
    top: -129px;
    left: 218px;
    z-index: 100;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    animation-name: baglight1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    animation-timing-function: ease;
}
@keyframes baglight1{
        0%{
            opacity: 0;
            color: white;
        }
    100%{
        opacity: 1;
        color: red;
    }
}



.commsvgimg2{
    width: 440px;
    height: 207px;
    margin: 0px 0px 0px -12px;
    border-radius: 20px 0px 0px 20px;
    box-shadow: 0px 3px 06px #333;
    padding: 0px 0px 0px 40px;
    position: relative;
}
.commsvgimg2 .pandbus{
    position: relative;
    top: -219px;
    left: 224px;
    color: #FFF;
    font-size: xx-large;    
}
.commsvgimg2 .pandcar{
    position: relative;
    top: -120px;
    left: 242px;
    color: #FFF;
    font-size: xx-large;    
}
.commsvgimg2 .mtext{
    position: absolute;
    top: 53px;
    left: 346px;
    display: flex;
}
.commsvgimg2 .mtext p{
    color: #fff;
    font-family:'saira',sans-serif; 
    font-size: 17px; 
    letter-spacing: 1px;
    font-weight: 300;    
}
.commsvgimg2 .cpoint img{
    width: 10px;
    height: 15px;
    z-index: 2000;
    position: relative;
    top: -215px;
    left: 64px;
    opacity: 0;
    transform: translateY(0%);
    animation-name: cpointone;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
} 
@keyframes cpointone{
    100%{
        transform: translateY(100%);
        opacity: 1;
        top: -210;
        left: 64;
    }
}
.commsvgimg2 .Annie{
    position: absolute;
    top: 14px;
    left: 328px; 
    font-family:'saira',sans-serif; 
    font-size: 16px; 
    letter-spacing: 2px; 
    font-weight: bolder;
    color: #dab213;
    z-index: 200;
}

.commsvgimg2 .cpointtwo img{
    position: relative;
    top: -328px;
    left: 30px;
    opacity: 0;
    transform: translateY(0%);
    animation-name: cpointwo;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    animation-timing-function: ease-in;
} 

@keyframes cpointwo{
    100%{
        transform: translateY(100%);
        opacity: 1;
        top: -329;
        left: 30;  
    } 
}

.commsvgimg2 .cpointthree img{
    position: relative;
    top: -260px;
    left: 58px;
    opacity: 0;
    transform: translateY(0%);
    animation-name: cpointhree;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 6s;
    animation-timing-function: ease-in;
}
@keyframes cpointhree{
    100%{
        transform: translateY(100%);
        opacity: 1;
        top: -260;
        left: 58; 
    } 
}

.commsvgimg2 .cpointfour img{
    position: relative;
    top: -280px;
    left: 5px;
    opacity: 0;
    transform: translateY(0%);
    animation-name: cpointfour;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 7s;
    animation-timing-function: ease-in;
}
@keyframes cpointfour{
    100%{
        transform: translateY(100%);
        opacity: 1;
        top: -280;
        left: 5; 
    } 
}
/********* Commute parts ends here *****************/

/********* Privilege parts starts here ************/
#privilege{
    margin: 70px 0px 0px 0px;
}
.privilege{
    display: flex;
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-transform:uppercase; 
    font-weight: bold;
    /* color:#0969f8; */
    padding: 60px 0px 20px 50px;
    opacity: calc(red 4%, orange 8%);
}

.sec1{
    display: flex;
    height: 500px;
    padding: 60px 0px 0px 70px;
    transform-style: preserve-3d;
    /* transform: rotateY(180deg); */

}
.ir{
    width: 207px;
    height: 90px;
    position: absolute;
    top: 541px;
    left: 70px;
    background-color: #283442;
}
.flip{
    width: 207px;
    height: 270px;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: perspective(2500px) rotateY(0deg);

}

.flip>.front{
    width: 207px;
    height: 270px;
    backface-visibility: hidden;
    position: absolute;
    transform-style: preserve-3d;
    transform: perspective(2500px) rotateY(0deg);
    transition: .5s linear;
    
}
.flip>.back{
    width: 207px;
    height: 270px;
    backface-visibility: hidden;
    position: absolute;
    transform-style: preserve-3d;
    transform:  perspective(2500px) (180deg);
    transition: transform .5s linear 0s;
    
}
.flip:hover .front{
    transform: perspective(2500px) rotateY('-180deg');
}
.flip:hover .back{
    transform: perspective(2500px) rotateY('0deg');
}

/********* Service privilege starts here ***********/

.cardz{
    width: 207px;
    height: 260px;
    transition: all 1s linear;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-left: 70px;   
}
.colone{
    position: relative;
}
.frontz,.backz{
    width: 207px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;   
}
.frontz{
    height: 260px;
    background-color: #ee08c4;
    z-index: 2;
    backface-visibility: hidden;
}
.backz{
    background-color: #0969f8;
    z-index: 1;
    transform: rotateY(180deg);
}
.cont:hover .cardz{
    transform: rotateY(180deg);   
}

.box1{
    width: 207px;
    height: 90px;
    background: linear-gradient(to bottom,#ccc,transparent 90%);
    position: absolute;
    top: 259px;
    left: 70px;
    /* color: #f12775; */
    color: #666;
    transform: translateY(1px);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: lowercase;
    text-align: center;
    justify-content: center;
    font-weight: bolder;
    padding: 30px 0px;   
}

/********** 2nd part ********/
.cont2{
    display: block;
    margin: -261px 0px 0px 215px;
}
.coltwo{
    position: relative;
}
.flip2z{
    width: 207px;
    height: 260px;
    transition: all 1s linear;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-left: 70px;  
}
.cont2:hover .flip2z{
    transform: rotateY(180deg);   
}
.box2{
    width: 207px;
    height: 90px;
    background: linear-gradient(to bottom,#ccc,transparent 90%);
    position: absolute;
    top: -1px;
    left: 285px;
    /* color: #f1bb27; */
    color: #666;
    transform: translateY(0px);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: lowercase;
    text-align: center;
    justify-content: center;
    font-weight: bolder;
    padding: 30px 0px;
}

/********** 3rd part ********/
.cont3{
    display: block;
    margin: -261px 0px 0px 430px;
}
.colthree{
    position: relative;
}
.flip3z{
    width: 207px;
    height: 260px;
    transition: all 1s linear;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-left: 70px;  
}
.cont3:hover .flip3z{
    transform: rotateY(180deg);   
}
.box3{
    width: 207px;
    height: 90px;
    background: linear-gradient(to bottom,#ccc,transparent 90%);
    position: absolute;
    top: -1px;
    left: 500px;
    color: #666;
    transform: translateY(0px);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: lowercase;
    text-align: center;
    justify-content: center;
    font-weight: bolder;
    padding: 30px 0px;
}
/********** 4th part ********/
.cont4{
    display: block;
    margin: -261px 0px 0px 644px;
}
.colfour{
    position: relative;
}
.flip4z{
    width: 207px;
    height: 260px;
    transition: all 1s linear;
    transform-style: preserve-3d;
    perspective: 1000px;
    margin-left: 70px;  
}
.cont4:hover .flip4z{
    transform: rotateY(180deg);   
}
.box4{
    width: 207px;
    height: 90px;
    background: linear-gradient(to bottom,#ccc,transparent 80%);
    position: absolute;
    top: -1px;
    left: 714px;
    
    /* color: orangered; */
    color: #666;
    transform: translateY(0px);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: lowercase;
    text-align: center;
    justify-content: center;
    font-weight: bolder;
    padding: 30px 0px;
}

.pretext p{
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-align: justify;
    padding:110px 69px 0px 69px; 
    text-indent: 40px;
}
.pretext p span{
    color: deeppink; 
    font-size: 18px; 
    font-weight: bold;
}
/*********** privilege ends here ************/

/********* Facilitate parts starts here ************/
.facilitate{
    display: flex;
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-transform:uppercase; 
    font-weight: bold;
    padding: 60px 0px 20px 50px;
    opacity: calc(red 4%, orange 8%);   
}

.container-icon{
    height: 1602px;
}

.facbox{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 129px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;
}
.fab{
    position: relative;
    left: 67px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.firex{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;   
}
.fex{
    position: relative;
    left: 50px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.acar{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;
}
.emerg{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}
.secur{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 57px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;
}
.sec{
    position: relative;
    left: -10px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

/*****/

.cctv{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 130px;
    top: 5px;
    bottom: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333; 
}
.cccam{
    position: relative;
    left: 63px;
    top: 0px;
    text-align: center;
}
.det{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;    
}
.dete{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;

}
.ele{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;    
}
.eleva{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center; 
}
.fin{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 58px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;    
}
.fingp{
    position: relative;
    left: -10px;
    top: 0px;
    text-align: center; 
}

/******/

.lock{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 130px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333; 
} 
.locke{
    position: relative;
    left: 65px;
    top: 0px;
    text-align: center;
    
}
.sen{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;      
}
.senso{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    
} 
.acrom{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;    
} 
.acroom{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    
}
.pri{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 57px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;     
}
.priv{
    position: relative;
    left: -5px;
    top: 0px;
    text-align: center;
   
}

/*******/

.wi{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 128px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;      
}
.wifi{
    position: relative;
    left: 66px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.serv{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;        
}
.serve{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.stu{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;   
}

.stud{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.proj{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 57px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333; 
}
.projector{
    position: relative;
    left: -7px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
/**********/

.rati{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 129px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;
}
.ratio{
    position: relative;
    left: 62px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.ip{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;    
}
.ipad{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.appdk{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;  
}
.appcodk{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}
.stv{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 56px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 06px #333;  
}
.sonytv{
    position: relative;
    left: -8px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}

/*******/

.artd{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 130px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;
}
.artdk{
    position: relative;
    left: 66px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}
.tool{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;    
}
.tls{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}
.conf{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}
.conftx{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;   
}
.loun{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 56px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333; 
}
.loung{
    position: relative;
    left: -6px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;   
}
/*******/

.powd{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 131px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333; 
}
.pow{
    position: relative;
    left: 66px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}
.aud{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;     
}
.audiotx{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.focu{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}
.focux{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;   
}
.meet{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 56px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333; 
}
.meetr{
    position: relative;
    left: -6px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}

/*****/

.threedm{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 132px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333; 
}
.threedr{
    position: relative;
    left: 66px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;   
}
.datar{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;   
}
.datarm{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}
.editm{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333; 
}
.editrm{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;    
}
.vfxsf{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 56px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}
.vfxrm{
    position: relative;
    left: -7px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}

/*********/


.adm{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 133px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}
.adrm{
    position: relative;
    left: 70px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;   
}
.inter{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
} 
.intrm{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
      
}
.fash{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}
.fashm{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;   
}
.gall{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 55px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;   
}
.gallrm{
    position: relative;
    left: -11px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}
/********/


.pantr{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 132px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}  
.pantrm{
    position: relative;
    left: 67px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
}
.coff{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 110px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;   
}
.cofferm{
    position: relative;
    left: 50px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;    
}
.cafete{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 86px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;  
}
.cafeterm{
    position: relative;
    left: 22px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;    
}
.bigloun{
    display: flex;
    width: 120Px;
    height: 100px;
    position: relative;
    left: 56px;
    top: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 06px #333;    
}
.biglo{
    position: relative;
    left: -6px;
    top: 0px;
    text-align: center;
    padding: 0px 0px 0px 0px;  
}

/******* ends part of icons ********/

.fmidline{
    display: flex;  
    align-items: center; 
    justify-content: center;
    padding: 30px 0px 12px 0px;
}

/*********** Facilitate ends here ************/



/********* FAQs starts here ************/

.fs{display: flex;
    font-family:'saira',sans-serif; 
    font-size: 18px; 
    letter-spacing: 2px;
    text-transform:uppercase; 
    font-weight: bold;
    padding: 60px 0px 20px 50px;
    opacity: calc(red 4%, orange 8%);
}
.prowbox{
    max-width: 500px;
    margin-top: 12px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid deeppink;
    cursor: pointer;}

.question{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #b42857;
    align-items: center;}

.answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;}

.answer p{line-height: 2;}

.prowbox.active .answer{
    max-height: 300px;
    animation: fade 1s ease-in-out;}

.prowbox.active svg{
    transform: rotate(180deg);}
svg{
    transition: transform 0.5s ease-in;}
@keyframes fade {
    from{
        opacity: 0;
        transform: translateY(-10px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }    
}

/********* FAQs ends here ************/

/********* to-top-btn starts here *****/
.to-top-btn{
    position: fixed;
    bottom: 16px;
    right: 30px;
    border-radius: 50%;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #b42857;
    border: 3px solid #ee8a8a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f1f1f1;

}
.to-top-btn:hover{
    color: #f1f1f1;
}
/********* to-top-btn ends here *****/

/********* Footer starts here ************/
.logo44{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 10px 0px;  
  }

hr{
    display: block;
    border-style: inset;
    unicode-bidi: isolate;
    /* border: 0.1px solid #a19b9b; */
    border: 1px solid #e0dbdb;
    margin: 5px 0;
    opacity: 1;
}

.copyy p{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    padding:0px 0px;
    letter-spacing: 2px;
    font-family: 'saira', Arial, Helvetica, sans-serif; 
    font-weight: 300;
}
.copyy p{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#333;
    font-weight: 300;
    padding:15px 0px 0px 0px;
    letter-spacing: 2px;
    font-weight: bold;
}
.copyy p span{
    color: #d80045;
    position: relative;
    left: 10px;
    margin-right: 17px;
    font-weight: 300;
    font-weight: bold;
} 

/********* Footer ends here ************/


/********* Media srceen starts here - (max - 2560 px) and (min - 992 px Up ) ************/
/********* Media srceen ends here - (max - 2560 px) and (min - 992 px Up ) ************/


/********* Media srceen starts here - (max - 991 px) and (max - 768 px Up ) ************/
@media (max-width: 991px) and (min-width: 768px) {

    .menu-items.open{top: 100px;}
    .mainbar {padding: 0px 0px 0px 0px;}
    #humb {padding: 60px 0px 0px 80px;}

    .uperone {width: 180px; left: 10px;}
    .colbxone {width: 180px;}
    .updwone {width: 180px;}
    .updwone p {left: 12px}
    .colbxone::after {top: 165px; left: 137px;}

    .upertwo {width: 180px; left:205px;}
    .colbxtwo{width: 180px;}
    .updwtwo{ width: 180px;}
    .colbxtwo::after {top: 160px; left: 137px;}

    .uperthree {width: 180px; left: 390px;}
    .colbxthree {width: 180px;}
    .updwthree {width: 180px;}
    .colbxthree::after{left: 137px;}

    
    .uperfour{width: 180px; left: 575px;}
    .colbxfour{width: 180px;}
    .updwfour {width: 180px;}
    .updwfour pre{padding:5px 0px 8px 1px;}
    .colbxfour::after{top:160px; left: 137px;}

    .mr-container {
        display: flex;
        width: 750px;
        height: 400px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 10px 0px -76px 10px;}
    
    .Commute2nd{ 
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 25px; 
        padding-left: 200px; 
        padding-right: 200px;}


    
    .colone{ width: 100%;}
    .cardz{ 
        display: block;
        margin-left: 70px;}
    .box1{left: 70px; width: 207px;}

    .coltwo{ width: 100%;}
    .cont2 {
        display: block;
        width: 100%;
        margin: -261px 0px 0px 234px;}
    .box2{left: 303px;}


    .colthree{ width: 100%;}
    .cont3 {
        display: block;
        width: 100%;
        margin: -261px 0px 0px 463px;}
    .box3{top: -2px; left: 532px;}


    .colfour{ width: 100%;}
    .cont4 {
        display: block;
        margin: 84px 0px 0px 233px;}
    .box4{top: 344px; left: 303px;}

    /******facilitate*******/

    .container-icon{
        height: 1580px;}

    .faci{width: 25%;}
    
    .fab{left: 0px;}
    .facbox{left: 40px;}
    .fex{left: 0px;}
    .firex{left: 35px;}
    .emerg{left: 0px;}
    .acar{left: 35px;}
    .sec{left: -10px;}
    .secur{left: 30px;}

    .cccam{left: 0px;}
    .cctv{left: 40px;}
    .dete{left: 0px;}
    .det{left: 35px;}
    .eleva{left: 0px;}
    .ele{left: 35px;}
    .fingp{left: -10px;}
    .fin{left: 30px;}

    .locke{left: 0px;}
    .lock{left: 40px;}
    .senso{left: 0px;}
    .sen{left: 35px;}
    .acroom{left: 0px;}
    .acrom{left: 35px;}
    .pri{left: 30px;}

    .wifi{left: 0px;}
    .wi{left: 40px;}
    .serve{left: 0px;}
    .serv{left: 35px;}
    .stud{left: 0px;}
    .stu{left: 35px;}
    .proj{left: 30px;}

    .ratio{left: 0px;}
    .rati{left: 40px;}
    .ipad{left: 0px;}
    .ip{left: 35px;}
    .appcodk{left: 0px;}
    .appdk{left: 35px;}
    .stv{left: 30px;}
    /**** 1st ends ****/

    .artdk{left: 0px;}
    .artd{left: 40px;}
    .tls{left: 0px;}
    .tool{left: 35px;}
    .conftx{left: 0px;}
    .conf{left: 35px;}
    .loun{left: 30px;}

    .pow{left: 0px;}
    .powd{left: 40px;}
    .audiotx{left: 0px;}
    .aud{left: 35px;}
    .focux{left: 0px;}
    .focu{left: 35px;}
    .meet{left: 30px;}

    .threedr {left: 0px;}
    .threedm {left: 40px;}
    .datarm {left: 0px;}
    .datar {left: 35px;}
    .editrm {left: 0px;}
    .editm {left: 35px;}
    .vfxsf {left: 30px;}

    .adrm {left: 0px;}
    .adm {left: 40px;}
    .intrm {left: 0px;}
    .inter {left: 35px;}
    .fashm {left: 0px;}
    .fash {left: 35px;}
    .gall {left: 30px;}

    .pantrm{left: 0px;}
    .pantr{left: 40px;}
    .cofferm{left: 0px;}
    .coff{left: 35px;}
    .cafeterm{left: 0px;}
    .cafete{left: 35px;}
    .bigloun{left: 30px;}
    /**** 2nd ends ****/

    

}
/********* Media srceen ends here - (max - 991 px) and (max - 768 px Up ) ************/
@media (max-width: 991px) and (min-width: 768px) {
    .menu-items.open {
        top: 121px;
    }







}
/********* Media srceen starts here - (max - 767 px) and (max - 320 px Up ) ************/
@media (min-width: 320px) and (max-width: 767px){

    

    .servicefixbox {
        position: static;
        height: 200px;}

    .firstbox{
        display: flex;
        flex-direction: column;
        width: 100%;}

    .servicenav{
        display: flex;
        width: 100vw;
        height: 100vh;
        background: none;
        box-shadow: none;}

    .snav{
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 195px;
        padding-left: 0px;
        background-color: lightpink;}

    .snav li a{
        position: relative;}

    .snav li a.active {
        background: black;}

    .snav li a::before {
        background: none;
        transform: translatex(-100%);}


    /******* nav menu *********/
    #fgotex{
        display:flex;
        padding: 0px 0px 0px 0px;
        margin: 14px 0px 0px 5px;
        width: 121px;
        height: 28px;
    }

    #fgotex .col-6{width: 50%;}

    .mainbar{
        position: absolute;
        top: 150px;}

    .menu-items {
        flex-direction: column;
        border-radius: 0px 0px;
        padding: 0xp 0px;
        justify-content: space-around;
        align-items: center;
        position: absolute;
        background-color: #5a4d70;
        color: #fff;
        top: 100px;
        left: -100dvw;
        right: 0;
        z-index: 1000;
        height: 60vw;
        width: 100%;
        transition: 0.3s ease-in-out;
        }

    .menu-items li a {
            text-decoration: none;
            text-align: center;
            color: #fff;}

    .menu-items.open {
        left: 0px;
        top: 99px;
        transition: 0.3s ease-in-out;}

    #humb{
        display: flex;
        padding: 6px 10px 4px 0px;
        align-items: end;
        justify-content: end;}

    .midlegal {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px 40px 0px;
        margin: 0px 0px 0px 0px;}

    /****** partone ********/
    .partone{
        position: relative; 
        top:-60px ; 
        left: 0px;
        margin: 60px 0px 1120px 0px;}
    
    .mbox{
        width: 100%;
        display: flex;
        margin:0px 0px 0px -40px;
        align-items: center;
        justify-content: center;}
    
    .upertwo {
        flex-direction: column;
        display: flex;
        position: relative;
        top: 295px;
        left: 0px;}

    .commbox{ width: 100%; 
        align-items: center;
        justify-content: center;}

    .pribox{width: 100%;
        align-items: center;
        justify-content: center;}

    .uperthree{
        position: relative;
        top: 573px;
        left: 0px;}
    .facibox{
        width: 100%;
        align-items: center;
        justify-content: center;}
    .uperfour{
        position: relative;
        top: 855px;
        left: 0px;}

    /******* Money Back ******/
    .MoneyBack {
        display: flex;
        font-family: 'saira',sans-serif;
        font-size: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 40px 0px 20px 20px;}

    .mr-container {
        display: flex;
        flex-direction: column;
        width: 300px;
        height: 600px;
        align-items: center;
        justify-content: center;
         overflow: hidden;
        margin:0px 0px 10px 10px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 1px 0px 4px 0px #666;}

    .monybacktext p{
        padding: 10px 30px 0px 30px;
        text-indent: 40px;}


    /******  Commute  ********/
    .Commute{
        font-size: 20px;
        padding: 40px 0px 20px 20px;}
    
    .commsvgimg {
        width: 360px;
        height: 207px;
        margin: 0px 0px 10px 8px;
        border-radius: 20px;
        padding: 0px 0px 0px 0px;}

    .commsvgimg2{
        width: 360px;
        height: 207px;
        margin: 0px 0px 0px -12px;
        border-radius: 20px 0px 0px 20px;
        box-shadow: 0px 3px 6px #333;}

    .commsvgimg2 .Annie {
        font-size: 20px;}

    
    /******* privilege ********/

    .privilege{
        font-size: 20px;
        padding: 40px 0px 20px 20px;}
    
    .colone{
        width: 100%;
        position: relative;}
    .coltwo{
        width: 100%;
        position: relative;
        top: 357px;
        left: -214px;}
    .colthree{
        width: 100%;
        position: relative;
        top: 688px;
        left: -429px}
    .colfour{
        width: 100%;
        position: relative;
        top: 1031px;
        left: -645px}
    .pretext p{
        padding: 1130px 69px 0px 69px;}

    /***** Facilitate *******/

    .facilitate{
        font-size: 20px;
        padding: 40px 0px 20px 20px;}

    .container-icon {
        height: 6360px;}

    .faci{width: 100%;}

    .fab{left: 0px;}
    .facbox{left: 35%;}
    .fex{left: 0px;}
    .firex{left: 35%;}
    .emerg{left: 0px;}
    .acar{left: 35%;}
    .sec{left: 0px;}
    .secur{left: 35%;}

    .cccam{left: 0px;}
    .cctv{left: 35%;}
    .dete{left: 0px;}
    .det{left: 35%;}
    .eleva{left: 0px;}
    .ele{left: 35%;}
    .fingp{left: 0px;}
    .fin{left: 35%;}

    .locke{left: 0px;}
    .lock {left: 35%;}
    .senso {left: 0px;}
    .sen {left: 35%;}
    .acroom {left: 0px;}
    .acrom {left: 35%;}
    .priv {left: 0px;}
    .pri {left: 35%;}

    .wifi{left: 0px;}
    .wi{left: 35%;}
    .serve {left: 0px;}
    .serv {left: 35%;}
    .stud {left: 0px;}
    .stu {left: 35%;}
    .projector {left: 0px;}
    .proj {left: 35%;}

    .ratio{left: 0px;}
    .rati {left: 35%;}
    .ipad {left: 0px;}
    .ip {left: 35%;}
    .appcodk {left: 0px;}
    .appdk {left: 35%;}
    .sonytv {left: 0px;}
    .stv {left: 35%;}

    .artdk{left: 0px;}
    .artd {left: 35%;}
    .tls {left: 0px;}
    .tool {left: 35%;}
    .conftx {left: 0px;}
    .conf{left: 35%;}
    .loung {left: 0px;}
    .loun {left: 35%;}

    .pow{left: 0px;}
    .powd{left: 35%;}
    .audiotx{left: 0px;}
    .aud{left: 35%;}
    .focux{left: 0px;}
    .focu{left: 35%;}
    .meetr{left: 0px;}
    .meet{left: 35%;}


    .threedr{left: 0px;}
    .threedm{left: 35%;}
    .datarm{left: 0px;}
    .datar{left: 35%;}
    .editrm{left: 0px;}
    .editm{left: 35%;}
    .vfxrm{left: 0px;}
    .vfxsf{left: 35%;}

    .adrm{left: 0px;}
    .adm{left: 35%;}
    .intrm{left: 0px;}
    .inter {left: 35%;}
    .fashm {left: 0px;}
    .fash {left: 35%;}
    .gallrm{left: 0px;} 
    .gall {left: 35%;}

    .pantrm{left: 0px;}
    .pantr {left: 35%;}
    .cofferm {left: 0px;}
    .coff {left: 35%;}
    .cafeterm {left: 0px;}
    .cafete {left: 35%;}
    .biglo {left: 0px;}
    .bigloun {left: 35%;}

    /******** FAQs ************/

    .fs{font-size: 20px;
        padding: 40px 0px 20px 20px;}

    .to-top-btn{
        right: 8px;}



















}