/* @font-face {
  font-family: Asap;
  src: url("../fonts/asap/Asap-Bold.ttf");
}

@font-face {
  font-family: Asap Normal;
  src: url("../fonts/asap/Asap-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: Asap Medium;
  src: url("../fonts/asap/Asap-Medium.ttf");
  font-weight: normal;
}

h1,
h2,
.asapfontface {
  font-family: Asap;
}

.asapRegular {
  font-family: Asap Normal !important;
}

.asapMedium {
  font-family: Asap Medium;
} */

.content {
    background-color: #006ea6;
    color: white;
    padding-top: 50px;
    /* font-family: Asap Normal !important; */
}

.content p {
    font-size: .9rem;
    font-weight: 600;
}

.accounting-btn-custom {
    width: 100%;
    background-color: #ffc632;
    color: black;
    border: none;
    padding: 10px 20px !important;
    font-size: 1rem;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px !important;
    white-space: nowrap;
}

.accounting-btn-custom:hover,
.accounting-btn-custom:focus,
.accounting-btn-custom:active {
    background-color: #ffc632 !important;
    color: black !important;
    /* border: none;
  outline: none;
  box-shadow: none; */
}

/* .accounting-btn-custom:hover {
  color: #000 !important;
} */
.accounting-btn-custom img {
    margin-left: 10px;
}

.accounting-img-cont img {
    width: 370px;
    height: auto;
}

.bg-color {
    background-color: #f4faff !important;
}

.accordion-container {
    display: flex;
    align-items: flex-start;
    /* font-family: Asap Normal !important; */
}

.accordion-headings {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    max-width: 300px;
}

.accordion-heading {
    cursor: pointer;
    padding: 10px 0;
    color: #006ea6;
    text-decoration: none;
    font-weight: 500;
    padding: 16px;
}

.accordion-heading:hover {
    text-decoration: none;
}

.accordion-content {
    flex: 1;
    padding: 20px;
}

.accordion-item {
    display: none;
}

.accordion-item.active {
    display: block;
}

.accordion-downloads {
    display: flex;
    flex-wrap: wrap;
}

.accordion-download {
    flex: 1 1 45%;
    margin: 10px;
    padding: 15px;
    border: 1px solid #204b8c;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #204b8c;
    font-weight: bold;
}

.accordion-download:hover {
    text-decoration: none;
}

.accordion-download img {
    width: 20px;
    margin-left: 20px;
}

.item-active {
    background-color: #006ea6;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.item-active::before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 14px solid #006ea6;
    position: absolute;
    right: -14px;
    top: 0px;
}

.trial-form {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 35px 30px;
    /* font-family: Asap Normal !important; */
}

.trial-form h2 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-size: 14px;
    color: #808080;
    display: block;
    margin-bottom: 5px;
}

.custom-input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    outline: none;
}

.form-check-label {
    font-size: 14px;
}

.btn-warning {
    background-color: #ffc107;
    border: none;
    color: #fff;
}

.compliant-list li {
    margin-bottom: 15px;
    color: #555555;

}

.compliant-list li span {
    height: fit-content;
    width: fit-content;
    padding: 2px 6px;
    background-color: #eef6fc;
    border: 1px solid;
    border-color: #bad0eb;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.left-content {
    max-width: 50%;
}

.left-content h2 {
    color: #2a67b1;
}

.left-content .logo {
    width: 350px;
    margin-bottom: 25px;
}

