.b1 {
    padding: 60px 100px;
    background: #f8f9fa;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 60px auto;
    max-width: 1100px;
}

.b1 h1 {
    font-size: 3rem;
    line-height: 1.1666666667;
    letter-spacing: -.5px;
}

.b1 a {
    background-color: #fff;
    border: 1px solid #dadce0;
    box-shadow: none;
    color: #1a73e8;
    padding: 12px 16px;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    gap: 5px;
    width: max-content;
    margin: auto;
    -webkit-transition: background-color .2s, box-shadow .2s, color .2s;
    transition: background-color .2s, box-shadow .2s, color .2s;
}

.b1 a:hover {
    background-color: #f6f9fe;
    border-color: #1a73e8;
    color: #174ea6;
}

.b1 a:hover .b1 svg {
    fill: #1a73e8;
}

.b1 a svg {
    fill: #1a73e8;
    height: 18px;
    min-width: 18px;
    width: 18px;
}

/* liscrolp */
.liscrol {
    max-width: 800px;
    margin: auto;
}

.liscrol ul li h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: normal;
    font-weight: 500;
}

.liscrol ul li p {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .1px;
    color: #5f6368;
    margin-bottom: .5rem !important;
}

.liscrol ul li {
    display: flex;
    gap: 4rem;
    padding: 2rem 0;
    align-items: center;
}

.liscrol ul li>div:nth-child(1) {
    width: 275px;
    flex: none;
}

.liscrol ul li>div:nth-child(2) {}

/* End liscrolp */

/* circle */
.clrclec {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    justify-content: center;
}

.circle h1 {
    padding-top: 5rem;
    max-width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 1rem;
}

.clrclec>div {
    width: 32%;
}

.clrclec>div h6 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: normal;
    color: #202124;
}

.clrclec>div p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .1px;
}

.clrclec>div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
}

.clrclec>div>div:nth-child(1) img {
    width: 100px;
    margin-bottom: .5rem;
}

.circlep {
    position: relative;
    z-index: 2;
}

.circlepp::before {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--glue-grey-50)), to(var(--glue-grey-0)));
    background: linear-gradient(180deg, var(--glue-grey-50), var(--glue-grey-0));
    border-radius: 100%;
    content: "";
    left: 50%;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 773px;

    background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 244, .5)), color-stop(34.52%, hsla(0,
                    0%, 100%, 0)));
    background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
    height:617px;
    width: 100%;
}

.radioc3 {
    display: flex;
    gap: 1.5%;
    flex-wrap: wrap;
}

.radioc3>div {
    padding: 1.5rem;
    width: 32%;
    border: 1px solid #dadce0;
    border-radius: 7px;
}

.radioc3>div p {
    color: #5f6368;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.radiop {
    background: #e8f0fe;
}

.radioc {
    padding: 4rem;
    margin: 5rem auto;
    background: #fff;
    border-radius: 10px;
    max-width: 1100px;
}

