* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: ptsans;
    src: url(fonts/Blinker-SemiBold.ttf);
}

@font-face {
    font-family: blinker;
    src: url(fonts/PTSans-Bold.ttf);
}

@font-face {
    font-family: poppins;
    src: url(fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(fonts/PTSans-Bold.ttf);
}

#color-add {
    backdrop-filter: blur(35px);
    border-bottom: 1px solid #d4d4d4 !important;
    padding: 14px 20px;
    box-shadow: 0px 0px 10px rgb(153, 153, 153);
    position: sticky;
    top: 0;
    z-index: 1;
}

.target-pra p{
    margin-left: 30px;
}

.target-pra h2{
    padding-bottom: 7px;
}


/* Utility classes */

.wrapper {
    max-width: 1300px;
    margin: 0 auto;
}

.insteading-cards img {
    opacity: 0.7;
    z-index: -1;
}


.insteading-cards:hover img {
    opacity: 1;
}

.enter {
    cursor: pointer;
    transition: .4s all ease;
}

.enter:hover {
    transform: translatey(-7px);
}

/* Header Styling */

.navbar-toggler-icon {
    font-size: 16px !important;
}

.logos {
    font-weight: bold !important;
    font-family: ptsans;
    font-size: 20.40px !important;
    color: rgb(32, 32, 32) !important;
}

.logos i {
    font-size: 23px;
}

.text-style {
    font-size: 14.70px !important;
    font-weight: 500 !important;
    cursor: pointer;
    color: rgb(53, 53, 53) !important;
    border-radius: 10px;
}

.text-style:hover {
    background-color: rgb(14, 58, 137);
    color: white !important;
}

.btns {
    padding: 4px 16px !important;
    border-radius: 10px;
    outline: none;
    border: none;
    border: 2px solid rgb(14, 58, 137);
    background-color: rgba(144, 176, 235, 0.397);
    font-size: 15px;

}

.btns a {
    color: rgb(14, 58, 137) !important;
}

.btns:hover {
    background-color: rgba(68, 129, 243, 0.192);
}

.btns-2 {
    padding: 6px 6px !important;
    background-color: rgb(14, 58, 137);
}

.btns-2:hover {
    background-color: rgba(14, 57, 137, 0.877);

}

.btns-2 a {
    color: white !important;

}

.btns a {
    text-decoration: none !important;
    font-weight: 500;
    color: white;
}



/* content Hero styling */


.main-container {
    background: linear-gradient(rgba(14, 57, 137, 0.164), white);
}

.hero-container {
    text-align: center;
    padding: 90px 20px 30px 20px;


}

.heading h1 {
    font-size: 4rem;
    color: rgb(36, 36, 36) !important;
    font-family: ptsans;
}

.heading-h1 h1 {
    font-size: 4.3rem;
    color: rgba(14, 57, 137, 0.877);
    font-family: ptsans;
}

.btns-hero {
    border-radius: 20px;
    margin-bottom: 15px;
}

.para p {
    font-size: 1.5rem;
    font-family: ptsans;
    padding: 11px 20px;
}

.btns-hero-two {
    padding: 9px 30px !important;
    background-color: rgba(14, 57, 137, 0.877);
    border: 2px solid rgba(14, 57, 137, 0.932);
    border-radius: 10px;
    border: none;
    outline: none;
}


.btns-hero-two a {
    color: white !important;
    text-decoration: none;
    font-weight: 500;
}

.btns-hero-two:hover {
    background-color: rgba(14, 57, 137, 0.801) !important;
}

.pragrph {
    padding: 15px 20px 5px 20px;
    color: rgb(97, 97, 97);
}

.btns-three {
    border: none;
    background: none;
    margin: 0px 20px 10px 20px;
}

.btns-three a {
    font-size: 25px;
    font-weight: bold;
}

.btns-three:hover {
    background: none;
}

.extra-para p {
    font-weight: bold;
    font-size: 19px;
}

.diclaimer {
    padding: 0px 20px;
}