.right-content {
    width: 350px;
    background-color: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.right-content form .form-group {
    margin-bottom: 10px;
}

.right-content form .btn {
    width: 100%;
    background-color: #ffcc00;
    border: none;
    margin: 0px !important;
}

.popular-tools {
    background-color: #0e6fa4;
    padding: 50px 0;
    text-align: center;
    color: white;
    /* font-family: Asap Normal !important; */
}

.tool-card {
    height: 270px;
    width: 270px;
    background-color: #1a3c70;
    border: none;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tool-card:hover {
    transform: scale(1.05);
}

.tool-icon {
    font-size: 50px;
    margin-bottom: 20px;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.page-item .page-link {
    background-color: #1a3c70;
    border: none;
    color: white;
}

.page-item .page-link:hover {
    background-color: #1452a1;
}

.page-item {
    cursor: pointer;
}

.page-item img:hover {
    opacity: 7;
}

.page-item img {
    width: 40px;
}

.generator-card-title {
    background-color: #235693;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 14px;
}

.bg-darkblue {
    background-color: #1c4576;
    border-radius: 10px;
    padding: 35px 20px;
    margin-bottom: 80px;
}

.bg-darkblue .dot {
    top: 0;
    left: 50%;
}

.bg-darkblue .circle {
    bottom: -51px;
    left: 58%;
}

.card-cont h2,
p {
    margin: 0;
    color: #fff;
}

.card-cont h2 {
    font-size: 30px;
}

.form-group-sec {
    margin-bottom: 10px;
}

.text-start {
    text-align: start;
}

.accordion-item P {
    color: #3B3B3B;
}

.readOurInsights .slick-prev,
.readOurInsights .slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/prev-icon.svg');
}

.readOurInsights .slick-next,
.readOurInsights .slick-next:hover {
    background-image: url('/wp-content/uploads/2024/quotation-generator/prev-icon.svg');
    transform: rotate(180deg);
}

.readOurInsights .slick-next,
.readOurInsights .slick-next:hover,
.readOurInsights .slick-prev,
.readOurInsights .slick-prev:hover {
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.readOurInsights .slick-prev,
.readOurInsights .slick-next {
    width: 34px;
    height: 34px;
}

.readOurInsights .slick-list {
    height: auto !important;
}

@media(min-width: 280px) {
    .main-heading {
        font-size: 1.8rem;
    }

    .accounting-btn-custom {
        width: 80%;
    }

    .readOurInsights .slick-prev {
        left: 1px;
        z-index: 1;
    }

    .readOurInsights .slick-next {
        right: 3px;
        top: 5.7rem;
    }

    .readOurInsightsImg {
        width: 18rem;
        border-radius: 0.6rem;
        margin-right: 1px;
    }
}

@media(min-width:375px) {
    .readOurInsightsImg {
        width: 21rem;
    }

    .readOurInsights .slick-next {
        right: 3px;
        top: 6.6rem;
    }
}

@media(min-width:425px) {
    .readOurInsightsImg {
        width: 25rem;
    }

    .readOurInsights .slick-next {
        top: 7.6rem;
    }
}

@media(min-width:576px) {
    .flex-md-row {
        position: relative;
        right: 20px;
    }

    .readOurInsightsImg {
        width: 32rem;
    }

    .readOurInsights .slick-next {
        top: 9.6rem;
    }

    .main-heading {
        font-size: 2rem;
    }
}

@media(min-width:768px) {
    .readOurInsightsImg {
        width: 316px;
    }

    .readOurInsights .slick-next {
        top: 6.2rem;
    }
}

@media (min-width: 900px) {
    .accounting-btn-custom {
        width: 100%
    }
}

@media (max-width: 900px) {
    .main-heading {
        font-size: 2rem;
    }

    .right-content {
        width: 100%;
    }

    .accordion-container {
        flex-direction: column;
    }

    .accordion-heading {
        width: 100%;
        background-color: #006ea6;
        color: #fff;
        border-radius: 5px;
    }

    .accordion-heading::before {
        display: none;
    }

    .accordian-arrow {
        float: right;
    }

    .accordion-download {
        margin: 10px 0;
        width: 100%;
    }

    .accordion-downloads {
        flex-direction: column;
    }
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

@media (min-width: 1024px) {
    .readOurInsightsImg {
        width: 15rem;
    }

    .readOurInsights .slick-prev {
        left: -35px;
    }

    .readOurInsights .slick-next {
        right: -40px;
    }
}

@media (min-width: 1200px) {
    .readOurInsightsImg {
        width: 18rem;
        margin-right: 10px;
    }

    .readOurInsights .slick-next {
        top: 34% !important;
    }

    .readOurInsights .slick-next {
        right: -40px;
    }

    .readOurInsights .slick-prev {
        left: -35px;
        top: 41% !important;
    }

    .readOurInsights .slick-next {
        right: -40px;
    }
}

@media (min-width: 1440px) {

    .readOurInsights .slick-next {
        right: -35px;
    }

    .readOurInsightsImg {
        width: 21rem;
    }
}