﻿@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kristi&display=swap");

.large-row {
    min-height: calc(100vh - 160px);
}

.center-page {
    display: flex;
    align-items: center;
}
.fit-content{
    width: fit-content;
}
.amount-circle {
    display: block;
    text-align: center;
    width: 65px;
    height: 65px;
    vertical-align: super;
    background: #09c;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #0b81a9;
}

.amount-circle h5 {
    margin-bottom: 0;
    position: relative;
    top: 8px;
}

.sgntxt {
    font-family: 'Kristi', cursive;
    font-size: 26pt;
    margin-top: 7px;
}

.select2-container--default .select2-selection--single {
    padding: 9px 0;
    height: auto;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #09c;
}

.btn-outline-primary {
    border-color: #09c;
    color: #09c;
}
.btn-outline-primary.click-start{
    background-color: #0099cc;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.btn-outline-primary.click-start:hover{
    background-color: #014f69;
}
.form-control {
    border-radius: 0;
}

.bg-heightlight {
    background: #ecf4f6;
}

/* .heading {
    font-family: "Playfair Display", serif;
    text-shadow: 2px 2px 0 #d4d4d4;
} */

.required {
    position: relative;
}

.required:after {
    content: '*';
    color: #f00;
    margin: 0 5px;
}

.modal-dialog {
    overflow: hidden;
}

.modal-dialog .modal-content {
    border-radius: 0;
    border: 0;
}

.input-list {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.input-list:last-child {
    border-bottom: 0;
}

.input-list .input-list-item {
    padding: 5px 0;
}

.input-list .input-list-item .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.input-list .input-list-item:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.input-list .input-list-item input[type="file"] {
    max-width: 200px;
    font-size: small;
}

.input-list .input-list-item img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin: 0 15px;
}

.input-list .input-list-item .hvrbox {
    display: flex;
    align-items: center;
}

#viewer,
.Model iframe {
    width: 100%;
    width: 100%;
    height: calc(100vh - 175px);
}

#myModalQuestion .modal-body,
#myModal .modal-body {
    width: 100%;
    height: calc(100vh - 131px);
    overflow-y: scroll;
}

#myModalQuestion .modal-body img,
#myModal .modal-body img {
    width: 100%;
}

.hero {
    background-image: url("img/bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.d-list-item {
    display: list-item;
}

/* .map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
} */

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-box {
    max-width: 303px;
    top: 117px;
    background-color: #fff;
    margin: 0 10px;
    padding: 1px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
    border-radius: 2px;
}

@media(min-width: 1440px) {
    .step-intro .container {
        max-width: 95%;
    }

    .zoom {
        zoom: 1.4;
    }
}

@media(min-width: 1900px) {
    /* .step-intro .container {
        max-width: 1800px;
    } */
    .steps-list .step-item:nth-child(2){
        right: 80px;
    }
    .steps-list .step-item:nth-child(4){
        right: 37px;
    }
}

#countryList {
    list-style: none;
}

#countryList .country-item {
    transition: all .2s ease-in-out;
}

#countryList .country-item:hover {
    transform: scale(1.05);
}

#countryList .country-item .card {
    display: flex;
    align-items: center;
    flex-direction: inherit;
}

#countryList .country-item .flag-icon {
    width: 50px;
    height: 37px;
    background-size: cover;
    display: inline-block;
    background-position: center center;
    margin: 6px;
}

#countryList .country-item .country-name {
    display: inline-block;
}

.country-list {
    list-style: none;
    padding: 0;
}

.country-list li {
    position: relative;
    padding: 0 20px 0 30px;
    margin: 0 0 12px;
    box-sizing: border-box;
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 400;
    line-height: 24px;
    vertical-align: top;
}

.country-list li:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "";
    color: #09c;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 7px;
}

.country-list-small a {
    font-size: 10pt;
    color: #145e8a;
}

.nav-header {
    background-color: #f8f9fa;
    /* border-bottom: 1px solid #eaeaea; */
}

.nav-header .dropdown-menu {
    /* margin-top: 14px; */
    border-radius: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
    border-color: #e8e8e8;
}

.nav-header .nav-item.active>.nav-link {
    color: #09c;
    padding-right: 15px;
    padding-left: 15px;
}

.nav-header .nav-item.active .dropdown-item.active {
    color: #09c;
    background: none;
}

.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-image: url("/assets/images/bg-1.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.steps-list .step-item {
    display: flex;
    align-items: center;
}

.steps-list .step-item .step-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin-right: -19px;
}

