/* -- advanced-search-rotator.shtml start -- */
  @media screen and (max-width:1399px) {
    .advanced-rotator .banner-rotator-v3 .rotator-area ul li a img {
      width: 90px !important;
    }
  }

    .mobile-id-search a {
    background: #299e3e !important;
}
    @media screen and (max-width:991px) {
    .advanced-rotator .rotator-area {
      display: none !important;
    }
  }
/* --  advanced-search-rotator.shtml end -- */

/* banner.shtml start */
@media (min-width:992px) {
  #mobile-title {
    display: none;
  }
}
@media (max-width:991px) {
  #desktop-title1, #desktop-title2  {
    display: none;
  }
}
 /* -- rotator responsive -- */
  @media (max-width:991px) {
    .banner-rotator-v3-bg .banner-rotator-v3 .rotator-area ul li a img {
      width: 80px !important;
      border-radius: 50%;
      object-fit: cover;
      object-position: top;
      height: 80px !important;
    }

    .banner-rotator-v3-bg .banner-rotator-v3 .rotator-area ul {
      display: flex;
    }

    .rotator-area ul li::before {
      content: unset !important;
    }

    .banner-rotator-v3-bg {
      overflow-x: scroll;
      margin-bottom: 0.5rem;
      margin-top: -0.5rem;
    }
  }
/* -- banner.shtml end -- */

