/* CSS Document */

body, h1, h2, h3, h4, h5, h6 {  font-family: "League Spartan", serif; margin:0px; padding:0px;}

 p, span,li, a, input, label{font-family: "Public Sans", sans-serif!important; margin:0px; padding:0px;}

a{color:#000;}

.main-page{width:100%; float:left; margin:0px; padding:0px;}

.headerbar {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 10px 0;
    position: absolute;
    z-index: 999;
    transition: all .35s linear;
}
.filter-icons {
    float: right;
    padding: 16px 0px;
}
ul.tab-menu {
    padding: 13px 0px 4px 13px;
    box-shadow: 0px 0px 6px 1px #ccc;
    border-radius: 50px;
}
a.serach-item {
    background-color: #890A9D;
    color: #fff;
    padding: 3px 3px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

li.no-boder-right {
    border: none;
    margin: -5px 0 0 0;
}
.point-view {
    position: absolute;
    top: 150px;
    left: 20px;
}

/*hero-slider***/
.bg-img-slider {
    float: left;
    width: 100%;
}

.slider {
  position: relative;
  width: 100%;
}

.items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
}

.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.item.current {
  opacity: 1;
}
.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.buttons {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/

.button {
  width: 32px;
  height: 32px;
  border: none;
  outline: none;
  padding: 0;
  background: transparent center no-repeat;
  cursor: pointer;
  opacity: 0.4;
}
.button.prev {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
}
.button.next {
  background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
}
.button:hover {
  opacity: 0.8;
}

.dots {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 0;
  background: #777;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}
.dot:nth-child(n+2) {
  margin-left: 5px;
}
.dot.current {
  opacity: 1;
}

/***Hero-text**/

.heding-top {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 330px;
    text-align: center;
}
.heding-view-onhero h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 900;
    margin: 0 0 40px 0;
    line-height: 65px;
}

.start-searching {
    float: left;
    width: 100%;
}

.on-clickserach {
    display: inline-block;
    border: solid 5px #fff;
    border-radius: 40px;
    padding: 8px 8px 0px 60px;
}
input.text-searchinfo {
    background: no-repeat;
    border: none;
    outline: none;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    width: 320px;
    padding: 0 30px 0px 0px;
}
input.text-searchinfo::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

input.text-searchinfo::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
}
span.search-icon-img img {
    position: relative;
    top: -4px;
    left: -15px;
}

.map-view img {
    width: 100%;
}
.map-view {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.gide-tour {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 60px 0px;
    background-color: #890A9D ;
}
.heding-gide h2 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
}

ul.img-mapstart {
    margin: 0px;
    padding: 0px;
}
ul.img-mapstart li {
    list-style: none;
    width: 14%;
    display: inline-block;
    padding: 20px 20px;
    text-align: center;
}
ul.img-mapstart p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 18px 0 0 0;
}

.bg-things-do-to {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 50px 0px 50px 0px;
}
.heding-title-of {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 0 30px 0;
    text-align: center;
}

.heding-title-of h2 {
    color: #890A9D ;
    font-weight: 700;
    font-size: 34px;
}

/***Card-design**/

.column {
    margin: 0px 0px 0px 0px;
    padding: 0;
    padding: 10px 10px;
    background-color: #fff;
    width: 100%;
    position: relative;
}
.border-view {
    border: solid 1px #e0e0e0;
    border-top: none;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column .blog-img {
    position: relative;
    float: left;
    margin: 0 0 0 25px;
    padding: 0;
    width: 100%;
    text-align: center;
}
.column div:first-child {
	margin-left: 0;
}
.column .blog-img span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.blog-img img {
    border-radius: 10px;
}

.news-block_one-title {
    position: relative;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #890A9D ;
    font-weight: 500;
    padding: 0 0 9px 0;
}
h3.news-block_one-heading a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 21px;
}

.news-block_one-content {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 15px 20px 20px 10px;
}
a.readmore-bnt {
    color: #890A9D ;
    font-weight: 500;
    margin: 20px 0 0 0;
    float: left;
}
.news-block_one-author {
    position: relative;
    min-height: 80px;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
    padding-top: 5px;
    padding-left: 80px;
}

