* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* header */
header {
    width: 100%;
    position: fixed;
    /* background-color: hsla(191, 84%, 62%, 0.926); */
    background-color: rgb(10, 52, 99);
    justify-content: center;
    display: flex;
    z-index: 1;
}

.nave-bar {
    margin-left: auto;
    width: 100%;
    margin-right: auto;
    display: flex;
    gap: 31px;
    justify-content: center;
}

/* logo column */
.logo {
    order: 1;
    transition: all .3s ease-in-out 0s;
    width: 76px;
    margin-bottom: 7px;
}

.image1 {
    width: 100%;
}

/* .logo1 {
    width: 50px;
}

.logo2{
   width: 100x;
   height: 40px;
} */
/* links column */
.menue {
    display: flex;
    transition: all .5s ease-in-out;
    order: 2;
}

.menue-bar {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
}

.menue-links {
    list-style: none;
    font-size: .8125rem;
    padding: 0 5px;
    padding-top: 18px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    text-align: center;
    align-items: center;
    white-space: nowrap;
    transition: all .3s ease-in-out 0s;
}

.menue-links:hover {
    color: #03a3e4;
    text-decoration: none;
}

/* hover effect */
.active {
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;
    color: #03a3e4;
    margin-left: 17px;
    margin-top: 6px;
    opacity: 0;
}

.active i {
    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;
}

.active1 {
    width: 10px;
    height: 10px;
    margin-left: 29px;
    margin-top: 6px;
    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;
    color: #03a3e4;
    opacity: 0;
}

.material-icons {
    cursor: pointer;
    display: none;
}

.drop-down {
    background-color: rgb(10, 52, 99);
    width: 1475px;
    position: absolute;
    left: 46%;
    right: 0%;
    top: 101%;
    padding: 20px 0;
    -webkit-transition: all .3s ease-in-out .2s;
    transition: all .3s ease-in-out .2s;
    text-align: left;
    display: flex;
    transform: translateY(-1px) translateX(-50%);
    display: none;
}

.drop-down-text {
    border-bottom: 1px solid white;
    color: white;
    font-size: 1.0625rem;
    padding: 10px;
    transition: all .3s ease-in-out 0s;
    text-decoration: none;
    display: flex;
}

.drop-down-text:hover {
    color: #03a3e4;
    text-decoration: none;
    border-bottom: 1px solid #03a3e4;
}

.care {
    padding-right: 35px;
}

/* burger */
.burger {
    margin: 20px 0;
    padding-left: 22px;
    padding-right: 49px;
    transition: all .5s ease-in-out;
}

.burger i {
    font-size: 30px;
    cursor: pointer;
    transition: all .3s ease-in-out 0s;
}

#show {
    color: white;
}

#show:hover {
    color: #03a3e4;
}

#none {
    transition: all .3s ease-in-out 0s;
    display: none;
    color: white;
}

#none:hover {
    color: #03a3e4;
}

.none-section {
    padding: 20px;
    background-color: rgb(10, 52, 99);
    position: absolute;
    top: 100%;
    right: 0%;
    width: 100%;
    display: none;
}

.none-section ul {
    margin: 0;
    padding: 0%;
}

.none-dropdown1 {
    list-style: none;
}

.none-dropdown {
    padding: 15px 12px;
    font-size: 1.125rem;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease-in-out 0s;
    color: white;
    width: 100%;
    display: flex;
}

.none-dropdown:hover {
    color: #03a3e4;
    text-decoration: none;
}

.pluse1 {
    margin-left: auto;
    font-size: 15px;
    margin-top: 4px;
}

.minuse {
    display: none;
    cursor: pointer;
}

.minuse-list {
    width: 100%;
    padding-left: 15px;
    display: none;
}

.minuse-dropdown {
    list-style: none;
    padding: 12px 18px;
}

.minuse-dropdown a {
    color: white;
    text-decoration: none;
    font-size: .875rem;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    display: inline-flex;
}

.burger i:hover {
    color: #03a3e4;
}

/* button and icon column */
.buttons {
    display: flex;
    align-items: center;
    margin-top: 7px;
    order: 3;
}

.icon {
    width: 30px;
    font-size: .875rem;
    transition: all .3s ease-in-out 0s;
    margin-bottom: 13px;
}

