:root {
    --themPrimary: #00aeef;
    --iconBgBlue: #e4f8ff;
    --themSecondary: #f9fdff;
    --themPrimary3: #ccc;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: "gilroy-bolduploaded_file";
    src: url("../fonts/gilroy-bold.woff2") format("woff2"),
        url("../fonts/gilroy-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gilroy-mediumuploaded_file";
    src: url("../fonts/gilroy-medium.woff2") format("woff2"),
        url("../fonts/gilroy-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gilroy-semibolduploaded_file";
    src: url("../fonts/gilroy-semibold.woff2") format("woff2"),
        url("../fonts/gilroy-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #000000;
    font-family: "gilroy-mediumuploaded_file";
}

a {
    color: var(--themPrimary);
    transition: 0.5s;
}
/* .toastify.on {
    color: red;
} */
.frm-inr .form-control:focus {
    box-shadow: none !important;
}
a:hover,
a:active {
    /* color: var(--themPrimary); */
    outline: none;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gilroy-bolduploaded_file";
    margin: 0 0 20px 0;
    padding: 0;
}
.small-padding {
    padding-left: 35px !important;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: var(--themPrimary);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid var(--themPrimary);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header_area {
    padding: 30px 0;
}
.navigation {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-family: inherit;
    background-color: #fff;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    line-height: 70px;
    padding: 0;
    color: #000;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #000;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo > img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000, 0 1em 0 0 #000;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #000;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    padding: 10px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: color 0.3s, background 0.3s;
    letter-spacing: 0.01em;
    font-family: "gilroy-semibolduploaded_file";
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.focus > a {
    color: var(--themPrimary);
}
.nav-menu > li.active > a {
    position: relative;
}
.nav-menu > li.active > a::after {
    background: #00aeef;
    width: 25px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    position: relative;
    top: 1px;
    display: block;
    border-top: 0.3em solid var(--themPrimary);
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-top: 0.3em solid var(--themPrimary);
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btn-box {
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #000;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: var(--themPrimary);
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #000;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #000;
    background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: var(--themPrimary);
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent var(--themPrimary) var(--themPrimary) transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 30px 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-bottom: solid 1px var(--themPrimary3);
    background-color: #fff;
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #000;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #000;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list > li > a:hover {
    background-color: var(--themPrimary);
    color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu > li > a {
    color: #000;
}

.nav-dropdown > li > a {
    color: #000;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
    font-family: "gilroy-semibolduploaded_file";
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: var(--themPrimary);
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

.fill-color1 {
    stroke: var(--themPrimary);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%;
    }
}

.btn-apply {
    border-radius: 50px;
    background: var(--themPrimary);
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-family: "gilroy-bolduploaded_file";
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.btn-apply:hover {
    background-color: var(--iconBgBlue);
    color: var(--themPrimary);
}

.login-btn {
    position: relative;
    margin-left:5px;
}
.login-btn .btn {
    border-radius: 50px;
    padding: 9px 15px;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 14px;
}
.login-btn .btn::after {
    border-top-color: var(--themPrimary) !important;
}

.header_area .nav-brand {
    display: flex;
    align-items: center;
}
.header_area .nav-brand img{
    width: 150px;
}


.simbol {
    background-color: var(--themPrimary);
    width: 55px;
    height: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    position: relative;
    border-radius: 50%;
    margin-right: 20px;
}
.header_area .nav-brand span {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: var(--themPrimary);
}

.header_area .dropdown-menu {
    border-radius: 20px;
    border: 1px solid var(--themPrimary3);
    overflow: hidden;
}
.header_area .dropdown-menu li a {
    font-size: 14px;
    font-family: "gilroy-semibolduploaded_file";
    color: #000;
    line-height: 34px;
}

.bnrsec {
    padding: 100px 0 120px;
    text-align: center;
    background: url(../img/map-bg.png) no-repeat center;
    background-size: contain;
}
.round-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.bnrsec a img {
    position: relative;
    margin-bottom: 15px;
}
.bnrsec h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    font-family: "gilroy-semibolduploaded_file";
    letter-spacing: 0.22em;
}
.bnrsec h1 {
    font-weight: bold;
    font-family: "gilroy-bolduploaded_file";
    font-size:54px;
}
.bnrsec h1 span {
    color: var(--themPrimary);
    position: relative;
}
.bnrsec h1 span sub::before{
    position: absolute;
    left: 8px;
    width: 1.5px;
    top: 0%;
    margin-top: -13px;
    height: 24px;
    background: #ff2525;
    content: "";
    transform: rotate(60deg);
}
.bnrsec h1 span sub{
    position: absolute;
    top: 53%;
    left: -16px;
    color: #95DEF9;
    font-size:34px;
}
.day-pro{
   box-shadow: 0 0 10px #a1d9ed;
   border: 1px dashed var(--themPrimary);
    display: inline-block;
    padding: 5px 15px;
    font-weight: bold;
    background: #fff;
    border-radius: 0 10px;
}


.bnrsec p {
    margin-bottom: 20px;
    letter-spacing: 0.02em;
    font-size: 16px;
}

.saf {
    padding: 0 0 50px 0;
}
.saf h2 {
    font-size: 36px;
    font-weight: bold;
}
.saf p {
    color: #5a6179;
    letter-spacing: 0.01em;
}
.general-bx {
    overflow: auto;
    max-height: 480px;
}
.general-bx .inside-bx {
    border: 1px solid var(--themPrimary3);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}
.general-bx .inside-bx h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
.general-bx .inside-bx h3 a {
    text-decoration: none !important;
}
.general-bx .inside-bx h3 a i {
    /* width: 20px;
  height: 20px; */
    border-radius: 50%;
    /* border: 1px solid var(--themPrimary); */
    position: relative;
    margin-left: 5px;
    /* color: var(--themPrimary); */
    /* font-size: 14px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tooltip1 {
    position: relative;
    display: inline-block;
}

.tooltip1 .tooltiptext {
    display: none;
    width: 260px;
    background-color: #fff;
    color: #000 !important;
    text-align: left;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    border: 1px solid var(--themPrimary3);
    z-index: 1;
    font-size: 12px;
    font-weight: inherit !important;
    line-height: 17px;
    top: -21px !important;
    left: 20px;
    font-family: "gilroy-semibolduploaded_file";
    letter-spacing: initial;
    text-transform: initial !important;
}
.tooltip1 .tooltiptext i {
    font-style: initial !important;
    color: #00aeef;
}
.tooltip1:hover .tooltiptext {
    display: inline-block;
}

.inside-bx h6 {
    font-family: "gilroy-semibolduploaded_file";
    font-size: 14px;
    color: var(--themPrimary3);
    letter-spacing: 0.01em;
}
.inside-bx h6 span {
    position: relative;
    top: -5px;
}
.inside-bx h6 strong {
    color: var(--themPrimary);
}

.border-btn {
    border: 1px solid var(--themPrimary);
    border-radius: 50px;
    padding: 12px 25px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: transparent;
}
.border-btn:hover {
    background-color: var(--iconBgBlue);
    color: var(--themPrimary);
}

.right-position {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 34px !important;
    font-weight: bold;
    color: var(--themPrimary) !important;
}

.general-bx::-webkit-scrollbar {
    display: none;
}
.general-bx::-moz-scrollbar {
    display: none;
}

.figure-out::-webkit-scrollbar {
    display: none;
}
.figure-out::-moz-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: var(--themPrimary3);
}

::-webkit-scrollbar-thumb {
    background: var(--themPrimary);
}
::-moz-scrollbar {
    width: 5px;
    height: 8px;
    background-color: var(--themPrimary3);
}

::-moz-scrollbar-thumb {
    background: var(--themPrimary);
}

.rc-doc {
    background: var(--themSecondary);
    padding: 60px 0;
    text-align: center;
}
.rc-doc h2 {
    color: #000;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
}
.rc-doc p {
    font-size: 16px;
    line-height: 20px;
    color: #5a6179;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
}

.drop-section {
    text-align: left;
}
.drop-section .col-sm-7 {
    position: relative;
}
/* .drop-section .col-sm-7::after {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(0deg);
    right: 15px;
    content: "";
} */

.drop-section .col-sm-8 {
    position: relative;
}
/* .drop-section .col-sm-8::after {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(0deg);
    right: 15px;
    content: "";
} */

.drop-section .col4 {
    position: relative;
}
/* .drop-section .col4::after {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(0deg);
    right: 15px;
    content: "";
} */

.drop-section .col-sm-6 {
    position: relative;
}
/* .drop-section .col-sm-6::after {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(0deg);
    right: 15px;
    content: "";
} */
.drop-section .form-control {
    position: relative;
    border: none;
    border-bottom: 1px solid var(--themPrimary3);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    padding-left: 0;
    background: transparent;
}
.drop-section .form-control:focus {
    outline: none;
    box-shadow: none;
}

.icon-flex {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.icon-flex span {
    border-radius: 15px;
    width: 88px;
    height: 88px;
    background: #fff;
    border: 1px solid var(--themPrimary3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.translation {
    padding: 100px 0;
    text-align: center;
}
.translation h2 {
    color: #000;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
}
.translation p {
    font-size: 16px;
    line-height: 20px;
    color: #5a6179;
    margin-bottom: 0;
    letter-spacing: 0.01em;
}
.application-pro {
    background-color: var(--themSecondary);
    padding: 100px 0;
}
.application-pro h2 {
    font-size: 36px;
    font-weight: bold;
}
.application-pro p {
    color: #5a6179;
    letter-spacing: 0.01em;
}
.pt-100 {
    padding-top: 100px;
}
.pr-150 {
    padding-right: 150px;
}
.btn-apply-text {
    color: var(--themPrimary);
    font-family: "gilroy-bolduploaded_file";
    /* background: url(../img/ar-rt.svg) no-repeat right;
  padding-right: 20px; */
    position: relative;
}

.getEv {
    padding: 100px 0;
    background-color: var(--themSecondary);
}
.mr-0 {
    margin-right: 0;
}
.getEv .simbol {
    display: inline-flex;
    width: 80px;
    height: 80px;
    font-size: 40px;
    padding-top: 10px;
}
.getEv h2 {
    font-weight: bold;
    font-size: 36px;
}
.getEv p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.white-box {
    background: #fff;
    padding: 100px 0;
}
.white-box h2 {
    text-align: left;
}
.mb-20 {
    margin-bottom: 20px;
}
.year-exp {
    justify-content: flex-start !important;
}
.year-exp .span40 {
    font-size: 11px !important;
    text-align: left;
}
.year-exp .span5 {
    font-size: 11px !important;
    text-align: right;
}
.year-exp .span5 strong {
    font-size: 80px !important;
    font-family: "gilroy-bolduploaded_file";
}
.year-exp.years-flex img {
    width: 80px;
    margin-right: -22px;
    top: 21px;
}
.year-exp .span40 strong {
    font-size: 80px !important;
    font-family: "gilroy-bolduploaded_file";
}

.megha {
    display: flex;
}
.width50 {
    width: 50%;
}

.mnu-flex {
    display: flex;
}

.content-mnu h3 {
    font-family: "gilroy-bolduploaded_file";
    font-size: 18px;
    line-height: 150%;
    color: var(--themPrimary);
}
.content-mnu p {
    font-size: 14px;
    line-height: 150%;
    color: #5a6179;
    font-family: "gilroy-mediumuploaded_file";
    letter-spacing: 0.01em;
}
.mnu-text h4 {
    font-size: 14px;
    line-height: 150%;
    color: #5a6179;
}
.mnu-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mnu-text ul li {
    margin-bottom: 10px;
}

.mnu-text ul li a {
    color: #000;
    font-family: "gilroy-semibolduploaded_file";
}
.mnu-text ul li a:hover {
    color: var(--themPrimary);
}
.width60 {
    width: 60%;
}
.width40 {
    width: 40%;
}
.devider-line {
    border-right: 1px solid var(--themPrimary3);
}
.pnl-mnu {
    width: 50%;
}
.pnl-mnu h5 {
    font-size: 14px;
    margin-bottom: 5px;
}
.pnl-mnu h5 a {
    color: #000;
}

.pnl-mnu p {
    font-family: "gilroy-mediumuploaded_file";
    color: #5a6179;
    margin-bottom: 15px;
}

.number {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #aae2f6;
    font-family: "gilroy-bolduploaded_file";
    margin-bottom: 10px;
}
.application-pro h4 {
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    font-family: "gilroy-bolduploaded_file";
}

.right-one {
    position: relative;
}
.right-one::after {
    position: absolute;
    right: -5px;
    top: 15px;
    background: url(../img/ar-right.png) no-repeat;
    width: 230px;
    height: 13px;
    content: "";
    background-size: contain;
}

.left-one {
    position: relative;
}
.left-one::after {
    position: absolute;
    right: -5px;
    top: 15px;
    background: url(../img/ar-left.png) no-repeat;
    width: 222px;
    height: 13px;
    content: "";
    background-size: contain;
}
.u-one {
    position: relative;
}
.u-one::after {
    width: 154px;
    height: 189px;
    position: absolute;
    right: 64px;
    top: 20px;
    content: "";
    background: url(../img/ar-u.png) no-repeat;
    background-size: contain;
}

.flex-media {
    display: flex;
}
.general-bx p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
word-break: break-word;
    color: #5a6179;
}
.general-bx h5 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #000000;
    font-family: "gilroy-bolduploaded_file";
}
.thum-img {
    margin-bottom: 10px;
    width: 100px;
    text-align: center;
}
.thum-img img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
}

.general-bx span {
    font-size: 14px;
    line-height: 150%;
    color: #5a6179;
}
.general-bx span img {
    width: 12px;
}
.min-height {
    height: auto;
    overflow: inherit;
    max-height: inherit;
}
.p-100 {
    padding: 100px 0;
}

.arw-rtt {
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--themPrimary);
    position: absolute;
    right: -15px;
    top: 6px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.section-bg {
    padding: 50px 0;
    font-size: 14px;
    background: #fff;
}

.section-bg h3 {
    font-size: 14px;
    line-height: 150%;
    font-family: "gilroy-semibolduploaded_file";
    color: #000000;
}
.nav-brand2 {
    display: flex;
    align-items: center;
    line-height: 70px;
    padding: 0;
    color: #000;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand2 img{
    width: 130px;
}


.nav-brand2 span {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #000;
}

.section-bg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-bg ul li {
    margin-bottom: 10px;
}

.section-bg ul li a {
    color: #5a6179;
    font-size: 12px;
}
.section-bg ul li a:hover {
    text-decoration: underline;
    color: var(--themPrimary);
}
.ftrbtm {
    background: #000000;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    line-height: 200%;
    color: #666;
}
.ftrbtm a {
    margin: 0 5px;
    display: inline-block;
    color: #666;
}
.ftrbtm a:hover {
    color: #fff;
}

.mobile-block {
    display: none;
}

.inner-styel {
    padding: 60px 0;
}

.inner-styel h2 {
    font-size: 36px;
    font-weight: bold;
}
.inner-styel p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.inner-styel li {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.startyourapp {
    padding: 100px 0;
    background-color: var(--themSecondary);
}

/*---- sign-up page ---*/

.display-full {
    height: 100vh;
    display: flex;
    justify-content: space-between;
}
.blue-container {
    background: var(--themPrimary) url(../img/map.png) no-repeat right bottom
        50px;
    width: 40%;
    padding: 85px 85px 85px 85px;
    height: 100%;
    background-size: 87% 397px;
}
.nav-brand3 {
    display: flex;
    align-items: center;
    line-height: 70px;
    padding: 0;
    color: #000;
    font-size: 24px;
    text-decoration: none !important;
    margin-bottom: 40px;
}

.nav-brand3 img{
    width: 180px;
}



.nav-brand3 .simbol {
    background: #ffffff;
    width: 55px;
    height: 55px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: var(--themPrimary);
    font-size: 24px;
    position: relative;
    border-radius: 50%;
    margin-right: 20px;
}
.nav-brand3 span {
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
}
.blue-container h2 {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
}

.getStart {
    width: 60%;
    padding: 30px 85px;
    height: 100%;
    overflow: auto;
}
.back-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.back-home {
    position: relative;
    padding-left: 20px;
    color: #000000;
}
.back-home:hover {
    color: var(--themPrimary);
}

.arw-rtt2 {
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid var(--themPrimary);
    position: absolute;
    left: 0;
    top: 6px;
}
.border-btn2 {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 12px 25px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: transparent;
}
.getStart h2 {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 50px;
}
.frm-inr {
    max-height: 600px;
    overflow: auto;
    width: 60%;
}
.frm-inr::-webkit-scrollbar {
    display: none;
}
.frm-inr::-moz-scrollbar {
    display: none;
}

.frm-inr .form-group label {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #6a7d8d;
}
.frm-inr .form-group label sup {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #ff2525;
    position: relative;
    top: 3px;
}
.frm-inr .form-control {
    border: none;
    border-bottom: 1px solid #b7ccd3;
    border-radius: 0;
    padding: 15px 0;
    height: auto;
    box-shadow: none;
    outline: none !important;
}
.frm-inr .btn-submit {
    align-items: center;
    justify-content: center;
    display: flex;
}
.btn-submit {
    padding: 13px 30px;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: var(--themPrimary);
    border-radius: 50px;
    border: none;
    color: #ffffff;
    font-size: 16px;
}
.btn-submit:focus {
    outline: none;
    box-shadow: none;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 24px;
    height: 24px;
    background: white;
    border: 2px solid #e3e3e5;
    border-radius: 5px;
}
.styled-checkbox:hover + label:before {
    background: var(--themPrimary);
}
/* .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
} */
.styled-checkbox:checked + label:before {
    background: var(--themPrimary);
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
    margin-bottom: 0;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white,
        4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}










.f-pass {
    color: var(--themPrimary);
}

.d-flex-2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flex-gp {
    display: flex;
    justify-content: center;
}
.flex-gp ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.flex-gp ul li {
    display: inline-block;
}

.animated-frame img {
    width: 100%;
    position: relative;
    z-index: -1;
}

#pagination-demo {
    display: inline-block;
    margin-bottom: 1.75em;
}
#pagination-demo li {
    display: inline-block;
}
#pagination-demo li a {
    color: #333;
}
#pagination-demo li.active a {
    color: #fff;
    background: #00aeef !important;
    border: none;
}

.needAnEv {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 320px;
    transition: transform 0.2s;
}

.needAnEv:hover {
    transform: scale(1.1);
    border: 1px solid var(--themPrimary);
}

.svg-path-box {
    width: 48px;
    height: 48px;
    background: var(--iconBgBlue);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
}
.svg-path-box svg {
    width: auto;
    height: auto;
}
.text-Ev {
    width: 70%;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;

    color: #000000;
}

.text-Ev .tooltip1 .tooltiptext {
    top: -77px !important;
    left: 50% !important;
    bottom: initial;
}

.arrow-ar {
    position: relative;
    top: 3px;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(-90deg);
}
.container-flex {
    max-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-max70 {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
}
.years-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    margin: 0 auto 80px auto;
    max-width: 504px;
}
.years-flex img {
    position: relative;
    margin-right: -55px;
    margin-left: 15px;
    width: 150px;
}
.span40 {
    font-weight: bold;
    font-size: 20.6257px;
    line-height: 25px;
    color: #000;
    position: relative;
    bottom: 0;
    text-align: left;
}
.span40 strong {
    font-size: 150px;
    font-weight: bold;
    color: #000;
}
.span5 {
    font-weight: bold;
    font-size: 20.6257px;
    line-height: 25px;
    color: var(--themPrimary);
    text-align: right;
    bottom: 0;
    position: relative;
}
.span5 strong {
    font-size: 150px;
    font-weight: bold;
    color: var(--themPrimary);
}

.gpa-box {
    padding: 0 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.gpa-box .w-50 {
    width: 50% !important;
}
.rel-ttop {
    position: relative;
    margin: 0 25px;
}

.rel-ttop.radius-bdr {
    display: none;
}
.rel-ttop:hover .radius-bdr {
    border: 1px solid #dae2ff;
    position: absolute;
    left: -8px;
    right: 10px;
    top: 8px;
    bottom: -8px;
    border-radius: 20px;
    display: block;
    z-index: -1;
    display: block;
    background: #fff;
}
.rel-ttop:hover .radius-bdr::before {
    border: 1px solid #dae2ff;
    position: absolute;
    left: -8px;
    right: 10px;
    top: 8px;
    bottom: -8px;
    border-radius: 20px;
    display: block;
    z-index: -2;
    display: block;
    content: "";
}

.rel-ttop:hover {
    transform: scale(1.1);
}

.calculate {
    background: #ffffff;
    border: 1px solid #dae2ff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
    text-align: left;

    transition: transform 0.2s;
    position: relative;
    cursor: pointer;
}

.calculate h3 {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}
.calculate h3 a {
    color: #000000;
}
.arrow-ar2 {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.3em solid var(--themPrimary);
    border-right: 0.2em solid transparent;
    border-bottom: 0;
    border-left: 0.2em solid transparent;
    transform: rotate(-90deg);
    right: 0;
}
.calculate p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    color: #5a6179;
}

.width70 {
    width: 70%;
}
.width55 {
    width: 50%;
}
.width20 {
    width: 20%;
}

.width30 {
    width: 30%;
}

.width25 {
    width: 25%;
}
.higher-education {
    padding: 80px 0;
}
.higher-education h2 {
    font-size: 36px;
    font-weight: bold;
}
.higher-education p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.flex-start {
    justify-content: flex-start !important;
}

/* .follow-box{
      overflow: auto;
    max-height: 480px;
} */
.center-justyfi {
    justify-content: center;
}
.center-justyfi .pnl-mnu {
    width: 30%;
}
.figure-out {
    overflow: auto;
    max-height: 480px;
}
.plr-all {
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
}
.figure-out h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: start;
    height: 50px;
}
.span-style {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #aae2f6;
    position: relative;
    margin-right: 0;
    font-family: "gilroy-bolduploaded_file";
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.figure-out p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;

    color: #5a6179;
}
.figure-out ul {
    margin: 30px 0;
}
.figure-out ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.figure-out ul li a {
    font-weight: bold;
    position: relative;
    color: #000000;
    font-size: 18px;
}
.contact-from {
    padding: 50px 0;
}
.contact-from h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.contact-from h2 span {
    color: var(--themPrimary);
}
.contact-from p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;

    color: #5a6179;
}

.btn-office {
    background: var(--iconBgBlue);
    color: var(--themPrimary);
    padding: 8px 16px;
    display: inline-block;
    font-family: "gilroy-bolduploaded_file";
    letter-spacing: 0.01em;
    font-size: 16px;
}
.text-link {
    color: #4d4d4d;
    padding: 8px 16px;
    display: inline-block;
    font-family: "gilroy-bolduploaded_file";
    letter-spacing: 0.01em;
    font-size: 16px;
}
.mapprt iframe {
    width: 100%;
    border-radius: 20px;
}
.address-box {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 25px;
}

.address-box p {
    text-align: left;
    font-size: 16px;
    line-height: 150%;

    letter-spacing: 0.01em;
    color: #5a6179;
}
.address-box p strong {
    color: #000;
}
.address-box p:last-child {
    margin-bottom: 0;
}

.new-tabsec {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-tabsec li a {
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 150%;
    padding: 8px 20px;
    color: #4d4d4d;
}
.new-tabsec li a.active {
    background-color: var(--iconBgBlue);
    color: var(--themPrimary);
    border-radius: 5px;
}

.tab-box {
    padding: 30px 0 0 0;
}
.table-prt {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.table-prt th,
.table-prt td p {
    text-align: left;
}
.table-prt th {
    background: #e5e5e5;
    color: #4d4d4d;
    letter-spacing: 0.01em;
    font-size: 15px;
}
.table-prt td p {
    letter-spacing: 0.01em;
    color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 0;
}

.heading-h3 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 30px;
}

.radio {
    margin: 0.5rem 0;
}
.radio label {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: bold;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: "" !important;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000000;
    display: inline-block !important;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-label.in-between::before {
    content: "" !important;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000000;
    display: inline-block !important;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
    background-color: var(--themPrimary);
    box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: var(--themPrimary);
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #fff;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.whatsapp {
    position: fixed;
    right: 80px;
    bottom: 13px;
}

.whatsapp img {
    width: 75px;
}

.choose-grade p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.margin-btm-100 {
    margin-bottom: 100px;
}
.select-drop {
    position: relative;
}
.select-drop .form-control {
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 45px;
    padding-left: 0;
    background: transparent;
}
.select-drop .form-control:focus {
    outline: none;
    box-shadow: none;
}
/* .select-drop::after {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(0deg);
    right: 15px;
    content: "";
} */
.heading-h4 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;

    color: #000000;
}

.general-report {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 40px 40px 20px 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.general-report h4 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 30px;
    min-height: 56px;
}
.general-report ul {
    margin: 0 0 40px 0;
    padding-left: 20px;
    list-style: none;
    min-height: 128px;
}
.general-report ul li {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
.general-report ul li::after {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 9px;
    background: #5a6179;
    border-radius: 50%;
    content: "";
}

.price-tag {
    color: var(--themPrimary);
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
}
.bg-color-blue {
    background-color: var(--themSecondary);
}
.bg-color-white {
    background-color: #fff;
}
.ev-service {
    padding: 80px 0;
}
.ev-service h1 {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}
.ev-service h1 span {
    color: var(--themPrimary);
}

.heading-small {
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 150%;
    color: #5a6179;
}
.heading-small span {
    color: #000;
}
.service-item h4 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #000000;
}
.service-item p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    color: #5a6179;
}

.translation2 {
    padding: 80px 0 255px 0;
    background: url(../img/northAmerica.svg) no-repeat center bottom;
}
.translation2 h1 {
    font-size: 36px;
    line-height: 42px;
    color: #000000;
}
.main_header_area .container{
    max-width:1200px;
}
.trusted {
    padding: 75px 0;
    background: var(--themSecondary);
}
.trusted h6 {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4d4d4d;
    margin-bottom: 30px;
}
.trusted img {
    margin: 0 20px;
}

.my-orders {
    padding: 50px 0;
    background: #fcfcfc;
}
.order-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-flex h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #000000;
}

.order-flex .form-control.search-icon {
    border: none;
    background: transparent;
    border-bottom: 1px solid #b7ccd3;
    border-radius: 0;
    padding: 12px 0 !important;
    height: auto;
    background-image: url(../img/search-icon.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.order-flex .form-control.search-icon.no-icon {
    background: transparent !important;
}

.my-search {
    background-color: transparent;
    background-image: url(../img/search-icon.svg);
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 40px;
    height: 50px;
    border-bottom: 1px solid #b7ccd3;
}

.order-flex .form-control.search-icon:focus {
    outline: none;
    box-shadow: none;
}

.blue-drop {
    border: 1px solid var(--themPrimary);
    border-radius: 50px;
    padding: 12px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: var(--themPrimary);
}
.order-flex .dropdown-menu {
    border-radius: 20px;
    border: 1px solid var(--themPrimary3);
    overflow: hidden;
}
.order-flex .dropdown-menu li a {
    font-size: 14px;
    font-family: "gilroy-semibolduploaded_file";
    color: #000;
    line-height: 34px;
}

.order-show {
    padding: 50px 0;
}
.order-show .new-tabsec {
    margin-top: 0;
    justify-content: flex-start;
}
.no-order-noshow {
    padding: 100px 0;
}
.no-order-noshow h4 {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #b3b3b3;
}

.radio-label.in-between {
    position: relative;
    width: 100%;
}
.radio-label.in-between .ab-right1 {
    position: absolute;
    right: 0;
}

.table-section th {
    color: #4d4d4d;
    font-size: 14px;
}
.table-section td {
    font-size: 16px;
}
.draft {
    background: #e5e5e5;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4d4d4d;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
}
.inprogresh {
    background: #fff8e3;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #cb9e1c;
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
}
.complete {
    background: #e5f7fd;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--themPrimary);
    display: inline-flex;
    align-items: center;
    position: relative;
    top: -3px;
}
.table th,
.table td {
    padding: 15px;
    vertical-align: middle;
}
.tab-table-section table thead th {
    border-top: none;
    border-bottom: none;
}

.table-section .table-hover tbody tr:hover {
    background: rgba(229, 247, 253, 0.3);
}

.table-section .table-hover tbody tr.active {
    background: rgba(229, 247, 253, 0.3);
}

.table-section {
    border-right: 1px solid #e5e5e5;
    height: 100%;
}
/* .order-sub {
    overflow: auto;
    height: 420px;
} */

.order-sub .tab-content.tab-box.pt-3 {
    padding-top: 25px !important;
}

.order-sub .tab-content.tab-box.pt-3 .border-btn {
    margin-bottom: 10px;
}

.order-sub::-webkit-scrollbar {
    display: none;
}
.order-sub::-moz-scrollbar {
    display: none;
}

.order-id {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    font-weight: bold;
    color: #000000;
}

.tabdetails {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}

.table-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.table-flex > div {
    width: 50%;
}
.table-flex > div h4 {
    font-size: 14px;
    line-height: 150%;
    font-family: "gilroy-mediumuploaded_file";
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #b3b3b3;
}
.table-flex > div h6 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: normal !important;
    font-family: "gilroy-mediumuploaded_file";
}

.recipients {
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.radius-need {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 24px;
    text-align: center;
}
.radius-need h5 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
}
.radius-need p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    color: #5a6179;
}

.bg-color-gray {
    background: #fcfcfc;
}
.address-box h4 {
    font-size: 14px;
    line-height: 150%;
    font-family: "gilroy-mediumuploaded_file";
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #b3b3b3;
}
.address-box h5 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: normal !important;
    font-family: "gilroy-mediumuploaded_file";
}

.tabdetails .new-tabsec {
    justify-content: flex-start;
}
.dg-certificate h4 {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 10px;
}

.dg-certificate p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    color: #4d4d4d;
    text-align: left;
}
.pdf-text {
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    letter-spacing: 0.01em;
    color: #4d4d4d;
    word-wrap: break-word;
}
.pdf-text img {
    cursor: pointer;
}
.alerter {
    background: #e5f7fd;
    padding: 16px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
}
.my-ac ul li {
    width: 50%;
    text-align: center;
}
.from-account {
    padding: 50px 15px 0;
}
.width-auto {
    width: auto;
}

