@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope", sans-serif;
}

body {
    scrollbar-width: none;
}

a {
    text-decoration: none !important;
}

    a:hover {
        color: #000100 !important;
    }

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

button {
    border: none;
}

.main-menu {
    margin-left: 40px;
}

@media (max-width: 767px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

.clearfix {
    clear: both;
}

.main-menu li {
    padding: 0 15px;
}

    .main-menu li a {
        color: #ffffff;
        opacity: 0.7;
        font-weight: 400;
        padding: 0;
        padding-bottom: 2px;
        position: relative;
    }

        .main-menu li a:hover {
            color: #ffffff !important;
        }

@media (max-width: 991px) {
    .main-menu li {
        padding: 0 13px;
    }
}

@media (max-width: 991px) {
    .main-menu li {
        padding: 15px 0;
    }

    .main-menu {
        display: inline-block !important;
        vertical-align: middle !important;
    }
}

.html5-video-player .video-click-tracking, .html5-video-player .video-stream {
    height: 100%;
    width: 100%;
}

header {
    z-index: 99;
    position: relative;
}

@media (min-width: 576px) {
    .header_top.fixed-header {
        background-color: #182469;
        position: fixed;
        padding: 18px 0;
        top: -1px;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.1);
        border-radius: 0;
        margin: 0;
        animation: slide-down 0.7s;
        -moz-animation: slide-down 0.7s;
        -webkit-animation: slide-down 0.7s;
        -o-animation: slide-down 0.7s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        overflow: visible;
    }
}