.steps-list .step-item .step-info .line {
    width: 65px;
    height: 2px;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.steps-list .step-item .step-info .line:before,
.steps-list .step-item .step-info .line:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: -7px;
}

.steps-list .step-item .step-info .line:before {
    left: 0;
}

.steps-list .step-item .step-info .line:after {
    right: 0;
}

.steps-list .step-item .step-info .data {
    font-size: small;
    max-width: 200px;
    text-align: right;
    margin: 0 15px;
}

.steps-list .step-item .step-info .data .title {
    /* text-transform: uppercase; */
    margin-bottom: 0;
}

.steps-list .step-item .step-graph {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    position: relative;
    background: #fff;
}

.steps-list .step-item .step-graph:before {
    content: '';
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 10px;
    left: 10px;
}

.steps-list .step-item .step-graph .stamp {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 23px;
    transition-delay: 6s;
}

.steps-list .step-item .step-graph .step1-img {
    position: absolute;
    width: 120px;
    right: 19px;
    top: 11px;
}

.steps-list .step-item .step-graph .step3-img {
    position: absolute;
    width: 120px;
    left: 17px;
    bottom: 0;
}

.steps-list .step-item .step-graph .step4-img {
    position: absolute;
    width: 100px;
    bottom: 0;
    top: 20px;
    right: 26px;
}

.steps-list .step-item .step-graph .doc {
    width: 96px;
    background: #fff;
    position: absolute;
    border: 2px solid #bdbdbd;
}

.steps-list .step-item .step-graph .doc.doc1 {
    transition-delay: 3s;
    z-index: 7;
    top: 8px;
    left: 23px;
}

.steps-list .step-item .step-graph .doc.doc2 {
    transition-delay: 4s;
    z-index: 8;
    top: 30px;
    left: 50px;
}

.steps-list .step-item .step-graph .doc.doc3 {
    transition-delay: 5s;
    z-index: 9;
    top: 23px;
    left: 23px;
}

.steps-list .step-item.right {
    flex-direction: row-reverse;
}

.steps-list .step-item.right .step-info {
    flex-direction: row;
    margin-right: 0;
    margin-left: -19px;
}

.steps-list .step-item.right .step-info .data {
    text-align: left;
}

.steps-list .step-item:nth-child(2) {
    position: relative;
    z-index: 999;
    /* left: 130px; */
    margin-top: -50px;
}

.steps-list .step-item:nth-child(3) {
    margin-top: -59px;
    transition-delay: 7s;
    /* margin-left: 18px; */
    z-index: 4;
}

.steps-list .step-item:nth-child(4) {
    position: relative;
    /* left: 124px; */
    margin-top: -60px;
    transition-delay: 8s;
    z-index: 1;
}

.steps-list .step-item.color-1 .line {
    background: #ff595e;
}

.steps-list .step-item.color-1 .line:after,
.steps-list .step-item.color-1 .line:before {
    background: #ff595e;
}

.steps-list .step-item.color-1 .step-graph:before {
    border-color: #ff595e;
}

.steps-list .step-item.color-1 .data .title {
    color: #ff595e;
}

.steps-list .step-item.color-2 .line {
    background: #18206f;
}

.steps-list .step-item.color-2 .line:after,
.steps-list .step-item.color-2 .line:before {
    background: #18206f;
}

.steps-list .step-item.color-2 .step-graph:before {
    border-color: #18206f;
}

.steps-list .step-item.color-2 .data .title {
    color: #18206f;
}

.steps-list .step-item.color-3 .line {
    background: #09c;
}

.steps-list .step-item.color-3 .line:after,
.steps-list .step-item.color-3 .line:before {
    background: #09c;
}

.steps-list .step-item.color-3 .step-graph:before {
    border-color: #09c;
}

.steps-list .step-item.color-3 .data .title {
    color: #09c;
}

.steps-list .step-item.color-4 .line {
    background: #bba81c;
}

.steps-list .step-item.color-4 .line:after,
.steps-list .step-item.color-4 .line:before {
    background: #bba81c;
}

.steps-list .step-item.color-4 .step-graph:before {
    border-color: #bba81c;
}

.steps-list .step-item.color-4 .data .title {
    color: #bba81c;
}