.thirdd {
    max-width: 1000px;
    margin: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.slicks .slick-slide {
    padding: 0 !important;
}

@media(max-width:1200px) {
    .radioc {
        max-width: 800px;
    }
}

@media(max-width:500px) {
    .circlepp::before {
        border-radius: 235px;
    }
}

/* @media (min-width: 1440px) {
.circlepp:before {
height: 1596px;
width: 1824px;
}
}
@media (min-width: 1024px) {
.circlepp:before {
height: 1454px;
width: 1540px;
}
}
@media (min-width: 600px) {
.circlepp:before {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 244, .5)), color-stop(34.52%, hsla(0,
0%, 100%, 0)));
background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
height: 1317px;
width: 1510px;
}
}
@media (min-width: 600px) {
.circlepp:before {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 243, 244, .5)), color-stop(34.52%, hsla(0,
0%, 100%, 0)));
background: linear-gradient(180deg, rgba(241, 243, 244, .5), hsla(0, 0%, 100%, 0) 34.52%);
height: 1317px;
width: 1510px;
}
} */
/* End circle */

/* nav slider */
.slide {
    gap: 5%;
}

.carousel-indicators {
    flex-direction: column;
    width: 30%;
    margin: 0;
    position: static;
    justify-content: flex-start;
    gap: 15px;
    display: flex !important;
}

.carousel-indicators [data-bs-target] {
    height: 50px;
    width: 100%;
    border: 1px solid #ccc;
    color: #333;
    opacity: 1 !important;
    border-radius: 30px;
    text-indent: unset !important;
    width: 90% !important;
}

.carousel-indicators .active {
    background: #333;
    color: #fff !important;
}

.carou-item {
    display: flex;
    gap: 5%;
    align-items: center;
}

.carou-item>div {
    width: 48.5%;
}

.carou-item>div:nth-child(1) img {
    filter: drop-shadow(2px 4px 6px #ddd);
    margin: 1rem;
}

.carou-item>div:nth-child(2) h5 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 400;
    letter-spacing: -.25px;
}

.carou-item>div:nth-child(2) p {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
}

.carousel-inner {
    width: 65%;
}

/* End nav slider */

/* .clrclec>div:nth-child(1)>div:nth-child(1) span {
background: #ffe7e2;
}

.clrclec>div:nth-child(2)>div:nth-child(1) span {
background: #f4ffd1;
}

.clrclec>div:nth-child(3)>div:nth-child(1) span {
background: #ebf4ff;
}

.clrclec>div:nth-child(4)>div:nth-child(1) span {
background: #fff0dd;
}

.clrclec>div:nth-child(5)>div:nth-child(1) span {
background: #ffe5fc;
} */

.clrclec>div>div:nth-child(1) span {
    display: flex;
    /* width: 95px;
height: 95px; */
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    /* margin-bottom: 1.5rem; */
}

.clrclec>div>div:nth-child(1) span img {
    /* width: 45px; */
}

.your-class {
    display: flex;
}

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    display: none;
}

.download-btn img {
    width: 180px;
}

.slider-p {
    background: #deeaff;
    padding: 3rem 0;
}

.slicks {
    max-width: 1000px;
    margin: auto;
}

.card {
    display: flex !important;
    flex-direction: row !important;
    border-radius: 20px;
    border: none;
}

.card>img {
    width: 50%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 475px;
    object-fit: cover;
}

