@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.sub-head {
    width: 100%;
    max-width: 100ch;
    margin-inline: auto;
    color: #13294a;
    text-align: center;
    font-size: 18px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0 5%;
}

@media screen and (max-width:710px) and (min-width: 600px) {
    .sect{
        padding-left: 0px !important;
        padding-right: 0px !important;
        flex-direction: row !important; 
    }
}

.mb {
    margin-bottom: 4%;
}

.mr1 {
    margin-right: 5px;
}

.nav-scrolled {
    background: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    top: 0;
    position: fixed;
    top: 0;
}

.user {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.user a {
    text-decoration: none;
    color: #ffffff;
}

@media screen and (max-width:1100px) {
    #form{
        width: 50%;
    }
}
@media screen and (max-width:850px) {
    #form{
        left: 0;
        transform: translate(0, 50%);
    }
}
@media screen and (max-width:768px) {
    .topp3 {
        display: none;
    }
    #form{
        width: 75%;
    }
}

.logo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.logo img {
    width: 135px;
}

.sidenav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 80%;
}

.mid-nav {
    width: 30vw;
}

.search-box {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
}

.search-box1 {
    width: fit-content;
    height: fit-content;
    display: inline-block;
    position: relative;
    display: none;
}

.a1 {
    color: #13294a;
    text-decoration: none;
    margin: 0 25px;
}

.a1:hover {
    color: #2272FF;
}

