@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFPRODISPLAYREGULAR.OTF);
}

@font-face {
    font-family: SFProDisplaymedium;
    src: url(../fonts/SFPRODISPLAYMEDIUM.OTF);
}

@font-face {
    font-family: SFProDisplaybold;
    src: url(../fonts/SFPRODISPLAYBOLD.OTF);
}

@font-face {
    font-family: SFProDisplaylight;
    src: url(../fonts/SF-Pro-Display-Light.otf);
}

* {
    font-family: SFProDisplay;
}
body, html{
    overflow-x:hidden;
}
body {
    background-color: #171a23;
    color: #ffffff;
    font-family: SFProDisplay !important;
    letter-spacing: 0.02em;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #00ffe3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: SFProDisplaybold;
}

::selection {
    background-color: #00ffe3;
    color: #171a23;
}

::placeholder {
    color: #fff;
}

/* width */

::-webkit-scrollbar {
    width: 3px;
    height: 4px;
    visibility: hidden;
}

/* Track */

::-webkit-scrollbar-track {
    background: #4c4c4d;
    border-radius: 20px;
    visibility: hidden;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 20px;
    visibility: hidden;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1) !important;
}

.font-medium {
    font-family: SFProDisplaymedium;
}

.form-control:focus {
    color: #fff;
    background-color: #2d324b;
    box-shadow: none;
}

.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: none;
}

/* .content-wrapper {
    background-image: url(../images/bg/search-bg.png);
} */

.alert {
    line-break: anywhere;
}

.banner-image {
    /* background: linear-gradient(90deg, rgba(0, 0, 1, 0.9), rgba(25, 28, 37, 0.9)); */
    background-size: cover;
    background-position: center;
    position: relative;
}

/*
.content-wrapper>.banner-image>.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
} */

.content-wrapper .header-special .section-nav-main {
    flex-wrap: wrap;
    gap: 10px;
}

.contact-btn {
    background-color: #00ffe3;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #171a23;
}

.banner-form-w3 {
    padding: 20px 12px;
    background: #232635;
    border-radius: 20px;
    max-width: 350px;
    /* margin: auto; */
    border: 1px solid #232635;
    /* text-align: center; */
}

.dropdown button {
    background-color: #fff !important;
    color: #2d324b !important;
    border: none !important;
}

.sign-out-link {
    text-decoration: none;
    transition: all 0.3s ease;
}

.sign-out-link:hover {
    color: #00ffe3;
    text-decoration: none;
}

/* .navbar-collapse.show {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background-color: #232635;
    padding: 20px;
} */

.section-nav-main .navbar-nav {
    margin: 0 auto;
}

.section-nav-main .navbar-nav .nav-item {
    margin: 0 10px;
}

.section-nav-main .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-nav-main .navbar-nav .nav-item .nav-link:hover {
    color: #00ffe3;
}

.customer-service-agent-block {
    position: fixed;
    right: 70px;
    bottom: 50px;
    z-index: 11;
}

.ask-stacy-click .img-fluid {
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-color: #232635;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    box-shadow: 0 12px 44px -6px #000;
}

.ask-stacy-click p.title {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
}

.ask-stacy-click:hover .visible-hover {
    visibility: visible;
    opacity: 1;
}

.visible-hover {
    display: flex;
    position: absolute;
    top: -68px;
    left: -105%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
}

.visible-hover div a {
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    color: #232635;
    width: 38px;
    height: 38px;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.visible-hover div a:hover {
    background-color: #00ffe3;
}

.visible-hover div:first-child {
    margin-top: 20px;
}

.visible-hover div:last-child {
    margin-top: 20px;
}

.btn-primary-main {
    padding: 12px 25px;
    border-width: 0;
    border-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s, border-width 0s;
    transition: all 0.3s, border-width 0s;
    z-index: 1;
    color: #232635;
    background: #00ffe3;
    /* background: linear-gradient(240deg,#00FFE3 0%,#43cea2 100%); */
    border: 1px solid #00ffe3;
    position: relative;
    font-family: SFProDisplaymedium;
}

.btn-secondary-main {
    padding: 12px 25px;
    border-width: 0;
    border-color: transparent;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all 0.3s, border-width 0s;
    transition: all 0.3s, border-width 0s;
    z-index: 1;
    color: #fff;
    background: #232635;
    border: 1px solid #232635;
    position: relative;
    font-family: SFProDisplaymedium;
}

.btn-secondary-main:hover {
    color: #fff;
}

.btn-primary-main:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    background-color: #232635;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.btn-primary-main:hover {
    color: #00ffe3;
}

