.search {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

.search form {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    flex-wrap: wrap;
    padding: 6px;
    border-radius: 5px;
    background: #fff;
}

.load-more-btn {
    text-align: center;
}

/*.masonary-section > .inner:first-of-type, .masonary-section > .inner:nth-child(2) {
    display: none;
}*/
button.load-more-button {
    border: 1px solid transparent;
    padding: 7px 15px;
    font-size: 20px;
    line-height: normal;
    border-radius: 50%;
    transition: all .3s;
    background-color: #F7B538;
    color: #fff;
    width: 46px;
    height: 46px;
    margin: 30px auto;
    display: block;
}

button.load-more-button i {
    font-weight: bold;
}

button.load-more-button:hover {
    background-color: #eaa014;
    box-shadow: 1px 2px 4px #555;
}

.search form input[type="text"] {
    border: 0;
    width: 95%;
    padding: 0;
}

.search form button {
    border: 0;
    background: transparent;
    color: #3B8F90;
}

.masonary-section>.inner {
    display: flex;
}

.masonary-section {
    padding: 0;
}

section.product-section {
    padding: 80px 0;
}

.masonary-section>.inner .item>.inner {
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 0;
    border-radius: 3px;
    box-shadow: 0px 15px 10px -15px #111;
    margin-bottom: 30px;
}

.product-section .mainpara1 {
    margin-top: 20px;
}

section.product-section .button-wrap.button-common {
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.masonary-section>.inner .item>.inner .heading h6 {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 38px;
    -webkit-box-orient: vertical;
}

.masonary-section>.inner .item>.inner .heading {
    padding-top: 20px;
    margin-bottom: 0;
    border-bottom: 2px solid #ddd;
    max-width: 90%;
}

.masonary-section>.inner .item>.inner .heading p {
    text-align: center;
    font-size: 14px;
    color: #929292;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-section h2.mainheading {
    font-size: 35px;
}

.masonary-section>.inner .item>.inner .two-col {
    display: flex;
    width: 100%;
    padding-top: 14px;
    max-width: 70%;
    margin: 0 auto;
    font-size: 14px;
    color: #999;
    padding-bottom: 14px;
}

.masonary-section>.inner .item>.inner .two-col .menu {
    width: 50%;
}

.masonary-section>.inner .item>.inner .two-col i {
    margin-right: 5px;
}

.masonary-section>.inner .item>.inner .two-col>div {
    flex: 1;
}

.masonary-section>.inner .item>.inner .button {
    padding: 20px 0;
    text-align: center;
    background: #f8f9fc;
}

.masonary-section>.inner .item>.inner .two-col .time {
    text-align: right;
}

.masonary-section>.inner .item>.inner .button a {
    border: 1px solid transparent;
    padding: 4px 12px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    transition: all .3s;
    display: inline-block;
    background-color: #3B8F90;
    color: #fff;
    width: auto;
}

.masonary-section>.inner .item>.inner .button a:hover {
    background-color: #F7B538;
}

.loader {
    display: none;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search form input[type="text"] {
    width: 90%;
    flex: 0 0 90%;
}

.search form * {
    flex: 1;
}

.search form input[type="text"]:focus {
    outline: 0;
}

.search form button {
    width: 10%;
    flex: 0 0 10%;
}

*[data-hints],
*[data-bottom-hints],
*[data-left-hints],
*[data-right-hints] {
    position: relative;
}

[data-hints]::after {
    content: attr(data-hints);
    text-indent: 0;
    font-weight: 400;
    font-style: normal;
    font-size: .85rem;
    background: #000;
    color: #fff;
    border-radius: .25rem;
    padding: .25rem .5rem .5rem;
    line-height: 1.2;
    width: 100px;
    max-width: 100px;
    content-visibility: hidden;
    border-width: 0;
    word-wrap: break-word;
    word-break: normal;
    margin-bottom: 10px;
}

[data-hints]::after,
[data-hints]::before {
    left: 50%;
    bottom: 99%;
    opacity: 0;
    z-index: 10;
    position: absolute;
    pointer-events: none;
}

[data-hints]::before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000;
    content: "";
}

[data-hints]:hover::before,
[data-hints]:hover::after,
[data-hints]:focus::before,
[data-hints]:focus::after {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content-visibility: visible;
    opacity: 1;
}

.test-analytics-inner h2 {
    text-align: center;
    margin-bottom: 40px;
}

.test-analytics-inner .counter-section.row {
    justify-content: center;
    text-align: center;
    align-items: center;
}

.test-analytics-inner .counter-section .upper-triangle {
    border: solid #3B8F90;
    border-width: 0px 3px 3px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.test-analytics-inner .counter-section .low-triangle {
    border: solid #3B8F90;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    top: -8px;
}

.test-analytics-inner .counter-section .icon {
    padding: 20px 0;
}

.test-analytics-inner .counter-section.row i.fa {
    color: #3B8F90;
    font-size: 30px;
}

.test-analytics-inner .counter-section .number {
    font-size: 24px;
    font-weight: bold;
}

.test-analytics-inner .counter-section p {
    color: #a8a8a8;
    font-size: 14px;
    margin-top: 20px;
}

section.test-analytics-section {
    padding-bottom: 80px;
}

.cardsection .card1 {
    margin-top: 7%;
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    box-shadow: 0px 15px 10px -15px #111;
    margin-bottom: 20px;
}

.cardsection .skillimg {
    margin-top: 6%;
    margin-left: 7%;
    width: 87%;
}

.cardsection .card-title {
    padding-left: 4%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #242326;
    font-weight: 500;
}

.cardsection .card-text {
    padding-left: 4%;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #929292;
    font-weight: 400;
    padding-bottom: 3%;
    border-bottom: 2px solid #ddd;
}


.cardsection .skillbtn {
    padding: 20px 0;
    text-align: center;
    background: #f8f9fc;
}

.cardsection .skillbtn a {
    font-size: 16px;
    text-decoration-line: none;
    font-weight: 400;
    background: #3B8F90 !important;
    color: #FFFFFF !important;
    border-radius: 5px;
    padding: 10px 22px 10px 22px;
    /* margin-left: 7%;
    margin-right: 55%; */
}

.cardsection .boxitem {
    max-width: 80%;
    font-size: 14px;
    color: #999;
    padding-bottom: 3%;
    padding-left: 9%;
}

@media(max-width:992px) {
    .masonary-section .inner .item {
        width: 50%;
    }

    .masonary-section .inner .item:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .masonary-section .inner .item {
        width: 100%;
    }

    .masonary-section>.inner {
        display: block;
    }

}