:root {
    --tg-theme-primary: #61C1D5;
    --tg-heading-color: #181818;
    --white-color: #ffffff;
    --secondary-one: #777E33;
    --secondary-two: #7C2571;
    --tg-body-color: #616161;
    --tg-theme-secondary: #181818;
    --white-color: #ffffff;
    --space: 56px;

}


.header-custom .tgmenu__navbar-wrap>ul>li {
    margin-right: 55px;
}

.header-custom .tgmenu__navbar-wrap>ul>li a {
    /* padding: 25px 0px; */
    color: #000
}

.header-custom .tgmenu__action ul li a {
    color: #fff;
}

.tg-header__top {
    background-color: var(--secondary-two);
}

.header-custom .tgmenu__action ul li a:hover {
    color: #000;
}

.header-custom .tgmenu__navbar-wrap>ul>li.active a {
    color: var(--tg-theme-primary);
}

.tg-header__top-info li i,
.tg-header__top-info li a {
    color: #616161;
}

.tg-header__top-info li {
    color: #fff;
}

.tg-header__top-right li a {
    color: #fff;
}

.tg-header__top-right li:hover a,
.tg-header__top-right li:hover i {
    color: var(--secondary-two);
}

.tg-header__top-right li i {
    color: #fff;
}

.header-custom .logo img {
    max-height: 52px !important;
}

.btn {
    padding: 14px 14px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid var(--tg-theme-primary);
}

.btn-2 {
    background-color: var(--secondary-two);
    border-color: #7C2571;
}

.btn-3 {
    background-color: var(--secondary-one);
    border-color: var(--secondary-one);
}

