* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #0b0c0c;
    font-family: "Manrope";
}

a {
    color: #0b0c0c;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* navbar */
.nav-box {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #828282;
    border-radius: 6px;
    padding: 9px;
}

.nav-box-text {
    font-size: 16px;
    font-weight: 600;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* hero sec */
.bg-gray {
    background-color: #f5f5f5;
}

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

.main-heading {
    font-size: 36px;
    font-weight: 800;
}

.booknow-btn {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background: #27BDBE;
    border-radius: 6px;
    padding: 20px;
    color: #FFFFFF;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 10px;
    max-width: 180px;
    justify-content: space-between;
}

.featured-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    max-width: 1230px;
    padding: 25px 0;
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-text {
    font-size: 20px;
    font-weight: bold;
    color: #828282;
}

.b-bottom {
    border-bottom: 1px solid #D9D9D9;
}

/* content */
.section-heading {
	font-size: 25px;
	font-weight: 800;
	position: relative;
	display: flex;
    align-items: center;
    gap: .5rem;
}

.section-heading::before {
    content: '';
    color: #D5CC2E;
    font-size: 60px;
    font-weight: 800;
    /*position: absolute;
    top: -22px;
    left: -5px;*/
    z-index: -101;
}

.section-heading-1::before {
    content: '1';
}

.section-heading-2::before {
    content: '2';
}

.section-heading-3::before {
    content: '3';
}

.section-heading-4::before {
    content: '4';
}

.section-heading-5::before {
    content: '5';
}

.section-heading-6::before {
    content: '6';
}

.section-heading-7::before {
    content: '7';
}

.section-heading-8::before {
    content: '8';
}

.section-heading-9::before {
    content: '9';
}

.section-heading-10::before {
    content: '10';
}

.section-heading-11::before {
    content: '11';
}

.section-heading-12::before {
    content: '12';
}

.section-heading-13::before {
    content: '13';
}

.card-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 10px;
}

.from {
    font-size: 20px;
    line-height: 25px;
}

.price-aed {
    font-size: 25px;
    font-weight: bold;
    color: #F79420;
    line-height: 32px;
}

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

.price-card {
    border-radius: 12px !important;
    border: 1px solid #D9D9D9;
    border-top: none;
}

.card-top-sec {
    background-color: #D9D9D9;
    border-radius: 12px 12px 0px 0px;
}

.section-subheading {
    font-size: 20px;
    font-weight: bold;
}

.steps-sec {
    display: flex;
    align-items: center;
    gap: 20px;
}

.steps-title {
    font-size: 20px;
    font-weight: bold;
}

.steps-text {
    font-size: 20px;
}

.steps-arrow {
    margin: 0.5rem 0 0 5rem;
}

.form-section {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 20px 30px;
}

.form-title {
    font-size: 25px;
    font-weight: bold;
}

.form-label,
.custom-lable {
    font-size: 16px;
    font-weight: 600;
}

.custom-lable span {
    font-size: 14px;
    font-weight: 400;
}

.custom-file-input+label {
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 10px;
    cursor: pointer;
}

.upload-text {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}

.upload-text span {
    color: #0B57D0;
    text-decoration: underline;
    font-weight: inherit;
}

.formats {
    font-size: 15px;
    font-weight: 600;
    color: #828282;
    margin-top: 5px;
}

.submit-btn {
    margin-top: 30px;
    color: #FFFFFF;
    border: none;
    background-color: #27BDBE;
    border-radius: 12px;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 20px 30px;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #D9D9D9;
}

.yellow-notify-box {
    margin-top: 25px;
    background-color: #D5CC2E;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
}

.notify-box-title {
    font-size: 16px;
    font-weight: 600;
}

.garant-text {
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 10px;
}

.uploaded-file {
    font-size: 14px;
    font-weight: 600;
    color: #27BDBE;
    text-align: center;
}

.section-paragraph {
    font-size: 16px;
    margin-bottom: 8px;
}

.custom-mx-width {
    max-width: 576px !important;
}

.document-list li {
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 22px;
	background-image: url(../images/list-bullet.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left 4px;
}

.detail-box {
    background-color: #F5F5F5;
    border-radius: 6px;
    padding: 20px 30px;
    min-height: 212px;
}

.box-top {
    display: flex;
    align-items: center;
    gap: 20px;
}

.detail-title {
    font-size: 20px;
    font-weight: bold;
}

.box-content {
    margin-top: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    transition: 300ms;
}

.box-content:hover {
    background-color: #FFFFFF !important;
}

/* accordion */

/* accordion end */
.featured-row::-webkit-scrollbar {
    height: 5px;
}

.featured-row::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.featured-row::-webkit-scrollbar-thumb {
    background: #888;
}

.featured-row::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.document-list li:last-child::before {
    width: 29px;
}

.embassy-img {
    max-width: 473px;
}

.badge-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.badge-text {
    font-size: 20px;
    font-weight: bold;
    color: #27BDBE;
}

.cards-row {
    margin-top: 0;
}

tbody td {
    line-height: 50px;
}

.sample-visa {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    margin-top: 20px;
}
.section-heading-14::before {
    content: '14';
}

.section-heading-15::before {
    content: '15';
}

.section-heading-16::before {
    content: '16';
}

/* faq */
#accordionFaq .accordion-button {
    font-size: 18px;
    font-weight: bold;
}

.faq-para {
    font-size: 18px;
}

#accordionFaq .accordion-button:not(.collapsed),
#accordionFaq .accordion-body {
    background-color: #F5F5F5;
    color: #000000;
}