.card>div {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.slick-dots {
    top: 103.5% !important;
}

.slick-dots li button:before {
    background: #fff;
    border-radius: 50%;
    border: 3px solid #333;
    color: unset !important;
    width: 14px;
    height: 14px;
}

.slick-dots li.slick-active button:before {
    color: unset !important;
}

.slick-prev,
.slick-next {
    top: 104.8% !important;
    z-index: 2222;
}

.slick-prev {
    left: 37%;
}

.slick-next {
    right: 37%;
}

.slick-next:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.slick-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.card>div p {
    font-size: 25px;
    font-weight: 500;
}

.accordion-button::after {
    transform: rotate(-90deg);
}

.aftern::after {
    content: none !important;
}

.shit {
    background: #007bff;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-size: 1rem;
    padding: 12px 24px;
}

@media(min-width:1224px) {
    .circlepp::before {
        border-radius: 100%;
        /* height:100%; */
    }

    .circle h1 {
        max-width: 60%;
    }
}

@media(min-width:992px) {
    .smd {
        display: none;
    }

    .slide>div:nth-child(1) {
        width: 30%;
    }
}

@media(max-width:992px) {
    .site-mobile-menu .site-nav-wrap>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .accordion {
        padding: 0;
    }

    .accordion button {
        padding: 12px;
    }

    .carousel-indicators [data-bs-target] {
        height: 36px;
        font-size: 13px;
    }

    .bar1 {
        gap: 0 !important;
    }

    .thirdd {
        padding-top: 0 !important;
    }

    .carousel-inner {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 1rem;
    }

    .thirdd {
        padding-bottom: 0 !important;
    }

    .lgd {
        display: none;
    }

    .carousel-indicators {
        flex-direction: row;
        margin-top: 3rem;
    }

    .carousel-indicators [data-bs-target] {
        display: flex;
        white-space: nowrap;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        height: 45px;
    }

    .slide {
        flex-wrap: wrap;
    }

    .slide>div:nth-child(1) {
        width: 100%;
    }

    .carou-item {
        flex-wrap: wrap;
    }

    .carou-item>div {
        width: 100%;
    }
}

@media(max-width:1224px) and (min-width:992px) {
    .circlepp::before {
        border-radius: 500px;
    }

    .circle h1 {
        max-width: 56%;
    }
}

@media(max-width:992px) and (min-width:768px) {
    .circlepp::before {
        border-radius: 500px;
    }

    .radioc {
        margin: 2rem auto;
        padding: 2rem;
    }
}

@media(max-width:768px) and (min-width:500px) {
    .circlepp::before {
        border-radius: 361px;
    }
    .clrclec>div{
        padding: .5rem;
        margin-bottom:0 !important;
    }
}

@media(max-width:768px) and (min-width:575px) {
    .b1 {
        margin: 40px auto !important;
    }

    .liscrol ul li>div:nth-child(1) {
        width: 150px;
    }

    .radioc {
        padding: 2rem;
        margin: 3rem auto;
    }
    .liscrol h1 {
        margin-bottom: 0 !important;
    }
}

@media(max-width:375px) {
    /* .card>div{
height: 320px !important;
} */
}

@media(max-width:768px) {
    .liscrol{
        margin-top: 1.5rem !important;
    }
    .sb {
        padding-top: 1.5rem;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .carou-item>div:nth-child(2) h5 {
        font-size: 24px !important;
    }

    .card>div {
        justify-content: flex-start;
    }

    .liscrol h1 {
        margin-bottom: 2rem;
    }

    .carou-item>div:nth-child(1) img {
        width: 100%;
        height: 450px;
        object-fit: contain;
        margin: 2rem auto;
    }

    .card>div p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .third h1 {
        padding-top: 2.5rem !important;
    }

    .carousel-indicators {
        margin-top: .5rem !important;
    }

    .carousel-indicators [data-bs-target] {
        height: 35px !important;
    }

    .slick-track {
        display: flex;
        /* gap: 1rem; */
    }
     .copilot .slick-track{
        gap: 1rem !important;
     }
     .slider-p .slick-track{
        gap: 1rem !important;
     }
    .card {
        flex-wrap: wrap;
    }

    .card>img {
        width: 100%;
    }

    .card>div {
        width: 100%;
    }

    .slick-dots {
        /* display: none !important; */
    }

    .slick-prev,
    .slick-next {
        /* display: none !important; */
    }

    .card>img {
        border-radius: 20px 20px 0 0 !important;
        height: 265px;
        width: 100%;
    }

    .radioc3>div {
        width: 49.22%;
        margin-bottom: 1rem;
    }

    .logo {
        width: 195px !important;
    }

    .b1 {
        padding: 2rem !important;
    }

    .clrclec>div {
        width: 100%;
        flex-direction: row;
    }

    .clrclec>div {
        gap: 1rem;
    }

    .clrclec>div>div:nth-child(2) {
        text-align: left;
    }

    /* .clrclec>div>div:nth-child(1) span {
width: 60px;
height: 60px;
} */

    .clrclec>div>div:nth-child(1) span img {
        width: 50px;
        margin-bottom: 0;
    }
}

@media(max-width:575px) {
     .slick-slide{
        padding: 1rem 0 !important;
    }
    .copilot .slick-slide
{
    height: unset !important;
    background: #fff;
        border-radius: 30px;
}
.copilot .slick-slide div h5{
    font-size: 22px !important;
    margin-bottom: 1rem !important;
}
/* .copilot .slick-dots li button{
display: none;
} */
     .copilot .slick-prev, .copilot .slick-next {
        top: 104% !important;
    }
    .copilots .slick-dots {
        bottom: -64px !important;
    }
    /* .card>div {
        height: 215px;
    } */

    .carousel-indicators [data-bs-target] {
        padding: 0 15px;
    }

    .carousel-indicators {
        gap: 5px !important;
    }

    .radioc3>div {
        width: 100%;
        margin-bottom: 1rem;
    }

    .radioc {
        margin: 1rem auto;
        padding: 2rem 1rem;
    }

    .clrclec>div {
        width: 100%;
    }

    .clrclec>div {
        display: flex;
        gap: 2%;
        padding: 0;
    }

    .clrclec>div>div:nth-child(1) {
        width: 100px;
    }

    .clrclec>div>div:nth-child(2) {
        width: 100%;
    }

    .b1 {
        border-radius: 0;
        margin: 5px auto !important;
    }

    .b1 h1 {
        font-size: 2rem;
    }

    .liscrol ul li {
        padding: 2rem;
        border: 1px solid #dadce0;
        border-radius: 7px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        gap: 2rem;
        width: 90%;
    }
}

@media(max-width:410px) {
    .download-btn {
        /* flex-wrap: wrap; */
    }

    .download-btn>img {
        width: 125px;
        max-width: 100% !important;
    }
}

@media(max-width:375px) {
    .my-slick {
        padding: 0;
    }
}

/*----------------------*/
.navbar-toggler {
    box-shadow: none !important;
}

/*------tab scrolling-----*/
.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz {
    /* height: 45px; */
}

#nav-gwbar1.nav-gwbar-scroll {
    display: flex;
    gap: 1rem;
    /* overflow-x: scroll; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

#nav-gwbar1.nav-genz {
    /* height: 40px; */
    padding: 0 0;
}

#nav-gwbar1.nav-gwbar-single-row {
    /* height: 39px; */
}