.btn:hover,
.btn:focus-visible {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.btn::before {
    background-color: #fff;
}

.btn-outline {
    background-color: transparent;
    border-color: var(--tg-theme-primary);
    color: var(--tg-theme-primary);
}

.btn.btn-outline::before {
    background-color: var(--tg-theme-primary);
    color: var(--white-color);
}

.btn-outline:hover {
    background-color: var(--tg-theme-primary);
    color: var(--white-color);
    border-color: var(--tg-theme-primary);
}

.btn-outline-2 {
    background-color: transparent;
    border-color: var(--secondary-one);
    color: #777E33;
}

.btn.btn-outline-2::before {
    background-color: var(--secondary-one);
    color: var(--white-color);
}

.btn-outline-2:hover {
    background-color: var(--secondary-one);
    color: var(--white-color);
    border-color: #777E33;
}

.btn-outline-3 {
    background-color: var(--white-color);
    border-color: var(--secondary-two);
    color: #7C2571;
}

.btn.btn-outline-3::before {
    background-color: var(--secondary-two);
    color: var(--white-color);
}

.btn-outline-3:hover {
    background-color: var(--secondary-two);
    color: var(--white-color);
    border-color: #7C2571;
}

.btn-4 {
    background-color: #181818;
    border-color: #181818;
}


.btn::after {
    transform: rotate(-45deg);
    font-size: 15px;
}

.slider__area-custom {
    padding: 0px !important;
}

.slider__area-custom .slider__bg {
    border-radius: 20px;
}

.slider__area-custom .slider__single::before {
    content: none;
}

.slider__area-custom .slider_baner_home8 .slider__bg::before {
    content: none;
}

.slider__area-custom .testimonial__nav-four .testimonial-two-button-prev {
    left: 70px;
    z-index: 1;
    color: var(--tg-theme-primary);
}

.slider__area-custom .slider__bg {
    border-radius: 0px;
}

.slider__area-custom .testimonial__nav-four .testimonial-two-button-next {
    right: 70px;
    z-index: 1;
    color: var(--tg-theme-primary);
}

.slider__area-custom .testimonial__nav-four .testimonial-two-button-prev:hover,
.slider__area-custom .testimonial__nav-four .testimonial-two-button-next:hover {
    color: var(--white-color)
}

.banner-text {
    color: var(--tg-theme-primary) !important;
    margin-bottom: 10px !important;
}


.slider-card-box.services__area-home8 {
    top: -70px
}

.tx-main {
    color: var(--tg-theme-primary) !important;
}

.tx-main2 {
    color: var(--secondary-one) !important;
}

.tx-main3 {
    color: var(--secondary-two) !important;
}

.wd-100 {
    width: 100px;
}

.bg-main {
    background-color: var(--tg-theme-primary) !important;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.holyday-package-area {
    background-color: #F2FDFF;
    padding: 120px 0px;
}

.service-box-slide .project__nav-wrap .project-button-prev,
.service-box-slide .project__nav-wrap .project-button-next {
    color: var(--tg-theme-primary);
    width: 45px;
    height: 45px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 23px;
}

.service-box-slide .project__nav-wrap .project-button-prev:hover,
.service-box-slide .project__nav-wrap .project-button-next:hover {
    color: var(--white-color);
}

.service-box-slide .project__nav-wrap .project-button-prev {
    left: -20px;
}

.service-box-slide .project__nav-wrap .project-button-next {
    right: -20px;

}

.package-card img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.package-card {
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 4px;
    border: 0;
    z-index: 1;
}

.package-card label {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 3px 10px;
    border-radius: 0px 20px 20px 0px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-theme-primary);
    font-size: 13px;
    font-weight: 600;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.country-img {
    position: absolute;
    bottom: 83px;
    left: 20px;

}

.country-img img {
    height: 60px;
    width: 80px;
}

.package-card p {
    font-size: 13px;
}

.package-card .card-body img {
    height: 30px;
    width: 30px;
}

.link1 {
    color: var(--tg-theme-primary);
    text-decoration: underline;
    font-size: 14px;
}

.link2 {
    color: var(--tg-body-color);
    text-decoration: underline;
    font-size: 14px;
}

.link1 i,
.link2 i {
    display: inline-block;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    font-size: 13px;
    padding-left: 5px;
}

.link1:hover {
    color: #181818;
    text-decoration: underline;
}

.link2:hover {
    color: var(--tg-theme-primary);
    text-decoration: underline;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.bg-img-wrap {
    height: 100%;
}

.bg-img-wrap img {
    height: 640px;
    width: 100%;
    object-fit: cover;
}

.insurance-area {
    background-color: #F2FDFF;
}

.wd-75 {
    width: 750px;
}

.p-40 {
    padding: 40px;
}

.bg-sec {
    background-color: #FCF7F1;
}


.car-rent-area {
    background-color: #FCF7F1;
}

.testimonial-section {
    background-image: url(../images/testimonial/testo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    padding: 120px 0px;
}

.testo-card {
    position: relative;
    border: 0;
    border-radius: 20px;
    min-height: 280px;
}


.testo-card::after {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    bottom: 10px;
    right: 12px;
    color: #ddd;
}

.testo-avtar img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testo-avatar {
    position: absolute;
    bottom: 20px;
}

.testo-details {
    margin-top: 20px;
}

.testo-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    padding-top: 10px;
    font-style: italic;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-pagination-color-default, var(--tg-theme-primary)));
    border-radius: 50%;
    position: relative;
}

.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--tg-theme-primary);
    border-radius: 50%;
    box-sizing: border-box;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px !important;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.blog-area {
    padding: 120px 0px;
}

.blog-date p {
    margin: 6px 0px;
    padding: 0 10px;
}

.blog-date p:first-child {
    border-right: 1px solid var(--tg-body-color);
    padding-right: 10px;
}

.bg-none {
    background: transparent;
}

.blog-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.blog-card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
}

