.wy_b p {
    min-height: 72px;
}
.section-hero {
    /* height:92vh */
}
.hero h1{
    font-size: 91.56px;
}
.hero p {
    font-size: 24px;
}
img.banner_img {
    height: 60%;
}
#cardContainer{
    background: rgba(229, 240, 254, 1);
}
.top-25 {
    top: 25% !important;
}
div.svgMap-map-wrapper{
    background: transparent;
}
#cardContainer {
    padding-top: .6rem;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1079px) { 
    .hero h1 {
        font-size: 52px;
    }
    .wy_b .box_col h4, .t_tls .card-body h3 {
        min-height: 50px;
    }
    .wy_b .box_col p{
        min-height: 140px;
    }
    .s_box small {
        font-size: 12px;
    }
}
/*Search*/
.fs-12 {
    font-size: 13px;
}
.search_box input:focus {
    box-shadow: none;
}
.search_box {
    background: linear-gradient(#146aff3d, #146aff29);
    box-shadow: 0 0 8px #eee, 1px 0 3px #0000001a, -1px 0 3px #0000001a;
    overscroll-behavior: contain;
	background-image: linear-gradient(to bottom, #05a6f1 0%, #194f67 100%);
}
.btn-search {
    background-color: #146aff1f;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 2px;
}
.cb-image-with-placeholder {
    min-width: 20px;
    width: 20px;
    height: 20px;
    position: relative;
    backface-visibility: hidden;
    transform: rotate(0);
}
.option-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.option-description {
    font-size: 12px;
    color: #666;
    letter-spacing: .2px;
    font-weight: 400;
}
.color-0 {
    background-color: #e3edff;
}
.swui-link {
    color: #092540;
    font-size: .875rem;
}
.plist p {
    font-size: .875rem;
    line-height: 1.29;
    margin: 8px 0;
    display:flex;
    gap:5px;
}
.plist p svg {
    min-width: 20px;
}
.hm-solutions__card:hover {
    transform: translate3d(0, -6px, 0);
    box-shadow: 0 16px 32px rgba(9, 37, 64, .08), 0 24px 40px rgba(9, 37, 64, .12);
    box-shadow: var(--bs-box-shadow) !important;
    background: rgba(219, 243, 255, 1) !important;
    transform: scale(1.05);
}
.hm-solutions__card:hover a.small {
    color: var(--primary-colors) !important;
}
.hm-solutions__card:hover a.small svg path{
    stroke: var(--primary-colors) !important;
}
.hm-solutions__card {
    transform: translate3d(0, 0, 0);
    transition: box-shadow .2s ease, transform .2s ease;
    will-change: tranform;
    /* border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-bottom: 5px solid var(--primary-colors); */
}
.hm_icon {
    background: rgba(4, 169, 245, 0.3);
}
.tag_color {
    background-color: #d5f0fd;
}
.txn--display-inline-block {
    display: inline-block;
}
ul#dropdownCountries {
    border: 1px solid hsla(0, 0%, 74%, .5);
    box-shadow: 0 0 3px rgba(85, 85, 85, .1);
    max-height: 250px;
    max-width: 100%;
    min-width: 150px;
    overflow: auto;
}
.HeroCenterBanner_hero_banner .btn-bg.btn-w-bg:hover {
    background-color: transparent;
    color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
}
.HeroCenterBanner_hero_banner{
    background: #04A9F5;
    background: linear-gradient(0deg, rgba(4, 169, 245, 1) 0%, rgba(255, 255, 255, 1) 66%);
}
.top-15 {
    top: 15% !important;
}
.curve_bg {
    background: radial-gradient(circle at left center, #fff 30%, #e3f6ff 0%);
}
.i_box p:last-child {
    min-height: 1px;
}
.gradient-text {
    background: linear-gradient(180deg, #04A9F5 0%, #033143 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text a {
    min-height: 55px;
}
#visibleCountries .active {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
    color: var(--bs-nav-link-hover-color);
}
.p_item li {
    font-size: 26px;
}
#countryList .dropdown .btn.dropdown-toggle{
    background: rgba(4, 169, 245, 0.2);
}
.svgMap-tooltip, .svgMap-tooltip.svgMap-active {
    display: none !important;
}
.start-40 {
    left: 40% !important;
}
@media (min-width: 800px) {
    #cardContainer .col-md-6:nth-of-type(2n-1) {
        padding-right: 0;
    }
}
@media (min-width: 992px) { 
    #cardContainer {
        width: 55%;
        bottom: -110px !important;
    }
    .hm-solutions__card .plist {
        min-height: 170px;
    }
  }
  @media (max-width: 991px) { 
    #cardContainer {
        position: relative !important;
        bottom: 0 !important;
    }
    #visibleCountries .nav-item {
        padding: 5px;
    }
    .p_item li {
        font-size: 22px;
        line-height: 1.6;
    }
  }
@media (max-width: 767px) { 
    
	.mb-xs-2 {
		margin-bottom: 1rem !important;
	}
	.p-xs-2 {
		padding: 1rem !important;
	}
    .hero h1 {
        font-size: 38px;
    }
    .hero p {
        font-size: 20px;
    }
}