header {
    background: #182469;
    height: 121px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-up {
    top: -121px;
}

@media (max-width: 991px) {
    header {
        height: 94px;
    }

    .nav-up {
        top: -94px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .header_top.fixed-header {
        padding: 12px 0;
    }
}

.header_top {
    background-color: #182469;
    position: relative;
    width: 100%;
    z-index: 99;
    padding: 35px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 991px) {
    .header_top {
        padding: 20px 0;
    }
}

.header_row {
    display: flex;
    align-items: center;
}

.nav-icon {
    display: none;
}

@media (max-width: 991px) {
    header .align-items-center {
        justify-content: space-between !important;
    }
}

.offcanvas-body .primary-btn {
    width: 100%;
    margin-top: 10px;
}

.slider_top {
    position: relative;
}

.slider .primary-btn {
    width: 80%;
}

@media (max-width: 575px) {
    .slider .primary-btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .nav-icon {
        display: block;
    }

    #offcanvasExampleLabel {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .offcanvas-body ul {
        margin: 0;
    }

    .nav-icon svg {
        fill: #fff;
        height: 40px;
        width: 40px;
    }

    .nav-none {
        display: none !important;
    }

    .main-section .header-nav {
        justify-content: space-between !important;
    }

    .offcanvas {
        background-color: #182469 !important;
    }

    .offcanvas-title {
        width: 100%;
    }

    .close_btn {
        padding: 0 20px !important;
        background-image: none !important;
        opacity: 1 !important;
        height: 20px !important;
    }

    .offcanvas-title a {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .slider {
        width: 100% !important;
    }
}

.main-section .main-title {
    line-height: 48px;
    font-size: 1.675rem;
}

@media (max-width: 1252px) {
    .main-section .main-title {
        font-size: 37px;
    }
}

@media (min-width: 992px) {
    .main-section .discription {
        width: 98%;
    }
}

@media (max-width: 1199px) {
    .main-section .main-title {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .main-section .main-title {
        font-size: 23px;
        line-height: 35px;
    }
}

@media (min-width: 1599px) {
    .main-section .container {
        max-width: 1340px;
    }
}

@media and (max-width: 1600px) and (min-width: 1400px) {
    .main-section .container {
        max-width: 1230px;
        margin: 0 14%;
    }
}

.header .container {
    max-width: 1600px;
}

@media (max-width: 400px) {
    .header .container {
        width: auto;
    }
}

.main-section .main-title span {
    border-bottom: 10px solid #FF8A00;
    padding-bottom: 10px;
}

    .main-section .main-title span::after {
        display: none;
    }

@media (max-width: 575px) {
    .main-section .main-title, .main-section .discription {
        text-align: left;
    }

    .main-section .main-title {
        width: 100%;
        margin: 0 0 30px;
        font-size: 32px;
        line-height: 42px;
    }

        .main-section .main-title br {
            content: '';
        }

    .main-section .discription {
        width: 100%;
        font-size: 16px;
        margin: 0 0 70px;
    }
}

@media (max-width: 513px) {
    .main-section .main-title {
        font-size: 29px;
    }
}

@media (max-width: 475px) {
    .main-section .main-title {
        font-size: 26px;
    }
}

@media (max-width: 450px) {
    .main-section .main-title {
        width: 84% !important;
    }
}

@media (max-width: 422px) {
    .main-section .main-title {
        width: 92% !important;
    }
}

@media (max-width: 384px) {
    .main-section .main-title {
        width: 97% !important;
    }
}

@media (max-width: 359px) {
    .main-section .main-title {
        width: 100% !important;
        font-size: 25px;

    }
}

@media (max-width: 333px) {
    .main-section .main-title {
        font-size: 24px;
    }
}

.slider-video {
    margin-top: 50px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .slider-video iframe {
        height: 236px;
    }
}

@media (max-width: 520px) {
    .slider-video iframe {
        height: 211px;
    }
}

@media (max-width: 767px) {
    .slider-video {
        margin-top: 80px;
    }
}

@media (max-width: 570px) {
    .main-section .main-title {
        width: 62%;
    }
}

@media (max-width: 562px) {
    .main-section .main-title {
        width: 63%;
    }
}

@media (max-width: 555px) {
    .main-section .main-title {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .main-section .main-title {
        margin: 0 0 25px;
    }

    .main-section .discription {
        font-weight: 400;
    }
}
/* @media (max-width: 396px) {
    .main-section .main-title {
      width: 78%;
    }
  }
  @media (max-width: 391px) {
    .main-section .main-title {
      width: 80%;
    }
  }*/
/*  @media (max-width: 382px) {
    .main-section .main-title {
      width: 82%;
    }
  }
  @media (max-width: 373px) {
    .main-section .main-title {
      width: 84%;
    }
  }
  @media (max-width: 365px) {
    .main-section .main-title {
      width: 86%;
    }
  }
  @media (max-width: 357px) {
    .main-section .main-title {
      width: 88%;
    }
  }
  @media (max-width: 349px) {
    .main-section .main-title {
      width: 90%;
    }
  }
  @media (max-width: 342px) {
    .main-section .main-title {
      width: 92%;
    }
  }
  @media (max-width: 335px) {
    .main-section .main-title {
      width: 94%;
    }
  }*/

@media (max-width: 375px) {
    .offcanvas {
        width: 360px !important;
    }
}

.html5-video-player {
    background-color: #182469 !important;
}

.main-section .slider {
    margin-top: 90px;
}

@media (max-width: 575px) {
    .main-section .slider {
        padding: 0 50px;
        margin-top: 80px;
    }
}

@media (max-width: 450px) {
    .main-section .slider {
        padding: 0 15px;
    }
}

.Ellipse2 {
    position: absolute;
    right: 0;
}

@media (max-width: 991px) {
    .Ellipse2 {
        display: none;
    }
}

.primary-btn {
    background: #ff8a00;
    border-radius: 8px;
    height: 55px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    line-height: 57px;
    padding: 0 45px;
    font-size: 16px;
    border: none;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .primary-btn:hover {
        background: #182469;
    }

.active {
    opacity: 1 !important;
}

/*.header-nav .nav-link.active::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  top: 32px;
  right: 0;
  margin: 0 auto;
  left: 0;
  background: #ff8a00;
  border-radius: 8px;
  text-align: center;
}*/
.header-nav .nav-link.active {
    border-bottom: 2px solid #ff8a00;
}

.nav-item {
    position: relative;
}

@media (max-width: 991px) {
    .header-nav .nav-link.active::before {
        top: 45px;
    }

    .header-nav .nav-link {
        display: inline-block;
        vertical-align: middle;
    }
}

.login-btn {
    width: 100px;
    height: 40px;
    font-weight: 600;
    color: #182469;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-btn a {
        text-decoration: none;
        color: #182469;
        font-weight: 600;
    }

@media (max-width: 991px) {
    .login-btn {
        padding: 0;
        width: auto;
        background: transparent;
        border: none;
        color: #fff;
    }

        .login-btn .btn {
            padding: 0;
        }

            .login-btn .btn a {
                color: #fff;
                padding: 0;
            }
}

.main-title {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 112%;
    letter-spacing: -0.01em;
    color: #ffffff;
    position: relative;
    z-index: 10;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .main-title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .main-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .main-title {
        width: 80%;
        margin: 0 auto 30px;
        font-size: 40px;
        text-align: center;
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    .main-title {
        text-align: left;
    }
}

.main-title span {
    position: relative;
}

    .main-title span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        left: 0px;
        bottom: 5px;
        background: #ff8a00;
        border-radius: 300px;
        z-index: -1;
    }

.discription {
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    width: 508px;
    color: #ffffff;
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .discription {
        width: 421px;
    }
}

@media (max-width: 991px) {
    .discription {
        width: 350px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .discription {
        margin: 0 auto 70px;
        text-align: center;
        width: 80%;
    }
}

@media (max-width: 451px) {
    .discription {
        width: auto;
    }
}

@media (max-width: 375px) {
    .discription {
        width: auto;
        text-align: left;
        font-size: 16px;
    }
}

.bottom-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    display: flex;
    gap: 25px;
    align-items: center;
    color: #ffffff;
    margin-top: 5%;
}

    .bottom-content a {
        display: flex;
        gap: 25px;
    }

        .bottom-content a:hover {
            color: #fff !important;
        }

@media (min-width: 768px) {
    .bottom-content {
    }
}

@media (max-width: 767px) {
    .bottom-content {
        margin-top: 0;
        position: absolute;
        bottom: -19%;
        text-align: center;
        left: 0;
        right: 0;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .bottom-content {
        bottom: -15%;
    }
}

@media (max-width: 328px) {
    .bottom-content {
        font-size: 13px;
    }
}
/*@media (max-width: 400px) {
  .bottom-content {
    bottom: -215%;
  }
}*/
/*@media (max-width: 400px) {
  .bottom-content {
    bottom: -182%;
  }
}*/
@media (max-width: 375px) {
    /*.bottom-content {
    bottom: -189%;
  }*/
    .main-section .discription {
        width: auto;
    }
}
/*@media (max-width: 357px) {
  .bottom-content {
    bottom: -163%;
  }
}*/
@media (max-width: 330px) {
    /*.bottom-content {
    bottom: -154%;
  }*/
    .bottom-content a {
        gap: 12px;
    }
}

.mainbgmibileimg {
    margin-bottom: 80px;
}

.main-section {
    margin-bottom: 0px;
    /*margin-top: -105px;*/
    padding-top: 0;
    padding-bottom: 110px;
    z-index: 0;
    position: relative;
}

@media (max-width: 767px) {
    .main-section {
        padding-bottom: 48px;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .main-section {
        margin-top: 59px;
    }
}

.registration-section {
    background: #ffffff;
    box-shadow: 8px 12px 36px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 474px;
    position: relative;
    margin-left: auto;
    margin-right: 90px;
    padding: 32px;
}

@media (max-width: 1199px) {
    .registration-section {
        padding: 24px;
        width: 390px;
    }
}

@media (max-width: 991px) {
    .registration-section {
        width: 366px;
    }
}

@media (max-width: 767px) {
    .registration-section {
        margin: 0 auto;
        display: none;
    }
}

@media (max-width: 375px) {
    .registration-section {
        width: 345px;
        padding: 30px 12px;
    }
}

@media (max-width: 357px) {
    .registration-section {
        width: 332px;
    }
}

@media (max-width: 346px) {
    .registration-section {
        width: 319px;
    }
}

@media (max-width: 337px) {
    .registration-section {
        width: 310px;
    }
}

@media (max-width: 327px) {
    .registration-section {
        width: 300px;
    }
}

.registration-section img {
    position: absolute;
}

.rectangle-1 {
    right: -8.6%;
    top: 9%;
}

@media (max-width: 991px) {
    .rectangle-1, .rectangle-2, .rectangle-3, .rectangle-4 {
        display: none;
    }
}


.rectangle-2 {
    top: 22%;
    left: -8%;
}

@media (max-width: 1199px) {
    .rectangle-2 {
        left: -9.5%;
    }
}

.rectangle-3 {
    bottom: 15%;
    left: -8%;
}

.rectangle-4 {
    bottom: 10%;
    right: -8%;
}

@media (max-width: 1199px) {
    .rectangle-4 {
        right: -9.5%;
    }
}

main {
    margin-top: 8%;
}

@media (max-width: 575px) {
    main {
        margin-top: -2%;
    }
}

.frame-section {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    justify-content: center;
    position: relative;
}

    .frame-section .frame_img {
        position: absolute;
        top: -144px;
        left: 0;
    }

@media (max-width: 991px) {
    .frame-section .frame_img {
        display: none;
    }
}

@media (max-width: 767px) {
    .frame-section .frame-title p {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .frame-section {
        margin-bottom: 60px;
    }
}

.frame-section .frame-img {
    margin: 0 auto 50px;
    text-align: center;
}

@media (max-width: 575px) {
    .frame-section .frame-img {
        margin: 0 auto 34px;
    }
}

.frame-section .frame-title {
    margin: 0 auto;
}

    .frame-section .frame-title h4 {
        width: 75%;
        font-size: 38px;
    }

@media (max-width: 1199px) {
    .frame-section .frame-title h4 {
        width: 101%;
    }
}

@media (max-width: 767px) {
    .frame-section .frame-title h4 {
        width: 66%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 566px) {
    .frame-section .frame-title h4 {
        width: 74%;
    }
}

@media (max-width: 576px) {
    .frame-section .frame-title h4 {
        width: 62%;
        font-size: 26px;
    }
}

@media (max-width: 494px) {
    .frame-section .frame-title h4 {
        width: 70%;
    }
}

@media (max-width: 440px) {
    .frame-section .frame-title h4 {
        width: 72%;
    }
}

@media (max-width: 428px) {
    .frame-section .frame-title h4 {
        width: 74%;
    }
}

@media (max-width: 417px) {
    .frame-section .frame-title h4 {
        width: 90%;
    }
}

@media (max-width: 347px) {
    .frame-section .frame-title h4 {
        width: 100%;
    }
}

.frame-section .row {
    align-items: center;
}

.frame-title {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

@media (max-width: 575px) {
    .frame-title {
        gap: 20px;
    }
}

.frame-section p {
    margin-bottom: 0;
}

.frame-title h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000100;
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 575px) {
    .frame-title h4 {
        font-size: 26px;
    }
}


.frame-title h4 span {
    color: #ff8a00;
}

.frame-title h4 img {
    margin-right: 8px;
}

.frame-title p {
    color: #0000008a;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2rem;
}

@media (max-width: 1199px) {
    .frame-title p {
        width: auto;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .frame-title p {
        text-align: center;
    }
}

.main-form h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #000100;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .main-form h4 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .main-form h4, .main-form p {
        text-align: center;
    }
}

.main-form .sub_title {
    font-size: 26px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 15px;
}

.main-form p {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #848e99;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .main-form p {
        font-size: 14px;
    }
}

.main-form form {
    margin-top: 48px;
}

@media (max-width: 1199px) {
    .main-form form {
        margin-top: 28px;
    }
}

.main-form form label {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #000100;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .main-form form label {
        margin-bottom: 8px;
    }
}

.main-form form .form-input {
    background: #ffffff;
    border: 1px solid #e8eaeb;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    padding-left: 16px;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .main-form form .form-input {
        margin-bottom: 24px;
    }
}

.main-form form .form-input::placeholder {
    color: #848e99;
    font-size: 15px;
    font-weight: 500;
}

.group-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 375px) {
    .group-btn {
        gap: 10px;
    }
}

.group-btn button {
    width: 33.333%;
    background: #ffffff;
    border: 1px solid #e8eaeb;
    border-radius: 8px;
    height: 50px;
    color: #848e99;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.group-btn span {
    margin-right: 15px;
    margin-top: -10px;
}

.active-btn {
    color: #ff8a00 !important;
    border: 2px solid #ff8a00 !important;
}

.right {
    display: none;
}

.btn-group .check-button {
    width: 41.333%;
    background: #ffffff;
    border: 1px solid #e8eaeb;
    border-radius: 8px !important;
    height: 50px;
    color: #848e99;
    font-weight: 500;
    padding: 6px 20px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 1199px) {
    .btn-group .check-button {
        font-size: 14px;
        padding: 6px 14px;
    }
}

@media (max-width: 991px) {
    .btn-group .check-button {
        padding: 6px 10px;
    }
}

@media (max-width: 375px) {
    .btn-group .check-button {
        gap: 5px;
        padding: 6px 10px;
    }
}

@media (max-width: 361px) {
    .btn-group .check-button {
        padding: 6px 8px;
    }
}

.registration-btn {
    background: #ff8a00;
    border-radius: 8px;
    width: 100%;
    height: 55px;
    color: #ffffff !important;
    font-size: 16px;
    line-height: 140%;
    border: none;
    margin-top: 60px;
    margin-bottom: 15px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .registration-btn a {
        color: #ffffff !important;
    }

    .registration-btn:hover {
        background: #182469 !important;
    }

@media (max-width: 1199px) {
    .registration-btn {
        margin-top: 32px;
        margin-bottom: 18px;
    }
}

.subscribe-label {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 170% !important;
    color: #000100;
}


.form-check-input {
    margin-top: 1px;
}

    .form-check-input:checked {
        background-color: #ff8a00;
        border-color: #ff8a00;
    }

.mainbg1 {
    position: absolute;
    top: -254px;
    z-index: 1;
}

/*Start Story Block*/

.story-block {
    background-color: #FAF9FF;
    padding: 250px 0 150px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .story-block {
        padding: 100px 0 20px;
    }
}

.story-block .story .row {
    align-items: center;
}

.story-block .story-contant {
    text-align: center;
}

@media (min-width: 992px) {
    .story-block .story-contant {
        text-align: left;
    }
}

.story-block .story-contant .story-title {
    color: #000100;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    width: 92%;
    margin: 0 0 24px;
    text-transform: capitalize;
}

@media (max-width: 1399px) {
    .story-block .story-contant .story-title {
        width: 84%;
    }
}

@media (max-width: 1199px) {
    .story-block .story-contant .story-title {
        width: 98%;
    }
}

@media (max-width: 991px) {
    .story-block .story-contant .story-title {
        width: 58%;
        margin: 0 auto 24px;
    }
}

@media (max-width: 991px) {
    .story-block .story-contant .story-title {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .story-block .story-contant .story-title {
        font-size: 23px;
        line-height: 28px;
        width: 57%;
        margin: 0 auto 24px;
    }
}

@media (max-width: 551px) {
    .story-block .story-contant .story-title {
        width: 66%;
    }
}

@media (max-width: 508px) {
    .story-block .story-contant .story-title {
        width: 68%;
    }
}

@media (max-width: 465px) {
    .story-block .story-contant .story-title {
        width: 78%;
    }
}

@media (max-width: 415px) {
    .story-block .story-contant .story-title {
        width: 86%;
    }
}

@media (max-width: 379px) {
    .story-block .story-contant .story-title {
        width: 98%;
    }
}

@media (max-width: 335px) {
    .story-block .story-contant .story-title {
        width: 100%;
    }
}

@media (max-width: 330px) {
    .story-block .story-contant .story-title {
        font-size: 22px;
    }
}

.story-block .story-contant .story-desc {
    color: #0000008a;
    font-size: 1rem;
    letter-spacing: 0.6px;
    line-height: 24px;
    font-weight: 400;
    width: 88%;
    margin: 0 0 28px;
}

@media (max-width: 1399px) {
    .story-block .story-contant .story-desc {
        width: 79%;
    }
}

@media (max-width: 991px) {
    .story-block .story-contant .story-desc {
        margin: 0 auto 28px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .story-block .story-contant .story-desc {
        font-size: 14px;
    }
}

@media (max-width: 469px) {
    .story-block .story-contant .story-desc {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .story-block .story2 .story-contant, .story-block .story4 .story-contant, .story-block .story6 .story-contant {
        order: 2;
    }
}

@media (max-width: 991px) {
    .story-block .story .story-contant {
        order: 2;
    }
}

.story-block .story .story-image {
    text-align: center;
}

@media (max-width: 575px) {
    .story-block .story .story-image img {
        width: 80%;
    }
}

.story-block .story {
    margin: 0 auto 120px;
}

@media (max-width: 575px) {
    .story-block .story {
        margin-bottom: 25px !important;
    }
}

.story-block .story6 {
    margin-bottom: 0 !important;
}

@media (max-width: 991px) {
    .story-block .story {
        margin-bottom: 90px;
    }

    .story-block .story-image {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .story-block .story {
        margin-bottom: 50px;
    }

    .story-block .story-image {
        margin-bottom: 60px;
    }
}


/*End Story Block*/

/*Start appframe-section*/

.appframe-section {
    padding: 50px 0;
}

@media (max-width: 767px) {
    .appframe-section .row {
        flex-direction: column;
    }

    .appframe-section .slider {
        text-align: center !important;
        margin-bottom: 30px;
    }

    .appframe-section .frame-title {
        gap: 20px;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .appframe-section .frame-title img {
        display: none !important;
    }
}

@media (max-width: 332px) {
    .appframe-section .frame-title h4 {
        font-size: 24px;
    }
}


.appframe-section .frame-title p {
    width: auto;
    letter-spacing: 0.5px;
}

@media (max-width: 767px) {
    .appframe-section .frame-title p {
        text-align: center !important;
        margin-bottom: 0;
    }
}

.appframe-section .frame-title h4 {
    width: 73%;
    margin: 0 0 0 auto;
}

@media (max-width: 1399px) {
    .appframe-section .frame-title h4 {
        width: 100%;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 991px) {
    .appframe-section .frame-title h4 {
        width: 66%;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 779px) {
    .appframe-section .frame-title h4 {
        width: 70%;
        margin: 0 0 0 auto;
    }
}

@media (max-width: 767px) {
    .appframe-section .frame-title h4 {
        width: 70%;
        margin: 0 auto;
    }

    .desktop {
        display: none;
    }
}


/*End appframe-section*/

/*Start Features-section*/

.features-section {
    padding: 135px 0 55px;
}

@media (max-width: 767px) {
    .features-section {
        padding: 80px 0 10px;
    }
}

.features-section .frame-title h4 {
    color: #1C2A3A;
}

.primary-btn a {
    color: #ffffff;
}

    .primary-btn a:hover {
        color: #ffffff !important;
    }

.features-section .primary-btn {
    margin-bottom: 80px;
}

.features-section .frame-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .features-section .frame-title {
        text-align: center;
    }
}

.feature-box .content h4 {
    color: #000100;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}

.feature-box .content p {
    color: #0000008a;
    font-size: .875rem;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1199px) {
    .features-section .feature-box .content p {
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .features-section .primary-btn {
        display: block;
        text-align: center;
        margin: 0 auto 50px;
    }
}

.features-section .feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .features-section .feature-box {
        display: block;
    }

        .features-section .feature-box .content {
            text-align: center;
        }
}

.feature-box .num-row {
    color: #4C53B6;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    padding: 0 20px 0 0;
}

@media (max-width: 767px) {
    .feature-box .num-row {
        text-align: center;
        margin-bottom: 10px;
        padding: 0;
    }
}

/*End Features-section*/

/*Start more-Features-section*/

.more-features-section {
    padding: 135px 0 55px;
    background-color: #FAF9FF;
    position: relative;
}

@media (max-width: 767px) {
    .more-features-section {
        background-color: transparent;
    }
}

.more_fea {
    position: absolute;
    top: 0;
    right: 0;
}

.more-features-section .row {
    justify-content: center;
}

.more-features-section .feature-box .content h4 {
    margin-bottom: 20px;
}

.more-features-section .frame-title h4 {
    color: #1C2A3A;
    text-align: left;
}

.more-features-section .primary-btn a {
    color: #ffffff;
}

.more-features-section .primary-btn {
    margin: 0 0 80px;
    display: block;
}

@media (max-width: 767px) {
    .more-features-section .primary-btn {
        margin: 0 auto 80px;
    }
}

.more-features-section .frame-title {
    margin-bottom: 30px;
    gap: 20px;
}

.more-features-section .feature-box .content p {
    letter-spacing: 0;
}

.more-features-section .frame-title p {
    margin: 0 auto;
    font-size: 14px;
    color: #848E99;
    width: 484px;
}

@media (max-width: 575px) {
    .more-features-section .frame-title p {
        width: auto;
    }

    .more-features-section .feature-box .content p {
        margin: 0 auto;
        width: 90%;
    }
}

.more-features-section .feature-box .content p {
    margin-bottom: 0;
}

.more-features-section .feature-box .icon img {
    width: auto;
    margin: 0 auto;
}

.more-features-section .icon {
    text-align: center;
    margin-bottom: 30px;
}

@media(min-width: 768px) {
    .more-features-carousel.owl-carousel {
        display: flex
    }

    .feature-box.item {
        width: 33.33%;
    }

    .more-features-section .feature-box {
        margin-bottom: 35px;
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FF8A00 !important;
}

.more-features-section .owl-theme .owl-dots .owl-dot span {
    height: 5px;
    width: 34px;
    margin: 5px 3px;
}

/*End more-Features-section*/

/*Start banner block*/

.banner-block {
    margin-bottom: 100px;
}

    .banner-block .banner-inner {
        display: flex;
        align-items: center;
        position: relative;
    }

    .banner-block .primary-btn {
        background-color: #fff;
        color: #000100;
        width: 200px;
        height: 56px;
    }

        .banner-block .primary-btn:hover {
            background: #182469;
            color: #ffffff !important;
        }

    .banner-block .banner-img {
        height: 304px;
        border-radius: 10px;
    }

    .banner-block .banner-data {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 15px;
    }

    .banner-block .banner-title {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 24px;
        text-align: center;
    }

@media (max-width: 767px) {
    .banner-block .banner-title {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .banner-block .banner-title {
        width: 67%;
        margin: 0 auto 24px;
    }
}

@media (max-width: 533px) {
    .banner-block .banner-title {
        width: 74%;
    }
}

@media (max-width: 487px) {
    .banner-block .banner-title {
        width: 81%;
    }
}

@media (max-width: 450px) {
    .banner-block .banner-title {
        width: 89%;
    }
}

@media (max-width: 414px) {
    .banner-block .banner-title {
        width: 98%;
    }
}

@media (max-width: 381px) {
    .banner-block .banner-title {
        font-size: 23px !important;
        width: 96%;
    }
}

@media (max-width: 351px) {
    .banner-block .banner-title {
        width: 100%;
    }
}

.banner-block .banner-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

.banner-block .banner-btn {
    text-align: center;
}
/*End banner block*/

/*Start linklist-section */

.linklist-section {
    padding: 50px 0 100px 0;
}

    .linklist-section .frame-title {
        margin-bottom: 70px;
    }

        .linklist-section .frame-title p {
            margin: 0 auto;
            word-break: break-all;
        }

    .linklist-section .linklist {
        position: relative;
    }

        .linklist-section .linklist .linklist-inner {
            padding: 0 10px;
            padding-top: 45px;
            height: 490px;
            transition: all 400ms;
            -webkit-transition: all 700ms;
            -moz-transition: all 700ms;
            -ms-transition: all 700ms;
            -o-transition: all 700ms;
        }

@media (max-width: 349px) {
    .linklist-inner .frame-title h4 {
        font-size: 23px;
    }
}

.linklist-section .linklist .link-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #EFEAFF;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 19px 14px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto 40px;
    top: -35px;
    transition: all 400ms;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
}

.linklist-section .linklist .img1 {
    background-position: 21px 16px;
}

.linklist-section .linklist .img2 {
    background-position: 16px 17px;
}

.linklist-section .linklist .hover-img {
    display: none;
}

.linklist-section .linklist .linklist-inner:hover .hover-img {
    display: block;
}

.linklist-section .linklist .linklist-inner:hover .linklist-img {
    display: none;
}

.linklist-section .linklist .linklist-inner:hover .link-img {
    transform: rotateY(360deg);
}

.linklist-section .linklist .linklist-inner.active {
    border: 1px solid #FF8A00;
    border-top: 7px solid #FF8A00;
    border-radius: 10px;
    height: 420px;
    transition: all 400ms;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -ms-transition: all 700ms;
    -o-transition: all 700ms;
}

.linklist-section .linklist-title {
    color: #000100;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

.linklist-section .information p {
    margin: 0 auto 40px !important;
}

.linklist-section .linklist-desc p {
    font-size: 14px;
    font-weight: 500;
    color: #0000008a;
    margin: 0 auto;
}

@media (max-width: 446px) {
    .linklist-section .linklist-desc p {
        width: 100%;
    }
}

.linklist-section .total_info .percentage {
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 0px;
    line-height: 120%;
}

.linklist-section .total_info p {
    font-weight: 600;
}

.linklist-section .lod-amt {
    font-size: 15px;
    font-weight: 600;
    color: #000100;
    line-height: 22px;
}

.linklist-section .linklist-inner span {
    color: #FF8A00;
}
/*End linklist-section */

/* common css start */
.section-header {
    display: block;
    margin-bottom: 56px;
}

    .section-header h4 {
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        color: #000100;
        margin-bottom: 24px;
    }

    .section-header p {
        font-family: "Manrope", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #848E99;
        margin-bottom: 0;
    }

@media(max-width: 767px) {
    .section-header {
        margin-bottom: 36px;
    }

        .section-header h4 {
            margin-bottom: 20px;
        }
}

@media(max-width: 543px) {
    .section-header h4 {
        font-size: 26px;
    }
}

/* plan section css start */

.plan-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 140px;
}

    .plan-section .plan-category {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding-bottom: 60px;
    }

        .plan-section .plan-category .plan-block {
            position: relative;
            text-align: center;
        }

    .plan-section .plan-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 64px;
        color: #000100;
        position: absolute;
        bottom: 0;
        left: 50px;
    }

    .plan-section .title {
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        color: #000100;
        margin-bottom: 15px;
    }

    .plan-section .desc {
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        color: #848E99;
        margin-bottom: 20px;
    }

    .plan-section .plan-btn {
        background: transparent;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
        color: #808080;
        border: 1px solid #848E99;
        padding: 18px 45px;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

@media (max-width: 767px) {
    .plan-section .plan-btn {
        background: #ff8a00;
        border-color: #ff8a00;
        color: #fff;
    }
}

.plan-section .plan-btn:hover {
    background: #ff8a00;
    border-color: #ff8a00;
    color: #ffffff;
}

@media (max-width: 767px) {
    .plan-section .plan-btn:hover {
        background: #182469;
        border-color: #182469;
    }
}

.plan-section .plan-data table {
    width: 100%;
}

    .plan-section .plan-data table tr {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E8EAEB;
        padding: 18px 0;
    }

        .plan-section .plan-data table tr:first-child {
            border-top: 2px solid #E8EAEB;
        }

        .plan-section .plan-data table tr:nth-child(even) {
            background: #FAFBFC;
        }

    .plan-section .plan-data table th {
        width: 22%;
        margin-left: 50px;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #000100;
    }

    .plan-section .plan-data table td {
        width: 25%;
        text-align: center;
    }


/* calculate section css start */

.calculate-section {
    position: relative;
    margin-bottom: 170px;
}

    .calculate-section .calculate-inner {
        background: #FAFBFD;
        border: 1px solid #E8EAEB;
        border-radius: 16px;
        padding: 40px 20px 56px;
        display: flex;
    }

        .calculate-section .calculate-inner .left-content, .calculate-section .calculate-inner .right-content {
            padding: 0 20px;
        }

            .calculate-section .calculate-inner .left-content .calculate-title {
                font-weight: 600;
                font-size: 32px;
                line-height: 32px;
                color: #000100;
                margin-bottom: 35px;
            }

            .calculate-section .calculate-inner .left-content .calculate-block {
                margin-bottom: 30px;
            }

                .calculate-section .calculate-inner .left-content .calculate-block .select-block {
                    position: relative;
                    width: 100%;
                    background: #FFFFFF;
                    border: 1px solid #E8EAEB;
                    border-radius: 8px;
                }

                .calculate-section .calculate-inner .left-content .calculate-block label {
                    display: block;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 16px;
                    color: #000100;
                    padding-bottom: 8px;
                }

                .calculate-section .calculate-inner .left-content .calculate-block select {
                    border-radius: 8px;
                    padding: 14px 20px;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 16px;
                    color: #000100;
                    position: relative;
                    width: 98%;
                    border: none;
                    background: transparent;
                }

                .calculate-section .calculate-inner .left-content .calculate-block input {
                    width: 100%;
                    background: #FFFFFF;
                    border: 1px solid #E8EAEB;
                    border-radius: 8px;
                    padding: 14px 16px;
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 16px;
                    color: #000100;
                }

                    .calculate-section .calculate-inner .left-content .calculate-block input::placeholder {
                        color: #000100;
                    }

                    .calculate-section .calculate-inner .left-content .calculate-block select::focus, .calculate-section .calculate-inner .left-content .calculate-block input::focus, .calculate-section .calculate-inner .left-content .calculate-block select::focus-visible, .calculate-section .calculate-inner .left-content .calculate-block input::focus-visible {
                        border: none;
                    }

            .calculate-section .calculate-inner .right-content .right-content-inner {
                background: #F0F3FA;
                border: 1px solid #E8EAEB;
                border-radius: 12px;
                padding: 25px 35px;
            }

            .calculate-section .calculate-inner .right-content .calculate-top-block, .calculate-section .calculate-inner .right-content .calculate-bottom-block {
                display: flex;
                align-items: center;
            }

            .calculate-section .calculate-inner .right-content .calculate-top-block {
                padding-bottom: 50px;
                border-bottom: 1px solid #D8D4E4;
            }

            .calculate-section .calculate-inner .right-content .calculate-bottom-block {
                padding-bottom: 20px;
                padding-top: 30px;
            }

                .calculate-section .calculate-inner .right-content .calculate-bottom-block .right-data button {
                    width: 100%;
                }

                .calculate-section .calculate-inner .right-content .calculate-top-block .left-data, .calculate-section .calculate-inner .right-content .calculate-bottom-block .left-data {
                    width: 50%;
                }

                .calculate-section .calculate-inner .right-content .calculate-top-block .right-data, .calculate-section .calculate-inner .right-content .calculate-bottom-block .right-data {
                    width: 50%;
                }

            .calculate-section .calculate-inner .right-content .label-title {
                font-weight: 600;
                font-size: 16px;
                line-height: 16px;
                color: #848E99;
                margin-bottom: 10px;
            }

            .calculate-section .calculate-inner .right-content .label-value {
                font-weight: 700;
                font-size: 22px;
                line-height: 26px;
                color: #000100;
                word-break: break-all;
            }

                .calculate-section .calculate-inner .right-content .label-value sub {
                    font-size: 14px;
                    font-weight: 600;
                }

                .calculate-section .calculate-inner .right-content .label-value.value {
                    font-size: 32px;
                    line-height: 32px;
                    color: #4C53B6;
                }

            .calculate-section .calculate-inner .right-content .calculate-desc {
                margin-top: 25px;
            }

                .calculate-section .calculate-inner .right-content .calculate-desc p {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    color: #0000008a;
                    margin-bottom: 0;
                }

/*Start Aboutus-section*/

.aboutus-section {
    margin-bottom: 0;
    background-color: #FAF9FF;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .aboutus-section {
        background-color: transparent;
        padding: 0;
    }
}


.aboutus-section .row {
    align-items: end;
    /*margin: 0;*/
}

.aboutus-section .frame-title {
    gap: 0;
}

    .aboutus-section .frame-title h4 {
        margin-bottom: 20px;
    }

    .aboutus-section .frame-title p {
        margin-bottom: 18px;
        font-size: .875rem;
        line-height: 23px;
    }

        .aboutus-section .frame-title p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 991px) {
    .aboutus-section .frame-title {
        order: 2;
    }

    .aboutus-section .img-container {
        text-align: center;
        margin-bottom: 30px;
    }
}

.reveal {
    position: relative;
    opacity: 0;
}

    .reveal.active {
        opacity: 1;
    }

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-left {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(500px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*End Aboutus-section*/

/*Start Footer*/

.footer {
    background-color: #19256A;
    padding: 120px 0;
    position: relative;
}

.footerbg1 {
    position: absolute;
    top: -40px;
}

.footerbg2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footerbg3 {
    position: absolute;
    top: 0px;
}

@media (max-width: 991px) {
    .footer {
        padding: 90px 0 0;
    }
}

.footer_main {
    font-weight: 600 !important;
    padding-left: 0 !important;
}

.footer .frame-title h4 {
    color: #fff;
    font-size: 52px;
    line-height: 58px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .footer .frame-title h4 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .footer .frame-title h4 {
        font-size: 28px;
        line-height: 34px;
    }
}

.footer .footer-before {
    margin-bottom: 52px;
}

@media (max-width: 767px) {
    .footer .footer-before {
        margin-bottom: 32px;
    }
}

.footer .social-follow .social {
    padding-right: 16px;
}

@media (max-width: 575px) {
    .footer .social-follow .social {
        padding-right: 12px;
    }
}

.footer .social-follow .social:last-child {
    padding-right: 0;
}

.footer .social-follow .socials {
    margin-bottom: 32px;
}

.footer .footer-logo {
    padding-bottom: 45px;
}

@media (min-width: 992px) {
    .footer .footer-logo {
        width: 30%;
    }
}

.footer .facebook, .footer .twiter, .footer .linkdin {
    display: inline-block;
    vertical-align: middle;
}

.footer .copy {
    padding-top: 30px;
    border-top: 1px solid #9CABFF;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .footer .copy {
        border: none;
        padding-top: 0;
    }

    .footer .social-follow .socials {
        margin-bottom: 0;
    }

    .social_block {
        border-top: 1px solid #3D4DAA;
        align-items: center;
        padding: 30px 0;
        margin-top: 60px !important;
    }

    .footer .social-follow {
        padding: 0 12px;
    }

        .footer .social-follow .socials, .footer .copy {
            padding: 0;
        }
}

@media (max-width: 575px) {
    .social_block {
        margin-top: 32px !important;
    }
}

@media (max-width: 343px) {
    .footer .copy {
        font-size: 14px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer .footer-after .information {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .information-block {
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .information-block1 {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .modern {
        order: 1;
    }

    .resorce {
        order: 2;
    }

    .company {
        order: 3;
    }

    .features {
        order: 4;
    }

    .madefor {
        order: 5;
    }
}

.footer .border-img img {
    width: 100%;
}

.footer .footer-menu ul {
    padding: 0;
    margin: 0;
}

    .footer .footer-menu ul li {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 0 15px;
        cursor: pointer;
    }

.footer .copy {
    color: #fff;
}

.footer .footer-after {
    padding: 70px 0 0;
}

@media (max-width: 575px) {
    .footer .footer-after {
        padding: 32px 0 0;
    }
}

.border_top {
    border-top: 1px solid #9CABFF !important;
}

@media (max-width: 991px) {
    .border_top {
        border-top: 1px solid #3D4DAA !important;
    }
}

.footer .footer-after .title {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer .footer-after .title_bold {
    font-size: 16px;
    line-height: 22px;
    color: #ff8008a0;
    font-weight: 700;
}

.footer .footer-after ul {
    padding: 0;
    margin: 0;
}

    .footer .footer-after ul li a {
        color: #ffffff87;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .footer .footer-after ul li:last-child a {
        margin-bottom: 0;
    }

    .footer .footer-after ul li a:hover {
        color: #fff !important;
    }

.footer .footer-after .social-follow {
    width: 30%;
    position: relative;
}

    .footer .footer-after .social-follow .social_block {
        position: absolute;
        bottom: 0;
    }

@media (min-width: 992px) {
    .footer .footer-after .information {
        width: 14% !important;
    }
}

/*End Footer*/

@media(max-width: 1199px) {
    /* plan section css */
    .plan-section .plan-title {
        left: 33px;
        line-height: 54px;
    }

    .plan-section .title {
        font-size: 24px;
        line-height: 24px;
    }

    .plan-section .plan-btn {
        height: 49px;
        padding: 15px 30px;
    }

    .plan-section .plan-data table th {
        margin-left: 33px;
        font-size: 15px;
        line-height: 20px;
    }

    /* calculate section css */
    .calculate-section {
        margin-bottom: 90px;
    }

        .calculate-section .calculate-inner .left-content .calculate-title {
            font-size: 36px;
            line-height: 40px;
        }

        .calculate-section .calculate-inner .right-content .right-content-inner {
            padding: 25px 24px;
        }

        .calculate-section .calculate-inner .left-content, .calculate-section .calculate-inner .right-content {
            padding: 0 15px;
        }

            .calculate-section .calculate-inner .left-content .calculate-block label {
                padding-bottom: 10px;
            }

            .calculate-section .calculate-inner .right-content .label-title {
                font-size: 15px;
                line-height: 15px;
            }

    /* aboutus section css */


    /* linklist section css */
    .linklist-section .linklist .linklist-inner {
        padding: 0 10px;
        padding-top: 32px;
    }

        .linklist-section .linklist .linklist-inner .linklist-desc {
            max-height: 252px;
        }

        .linklist-section .linklist .linklist-inner:hover .linklist-desc {
            max-height: 350px;
        }
}

@media(max-width: 991px) {
    /* plan section css */
    .plan-section {
        padding-bottom: 90px;
    }

        .plan-section .title {
            font-size: 22px;
            line-height: 22px;
            margin-bottom: 12px;
        }

        .plan-section .desc {
            margin-bottom: 15px;
        }

        .plan-section .plan-btn {
            padding: 15px 22px;
        }

    /* calculate section css */
    .calculate-section .calculate-inner .left-content .calculate-block label {
        font-size: 14px;
        padding-bottom: 8px;
    }

    /* aboutus section css */

    .aboutus-section .frame-title h4 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 32px;
    }

    /* linklist section css */
    .linklist-section {
        padding: 50px 0 90px 0;
    }

        .linklist-section .frame-title {
            gap: 24px;
            margin-bottom: 60px;
        }

        .linklist-section .linklist .linklist-inner:hover .linklist-desc {
            max-height: 385px;
        }

    /* banner section css */
    .banner-block .banner-title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    /* footer section css */
    .footer .footer-menu ul li {
        padding: 0 10px;
    }
}

@media(max-width: 767px) {
    /* plan section css */
    .plan-section {
        padding-bottom: 60px;
    }

        .plan-section .plan-title {
            position: unset;
            line-height: 24px;
            margin-bottom: 20px;
            margin-left: 33px;
        }

        .plan-section .nav-tabs {
            background: #EFEFEF;
            border-radius: 7px;
            justify-content: space-between;
            padding: 5px;
        }

            .plan-section .nav-tabs .nav-item .nav-link {
                font-weight: 600;
                font-size: 16px;
                line-height: 22px;
                color: #848E99;
            }

                .plan-section .nav-tabs .nav-item .nav-link.active {
                    background: #FFFFFF;
                    border: 1px solid #E6E6E6;
                    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
                    border-radius: 5px;
                }

        .plan-section .plan-block {
            padding: 40px 0;
        }

        .plan-section .title {
            font-size: 24px;
            line-height: 24px;
            margin-bottom: 15px;
        }

        .plan-section .desc {
            margin-bottom: 20px;
        }

        .plan-section .plan-btn {
            text-align: center;
            margin: 0 auto;
            display: block;
            width: 180px;
        }

        .plan-section .plan-data table th {
            width: 50%;
            font-size: 16px;
            line-height: 20px;
        }

        .plan-section .plan-data table td {
            width: 50%;
            text-align: right;
            margin-right: 33px;
        }

    /* calculate section css */
    .calculate-section .calculate-inner {
        display: block;
        padding: 32px 20px 32px;
    }

        .calculate-section .calculate-inner .left-content .calculate-title {
            font-size: 26px;
            line-height: 26px;
        }

        .calculate-section .calculate-inner .right-content .label-title {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .calculate-section .calculate-inner .left-content .calculate-title {
            margin-bottom: 32px;
        }

        .calculate-section .calculate-inner .right-content .calculate-top-block .left-data {
            width: 45%;
        }

        .calculate-section .calculate-inner .right-content .calculate-top-block .right-data {
            width: 55%;
        }

        .calculate-section .calculate-inner .left-content .calculate-block label {
            font-size: 16px;
            padding-bottom: 10px;
        }

        .calculate-section .calculate-inner .left-content .calculate-block {
            margin-bottom: 24px;
        }

            .calculate-section .calculate-inner .left-content .calculate-block:last-child {
                margin-bottom: 40px;
            }

        .calculate-section .calculate-inner .left-content, .calculate-section .calculate-inner .right-content {
            padding: 0 10px;
        }

    /* linklist section css */
    .linklist-section {
        padding: 50px 0 120px 0;
    }

        .linklist-section .frame-title {
            gap: 20px;
            margin-bottom: 40px;
        }

        .linklist-section .linklist-desc p {
            width: 75%;
        }

        .linklist-section .linklist .linklist-inner:hover {
            height: 470px;
        }

        .linklist-section .linklist .linklist-inner {
            height: 450px;
            padding-top: 40px;
        }

    /* aboutus section css */
    .aboutus-section {
        margin-bottom: 50px;
    }
    /* banner section css */
    .banner-block .banner-title {
        line-height: 34px;
    }

    /* footer section css */
    .footer {
        padding: 40px 0 0px 0;
    }

        .footer .border-img {
            display: none;
        }

        .footer .social-follow {
            text-align: center !important;
            order: 3;
        }

        .footer .copy {
            text-align: center !important;
        }

        .footer .footer-menu {
            text-align: center !important;
        }

        .footer .footer-logo {
            padding-bottom: 25px;
        }

    @media (max-width: 767px) {
        .footer .footer-logo img {
            width: 78px;
        }
    }

    .footer .border-img {
        order: 2;
    }

    .footer .footer-menu, .footer .copy {
        padding-top: 0;
    }

        .footer .footer-menu ul li {
            line-height: 50px;
        }
}

@media(max-width: 576px) {
    /* plan section css */
    .plan-section .container {
        padding: 0;
    }

    .plan-section .section-header {
        padding: 0 12px;
    }

    .plan-section .nav-tabs {
        margin: 0 12px;
    }

    .plan-section .plan-block {
        padding: 40px 12px;
    }

    .plan-section .plan-title {
        margin-left: 17px;
    }

    .plan-section .plan-data table th {
        margin-left: 17px;
        width: 90%;
    }

    .plan-section .plan-data table tr {
        padding: 18px 20px 18px 5px;
    }

    .plan-section .plan-data table td {
        margin-right: 17px;
        width: 10%;
    }

    .plan-section .nav-tabs .nav-item .nav-link.active {
        padding: 8px 10px;
    }

    /* calculate section css */
    .calculate-section {
        margin-bottom: 120px;
    }

        .calculate-section .calculate-inner .left-content .calculate-title {
            font-size: 25px;
            line-height: 25px;
        }

        .calculate-section .calculate-inner .right-content .calculate-top-block {
            padding-bottom: 30px;
        }

        .calculate-section .calculate-inner .right-content .calculate-top-block, .calculate-section .calculate-inner .right-content .calculate-bottom-block {
            display: block;
        }

            .calculate-section .calculate-inner .right-content .calculate-top-block .left-data, .calculate-section .calculate-inner .right-content .calculate-bottom-block .left-data {
                width: 100%;
                margin-bottom: 24px;
            }

            .calculate-section .calculate-inner .right-content .calculate-top-block .right-data, .calculate-section .calculate-inner .right-content .calculate-bottom-block .right-data {
                width: 100%;
            }

            .calculate-section .calculate-inner .right-content .calculate-bottom-block .left-data {
                display: flex;
                justify-content: space-between;
            }

        .calculate-section .calculate-inner .right-content .label-value sub {
            display: none;
        }

        .calculate-section .calculate-inner .right-content .label-title {
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 20px;
        }

        .calculate-section .calculate-inner .left-content, .calculate-section .calculate-inner .right-content {
            padding: 0;
        }

            .calculate-section .calculate-inner .right-content .right-content-inner {
                padding: 25px 20px;
            }

            .calculate-section .calculate-inner .right-content .calculate-bottom-block {
                padding-bottom: 0;
            }

    /* aboutus section css */

    .aboutus-section .frame-title h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .aboutus-section .frame-title p {
        font-size: 14px;
        text-align: left;
    }


    /* linklist section css */
    .frame-title h4 {
        font-size: 26px;
    }

    .frame-title p {
        font-size: 14px;
    }

    .linklist-section .linklist .linklist-inner:hover {
        height: 535px;
    }
}

@media(max-width: 380px) {
    /* plan section css */
    .section-header h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .plan-section .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 10px;
    }

    .plan-section .plan-title {
        margin-left: 10px;
    }

    .plan-section .plan-data table th {
        font-size: 15px;
        margin-left: 10px;
        letter-spacing: 0;
    }

    .plan-section .plan-data table td {
        margin-right: 10px;
    }
}

@media(max-width: 350px) {
    .aboutus-section .frame-title h4 {
        font-size: 22px;
        line-height: 22px;
    }
}

/* hidden cs start */

@media(max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }
}

@media(min-width: 768px) {
    .hidden-lg-up {
        display: none;
    }
}

/*Cooki*/

.cookieconsent {
    position: fixed;
    color: #fff;
    padding: 35px;
    z-index: 98;
    left: 0;
    right: 0;
    bottom: 15px;
    width: 98%;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #E8EAEB;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}

.cookieconsent {
    text-align: left;
}

    .cookieconsent .message {
        width: 78%;
    }

    .cookieconsent .center {
        width: 17%;
        text-align: right;
    }

    .cookieconsent .message, .cookieconsent .center {
        display: inline-block;
        vertical-align: middle;
    }

        .cookieconsent .message p {
            font-weight: 400;
            font-size: 14px;
            color: #000100;
            margin-bottom: 0;
        }

        .cookieconsent .message a {
            color: #FF8A00;
        }

    .cookieconsent .cookieconsent-btn:hover {
        color: #fff !important;
    }

    .cookieconsent .cookieconsent-btn {
        padding: 0 39px;
        height: 49px;
        line-height: 50px;
    }

        .cookieconsent .cookieconsent-btn.decline:hover {
            color: #848E99;
        }

.decline {
    font-weight: 500;
    font-size: 18px;
    padding-left: 16px;
    color: #848E99;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000100;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

    .close svg {
        height: 13px;
        width: 13px;
        fill: #000100;
    }

@media(min-width: 768px) {
    .hidden-sm-up {
        display: none;
    }
}

@media (max-width: 1199px) { /* If media is below 768 */
    .cookieconsent {
        width: 90%;
    }
}

@media (max-width: 767px) { /* If media is below 768 */
    .cookieconsent .message, .cookieconsent .center {
        display: block;
    }

    .cookieconsent {
        width: 100%;
        bottom: 0;
        padding: 24px 16px;
    }

        .cookieconsent .message {
            width: 100%;
        }

        .cookieconsent .center {
            width: 100%;
            text-align: left;
        }

        .cookieconsent .message p {
            margin-bottom: 16px;
        }

    .close {
        display: none;
    }
}

@media (max-width: 543px) {
    .cookieconsent {
        padding: 24px 16px;
    }

    .cookieconsent {
        width: 100%;
    }
}

/*Start sign-in page*/

#sign-in .account-login {
    position: relative;
}

#sign-in .account-login {
    padding: 160px 40px 0 40px;
    position: relative;
}

@media (max-width: 1199px) {
    #sign-in .account-login {
        padding: 150px 50px 0 50px;
    }
}

@media (max-width: 1040px) {
    #sign-in .account-login {
        padding: 120px 40px 0 40px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    #sign-in .account-login {
        padding: 90px 40px 0 40px;
    }
}

@media (max-width: 575px) {
    #sign-in .account-login {
        padding: 30px 40px 0 40px;
        background-size: cover;
    }
}

@media (max-width: 425px) {
    #sign-in .account-login {
        padding: 30px 20px 0 20px;
    }
}

@media (max-width: 366px) {
    #sign-in .account-login {
        padding: 30px 15px 0 15px;
    }
}

#sign-in .row {
    margin: 0;
}

.account-login .frame-title {
    gap: 0;
}

    .account-login .frame-title h4 {
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-bottom: 10px;
    }

@media (max-width: 1224px) and (min-width: 1200px) {
    .account-login .frame-title h4 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .account-login .frame-title h4 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .account-login .frame-title h4 {
        font-size: 30px;
    }
}

@media (max-width: 356px) {
    .account-login .frame-title h4 {
        font-size: 26px;
    }
}

.account-login .frame-title h4 img {
    margin-left: 8px;
    margin-right: 0;
}

.account-login .frame-title p {
    font-size: 15px;
    font-weight: 400;
    color: #8E8D92;
    letter-spacing: 0;
    width: auto;
}

@media (max-width: 991px) {
    .account-login .frame-title p {
        text-align: left;
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 366px) {
    .account-login .frame-title p {
        font-size: 15px;
        letter-spacing: 0;
    }
}

.account-login .forgot-ps {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

    .account-login .forgot-ps a {
        color: #ff8a00;
    }

.account-login .new-account {
    font-size: 15px;
    font-weight: 500;
    color: #000100;
    margin-bottom: 50px;
    display: block;
    position: relative;
}

@media (max-width: 331px) {
    .account-login .new-account {
        font-size: 14px;
    }
}

.account-login .new-account a {
    color: #ff8a00;
}

.account-login .registration-btn {
    margin-top: 30px;
    height: 47px;
    font-weight: 500;
}

.account_login .menu,
.account_login .footer-menu {
    margin-bottom: 0px;
    padding: 90px 0 30px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sign-in .account-login {
    z-index: 1;
}

.account_login .menu {
    padding: 0 0 30px 40px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .account_login .menu {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .account_login .menu,
    .account_login .footer-menu {
        position: unset;
    }

    .account_login .menu {
        padding-left: 20px;
    }

    .account_login .footer-menu {
        padding: 30px 0 0 0;
    }
}
/*@media (max-width: 1199px) {
  .account_login .menu {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .account_login .menu {
    margin-bottom: 30px;
  }
}*/

@media (max-width: 991px) {
    .mobile-login {
        margin: 0 auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .account_login .menu {
        left: 26%;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .mobile-login {
        margin-top: 50px;
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sign-in-logo {
        left: 26%;
    }
}

@media (min-width: 576px) {
    .sign-in-logo {
        position: absolute;
        top: 50px;
    }
}

#sign-in .main-form {
    padding: 0;
    position: relative;
}

.account_login .menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    line-height: 18px;
}

    .account_login .menu li:first-child {
        padding-left: 0;
    }

    .account_login .menu li a {
        color: #000100;
    }

.account_login form .form-input {
    color: #848E99;
    height: 42px;
}

.account_login form label {
    font-size: 15px;
}

.account_login.main-form form {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .main-form form {
        margin-top: 28px;
    }
}

@media (max-width: 575px) {
    .main-form form {
        margin-bottom: 10px;
    }

    .account_login.main-form form {
        margin-top: 30px;
    }
}

.trutic-dashbord {
    padding: 75px 0 0 90px !important;
    background-color: #FAF9FF;
}

@media (max-width: 991px) {
    .trutic-dashbord {
        display: none;
    }
}

.trutic-dashbord .frame-title {
    gap: 8px;
}

@media (max-width: 991px) {
    .trutic-dashbord .frame-title {
        text-align: center;
    }
}

.trutic-dashbord .frame-title h4 {
    font-size: 40px;
    line-height: 55px;
}

@media (max-width: 1199px) {
    .trutic-dashbord .frame-title h4 {
        font-size: 35px;
        line-height: 45px;
    }
}

.trutic-dashbord .frame-title p {
    font-size: 15px;
    width: 550px;
    color: #8E8D92;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 45px;
}

@media (max-width: 1099px) {
    .trutic-dashbord .frame-title p {
        width: auto;
        padding: 0 15px 0 0;
    }
}

@media (max-width: 991px) {
    .trutic-dashbord .frame-title p {
        width: 550px;
        margin: 0 auto 35px;
    }
}

@media (max-width: 650px) {
    .trutic-dashbord .frame-title p {
        width: auto;
    }
}

/*End sign-in page*/

/*Start Forgot password page*/

#forgot-password #header {
    background-color: #182469;
    padding: 20px 0;
}

#forgot-password .header_logo {
    margin-left: 50px;
}

#forgot-password {
    background-color: #FAF9FF;
    position: relative;
}

    #forgot-password .password-mail {
        margin: 150px auto 0 auto;
        background-color: #ffffff;
        padding: 50px 36px;
    }

@media (max-width: 991px) {
    #forgot-password .password-mail {
        margin: 100px auto 0 auto;
    }
}

@media (max-width: 767px) {
    #forgot-password .password-mail {
        padding: 50px 20px;
        margin: 50px auto 0 auto;
    }
}

@media (max-width: 575px) {
    #forgot-password .password-mail {
        margin: 30px auto 0 auto;
    }
}

#forgot-password .frame-title p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    width: auto;
    font-weight: 400;
}

@media (min-width: 1500px) {
    #forgot-password .frame-title p {
        width: 436px;
    }
}

@media (min-width: 576px) {
    #forgot-password .frame-title p br {
        content: '';
    }
}

@media (max-width: 767px) {
    #forgot-password .frame-title p {
        letter-spacing: 0;
    }
}

@media (max-width: 424px) {
    #forgot-password .frame-title p {
        width: auto;
    }
}

@media (max-width: 361px) {
    #forgot-password .frame-title p {
        font-size: 15px;
    }
}

@media (max-width: 342px) {
    #forgot-password .frame-title p {
        font-size: 14px;
    }
}

