a{
	color:#784a9d;
	transition: all .3s;
}
a:hover,a:focus{
	text-decoration:none;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
.btn-primary {
    background: #784a9d;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 55px 15px;
    font-size: 20px;
    border: 0;
	font-weight: 700;
}
.btn-primary:hover,.btn-primary:focus{
	color:#fff;
	background:#3c2450;
}
.btn-primary-outline {
    background: transparent;
    border: 2px solid #784a9d;
    color: #784a9d;
    font-weight: 700;
    padding: 15px 120px;
    display: inline-block;
    font-size: 20px;
	text-transform: uppercase;
}
.btn-primary-outline:hover,.btn-primary-outline:focus{
	background: #784a9d;
	color: #fff;
}
.btn-orange {
    background: #f6841f;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    padding: 18px 40px 14px;
    border: 0;
    line-height: 1;
}
.btn-orange:hover,.btn-orange:focus{
	background: #e17913;
	color: #fff;
	border-color: #fff;
}
.btn-black-outlined {
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #3f3b3c;
    color: #3f3b3c;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    padding: 9px 35px;
    text-align: center;
}
.opacity-0{
	opacity: 0;
}
.header-contact{
	margin:0;
}
.header-contact li h2 {
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.header-contact li h4 {
    color: #5a5a5a;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
	margin-bottom: 5px;
    font-size: 18px;
}
.header-contact li h4 a{
	color:#5a5a5a;
}
.header-contact > li {
	text-align: right;
	vertical-align: middle;
}
.header-contact li.agency-author-name {
	color: #666;
    font-size: 20px;
}
.header-contact li.agency-name{
	color: #666;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}

/* Carousel */

.carousel-control-next, .carousel-control-prev{
	opacity:1;
	width: 7%;
}
.carousel-control-prev-icon{
	background-image:url('https://assets.branchup.travel/Icons/left-arrow.png');
	width: 65px;
	height: 121px;
}
.carousel-control-next-icon{
	background-image:url('https://assets.branchup.travel/Icons/right-arrow.png');
	width: 72px;
	height: 144px;
}

/* About Section */

.about-content{
	padding: 60px 5vw;
}
.about-content-left {
    display: flex;
    flex-direction: column;
}
/*.about-content-left > div {
    flex-grow: 1;
}*/
.about-content-left h2 {
    font-size: 36px;
    margin-bottom: 35px;
    max-width: 500px;
    letter-spacing: -1px;
    padding-bottom: 30px;
    position: relative;
}
.about-content h2:after{
	content:"";
	background: #425e67;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 165px;
	height: 2px;
}
.about-content-left h3 {
    margin-bottom: 10px;
    color: #784a9d;
    font-size: 28px;
}
.about-content-left h4 {
    font-size: 23px;
    color: #0f2135;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 440px;
}
.about-content-left p {
    margin-bottom: 30px;
}
.about-content-left > p:last-of-type {
    color: #0f2135;
    font-size: 18px;
    font-weight: 700;
    align-items: flex-end;
}
.about-content-left > p:last-of-type .btn-link {
    color: #0f2135;
}
.about-content-left > p:last-of-type .btn-primary {
    max-width: 400px;
    display: block;
    width: 100%;
    text-align: center;
}
.content-box{
	border: 1px solid #616366;
}
.content-box-inner {
    padding: 15px;
    min-height: 290px;
}
.content-box-inner h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #784a9d;
    font-weight: 700;
    font-size: 20px;
}
.content-box-inner h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.content-box-inner p {
    margin-bottom: 0;
}

/* Product Section */

.product-content-lg{
	padding: 60px 5vw;
}
.product-content{
	padding: 50px 0;
}
.product-section-heading {
    background-image: url('https://assets.branchup.travel/lp/Fives/Apr_2022/section-heading-bg.jpg');
    background-repeat: repeat;
    padding: 10px 0;
}
.product-section-heading h2 {
    margin: 0;
    text-align: center;
    font-weight: 700;
}
.product-xs {
    background: #f9fafd;
    padding: 20px;
}
.product-xs.product-xs-dark {
    background: #f0f0f0;
    padding: 30px;
    border-radius: 24px;
}
.product-xs h2{
	font-size: 26px;
}
.product-xs h3 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 20px;
    margin-top: 20px;
}
.product-xs h4{
	color: #784a9d;
	font-size: 20px;
	margin: 20px 0;
}
.product-xs-inner{
	background: #fff;
	border-radius: 20px;
}
.product-xs-content{
	padding: 35px 30px 30px;
	min-height: 180px;
}
.product-tag{
	margin-bottom: 20px;
	text-align: center;
}
.product-tag span{
	display: inline-block;
	background: #784a9d;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
	font-size: 14px;
}
.product-tag.product-tag-red span{
	background: #b32d42;
}
.product-tag.product-tag-brown span{
	background: #756757;
}
.product-tag.product-tag-green span{
	background: #96b849;
}
/*.product-xs-content ul {
    min-height: 265px;
}*/
.product-xs-content ul li {
    font-size: 13px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.product-xs-content ul li:before {
    content: "";
    background: url('https://assets.branchup.travel/lp/Fives/Apr_2022/check-icon.jpg');
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.product-xs-content  .product-price{
	font-size: 32px;
}
.product-xs-content  .product-price span:first-of-type{
	font-size: 16px;
}
.product-xs-content  .product-price span:last-of-type{
	font-size: 18px;
}
.product-xs-content  .product-price p{
	font-size: 20px;
	font-weight: 800;
}
.product-xs-content .btn-black-outlined {
    margin: 10px auto 0;
    display: table;
}
.product-lg h2{
	font-size: 32px;
	margin-bottom: 20px;
}
.product-lg h2 span{
	font-weight: 800;
}
.product-lg h4{
	color: #784a9d;
}
.agent-info ul li{
	margin: 3px 5px 0 0;
}
.agent-info ul li img{
	width: 30px;
}
.agent-info .agencyAuthorName{
	color: #818285;
	line-height: 1.2;
}
.agent-info .agencyAuthorName + p{
	color: #8d8d90;
}
.product-xs.product-xs-dark .product-xs-inner img {
    height: 100%;
    object-fit: cover;
}

.main-footer {
    border-top: 2px solid #666;
	background: #fff;
    color: #666;
    line-height: 1.5;
	padding: 15px 0;
}
.main-footer h2{
	color: #666;
	font-size: 20px;
}
.main-footer h3 {
    color: #666;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}
.main-footer p.agency-license-text, .main-footer p.copy-text {
    font-size: 12px;
}

img#agency-logo,img#agency-logo2{
	max-width:80px;
}
img#agency-picture, img#agency-picture2 {
    width: 100px;
    height: 100px;
	object-fit: cover;
}
img#agency-logo, img#agency-logo2 {
     max-width: 250px;
    margin: 0 auto;
    max-height: 100px;
    display: block;
}
img#agency-picture, img#agency-picture2 {
    width: 100px;
    height: 110px;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
}
.companylicensetext {
    margin-top: 5px;
    margin-bottom: -3px!important;
}
.companylicense{
	font-size: 12px;
	font-weight: 700;
}
.bottom-contact-info{
	border-radius: 24px;
	background: #dcddde;
	padding: 20px;
	overflow: hidden;
}
.bottom-contact-info ul li{
	text-transform: uppercase;
	font-family: 'Lora', serif;
	font-weight: 600;
	margin-right: 20px;
	font-size: 20px;
}
.bottom-contact-info ul li a{
	color: #bf2e1a;
}
.bottom-contact-info ul li a span{
	display:inline-block;
	margin-right: 5px;
}
.bottom-contact-info ul li a img {
    height: 60px;
    vertical-align: -22px;
}
.bottom-contact-info ul li:last-of-type{
	margin-bottom: 0;
}
.content-list li{
	padding-left:35px;
	position:relative;
	margin-bottom:10px;
}
.content-list li span{
	position: absolute;
	left: 0;
	top:0;
	color: #24a900;
}
.terms{
	padding: 0 0 40px; 
}
.terms p, .terms li {
    font-size: 14px;
}
.agent-info li img {
    width: 24px;
    margin-right: 5px;
    vertical-align: -7px;
}
.weblink span{
	color:#0280ff;
	text-decoration:underline;
}
.itn-modal{
	max-width: 1200px;
}
.itn-modal .modal-content {
    border: 4px solid #3b5998;
    border-radius: 0;
	overflow: hidden;
}
.itn-modal .modal-content .modal-body{
	padding:0;
}
.itn-modal .modal-content .modal-body .table td{
	padding: 5px 15px;
	border: 0;
}
.itn-modal .modal-content .modal-body .table td:first-of-type{
	font-weight: bold;
	min-width: 80px;
}
.itn-modal .modal-content .modal-footer{
	border: 0;
	padding-top:0;
    text-align: left;
    justify-content: flex-start;
}
.itn-modal .modal-footer button.close {
    opacity: 1;
    font-size: 18px;
}
.itn-modal .modal-footer button.close span {
    background: #3b5998;
    opacity: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 34px;
    line-height: 32px;
    display: inline-block;
    margin-right: 5px;
}
.itn-modal .carousel-control-next-icon {
    width: 48px;
    height: 80px;
    background-color: #a0a0a0;
}
.itn-modal .carousel-control-prev-icon {
    width: 48px;
    height: 80px;
    background-color: #a0a0a0;
}

