button#btnTransfer, button#btnDomainSearch {
    border-radius: 25px !important;
}

.card-columns .card {
    border-radius: 15px;
}

.header.header .search .form-control {
    border: 1px #a5a5a5 solid;
    border-radius: 10px;
    margin-left: 5px;
}

.login-form button#login:hover {
    color: #fff;
    background-color: #389323;
}

div .primary-content p a {
    color: #262626
}

div .primary-content p a:hover {
    color: #43B02A;
    text-decoration: underline;
}

#order-standard_cart .form-control {
    border-radius: 10px !important;
}

.panel .card-header {
    background-color: transparent;
} 

.sidebar .card.card-sidebar:first-child {
    /* border-radius: 15px 15px 0 0; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.sidebar .card.card-sidebar:last-child {
    /* border-radius: 0 0 15px 15px; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}

/* .sidebar .card.card-sidebar:only-child {
    border-radius: 15px;
} */

.sidebar .card.d-md-block{ 
    border-radius: 15px !important;
}

.contact-page-20i .card {
    border-radius: 15px;
}

.primary-content .btn-primary {
    border-radius: 25px;
    color: #fff;
    background-color: #43B02A;
    border: 1px solid #43B02A;
}

.primary-content .btn-primary:hover {
    border-radius: 25px;
    color: #fff;
    background-color: #389323;
    border: 1px solid #389323;
}

.primary-content .btn-info {
    border-radius: 25px;
    color: #43B02A;
    background-color: transparent;
    border: 2px solid #43B02A;
}

.primary-content .btn-info:hover {
    border-radius: 25px;
    color: #389323;
    background-color: transparent;
    border: 2px solid #389323;
}

.knowledgebase-base-cat-20i{
    padding: 15px;
    border-radius: 15px;
}

.alert-success{
    border-radius: 10px;
}

.page-item:first-child .page-link{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.page-item:last-child .page-link{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.verification-banner .container {
    border-radius: 10px;
}

.knowledgebase-20i .card {
    min-height: 145px;
}

.client-home-cards .list-group .list-group-item:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#containerNewUserSignup {
    border-radius: 15px;
}

header.header .search .btn:hover{
    border-radius: 25px;
    color: white;
    background-color: #43B02A;
}

body #order-standard_cart #frmConfigureProduct .product-info .product-title {
    color: #43B02A;
    margin-bottom: 25px;
}

form#frmConfigureProduct .sub-heading span.primary-bg-color small{
    color: #E62634;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: 2px;
}