.from-account label {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #4d4d4d;
    margin-bottom: 10px;
}
.form-group {
    margin-bottom: 25px;
}
.from-account .form-control {
    border: none;
    border-bottom: 1px solid #b7ccd3;
    border-radius: 0;
    background: transparent;
    padding: 12px 0;
    height: auto;
}
.from-account .form-control:focus {
    outline: none;
    box-shadow: none;
}
#upload_relevant_docs {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00aeef;
}
select.form-control {
    background: transparent url("../img/a-btm.svg") no-repeat right 0
        center/10px 8px !important;
    appearance: initial !important;
    padding-left: 5px !important;
    padding-right: 5px;
}
.atm-card {
    display: flex;
    position: relative;
    top: -5px;
}
.atm-card img {
    width: 70px;
}
.radio-fillupform.with-line {
    padding: 0;
}
.step-prt {
    /* border-right: 1px solid #e5e5e5; */
    height: 100%;
    padding-right: 20px;
}
.step-prt h3 {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
    letter-spacing: 0.01em;
    color: #000000;
}
.text-color-gray {
    color: #5a6179;
}
.step-line {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.step-line li {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #b3b3b3;
    padding-bottom: 35px;
    position: relative;
    padding-left: 50px;
}
.step-line li::after {
    position: absolute;
    left: 15px;
    width: 1px;
    background: #e5e5e5;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
}
.step-line li:last-child::after {
    display: none;
}
.step-line li > span {
    width: 30px;
    height: 30px;
    background: #e5e5e5;
    border-radius: 50%;
    color: #fff;
    font-size: 14.4px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #ffffff;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    z-index: 1;
    padding-top: 4px;
}

.step-line li.active {
    color: #000000;
    font-weight: bold;
}
.step-line li.active > span {
    background: var(--themPrimary);
}
.step-line li.active::after {
    background: var(--themPrimary);
}
.color-blue {
    color: var(--themPrimary);
}
.page-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.page-nav li {
    margin: 0 15px 0 0;
}
.page-nav li a {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #b3b3b3;
    padding: 8px 16px;
    display: inline-block;
}

.page-nav li a.active {
    background: var(--iconBgBlue);
    color: var(--themPrimary);
    border-radius: 8px;
}

.page-nav li a.active.done {
    /* background: var(--iconBgBlue);
  color: var(--themPrimary);
  border-radius: 8px; */

    font-weight: bold !important;
    color: #000 !important;
    background: url(../img/blue-check.svg) no-repeat left !important;
    padding-left: 25px;
}

.dropdown-control {
    position: relative;
}
.dropdown-control .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
}
/* .dropdown-control::after {
    position: absolute;
    top: 50%;
    display: block;
    border-top: 0.4em solid var(--themPrimary);
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    transform: rotate(0deg);
    right: 0;
    content: "";
} */


