html {
    scroll-behavior: smooth;
}
.img {
width: 200px;
height: 100px;
position: relative;
}
body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.img-fluid{
    box-shadow: 0 0 5px 5px rgba(71,152,237,0.42);
    border-radius: 15px;
}
.main-heading {
    font-family: SF-Pro-Display-bold;
    font-size: 50px;
    color: #3f4bb8;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 70px;
}
@font-face {
    font-family:SF-Pro-Display-Semibold;
    src: url("../../fonts/pro/SF-Pro-Display-Semibold.otf");
}
@font-face {
    font-family:SF-Pro-Display-black;
    src: url("../../fonts/pro/SF-Pro-Display-Black.otf");
}
@font-face {
    font-family:SF-Pro-Display-bold;
    src: url("../../fonts/pro/SF-Pro-Display-Bold.otf");
}
@font-face {
    font-family:SF-Pro-Display-regular;
    src: url("../../fonts/pro/SF-Pro-Display-Regular.otf");
}
@font-face {
    font-family:SF-Pro-Display-light;
    src: url("../../fonts/pro/SF-Pro-Display-Light.otf");
}
@font-face {
    font-family:SF-Pro-Display-meduim;
    src: url("../../fonts/pro/SF-Pro-Display-Medium.otf");
}
@font-face {
    font-family:Freestyle;
    src: url("../../fonts/pro/Freestyle Script Regular.ttf");
}
/* .banner{
    margin-top: 10px;
} */

.main-heading-span {
    color: #4d4d4d;
}
.name {
    font-family: Roboto;
    font-weight: 700;
    font-size: 135px;
    color: #ffffff;
    margin-top: -5%;
    margin-left: 50px;
}

/* @font-face {
    font-family:Noteworthy;
    src: url("../../fonts/Noteworthy.ttf");
    } */