.contact-area {
    background-image: url(../images/contact-bg.jpg);
    padding: 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contact-area .contact__form-wrap {
    background-color: var(--white-color) !important;
    margin-top: -190px;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.tx-12 {
    font-size: 12px;
}

.contact-area .contact__info .list-wrap li {
    margin-bottom: 20px;
}

.contact-area .contact__info .list-wrap li .icon {
    height: 45px;
    width: 45px;
    color: var(--secondary-two);
    font-size: 25px;
}

.contact-area .contact__info .list-wrap li .content a {
    color: var(--white-color);
}

.footer-logo {
    height: auto;
    margin-bottom: 20px;
    width: 270px;
}

.footer__area-two {
    background: #1E1E1E;
    z-index: 1;


}

.pt-100 {
    padding-top: 100px;
}


.mt_100 {
    margin-top: -100px;
}

.footer-link ul li {
    display: inline;
    list-style-type: none;
    position: relative;
    margin-left: 40px;
}

.footer-link ul li:before {
    content: '';
    background-color: #ffffff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -24px;
    transform: translateX(-50%);
    top: 0;
}

.footer-link ul li:first-child::before {
    content: none;
}

.footer-link ul li a {
    color: #ffffff;
}

.footer-link ul li a:hover {
    color: var(--tg-theme-primary);
}

.footer__bottom-two {
    border-color: #cdcdcd;
}

.footer__bottom-two .vr {
    background-color: #fff;
    width: 2px;
    opacity: 1;
}

.bg-brochure {
    background-color: #F2FDFF;
    padding: 15px;
    border-radius: 10px;
}

.brochure-btn::after {
    content: none;
}


.breadcrumb__content .breadcrumb-item {
    color: var(--white-color);
}

.breadcrumb__content .breadcrumb-item a {
    color: var(--white-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.tour-area {
    padding: 120px 0px;
    background-color: #FCF7F1;
}

.tour-area .package-card label {
    z-index: 1;
}

.tour-area .package-card .package-img img {
    height: 350px;
    transition: all .4s;
}

.tour-area .package-card .package-img {
    overflow: hidden;
}

.tour-area .package-card:hover .package-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border-radius: 10px 10px 0px 0px;
}


.tour-area .package-card .card-body img {
    height: 30px;

}

li.whatsapp-btn a {
    background-color: #25D366;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;

}

li.whatsapp-btn a i {
    font-size: 23px;
}

li.whatsapp-btn a:hover i {
    color: #25D366;
}

li.whatsapp-btn a:hover {
    background-color: transparent;
    border: 1px solid #25D366;

}

/* Visa Eligibility Start  */
.background-overlay,
.background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.rounded-10 {
    border-radius: 10px;
}

.opacity-100 {
    opacity: 1 !important;
}

.bg-transparent {
    background-color: transparent;
}

.w-full {
    width: 100%;
}

.bg-yellow-100 {
    background-color: rgba(255, 208, 118, 0.12);
}


.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center center;
}

.px-15 {
    padding-left: 15px;
}

.pb-50 {
    padding-bottom: 50px;
}

.on-hover-white:hover {
    color: #fff;
    text-decoration-color: #fff;
}


.eligibility-des {
    background-color: #F2FDFF;
    border-radius: 20px;
    padding: 15px;
    margin: 20px;
}

.progress-steps>div {
    margin-left: 39px;
    position: relative;
}

.progress-steps>div.hidden {
    display: none;
}

.progress-steps>div:last-child>h1::before {
    border: none;
}

.progress-steps>div>h1 {

    margin-left: -39px;
    margin-bottom: 0px;
}

.progress-steps>div>h1>label {
    font-size: 20px;
    color: #222;
    font-weight: 600;
}

.progress-steps>div>h1>.number {
    background: #16C4C7;
    color: #FFF;
    margin-right: 20px;
}

.progress-steps>div>p {
    margin-left: 15px;
}

.progress-steps>div>h1::before {
    content: "";
    position: absolute;
    border-left: solid 1px #16C4C7;
    width: 1px;
    height: calc(100% - 27px);
    top: 39px;
    left: -22.5px;
}

.progress-steps>div>h1>.number {
    border-radius: 50%;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
}

.eligibolity-form {
    margin: 20px;
}

label {
    font-size: 15px;
    font-weight: 600;
    color: #616161;
}

.tx-13 {
    font-size: 13px;
}

.visa-type {
    /* background-color: #F2FDFF; */
    padding: 120px 0px;
}

.visa-type-list .package-card img {
    height: 350px;
}


.visa-type .nav-link.active {
    color: #7C2571;
    /* font-size: 19px; */
    border-bottom: 2px solid #7C2571;
    ;
}

.visa-type .nav-link {
    color: var(--tg-body-color);
    position: relative;
    margin-right: 30px;
}

.visa-type .nav-link:hover {
    color: #7C2571;
    border-bottom: 2px solid #7C2571;
}

.visa-type .nav-link:before {
    content: '';
    position: absolute;
    right: -15px;
    top: 9px;
    height: 22px;
    width: 2px;
    background-color: var(--tg-body-color);

    transform: rotate(25deg);
}

.visa-type .nav-item:last-child .nav-link:before {
    content: none;
}

.visa-type .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.visa-type .package-card p {
    font-size: 16px;
}

.faq-area .accordion-button {
    color: var(--tg-theme-primary);
}

.faq-area .accordion-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 8px;
    margin-bottom: 15px;
}

.faq-area .accordion-button.collapsed {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 8px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

.accordion-button::after {
    background-image: url(../images/icon/plus.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/plus.svg);
}


.brochure-area {
    position: relative;
    margin-top: -70px;
    z-index: 2;

}

.brochure-area img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}



/* Contact Us Start  */
.contact-infos {
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, .1);
    border-radius: 5px;
    padding: 40px 40px 45px;
    margin-left: -80px;
}