.btn-primary-main:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.banner-form-w3 .form-control::placeholder {
    color: #fff;
}

footer {
    padding: 50px 0px 20px;
    background-color: rgb(35, 38, 53) !important;
}

footer a {
    text-decoration: none;
    color: rgb(191, 191, 212);
}

footer a:hover {
    text-decoration: none;
    color: rgb(93, 225, 202);
}

.flex-column .text-end a {
    font-weight: 500;
}

.footer-text {
    color: rgb(191, 191, 212);
    font-size: 14px;
    line-height: 22px;
}

.footer-link a {
    color: rgb(191, 191, 212);
    line-height: 30px;
    font-size: 14px;
    transition: all 0.5s ease 0s;
}

.footer-link a:hover {
    color: rgb(27, 188, 155);
}

.contact-info {
    color: rgb(172, 172, 172);
    font-size: 14px;
}

.register-form .input-group-text {
    background-color: #2d324b;
    border: 1px solid #2d324b;
    padding: 12px 10px;
    color: #fff;
}

.register-form input.form-control {
    border: 1px solid #2d324b;
    background-clip: border-box;
    background-color: #2d324b;
    color: #fff;
    border-radius: 0 4px 4px 0 !important;
}

.login-form .input-group-text {
    background-color: #fff;
    padding: 10px;
    color: #fff;
    border: 1px solid #ced4da;
}

.login-form .input-group-text .form-img {
    background: #e4e4e4;
}

.login-form input.form-control {
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0 4px 4px 0 !important;
    border-left: 0;
}

.login-form input.form-control::placeholder {
    color: #7b7b9c;
}

.resend-otp-text {
    font-size: 14px;
    line-height: 16px;
    color: #006e63;
    transition: all 0.2s ease-in;
}

.resend-otp-text:hover {
    color: #00ffe3;
}

.sign-up-text {
    font-size: 14px;
    line-height: 16px;
    color: #006e63;
    transition: all 0.2s ease-in;
}

.sign-up-text:hover {
    text-decoration: underline;
    color: #00ffe3;
}

.text-left {
    text-align: left;
}

.form-check-input {
    border-radius: 50% !important;
}

.form-check-input:checked {
    background-color: #00ffe3;
    border-color: #00ffe3;
    transition: all 0.3s ease;
}

.owl-nav {
    /* display: none; */
}

.icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon ul li span {
    color: #ff9933;
}

.icon ul li {
    text-transform: capitalize;
    font-size: 14px;
}