.welcome {
    color: #ffffff;
    font-size: 66px;
    line-height: 10px;
    font-family: SF-Pro-Display-regular;
    font-weight: 300;
    margin-left: 50px;
}
.tag {
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    font-family: SF-Pro-Display-Semibold;
    margin-left: 50px;
}
.main-heading-span-features {
    font-size: 60px;
    font-family: Roboto;
    font-weight: 700;
    color: #032633;
    letter-spacing: 0.5px;
    line-height: 70px;
}
.main-heading-span-screen {
    font-family: SF-Pro-Display-bold;
    color: #002B59;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 70px;
    background: transparent;
  border-radius: 10px;
  height: 8px;
  width: 255px;
  box-shadow: 0 55px 0 0 #4798ED;
  margin-top: -20px;
}
.main-heading-span-screen-c {
    font-family: SF-Pro-Display-bold;
    color: #002B59;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 70px;
    background: transparent;
  border-radius: 10px;
  height: 8px;
  width: 390px;
  box-shadow: 0 55px 0 0 #4798ED;
  margin-top: -20px;

}
.f1 {
    background: url("/images/Group.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 70%;
}

.about-text {
    color: #7e7e7e;
    font-family: Poppins;
    font-size: 20px;
    letter-spacing: 0.24px;
    line-height: 30px;
}

.feature-text {
    color: #7e7e7e;
    font-family: Poppins;
    font-size: 17px;
    letter-spacing: 0.42px;
    line-height: 30px;
    text-align: center;
}

.card-text {
    color: #7e7e7e;
    font-family: Poppins;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.available-on {
    color: #ffffff;
    font-family: SF-Pro-Display-black;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 30px;
    margin-left: 50px;
}
.rectangle {
    border-radius: 12px;
    background-image: linear-gradient(#0083C5, #0099F8);
    color: #ffffff;
    font-family: SF-Pro-Display-regular;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    position: center;
    width: 300px;
}
.sub-hedading {
    color: #4d4d4d;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 35px;
}
/* .container-fluid{
    height: 130px;
} */
p,
label {
    color: #6d6d6d;
    font-family: Poppins;
    font-size: 18px;
    letter-spacing: 0.42px;
    line-height: 30px;
}
.f4 {
    padding-left: 40px;
    margin-left: -30px;
    background-image: linear-gradient(
        rgba(7, 223, 255, 0) 0%,
        rgba(6, 210, 255, 0.38) 56.54%,
        #03bcff 100%
    );
}

.bottom-link {
    color: #4c4c4c;
    font-family: Poppins;
    font-size: 16px;
    letter-spacing: 0.19px;
    line-height: 25px;
}
.feture-title{
    font-family:SF-Pro-Display-Semibold;
    font-size: 20px;
    color: #003A39;
}
.feture-text{
    font-family:SF-Pro-Display-regular;
    font-size: 17px;
    color: #708579;
}
.quick-links {
    color: #4c4c4c;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.24px;
    line-height: 30px;
}

.p-email-span {
    color: #00c0bd;
}

.email-text {
    color: #00c0bd;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.22px;
    line-height: 27px;
    text-align: center;
}

.homeimg {
    background: url("/images/background_image.png") no-repeat;
    background-size: cover;

}
.group {
    background: url("/images/Group.png") no-repeat;
    background-size: 100% 100%;
}

.sub-heading-text {
    background: url("/images/Group.png") no-repeat;
    color: #003a39;
    font-family: Manrope;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
}

.sub-text {
    color: #212322;
    font-family: Manrope;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
}


.features-container {
    background: url("/images/img_bg_screens_background.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: auto;
    height: 100%;
}
.feature {
    background: url("/images/img_bg_features_background.png") no-repeat;
    background-size: cover;
    background-position: center;
    width: auto;
    height: 100%;
}

.get-in-touch-container {
    background-size: cover;
    background-position: center;
    width: auto;
    height: 100%;
}

.btn-success,
.btn-success:hover {
    background: url("/images/btn_contactus_submit.png") no-repeat;
    background-size: cover;
    background-position: center;
    border: paleturquoise;
    font-family: SF-Pro-Display-bold;
}
.btn-success:hover {
    color: #fff;
    background-color: #538fc7;
    border-color: #5a69be;
}
.btn-success {
    color: #fff;
    background-color: #5044bd;
    border-color: #2855a7;
}

.mask {
    height: 100%;
    width: auto;
    background-size: cover;
}

.px-slide {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

.swiper-wrapper {
    margin-top: 50px;
    align-items: center;
    padding: 10px auto;
    height: auto;

}

.swiper-slide {margin-left: -5px;
    align-items: center;
    margin-top: inherit;
    margin-bottom: inherit;
    height: auto;
    border-radius: 7px;
    position: relative;
}

.swiper-slide img {
    border-radius: 7px;
}

.swiper-slide-active {
    transition: 0.6ss;
}

.swiper-button-next {
    background-image: url(/images/btn_screens_next@1x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-pagination {
    color: #ffffff;
}
.swiper-button-prev {
    background-image: url(/images/btn_screens_next_left@1x.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-next::after {
    content: "none";
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-prev::after {
    content: "none";
}
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul > li {
    /*position: relative;*/
    white-space: nowrap;
    float: left;
}

.nav-menu a {
    display: block;
    /*position: relative;*/
    padding: 12px 15px;
    transition: 0.9s;
    font-size: 14px;
    font-family: "SF-Pro-Display-Semibold";
}
.bg-nav-btn {
    background-color: #ff5753 !important;
}
nav svg path {
    color: white !important;
}
.navbar-dark .navbar-nav .nav-link .active {
    font-size: 17px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #003771;
    font-family: SF-Pro-Display-Semibold;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 26px;
}

.card {
    background: transparent !important;
}

.copyright-2021-kee {
    color: #4c4c4c;
    font-family: Lato;
    font-size: 15px;
    letter-spacing: 0.18px;
    line-height: 18px;
}

.terms-conditions {
    color: #4c4c4c;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.18px;
    line-height: 23px;
}

.download-now {
    color: #4c4c4c;
    font-family: Poppins;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 27px;
}



.form-control-text {
    outline: none;
}

.radius {
    border-radius: 10px;
}

.mobile-invisible {
    display: none;
}

@media screen and (min-width: 768px) {
    main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        border-radius: 10px;
        height: 8px;
        width: 220px;
        box-shadow: 0 55px 0 0 #4798ED;
        margin-top: -20px;

    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 260px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .mobile-invisible {
        display: block;
    }
    .card-img-features1{
        height: 600px;
        margin-left: -100px;
        margin-top: 230px;
    }
    .rectangle {
        border-radius: 12px;
        background-image: linear-gradient(#0083C5, #0099F8);
        color: #ffffff;
        font-family: SF-Pro-Display-regular;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0;
        width: 350px;
        margin-left: -100px;
    }
}

@media (min-width: 993px) and (max-width: 1081px) {
    .hed_tag_main {
        color: #ffffff;
        font-size: 120px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 40px;
    }
    .text{

        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        margin-left: 80px;
        height: 120px;
    }
    .text-design-right{
        margin-left: -80px;
        height: 120px;
    }
    .card-img-features1{
        height: 600px;
        margin-left: -100px;
        margin-top: 130px;
    }
    .form-control-text{
        width: 275px;
    }
    .feature{
        height: 800px;
    }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    .img-feture{
        margin-right: 20px;
        margin-top: -600px;
    }

    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
    }
    .secure {
        height: 225px;
    }

    .nav-link {
        margin-left: 30px;
    }
    .active {
        height: 40px;
        width: 130px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 130px;
        text-align: center;
    }
    .justify-content-end {
        margin-left: -21px;
    }

    .main-heading-span-features {
        font-size: 70px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 390px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 60px;
        color: #ffffff;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
    }

    .tag {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
    }
    .rectangle-input {
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 10px;
    }
    .rectangle-textarea {
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 1081px) and (max-width: 1199.97px) {
    .secure {
        height: 225px;
    }
}
@media (min-width: 1081px) and (max-width: 1201.97px) {
    .hed_tag_main {
        color: #ffffff;
        font-size: 100px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 45px;
    }
    .text{

        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        margin-left: 60px;
        height: 120px;
    }
    .text-design-right{
        margin-left: -70px;
        height: 120px;
    }
    .card-img-features1{
        height: 650px;
        margin-left: -120px;
        margin-top: 80px;
    }
    .feature{
        height: 800px;
    }
    .form-control-text{
        width: 275px;
    }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    .img-feture{
        margin-right: 20px;
        margin-top: -650px;
    }

    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
    }
    .swiper-slide-active {
        margin-bottom: 140px;
    }
    .nav-link {
        margin-left: 30px;
    }

    .main-heading-span-features {
        font-size: 70px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 390px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 80px;
        color: #ffffff;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;

    }
    /* .hed_tag_main {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
    } */
    .active {
        height: 40px;
        width: 130px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 130px;
        text-align: center;
    }

    .justify-content-end {
        margin-left: 30px;
    }
    .tag {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;

    }
    .rectangle-input {
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 10px;
    }
    .rectangle-textarea {
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 767.9px) and (max-width: 992.9px) {
    .group {
        width: 350px;
        height: 190px;
    }
}
@media (min-width: 767.9px)  and (max-width: 992.9px) {
    /* .form-control-text{
        width: 330px;
    } */
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 15px;
    }
    .banner{
        height: 300px;
    }
    .img-feture{
        margin-right: 20px;
        margin-top: -640px;
    }

    /* .feature{
        height: 750px;
    } */

    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 13px;
    }
    /* .swiper-slide-active {
        margin-bottom: 120px;
    } */
    .nav-link {
        margin-left: 5px;
    }
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
    }
    /* .text {
        text-align: center;
        margin-left: 60px;
        font-size: 12px;
    } */
    .active {
        height: 40px;
        width: 110px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 110px;
        text-align: center;
    }
    .top {
        background-size: cover;
        background-position: top;
    }
    .group{
    background-size:120%;
    width: 300px;
        height: 70%;
    }
    .form-control-text {
        margin-top: 10px;
    }
    .banner {
        margin-left: 0px;
    }

    .main-heading-span-features {
        font-size: 70px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 390px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 80px;
        color: #ffffff;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 55px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
    }
    .hed_tag_main {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
    }
    .rectangle-input {
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 10px;
    }
    .rectangle-textarea {
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 766.9px) and (max-width: 992.9px) {
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        margin-left: 50px;
        height: 90px;
    }
    .text-design-right{
        margin-left: -80px;
        height: 90px;
    }
    .card-img-features1{
        height: 400px;
        margin-left: -70px;
        margin-top: 170px;
    }
}
@media (min-width: 568.9px) and (max-width: 766.8px) {
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        border-radius: 10px;
        height: 8px;
        width: 220px;
        box-shadow: 0 55px 0 0 #4798ED;
        margin-top: -20px;

    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 260px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        display: none;
    }
    .text-design-right{
        display: none;
    }
    .card-img-features1{
        height: 600px;
        margin-left: 10px;
        margin-top: 200px;
    }
}
@media (min-width: 568.9px) and (max-width: 992.9px) {
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: -55px;
    }
    .hed_tag_main {
        color: #ffffff;
        font-size: 100px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 45px;
    }

    .form-control-text{
        width: 680px;
        margin-top: -8px;
    }

    .img-feture{
        margin-right: 20px;
        margin-top: -640px;
    }

    .banner{
        width: 600px;
    }
    .f1{
        height: 400px;
    }
    .f1-hedding{
        height: 140px;
    }
    /* .feature{
        height: 750px;
    } */

    .features-title {
        font-family: poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 15px;
    }
    .form-control-text{
        width: 205px;
    }
}
@media screen and (max-width: 568px) {

    .card-img-features1{
        height: 650px;
        margin-left: 5px;
        margin-top: 40px;
    }
    .line{
        margin-left: 50px;
    }
    .hed_tag_main {
        color: #ffffff;
        font-size: 80px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 45px;
    }
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        display: none;
    }
    .text-design-right{
        display: none;
    }

    .active {
        border: none;
        background-color: transparent;
        text-align: right;

    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        border: none;
        box-shadow: none;
        text-align: right;
    }
    .img-feture{
        margin-right: 20px;
        margin-top: -640px;
    }

    .banner{
        width: 600px;
    }
    .f1{
        height: 400px;
    }
    .f1-hedding{
        height: 140px;
    }
    /* .feature{
        height: 750px;
    } */

    .features-title {
        font-family: poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
    }
    .f4 {
        margin-left: 1px;
    }
    .banner {
        margin-left: 0px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 320px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }

}

@media screen and (min-width: 1200.98px) {
    .features-title {
        font-family: Poppins;
        color: #bb1b1b;
        text-align: center;
        font-weight: 700;
        font-size: 25px;
    }

    .img-feture{
        margin-right: 20px;
        margin-top: -750px;
    }

    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 400;
        font-size: 17px;
    }
    .active {
        height: 40px;
        width: 120px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 120px;
        text-align: center;
    }
    .nav-link {
        margin-left: 50px;
    }

    .justify-content-end {
        margin-left: 80px;
    }

    .main-heading-span-features {
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        font-size: 60px;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .rectangle-input {
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
    .form-control-text{
        width: 335px;
    }
    .rectangle-textarea {
        box-sizing: border-box;
        height: 190px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
    .email {
        margin-top: 30px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 320px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .text{

        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        margin-left: 100px;
    }
    .text-design-right{
        margin-left: -100px;
    }
    .card-img-features1{
        height: 650px;
        margin-left: -85px;
        margin-top: 30px;
    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 130px;
        color: #ffffff;
        margin-top: 1%;
        margin-left: 50px;
        font-weight: 800;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-top: 60px;
    }
    .hed_tag_main {
        color: #ffffff;
        font-size: 120px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 50px;
    }

}

@media screen and (max-width: 442px) {
    .line{
        margin-left: 50px;
    }
    .hed_tag_main {
        color: #ffffff;
        font-size: 60px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 45px;
    }
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        display: none;
    }
    .text-design-right{
        display: none;
    }
    .card-img-features1{
        height: 500px;
        margin-left: 1px;
    }
    .active {
        border: none;
        background-color: transparent;
        text-align: right;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        border: none;
        box-shadow: none;
        text-align: right;
    }
    .justify-content-end {
        margin-right: inherit;
    }

    /* .f1 {
        background: url("/images/Group.png") no-repeat;
        background-size: cover;
        width: 100%;
        height: 70%;
    } */
    .f4 {
        background-image: none;
        margin-left: 1px;
        padding-left: 10px;
    }

    .main-heading-span-features {
        font-size: 50px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 40px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 50px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 260px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 60px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 75px;
        color: #ffffff;
        margin-top: -1%;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 40px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }

    .tag {
        color: #ffffff;
        font-size: 15px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
        margin-top: 10px;
    }

    .form-control-text {
        margin-top: 10px;
    }
    .rectangle {
        border-radius: 12px;
        background-image: linear-gradient(#0083C5, #0099F8);
        color: #ffffff;
        font-family: SF-Pro-Display-regular;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0;
        width: 350px;
    }
    .rectangle-input {
        height: 60px;
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;

        margin-bottom: 30px;
    }
    .rectangle-textarea {
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }

    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    .img-feture{
        /* image-resolution: 120px; */
        margin-right: 10px;
        margin-top: -640px;
    }

    /* .feature{
        height: 750px;
    } */

    .f1{
        height: 350px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 12px;
    }
}
@media screen and (max-width: 320px) {
    .line{
        margin-left: 50px;
    }
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        display: none;
    }
    .text-design-right{
        display: none;
    }
    .card-img-features1{
        height: 320px;
        margin-left: 10px;
    }
    .hed_tag_main {
        color: #ffffff;
         font-size: 53px;
         font-family: SF-Pro-Display-bold;
         font-weight: 300
     }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    .img-feture{
        /* image-resolution: 120px; */
        margin-right: 10px;
        margin-top: -640px;
    }

    /* .feature{
        height: 750px;
    } */

    .f1{
        height: 350px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 13px;

        line-height: 25px;
    }
    .group {
        width: 270px;
        height: 250px;
    }
    /* .text {
        text-align: center;
        margin-left: 40px;
    } */
    .active {
        border: none;
        background-color: transparent;
        text-align: right;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        border: none;
        box-shadow: none;
        text-align: right;
    }
    .f4 {
        background-image: none;
        margin-left: 1px;
        padding-left: 10px;
    }
    .banner {
        margin-left: 0px;
    }
    .main-heading-span-features {
        font-size: 40px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 30px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        border-radius: 10px;
        height: 8px;
        width: 180px;
        box-shadow: 0 55px 0 0 #4798ED;
        margin-top: -20px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 260px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 50px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 65px;
        color: #ffffff;
        margin-top: -5%;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 36px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }
    .hed_tag_main {
        height: 200px;
        margin-left: 50px;
    }
    .tag {
        color: #ffffff;
        font-size: 14px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
        margin-top: -180px;
    }

    .form-control-text {
        margin-top: 10px;
    }
    .rectangle {
        border-radius: 12px;
    background-image: linear-gradient(#0083C5, #0099F8);
    color: #ffffff;
    font-family: SF-Pro-Display-regular;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0;
        width: 250px;
    }
    .rectangle-input {
        width: 250px;
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 30px;
    }
    .rectangle-textarea {
        width: 250px;
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 375px) and (max-width: 399px) {
    .line{
        margin-left: 50px;
    }
    .hed_tag_main {
        color: #ffffff;
        font-size: 60px;
        line-height: 10px;
        font-family: SF-Pro-Display-bold;
        font-weight: 300;
        margin-top: 40px;
        margin-left: 50px;
    }
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        display: none;
    }
    .text-design-right{
        display: none;
    }
    .card-img-features1{
        height: 400px;
        margin-left: 10px;
    }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    .img-feture{
        /* image-resolution: 120px; */
        margin-right: 10px;
        margin-top: -640px;
    }

    /* .feature{
        height: 750px;
    } */

    .f1{
        height: 350px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }
    .group {
        width: 270px;
        height: 250px;
    }
    /* .text {
        text-align: center;
        margin-left: 40px;
    } */
    .active {
        border: none;
        background-color: transparent;
        text-align: right;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        border: none;
        box-shadow: none;
        text-align: right;
    }
    .f4 {
        background-image: none;
        margin-left: 1px;
        padding-left: 10px;
    }
    .banner {
        margin-left: 0px;
    }
    .main-heading-span-features {
        font-size: 40px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 30px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        border-radius: 10px;
      height: 8px;
      width: 190px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 270px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 50px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 65px;
        color: #ffffff;
        margin-top: -5%;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 36px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }

    .tag {
        color: #ffffff;
        font-size: 14px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
        margin-top: -10px;
    }

    .form-control-text {
        margin-top: 10px;
    }
    .rectangle {
        border-radius: 12px;
        background-image: linear-gradient(#0083C5, #0099F8);
        color: #ffffff;
        font-family: SF-Pro-Display-regular;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0;
        width: 300px;
    }
    .rectangle-input {
        width: 300px;
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 30px;
    }
    .rectangle-textarea {
        width: 300px;
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 321px) and (max-width: 374px) {
    .line{
        margin-left: 50px;
    }
    .text{
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #0099F8;
    }
    .text-design-left{
        display: none;
    }
    .text-design-right{
        display: none;
    }
    .card-img-features1{
        height: 350px;
        margin-left: 10px;
    }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }
    .img-feture{
        /* image-resolution: 120px; */
        margin-right: 10px;
        margin-top: -640px;
    }

    /* .feature{
        height: 750px;
    } */

    .f1{
        height: 350px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }
    .group {
        width: 270px;
        height: 250px;
    }
    /* .text {
        text-align: center;
        margin-left: 40px;
    } */
    .active {
        border: none;
        background-color: transparent;
        text-align: right;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        border: none;
        box-shadow: none;
        text-align: right;
    }
    .f4 {
        background-image: none;
        margin-left: 1px;
        padding-left: 10px;
    }
    .banner {
        margin-left: 0px;
    }
    .main-heading-span-features {
        font-size: 40px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 30px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 40px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 290px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 50px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 65px;
        color: #ffffff;
        margin-top: -5%;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 36px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }
    .hed_tag_main {
        height: 200px;
        margin-left: 100px;
    }
    .tag {
        color: #ffffff;
        font-size: 14px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
    }

    .form-control-text {
        margin-top: 10px;
    }
    .rectangle {
        border-radius: 12px;
        background-image: linear-gradient(#0083C5, #0099F8);
        color: #ffffff;
        font-family: SF-Pro-Display-regular;
        font-size: 14px;
        font-weight: 800;
        letter-spacing: 0;
    }
    .rectangle-input {
        width: 280px;
        height: 80px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 30px;
    }
    .rectangle-textarea {
        width: 280px;
        box-sizing: border-box;
        height: 150px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 1300.98px) and (max-width: 1450.98px) {
    .card-img-features1{
        height: 600px;
        margin-left: -70px;
        margin-top: 100px;
    }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
    }
    .active {
        height: 40px;
        width: 130px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 130px;
        text-align: center;
    }
    /* .banner{
        margin-left: 150px;
    } */

    .justify-content-end {
        margin-left: 180px;
    }

    .main-heading-span-features {
        font-size: 70px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        border-radius: 10px;
        height: 8px;
        width: 290px;
        box-shadow: 0 55px 0 0 #4798ED;
        margin-top: -20px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 390px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 120px;
        color: #ffffff;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }
    .tag {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
    }
    .rectangle-input {
        height: 80px;
        border: 0.5px solid;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
        margin-bottom: 30px;
    }
    .rectangle-textarea {
        box-sizing: border-box;
        height: 190px;
        border: 1.5px solid;
        border-radius: 12px;
        border-color: #002B59;
    }
}
@media (min-width: 1450.98px) and (max-width: 1500px) {
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
    }
    .active {
        height: 40px;
        width: 130px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 130px;
        text-align: center;
    }
    /* .banner{
        margin-left: 50px;
    } */

    .justify-content-end {
        margin-left: 100px;
    }
}
@media (min-width: 1500.98px) and (max-width: 1700px) {
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
    }
    .active {
        height: 40px;
        width: 130px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 130px;
        text-align: center;
    }
    /* .banner{
        margin-left: 90px;
    } */

    .justify-content-end {
        margin-left: 160px;
    }

    .main-heading-span-features {
        font-size: 70px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 390px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 120px;
        color: #ffffff;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }
    .tag {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
    }
}
@media (min-width: 1700.98px) and (max-width: 1920px) {
    .card-img-features1{
        height: 600px;
        margin-left: -70px;
        margin-top: 100px;
    }
    .features-title {
        font-family: Poppins;
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 24px;
    }
    .features-text {
        font-family: Poppins;
        color: #ffffff;
        font-weight: 500;
        font-size: 17px;
    }
    .active {
        height: 40px;
        width: 130px;
        text-align: center;
        color: #202222;
    }
    .other {
        color: #003771;
        font-family: SF Pro Display Semibold;
        height: 40px;
        width: 130px;
        text-align: center;
    }
    /* .banner{
        margin-left: 130px;
    } */

    .justify-content-end {
        margin-left: 200px;
    }

    .main-heading-span-features {
        font-size: 70px;
        font-family: Roboto;
        font-weight: 700;
        color: #032633;
        letter-spacing: 0.5px;
        line-height: 70px;
        margin-left: 50px;
        margin-top: -50px;
    }
    .main-heading-span-screen {
        font-family: SF-Pro-Display-bold;
    color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
    }
    .main-heading-span-screen-c {
        font-family: SF-Pro-Display-bold;
        color: #002B59;
        font-size: 60px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 70px;
        background: transparent;
      border-radius: 10px;
      height: 8px;
      width: 390px;
      box-shadow: 0 55px 0 0 #4798ED;
      margin-top: -20px;

    }
    .hed_tag {
        height: 80px;
        margin-left: 1px;
    }
    .name {
        font-family: Roboto;
        font-weight: 700;
        font-size: 120px;
        color: #ffffff;
        margin-left: 50px;
    }
    .welcome {
        color: #ffffff;
        font-size: 66px;
        line-height: 10px;
        font-family: SF-Pro-Display-regular;
        font-weight: 300;
        margin-left: 50px;
    }
    .tag {
        color: #ffffff;
        font-size: 20px;
        line-height: 40px;
        font-family: SF-Pro-Display-Semibold;
        margin-left: 50px;
    }
}
