@import url('https://fonts.googleapis.com/css2?family=Mulish&display=swap');

@font-face {
    font-family: gilroy;
    src: url(../css/Gilroy-Medium.ttf);
}

body {
    font-family: gilroy !important;
    background-color: rgb(244 244 244 / 34%);
}

a {
    text-decoration: none;
}

header {
    background-color: rgb(242 242 242);
    /* position: fixed; */
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 9999;
    border-bottom: 2px #5247a5 solid;
}

p {
    font-size: 17px !important;
}

.result.active {
    background-color: #62b6a9 !important;
    opacity: 1 !important;
}

.nav-logo {
    padding-bottom: 12px;
}

header .nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 0px 0px;
}

header .nav-bar .nav-logo a {
    font-size: 42px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 820px) {
    header .nav-bar .nav-logo img {
        font-size: 0px;
        width: 75%;
        padding-bottom: 11px;
    }
}

header .nav-bar ul {
    padding: 0px;
}

header .nav-bar ul li {
    list-style: none;
    display: inline-block;
    margin-left: 2px;
}

header .nav-bar ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

@media screen and (min-device-width: 820px) and (max-device-width:992px) {
    header .nav-bar ul li {
        margin-left: 5px !important;
    }

    header .nav-bar ul li a {
        font-size: 12px;
    }
}


/*@media screen and (min-device-width: 821px) and (max-device-width: 992px) { */


/* header .nav-bar ul li a {*/


/*  font-size: 13px !important;*/


/*}*/

header .nav-bar .nav-links ul li a button {
    border: 2px rgb(82 71 165) solid;
    padding: 6px 15px;
    background-color: #fff;
    border-radius: 25px;
    font-weight: 600;
}

@media screen and (min-device-width: 820px) and (max-device-width:1200px) {
    .remove-button {
        display: none !important;
    }
}

.banner {
    /*background-color: rgb(255 242 242);*/
    height: 900px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-top: 78px;
}

.banner .banner-content h2 {
    font-size: 65px;
    color: #252530;
    line-height: 89px;
    font-weight: 700;
    letter-spacing: -1px;
}

.banner .banner-content .search-box input {
    padding: 18px;
    border-radius: 25px;
    border: 1px rgb(185, 185, 185) solid;
}

.banner .banner-content .profile-box img {
    width: 92px;
}

.banner .banner-content .profile-box h4 {
    font-weight: 700;
}

.banner .banner-content .banner-btn {
    background-color: #5a39a2;
    color: #fff;
    padding: 10px 30px;
    border-radius: 18px;
    font-size: 18px;
}

.categories {
    margin-top: 60px;
}

.categories .categories-names h2 {
    font-weight: 700;
}


/* Style the tab */

.tab {
    background-color: #fbfbfb;
    width: 100%;
    height: auto;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 8px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 600;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #fbfbfb;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #ffffff;
    border: 2px #5247a5 solid;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: auto;
    padding: 0px 0px 0px 50px;
}

.category-box {
    border: 1px lightgrey solid;
    padding: 20px;
    border-radius: 8px;
}

.category-box h5 {
    font-size: 14px;
    font-weight: 700;
}

.category-box .ratings i {
    font-size: 14px;
    color: #5247a5;
}

.category-box .ratings span {
    font-size: 14px;
}

.category-box .soft-img {
    text-align: center;
    margin-top: 15px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-box .soft-img img {
    width: 70px;
}

.text-orange {
    color: #5247a5;
}

.category1 {
    margin-top: 100px;
}

.web-btn {
    border: 1px #5247a5 solid;
    padding: 10px 25px;
    background-color: #fff;
    border-radius: 25px;
    font-weight: 600;
    color: #000;
}

.category1 .cat-cont h2 {
    font-weight: 700;
    font-size: 42px;
}

.text-purple {
    color: #5a39a2;
}

.about-section {
    margin-top: 80px;
    padding: 100px 0px;
    background-color: #327e75;
}

.about-section .about-cont h3 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
}

.about-section .about-cont h6 {
    margin-bottom: 2px;
}

.cat-bg {
    padding: 80px 0px;
    background-color: #327e75;
    color: #fff;
}

.popular-softwares {
    margin-top: 60px;
}

.popular-softwares .popular-cat h6 {
    font-size: 16px;
    font-weight: 700;
    color: purple;
    margin-bottom: 2px;
}

.popular-softwares .popular-cat ul {
    padding: 0px;
}

.popular-softwares .popular-cat ul li {
    list-style: none;
    line-height: 22px;
}

.popular-softwares .popular-cat ul li a {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 500;
}

footer {
    padding: 30px 0px 40px 0px;
    margin-top: 30px;
    border-top: 1px lightgrey solid;
}

footer .footer-widgets h4 {
    font-size: 16px;
    font-weight: 600;
    color: #525252;
    padding-left: 30px;
}

footer .footer-widgets ul li {
    list-style: none;
    line-height: 29px;
}

footer .footer-widgets ul li a {
    color: #525252;
    font-weight: 500;
    font-size: 15px;
}

.copyright {
    border-top: 1px white solid;
    padding: 20px 0px 10px 0px;
    text-align: center;
    color: #fff;
    background-color: #252530;
}

.copyright a:hover {
    color: #aafdf9 !important;
}

.signup-form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fafafa;
    width: 100%;
    border-radius: 5px;
    border: 1px rgb(201, 201, 201) solid;
    padding: 30px;
    text-align: center;
    max-width: 600px;
}

.signup-form .title h2 {
    font-weight: 700;
}

.signup-form form {
    text-align: left;
}

.signup-form .form-field {
    width: 30rem;
    margin: 19px auto;
}

.signup-form .form-field label {
    font-weight: 600;
    color: #272727;
}

.signup-form button {
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 10px 32px;
    background-color: #5247a5;
}

.signup-form .form-field .form-control {
    padding: 12px;
    border: 1px #9d9d9d solid;
    border-radius: 2px;
}

.breadcrumb-section {
    padding: 25px 0px 8px;
    border-bottom: 0.5px lightgrey solid;
}

.about-software-cat p {
    margin-bottom: 0px;
}

.software-list-box {
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgb(235 235 235);
    border-radius: 28px;
    border: 1px #ededed solid;
    background: #fff;
    padding: 36px;
}

.software-list-header {
    /* padding: 25px;*/
    display: flex;
    justify-content: space-between;
}

.software-list-header .software-logo {
    background-color: #fff;
    /* box-shadow: 0px 0px 4px 0px rgb(224, 224, 224); */
    padding: 10px;
    display: flex;
    align-items: center;
    width: 150px;
    height: 125px;
    border: 0.5px solid #5247a55c;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.software-list-header .software-logo img {
    width: 100%;
    /* height: 120px; */
    object-fit: contain !important;
}

.software-list-header .software-short-desc {
    margin-left: 30px;
}

.software-list-header .software-short-desc h4 {
    font-weight: 700;
    color: #000;
}

.software-list-header .software-short-desc .ratings i {
    color: #ffffff;
    background: #b1b1b1;
    margin: 0px 2px;
    padding: 4px;
    border-radius: 4px;
    font-size: 10px;
}

.software-list-header .software-short-desc .ratings i.fill {
    background: #5247a5;
    color: #ffbf00 !important;
}

.software-list-box .software-details-main-body .middle-title {
    background-color: #e7e7e72b;
    padding: 15px 20px;
    border: 1px #5247a5 solid;
    border-radius: 10px;
    text-transform: capitalize;
}

.software-list-box .software-details-main-body .middle-title h3 {
    font-size: 22px !important;
}

.software-list-box .software-details-main-body .middle-title .ratings {
    font-size: 18px !important;
    margin-top: 10px;
}

.favourite input:checked~label i {
    color: red;
}

.favourite label {
    cursor: pointer;
    display: inline-block;
}

.software-list-header .claim-website button {
    background-color: green;
    color: #fff;
    border: none;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 18px;
    width: 100%;
    margin: 8px 0;
}

.software-list-body {
    /*padding: 25px 25px 0px;*/
    margin-top: 30px;
    background: #f3f5f9;
    padding: 30px;
    border-radius: 22px;
}

.software-list-body h4 {
    font-weight: 600;
}

.software-list-box hr {
    margin: 5px 0px;
}

.software-list-body ul {
    padding: 5px 20px;
}

.software-list-body h5 {
    margin-bottom: 0px;
}

.software-list-footer {
    padding: 15px 25px;
}

.software-list-footer .tryfree a {
    background-color: #5247a5;
    color: #fff;
    font-size: 20px;
    padding: 10px 35px;
    border-radius: 5px;
}

.software-list-footer input {
    height: 16px;
    width: 16px;
}

.claim-website h6 {
    background-color: #327e75;
    color: #fff;
    padding: 10px 20px 5px;
    font-size: 16px;
}

.categories-list {
    position: sticky;
    top: 115px;
}

.categories-list ul {
    padding: 0px;
    border: 1px rgb(209, 209, 209) solid;
    border-radius: 5px;
}

.categories-list ul li {
    list-style: none;
    padding: 8px 15px;
    border-bottom: 1px lightgrey solid;
}

.categories-list ul li:hover {
    background-color: rgb(230, 230, 230);
}

.categories-list ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.border-orange {
    border: 1px #5247a5 solid !important;
    background-color: #fff !important;
    color: #5247a5 !important;
    font-weight: 600 !important;
}

.bg-orange {
    background-color: #5247a5 !important;
}

.softwares-details-main .software-details-boxes {
    border-radius: 0px;
}

.software-details-main-body .software-details-boxes {
    border: 1px lightgrey solid;
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
}

.software-details-main-body p {
    margin-bottom: 4px;
}

.write-review-button a {
    font-size: 18px;
    font-weight: 600;
    background-color: #5247a5;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
}

.software-details-main-body .ratings i {
    color: #ff492c;
}

.user-profile-info .user-profile-pic img {
    border-radius: 50%;
}

.user-profile-info .user-short-info p {
    margin-bottom: 0px;
    font-size: 16px !important;
}

.user-validated {
    border: 1px green solid;
    padding: 6px 20px;
    border-radius: 8px;
}

.user-validated i {
    color: green;
}

.ratings i {
    color: #ff492c;
}

.review-description {
    padding: 20px 10px;
}

.review-description-footer {
    padding: 12px 20px 2px;
}

.review-description-footer .like input:checked~label i {
    color: red;
}

.review-description-footer .like label {
    cursor: pointer;
}

.save-to-my-list {
    padding-right: 10px;
    border-right: 1px #000 solid;
}

.listing-form {
    background-color: #fafafa;
    width: 900px;
    border-radius: 2px;
    border: 1px rgb(201, 201, 201) solid;
    padding: 30px;
    margin: -100px auto;
    z-index: 99;
    margin-bottom: 50px;
}

.listing-form button[type="submit"] {
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 10px 32px;
    background-color: #5247a5;
}