#forgot-password .frame-title {
    gap: 0px;
}

@media (max-width: 575px) {
    #forgot-password .main-form form {
        margin-top: 25px;
        margin-bottom: 0;
    }
}

#forgot-password .frame-title h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 15px;
}

@media (max-width: 790px) and (min-width: 768px) {
    #forgot-password .frame-title h4 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    #forgot-password .frame-title h4 {
        font-size: 32px;
    }
}

@media (max-width: 596px) {
    #forgot-password .frame-title h4 {
        font-size: 29px;
    }
}

@media (max-width: 575px) {
    #forgot-password .frame-title h4 {
        margin-bottom: 18px;
        font-size: 30px;
    }
}

@media (max-width: 357px) {
    #forgot-password .frame-title h4 {
        font-size: 28px;
    }
}

@media (max-width: 339px) {
    #forgot-password .frame-title h4 {
        font-size: 26px;
    }
}

@media (max-width: 321px) {
    #forgot-password .frame-title h4 {
        font-size: 25px;
    }
}

#forgot-password .registration-btn {
    margin-top: 0px;
    height: 47px;
    font-weight: 500;
    margin-bottom: 20px;
}

#forgot-password .login-title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

    #forgot-password .login-title a {
        color: #000100;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        #forgot-password .login-title a:hover {
            color: #ff8a00 !important;
        }

    #forgot-password .login-title svg {
        margin-right: 8px;
        position: relative;
        margin-bottom: 1.5px;
    }