.p-incuded {
    max-width: 950px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
    padding: 10px 15px 0px 15px;
    border: 1px solid rgba(68, 129, 243, 0.226);
    background-color: rgba(68, 129, 243, 0.192);
    border-radius: 10px;
}

.p-incuded span {
    font-weight: bold;
}

.p-incuded i {
    font-size: 1rem;
}


/* Small cards container styling */


.small-cards-container {
    padding: 20px 20px 10px 20px;
    border: 1px solid rgba(68, 129, 243, 0.226);
    background-color: rgba(68, 129, 243, 0.158);
    margin-top: 75px;
}

.small-content p {
    font-size: 14.40px;
    font-weight: bold;
    color: rgb(36, 36, 36) !important;
}

.small-content i {
    font-size: 1rem;
}

.small-main {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.instead-main {
    margin-top: 70px;
}

.instead-main .instead-content h1 {
    text-align: center;
    font-family: blinker;
    padding: 10px 20px;
}

.instead-main .instead-content p {
    text-align: center;
    font-size: 20px;
    color: rgb(117, 117, 117);
    padding: 0px 20px;
}

.instead-main .instead-content p span {
    font-weight: bold;
    color: rgb(36, 36, 36) !important;
}

.instead-cards {
    background-color: rgba(255, 255, 255, 0.932);
    border: 1px solid rgba(82, 82, 82, 0.137);
    max-width: 220px !important;
    box-shadow: 0px 0px 5px rgba(67, 107, 180, 0.466);
    text-align: center;
    border-radius: 10px;
}

.instead-cards i {
    font-size: 2.4rem;
    padding: 20px 0px;
}

.instead-cards h2 {
    font-size: 20px;
    padding: 5px 0px;
}

.instead-cards p {
    padding: 14px 10px 15px 10px;
    color: rgb(112, 112, 112);
}

.cards-flex-main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    gap: 20px;
    margin: 0 auto;
    padding: 30px 20px;
}

.continue {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 55px;
}

/* instead cards sections styling */

.instead-extra {
    background-color: #d6d6d63a;
    padding: 5px 20px;
}

.instead-modi {
    max-width: 300px !important;
    background-color: rgba(255, 255, 255, 0.932);
    border: 1px solid rgba(82, 82, 82, 0.137);
    box-shadow: 0px 0px 5px rgba(67, 107, 180, 0.466);
    text-align: center;
    border-radius: 10px;
}

.instead-modi i {
    font-size: 2.4rem;
    padding: 20px 0px;
}

.instead-modi h2 {
    font-size: 20px;
    padding: 5px 0px;
}

.instead-modi p {
    padding: 14px 10px 15px 10px;
    color: rgb(112, 112, 112);
}

.flex-main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    gap: 20px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* instead cards section styling second*/

.card-flexing {
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 1100px;
    gap: 20px;
    margin: 0 auto;
    padding: 30px 20px;
}

.insteading-cards {
    border: 1px solid rgba(82, 82, 82, 0.137);
    box-shadow: 0px 0px 5px rgba(67, 107, 180, 0.466);
    width: 10rem;
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.2s all ease-in;
    overflow: hidden;
}

.insteading-cards i {
    font-size: 2rem;
    transition: .3s all ease;
}

.card-flexing .insurance-links {
    text-decoration: none;
    color: rgb(27, 27, 27);
}

.insteading-cards:hover i {
    transform: translatey(-7px) !important;
}

.insteading-cards h2 {
    font-size: 15px;
}

/* simple content section styling */

.simple-container {
    text-align: center;
    padding: 40px 20px 65px 20px;
    background: rgba(13, 77, 197, 0.89);
    color: white;
}

#simple-container {
    background-color: #d6d6d63a;
    border-bottom: 1px solid rgba(128, 128, 128, 0.281);
}

#simple-container h1 {
    color: rgb(29, 27, 44);
    font-size: 2rem;
}

#simple-container p {
    color: rgba(128, 128, 128, 0.884);
    font-weight: 400;
    font-size: 20px;
}

.simple-main div i {
    font-size: 60px;
    animation: colouring 1s linear infinite alternate-reverse;
}