.listing-form input {
    padding: 12px;
}

.listing-form select {
    padding: 12px;
}

.listing-form label {
    font-weight: 600;
}

.listing-form input:focus {
    box-shadow: none;
}

.listing-form select:focus {
    box-shadow: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 38px;
    left: 0%;
    margin-top: -1px;
    width: 200px;
    padding: 0px 0px 0px 0px;
    border: 0.5px #b1b1b1 solid;
    box-shadow: 0px 0px 2px 1px rgb(236, 236, 236);
    border-radius: 0px;
    max-height: 450px;
    overflow-y: scroll;
}

.dropdown-submenu .dropdown-menu li {
    line-height: 38px;
    width: 100%;
    margin-left: 0px;
    padding: 3px 0px 3px 12px;
}

.dropdown-submenu .dropdown-menu li:hover {
    background-color: #bee4f359;
    border-top: 0.5px skyblue solid;
    border-bottom: 0.5px skyblue solid;
}

.dropdown-submenu .dropdown-menu li a {
    font-weight: 500;
}

.dropdown-submenu .dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.dropdown-submenu .dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}

.dropdown-submenu .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #000000;
}

.write-review-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
    max-width: 800px;
    /* box-shadow: 0px 0px 2px 2px lightgrey; */
    display: none;
    z-index: 999;
}

.write-review-form label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.write-review-form input {
    padding: 12px;
    border-radius: 2px;
}

.write-review-form textarea {
    border-radius: 2px;
}

.write-review-form input:focus {
    box-shadow: none;
}

.layer {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #000000b9;
    left: 0;
    top: 0;
    display: none;
}

.write-review-form button[type="submit"] {
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 10px 32px;
    background-color: #5247a5;
}

.write-review-close-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.toggle-menu {
    display: none;
}

.toggle-close {
    display: none;
}

.claim-website-detail .claim-website {
    background-color: #eeeeee;
    margin: 50px auto;
    padding: 10px 30px;
    border-radius: 5px;
}

.claim-website-detail .claim-website label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.claim-website-detail .claim-website input {
    border-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 14px;
}

.claim-website-detail .claim-website input:focus {
    outline: 0;
    box-shadow: none;
}

.claim-website-detail .claim-website .domain-name {
    font-size: 23px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 0px 37px 0px 14px;
    border: 1px lightgrey solid;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: none;
}

.claim-website-detail .claim-website button[type="submit"] {
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 10px 32px;
    background-color: #5247a5;
}

.rating {
    display: inline-block;
}

.rating input[type="radio"] {
    display: none;
}

.rating label {
    float: right;
    color: #888;
    cursor: pointer;
}

.rating label:before {
    content: "\2605";
    font-size: 48px !important;
    margin-right: 10px;
}

.rating input[type="radio"]:checked~label {
    color: #e8b71a;
}

.rating label:hover,
.rating label:hover~label {
    color: #e8b71a;
}

/**/
.sml-srch {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box {
    position: absolute;
    top: 0;
    left: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    display: none;
}

.search-box.show {
    display: block;
}



/**/

.sml-srch {
    display: none !important;
}

@media(max-width:992px) {
    .search-container-card {
        display: none !important;
    }

    header .nav-links {
        display: none;
        position: absolute;
        top: 98px;
        left: 0px;
        width: 100%;
        background-color: #fff;
        padding: 15px;
        z-index: 999;
    }

    header .nav-bar ul li {
        display: inherit;
        margin-left: 14px;
        line-height: 42px;
    }

    header .nav-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
        align-items: center;
    }

    .toggle-menu {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
        width: 100%;
    }

    .sml-srch {
        display: block !important;
    }

    .categories-names .tab button {
        padding: 6px 12px;
        font-size: 12px;
        width: 32%;
        display: inline-block;
    }

    .search-section {
        height: auto !important;
        padding-top: 34px;
    }

    .search-right0img img {
        width: 60% !important;
    }

    .all-categories-section .categories-main2 nav.d-flex {
        display: inherit !important;
    }

    .all-categories-section .categories-main2 .pagination {
        display: inline-block !important;
    }

    .all-categories-section .categories-main2 li.page-item.page1 {
        display: inline-block !important;
        width: 10% !important;
    }

    .center-slider .slick-slide {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    header .nav-links {
        display: none;
        position: absolute;
        top: 98px;
        left: 0px;
        width: 100%;
        background-color: #fff;
        padding: 15px;
        z-index: 999;
    }

    @media (max-width:380px) {
        header .nav-links {
            top: 65px;
        }
    }

    header .nav-bar ul li {
        display: inherit;
        margin-left: 14px;
        line-height: 42px;
    }

    header .nav-logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
        align-items: center;
    }

    .banner .banner-content h2 {
        font-size: 38px;
        line-height: 47px;
    }

    .profile-box {
        width: 90% !important;
    }

    .banner .banner-content .search-box input {
        width: 90% !important;
    }

    .categories-names .tab button {
        padding: 6px 2px;
        font-size: 12px;
        width: 49%;
        display: inline-block;
    }

    .categories-softwares .tabcontent {
        padding: 0px 0px 0px 0px;
    }

    .categories-softwares .category-box {
        padding: 8px;
    }

    .category-box .ratings i {
        font-size: 10px;
    }

    .category-box .ratings span {
        font-size: 12px;
    }

    .category1 .cat-cont h2 {
        font-size: 32px;
    }

    .about-section .about-cont h3 {
        font-size: 20px;
    }

    .toggle-menu {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
        width: 100%;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .software-list-header {
        padding: 10px;
        display: inherit;
    }

    .software-list-header .software-short-desc h4 {
        font-size: 14px;
    }

    .software-list-header .software-short-desc .ratings i {
        font-size: 10px;
        padding: 3px;
    }

    .software-list-header .software-short-desc .ratings span {
        font-size: 12px;
    }

    .software-short-desc:nth-child(2) span {
        font-size: 12px;
    }

    .favourite label i {
        font-size: 12px !important;
    }

    .favourite label span {
        font-size: 12px !important;
    }

    .software-list-header .software-logo img {
        width: 62px;
    }

    .claim-website {
        margin-top: 30px;
    }

    .claim-website.text-end {
        text-align: center !important;
    }

    .claim-website .fw-bold {
        font-size: 12px !important;
    }

    .software-list-header .claim-website button {
        padding: 5px 14px;
        font-size: 13px;
    }

    p {
        font-size: 14px !important;
    }

    .software-list-footer .tryfree a {
        font-size: 15px;
        padding: 6px 15px;
    }

    .software-list-footer .compare label {
        font-size: 14px !important;
    }

    .software-list-footer .compare input {
        height: 10px;
        width: 10px;
    }

    .categories-list {
        margin-top: 40px;
    }

    .mt-6 {
        margin-top: 60px !important;
    }

    .mt-7 {
        margin-top: 70px !important;
    }

    .mt-8 {
        margin-top: 80px !important;
    }

    .mt-9 {
        margin-top: 90px !important;
    }

    .about-software-cat .mt-3 {
        margin-top: 4px !important;
    }

    .about-software-cat p {
        margin-top: 4px !important;
    }

    .software-list-header .software-short-desc {
        margin-left: 12px;
    }

    .claimed-badge span {
        font-size: 14px !important;
    }

    .software-details-main-body .software-details-boxes {
        padding: 10px 10px 15px 10px;
    }

    .middle-title {
        display: inherit !important;
    }

    .write-review-button {
        margin-top: 20px;
    }

    .software-details-boxes .user-profile-info {
        display: inherit !important;
        text-align: center;
    }

    .software-details-boxes .user-profile-info .user-short-info {
        margin-left: 2px !important;
    }

    .user-validated {
        padding: 2px 3px;
        font-size: 10px;
    }

    .review-description h3 {
        font-size: 18px;
    }

    .review-description h5 {
        font-size: 16px;
    }

    .signup-form .form-field {
        width: 100%;
        margin: 19px auto;
    }

    .software-list-box .row.p-4 {
        padding: 5px !important;
    }

    .search-section h1 {
        font-size: 25px !important;
        line-height: 41px !important;
    }

    .search-section {
        height: auto !important;
        padding: 24px 0px !important;
    }

    .all-categories-section .categories-main2 nav.d-flex {
        display: inherit !important;
    }

    .all-categories-section .categories-main2 .pagination {
        display: inherit !important;
    }

    .all-categories-section .categories-main2 li.page-item.page1 {
        display: inline-block;
        width: 11%;
    }

    .write-review-form form {
        padding: 0px 0px !important;
    }

    .write-review-form {
        padding: 21px 16px !important;
    }
}


/* -------- */

.review-wl-btn {
    border: 1px #5247a5 solid !important;
    background-color: #fff !important;
    color: #5247a5 !important;
    font-weight: 600 !important;
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 18px;
}

.contact-details {
    padding: 0px;
}

.contact-details li {
    list-style: none;
    line-height: 38px;
    display: inline-block;
    width: 100%;
}

.blog-section {
    margin-top: 45px;
}

.blog-section .blog-box {
    background-color: #fff;
    border: 1px rgb(211, 211, 211) solid;
    border-radius: 10px;
}

.blog-section .blog-box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 186px;
    width: 100% !important;
    object-fit: contain;
}

.blog-section .blog-box .blog-desc {
    padding: 20px;
    height: 325px;
}

.blog-sidebar {
    position: sticky;
    top: 5px;
}

.blog-sidebar ul {
    padding: 0px;
}

.blog-sidebar ul li {
    list-style: none;
    line-height: 34px;
    border-bottom: 1px lightgrey solid;
    padding: 8px 0px;
}

.blog-sidebar ul li a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.all-categories-section {
    padding-top: 150px;
}

.categories-main {
    background-color: #fff;
    border: 1px grey solid;
}

.categories-main .categories-main-header {
    padding: 20px;
    border-bottom: 1px grey solid;
}

.categories-main .categories-body {
    padding: 20px;
}

.categories-main .categories-body .categories-box {
    border: 1px #9b9b9b solid;
    padding: 10px 15px 1px;
    border-top: 2px #0052a3 solid;
}

.software-details-main-body .write-review-btn {
    padding: 10px 35px;
    border-radius: 5px;
    font-size: 18px;
}

span.user_v {
    color: red !important;
}

.delete_review {
    position: absolute;
    right: 70px;
    top: 7px;
}

.user-validated.unverify {
    border: 1px red solid;
}

.user-validated.unverify i {
    color: red;
}

.banner-content .search-box {
    position: relative;
}

#data_ {
    background: white;
    width: 74%;
    margin: 6px auto;
    text-align: left;
    border-radius: 8px;
    position: absolute;
    top: 100%;
    left: 13%;
}

#result1 {
    padding: 0px;
    margin-bottom: 0px;
}

#result1 li {
    list-style: none;
    line-height: 26px;
    padding: 8px 31px;
    background: #efefef;
    border-bottom: 1px #bbbbbb solid;
}