/* -- footer.shtml start -- */
.homepage-featured-media {
    padding: 25px 0;
    background: #f5f5f5;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .feature-media-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .feature-media-flex .featured-media-item h2 {
    font-weight: bold;
    font-size: 22px;
    color: #293f48;
    text-align: right;
  }

  .main-footer {
    display: grid;
    justify-items: center;
    gap: 2em;
    padding: 20px 20px;
    font-size: 16px;
  }

  .main-footer li {
    list-style-type: none !important;
  }

  @media screen and (min-width: 992px) {
    .main-footer {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  @media screen and (max-width: 991px) and (min-width: 575px) {
    .main-footer {
      grid-template-columns: repeat(2, 1fr);
    }

    .footer-policy {
      margin-left: -10rem;
    }
  }

  @media screen and (max-width: 574px) {
    .main-footer {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .main-footer p {
    font-size: 14px;
  }

  .main-footer .footer-social {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 0;
  }

  .main-footer .footer-social li {
    display: inline-block;
  }

  .main-footer .footer-social li a {
    display: block;
    padding: 8px;
    margin: 5px;
    background: #fff;
    border-radius: 25%;
    width: 30px;
    height: 30px;
  }

  .main-footer .fa-arrow-right {
    color: #299e3e;
  }


  .main-footer .footer-nav-box h3,
  .footer-contact h3 {
    font-size: 20px;
    color: #d3151d;

  }

  .footer-nav-box a:hover,
  .copyright:hover {
    text-decoration: underline 2.4px #299e3e !important;
    text-underline-offset: 7px;
  }

  .main-footer .footer-nav-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .main-footer .footer-nav-box ul li a {
    color: #000;
    padding: 15px 0 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-social {
    display: flex;
    list-style: none;
  }

  .footer-social li:hover {
    transform: scale(1.2);
  }

  @media (max-width:991px) {
    .modal-content.register-modal .content-flex {
      display: flex;
      flex-direction: column-reverse;
    }

    .modal-content {
      display: flex !important;
    }

    .modal-content .content-flex {
      order: 2 !important;
    }
  }

  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .content-flex {
      display: flex;
    }

    .modal-content .form-group .col-lg-9 {
      width: 100% !important;
    }

    .form-horizontal .control-label {
      text-align: left !important;
      text-wrap: nowrap;
    }
  }

  .profile-pulse {
    border-radius: 50%;
    animation: pulse-effect 2s infinite;
  }

  .profile-pulse:hover {
    animation: none;
  }


  @keyframes pulse-effect {
    0% {
      box-shadow: 0 0 0 0px rgba(230, 44, 19, 0.2);
    }

    100% {
      box-shadow: 0 0 0 20px rgba(94, 16, 6, 0);
    }

  }

  @media (max-width: 574px) {
    .footer-area-sec .footer-nav-box {
      margin: 0px 65px 0px 50px;
      text-align: center;
    }

    .footer-area-sec .footer-nav-box ul li a {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }

    .main-footer .footer-social {
      padding: 10px 0px 10px 15px !important;
    }

    .footer-socials {
      text-align: center;
    }

    .footer-contact {
      text-align: center;
    }
  }

  .footer-contact-img img:hover {
    background: #e7ffeb;
  }

  @media only screen and (max-width: 991px) {
    #mySidenav {
      display: none !important;
    }
  }
/* -- footer.shtml end -- */

/* -- home-search-modal.shtml start -- */
 @media (max-width:1199px) {
        .quickSearch-right ul li a {
            font-size: 1.4rem;
        }
    }

    .home-search-id-sec p {
        margin: 0;
        font-weight: normal;
        font-size: 1.5rem;
    }

    .home-search-id-submit .fa-search {
        float: right;
        margin-right: 80px;
        margin-top: -31px;
        position: relative;
        color: #c3c3c3;
    }

    .modal-top-section {
        border-bottom: 1px solid #f1f1f1;
    }

    .modal-top-section h2 {
        font-size: 18px;
        margin: 10px 0 0 10px;
        padding: 0;
    }

    .modal-top-section .col-1 button {
        float: right;
    }

    @media screen and (min-width: 992px) {
        #searchInfoModal .modal-dialog {
            width: 900px;
        }
    }

    .medellin-singles-modal.show {
        opacity: 1;
        overflow-y: auto;
    }

    #searchInfoModal .modal-title {
        font-size: 18px !important;
    }

    .quickSearch-left {
        background: #f5f5f5;
        padding: 15px 30px 30px 30px;
        margin: 10px;
        border-radius: 30px;
    }

    .quickSearch-left .quicksearch-box {
        margin-top: 15px;
    }

    .quickSearch-left .quick-searchLbl {
        padding-bottom: 20px;
    }

    .quickSearch-left .form-select {
        line-height: 35px;
        font-size: 13px;
        padding-left: 15px;
    }

    .quickSearch-left .quickSubmit-button {
        background: #333;
        border: 0;
        color: #fff;
        line-height: 40px;
        border-radius: 30px;
        font-size: 15px;
    }

    .quickSearch-left .quickSubmit-button:hover {
        background: #a3a3a3;
        color: #000;
    }

    .adv-search .click-for-adv-search {
        text-align: center;
        float: right;
        background: #d8ffdf;
        padding: 1rem;
        margin-top: -1rem;
        text-decoration: underline;
        text-decoration-color: #323232;
        text-underline-offset: 5px;
        text-decoration-thickness: 2px;
    }

    .adv-search .click-for-adv-search a {
        color: #000;
        font-weight: bold;
    }

    .adv-search .click-for-adv-search i {
        background: #299e3e;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        border-radius: 50%;
    }

    .quickSearch-right {
        padding: 30px;
        margin: 10px;
        border-radius: 30px;
    }

    .quickSearch-right h2 {
        font-weight: bold;
        font-size: 22px;
        text-align: center;
    }

    .quickSearch-right ul {
        padding: 10px;
        margin: 0;
        list-style: none;
    }

    .quickSearch-right ul li {
        padding: 15px 0;
    }

    .quickSearch-right ul li a {
        display: block;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

    .quickSearch-right ul li a:hover {
        text-decoration: underline 2.4px #299e3e;
        text-underline-offset: 7px;
    }

    .quickSearch-right .other-option-link {
        background: #299e3e;
        display: block;
        width: 275px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        line-height: 40px;
        font-weight: bold;
        font-size: 14px;
        border-radius: 30px;
        margin-top: 15px;
    }

    .quickSearch-right .other-option-link:hover {
        background: #66cf79;
    }

    .fa-circle-arrow-right {
        color: #299e3e;
    }

    /* Mobile css Start */
    @media screen and (max-width:991px) {

        .modal-top-section {
            display: none;
        }

        .quicksearch-box .col-md-7,
        .quicksearch-box .col-md-6 {
            width: 50% !important;
        }

        .quickSearch-left {
            flex: auto !important;
            margin-right: 2rem;
            margin-left: 2rem;
        }
    }

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

        #searchInfoModal .modal-content {
            max-width: 525px;
            margin: auto;
        }
    }

    .mobile-advance-search {
        text-align: center;
        background: #d8ffdf;
        padding: 1rem;
        margin-top: -1rem;
        text-decoration: underline;
        text-decoration-color: #323232;
        text-underline-offset: 5px;
        text-decoration-thickness: 2px;
    }

    .mobile-advance-search a {
        color: #000;
        font-weight: 700;
    }

    .mobile-advance-search i {
        background: #299e3e;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        border-radius: 50%;
    }

    @media screen and (max-width:575px) {
        #searchid {
            max-width: 175px;
        }

        .quickSearch-right ul li a {
            font-size: 1.2rem !important;
        }
    }
