body {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    font-family: 'poppins', sans-serif;
    display: block;
}

.container1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    flex: 1 0 auto;
    margin-top: 0;
    outline: 0;
}

.navbar,
.container2 {
    display: contents;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    position: absolute;

}

nav.navbar {
    position: sticky;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: auto;
    /* min-width: 431px; */
    background-color: #22242a;
    width: 100%;
    /* height: 50px; */
    border: 2px solid black;
}

.logo img {
    width: 159px;
    height: 35px;
}

.icon1 {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: 2%;
    color: #888c91;
    display: flex;

}

.icon2 {
    width: 30px;
    height: 30px;
    margin-right: 2%;
    color: #888c91;

}

.navbar-toggler {
    border-color: #adb5bd;
    width: 30px;
    height: 30px;
    padding: 0px;

    display: contents;
}

.navbar-toggler-icon {
    padding: 0;
    background-color: #6c757d;
    border: 2px solid;
    border-radius: 5px;
    margin-right: 5px;

}

.topbar {
    display: block;
    text-wrap: pretty;
    letter-spacing: 0;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 0px;
    padding-top: 0px;
    outline: 0;
    width: 100%;
    background-color: hsl(342, 100%, 46%);
    margin-top: 0px;
    text-align: center;
}

.topbar .paraline1 {
    color: white;
    font-size: 21px;
    font-family: serif;
}

.topbar .paraline1 a {
    color: white;
    font-size: 21px;
    margin-left: 5px;
    text-decoration-color: white;
}

.images1 {
    background-color: rgb(51, 117, 185);
    height: 400px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: -16px;
}

.imagrs1,
.img1 {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 600px;
    background-repeat: no-repeat;

}

.btn {
    padding: 6px;
    width: 176px;
    height: 38px;
    margin-bottom: -2px;
    margin-top: 32px;
}

.card-text {
    width: 408px;
    font-size: larger;
    font-weight: 300;
}

.container3 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    padding: 40px 0;
}

.row {
    width: 100%;
    height: 100%;

}

.col1 {
    width: 400px;
    height: 100%;
}

.col2 {
    width: 500px;
    height: 100%;
}

.col3 {
    width: 100%;
    height: 100%;
}

.col4 {
    width: 100%;
    height: 100%;
}

.col5 {
    width: 100%;
    height: 100%;
}

.col6 {
    width: 100%;
    height: 100%;
}

.col7 {
    width: 100%;
    height: 100%;
}

.col8 {
    width: 100%;
    height: 100%;
}

.col9 {
    width: 100%;
    height: 100%;
}

.img5 {
    height: 80px;
}

.card5-text {
    margin-top: 29px;
    font-weight: 400;
    font-size: 18px;
}

.box1 {
    margin-left: 30px;
}

.box3 {
    margin-left: 30px;
}

.box4 {
    margin-left: 30px;
}

.box5 {
    margin-top: 0;
}

.box6 {
    margin-top: 0;
    margin-left: 30px;
}

.box7 {
    margin-left: 30px;
    margin-top: 0;
}

.box8 {
    margin-top: 0;
}

.box9 {
    margin-top: 0;
    margin-left: 30px;
}

.img-fluid {
    width: 100%;
    display: inline-block;
    border-radius: 10px;
}

.videoplay {
    width: 100%;
}

.accortion {
    width: 100%;
    height: 100%;
}

#according {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 30px;
    background-color: white;
}

.faq1 {
    text-align: center;
    color: #607d8b;
}

.faq2 {
    text-align: center;
    color: #6c757d;
}

.homefaq-header {
    background-color: #607d8b;
    color: black;
}






/*Mobile screen code goes here*/
@media (max-width: 768px) {
    .mobile-fixed {
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        /* Slightly transparent background */
        padding: 10px;
        /* box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); */
        /* Optional shadow for better visibility */
        z-index: 9999;
    }

    .mobile-fixed a {
        display: block;
        margin: 5px 0;
        width: 80%;
        /* Adjust width as needed */
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        z-index: 9999;

        height: auto;

    }

    .mobile-fixed .btn-light {

        --bs-btn-color: #fff;
        --bs-btn-bg: #212529;
        --bs-btn-border-color: #212529;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #424649;
        --bs-btn-hover-border-color: #373b3e;
        --bs-btn-focus-shadow-rgb: 66, 70, 73;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #4d5154;
        --bs-btn-active-border-color: #373b3e;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #212529;
        --bs-btn-disabled-border-color: #212529;
    }


    .mobile-fixed .btn-dark {

        border-color: #000eee00 !important;
        background-image: linear-gradient(89deg, #ffa400, #d16400);

    }

    .accordion {


        margin-bottom: 200px;
    }



}



.btn-primary-bg {


     /*background-color: #49097b */
   background-color: #ffbc3a
}


.price {
    display: block;
    /* Move price to the next line */
    font-size: 18px;
    /* Increase font size on mobile */
}