#nav-gwbar1 {
    display: block;
    /* height: 42px; */
    width: 100%;
    background: transparent;
    overflow: hidden;
    flex-wrap: nowrap;
}

.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz.nav-gwbar-scroll li a.nav-a {
    margin: 0 0 20px 15px;
    padding-right: 3px;
}

.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row.nav-genz li a.nav-a {
    margin: 0 10px 20px 15px;
}

.nav-searchbar-wrapper~#nav-gwbar1.nav-gwbar-single-row li a.nav-a {
    margin: 5px 10px 10px 14px;
}

#nav-gwbar1.nav-genz li a.nav-a {
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    font-family: inherit;
}

.nav-searchbar-wrapper~#nav-gwbar1 li a.nav-a {
    margin: 20px 10px 0 14px;

}

#nav-gwbar1.nav-gwbar-single-row li a.nav-a {
    margin-top: 6px;
    /*padding-left: 0;*/
}

#nav-gwbar1 li a.nav-a {
    white-space: nowrap;
}

#nav-gwbar1 li a.nav-a {
    position: relative;
    color: #fff;
    float: left;
    margin: 24px 10px 0 14px;
    font-size: 13px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
}

#navbar1 * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#nav-gwbar1 {

    width: 100%;
    /*border: 1px dotted black;*/
    overflow-x: scroll;
    /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
#nav-gwbar1::-webkit-scrollbar {
    display: none;
}

#nav-gwbar2 li a i {
    padding-right: 15px;
}

/* Hide scrollbar for IE, Edge and Firefox */
#nav-gwbar1 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/*---------------------*/

@media(max-width:575px) {
    .slick-next {
        right: 25%;
    }

    .slick-prev {
        left: 25%
    }
    /* .slick-dots {
    top: 103.5%;
} */
.slider-p{
    padding-bottom: 3.5rem !important;
}
.slick-prev, .slick-next {
    top: 104.5% !important;
}

}
@media(min-width:500px) and (max-width:992px){
    .slick-next {
        right: 32%;
    }

    .slick-prev {
        left: 32%
    }
    /* .slick-dots {
    bottom: -59px;
} */
.slider-p{
    padding-bottom: 3.5rem !important;
}
.slick-prev, .slick-next {
    top: 104.5% !important;
}
}

/*
essential styles:
these make the slideshow work
*/
/* #slides{
position: relative;
height: 150px;
padding: 0px;
margin: 0px;
list-style-type: none;
}

.slide{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;

-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}

.showing{
opacity: 1;
z-index: 2;
} */

/*
non-essential styles:
just for appearance; change whatever you want
*/

/* .slide{
font-size: 40px;
padding: 40px;
box-sizing: border-box;
background: #333;
color: #fff;
}

.slide>div:nth-child(2){
background: red;
}
.slide>div:nth-child(2){
background: orange;
}
.slide>div:nth-child(2){
background: green;
}
.slide>div:nth-child(2){
background: blue;
}
.slide>div:nth-child(2){
background: purple;
} */

/* slides1 */
/*
essential styles:
these make the slideshow work
*/
/* #slides1{
position: relative;
padding: 0px;
margin: 0px;
list-style-type: none;
}

.slide1{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
opacity: 0;
z-index: 1;

-webkit-transition: opacity 1s;
-moz-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
}

.showing{
opacity: 1;
z-index: 2;
} */

/*
non-essential styles:
just for appearance; change whatever you want
*/

/* .slide1{
font-size: 40px;
padding: 40px;
box-sizing: border-box;
background: #333;
color: #fff;
}

.slide1:nth-of-type(1){
background: red;
}
.slide1:nth-of-type(2){
background: orange;
}
.slide1:nth-of-type(3){
background: green;
}
.slide1:nth-of-type(4){
background: blue;
}
.slide1:nth-of-type(5){
background: purple;
} */

/* testing */