    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    :root {
        --black--color: #000;
        --white--color: #fff;
        --secondry--color: #F64A00;
        --grey--color: #666;
        --font--color: #150D35;
        --box1--color: #E9D175;
        --box2--color: #9896FF;
        --box3--color: #EEEEEE;
        --box4--color: #FFD69E;
    }

    body {
        font-family: "Montserrat", sans-serif;
    }

    a {
        text-decoration: none;
    }

    .section-padding {
        padding: 100px 0;
    }

    /* star bg css start*/
    /* star bg css end/

/* haeder css strat */

    .navbar-expand-lg .navbar-nav .nav-link {
        color: var(--black--color);
        font-size: 16px;
        margin-right: 50px;
        padding: 0;
        display: inline-block;
        position: relative;
    }

    .nav-item .nav-link:hover::after {
        content: '';
        background-color: var(--font--color);
    }

    .nav-item .nav-link::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        height: 2px;
        width: 100%;
        margin: auto;
        background-color: transparent;
        transition: all 0.3s ease;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link.active {
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        align-items: center;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    nav .hr {
        height: 1px;
    }

    .offcanvas.offcanvas-end {
        width: 300px;
    }

    /* haeder css end */
    /* btn css start */

    .primry-btn a {
        display: inline-block;
        font-size: 16px;
        color: var(--white--color);
        padding: 16px 50px;
        background-color: var(--black--color);
        font-weight: 700;
        text-decoration: none;
        border-radius: 40px;
        transition: all 0.7s ease;
        border: 2.5px solid var(--black--color);
    }

    .primry-btn a:hover {
        background-color: transparent;
        color: var(--black--color);
    }

    button.primry-btn {
        background: transparent;
        border: none;
        margin-top: 20px;
    }

    .secondry-btn a,
    .secondry-btn button {
        display: inline-block;
        font-size: 16px;
        color: var(--white--color);
        padding: 16px 40px;
        background-color: var(--secondry--color);
        font-weight: 700;
        text-decoration: none;
        border-radius: 40px;
        transition: all 0.7s ease;
        display: inline-block;
        border: 0;
    }

    .secondry-btn a:hover {
        background-color: var(--black--color);
    }


    /* btn css end */
    /* hero-banner css strat */

    .hero-banner {
        padding: 250px 0;
        background: url(../img/bg-vector/hero-banner.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .hero-banner .title-section p {
        font-size: 21px;
        font-weight: 600;
        text-align: center;
    }

    .hero-banner .text-content {
        position: relative;
        z-index: 2;
    }

    .title-inner-vector {
        position: absolute;
        top: -8px;
        left: 80px;
    }

    .hero-banner .title-vector {
        position: absolute;
        top: -40px;
        left: 30px;
    }

    .hero-banner .contect-hero-benner {
        border: 1.5px solid #020202;
        width: 50%;
        margin: 0 auto;
        border-radius: 70px;
        padding: 10px 10px;
    }

    .contect-hero-benner img {
        height: 38px;
    }

    input:focus,
    input {
        border: none;
        background: transparent;
        outline: 0;
        font-size: 18px;
        font-weight: 500;
        margin-left: 10px;
    }

    .hero-banner .img-section {
        margin-top: 50px;
        position: relative;
        z-index: 1;
    }

    .hero-banner .m-80 {
        margin-top: 80px;
    }

    .hero-banner .dot-line-hero-section {
        position: absolute;
        bottom: -160px;
        left: -120px;
    }

    .hero-banner .star-bg {
        position: absolute;
        right: -40px;
        top: -60px;
    }

    /* hero-banner css end */
    /* title section start */

    .title-section h1 {
        font-size: 68px;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }

    .title-section h2 {
        font-size: 43px;
        font-weight: 600;
    }

    .title-section p {
        font-size: 16px;
        font-weight: 500;
        text-align: justify;
        color: var(--grey--color);
    }

    .title-section h4 {
        font-size: 22px;
        font-weight: 600;
        line-height: normal;
    }

    .title-section h5 {
        font-size: 21px;
        color: var(--secondry--color);
        font-weight: 700;
    }

    .why-pay-per-call .title-section p {
        margin-bottom: 20px;

    }

    .why-pay-per-call .pargraph {
        text-align: justify;
    }

    .text-content .title-section {
        position: relative;
    }

    /* title section end */
    /* about start */

    .about {
        background: url(../img/bg-vector/about-banner.png);
        background-size: cover;
    }

    .bounce2 {
        animation: bounce2 2s ease infinite;
    }

    @keyframes bounce2 {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-20px);
        }

        60% {
            transform: translateY(-10px);
        }
    }

    .inner-about .img-content-inner .img-vector,
    .why-pay-per-call .img-content-inner .img-vector {
        right: 10%;
    }

    .about .star-bg {
        position: absolute;
        bottom: 0;
        left: 35%;
    }

    .about .box-item {
        width: 100%;
        height: 218px;
        background-color: var(--white--color);
        padding: 35px 25px;
        border-radius: 20px;
        box-shadow: 0px 0px 15px #00000011;
        transition: all 0.9s ease;
    }

    .box-item .box-item-icon {
        padding: 21px;
        display: inline-block;
        border-radius: 50px;
    }

    .service-section .box-item:hover>.box-item-icon-1,
    .service-section .box-item:hover>.box-item-icon-2,
    .service-section .box-item:hover>.box-item-icon-3,
    .service-section .box-item:hover>.box-item-icon-4 {
        background: var(--white--color) !important;
        box-shadow: 0px 0px 10px #00000021 !important;
        transition: all 0.6s ease-in;
    }

    .service-2 .box-item-content .box-item-icon:hover {
        transition: all 2s;
        -webkit-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        cursor: pointer;
    }

    .box-item .box-item-icon-1,
    .service-2 .box-item-content .box-item-icon-1 {
        background: #EEEEEE !important;
    }

    .box-item .box-item-icon-2,
    .service-2 .box-item-content .box-item-icon-2 {
        background: #FFE685 !important;
    }

    .box-item .box-item-icon-3,
    .service-2 .box-item-content .box-item-icon-3 {
        background: #FFD69E !important;
    }

    .box-item .box-item-icon-4,
    .service-2 .box-item-content .box-item-icon-4 {
        background: #6865E7 !important;
    }

    .about .box-item-2 {
        margin-top: 40px;
    }

    .about .box-item-3 {
        margin-top: 80px;
    }

    .about .box-item-4 {
        margin-top: 120px;
    }

    .about .box-item-icon img {
        height: 35px;
        width: 33px;
    }

    .about h4 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 15PX;
        color: var(--font--color);
    }

    .service-section {
        position: relative;
        z-index: 2;
    }

    .service-section .dot-line-about {
        position: absolute;
        bottom: -10%;
        left: -80px;
        width: 110%;
        z-index: -1;
    }

    .about-2 .about-2-content ul>li {
        font-size: 18px;
        margin-bottom: 25px;
        list-style: none;
        position: relative;
    }

    .about-2-content {
        margin-left: 10px;
    }

    .about-2 .about-2-content ul>li span {
        font-weight: 600;
    }

    .about-2 .about-2-content ul {
        padding-left: 40px;
        margin-top: 30px;
    }

    .about-2 .about-2-content ul li::before {
        content: '';
        background: url(../img/icon/right-round.svg);
        position: absolute;
        left: -40px;
        top: -4px;
        width: 30px;
        height: 30px;
    }

    /* about end */
    /* inner-banner start */

    .inner-banner {
        background-image: url(../img/bg-vector/inner-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 150px 0 100px 0;
    }

    .inner-banner h1 {
        text-align: center;
    }

    .list-group-item {
        border: none;
        padding: 0;
        background-color: transparent;
        font-size: 16px;
    }

    .why-pay-per-call .title-section {
        margin-top: 50px;
    }

    /* inner-banner end */
    /* inner-about start */

    .inner-about {
        padding: 200px 0 100px 0;
        background-image: url(../img/bg-vector/hero-banner.png);
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .why-pay-call-section {
        padding-top: 130px;
        padding-bottom: 220px;
    }

    .why-pay-per-call {
        margin-top: -170px;
        background-image: url(../img/bg-vector/about-banner.png);
        position: relative;
        z-index: 0;
        padding-top: 0;
    }

    .img-content-inner .star-bg {
        position: absolute;
        top: 0;
        right: 20%;
    }

    .img-content-inner-1 .star-bg {
        position: absolute;
        top: 0;
        right: 0;
    }

    .img-about .star-bg {
        position: absolute;
        top: 30%;
        right: 0;
    }

    .inner-about .text-content .title-section p {
        margin-bottom: 10px;
    }

    /* inner-about end */
    /* progress-sectionstart */

    .progress-section {
        background-image: url(../img/bg-vector/prossce-bg.svg);
        background-size: cover;
    }

    .progress-section h2 span {
        font-size: 56px;
        font-weight: 700;
    }

    .progress-content img {
        margin-top: 10px;
    }

    /* progress-sectionend */
    /* service-2 css start */

    .service-2 {
        background-color: #0F110F;
    }

    .service-2 p {
        font-weight: 500;
    }

    .service-2 .box-item-content {
        padding: 35px 25px 0;
        height: 273px;
        border-radius: 30px;
    }

    .service-2 .box-item-content.box-item-5 {
        background-color: var(--box1--color);
    }

    .service-2 .box-item-content.box-item-6 {
        background-color: var(--box2--color);
    }

    .service-2 .box-item-content.box-item-7 {
        background-color: var(--box3--color);
    }

    .service-2 .box-item-content.box-item-8 {
        background-color: var(--box4--color);
    }

    .service-2 .box-item-content .box-item-icon {
        display: inline-block;
        padding: 20px;
        background-color: var(--white--color);
        border-radius: 40px;
        box-shadow: 2px 2px 10px #00000014;
    }

    .service-2 .box-item-content .box-item-icon img {
        width: 33px;
    }

    .service-2 .box-item-content h4 {
        font-size: 20px;
        font-weight: 700;
        margin: 15px 0;
    }

    .service-2 .box-item-1 {
        margin-top: 50px;
    }

    .service-2 .box-item-content p {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        margin-bottom: 0;
    }

    /* service-2 css end */
    /* service-inner css start */

    .service-bg.service-2 {
        background-image: url(../img/bg-vector/service.png);
        background-position: center;
        background-size: cover;
        background-color: cadetblue;
        padding-bottom: 90px;
    }

    /* .service-bg.service-2 .box-item-content {
        height: 100%;
        padding: 80px 0 0 0;
    } */
    .service-bg.service-2 .box-item-content {
        height: auto;
        margin: 30px 0 0 0;
        padding: 30px;
        border-radius: 0px;
        border: 1px solid #ff6e30;
        cursor: pointer;
    }

    .service-bg.service-2 .box-item-content .box-item-icon {
        border-radius: 55px;
    }

    .service-bg .box-item-content .box-item-icon img {
        width: 45px;
    }

    .service-bg .box-item-content:hover .box-item-icon {
        transition: all 2s;
        -webkit-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        cursor: pointer;
    }

    .service-bg .box-item-content .box-item-icon {
        padding: 0;
    }

    /* .service-bg .box-item-content h4{
        margin-top: 15px;
        margin-bottom: 0px;
    } */
    .service-bg .box-item-content h4 {
        margin: 0px;
        margin-left: 30px;
        text-align: left;
    }

    /* service-inner css end */
    /* footer css start */

    footer .footer-text a {
        color: var(--black--color);
        font-size: 21px;
        font-weight: 600;
        display: inline-block;
        margin-top: 20px;
        padding: 0;
    }

    .footer-text {
        display: inline-block;
        text-align: center;
    }

    footer hr {
        margin-top: 50px;
    }

    footer .footer-content {
        margin-top: 50px;
    }

    footer .copy-right a,
    footer .copy-right p {
        font-size: 14px;
        color: #666;
        display: inline-block;
        margin-bottom: 20px !important;
    }

    /* footer css end */
    /* form pop css strat */

    label {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .form-control:focus {
        box-shadow: none;
        margin-left: 0px;
    }

    .modal-content .form-control {
        border-radius: 30px;
        padding: 15px 20px;
        margin-left: 0px;
        border: 0;
        font-size: 18px;
    }

    .form-control::placeholder {
        width: 100%;
    }

    .form-group {
        margin-top: 20px;
    }

    .modal-title {
        font-size: 40px;
        font-weight: 600;
    }

    .modal.show .modal-dialog {
        max-width: 600px !important;
    }

    .modal-content {
        background: radial-gradient(#c5c5c5, #fff);
        border: none !important;
        padding: 0 20px;
        border-radius: 40px;
    }

    .modal-header {
        border-bottom: none;
        padding-bottom: 0 !important;
        padding-top: 40px;
    }

    .modal-body {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .modal-body button {
        margin-top: 30px;
    }

    .btn-close {
        opacity: 1;
    }

    .modal-header .btn-close {
        /* box-shadow: 0px 0px 6px #00000073; */
        background-color: #000;
        padding: 10px;
        background-image: url(../img/icon/close.svg);
        border-radius: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }

    /* form pop css end */
    /* FAQs css strat */

    .accordion-button:not(.collapsed) {
        background-color: transparent;
    }

    .accordion-button {
        box-shadow: none !important;
    }

    .accordion-button {
        font-size: 18px;
        font-weight: 600;
        background: transparent;
    }

    .accordion-item {
        margin-bottom: 20px;
        box-shadow: 0px 0px 15px 7px rgba(0, 0, 0, 0.05);
        border: none;
    }

    button.accordion-button {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .accordion-body {
        padding: 30px;
        border-top: 1px solid #e3e3e3;
    }

    .accordion {
        border-color: var(--grey--color);
    }

    .accordion-item:first-of-type,
    .accordion-item {
        background: transparent;
    }

    /* FAQs css end */
    /* Contact Us css start */
    .contact-us .form-control {
        margin-left: 0;
        padding: 15px;
    }

    .icon-section {
        margin-top: 30px;
    }

    .icon-section-m-t {
        margin-top: 80px;
    }

    .contact-us {
        margin-bottom: -250px;
        position: relative;
    }

    .contact-form-content {
        border-radius: 20px;
        overflow: hidden;
        padding: 50px;
        background-color: var(--white--color);
        box-shadow: 0px 0px 60px #00000024;
    }

    .form-control:focus {
        border: 1px solid #dee2e6;
    }

    .contact-form-content .form-label {
        font-size: 20px;
    }

    .title-section h3 {
        font-size: 36px;
        font-weight: 700;
    }

    .contact-form-content button.primry-btn {
        background: #000;
        color: #fff;
        padding: 20px;
        border-radius: 8px;
        border: 2px solid;
        transition: all 0.4s ease;
        font-size: 18px;
        font-weight: 600;
    }

    #message {
        height: 220px;
    }

    .contact-us button.primry-btn:hover {
        background-color: #fff;
        color: #000;
        font-weight: 600;

    }

    .icon-contact-us img {
        width: 25px;
    }

    .icon-contact-us {
        background-color: #ff6e30;
        box-shadow: 0 0 15px #00000014;
        min-width: 60px;
        height: 60px;
        display: flex;
        border-radius: 70px;
        align-items: center;
        justify-content: center;
    }

    iframe {
        height: 750px;
    }

    .contact-form-content {
        position: relative;
        z-index: 1;
    }

    .bg-contact {
        background: url(../img/bg-vector/conact-img-1.png);
        position: absolute;
        top: 0;
        width: 36.33%;
        height: 730px;
        right: 0;
        z-index: -1;
    }

    .contact-us-inner {
        background-image: url(../img/bg-vector/business-colleagues.png) !important;
        padding: 240px 0 140px 0;
        background-position: center top;
    }

    .contact-us-inner h2 {
        display: inline-block;
        margin-bottom: 30px;
    }

    .menu-icon-section ul li {
        display: flex;
        align-items: center;
    }

    .menu-icon-section ul li span {
        display: block !important;
    }

    .contact-us-inner .line-bottom::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 46px;
        width: 60%;
        border-radius: 20px;
        height: 4px;
        background-color: #F64A00;
    }

    .menu-icon-section ul {
        position: relative;
        list-style: none;
    }

    .menu-icon-section ul:first-child {
        margin-left: 0;
        padding: 0;
    }

    .form-conatct-us {
        background-color: #f64a000d;
        padding-bottom: 70px;
    }

    .form-conatct-us .form-control {
        height: 45px;
    }

    .terms-conditions .title-section ul li {
        margin-bottom: 10px;
    }

    /* Contact Us Css end */

    /* responsive css strat */

    @media only screen and (max-width: 1440px) {
        .hero-banner .dot-line-hero-section {
            display: none;
        }
    }

    @media only screen and (max-width: 1399px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            margin-right: 30px;
        }
    }

    @media only screen and (max-width: 1200px) {
        .hero-banner .title-vector {
            left: -50px;
        }

        .title-inner-vector {
            left: -10px;
        }

        .navbar-brand {
            margin: 0;
            width: 26%;
        }

        .navbar .primry-btn a {
            padding: 16px 30px;
        }

        footer hr {
            margin-top: 30px;
        }

        footer a {
            font-size: 16px;
            font-weight: 600;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            color: var(--black--color);
            font-size: 14px;
            margin-right: 30px;
            padding: 0;
        }

        .hero-banner .contect-hero-benner {
            width: 60%;
        }

        .service-2 .box-item-content.box-item-8,
        .service-2 .box-item-content.box-item-7 {
            margin-top: 24px;
        }

        .about .box-item-3,
        .about .box-item-4 {
            margin-top: 24px;
        }

        .about .box-item-2 {
            margin-top: 0;
        }

        .about .star-bg {
            display: none;
        }
    }

    @media (max-width: 1024px) {
        .hero-banner .title-section p {
            font-size: 16px;
        }

        .hero-banner .title-vector {
            display: none;
        }

        .navbar-brand {
            margin-right: 0;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }

        footer .footer-text a {
            font-size: 16px;
        }

        .primry-btn a {
            font-size: 16px;
            padding: 12px 30px;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            font-size: 12px;
            margin-right: 30px;
        }

        .hero-banner {
            padding-bottom: 100px;
        }

        .title-inner-vector {
            height: 85px;
        }

        .title-section p {
            font-size: 14px;
        }

        .service-section .dot-line-about {
            display: none;
        }

        .title-section h2 {
            font-size: 31px;
        }

        .about-2 .about-2-content ul>li {
            font-size: 16px;
        }

        .about .box-item {
            height: 200px;
        }
    }

    @media (max-width: 992px) {
        .title-inner-vector {
            left: 110px;
            height: 65px;

        }

        .title-section h1 {
            font-size: 43px;
        }

        .hero-banner .img-section {
            margin-top: 30px;
        }

        .hero-banner {
            padding-top: 200px;
        }
    }

    @media (max-width: 991px) {

        .box-contact-us-text p,
        .box-contact-us-text h3 {
            color: var(--black--color) !important;
        }

        .bg-contact {
            display: none;
        }

        .img-about {
            margin-top: 30px;
        }

        .service-bg.service-2 .box-item-content {
            margin: 0;
        }

        .why-pay-per-call .title-section-2 {
            margin-top: 0px !important;
        }

        .img-5 {
            margin-top: 30px;
        }

        .inner-about {
            padding-top: 150px;
        }

        pa input:focus,
        input {
            margin-left: 0px;
            font-size: 16px;
        }

        .about .title-section .w-50 {
            width: 100% !important;
        }

        .progress-section h2 span {
            font-size: 48px;
        }

        .progress-section p.mb-0 {
            font-size: 14px;
        }

        .progress-section {
            font-size: 16px;
        }

        .service-2 .box-item-1 {
            margin-top: 20px;
        }

        .hero-banner .contect-hero-benner {
            width: 80%;
        }

        .title-inner-vector {
            left: -10px;
        }

        .about .text-content .title-section.d-flex,
        .text-content .title-section {
            display: block !important;
            text-align: center;
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .offcanvas-header {
            position: absolute;
            right: 0;
        }

        footer .footer-text a {
            font-size: 14px;
        }
    }

    @media (max-width: 768px) {

        .why-pay-per-call .title-section,
        .text-content-why-call .title-section {
            text-align: start !important;
        }

        .why-pay-per-call {
            margin-top: 100px;
        }

        .inner-banner {
            padding: 130px 0 70px 0;
        }

        .title-section {
            text-align: center;
        }

        .hero-banner .m-80 {
            margin-top: 0;
        }

        footer .copy-right a,
        footer .copy-right p {
            font-size: 12px;
        }

        .img-about .star-bg,
        .img-content-inner .star-bg {
            display: none;
        }

        .inner-about {
            padding-top: 120px;
        }
    }

    @media (max-width: 767px) {
        .title-inner-vector {
            top: -2px;
            left: -7px;
            height: 45px;
        }

        .title-section h1 {
            font-size: 32px;
        }

        .why-pay-per-call {
            margin-top: 0px;
        }

        .terms-conditions .title-section,
        .privacy .title-section {
            text-align: start;
        }

        .section-padding {
            padding: 50px 0;
        }

        .hero-banner .contect-hero-benner {
            width: 100%;
        }

        .modal.show .modal-dialog {
            max-width: 500px !important;
        }

        .footer-text {
            margin-top: 20px;
        }

        footer .footer-content {
            margin-top: 20px;
        }

        .service-2 .box-item-content p {
            font-size: 12px;
        }

        .service-2 .box-item-content h4 {
            margin: 15px 0 8px 20px;
        }

        .about h4 {
            font-size: 16px;
        }

        .secondry-btn a,
        .secondry-btn button {
            font-size: 14px;
            padding: 16px 30px;
        }

        .contect-hero-benner img {
            height: 28px;
        }

        .hero-banner {
            padding-bottom: 80px;
        }

        .hero-banner .title-section p {
            font-size: 14px;
        }
    }

    @media (max-width: 576px) {
        .contact-us-inner h2 {
            margin-bottom: 20px;
        }

        .hero-banner .contect-hero-benner {
            width: 100%;
            padding: 8;
        }

        .inner-about {
            padding-bottom: 50px;
        }


        .title-inner-vector {
            display: none;
        }

        .hero-banner .title-section p {
            font-size: 16px;
        }

        .title-section h1 {
            font-size: 46px;
        }

        .service-2 .box-item-content {
            height: 260px;
        }

        .contect-hero-benner img {
            height: 24px;
        }

        .secondry-btn a,
        .secondry-btn button {
            font-size: 14px;
            padding: 14px 25px;
        }


        .title-inner-vector {
            height: 51px;
        }

        .img-about img {
            width: 100%;
        }

        .hero-banner .img-section img {
            width: auto !important;
        }

        .hero-banner {
            padding-bottom: 50px;
        }

        .title-section p {
            font-size: 12px;
        }

        .about h4 {
            font-size: 16px;
        }

        .service-2 .box-item-content h4 {
            font-size: 16px;
        }

        .service-2 .box-item-content p {
            font-size: 13px;
        }

        .hero-banner .star-bg {
            display: none;
        }

        .navbar-brand {
            width: 36%;
        }

        .hero-banner {
            padding-top: 120px;
        }

        footer .footer-content {
            margin-top: 0;
        }

        footer .footer-content .footer-text {
            margin-top: 20px;
        }

        .copy-right {
            align-items: baseline !important;
        }

        .img-5 {
            margin-top: 0px;
        }
    }

    @media (max-width: 575px) {
        .service-bg.service-2 .box-item-content {
            padding: 18px;
        }

        .service-2 .box-item-content.box-item-6,
        .box-item-2 {
            margin-top: 24px !important;
        }

        .service-2 .box-item-content {
            height: 220px;
        }

        .box-item,
        .service-2 .box-item-content {
            text-align: center;
        }

        .contact-form-content {
            padding: 20px;
        }

        .accordion-body {
            padding: 20px;
        }
    }

    @media (max-width: 425px) {
        .contact-us .form-control {
            padding: 10px;
        }

        .icon-contact-us img {
            width: 20px;
        }

        .icon-contact-us {
            min-width: 50px;
            height: 50px;
        }

        .contect-hero-benner img {
            height: 20px;
        }

        .copy-right {
            display: block !important;
            text-align: center;
        }

        .secondry-btn a,
        .secondry-btn button {
            font-size: 12px;
            padding: 14px 20px;
        }

        .title-inner-vector {
            display: none;
        }

        .title-section p {
            font-size: 12px !important;
        }

        .about .box-item-2 {
            margin-top: 24px;
        }

        .service-2 .box-item-content {
            height: 220px;
        }

        .service-2 .box-item-content.box-item-6 {
            margin-top: 24px;
        }

        .form-group {
            margin-top: 10px;
        }

        .modal-title {
            font-size: 26px;
        }

        .modal-body,
        .modal-header {
            padding-left: 0;
            padding-right: 0;
        }

        label {
            font-size: 16px;
            margin-bottom: 4px;
        }

        a.navbar-brand {
            width: 60%;
        }

        .navbar-brand img {
            width: 100%;
        }
    }

    @media (max-width: 375px) {
        .contact-us-inner .line-bottom::after {
            content: '';
            left: 32px;
        }

        .title-section h1 {
            font-size: 34px;
        }

        .inner-banner {
            padding: 100px 0 50px 0;
        }

        .title-inner-vector {
            height: 42px;
            left: 0;
        }

        .title-section h2 {
            font-size: 24px !important;
        }

        .searchbar::placeholder {
            font-size: 14px;
        }

        .navbar-brand {
            width: 60%;
        }

        .navbar-brand img {
            width: 100%;
        }

        .hero-banner .title-section p {
            font-size: 12px;
        }

        .hero-banner .contect-hero-benner {
            padding: 5px 5px;
        }

        .secondry-btn a,
        .secondry-btn button {
            font-size: 11px;
            padding: 7px 11px;
        }

        .box-item-content,
        .box-item {
            text-align: center;
        }

        #search {
            width: 80%;
        }

        .hero-banner .img-section {
            margin-top: 10px;
        }

        .secondry-btn a,
        .secondry-btn button {
            font-size: 11px;
            padding: 0px;
            height: 40px;
            width: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .about-2 .about-2-content ul>li {
            font-size: 14px;
        }

        footer .copy-right a,
        footer .copy-right p {
            font-size: 13px;
        }

        footer .copy-right a,
        footer .copy-right p {
            margin-bottom: 10px !important;
        }

        .modal-body,
        .modal-header {
            padding: 25px 0 !important;
        }

        .logo {
            width: 90%;
        }
    }

    /* responsive css end */
    
    @media screen and (max-width: 365px) {
  .searchbar {
    width: 80%;
  }
}