.contact-infos ul li {
    background: #fff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, .1);
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 5px 35px 5px 5px;
    border: 1px solid #eee;
    max-width: 450px;
    transition: all .4s;
    list-style-type: none;
}

.contact-infos ul li h6 {
    font-weight: 700;
    font-size: 16px;
    color: #2d373c;
    transition: all .3s;
}

.contact-infos ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #5c5c5c;
    display: inline-block;
    transition: all .3s;
    word-break: break-all;
}


.contact-infos ul li:hover {
    background: var(--secondary-two);
}

.contact-infos ul li:hover h5,
.contact-infos ul li:hover a {
    color: #fff;
}


.contact-infos li .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    color: var(--tg-theme-secondary);
    font-size: 20px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.contact__form-wrap.contact-custom {
    background: #FCF7F1;

    padding: 50px;
    margin-left: 0px;
    border: none;
    height: 100%;
}

.custom-contactus .contact-map {
    height: 600px;
}

.custom-contactus .contact-map iframe {
    border-radius: 0px;
}


.custom-contactform .contact__form-wrap form .form-grp {
    margin-bottom: 25px;
}


.custom-contactform .contact__form-wrap .title {
    margin-bottom: 5px;
    font-size: 35px;
}

/* About Us Start  */


.about-item_img {
    min-width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: #e9f6f9;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-item_img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-item_img:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.why-choose-us .card-services-type-01 {
    margin-bottom: 0px;
    height: 100%;
    border-color: var(--tg-heading-color);
    padding: 21px;

}

.why-choose-us .card-services-type-01 p {
    margin-bottom: 0px;
}

.why-choose-us .card-services-type-01 .card-info h5 {
    margin-bottom: 6px;
}

.why-choose-us .card-services-type-01 .card-icon {
    margin-bottom: 45px;
}