.dropdown-control .select2-selection.select2-selection--multiple{
border: none !important;
border-bottom: 1px solid var(--themPrimary3) !important;
padding-left:0 !important;
padding-right: 0 !important;
}

.dropdown-control .select2-selection.select2-selection--multiple:focus{
    outline: none !important;
    box-shadow: none;
    border: none !important;
}

.from-account label sup {
    font-size: 20px;
    color: #ff2525;
    position: relative;
    top: 5px;
}
.date-icon .form-control {
    height: auto;
    padding: 13px 0;
}

.date-icon {
    background: url(../img/Date.svg) no-repeat right 0 top 18px;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom-color: currentcolor !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-bottom: 1px solid #b7ccd3 !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 15px 0 !important;
    height: 50px !important;
}
.img-left-minus svg {
    position: relative;
    left: -30px;
    top: 8px;
}
.img-top-minus svg {
    position: relative;
    top: 8px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 15px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #00aeef transparent transparent transparent !important;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #00aeef transparent !important;
}
.select2-container .select2-selection--single {
    display: flex !important;
    align-items: center;
}

.radio-in .radio-label {
    border: none !important;
    height: auto !important;
    text-align: left !important;
    line-height: normal !important;
    display: inline-block !important;
    background: transparent !important;
    color: #000;
}
.radio-in .radio-label::after {
    display: none !important;
}
.radio-in .radio-label::before {
    top: -4px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    display: none !important;
}