.step-header .steps-list {
    background: none;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.step-header .steps-list .step1-img {
    top: 17px !important;
    left: 20px;
}

.step-header.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.step-header.form-header .step-list {
    margin: 0;
}

.step-header.form-header .uplstps-div>img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.infograph {
    padding-bottom: 100px;
}

.infograph h2 {
    margin-bottom: 20px;
}

.infograph .level div {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.infograph .level .active {
    height: 250px;
}

.infograph .faculty,
.infograph .first-level,
.infograph .second-level,
.infograph .third-level,
.infograph .fourth-level {
    width: 100%;
    height: 200px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infograph .faculty:after,
.infograph .first-level:after,
.infograph .second-level:after,
.infograph .third-level:after,
.infograph .fourth-level:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    content: "";
    border-left: 78px solid transparent;
    border-right: 82px solid transparent;
}

.infograph .faculty {
    background: -moz-linear-gradient(top, #ef4433 10%, #dc153e);
    background: linear-gradient(to bottom, #ef4433 10%, #dc153e);
}

.infograph .faculty:after {
    border-top: 50px solid #dc153e;
}

.infograph .first-level {
    background: -moz-linear-gradient(top, #ffd600 10%, #fba01c);
    background: linear-gradient(to bottom, #ffd600 10%, #fba01c);
}

.infograph .first-level:after {
    border-top: 50px solid #fba01c;
}

.infograph .second-level {
    background: -moz-linear-gradient(top, #01b2c2 10%, #019f9e);
    background: linear-gradient(to bottom, #01b2c2 10%, #019f9e);
}

.infograph .second-level:after {
    border-top: 50px solid #019f9e;
}

.infograph .third-level {
    background: -moz-linear-gradient(top, #755fa7 10%, #4c4190);
    background: linear-gradient(to bottom, #755fa7 10%, #4c4190);
}

.infograph .third-level:after {
    border-top: 50px solid #4c4190;
}

.infograph .fourth-level {
    background: -moz-linear-gradient(top, #a2cc3a 10%, #34b34c);
    background: linear-gradient(to bottom, #a2cc3a 10%, #34b34c);
}

.infograph .fourth-level:after {
    border-top: 50px solid #34b34c;
}

.infograph h3 {
    padding: 0 20px;
    font-size: larger;
}

.infograph .contents {
    padding-top: 70px;
}

.infograph .contents div {
    min-height: 300px;
    background: #ddd;
    padding: 10px;
    border-radius: 20px;
}

.infograph .contents div:not(:first-of-type) {
    display: none;
}
@media(max-width: 992px) {
    .navbar-brand{
        width: 250px;
    }
    .step-intro .container  .col-lg-7.zoom{
        display: none;
    }
}
@media(max-width: 767px) {

    .infograph .faculty:after,
    .infograph .first-level:after,
    .infograph .second-level:after,
    .infograph .third-level:after,
    .infograph .fourth-level:after {
        display: none;
    }

    .infograph h3 {
        font-size: 5px;
    }

    .infograph .contents {
        padding-top: 20px;
    }

    .infograph .contents div {
        min-height: 250px;
    }
}

@media(min-width: 401px) and (max-width:501px) {
    .infograph h3 {
        font-size: 10px;
    }
}

@media(min-width: 501px) and (max-width:650px) {
    .infograph h3 {
        font-size: 14px;
    }
}

@media(min-width: 651px) and (max-width:767px) {
    .infograph h3 {
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width:991px) {

    .infograph .faculty:after,
    .infograph .first-level:after,
    .infograph .second-level:after,
    .infograph .third-level:after,
    .infograph .fourth-level:after {
        bottom: -50px;
        border-left: 47px solid transparent;
        border-right: 47px solid transparent;
    }

    .infograph h3 {
        font-size: 20px;
    }
}

@media(min-width: 992px) and (max-width:1199px) {

    .infograph .faculty:after,
    .infograph .first-level:after,
    .infograph .second-level:after,
    .infograph .third-level:after,
    .infograph .fourth-level:after {
        bottom: -50px;
        border-left: 67px solid transparent;
        border-right: 65px solid transparent;
    }
}

@media(min-width: 1200px) {

    .infograph .faculty:after,
    .infograph .first-level:after,
    .infograph .second-level:after,
    .infograph .third-level:after,
    .infograph .fourth-level:after {
        bottom: -50px;
    }
}

.upldimg-popup input[type="file"] {
    display: none;
}

.upldimg-popup img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.upldimg-popup .uploadedImgdiv {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
}

.folder {
    border-radius: 0 !important;
}

.calendar-container {
    position: relative;
    max-width: 300px;
    width: 100%;
}

.calendar-container.secondary header {
    background: #00cab7;
}

.calendar-container header {
    border-radius: 1em 1em 0 0;
    background: #09c;
    color: #fff;
    padding: 3em 2em;
}

.day {
    font-size: 43px;
    font-weight: 900;
    line-height: 1em;
}

.month {
    font-size: 27pt;
    line-height: 1em;
    text-transform: lowercase;
}

.calendar {
    background: #f5f5f5;
    border-radius: 0 0 1em 1em;
    color: #555;
    display: inline-block;
    padding: 18px;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 18pt;
}

.calendar {
    width: 100%;
}

.ring-left,
.ring-right {
    position: absolute;
    top: calc(100% - 100px);
}

.ring-left {
    left: 2em;
}

.ring-right {
    right: 2em;
}

.ring-left:before,
.ring-left:after,
.ring-right:before,
.ring-right:after {
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 1px rgba(0, 0, 0, .3), 0 -1px 1px rgba(0, 0, 0, .2);
    content: "";
    display: inline-block;
    margin: 8px;
    height: 32px;
    width: 8px;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 30px;
    height: 30px;
}

.stpnum-txt {
    font-size: 17pt;
    color: #09c;
}

.no-span {
    display: table;
    white-space: nowrap;
}

.no-span::before,
.no-span::after {
    border-top: 1px solid #09c;
    content: '';
    display: table-cell;
    position: relative;
    top: .5em;
    width: 45%;
}

.no-span:before {
    right: 1.5%;
}

.no-span:after {
    left: 1.5%;
}

.vertfrm-txt {
    text-align: center;
    vertical-align: middle;
    width: 15px;
    margin-right: 10px;
    padding: 0;
    padding-left: 0;
    padding-right: 3px;
    padding-top: 10px;
    margin-top: 80px;
    font-style: normal;
    font-size: 16px;
    white-space: nowrap;
    transform: rotate(-90deg);
    font-weight: bold;
}

.numdiv {
    border: 2px solid #000;
    margin-top: 4px;
}

.credit-master .payment-title {
    width: 100%;
    text-align: center;
}

.credit-master .form-container .field-container:first-of-type {
    grid-area: name;
}

.credit-master .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.credit-master .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.credit-master .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.credit-master .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.credit-master .field-container {
    position: relative;
}

.credit-master .ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

.credit-master .preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.credit-master .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

.credit-master #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

.credit-master #ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.credit-master .creditcard svg#cardfront,
.credit-master .creditcard svg#cardback {
    width: 100%;
    box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 22px;
}

.credit-master #generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

.credit-master .creditcard .lightcolor,
.credit-master .creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.credit-master .creditcard .lightblue {
    fill: #03a9f4;
}

.credit-master .creditcard .lightbluedark {
    fill: #0288d1;
}

.credit-master .creditcard .red {
    fill: #ef5350;
}

.credit-master .creditcard .reddark {
    fill: #d32f2f;
}

.credit-master .creditcard .purple {
    fill: #ab47bc;
}

.credit-master .creditcard .purpledark {
    fill: #7b1fa2;
}

.credit-master .creditcard .cyan {
    fill: #26c6da;
}

.credit-master .creditcard .cyandark {
    fill: #0097a7;
}

.credit-master .creditcard .green {
    fill: #66bb6a;
}

.credit-master .creditcard .greendark {
    fill: #388e3c;
}

.credit-master .creditcard .lime {
    fill: #d4e157;
}

.credit-master .creditcard .limedark {
    fill: #afb42b;
}

.credit-master .creditcard .yellow {
    fill: #ffeb3b;
}

.credit-master .creditcard .yellowdark {
    fill: #f9a825;
}

.credit-master .creditcard .orange {
    fill: #ff9800;
}

.credit-master .creditcard .orangedark {
    fill: #ef6c00;
}

.credit-master .creditcard .grey {
    fill: #bdbdbd;
}

.credit-master .creditcard .greydark {
    fill: #616161;
}

.credit-master #svgname {
    text-transform: uppercase;
}

.credit-master #cardfront .st2 {
    fill: #fff;
}

.credit-master #cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

.credit-master #cardfront .st4 {
    font-size: 54.7817px;
}

.credit-master #cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.credit-master #cardfront .st6 {
    font-size: 33.1112px;
}

.credit-master #cardfront .st7 {
    opacity: .6;
    fill: #fff;
}

.credit-master #cardfront .st8 {
    font-size: 24px;
}

.credit-master #cardfront .st9 {
    font-size: 36.5498px;
}

.credit-master #cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

.credit-master #cardfront .st11 {
    font-size: 16.1716px;
}

.credit-master #cardfront .st12 {
    fill: #4c4c4c;
}

.credit-master #cardback .st0 {
    fill: none;
    stroke: #0f0f0f;
    stroke-miterlimit: 10;
}

.credit-master #cardback .st2 {
    fill: #111;
}

.credit-master #cardback .st3 {
    fill: #f2f2f2;
}