#forgot-password .frame-title h4 img {
    margin-right: 0;
    margin-left: 5px;
}

@media (max-width: 377px) {
    #forgot-password .frame-title h4 img {
        width: 30px;
        height: 30px;
    }
}

.btn-signin {
    height: 44px;
    width: 44px;
    border-radius: 100%;
    padding: 0;
    line-height: 14px;
}

.btn-fixed {
    position: fixed;
    bottom: 40px;
    right: 30px;
}

@media (max-width: 575px) {
    .btn-fixed {
        position: fixed;
        bottom: 25px;
        right: 25px;
    }
}
/*End Forgot password page*/

/*Start Registration page*/



/*Start Registration page*/

#registration .register-details-bg {
    padding: 200px 40px 100px 40px;
    position: relative;
}

@media (max-width: 1199px) {
    #registration .register-details-bg {
        padding: 150px 50px 100px 50px;
    }
}

@media (max-width: 1099px) {
    #registration .register-details-bg {
        padding: 120px 35px 100px 35px;
    }
}

@media (max-width: 991px) {
    #registration .register-details-bg {
        display: none;
    }
}

#registration .row {
    margin: 0;
}

.register-details .frame-title h4 {
    color: #fff;
    line-height: 160%;
    margin-bottom: 0;
}

@media (max-width: 1121px) {
    .register-details .frame-title h4 {
        font-size: 23px;
        line-height: 35px;
    }
}

