:root {
    --themPrimary: #ff9432;
    --iconBgBlue: #fffaf5;
    --themSecondary: #fffaf5;
    --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;
}

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

a {
    color: var(--themPrimary);
    transition: 0.5s;
}
input:-internal-autofill-selected {
    background: transparent !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;
}

/* Back to top button */
.nav-brand img{
    width: 150px;
}
.nav-brand3 img{
    width: 180px;
}
.nav-brand2 img{
    width: 120px;
}



.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: 20px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    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.active > a,
.nav-menu > li.focus > a {
    color: var(--themPrimary);
}

.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: 12px 30px;
    display: inline-block;
    font-family: "gilroy-bolduploaded_file";
    border: none;
}
.btn-apply:hover {
    background-color: var(--iconBgBlue);
    color: var(--themPrimary);
}

.login-btn {
    position: relative;
    margin-left: 15px;
}
.login-btn .btn {
    border-radius: 50px;
    padding: 12px 20px;
    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;
}
.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;
}
.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: 48px;
}
.bnrsec h1 span {
    color: var(--themPrimary);
}
.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: 30px;
    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: 0 !important;
    left: 30px;
    font-family: "gilroy-semibolduploaded_file";
    letter-spacing: initial;
    text-transform: initial !important;
}

.tooltip1:hover .tooltiptext {
    display: 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;
}

.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;
}

.figure-out::-webkit-scrollbar {
    display: none;
}

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

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

.item-bx2 {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    height: 100%;
}

.rc-doc {
    background: #fbfbfb;
    padding: 80px 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 .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;
}
.getEv h2 {
    font-weight: bold;
    font-size: 36px;
}
.getEv p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
}

.mb-20 {
    margin-bottom: 20px;
}

.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;
}

.number {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: var(--themPrimary);
    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: 230px;
    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%;
    letter-spacing: 0.01em;
    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: 20px;
}
.thum-img-span{
    display: flex;
}
.taggi {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px 15px;
    position: relative;
    margin-left: 10px;
}
.general-bx span {
    font-size: 14px;
    line-height: 150%;
    color: #5a6179;
}
.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: 7px;
}