.news-block_one-author_image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 50%;
}
.bg-strip-list{width:100%; float:left; margin:0px; padding:0px; background-color:#000;}
.infocard {
    background-color: #890a9d;
    color: #fff;
    padding: 15px 10px;
    border-radius: 0px 0px 10px 10px;
    float: left;
    width: 100%;

}
.infocard h3 {
    font-size: 18px;
    font-weight: 600;
    width: 286px;
    white-space: wrap;
    height: 40px;
}
.infocardEvent h3 {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    white-space: wrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}


.infocard p {
    font-size: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.infocard ul {
    margin: 0px;
    padding: 0px;
}
.infocard ul li {
    list-style: none;
    display: inline;
    padding: 0px 0px 0px 5px;
}
.listing-views img {
    border-radius: 10px 10px 0px 0px;
    height: 285px;
    object-fit: cover;
}

p.information_title {
    font-size: 14px;
}


.normal-list {
    color: #000;
    background-color: #fff;
}

.business-things-to-do {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 60px 0 370px 0;
    background-color: #890A9D ;
}




.title-things-business {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.list-view-desc p {
    padding: 0px 0 0 0;
    display: inline-block;
    font-size: 15px;
    line-height: 19px;
    display: -webkit-box;
    max-width: 100%;
    height: 45px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 15PX;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-view-desc {
    float: left;
    width: 85%;
}

.tour-listing {
    text-align: center;
    position: absolute;
    width: 100%;
    float: left;
}
.basic-listing-info p {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0 20px 0;
    text-align: left;
}
.listing-details {
    position: absolute;
    right: 250px;
    bottom: 40px;
}
.learmonre a {
    color: #890A9D ;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.learmonre {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 50px 0;
}




/***Footer-css**/

.footer{width:100%; float:left; margin:0px; padding:0px;}


.footer-bg {
    background-image: url(../images/footer-vector.png), linear-gradient(#032040, #032040);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    padding: 0px 0px 20px 70px;
}
.learmonre a:hover {
    opacity: 0.9;
}
.footer-logo p {
    color: #fff;
    font-size: 15px;
    padding: 20px 0 0 0;
}


.footer-link-menu {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 0 50px;
}
.footer-link-menu h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.footer-link-menu ul {
    margin: 0px;
    padding: 0px;
}
.footer-link-menu ul li {
    list-style: none;
    padding: 6px 0 0 0;
}

.footer-link-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.contact-info {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.contact-info p {
    color: #fff;
    font-size: 15px;
}
.contact-info p i {
    padding: 0 10px 0 0px;
}

.contact-info {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0 8px 0;
    /* border-top: solid 1px #ccc; */
    margin: 16px 10px 0px 0px;
}
.copyright-footer {
    width: 100%;
    margin: 0px;
    padding: 30px 0 30px 0;
    border-top: solid 2px #183d66;
    margin: 0px 0 0 0;
}
ul.social-media {
    margin: 0px;
    padding: 0px;
}

ul.social-media li {
    list-style: none;
    display: inline;
    padding: 0 10px 0px 0px;
}

ul.social-media li a {
    background-color: #ffffff;
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
}

ul.social-media li a i {
    color: #890A9D ;
}
.copyright-info {
    float: left;
    text-align: center;
    width: 100%;
}
.copyright-info p {
    color: #fff;
}

ul.legal-point {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

ul.legal-point li {
    list-style: none;
    display: inline;
	    padding: 0 0 0 20px;
}

ul.legal-point li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}


/*.listing-details {
    position: absolute;
    bottom: 50px;
    right: 0px;
}
.basic-listing-info {
    float: left;
    width: 43%;
    text-align: left;
}*/


/*Regions-css**/
.location-list {
    position: absolute;
    bottom: 70px;
    text-align: left;
}
.title-of-regions{width:100%; float:left; margin:0px; padding:0px;}
.title-of-regions-page {
    width: 68vw;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-of-regions h2 {
    color: #fff;
    font-size: 57px;
    font-weight: 800;
}
.title-of-regions-page h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}
.title-of-regions p {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
}

.heding-title-of.wonder h2 {
    color: #231f20;
    font-weight: 700;
    font-size: 36px;
}
.bg-shpa {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/region-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: 100%;
    height: 290px;
}
.about-a-wonder-world {
    float: left;
    text-align: center;
    padding: 50px 80px;
}
.about-a-wonder-world p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.destinations-section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 25px 0px 25px 0px;

}
.heding-title-of.wonder h2 {
    color: #231f20;
    font-weight: 700;
    font-size: 36px;
}
.destination-title{width:100%; float:left; margin:0px; padding:0px; text-align:center;}

.destination-title h2 {
    color: #231f20;
    font-weight: 700;
    font-size: 36px;
}


.border-strip {
    height: 4px;
    width: 50%;
    background-color: #231f20;
    text-align: center;
    display: inline-block;
    margin: 10px 0 0 0;
}

.destination-img {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.destination-item {
    float: left;
    margin: 0px;
    width: 100%;
    padding: 40px 0 0 0;
    transition-duration: 0.4s;
    overflow: hidden;
}
.title-of-desitination {
    position: absolute;
    bottom: 40px;
    padding: 0px 10px;
    width: 100%;
    float: left;
    text-align: left;
}
.destination-img img {
    border-radius: 30px;
}
.title-of-desitination h3 {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
}

.destination-img:hover {
 box-shadow: 0px 20px 30px -9px #e1dcdc;
 border-radius: 30px;
}


.show-date-cage {
    text-align: center;
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 13px;
    box-shadow: 0px 20px 30px -9px #e1dcdc;
    margin: 0 0 26px 0;
}


.view-all-think-to-do {
    text-align: center;
    margin: 0px;
    padding: 30px 0 0 0;
}

.view-all-think-to-do a {
    background-color: #890a9d;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px 12px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
}
.title-list h4 {
    font-weight: 500;
    font-size: 16px;
    padding: 4px 0px;
}

.about-cureent-deal h2 {
    color: #231f20;
    font-weight: 700;
    font-size: 28px;
}

.about-cureent-deal p {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0 0 0;
}

.read-more a {
    font-weight: 600;
    color: #890a9d;
    text-decoration: none;
    font-size: 16px;
}
.read-more a img {
    width: 32px;
    padding: 0 0 0 10px;
}
.read-more {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 19px 0 0 0;
}

.listing-map-view-pin {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.info-details-deal {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 0 0 70px;
}
.bg-deals-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 50px 30px;
    background-image: url(../images/info-bg.png);
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% 100%;
}
.about-cureent-deal {
    width: 80%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.current-title-of-deal{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0 0 0 0px;
}

.current-title-of-deal h4 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
}

.current-title-of-deal p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.map-address {
    float: left;
    margin: 0px;
    padding: 0px;
}
.map-address p {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
}
.map-address {
    float: left;
    margin: 0px;
    padding: 15px 0 0 0;
}

.info-details-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}
.info-details-list p {
    color: #fff;
    font-size: 16px;
}

.add-to-list {
    width: 150px;
    float: left;
    margin: 0px;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 8px;
    margin: 8px 18px 0 0px;
}

.bnt-action-deal {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0 0 0;
}

.icon-add-lsit {
    float: left;
    width: 40px;
}
.add-to-list-action {
    float: left;
}
.add-to-list-action p {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
}

.add-to-list-action span {
    font-size: 14px;
}

.add-to-list a {
    color: #000;
}

.accessible-and-price {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 24px 0 0 0;
}

.accessible-and-price ul {
    margin: 0px;
    padding: 0px;
}

.accessible-and-price ul li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    padding: 0 30px 0 30px;
    font-size: 16px;
    text-align: center;
}
.accessible-and-price ul li img {
    width: 48px;
    text-align: center;
    padding: 5px;
}
.title-list-future {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.title-list-future h3 {
    font-size: 18px;
    font-weight: 600;
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-list-future h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.title-list-future p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 6px 0 15px 0;
    text-align: center;
    float: left;
    width: 100%;
}

.btn-action {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 10px 0 10px 0;
}

.btn-action ul li a {
    background-color: #890a9d;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 16px;
    border-radius: 6px;
}

.destinations-section.deal-details {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 65px 0px 50px 0px;
    background-color: #fff;
}

.current-detail-listing h4 {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
}
p.vaild-date {
    font-size: 14px;
    padding: 4px 0px;
}


.bnt-claim-now {
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px 0px 0px 0px;
}


.bnt-claim-now a {
    background-color: #890a9d;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 6px;
}

/***Gallry-css***/

.gallery {
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 180px);
    grid-gap: 3px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0px 0 0 0;
}

.gallery-item:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 4;
}
.gallery-item:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item:nth-child(5) {
  grid-column: 4;
  grid-row: 3/span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/**Listing-footer**/

.bg-shape-details {
    background-image: url(../images/contact-info.png);
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0 90px 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.listing-info-address {
    float: left;
    margin: 0px;
    padding: 40px 40px 0 20px;
    width: 100%;
}
.listing-info-address h3 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    padding: 0px 0px 20px 0px;
}

ul.address-details-list {
    margin: 0px;
    padding: 0px;
}
ul.address-details-list li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    padding: 8px 0 8px 0;
}
ul.address-details-list li img {
    width: 36px;
    padding: 0 10px 0px 0px;
}

ul.address-details-list li a {
    color: #fff;
    text-decoration: none;
}
.open-time {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 0 0;
}.open-time h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 6px 0;
}
.open-time p {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.listing-address {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 60px 0px 60px 0px;
    background-color: #fff;
}

.action-btn-on-click ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.action-btn-on-click {
    float: left;
    /* width: 100%; */
    margin: 0px;
    padding: 20px 0 0 0;
}
.action-btn-on-click ul li {
    background-color: #fff;
    margin: 10px 0px;
    padding: 4px 80px;
    border-radius: 10px;
}


.action-btn-on-click ul li a span {
    background-color: #890a9d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px 0px 0px;
}
.action-btn-on-click ul li a span img {
    width: 30px;
    padding: 5px 6px;
}
.action-btn-on-click ul li a {
    font-weight: 800;
    color: #000;
    text-decoration: none;
    padding: 0px 0 0px 0;
    display: inline-block;
    font-size: 15px;
}

.action-btn-on-click ul li a:hover {
    opacity: 0.8;
}

.point-view-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 110px 0 0 0;
}

.social-media-list {
    text-align: center;
    float: left;
    width: 100%;
}
.social-media-list ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 7px;
}
.social-media-list ul li a img {
    width: 50px;
}

/***your-favourites***/


.your-favourites {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 70px 0px;
    background-color: #890a9d;
}

.destination-title-white {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.border-strip-white {
    height: 4px;
    width: 50%;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    margin: 10px 0 0 0;
}


.destination-title-white h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.your-favourites-view-list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 60px 0px 60px 0px;
    background-color: #fff;
}

.no-padding {
    padding: 0px;
}

.manage-space {
    padding: 10px 10px 0px 10px;
    float: left;
    width: 100%;
}
.add-to-list-favourites {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0px;
}

.add-to-list-favourites a {
    background-color: #890a9d;
    color: #fff;
    width: 100%;
    float: left;
    padding: 11px 0px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
.view-pin-lsit {
    float: left;
    width: 100%;
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.add-favourites-btn {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px 0 0 0;
    text-align: center;
}
.add-favourites-btn a {
    background-color: #fff;
    padding: 6px 30px;
    display: inline-block;
    border-radius: 10px;
}


.action-btn-on-click ul li a {
    font-weight: 800;
    color: #000;
    text-decoration: none;
    padding: 0px 0 0px 0;
    display: inline-block;
    font-size: 15px;
    display: flex
;
    align-items: center;
}
.add-favourites-btn a {
    font-weight: 800;
    color: #000;
    text-decoration: none;
    padding: 6px 25px;
    display: inline-block;
    font-size: 15px;
}
.add-favourites-btn img {
    margin: 0 6px 0px 0px;
}

/**accordion-css**/

.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 14px 20px;
    background-color: #890a9d;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    margin: 0px 0px 14px 0px;
    border-radius: 12px;
    float: left;
    width: 100%;
}
.edit-icon-list span {
    background-color: #fff;
    height: 40px;
    float: left;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    padding: 9px 0px 0px 0px;
    margin: 7px 0 0 0;
}

.img-list img {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0px;
    padding: 0px;
    border-radius: 8px;
}
.bg-row-yourlist {
    background-color: #fff;
    border-radius: 12px;
    margin: 0 0 14px 0;
    float: left;
    width: 100%;
}
.listing-name {
    align-items: flex-start;
    float: left;
    width: 100%;
    padding: 20px 0 0 20px;
}


/*CSS for */


.title-add-list h4 {
    font-weight: 800;
    font-size: 24px;
}

.details-your-listing{width:100%; float:left; margin:0px; padding:0px;}

.current_info {
    padding: 50px 0px 50px 0px;
}

/**More-filtter**/


.content {
  z-index:10;

}span.highlight-hero {
    color: #890A9D ;
}
ul.active-tabviews li button.active {
    /* display: none; */
    background-color: #890A9D  !important;
}
.nav-link {
    color: #000;
    border: solid 1px #ccc;
    padding: 10px 30px;
    margin: 0 20px 0 0px;
}

.nav-link:hover, .nav-link:focus {
  color:#000;}

  .tabls-list-and-mapview ul {
    margin: 0px !important;
}
.tabls-list-and-mapview {
    padding: 20px 0 0 0;
    float: left;
}
a.filter_btn {
    background-color: #f7f5f2;
    padding: 10px 23px;
    border-radius: 5px;
    border: solid 1px #ccc;
    color: #000;
    text-decoration: none;
    margin: 0 0 0 13px;
}
/**Filter-css**/

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 6px;
    cursor: pointer;
}

ul.tabs li.current{
	color: #222;
}

.tab-contents {
    display: none;
    /* background: #ededed; */
    /* padding: 15px; */
}
.tab-contents.current{
	display: inherit;
}

ul.tabs li.current {
    color: #fff;
    border-bottom: solid 4px #f0bbf9;
}
/*menu-dropdown-css**/

    .side-menu a {
      color: #000;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
      transition: background 0.3s ease;
    }


    /* Checkbox hack voor het submenu */
    input[type="checkbox"] {
      display: none;
    }

    .submenu {
      max-height: 0;
      overflow: hidden;
      padding-left: 0px;
      transition: max-height 0.5s ease; /* Vloeiende overgang */
    }

.submenu a {
    padding: 10px 20px;
    font-size: 15px;
}

    /* Toon submenu met vloeiende overgang */
    input[type="checkbox"]:checked + label + .submenu {
    max-height: 500px;
    overflow: auto;
}

    /* Styling voor het label */
    label {
      cursor: pointer;
      display: block;
      padding: 10px 20px;
    }



    /* Styling voor pijltje */
    label.down-sub::after {
      content: "";
	  background-image:url(../images/down-arrow-right.png);
	  width:24px;
	  height:24px;
	  	  float: right;

    }

    input.menu-down[type="checkbox"]:checked + label::after {
      content: "";
	  background-image:url(../images/down-arrow-icon.png);
	  width:24px;
	  height:24px;
	  float: right;

    }


.search-bnt {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 43px 0 0 0;
}

.extra-serach {
    float: right;
    padding: 31px 0 0 0;
}

.strip-row {
    background: #e7e6e6;
    height: 1px;
    float: left;
    width: 100%;
    margin: 18px 0 0 0;
}

.filter-search {
    background-color: #fff;
    color: #000;
    border-bottom: solid 1px #dddddd;
}


/***Popup-card-view****/

.list-card-regions {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 10px #f7f7f7;
    border-radius: 10px;
    transition: transform .2s;
   
}
.name-of-regions-destination h3 {
    font-size: 20px;
    font-weight: 700;
    color: #5a5a5a;
    padding: 0 0 6px 0px;
}
.name-of-regions-destination {
    padding: 0px 0px 0px 0px;
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.img-regions-desti img {
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    /* max-height: 150px; */
    width: 100%;
}
.name-of-regions-destination p {
    font-size: 14px;
    font-weight: 400;
}
.img-regions-desti span img {
    border-radius: 12px;
    object-fit: cover;
    max-width: 110px;
    height: 100px;
}
.name-of-destination span {
    font-weight: 500;
}
.name-of-destination {
    float: left;
    width: 100%;
    padding: 5px 10px;
    /* border-bottom: solid 1px #edecec; */
    background-color: #fff6f6;
    border-radius: 5px;
}

.name-of-destination span img {
    width: 27px;
}
.list-card-regions:hover {
    transform: scale(1.1);
}

.number-of-destinations p {
    font-size: 16px;
    font-weight: 400;
}
.img-icon-dest {
    margin: 0 7px 0px 0px;
}

.name-of-destination span {
    font-weight: 700;
    font-size: 17px;
    color: #545353;
}
.img-icon-dest img {
    width: 30px;
}

.visit-listing a img {
    width: 20px;
    margin: 0 0 0 10px;
}
a.right-arrow-angle {
    background-color: #ffffff;
    border: solid 2px #ebe9e9;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.visit-listing {
    float: left;
    margin: 0px;
    padding: 7px 0px 0px 0px;
}
/***Filter-mega-menu**/


.page-title {
	margin:17px auto;
	text-align: center;
	color:#222;
	font-size: 17px;
}
.page-title h1 {
	font-size:40px;
	line-height: 1;
}
.page-title a{
	color:#ff7777;
	text-decoration: none;
}
.page-title a:hover{
	text-decoration: underline;
	color: #ff3333;
}
/* End css default */
.mega-menu {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px auto;
}
.mega-menu >ul {
	position: relative;
	display: block;
	position: relative;
}
.mega-menu >ul >li {
	display: block;
	width: 100%;
	height:55px;
}
.mega-menu >ul >li >a {
    padding: 17px;
    color: #333;
    text-decoration: none;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    font-weight: 600;
}
.mega-menu >ul >li:last-child >a {
	border-bottom: 0;
}


.mega-menu >ul >li:hover a:before {
	background-color:#1E9ECF;
}
.mega-menu >ul >li:hover a:after {
	border-left-color:#fff;
}

.mega-menu >ul >li .mega-submenu {
	width:0;
	visibility: hidden;
	position: absolute;
	-webkit-transition:width 0.3s;
	-moz-transition:width 0.3s;
	transition:width 0.3s;
}
.mega-menu >ul >li:hover .mega-submenu {
    top: -115px;
    right: 0;
    left: 100%;
    z-index: 99;
    padding: 20px 20px;
    background-color: #f0f0f0;
    color: #000;
    /* border: 3px solid #1E9ECF; */
    overflow-y: scroll;
    visibility: visible;
    width: 400px;
    height: 100vh;
}
.mega-submenu h2 {
	color: #1E9ECF;
	line-height: 1;
	margin:0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
	.mega-submenu .submenu-content {
		display: block;
		overflow: hidden;
		position: relative;
	}
	.menu-item .submenu-content {
		margin-left: -15px;
		margin-right:-15px;
	}
	.menu-item .section {
    width: 100%;
    float: left;
    padding: 0 0px;
    position: relative;
}
	.menu-item .links ul{
		margin:0;
		padding:0;
	}
.menu-item .links ul li {
    border-bottom: 1px solid #eee;
    font-weight: 600;
}
		.menu-item .links ul li:last-child {
			border-bottom: 0;
		}
		.menu-item .links ul li a{
			color: #555;
			display: block;
			text-decoration: none;
			padding:15px 0;
		}
	.menu-item .featured-product .product-detail{
		border:1px solid #eee;
		text-align: center;
		position: relative;
	}
		.menu-item .featured-product .product-detail .badge {
			background-color: #FE0000;
			color: #fff;
			font-size: 13px;
			padding:5px 15px;
			position: absolute;
			right: 15px;
			top:15px;
		}
		.menu-item .featured-product .product-detail .product-desc {
			padding:10px 20px 30px 20px;
			font-size: 14px;

		}
		.menu-item .featured-product .product-detail .product-desc a{
			text-decoration: none;
		}
		.menu-item .featured-product .product-detail a.title {
			color: #777;
			text-transform: uppercase;
		}
		.menu-item .featured-product .product-detail a.title:hover {
			color:#1E9ECF;
		}
		.menu-item .featured-product .product-detail .price {
			color:#1E9ECF;
			display: block;
			margin:10px auto;
			font-size: 15px;
			font-weight: 700;
		}
		.menu-item .featured-product .product-detail .btn-atc {
			color: #fff;
			display: inline-block;
			background-color:#1E9ECF;
			padding:8px 15px;
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			-o-border-radius:5px;
			border-radius:5px;
		}

	.menu-item .promotions .promo{
		margin-bottom:15px;
		padding:0;
		display: block;
	}
		.menu-item .promotions .promo img{
			border:1px #ddd solid;
			width:100%;
			border-radius: 10px;
		}

span.right-arrow-angle {
    float: right;
}
.mega-menu ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.close-bnt-int {
    padding: 40px 20px;
}
.side-view-logo {
    padding: 20px 20px;
}

button.btn-close {
    box-shadow: none !important;
}
.edit-icon-list span img {
    width: 20px;
}

/**Top-filter**/

ul.tab-menu {
    padding: 10px 0px 10px 0px;
    /* box-shadow: 0px 0px 6px 1px #ccc; */
    border-radius: 5px;
    float: left;
    margin: 0px;
    width: 100%;
    background-color: #ffffff3d;
    box-shadow: none;
    display: inline-flex
;
    justify-content: center;
}






ul.tab-menu li {
    list-style: none;
    display: inline;
}
ul.tab-menu li {
    display: inline-block;
    float: left;
    text-align: left;
    padding: 2px 14px 2px 20px;
    border-right: solid 1px #ccc;
    color: #fff;
}

.headerbar.header.sticky ul.tab-menu li{color:#000;}
.headerbar.header:hover ul.tab-menu li{color:#000!important;}

li.serach-item {
    background-color: #890A9D;
    color: #fff;
    padding: 3px 3px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: 0 0 0 10px;
    padding: 6px 0px 0px 6px !important;
}
li.space-los {
    display: inline-block;
    margin: 6px 0px;
}

/****Location-filter-css**/
[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}



.tabs {
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #890A9D ;
}

.tab {
  cursor: pointer;
  padding: 10px;
}

.tab.active {
    background-color: #890A9D ;
    color: #fff;
}
.tab:hover {
    background-color: #890A9D ;
}

.tab-content {
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    padding: 18px 0px 0px 0px;
}

/***Check***/

.regionname {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.regionname input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.regionname:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.regionname input:checked ~ .checkmark {
    background-color: #890A9D ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.regionname input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.regionname .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label.regionname {
    padding: 0px 0px 10px 35px !important;
}

.heading-location{width:100%; float:left; margin:0px; padding:0px;}
.heading-location h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 18px 0px;
}
ul.tabs li {
    font-weight: 700;
}

.check-reson {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0 0 0;
}
.heading-location.category-infotabs {
    padding: 14px 0 0 0;
}
textarea.description-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    padding: 0px 0px;
    padding: 10px 15px;
    font-size: 16px;
}


input.description-info {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
outline: none;
height: 46px;
}
input.search-filter-btn {
    background-color: #890A9D ;
    border: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
}
.info-search-bnt {
    float: left;
    margin: 0px;
    padding: 20px 0 0 0;
    text-align: right;
    width: 100%;
}
.section.links li.tab-link.current {
    color: #890A9D ;
}.submenu a {
    float: left;
    width: 100%;
    display: inline;
    text-decoration: none;
    font-size: 15px;
}

label.down-sub.padding-info {
    padding: 0px 0 13px 35px;
    font-size: 15px;
}


.submenu.padding-info-tech {
    padding: 0 0 0 31px;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.sticky + .content {
  padding-top: 102px;
}

.log-out {
    float: left;
    margin: 0px;
    padding: 110px 0 0 0;
    text-align: center;
    width: 100%;
}
.log-out button {
    background-color: #890A9D ;
    text-decoration: none;
    color: #fff;
    padding: 8px 31px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    border: none;
}

/***About-us-css***/



/***About-css*/


.blogs.nobg {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 130px 0px;
    background-image: none;
    min-height: 91.7vh;
}

.aboutus-part{width:100%; float:left; margin:0px; padding:0px;}
.aboutus-part p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 20px 0;
}
.aboutus-part h3 {
    font-weight: 600;
    font-size: 24px;
    padding: 0 0 5px 0;
}


.counter-hit.team-bg {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 100px 0px;
    background-image: url(../images/pattern-1.png);
    background-size: auto!important;
    background-repeat: repeat!important;
}


.teampart {
    /* float: left; */
    display: inline-flex
;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}
   .profile-card{
     position: relative;
     font-family: sans-serif;
     width: 220px;
     height: 220px;
     background: #fff;
     padding: 30px;
     border-radius: 50%;
     box-shadow: 0 0 22px #3336;
     transition: .6s;
     margin: 0 25px;
   }
   .profile-card:hover{
     border-radius: 10px;
     height: 260px;
   }
   .profile-card .img{
     position: relative;
     width: 100%;
     height: 100%;
     transition: .6s;
     z-index: 99;
   }
   .profile-card:hover .img{
     transform: translateY(-60px);
   }
   .img img{
     width: 100%;
     border-radius: 50%;
     box-shadow: 0 0 22px #3336;
     transition: .6s;
   }
   .profile-card:hover img{
     border-radius: 10px;
   }
   .caption{
     text-align: center;
     transform: translateY(-80px);
     opacity: 0;
     transition: .6s;
   }
   .profile-card:hover .caption{
     opacity: 1;
   }
   .caption h3{
     font-size: 21px;
     font-family: sans-serif;
   }
   .caption p{
     font-size: 15px;
     color: #0c52a1;
     font-family: sans-serif;
     margin: 2px 0 9px 0;
   }
   .caption .social-links a{
     color: #333;
     margin-right: 15px;
     font-size: 21px;
     transition: .6s;
   }
   .social-links a:hover{
     color: #0c52a1;
   }

   .list-of-team {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.list-of-team ul li {
    line-height: 33px;
    list-style-type: decimal;
}
.list-of-team ul {
    margin: 0px;
    padding: 0px 0 0 17px;
}

.counter-hit {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 100px 0px;
    background-image: url(../images/tour_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.show-date-cage span img {
    width: 60px;
    padding: 0 0 15px 0;
}
.show-date-cage h3 {
    font-weight: 600;
    font-size: 30px;
    padding: 4px 0 0 0;
}.show-date-cage p {
    font-size: 17px;
    margin: 0px;
    padding: 8px 0 0 0;
}.top_heading-view span {
    color: #000;
    text-transform: uppercase;
}
.top_heading-view span {
    color: #000;
    text-transform: uppercase;
}
.top_heading-view h3 {
    color: #000;
    font-size: 43px;
    font-weight: 800;
    line-height: 58px;
    padding: 10px 0 0 0;
    text-transform: uppercase;
}
.top_heading-view p {
    color: #000;
    padding: 20px 0 20px 0;
}
.top_heading-view a.bnt-knowmore {
    background-color: #890A9D ;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}
.adventure-point-tour span {
    color: #000;
    text-transform: uppercase;
}
.adventure-point-tour h3 {
    color: #000;
    font-size: 43px;
    font-weight: 800;
    line-height: 58px;
    padding: 10px 0 0 0;
}
.adventure-point-tour p {
    color: #000;
    padding: 20px 0 20px 0;
}
.info-details-bell {
    padding: 0 0 25px 16px;
}
.info-details-bell h4 {
    font-size: 20px;
    font-weight: 600;
}
.info-details-bell p {
    font-size: 16px;
    padding: 5px 0 0 0;
}
.bg-adventure {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 100px 0px;
    background-color: #ffffff;
}
.counter-hit.team-bg {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 100px 0px;
    background-image: url(../images/pattern-1.png);
    background-size: auto !important;
    background-repeat: repeat !important;
}

/***Contact-us-css***/

.contact-page {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 70px 0px;
}
.adddress-info{width:100%; float:left; margin:0px; padding:0px;}
span.title-mini-info {
    background-color: #e9f3ff;
    padding: 8px 15px;
    display: inline-block;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}
.adddress-info h2 {
    font-weight: 700;
    font-size: 31px;
    padding: 20px 0 10px 0;
}
.adddress-info p {
    font-size: 16px;
    padding: 10px 0 26px 0;
}


.contact-details-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 16px 20px;
    background-color: #eff7ff;
    border-radius: 6px;
    margin: 0 0 20px 0;
}
.icon-info span {
    background-color: #032040;
    float: left;
    border-radius: 50%;
    padding: 10px 5px;
    width: 60px;
    height: 60px;
}
.info-number span {
    font-weight: 400;
    font-size: 16px;
}
.info-number p {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}.info-number {
    padding: 0 0 0 20px;
}

.query-form {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 6px;
    background-color: #1d2940;
    border-radius: 6px;
}
.inner-info{width:100%; float:left; margin:0px; padding:0px;}
.query-form {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px 24px;
    background-color: #1d2940;
    border-radius: 6px;
}
.inner-info h3 {
    color: #fff;
    font-size: 24px;
}
.inner-info p {
    color: #fff;
    font-size: 15px;
    padding: 0 0px 20px 0;
}

.input-5area input {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 15px 16px;
    outline: none;
    border: none;
    border-radius: 2px;
    background: #343E53;
    color: #fff;
    font-size: 15px;
    margin: 0 0 16px 0;
    font-weight: 500;
}

.input-5area textarea {
    width: 100%;
    height: 140px;
    outline: none;
    padding: 20px 16px;
    border-radius: 2px;
    background: #343E53;
    border: none;
    color: #fff;
    font-size: 16px;
}
button.contcat5 {
    justify-content: right;
    border-radius: 5px;
    background-color: #890a9d;
    padding: 12px 16px;
    border: none;
    display: inline-block;
    transition: all .4s ease-in-out;
    margin: 11px 0 0 0;
}
.color {
    color: #fff;
}

.input-5area select {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    padding: 15px 16px;
    outline: none;
    border: none;
    border-radius: 2px;
    /* opacity: 0.1; */
    background: #343E53;
    color: #fff;
    font-size: 16px;
    margin: 0 0 16px 0;
}
label.lable-info-title {
    color: #fff;
    padding: 0 0px 4px 0px;
}

/***Login-page-css**/


.auth-page-section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 130px 0px;
    background-image: url(../images/login-bg.jpg);
}

.login-bg {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 180px 0 100px 0px;
}
.bg-login-box {
    width: 100%;
    float: left;
    margin: 60px 0 0px 0;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 13px;
}

.login-bg .header {
    background-color: #890A9D ;
    padding: 0px 0 0px 0;
    height: auto;
}

.bg-login-box h1 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #000;
}
.bg-login-box p {
    padding: 15px 0 0 0;
    font-size: 16px;
    text-align: center;
}

.fild-form {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 40px 0px 0px 0px;
}

.title-fild {
    font-size: 16px;
    font-weight: 500;
}

input.fild-formauth {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border: solid 1px #ccc;
    border-radius: 8px;
    background-color: #f6f2f9;
    height: 56px;
    outline: none;
    margin: 0 0 20px 0;
}

.common_form_submit {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

button.btn.btn_theme.btn_md {
    background-color: #890A9D ;
    color: #fff;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 600;
}

.formgot-password {
    float: right;
    margin: 0px;
    padding: 20px 0 20px 0;
    width: 100%;
}
.formgot-password p {
    font-size: 15px;
    padding: 0px;
}
.formgot-password p a {
    font-weight: 500;
    color: #890A9D ;
}
.margin-bottom {
    margin: 0 0 12px 0 !important;
}
.no-have-account{width:100%; float:left; margin:0px; padding:0px; text-align:center;}
.no-have-account p {
    font-size: 16px;
}
.no-have-account p a {
    text-decoration: none;
    color: #890a9d;
    font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

ul.code-box {
    margin: 0px;
    padding: 0px;
    text-align: center;
}
ul.code-box li {
    list-style: none;
    display: inline-block;
    padding: 0px 13px 0px 0px;
}
ul.code-box li input {
    text-align: center;
    border: solid 1px #dfdfdf !important;
    height: 60px !important;
    padding: 6px !important;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 18px !important;
    background-color: #f6f2f9;
    outline: none;
    width: 60px;
}


.fav-icons {
    position: absolute;
    right: 18px;
    top: 22px;
}
button.favorite-icons {
    border: none;
    background-color: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    border-radius: 30px;
}
button.favorite-icons svg {
    color: #c4c7cb;
    margin: 3px 0 0 0;
}
button.favorite-icons:hover svg {
    color: #ff0000;
}


button.like-button {
    background: none;
    border: solid 1px #ccc;
    padding: 5px 16px;
    border-radius: 6px;
}
.like-place {
    display: inline-block;
    padding: 12px 0 0 0;
}


button.fancybox-button.fancybox-button--zoom {
    display: none;
}

.fild-form label {
    padding: 0px 0px;
}
.offcanvas {
    z-index: 9999!important;
}

ul.address-details-list li {
    font-size: 16px;
    padding: 8px 0 8px 0;
}
.title-list {
    padding: 0px 0 0px 0;
    float: left;
}
.title-list h3 {
    padding: 0 0 5px 0;
    min-height: 50px;
}
.title-of-status {
    background-color: #890A9D;
    color: #fff;
    padding: 7px 10px;
    margin: 0px;
}
.event-infobell {
    padding: 10px 10px;
}
.event-infobell table {
    margin: 0px;
}

/****New-Css-Home-page****/



/*Home-page-hero-video-css*/

.home img.img-fluid {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-pages img.img-fluid {
    position: absolute;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-content {
    position: relative;
    padding: 280px 0 120px 0;
    color: #fff;
    text-align: center;
    height: 100vh;
}
.home-content-page {
    position: relative;
    padding: 280px 0 120px 0;
    color: #fff;
    text-align: center;
    height: 50vh;
}


.home-content button {
    display: block;
    font-size: clamp(14px, 1.5vw, 18px);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    margin: 50px auto 0;
    padding: 12px 20px;
    cursor: pointer;
}
.hero-section {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}span.hightlight {
    color: #890A9D ;
    font-size: 100px;
}

.filter-icons i {
    font-size: 32px;
    color: #fff;
}
.sticky .filter-icons i {

    color: #000!important;
}
.headerbar:hover {
    background-color: #fff;
}

.headerbar:hover .filter-icons i {
    color: #000!important;
}

.side-logo {
    position: absolute;
    z-index: 9999;
}

.side-logo span {
    background-color: #8a0a9d;
    float: left;
    width: 240px;
    height: 240px;
    border-radius: 0px 0px 230px 0px;
    padding: 20px 0px 0px 20px;
}
.side-logo span img {
    width: 125px;
}


.logo span img {
    display: none;
}
.sticky .logo span img {
    display: block!important;
}

.let-us-show-regions {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 100px 0px;
}

.all-resions-info h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #890a9d;
    font-size: 55px;
    line-height: 74px;
}
.all-resions-info p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

/***Tranding-Now***/

.tranding-now{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 100px 0px;
}



.section-title {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 65px 0;
}
.section-title h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #890A9D ;
}
span.text-hightlight-title {
    background-color: #890A9D ;
    color: #fff;
    padding: 13px 15px 5px 15px;
    border-radius: 6px;
    display: inline-block;
    line-height: 40px;
}


.img-thumbnail-view h4 {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #890A9D ;
    text-transform: uppercase;
    padding: 16px 0 0 0;
}

span.region-name {
    text-align: center;
    float: left;
    width: 100%;
    color: #890A9D;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px 0px;
}
.img-thumbnail-view p {
    text-align: center;
    font-size: 16px;
    padding: 10px 20px 0px 20px;
    float: left;
}


.alpha-mask img {
    width: 100%;
}

.alpha-mask img {
    height: 360px;
    object-fit: cover;
}


.alpha-target {
  -webkit-mask-image: url(https://thingstodoanz.com.au/assets/web/images/mas-img.png);
          mask-image: url(https://thingstodoanz.com.au/assets/web/images/mas-img.png);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

/***Sign-up-section***/

.signup-adventure-info {
    /* background-image: url(../images/signup-bg.jpg); */
    width: 100%;
    margin: 0px;
    padding: 250px 0 250px 0;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.sign-up-adv {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}
.sign-up-adv h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 46px;
}

.sign-up-adv p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    padding: 10px 0 0 0;
}
a.signup-bnt {
    background-color: #890a9d;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 26px;
    display: inline-block;
    border-radius: 3px;
    margin: 20px 0 0 0;
}

.slider-video{width:100%; float:left; margin:0px; padding:0px;}

.cover-container {
    position: relative;
    width: 100%;
    height: 500px;
}
.cover-container:hover .play-button {
 opacity: 0.7;
}


.cover {
  cursor: pointer;
  position: absolute;
}

.play-button {
  width: 60px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 250ms ease-in-out;
}

.cover, .play-button {
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}



.alpha-mask-video img {
    /* height: 550px; */
    margin: 0 0 0 30px;
    width: 100%;
    float: left;
}
.carousel-control-next {
    right: -51px;
}


.alpha-target-video {
  -webkit-mask-image: url(https://thingstodoanz.com.au/assets/web/images/video-mask.png);
          mask-image: url(https://thingstodoanz.com.au/assets/web/images/video-mask.png);
  mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 90%;
          mask-size: 90%;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 0.9!important;
}

button.carousel-control-next {
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    vertical-align: inherit;
    background-position: center;
}

button.carousel-control-prev {
    display: none;
}
span.carousel-control-next-icon {
    display: none;
}

.regions-list ul {
    margin: 0px;
    padding: 0px;
}
.regions-list ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 6px 0px 4px;
    margin: 0px 0px 20px 0px;
}

.regions-list ul li a {
    background-color: #890a9d;
    color: #fff;
    padding: 8px 16px 4px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.regions-list {
    text-align: center;
    margin: 30px 0 0 0;
}

/*.inner-bg-time {
    background-color: #ffffff;
}*/

.filter-icons.inner-bar i {
    font-size: 32px;
    color: #fff;
}
/****New-destinations****/

.destination-title-regions {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 0px 0;
}
.destination-title-regions h2 {
    background-color: #890a9d;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    padding: 10px 20px 5px 20px;
    border-radius: 6px;
}
.destination-item img {
    overflow: hidden;
	  width: 100%;
  transition: all .3s ease-in-out;
}
.destination-item img:hover   {
  transform: scale(1.1);
}
span.next-arrow-web img {
    width: 30px;
    float: right;
    transition: all 500ms ease-in-out;
    opacity: 0;
}


/*span.next-arrow-web {
    display: none;
}*/

.destination-item:hover span.next-arrow-web img {
    opacity: 1.0;
}
.show-all-list a, .show-all-list button {
    text-decoration: none;
    color: #890a9d;
    font-weight: 700;
    font-size: 18px;
    background: transparent;
    border: none;
}
.show-all-list {
    /* text-align: right; */
    padding: 15px 10px 0 10px;
}

.view-more-btn {
    text-align: center;
    float: left;
    margin: 0px;
    padding: 20px 0 0 0;
    width: 100%;
}

.view-more-btn a {
    background-color: #890a9d;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
}

/***favorites-without-login**/
.bg-favorites {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 130px 0 0 0;
    background-color: #fff;
}.info-details-td p {
    text-align: center;
    padding: 0px 120px;
    font-size: 16px;
    line-height: 27px;
}

.favi-icon-bnt{width:100%; float:left; margin:0px; padding:0px; text-align:center;}
.heart-icon span {
    background-color: #890A9D ;
    color: #fff;
    padding: 25px 25px;
    font-size: 50px;
    display: inline-block;
    border-radius: 50%;
}
.info-details-td {
    padding: 10px 0 30px 0;
}

a.btn-viewyou-favourites {
    background-color: #890A9D ;
    color: #fff;
    text-decoration: none;
    padding: 18px 20px 12px 20px;
    /* float: left; */
    display: inline-block;
    border-radius: 6px;
    font-weight: 800;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.btn-favi-info {
    padding: 80px 0 50px 0;
    width: 100%;
    text-align: center;
}

.footer-bg{width:100%; float:left; margin:0px; padding:0px; }
.background-gray{background-color:#f1f1f1;}

a.btn-viewyou-create-list {
    background-color: #890A9D ;
    color: #fff;
    text-decoration: none;
    padding: 15px 35px;
    /* float: left; */
    display: inline-block;
    border-radius: 10px;
    font-weight: 800;
    line-height: 20px;
}

.list-favico {
    background-color: #890A9D ;
    float: left;
    height: 42px;
    width: 100%;
    border-radius: 6px;
    margin: 0 0 14px 0;
}
span.design-views {
    background-color: #890A9D ;
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: solid 1px #ccc;
    position: absolute;
    top: 0px;
    left: -23px;
}

span.design-views {
    background-color: #890A9D ;
    float: left;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: solid 1px #ccc;
    position: absolute;
    top: -3px;
    left: -13px;
}

.your-list-view {
    width: 75%;
    margin: 0 auto;
}


.view-youfa-btn {
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

span.view-your-favourites {
    background-color: #890A9D ;
    border-radius: 6px;
    padding: 10px 22px;
    display: inline-block;
}

span.view-your-favourites a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: flex
;
   
    align-items: center;
}
span.view-your-favourites a i {
    font-size: 33px;
    float: left;
    margin: 0px 10px 0px 0px;
}
.img-date-list {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.img-date-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

span.date-of-events {
    background-color: #890A9D ;
    color: #fff;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 2px;
}
.save-date-oflist {
    position: absolute;
    bottom: 7px;
    left: 7px;
}

.list-of-event-list {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 0 0 25px 0px;
    border-radius: 10px;
    transition: all 500msease-in-out;
    min-height: 315px;
    margin: 0 0 40px 0;
}
.add-info-btn {
    text-align: center;
    padding: 80px 0 60px 0;
    border: solid 1px #f0ecec;
    border-radius: 4px;
}
.list-of-event-list h3 {
    float: left;
    width: 100%;
    padding: 10px 0 0 15px;
    font-size: 22px;
}
.event-list {
    padding: 80px 0 0 0;
	width:100%; float:left; margin:0px;
}
.list-of-event-list:hover {
    box-shadow: 0px 20px 14px 4px #ebebeb;
}
.create-more a {
    background-color: #890A9D ;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 10px 7px 10px;
    display: inline-block;
    border-radius: 5px;
}
.create-more {
    text-align: right;
    width: 100%;
    padding: 30px 0 30px 0px;
}
button.btn-close.set-design {
    opacity: 0.9 !important;
}

button.btn-close {
    background-color: #ffffff;
    color: #fff;
    width: 20px;
    height: 20px;
}
.bg-modal-popup {
    background-color: #890A9D ;
    color: #fff;
    padding: 11px 15px !important;
}

label.title-of-fild {
    padding: 0 0 6px 0;
    color: #000;
}
input.height-views {
    height: 45px;
}

.list-title-select {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 25px 0 0 0;
}

/****Upload-img-css***/
..upload-container {
  text-align: center;
  background-color: #2b2b3b;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  width: 400px;
}

h1 {
  margin: 20px 0;
  font-size: 1.5rem;
  color: #fff;
}

.upload-zone {
    background-color: #f1f1ff;
    border: 1px dashed #bbbbc1;
    color: #000;
    padding: 24px;
    cursor: pointer;
}

.upload-zone p {
  margin: 0;
}

.upload-zone span {
  font-style: italic;
  font-size: 0.9rem;
  color: #a1a1b3;
}

.separator {
  margin: 10px 0;
  color: #a1a1b3;
  font-size: 0.9rem;
}

.paste-url {
  padding: 10px;
  background-color: #2b2b3b;
  border: 1px solid #5c5c7a;
  border-radius: 5px;
  color: #e8e8ec;
  width: 90%;
  font-size: 0.9rem;
  outline: none;
  margin: 10px auto 20px auto;
  display: block;
  text-align: center;
}


.upload-zone img {
  max-width: 100%;
  max-height: 100%;
}

.upload-zone.dragover {
  background-color: #421765;
  border-color: #00acc1;
}

    .input-wrap {
position: relative;
    }

    .load {
      display: none;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      background-color: #2b2b3b;
      color: black;
      border: none;
      padding: 5px 10px;
      border-radius: 3px;
      cursor: default;
    }

.loader-item{
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    font-size: 40px;
    border: 5px solid #4361BA;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-animation linear infinite;
    position: relative;
}

@keyframes loader-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.list-image-upload {
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
}

.save-bnt-list {
    text-align: center;
    width: 100%;
}

input.his_save-jgm {
    background-color: #890A9D ;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 7px;
    font-weight: 700;
}

.action-btn {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: right;
    position: absolute;
    top: 10px;
    left: -16px;
}


ul.action_btn-list {
    margin: 0px;
    padding: 0px;
}
ul.action_btn-list li {
    list-style: none;
}


ul.action_btn-list li i {
    background-color: #ffffff;
    padding: 8px;
    display: inline-block;
    border-radius: 6px;
    margin: 0 0 5px 0;
    color: #890A9D ;
    transition: all 500ms ease-in-out;
    opacity: 0;
    font-size: 15px;
}
.list-of-event-list:hover ul.action_btn-list li  i{ opacity: 1.0;}

.name-and-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.event-list-title p {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.date-of-event-range {
    float: left;
    margin: 10px 20px 0px 0px;
}
.img-thumbnail-list img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.list-details-view {
    width: 100%;
    margin: 0px;
    padding: 80px 0 100px 0;
    float: left;
}
.sub-list-tour{width:100%; float:left; margin:0px; padding:0px;}
.sub-thumimg img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.name-of-subdestination h4 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}
.name-of-subdestination p {
    font-weight: 400;
    font-size: 16px;
    color: #5b5b5b;
}
.sub-list-tour {
    background-color: #ffffff;
    padding: 6px 25px 6px 10px;
    align-items: center;
    margin: 15px 0 0 0;
    border-radius: 7px;
    transition: all 500msease-in-out;
    border: solid 1px #f0f0f0;
}

.name-of-subdestination {
    padding: 0 20px 0 20px;
    float: left;
    width: 100%;
}

.view-details-subinfo a img {
    width: 40px;
}

.sub-list-tour:hover {
    box-shadow: 10px 10px 20px -7px #e4e1e1;
}

.inner-list-action {
    position: absolute;
    bottom: 10px;
    right: 80px;
    opacity: 0;
}

ul.inner-sub-listdes {
    margin: 0px;
    padding: 0px;
}
ul.inner-sub-listdes li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}
ul.inner-sub-listdes li i {
    background-color: #890A9D ;
    color: #fff;
    padding: 6px 7px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

.inner-list-action {
    position: absolute;
    bottom: 10px;
    right: 80px;
    opacity: 0;
   transition: all 500ms ease-in-out;
}

.sub-list-tour:hover .inner-list-action {
    opacity: 0.9;

}

/****New-Deals**/

.deals-according-region{width:100%; float:left; margin:0px; padding:0px;}

ul.tabsd li, ul.tabsevents li {
    list-style: none;
    display: inline;
    padding: 10px 23px;
    background-color: #890A9D ;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    margin: 0 6px;
    font-size: 18px;
    cursor: pointer;
	transition: 500ms ease-in-out;
}
.region-list-view {
    width: 100%;
    float: left;
    text-align: center;
}

ul.tabsd li.active, ul.tabsevents li.active {
    border-bottom: 4px solid #f3a2ff;
}

ul.tabsd li:hover, ul.tabsevents li:hover {
    background-color: #a980da;
}

.regions-name-title {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: absolute;
    bottom: 60px;
}
.regions-name-title h4 {
    color: #fff;
    font-weight: 700;
    /* letter-spacing: 5.5px; */
    font-size: 30px;

}

.logo-inner-page svg {
    width: 270px;
    position: absolute;
    top: -70px;
}

.main-logo img {
    position: absolute;
    top: 0px;
    z-index: 9;
    width: 150px;
    left: 69px;
}

/* HEADER STYLES
�������������������������������������������������� */
.page-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 0;
    z-index: 99;
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header button {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 10px;
  color: white;
  background: #08a6df;
  transition: background 0.3s;
}

.page-header button svg {
  flex-shrink: 0;
  margin-left: 5px;
  fill: currentColor;
}

.page-header button:hover {
  background: #0ab8f6;
}

/* SECTION STYLES
�������������������������������������������������� */
section {
  margin: 100px 0 20px;
}

section:last-of-type {
  margin-bottom: 100px;
}

section .text {
  max-width: 700px;
  margin: 0 auto 50px;
}

section img {
  border-radius: 15px;
  background: whitesmoke;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* STICKY STYLES
�������������������������������������������������� */
.page-header.sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-animation: slideDown 0.95s ease-out;
          animation: slideDown 0.95s ease-out;
}


.page-header.sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}





.sticky .logo-inner-page {
    display: none;
}

.m-100 {
    margin-top: 100px;
}


ul.tab-menu.inner-page-head li {
    display: inline-block;
    float: left;
    text-align: left;
    padding: 2px 14px 2px 20px;
    border-right: solid 1px #ccc;
    color: #fff;
}

ul.tabsd, ul.tabsevents {
    margin: 0px;
    padding: 0px;
}

.deals-according-region .column {
    margin: 0px 0px 20px 0px;
}

.logo-and-close-bnt {
    border-bottom: solid 2px #890A9D ;
}
.inner-bg-time.legal-page {
    background-color: #ffffff;
    border-bottom: solid 1px #e9e2e2;
}



/* Preloader*/
#loader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#loader:before, #loader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #890a9d;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: loaderCircleAnim;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#loader:after {
  animation-delay: 1s;
}

@keyframes loaderCircleAnim {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}



/* The container */
.list-of-fav .container-fav-title {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 2px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.list-of-fav.container-fav-title input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.list-of-fav .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.list-of-fav .container-fav-title:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.list-of-fav .container-fav-title input:checked ~ .checkmark {
    background-color: #890A9D ;
}
/* Create the checkmark/indicator (hidden when not checked) */
.list-of-fav .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.list-of-fav  .container-fav-title input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.list-of-fav  .container-fav-title .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list-of-fav label.container-fav-title {
    padding: 6px 35px;
}

.create-new-fav {
    border-top: solid 1px #e9e6e6;
    text-align: right;
    padding: 10px 0px;
    margin: 16px 0 0 0;
    width: 100%;
    /* margin: 0px; */
}

.create-new-fav a {
    background-color: #890A9D ;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.create-new-fav button {
    background-color: #890A9D ;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    border: none;
}

.add-info-btn p {
    font-weight: 600;
    color: #890A9D ;
}

.highlights-items {
    float: left;
    margin: 0px;
    width: 100%;
    padding: 20px 0 0 0;
}

.highlights-items a {
    text-decoration: none;
}


.destination-title-regions.padding-spce {
    padding: 0 0 40px 0;
}



.video-mask {
    overflow: hidden;
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(https://thingstodoanz.com.au/assets/web/images/video-mask.png);
    mask-image: url(https://thingstodoanz.com.au/assets/web/images/video-mask.png);
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 90%;
    mask-size: 90%;
    height: 500px;
}
.alpha-mask-video {
    position: relative;
    left: -50px;
}

    .video-mask video {
      max-height: 100%;
      min-width: 100%;
      max-width: 100%;
      min-height: 100%;
      height: 450px;
      -o-object-fit: cover;
      object-fit: cover;
      object-position: 0 20%;
    }

	.alpha-mask-video video {
    position: unset;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mobile-view-logo {
    display: none;
}
#more {display: none;}
div#myBtn {
    color: #890a9d;
    font-weight: 500;
    cursor: pointer;
}

.banner-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.banner-overlay-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vh;
    background-color: rgba(0,0,0,0.4);
}


/***My-profile***/
.my-profile {
    border-bottom: solid 1px #ccc;
    padding: 10px 0 0px 0;
}
.my-profile label {
    color: #000;
    font-weight: 300;
    padding: 21px 0 0px 0px;
}
.info-pages UL {
    margin: 0px;
    padding: 0px;
}
.info-pages ul li {
    list-style: none;
    padding: 5px 0px 5px 0px;
}
.info-pages ul li a {
    color: #4e4d4d;
    font-size: 14px;
}

.info-pages {
    display: inline-block;
    width: 100%;
    border-top: solid 1px #ccc;
    padding: 0px 0px 0px 0px;
    margin: 14px 0 0 0;
}

.my-profile-btn a {
  color: #fff;
    background-color: #0ba6e5;
    display: inline-block;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
    transition-duration: .3s;
    border: none;
}
.my-profile-btn {
    padding: 20px 0 20px 0;
}

.available-credit {
    text-align: center;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
.available-credit h3 {
    font-size: 28px;
    color: #000;
    margin: 0px;
}
.available-credit p {
    margin: 0px;
    color: #000;
    font-size: 15px;
    padding: 7px 0 0 0;
}

.buy-now-btn {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.buy-now-btn a{
color: #fff;
    background-color: #0ba6e5;
    display: inline-block;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 7px;
}
.available-credit p {
    color: #7a7878;
}

.job-details-title.my-credit {
    padding: 0 0 0px 0;
    float: left;
    width: 100%;
}

.credit-management {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0 0 0;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
background-color: #f4f4fb;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.view-list span {
    font-size: 14px;
    color: #484646;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 6px 10px 10px 10px;
}
.lead-box:hover {
    transform: scale(1.1);
    background-color: #f4f7f4;
}

.profile-details-user {
    width: 100%;
    margin: 0px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .03);
    border-radius: 10px;
    border: solid 1px #e5e3e3;
    margin-bottom: 30px;
    display: inline-block;
}


.lead-user-name {
    text-align: center;
    border-bottom: solid 1px #ebe6e6;
    margin: 0px 0px 21px 0;
}

.lead-user-name span {
    background-color: #26a69a;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    vertical-align: revert-layer;
    font-weight: 600;
    font-size: 20px;
    padding: 16px 0px 0px 0px;
}

.lead-user-name h3 {
    font-size: 18px;
    padding-top: 10px;
}

span.job-title-info {
    width: 30px;
    height: 30px;
    background-color: #26a69a21;
    display: inline-block;
    padding: 4px 0px;
    font-size: 15px;
    color: #26a69a;
    border: solid 1px #b9ebe7;
    margin: 0 6px 0px 0px;
}

.lead-user-name p {
    font-weight: 500;
    font-size: 16px;
    margin: 10px 0px 15px 0px;
    color: #5c5c5c;
}

.contact-info {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 0 0;
}
.contact-info ul{margin:0px; padding:0px;}
.contact-info ul li {
    list-style: none;
    margin: 0px;
    padding: 0 0px 10px 0px;
}

.contact-info ul li span i {
    font-size: 18px;
    padding: 0 10px 0px 0px;
}

span.verified-mobile i {
    padding: 0px !important;
    color: #2dc981;
    font-size: 14px !important;
}

span.verified-mobile {
    background-color: #eefff7;
    padding: 4px 10px 4px 6px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    color: #2dc981;
    border: solid 1px #e5e5e5;
}


span.work-tag {
    background-color: #fdf2dd;
    color: #f37f39;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 4px;
    border: solid 1px #ebd6ac;
    margin: 0 0 0 16px;
}

.work-tag p {
    color: #121212;
    font-size: 16px;
}

.lead-bar {
    background-color: #f1f1f1;
    font-size: 14px;
    padding: 7px 11px;
    display: inline-block;
    border-radius: 3px;
    color: #000;
}

.action_links ul li i {
    background-color: #9a00cc;
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 8px 0 0 0;
    margin: 0px 13px 7px 0px;
    border-radius: 3px;
    text-align: center;
    border-bottom: solid #eaa9ff;
    font-size: 18px;
}
.action_links ul li {
    list-style: none;
}
.action_links ul li a {
    color: #444242;
    font-size: 16px;
    text-decoration: none;
}
.action_links ul {
    margin: 0px;
    padding: 0px;
}

.my-profile {
    border-bottom: solid 1px #ccc;
    padding: 10px 0 0px 0;
}
.lead-user-name h3 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 400;
}
span.job-title-info {
    width: 35px;
    height: 35px;
    background-color: #78787821;
    display: inline-block;
    padding: 8px 0px;
    font-size: 15px;
    color: #8c149f;
    border: solid 1px #890a9d;
    margin: 0 6px 0px 0px;
}
.job-details-title p {
    font-weight: 600;
    font-size: 18px;
}


input.border-and-out {
    border: none;
    outline: none;
}

input.border-and-out {
    border: none;
    outline: none;
    width: 100%;
}
.submit-btnaction {
    text-align: center;
    padding: 20px 0 10px 0;
    margin: 0px;
    width: 100%;
    float: left;
}
.submit-btnaction input {
    background-color: #9a00cc;
    color: #fff;
    border: none;
    padding: 9px 28px;
    / border: solid; /
    border-radius: 7px;
    font-weight: 500;
    font-size: 18px;
}

/***Favourites-css***/

.del-icon {
    position: absolute;
    top: 30px;
    right: 30px; visibility:hidden;
	    transition: all 500ms ease-in-out;
}
.del-icon span i {
    background-color: #fff;
    color: #890A9D ;
    padding: 9px 10px;
    border-radius: 50%;
    cursor: pointer;
}
.manage-space:hover .del-icon {
    visibility: visible !important;
    transition: all 500ms ease-in-out;
}


/**Select-language-css**/


.language-picker {
    display: inline-block;
    position: relative
}

.js .language-picker__form {
    display: none
}

.language-picker__button .icon {
    height: 16px;
    width: 16px;
    margin-left: .25rem;
    margin-left: var(--space-xxxs)
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    background-color: #fff;
    background-color: var(--color-bg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-sm);
    padding: .375rem 0;
    padding: var(--space-xxs) 0;
    border-radius: .25em;
    z-index: 4;
    z-index: var(--zindex-popover);
    --space-unit: 1rem;
    --space-xxxxs: 0.125rem;
    --space-xxxs: 0.25rem;
    --space-xxs: 0.375rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3.25rem;
    --space-xxl: 5.25rem;
    --space-xxxl: 8.5rem;
    --space-xxxxl: 13.75rem;
    --component-padding: 1.25rem;
    --component-padding: var(--space-md);
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item {
    text-decoration: none;
    padding: .5em 2em .5em 1.25em;
    padding: var(--space-xs) var(--space-lg) var(--space-xs) var(--space-md);
    color: #313135;
    color: var(--color-contrast-high)
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-picker__item:hover {
    background-color: #f2f2f2;
    background-color: var(--color-contrast-lower)
}

.language-picker__item[aria-selected=true] {
    position: relative;
    background-color: #2a6df4;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.language-picker__item[aria-selected=true]::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    right: .75rem;
    right: var(--space-sm);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-color: #890A9D;
    background-size: cover;
    background-position: center
}

.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    height: 16px;
    width: 16px;
    margin-right: .375rem;
    margin-right: var(--space-xxs);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
    margin-right: var(--space-xs)
}

.language-picker__flag--german::before {
    background-image: url('https://flagsapi.com/DE/flat/32.png');
}

.language-picker__flag--japanese::before {
    background-image: url('https://flagsapi.com/JP/flat/32.png');
}

.language-picker__flag--french::before {
    background-image: url('https://flagsapi.com/FR/flat/32.png');
}

.language-picker__flag--chinese-traditional::before {
    background-image: url('https://flagsapi.com/TW/flat/32.png');
}

.language-picker__flag--portuguese::before {
    background-image: url('https://flagsapi.com/PT/flat/32.png');
}

.language-picker__flag--spanish::before {
    background-image: url('https://flagsapi.com/ES/flat/32.png');
}

.language-picker__flag--korean::before {
    background-image: url('https://flagsapi.com/KR/flat/32.png');
}

.language-picker__flag--italian::before {
    background-image: url('https://flagsapi.com/IT/flat/32.png');
}

.language-picker__flag--indonesian::before {
    background-image: url('https://flagsapi.com/ID/flat/32.png');
}

.language-picker__flag--chinese-simplified::before {
    background-image: url('https://flagsapi.com/CN/flat/32.png');
}

.language-picker__flag--english::before {
    background-image: url('https://flagsapi.com/US/flat/32.png');
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}

.language-picker {
    float: right;
}
button.language-picker__button.btn {
    border: solid 1px #ccc;
    / width: 112px; /
    padding: 8px 20px;
}

span.language-picker__label em {
    font-style: normal;
    padding: 0px 8px;
}

div#language-picker-select-dropdown {
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: 8px;
}
ul.language-picker__list li {
    list-style: none;
    padding: 0px;
}

ul.language-picker__list {
    margin: 0px;
    padding: 0px;
}

.title-product ul {
    margin: 0px;
    padding: 0px;
}
.title-product ul li {
    list-style: none;
}

.product-typeinfo {
    padding: 15px 0 0 10px;
}
.title-product ul li {
    list-style: none;
    display: inline;
    width: 33.33%;
    float: left;
    line-height: 42px;
}

/***Details-info***/

a.book-nowbnt {
    background-color: #890a9d;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
}tr.deails-info {
    line-height: 50px;
}


/***List-view-product-design***/


.box-img-list {
    background-color: #fff;
    border: solid 1px #e7e6e6;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 7px 10px 3px #f3f3f3;
    margin: 0 0 20px 0;
}
.img-thublist span img {
    max-width: 170px;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.title-of-carddetails {
    padding: 10px;
}
.list-view-desc p {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 14px;
}
.title-of-carddetails h4 {
    font-size: 18px;
    width: 214px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin: 0 5px 0 0px;
    /* text-align: center; */
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.title-of-carddetails p {
    font-size: 15px;
}

/**other-update-css**/

.icon-add-lsit span img {
    width: 30px;
    padding: 5px 0 0 0;
}
.map-address p img {
    /* display: inline-block !important; */
    /* vertical-align: sub; */
    height: 25px;
    margin: 2px 5px 0px 0;
}

.img-regions-desti h3 {
    position: absolute;
    bottom: 13px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
}
.img-regions-desti {
    position: relative;
}


.area-image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    border-radius: 10px;
}
h2.regions_list {
    font-size: 76px;
    line-height: 80px;
    text-align: right;
}
.all-resions-info p.region_desc {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    width: 72%;
    margin-left: auto;
}


ul.address-details-list li:first-child {
    display: inline-flex
;
}
ul.address-details-list li:first-child img {
    height: 27px;
    width: 40px;
}

/**Aout-us-css***/

.about-us-title h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
}
.home-content-page.contactus-page {
    padding: 200px 0px 60px 0px;
}

.blogs.nobg.page-heightauto {
    padding: 60px 0px 40px 0px;
    min-height: auto;
}




.inner-logoview .logo span a img {
    width: 200px;
}

.logo-inner-page-img span a img {
    width: 200px;
}

.inner-logoview .logo-inner-page-img img {
    filter: invert(1) brightness(202);
}

.inner-logoview.sticky .logo-inner-page-img img {
    filter: invert(1) brightness(202);
}


.inner-logoview.sticky .logo-inner-page-img img {
    filter: none !important;
}
.headerbar:hover .logo-inner-page-img img {
    filter: none !important;
}



/***partner-with-us***/


.list-of-partner-form {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0 0 15px 0;
}

.list-of-partner-form h3 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #9019a3;
}
.title-of-partner-with-us {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 40px 0px;
}
.title-of-partner-with-us h4 {
    text-align: center;
    font-size: 24px;
}

.title-of-partner-with-us p {
    padding: 26px 0 0px 0;
    font-size: 18px;
}

.img-icon {
    min-width: 85px;
    padding: 0 10px 0px 0px;
}
.info-details-benefits h3 {
    color: #890a9d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    padding: 0 0px 6px 0px;
}
.info-details-benefits p {
    font-size: 16px;
    line-height: 24px;
}

.prospectus-btn {
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 40px 0px;
}

.prospectus-btn a {
    background-color: #9019a3;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 7px;
    font-size: 28px;
}
.form-partner{width:100%; float:left; margin:0px; padding:0px;}
.option-joinas{width:100%; float:left; margin:0px; padding:0px;}

.option-joinas h5 {
    color: #890a9d;
    font-weight: 600;
    font-size: 22px;
    margin: 20px 0 4px 0;
}


/* The container */
.typeas-program {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.typeas-program input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-partner {
    position: absolute;
    top: 8px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.typeas-program:hover input ~ .checkmark-partner {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.typeas-program input:checked ~ .checkmark-partner {
  background-color: #9019a3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-partner:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.typeas-program input:checked ~ .checkmark-partner:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.typeas-program .checkmark-partner:after {
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
label.typeas-program {
    padding: 5px 34px;
}


.option-joinas p {
    font-size: 16px;
    margin: 0 0 8px 0;
}span.prospectus-process {
    color: #9019a3;
    font-weight: 600;
}

.business-info-form-details {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 40px 0 0 0;
}

.business-info-form-details h5 {
    font-weight: 400;
    font-size: 26px;
    border-bottom: solid 2px #333;
}

.form-steps {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 0 0;
}

input.partner-form-field {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #898888;
    outline: none;
    padding: 0px 17px;
}
span.required-fild {
    color: #ff0000;
    font-weight: 600;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
}

label.label-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 4px 0px;
    color: #890a9d;
    cursor: unset;
}

.street-address {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 15px 0 0 0;
}

label.fild-listinfo {
    margin: 0px;

    padding: 0 0 5px 0;
    font-size: 18px;
    cursor: unset;
}
.all-street-fild {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0 0 0;
}

.throughout-person {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0 0 0;
}

.throughout-person h5 {
    color: #890a9d;
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0 0px 0;
    border: none;
}

.fild-box-info {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 16px 0px;
}



/* The container */
.checkterms {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkterms input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-conditions {
    position: absolute;
    top: 9px;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.checkterms:hover input ~ .checkmark-conditions {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkterms input:checked ~ .checkmark-conditions {
  background-color: #890aad;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-conditions:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkterms input:checked ~ .checkmark-conditions:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkterms .checkmark-conditions:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.terms-and-conditions {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

span.link-terms-conditions {
    color: #9019a3;
    font-weight: 600;
}

.submit-btn {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 30px 0 50px 0;
    text-align: center;
}button.submit-btnall-info {
    background-color: #9019a3;
    border: none;
    margin: 0px;
    padding: 10px 40px 10px 40px;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    font-size: 20px;
    border-radius: 4px;
}