.form-radio h3 {
    font-size: 18px;
    font-weight: bold;
}
.form-title h3 {
    font-size: 18px;
    font-weight: bold;
}
.form-boxddd label.form-label {
    display: none !important;
}
.pp-inform {
    padding: 50px 0;
}
.pp-inform h5 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    color: #000000;
}
.pp-inform ul {
    margin: 0 0 30px 0;
    padding-left: 0;
}
.radio-cir {
    display: flex;
}
.radio-cir label {
    height: auto !important;
    border: none !important;
    position: relative;
    margin-right: 15px;
}

.form-radio .form-radio-group {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.pp-inform ul li {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #4d4d4d;
    margin-bottom: 5px;
    list-style: none;
}

.pp-inform ul li #number_od_copies {
    margin-bottom: 25px;
}

.pp-inform ul li #number_od_copies_email {
    margin-bottom: 25px;
}

.btn-grp-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.btn-disable {
    background: #e5e5e5 !important;
    color: #b3b3b3 !important;
    cursor: default;
}
.modal-large .modal-dialog {
    max-width: 770px;
}
.modal-large .modal-dialog .modal-content {
    background: #ffffff;
    border-radius: 20px;
    border: none;
}

.modal-large .modal-dialog .modal-content .modal-body {
    padding: 50px 40px;
}
.heading-popup {
    position: relative;
}
.heading-popup h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 15px;
}
.heading-popup p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.modal-large .modal-dialog .modal-content .modal-body .close {
    border: 1px solid var(--themPrimary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-large .modal-dialog .modal-content .modal-body .close span {
    position: relative;
    top: 1px;
}
.sidebar-sticky {
    height: 100%;
    position: sticky;
    top: 5%;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.form-control:required {
    background-color: transparent;
    opacity: 1;
}

/* .from-account {
    max-height: 550px;
    overflow: auto;
} */
.from-account::-webkit-scrollbar {
    display: none;
}

.from-account::-moz-scrollbar {
    display: none;
}

.from-account h5 {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.radio-flex {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.radio-flex .radio-label {
    margin-bottom: 0;
    text-transform: initial !important;
    letter-spacing: initial !important;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.radio-flex .radio .radio-label::before {
    content: "" !important;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000000;
    display: inline-block !important;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.output-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.output-block p {
    margin-bottom: 0 !important;
    word-break: break-word;
    padding-right: 10px;
}

.additional_addresses .btn.btn-sm.btn-primary {
    background-color: var(--iconBgBlue);
    color: var(--themPrimary);
    cursor: pointer;
}

.additional_addresses .btn .btn-sm .btn-default {
    cursor: pointer;
}

.output-block .icon-delete {
    color: red !important;
}

.done-check svg path {
    stroke: var(--themPrimary);
}

.secondry {
    background: #e5f7fd;
    padding: 12px 16px;
    border: 1px solid #b3e7fa;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.secondry p {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    align-items: center;
    letter-spacing: 0.01em;
    margin-bottom: 0;
    color: #000000 !important;
}
.secondry ul {
    padding: 0 0 0 15px;
}

.pp-inform p {
    text-align: left;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #4d4d4d;
}

.press-enter {
    font-size: 16px;
    line-height: 150%;

    letter-spacing: 0.01em;
    text-align: left;
    color: #4d4d4d;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.form .plan input,
.form .payment-plan input,
.form .payment-type input {
    display: none;
}

.form label {
    position: relative;
    background-color: #fcfcfc;
    text-align: center;
    height: 150px;
    line-height: 150px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 150%;
    text-transform: initial;
    display: flex;
    letter-spacing: 0.01em;
    color: #000000;
    align-items: center;
    justify-content: center;
}

.form .plan input:checked + label,
.form .payment-plan input:checked + label,
.form .payment-type input:checked + label {
    border: 1px solid #e0f8fe;
    background-color: #e0f8fe;
    color: #000000;
}
.form .plan input:checked + label svg,
.form .payment-plan input:checked + label svg,
.form .payment-type input:checked + label svg {
    fill: #fff;
}
.form .plan .free-label.four {
    margin-bottom: 30px;
}
.would-you-check {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}
.abel-text {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.would-you-check .radio label {
    text-transform: initial !important;
    letter-spacing: initial !important;
}

.user-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h5.user-flex a {
    font-weight: normal !important;
    font-size: 14px;
}

.applicant-box {
    padding: 24px;
    border: 1px solid #e5e5e5;
    margin: 25px 0 0 0;
}
.table-item thead th {
    border: none;
}
.table-item td {
    padding: 10px 10px;
}
.table-item tbody {
    border: 1px solid #e5e5e5;
}
.tfooter {
    padding: 15px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
}

.table-info2 .table-responsive {
    overflow-x: hidden;
}
.table-info2 .tfooter {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.tfooter span {
    width: 20%;
}
.tfooter strong {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: var(--themPrimary);
}

.credit-card {
    padding: 40px 0 0 0;
}
.credit-card .radio label {
    font-weight: bold;
    text-transform: initial !important;
    letter-spacing: initial !important;
    color: #000;
    font-size: 18px;
}
.radio-paypal .radio label {
    text-transform: initial !important;
    font-weight: bold;
    font-size: 16px !important;
    letter-spacing: initial !important;
}

.ev-orders2 {
    background: #fcfcfc;
    padding: 80px 0;
}
.or-number {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #4d4d4d;
}

.or-number p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #5a6179;
}

.degree-box {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 40px;
    border-radius: 20px;
    display: flex;
    margin-bottom: 30px;
}

.degree-box span {
    font-size: 72px;
    line-height: 115.5%;
    letter-spacing: 0.01em;
    color: #b3e7fa;
    width: 55px;
}
.degree-box div {
    width: 90%;
    text-align: left;
}
.degree-box div p {
    margin-bottom: 0;
}

.height-right {
    overflow: auto;
    height: 600px;
}
.height-right::-webkit-scrollbar {
    display: none;
}
.height-right::-moz-scrollbar {
    display: none;
}
.bg-gray2 {
    background: #fcfcfc;
}
.by-post h3 {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
}
.by-post p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #4d4d4d;
}
.devider1 {
    border-right: 1px solid #e5e5e5;
}

.bdr-top {
    border-top: 1px solid #e5e5e5;
}

.file-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.file-btn-wrapper .btn {
    border: 1px solid var(--themPrimary);
    background-color: white;
    padding: 8px 20px;
    border-radius: 45px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
}

.file-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.brdr-textarea {
    border: 1px solid #e5e5e5 !important;
    margin-top: 20px;
    padding: 20px !important;
}
.form-checked {
    margin-bottom: 30px;
}
.form-checked label {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    text-transform: initial;
    display: flex;
    align-items: center;
}
.form-checked small {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding-left: 18px;
    color: #4d4d4d;
}

.ad-note {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin: 20px 0;
}
.ad-note h6 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #000000;
}

.ad-note1 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin: 20px 0;
}
.ad-note1 h6 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    color: #000000;
}

.lbl-bold {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 0.01em;
    color: #000000;
}
.lbl-bold sup {
    color: #ff2525;
    font-size: 20px;
    top: 0;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.radio-paypal2 label {
    text-transform: initial !important;
    font-size: 16px !important;
    letter-spacing: initial !important;
    font-weight: normal !important;
    cursor: pointer;
    position: relative;
}
.center-middle .radio-label {
    display: flex;
    align-items: center;
}

.styled-checkbox:checked + label.check-label::after {
    top: 11px;
}
.radio-paypal2.display-radio label.radio-label::before {
    content: "" !important;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000000;
    display: inline-block !important;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio-paypal2 .radio {
    margin: 0 !important;
    padding-top: 5px;
}
.addRecipitent {
    border: 1px solid var(--themPrimary);
    border-radius: 50px;
    padding: 12px 25px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: transparent;
}
.hide-box {
    display: none;
}
.border-nan-1 {
    border: none !important;
}

.bolder-tab .new-tabsec {
    margin-top: 0 !important;
}

.showbox3 {
    width: 100%;
    padding-bottom: 20px;
}
.table-item thead th {
    text-transform: uppercase;
    color: #b3b3b3;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: 500 !important;
}
.radio-label span {
    font-weight: normal !important;
}

.btn-added {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-top: 30px;
}
.modal {
    z-index: 5000000;
}

.hard-coppy {
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

.dc-report h6 {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.dc-report ul {
    margin: 0 0 20px 0;
    list-style: disc;
    padding-left: 15px;
}
.dc-report ul li {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.dc-report p {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 0;
    letter-spacing: 0.01em;
    color: #5a6179;
}
.reltiv {
    position: relative;
}
.total-ammount {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #00aeef;
    position: absolute;
    left: 0;
}

.modal-pdf .modal-body {
    padding: 0 !important;
}
.modal-pdf .modal-body .heading-popup {
    padding: 25px;
    position: relative;
}
.modal-pdf .modal-body .heading-popup h3 {
    margin-bottom: 0;
}
.modal-pdf .modal-body .heading-popup .close {
    right: 25px !important;
}
.modl-pdf-content {
    padding: 25px;
    background: #f3f3f3;
    border-radius: 0 0 20px 20px;
}

.pdf-frame {
    width: 100%;
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    height: 500px;
}
.pdf-frame.height-auto {
    overflow: hidden !important;
}

.pdf-frame img {
    width: 100%;
}

.pdf-frame iframe {
    width: 100%;
    height: 100vh;
    border: none !important;
}
.height-auto {
    overflow: initial !important;
    height: auto !important;
}
.modl-pdf-content {
    position: relative;
}
/* .unofferingBox {
    position: absolute;
    top: 57px;
    left: 50%;
    bottom: 57px;
    overflow: hidden;
    width: 200px;
    transform: translateX(-50%);
} */
.pdf-frame::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    font-family: Arial, Helvetica, sans-serif;
    content: "Unofficial";
    font-size: 200px;
    color: rgba(0, 0, 0, 0.3);

    transform: rotate(66deg);

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    z-index: 2; /* Ensure it appears over the canvases */
}
/* .pdf-frame::-webkit-scrollbar{
  display: none;
}
.pdf-frame::-moz-scrollbar{
  display: none;
} */

.price-box .col-lg-4 {
    margin-bottom: 30px;
}
.price-box .general-report {
    height: 100%;
}
.price-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.price-number{
    font-size: 36px;
line-height: 42px;
text-align: center;
color: #00AEEF;
}


.price-number span{
font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
color: #5A6179;
}

.price-number span.line-t{
font-size: 24px;
font-weight: bold;
text-decoration: line-through;
color: #B3B3B3;
}

.mmt-top{
    position: relative;
    margin-top: -13px;
}

.price-group span {
    font-size: 16px;
    line-height: 150%;
    /* identical to box height, or 24px */

    letter-spacing: 0.01em;

    color: #000000;
}
.price-group strong {
    font-size: 24px;
    line-height: 28px;

    /* Sea Blue/100 */

    color: #00aeef;
}

/* review page start */
.rv-review {
    padding: 80px 0;
}
.ttl-review {
    background: #f9fdff;
    border-radius: 20px;
    padding: 70px 20px;
}
.inline-flex {
    display: inline-flex;
    align-items: flex-start;
}
.inline-flex span {
    position: relative;
    margin-right: 15px;
    color: #5a6179;
    font-size: 16px;
}
.inline-flex strong {
    font-size: 48px;
    line-height: normal;
    text-align: center;
    color: #000000;
}
.inline-flex img {
    position: relative;
    top: 5px;
}
.align-center {
    align-items: center;
}
.vdr-rrt {
    border-right: 1px solid #000;
}

.what-say {
    padding: 0 0 80px 0;
}
.what-say h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
}
.what-say p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;

    color: #5a6179;
}

.flex-thum {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.flex-thum div {
    width: 13%;
}
.flex-thum div img {
    border-radius: 10px;
    width: 100%;
}

.taggi {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    margin-left: 10px;
}
.height-auto {
    max-height: initial !important;
    overflow: initial !important;
}

.black-bdr {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 12px 25px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background: transparent;
}
.filter-item ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.filter-item ul li {
    display: inline-block;
    margin: 10px 5px;
}
.filter-item ul li a {
    display: inline-block;
    background: #e5e5e5;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}
.active-btn {
    color: var(--themPrimary);
    border: 1px solid var(--themPrimary);
}

/* review page end */

.table-one {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 2rem 0rem 0rem 0rem;
    max-width: 1100px;
}

.table-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style-type: none;
    border: 1px solid #ddd;
    text-align: center;
    outline: none;
    font-weight: 300;
    /* margin-top: 1px;
    margin-left: 1px; */
}
.table-cell:first-child {
    border: 1px solid #fff;
    background: transparent;
}

.af-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radius-left {
    border-radius: 10px 0 0 0;
}
.radius-right {
    border-radius: 0 10px 0 0;
}
.radius-left-btm {
    border-radius: 0 0 0 10px;
}
.radius-right-btm {
    border-radius: 0 0 10px 0;
}

html:lang(zh-CN) .__affirm-logo.__ligature__affirm_full_logo__:after {
  display: none;
}
html:lang(zh-TW) .__affirm-logo.__ligature__affirm_full_logo__:after {
  display: none;
}
.contact-from.bg-color-gray .from-account.pt-4{
    padding: 50px 0 0;
}
/* .af-right::after {
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #ddd;
}

.af-right::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #ddd;
} */

@media only screen and (max-width: 768px) {
    .table-cell:first-child {
        display: none;
    }
     .table-cell.cell-feature.wd200{

         display: block;
    font-weight: bold;
    font-size: 12px !important;
    }
    .table-cell{
        padding: 0.8em 10px;
    }
       .hole-body .table-cell{
        height: auto !important;
    }
    .radius-left{
        border-radius: 0;
    }
    .radius-left-btm{
        border-radius: 0;
    }
    .radius-right-btm{
        border-radius: 0;
    }
    .table-cell.af-right{
        margin-bottom: 15px;
    }

}
/* .table-cell:nth-child(3) {
    outline: 1px solid #30305b;
} */
/* .table-cell:nth-child(-n + 3) {
    padding-top: 40px;
    padding-bottom: 40px;
} */

.table-cell > h3 {
    font-size: 15px;
    margin-top: 0;
    font-weight: normal !important;
    margin-bottom: 0;
    text-align: center;
}
.table-cell.cell-feature {
    text-align: left;
    font-size: 14px;
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}
.table-cell.cell-feature.wd200.bdr-btm-nan {
    border-bottom: none !important;
}

.table-cell.enterprise {
    background: #f5f5f5;
    display: flex;
    align-items: center;

    outline: none;
}
.table-cell.enterprise span {
    position: relative;
    margin-left: 5px;
}
.radius1 {
    border-radius: 15px 0 0 15px;
}
.radius2 {
    border-radius: 0 15px 15px 0;
}
.hole-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 15px;
    background: #f5f5f5;
}

.hole-p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 15px;
}

/* .hole-p .table-cell.wd200 {
    width: 215px;
}
.hole-p .table-cell {
    padding: 0.8em 10px;
}
.wd-p1 {
    width: 70px !important;
}
.wd-p2 {
    width: 75px !important;
}
.wd-p3 {
    width: calc(9% - 1px) !important;
} */

.hole-body .table-cell {
    background: #fff;
    /* border: none;
    outline: none; */
    height: 85px;
}
.hole-body .table-cell.cell-feature {
    background: transparent !important;
}
.table-cell.af-right.b-top {
    border-top: none !important;
    outline: none !important;
}

.table-cell.af-right.b-l {
    border-left: 1px solid #fff !important;
    outline: none !important;
}

.table-cell.af-right.b-r {
    border-right: none !important;
    outline: none !important;
}

.table-cell.af-right.b-btm {
    border-bottom: none !important;
    outline: none !important;
}

/* Table columns
  ================================== */
.table-cell {
    width: calc(12% - 1px);
}
.table-cell.wd200 {
    width: calc(16% - 1px);
}
/* .hole-body .table-cell.wd200 {
    width: calc(28% - 1px);
} */

.bt-nan {
    border: none !important;
}

.select2-container--default .select2-selection--multiple {
    height: 45px;
    border: 1px solid #cdd0d3;
    outline: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 25px 10px 15px;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    transition: all 300ms ease-in-out;
    font-family: "Proxima Nova-Medium";
    color: #3b3d3f;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

@media only screen and (max-width: 768px) {
    .table-cell.cell-feature {
        width: 100%;
        text-align: center;
    }
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.masonry {
    /* Masonry container */
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}
.item {
    display: inline-block;

    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#uploadedDocTable {
    margin-top: 15px;
}
#uploadedDocTable td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#uploadedDocTable td.new-block {
    text-align: right;
}

#uploadedDocTable td.new-block .icon-delete {
    color: red;
}
.flex-bet span {
    color: #000;
    font-size: 16px;
}
.flex-bet .price-bold {
    position: absolute;
    right: 0;
}

.recommended {
    background: #00aeef;
    border-radius: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
}

.pl4 {
    padding-left: 42px;
}

.contact-from.bg-color-gray .col-sm-12.col-md-8.col-lg-8 {
    position: relative;
}
.contact-from.bg-color-gray .col-sm-12.col-md-8.col-lg-8::after {
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    content: "";
    background: #e5e5e5;
    width: 1px;
}

.saf .output-block {
    padding-top: 15px;
}

.saf .output-block .output-txt {
    width: 80%;
    word-wrap: break-word;
    font-size: 14px;
}
.transparent-text {
    color: #5a6179;
}
.update-40 {
    padding-bottom: 0;
}

.update-40 img {
    max-width: 100%;
    width: 500px;
}

.in-between1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-icon-link{
    padding-top: 15px;
}
.social-icon-link a{
    background: var(--themPrimary);
    width: 30px;
    height: 30px;
    display: inline-block;
    /* align-items: center;
    justify-content: center; */
    margin-right: 4px;
    border-radius: 50%;
    color: #fff;

        text-align: center;
    line-height: 32px;
}
.social-icon-link a:hover{
    opacity: 0.6;
}


@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 810px) and (max-width: 1080px) {
    .radio-paypal2 label {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ttl-review .row.align-center.text-center{
        flex-wrap: nowrap;
    }
    .radio-paypal2 label {
        font-size: 14px !important;
    }
    .thum-img img {
        width: 40px !important;
        height: 40px;
    }
    .thum-img {
        width: 80px;
    }
    .general-bx .inside-bx {
        padding: 10px;
    }
    .inside-bx.flex-media .text-center.mr-4 {
        margin-right: 10px !important;
    }
    .nav-brand2 img{
        width: 110px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width: 991px) {
    .container-max70 {
        width: 90%;
    }
    .mobile-nan {
        display: none;
    }
    .mobile-block {
        display: block;
        text-align: left;
        width: 100%;
        padding: 20px;
    }
    .megha {
        display: inline-block;
        width: 100%;
    }
    .width40 {
        width: 100%;
    }
    .width60 {
        width: 100%;
    }
    .devider-line {
        border-bottom: 1px solid var(--themPrimary3);
        border-right: none;
    }
    .mnu-text.pl-5 {
        padding: 20px 0 0 0 !important;
    }
    .order-flex {
        display: inline-block;
        width: 100%;
    }
    .table-cell > h3 {
        font-size: 12px;
        text-align: center;
    }
    .table-cell.enterprise {
        display: inline-block;
        text-align: center;
    }
    .gpa-box {
        padding: 0;
    }
    .res-center {
        text-align: center;
    }
    .needAnEv {
        display: inline-flex;
    }
    .getEv p br {
        display: none;
    }
    .btn-added .border-btn {
        margin-bottom: 10px;
    }
    .general-report {
        padding: 20px;
    }
    .general-report h4 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .general-report ul li {
        font-size: 14px;
    }
    .price-group span {
        font-size: 14px;
    }
    .price-group strong {
        font-size: 18px;
    }
    .contact-from p br {
        display: none;
    }
    .price-group {
        margin-bottom: 10px;
    }
    .general-report ul {
        margin-bottom: 20px;
    }
    .width30 {
        width: 100%;
    }
    .width25 {
        width: 100%;
    }
    .navigation-portrait .nav-menu > li > a {
        padding-left: 25px;
    }
    .pnl-mnu {
        width: 100%;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .width55 {
        width: 100%;
    }
    .mnu-flex {
        display: inline-block;
        width: 100%;
    }
    .center-justyfi .pnl-mnu {
        width: 100%;
    }
    .navigation-portrait .megamenu-panel {
        padding-top: 0;
    }
    .btn-box.mobile-block {
        text-align: center;
    }
    .btn-box.mobile-block .login-btn {
        margin-left: 0 !important;
        display: inline-block;
    }
    .nav-menu > li.active > a::after {
        left: 25px;
        bottom: 0;
        transform: initial !important;
    }
    .table-section {
        overflow: auto;
    }
    .table-info2 .table-responsive {
        overflow-x: auto;
    }
    .pr-150 {
        padding-right: 0;
    }
    .atm-card img {
        width: 50px;
    }
    .page-nav {
        overflow: auto;
    }
    .pdf-frame::after {
        right: initial;
        top: 50%;
        margin-top: -338px;
        left: 50%;
        content: "Unofficial";
        font-size: 200px;
        width: 300px;
        height: 200px;
        margin-left: -150px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .right-one::after {
        display: none;
    }
    .general-report {
        padding: 20px;
    }
    .plr-all {
        padding-left: 15px;
        padding-right: 15px;
    }
    .figure-out h3 {
        font-size: 18px;
    }
    .figure-out h3 br {
        display: none;
    }
    .tab-content.tab-box .border-btn {
        margin-bottom: 15px;
    }
    .left-one::after {
        display: none;
    }
    .u-one::after {
        display: none;
    }
    .saf .btn-apply {
        margin-bottom: 20px;
    }

    .saf .btn-apply-text {
        margin-bottom: 20px;
        display: inline-block;
    }
    .nav-brand2 span {
        font-size: 10px;
    }
    .nav-brand2 .simbol {
        margin-right: 5px;
        font-size: 24px;
        width: 45px;
        height: 45px;
    }
    /*---- sign-up page start ---*/
    .blue-container {
        padding: 50px 30px;
    }
    .getStart {
        padding: 50px 30px;
    }
    .frm-inr {
        width: 80%;
    }
    .table-cell > h3 {
        font-size: 12px;
        text-align: center;
    }
    .table-cell.enterprise {
        display: inline-block;
        text-align: center;
    }
    .table-info2 .table-responsive {
        overflow-x: auto;
    }
    .flex-bet .price-bold {
        position: relative;
    }
    .atm-card img {
        width: 50px;
    }
}
button:focus {
    box-shadow: none !important;
}
.btn:focus,
.btn.focus {
    box-shadow: none !important;
}
.blue-color {
    color: #00aeef;
}
.memof {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.22em;
    text-transform: uppercase;

    color: #000000;
}
.sm-color {
    color: #5a6179 !important;
}

.btn-disactive {
    border-radius: 50px !important;
    padding: 12px 30px !important;
    display: inline-block !important;
    font-family: "gilroy-bolduploaded_file" !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cote-color span {
    color: #00aeef;
}

.faster-list {
    padding: 20px 0;
}
.faster-list li {
    display: inline-block;
    margin: 0 15px;
}
.faster-list li a {
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.faster-list li a::after {
    background: #00aeef;
    width: 8px !important;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

/* .absolute-text {
    position: absolute !important;
    left: -50px !important;
    top: 0 !important;
} */

.ad-note2 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    margin: 20px 0;
}
#file_list_ul {
    padding: 20px 0 0;
}
#file_list_ul li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
}
#file_list_ul li::after {
    width: 5px;
    height: 5px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    content: "";
    background-color: #00aeef;
    top: 50%;
    transform: translateY(-50%);
}

#file_list_ul li:hover {
    color: #00aeef;
}

.flex-label {
    position: relative;
}
.flex-label .price-bold {
    position: absolute;
    right: 0;
    font-weight: 600 !important;
}

.portugese-lang {
    font-size: 12px !important;
    font-style: italic;
    line-height: 18px !important;
    word-break: break-word;
    display: inline-block;
    width: auto !important;
}
.from-account label span.portugese-lang {
    /* text-transform: lowercase !important; */
    letter-spacing: initial !important;
}
.space-days{
    position: relative;
    margin-left: 10px;
    font-style: normal;
}
.social-icon-link-header{
    position: relative;
    margin-left: 5px;
}
.social-icon-link-header a{
        background: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 0px;
    border-radius: 50%;
    border: 1px solid var(--themPrimary);
    color: var(--themPrimary);
    text-align: center;
    line-height: 27px;
    font-size: 14px;
}
.social-icon-link-header a:hover{
 background:var(--themPrimary);
 color: #fff;
}
.header_area{
    position: relative;
}
.css-langiage{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.css-langiage .form-select{
    appearance: none;
    border-radius: 50px;
    padding: 8px 10px;
    border: 1px solid var(--themPrimary);
    font-weight: bold;
    font-size: 14px;
    margin: 0 !important;
    width:80px !important;
    position: relative;
        background: #fff url(../img/a-btm.svg) no-repeat right 0 center/26px 5px !important;
    margin-left: 5px !important;
}
.css-langiage .form-select:focus{
    box-shadow: none !important;
    outline: none !important;
}
.table.tb-class thead th{
    background: #f5f5f5;
    color:#000;
}
.table.tb-class td{
    color: #5a6179;
}
.list-example li{
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}

/* @media only screen and (min-width: 800px) and (max-width:1280px) {
    .social-icon-link-header{
        margin-right: 70px;
    }

} */



@media only screen and (min-width: 1024px) and (max-width:1366px) {
    .social-icon-link-header{
        margin-right: 70px !important;
    }
 /* .btn-box.mobile-nan{
        margin-right: 36px !important;
    } */

}

@media only screen and (min-width: 1024px) and (max-width:1366px) {
    .social-icon-link-header{
        margin-right: 30px !important;
    }
 /* .btn-box.mobile-nan{
        margin-right: 36px !important;
    } */

}



@media only screen and (min-width:1025px) and (max-width:1280px) {

    /* .btn-box.mobile-nan{
        margin-right: 60px !important;
    } */
    .nav-menu > li > a{
            padding: 10px 5px;
            font-size: 12px;
    }
    .btn-apply{
            padding: 10px 10px;
             font-size: 12px;
    }
    .login-btn .btn{
         padding: 9px 10px;
          font-size: 12px;
    }

}
@media only screen and (min-width: 1067px) and (max-width:1300px) {
.social-icon-link-header {
    margin-right:6% !important;
}
}
@media only screen and (min-width: 1067px) and (max-width:1225px) {
.social-icon-link-header {
    margin-right:8% !important;
}
}
@media only screen and (max-width:1067px) {
    .btn-apply{
        padding: 10px 5px;
    }
    .login-btn .btn{
        padding: 9px 5px;
    }
    .social-icon-link-header{
            margin-right: 85px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width:1024px) {
    .nav-menu > li > a{
        font-size: 12px;
        padding: 10px 5px;
    }
    .btn-apply{
        padding: 10px 5px;
        font-size: 12px;
    }
    .login-btn .btn{
         padding: 9px 5px;
        font-size: 12px;
    }
    .social-icon-link-header{
        margin-right: 80px !important;
    }
    .css-langiage .form-select{
        font-size: 12px;
        width: 70px !important;
    }

    .nav-toggle{
        right: 65px;
    }
    .social-icon-link-header a{
          width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 19px;
    }
    .css-langiage{
        top: 50% !important;
    }
    .nav-menu{
            justify-content: center;
    display: flex;
    flex-wrap: wrap;
    }
    .header_area .nav-brand img{
        width: 130px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
.social-icon-link-header{
    margin-right: 118px !important;
}
.nav-toggle{
        right: 75px;
}
}


@media only screen and (max-width: 767px) {
    .figure-out h3 {
        font-size: 16px;
            line-height: 20px;
    }
        .btn-apply-text {
            line-height: normal;
            font-size: 12px;
        }
    .bnrsec h1 br{
        display: block !important;
    }
    .bnrsec h1 span sub{
        left: -11px;
        font-size: 24px;
    }
   .bnrsec h1 span sub::before {
    position: absolute;
    left: 6px;
    width: 1.5px;
    top: 0%;
    margin-top: -10px;
    height: 20px;
    background: #ff2525;
    content: "";
    transform: rotate(45deg);
}
    .flex-label .price-bold {
        position: relative;
    }
    .general-report h4 {
        min-height: initial;
    }
    .general-report ul {
        min-height: initial;
    }
    .pdf-frame::after {
        left: 108px !important;
        font-size: 100px !important;
    }
    .thum-img {
        display: inline-block;
        text-align: center;
    }
    .flex-label {
        display: inline-block !important;
        width: 100%;
    }
    .general-bx span {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }
    .table-info2 .table-responsive {
        overflow-x: auto;
    }
    .mob-flex-1 {
        display: inline-block !important;
        padding-top: 15px;
        width: 100%;
    }
    .mob-flex-1 .btn.dropdown-toggle.border-btn {
        margin-bottom: 15px;
    }
    .mob-flex-1 .btn {
        width: 100% !important;
    }

    .mob-flex-1 .ml-2 {
        margin-left: 0 !important;
    }

    .sidebar-sticky {
        position: relative !important;
        top: initial !important;
    }
    .pdf-frame::after {
        margin-top: -338px;
        left: 15px;
        font-size: 200px;
    }
    .contact-from.bg-color-gray .col-sm-12.col-md-8.col-lg-8::after {
        display: none;
    }
    .translation2 {
        padding-top: 50px;
    }
    .white-box {
        padding: 50px 0;
    }
    .year-exp {
        justify-content: center !important;
    }
    .white-box h2 {
        text-align: center;
    }
    .white-box p.text-left {
        text-align: center !important;
    }
    .page-nav li a {
        font-size: 14px;
    }
    .flex-bet .price-bold {
        position: relative;
        right: inherit;
    }
    .modal-large .modal-dialog .modal-content .modal-body {
        padding: 30px 15px;
    }
    .sidebar-sticky {
        position: relative;
        margin-bottom: 15px;
    }
    .table-section {
        border-right: none;
    }
    .container-flex {
        padding-left: 0;
        padding-right: 0;
    }
    .table-section th {
        font-size: 14px;
        font-weight: bold;
    }
    .table-section td {
        font-size: 14px;
    }
    .rel-ttop {
        margin: 0;
    }
    .general-report {
        margin-bottom: 0;
    }
    .radio-paypal2 label {
        padding-left: 35px;
    }
    .styled-checkbox + label::before {
        position: absolute;
        left: 0;
    }
    .bnrsec {
        padding: 20px 0 50px;
    }
    .ttl-review {
        padding: 20px !important;
    }
    .ttl-review img {
        width: 120px;
    }
    .ttl-review .vdr-rrt img {
        width: auto !important;
    }
    .vdr-rrt {
        margin-bottom: 20px;
    }
    .flex-gp .border-btn.ml-3 {
        margin-top: 0 !important;
    }
    .section-bg ul {
        margin-bottom: 15px;
    }
    .section-bg h3 {
        margin-bottom: 15px;
    }
    .years-flex img {
        width: 75px !important;
        margin-right: -35px;
    }
    .years-flex {
        justify-content: space-between;
    }
    .span40 {
        width: 120px;
    }
    .span5 {
        width: 120px;
    }
    .navigation-portrait .megamenu-panel {
        padding: 0px 30px;
    }
    .what-say h2 {
        font-size: 30px;
        line-height: 34px;
    }
    #pagination-demo li {
        margin: 5px 0;
    }
    .width55 {
        width: 100%;
    }
    .content-mnu p {
        margin-bottom: 10px;
    }
    .width25 {
        width: 100%;
    }
    .center-justyfi .pnl-mnu {
        width: 100%;
    }
    .pnl-mnu {
        width: 100%;
        padding-right: 0 !important;
    }
    .figure-out h3 br {
        display: none;
    }
    .plr-all {
        padding-left: 15px;
        padding-right: 15px;
    }
    .service-item.text-center {
        margin-bottom: 15px;
    }
    .mob-btm {
        margin-bottom: 15px;
    }
    .order-flex .border-btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .bnrsec h1 {
        font-size: 30px;
    }
    .rc-doc .border-btn {
        width: 100%;
    }
    br {
        display: none;
    }
    .saf {
        text-align: center;
    }
    .saf h2 {
        font-size: 24px;
    }
    .saf .btn-apply {
        margin-bottom: 20px;
    }
    .border-btn.ml-3 {
        margin-left: 0 !important;
        margin-top: 15px;
    }
    .general-bx .inside-bx {
        padding: 20px;
        text-align: center;
    }
    .right-position {
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
    }
    .rc-doc h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .drop-section .form-control {
        margin-bottom: 15px;
    }
    .translation {
        padding: 50px 0;
    }
    .translation h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .application-pro {
        padding: 50px 0;
    }
    .application-pro h2 {
        font-size: 24px;
    }
    .mb-5.right-one {
        margin-bottom: 0 !important;
        margin-top: 20px;
    }
    .mb-5.u-one {
        margin-bottom: 0 !important;
        margin-top: 20px;
    }
    .right-one::after {
        display: none;
    }
    .left-one::after {
        display: none;
    }
    .u-one::after {
        display: none;
    }
    .application-pro {
        text-align: center;
    }
    .p-100 {
        padding: 50px 0;
    }
    .pr-150 {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .flex-media {
        display: inline-block;
        width: 100%;
    }
    .text-center.mr-4 {
        margin-right: 0 !important;
    }
    .getEv {
        padding: 50px 0;
    }
    .getEv h2 {
        font-size: 24px;
    }
    .drop-section .form-control {
        padding: 10px !important;
    }
    .header_area .nav-brand span br {
        display: block !important;
    }
    .mnu-flex {
        display: inline-block;
        width: 100%;
    }
    .width40.pl-3 {
        padding-left: 0 !important;
    }
    .table-cell.af-right.b-top {
        border: 1px solid #ddd !important;
    }
    .table-cell.af-right.b-l {
        border-left: 1px solid #ddd !important;
    }
    .table-cell.af-right.b-r {
        border-right: 1px solid #ddd !important;
    }
    .table-cell.af-right.b-btm {
        border-bottom: 1px solid #ddd !important;
    }
    /*---- sign-up page start ---*/
    .blue-container {
        padding: 50px 30px;
    }
    .getStart {
        padding: 50px 15px;
        width: 100%;
    }
    .frm-inr {
        width: 100%;
    }
    .display-full {
        width: 100%;
        display: inline-block;
    }
    .blue-container {
        width: 100%;
        height: auto;
    }
    .table-flex {
        align-items: flex-start;
    }
    .order-sub .tab-box .border-btn {
        margin-bottom: 15px;
    }
    .nav-brand3 span br {
        display: block;
    }
    .getStart h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .blue-container h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 0;
    }
    .contact-from h2 {
        font-size: 24px;
    }
    .btn-office {
        font-size: 12px;
    }
    .text-link {
        font-size: 12px;
    }
    .flex-gp a {
        margin: 0 5px;
    }
    .address-box {
        margin-bottom: 20px;
    }
    .higher-education h2 {
        font-size: 24px;
    }
    .higher-education p {
        font-size: 14px;
    }
    .btn-apply {
        padding: 12px 15px;
        font-size: 12px;
        /* line-height: normal; */
    }
    .border-btn {
        padding: 12px 15px;
        font-size: 12px;
        /* line-height: normal; */
    }
    .higher-education {
        text-align: center;
    }
    .flex-start {
        justify-content: center !important;
    }

    .ev-service {
        padding: 50px 0;
    }
    .degree-box {
        padding: 20px;
    }
    .tabdetails {
        overflow: auto;
    }

    .figure-out {
        padding-top: 20px;
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .select-drop::after {
        right: 0;
    }
    .select-drop select {
        padding-right: 20px;
    }
    .needAnEv {
        width: 100%;
    }
    .span40 strong {
        font-size: 100px;
    }
    .span5 strong {
        font-size: 100px;
    }
    .container-max70 {
        width: 90%;
    }
    .span5 br {
        display: block;
    }
    .gpa-box {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .calculate {
        padding: 15px;
        margin: 0;
    }
    .gpa-box .w-50 {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .years-flex img {
        width: 100px;
    }
    .table-section {
        overflow: auto;

        display: inline-block;
        width: 100%;
    }
    .order-sub {
        height: auto;
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }
    .form-group.row .col-lg-6 {
        margin-bottom: 15px;
    }
    .credit-card .justify-content-between img {
        width: 44px;
    }
    .credit-card .radio label {
        position: relative;
        padding-left: 35px;
    }
    .radio input[type="radio"] + .radio-label:before {
        position: absolute;
        left: 0;
    }
    .trusted .d-flex.align-items-center {
        overflow: auto;
    }
    .total-ammount {
        font-size: 16px;
    }
    .price-box .general-report {
        height: auto;
    }

    .rv-review {
        padding: 0 0 50px;
    }
    .ttl-review {
        padding: 40px 20px;
    }
    .vdr-rrt {
        border: none;
    }
    .from-account {
        padding: 50px 0 0 0;
    }
    .radio-paypal2 .d-flex {
        display: inline-block !important;
        width: 100%;
    }
    .radio-paypal2 .d-flex div:last-child {
        padding-left: 35px;
    }
    .btn-added .border-btn {
        margin-bottom: 10px;
    }
    .radio-paypal2 label {
        position: relative;
    }
    .radio-paypal2 .radio-label::before {
        position: absolute !important;
        left: 0;
    }
    .modal-large .modal-dialog .modal-content .modal-body .close {
        right: 0px;
        top: -18x;
    }
    .radio-flex .radio-label {
        display: inline-block !important;
        position: relative;
        padding-left: 35px;
    }
      .hole-body .table-cell{
        height: auto !important;
    }
    .radius-left{
        border-radius: 0;
    }
    .radius-left-btm{
        border-radius: 0;
    }
    .radius-right-btm{
        border-radius: 0;
    }
    .table-cell.af-right{
        margin-bottom: 15px;
    }

    .social-icon-link-header{
        display: none;
    }
    .css-langiage{
        top: 24%;
    }
    .css-langiage .form-select{
        margin-left: 0 !important;
        padding: 2px 10px !important;
    }
    .vdr-rrt .inline-flex img{
        width: 30px !important;
        height: 30px !important;
        margin: 0 0 !important;
    }
    .star-review img{
        width: 100%;
    }
}
.vdr-rrt .inline-flex{
    align-items: center;
}
.vdr-rrt .inline-flex img{
    width: 34px;
    height: 34px;
    margin: 0 2px;
}
.vdr-rrt .inline-flex span br{
    display: block;
}