/*--------------------------------------------------------------
# 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 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: #ffffff;
}
.mobile-block {
    display: none;
}

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

.display-full {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: var(--themPrimary);
}
.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 .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;
    background-color: #fff;
}
.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 {
    /* 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 10px;
    height: auto;
    box-shadow: none;
    outline: none !important;
}
.frm-inr .form-control:focus {
    box-shadow: none !important;
}

.frm-inr.form-upper .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.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;
    position: relative;
    top: -4px;
    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: 10px;
    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);
}
button:focus {
    box-shadow: none !important;
    outline: none !important;
}
.toastify.on {
    color: red;
}
.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 a {
    margin: 0 15px;
}
.animated-frame img {
    width: 100%;
}
.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;
}

.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;
}

.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-max70 {
    max-width: 100%;
    width: 50%;
    margin: 0 auto;
}
.update-40 {
    padding-bottom: 0;
}
.update-40 img {
    max-width: 100%;
    width: 500px;
}
.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;
}
.cote-color span {
    color: var(--themPrimary);
}
.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);
}

.number-count h2 {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    color: #000000;
}
.number-count h2 span {
    color: var(--themPrimary);
}
.number-count p {
    margin-bottom: 0;
    color: #5a6179;
    font-size: 16px;
}

.gpa-box {
    padding: 0 100px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.gpa-box .w-50 {
    width: 50% !important;
}
.calculate {
    background: #ffffff;
    border: 1px solid #dae2ff;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
    text-align: left;
    margin: 0 15px;
}
.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: 50px 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;
}
.figure-out h3 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    display: flex;
    align-items: center;
}
.figure-out h3 span {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: var(--themPrimary);
    position: relative;
    margin-right: 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: 50px 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: "";
    background: #fff;
    border-radius: 100%;
    border: 1px solid #000000;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    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;
}

.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;
    border-radius: 20px;
    margin-bottom: 30px;
}
.general-report h4 {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 30px;
}
.general-report ul {
    margin: 0 0 40px 0;
}
.general-report ul li {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
    margin-bottom: 10px;
}
.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;
}

.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: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;
}

.table-section th {
    color: #4d4d4d;
    font-size: 15px;
}
.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;
}
.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;
}
.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);
}
.table-section .table-hover tbody tr:hover {
    background: rgba(229, 247, 253, 0.3);
}
.table-section {
    border-right: 1px solid #e5e5e5;
    height: 100%;
}
.order-sub {
    overflow: auto;
    height: 420px;
}
.order-sub::-webkit-scrollbar {
    display: none;
}

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

.tabdetails {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 5px 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;
}

.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;
}
.from-account .form-control {
    border: none;
    border-bottom: 1px solid #b7ccd3;
    border-radius: 0;
    background: transparent;
    padding: 15px 0;
    height: auto;
}
.from-account .form-control:focus {
    outline: none;
    box-shadow: none;
}

.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;
}
.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;
}

.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: "";
}
.from-account label sup {
    font-size: 20px;
    color: #ff2525;
    position: relative;
    top: 5px;
}
.date-icon .form-control {
    height: auto;
    padding: 15px 0;
}

.date-icon {
    background: url(../img/Date.svg) no-repeat right;
}

.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;
}
.pp-inform ul li {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #4d4d4d;
    margin-bottom: 5px;
}

.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: 750px;
}
.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;
}
.from-account {
    height: 550px;
    overflow: auto;
}
.from-account::-webkit-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;
}
.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;
}

.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 var(--themPrimary);
    background-color: var(--themPrimary);
    color: #fff;
}
.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: 5px 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;
}

.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;
}
.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;
}

.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;
}
.form-checked small {
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.01em;
    padding-left: 35px;
    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;
}

.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;
}

.radio-paypal2 label {
    text-transform: initial !important;
    font-size: 16px !important;
    letter-spacing: initial !important;
    font-weight: normal !important;
}
.radio-paypal2 .radio {
    margin: 0 !important;
}
.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;
}

.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;
}
.general-bx .thum-img img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
}
.btn-added {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-top: 30px;
}
.modal {
    z-index: 5000000;
}
.flex-media2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.flex-media2 figure {
    position: relative;
    margin-right: 15px;
}

.butWait h4 {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 0;
}
.butWait p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #5a6179;
    margin-bottom: 0;
}
.bdr-right {
    border-right: 1px solid var(--themPrimary);
}

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

@media only screen and (max-width: 991px) {
    .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%;
    }
    .container-max70 {
        width: 80%;
    }
    .item-bx2 {
        padding: 20px;
    }
    .rc-doc {
        padding: 50px 0;
    }
    br {
        display: none;
    }
    .header_area .nav-brand span br {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .right-one::after {
        display: none;
    }
    .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%;
    }
}
@media only screen and (max-width: 767px) {
    .bnrsec {
        padding: 20px 0 50px;
    }
    .width55 {
        width: 100%;
    }
    .pnl-mnu {
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
    .center-justyfi .pnl-mnu {
        width: 100%;
    }
    .navigation-portrait .megamenu-panel {
        padding: 0 30px 20px 30px;
    }
    .width25 {
        width: 100%;
    }
    .center-justyfi .pnl-mnu {
        padding-right: 0 !important;
    }
    .content-mnu p {
        margin-bottom: 0 !important;
    }
    .pnl-mnu p {
        margin-bottom: 15px !important;
    }

    .item-bx2 {
        height: auto;
    }
    .container-max70 {
        width: 90%;
    }
    .years-flex {
        justify-content: space-between;
    }
    .span40 {
        width: 120px;
    }
    .years-flex img {
        width: 75px !important;
        margin-right: -35px;
    }
    .span5 {
        width: 120px;
    }
    .span40 strong {
        font-size: 100px;
    }
    .span5 strong {
        font-size: 100px;
    }
    .span5 br {
        display: block;
    }
    .section-bg h3 {
        margin-bottom: 15px;
    }
    .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;
    }

    /*---- sign-up page start ---*/
    .blue-container {
        padding: 50px 30px;
    }
    .getStart {
        padding: 50px 30px;
        width: 100%;
    }
    .frm-inr {
        width: 100%;
    }
    .display-full {
        width: 100%;
        display: inline-block;
    }
    .blue-container {
        width: 100%;
        height: auto;
    }

    .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;
    }
    .rc-doc {
        padding: 50px 0;
    }
    .row-responsive .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-sm-auto,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-md-auto,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-lg-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl,
    .col-xl-auto {
        padding: 0 15px 10px !important;
    }
    .ev-service {
        padding: 50px 0;
    }
    .degree-box {
        padding: 20px;
    }

    .bdr-right {
        border: none;
    }
    .tabdetails {
        overflow: auto;
    }
    .border-btn.mr-2 {
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}

.form-upper .form-group label {
    text-transform: uppercase;
    font-size: 12px;
}

.price-number{
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: var(--themPrimary);
}