.simple-main {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.simple-main h1 {
    font-size: 2.7rem;
    font-weight: bold;
    color: rgb(247, 247, 247);
}

.simple-main p {
    font-size: 1.3rem;
    font-weight: 500;
    color: rgb(238, 238, 238);
}

.simple-main h4 {
    font-size: 19px;
    margin-top: 4px;
    font-weight: 400;
}

#simple-btn {
    background-color: #f8f8f8;
    height: 100%;
    padding: 15px 25px !important;
    margin-top: 1px !important;
    box-shadow: 0px 6px 20px rgba(51, 51, 51, 0.63);
    transition: .3s all ease;

}

#simple-btn:hover {
    transform: scale(1.05);
}

#simple-btn a {
    font-size: 30px !important;
}


/* Footer section styling */

.footer-container {
    text-align: center;
    background-color: #d6d6d63a;
    padding: 50px 20px 40px 20px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer-content {
    text-align: left;
}

.footer-content p {
    color: rgb(88, 88, 88);
    font-size: 15px;
    margin-top: 5px;
    padding: 8px 5px;
}

.footer-content a {
    text-decoration: none;
    color: rgb(34, 34, 34);
}

.footer-content ul li:nth-child(1) {
    font-size: 17px !important;
    font-weight: 500;
    color: black;
}

.footer-content ul li {
    list-style: none;
    font-size: 14.40px !important;
    font-weight: 500;
}

.footer-content ul li a:hover {
    color: rgba(13, 77, 197, 0.89);
}

.footer-content span a i {
    color: rgb(0, 71, 117) !important;
}

.footer-content span a i:hover {
    color: rgb(0, 112, 187) !important;
}

.footer-content ul a {
    text-decoration: none;
    color: rgb(88, 88, 88);
}


.footer-content ul {
    line-height: 36px;
}

.footer-content i {
    font-size: 1.3rem;
}

.footer-content span i {
    font-size: 1.1rem;
    margin: 3px 4px;
}

.footer-content span {
    font-weight: bold;
}

.important-disclaimer p {
    font-size: 14px;
    color: rgb(75, 75, 75);
}

.important-disclaimer {
    margin-top: 25px;
    padding: 25px 20px 0px 20px;
    border-top: 1px solid rgba(88, 88, 88, 0.253);
    margin-bottom: 40px;
}


/* Fixed-icon styling */


.fixed-container {
    width: 100%;

}

.fixed-content {
    position: fixed;
    top: 90%;
    left: 94%;
    background-color: #114204;
    border-radius: 50%;
    padding: 10px 17px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    transition: .3s all ease;
    animation: bluing-color 1.5s linear infinite alternate;
    display: flex;
    justify-content: flex-end;
}

.fixed-content:hover {
    transform: scale(1.06);
    background-color: rgba(43, 108, 228, 0.89);
}

.fixed-link {
    display: block !important;
}

.fixed-content h1 {
    font-size: 19px;
}

.fixed-content h1 i {
    padding-top: 8px;
}

.tap-main .tap-content {
    display: none;
}


/* Media Queries */

@media only screen and (max-width:990px) {
    .btns-2 {
        display: none !important;
    }

    .btns {
        padding: 8px 16px !important;
    }

    .text-style {
        padding: 6px 10px !important;
    }
}


@media only screen and (max-width:700px) {
    .heading h1 {
        font-size: 3rem;
    }

    .heading-h1 h1 {
        font-size: 4rem;
    }

    .para p {
        font-size: 1.3rem;
    }

    .simple-main h1 {
        font-size: 2.1rem;
    }

    .fixed-content {
        display: none;
    }

    .tap-main .tap-content {
        display: block;
    }

    .tap-content a {
        text-decoration: none;
    }

    .tap-main {
        border-top: 4px solid rgb(145, 183, 253);
        background-color: rgb(194, 215, 253);
        padding: 20px 20px 15px 20px;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .tap-main h3 {
        font-size: 19px;
        color: rgba(2, 29, 78, 0.877);
    }

    .tap-main h3 i {
        font-size: 18px;
    }

}

@media only screen and (max-width:957px) {
    .fixed-content {
        left: 90%;
    }

    .pricing-contant {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .pricing-cards {
        width: 100% !important;
    }
}


@media only screen and (max-width:475px) {
    #simple-btn a {
        font-size: 20px !important;
    }

    #simple-btn {
        padding: 15px 15px !important;
    }

    .simple-main div i {
        font-size: 50px !important;
    }

    #company-style-img {
        width: 200% !important;
    }

    .tap-main h3 {
        font-size: 17px;
        color: white;
        padding: 0px 10px;
    }
}