#result1 li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.blogsidebar {
    background-color: #fff;
    /*border: 1px lightgrey solid;*/
    border-radius: 10px;
    position: sticky;
    top: 8px;
}

.blogsidebar .blog-cat {
    border-bottom: 1px lightgrey solid;
    border: 1px lightgrey solid;
    padding: 0px;
}

.blogsidebar .blog-cat h5 {
    font-weight: 600;
    border-bottom: 1px lightgrey solid;
    padding-bottom: 5px;
    padding: 10px;
}

.blogsidebar .blog-cat ul {
    padding: 0px;
}

.blogsidebar .blog-cat ul li {
    list-style: none;
    line-height: 21px;
    padding: 15px 10px 9px;
    border-bottom: 1px lightgrey solid;
}

.blogsidebar .blog-cat ul li:hover {
    background-color: rgb(229 229 229);
}

.blogsidebar .blog-cat ul li:hover a {
    color: #1b83b9;
}

.blogsidebar .blog-cat ul li a {
    color: #323232;
    font-weight: 500;
}

.blog-tags {
    padding: 0px;
    border: 1px lightgrey solid;
    margin: 20px 0;
}

.blog-tags ul {
    padding: 10px;
}

.blog-tags ul li {
    list-style: none;
    line-height: 48px;
    display: inline-block;
    margin-right: 6px;
}

.blog-tags ul li a {
    border: 1px #25759b solid;
    border-radius: 50px;
    color: #323232;
    padding: 8px 15px;
    line-height: 40px;
    transition: .6s;
}

.blog-tags ul li a:hover {
    background: #25759b;
    color: #fff;
}

.blog-tags h5 {
    font-weight: 600;
    border-bottom: 1px lightgrey solid;
    padding-bottom: 5px;
    padding: 10px;
}

.ad-place video {
    width: 100%;
}

.ad-place img {
    width: 100%;
}

.table-of-content {
    background-color: #ebebeb;
    border-radius: 10px;
    padding: 20px;
}

.table-of-content h5 {
    font-weight: 600;
    color: #323232;
}

.table-of-content ul li {
    line-height: 31px;
}

.table-of-content ul li a {
    color: #000;
    font-size: 18px;
}

.blog-comments {
    padding: 20px;
    border-radius: 10px;
    background-color: #ededed;
}

.blog-comments form input {
    padding: 12px;
}

.next-prev {
    display: flex;
    justify-content: space-between;
}

.next-prev .previous {
    padding: 15px 5px;
    font-weight: 600;
    border: 1px grey solid;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50%;
    color: #000;
}

.next-prev .previous:hover {
    background-color: #000;
    color: #fff;
}

.next-prev .next {
    padding: 15px 5px;
    font-weight: 600;
    border: 1px grey solid;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 50%;
    color: #000;
}

.next-prev .previous h2 {
    font-size: 18px;
    font-weight: 600;
}

.next-prev .next h2 {
    font-size: 18px;
    font-weight: 600;
}

.next-prev .next h5,
.next-prev .previous h5 {
    font-size: 17px;
}

.next-prev .next:hover {
    background-color: #000;
    color: #fff;
}

.faq-section .faq-box {
    padding: 20px;
    border: 1px lightgrey solid;
}

.faq-section .faq-box .ques h4 {
    font-weight: 600;
}

.other-featured-blogs {
    /*margin-top: 100px;*/
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 4px 0px lightgrey;
    border-radius: 22px;
}

.featured-blog .blog-one {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px lightgrey;
}

.featured-blog .blog-one img {
    border-radius: 20px;
}

.other-featured-blogs .featured-blog-cont h2 {
    font-size: 42px;
    font-weight: 700;
}

.faq-section .faq-box .ans {
    padding-left: 10px;
    border-left: 1px lightgrey solid;
}

@media(max-width:767px) {
    .next-prev .previous {
        height: auto;
        width: auto;
        font-size: 22px;
    }

    .next-prev .next {
        height: auto;
        width: auto;
        font-size: 22px;
    }
}

.breadcrumb-custom {
    /* position: relative;*/
}

.breadcrumb-custom {
    background-color: #fff !important;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 42px;
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    margin-top: 95px !important;
}

.breadcrumb-custom .breadcrumb-links {
    text-align: left;
    z-index: 99;
}


/*.breadcrumb-custom:after {
  position: absolute;
  content: "";
  background-color: #00000091;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}*/

.breadcrumb-custom .breadcrumb-links h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    display: none;
}

.breadcrumb-custom ul {
    padding: 0px;
    margin-bottom: 0px;
}

.breadcrumb-custom ul li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.breadcrumb-custom ul li a {
    color: #000;
    font-weight: 600;
}

.footer-widgets.blogs ul li {
    line-height: 23px !important;
    border-bottom: 1px #efefef9e solid !important;
    padding-bottom: 8px !important;
    margin-bottom: 10px !important;
}

.popular-searches span {
    color: #000;
}

.popular-searches span a {
    color: #525252;
}

.footer {
    background-color: #fafbfc;
    padding: 60px 0px 10px;
    margin-top: 0px;
    border-top: 1px lightgrey solid;
}

.footer h5 {
    font-size: 13px;
    line-height: 25px;
    color: #7e818c;
    font-weight: 700;
}

.footer h6 {
    font-size: 16px;
    line-height: 20px;
    color: #7e818c;
    font-weight: 700;
}

.footer p {
    font-size: 14px;
    line-height: 21px;
    color: #7e818c;
    font-weight: 400;
}

.write-review-form {
    display: none;
    /* background-image: url(../img/review-form-bg.jpg);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    padding: 21px 30px !important;
    background-color: #5247a5;
}

.write-review-form form {
    padding: 0px 30px;
    /* background: #14141461; */
    border-radius: 10px;
}

.write-review-form form label {
    color: #fff;
    padding-left: 5px;
}

.write-review-form h3 {
    color: #fff;
}

.write-review-form form input {
    padding: 12px;
    border-radius: 28px;
    background: white;
    border: 1px white solid;
    color: #060606;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.write-review-form form textarea {
    border-radius: 35px;
    background: #ffffff;
    color: #000;
    padding: 16px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.rating label {
    color: #fff;
}

.write-review-form form input:focus,
.write-review-form form textarea:focus {
    background: #fff;
    color: #000 !important;
}

.write-review-form form input::placeholder,
.write-review-form form textarea::placeholder {
    color: #000 !important;
}

.no-review {
    padding: 8px;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #e7e7e7;
    font-size: 20px;
}

.rating label:before {
    font-size: 38px !important;
}

.write-review-form button[type="submit"] {
    padding: 10px 42px;
    background-color: white;
    border: 1px #fff solid;
    transition: .6s;
    font-weight: 600;
    border-radius: 8px;
    color: #5247a5;
}

.write-review-form button[type="submit"]:hover {
    background-color: #fff;
    color: #5247a5;
}


/*login/signup tabs css */

.main {
    max-width: 100%;
    height: auto;
    /* background: white; */
    border-radius: 3px;
    padding: 30px;
    position: relative;
    display: flex;
    width: 100%;
}

.main .form_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.main .form_wrapper .tile {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.main .form_wrapper .tile h3 {
    font-size: 22px;
    margin: 0px;
    transition: all 0.3s ease;
    font-weight: 600;
}

.main .form_wrapper .radio {
    display: none;
}

.main .form_wrapper .tab {
    width: 50%;
    border: solid 2px #f1f1f1;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
    user-select: none;
    cursor: pointer;
}

.main .form_wrapper .tab.login_tab {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.main .form_wrapper .tab.signup_tab {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.main .form_wrapper .shape {
    background: linear-gradient(45deg, #a547b1, #f84298) no-repeat center;
    width: 50%;
    height: calc(40px - 1px);
    border-radius: 5px;
    position: absolute;
    top: 55.5px;
    left: 0px;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.main .form_wrapper .shape:hover {
    background: linear-gradient(-45deg, #a547b1, #f84298) no-repeat center;
}

.main .form_wrapper #login:checked~.shape {
    left: 0px;
}

.main .form_wrapper #login:checked~.login_tab {
    border-color: transparent;
    z-index: 1;
    color: white;
    background: linear-gradient(45deg, #5247a5, #86e2d7);
}

.main .form_wrapper #login:checked~.tile .signup {
    display: none;
}

.main .form_wrapper #login:checked~.form_wrap {
    transform: translateX(0);
}

.main .form_wrapper #login:checked~.form_wrap .signup_form {
    opacity: 0;
}

.main .form_wrapper #signup:checked~.shape {
    left: 50%;
}

.main .form_wrapper #signup:checked~.signup_tab {
    border-color: transparent;
    z-index: 1;
    color: white;
    background: linear-gradient(45deg, #5247a5, #86e2d7);
}

.main .form_wrapper #signup:checked~.tile .login {
    display: none;
}

.main .form_wrapper #signup:checked~.form_wrap {
    transform: translateX(-100%);
}

.main .form_wrapper #signup:checked~.form_wrap .login_form {
    opacity: 0;
}

.main .form_wrapper a {
    color: #f84298;
    text-decoration: none;
    transition: all 0.3s linear;
}

.main .form_wrapper a:hover {
    color: #a547b1;
}