/* -- home-search-modal.shtml end -- */

/* -- index-content.shtml start -- */
   .f-center-img {
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   @media (min-width:992px) {
      .f-center-img img { 
         width: 75rem;
         height: auto;
      }
   }
/* -- index-content.shtml end -- */

/* -- media-logos.shtml start -- */
  @media (max-width:991px){
    .featured-media-logos {
      display: none;
    }
    .mobile-medialogos{
      display: block;
    }
  }
  
/* -- media-logos.shtml end -- */

/* -- mobile-top-navi-all-pages.shtml start -- */
  @media (min-width:575px) {
    #mobile-nav-logo {
      display: none;
    }

    #tablet-nav-logo .img-responsive {
      max-width: 265px;
    }
  }

  @media (max-width:574px) {
    #tablet-nav-logo {
      display: none;
    }
  }
/* -- mobile-top-navi-all-pages.shtml end -- */

/* -- mobile-sidebar-v3.shtml start -- */
@media only screen and (max-width: 991px) {
		
			.offcanvas {
				max-width: 75%;
			}

			.offcanvas .list-group-item {
				margin-bottom: 0px !important;
			}

			.offcanvas .list-group-item:active {
				background: #e0e0e0 !important;
				border: 1px solid #a7a7a7 !important;
			}

			.offcanvas span {
				font-size: 18px !important;
			}

			.offcanvas .btn:active {
				background: #299e3e !important;
				border: 1px solid #fff !important;
			}
		

		.slide-menu ul.submenu {
			display: none;
			padding-inline: 1rem;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
		}

		.slide-menu ul.main-menu.slide-out,
		.slide-menu ul.submenu.slide-out {
			animation: slideOut 0.3s forwards;
		}

		.slide-menu ul.main-menu.slide-in,
		.slide-menu ul.submenu.slide-in {
			animation: slideIn 0.3s forwards;
		}

		@keyframes slideIn {
			from {
				opacity: 0;
				transform: translateX(-100%);
			}

			to {
				opacity: 1;
				transform: none;
			}
		}

		@keyframes slideOut {
			from {
				opacity: 1;
				transform: none;
			}

			to {
				opacity: 0;
				transform: translateX(-100%);
			}
		}

		#fixed-bottomNav {
			background: #333333;
			color: #fff;
			padding: 0;
			height: 75px;
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			justify-content: center;
			align-items: center;
		}

		#slide-scroll-nav {
			-ms-overflow-style: none;
			scrollbar-width: none;
		}

		#slide-scroll-nav::-webkit-scrollbar {
			display: none;
		}

		.splide__track--nav>.splide__list>.splide__slide.is-active {
			border-radius: 50% !important;
			border-color: #dc3545 !important;
		}
	}

	@media only screen and (max-width: 991px) and (min-width: 396px) {
		.offcanvas ul li a {
			font-size: 16px !important;
			display: block;
		}
	}

	@media only screen and (max-width: 395px) {
		.offcanvas ul li a {
			font-size: 14px !important;
			display: block;
		}
	}


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

		#mobileMenu,
		.offcanvas-backdrop {
			display: none !important;
		}
	}

	#mobileMenu .fa-arrow-right {
		color: #299e3e;
	}
/* -- mobile-sidebar-v3.shtml end -- */