.credit-master #cardback .st4 {
    fill: #d8d2db;
}

.credit-master #cardback .st5 {
    fill: #c4c4c4;
}

.credit-master #cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

.credit-master #cardback .st7 {
    font-size: 27px;
}

.credit-master #cardback .st8 {
    opacity: .6;
}

.credit-master #cardback .st9 {
    fill: #fff;
}

.credit-master #cardback .st10 {
    font-size: 24px;
}

.credit-master #cardback .st11 {
    fill: #eaeaea;
}

.credit-master #cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

.credit-master #cardback .st13 {
    font-size: 37.769px;
}

.credit-master .container {
    perspective: 1000px;
}

.credit-master .creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform .6s;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    cursor: pointer;
    position: relative;
    height: 275px;
}

.credit-master .creditcard .front,
.credit-master .creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

.credit-master .creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.credit-master .creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.start-order{
    background-color: #fff;
    padding: 0;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgb(0 153 204 / 20%);
}
.prices{
    background-color: #6c757d;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 5px;
    border-radius: 5px 5px 0px 0;
}
.big-text{
    /* color: #09c; */
    font-weight: 600;
    font-size: 1.1rem;
    transform: scale(1, 1.5);
    display: inline-block;
}
.title-barc{
    font-size: 0.9rem;
    /* color: #09c */
}
.list-group.steps-list .step-item {
    justify-content: center;
}
/* =--------------------
    code for right box
    -------------------
*/
.start-order .text-muted{
    font-size: 0.9em;
}
.start-order .text-muted ul{
    list-style: disc;
    padding: 0px;
    padding-left: 16px;
    margin-bottom: 0px;
}
.start-order .text-muted .time-text {
    font-size: 24.5px;
}
.start-order .text-muted .big-text.time{
    color: red;
    font-size: 28px;
}
.step1Form{
    max-width: 880px;
}
.step1Form #country{
    width: 445px;
    padding: 10px 5px;
    border-radius: 0;
    border: 2px solid darkgray;
    max-width: 100%;
}
.step1Form #doc_num{
    width: 445px;
    padding: 5px 5px;
    font-size: 1.5em;
    border-radius: 0;
    border: 2px solid darkgray;
    max-width: 100%;
}
.step1Form section > .col-md-6.last-col{
    max-width: 340px;
}
.start-order .text-muted .calc-fee, .step1Form .start-order .text-muted .calc-fee{
    line-height: 0.7;
    margin-bottom: 20px;
    margin-top: 10px;
    width: fit-content;
}
.start-order .text-muted .calc-fee .service-fee, .step1Form  .calc-fee .service-fee{
    font-size: 36px;
    font-weight: 600;
}
.start-order .text-muted .calc-fee .fee-number, .step1Form  .calc-fee .fee-number{
    font-size: 30px;
}
.start-order .text-muted .calc-fee .us-fee .fee-number{
    margin-left: 7px;
}