.why-choose-us {
    background-image: url(../images/about/map.jpg);
    padding: 120px 0px;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose-us .card-services-type-01:hover .card-icon img {
    transform: rotateY(180deg);
}

.gallery-img-div img {
    width: 250px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}

.slider-round-fix {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 500px;
    height: 500px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-round-fix h3 {
    font-size: 40px;

    font-weight: 600;
}

.gallery-section {
    background-color: #EDFAFE;
}

.margqur-main-div {
    height: 190px;
}



/* Faq Start  */
.faq-page-featuers .feature-item.style-three {
    height: calc(100% - 30px);

    margin-bottom: 30px;
    padding: 40px;
    border: none;
    border-radius: 10px;
}

.feature-item.style-three .icon {
    margin-bottom: 25px;
}

.box-bg-1 {
    background: #1c231f;
}

.box-bg-2 {
    background: var(--secondary-one)
}

.box-bg-3 {
    background: var(--secondary-two);
}

.box-bg-4 {
    background: var(--tg-theme-primary);
}

.feature-item.style-three .icon,
.feature-item.style-three .content p,
.feature-item.style-three .content h3,
.feature-item.style-three .content h6,
.feature-item.style-three .icon-title h5 {
    color: white;
}

.bgc-primary {
    background-color: var(--tg-theme-primary);
}


.container.container-1500 {
    max-width: 1530px;
}

.newsletter-content-part {
    max-width: 545px;
}

.newsletter-bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    text-align: center;
    width: calc(50vw - 140px);
}

.z-1 {
    z-index: 1;
}

@media only screen and (min-width: 992px) {
    .newsletter-three .newsletter-image-part {
        width: calc(50vw - 15px);
    }
}

.newsletter-three .newsletter-image-part {
    right: 0;
    left: auto;
}

@media only screen and (min-width: 992px) {
    .newsletter-image-part {
        height: 100%;
        width: calc(50vw - 200px);
        position: absolute;
        left: calc(50vw - 140px);
        top: 0;
    }
}

.newsletter-image-part {
    min-height: 500px;
}

.bgs-cover {
    background-size: cover;
    background-position: center;
}


.accordion-button.collapsed {
    border-bottom: none;
    background-color: #fff;
}

.accordion-item:not(:first-of-type) {
    border: 1px solid #ddd;
}

.accordion-item {
    border: 1px solid #ddd;
}

.accordion-button {
    color: #000;
}

.accordion-button:hover {
    color: #000;
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

.visa-top-area{
    background: linear-gradient(180deg, #FCF7F1 0%, #ffffff 100%);
    
}


.datepicker td, .datepicker th {
    width: 33px !important;
    height: 33px !important;
}
/* Activity Css Start  */


.activity-area {
    background: linear-gradient(180deg, rgba(124, 37, 113, 0.2) 0%, #ffffff 100%);
}

.service-details-area .project__nav-wrap .project-button-prev, .service-details-area .project__nav-wrap .project-button-next{
    height: 45px;
    width: 45px;
    font-size: 21px;
    background-color: var(--tg-theme-primary);
    color: #fff;
}

.service-details-area .project__nav-wrap .project-button-prev:hover, .service-details-area .project__nav-wrap .project-button-next:hover{
    background-color: var(--tg-heading-color);
}
.service-details-area .project__nav-wrap .project-button-next{
   right: -15px;
}


.popular-activities .package-card img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.bg-sec-light{
    background-color: #F2FDFF;
}

.car-rental-area{
    background: linear-gradient(180deg, rgba(119, 126, 51, 0.2) 0%, #ffffff 100%);
}

/* Health Start  */

.health-area{
    background: linear-gradient(180deg, #e0f7ff 0%, #ffffff 100%);
}


.package-card .package-img .img-cover{
    object-fit: contain;
    height: 200px;
}
 
 
  .smoky-container {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-top: -100px;
    z-index: 2;
  }


.smoky-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 250%; 
    height: 100%;
    display: flex;
}


.smoky-animation div {
    width: 50%; 
    height: 100%;
    background: url('../../assets/images/fogg.png') repeat-x; 
    background-size: cover;
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); 
    }
}

.smoky-animation {
    animation: marquee 15s linear infinite; 
}


/* Responsive Start  */



@media only screen and (max-width: 1280px) and (min-width: 1140px) {
    .pl-350 {
        padding-left: 45px;
    }

    .visa-section .left-side-box {
        padding: 0px 0px 0px 45px;
    }

    .slider__area-custom {
        padding: 0px 45px !important;
    }

    .slider__area-home8 .testimonial__nav-four .testimonial-two-button-prev {
        left: 45%;
        bottom: 20% !important;
        top: auto;
    }

    .slider__area-home8 .testimonial__nav-four .testimonial-two-button-next {
        right: 44%;
        bottom: 20% !important;
        top: auto;
    }
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {

    .slider__area-custom {
        padding: 0px 33px !important;

    }

    .slider__area-custom .testimonial__nav-four .testimonial-two-button-prev {
        left: 10px;

    }

    .slider__area-custom .testimonial__nav-four .testimonial-two-button-next {
        right: 10px;

    }

    .slider_baner_home8 .banner__content-three .title {
        padding: 24px;
    }

    .services__area-home8 {
        padding-bottom: 0px;
    }

    .visa-section .left-side-box {
        padding: 0px 0px 0px 30px;
    }

    .pl-350 {
        padding-left: 50px;
    }

    .wd-75 {
        width: 620px;
    }

    .tg-header__area {
        padding: 5px 0;
    }
}

@media only screen and (min-width: 992px) {
    .newsletter-three .newsletter-bg-image {
        width: calc(50vw - 15px);
    }
}

@media (max-width: 768px) {
    .slider__area-custom {
        padding: 0px 0px !important;
    }

    .pl-350 {
        padding-left: 30px;
    }

    .visa-section .left-side-box {
        padding: 0px 0px 0px 30px;
    }

    .services__area-home8 {
        padding-bottom: 0px;
    }

    .slider__area-custom .testimonial__nav-four .testimonial-two-button-next,
    .slider__area-custom .testimonial__nav-four .testimonial-two-button-prev {
        height: 40px;
        width: 40px;
        font-size: 20px;
    }

    .slider__area-custom .testimonial__nav-four .testimonial-two-button-next {
        right: 5px;
    }

    .slider__area-custom .testimonial__nav-four .testimonial-two-button-prev {
        left: 5px;
    }

    .about__area-eight {
        padding: 0 0 40px;
    }

    .tgmenu__nav .logo img {
        max-height: 55px;
    }

    .tgmobile__menu .nav-logo img {
        max-height: 45px;
    }

    .contact-infos {
        margin-left: 0px;
    }

    .contact__form-wrap.contact-custom {
        padding: 30px;
    }

    .slider-round-fix {
        width: 400px;
        height: 400px;
        padding: 20px;
    }

    .footer-link ul li {
        display: block;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .activity-area .activity-img{
        height: auto;
    }
}
label.error{
    color:red;
}
.error-page-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(https://1.bp.blogspot.com/--JtntvkaTGc/XbkRn9fHKLI/AAAAAAAAAUA/-uFZ4jpTUhIXVygE-8s7IKisHyAFGZfigCLcBGAsYHQ/s1600/bg.png) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 20px;
  }
  
  .error-page-container:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0; left: 0;
  }
  
  .error-page-container * {
    position: relative;
    z-index: 1;
  }
  
  .error-page-container img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
  }
  
  .error-page-container h4 {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  .error-page-container .button {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 30px;
    background: white;
    color: #6c63ff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
  }
  
  .error-page-container .button:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  
  .choose__tab .nav-tabs .nav-item .nav-link{
    color: #000;
  }

  .choose__tab .nav-tabs .nav-item .nav-link.active{
    color: var(--tg-theme-primary);
  }

  .choose__tab-content .list-wrap {
    display: block;

  }
  .choose__tab-content .list-wrap li{
    padding-bottom: 15px;
  }

/* Hover Effect */
/* Reset Icon and Link Styles */
.tg-header__top-right li i, 
.tg-header__top-right li a {
    color: white; 
    text-decoration: none; 
    transition: none;
}

.tg-header__top-right li:hover i, 
.tg-header__top-right li:hover a {
    color: white !important; 
    text-decoration: none !important; 
}