.register-details .frame-title h4 span {
    margin-left: 20px;
    color: #fff;
}

.register-details .frame-title p {
    width: auto;
    color: #fff;
    line-height: 160%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}

    .register-details .frame-title p span {
        color: #FF8A00;
    }

.register-details .menu {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    padding: 0;
}

@media (max-width: 1199px) {
    .register-details .menu {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .register-details .menu {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .mobile-login {
        margin: 30px auto 40px;
    }

    .account-login .new-account {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .mobile-login {
        margin: 30px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .register-details .menu {
        left: 26%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .mobile-login {
        margin: 50px auto 0;
    }
}

.register-details .menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    line-height: 18px;
}

    .register-details .menu li:first-child {
        padding-left: 0;
    }

    .register-details .menu li a {
        color: #ffffff;
    }

.account-left-info {
    width: 100%;
    max-width: 25%;
    height: 100vh;
    background-color: #182469;
    position: relative;
    padding: 60px;
}

.account-right-info {
    width: 100%;
    max-width: 75%;
    padding: 30px;
}

.logo-img {
    padding: 10px 0px 90px 0px;
}

.account-left-conent h2 {
    color: #fff;
    line-height: 45px;
}

.account-left-conent p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.account-left-conent span {
    color: #FF8A00;
}

.account-left-conent h3 {
    font-size: 29px;
    font-weight: 700;
}

.account-footer {
    position: absolute;
    bottom: 30px;
}

.footer-link a {
    color: #fff;
    margin-right: 20px;
}

    .footer-link a:hover {
        color: #FF8A00;
    }
/*.acc-steps-details{
  display: flex;
  align-items: center;
}*/
.step-details img {
    margin-right: 10px;
}

.step-details h4 {
    color: #000;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 17px;
}

.step-details p {
    margin-bottom: 0px;
}

.step-info {
    display: flex;
    justify-content: space-between;
    background: #fafbfd;
    padding: 24px 40px;
    border-bottom: 1px solid #E6E9EB;
}

@media (max-width: 1199px) {
    .step-info {
        padding: 24px 20px;
    }
}

@media (max-width: 991px) {
    .step-info {
        display: inline-block;
        vertical-align: middle;
    }

    .bs-stepper.vertical .step-info {
        padding: 0px;
        border: none;
        border-bottom: none !important;
        background: transparent;
    }

    .mobile-stepper {
        display: flex;
        align-items: center;
    }

    .menu-heade .bs-stepper .step-trigger {
        padding: 20px 0;
    }

    .bs-stepper.vertical .acc-steps-details.finished .step-details {
        /*opacity: 0.7;*/
    }

    .bs-stepper.vertical .mobile-stepper {
        pointer-events: auto !important;
    }
}

.bs-stepper .step-trigger {
    padding: 0 !important;
}

.bs-stepper .line, .bs-stepper-line {
    margin: 0 20px !important;
}

.border-right {
    position: relative;
}

    .border-right::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 85px;
        background-color: #0000004a;
        right: -137px;
        top: 19px;
    }

@media (max-width: 1600px) {
    .border-right::after {
        right: -122px;
    }
}

@media (max-width: 1499px) {
    .border-right::after {
        right: -111px;
    }
}

@media (max-width: 1400px) {
    .border-right::after {
        width: 65px;
        right: -94px;
    }
}

.stepmainimg {
    border: 1px solid #D5D3DE !important;
    border-radius: 100px !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    line-height: 40px !important;
    align-items: center !important;
}

    .stepmainimg.active svg path {
        fill: #fff;
    }

@media (max-width: 991px) {
    .bs-stepper.vertical.active .stepmainimg.active svg path {
        fill: #182469;
    }
}

.bs-stepper .step-trigger.disabled, .bs-stepper .step-trigger:disabled {
    opacity: unset !important;
}

.bs-stepper-circle {
    background: #fff !important;
}

@media (max-width: 991px) {
    .bs-stepper-circle {
        background: transparent !important;
        border: 1px solid #50567A !important;
    }
}

.step-details .step-title {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    font-weight: 400;
    display: block;
    background: transparent;
}

@media (max-width: 991px) {
    .bs-stepper.vertical .step-details .step-title {
        color: #ffffff;
        font-size: 13px;
        font-weight: 200;
        opacity: 0.7;
    }
}

.acc-steps-details.active .bs-stepper-circle {
    background: #182469 !important;
    border: none !important;
}

@media (max-width: 991px) {
    .bs-stepper.vertical .active .bs-stepper-circle {
        background: #fff !important;
        border: 1px solid #fff !important;
    }

        .bs-stepper.vertical .active .bs-stepper-circle svg path {
            fill: #182469 !important;
        }
}

.step-details .sub-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    color: #000100;
    margin: 0;
}

@media (max-width: 1176px) and (min-width: 992px) {
    .step-details .sub-title {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .bs-stepper.vertical .step-details .sub-title {
        color: #ffffff;
        font-weight: 400;
    }

    .step-details {
        text-align: left;
        padding-left: 8px;
    }
}

.registration-form {
    padding: 0 !important;
}

    .registration-form .step-details {
        padding-left: 6px;
        text-align: left;
    }

@media (max-width: 1176px) {
    .registration-form .step-details {
        padding-left: 4px;
    }
}

.account-box {
    /*padding: 56px 80px 128px;*/
    padding: 56px 80px 30px;
}
.mapboxgl-ctrl-geocoder {
    width: 100% !important;
    box-shadow: none !important
}
@media (max-width: 1199px) {
    .account-box {
        padding: 56px 20px;
    }
}

.bs-stepper-content {
    padding: 0 !important;
}

.acc-heading .heading_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 6px;
}

.acc-heading p {
    color: #8E8D92;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.acc-heading {
    margin-bottom: 24px;
}

.account-info .btn-outline-primary {
    border-color: #E6E9EB;
    border-radius: 6px !important;
    width: 216px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .account-info .btn-outline-primary {
        width: 200px;
    }
}

.account-info .account-card {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #000100;
    margin-bottom: 6px;
}

.account-info .acc-desc {
    color: #8E8D92;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.account-info .btn-outline-primary {
    padding: 17px 14px;
}

.btn-group > .btn:active .account-card {
    color: #ff8a00;
}

.btn-check:active + .btn-outline-primary .account-card, .btn-check:checked + .btn-outline-primary .account-card, .btn-outline-primary.active .account-card, .btn-outline-primary.dropdown-toggle.show .account-card, .btn-outline-primary:active .account-card {
    color: #ff8a00;
}

.account-info .account-img {
    margin-bottom: 10px;
}

.account-info .btn-check:active + .btn-outline-primary, .account-info .btn-check:checked + .btn-outline-primary, .account-info .btn-outline-primary.active, .account-info .btn-outline-primary.dropdown-toggle.show, .account-info .btn-outline-primary:active {
    border: 1px solid #ff8a00 !important;
}
/*.account-info .btn-check {
  clip: auto;
  top: 8px;
  margin-right: 8px;
}*/
.account-box {
    /*width: 850px;*/
}

@media (min-width: 1200px) {
    .account-box {
        max-width: 850px;
    }
}

@media (max-width: 1199px) {
    .account-box {
        width: auto;
    }
}

.cart-radio-img:after {
    border-color: gray;
    border: 1px solid gray;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.form-control:focus {
    box-shadow: none !important;
}

.account-form .form-group input::placeholder {
    color: #848E99;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}

.account-form .form-group label {
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 7px;
    display: block;
    color: #000100;
}

.account-form .form-group input {
    background: #FFFFFF;
    border: 1px solid #E8EAEB !important;
    border-radius: 8px !important;
    height: 38px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #848E99;
}

.account-form .row {
    margin: 0 -12px !important;
}

.footer-btn {
    padding: 12px 24px;
    border-top: 1px solid #E6E9EB;
}

    .footer-btn .primary-btn {
        height: 40px;
        line-height: 42px;
    }

        .footer-btn .primary-btn:hover {
            color: #ffffff !important;
        }

    .footer-btn .cancle-btn {
        background: #FFFFFF;
        border: 1px solid #EAECED;
        color: #263238;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
        padding: 0 45px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        line-height: 38px;
        border-radius: 8px;
        font-weight: 600;
    }

        .footer-btn .cancle-btn:hover {
            background-color: #ff8a00;
            color: #fff !important;
        }

    .footer-btn button {
        border: 0;
        border-radius: 8px;
    }

.radio-box {
    position: relative;
}

.account-info .btn-check:checked + .btn-outline-primary:after {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 5px solid #FF8A00;
    border-radius: 100px;
    right: 10px;
}

.acc-steps-details .step-img, .registration-form .step-details {
    display: inline-block;
    vertical-align: middle;
}

.acc-steps-details button {
    background-color: transparent;
}

.bs-stepper .line, .bs-stepper-line {
    flex: 1 0 32px;
    min-width: 1px;
    height: 1px;
    margin: 20px;
    background-color: #D5D3DE;
}

@media (max-width: 1300px) and (min-width: 992px) {
    .mobile-stepper-header .step-trigger {
        flex-direction: column;
    }

    .registration-form .mobile-stepper-header .step-details {
        text-align: center;
    }
}

@media (max-width: 1110px) {
    .bs-stepper .line, .bs-stepper-line {
        flex: 1 0 5px;
    }
}

@media (max-width: 991px) {
    .footer-btn {
        padding: 12px 20px;
    }

    .bs-stepper .line, .bs-stepper-line {
        background-color: rgba(255,255,255,.12) !important;
        margin: auto 156px 0px 22px !important;
        min-width: 2px !important;
    }

    .mobile-header .offcanvas-body {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .close_btn svg {
        fill: #FFF !important;
    }

    .mobile-stepper-none {
        display: none !important;
    }

    .mobile-header .modal-backdrop {
        background-color: transparent;
    }

    .mobile-stepper-header {
        /*display: grid !important;*/
        /*grid-template-columns: repeat(4,minmax(0,1fr));
    grid-column-gap: 0;*/
        margin: 0 !important;
        width: 100%;
        margin: 0 !important;
        padding: 15px 10px;
        display: flex !important;
        justify-content: flex-start;
    }
        /*.mobile-stepper-header .acc-steps-details.active{
    grid-area: 1 / 1 / auto / span 2;
  }
  .mobile-stepper-header #test-2-4{
    grid-area: 2 / 2 / auto / span 2;
  }
  .mobile-stepper-header #test-3-4{
    grid-area: 3 / 3 / auto / span 2;
  }
  .mobile-stepper-header #test-4-4{
    grid-area: 4 / 4 / auto / span 2;
  }*/
        .mobile-stepper-header .bs-stepper-line {
            display: none;
        }

        .mobile-stepper-header .step-trigger {
            flex-direction: row !important;
            justify-content: flex-start !important;
        }

    .registration-form .mobile-stepper-header .step-details {
        display: none;
    }

    .mobile-stepper-header .acc-steps-details.active .step-details {
        display: inline-block;
    }

    .mobile-stepper-header .acc-steps-details {
        position: relative;
    }

        .mobile-stepper-header .acc-steps-details:not(:first-child)::before {
            position: absolute;
            content: "";
            background: #d5d3de;
            height: 2px;
            width: 20px;
            top: 0;
            bottom: 0;
            left: 10px;
            /* left: 0; */
            margin: auto;
        }

        .mobile-stepper-header .acc-steps-details:not(:first-child) {
            padding-left: 40px;
        }

    #registration .offcanvas-top {
        width: 100% !important;
    }
}

@media (max-width: 717px) {
    .footer-btn {
        padding: 12px 28px;
    }
}

@media (max-width: 440px) {
    .mobile-stepper-header {
        justify-content: space-between;
    }

        .mobile-stepper-header .acc-steps-details:not(:first-child)::before {
            left: 5px;
        }

        .mobile-stepper-header .acc-steps-details:not(:first-child) {
            padding-left: 25px;
        }

            .mobile-stepper-header .acc-steps-details:not(:first-child)::before {
                left: -8px;
            }
}

@media (max-width: 410px) {
    .mobile-stepper-header .acc-steps-details:not(:first-child) {
        padding-left: 20px;
    }
}

@media (max-width: 385px) {
    .mobile-stepper-header .acc-steps-details:not(:first-child) {
        padding-left: 15px;
    }
}

@media (max-width: 374px) {
    .step-details .step-title {
        font-size: 10px;
        line-height: 10px;
    }

    .step-details .sub-title {
        font-size: 12px;
    }

    .mobile-stepper-header .stepmainimg > svg {
        height: 18px;
        width: 18px;
    }

    .mobile-stepper-header .stepmainimg {
        width: 30px !important;
        height: 30px !important;
    }

    .registration-form .mobile-stepper-header .step-details {
        padding-left: 0;
    }

    .mobile-stepper-header .acc-steps-details:not(:first-child)::before {
        width: 15px;
        left: 10px;
    }

    .mobile-stepper-header .acc-steps-details:not(:first-child) {
        padding-left: 30px;
    }

    .mobile-stepper-header .acc-steps-details.active .step-details {
        width: calc(100% - 38px);
    }

    .mobile-stepper-header {
        justify-content: flex-start;
    }

    #stepperSubmit {
        padding: 0 30px;
    }

    .footer-btn .cancle-btn {
        padding: 0 30px;
    }
}

.mobile-header {
    background-color: #182469;
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mobile-header .btn {
        padding: 0;
    }

#registration .offcanvas-top {
    /*height: 100vh;*/
    height: fit-content;
}

.offcanvas-header:after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 96%;
    height: 1px;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .offcanvas-header {
        padding: 12px 5px !important;
    }
}

.mobile-header .offcanvas-header {
    padding: 22px 16px !important;
}

.bs-stepper .acc-steps-details .step-trigger:hover {
    background-color: transparent;
}

.bs-stepper .acc-steps-details .step-trigger {
    cursor: unset;
}

@media (max-width: 991px) {
    .offcanvas .bottom-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .offcanvas .bottom-content {
        /*position: unset;*/
        /*margin-top: 74px;*/
    }
}

@media (max-width: 717px) {
    .account-box .group-btn {
        display: block !important;
    }

    .account-info .btn-outline-primary {
        width: 100%;
        margin: 0 auto;
    }

    .radio-box {
        margin-bottom: 15px;
    }

    .acc-heading {
        margin-bottom: 25px;
    }

    .account-box {
        padding: 28px;
    }
}

@media (max-width: 575px) {
    .account-box {
        padding: 24px 15px 26px;
    }

    .footer-btn {
        padding: 15px;
    }
}

@media (max-width: 520px) {
    .bs-stepper .step-trigger {
        flex-direction: unset;
    }
}

.bs-stepper .content.active:not(.fade) {
    display: block;
}

.bs-stepper .content:not(.fade) {
    display: none;
}

#sign-in > .row {
    overflow: hidden;
    background-color: #FAF9FF;
}

#sign-in .main-form {
    background-color: #ffffff;
}