.main .form_wrapper .form_wrap {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.main .form_wrapper .form_wrap .form_fild {
    width: 100%;
    flex: 0 0 100%;
    transition: all 0.5s ease;
}

.main .form_wrapper .form_wrap .form_fild .input_group {
    width: 100%;
    margin-bottom: 12px;
}

.main .form_wrapper .form_wrap .form_fild .input_group .input {
    border: solid #f1f1f1 2px;
    border-radius: 43px;
    width: 100%;
    height: 54px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
    background: #fff !important;
}

.main .form_wrapper .form_wrap .form_fild .input_group .input::placeholder {
    color: #adadad;
}

.main .form_wrapper .form_wrap .form_fild .input_group .input:hover {
    border-color: rgba(248, 66, 151, 0.3);
}

.main .form_wrapper .form_wrap .form_fild .input_group .input:focus {
    border-color: rgba(248, 66, 151, 0.3);
}

.main .form_wrapper .form_wrap .form_fild .forgot {
    display: block;
    margin-bottom: 15px;
    padding: 0px 2px;
}

.main .form_wrapper .form_wrap .form_fild .btn {
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: white;
    background: linear-gradient(45deg, #86e2d7, #5247a5) no-repeat center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s linear;
    border: 1px #fff solid;
}

.main .form_wrapper .form_wrap .form_fild .btn:hover {
    background: linear-gradient(45deg, #5247a5, #86e2d7) no-repeat center;
}

.main .form_wrapper .form_wrap .form_fild .btn:active {
    transform: scale(0.95);
}

.main .form_wrapper .form_wrap .form_fild .not_mem {
    text-align: center;
}

.main .form_wrapper .form_wrap .form_fild .not_mem label {
    pointer-events: none;
}

.main .form_wrapper .form_wrap .form_fild .not_mem label span {
    pointer-events: all;
    color: #f84298;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
}

.main .form_wrapper .form_wrap .form_fild .not_mem label span:hover {
    color: #a547b1;
}

.main .form_wrapper .form_wrap .form_fild label {
    color: #fff;
}

.login-signup-tabs-form {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    z-index: 9999;
    background-color: #000000bf;
    justify-content: center;
    align-items: center;
}

.show-form {
    display: flex;
}

.close-tab-form {
    position: absolute;
    top: 3px;
    right: 8px;
    cursor: pointer;
}

.similar-business {
    margin-top: 50px;
    margin-bottom: 50px;
}

.similar-business .similar-business-box h5 {
    font-size: 23px;
    font-weight: 600;
    color: #3e3e3e;
}

.similar-business .similar-business-box {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 2px #e3e3e3;
    background: #fff;
}

.similar-business .similar-business-box img {
    width: 100px;
    display: inline-block;
    height: 100px;
}

.similar-business .similar-business-box .ratings i {
    font-size: 20px;
}

.similar-business .similar-business-box .ratings span {
    font-size: 20px;
}

.similar-business .slick-prev,
.similar-business .slick-next {
    display: none !important;
}

.inputContainer {
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.inputContainer input {
    background-color: #e6e9ed;
    border: 1px solid #ccd1d9;
    padding: 4px;
    outline: none;
    width: 100%;
}

.inputContainer .dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
}

.inputContainer .dropdown .result {
    width: 100%;
    padding: 6px;
    background-color: #f5f7fa;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    cursor: pointer;
    text-align: left;
    padding-left: 23px;
}

.inputContainer .dropdown .result:last-child {
    border-bottom: 1px solid #e6e9ed;
}

.inputContainer .dropdown .result:hover,
.inputContainer .dropdown .result.selected {
    background-color: #37bc9b;
}

.write-review-form-inner input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

.write-review-form-inner input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.custom-menu-drop {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: #fff;
    border: 1px lightgrey solid;
    width: 200px;
    display: none;
    transition: .6s;
}

header .nav-bar ul li a {
    padding: 8px;
}

@media screen and (min-device-width: 992px) and (max-device-width:1260px) {
    header .nav-bar ul li a {
        padding: 3px;
    }
}


/*header .nav-bar ul li:hover{*/


/*background-color:#5cb7a7;*/


/*}*/

header .nav-bar ul li {
    border-radius: 6px !important;
}

header .nav-bar ul li:hover a {
    color: #000;
}

.custom-menu-drop li {
    border-bottom: 1px lightgrey solid;
    padding: 5px 12px;
}

.dropdown:hover {
    background-color: #f2f2f2 !important;
}

.dropdown:hover a {
    color: #000 !important;
}

.dropdown:hover .custom-menu-drop {
    display: block;
}

.dropdown:hover .custom-menu-drop li a {
    color: #000 !important;
}

.dropdown:hover .custom-menu-drop li:hover a {
    color: #fff !important;
}

.custom-menu-drop li:hover {
    background-color: #5cb7a7;
}

.custom-menu-drop li:hover a {
    color: #fff !important;
}

header .nav-bar ul li:last-child:hover {
    background-color: transparent !important;
}

header .nav-bar .custom-menu-drop li:last-child:hover {
    background-color: #5cb7a7 !important;
}

header .nav-bar .custom-menu-drop li {
    border-radius: 0px !important;
}

.write-review-form {
    z-index: 999999 !important;
}

.top-companies-slider .top-company-box .company-profile-info .company-icon {
    width: 126px;
    background: #f3f5f9;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px #ebebeb solid;
}

.nav-pagination {
    background-color: #fff;
    padding: 18px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 4px 0px lightgrey;
}

.nav-pagination li {
    margin: 0px 3px;
}

.nav-pagination li a {
    font-size: 13px;
    border-radius: 6px;
    color: #000;
    font-weight: 700;
}

.nav-pagination li a:hover {
    /*border:2px var(--Violet, #5247a5) solid;*/
    box-shadow: 0px 0px 0px 2px var(--Violet, #5247a5);
}

.claim-website-button {
    display: inline-flex;
    min-width: 64px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 68px;
    border: 2px solid var(--Violet, #5247a5);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    background-color: #5247a5;
    margin-bottom: 20px;
}

.theme-btn1 {
    min-width: 64px !important;
    padding: 8px 24px !important;
    border-radius: 68px !important;
    background: var(--Violet, #5247a5) !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--white, #fff) !important;
    border: 2px var(--Violet) solid !important;
    letter-spacing: 1px;
}

.theme-btn2 {
    min-width: 64px !important;
    padding: 8px 24px !important;
    border-radius: 68px !important;
    background: #fff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--Violet, #5247a5) !important;
    border: 2px var(--Violet, #5247a5) solid !important;
    letter-spacing: 1px;
}

.categories-main2 .singe-category:hover {
    box-shadow: 0px 0px 0px 2px var(--Violet, #5247a5);
}

.top-10-reviewersnew {
    background-color: #f3f5f9;
    padding: 80px 0px;
}

.top-10-reviewersnew .reviewerbox-new {
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 4px;
    box-shadow: 0px 0px 5px 0px #bfbfbf;
}

.top-10-reviewersnew .reviewerbox-new img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 2px #e9e9e9 solid;
}

.top-10-reviewersnew .reviewerbox-new h5 {
    font-weight: 700;
}

.top-10-reviewersnew .reviewerbox-new iconify-icon {
    font-size: 22px;
}

.company-top-reviewsnew {
    background-color: #fff;
    padding: 80px 0px;
}

.business-review-single-box {
    display: inline-flex;
    padding: 32px 32px 20px;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Faded-White, #f3f5f9);
    width: 100%;
}

.business-review-single-box .business-review-profile-info .business-review-logo img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.business-review-single-box .business-review-profile-info .business-user-name h4 {
    color: var(--download-Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    margin: 0px;
    margin-bottom: 5px;
}

.business-review-single-box .business-review-profile-info .business-user-name p {
    color: var(--download-Black, #000);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin: 0px;
}

i.fill {
    background: #5247a5 !important;
    color: #ffbf00 !important;
}

.business-review-rating-box .business-ratings-icons {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
}

.business-review-rating-box .business-ratings-icons i {
    background-color: #b1b1b1;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0px 2px;
}

.business-review-rating-box .business-ratings-icons i.fill {
    background-color: #5247a5;
    color: #ffbf00 !important;
}

.business-review-profile-box {
    display: flex;
    justify-content: space-between;
}

.business-review-added-on p span {
    font-weight: 600;
}

.business-review-added-on p {
    color: var(--download-Black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin: 0px;
}

.business-review-input-box h5 {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}

.business-review-input-box p {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.56px;
}

.business-review-output-box {
    display: flex;
    padding: 16px 31px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Violet, #5247a5);
    background: var(--White, #fff);
}

.business-review-output-box h5 {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
}

.business-review-output-box p {
    color: var(--download-Black, #000);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    opacity: 0.6;
}

.business-review-reply-box p {
    color: #1b1b1b;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.56px;
    opacity: 1;
}

.business-review-date-of-experience p {
    color: var(--download-Black, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.footer-blogs .row.mt-4 {
    background: #fff;
    padding: 15px 4px;
    border-radius: 18px;
    box-shadow: 0px 0px 4px lightgrey;
}

.footer-blogs .row.mt-4 .blog-img img {
    border-radius: 8px;
    /*height: 75px;*/
}

.claim-website .theme-btn1.unfill {
    background-color: transparent !important;
    color: var(--Violet, #5247a5) !important;
    border: 2px var(--Violet, #5247a5) solid !important;
}

.softwares-main .software-list-box .software-list-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
}

.business-review-right-side {
    position: sticky;
    top: 100px;
}

.business-review-right-side .business-social-links {
    display: flex;
    padding: 24px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}

.business-profile-review-section .title {
    color: var(--download-Black, #000);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.business-review-right-side .business-social-links h4 {
    color: var(--download-Oxford-Blue, #374151);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.business-review-right-side .social-media-icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.business-review-right-side .social-media-icons img {
    width: 35px;
}

.business-review-right-side .business-top-categories {
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}

.business-review-right-side .top-categories-list {
    background-color: #f3f5f9;
    border-radius: 16px;
    width: 100%;
    height: 320px;
    overflow-y: scroll;
}

.business-review-right-side .top-categories-list::-webkit-scrollbar {
    display: none;
}

.business-review-right-side .top-categories-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.business-review-right-side .top-categories-list ul {
    padding: 0px;
    margin: 0px;
}

.business-review-right-side .top-categories-list ul li {
    border-bottom: 1px lightgrey solid;
    list-style: none;
}

.business-review-right-side .top-categories-list ul li a {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.56px;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
}

.business-review-right-side .top-categories-list ul li a:hover {
    background-color: #dedaff;
}

.business-review-right-side .top-categories-list ul li:last-child {
    border-radius: 0px 0px 16px 16px;
}

.business-top-categories h4 {
    color: var(--download-Oxford-Blue, #374151);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.business-review-right-side .advertisement {
    margin-top: 30px;
}

.business-review-right-side .advertisement img {
    height: auto !important;
    object-fit: contain;
    width: 100%;
    border-radius: 16px;
}

.lSSlideOuter .lSPager.lSGallery img {
    max-width: 100%;
    height: 100px !important;
}


/* logout modal css------------------ */

.logout-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 500px !important;
    padding: 24px 24px 48px 24px;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    display: none;
    text-align: center;
    border-radius: 24px;
    background: var(--White, #fff);
    /* Shadow */
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}

.logout-modal-layer {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: #0000008a;
    display: none;
}

.logout-modal h4 {
    color: #131313;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 35.5px;
}

.logout-modal p {
    color: #1d1d1d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.logout-modal button {
    display: flex;
    width: 208px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 68px;
    background: #5247a5;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.logout-modal .logout-cancel-btn {
    display: flex;
    height: 40px;
    min-width: 64px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 68px;
    border: 2px solid #5247a5;
    background-color: transparent;
    color: #5247a5;
}

.logout-modal-close {
    font-size: 25px;
    color: #000;
    width: 100%;
    text-align: right;
    font-weight: 800;
    cursor: pointer;
}


/* home page css */

.tab-listings-result .tabcontent:nth-child(1) {
    display: block;
}

.search {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

.input-container {
    height: 50px;
    /* overflow: hidden; */
    border-radius: 10px 0px 0 0;
    background: rgba(255, 255, 255, .3);
}

.search-box input {
    display: block;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 100%;
    background: transparent;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    /* font-weight: bold; */
    outline: none;
    padding: 0 20px;
}

.results {
    border-radius: 15px;
    position: absolute;
    width: 92%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: #5247a5;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    z-index: 999999999;
}

.result {
    padding: 10px;
    /* background: #d7d7d7; */
    color: #fff;
    cursor: pointer;
    color: rgb(0 0 0 / 70%);
    font-weight: 600;
    text-align: left;
    padding-left: 33px;
    border-bottom: 1px #b1b1b1 solid;

    span {
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    &.active,
    &:hover {
        background: rgba(255, 255, 255, .4);
    }
}

.result:last-child {
    border: none;
}

.result.active {
    background-color: #62b6a9;
}

.result a {
    color: #fff;
}

.no-results {
    display: none;
    padding: 20px;
    text-align: center;
    color: #000;
    font-style: italic;
    background: rgb(219 219 219);
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    color: black;
}


/* all categories page css */

.all-categories-section {
    padding-top: 68px;
    background: #fff;
}

.categories-main .categories-body .categories-box {
    padding: 0px 0px 0px;
}

.categories-main .category-header {
    border-bottom: 1px grey solid;
    padding: 10px 10px 0px 15px;
}

.categories-main .category-header h5 {
    font-weight: 600;
    color: #000;
}

.categories-main .category-body {
    padding: 20px;
}

.categories-main .category-body ul {
    padding: 0px;
}

.categories-main .category-body ul li {
    line-height: 30px;
    list-style: none;
}

.categories-main .category-body ul li a {
    color: #1b83b9;
    font-weight: 600;
}

.categories-main .category-footer {
    border-top: 1px grey solid;
    padding: 10px 10px 10px 15px;
}

.categories-main .category-footer a {
    font-weight: 600;
    color: #1b83b9;
}

.border-top-box {
    height: 5px;
    width: 100%;
    background-image: linear-gradient(to left, #942a9b, #c10c89, #e20070);
    background-size: 100%;
}

.categories-box.others {
    padding: 7px 10px 0px 10px !important;
    color: #1b83b9;
}

.categories-box.others h5 {
    font-weight: 600;
}

.categories-main2 .singe-category {
    padding: 20px 16px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    background-color: #f3f5f9;
    color: #000;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
    height: 85px;
}

.categories-main2 .singe-category h5 {
    font-size: 17px !important;
    margin-bottom: 0px;
    font-weight: 600;
}

.categories-main2 .singe-category img {
    width: 48px;
}

.search-section {
    height: 328px;
    /*background: linear-gradient(53deg, #72a1ba, #54539a);*/
    padding-top: 95px;
}

.search-section h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 58px;
    color: #000;
}

.search-box input {
    width: 80%;
    padding: 14px;
    border-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px grey solid;
    height: 55px;
}

.search-box button {
    height: 55px;
    padding: 0px 30px;
    border: 1px grey solid;
    font-size: 18px;
    font-weight: 500;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}


/* review-slider codepan---- */

.reviews-slider {
    border-top: 1px lightgrey solid;
    padding: 60px 0px;
    margin-top: 60px;
}

.wrapper {
    padding: 38px 0;
}


/* Default slide */

.center-slider .slick-slide {
    background-color: #e9e9e9;
    color: #FFF;
    height: 190px;
    margin: 0 15px 0 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border: 1px lightgrey solid;
    border-radius: 8px;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
    padding: 12px 20px;
}

.center-slider .slick-slide,
.center-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned)~.slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
}


/* Active center slide (You can change anything here for cenetr slide)*/

.center-slider .slick-center,
.center-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"])+.slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
    background-color: #e9e9e9;
    border-radius: 8px;
}

.center-slider .slick-current.slick-active {
    transform: scale(1.1);
    background-color: #e9e9e9;
}

.slick-next,
.slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-9 {
    margin-top: 90px !important;
}

.slick-prev {
    left: 15px;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 26px;
}

.slick-track {
    padding: 10px 0px;
}

.top-review-box .review-profile p {
    height: 30px;
    font-size: 16px !important;
    color: #fff;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #01579b;
    margin-bottom: 0px;
}


/* review-rs- csss----------------- */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    top: 40%;
    position: absolute;
    border-radius: 40px !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}

.owl-nav .owl-prev {
    left: -5%;
}

.owl-nav .owl-next {
    right: -5%;
}

#staff .owl-nav .owl-prev i,
.owl-nav .owl-next i {
    color: #000;
    font-size: 20px;
    position: relative;
    left: 0px;
}

.box-b {
    background-color: #f5f6fa;
    padding: 15px;
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: solid 2px #2699cf;
    height: auto;
    position: relative;
    /* box-shadow: 0 5px 10px #9c9c9c; */
}

.box-b .box-img {
    margin-bottom: 15px;
}

.staff .box-img img {
    height: 145px;
    width: 145px;
    margin: auto;
    border-radius: 90px;
}

.box-b h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 22px;
    color: #000000;
}

.box-b p {
    line-height: 1.4;
    font-size: 18px;
    color: #343a40;
    text-align: center;
    margin-bottom: 0px;
}

.reviewer-slider {
    background: #dddddd;
    padding: 100px 0px;
}

.reviewer-slider .owl-carousel .owl-item {
    padding: 4px !important;
}

.most_review {
    margin: 5px 0px;
}

.top_reviwwes {
    height: 70px;
    text-align: center;
    width: 70px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    font-size: 18px !important;
    line-height: 51px;
    margin: auto;
    background-color: #2699cf;
    border: 10px solid #fff;
    color: #fff !important;
    font-weight: 900 !important;
}

.popular_category {
    padding: 50px 0px;
    background-color: #5247a5;
}

.for_postion {
    position: relative;
}

#data_12 {
    background-color: transparent;
    width: 91%;
    margin: 6px auto;
    text-align: left;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: 20px;
    top: 90%;
}

.result2 {
    padding: 0px;
    margin-bottom: 0px;
}

.result2 li {
    list-style: none;
    line-height: 26px;
    padding: 8px 31px;
    background: #efefef;
    border-bottom: 1px #bbbbbb solid;
}

.result2 li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

#searchForm .search {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
}

#searchForm .input-container {
    height: 50px;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, .3);
}

.results {
    border-radius: 15px;
    position: absolute;
    width: 92%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: #5247a5;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

#searchForm input {
    display: block;
    -webkit-appearance: none;
    border: 2px #b7b7b7 solid;
    border-radius: 29px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500;
    outline: none;
    padding: 0 20px;
}

#searchForm .result {
    padding: 10px;
    /* background: #d7d7d7; */
    color: #fff;
    cursor: pointer;
    color: rgb(0 0 0 / 70%);
    font-weight: 600;
    text-align: left;
    padding-left: 33px;
    border-bottom: 1px #b1b1b1 solid;

    span {
        font-weight: bold;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    &.active,
    &:hover {
        background: rgba(255, 255, 255, .4);
    }
}

.result:last-child {
    border: none;
}

.result.active {
    background-color: #62b6a9;
}

.result a {
    color: #fff;
}

.no-results {
    padding: 20px;
    text-align: center;
    color: #000;
    font-style: italic;
    background: rgb(219 219 219);
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
}

#searchForm .no-results {
    display: none;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-style: italic;
    background: rgba(255, 255, 255, .2);
}

::-webkit-input-placeholder {
    color: grey;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: grey;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: grey;
}

:-ms-input-placeholder {
    color: grey;
}


/* listing detail page css */

.main-business-profile-section {
    background-color: #fff;
    border-radius: 0px;
    height: auto;
    overflow-y: scroll;
}

.main-business-profile-section .banner-profile-box {
    position: relative;
}

.main-business-profile-section .banner-profile-content {
    position: absolute;
    bottom: 12%;
    left: 15%;
    z-index: 999;
    display: flex;
    align-items: center;
}

.main-business-profile-section .banner-profile-logo img {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    object-fit: contain;
}

.main-business-profile-section .banner-profile-info h1 {
    color: var(--White, #fff);
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
}

.main-business-profile-section .banner-ratings {
    display: flex;
    align-items: center;
    color: #fff;
}

.main-business-profile-section .banner-ratings .banner-rating-icons i, .banner-rating-icons i {
    background-color: #b1b1b1;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main-business-profile-section .banner-profile-box .banner-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 0px;
}

.main-business-profile-section .banner-profile-box:after {
    content: "";
    background-color: #0000007c;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 0px 0px 0px 0px;
}

.main-business-profile-section .business-profile-btns {}

.main-business-profile-section .business-profile-btns button {
    display: inline-flex;
    min-width: 64px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 68px;
    border: 2px solid var(--Violet, #5247a5);
    color: #5247a5;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    background-color: transparent;
    letter-spacing: 0.5px;
}

.main-business-profile-section .business-profile-btns button iconify-icon {
    font-size: 20px;
}

.main-business-profile-section .business-profile-btns button.fill {
    background-color: #5247a5;
    color: #fff;
}

.business-profile-about-content {
    margin-top: 30px;
}

.business-profile-about-content h4 {
    color: var(--download-Black, #000);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.business-profile-about-content p {
    color: var(--download-Black, #000);
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.56px;
}

.business-profilecontact-details .contact-detail-box {
    display: inline-flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: var(--Faded-White, #f3f5f9);
}

.business-profilecontact-details .contact-detail-box p {
    font-size: 17px;
    margin: 0px;
}

.underline {
    height: 2px;
    width: 120px;
    background-color: #5247a5;
}

.advertisement {
    margin-top: 30px;
}

.advertisement img {
    /*height: 320px;*/
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.business-profile-media-slider {
    margin-top: 40px;
}

.business-profile-media-slider h4 {
    color: var(--download-Black, #000);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.business-profile-media-slider .card {
    background-color: #fff;
    padding: 14px;
    border: none;
}

.business-profile-media-slider #lightSlider {
    height: 400px !important;
}

.business-profile-media-slider .demo {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.business-profile-media-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 16px;
    overflow: hidden;
}

.business-profile-media-slider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
    /* border-radius: 16px; */
    overflow: hidden;
}

.business-profile-media-slider img {
    display: block;
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.business-profile-media-slider .store-image {
    width: 42px;
}

.business-profile-media-slider .dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.business-profile-media-slider .card-body {
    padding: 0.3rem 0.3rem 0.2rem;
}

.lSSlideOuter .lSPager.lSGallery img {
    border-radius: 8px;
}

.business-profile-review-section {
    margin-top: 40px;
}

.business-review-single-box {
    display: inline-flex;
    padding: 32px 32px 20px;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Faded-White, #f3f5f9);
    width: 100%;
}

.business-review-single-box .business-review-profile-info .business-review-logo img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.business-review-single-box .business-review-profile-info .business-user-name h4 {
    color: var(--download-Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    margin: 0px;
    margin-bottom: 5px;
}

.business-review-single-box .business-review-profile-info .business-user-name p {
    color: var(--download-Black, #000);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin: 0px;
}

.business-review-rating-box .business-ratings-icons {
    display: flex;
    justify-content: end;
    margin-bottom: 8px;
}

.business-review-rating-box .business-ratings-icons i {
    background-color: #5247a5;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #ffbf00 !important;
    margin: 0px 2px;
}

.business-review-profile-box {
    display: flex;
    justify-content: space-between;
}

.business-review-added-on p span {
    font-weight: 600;
}

.business-review-added-on p {
    color: var(--download-Black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin: 0px;
}

.business-review-input-box h5 {
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 800;
    line-height: normal;
}

.business-review-input-box p {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
    line-height: 26.56px;
}

.business-review-output-box {
    display: flex;
    padding: 16px 31px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Violet, #5247a5);
    background: var(--White, #fff);
}

.business-review-output-box h5 {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
}

.business-review-output-box p {
    color: var(--download-Black, #000);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    opacity: 0.6;
}

.business-review-reply-box p {
    color: #1b1b1b;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.56px;
    opacity: 1;
}

.business-review-date-of-experience p {
    color: var(--download-Black, #000);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.business-review-date-of-experience p span {
    font-weight: 600;
}

.business-review-right-side .business-social-links {
    display: flex;
    padding: 24px 30px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}

.business-profile-review-section .title {
    color: var(--download-Black, #000);
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.business-review-right-side .business-social-links h4 {
    color: var(--download-Oxford-Blue, #374151);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.business-review-right-side .social-media-icons {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.business-review-right-side .social-media-icons img {
    width: 35px;
}

.business-review-right-side .business-top-categories {
    display: flex;
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 24px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}

.business-review-right-side .top-categories-list {
    background-color: #f3f5f9;
    border-radius: 16px;
    width: 100%;
    height: 320px;
    overflow-y: scroll;
}

.business-review-right-side .top-categories-list::-webkit-scrollbar {
    display: none;
}

.business-review-right-side .top-categories-list {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.business-review-right-side .top-categories-list ul {
    padding: 0px;
    margin: 0px;
}

.business-review-right-side .top-categories-list ul li {
    border-bottom: 1px lightgrey solid;
    list-style: none;
}

.business-review-right-side .top-categories-list ul li a {
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.56px;
    text-decoration: none;
    display: block;
    padding: 12px 20px;
}

.business-review-right-side .top-categories-list ul li a:hover {
    background-color: #dedaff;
}

.business-review-right-side .top-categories-list ul li:last-child {
    border-radius: 0px 0px 16px 16px;
}

.business-top-categories h4 {
    color: var(--download-Oxford-Blue, #374151);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.business-review-right-side .advertisement {
    margin-top: 30px;
}

.business-review-right-side .advertisement img {
    height: auto !important;
    object-fit: contain;
    width: 100%;
    border-radius: 16px;
}

.review-new-form-box {
    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.20), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
}

.review-new-form-box label {
    color: var(--download-Oxford-Blue, #374151);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.review-new-form-box .form-control {
    color: var(--download-Oxford-Blue, #374151);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.56px;
    /* 166% */
}

.review-new-form-box .rating {
    display: inline-block;
}

.review-new-form-box .rating input[type="radio"] {
    display: none;
}

.review-new-form-box .rating label {
    float: right;
    color: #fff;
    cursor: pointer;
    background: #b1b1b1;
    margin: 0px 8px 0px 0px;
    padding: 0px 5px 0px 7px;
    height: 33px;
    width: 33px;
    border-radius: 4px;
}

.review-new-form-box .rating label:hover {
    background-color: #5247a5;
}

.review-new-form-box .rating label:before {
    content: "\2605";
    font-size: 22px !important;
    margin-right: 0px;
}

.review-new-form-box .rating input[type="radio"]:checked~label {
    color: #ffbf00 !important;
}

.review-new-form-box .rating input[type="radio"]:checked~label {
    background-color: #5247a5;
}

.review-new-form-box .rating label:hover,
.review-new-form-box .rating label:hover~label {
    color: #fff;
}

.theme-btn1 {
    min-width: 64px;
    padding: 5px 24px;
    border-radius: 68px;
    background: #5247a5;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 2px #5247a5 solid;
}

.review-new-form-box .rating label:hover,
.review-new-form-box .rating input[type="radio"]:hover~label {
    color: #fff;
}

.review-new-form-box .rating input[type="radio"]:hover~label,
.review-new-form-box .rating input[type="radio"]:checked~label {
    color: #ffbf00 !important;
    background-color: #5247a5;
}


/* business profile css end---------------------------------------------- */


/* business profile css end---------------------------------------------- */

.login-signup-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 600px;
    padding: 24px 24px 48px 24px;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    display: none;
    text-align: left;
    border-radius: 24px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.2), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
    transition: .8s;
}

.login-signup-modal-layer {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999;
    background-color: #0000008a;
    display: none;
}

.login-signup-modal label {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 3px;
}

.loginmodal-close-btn {
    font-size: 24px;
    font-weight: 600;
    background-color: #5247a5;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 28px;
    cursor: pointer;
}

.login-signup-modal input {
    color: #000;
    font-weight: 500;
}

.form-login-btn {
    display: flex;
    height: 40px;
    min-width: 140px;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 68px;
    border: none;
    font-size: 16px;
    color: grey;
    font-weight: 800;
}

.form-signup-btn {
    display: flex;
    height: 40px;
    min-width: 140px;
    padding: 12px 12px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    border-radius: 68px;
    border: none;
    font-size: 16px;
    color: grey;
    font-weight: 800;
}

.login-signup-form-btn {
    display: flex;
    width: 85%;
    gap: 7px;
    background: #f0f0f0;
    padding: 7px 10px;
    border-radius: 25px;
    margin-bottom: 26px;
}

.active-form-btn {
    background: var(--Violet, #5247a5);
    color: #fff;
}

.sign-up-form {
    display: none;
}

.login-success-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px 40px;
    border-radius: 24px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.20), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
    display: none;
    width: 100%;
    max-width: 600px;
    z-index: 9999;
}

.login-success-modal h5 {
    color: var(--download-Oxford-Blue, #374151);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.report-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding: 24px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    border-radius: 24px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 2px 0px rgba(145, 158, 171, 0.20), 0px 12px 24px 0px rgba(145, 158, 171, 0.12);
    z-index: 9999;
    width: 100%;
    max-width: 600px;
    display: none;
}

.report-modal h5 {
    font-weight: 600;
}

.report-modal-layer {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: #0000008a;
    display: none;
}

.close-report-modal {
    cursor: pointer;
}

.other-reason-input {
    display: none;
}

.report-button {
    cursor: pointer;
}

.main-business-profile-section .banner-profile-content .banner-profile-logo {
    background: #b7b7b7;
    border-radius: 14px;
    padding: 4px 10px;
    height: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:767px) {
    .main-business-profile-section .banner-profile-info h1 {
        font-size: 18px !important;
    }

    .main-business-profile-section .banner-profile-content {
        left: 2% !important;
    }

    .main-business-profile-section .banner-profile-box .banner-img {
        height: 200px;
    }

    .header-top .contact-info {
        margin-left: 16px;
    }

    .nav-pagination li {
        margin: 2px 3px;
    }

    .business-review-single-box {
        padding: 16px 12px 16px;
        gap: 12px;
    }

    .business-review-single-box .business-review-profile-info .business-review-logo img {
        height: 40px !important;
        width: 40px !important;
    }

    .business-review-single-box .business-review-profile-info .business-user-name h4 {
        font-size: 16px;
    }

    .business-review-rating-box .business-ratings-icons i {
        height: 17px;
        width: 17px;
        font-size: 8px;
        margin: 0px 1px;
    }

    .business-review-added-on p {
        font-size: 11px !important;
    }

    .business-review-input-box p {
        margin: 0px;
    }

    .top-10-reviewersnew {
        padding: 35px 0px;
    }

    .top-10-reviewersnew .row.mt-6 {
        margin-top: 30px !important;
    }

    .top-10-reviewersnew .row .col-lg-3.mb-5 {
        margin-bottom: 10px !important;
    }

    .company-top-reviewsnew {
        padding: 40px 0px;
    }

    .company-top-reviewsnew .row.mt-6 {
        margin-top: 30px !important;
    }

    .company-top-reviewsnew .row .col-lg-6.mb-5 {
        margin-bottom: 1rem !important;
    }

    .software-list-box {
        border-radius: 24px;
        padding: 12px;
    }

    .software-list-body {
        margin-top: 20px;
        padding: 20px;
    }

    .software-list-header .software-logo {
        padding: 10px;
        width: 100px;
        height: 90px;
    }

    .software-list-box .claim-website .theme-btn1 {
        padding: 8px 12px !important;
        font-size: 11px !important;
    }

    .business-top-categories h4 {
        font-size: 22px;
    }

    .business-review-right-side .business-social-links h4 {
        font-size: 22px;
    }

    .softwares-main .cat-total-listings.mt-5.mb-4 {
        margin: 20px 0px 12px 0px !important;
    }

    .software-list-header .software-logo img {
        height: 62px;
    }

    .main-business-profile-section .banner-profile-logo img {
        width: 70px;
        height: 70px;
        object-fit: cover;
    }

    .main-business-profile-section .banner-ratings .banner-rating-icons i {
        height: 16px;
        width: 16px;
        border-radius: 3px;
        font-size: 10px;
    }

    .main-business-profile-section .business-profile-btns button {
        padding: 6px 6px;
        gap: 5px;
        border-radius: 68px;
        font-size: 12px;
        width: 49%;
        margin-bottom: 6px;
    }

    .main-business-profile-section .business-profile-btns.mt-5 {
        margin-top: 1rem !important;
    }

    .business-profile-about-content {
        margin-top: 10px;
    }

    .business-profilecontact-details .contact-detail-box {
        padding: 10px;
    }
}


/* certification-image */
.our-certifications_box {
    position: relative;
}

.our-certifications_box .certification-img {
    max-width: 120px;
    margin: 0px 10px;
}

.our-certifications_box .certification-img img {
    width: 100%;
}

.our-certifications_box .certification-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.our-certifications_box .certification-content .icon {
    max-width: 20px;
}

.our-certifications_box .certification-content .icon img {
    width: 100%;
}

.our-certifications_box .certification-content h3 {
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    color: #5247A5;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 0px !important;
    max-width: 100px;
}

.our-certifications_box .certification-content h4 {
    color: #5DCACC;
    font-size: 12px;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

.our-certifications_box .certification-content p {
    font-size: 7px !important;
    color: #5247A5;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width:600px) {
    .our-certifications_box {
        display: none;
    }
}

@media screen and (max-width:1200px) {

    /*    .search-container {*/
    /*    width: 100% !important;*/
    /*}*/
    .search-container-card {
        display: none !important;
    }
}




.company-short-name.set_width {
    height: 140px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 0.5px solid #5247a55c;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px; */
}

.img-fluid.set_width-2 {
    width: auto;
    max-width: 100%;
}

.software-list-header .software-logo {
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 150px;
    height: 150px;
    border: 0.5px solid #5247a55c;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.software-list-header .software-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
}

.software-list-header .software-logo img {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain !important;
    padding: 10px;
    border-radius: 20px;
}

.main-business-profile-section .banner-profile-content .banner-profile-logo {
    background: #fff;
    border-radius: 14px;
    padding: 4px 10px;
    height: 120px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-business-profile-section .banner-profile-logo img {
    width: 100%;
    height: 100px;

    object-fit: contain;
    padding: 5px;
    border-radius: 20px !important;
}





/* certification-image */
.our-certifications_box {
    position: relative;
}

.our-certifications_box .certification-img {
    max-width: 120px;
    margin: 0px 10px;
}

.our-certifications_box .certification-img img {
    width: 100%;
}

.our-certifications_box .certification-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.our-certifications_box .certification-content .icon {
    max-width: 20px;
}

.our-certifications_box .certification-content .icon img {
    width: 100%;
}

.our-certifications_box .certification-content h3 {
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    color: #5247A5;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 0px !important;
    max-width: 100px;
}

.our-certifications_box .certification-content h4 {
    color: #5DCACC;
    font-size: 12px;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

.our-certifications_box .certification-content p {
    font-size: 7px !important;
    color: #5247A5;
    font-weight: 600;
    line-height: normal !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width:600px) {
    .our-certifications_box {
        display: none;
    }
}




/* ================================================================================================ */

.main-business-profile-section .banner_wrapper_sec {
    display: flex;
    align-items: center;
}

.our-certifications_box_badge {
    position: relative;
    margin: 0px 10px;
    width: fit-content;
}

.our-certifications_box_badge .certification-img_new_1 {
    max-width: 100%;
}

.our-certifications_box_badge .certification-content_badge {
    position: absolute;
    top: 10px;
    left: 40px;
    width: 100%;
}

.our-certifications_box_badge .certification-content_badge h5 {
    font-size: 8px !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    background: #544623;
    width: fit-content;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0;
    line-height: normal;
}

.our-certifications_box_badge .certification-content_badge_name {
    position: absolute;
    top: 50px;
    left: 23px;
    width: 100%;
}

.our-certifications_box_badge .certification-content_badge_name h5 {
    font-size: 6px !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    width: fit-content;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 0;
    line-height: normal;
}

.our_certification_container_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 1059px) {
    .our-certifications_box_badge .certification-content_badge_name {
        top: 45px;
        left: 17px;
    }
}

@media screen and (max-width: 991px) {
    .main-business-profile-section .banner-profile-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .our-certifications_box_badge .certification-content_badge_name {
        top: 50px;
        left: 24px;
    }
}

@media screen and (max-width: 767px) {
    .main-business-profile-section .banner-profile-content {
        width: 100%;
    }

    .main-business-profile-section .banner-profile-box .banner-img {
        height: 290px;
    }
}

@media screen and (max-width: 500px) {
    .main-business-profile-section .banner-profile-content .banner-profile-logo {
        height: 100px;
        width: 180px;
    }

    .main-business-profile-section .banner-ratings {
        flex-direction: column;
    }

    .our_certification_container_1 {
        gap: 0px;
    }
}

@media screen and (max-width: 400px) {
    .our-certifications_box_badge .certification-content_badge_name {
        top: 39px;
        left: 15px;
    }

    .our-certifications_box_badge .certification-content_badge_name h5 {
        font-size: 4.6px !important;
    }

    .our-certifications_box_badge .certification-img_new_1 {
        width: 90px;
    }

    .our-certifications_box_badge .certification-content_badge h5 {
        font-size: 7px !important;
    }

    .our-certifications_box_badge .certification-content_badge {
        top: 8px;
        left: 30px;
    }
}

@media screen and (max-width: 385px) {
    .main-business-profile-section .banner-profile-info h1 {
        font-size: 16px !important;
    }
}

/* ==================================================================================================== */
.dropdown-item-container a {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.dropdown-item-container a span img {
    max-width: 16px;
}

.dropdown-item-container .dropdown-items-parent {
    position: absolute;
    top: 90px;
    left: 90px;
    width: 90vw;
    height: fit-content;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    display: none;
    background: transparent;
    border: none !important;
}

.dropdown-item-container:hover .dropdown-items-parent {
    display: block;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection {
    padding-top: 25px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 100%), #5247a5;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 10px;
    gap: 10px;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .wrapper_section_new_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .serch-form-sec {
    width: 100%;
    display: flex;
    gap: 10px;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .serch-form-sec .favicon_sec {
    height: 40px;
    width: 40px;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .serch-form-sec .favicon_sec img {
    height: 100%;
    width: 100%;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection form {
    display: flex;
    height: 40px;
    padding: 8px 0px;
    align-items: center;
    align-self: stretch;
    border-radius: 70px;
    background: #fff;
    width: 100%;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection form button img {
    height: 24px;
    width: 24px;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection form button {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none !important;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection form input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #adadad;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection form input::placeholder {
    color: #adadad;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .wrapper_section_new_1 .tab_items_1 button {
    display: inline-flex;
    padding: 10px 30px;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #000;
    margin-bottom: 10px;
    width: 170px;
    font-weight: 400;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .wrapper_section_new_1 .tab_items_1 button:hover,
.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .wrapper_section_new_1 .tab_items_1 button:focus,
.dropdown-item-container .dropdown-items-parent .dropdown_item_collection .wrapper_section_new_1 .tab_items_1 button.nav-link.active {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}

.tab_items_1 {
    width: 100%;
}

.tab-description-items a {
    padding: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    width: 100%;
}

.tab-description-items .item-list_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 30px 5px 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-radius: 20px;
}

.tab-description-items .item-list_1:hover,
.tab-description-items .item-list_1:focus {
    background: #fff;
    border-radius: 20px;
}

.tab-description-items .item-list_1 .name_image {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tab-description-items .item-list_1 .name_image img {
    height: 30px;
}

.tab-description-items .item-list_1 h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .dropdown-item-container .dropdown-items-parent {
        display: none !important;
    }
}







/* awards-details */
.awards_and_certification_details_page {
    overflow: auto !important;
}

.awards_and_certification_details_page .wrap_outer_1 {
    position: relative;
    width: 400px;
}

.awards_and_certification_details_page .parent-outer-badge {
    position: absolute;
    top: -7px;
    right: -8px;
}

.awards_and_certification_details_page .heading_part h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}

.awards_and_certification_details_page .heading_part h5 b {
    margin-right: 7px;
}

.awards_and_certification_details_page .awards_descriptin_card {
    display: flex;
    width: 400px;
    padding: 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.awards_and_certification_details_page .awards_descriptin_card:hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.awards_and_certification_details_page .awards_descriptin_card .left-upper {
    display: flex;
    padding: 10px 20px 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.awards_and_certification_details_page .awards_descriptin_card h5 {
    color: #000;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.awards_and_certification_details_page .awards_descriptin_card span.badge {
    display: flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 0.5px solid #5247a5;
    color: #5247a5;
    font-family: Gilroy-SemiBold;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.awards_and_certification_details_page .awards_descriptin_card .bg-image-1 {
    height: 213.5px;
    align-self: stretch;
}

.awards_and_certification_details_page .awards_descriptin_card .bg-image-1 img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .left_bottom {
    display: flex;
    padding: 10px 20px 10px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .left_bottom h5 {
    color: #000;
    font-family: Gilroy-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .left_bottom h6 span {
    color: #5247a5;
    font-family: Gilroy-Medium;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom {
    position: relative;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .certi_img_parent {
    width: 57.835px;
    height: 46.725px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .fav-icon {
    border-radius: 12.12px;
    border: 0.556px solid #5247a5;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), #5247a5;
    display: flex;
    width: 13.635px;
    height: 13.635px;
    padding: 1.515px;
    justify-content: center;
    align-items: center;
    gap: 1.515px;
    position: absolute;
    bottom: -3px;
    left: 23px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .fav-icon img {
    width: 9.069px;
    height: 9.069px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .line-item-2 {
    position: absolute;
    bottom: 10px;
    left: 5px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .line-item-3 {
    position: absolute;
    bottom: 7px;
    left: 11px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .line-item-2 img {
    width: 49.238px;
    height: 7.699px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .line-item-3 img {
    width: 37.594px;
    height: 8.056px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .certi-text {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 20px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .certi-text p {
    color: #fff !important;
    text-align: center !important;
    font-family: Gilroy-SemiBold !important;
    font-size: 2.727px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .certi-text-2 {
    position: absolute;
    bottom: 13px;
    left: 20px;
}

.awards_and_certification_details_page .awards_descriptin_card .card_bottom_part .right_bottom .certi-text-2 p {
    color: rgba(0, 0, 0, 0.7) !important;
    font-family: Gilroy-SemiBold !important;
    font-size: 5.454px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    position: relative;
    z-index: 11;
}

/* award-details-new */
.custom-padding-sec {
    padding: 70px 0;
}

.awards_and_certification_details_page .award-details-para_01 h2 {
    color: #212b36 !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: bold !important;
    line-height: normal !important;
}

.awards_and_certification_details_page .award-details-para_01 p {
    color: #212b36;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.awards_and_certification_details_page .award-details-para_01 h3 {
    color: #212b36;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.awards_and_certification_details_page .award-details-para_01 ul li {
    color: #212b36;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.awards_and_certification_details_page .award-bg-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.awards_and_certification_details_page .certification-section {
    padding: 30px;
    position: relative;
}

.awards_and_certification_details_page .certification-section img {
    width: auto;
}

.awards_and_certification_details_page .certification-section .certification-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 37.345px;
    height: 12.344px;
    padding: 0px 5.239px;
    justify-content: center;
    align-items: center;
    gap: 5.239px;
    flex-shrink: 0;
    border-radius: 2.096px;
    background: rgba(0, 0, 0, 0.6);
}

.awards_and_certification_details_page .certification-section .certification-text p {
    text-align: center;
    color: #fff;
    font-family: Inter;
    font-size: 10.478px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto 0 auto !important;
}

.awards_and_certification_details_page .certification-section .certification-text-2 {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 100px;
    padding: 0px 5.239px;
    justify-content: center;
    align-items: center;
}

.awards_and_certification_details_page .certification-section .certification-text-2 p {
    color: #fff;
    text-align: center;
    font-family: Inter !important;
    font-size: 10.62px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto 0 auto !important;
}

.our-partner-slider .item {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.our-partner-slider .partners_1 {
    background: linear-gradient(0deg, rgba(82, 71, 165, 0.06) 0%, rgba(82, 71, 165, 0.06) 100%), #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 100%;
    width: 250px;
}

.our-partner-slider .partners_1 .company-img {
    display: flex;
    height: 258px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #fff;
    padding: 30px;
}

.our-partner-slider .partners_1 .company-img img {
    height:auto;
    width: 100%;
}

.our-partner-slider .partners_1 .text-item_1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    background-color: #5247a50f;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.our-partner-slider .partners_1 .text-item_1 h5 {
    color: #212b36;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto 0 auto;
}

.our-partner-slider .partners_1 .text-item_1 p {
    color: #5247a5;
    font-size: 14px !important;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 auto 0 auto;
}

.our-partner-slider.owl-carousel .owl-nav button.owl-next,
.our-partner-slider.owl-carousel .owl-nav button.owl-prev {
    display: flex;
    width: 44px !important;
    padding: 10px !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50px !important;
    background: #fff !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
    font-size: 15px !important;
    color: #212b36 !important;
}

.our-partner-slider.owl-carousel .owl-nav button.owl-next,
.our-partner-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute !important;
    top: -41px !important;
}

.our-partner-slider.owl-carousel .owl-nav button.owl-next {
    right: -58px !important;
}

.our-partner-slider.owl-carousel .owl-nav button.owl-prev {
    right: 5px !important;
    left: auto !important;
}

.view-all-button_1 {
    display: flex;
    padding: 8px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #5247a5;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #5247a5 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    display: block !important;
}

.view-all-button_1:hover {
    background-color: #5247a5;
    border: 2px solid #5247a5;
    color: #fff !important;
    font-weight: 500 !important;
}

.public-reviews-bg {
    background-image: url(../img2/certi-img.jpg);
    height: 370px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.public-reviews-bg .public-reviews-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.public-reviews-bg h2 {
    color: #fff;
    font-size: 20px !important;
    font-style: normal;
    font-weight: bold !important;
    line-height: normal;
    text-align: center;
}

.public-reviews-bg .view-all-button_1.btn-2 {
    border: 2px solid #fff;
    padding: 8px 40px 8px 40px;
    color: #fff !important;
    font-weight: 500 !important;
    display: block !important;
}

.public-reviews-bg .view-all-button_1.btn-2:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #212b36 !important;
    font-weight: 600 !important;
}

.overlay-img_001 {
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 999;
}

/* awards-details */
.awards_and_certification_details_page.new .all-award_1 h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container a {
    display: block !important;
    width: 100% !important;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
    width: 100%;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_img_back {
    height: 110px;
    width: 130px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_img_back img {
    height: 100%;
    width: 100%;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text h2 {
    font-size: 20px !important;
    color: #212b36 !important;
    margin-bottom: 10px !important;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text p {
    font-size: 14px !important;
    color: #5247a5 !important;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text .right_area_text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text .right_area_text .top-text {
    display: flex;
    width: 17.345px;
    height: 8.344px;
    padding: 0px 3.239px;
    justify-content: center;
    align-items: center;
    gap: 5.239px;
    flex-shrink: 0;
    border-radius: 2.096px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
    font-family: Inter;
    font-size: 4.478px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    top: 14%;
    left: 38%;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text .right_area_text .botttom-text {
    color: #fff !important;
    text-align: center;
    font-family: Inter;
    font-size: 3.478px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 48%;
    left: 20%;
    width: 40px;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .awrad_numbers {
    display: flex;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(82, 71, 165, 0.06) 0%, rgba(82, 71, 165, 0.06) 100%), #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12) !important;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .awrad_numbers h2 {
    text-align: center !important;
    color: #5247a5 !important;
    text-align: center;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

.awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .awrad_numbers h6 {
    text-align: center !important;
    color: #5247a5 !important;
    text-align: center;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
}

/* awardlist */
.awards_and_certification_details_page.new .award-details-para_01 h2 {
    font-size: 20px !important;
    margin-bottom: 30px;
}

/* award-description */
.awards_and_certification_details_page.new_page .award-bg-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
    border-radius: 5.25px;
    box-shadow: 0px 0.875px 3.5px 0px rgba(0, 0, 0, 0.2);
    background: #5247a50f;
    padding: 20px;
    position: relative;
}

.awards_and_certification_details_page.new_page .award-bg-img .small-ertificate_001 {
    position: absolute;
    right: 5px;
    bottom: 5px;
    max-width: 60px;
}

.awards_and_certification_details_page.new_page .award-bg-img .small-ertificate_001 img {
    position: relative;
    width: 100%;
}

.awards_and_certification_details_page.new_page .award-bg-img .small-ertificate_001 .new-1 {
    position: absolute;
    top: 9px;
    left: 21px;
    font-size: 4px !important;
    color: #fff;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    width: 18px;
    height: 7px;
    padding: 0.5px 3px;
    justify-content: center;
    align-items: center;
    border-radius: 2.096px;
    background: rgba(0, 0, 0, 0.6);
}

.awards_and_certification_details_page.new_page .award-bg-img .small-ertificate_001 .new-2 {
    position: absolute;
    top: 28px;
    left: 14px;
    font-size: 3px !important;
    color: #fff;
    max-width: 33px !important;
    margin: 0 auto;
    line-height: normal;
    text-align: center;
}

.awards_and_certification_details_page.new_page .award-bg-img img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.awards_and_certification_details_page.new_page.bg-light-color {
    background: linear-gradient(0deg, rgba(82, 71, 165, 0.1) 0%, rgba(82, 71, 165, 0.1) 100%), #fff;
}

.awards_and_certification_details_page.new_page.bg-light-color .view-all-button_1 {
    margin: 40px 0;
    padding: 8px 100px;
}

.awards_and_certification_details_page.new_page.bg-light-color .view-all-button_1 {
    display: block !important;
}

.awards_and_certification_details_page.new_page.bg-light-color .award-details-para_01 ul {
    list-style: none;
}

.awards_and_certification_details_page.new_page.bg-light-color .award-details-para_01 ul li {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
}

.awards_and_certification_details_page.new_page.bg-light-color .award-details-para_01 ul li img {
    height: auto;
    width: auto;
}

/* modal-form */
.modal.modal-form-data {
    --bs-modal-zindex: 9999;
}

.modal-form-data .modal-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.modal-form-data .modal-content .fill-the-form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 80px;
}

.modal-form-data .modal-content .fill-the-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center;
    justify-content: start;
}

.modal-form-data .modal-content .fill-the-form form h3 {
    color: #5247a5 !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area input {
    border: 1px solid rgba(33, 43, 54, 0.4);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #212b36 !important;
    height: 100% !important;
    width: 100% !important;
    padding: 19px 10px;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
}

.modal-form-data .modal-content .fill-the-form form input::placeholder {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #212b36 !important;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 10px;
    position: relative;
    height: 50px !important;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area input:focus {
    box-shadow: none !important;
    outline: none !important;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area label {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #212b36 !important;
    display: inline-block;
    z-index: 10;
    position: absolute;
    top: 12px;
    left: 15px;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area input:focus~label,
.modal-form-data .modal-content .fill-the-form form .form-input-area input:valid~label {
    top: -10px;
    left: 15px;
    font-size: 14px !important;
    background: #fff !important;
    padding: 3px !important;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area label.up {
    background-color: #fff !important;
    padding: 3px !important;
    top: -10px;
    left: 15px;
    font-size: 14px !important;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area label span {
    color: #db0000 !important;
}

.view-all-button_1.link {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #5247a5 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    gap: 5px !important;
    align-items: center !important;
}

.view-all-button_1.link:hover {
    background: none !important;
    color: #5247a5 !important;
    font-weight: 600 !important;
}

.modal-form-data .modal-content .fill-the-form form .form-input-area .img_upload .upload-btn {
    border: 1px dashed rgba(33, 43, 54, 0.4);
    background: #fff;
    height: 60px;
    width: 100%;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.modal-form-data .modal-content .fill-the-form form #cropper-container {
    border: 1px solid rgba(33, 43, 54, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    max-height: 300px;
}

.modal-form-data .modal-content .fill-the-form form #image-preview {
    margin: 10px 5px;
}

.modal-form-data .modal-content .fill-the-form form #crop-button {
    margin-top: 15px;
    border: 1px solid #060606;
    background: #060606;
    color: #fff;
    outline: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3 ease-in-out;
}

.modal-form-data .modal-content .fill-the-form form #crop-button:hover {
    opacity: 0.7;
}

.view-all-button_1.submit {
    background: #5247a5 !important;
    color: #fff !important;
}

.view-all-button_1.submit:hover {
    opacity: 0.7;
}

.mobile-dropdown-btn-new {
    display: none !important;
}

.mobile-dropdown-btn-new a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-dropdown-content {
    display: none;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 100%), #5247a5;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 100%;
}

.mobile-dropdown-content .nav-item .nav-link {
    padding: 10px 30px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.92) 100%), #5247a5;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mobile-dropdown-content .nav-item .nav-link.active,
.mobile-dropdown-content .nav-item .nav-link:focus,
.mobile-dropdown-content .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, 0.8) !important;
}


.mobile-dropdown-content .tab-description-items .item-list_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 30px 5px 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-radius: 20px;
}

.mobile-dropdown-content .tab-description-items .item-list_1:hover,
.mobile-dropdown-content .tab-description-items .item-list_1:focus {
    background: #fff;
    border-radius: 20px;
}

.mobile-dropdown-content .tab-description-items .item-list_1 .name_image {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-dropdown-content .tab-description-items .item-list_1 .name_image img {
    height: 30px;
}

.mobile-dropdown-content .tab-description-items .item-list_1 h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #000;
}

@media screen and (max-width: 1050px) {
    .overlay-img_001 {
        left: -23px;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-item-container {
        display: none !important;
    }

    .mobile-dropdown-btn-new {
        display: block !important;
    }

    .our-partner-slider.owl-carousel .owl-nav button.owl-next,
    .our-partner-slider.owl-carousel .owl-nav button.owl-prev {
        right: 80px !important;
    }

    .our-partner-slider.owl-carousel .owl-nav button.owl-next {
        right: 20px !important;
    }

    .modal-form-data .modal-content .fill-the-form {
        padding: 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .overlay-img_001 img {
        width: 160px;
    }

    .overlay-img_001 {
        left: -5px;
    }

    .awards_and_certification_details_page.new .all-award_1 .all-awards-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 {
        height: 130px;
    }

    .awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_img_back {
        height: 130px;
        width: 150px;
    }
}

@media screen and (max-width: 700px) {
    .awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: auto;
        gap: 10px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 500px) {

    .our-partner-slider.owl-carousel .owl-nav button.owl-next,
    .our-partner-slider.owl-carousel .owl-nav button.owl-prev {
        top: -86px !important;
    }

    .overlay-img_001 {
        left: -13px;
    }

    .awards_and_certification_details_page.new .all-award_1 .all-awards-container .new_award_sec_001 .award_back_text h2 {
        font-size: 18px !important;
    }
}

.Email_error {
    color: red !important;
    text-transform: capitalize;
    text-align: center !important;
    margin-top: 10px;
}

.award-details-para_01 h1.main-heading_1{
     font-size:30px;
     color: #212b36 ;
     font-style: normal;
     font-weight: bold ;
     line-height: normal;
}