/* Small Devices */

@media only screen and (max-width:360px) {
    .heading h1 {
        font-size: 38px !important;
    }

    .heading-h1 h1 {
        font-size: 35px !important;
    }

    .logo-length span {
        font-size: 17.50px !important;
    }

    .logo-length a i {
        font-size: 21px !important;
    }

    .inst-cards img {
        width: 97px !important;
    }

    .modern img {
        width: 80px !important;
    }

    .important-disclaimer {
        margin-bottom: 60px !important;
    }
}


@media only screen and (max-width:500px) {
    .heading h1 {
        font-size: 2.8rem;
    }

    .heading-h1 h1 {
        font-size: 3.3rem;
    }

    .para p {
        font-size: 1.2rem;
    }

    .extra-para p {
        font-size: 1.1rem;
    }

    .hero-container {
        padding: 60px 20px 30px 20px;
    }

    .cards-flex-main {
        display: grid;
        grid-template-columns: 1fr !important;
    }

}

@media only screen and (max-width:535px) {
    .small-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .instead-content p {
        font-size: 15px !important;
    }


}

@media only screen and (max-width:380px) {
    .small-main {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .cards-flexed {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:1300px) {
    .cards-flex-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .instead-cards {
        min-width: 100% !important;
    }

    .flex-main {
        display: grid;
        grid-template-columns: 1fr;
    }

    .instead-modi {
        min-width: 100%;
    }

    .card-flexing {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .insteading-cards {
        min-width: 100% !important;
    }
}

@media only screen and (max-width:600px) {
    .card-flexing {
        grid-template-columns: 1fr 1fr;
    }

    .cards-flexed {
        display: grid;
        grid-template-columns: 1fr !important;
    }

    #company-style-img {
        width: 100% !important;
    }

    .cont-flex h1 {
        font-size: 1.8rem !important;
    }

    .pricing-contant {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

}

@media only screen and (max-width:460px) {
    .card-flexing {
        grid-template-columns: 1fr;
    }

    .big-content h1 {
        font-size: 3rem !important;
    }

}

@media only screen and (max-width:890px) {
    .footer-main {
        flex-wrap: wrap;
        justify-content: left;
    }

    .footer-content:nth-child(1) {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width:1220px) {
    .cards-flexed {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .inst-cards {
        width: 100%;
    }

    .fixed-content {
        left: 90%;
    }
}


@media only screen and (max-width:1030px) {
    .flexeding {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media only screen and (max-width:650px) {
    .flexeding {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
}



@media only screen and (max-width:570px) {
    .big-one-container {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 0px !important;
    }

    .flex-contact {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

}

@keyframes colouring {
    from {
        color: rgb(172, 155, 155);
    }

    to {
        color: rgb(243, 243, 243);
    }
}

@keyframes bluing-color {
    from {
        background-color: rgba(160, 160, 160, 0.89);
    }

    to {
        background-color: rgba(43, 108, 228, 0.89);
    }
}


/* Home it works page style */

.box {
    width: 95px;
    height: 95px;
    background-color: rgb(20, 73, 170);
    border-radius: 13px;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}

.box i {
    font-size: 2.7rem;
    color: rgb(246, 246, 255);

}

.cont-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.extreme {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: -1;
}

.extreme::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 2px;
    height: 100%;
    /* background-color: rgb(14, 64, 158); */
    background: linear-gradient(to bottom, rgb(14, 64, 158), rgb(194, 212, 245));
    z-index: -1;
}

.extreme-remove::before {
    display: none;
}

.cont-flex span {
    font-size: 3.5rem;
    font-family: blinker;
    color: rgb(14, 58, 137);
    opacity: 0.3 !important;
}

.cont-flex h1 {
    font-family: blinker;
    font-size: 1.7rem !important;
}

.main-timeline {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px 30px;
}

.main-timeline ul {
    padding: 10px 40px;
    margin-top: 12px;
    color: rgb(44, 44, 44);
    font-family: poppins;
    font-size: 14px;
    margin-bottom: 30px;
}

.main-timeline ul li {
    line-height: 28px;
}

.para-one p {
    font-size: 15px;
    font-family: poppins;
    max-width: 620px;
    margin-left: 70px;
    color: rgb(77, 77, 77);

}

.content {
    color: #1D283A;
}

/* big content styling */

.btn-pre #button-here {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: rgb(233, 233, 233);
    color: rgb(9, 68, 107) !important;
    font-weight: 500 !important;
    opacity: 0.8;
}

.btn-pre #button-here:hover {
    opacity: 0.9;
}

#button-here i {
    font-size: 15px !important;
    color: rgb(10, 93, 148) !important;
}

.big-main {
    min-height: 43vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(18, 63, 146, 0.164), white);
}

.big-content {
    margin-bottom: 15px;
    padding: 20px 20px;
}

.big-content h1 {
    text-align: center;
    font-family: poppins-bold;
    font-size: 4rem;
}

.big-content p {
    font-size: 1.3rem;
    color: rgba(128, 128, 128, 0.884);
    text-align: center;
}


/* boxes content section styling */

.boxes-content .boxes-cards {
    background-color: white;
    border-radius: 10px;
    max-width: 700px;
    padding: 15px 15px 5px 20px;
    box-shadow: 0px 0px 15px rgb(185, 185, 185);
}

.boxes-content h1 {
    text-align: center;
    padding: 25px 20px;
    font-size: 2.2rem;
    font-family: blinker;
    color: rgb(39, 39, 39);
}

.boxes-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.boxes-cards h6 {
    font-size: 17px;
}

.boxes-cards p {
    color: rgba(155, 153, 167, 0.904);
    font-size: 16px;
}

.boxes-container {
    min-height: 70vh;
    background-color: #d6d6d63a;
    padding: 40px 20px 90px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width:780px) {
    .extreme {
        flex-direction: column;
    }

    .extreme::before {
        display: none;
    }
}

@media only screen and (max-width:490px) {
    .cont-flex h1 {
        font-size: 1.5rem !important;
    }

    .para-one p {
        margin-top: 15px;
    }

    .box {
        width: 85px;
        height: 85px;
    }

    .box i {
        font-size: 2.3rem;
    }
}


@media only screen and (max-width:420px) {
    .accordion label {
        font-size: 14px !important;
    }
}

@media only screen and (max-width:1100px) {
    .contact-main {
        display: flex;
        flex-direction: column;
    }

    .contact-add-time {
        width: 100% !important;
        margin-top: 35px;
    }

    .contact-design {
        position: relative;
        right: 10px;
        width: 100% !important;
    }
}




/* How it works styling close */




/* pricing page styling */

.cards-big-container {
    background-color: #ffffff;
    max-width: 675px;
    margin: 0 auto;
    margin-bottom: 120px;
    padding: 20px 20px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid rgba(19, 65, 151, 0.356);
    box-shadow: 0px 0px 5px rgba(19, 65, 151, 0.356);
}

.cards-big-content {
    padding: 5px 5px;
}

.big-one-container {
    text-align: left;
}

.dollar-content i {
    font-size: 3.4rem;
    padding: 5px 20px 20px 20px;
    color: rgb(14, 58, 137);
    border-radius: 50%;
}

.dollar-content h3 {
    font-size: 2.4rem;
    color: rgb(48, 48, 48);
    font-family: blinker;
}

.dollar-content p {
    font-size: 18px;
    color: rgb(105, 105, 105);
}

.pricing-content h1 {
    padding: 4px 20px 0px 20px;
    font-size: 3.6rem;
    font-weight: bold;
    color: rgb(14, 58, 137);
    font-family: ptsans;
}

.pricing-content p {
    color: rgb(105, 105, 105);
}

.big-main-container h5 {
    padding: 10px 0px;
    font-size: 17px;
}

.big-one-container p {
    font-size: 14.20px;
}

.big-one-container p i {
    font-size: 1.1rem;
    color: rgb(14, 58, 137);
}

.big-main-container {
    text-align: left;
    background-color: #797b7d17;
    padding: 16px 25px;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.big-one-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;

}

.big-one-btn {
    padding: 20px 0px 10px 0px;
}

.big-one-btn button {
    width: 100% !important;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: rgb(14, 58, 137);
    color: white;
}

.sec-cards {
    padding: 0px 20px;
}

/* pricing page styling close*/














/* FAQS Section styling */

.collapsing-container {
    max-width: 900px;
    outline: none;
    margin: 0 auto;
    padding: 20px;
}

.collapsing-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
    color: #4a6674;
}

.accordion {
    width: 100%;
    margin-bottom: 12px;
    border-radius: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

/* Hide checkbox */
.accordion input {
    display: none;
}

/* Accordion Header */
.accordion label {
    color: #e7e7e7;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-family: poppins;
    background-color: rgba(14, 57, 137, 0.877);
}

/* Arrow */
.accordion label::after {
    content: "+";
    color: #0ab4df;
    transition: transform 0.3s ease;
    font-size: 19px;
}

/* Rotate arrow */
.accordion input:checked+label::after {
    transform: rotate(135deg);
    color: #a2d8c5;
}

/* Content */
.accordion .content {
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    color: rgb(231, 231, 231);
    text-align: justify;
    background-color: rgba(37, 76, 148, 0.877);
    font-size: 14px;
    margin-top: -4px;

}

/* Show content */
.accordion input:checked~.content {
    max-height: 170px;
    padding: 20px;
}


/* pricing cards sections */

.pricing-cards-container {
    min-height: 60vh;
    background-color: #d6d6d63a;
    padding: 20px 20px;
}

.pricing-head {
    padding: 10px 20px;
    text-align: center;
    margin-top: 40px;
}

.pricing-head h1 {
    font-family: blinker;
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: rgb(36, 36, 36)
}

.pricing-head p {
    color: rgba(90, 90, 90, 0.952);
    font-size: 17px;
}

.pricing-cards {
    background-color: #ffffff;
    width: 16rem;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.486);
    box-shadow: 0px 0px 10px rgba(32, 66, 128, 0.349);
    cursor: pointer;
}

.pricing-contant {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 10px;
    margin-top: 10px;
    gap: 20px;
}

.pricing-cards {
    padding: 20px 20px 25px 20px;
    line-height: 13px;
}

.pricing-cards h2 {
    font-size: 25px;
    font-family: ptsans;
}

.pricing-cards p {
    font-size: 15px;
    color: rgba(116, 116, 116, 0.979);
}

.pricing-flex {
    display: flex;
    justify-content: space-between;
}

.pricing-flex p {
    font-size: 14px;
    color: rgba(99, 99, 99, 0.897);
}

.pricing-flex p:nth-child(2) {
    font-weight: 500;
    color: rgb(24, 24, 24);
}

.pricing-flex h5 {
    font-weight: bold;
    font-size: 21px;
    color: rgb(9, 41, 100);
}

.pricing-flex h6 {
    font-size: 15px;
}

.price {
    border-bottom: 1px solid rgba(65, 65, 65, 0.26);
}

.extra-price {
    padding: 12px 0px;
}

/* paragraph- text section styling */

.paragraph-container {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px 20px 70px 20px;
}

.paragraph-content h2 {
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 20px;
    color: rgba(4, 25, 65, 0.815);
}

.paragraph-content p {
    font-family: poppins;
    font-weight: 500;
    font-size: 15.40px;
    color: rgba(100, 100, 100, 0.932);
}

.flexeding {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    padding: 30px 20px 90px 20px;
}


/* contact page styling */

.contact-design {
    background-color: #ffffff;
    width: 60%;
    padding: 27px 25px 0px 25px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid rgba(128, 128, 128, 0.26);
    box-shadow: 2px 1px 12px rgba(196, 196, 196, 0.726);
}


.flex-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 15px;
}

.input-content-textarea {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}

.input-content-textarea #area {
    border-radius: 10px;
    border: none;
    outline: none;
    border: 1px solid rgba(194, 194, 194, 0.767);
    padding: 10px 10px;
    transition: .2s all ease;
}

.input-content-textarea #area:focus {
    border: 1px solid rgba(14, 57, 137, 0.5);
    box-shadow: 0px 0px 8px rgba(14, 57, 137, 0.349);
}

