.dark-blue-bg .select_option {
    line-height: 33px;
}

.service-default h2 {
    color: #fff;
}
.service-default .nice-select .option{color: #333;}
.service-default .card {
    margin-top: 25px;
    overflow: hidden;
    border-radius: 25px;
}

.service-default .card-body {
    padding: 2.5rem;
    color: #04082B;
}

.service-default .nice-select {
    background: transparent;
}

.service-default .select_option {
    color: #fff;
    border: 1px solid #ffffff;
}

.service-default .card-body a {
    color: #04082B;
    text-decoration: none;
}

.service-default .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 37px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-default .card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-default .img-wrap {
    position: relative;
    height: 250px;
    background-size: cover !important;
    width: 100%;
}
.text-link {
    border: 1px solid #04082b;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 25px;
    display: block;
    width: 110px;
    text-align: center;
    /* color: #04082B !important; */
    text-decoration: none;
    box-shadow: 0px 11px 30px -10px #6a26dba6;
    background: #fff;
}

.text-link:after {
    content: "";
    /* background: #FF1D2C; */
    height: 3px;
    display: block;
    transition: .4s;
    width: 45px;
    margin-bottom: 10px;
    margin-top: 5px;
}


.text-link-1 {
    border: none;
    padding: 7px 10px;
    border-radius: 4px;
    margin-top: 20px;
    display: block;
    width: 120px;
    box-shadow: 0px 11px 30px -10px #6a26dba6;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    filter: brightness(0.9);
}

.text-link-2 {
    border: none;
    padding: 7px 10px;
    border-radius: 4px;
    margin-top: 20px;
    display: block;
    width: 120px;
    box-shadow: 0px 11px 30px -10px #6a26dba6;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    filter: brightness(0.9);
}



.text-link-2 p{
    margin-bottom: 0;
    font-size: 16px;
}

.text-link-2 svg{

    height: 16px;
    fill: white;
}

.text-link-1:hover svg{
    transform: rotate(45deg);
    scale: .9;
    transition: ease .35s;
}

.text-link-2:hover svg{
    transform: rotate(45deg);
    scale: .9;
    transition: ease .35s;
}

.text-link-1:hover {
    filter: brightness(1);
}

.text-link-2:hover {
    filter: brightness(1);
}

.text-link-1 p{
    margin-bottom: 0;
    font-size: 16px;
}

.text-link-1 svg{

    height: 16px;
    fill: white;
}


.text-link-1:after {
    content: "";
    background-image:url(/ecommerce/assets/img/rzp-glyph-positive.png);
    height: 3px;
    display: block;
    transition: .4s;
    width: 45px;
    margin-bottom: 10px;
    margin-top: 5px;
    display: none !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width:667px) {
    .service-default {
        text-align: left;
    }
}