/*===========================
	Terms & Conditions
=============================*/

.terms__caption{
	border: 2px solid rgb(0,40,89);
	background: linear-gradient(
		90deg, rgba(0,40,89,1) 0%, rgba(0,40,89,1) 49.9%, rgba(255,255,255,1) 50%);
}

.terms__content{
	padding: 30px 0;
	background: #fff;
	text-align: center;
	color: rgba(241,241,241,0.8);
}
.terms__content p{
	color: #131213;
	font-size: 0.9em;
	font-family: 'Futura Medium';
}
.terms__caption--wrapper {
    align-content: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}
.terms__caption--left,.terms__caption--right{
	align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    position: relative;
}
.terms__caption--left{
	margin-right: 6%;
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif;
	line-height: 1;
	color: #fff;
	font-size: 1.66em;
}
.terms__caption--left span{
	margin:0 0.5rem;
    text-transform: lowercase;
	font-family: 'Pinyon Script', cursive;
}
.terms__caption--right:before {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    left: -6%;
    position: absolute;
    top: 0;
    transform-origin: bottom left;
    transform: skewX(-30deg);
    width: 100%;
    z-index: 0;
}
.terms__caption--right p{
	align-items: center;
    color: #002859;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    z-index: 1
}


footer{
	background:#fff;
}
.footer-copyright{
	background:#f4f4f4;
}