.input-content input:focus {
    border: 1px solid rgba(14, 57, 137, 0.5);
    box-shadow: 0px 0px 8px rgba(14, 57, 137, 0.349);
}

.input-content-textarea #area::placeholder {
    font-size: 14.45px;
}


.input-container .input-content {
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

.input-content input {
    padding: 10px 10px;
    border-radius: 10px;
    border: none;
    outline: none;
    border: 1px solid rgba(194, 194, 194, 0.767);
    transition: .2s all ease;
    font-size: 14px;
    font-family: poppins;
    color: #111925;
}

.input-content input::placeholder {
    font-size: 13.60px;
    font-family: poppins;
}

.input-content label {
    margin-bottom: 5px;
    font-size: 14.49px;
    font-weight: 500;
}

.timing {
    padding: 3px 0px 10px 0px;
}

.timing p {
    color: rgba(110, 110, 110, 0.966);
    font-size: 14.40px;
}

.timing h3 {
    font-weight: 500;
    font-family: blinker;
    color: #1D283A;
}

.text-and-btn {
    margin: 10px 0px;
}

.text-and-btn label {
    margin-bottom: 5px;
    font-size: 14.49px;
    font-weight: 500;
}

.contact-main {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 25px;
    gap: 20px;
}

.contact-content h3 {
    font-family: blinker;
    font-size: 27px;
    margin-bottom: 20px;
    color: #1D283A;
}

.contact-content .pgra {
    margin-left: 29px;
    color: rgba(90, 90, 90, 0.918);
    font-size: 15px;
}

.contact-content span i {
    color: rgb(14, 58, 137);
}

#unique-para {
    text-align: center;
    padding: 12px 20px 22px 20px;
    font-size: 14px;
    color: rgba(121, 121, 121, 0.966);
}