.hedaer-bg {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 150px;
    /*background-size: cover;*/
}

@media (max-width: 991px) {
    .hedaer-bg {
        height: 100px;
    }

    #sign-in .main-form {
        height: 100vh;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .sign-in-logo {
        z-index: 1;
        position: relative;
    }
}
/*stepper css*/
.acc-steps-details.active .finished-svg,
.acc-steps-details .finished-svg {
    display: none;
}

.acc-steps-details.finished .bs-stepper-circle {
    background-color: #22ab59 !important;
    border: none !IMPORTANT;
}

.acc-steps-details.finished .current-svg {
    display: none;
}

.acc-steps-details.finished .finished-svg {
    display: block;
}

.acc-steps-details.active .current-svg path {
    fill: #fff;
}
/*personal info page*/
.reg_personal_info .account-form {
    margin-bottom: 56px;
}

.physical_info > label {
    font-size: 16px;
    font-weight: 500;
    padding-left: 4px;
}

.physical_info input {
    height: 15px;
    width: 15px;
}

.file_upload {
    position: relative;
    background: #fafbfd;
    height: 133px;
    border: 2px dashed #e8eaeb;
    border-radius: 5px;
}

.file_upload_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    margin: auto;
    width: fit-content;
    color: #8E8D92;
    text-align: center;
}

