:root {
    --theming1: #d71921;
    --theming1-hover: #fc0b17
}
body {font-family: "Inter", sans-serif !important;}
.navbar {
    transition: all .3s ease-in-out;
    padding-block: 12px;
    height: 65px;
}

.navbar.scrolled {
    animation: fixedAnim 1s forwards;
    box-shadow: 0 6px 6px rgba(0,0,0,.06);
    position: fixed;
    top: 0;
    z-index: 600;
    background-color: #fff;
    width: 100%;
}

@keyframes fixedAnim {
    from {
        top: -100px;
    }

    to {
        top: 0;
    }
}

.navbar .navbar-logo {
    background: #ffffff;
    width: 200px;
    height: 80px;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 0 2px #000;
}

.navbar .navbar-logo img {
    background: transparent;
    height: 55px;
}

.navbar.scrolled {
    background-color: #242424;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
}

.navbar.scrolled .navbar-logo img {
    filter: unset;
}

.navbar .nav-link {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 4px 5px !important;
    border-radius: 0;
}

.navbar .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-color: #7e7e7e48;
    transition: transform .4s ease;
    transform: scaleX(0);
    transform-origin: right center;
}

.navbar .nav-link.active {
    color: #e9e9e9!important;
}

.navbar .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.navbar.scrolled .nav-link {
    color: #ffffff;
}

.navbar .navbar-nav {
    gap: 8px;
}

.navbar .nav-contact-link {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease-in-out;
}

.navbar .nav-contact-link:hover {
    color: var(--theming1);
}

.navbar .header-content-link {
    height: 35px;
    width: 35px;
    border: 1.6px solid #fff;
    font-size: 15px;
    color: #ffff;
    transition: all .3s ease-in-out;
}

.navbar .header-content-link:hover {
    background-color: #ffff;
    color: var(--theming1)
}

.navbar.scrolled .header-content-link, .navbar.navbar-two .header-content-link {
    border-color: #ffffff;
    color: var(--theming1);
    background: #fff;
}

.navbar.scrolled .header-content-link:hover,.navbar.navbar-two .header-content-link:hover {
    background-color: var(--theming1);
    color: #fff;
	border-color: var(--theming1);
}

.navbar.scrolled .nav-contact-link {
    color: #000
}

.navbar.scrolled .nav-contact-link i {
    color: var(--theming1)
}

.navbar.scrolled .nav-link.active {
    color: #ffffff !important;
}

.navbar.scrolled .nav-link:hover {
    color: #fff
}

.navbar.scrolled .nav-contact-link:hover {
    color: var(--theming1)
}

.navbar .navbar-toggler {
    height: 36px;
    width: 48px;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    background-color: #ffff
}

.navbar-two {
    background-color: #242424;
    position: sticky!important;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
    border-bottom: 1px solid #fff;
}

.navbar-two.scrolled {
    position: fixed!important
}

/*.navbar-two .navbar-logo img {*/
/*    filter: brightness(1)*/
/*}*/

.navbar-two .nav-link {
    color: #ffffff;
}
.navbar-two .nav-link:focus {
    color: #ffffff;
}

.navbar-two .nav-link.active {
    color: #fff!important
}

.navbar-two .nav-link:hover {
    color: #fff
}

.navbar-two .nav-contact-link {
    color: #000
}

.navbar-two .nav-contact-link i {
    color: var(--theming1)
}

.navbar .drop-menu {
    top: 180%;
    box-shadow: rgba(9,30,66,.25) 0 4px 8px -2px,rgba(9,30,66,.08) 0 0 0 1px;
    max-height: 360px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.navbar .drop-menu .drop-link {
    color: #3a3a3a;
    font-size: 15px;
    padding: 10px 12px;
    line-height: normal;
    transition: all .3s ease-in-out
}

.navbar .drop-menu .drop-link:hover {
    color: var(--theming1)
}

.navbar .drop-menu .drop-link::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: var(--theming1);
    transition: all .3s ease-in-out
}

.navbar .drop-menu .drop-link:hover::before {
    left: 0
}

.navbar .drop-main .nav-link i {
    transition: all .3s ease-in-out
}

.navbar .drop-main:hover .nav-link i {
    transform: rotate(-180deg)
}

.navbar .drop-main:hover .drop-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.navbar .nav-item {
    padding-block:6px}

.navbar .drop-main {
    overflow: hidden
}

.navbar .drop-main:hover {
    overflow: visible
}

.navbar .urgent-btn {
    background-color: var(--theming1);
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500
}

.hero-section {
    height: 660px;
    width: 100%;
}
.hero-section .hero-img {
    z-index: -1;
}

.hero-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #36363647;
}

.search-card .hero-heading {
    font-size: 27px;
    font-weight: 700;
    color: #fff
}

.hero-section .hero-heading-two {
    background-color: var(--theming1);
    padding: 6px 10px!important;
    font-size: 24px;
    border-radius: 6px
}

.hero-section .hero-content {
    margin-top: 15px
}

.hero-section .hero-content p {
    line-height: 29px;
    font-size: 17px;
    color: #ececec;
    font-weight: 500
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0px)
    }
}

.hero-signup-cta {
    margin-top: -52px;
}

