
/* Pricing table design part */

.pricing-section {
    background-color: #f0f0f0;
    /* display: flex  !important;
    justify-content: center !important; */
    align-items: center !important;
    margin-bottom: 5% !important;
    margin-top: 8%;

}

.pricing-section .pricing {
    text-align: center;
    max-width: 100%;
    padding: 0 5%;
}

.pricing{
    padding-bottom: 10% !important;
}

.pricing-section .pricing h2 {
    font-size: 2.5rem;
    color: #12264d;
    margin: 0 5% 0 5%;
    font-weight: 600;
}

.pricing-section .pricing .MainHeadingDiv p{
    color: #666;
    font-size: 1rem;


}
.pricing-section .pricing-cards {
    margin-top: 4%; 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    padding: 0 10px;
}
.pricing-section .card {
    background-color: white;
    flex: 24%;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    border: none;
}

.box-gap{
    padding: 10px;
}

.cardheadings {
    font-size: 30px ;
    font-weight: lighter;
    color: #1F2937;
    margin: 0%;
}
.pricing-section .card:hover {
    transform: translateY(-2vh);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.pricing-section .card h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}
.cardpara {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding: 0% 5%;
}
.pricing-section .price {
    font-size: 2rem;
    /* margin: 20px 0; */
}
.pricing-section .price span:first-child,
.pricing-section .price span:last-child {
    font-size: 1rem;
    vertical-align: top;
}
.pricing-section .billing {
    display: flex;
    gap: 36%;
    align-items: center;
    background-color: #f0f0f0;
    height: 10vh;
    justify-content: center;
    margin-bottom: 2%;
}
.pricing-section .billing span {
    color: #666;
}
.pricing-section .switch {
    position: relative;

    width: 4vw;
    height: 4vh;
}




.pricing-section ul {
    text-align: left;
    padding: 0;
    margin-left: 15%;
    margin-bottom: 0.6rem;
}

.price span{
    color: #0A2A59;
}

.pricing-section ul li {
    color: #4B5563;
    margin-bottom: 2%;
}
.pricing-section button.subscribe {
    background-color: transparent;
    color: #0A2A59;
    border: 2px solid #0A2A59;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 80%;
}
.pricing-section button.subscribe:hover {
    background-color: #0A2A59;
    color: white;
}

.checkbox-wrapper-17 .switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.checkbox-wrapper-17 .switch input {
  display:none;
}

.checkbox-wrapper-17 .slider {
  width: 100%;  
  background-color: #4B5563;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.checkbox-wrapper-17 .slider:before {
  background-color: #fff;
  bottom: 0px;
  content: "";
  height: 24px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 24px;
}

.checkbox-wrapper-17 input:checked + .slider {
  background-color: #0A2A59;
}

.checkbox-wrapper-17 input:checked + .slider:before {
  transform: translateX(33px);
}

.checkbox-wrapper-17 .slider.round {
  border-radius: 34px;
}

.checkbox-wrapper-17 .slider.round:before {
  border-radius: 50%;
}

.checkbox-wrapper-17 .slider.round{
    width: 115%;
}





  .checkbox-wrapper-17 input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
  }

  .checkbox-wrapper-17 label {
    --size: 50px;

    cursor: pointer;
    width: var(--size);
    height: calc(var(--size) / 2);
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
  }

  




/* billing */
.abilling{
    display: flex;
    gap:50%;
    background-color: #F3F4F6;
    height: 10vh;
}
.ann-slider .switch {
    position: relative;

    width: 4vw;
    height: 4vh;
}
.pricing-section .switch input {
    display: none;
}


.outerdiv {
    margin-bottom: 5%;
}

.smallcontent-sub{
    position: absolute;
    bottom: 0%;
    width: 100%;
}

