@font-face {
    font-family: "Inter-Regular";
    src: url("..//fonts/Inter-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Inter-Light";
    src: url("..//fonts/Inter-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "PTSans-Bold";
    src: url("..//fonts/PTSans-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Italic";
    src: url("..//fonts/Poppins-Italic.ttf");
    font-display: swap;
}

.inter-light {
    font-family: "Inter-Light";
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #03AAA8;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

body {
    font-family: "Inter-Regular" !important;
    font-size: 16px !important;
    line-height: 28px !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "PTSans-Bold" !important;
    color: #2D2F30;
}

h2 {
    font-size: 42px !important;
}

img {
    max-width: 100%;
}

.pt-sans {
    font-family: "PTSans-Bold" !important;
}

.width-container {
    max-width: 1700px;
    margin: auto;
    width: 90%;
}

.header-container {
    padding: 15px 0px;
}

.get-start {
    border-radius: 30px;
    width: 194px;
    justify-content: space-between;
    height: 53px;
    line-height: 40px;
    margin-top: 6px;
    border: 1px solid #000 !important;
}

.service-section .get-start {
    width: 210px;
}

.get-start:hover img {
    transform: rotate(45deg);
}

.get-start img {
    position: absolute;
    right: 3px;
    top: 3px;
    max-width: 45px !important;
    transition: 0.5s;
}

.header-icons img {
    max-width: 52px;
}

.banner-content h1 {
    font-size: 60px;
}

.banner-content span {
    color: #03AAA8;
    font-family: "Poppins-Italic";
}

.banner-content .get-start {
    width: 260px;
    background: #03AAA8 !important;
    border: none !important;
}

.banner-content .get-start img {
    top: 4px;
}

.banner-content .content {
    max-width: 350px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 330px;
}

.form-section {
    padding: 25px;
    max-width: 460px;
    float: right;
    background: rgba(3, 170, 168, 0.2);
    border-radius: 30px;
    margin-top: -50px;
}

.pl-con {
    padding-left: 50px !important;
}

.main-banner {
    background-image: url(..//images/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px;
    padding-bottom: 50px;
}

.about-section {
    background-image: url(..//images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #140911;
}

.about-section span {
    color: #03AAA8;
}

h2 span {
    color: #03AAA8;
}

.accordion-item {
    border: none !important;
    border-radius: 5px !important;
    background: #FAFAFA;
}

.accordion-button[aria-expanded="true"] {
    background-color: #E7F7F7 !important;
}

.accordion-body {
    padding-right: 60px;
    padding-left: 80px;
}

div#accordionExample {
    margin-top: 35px;
    border-radius: 20px;
    overflow: auto;
    height: 490px;
}

.accordion-collapse.show {
    background-color: #E7F7F7 !important;
}

.accordion-header span {
    font-size: 32px;
    width: 100%;
    max-width: 50px;
}

button.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    min-height: 80px;
}

.consultation-btn {
    margin: auto;
    display: table;
    border-radius: 30px;
    padding: 13px 25px;
}

.consultation-btn:hover {
    background-color: #458CC3 !important;
}

img.arrow-down {
    position: absolute;
    width: 30px !important;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}

.profile-sec {
    margin: auto;
    width: max-content;
}

.quote-icon {
    position: absolute;
    right: 82px;
    top: 66px;
    opacity: 0.2;
}

.service-list {
    padding: 40px 30px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
    margin-bottom: 10px;
}

.service-list .content {
    color: #7B868F;
}

.service-section span {
    color: #03AAA8;
}

.title-content {
    color: #363940;
}

.service-list img {
    max-width: 50px;
}

.service-list h3 {
    line-height: 30px;
}

img.setup-bg {
    height: 470px;
    object-fit: cover;
    border-radius: 15px;
}

.setup {
    position: absolute;
    bottom: -70px;
    padding: 0px 80px;
    left: 0;
    right: 0;
}

.best-section {
    margin-top: 150px !important;
}

.popup-bg {
    background-image: url(..//images/popup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-right-section {
    background-image: url(..//images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.footer-address a {
    text-decoration: none;
}

.footer h3 {
    font-size: 52px;
}

.visit {
    border-bottom: 2px solid #fff;
    width: max-content;
}

.form-container {
    max-width: 850px;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    float: right;
    width: 100%;
}

.footer .footer-margin {
    padding: 60px 100px;
}

.footer-address {
    margin: 60px 100px;
}

.form-container label {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

.form-container label.textarea-label {
    width: 98%;
}

.form-container .email-label {
    width: 98%;
}

.form-container p {
    margin: 0;
}

.form-container textarea {
    height: 100px !important;
}

.form-container h3 {
    font-size: 24px !important;
    color: #03AAA8;
}

.form-container .content {
    color: #A6A6A6;
    font-size: 14px;
}

label.guaranteed {
    float: left;
    margin-bottom: 0;
}

.submit-label {
    margin-bottom: 0 !important;
}

.submit-btn {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 30px;
    width: max-content;
    padding: 13px 20px;
    float: right;
    transition: 0.5s;
}

.submit-btn:hover {
    background: #03AAA8 !important;
}

.form-container .form-control {
    box-shadow: none !important;
    background-color: #F5F5F5;
    border: none;
    height: 47px;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    float: left;
    width: 100%;
    margin-top: 5px !important;
    font-size: 13px;
    padding: 0px 5px !important;
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
}


/* Chrome, Safari, Edge, Opera */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.form-section .form-container label {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-section .submit-btn {
    width: 100%;
    border-radius: 5px;
    line-height: 13px;
}

.form-section label.guaranteed {
    text-align: center;
}

.form-section .form-container textarea {
    height: 70px !important;
}

.form-section .form-container label {
    margin-bottom: 8px;
    font-size: 14px;
}

.form-section .form-container .form-control {
    height: 38px;
}

.form-section .form-container {
    padding-bottom: 15px;
}

.modal-dialog {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

button.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    box-shadow: none !important;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.form-popup .footer {
    padding: 50px 0px;
}

.form-popup .modal-content {
    border-radius: 20px;
    overflow: hidden !important;
}

img.popup-image {
    position: absolute;
    bottom: -50px;
    right: -130px;
    z-index: 1;
    width: 350px;
}

.testimonial-list {
    padding: 40px 30px;
    background: #FFFFFF;
    border: 1px solid #E5F4F2;
    box-shadow: 34.8541px 29.626px 48.34px rgba(3, 170, 168, 0.05);
}

.testimonial-list img {
    width: 55px !important;
    height: 55px;
    border-radius: 100%;
    margin: auto;
}

.testimonial-list h3 {
    color: #111827;
}

.testimonial-list .designation {
    color: #374151;
}

.testimonial-list .content {
    color: #2D2D2D;
    height: 140px;
    overflow: auto;
}

.best-list {
    background: #F8F8F8;
    border-bottom: 4px solid #03AAA8;
    padding: 45px 20px;
}

.best-list h3 {
    font-size: 50px;
    color: #03AAA8;
}

.best-list .content {
    font-size: 21px;
    color: #000;
}

.accounting-section ul li {
    position: relative;
    list-style-type: none;
    padding-left: 27px;
    margin: 10px 0px;
}

.accounting-section ul li:before {
    content: "";
    position: absolute;
    background-image: url(..//images/tick.svg);
    width: 16px;
    height: 16px;
    top: 7px;
    left: 0;
}

.accounting-section .content-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.offer-section {
    background-image: url(..//images/offer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 60px 80px;
}

.offer-list {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
}

.offer-list img {
    padding-right: 20px;
    max-width: 160px;
}

.offer-list h4 {
    font-size: 24px;
}

.offer-list .content-center {
    padding-top: 10px;
}

.header-container .get-start {
    border: none !important;
}

.service-section h2:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #03AAA8;
    position: absolute;
    bottom: -10px;
    border-radius: 5px;
}

.why-best .content {
    margin-bottom: 10px;
}

.error-page .get-start {
    background: #03AAA8 !important;
    border: none !important;
}

.error-page h1 {
    font-size: 28px;
}

.thank-you {
    max-width: 400px;
}

.thank-you-page h2 {
    font-size: 24px !important;
}

.owl-dots {
    margin: auto;
    display: table;
    margin-top: 10px;
    padding-bottom: 10px;
}

button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #03AAA8 !important;
    margin: 0px 3px;
}

button.owl-dot.active {
    border: 2px solid #03AAA8 !important;
    background-color: #03AAA8 !important;
}

.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1.5em;
    padding-right: 2.5em;
    /* enough space for bigger icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 44px;
    /* optional: increase height for better appearance */
    font-size: 16px;
}

.popup-bg a {
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    .form-section {
        margin-top: -25px;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .main-banner {
        padding: 80px 0px;
        padding-bottom: 50px;
    }
    h2 {
        font-size: 36px !important;
    }
    .footer h3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1199px) {
    .offer-section .content br {
        display: none;
    }
    .offer-section {
        padding: 40px 20px;
    }
    .footer .footer-margin {
        padding: 60px 50px;
    }
    .footer-address {
        margin: 60px 50px;
    }
    .banner-content .content {
        position: initial;
        transform: none;
        left: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    img.popup-image {
        display: none;
    }
    .form-container {
        max-width: 100%;
    }
    .accounting-section .content-center {
        position: initial;
        transform: none;
    }
    .best-section {
        margin-top: 50px !important;
    }
    .setup {
        position: initial;
        background-image: url(..//images/setup-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 15px;
        background-attachment: fixed;
        padding: 0px 20px;
        padding-top: 35px;
        margin-top: 20px;
    }
    .form-section {
        max-width: 100%;
        margin-top: 30px;
    }
    .main-banner {
        padding: 30px 0px;
    }
    .service-section {
        padding: 0px;
    }
    .pl-con {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .best-list h3 {
        font-size: 28px;
    }
    .best-list .content {
        font-size: 18px;
    }
    .best-list {
        padding: 10px 15px;
    }
    .offer-list h4 {
        font-size: 18px;
    }
    .accordion-body {
        padding-left: 60px;
    }
    .accordion-header span {
        font-size: 21px;
        max-width: 35px;
    }
    .modal-dialog {
        max-width: 90%;
    }
    .thank-you-page h1 {
        font-size: 24px;
    }
    div#accordionExample {
        height: auto;
    }
    .offer-list img {
        width: 65px;
    }
    .form-section {
        padding: 0;
    }
    .footer .footer-margin {
        padding: 20px 20px;
    }
    .footer-address {
        margin: 40px 20px;
    }
    .banner-content .get-start {
        margin: 0 !important;
    }
    .banner-content h1 br {
        display: none;
    }
    .header-container .get-start {
        background: transparent !important;
        font-size: 0;
        width: max-content;
        padding: 0;
    }
    .header-container .get-start img {
        max-width: 40px !important;
        width: 40px;
    }
    .header-icons img {
        max-width: 40px;
    }
    .logo {
        max-width: 125px;
        margin-top: 12px;
    }
    .header-container {
        padding: 2px 0px;
        padding-top: 8px;
    }
    .banner-content h1 {
        font-size: 24px;
    }
    body {
        font-size: 14px !important;
        line-height: 23px !important;
    }
    h2 {
        font-size: 21px !important;
    }
    .footer h3 {
        font-size: 21px;
    }
    .count-border {
        border: none;
    }
    .form-container {
        padding: 25px 15px;
    }
    .form-container label {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    label.guaranteed {
        text-align: center;
    }
    .form-container .form-control {
        width: 100%;
    }
}