 .tagLineMain a.dfltBtn {
    margin-right: 10px;
}

.tagLineMain a.dfltBtn1 {background: none;border-color: #fff;}

.tagLineMain a.dfltBtn1:hover {
    background: none;
    border-color: #276481;
}
.whychoose .visa-cat-style-two {
    box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #e7f7ff;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    min-height: 345px;
    clip-path: polygon(0.167% 0.175%, 99.833% 0.175%, 99.833% 86.41%, 93.226% 92.322%, 93.225% 92.322%, 84.772% 99.825%, 0.167% 99.825%, 0.167% 0.175%);
    background: #e7f7ff;
}

.whychoose .visa-cat-style-two .info {
    padding: 40px 40px;
    text-align: center;
}

.whychoose .visa-cat-style-two .info .icon {
    margin-bottom: 30px;
}

.whychoose .visa-cat-style-two .info .icon img {
    height: 60px;
    width: auto;
}

.whychoose .visa-cat-style-two .info  h5 {
    font-family: "Saira", sans-serif;
    font-size: 21px;
    font-style: normal;
    text-transform: unset;
    margin-bottom: 9px;
    font-weight: bold;
    line-height: 27px;
}

.whychoose .visa-cat-style-two .info p {
    font-family: montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.whychoose {
    padding-bottom: 65px;
}
.feature-item-gold {
    background: rgb(255 255 255 / 72%);
    border-radius: 20px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 10px;
}

.feature-item-image-gold {
    display: block;
    border-radius: 20px;
    overflow: hidden;
        margin-bottom: 20px;
}

.feature-item-image-gold figure {
    display: block;
    position: relative;
    overflow: hidden;
}

.feature-item-image-gold figure a {
    display: block;
    position: relative;
    overflow: hidden;
}

.feature-item-image-gold figure a img {
    width: 100%;
    aspect-ratio: 1 / 0.616;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.feature-item-gold:hover .feature-item-image-gold img {
    transform: scale(1.06);
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.feature-item-body-gold {
    padding: 0 10px 10px;
}
.feature-item-body-gold .icon-boxs {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    background: #1890c9;
    padding: 10px;
    text-align: center;
}

.feature-item-body-gold .icon-boxs img.blcks {}

.feature-item-body-gold .icon-boxs img {
    filter: brightness(0) invert(1);
    height: 32px;
    width: auto;
}

.feature-item-content-gold h3 a {
    font-family: 'Saira', sans-serif;
    color: #000;
    line-height: 30px;
    font-size: 21px;
}

.feature-item-content-gold h3 {
    text-transform: unset;
    margin-bottom: 4px;
}

.feature-item-content-gold p {
    font-family: "Saira", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 23px;
}


.pbmit-static-box-style-1{
	text-align: center;
	margin-bottom: 30px;
}
.pbmit-static-box-style-1 .pbmit-staticbox-wrapper{
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
.pbmit-static-box-style-1:nth-child(even) .pbmit-staticbox-wrapper{
	flex-direction: column-reverse;
}
.pbmit-static-box-style-1 .pbmit-img{
	position: relative;
	width: 200px;
	overflow: hidden;
}
.pbmit-static-box-style-1 .pbmit-img img{
	border-radius: 50%;
}
.pbmit-static-box-style-1 .pbmit-static-box-title{
	font-size: 24px;
    line-height: 30px;
    padding: 0 34px;
	margin-bottom: 20px;
}
.pbmit-static-box-style-1 .pbmit-box-number{
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	z-index: 2;
	position: relative;
	transform: rotate(90deg);
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-global-color);
}
.pbmit-static-box-style-1 .pbmit-box-number-wrapper::before{
	right: calc(100% - 1px);
	border-bottom-right-radius: 20px;
}
.pbmit-static-box-style-1 .pbmit-box-number-wrapper::after{
	left: calc(100% - 1px);
	border-bottom-left-radius: 20px;
}
.pbmit-static-box-style-1 .pbmit-content-box{
	padding: 0 20px 10px;
}
.pbmit-static-box-style-1 .pbmit-staticbox-wrapper::after {
    position: absolute;
    content: '';
    top: calc(50% - 90px);
    right: -70px;
    width: 106px;
    height: 208px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(imgs/static-box-line.png);
}
.pbmit-static-box-style-1:nth-child(even) .pbmit-staticbox-wrapper::after {
	transform: scaleX(-1);
}
.pbmit-static-box-style-1:last-child .pbmit-staticbox-wrapper::after{
	content: none;
}
.pbmit-static-box-style-1 .pbmit-static-btn a{
	display: inline-block;
	margin: 15px 0 0;
}
.pbmit-static-box-style-1 .pbmit-static-box-desc,
.pbmit-static-box-style-1 .pbmit-static-box-title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.static-box-section {
    padding: 80px 0;
}

.pbmit-static-box-style-1 .pbmit-img {
    width: 140px;
}

.pbmit-static-box-style-1 .pbmit-static-box-title {
    font-family: "Saira", sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 9px;
}

.pbmit-static-box-style-1 .pbmit-static-box-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}
.pbmit-static-box-style-1 .pbmit-static-box-title {
    text-transform: unset;
}