@media only screen and (min-width:2304px){
    .pricing-section .pricing {
    text-align: center;
    width: 100%;
    padding: 2% 5%;
    }

    .cardheadings {
    font-size: 40px;
    }

    .cardpara {
    font-size: 1.7rem;
    margin-bottom: 10px;
    }

    .pricing-section .price {
    font-size: 3.2rem;
    }

    .pricing-section .price span:first-child, .pricing-section .price span:last-child {
    font-size: 1.8rem;
    vertical-align: top;
    }

    .pricing-section .billing span {
    color: #666;
    font-size: 1.7rem;
    }

    .pricing-section ul li {
    color: #4B5563;
    margin-bottom: 3%;
    font-size: 1.5rem;
    }

    .pricing-section button.subscribe {
    background-color: transparent;
    padding: 10px 10px;
    cursor: pointer;
    transition: 0.3s;
    width: 75%;
    font-size: 1.6rem;
    }

    .pricing-section .billing {
        display: flex;
        gap: 36%;
        align-items: center;
        background-color: #f0f0f0;
        height: 8vh;
        justify-content: center;
        margin-bottom: 2%;
    }



    .checkbox-wrapper-17 .slider:before {
        background-color: #fff;
        bottom: 3px;
        content: "";
        height: 27px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 27px;
    }

}

@media  only screen and (max-width:2303px) {
    .pricing-section .pricing {
    text-align: center;
    width: 100%;
    padding: 2% 5%;
    }

    .cardheadings {
    font-size: 35px;
    }

    .cardpara {
    font-size: 1.4rem;
    margin-bottom: 10px;
    }

    .pricing-section .price {
    font-size: 2.5rem;
    }

    .pricing-section .price span:first-child, .pricing-section .price span:last-child {
    font-size: 1.8rem;
    vertical-align: top;
    }

    .pricing-section .billing span {
    color: #666;
    font-size: 1.7rem;
    }

    .pricing-section ul li {
    color: #4B5563;
    margin-bottom: 3%;
    font-size: 1.4rem;
    }

    .pricing-section button.subscribe {
        background-color: transparent;
        padding: 13px 10px;
        cursor: pointer;
        transition: 0.3s;
        width: 75%;
        font-size: 1.6rem;
    }



    .checkbox-wrapper-17 .slider:before {
        background-color: #fff;
        bottom: 3px;
        content: "";
        height: 27px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 27px;
    }

    .pricing-section .billing {
        display: flex;
        gap: 36%;
        align-items: center;
        background-color: #f0f0f0;
        height: 8vh;
        justify-content: center;
        margin-bottom: 2%;
    }

}


@media only screen and (max-width:1900px){
        .cardheadings {
        font-size: 30px;
    }

        .cardpara {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }


        .pricing-section .price {
        font-size: 2.5rem;
    }

    .pricing-section .price span:first-child, .pricing-section .price span:last-child {
        font-size: 1.5rem;
        vertical-align: top;
    }

    .pricing-section .billing span {
        color: #666;
        font-size: 1.5rem;
    }

    .pricing-section ul li {
        color: #4B5563;
        margin-bottom: 1%;
        font-size: 1.4rem;
    }

    .pricing-section button.subscribe {
        background-color: transparent;
        padding: 8px 10px;
        cursor: pointer;
        transition: 0.3s;
        width: 75%;
        font-size: 1.5rem;
    }

    .pricing-section .billing {
        display: flex;
        gap: 36%;
        align-items: center;
        background-color: #f0f0f0;
        height: 9vh;
        justify-content: center;
        margin-bottom: 2%;
    }

    .checkbox-wrapper-17 .slider:before {
    background-color: #fff;
    bottom: 5px;
    content: "";
    height: 24px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 24px;
}

}

/* ========= */