.input-content select {
    padding: 9px 5px;
    border-radius: 10px;
    border: 1px solid rgba(194, 194, 194, 0.767) !important;
    border: none;
    outline: none;
    font-size: 14px;
}

.input-content option {
    background-color: #f7f7f7;
}

.contact-btn #integrate-btn {
    width: 100%;
    padding: 9px 20px;
    border-radius: 10px;
    background-color: rgb(14, 58, 137);
    border: none;
    outline: none;
    color: rgb(247, 247, 247);
    font-weight: 500;
}

.contact-btn #integrate-btn:hover {
    background-color: rgba(6, 50, 133, 0.87);
}

.contact-btn {
    padding: 20px 0px 5px 0px;
}

.contact-add-time {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgb(209, 209, 209);
    border: 1px solid rgba(128, 128, 128, 0.329);
    width: 28em;
    padding: 20px 20px 7px 20px;
    border-radius: 10px;
    line-height: 18px;

}

.contact-add-time h4 {
    margin-bottom: 23px;
    font-size: 19px;
    font-family: blinker;
}

.contact-flexing p:nth-child(1) {
    color: rgba(90, 90, 90, 0.911);
    font-size: 14.40px;
}

.contact-flexing p:nth-child(2) {
    color: rgba(0, 0, 0, 0.911);
    font-size: 14.40px;
    font-weight: 500;
}

.contact-flexing {
    display: flex;
    justify-content: space-between;
}