/* color variable  */
:root {
    --blue: #030349;
    --blueGradient: linear-gradient(96.34deg, rgba(50, 151, 239, 0.9) 0.71%, rgba(39, 20, 151, 0.9) 99.01%);
    --blueGradient2: linear-gradient(96.34deg, rgba(0, 51, 96, 0.9) 0.71%, rgba(72, 49, 202, 0.9) 99.01%);
}

.region-item * ,
.region-tab-container * {
    margin:0;
}

.region-item{
	display: none;
	margin: 0 !important;
	max-width: 100% !important;
}
.region-item.active{
	display: block;
}

.region-title h2 {
    color: var(--blue);
    font-size: 54px;
    font-weight: 700;
    line-height: 1.3;
}
.tab-container{
	padding: 40px 0;
	margin: 0;
/*	background-color: #c1e3d9;*/
/*	padding: 3%;*/
/*	border-radius: 4px;*/
	width: 100% !important;
	max-width: 100% !important;
}
.tab-menu{
	position: relative;
}
.tab-menu ul{
	margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--blue);
    display: flex;
    column-gap: 24px;
    flex-wrap: wrap;
    justify-content: start;
    /*height: 42px;*/
    /*overflow-y: hidden; */
	padding-right: 20px;
}
.tab-menu.expand ul{
	overflow-y: auto;
	height: auto;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}

.tab-menu ul li a{
	text-decoration: none;
	color: #6262629e;
	font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    padding: 12px 0;
	cursor: pointer;
	display: flex;
	gap: 8px;
	align-items: center;
	transition: all .4s;
}

.tab-menu ul li a.active-a,
.tab-menu ul li a:hover {
	color: var(--blue);
}
.tab{
	display: none;
}
.tab .content-country-name {
	color: var(--blue);
	font-size: 36px;
	font-weight: 700;
}
.tab .content-paragrap h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--blue);
}
.tab .content-paragrap {
    display: grid;
    gap: 15px;
}
.tab .content-paragrap p{
	color: #464646;
	text-align: justify;
}
.tab-active{
	display: block;
}
.tab-menu ul img {
	height: 20px;
	width: 20px;
}
.content-sec{
	display: grid;
    grid-template-columns: 2fr 1.4fr;
    gap: 60px;
	padding-top: 50px;
}
.clearfix {
	overflow: auto;
  }
.clearfix::after {
	content: "";
	clear: both;
	display: table;
  }

.content-right img{
	width: 100%;
	border-radius: 10px;
}

.content-inner {
    display: grid;
    gap: 40px;
}
.gateway-content-block {
    display: grid;
    gap: 20px
}
.gateway-content-block h2 {
    font-size: 32px;
}

.button-section{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
}
.button-section a.button-one,
.button-section a.button-two {
    padding: 18px 40px 18px 40px;
    text-decoration: none;
    border-radius: 50px;
    transition: all .5s;
}
.button-section a.button-one{
	background: var(--blueGradient);
	color: #fff;
}

.button-section a.button-two{
	border: 1px solid var(--blue);
	color: var(--blue);
}

.button-section a.button-one:hover,
.button-section a.button-two:hover{
	background: var(--blueGradient2);
	color: #fff;
	transition: all .5s;
}

/* .r-tab{
	display: none;
}
.r-tab.active{
	display: block;
} */
.r-tab-content{
	display: none;
}
.r-tab-content.active{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}
.region-tab-container{
	max-width: 100% !important;
	background: #E4FFF5;
}
.region-tab-container-inner{
	display: grid;
    grid-template-columns: minmax(min-content, 240px) 1fr;
    gap: 20px;
}

.region-tab-options ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.region-tab-options ul li{
	padding: 16px;
    border-left: 1px solid #FF692E;
    line-height: 1.2em;
    font-weight: 600;
    color: #464646b3;
	cursor: pointer;
	transition: all .4s;
}

.region-tab-options ul li.active{
	border-left: 2px solid var(--blue);
	color: var(--blue);
}
.region-tab-options ul li:hover {
    color: var(--blue);
}
.r-tab-country{
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 14px 20px;
	background-color: #fff;
	border: 0.5px solid #dddddd;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
}