.hero-signup-cta .content-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 .2rem 3rem 0 rgba(0,0,0,.1);
    box-shadow: 0 .2rem 3rem 0 rgba(0,0,0,.1);
    padding: 35px 60px
}

.hero-signup-cta .step-wrapper .number {
    display: flex;
    padding-right: 25px;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: var(--theming1)
}

.hero-signup-cta .step-wrapper .number::before {
    content: '';
    background-color: var(--theming1);
    position: absolute;
    right: 10px;
    bottom: 12px;
    transform: rotate(45deg);
    width: 5px;
    height: 5px
}

.hero-signup-cta .step-wrapper .copy-02 {
    font-size: 14px;
    color: #333
}

.search-card {
    background-color: #ffff;
    padding: 30px
}

.hero-input-group .hero-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px
}

/*--dubai-visa-page css 16/07/2025 --*/

.hero-banner-main-bxs {
    text-align: center;
}
.hero-banner-main-bxs .hero-banner-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
}
.hero-banner-main-bxs .hero-banner-text {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    margin: 30px 0px;
    margin-bottom: 24px;
    line-height: 88px;
}
.visas-main-aply {
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 10px;
}
.apply-btn-bxs-texts {
    width: max-content !important;
    margin: 20px auto !important;
}
.apply-btn-banner {
    background-color: var(--theming1);
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 4px;
    box-shadow: 0 0 6px #fff;
    transition: all .3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    animation: blink-bg 1s infinite;
	width: max-width;
}
@keyframes blink-bg {
  0%   { background-color: #d71921; } /* Red */
  50%  { background-color: #060606; } /* Orange */
  100% { background-color: #d71921; } /* Red again */
}
.apply-btn-banner:hover {
    background-color: var(--theming1);
    color: #fff;
    text-decoration: none;
}
.visas-main-aply .theme-btn {
    border-color: var(--theming1);
    outline: none;
}
.banner-btm-section {
    margin-top: -54px;
    z-index: 6;
    position: relative;
    /* background: #d3d3d3; */
    /* padding: 10px; */
}
.banner-btm-section .container {
    background: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding-top: 4px;
    padding-bottom: 16px;
}
.read-content-text {
    font-size: 30px;
    font-weight: 700;
}
.trust-box {
    cursor: pointer;
    text-align: center;
}

.trust-icon {
    font-size: 40px;
    color: #E50914;
    margin-bottom: 0px;
}

.trust-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 21px;
}
.authrosed-text-bs {
    position: absolute;
    bottom: 54px;
    left: 57px;
    background-color: #d71921;
    color: #fff;
    padding: 2px 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .4px;
}
.authrosed-text-bs:after {
    top: 0;
    content: '';
    right: -45px;
    position: absolute;
    border: 23px solid !important;
    border-color: transparent transparent #d71921 #d71921 !important;
}
.authrosed-text-bs .trust-img {
    width: 36px;
    margin-right: 0px;
}
.visa-about-left-bxs h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--theming1);
    margin-bottom: 12px;
}
.visa-about-right-bxs {
    border-radius: 10px;
    overflow: hidden;
}

.map-visa-section {
    padding: 50px 0px;
    display: none;
}
.map-visa-time-bx {
    display: block;
    margin: 0 auto;
    width: max-content;
}
.map-visa-time-bx .clock-icon {
    font-size: 20px;
    color: var(--theming1);
    margin-right: 5px;
}
.map-visa-time-bx .clock {
    background: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(120 120 120 / 52%);
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
}
.map-visa-time-bx .clock .label {
    font-size: 1rem;
    font-weight: normal;
    color: #000;
    display: block;
    margin-right: 6px;
}
.map-visa-time-bx .clock #time {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  display: block;
}
.map-dot-line {
    width: 150px;
    margin: -16px auto;
    margin-top: -43px;
}
.map-dot-line img {
    filter: contrast(120.5);
}

.visa-d-section {
    background-color: #fff;
    padding: 20px 0px;
    padding-top: 38px;
}

.visa-text .visa-txt-date {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
    line-height: 1.4;
}