.start-order .text-muted .calc-fee .us-fee, .step1Form  .calc-fee .us-fee{
    border-bottom: 2px solid;
    margin-bottom: 19px;
    padding-bottom: 18px;
    width: calc(100% + 50px);
}
.start-order .text-muted .calc-fee .us-fee, .step1Form .calc-fee .us-fee{
    border-bottom: 2px solid;
    margin-bottom: 19px;
    padding-bottom: 18px;
    width: calc(100% + 50px);
}
.start-order .text-muted .calc-fee .us-fee .plus-sign, .step1Form .calc-fee .us-fee .plus-sign{
    font-size: 40px;
    text-align: right;
    display: block;
}
.start-order .text-muted .calc-fee .us-fee .us-dept, .step1Form .calc-fee .us-fee .us-dept{
    font-weight: 600;
    transform: scale(1, 1.5);
    display: inline-block;
}
.start-order .text-muted .calc-fee .the-total > span:first-of-type, .step1Form .calc-fee .the-total {
    font-size: 34px;
    color: #6c757d;
    font-weight: 600;
    display: inline-block;
    margin-left: 120px;
}
.start-order .text-muted .calc-fee .the-total > span:nth-of-type(2) , .step1Form .calc-fee .the-total > span:nth-of-type(2){
    font-size: 30px;
    font-weight: 600;
    transform: scale(1, 1.5);
    display: inline-block;
}
.step1Form .calc-fee{
    display: none;
    color: #6c757d;
    width: 415px;
    line-height: 0.7;
    margin: 20px 0;
    text-align: right;
}
.step1Form .calc-fee .us-fee div{
    margin-right: 50px;
}
.imgs-holder{
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    width: 240px;
}
.imgs-holder .img-container{
    width: 225px;
    /* height: 310px; */
    border: 2px solid darkgray;
}
.imgs-holder span.d-block {
    margin-top: 10px;
    font-size: larger;
    color: #02688b;
}
.contain-text{
    font-size: 30px;
    color: #02688b;
    font-weight: 600;
    animation: border 1s infinite;
}
.step-1-section{
    background-image: url("/assets/images/bg-1.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.question{
    font-size: 21px;
    max-width: 735px;
    border-radius:  5px;
    background-color: #fff;
    margin-top: 105px;
}
.question button{
    width: 280px;
    padding: 10px 5px;
    border-radius: 5px;
    font-weight: 500;
}

.modal-question, .modal-question-legali{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0, 0.2);
    z-index: 9999999999999;
}