.footer-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.footer-icon ul li a {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease-in;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-icon ul li a.wa {
    background: #1bad4a;
}
/* ul li a.em {
    background: #1bad4a;
} */

.footer-icon ul li a.fb {
    background: #4267b2;
}

.footer-icon ul li a.tw {
    background: black;
}

.footer-icon ul li a.in {
    background-image: linear-gradient(225deg, #d54685, #8452c3);
}

.footer-icon ul li a.lin {
    background: #0A66C2;
}


.footer-icon ul li a.yo {
    background: red;
}

.footer-icon ul li a:hover {
    background-image: linear-gradient(225deg, #00ffe3, #00ffe3);
    background-color: #00ffe3;
}

.text-right {
    text-align: right;
}

.know-more-section {
    padding: 50px 0;
}

.know-more-section h2 {
    font-size: 34px;
    font-family: SFProDisplay;
}

.know-more-section .card {
    background: #232635;
    padding: 33px;
    text-align: center;
    border-radius: 12px;
    margin: 0 20px;
}

.know-more-section .card img {
    height: 124px;
    width: 114px;
    margin: auto;
    transition: all 0.3s ease;
}

.know-more-section .card .card-body {
    padding: 30px 0 0;
}

.know-more-section .card .card-body h4 {
    margin: 0;
    color: #fff;
}

.know-more-section .col-md-3 a:hover {
    /* color: #00ffe3; */
}

.know-more-section .col-md-3 a:hover .card img {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.steps-section {
    background: #232635;
    padding: 50px 0;
    margin-bottom: 50px;
}

.form-img {
    background: #fff;
    object-fit: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.timeline .swiper-container {
    height: 770px !important;
    width: 100%;
    position: relative;
}
.timeline .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.timeline .swiper-slide {
    position: relative;
    /* overflow: hidden; */
    overflow: visible;
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: top center;
}
.timeline .swiper-title h1{
   font-size: 32px !important;
}
.timeline .swiper-title {
    position: absolute;
    z-index: 111;
    top: 18%;
    left: 0px;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #ffffff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.timeline .swiper-slide-content {
    position: absolute;
    right: 52%;
    top: 0;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 2;
}

.timeline .swiper-slide .timeline-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #ffffff;
    margin: 0 0 24px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: 0.1s ease 0.3s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: 0.1s ease 0.4s;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.2s ease 0.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.2s ease 0.8s;
}

.timeline .swiper-pagination {
    left: 6%;
    flex-direction: column;
    width: auto;
    right: inherit !important;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: 46%;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #ffb453;
}

.timeline .swiper-pagination-bullet {
    width: 42px;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #000000;
    background: #ffffff;
    border-radius: 90;
    padding: 4px 10px;
    margin: 0px 0 !important;
    border: 2px solid #f6c04e;
    position: relative;
    font-size: 20px;
}

.timeline .swiper-pagination-bullet-active {
    background-color: #f6c04e !important;
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

/* .generalquery-form {
    padding: 20px;
} */

.generalquery-form input {
    padding: 11px;
    /* border-radius: 4px; */
    /* width: 60%; */
    font-size: 14px;
}

.generalquery-form input.form-control:focus {
    color: #212529;
    background-color: #fff;
}

.consult-form .half-filed {
    width: 49%;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group {
    margin-bottom: 10px;
}

.form-instant-apply .input-container .form-select {
    border-radius: 4px;
}

.universityTabContent .input-container .form-select {
    background: #fff !important;
    border: 1px solid #ced4da !important;
}

.countryLists.select2-container-multi .select2-choices {
    background: #fff;
}

.courseLists.select2-container-multi .select2-choices {
    background-color: #2d324b !important;
    border: unset !important;
}

.consult-form .icon {
    padding: 10px;
    background: #2d324b;
    color: #8f90a6;
    min-width: 50px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

/* .form-control:focus {
    background: #2d324b;
    color: #fff;
    border-color: #2d324b;
} */

select.form-select {
    /* background: #2d324b; */
    background-image: url("../images/icon/arrow.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 5px;
    /* color: #8f90a6 !important; */
    font-size: 14px;
    border: unset;
    padding: 0.719rem;
}

.input-group select.form-select {
    background: #2d324b;
    background-image: url("../images/icon/arrow.png");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 8px 5px;
    color: #fff ;
    font-size: 14px;
    line-height: normal;
    border: unset;
    border-radius: 0 4px 4px 0;
    /* padding: 0.75rem; */
}

.icon-bg {
    /* background: #fff; */
    padding: 5px;
    /* width: 25px;
    height: 25px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .consult-form .btn {
    border-radius: 0;
    font-size: 14px;
    background: #2d324b;
    border: unset;
} */

.consult-form input,
.apply-form input {
    width: 100%;
    border: 1px solid #2d324b;
    font-size: 14px;
    border-radius: 0 4px 4px 0 !important;
    background-clip: border-box;
    background: #2d324b;
    color: #fff;
}

.consult-form .select2-container.form-select {
    border-radius: 0 4px 4px 0 !important;
    padding: 0.375rem 0.25rem 0.375rem 0.75rem;
    display: grid;
    align-items: center;
}

.consult-form ::placeholder,
.apply-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.tab-form {
    /* padding: 8px 12px; */
    background: #2d324b;
    font-size: 14px;
    border-radius: 20px;
}

.nav-tabs {
    border-bottom: none;
    justify-content: space-between;
}

.book-consulting-form .nav-link {
    display: block;
    padding: 0.8rem 1rem;
    color: #fff;
    border-radius: 50px;
}

.nav-tabs .nav-link i.fa {
    /* margin-right: 10px; */
    font-size: 22px;
    vertical-align: bottom;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
    color: #171a23;
    background-color: #00ffe3;
    border-color: #00ffe3 #00ffe3 #00ffe3;
    border-radius: 4px;
    padding: 1rem 1.3rem;
}

/* Modal */

.modal-content {
    background-color: #232635;
    border-radius: 16px;
}

.modal-header ul .active {
    background-color: #00ffe3 !important;
    border-radius: 5px !important;
    color: #070606 !important;
}

.modal-header ul .active a {
    text-decoration: none !important;
    color: #070606 !important;
}

.modal-header ul .btn-dark {
    padding: 10px 0px;
    width: 130px;
    text-decoration: none !important;
    border-radius: 5px !important;
    background-color: #2d324b;
}

.modal-header ul a {
    text-decoration: none;
    color: #ffffff;
}

.modal-body .uni-detail-input .model-text-dark {
    color: #7b7b9c;
}

.modal-body .uni-detail-input {
    border-top: 1px solid #bfbfd4;
}

.modal-body .uni-detail-input p {
    overflow-wrap: anywhere;
}

.img-section {
    padding: 15px;
}

.img-section h5 {
    text-align: center;
}

.success-story-img .confetti-img {
    width: 50px !important;
}

.success-story-img .trophy-img {
    width: 90px !important;
}

.confetti-comment {
    text-align: center;
}

.confetti-comment h5 {
    color: #00ffe3;
    font-size: 28px;
}

.confetti-comment p {
    margin: 0px !important;
}

/* ::-webkit-calendar-picker-indicator {
    filter: invert(1);
} */

a.select2-choice {
    background: #2d324b !important;
    color: #fff !important;
    border: unset !important;
    -webkit-box-shadow: unset !important;
}

span.select2-arrow {
    background: #2d324b !important;
    border: unset !important;
}

.select2-drop.select2-drop {
    min-width: 200px !important;
}

.select2-drop.select2-drop-active {
    background: #2d324b;
    color: #fff;
    font-size: 14px;
    border: unset;
}

.select2-results .select2-disabled {
    background-color: #232635 !important;
    color:#999 !important;
}

.select2-results .select2-highlighted {
    background: #00ffe3 !important;
    color: #2d324b !important;
}

.select2-container .select2-choice > .select2-chosen {
    text-align: left;
    font-size: 14px !important;
}

.fc-section .bg-dark,
.profile-tab-view.bg-dark {
    background-color: #181819 !important;
}

.profile-tab-view.bg-dark {
    min-height: 57.7vh;
}

.fc-section .content-wrap h5 {
    font-weight: 500;
}

.item .img-container {
    position: relative;
    height: 115px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.offerclass .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-control.c_state,
.form-control.c_city,
.form-control.c_study_in {
    border-radius: 0px 4px 4px 0 !important;
    background-color: #2d324b;
    border: 1px solid #2d324b;
    display: grid;
    align-items: center;
}

/* footer 2  css*/

.icon2-bottom ul {
    gap: 20px;
}

.icon2-bottom li a {
    border: 1px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.icon2-bottom a:hover.wa {
    border: 1px solid #1bad4a;
    background-color: #1bad4a;
    color: #fff;
}
.icon2-bottom a:hover.em {
    border: 0px solid transparent;
    color: #fff;
    background-image: linear-gradient(225deg,blue, red, rgb(210, 182, 0), green);
}

.icon2-bottom a:hover.ig {
    border: 1px solid transparent;
    color: #fff;
    background-image: linear-gradient(225deg, #d14688, #8452c4);
}

.icon2-bottom a:hover.tw {
    color: #fff;
    border: 1px solid #03a9f4;
    background-color: #03a9f4;
}

.icon2-bottom a:hover.fb {
    color: #fff;
    border: 1px solid #b82d2d;
    background-color: #4267b2;
}

.icon2-bottom a:hover.yo {
    color: #fff;
    border: 1px solid red;
    background-color: red;
}

.icon2-bottom a:hover.lin {
    color: #fff;
    border: 1px solid #0A66C2;
    background-color: #0A66C2;
}

.navbar .megamenu {
    padding: 1.5rem 3rem;
    background-color: #232635;
}
.testDropdown {
    left: 52% !important;
    /* width: 13% !important; */
    padding: 1.5rem 2rem 1.2rem 2rem !important;
}

.col-megamenu {
    border-right: 1px solid #5c5e70;
}

.col-megamenu ul li a {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.megamenu .col-12:last-child .col-megamenu {
    border-right: 0px solid transparent;
}

/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 36%;
        width: 50%;
        background-color: #232635;
        box-shadow: 3px 3px 26px #2326356b;
    }
}
@media all and (max-width:1200px) {
    .testDropdown {
        left: 48% !important;
        /* width: 15% !important; */
        padding: 1.5rem 2rem 1.2rem 2rem !important;
    }
}
@media all and (max-width:992px) {
    .testDropdown {
        left: 41% !important;
        /* width: 18% !important; */
        padding: 1.5rem 2rem 1.2rem 2rem !important;
    }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */

.contact-hover-btn {
    border: 1px solid #00ffe3;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 15px 5px 45px;
    position: relative;
}

.contact-hover-btn .contact-link i {
    background-color: #00ffe3;
    color: #070606;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}

.contact-col-hover {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #00ffe3;
    border-radius: 20px;
    padding: 5px;
    left: -1px;
    top: 0;
    transition: visibility 0s, opacity 0.3s linear;
    z-index: 111;
}

.contact-col-hover .icon {
    background-color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.contact-col-hover .icon i {
    background-color: #fff;
}

.contact-col-hover .icon a {
    display: flex;
    color: #333;
    font-size: 20px;
}

.contact-hover-btn:hover .contact-col-hover {
    visibility: visible;
    opacity: 1;
}

.signup-hover-btn {
    border: 1px solid #00ffe3;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    position: relative;
}

.signup-hover-btn-profile {
    border: 1px solid #adafb3 !important;
}

.gap-10 {
    gap: 10px;
}

.talk-to-our-admission .admission-img img {
    border-radius: 15px 0 0 15px;
    object-fit: cover;
}

.talk-to-our-admission .admission-text {
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.talk-to-our-admission .admission-text h4 {
    font-family: SFProDisplay;
}

.res-contact-btn {
    display: none;
}

.page-content {
    position: relative;
    min-height: 75vh;
}

.payment-method .payment-height .modal-header {
    align-items: flex-start;
}

#cards_landscape_wrap-2 {
    position: relative;
    min-height: 75vh;
}

.load-more {
    color: #00ffe3;
    background: transparent;
    border-radius: 50px;
}

.load-more:after {
    background-color: #00ffe3;
}

.load-more:hover {
    color: #212529;
}

.page-heading {
    font-size: 24px;
}

.navbar .navbar-toggler {
    z-index: 1000;
}

.breadcrumb{
    gap: 14px;
    color: #6F6F78;
    font-size: 18px;
    text-transform: capitalize;
}

.breadcrumb a{
    color: #6F6F78;
}

.breadcrumb i {
    font-size: 22px;
}

.breadcrumb .breadcrumb-active{
    color: #2CFEE3;
}

@media (max-width: 991.98px) {
    .navbar .navbar-collapse {
        background: rgba(0, 0, 0, 0.85);
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: opacity 0.35s ease;
        display: flex;
        flex-direction: column;
        align-content: center;
        text-align: center !important;
        overflow-y: scroll;
        overflow-x: hidden;
        z-index: 99;
        padding-bottom: 20px;
    }
    .navbar .navbar-collapse.collapse {
        display: flex;
        opacity: 0;
        pointer-events: none;
    }
    .navbar .navbar-collapse.collapsing[style*="height"] {
        opacity: 1;
        height: 100vh !important;
    }
    .navbar .navbar-collapse.collapsing {
        opacity: 0;
        height: 100vh;
    }
    .navbar .navbar-collapse.collapse.show {
        opacity: 1;
        pointer-events: auto;
    }
    .navbar .navbar-collapse .navbar-nav {
        margin-top: auto;
        margin-bottom: auto;
    }
    .navbar .navbar-toggler {
        z-index: 1000;
    }
    .sigiupLoginContect {
        margin-bottom: 100px !important;
    }
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none;
}

.empty-cart-section p {
    font-size: 2rem;
    font-family: SFProDisplaybold;
}

#generalQueryModalLabel h6 {
    font-family: SFProDisplaylight;
    margin: 0;
}

/* login modal css */

.login-modal .modal-content {
    background-color: #ffffff;
    color: #0f2334;
}

.login-modal .modal-content P {
    font-size: 18px;
}

.top-5 {
    top: 50px;
}

.font-14 {
    font-size: 14px;
}

.MyProfileClass i {
    font-size: 22px !important;
}

@media screen and (max-width:767px) {
    .breadcrumb {
        font-size: 16px;
        row-gap: 8px;
    }
}

.login-modal .errorMessage {
    font-size: 12px !important;
}

.subscribe-now-box .error-message, #counselor-form .error-message {
    color: red;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.fa.fa-twitter {
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}



.call-button{
    color: #000;
}