/* -- our-services-modal.shtml start -- */
 #modal-close-btn {
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        padding: 1rem;
        color: #000;
    }

    .mega-dropdown-content {
        display: none;
        position: fixed;
        background-color: #fff;
        width: 100%;
        left: 0;
        top: 15%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        padding: 0 5%;
        min-height: 375px;
    }

    .mega-dropdown-content2 {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        left: auto;
        top: 13.5%;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 99;
        padding: 0 5%;
        min-height: 375px;
    }

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

        .mega-dropdown-content,
        .mega-dropdown-content2 {
            display: none !important;
        }
    }

        .mega-column .fa-arrow-right { 
        color: #299e3e;
    }
/* -- our-services-modal.shtml end -- */


/* -- sidebar-navi-all-pages.shtml start -- */
.sidebar-header-area {
		padding: 0px 0 10px 0;
		border-bottom: 1px solid #e5e5e5;
	}

	.sidebar-header-area h4 {
		font-family: 'Rosario', sans-serif;
		font-weight: bold;
		font-size: 20px;
	}

	.sidebar-icon {
		padding: 10px 0 0;
	}

	.sidebar-icon a img {
		max-width: 40px;
	}

	.sidebar-close {
		padding: 10px 0 0;
	}

	.sidebar-close a {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
	}

	.sidebar-close a span {
		color: #299e3e;
	}


	.desktop-side-mega-menu {
		padding: 0 0 20px 0;
		list-style: none;
		margin: 18px 0 0;
		text-align: left;
		border-bottom: 1px solid #e7e7e7;
	}

	.desktop-side-mega-menu li {
		padding-left: 50px;
	}

	.desktop-side-mega-menu li:first-child {
		font-weight: bold;
		padding-left: 30px;
	}

	.desktop-side-mega-menu li a {
		color: #333;
		line-height: 32px;
		display: block;
		font-size: 15px;
		text-decoration: none;
	}

	.desktop-side-mega-menu li a:hover {
		text-decoration: underline;
		text-decoration-color: #299e3e;
		text-decoration-thickness: 2px;
		text-underline-offset: 7px;
	}

	.desktop-side-mega-menu li i {
		color: #299e3e;
		font-size: 18px;
	}

	.desktop-side-mega-menu li i.fa-arrow-right {
		font-size: 14px;
	}
/* -- sidebar-navi-all-pages.shtml end -- */


