.image .pad
{
padding: 0px !important;
}
.dropbtn {
	background-color: transparent !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    border: none;
}
.country-selected {
    display: inline-block;
    padding-left: 0px !important;
    color: #FFFFFF !important;
    padding-top: 7px;
}
/*Top header section*/
.border-dark {
    border: .0625rem solid #006FCF !important;
    }
    .top-country-sticky{
        position: fixed !important;
       width: 100%;
        z-index: 1;
    }
.homepage-top-header {
    position: fixed !important;
    width: 100%;
    z-index: 1;
}
.homepage-top-header .container {
    padding-top:10px !important;
}
.homepage-top-header .container .row .col-md-6 .richtext :first-of-type {
    padding-top:3px !important;
}
.grid-category-header.container {
    padding: 0px!important;
}
.grid-highlight {
    border: 1px solid #006fcf!important;
    margin-left: 70px;
    margin-right: 70px;
}
a:focus, a:active {
    outline: none;
}

a:hover {
    text-decoration: none !important;
	}
a:focus {
    outline: none !important;
}
.grid-recommended-article1, .grid-recommended-article2 {
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}
.grid-recommended-article1 div.container div.row div div div:last-child {
    padding-bottom: 4px;
}

@media (max-width:425px) {
    .client-launch-header {
        top: 40px;
    }
    .client-launch-content {
        top:14px;
    }
    .digital-card-header {
        top: 20px;
    }

    .card-launch-content-1 {
        top: 20px;
    }
    /* .grid-recommended-article1 {
        bottom: 30px;
    }
    .grid-recommended-article2 {
        bottom: 12px;
    } */
}