.submit{
    position: relative;
}
.submit-box{
    position: relative;
}
.submit-div{
    display: block;

    text-align: center;
    background-color: #6c757d79;
    border: 3px #6c757d;
    border-style: dashed;
    color: #6c757d;
    border-radius: 20px;
}
.upload-content{
    min-height: 260px;
    padding: 100px 25px;
}

.submit-div i{
    font-size: 2em;
}
.submit-input{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: transparent;
    outline: unset;
    border: none;
    z-index: 555555555;
    opacity: 0;
    cursor: pointer;
}
.pdf-img, .pdf-img-2{
    /* height: 155px; */
    width: 102px;
    position: absolute;
    top: -169px;
    display: block;
    box-shadow: 1px 1px 8px;
    background-color: #fff;
    right: 35%;
    animation: moveUpDown 4s linear infinite;
    z-index: 2;
}
.pdf-img img, .pdf-img-2 img{
    width: 100%;
}
.submit-box-for-show .upload-div .total.inputs-container-step1{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    opacity: 0;
}
.submit-box-for-show .upload-div .total.inputs-container-step1 .upload{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
}
.submit-box-for-show .upload-div .total.inputs-container-step1 .upload .upload-input{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
}
.submit-box-for-show .click-here{
    display: none;
}
.submit-box-for-show .upload-text {
    width: 100%;
    display: inline-block;
    background-color: #02688b;
    color: #fff;
    padding: 7px;
    border-radius: 18px 18px 0 0;
}
.uploadedNames{
    position: absolute;
    bottom: 13px;
    width: 100%;
    font-size: 1.2em;
    overflow: hidden;
}
.uploadedNames tr td{
    min-width: 15px;
}
.step-inside-pages .steps-list .step-item.right {
    flex-direction: column;
    width: 100%;
}
.step-inside-pages .steps-list .step-item .data{
    text-align: center;
    max-width: fit-content;
}
.step-inside-pages .steps-list .step-item .data .title {
    font-size: 2.5rem;
}
.step-inside-pages .steps-list .step-item .step-info .line {
    width: 137px;
    margin: 15px 0;
}
.step-inside-pages .steps-list .step-item .data .heading{
    font-size: 1.75rem;
}
.step-inside-pages .steps-list .step-item .step-graph {
    width: 87%;
    position: relative;
}
.step-inside-pages .steps-list .step-item .step-graph:before {
    content: '';
    width: 96%;
    height: 480px;
}
.step-inside-pages .steps-list .step-item .step-graph .step1-img {
    width: 82%;
    transform: translate(9%, 5%);
}
.step-inside-pages .steps-list .step-item .step-graph .doc.doc1{
    width: 70%;
    transform: translate(9%, 5%);
}
.step-inside-pages .steps-list .step-item .step-graph .doc.doc2{
    width: 70%;
    transform: translate(20%, 15%);;
}
.shipping-form{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 5px #0000005c;
}
.step-inside-pages .steps-list .step-item .step-graph .step3-img {
    width: 92%;
    transform: translate(3%, 9%);
}
.step-inside-pages .steps-list .step-item .step-graph .step4-img {
    width: 82%;
    transform: unset;
}
.payment-form{
    max-width: 900px;
    font-size: 1.2rem;
    margin-top: 31px;
}
.badge.bg-primary{
    font-size: 1.3rem;
}
#loaderstep1 {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 2.3rem;
    text-align: center;
    padding-top: 20%;
}