/* -- testimonials.shtml start -- */
 .mid-bottom-sec {
        width: 75%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .mid-bottom-sec h3 {
        color: #d3151d;
        font-size: 24px;
        font-weight: bold;
        text-align: right;
        padding-right: 20px;
    }

    .swiperTestimonial {
        width: 100%;
        height: auto;
    }

    .testimonial-section {
        position: relative;
        background: #ffffff;
        padding: 30px !important;
        border-radius: 10px;
    }

    .testimonial-section .card-body h2 {
        color: #293f48;
        text-align: center;
        font-style: italic;
        font-size: 25px;
    }

    @media screen and (min-width: 992px) {
        .testimonial-section .card-body p {
            font-size: 17px;
            overflow-y: auto;
        }
    }

    @media screen and (max-width: 991px) {
        .testimonial-section .card-body p {
            font-size: 15px;
            overflow-y: auto;
        }

        .swiperTestimonial .swiper-slide {
            height: 370px !important;
        }

        .mid-bottom-sec .swiper-pagination span {
            margin-left: 12px !important;
        }
    }

    .testimonial-section .card-body object,
    .testimonial-section .card-body img {
        max-width: 40% !important;
        margin: 0 auto;
        text-align: center;
        display: block !important;
    }

    .testimonial-section .swiper-button-prev,
    .testimonial-section .swiper-button-next {
        background: #696969;
        border-radius: 50%;
        width: 48px;
        opacity: 0.7;
    }

    .testimonial-section .swiper-button-prev:after,
    .testimonial-section .swiper-button-next:after {
        color: #fff;
        font-size: 20px;
        opacity: 0.7;
    }


    .swiperTestimonial .swiper-slide.swiper-slide-active {
        z-index: 10;
        opacity: 1;
        border-radius: 15px;
    }

    .swiperTestimonial .swiper-slide {
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
        background-position: center;
        background-color: #fff;
        height: 440px;
    }

    .card-text {
        text-align: left !important;
        font-size: 16px;
        line-height: 1.5em;
        word-wrap: break-word;
        padding: 0 15px;
        margin-top: 15px;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .mid-bottom-sec .card-body {
        position: absolute;
        top: 10px;
    }

    .swiper-button-prev.disabled,
    .swiper-button-prev[disabled] {
        display: none;
    }

    .mid-bottom-sec {
        .swiper-pagination-bullet-active {
            background-color: #299e3e !important;
        }
    }

    @media screen and (min-width: 1441px) {
        .swiperTestimonial {
            width: 75%;
        }
    }

    @media (max-width: 760px) {
        .swiper-button-next {
            right: 0px;
        }

        .swiper-button-prev {
            left: 0px;
        }
    }

    @media screen and (min-width: 992px) {
        .testimonial-section .card-body p {
            line-height: 3rem;
        }

        .mid-bottom-sec .swiper-pagination span {
            margin-left: 20px !important;
            width: 1.3rem;
            height: 1.3rem;
        }
    }

    .swiper-navBtn {
        color: #530505;
    }

    .mid-bottom-sec .swiper-wrapper {
        margin-bottom: 1rem;
    }

    @media screen and (max-width:991px) and (min-width:360px) {
        .mid-bottom-sec .swiper-pagination span {
            width: 1.1rem;
            height: 1.1rem;
        }
    }
/* -- testimonials.shtml end -- */

/* -- top-header.shtml start -- */
 .banner-area-v3 {
    background-image: linear-gradient(50deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url("/img/Medellin-Singles_BG.webp");
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 10px auto;
  }

  @media (min-width:992px) {
    .banner-area-v3 {
      background-position: center;
    }
  }

  .banner-content-v3 .banner-text {
    padding: 40px 20px 20px 100px;
  }

  .banner-content-v3 .banner-text h1 {
    font-family: 'Rosario', sans-serif;
    font-size: 32px;
    margin: 0;
    text-align: left;
    text-shadow: 0 0 25px #000;
  }

  .banner-content-v3 .banner-text h1 span {
    display: block;
    padding-top: 10px;
    color: #333;
  }

  .banner-content-v3 .banner-text p {
    line-height: 28px;
    padding-top: 30px;
    text-shadow: 0 0 25px #000;
  }

  .banner-vid-box {
    padding-top: 40px;
  }

  .banner-btns {
    text-align: center;
    padding-top: 0px;
  }

  .banner-btns a {
    display: inline-block;
    width: 267px;
    color: #d3151d;
    background: #fff;
    border: 2px solid #299e3e;
    border-radius: 50px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 8px;
    text-decoration: none;
    text-shadow: 0 0 0.5px #000;
  }

  .banner-btns a:hover {
    color: #299e3e;
    border: 2px solid #299e3e;
    text-decoration: none;
  }

  .banner-btns .reg-btn-v3 {
    background: #299e3e;
    border: none;
    color: #fff;
    width: 200px;
  }

  .banner-btns .reg-btn-v3:hover {
    background: #66cf79;
    text-decoration: none;
    border: none;
    color: #000;
  }

  .banner-btns p {
    padding-top: 10px;
    font-size: 15px;
    text-shadow: 0 0 25px #000;
  }

  .banner-rotator-v3 .rotator-area ul li a img {
    border-radius: 20px;
    width: 135px;
    height: auto;
  }

  @media screen and (max-width:1240px) {
    .banner-rotator-v3 .rotator-area ul li a img {
      width: 104px !important;
    }
  }

  .banner-rotator-v3-bg {
    display: flex;
    justify-content: center;
  }

  .banner-rotator-v3 .rotator-area h3 {
    font-family: 'Rosario', sans-serif;
    padding: 5px 0 10px 35px;
  }

  .banner-rotator-v3 .rotator-area ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;

  }

  .banner-rotator-v3 .rotator-area ul li {
    display: inline-block;
    position: relative;
  }

  .banner-rotator-v3 .rotator-area ul li a {
    display: block;
    padding: 0 6px;
  }

  .rotator-area ul li::before {
    content: url(/img/verified-icon.png);
    position: absolute;
    right: 20px;
    top: 10px;
    width: 15px;
    height: 15px;
  }

  .banner-rotator-v3 .rotator-right {
    margin-top: 10%;
    padding-left: 5%;

  }

  .banner-rotator-v3 .rotator-right p {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #717171;
  }

  .homepage-area-v3 {
    width: 100%;
    position: relative;
    padding: 10px 0;
  }

  @media (max-width:991px) {
    .homepage-area-v3 {
      padding: 0px 0 !important;
    }
  }

  .top-header-area-v3 {
    width: 100%;
    margin: 0 auto;
  }

  .desktop-sidebar-menu {
    padding-top: 10px;
  }

  .desktop-sidebar-menu a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 17px;
    text-decoration: none;
  }

  .desktop-sidebar-menu a:hover {
    text-decoration: none;
    color: #000;
  }

  .desktop-sidebar-menu a i {
    display: block;
    font-size: 35px;
  }

  .header-logo-area {
    padding-top: 10px;
  }

  .header-logo-area a img {
    max-width: 260px;
  }

  .header-right-sec {
    text-align: center;
  }

  .header-right-area {
    text-align: center;
  }


  .header-right-area .top-header-right a {
    display: inline-block;
    text-decoration: none;
  }

  .header-right-area .top-header-right .quick-search-header-modal {
    background: #d9d9d926;
    border-top-left-radius: 15px;
    line-height: 35px;
    border: 1px solid #221e1f29;
    text-align: center;
    color: #323232;
    width: 295px;
    border-bottom-left-radius: 15px;
  }

  .header-right-area .top-header-right .quick-search-header-modal:hover {
    text-decoration: none;
  }


  .header-right-area .top-header-right .quick-search-header-modal p {
    margin: 0;
    font-size: 12px;
    padding: 0.5rem;
  }

  .header-right-area .top-header-right .go-btn {
    width: 50px !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .header-right-area .top-header-right .top-header-signup {
    background: #299e3e !important;
    width: 245px;
    line-height: 35px;
    border-radius: 15px;
    color: #fff !important;
    margin: 0 12px;
    font-size: 14px;
    font-weight: 500;
    margin-right: -5rem;
    text-shadow: 0 0 0.5px #000;
  }

  .quick-search-header-modal span {
    font-size: 14px;
  }

  .header-right-area .top-header-right .top-header-signup:hover {
    background: #66cf79 !important;
    text-decoration: none;
    color: #000 !important;
  }

  .header-right-nav {
    padding-top: 20px;
  }

  .header-right-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header-right-nav ul li a {
    color: #111;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500; 
    margin-right: 3px;
    margin-left: 1px;
  }

  @media screen and (max-width: 1264px) {
    .header-right-nav ul li a {
      font-size: 11.5px !important;
      margin-right: 2px !important;
    }
  }

  .header-right-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #299e3e;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }

  .mega-column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #fff;
    height: 250px;
  }

  .mega-column h3 {
    font-size: 18px;
    font-weight: bold;
    color: #299e3e;
  }
@media screen and (max-width: 1120px) {
.mega-column h3 {
    font-size: 15px;
  }
  .mega-column a {
    font-size: 13px !important;
  }
}
  .mega-column a {
    float: none;
    color: #323232;
    padding: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 15px;
    font-weight: bold !important;
  }

  .mega-column a:hover {
    text-decoration: underline 2.4px #299e3e !important;
    text-underline-offset: 7px;
  }

  /* Clear floats after the columns */
  .mega-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .mega-dropdown-content .mega-header {
    background: #fff;
    padding: 0px 20px;
    color: #299e3e;
  }

  .mega-header h2 {
    font-size: 45px;
  }


  @media screen and (min-width: 992px) {
    #bottom-cta-nav-mobile-top {
      display: none !important;
    }

    .banner-rotator-v3-bg {
      margin-top: -4rem;
    }
  }

  @media only screen and (max-width: 991px) {
    .top-header-area-v3 {
      display: none;
    }

    #bottom-cta-nav-mobile-top {
      top: 53px;
      transition: top 0.5s;
    }


    #bottom-cta-nav-mobile-top {
      background: #fff;
      height: 180px !important;
    }

    .mobile-mega-menu {
      display: block;
    }

  }

  @media screen and (min-width:992px) {
    .page-top-header {
      margin-bottom: 5rem;
    }
  }

  @media screen and (max-width:991px) and (min-width:768px) {
    .page-top-header {
      margin-bottom: 0rem;
    }
  }

  @media screen and (min-width:992px) {
    .index-banner {
      margin-top: 5rem;
    }
  }

  @media screen and (max-width:991px) and (min-width:768px) {
    .index-banner {
      margin-top: -25rem;
    }
  }

  @media screen and (max-width:767px) {
    .index-banner {
      margin-top: -23rem;
    }
  }

  @media only screen and (max-width: 1065px) {
    .mega-dropdown .mega-dropbtn {
      margin: 0;
    }

    .header-members-login a {
      margin: 0 2px;
    }
  }


  @media only screen and (max-width: 991px) {
    .banner-area-v3 {
      margin-top: 0px;
    }

    .mid-content-area {
      padding-top: 0;
    }

    .homepage-area-v3 {
      min-height: auto;
    }

    .main-navigation-area ul .my-acc a:before {
      content: url(/img/account-icon.png);
      position: relative;
      top: 2px;
      right: 4px;
    }

    .desktop-banner-btns-v3 {
      display: none !important;
    }

    .mobile-banner-btns-v3 {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 10px;
      margin: 15px 0;
    }

    .mobile-banner-btns-v3 a {
      background: #299e3e;
      color: #fff;
      line-height: 40px;
      font-size: 18px;
      width: 60%;
      margin: 0 auto;
      font-weight: bold;
      border-radius: 10px;
      display: block;
      text-decoration: none;
      margin-top: 1rem;
      text-shadow: 0 0 0.5px #000;
    }

    .mobile-banner-btns-v3 a span {
      display: block;
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 15px;
      font-weight: normal;
    }

    .mobile-banner-btns-v3 a:hover {
      background: #299e3e;
      color: #fff;
      text-decoration: none;
    }

    .upper-banner-sec {
      flex-direction: column;
    }

    .upper-banner-sec .banner-text {
      width: 100%;
      padding: 15px 5px 10px;
    }

    .banner-content-v3 .banner-text p {
      display: none;
    }

    .upper-banner-sec .banner-vid {
      width: 100%;
    }

    .banner-content-v3 .banner-text h1 {
      text-align: center;
      font-weight: bold;
      line-height: 4.5rem;
    }

    .banner-content-v3 .banner-text h1 span {
      display: inline;
    }

    .banner-vid-box {
      padding-top: 0;
      max-width: 95%;
      margin: 0 auto;
    }

    .mobile-mega-menu ul li a {
      color: #fff !important;
      font-size: 14px !important;
      font-weight: bold;
      text-decoration: none;
    }

    .navigation-area .navbar-header {
      align-items: center;
    }

    .mobile-search-icon {
      padding: 0 0 0 10px;
    }

    .mobile-search-icon i {
      font-size: 25px;
      font-weight: bold;
    }

    .formField-divider {
      padding: 15px;
    }

    #login-mobile {
      text-decoration: none;
      text-shadow: 0 0 0.5px #000 !important;
    }

  }

  @media only screen and (max-width: 767px) {
    .banner-content-v3 .banner-text h1 {
      font-size: 25px;
      line-height: 3.5rem;
    }

    .fixed-book-tour {
      bottom: 140px;
    }

  }

  /* mobile */
  .mobile-quicksearchForm {
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
  }

  @media only screen and (max-width: 991px) {
    .top-header-area-v3 {
      display: none !important;
    }
  }

  @media only screen and (max-width: 575px) {
    .modal-header-item a {
      font-size: 1.2rem !important;
    }
  }

  @media (max-width:1030px) {

    .bottom-header-right,
    .top-header-right {
      margin-left: -5rem;
    }
  }

   @media (max-width:1135px) {
 .header-right-area .top-header-right .top-header-signup {
    width: 145px;
}
.top-header-signup .desktop-free-signup {
display: none;
}
 }
/* -- top-header.shtml end -- */