.urgent-text {
    color: var(--theming1);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.apply-button-wrapper {
    flex-shrink: 0;
    text-align: end;
}

.apply-btn {
  background-color: var(--theming1);
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.testimonial-section .testimonial-card .user-img {
	height: 42px;
	width: 42px;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	background-color: #ececec;
	margin-right: 5px;
}
.testimonial-card .user-name {
	font-weight: 600 !important;
	color: #333;
	line-height: normal;
	font-size: 14px;
}
.testimonial-section .testimonial-card .card-data {
	padding: 12px;
	border-radius: 6px;
}
.testimonial-section .testimonial-card .card-head {
	font-size: 15px;
	color: #000;
	line-height: normal;
	font-weight: 600 !important;
	padding-top: 10px;
	padding-bottom: 4px;
	text-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.testimonial-section .testimonial-card .card-para {
	font-size: 13px;
	line-height: 25px;
	margin-top: 2px;
	color: #4e4e4e;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
.testimonial-section .testimonial-card .quote {
	color: #4d4d4d;
	font-size: 20px;
}
.testimonial-card .card-para p {
	display: inline;
}
.testimonial-section .testimonial-card .testimonial-footer {
	padding: 15px;
	background-color: #dfdfdf;
}
.testimonial-section .testimonial-card .star-img {
	width: 95px;
}
.testimonial-section .testimonial-card .date {
	font-size: 14px;
	color: #000;
}
.testimonial-section .testimonial-card .date .date-icon {
	color: #333;
	margin-right: 5px;
}
.testimonial-card .testimonial-review-date {
	font-size: 12px;
	line-height: normal;
	margin-top: 1px;
}
.testimonial-section .nav-pills {
	padding: 18px 18px 0 ;
	border-radius: 8px 8px 0 0;
	gap: 20px;
}
.testimonial-section .nav-pills li {
	line-height: normal;
}
.testimonial-section .testimonial-data {
	padding: 12px;
	border-radius:0 0 8px 8px ;
}
.testimonial-section .testimonial-data-inner {
	font-size: 15px;
	font-weight: 600;
	color: #333;
}
.testimonial-section .review-tab-link {
	padding-bottom: 13px !important;
	line-height: normal;
	font-size:14px;
}
.testimonial-section .review-tab-link.active {
	border-bottom: 2px solid #000  !important;
}
.testimonial-section .slider-btn {
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
.testimonial-section .slider-btn::after {
	font-size: 15px;
	color: #000;
}
.testimonial-section .slider-btn.swiper-button-next {
	right: -50px;
}
.slider-btn.swiper-button-prev {
	left: -50px;
}
.testimonial-section .testimonial:hover .swiper-button-next {
	right: 0;
}
.testimonial-section .testimonial:hover .swiper-button-prev {
	left: 0;
}
.testimonial-card .testimonial-review-date {
    font-size: 13px;
    color: #505050;
}

.call-button-fixed {
    z-index: 8;
}

.visas-section {
    height: 560px;
    width: 100%;
}
.visas-section .hero-img {
    z-index: -1;
    object-fit: cover;
}

.visas-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1a1a1a91;
}
.visas-banner-main-bxs {
    text-align: center;
}
.visas-banner-main-bxs .visas-banner-title {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.visas-banner-main-bxs .visas-banner-text {
    font-size: 98px;
    font-weight: 600;
    color: #fff;
    margin: 12px 0px;
}
.visas-banner-main-bxs .visas-pmain-text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 22px;
}
.common-gap {
    margin-top: 30px;
}
.whatsapp-btn {
    height: 56px;
    width: 56px;
}

.visas-btm-banner-text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: var(--theming1);
    padding-bottom: 4px;
    z-index: 1;
}
.visas-btm-banner-text ul li i {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 4px;
}
.visas-btm-banner-text ul {
    margin-bottom: 0;
    padding-left: 0;
}
.visas-btm-banner-text ul li {
    display: inline-block;
    width: 24%;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0px;
    color: #ffffff;
    font-size: 15px;
}
.pricing-card .visas-data .price-check {
    background-color: #31b63a !important;
    color: #fff !important;
}
/*--dubai-visa-page css --*/

.search-card .theme-btn {
    height: 44px;
    border-radius: 6px;
    border: none
}

.step-card {
    border-radius: 12px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
    transition: all .3s ease-in-out
}

.step-card .step-card-top {
    padding: 10px
}

.step-card .step-card-headaing {
    font-size: 18px;
    font-weight: 700
}

.step-card .step-icon {
    height: 80px;
    width: 80px;
    margin-top: 10px;
    padding: 17px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px
}

.step-card .step-footer {
    padding: 10px;
    background-color: #f5f5f5
}

.step-card .step-count {
    font-size: 33px;
    color: var(--theming1);
    font-weight: 800;
    line-height: normal
}

.step-card .step-para {
    margin-top: 5px;
    font-weight: 500;
    line-height: 23px
}

.step-card:hover {
    transform: translateY(-8px)
}



.price-section .tab-main {
    background-color: #d1d1d1;
    border-radius: 6px;
    padding: 5px;
    margin-top: 22px;
}
.price-section .price-heading {
    font-size:18px;
    background: #d71921;
    padding: 8px 12px;
    color: #fff;
    border-radius: 6px;
}
.tab-main .tabs__nav-decoration {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: width .2s linear 0s,transform .2s ease-out 0s;
    background-color: #ffff;
    border-radius: 5px;
    z-index: 1;
}

.tab-main .tabs__nav-item {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    text-align: center !important;
}

.tab-main .tabs__nav-item.js-active {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: .05s;
    color: #000;
}

.tab-main .tabs__panels {
    position: relative;
    margin-top: 30px;
}

.price-section .tabs__panel {
    display: none;
    transition: all .25s linear 0s;
    opacity: 0;
}
.price-section .tabs__nav {
    overflow-y: hidden;
}

.price-section .tabs__panel.js-active {
    display: block;
    opacity: 1;
}

.pricing-card {
    border-radius: 12px;
    transition: all .3s ease-in-out;
    padding: 15px;
    box-shadow: rgb(99 99 99/20%) 0 2px 8px 0;
    background: #fff;
}

.pricing-card:hover {
    box-shadow: rgba(0,0,0,.24) 0 3px 8px
}

.pricing-card .pricing-header {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.pricing-card .pricing-header span {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
}

.pricing-card .dubai-visa-price {
    font-size: 38px;
    font-weight: 700;
    gap: 6px;
}

.pricing-card .dubai-visa-price sup {
    font-size: 18px;
    font-weight: 700;
}

.pricing-card .price-card-data-inner {
    gap: 7px;
}

.pricing-card .dubai-visa-price .price-two {
    display: none;
}

.pricing-card .visa-checkbox {
    margin-bottom: 0;
    display: flex;
}

.pricing-card .visa-checkbox .visa-checkbox-inner {
    width: 85px;
    height: 31px;
    background: rgba(69,90,100,.396);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.pricing-card .visa-checkbox .visa-checkbox-inner::after {
    content: "Regular";
    position: absolute;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: right;
    padding: 0 8px;
    line-height: 31px;
    font-size: 12px;
    font-weight: 500;
}

.pricing-card .visa-checkbox .visa-checkbox-inner::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: .3s;
    box-shadow: -3px 0 3px rgba(0,0,0,.1);
}

.pricing-card .visa-checkbox input:checked~.visa-checkbox-inner {
    background: #31b63a;
}

.pricing-card .visa-checkbox input:checked~.visa-checkbox-inner::before {
    transform: translate(54px);
    transition: .3s;
}

.pricing-card .visa-checkbox input:checked~.visa-checkbox-inner::after {
    content: "Express";
    text-align: left;
    font-size: 12px;
}

.pricing-card .price-card-data {
    gap: 5px;
    padding-block:12px;line-height: normal;
    align-items: start!important;
}

.pricing-card .price-card-data .price-check {
    height: 15px;
    min-width: 15px;
    max-width: 15px;
    font-size: 12px;
    background-color: #d1d1d1;
    color: #333;
    transition: all .3s ease-in-out;
    margin-top: 1px;
}

.pricing-card .price-card-data .price-check img {
    filter: grayscale(1);
}

.pricing-card .price-card-inner {
    font-size: 14px;
    display: block;
    gap: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-card .price-card-inner .service-type {
    font-weight: 700;
    white-space: nowrap
}

.pricing-card .price-apply-btn {
    font-weight: 500;
    background-color: var(--theming1);
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    padding: 9px 22px;
    transition: all .3s ease-in-out;
    outline: none;
    gap: 7px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
}

.pricing-card .price-apply-btn span {
    background-color: transparent!important;
}

.pricing-card .price-apply-btn i {
    transition: all .3s ease-in-out;
}

.pricing-card .price-apply-btn:hover {
    background-color: var(--theming1-hover);
}

.pricing-card .price-apply-btn:hover i {
    transform: translateX(10px);
}

.pricecard1 .price-card-data .price-check-two {
    background-color: #31b63a;
    color: #fff;
}

.content-main_card_two .price-card-data .price-check-two {
    background-color: #31b63a;
    color: #fff;
}

.price-section .price-main-heading {
    background-color: var(--theming1);
    color: #fff;
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
}

.whychoose-card {
    padding: 14px;
    box-shadow: rgba(50,50,93,.25) 0 2px 5px -1px,rgba(0,0,0,.3) 0 1px 3px -1px;
    border-radius: 11px
}

.whychoose-card .whychoose-title {
    font-size: 16px;
    font-weight: 700
}

.whychoose-card .whychoose-icon {
    height: 52px;
    width: 52px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.whychoose-card:hover .whychoose-icon {
    transform: scale(1.3)
}

.visa-sample-section {
    border-left: 1px dashed #cfcfcf
}

.visa-sample-card {
    box-shadow: rgba(50,50,93,.25) 0 6px 12px -2px,rgba(0,0,0,.3) 0 3px 7px -3px;
    height: 300px
}

.review-card {
    padding: 14px;
    border-radius: 9px;
    box-shadow: rgba(9,30,66,.25) 0 4px 8px -2px,rgba(9,30,66,.08) 0 0 0 1px
}

.review-card .review-icon {
    height: 50px;
    width: 50px;
    font-size: 22px;
    font-weight: 700
}

.review-card .reviewer-name {
    font-size: 16px;
    font-weight: 700
}

.review-card .review-heading {
    font-size: 17px;
    margin-top: 12px;
    font-weight: 700;
    margin-bottom: 6px
}

.review-card .review-content p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0
}

.review-card .review-date {
    color: #000;
    font-size: 15px
}

.faq-section .accordion {
    gap: 10px
}

.faq-section .accordion-button::after {
    display: none
}

.faq-section .accordion-button .close {
    opacity: 0
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #cfcfcf46;
    color: var(--theming1)
}

.faq-section .accordion-button .faq-icon {
    height: 17px;
    width: 17px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.faq-section .accordion-button:not(.collapsed) .close {
    opacity: 1
}

.faq-section .accordion-button:not(.collapsed) .open {
    opacity: 0
}

.faq-section .accordion-button,.faq-section .accordion-body {
    padding: 14px
}

.faq-section .accordion-body {
    padding-bottom: 4px
}

.faq-section .accordion-button {
    font-size: 16px;
    padding-block: 17px;
    font-weight: 700;
    padding-right: 28px!important
}
.faq-section .accordion-button h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.faq-section .accordion-body p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 29px
}

.faq-section .accordion-body ol,.faq-section .accordion-body ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 15px
}

.faq-section .accordion-body li {
    font-size: 15px;
    line-height: 28px
}

.footer-cta {
    background-color: #eee;
    padding-block:25px}

.footer-cta .footer-cta-title {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.footer-cta .cta-social-media {
    gap: 10px
}

.footer-cta .cta-social {
    color: var(--theming1);
    height: 30px;
    width: 30px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px
}

.footer-cta .cta-social:hover {
    background-color: var(--theming1);
    color: #fff
}

.footer {
    background: #f7f7f7;
    padding-block:45px}

.footer .footer-logo {
    height: 51px;
    margin-top: -6px
}

.footer .footer-heading {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px
}

.footer .footer-heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    border-radius: 5px;
    width: 40px;
    background-color: var(--theming1)
}

.footer .footer-text {
    margin-top: 12px
}

.footer .footer-text p {
    line-height: 29px;
    font-size: 15px;
    color: #000
}

.footer .footer-list {
    gap: 12px;
    padding-top: 10px
}

.footer .footer-link {
    font-weight: 600;
    font-size: 15px;
    color: #242424;
    line-height: normal;
    transition: all .3s ease-in-out
}

.footer .footer-link:hover {
    color: var(--theming1);
    transform: translateX(7px)
}

.footer .footer-contact-list {
    gap: 15px;
    padding-top: 11px
}

.footer .footer-contact {
    color: #000;
    gap: 7px;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px
}

.footer .footer-contact .contact-icon {
    height: 28px;
    width: 28px;
    min-width: 28px;
    margin-top: 4px;
    border: 1.4px solid var(--theming1);
    color: var(--theming1);
    transition: all .3s ease-in-out
}

.footer .footer-contact:hover .contact-icon {
    background-color: var(--theming1);
    color: #fff
}

.footer .footer-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 18px
}

.footer .footer-title-two {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 5px
}

.footer .footer-payment-img {
    height: 55px
}

.tripadvisor-card {
    padding: 12px;
    width: 100%;
    margin-left: auto;
}

.tripadvisor-card .tripadvisor-logo {
    height: 30px
}

.tripadvisor-card .tripadvisor-data {
    font-size: 12px;
    color: #5A5858;
    margin-top: 3px;
    margin-bottom: 10px
}

.tripadvisor-card .tripadvisor-heading {
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
    padding-top: 7px;
}

.tripadvisor-card .tripadvisor-subheading {
    margin-top: 12px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 700;
}

.tripadvisor-card .tripadvisor-rating-icon {
    height: 15px;
}

.tripadvisor-card .triadvisor-total-rating {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    color: #595959;
}

.tripadvisor-card .tripadvisor-reviews-para {
    font-size: 13px;
    color: #636363;
    font-weight: 500;
    line-height: 21px;
    padding-block:2px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tripadvisor-card .tripadvisor-reviews-para .review-para-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tripadvisor-card .tripadvisor-reviews-para .more {
    font-weight: 600;
    color: #000;
}

.tripadvisor-card .tripadvisor-link {
    font-size: 14px;
    font-weight: 500;
}

.copyright-section {
    background-color: #eee;
    padding-block:16px;
}

.copyright-section .copyright-text {
    color: #000;
    font-weight: 600;
}

.copyright-section .copyright-text a {
    font-weight: 700;
}

.testimonial-section .allreview {
    padding: 6px 14px;
    color: #00613f;
}

.testimonial-section .allreview .review-img {
    height: 28px;
}

.testimonial-section .testimonial-card .user-img {
    height: 43px;
    width: 43px;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-card .user-name {
    font-weight: 700!important;
}

.testimonial-section .testimonial-card .card-data {
    padding: 15px;
}

.testimonial-section .testimonial-card .card-head {
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-weight: 700!important;
}

.testimonial-section .testimonial-card .card-para {
    font-size: 15px;
    line-height: 27px;
    margin-top: 9px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.testimonial-section .testimonial-card .quote {
    color: #4d4d4d;
    font-size: 20px;
}

.testimonial-card .card-para p {
    display: inline;
}

.testimonial-section .testimonial-card .testimonial-footer {
    padding: 15px;
    background-color: #dfdfdf;
}

.testimonial-section .testimonial-card .star-img {
    width: 115px;
}

.testimonial-section .testimonial-card .date {
    font-size: 14px;
    color: #000;
}

.testimonial-section .testimonial-card .date .date-icon {
    color: #333;
    margin-right: 5px;
}

.testimonial-card .testimonial-review-date {
    font-size: 13px;
}

.content-section .content-card {
    padding: 14px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px;
}

.content-card .ellipsis3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 107px;
}

.content-card .read-more-btn {
    font-size: 16px;
    font-weight: 700;
    color: var(--theming1);
    background-color: transparent;
    line-height: normal;
    padding-inline:0 ;
}

.content-card p {
    margin-bottom: 8px;
    line-height: 28px;
}

.content-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding-top: 8px;
    margin-bottom: 10px;
}

.content-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    padding-top: 8px;
    margin-bottom: 10px;
}

.content-card strong,.content-card b {
    font-weight: 700;
}

.content-card table {
    width: auto;
}
.content-card table {
    margin: 18px 0px;
}
.content-card table tr:first-child {
    background-color: #e9e9e9;
}
.content-card table,.content-card th,.content-card td {
    border: 1px solid #a1a1a1;
    border-collapse: collapse;
}

.content-card th,.content-card td {
    padding: 8px;
}

.content-card ul,.content-card ol {
    padding-left: 23px;
    margin-bottom: 13px;
}

.content-card li {
    margin-bottom: 8px;
    line-height: 27px;
}

.content-section .content-note {
    padding: 10px;
    font-size: 15px;
}

.content-section .content-note i {
    color: var(--theming1);
}

.country-items {
    box-shadow: rgba(67,71,85,.27) 0 0 .25em,rgba(90,125,188,.05) 0 .25em 1em;
    border-radius: 6px;
    padding: 13px;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    background-color: transparent!important;
}

.country-items a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    white-space: nowrap;
    transition: all .3s ease-in-out;
}

.country-items a:hover {
    color: var(--theming1);
}

.country-items:hover {
    transform: scale(1.07);
}

.country-section .country-inner {
    gap: 10px;
}

.country-section .country-inner>* {
    flex: 0 0 13.5%;
    width: 13.5%;
}

.country-section .read-more-btn {
    background-color: var(--theming1);
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    padding: 8px 26px;
    gap: 5px;
    line-height: normal;
}

.country-section .read-more-btn.expanded i {
    transform: rotate(-180deg);
}

.country-section .country-main.countrycontent {
    height: 118px;
}

.country-section .country-main {
    overflow: hidden;
}



.partner-section .partner-card {
    padding: 15px;
    border-radius: 10px;
}

.table-section table,.table-section th,.table-section td {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
}

.country-hero-section {
    background: url(../img/dubai-bg-2.webp) no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.fujairah-hero-section {
    background: url(../img/fujairah-bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.umm-hero-section {
    background: url(../img/dubai-bg-3.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.ras-hero-section {
    background: url(../img/ras-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

/*@media(max-width: 576px) {*/
    /*.country-hero-section {*/
    /*    background:url(../img/dubai-bg-2-mob.webp) no-repeat;*/
    /*    background-size: cover;*/
    /*    background-position: center*/
    /*}*/

    /*.ras-hero-section {*/
    /*    background: url(../img/ras-banner-mob.webp) no-repeat;*/
    /*    background-size: cover;*/
    /*    background-position: center*/
    /*}*/
/*}*/

.visatype-card {
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px;
    border-radius: 10px;
}

.visatype-card .visatype-heading {
    font-size: 18px;
    font-weight: 700;
}

.visatype-card .nav-link {
    font-weight: 600;
    font-size: 15px;
}

.visatype-card .visatype-card-head {
    padding: 12px;
}

.visatype-card .visatype-card-body {
    padding: 12px;
}

.visatype-card .nav-link {
    color: #000;
    font-weight: 600;
    background-color: #f1f1f1;
}

.visatype-card .visatype-content p {
    font-size: 15px;
    line-height: 28px;
}

.visatype-card .nav-link.active {
    background-color: var(--theming1);
}

.choose-section .choose-inner {
    gap: 12px;
}

.choose-card {
    box-shadow: rgba(0,0,0,.1) 0 1px 3px 0,rgba(0,0,0,.06) 0 1px 2px 0;
    min-height: 50px;
    font-weight: 600;
    gap: 10px;
    transition: all .3s ease-in-out;
}

.choose-card b {
    font-weight: 700
}

.choose-card .choose-icon {
    width: 50px;
    height: 50px;
    padding: 13px;
}

.choose-card:hover {
    transform: translateY(-6px);
}

.document-inner {
    gap: 12px;
}

.document-card {
    border: 1px dashed #aaa;
    padding: 6px;
    gap: 10px;
    font-weight: 700;
}

.document-card .document-card-img {
    height: 70px;
    width: 80px;
}

.impo-info-card {
    padding: 10px;
}

.impo-info-card ul {
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    gap: 8px;
}

.track-card {
    box-shadow: rgba(9,30,66,.25) 0 4px 8px -2px,rgba(9,30,66,.08) 0 0 0 1px;
    padding: 16px;
}

.track-section .track-title {
    font-size: 17px;
    font-weight: 700;
}

.track-card .track-label {
    font-size: 16px;
    font-weight: 700;
}

.track-card .track-input {
    font-weight: 600;
    height: 46px;
    margin-top: 8px;
}

.track-card .track-input:focus {
    border: 2px solid var(--theming1)
}

.track-card .track-input::placeholder {
    font-weight: 600
}

.track-card .track-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    background-color: var(--theming1);
    padding: 7px 25px;
    border-radius: 5px
}

.track-section .track-result-btn {
    font-size: 15px;
    font-weight: 600;
    gap: 4px;
    background: var(--theming1)
}

.contact-form {
    padding: 15px
}

.contact-section .contact-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.contact-section .contact-text {
    font-size: 15px;
    font-weight: 500
}

.contact-form .theme-btn {
    padding: 10px 18px
}

.contact-card {
    box-shadow: rgba(67,71,85,.27) 0 0 .25em,rgba(90,125,188,.05) 0 .25em 1em;
    padding: 12px;
    gap: 10px
}

.contact-card .contact-icon {
    height: 40px;
    width: 40px;
    border: 1.5px solid var(--theming1);
    color: var(--theming1);
    transition: all .3s ease-in-out
}

.contact-card .contact-title {
    font-weight: 700;
    line-height: normal
}

.contact-card .contact-title-two {
    color: #333;
    font-size: 14px;
    font-weight: 500
}

.contact-card:hover .contact-icon {
    transform: scale(1.1)
}



.howapply-card {
    padding: 15px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 2px 6px 2px;
    border-radius: 8px
}

.howapply-card .howapply-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px
}

.howapply-card .howapply-card-content p {
    line-height: 29px;
    margin-bottom: 10px
}

.howapply-img {
    border-radius: 8px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0,rgba(60,64,67,.15) 0 1px 3px 1px
}

.thanks-section {
    margin-top: 60px
}

.thanks-card {
    padding: 20px;
    border-radius: 14px;
    box-shadow: rgba(9,30,66,.25) 0 4px 8px -2px,rgba(9,30,66,.08) 0 0 0 1px
}

.thanks-card .thanks-icon {
    color: #31b63a;
    font-size: 110px;
    line-height: 110px
}

.thanks-card .thanks-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-top: 8px
}

.thanks-card .thanks-heading::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #31b63a;
    height: 3px;
    border-radius: 5px;
    width: 80px
}

.thanks-card .thanks-title {
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 4px
}

.thanks-card .thanks-title-two {
    font-size: 15px;
    line-height: 25px
}

.thanks-card .thanks-btn {
    background-color: #31b63a;
    color: #fff;
    font-weight: 700;
    gap: 6px;
    transition: all .3s ease-in-out;
    padding: 7px 20px;
    border-radius: 5px
}

.thanks-card .thanks-btn i {
    transition: all .3s ease-in-out
}

.thanks-card .thanks-btn:hover {
    background-color: #0caa17
}

.thanks-card .thanks-btn:hover i {
    transform: translateX(-4px)
}

.error-section {
}

.error-section .thanks-icon {
    height: 140px
}

.error-section .thanks-heading {
    color: var(--theming1 );
    padding-bottom: 5px;
    margin-top: 25px;
}

.error-section .thanks-heading::before {
    background-color: var(--theming1);
}

.error-section .thanks-btn {
    background-color: var(--theming1);
}

.error-section .thanks-btn:hover {
    background-color: var(--theming1-hover);
}

.blog-card {
    border-radius: 10px;
}

.blog-card .blog-card-img::before {
    content: '';
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    top: 0;
    background-color: #3333;
    transition: all .3s ease-in-out;
}

.blog-card .blog-card-content {
    bottom: 0;
    padding: 10px;
    background-color: #ffffffcb;
    height: 78px;
    transition: all .3s ease-in-out;
}

.blog-card .blog-icon-list {
    gap: 16px;
}

.blog-card .blog-icon {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.blog-card .blog-icon i {
    color: var(--theming1)
}

.blog-card .blog-card-img {
    height: 290px;
}

.blog-card .blog-card-heading,.blog-card .blog-card-heading>* {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.blog-card .blog-card-heading a:hover {
    color: var(--theming1);
}

.blog-card .blog-card-para {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-card .blog-card-para p {
    color: #000;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 0;
}

.blog-card:hover .blog-card-img::before {
    height: 100%;
}

.blog-card:hover .blog-card-content {
    height: 135px;
}

.blog-home-card {
    border-radius: 5px;
    box-shadow: rgba(50,50,105,.15) 0 2px 5px 0,rgba(0,0,0,.05) 0 1px 1px 0;
}

.blog-home-card .blog-home-card-img {
    height: 230px;
    border-radius: 5px;
}

.blog-home-card .blog-home-card-img img {
    border-radius: 5px 5px 0 0;
    transition: all .3s ease-in-out;
}

.blog-home-card .blog-home-card-img:hover img {
    transform: scale(1.1);
}

.blog-home-card .blog-home-date-card {
    z-index: 2;
    top: -7px;
    left: 20px;
}

.blog-home-card .blog-datecard-inner {
    padding: 3px 12px;
    gap: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--theming1);
}

.blog-home-card .blog-datecard-inner::after {
    position: absolute;
    top: 0;
    content: '';
    width: 0;
    right: -7px;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #96040b;
}

.blog-home-card .blog-datecard-inner::before {
    position: absolute;
    top: 0;
    content: '';
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #96040b transparent;
}

.blog-home-card .blog-home-date-inner {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.blog-home-card .blog-home-card-content {
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 12px;
}

.blog-home-card .blog-homecard-heading {
    font-size: 16px;
    font-weight: 700;
}

.blog-home-card .blog-homecard-heading>* {
    color: #000;
    transition: all .3s ease-in-out;
}

.blog-home-card .blog-homecard-heading>*:hover {
    color: var(--theming1);
}

.blog-home-card .blog-home-card-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.blog-home-card .blog-home-card-para p {
    color: #000;
    font-size: 15px;
    line-height: 27px;
}

.blog-home-card .readmore-main {
    margin-top: 10px;
    padding-top: 10px;
}

.blog-home-card .readmore-main a {
    color: #000;
    font-weight: 700;
    transition: all .3s ease-in-out
}

.blog-home-card .readmore-main a:hover {
    color: var(--theming1);
}

.blog-home-card .readmore-main a i {
    transition: all .3s ease-in-out;
}

.blog-home-card .readmore-main a:hover i {
    transform: translateX(4px);
}

.blog-detail-section .blog-detail-img {
    height: 370px;
}

.blog-detail-section .blog-detail-inner {
    padding: 14px 4px 0;
}

.blog-detail-section .blog-detail-heading {
    font-size: 24px;
    font-weight: 700;
}

.blog-detail-section .blog-detail-list {
    gap: 14px;
}

.blog-detail-section .blog-detail-list li {
    font-size: 15px;
    font-weight: 600;
}

.blog-detail-section .blog-detail-content {
    margin-top: 10px
}

.blog-detail-section .blog-detail-content p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 26px;
}

.blog-detail-section .blog-detail-content li {
    font-size: 15px;
    line-height: 25px;
}

.blog-detail-section .blog-detail-content ul {
    display: flex;
    padding-left: 22px;
    flex-direction: column;
    gap: 6px;
}

.blog-detail-section .blog-detail-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 4px;
}

.blog-detail-section .blog-detail-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-top: 4px;
}

.blog-detail-section .blog-detail-content table,.blog-detail-section .blog-detail-content th,.blog-detail-section .blog-detail-content td {
    border: 1px solid #b9b9b9;
    border-collapse: collapse;
}

.blog-detail-section .blog-detail-content table {
    width: 100%;
}

.blog-detail-section .blog-detail-content th,.blog-detail-section .blog-detail-content td {
    padding: 5px 10px;
}

.blog-sidebar {
    padding: 10px;
    position: sticky;
    top: 0;
    box-shadow: rgba(50,50,105,.15) 0 2px 5px 0,rgba(0,0,0,.05) 0 1px 1px 0;
}

.blog-sidebar .blog-sidebar-heading {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
}

.blog-sidebar .blog-sidebar-inner {
    gap: 2px 0;
}

.sidebar-card .sidebar-card-img {
    height: 77px;
    overflow: hidden;
    border-radius: 4px;
}

.sidebar-card .sidebar-card-img img {
    transition: all .3s ease-in-out;
}

.sidebar-card .sidebar-card-img:hover img {
    transform: scale(1.1);
}

.sidebar-card .sidebar-card-heading {
    font-size: 15px;
    font-weight: 700;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sidebar-card .sidebar-card-heading a {
    color: #000;
    transition: all .3s ease-in-out;
}

.sidebar-card .sidebar-card-heading a:hover {
    color: var(--theming1)
}

.sidebar-card .blog-sidebar-icon {
    font-size: 14px;
    font-weight: 600;
}

.sidebar-card .blog-sidebar-icon i {
    color: var(--theming1);
}

.apply-step-card .step-img-main {
    border: 2px solid var(--theming1);
    height: 180px;
    width: 180px;
    transition: all .3s ease-in-out;
}

.apply-step-card .step-img-main .step-img {
    height: 150px;
    width: 150px;
    background: url(../img/apply-step-1.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.apply-step-card .step-img-main .step-img::before {
    content: '';
    position: absolute;
    top: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(215,25,34,.384);
}

.apply-step-card .step-img-main .step-img-two {
    background: url(../img/apply-step-2.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.apply-step-card .step-img-main .step-img-three {
    background: url(../img/apply-step-3.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.apply-step-card .step-img-main .step-img-four {
    background: url(../img/apply-step-4.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.apply-step-card .step-img-main .step-count {
    font-size: 70px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
}

.apply-step-card .step-heading h1,.apply-step-card .step-heading h2,.apply-step-card .step-heading h3,.apply-step-card .step-heading h4,.apply-step-card .step-heading h5,.apply-step-card .step-heading h6,.apply-step-card .step-heading p {
    font-size: 18px;
    margin: 15px 0 0 0;
    font-weight: 700;
}

.apply-step-card:hover .step-img-main {
    transform: translateY(-8px);
}



.document-required-section .document-required-card{
    padding: 30px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #595959 !important;
    font-weight: 600;
}


/*track result section start */
.track-result-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.track-result-card .track-result-title {
    padding-top: 12px; 
    padding-bottom: 18px;
    font-size: 18px;
}
.track-result-card .track-result-title span {
    color: var(--theming1);
}

@media (max-width:767px){
    .track-result-card .track-result-title {
        font-size: 15px;
    }
    .track-result-card td {
        font-size: 15px;
    }
    .visa-sample-card {
       height:auto;
    }
}


.sample-modal .modal-header,
.sample-modal .modal-body {
      padding:12px;

}