.file_upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    /*cursor: crosshair;*/
    font-size: 0;
}

.file_upload_content .upload_file_text {
    display: block;
    font-size: 14px;
}

    .file_upload_content .upload_file_text > span {
        color: #fe8824;
        font-weight: 700;
    }

.file_upload .uploaded_image.active {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    background: #fafbfd;
    z-index: 1;
    width: 100%;
}

.reg_personal_info #flexCheckChecked {
    height: 20px;
    width: 20px;
}

@media (max-width: 991px) {
    .reg_personal_info .account-form {
        margin-bottom: 40px;
    }
}
/*verfication page*/
.verification_step #verify_numer {
    font-weight: 700;
}

.verification_step .verfify_code_text {
    font-size: 14px;
    font-weight: 700;
    color: #4b465b;
    margin-bottom: 6px;
}

.verfication_title > * {
    display: inline-block;
    vertical-align: middle;
}

.verfication_title img {
    padding: 0 0 10px 2px;
}

.verification-btn {
    height: unset;
    line-height: unset;
    padding: 10px 45px;
}

.verification_code {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

    .verification_code input {
        height: 48px;
        width: 56px;
    }

        .verification_code input:not(:last-child) {
            margin-right: 8px;
        }

    .verification_code input {
        border: 1px solid #E8EAEB;
        border-radius: 8px;
        text-align: center;
    }

.verification_step .resend_code {
    font-size: 14px;
    color: #8E8D92;
    font-weight: 500;
}

    .verification_step .resend_code > a {
        color: #7360f7;
    }

.verification_step_content,
.registertaion-scroll {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 97px);
}