@media only screen and (max-width:1700px){
    .pricing-section .pricing h2{
        font-size: 2.5rem;
    }
    .pricing-section .pricing .MainHeadingDiv p{
        font-size: 2rem;
    }
    .cardheadings {
        font-size: 1.8rem ;
    }
    .cardpara{
        font-size: 1.2rem;
    }
    .pricing-section .price{
        font-size: 2rem;
    }

    .pricing-section .price span:first-child,
    .pricing-section .price span:last-child {
        font-size: 1.3rem;
        vertical-align: top;
    }


    .pricing-section .billing span {
        color: #666;
        font-size: 1.3rem;
    }


.pricing-section .billing {
    display: flex;
    gap: 28%;
    height: 9vh;
    font-size: 1.2rem;
}


.pricing-section .card {
    background-color: white;
    flex: 24%;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.pricing-section ul{
    font-size: 1.2rem;
}
    .pricing-section button.subscribe {
        padding: 6px 0px;
        border-radius: 5px;
        transition: 0.3s;
        width: 70%;
        font-size: 1.2rem;
    }

    .pricing-section ul li {
        color: #4B5563;
        margin-bottom: 1%;
        font-size: 1.1rem;
    }




}


@media only screen and (max-width:1440px){
    .checkbox-wrapper-17 input:checked + .slider::before {
    transform: translateX(36px);
}


    .pricing-section .pricing h2{
        font-size: 1.4rem;
    }
    .pricing-section .pricing .MainHeadingDiv p{
        font-size: 1rem;
    }
    .cardheadings {
        font-size: 1.5rem ;
    }
    .cardpara{
        font-size: 0.9rem;
    }
    .pricing-section .price{
        font-size: 1.7rem;
    }
    .pricing-section .price span:first-child,
    .pricing-section .price span:last-child {
    font-size: 1rem;
}

    .pricing-section button.subscribe {
        padding: 15px 15px;
        border-radius: 5px;
        transition: 0.3s;
        width: 80%;
        font-size: 1.1rem;
    }


.pricing-section ul{
    font-size: 1.2rem;
}
.pricing-section button.subscribe {
    padding: 5px 10px;
    width: 75%;
}

    .pricing-section .billing span {
        color: #666;
        font-size: 1rem;
    }

    .pricing-section .billing {
        display: flex;
        gap: 28%;
        height: 7vh;
        font-size: 1.2rem;
        margin-bottom: 2%;
    }



    .pricing-section ul li {
        color: #4B5563;
        margin-bottom: 0%;
        font-size: 0.9rem;
    }

    /* .pricing-section .pricing-cards{
        margin-top: 2%;
    } */

    .cardpara{
        margin-bottom: 2%;
    }

    .checkbox-wrapper-17 .switch {
        display: inline-block;
        height: 25px;
        position: relative;
        width: 50px;
    }

    .checkbox-wrapper-17 .slider.round {
        width: 100%;
    }

    .checkbox-wrapper-17 .slider:before {
        background-color: #fff;
        bottom: 3px;
        content: "";
        height: 20px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 20px;
    }

    .checkbox-wrapper-17 input:checked + .slider::before {
        transform: translateX(22px);
    }

}



@media only screen and (max-width:1200px){
    .pricing-section .pricing h2{
        font-size: 2.5rem;
    }
    .pricing-section .pricing .MainHeadingDiv p{
        font-size: 1rem;
    }
    .cardheadings {
        font-size: 1.8rem ;
    }
    .cardpara{
        font-size: 0.9rem;
    }
    .pricing-section .price{
        font-size: 1.6rem;
    }
    .pricing-section .price span:first-child,
.pricing-section .price span:last-child {
    font-size: 1rem;
}
.pricing-section .billing {
    gap: 25%;
    height: 10vh;
    font-size: 1rem;

}


.pricing-section ul{
    font-size: 0.9rem;
}
/* .pricing-section button.subscribe {
    padding: 20px 20px;
    width: 80%;
} */

    .pricing-section .billing span {
        color: #666;
        font-size: 1.2rem;
    }

    .pricing-section ul li {
        color: #4B5563;
        font-size: 0.9rem;
    }

    .pricing-section button.subscribe {
        /* padding: 10px 20px;
        width: 80%; */
        font-size: 1rem;
        margin-top: 48%;
    }
}


@media only screen and (max-width:1080px){
    .pricing-section .pricing h2{
        font-size: 2.2rem;
    }
    .pricing-section .pricing .MainHeadingDiv p{
        font-size: 0.8rem;
    }
    .cardheadings {
        font-size: 1.6rem ;
    }
    .cardpara{
        font-size: 0.8rem;
    }
    .pricing-section .price{
        font-size: 1.6rem;
    }
    .pricing-section .price span:first-child,
.pricing-section .price span:last-child {
    font-size: 0.8rem;
}
.pricing-section .billing {
    width: 98%;
    gap: 20%;
    height: 10vh;
    font-size: 0.8rem;

}



.pricing-section ul{
    font-size: 0.9rem;
}

.pricing-section button.subscribe {
    /* padding: 10px 20px;
    width: 80%; */
    margin-top: 46%;
}

    .pricing-section ul li {
        color: #4B5563;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:900px){
    .cardheadings {
        font-size: 1.5rem;
    }

    .pricing-section .billing {
        width: 98%;
        gap: 30%;
        height: 10vh;
        font-size: 0.6rem;
    }

    .pricing-section .billing span {
        color: #666;
        font-size: 1rem;
    }



    .pricing-section button.subscribe {
        /* padding: 10px 20px;
        width: 80%; */
        margin-top: 46%;
        font-size: 0.9rem;
    }

        .pricing-section ul li {
        color: #4B5563;
        font-size: 0.8rem;
    }

}
@media only screen and (max-width:810px){
    .pricing-section .billing {
        width: 98%;
        gap: 25%;
        height: 10vh;
        font-size: 0.6rem;
    
    }



    .pricing-section button.subscribe {
        /* padding: 10px 20px;
        width: 80%; */
        margin-top: 41%;
        font-size: 0.9rem;
    }
}



@media only screen and (max-width:768px){
    .pricing-section .pricing-cards {
        margin-top: 8%; 
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2%;
        padding: 0 10px;
    }
    .pricing-section .pricing h2{
        font-size: 2.2rem;
    }
    .pricing-section .pricing .MainHeadingDiv p{
        font-size: 0.8rem;
    }
    .cardheadings {
        font-size: 1.8rem ;
    }
    .cardpara{
        font-size: 0.8rem;
    }
    .pricing-section .price{
        font-size: 1.8rem;
    }
    .pricing-section .price span:first-child,
.pricing-section .price span:last-child {
    font-size: 0.8rem;
}
.pricing-section .billing {
    width: 100%;
    gap: 50%;
    height: 10vh;
    font-size: 0.8rem;

}
.pricing-section .switch {
    width: 7vw;
    height: 4.5vh;
}

    .pricing-section .pricing {
        text-align: center;
        width: 100%;
        padding: 15%;
    }


.pricing-section input:checked+.slider:before {
    transform: translateX(3.3vw);
}

.pricing-section ul{
    font-size: 0.8rem;
}
.pricing-section button.subscribe {
    padding: 5px 15px;
    width: 80%;
    margin: 5% auto;
}

.pricing-section{
    padding: 5% 0 10% 0;
}

    .checkbox-wrapper-17 .slider:before {
        background-color: #fff;
        bottom: 3px;
        height: 20px;
        content: "";
        left: 4px;
        width: 20px;
    }

        .pricing-section input:checked+.slider:before {
        transform: translateX(4.3vw);
    }

    .checkbox-wrapper-17 .slider.round {
    width: 100%;
    }

.smallcontent-sub {
    position: relative;
    bottom: 0%;
    width: 100%;
}
}

@media only screen and (max-width:660px){
    .pricing-section .billing{
        gap: 40%;
    }

    .checkbox-wrapper-17 .slider.round {
        width: 114%;
    }

    .pricing-section input:checked+.slider:before {
        transform: translateX(4.7vw);
    }

    .checkbox-wrapper-17 .slider:before {
        background-color: #fff;
        bottom: 4px;
        height: 20px;
        content: "";
        left: 2px;
        width: 20px;
    }

}

@media only screen and (max-width:568px){
    .pricing-section .pricing-cards {
        margin-top: 8%; 
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3%;
        padding: 0 10px;
        margin-bottom: 35%;
    }
    .pricing-section .pricing h2{
        font-size: 1.4rem;
        margin-bottom: 20%;
    }
    .pricing-section .pricing .MainHeadingDiv p{
        font-size: 0.8rem;
    }
    .cardheadings {
        font-size: 1.2rem ;
    }
    .cardpara{
        font-size: 0.8rem;
    }
    .pricing-section .price{
        font-size: 1.5rem;
    }
    .pricing-section .price span:first-child,
.pricing-section .price span:last-child {
    font-size: 0.8rem;
}
.pricing-section .billing {
    gap: 25%;
    height: 10vh;
    font-size: 0.8rem;

}
.pricing-section .switch {
    width: 10vw;
    height: 3vh;
}

    .pricing-section input:checked+.slider:before {
        transform: translateX(5vw);
    }

.pricing-section ul{
    font-size: 0.8rem;
}
.pricing-section button.subscribe {
    padding: 5px 15px;
    width: 80%;
}

.pricing-section{
    padding: 5% 0 30% 0;
}

    .checkbox-wrapper-17 .slider:before {
        background-color: #fff;
        bottom: 1.2px;
        height: 20px;
        width: 20px;
        content: "";
        left: 2px;
    }
}
    @media only screen and (max-width:397px){
        
    }