@media (min-width: 1400px) {
    .container {
        max-width: 1321px;
    }
}
.logo a img {
    max-width: 100%;
    max-height: 90px;
}
.breadcrumb-area .title {
    text-align: center;
}
.serviceGrid h4 {
    line-height: 0px;
    text-transform: uppercase;
}

.image img {
    width: 65px;
    height: 65px;
    display: block;
    border-radius: 6px;
    margin-top: 3px;
}
.serviceGrid {
    box-shadow: 0px 10px 30px rgba(4, 33, 63, 0.05);
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 5px;
}
.serviceGrid .col-md-3{
        padding: 0px 8px;
}
.serviceGrid p {
    font-size: 15px;
    margin-bottom: 10px;
}

.partnerContainer {
    box-shadow: 2px 2px 12px 1px #e5dfdf;
    border-radius: 20px;
    background: #fff;
}
.partner-sldier .slick-arrow {
    display: none !important;
}

.ourPartnar p {
    text-align: center;
    font-size: 16px;
    width: 59%;
    margin: 0 auto;
    padding-bottom: 26px;
    color: #fff;
}
.headerSearch {
    margin-top: 36px;
}
.blogGrid .image img {
    width: 100%;
    height: 100%;
}
.headerSearch .form-control::placeholder {
    text-align: center;
}
.ourPartnar h4 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.headerNav {
    background-color: #13007c;
    color: #fff;
}

.homeAboutUsInfo ul {
    margin-left: 20px;
}
.homeAboutUsInfo ul li {
    list-style: disc;
    padding-bottom: 6px;
}
.homeAboutUsInfo ul li p {
    margin: 0;
}
.ourPartnar {
    padding: 50px 0;
}
.carousel .btn-success {
    background: #ef0548;
    border-color: #ef0548;
    width: 150px;
    padding: 7px 0;
    font-size: 20px;
}
.pageImg img {
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.homeAboutUsInfo .btn.btn-success {
    background-color: #ef0548 !important;
    border-color: #ef0548;
}
.certificateSearchBox {
    margin-top: 50px;
}
.certificateSearchBox p {
    text-align: center;
    font-size: 18px;
}
.certificateSearchBox .input-group-text {
    background: #ef0548;
    color: #fff;
    border-color: #ef0548;
    cursor: pointer;
    transition: 0.5s all;
}
.searchResult {
    margin-top: 30px;
}
.resultRow {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 10px;
}
.searchInfo button i {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .searchInfo {
        margin-top: 20px;
    }
    .dButton {
        text-align: center;
    }
}