@media (max-width: 1200px) {
	.btn-primary-outline{
		padding: 15px 60px;
	}
}
@media (max-width: 1130px) {
	img#agency-logo, img#agency-logo2 {
		max-width: 100%;
		max-height:90px;
	}
	img#agency-picture,img#agency-picture2{
		width:90px;
		height:90px;
	}
	.product-box__details{
		width: 350px;
	}
	.product-box__left h2{
		font-size: 26px;
	}
	.product-box__left h3{
		font-size: 22px;
	}
	.product-box:before{
		width: 350px;
	}
	.product-box__logo{
		width: calc(100% - 350px);
	}
}
@media (max-width: 991px) {
	.offers-box-small a p{
		font-size:20px;
	}
	.about-content h2 img{
		max-width: 300px;
	}
	.header-contact{
		width: 100%;
	}
	.main-header h1,.footer-logo{
		text-align:Center;
	}
	.main-header h1 img, .footer-logo img{
		max-width:260px;
		margin-bottom:20px;
	}
	.deal-image{
		height: 250px;
	}
	.about-content-right {
		position: relative;
		top: 0;
		margin-top: 10px;
	}
	.terms__caption{
		background: rgb(0,40,89);
	}
	.terms__caption--wrapper{
		flex-direction: column;
	}
	.terms__caption--left{
		margin-right: 0;
		text-align: center;
	}
	.terms__caption--right {
		background: #fff;
		padding: 20px;
	}
	.terms__caption--right:before{
		display: none;
	}
	.product-content{
		padding: 25px 0 20px;
	}
	.product-box{
		flex-direction: column;
		margin-bottom: 10px;
	}
	.product-box__left {
		width: 100%;
		max-width: inherit;
		padding: 0;
		flex-direction: column;
	}
	.product-box__img {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
		height: auto;
		flex: 0 0 100%;
	}
	.product-box__img img {
		height: auto;
		width: 100%;
	}
	.product-box__img:before,.product-box:before{
		display: none;
	}
	.product-box__details{
		width: 100%;
	}
	.product-box__left h2,.product-box__left h3{
		font-size: 20px;
	}
	.product-box__logo{
		display: none;
	}
	.product-box__right{
		width: 100%;
	}
	.product-box__right-heading{
		border-top: 1px solid #dedede;
	}
	.product-box__itenary {
		border-top: 1px solid #dedede;
		padding-top: 25px;
	}
	.about-content {
		padding: 60px 0;
	}
	.about-content p{
		font-size: 16px;
	}
	.about-content h4{
		font-size: 18px;
	}
	.product-box__img .product-box__logo {
		display: flex;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-image: -webkit-gradient(linear,left bottom,left top,from(#0d2236),to(rgba(13,34,54,0)));
    	background-image: linear-gradient(0deg,#0d2236 0,rgba(13,34,54,0) 100%);
	}
	.product-content-lg {
		padding: 25px 0;
	}
	.product-xs.product-xs-dark{
		padding: 15px;
	}
}
@media (max-width: 767px) {
	body{
		font-size: 14px;
	}
	img#agency-picture, img#agency-picture2 {
		width: 90px;
		height: 90px;
	}
	img#agency-logo, img#agency-logo2 {
		max-width: 100%;
		max-height: 90px;
	}
	.about-content-left h2,.product-section-heading h2{
		font-size: 24px;
	}
	.about-content h3, .product-lg h2{
		font-size: 20px;
	}
	.btn-primary{
		font-size: 18px;
	}
	.btn-primary-outline{
		padding: 15px 60px;
		font-size: 18px;
	}
	.about-content-left > p:last-of-type,.product-xs h3{
		font-size: 18px;
	}
	.about-content p{
		font-size: 14px;
	}
	.content-box-inner{
		min-height: inherit;
	}
	.carousel-control-next-icon,.carousel-control-prev-icon{
		width: 20px;
		height: 40px;
	}
	img#agency-picture, img#agency-picture2 {
		width: 90px;
		height: 90px;
	}
}