.box-inner {
    width: 200px;
    height: 200px;
}
.closebtn {
    display: none;
}
.accordian {
    width: 40%;
}
@media screen and (min-width:1250px) and (max-width:1410px){
    .a1 {
        margin: 0 20px;
    }
}
@media screen and (min-width:1250px) and (max-width:1340px){
    .a1 {
        margin: 0 15px;
    }
}
@media screen and (min-width:1180px) and (max-width:1270px){
    .a1 {
        margin: 0 9px;
    }
}
@media screen and (max-width:1180px) {
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        display: block;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .logo a div {
        display: none;
    }

    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        border-left: 2px solid transparent;
    }

    .a1:hover {
        color: #f1f1f1;
        border-left: 2px solid red;
    }

    .a1 {
        margin: 0;
        border-bottom: 1px solid #5b5b5b;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .sidenav .closebtn:hover {
        color: white;
    }

    .search-box{
        display: none;
    }
    .open-search{
        display: flex;
        gap: 20px;
    }
    .search-box1{
        display: block;
    }
}
@media screen and (max-width:950px){
    .topp3{
        display: none;
    }
}
@media screen and (max-width:600px){
    
    .logo img{
        width: 120px;
    }
    .sect, .flip{
        width: 90%;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0px !important;
    }
    .flip{ 
        padding-top: 12px !important;
    }
    .flipcard{
        width: 100% !important;

    }
}
@media screen and (max-width:500px){
    .accordian{
        width: 80%;
    }
    .cycle-inner {
        width: 88%;
        margin: 0 auto;
        flex-direction: column-reverse;
        align-items: center;
    }
    .plan img {
        width: 65vw;
    }
    .cycle h3 {
        font-size: 29px;
    }

    .servicebannerTxt{
        display: none;
    }
    .banner-cont{
        top: 40% !important;
    }
    .box1{
        width: 100%;  /*by jj*/
    }
    .servicemodel{
        margin: auto;
        position:  relative !important; 
    }
    .box:hover {
        width: 100%;
    }
    .why-us,.flipcard{
        width: 100% !important;
    }
    .flip{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

.container {
    position: relative;
    padding: 2% 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

.container .sect::before {
    content: '';
    clip-path: polygon(66% 37%, 100% 37%, 36% 100%, 0% 100%);
    width: 800px;
    max-width: 100%;
    height: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #eee;
    transform: translate(-50%, -56%);
    z-index: -1;
}

.sect {
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2px;
    margin-top: 3%;
    gap: 16px;
}

.sect1 {
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.box {
    position: relative;
    height: 100%;
    width: 100%;
}

.box h4 {
    font-weight: normal;
    text-align: center;
    color: #ffffffb3;
    font-size: 14px;
}

.box1 {
    position: absolute;
    background-color: #2272FF;
    color: #ffffffb3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 4px solid #ffffff24;
}

.box1:hover {
    scale: 0.9;
    background-color: #2D25A7;
}

.box1:hover img {
    scale: 1.1;
}

.box1 img {
    width: 75px;
    margin-bottom: 20px;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* container end here  */
.cycle {
    padding: 3% 0 2% 0;
    margin: 0 auto;
}

.cycle img {
    width: 100%;
    padding: 2% 7% 2% 2%;
}

@media screen and (max-width:768px) {
    .container, .cycle, .why-us {
        padding: 3.8% 0;
    }
}

.elem {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #ffffff00;
    color: #000000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active1,
.symbol:hover {
    color: #c20d0d;
    background-color: #e4f2ff;
}

.active1:after {
    content: " ";
    transform: rotate(225deg);
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    margin: 2% 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;

}

.plan img {
    width: 30vw;
}
@media screen and (max-width:700px){
    .cycle-inner {
        width: 90%;
        margin: 0 auto;
    }
    .plan img {
        width: 45vw;
    }
}

/* cycle ends here */

.why-us {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.why-us::after {
    content: '';
    position: absolute;
    height: 65%;
    width: 94%;
    bottom: 0%;
    left: 50%;
    background-color: #f1f1f1;
    z-index: -1;
    border-radius: 10vw 10vw 0 0;
    transform: translateX(-50%);
    transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.why-us h3 {
    font-size: 35px;
    text-align: center;
    font-weight: normal;
}

.flip {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    max-width: 1350px;
    margin-bottom: 20px;
}

.flipcard {
    background-color: transparent;
    width: 300px;
    height: 200px;
    perspective: 500px;
}

.flipcard-inner {
    position: relative;
    width: 100%;
    height: 100%;
    /* text-align: center; */
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flipcard:hover .flipcard-inner {
    transform: rotateY(180deg);
}

.front,
.back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 36px;
    text-align: center;
}

.front {
    background-color: #2272FF;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    border: 4px solid #ffffff24;
}

.front h2 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
}

.front img:first-child {
    width: 100px;
}

.front img:last-child {
    width: 32px;
    background: #ffffff24;
    padding: 8px 8px 20px 8px;
    border-radius: 12px;
    position: absolute;
    bottom: -7%;
    opacity: 1;
}

.front img {
    width: 100px;
}

.back {
    background-color: #2D25A7;
    color: #ffffff;
    transform: rotateY(180deg);
    padding: 20px;
    font-size: 12px;
    text-align: center;
    align-content: center;
}

@media screen and (max-width:700px){
    .why-us{
        width: 100%;
    }
    .why-us h3{
        font-size: 35px;
    }
}
/* why us ends here */

.i {
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.i:hover {
    font-size: 20px;
    color: #1476f2;
    padding: 0 10px;
}

.copy p {
    color: #ffffff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

@media screen and (max-width:950px) {
    .share {
        flex-direction: column;
        padding: 45px 10px 30px 10px;
    }
    .second{
        padding: 0 10px;
    }
    .third{
        padding: 0 10px;
    }
    .fourth{
        padding: 0 10px;
    }
}

@media screen and (max-width:800px){
    .why-us {
        padding: 2% 0;
    }
}

@media screen and (max-width:500px) {
    .icon{
        margin-bottom: 5px;
    }
    .i {
        padding: 0 15px 0 0;
    }   
    .sub-head {
        padding: 0 9%;
    }
}
/* add by jj*/
@media screen and (min-width:440px) and (max-width:900px){
    .banner-cont {
        position: absolute;
        width: 85%;
        top: 10%;
        left: 10%;
    }
    .banner-cont p{
        font-size: 18px;
    }
}
@media screen and (min-width:1920px) {
    .plan img{
        width: 25vw;
    }
}
@media screen and (min-width:2880px) {
    .service-banner{
        height: 48vh;
    }
    .plan img{
        width: 18vw;
    }
}

@media screen and (min-width:4320px) {
    .service-banner{
        height: 32vh;
    }
    .plan img{
        width: 11vw;
    }
}

@media screen and (min-width:5760px) {
    .service-banner{
        height: 24vh;
    }
    .plan img{
        width: 9vw;
    }
}