.verfication_title .acc-heading p {
    font-size: 14px;
}

@media (min-width: 992px) {
    #registration > .row {
        /*height: 100vh;*/
    }
}

@media (max-width: 1300px) {
    .verification_step_content {
        height: calc(100vh - 141px);
    }
}

@media (max-width: 991px) {
    .verification_step_content {
        height: calc(100vh - 161px);
    }
}

@media (max-width: 575px) {
    .verfication_title .heading_title > span {
        display: block;
    }

    .verification_code input {
        height: 49px;
        width: 48px;
    }

        .verification_code input:not(:last-child) {
            margin-right: 5px;
        }
}

@media (max-width: 374px) {
    .verification_code input {
        height: 38px;
        width: 40px;
    }
}
/** creation step**/
.creation-step .account-card {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.creation-step .btn-check {
    pointer-events: visible;
    clip: unset;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.creation-step .cart-radio-img {
    padding: 30px 14px 22px;
}

.creation-step .acc-desc {
    font-size: 15px;
}

.creation-step .creation-per {
    color: #182469;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creation-step .creation-digit {
    color: #182469;
    font-weight: 600;
    font-size: 32px;
}

.creation-step .creation-month {
    color: #8E8D92;
    font-weight: 400;
    font-size: 15px;
}

.creation-step .group-btn span {
    margin: 0;
}

.creation-step .invoice-process {
    color: #8E8D92;
    font-size: 14px;
}

.creation-support .schedule-text {
    background: #F5F7FF;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

    .creation-support .schedule-text > span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }

.creation-support .switch {
    position: relative;
    display: inline-block;
    width: 80px;
}

    .creation-support .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.creation-support .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
    width: 50px;
    height: 24px;
}

    .creation-support .switch-slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 0;
        top: 0;
        margin: auto;
        background-color: #ffffff;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50px;
    }

.creation-support input:checked + .switch-slider {
    background-color: #2196F3;
}

.creation-support input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

.creation-support input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.creation-support .switch-on {
    display: none;
}

.creation-support .switch-on,
.creation-support .switch-off {
    float: right;
}

.creation-support input:checked + .switch-slider + .switch-off {
    display: none;
}

    .creation-support input:checked + .switch-slider + .switch-off + .switch-on {
        display: block;
    }

.calendly-inline-widget {
    display: none;
}

.calendly-inline-widget {
    height: 930px;
}

@media (max-width: 991px) {
    .calendly-inline-widget {
        height: 991px;
    }

    .mobile-header.d-lg-none {
        height: fit-content;
    }

    .registration-form {
        height: inherit;
    }
}

@media (max-width: 575px) {
    .creation-step .acc-heading p {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .calendly-inline-widget {
        height: 1023px;
    }
}
/** stcky leftbar **/
.reg-sticky {
    padding: 0 !important;
}

@media (min-width: 992px) {
    #registration .register-details {
        position: sticky;
        top: 0;
        display: inline-block;
        /*height: calc(100% - (20px + 30px));*/
        height: 100vh;
    }

    .registration-form {
        float: right;
    }

    #registration .register-details-bg {
        height: inherit;
        background-position: center;
    }

    .registration-form .account-box {
        flex: 1 1 auto;
    }

    .registration-form {
        overflow-y: auto;
    }
}
/*End Registration page*/


/* Static pages , privacy eula, disclaimer */

.page-title {
    font-weight: 600;
    font-size: 56px;
    line-height: 112%;
    letter-spacing: -0.01em;
    color: #000100;
}

.last-update {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #FF8A00;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.privacy-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: rgba(0, 1, 0, 0.5);
}

.privacy-highlight-text {
    color: #182469;
    font-weight: 600;
}

.menu-container {
    background: #FFFFFF;
    border: 1.5px solid #E8EAEB;
    border-radius: 8px;
}

.menu-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #000100;
    padding: 16px 24px;
}

.menu-item-container {
    border-top: 1px solid #ccc;
    padding: 16px 24px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: rgba(0, 1, 0, 0.5);
}

.list {
    list-style-type: disc;
}

.title-in-content {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    /* or 38px */

    text-transform: uppercase;
    color: #182469;
}

.privacy-text-20 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #182469;
}

label.error {
    font-size: 10px !important;
    color: red !important;
}

input.form-control.error, .account-form .form-group select.error {
    border: 1px solid red !important;
}

input.form-control.error {
    border: 1px solid red !important;
}

input[disabled].form-control.error {
    border: 1px solid #e8eaeb !important;
}

.cart-radio-img.error {
    border-color: red;
}

input.error, .account-form .form-group input.error {
    border: 1px solid red !important
}



input.correct {
    border: 1px solid green
}

.select-arrow {
    position: absolute;
    z-index: 111111;
    width: 15px;
    right: 10px;
    top: 35%;
    background: white;
}
/*body.registration {
    overflow: hidden
}*/

input[name="file_upload"] {
    width: 100% !important;
}


.account-form .form-group input:disabled {
    background: #fafafa !important
}


.account-form .form-group input:read-only {
    background: #fafafa !important
}

.primary-btn:disabled {
    background: #fafafa !important;
    color: black !important;
}

    .primary-btn:disabled:hover {
        background: #fafafa !important;
        color: black !important;
    }

#resend-btn {
    background: white;
    color: darkorange;
    margin-right: 5px
}

#redirect-to-login {
    background: white;
    color: darkorange;
    margin-right: 5px
}

#resend-btn:disabled {
    background: white;
    color: lightgray
}

.account-form .form-group label[for="cellNumber"] {
    position: absolute !important;
}

.iti {
    width: 100% !important;
}

.cf-turnstile iframe {
    width: 100% !important;
}
.registration-header {
    padding-left: 5px;
    padding-right: 8px;
}