.icon i {
    font-size: 25px;
    color: white;
}

@media (max-width: 1199px) {
    .logo {
        margin: 10px 0;
        transform: translateX(30px);
        order: 2;
    }

    .menue {
        order: 1;
        display: none;
    }

    .buttons {
        order: 3;
        margin-top: 10px;
    }

    .nave-bar,
    .hide-dropdown {
        max-width: 960px;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .burger {
        display: none;
    }

    .nave-bar,
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .nave-bar {
        max-width: 720px;
    }

    .burger {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .nave-bar {
        max-width: 540px;
    }

    .logo {
        width: 100px;
    }
}

/* container-body */
/* section1 */
.container-body {
    padding-top: 60px;
}

.slider {
    width: 100%;
    position: relative;
}

.mySlide {
    width: 100%;
    position: relative;
}

.mySlide img {
    width: 100%;
    position: relative;
}

.mySlide:nth-child(1) {
    cursor: pointer;
}

.mySlide:nth-child(4) {
    cursor: pointer;
}

.mySlide:nth-child(5) {
    cursor: pointer;
}

.image-text {
    position: absolute;
    height: 250px;
    top: 25%;
    right: 0%;
    width: 40%;
    transition: all .5s ease;
    color: #fff;
}

.image-text1 {
    position: absolute;
    height: 250px;
    top: 25%;
    right: 0%;
    width: 40%;
    transition: all .5s ease;
    color: #fff;
    left: 120px;
}

.image-text-heading {
    transition: all 1s ease;
    font-weight: 700;
    cursor: default;
    text-transform: uppercase;
}

.image-text-button {
    transition: all .3s ease-in-out;
    background-color: #1559a8;
    color: white;
    border-radius: 4px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    margin-right: 7px;
    width: 28%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: 20px;
    white-space: nowrap;
}

.image-text-button:hover {
    background-color: #14447a;
    text-decoration: none;
    color: white;
}

.fade {
    animation-name: mymove;
    animation-duration: 4s;
}

@keyframes mymove {
    from {
        opacity: .4
    }

    to {
        opacity: 2
    }
}

@media screen and (max-width: 1366px) {
    .image-text-heading {
        font-size: 2.5rem;
        line-height: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .container-body {
        padding-top: 73px;
    }

}

@media screen and (min-width: 768px) {
    .image2 {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .image3 {
        display: none;
    }

    .container-body {
        padding-top: 89px;
    }

    .image-text,
    .image-text1 {
        top: 32px;
        left: 25%;
    }

    .image-text-heading {
        text-align: center;
        font-size: 2.25rem;
        line-height: 50px;
    }

    .image-text-button {
        margin-top: 5px;
        padding: 7px 12px;
        margin-left: 105px;
    }

    .last {
        margin-left: 80px;
    }
}

@media (max-width: 689px) {
    .image-text-heading {
        font-size: 1.175rem;
        line-height: 24px;
        text-align: center;
    }

    .image-text,
    .image-text1 {
        top: 32px;
        left: 26%;
        right: 0;
        text-align: center;
    }

    .image-text-button {
        margin-top: 5px;
        padding: 7px 12px;
        margin-left: 0;
        width: auto;
    }
}

/* section2 */
.section2 {
    padding: 60px 0;
    text-align: center;
}

/* .section2-box1 */
.section2-box1 {
    width: 744px;
}

.section2 h2 {
    font-size: 2rem;
    color: #1559a8;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.box1-text {
    font-size: 19px;
    margin-bottom: 20px;
}

.hidden {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1.2s ease, transform 1.2s ease;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.section2-buttons {
    padding: 20px 15px;
    margin-left: 165px;
    width: 400px;
    display: flex;
    justify-content: center;
    height: 100px;
}

.section2 .button1 {
    background-color: #1559a8;
    border-color: #1559a8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    transition: all .3s ease;
    font-size: 1.125rem;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.section2 .button2 {
    background-color: #fff;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: all .3s ease;
    font-size: 1.125rem;
    color: gray;
    margin: 0 10px;
    width: 100%;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .section2-buttons {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .section2-box1 {
        width: 100%;
    }
}

/* .section2-box2 */
.section2-box2 {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

.cards-box {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 4) - 0px);
    overflow: hidden;
}

.arrow,
.arrow1 {
    padding-right: 4px;
    align-items: center;
    background-color: #1559a8;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 36px;
    cursor: pointer;
}

.arrow {
    left: -40px;
}

.arrow1 {
    right: -30px;
}
.card2{
    min-height: 300px;
}
.card-top{
    margin-top: -12px;
    display: block;
}
.card-top span{
    background: #21a9d8;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 1.125rem;
    color: white;
    font-weight: 700;
}
.card1 {
    margin-right: 7px;
    background-color: #02395b;
    border: 0;
    border-radius: 22px;
    color: #fff;
    padding-bottom: 20px;
    width: 275px;
}

.card-body {
    padding: 30px;
    text-align: center;
    padding-bottom: 40px;
}

.small {
    font-size: 1.125rem;
    margin-top: 60px;
    margin-bottom: 0;
}

.card-body h6 {
    font-size: 30px;
    font-weight: 700;
    color: #21a9d8;
    margin-bottom: 15px;
}

.rs {
    font-size: 1.9rem;
    font-weight: bold;
}

.tax {
    margin-top: 5px;
    font-size: 1.325rem;
    font-weight: 500;
    margin-bottom: 0;
}

.icon-txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-txt-txt {
    margin-bottom: 0;
}

.icon-txt i {
    line-height: 0;
    margin-left: 6px;
}

.card-footer {
    padding-bottom: 10px;
    border: none;
    background-color: #02395b;
}

.card-footer-button {
    background-color: #21a9d8;
    border: 0;
    border-radius: 30px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 5px 20px;
    text-transform: none;
    width: auto;
    text-decoration: none;
    color: #fff;
}

.card-footer-button:hover {
    text-decoration: none;
    color: #fff;
}

.slick-list {
    width: 1140px;
}

@media (max-width: 1198px) {
    .cards-box {
        grid-auto-columns: calc((100% / 3) - 0px);
        width: 855px;
    }

    .card1 {
        width: 295px;
    }

    .arrow1 {
        right: 10px;
    }

    .arrow {
        left: 10px;
    }
}

@media (max-width: 991px) {
    .cards-box {
        grid-auto-columns: calc((100% / 2) - 0px);
        width: 720px;
    }

    .card1 {
        width: 325px;
    }

    .arrow1 {
        right: -35px;
    }

    .slick-list {
        width: 960px;
    }

    .arrow {
        left: -40px;
    }
}

@media (max-width: 767px) {
    .cards-box {
        width: 480px;
    }

    .arrow1 {
        right: -15px;
    }

    .arrow {
        left: -15px;
    }
}

@media (max-width: 589px) {
    .cards-box {
        grid-auto-columns: calc((100% / 1) - 0px);
        justify-content: center;
        overflow: hidden;
        width: 240px;
    }

    .card1 {
        width: 100%;
    }

    .section2-box2 {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* section 3 */
.section {
    width: 100%;
    position: relative;
}

.unlimit {
    width: 100%;
}

.unlimit img {
    width: 100%;
}

.ultimate-text {
    position: absolute;
    top: 130px;
    right: 80px;
}

.text-heading,
.voice-heading {
    font-size: 65px;
    font-weight: 700;
    color: #1559a8;
    margin-bottom: 17px;
    transition: all 1s ease;
}

.ultimate-text h4 {
    font-size: 39px;
    font-weight: 700;
    color: #00aada;
    margin-bottom: 35px;
}

.ultimate-text a {
    text-decoration: none;
    border-radius: 8px 8px 8px 8px;
    padding: 16px 34px;
    background: #1559a8;
    color: #fff;
    transition: all .3s ease-in-out;
}

.ultimate-text a:hover {
    text-decoration: none;
    background: #14447a;
    color: #fff;
}

@media (max-width: 991px) {

    .text-heading,
    .voice-heading {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .ultimate-text {
        text-align: center;
        right: 0;
        left: 0;
        top: 30px;
    }

    .text-heading {
        font-size: 30px;
        margin-bottom: 0;
    }

    .ultimate-text h4 {
        font-size: 29px;
        margin-bottom: 17px;
    }

    .ultimate-text a {
        padding: 8px 15px;
    }
}

/* section 4 */
.hd {
    top: 10px;
    text-align: center;
    right: 0;
    left: 0;
}


/* Customer Reviews */
.reviews {
    padding-top: 40px;
    padding-bottom: 60px;
}

.reviews h2 {
    font-size: 60px;
    color: #1559a8;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.reviews-column {
    max-width: 1140px;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateX(-70px);
    transition: opacity 1.2s, transform 1.2s;
}

.visible {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1198px) {
    .size {
        left: -30px;
    }

    .size1 {
        right: -20px;
    }

    .reviews-column {
        max-width: 900px;
    }
}

@media (max-width: 991px) {
    .reviews-column {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    .reviews-column {
        max-width: 500px;
    }
}

@media (max-width: 585px) {
    .reviews-column {
        max-width: 300px;
    }
}

/* .reviews-column i{
    padding-right: 4px;
    align-items: center;
    background-color: #1559a8;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 36px;
    cursor: pointer;
} */
/* .section8  */
.section1 {
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 26px 0;
}

.follow {
    font-size: 40px;
    font-weight: 700;
    color: #14447a;
    margin-bottom: 30px;
}

.follow-platforms {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.iconss {
    text-decoration: none;
    padding: 8px 8px 10px;
    background-color: #fff;
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 8px 8px 8px 8px;
    align-items: center;
    width: 100%;
}

.iconss:hover {
    text-decoration: none;
}

.iconss i,
svg {
    font-size: 36px;
    color: #00aada;
    margin-right: 10px;
    width: 36px;
    height: 36px;
}

.iconss p {
    margin-bottom: 0;
    color: black;
    font-size: 18px;
}

@media (max-width: 767px) {
    .iconss {
        display: block;
    }

    .iconss,
    .iconss p {
        font-size: 10px;
    }
}

/* section3 */
.section3 {
    background: linear-gradient(150deg, #00f4ff, #1567b0);
}

.app-image {
    margin-top: -60px;
}

.app-text {
    color: white;
}

.app-text h5 {
    margin: 30px 0 24px;
    font-weight: 800;
    font-size: 30px;
}

.app-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    margin: 40px 150px;
}

.app-buttons img {
    height: 60px;
    width: 100%;
}

@media (max-width: 1200px) {
    .app-buttons {
        margin: 40px 100px;
    }
}

@media (max-width: 991px) {
    .app-text h5 {
        font-size: 20px;
    }

    .app-text p {
        font-size: 10px;
    }

    .app-buttons {
        margin: 20px 90px;
    }
}

@media (max-width: 767px) {
    .app-image {
        margin-top: 20px;
    }

    .app-text h5 {
        font-size: 30px;
    }

    .app-text p {
        font-size: 15px;
    }
}

/* footer */
footer {
    background-color: #f1f1f1;
    color: #667578;
    float: left;
    padding-top: 60px;
    width: 100%;
}

.footer-box {
    padding: 20px;
}

.footer-box h5 {
    margin-bottom: 15px;
    color: #333333;
    font-size: .9375rem;
    font-weight: 800;
}

.footer-box p {
    font-size: 1.1111rem;
}

.footer-links-column {
    display: flex;
}

.footer-box ul {
    padding: 0;
}

.footer-links {
    list-style: none;
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #667578;
    transition: all .3s ease-in-out 0s;
    display: inline-block;
}

.footer-links a:hover {
    margin-left: 15px;
    color: #14447a;
}

.privacy {
    margin-bottom: 24px;
}

.privacy a {
    padding: 0 20px;
    color: #667578;
    text-decoration: none;
}

.privacy a:hover {
    color: #1559a8;
    transition: all .3s ease-in-out 0s;
}

.privacy a:nth-child(1) {
    border-right: 1px solid #667578;
}

.privacy a:nth-child(2) {
    border: none;
}

.ffollow {
    margin-bottom: 25px;
}

.ffollow h5 {
    margin-bottom: 25px;
}

.icon-list {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.icon-list a {
    text-decoration: none;
    color: #667578;
}

.icon-list a:hover {
    color: #c3c3c3;
    transition: all .3s ease-in-out 0s;
}

.footer-end {
    margin-bottom: 30px;
}