.r-tab-country:hover,
.r-tab-country.active{
	box-shadow: 2px 2px 9.800000190734863px 0px #ff662a80;
}


.r-tab-country img{
	height: 20px;
	width: 20px;
}

.r-tab-country span{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    color: #666666b3;
    min-width: max-content;
}
.region-sec-title{
	max-width: 100% !important;
	color: var(--blue);
	font-size: 45px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 40px !important;
}
.dropdown-list{
	position: absolute;
	right: 0;
	bottom: 8px;
	display: none;
}
.dropdown-list span.drop-opener{
    background: #fff;
    padding: 8px 0px 8px 8px;
	color: #626262A0;
	font-size: 15px;
	line-height: 20px;
	margin-right: 5px;
	cursor: pointer;
}
.tab-menu.expand .dropdown-list span.drop-opener svg{
	transform: rotate(180deg);
}
.dropdown-list span.drop-opener:hover,
.dropdown-list span.drop-opener.active{
	color: var(--blue);
}

.dropdown-list span.drop-opener:hover svg path,
.dropdown-list span.drop-opener.active svg path{
	fill: var(--blue);
}
.dropdown-list ol{
	list-style: none;
    width: max-content;
    background-color: #f0f0f0;
    position: inherit;
    top: 117%;
    display: none;
    padding: 0;
    margin: 0;
    right: 0;
    text-decoration: none;
    padding: 12px;
    box-shadow: 0px 2px 5px #949494;
}

.dropdown-list ol.active{
	display: block;
}

.dropdown-list ol li a{
	text-decoration: none;
	display: flex;
    align-items: center;
    text-decoration: none;
	padding: 7px 0;
    border-bottom: 2px solid #dfdfdf;
}
.dropdown-list ol li:last-child a{
	border: none;
}

.dropdown-list ol li img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
}

.gateway-images{
	display: flex;
	flex-wrap: wrap;
	row-gap: 16px;
    column-gap: 24px;
}

.hide-tab{
	display: none;
}



/* Media query for responsiveness */

@media screen and (min-width: 1025px){
    .region-title h2 {
        width: 60%;
    }
    .region-sec-title {
        max-width: 40% !important;
    }
}

@media screen and (max-width: 768px) {
    .region-title h2 {
        font-size: 32px;
    }
	.region-tab-container-inner{
		display: initial;
		
	}
	.region-tab-options{
		width: 100%;
		margin-bottom: 30px;
		overflow-x: auto;
	}
	.region-tab-country{
		width: 100%;
	}
	.region-tab-options ul {
		width: max-content;
		margin: 0 auto;
	}

	.region-tab-options ul li{
		padding-left: 10px;
		padding-right: 10px;
		border-left: 0 !important;
		border-bottom: 1px solid #FF692E;
		padding-top: 0;
		padding-bottom: 10px;
		cursor: pointer;
		display: inline-block;
	}
	
	.region-tab-options ul li.active{
		border-bottom: 2px solid var(--blue);
	}
	.content-sec{
		grid-template-columns: 1fr;
	}
	
	.tab .content-country-name,
	.gateway-content-block h2 {
        font-size: 24px;
    }
    
    .region-sec-title {
        font-size: 32px;
    }
	
}


.tooltip {
    position: relative;
    display: inherit;
    border: .5px solid #c1c1c1;
    border-radius: 8px;
}

.tooltip img {
    border-radius: 8px;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
	width: max-content;
	background-color: rgb(49, 49, 49);
	font-size: 12px;
    font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	/*display: inline-block;*/
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 110%;
	left: 50%;
	transform: translateX(-50%);
}
.tooltip .tooltiptext:after{
	content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5.5px 6px 5.5px;
    border-color: transparent transparent #313131 transparent;
    transform: rotate(180deg);
    position: inherit;
    bottom: -5px;
    left: 45%;
}
  
.tooltip:hover .tooltiptext {
	visibility: visible;
}

  /* @media screen and (max-width: 480px) {
	.r-tab-country {
	  flex-basis: calc(100% - 20px); 
	}
  } */