#loaderstep1 span {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.modal-question-2{
    position: fixed;
    width: 100%;
    background-color: #f8f9fa;
    top: 0;
    height: 100vh;
    /* padding: 34px; */
    z-index: 9999;
}
.for-the-img{
    margin: 6% auto;
}
.img-place{
    position: relative;
    max-width: fit-content;    
}
.img-place img{
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.img-place .arrow-for-img{
    position: absolute;
    right: -58px;
    font-size: 122px;
    transform: scale(2, 1);
    top: 34%;
    color: red;
}
.img-btns{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-btns button{
    width: 300px;
    /* margin: 20px auto; */
}
.img-btns button:first-of-type{
    transform: translate(0px, -140px);
}
.img-btns button:last-of-type{
    margin-top: -85px;
}
.img-btns p{
    transform: translate(0px, -150px);
    font-size: 20px;
}
.shipping-form input[type="radio"], .shipping-form input[type="checkbox"] {
    width: 26px;
    height: 26px;
}
.form-modal{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .2);
    z-index: 9999999999999999999999;
    left: 0;
}
.form-modal .inputs-list{
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 10% auto;
    background: #fff;
    border-radius: 6px;
}
.form-modal .inputs-list h4{
    color: #0099cc;
    padding-bottom: 10px;
    border-bottom: #0099cc 2px solid;
}
@media screen and (min-width: 2000px) {
    .step-inside-pages .steps-list .step-item .data .title{
        font-size: 2rem;
    }
    .main-images{
        width: 63%;
    }
    .start-order{
        width: 37%;
    }
    /* .step-inside-pages .steps-list .step-item .step-graph {
        width: 200px;
        height: 200px;
    }
    .step-inside-pages .steps-list .step-item .step-graph:before {
        content: '';
        width: 180px;
        height: 180px;
    }
    .step-inside-pages .steps-list .step-item .step-graph .step1-img {
        width: 157px;
    } */
}
@media screen and (min-width: 2265px) {
    .navbar {
        max-width: 100%;
    }
    .navbar-brand{
        text-align: center;
    }
    .collapse.navbar-collapse{
        justify-content: end;
        margin-right: 10%;
    }
    .collapse.navbar-collapse ul li a {
        font-size: 1.4em;
    }

    /* .step-inside-pages .steps-list .step-item .step-info .line{
        width: 80px;
    }
    .step-inside-pages .steps-list .step-item.color-1 .data .title{
        font-size: 2rem;
    }
    .step-inside-pages .steps-list .step-item .step-graph {
        width: 250px;
        height: 250px;
    }
    .step-inside-pages .steps-list .step-item .step-graph .step1-img{
        width: 210px;
    }
    .step-inside-pages .steps-list .step-item .step-graph:before {
        content: '';
        width: 230px;
        height: 230px;
    } */
}

@media screen and (max-width: 2025px) {
    .start-order .text-muted .time-text {
        font-size: 20px; 
    }
    .start-order .text-muted .big-text.time{
        font-size: 22px;
    }
    .prices h1{
        font-size: 30px;
    }
    .step-intro .container .large-row .col-lg-8.main-images{
        width: 49%;
    }
    .step-intro .container .large-row .col-lg-4.start-order{
        width: 50%;
    }
}

@media screen and (max-width: 1850px){

    .start-order .text-muted .calc-fee .service-fee{
        font-size: 30px;
    }
    .start-order .text-muted .calc-fee .fee-number {
        font-size: 25px;
    }
    .start-order .text-muted .calc-fee .the-total > span:nth-of-type(2) {
        font-size: 25px;
    }
}
@media screen and (max-width: 1650px){
    .main-images .data{
        max-width: unset !important;
        width: unset !important;
    }
}
@media screen and (max-width: 1550px){
    #upldocDiv header.step-header{
        width: 100%;;
    }
    #upldocDiv header.step-header .steps-list{
        width: 600px;
        margin: unset;
    }
    #upldocDiv header.step-header .steps-list .step-item{
        flex-direction: row-reverse;
    }
    #upldocDiv .steps-list .step-item .step-info .line{
        /* display: none; */
    }
    #upldocDiv .steps-list .step-item .step-graph {
        width: 40%;
        position: relative;
        margin-right: 5px;
    }
    #upldocDiv .step1Form{
        width: 100%;
    }
    .step-1-section p.position-absolute {
        margin-left: 200px;
    }
}
@media screen and (max-width: 1200px){
    .step-intro .container{
        max-width: 100%;
    }
    .step-1-section p.position-absolute {
        display: none;
    }
    .step-inside-pages header.step-header{
        width: 100%;;
    }
    .step-inside-pages header.step-header div.steps-list, #upldocDiv header.step-header div.steps-list{
        width: 400px ;
    }
    #ordrfrmDiv header.step-header .steps-list {
        width: 500px ;
    }
    .step-inside-pages header.step-header .steps-list .step-item{
        flex-direction: row-reverse;
    }
    .step-inside-pages .steps-list .step-item .step-info .line{
        display: none;
    }
    .step-inside-pages .steps-list .step-item .step-graph {
        width: 40%;
        position: relative;
        margin-right: 5px;
    }
    .step-1-section.payment .payment-form{
        width: 98%;
    }
    #upldocDiv  .col-md-2{
        display: none;
    }
    #ordrfrmDiv .steps-list .step-item.right .step-info{
        margin-left: 5px;
    }
    .order-form-form{
        width: 100%;
    }
    .signature-page .steps-list .step-item .step-info .data{
        margin-left: 50px;
    }
}
@media screen and (max-width: 1040px){
    .start-order .text-muted .time-text {
        font-size: 20px;
    }
    .start-order .text-muted .big-text.time {
        font-size: 22px;
    }
}
@media screen and (max-width: 980px){
    .step-intro .container .large-row .col-lg-8.main-images{
        width: 80%;
        margin: 20px auto;
    }
    .step-intro .container .large-row .col-lg-4.start-order{
        width: 80%;
        margin: 20px auto;
    }
    .step-intro .container .row{
        flex-direction: column-reverse;
    }
    #doc_num{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 850px){
    .payment-form  .row  .form-col{
        width: 100%;
    } 
    .payment-form  .row  .card-col{
       display: none;
    } 
    /* input#name {
        max-width: 100%;
    } */
    input#num {
        max-width: 100%;
    }
    .payment-form .fit-content{
        min-width: fit-content;
    }
    .main-images .data{
        max-width: 150px !important;
    }
    .modal-question button{
        margin: 10px;
    }
    .main-images .steps-list .step-item:nth-child(2) {
        margin-top: -40px;
    }
    .main-images .steps-list .step-item:nth-child(3) {
        margin-top: -39px;
    }
    .main-images .steps-list .step-item:nth-child(4) {
        margin-top: -39px;
    }

}
@media screen and (max-width: 776px){
    /* .ships-fedex{
        display: none !important;
    } */
    #content_user_2 .main_card .ships .date{
        width: 90px;
    }
    #content_user_2 .main_card .ships .date p{
        font-size: 30px !important;
    }
}
@media screen and (max-width: 500px){
    .step-intro .container .large-row .col-lg-8.main-images{
        width: 95%;
        margin: 20px auto;
    }
    .step-intro .container .large-row .col-lg-4.start-order{
        width: 95%;
        margin: 20px auto;
    }
    .start-order .text-muted .calc-fee .service-fee {
        font-size: 25px;
    }
    .start-order .text-muted .calc-fee .the-total > span:first-of-type{
        margin-left: 40px;
    }
    .start-order .text-muted .calc-fee .fee-number {
        font-size: 25px;
    }
    input#cvv {
        max-width: 100%;
    }
    .step-inside-pages .step-header {
        display: none;
    }
    .step1Form .calc-fee{
        width: 300px;
    }
    .step1Form .calc-fee .service-fee {
        font-size: 20px;
    }
    .step1Form .calc-fee .fee-number {
        font-size: 15px;
    }
    .step1Form .calc-fee .us-fee{
        width: calc(100% + 40px);
    }
    .step1Form .calc-fee .us-fee .us-dept{
        font-size: 0.8rem !important;
    }
    .step1Form .calc-fee .the-total{
        font-size: 20px;
    }
    .step1Form .calc-fee .the-total > span:nth-of-type(2){
        font-size: 15px;
    }
}

@media screen and (max-height: 922px) {
    .btn-outline-primary.click-start{
        font-size: 30px;
    }
    .start-order .text-muted .calc-fee .service-fee{
        font-size: 30px;
    }
    .start-order .text-muted .calc-fee .us-fee .plus-sign {
        font-size: 32px;
        text-align: right;
        display: block;
    }
    .start-order .prices h1{
        font-size: 30px;
    }
    .start-order .text-muted .calc-fee .fee-number {
        font-size: 25px;
    }
    .start-order .text-muted .calc-fee .the-total > span:first-of-type {
        font-size: 29px;
    }
    .start-order .text-muted .calc-fee .the-total > span:nth-of-type(2) {
        font-size: 26px;
    }
    .start-order .text-muted {
        font-size: 0.8em;
    }
}
@media screen and (max-height: 810px) {
    .start-order .text-muted {
        font-size: 0.7em;
    }
}

@keyframes border {
    0%{
        border: none;
    }
    100%{
        border-right: 2px solid #02688b
    }
}


@keyframes moveUpDown {
    0% { top: -60px;; }
    100% { top: 50px; }
}