#accordionFaq.accordion,
#accordionFaq .accordion-item,
#accordionFaq .accordion-header,
#accordionFaq .accordion-button,
#accordionFaq .accordion-body {
    border: none;
    --bs-accordion-border-width: 0;
    border-radius: 6px;
}

#accordionFaq .accordion-item {
    border: 1px solid #D9D9D9;
    margin-bottom: 25px;
}

#accordionFaq .accordion-button {
    padding: 1.2rem 1rem;
}

#accordionFaq .accordion-button:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

#accordionFaq .accordion-body {
    padding: 0 1rem 1rem;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#accordionFaq .accordion-button::after {
    background-image: url(../images/plus_icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
}

#accordionFaq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus_icon.svg);
}

/* media query */
@media screen and (min-width: 768px) {
	.page-main-img {
		margin-top: -25px !important;
	}
}
@media screen and (max-width: 1200px) {
    .embassy-img {
        max-width: 100%;
    }
}

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

    .featured-text {
        min-width: 110px;
    }

    .form-section {
        padding: 20px 10px;
    }

    .submit-btn {
        display: block;
        margin: 30px auto 0;
    }

    .yellow-notify-box {
        align-items: start;
    }
    
    table td {
        display: flex;
        flex-direction: column;
        border: none;
        line-height: 30px;
    }

    table tr:first-child {
        border-top: 1px solid #D9D9D9;
    }
    table tr {
        border-bottom: 1px solid #D9D9D9;
    }

    .rating-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
    }

    .rating-box img {
        width: 40%;
    }
}

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

    .navbar-brand {
        margin: 0 !important;
        width: 40%;
    }

    .nav-box {
        padding: 5px;
    }

    .main-heading {
        font-size: 30px;
    }

    .section-heading,
    .form-title {
        font-size: 21px;
    }

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

    .from {
        font-size: 18px;
        line-height: 20px;
    }

    .price-aed {
        font-size: 18px;
        line-height: 25px;
    }

    .price-usd,
    .nav-box-text {
        font-size: 11px;
    }

    .section-subheading {
        font-size: 18px;
    }

    .badge-box {
        align-items: start;
    }

    .badge-text {
        font-size: 16px;
    }

    .badge-icon {
        margin-top: 2px;
    }
	
#accordionPanelsStayOpen .accordion-button {
    font-size: 20px;
    padding: 16px 18px;
}

#accordionFaq .accordion-button {
    gap: 20px;
}
}

/* Style for loading */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loading-wrapper {
	display: flex;
	flex-direction: column;
}

.spinners {
	display: flex;
	align-items: center;
	gap: 8px;
	justify-content: space-between;
}
#loading div {
	font-size: 24px;
	color: #fff;
}
.loader {
  width: 120px;
  height: 22px;
  border-radius: 40px;
  color: #514b82;
  border: 2px solid;
  position: relative;
  overflow: hidden;
	margin-top: 5px;
}
.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: -20px;
  border-radius: inherit;
  background: #D5CC2E;
  box-shadow: -10px 0 12px 3px #D5CC2E;
  clip-path: polygon(0 5%, 100% 0,100% 100%,0 95%,-30px 50%);
  animation: l14 1s infinite linear;
}
@keyframes l14 {
  100% {left: calc(100% + 20px)}
}

/* tbc */
.table-of-content {
    background-color: #f4fbff;
}

.topic-item {
    border: none;
}

.topic-item {
    background-color: #f4fbff !important;
}

.topic-btn {
    padding: 0 10px;
    border-radius: 0 !important;
    font-weight: 600;
    border: none;
    background-color: #f4fbff !important;
    color: #000;
    display: block;
    border-top: 0;
    font-weight: 700;
    font-size: 1.75rem !important;
}

.topic-btn:not(.collapsed):focus {
    color: #37b7bc;
}

.topic-btn:focus {
    box-shadow: none;
    background-color: inherit;
    border: none;
    outline: none;
}

.accordion-button:not(.collapsed) .topic-icons .drop-up {
    display: inline-block !important;
}

.show {
    display: block !important;
}

.collapsed .topic-icons .drop-down {
    display: inline-block !important;
}

.topic-list-left,
.topic-list-right {
    font-size: 14px;
    list-style: none;
}

.topic-list-item {
    line-height: 37px;
}

.list-item-link {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.list-item-link span {
    margin-left: 6px;
    color: #bbb;
}

.accordion {
    --bs-accordion-border-width: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #37b7bc;
}

/*for abu-dhabi page*/
.short-text {
	font-size: 20px;
    font-weight: 600;
}

section a {
	color: #27BDBE;
}

.duration {
	font-size: 18px;
    font-weight: 600;
    color: #828282;
}

.place-card, .contact-card {
    height: 100%;
    background-color: #F5F5F5;
    border-radius: 12px;
}

.place-crd-body {
    padding: 20px 15px;
}

.place-crd-title {
    font-size: 20px;
    font-weight: bold;
}

.place-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.place-crd-text {
    font-size: 14px;
}

.place-crd-img {
	border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}